Makefile for rust projects

Personal Coding and Hobby Notebook
So you upgraded your server, or just all of a sudden you try to start lighttpd, it says the server started ok, but you check and there’s no lighttpd process. You then go after your error log files, and nothing… what the fuck is happening? try this to attempt to debug. sudo strace -ff /usr/local/sbin/lighttpd […]
Often times I find the need to use a list or linear array as if it was a table. Everytime I need to do so, I always end up coding functions to convert a (x,y) coordinate to the real index n in the array. Let me illustrate, with an example. You have a string that […]
1. C# 73,833 2. Java 43,006 3. PHP 35,371 4. Javascript 31,244 5. C++ 27,340 6. Python 22,070 7. Objective-C 10,350 8. Ruby 8,773 9. VB.net 7,778 10. ActionScript (Flash) 5,230 11. Perl 4,496 What do these numbers mean to you? Languages on the rise of popularity among programmers, or lack of good documentation? [buzz […]