Nyble a Day

Articles dans la catégorie «coding» :

Codewars test example

Dans «coding» par Ed Rantanen
A couple of weeks ago a friend sent me a something to checkout, Codewars, after poking around a bit I thought it was pretty cool! And I did the first couple of bits in javascript (looking forward to when they implement c) but after that did not get any further …

Radix and Patricia Trie

Dans «coding» par Ed Rantanen

I am trying to get some thoughts in-line to start working on a Radix Tree with binary numbers, so the first step was to create a simple decimal to binary trial.  I am still playing with the approach. The next step is to take the binary conversion and push it …

The Buzz of Fizz code

Dans «coding» par Ed Rantanen
Update on this:
 Added tcl and c# to the group!
Enjoy

A friend was joking with me today about a simple test The BuzzFizz test, hmm?

It is a simple test to find in 100 iterations the multipliers of 3 & 5 and the combinations of the two.

I wrote up …

perl and a fork'd script

Dans «coding» par Ed Rantanen

I had created an expect script the other day that was to gather some data, the script ran well but at times because of timing issues strange things seemed to happen with the data. So I broke the script apart and then built a launcher script in perl. This script …