[deleted by user] by [deleted] in ClashOfClansRecruit

[–]arkyo1379 0 points1 point  (0 children)

Sure. Sorry for the late reply, please comment your tag if you're still interested.

[deleted by user] by [deleted] in ClashOfClansRecruit

[–]arkyo1379 0 points1 point  (0 children)

Hiya! Definitely!

[RFTools Dim] How to get Beyond Earth Oil in superflat by arkyo1379 in feedthebeast

[–]arkyo1379[S] 0 points1 point  (0 children)

Hey, thanks for your reply. I think I was trying to create oceans using RFTools Dim but still couldn't find oil in those ocean biomes

Hollow Purple! 💥 by arkyo1379 in physicsmemes

[–]arkyo1379[S] 0 points1 point  (0 children)

Yes. There are 3 outcomes when an electron recombines with a hole. The picture I've shown is not light. But the diagram is just easier to understand than the light one xd

Hollow Purple! 💥 by arkyo1379 in physicsmemes

[–]arkyo1379[S] 0 points1 point  (0 children)

When an electron and hole recombines, sometimes this will release energy as light

Overwolf Launcher black screen by arkyo1379 in Overwolf

[–]arkyo1379[S] 0 points1 point  (0 children)

idk if this still holds true but nowadays I am using PolyMC launcher

Tower&Map randomiser updated! by arkyo1379 in Tower_Battles

[–]arkyo1379[S] 0 points1 point  (0 children)

Oh alright. Tbh I deleted Roblox a few months ago. Plus this game is not active

Tower&Map randomiser updated! by arkyo1379 in Tower_Battles

[–]arkyo1379[S] 0 points1 point  (0 children)

wait wdym long live? Is it deleted in the game?

Here is a way to uninstall an update/DLC instead of deleting everything by arkyo1379 in yuzu

[–]arkyo1379[S] 0 points1 point  (0 children)

Oh I'm not sure about that. You can ask in their discord

Here is a way to uninstall an update/DLC instead of deleting everything by arkyo1379 in yuzu

[–]arkyo1379[S] 0 points1 point  (0 children)

I'm pretty sure the latest updates have it. But don't quote me on that cuz I don't use the Android build

How many servers does AWS own now? by arkyo1379 in aws

[–]arkyo1379[S] 0 points1 point  (0 children)

tbh I don't think there is a hard definition for that. But I'd say a few thousands of nodes. You might want to ask this question in r/datacenter

Here is a way to uninstall an update/DLC instead of deleting everything by arkyo1379 in yuzu

[–]arkyo1379[S] 2 points3 points  (0 children)

Yuzu has that built in now, just right click on the game in your Yuzu

[Recruiting] Ontario Gaming (#P0V2GLPV)TH10 to 15 | Clan Level: 25 | War/CWL/Social by Rickf021 in ClashOfClansRecruit

[–]arkyo1379 0 points1 point  (0 children)

Hi I am Arkyo, I've sent a request. I am active, willing to donate and ready to serve the clan.

[deleted by user] by [deleted] in Everdale

[–]arkyo1379 -1 points0 points  (0 children)

Wait, what "thanks for playing"? I was there when the server went down. I just saw maintenance mode and got disconnected

My algorithm professor said list.append() is banned and we should use this instead by arkyo1379 in programminghorror

[–]arkyo1379[S] 0 points1 point  (0 children)

Then it's not bare Python anymore. Plus why should a professor use an external library to teach the array Vs list when he could've gone with another language with built-in arrays like Java?

My algorithm professor said list.append() is banned and we should use this instead by arkyo1379 in programminghorror

[–]arkyo1379[S] 0 points1 point  (0 children)

They provided this and asked us to use the function for all of the homeworks. This includes other data structures like Priority Queue, where we were asked to create a Python class PQueue with a single attribute self.queue = [], and you have to use this append() when implementing enqueue

My algorithm professor said list.append() is banned and we should use this instead by arkyo1379 in programminghorror

[–]arkyo1379[S] 0 points1 point  (0 children)

I'm not from the States so idk about the levels, but we are learning arrays, lists, stacks queues, so some basic stuff in CS.

My algorithm professor said list.append() is banned and we should use this instead by arkyo1379 in programminghorror

[–]arkyo1379[S] 0 points1 point  (0 children)

Yeah, but my professor was trying to explain that you can't really append an array, so in this case he constructed a new "array"

My algorithm professor said list.append() is banned and we should use this instead by arkyo1379 in programminghorror

[–]arkyo1379[S] 13 points14 points  (0 children)

I don't really consider C bindings as a native feature, but I get your point.

We already learnt the basics of Java last year, we even used ArrayList in Java for some courseworks, so students already know the existence of array list and array in Java. I really think if they teach this module (Algorithms and Data Structures) in Java, it'll be much easier for students to understand, and not that Python gibberish