Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/citizen428/codequickies
- Owner: citizen428
- Created: 2009-12-02T21:55:00.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2024-01-03T05:01:09.000Z (11 months ago)
- Last Synced: 2024-01-03T06:24:14.106Z (11 months ago)
- Language: Ruby
- Homepage:
- Size: 253 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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.