My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 229
demo1.cg {{{ var a=1,b=1; puts(add(1,3)); function add(a,b){ a+b; } }}} demo2.cg {{{ function testReturn(){ puts('a'); puts('b'); return 1; puts('orz'); } puts(testReturn()+1); }}} demo3.cg {{{ function makeCounter(){ var num=0; var add=function(){ ...
Write Haskell code to control StarCraft using [http://code.google.com/p/bwapi-proxy bwapi-proxy]. Currently compatible with bwapi-proxy version 2.1 (bwapi 2.3.1). ==Installation== # Install [http://code.google.com/p/bwapi-proxy/ bwapi-proxy 2.1] # Checkout the latest version of bwapi-h...
This project provides an implementation of infinite-length lists that aims to improve on: * [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Stream Data.Stream] by offering a `O(lg n)` bound for `(!!)` * [http://www.haskell.org/ghc/docs/latest/html/libraries/containers/Data-Sequence...
This is a library of Haskell files associated with my licenciate thesis from 2002. The library consists of the following: * implementations of different parser combinators (chapters 3–4 and 8) * implementations of different context-free parsing algorithms (chapters 5–7) *Note 1*: This is...
==Overview== The goal of this project to provide [http://www.haskell.org/ Haskell] ports of all [http://caml.inria.fr/ OCaml] implementations for [http://www.cis.upenn.edu/~bcpierce/tapl "Types and Programming Languages"] (TAPL) by Benjamin C. Pierce. Each directory (except for "common") con...
A wrapper around the GHC API to provide IDE functionality. For a variety of reasons there is no standard IDE for Haskell programmers. Many Haskell programmers use Vim or Emacs, but many others use Visual Studio, Eclipse, Yi or various other editors. There are efforts to provide IDE functionalit...
The Haskell Notebook (another Haskell Cookbook) contains some common and not so common Haskell programming idioms that are contained in a collection of working/compilable examples. There is also a collection of source code from other functional programming languages including Lisp and Erlang. This...
Copperbox is an incubator for various small projects - tools, libraries - that I want under version control. *Contents* *Wumpus* PostScript and SVG drawing. Wumpus-core is on Hackage. For wumpus-extra releases matching wumpus-core on Hackage see: http://code.google.com/p/copperbox/downlo...
A CLI for Hpaste.org. Authored by Rogan Creswick (creswick_at_googles_mail_service.) Pastepipe reads from stdin, posting to hpaste, and prints out the resulting url (the last line of output). Parameters control various hpaste form fields: {{{ $ pastepipe --help PastePipe v1.3, (C) Rog...
Dimensional is a library providing data types for performing arithmetic with physical quantities and units. Information about the physical dimensions of the quantities/units is embedded in their types and the validity of operations is verified by the type checker at compile time. The boxing and ...
1 2 3 4 5 6 7 8 9 10 Next