This commit is contained in:
Ingy döt Net 2013-04-10 16:19:29 -07:00
parent e5e8880e41
commit 518da4a923
1019 changed files with 15877 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View file

@ -67,8 +67,30 @@ Babel:
ext: pb
BASIC:
ext: bas
BASIC256:
Batch File:
ext: bat
BBC BASIC:
Bc:
BCPL:
Befunge:
ext: bf
Beta:
Biferno:
Blast:
BlitzMax:
ext: blitz
Boo:
Bori:
Brace:
Bracmat:
Brainf***:
ext: bf
Brat:
Brlcad:
Burlesque:
ext: blq
C:
Clojure:
ext: clj

View file

@ -47,7 +47,35 @@ Best shuffle:
# Binary digits:
Binary search:
Binary strings:
Bitcoin/address validation:
Bitmap:
Bitmap/Bresenham's line algorithm: #'
Bitmap/Bézier curves/Cubic:
Bitmap/Bézier curves/Quadratic:
Bitmap/Flood fill:
Bitmap/Histogram:
Bitmap/Midpoint circle algorithm:
Bitmap/PPM conversion through a pipe:
Bitmap/Read a PPM file:
Bitmap/Read an image through a pipe:
Bitmap/Write a PPM file:
Bitwise IO:
Bitwise operations:
Boolean values:
Box the compass:
Break OO privacy:
# Brownian tree:
Bulls and cows:
Bulls and cows/Player:
# Balanced brackets:
# Balanced ternary:
# Best shuffle:
# # Binary digits:
# Binary search:
# Binary strings:
# Bulls and cows:
Caesar cipher:
Calendar:
# Catalan numbers:

View file

@ -0,0 +1 @@
../../Task/Bitwise-operations/ACL2

1
Lang/ALGOL-68/Bitmap Symbolic link
View file

@ -0,0 +1 @@
../../Task/Bitmap/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Bitmap-B-zier-curves-Cubic/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Bitmap-Bresenhams-line-algorithm/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Bitmap-Midpoint-circle-algorithm/ALGOL-68

1
Lang/ALGOL-68/Bitwise-IO Symbolic link
View file

@ -0,0 +1 @@
../../Task/Bitwise-IO/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Bitwise-operations/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Boolean-values/ALGOL-68

View file

@ -0,0 +1 @@
../../Task/Box-the-compass/ALGOL-68

1
Lang/AWK/Bitwise-operations Symbolic link
View file

@ -0,0 +1 @@
../../Task/Bitwise-operations/AWK

1
Lang/AWK/Boolean-values Symbolic link
View file

@ -0,0 +1 @@
../../Task/Boolean-values/AWK

1
Lang/AWK/Box-the-compass Symbolic link
View file

@ -0,0 +1 @@
../../Task/Box-the-compass/AWK

View file

@ -0,0 +1 @@
../../Task/Bitwise-operations/ActionScript

1
Lang/Ada/Bitmap Symbolic link
View file

@ -0,0 +1 @@
../../Task/Bitmap/Ada

View file

@ -0,0 +1 @@
../../Task/Bitmap-B-zier-curves-Cubic/Ada

View file

@ -0,0 +1 @@
../../Task/Bitmap-B-zier-curves-Quadratic/Ada

View file

@ -0,0 +1 @@
../../Task/Bitmap-Bresenhams-line-algorithm/Ada

1
Lang/Ada/Bitmap-Flood-fill Symbolic link
View file

@ -0,0 +1 @@
../../Task/Bitmap-Flood-fill/Ada

1
Lang/Ada/Bitmap-Histogram Symbolic link
View file

@ -0,0 +1 @@
../../Task/Bitmap-Histogram/Ada

View file

@ -0,0 +1 @@
../../Task/Bitmap-Midpoint-circle-algorithm/Ada

View file

@ -0,0 +1 @@
../../Task/Bitmap-Read-a-PPM-file/Ada

View file

@ -0,0 +1 @@
../../Task/Bitmap-Write-a-PPM-file/Ada

1
Lang/Ada/Bitwise-IO Symbolic link
View file

@ -0,0 +1 @@
../../Task/Bitwise-IO/Ada

1
Lang/Ada/Bitwise-operations Symbolic link
View file

@ -0,0 +1 @@
../../Task/Bitwise-operations/Ada

1
Lang/Ada/Boolean-values Symbolic link
View file

@ -0,0 +1 @@
../../Task/Boolean-values/Ada

1
Lang/Ada/Box-the-compass Symbolic link
View file

@ -0,0 +1 @@
../../Task/Box-the-compass/Ada

1
Lang/Ada/Break-OO-privacy Symbolic link
View file

@ -0,0 +1 @@
../../Task/Break-OO-privacy/Ada

View file

@ -0,0 +1 @@
../../Task/Bulls-and-cows-Player/Ada

View file

@ -0,0 +1 @@
../../Task/Bitwise-operations/Aikido

1
Lang/AutoHotkey/Bitmap Symbolic link
View file

@ -0,0 +1 @@
../../Task/Bitmap/AutoHotkey

View file

@ -0,0 +1 @@
../../Task/Bitmap-Bresenhams-line-algorithm/AutoHotkey

View file

@ -0,0 +1 @@
../../Task/Bitmap-Flood-fill/AutoHotkey

View file

@ -0,0 +1 @@
../../Task/Bitmap-Read-a-PPM-file/AutoHotkey

View file

@ -0,0 +1 @@
../../Task/Bitmap-Read-an-image-through-a-pipe/AutoHotkey

View file

@ -0,0 +1 @@
../../Task/Bitmap-Write-a-PPM-file/AutoHotkey

View file

@ -0,0 +1 @@
../../Task/Bitwise-operations/AutoHotkey

View file

@ -0,0 +1 @@
../../Task/Box-the-compass/AutoHotkey

1
Lang/AutoIt/Box-the-compass Symbolic link
View file

@ -0,0 +1 @@
../../Task/Box-the-compass/AutoIt

View file

@ -0,0 +1 @@
../../Task/Bitwise-operations/BASIC

1
Lang/BASIC/Boolean-values Symbolic link
View file

@ -0,0 +1 @@
../../Task/Boolean-values/BASIC

View file

@ -0,0 +1,25 @@
{{language|BASIC256
|site=http://www.basic256.org
|tags=BASIC256}}
{{implementation|BASIC}}
'''BASIC-256''' is an easy to use version of [[BASIC]] designed to teach anybody (especially middle and high-school students) the basics of computer programming. It uses traditional control structures like gosub, for/next, and goto, which helps kids easily see how program flow-control works. It has a built-in graphics mode which lets them draw pictures on screen in minutes, and a set of detailed, easy-to-follow tutorials that introduce programming concepts through fun exercises.
; Features
* fast graphics suitable for animation
* native [[speech synthesis]]
* mouse and keyboard events
* graphic files manipulation (saving, retrieving)
* playing sounds from WAV files
* sprites handling
* database functions
* socket networking
* error handling
* files I/O
* true functions/subroutines (version 0.9.9.1 and later)
; Disadvantages
* BASIC-256 does not support three- and N-dimensional arrays in general (N>2)
BASIC256 is open source and available for [[Linux]], [[Windows]] and [[Mac]].
For more information see [http://www.basic256.org basic256.org] or to download and install [http://sourceforge.net/projects/kidbasic/ sourceforge].

1
Lang/BASIC256/100-doors Symbolic link
View file

@ -0,0 +1 @@
../../Task/100-doors/BASIC256

View file

@ -0,0 +1 @@
../../Task/99-Bottles-of-Beer/BASIC256

1
Lang/BASIC256/A+B Symbolic link
View file

@ -0,0 +1 @@
../../Task/A+B/BASIC256

View file

@ -0,0 +1 @@
../../Task/Ackermann-function/BASIC256

View file

@ -0,0 +1 @@
../../Task/Arithmetic-Integer/BASIC256

1
Lang/BASIC256/Arrays Symbolic link
View file

@ -0,0 +1 @@
../../Task/Arrays/BASIC256

View file

@ -0,0 +1 @@
../../Task/Associative-array-Creation/BASIC256

1
Lang/BASIC256/Bitmap Symbolic link
View file

@ -0,0 +1 @@
../../Task/Bitmap/BASIC256

View file

@ -0,0 +1 @@
../../Task/Bitwise-operations/BASIC256

View file

@ -0,0 +1 @@
../../Task/Boolean-values/BASIC256

1
Lang/BASIC256/Forest-fire Symbolic link
View file

@ -0,0 +1 @@
../../Task/Forest-fire/BASIC256

1
Lang/BASIC256/Pi Symbolic link
View file

@ -0,0 +1 @@
../../Task/Pi/BASIC256

View file

@ -0,0 +1,10 @@
{{language|BBC BASIC
|site=http://www.bbcbasic.co.uk/bbcbasic.html
|tags=bbcbasic}}
{{implementation|BASIC}}
'''BBC BASIC''' is a version of the [[BASIC]] programming language. It is notable for being one of the few modern dialects that makes no attempt to be compatible to any great degree with [[Microsoft]] BASICs.
BBC BASIC was originally written for the [[wp:BBC Micro|BBC Microcomputer]] as part of the '''BBC Computer Literacy Project''' under the direction of the [[wp:BBC|British Broadcasting Corporation]] (thus the name), but now runs on most modern, popular operating systems (and several older and/or less-popular ones).
Wikipedia has [[wp:BBC BASIC|an article about BBC BASIC]], but the best source of information is probably [http://www.bbcbasic.co.uk/bbcbasic.html the BBC BASIC homepage].

1
Lang/BBC-BASIC/100-doors Symbolic link
View file

@ -0,0 +1 @@
../../Task/100-doors/BBC-BASIC

1
Lang/BBC-BASIC/24-game Symbolic link
View file

@ -0,0 +1 @@
../../Task/24-game/BBC-BASIC

View file

@ -0,0 +1 @@
../../Task/99-Bottles-of-Beer/BBC-BASIC

1
Lang/BBC-BASIC/A+B Symbolic link
View file

@ -0,0 +1 @@
../../Task/A+B/BBC-BASIC

View file

@ -0,0 +1 @@
../../Task/Abstract-type/BBC-BASIC

View file

@ -0,0 +1 @@
../../Task/Accumulator-factory/BBC-BASIC

View file

@ -0,0 +1 @@
../../Task/Ackermann-function/BBC-BASIC

View file

@ -0,0 +1 @@
../../Task/Active-object/BBC-BASIC

View file

@ -0,0 +1 @@
../../Task/Add-a-variable-to-a-class-instance-at-runtime/BBC-BASIC

View file

@ -0,0 +1 @@
../../Task/Address-of-a-variable/BBC-BASIC

View file

@ -0,0 +1 @@
../../Task/Align-columns/BBC-BASIC

1
Lang/BBC-BASIC/Anagrams Symbolic link
View file

@ -0,0 +1 @@
../../Task/Anagrams/BBC-BASIC

View file

@ -0,0 +1 @@
../../Task/Anagrams-Deranged-anagrams/BBC-BASIC

View file

@ -0,0 +1 @@
../../Task/Animate-a-pendulum/BBC-BASIC

1
Lang/BBC-BASIC/Animation Symbolic link
View file

@ -0,0 +1 @@
../../Task/Animation/BBC-BASIC

View file

@ -0,0 +1 @@
../../Task/Anonymous-recursion/BBC-BASIC

View file

@ -0,0 +1 @@
../../Task/Apply-a-callback-to-an-array/BBC-BASIC

View file

@ -0,0 +1 @@
../../Task/Arithmetic-Complex/BBC-BASIC

View file

@ -0,0 +1 @@
../../Task/Arithmetic-Integer/BBC-BASIC

View file

@ -0,0 +1 @@
../../Task/Arithmetic-Rational/BBC-BASIC

View file

@ -0,0 +1 @@
../../Task/Arithmetic-evaluation/BBC-BASIC

View file

@ -0,0 +1 @@
../../Task/Arithmetic-geometric-mean/BBC-BASIC

View file

@ -0,0 +1 @@
../../Task/Array-concatenation/BBC-BASIC

1
Lang/BBC-BASIC/Arrays Symbolic link
View file

@ -0,0 +1 @@
../../Task/Arrays/BBC-BASIC

1
Lang/BBC-BASIC/Assertions Symbolic link
View file

@ -0,0 +1 @@
../../Task/Assertions/BBC-BASIC

View file

@ -0,0 +1 @@
../../Task/Associative-array-Creation/BBC-BASIC

View file

@ -0,0 +1 @@
../../Task/Associative-array-Iteration/BBC-BASIC

View file

@ -0,0 +1 @@
../../Task/Atomic-updates/BBC-BASIC

View file

@ -0,0 +1 @@
../../Task/Average-loop-length/BBC-BASIC

View file

@ -0,0 +1 @@
../../Task/Averages-Arithmetic-mean/BBC-BASIC

View file

@ -0,0 +1 @@
../../Task/Averages-Mean-angle/BBC-BASIC

View file

@ -0,0 +1 @@
../../Task/Averages-Median/BBC-BASIC

View file

@ -0,0 +1 @@
../../Task/Averages-Mode/BBC-BASIC

View file

@ -0,0 +1 @@
../../Task/Averages-Pythagorean-means/BBC-BASIC

View file

@ -0,0 +1 @@
../../Task/Averages-Root-mean-square/BBC-BASIC

View file

@ -0,0 +1 @@
../../Task/Averages-Simple-moving-average/BBC-BASIC

View file

@ -0,0 +1 @@
../../Task/Balanced-brackets/BBC-BASIC

1
Lang/BBC-BASIC/Best-shuffle Symbolic link
View file

@ -0,0 +1 @@
../../Task/Best-shuffle/BBC-BASIC

View file

@ -0,0 +1 @@
../../Task/Binary-search/BBC-BASIC

View file

@ -0,0 +1 @@
../../Task/Binary-strings/BBC-BASIC

1
Lang/BBC-BASIC/Bitmap Symbolic link
View file

@ -0,0 +1 @@
../../Task/Bitmap/BBC-BASIC

View file

@ -0,0 +1 @@
../../Task/Bitmap-B-zier-curves-Cubic/BBC-BASIC

Some files were not shown because too many files have changed in this diff Show more