Explore >> Select a destination


You are here

nondv.wtf
| | www.e4developer.com
19.7 parsecs away

Travel
| | In my career as a software developer, I have interviewed over 100 people. Most of these interviews were face to face interview involving coding on paper or a...
| | kinduff.com
19.4 parsecs away

Travel
| | This is a list of six algorithms written in Ruby. I did this as an exercise a long time ago when I was learning the language.
| | gcher.com
16.2 parsecs away

Travel
| | The architecture of a video game code is usually based around a list of entities that represent all the game elements: players, enemies, etc. The engine iterates over this list and call the appropriate methods to update or render the entities. Since game elements get constantly created and destroyed, the list is not static but need to be updated at each iteration. The problem is that some entities keep references to others.
| | sumercip.com
282.6 parsecs away

Travel
| How Python's recent performance improvements work under the hood