You are here |
nondv.wtf | ||
| | | |
www.e4developer.com
|
|
| | | | 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
|
|
| | | | 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
|
|
| | | | 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
|
|
| | How Python's recent performance improvements work under the hood |