Explore >> Select a destination


You are here

ducktape.blot.im
| | www.kroah.com
9.9 parsecs away

Travel
| | Sometimes you don't have access to vim's wonderful xxd tool, and you need to use it to generate some .c code based on a binary file. This happened to me recently when packaging up the EFI signing tools for Gentoo. Adding a build requirement of vim for a single autogenerated file was not an option for some users, so I created a perl version of the xxd -i command line tool.
| | github.com
10.8 parsecs away

Travel
| | Inspect Musical Modal Functions. Contribute to ology/Music-ModalFunction development by creating an account on GitHub.
| | jacoby.github.io
6.7 parsecs away

Travel
| | Happy New Year to those who celebrate! Here we are at Weekly Challenge #250! 250 is 2 * 53, and has the same digits as prime factors. It is also the area code for the Canadian Province of British Columbia, and when I saw that, I knew the title had to come from Monty Python...
| | attractivechaos.wordpress.com
48.4 parsecs away

Travel
| Array and hash table are probably the most important data structures. Some programming languages such as Perl, Lua and Javascript, almost build the language core on top of the two data structures. While array is straightforward to implement, hash table is not. This is why we have paid continuous efforts in improving the hash table...