Samuel Squire

Results 17 comments of Samuel Squire

Your project could be used to implement [library mesh](https://github.com/samsquire/ideas2#10-library-mesh) and refactoring equivalencies. If we could do a search and replace of an API call site, we can automatically refactor code....

Hi aschrijver karstenwinter Sorry it has taken so long to reply. I've decided to licence it under Creative Commons Share alike licence. I need to change the licence on the...

There is a translation in Chinese already I just can't find it! Let me do some more research

here it is: https://www.oschina.net/translate/one-hundred-ideas-for-computing I should probably link it in the introduction! Sorry about that!

I've opened issues to get round the lack of discussion problem.

Tent looks cool. I'll add Tent to the list. Thanks Daniel. On 21 Jul 2013, at 17:23, Daniel Siders wrote: > I large number of the ideas you discuss are...

This is interesting. Thank you for this. I wrote an epoll echo server which multiplexes multiple clients over each thread. The idea is that each core can scale the number...

I'm not sure if it's a red black tree but you can calculate the height of every node and either left rotate or right rotate based on which side (left...

My custom tree implementation is in datastructures.py. I would like to learn how to change it to be self balancing. I saw an implementation that checked the height of each...

I think it's a really good idea. It's an experimental project and not for serious use but I see it at as a learning implementation. I am happy to merge...