jdantonio / polyglot

Random experiments with different programming languages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Polyglot

A bunch of random projects and katas in a bunch of different languages. Because I need to put them somewhere...

In This Repo

  • algorithms.rb: Several search and sort algorithms implemented in Ruby, just for fun
  • census-sample-data: Sample Ruby web app for consuming the US Census Data API (see http://www.census.gov/developers/)
  • connect_four: Connect Four game written to learn Adobe Flex development
  • erlang-katas: Various code katas in Erlang.
  • greed.rb: Greed game kata in Ruby
  • purescript-exercises: Exercises from the book PureScript by Example
  • **subreddit - A Ruby/Sinatra exercise for consuming the Reddit API
  • wordsec: An assignment I did for an algorithms class I audited in 2012, implemented in C++ (the official assignment), Ruby, and Clojure
  • x-in-square: A quick programming challenge I did as an attempt to solve a simple logic problem
  • backbonetutorials.com: Exercises from backbonetutorials.com (moved to more-polyglot)
  • node.js: Exercises from the book Node.js the Right Way: Practical, Server-Side JavaScript That Scales (moved to more-polyglot)

Copyright

Copyright © 2013 Jerry D'Antonio. It is free software and may be redistributed under the terms specified in the LICENSE file.

License

Released under the MIT license.

http://www.opensource.org/licenses/mit-license.php

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

About

Random experiments with different programming languages.

License:Other


Languages

Language:Ruby 30.9%Language:JavaScript 20.6%Language:ActionScript 13.5%Language:C++ 11.0%Language:CSS 8.4%Language:C 7.6%Language:Erlang 4.2%Language:Clojure 2.2%Language:PureScript 1.5%Language:Shell 0.0%Language:R 0.0%