You are here |
www.railstips.org | ||
| | | |
128bit.io
|
|
| | | | Kind of a follow up to my onMD5 hashing in Python, Ruby and Groovy posting, Here is a way of doing MD5 hashing inCoffeeScript and Perl. CoffeeScript/Node.js Perl Scala I also moved the code for Python, Ruby and Groovy into the same Gist on Github. If you know a better way feel free to fork and update! | |
| | | |
opensource.googleblog.com
|
|
| | | | The 2024 GSoC program is open to students and to beginners in open source software development. Contributor applications will open on Monday, March 18 | |
| | | |
128bit.io
|
|
| | | | So for my posting forProject Euler 001, the Javascript code kind of upset me. It's not nice to look at and doesn't really solve the problem in a functional way. WithJavascript being afunctional programminglanguage it didn't sit well with me. Comparing the Javascript code to the Groovy and Ruby code there is one thing missing and it is the 'Range' type call. If I could have a call like that I could use some other calls like filter and reduce to get the same outcome. | |
| | | |
endormi.io
|
|
| | I maintain a couple of open source projects and contribute to many projects. Here are just a few of the projects that I maintain: automation - Collection of my automated tasks written in Python. awesome-dj - List of reasons why Django is awesome for web development && Django bootstrap boilerplate. devisle/advanced-react-cli - An NPM package which aims to provide a better way to install packages for your react application through an intuitive CLI. |