First commit of partial RosettaCode contents.
Pushing this for testing purposes. Lots of work still needed.
This commit is contained in:
commit
1e05ecd7ee
781 changed files with 9080 additions and 0 deletions
54
Conf/lang.yaml
Normal file
54
Conf/lang.yaml
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
4D:
|
||||
ext: 4d
|
||||
AWK:
|
||||
ext: awk
|
||||
BASIC:
|
||||
ext: bas
|
||||
Befunge:
|
||||
ext: bf
|
||||
C:
|
||||
ext: c
|
||||
Clojure:
|
||||
ext: clj
|
||||
CoffeeScript:
|
||||
ext: coffee
|
||||
Erlang:
|
||||
ext: erl
|
||||
Forth:
|
||||
ext: fth
|
||||
Fortran:
|
||||
ext: f
|
||||
Go:
|
||||
ext: go
|
||||
Haskell:
|
||||
ext: hs
|
||||
Java:
|
||||
ext: java
|
||||
JavaScript:
|
||||
ext: js
|
||||
LaTeX:
|
||||
ext: tex
|
||||
Lua:
|
||||
ext: lua
|
||||
Perl:
|
||||
ext: pl
|
||||
PHP:
|
||||
ext: php
|
||||
PicoLisp:
|
||||
ext: l
|
||||
PIR:
|
||||
ext: pir
|
||||
Python:
|
||||
ext: py
|
||||
REXX:
|
||||
ext: rexx
|
||||
Ruby:
|
||||
ext: rb
|
||||
Scala:
|
||||
ext: scala
|
||||
SNUSP:
|
||||
ext: snusp
|
||||
Tcl:
|
||||
ext: tcl
|
||||
Turing:
|
||||
ext: turing
|
||||
1
Conf/rosettacode.yaml
Normal file
1
Conf/rosettacode.yaml
Normal file
|
|
@ -0,0 +1 @@
|
|||
api_url: http://rosettacode.org/mw/api.php
|
||||
21
Conf/task.yaml
Normal file
21
Conf/task.yaml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
99 Bottles of Beer: {}
|
||||
Anagrams: {}
|
||||
Bulls and cows: {}
|
||||
Comments: {}
|
||||
Death Star: {}
|
||||
Entropy: {}
|
||||
FizzBuzz: {}
|
||||
Go Fish: {}
|
||||
# Happy numbers: {}
|
||||
Infinity: {}
|
||||
JSON: {}
|
||||
Knuth shuffle: {}
|
||||
# Leap year: {}
|
||||
# Mandlbrot set: {}
|
||||
Narcissist: {}
|
||||
Ordered words: {}
|
||||
Pi: {}
|
||||
Quine: {}
|
||||
# ROT-13: {}
|
||||
Search a list: {}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue