Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/citizen428/codequickies

More or less useful dabblings and experiments in various programming languages
https://github.com/citizen428/codequickies

Last synced: 2 days ago
JSON representation

More or less useful dabblings and experiments in various programming languages

Awesome Lists containing this project

README

        

This repository is a dumping ground for random code fragments written
for fun, as a demo of a specific language feature, solution of a
programming puzzle etc.

## Clojure

* birthday-paradox: A solution to the [birthday
paradox](http://en.wikipedia.org/wiki/Birthday_problem) with
[Incanter](http://incanter.org/).
* ec2-reports: Plotting [EC2](http://aws.amazon.com/ec2/) box usage
with Incanter. Written for a previous job.
* github-stats: Parsing and plotting [Github](http://github.com) stats
with Incanter.
* midi: Exploring the Java
[MIDI](http://de.wikipedia.org/wiki/Musical_Instrument_Digital_Interface)
libraries.
* processing: Experiment in using [Processing](http://processing.org/)
from Clojure.
* rss: An [RSS enclosure](http://en.wikipedia.org/wiki/RSS_enclosure)
downloader.
* ycombinator: Derivation of the [Y
combinator](http://en.wikipedia.org/wiki/Fixed_point_combinator#Y_combinator).

## Common Lisp

* multiplication.lisp: A function for generating multiplaction
tables. Written for a challenge on the
[Rubylearning.org](http://rubylearning.org) forums.

## Erlang

* mp3.erl: An [ID3v1](http://en.wikipedia.org/wiki/ID3) parser to
demonstrate binary pattern matching.

## Io

* fibonacci.io: A simple closed-form
[Fibonacci](http://en.wikipedia.org/wiki/Fibonacci_number)
method.

## Octave

* quiz.m: A "guess the number" game.

## Racket

* factorize.rkt: Tail recursive
[factorization](http://en.wikipedia.org/wiki/Factorization) in
Scheme.

## Ruby

Descriptions to come.

* card_dealer.rb:
* currying.rb:
* date_cipher.rb:
* enumerable_filter.rb:
* hash_with\_derivative\_values.rb:
* isbn.rb:
* itunes_lyrics.rb:
* lazy_lists.rb:
* money_change.rb:
* proc_puzzle.rb:
* random_char.rb:
* safari_tweet.rb:
* simhash.rb:
* subarray_sum.rb:
* substition_cipher.rb:
* word_count.rb:

## Shoes

* little-helper: Application for people receiving hourly wages.
* manwithhat: A small app which can display either the current
[xkcd](http://xkcd.com/) comic or a random one.
* rotten: Little ROT13 encoder, mainly written to demonstrate how to use the clipboard
from within a Shoes application.
* sherlocktweet: Simple Twitter search, written to demonstrate gem
usage in Shoes.