### Whitespace Program Examples Source: https://github.com/wspace/corpus/blob/main/README.md Collections of programs written in the Whitespace language. ```Whitespace Project: 2_power_5 Author: Mohammad Rafi Link: https://github.com/rafimo/2_power_5 ``` ```Whitespace Project: Hello World Authors: Mike Donaghy, D.E. Akers Link: https://github.com/leachim6/hello-world ``` ```Whitespace Project: a140.ws Author: Tsubasa Yumura Link: https://gist.github.com/yumu19/7b083c7e764092d5d0a2 ``` -------------------------------- ### Whitespace Example Programs Source: https://github.com/wspace/corpus/blob/main/README.md Collections of programs written in the Whitespace programming language. These examples showcase various functionalities and algorithms implemented in Whitespace. ```Whitespace Quine Museum by makenowjust programs https://github.com/MakeNowJust/quine ``` ```Whitespace whitespace_pumpkin.ws, whitespace_fizzbuzz.ws, and whitespace_sieve.ws by ytaka23 programs https://gist.github.com/y-taka-23/7353571, https://gist.github.com/y-taka-23/7353594, https://gist.github.com/y-taka-23/7353612, https://github.com/wspace/ytaka23-whitespace, https://github.com/thaliaarchi/repo-archival/blob/main/scripts/wspace/ytaka23-whitespace.sh ``` ```Whitespace Project Euler Language Challenge by drsam94 programs https://github.com/drsam94/PELC, http://pelangchallenge.blogspot.com/2013/09/problem-36-done-in-whitespace.html, https://web.archive.org/web/20130925035813/http://compsoc.dur.ac.uk:80/archives/whitespace/2013-September/000084.html ``` -------------------------------- ### Whitespace Language Programs and Examples Source: https://github.com/wspace/corpus/blob/main/README.md Projects primarily written in the Whitespace language, focusing on executing programs. Includes examples and challenges. ```Whitespace Project: /wspace/corpus Content: | [Whitespace-lang example](whitespace/p1atdev-hello) | Plat | Whitespace | programs | 2022-05-05 | [GitHub](https://github.com/p1atdev/hello_world_ws) | | [Whitespace Neo4j Driver](whitespace/danstarns-neo4j) | Florent Biville, Gerrit Meier, Daniel Starns | Whitespace | programs | 2022-04-01 | [GitHub](https://github.com/danstarns/neo4j-whitespace-driver) | | [helloworld](whitespace/datomalania-hello) | დათო (Dato Malania) | Whitespace | programs, mapping | 2022-03-13 | [GitHub](https://github.com/datomalania/helloworld) | | [ws-challenges](whitespace/thaliaarchi-challenges) | Thalia Archibald | Whitespace | programs | 2021-11-13 | [GitHub](https://github.com/thaliaarchi/ws-challenges) | | [TigerHacks-2021](whitespace/meow56-tigerhacks) | meow56 | Whitespace | programs | 2021-11-05 | [GitHub](https://github.com/meow56/tigerhacks-2021) | | [cosmopolitan-sk](whitespace/kspalaiologos-cosmopolitan-sk) | Kamila Szewczyk (Palaiologos) | Whitespace | programs | 2021-10-31 | [GitHub](https://github.com/kspalaiologos/cosmopolitan-sk) | | [advent-of-code](whitespace/alchzh-advent-of-code) | Albert Zhang | Whitespace | programs | 2021-12-04 | [GitHub](https://github.com/alchzh/advent-of-code) | ``` -------------------------------- ### Whitespace Interpreter Example Source: https://github.com/wspace/corpus/blob/main/sources.md This snippet describes a personal project where a Whitespace interpreter was written for a programming language class. The project writeup itself was converted into a Whitespace program. ```whitespace Wrote a whitespace interpreter for a PL class in college. For kicks, the project writeup was converted to a whitespace program that would print the writeup when run. That program, composed entirely of whitespace, was submitted in place of the writeup. Fun times. ``` -------------------------------- ### Whitespace Interpreters and Programs Source: https://github.com/wspace/corpus/blob/main/README.md A collection of Whitespace programs and interpreters. These projects demonstrate the core functionality of the Whitespace language, often including 'Hello World' examples and basic program execution. ```Whitespace This entry represents various Whitespace programs and interpreters. Specific code examples are not provided here but are linked via GitHub repositories. ``` -------------------------------- ### Textmate Grammars and Build Failures Source: https://github.com/wspace/corpus/blob/main/building.md Details Textmate grammars and projects that failed to build. ```textmate textmate/nixinova/grammars/whitespace.yaml-tmLanguage textmate/thaliaarchi-linguist textmate/veniversum ``` -------------------------------- ### Python Projects with Specific Entrypoint Requirements Source: https://github.com/wspace/corpus/blob/main/building.md Lists Python projects that require specific entrypoints such as Codewars. ```python python/stephenchappell: msvcrt module only exists on Windows python/marktraceur-redlandside/main.py python/res0001-trans32/trans32.py: No entrypoint ``` -------------------------------- ### Go Projects for Docker Build Source: https://github.com/wspace/corpus/blob/main/building.md This snippet lists Go projects that can be built with Docker. Some projects have specific build notes mentioned. ```go - go/135yshr-wspacego - go/kinu - go/makiuchid-whitenote - go/petercxy-gogmh: No entrypoint - go/pocke-gows - go/qeedquan - go/samuelpratt - go/simomu - go/technohippy - go/tempxla-go-wspace - go/thaliaarchi-nebula: Requires LLVM - go/zorchenhimer ``` -------------------------------- ### PHP Projects with Build Information Source: https://github.com/wspace/corpus/blob/main/building.md Lists PHP projects with their respective build files or interpreter information. ```php php/codelytv-youtube: top-langs-not-to-use/src/decoder.php top-langs-not-to-use/src/encoder.php php/igorw/bin/interpreter php/igorw-wsm/bin/wsm php/johankj/whitespace.php php/jseidl-wcc php/mattparker/src/PHPWhiteSpace.php ``` -------------------------------- ### Binary Digits Conversion Source: https://github.com/wspace/corpus/blob/main/README.md Demonstrates the conversion of numbers into their binary digit representation. This example is implemented in Whitespace. ```Whitespace This is a placeholder for the actual Whitespace code for Binary digits. The provided text only contains links and metadata, not the code itself. ``` -------------------------------- ### Counting in Octal Source: https://github.com/wspace/corpus/blob/main/README.md Shows how to count numbers and represent them in the octal (base-8) number system. This example is implemented in Whitespace. ```Whitespace This is a placeholder for the actual Whitespace code for Count in octal. The provided text only contains links and metadata, not the code itself. ``` -------------------------------- ### F# Projects for Docker Build Source: https://github.com/wspace/corpus/blob/main/building.md This snippet lists F# projects that can be built with Docker. ```fsharp - fsharp/nutcrack-whiteplanes: No entrypoint ``` -------------------------------- ### Quine Implementation Source: https://github.com/wspace/corpus/blob/main/README.md A quine is a computer program that produces its own source code as its only output. This example is for the Whitespace programming language. ```Whitespace This is a placeholder for the actual Whitespace code for Quine. The provided text only contains links and metadata, not the code itself. ``` -------------------------------- ### Haskell Project with Working Executable Source: https://github.com/wspace/corpus/blob/main/building.md Details a Haskell project with a successfully built executable. ```haskell haskell/helvm-helma/dist-newstyle/build/x86_64-osx/ghc-8.10.7/helma-0.6.10.0/x/helma/build/helma/helma: `cabal build` haskell/helvm-helpa/dist-newstyle/build/x86_64-osx/ghc-8.10.7/helpa-0.3.5.0/x/helpa/build/helpa/helpa: `cabal build` ``` -------------------------------- ### Terminal Control: Cursor Positioning Source: https://github.com/wspace/corpus/blob/main/README.md Demonstrates how to control the terminal cursor, specifically for positioning it. This example is written in Whitespace. ```Whitespace This is a placeholder for the actual Whitespace code for Terminal control/Cursor positioning. The provided text only contains links and metadata, not the code itself. ``` -------------------------------- ### Initializing Submodules Source: https://github.com/wspace/corpus/blob/main/README.md Instructions for cloning all submodules associated with the project, typically used for projects with source hosted on GitHub or GitLab. ```makefile make init_submodules ``` -------------------------------- ### Whitespace Language Projects Source: https://github.com/wspace/corpus/blob/main/README.md Projects written directly in the Whitespace programming language, often for specific programs or examples. ```Whitespace Project: prime-whitespace Authors: nepeta Tags: programs Date: 2022-12-15 Source: [GitHub](https://github.com/NEPETAISCUTE/prime-whitespace) ``` ```Whitespace Project: AdventOfCode2022.ws Authors: Luke Pebody Tags: programs, interpreter, assembler Date: 2022-12-14 Source: [GitHub](https://github.com/wspace/lukepebody-advent-of-code), [GitHub (git archive)](https://archive.softwareheritage.org/browse/origin/directory/?origin_url=https://github.com/LukePebody/AdventOfCode2022.ws), [GitHub](https://github.com/LukePebody/Advent-of-Whitespace) ``` ```Whitespace Project: Whitespace-Knots-N-Crosses Authors: Sage Tags: programs Date: 2022-10-28 Source: [GitHub](https://github.com/SpicedSage/Whitespace-Knots-N-Crosses) ``` ```Whitespace Project: WhiteSpace-Examples Authors: Thái Sơn Hoàng Tags: programs Date: 2022-10-23 Source: [GitHub](https://github.com/tshoang/WhiteSpace-Examples) ``` ```Whitespace Project: useless-codes Authors: Arthur Monteiro Tags: programs Date: 2022-06-24 Source: [GitHub](https://github.com/ArthurMtTh/useless-codes) ``` ```Whitespace Project: Hello_World Authors: Facia Femi Tags: programs Date: 2022-06-15 Source: [GitHub](https://github.com/femifacia/Hello_World) ``` ```Whitespace Project: whitespace-experiments Authors: sammifs Tags: programs Date: 2022-07-10 Source: [GitHub](https://github.com/sammifs/whitespace-experiments) ``` -------------------------------- ### Ruby Projects with No Entrypoint or Specific Entrypoints Source: https://github.com/wspace/corpus/blob/main/building.md Lists Ruby projects that are missing an entrypoint or require a specific entrypoint. ```ruby ruby/bossiernesto: No entrypoint ruby/nutcrack-whiteplanes: No entrypoint ``` -------------------------------- ### Shell Sort Algorithm Source: https://github.com/wspace/corpus/blob/main/README.md Implements the Shell sort algorithm, an efficient sorting algorithm that is a generalization of insertion sort. This example is in Whitespace. ```Whitespace This is a placeholder for the actual Whitespace code for Shell sort. The provided text only contains links and metadata, not the code itself. ``` -------------------------------- ### Rebol Project Bootstrapping Issues Source: https://github.com/wspace/corpus/blob/main/building.md Highlights a Rebol project with bootstrapping issues. ```rebol rebol/hostilefork: Bootstrapping issues ``` -------------------------------- ### C Projects for Docker Build Source: https://github.com/wspace/corpus/blob/main/building.md This snippet lists C projects that can be built with Docker. Some projects have specific build notes or dependencies mentioned. ```c - c/bvisness - c/cedricschwyter - c/censoredusername - c/hogelog - c/koturn - c/kspalaiologos-asm2ws - c/manarice-lime - c/meth0dz - c/rdebath - c/rdebath-brainfuck - c/remigascou - c/rispoli-txt2ws - c/sandeep023 - c/shinh-elvm: -Werror=enum-conversion - c/siritori - c/ssiegl-wsdebug - c/stellwag-wspacegen - c/strangepan-i-c-whitespace - c/subgeniuskitty-vvhitespace - c/tejaskasetty: symtab.h: multiple definition of `symtable` - c/threeifbywhiskey-blacktime - c/threeifbywhiskey-satan - c/zackeua ``` -------------------------------- ### 99 Bottles of Beer Program Source: https://github.com/wspace/corpus/blob/main/README.md A classic programming example that prints the lyrics to the '99 Bottles of Beer' song. This implementation is for the Whitespace programming language. ```Whitespace This is a placeholder for the actual Whitespace code for 99 Bottles of Beer. The provided text only contains links and metadata, not the code itself. ``` -------------------------------- ### Python Projects with Entrypoint Issues Source: https://github.com/wspace/corpus/blob/main/building.md Lists Python projects that are missing an entrypoint or require a specific entrypoint like AWS Lambda or Codewars. ```python python/nutcrack-whiteplanes: No entrypoint python/q2ven-whitespyce: Needs AWS Lambda entrypoint python/squancy: Needs Codewars entrypoint python/techiehelper-codewars: Needs Codewars entrypoint python/victornuzhniy: Needs Codewars entrypoint ``` -------------------------------- ### Whitespace Programs (Whitespace) Source: https://github.com/wspace/corpus/blob/main/README.md This entry lists projects written directly in the Whitespace esoteric programming language. These are examples of programs created using the language itself. ```Whitespace Project: /wspace/corpus Content: | [a-z-programming](whitespace/jarrodparkes-a-z) | Jarrod Parkes | Whitespace, Docker | programs | 2017-04-19 | [GitHub](https://github.com/jarrodparkes/a-z-programming) | | [hello.ws](whitespace/kokoax-hello) | kokoax | Whitespace | programs | 2017-03-24 | [GitHub](https://github.com/kokoax/hello) | | [Catch the Chicken](whitespace/ccns-chicken) | Daniel Chen | Whitespace | programs | 2017-02-22 | [GitHub](https://github.com/ccns/105-club-fair-game-problems) | | [素数判定](whitespace/0qol-prime) | 0qol | Whitespace | programs | 2017-02-03 | [GitHub Gist](https://gist.github.com/0qol/a57b28d3353cdef08aac34cce8b1d9dc), [GitHub Gist](https://gist.github.com/0qol/55ab44a35c0faba659448f340af8db70), [GitHub Gist](https://gist.github.com/0qol/a317e241860518a79a36c879e710de38), [GitHub](https://github.com/wspace/0qol-prime), [repo-archival](https://github.com/thaliaarchi/repo-archival/blob/main/scripts/wspace/0qol-prime.sh) | | [EsoPoly](whitespace/kenrube-esopoly) | Ivan Zolotarev | Whitespace | programs | 2016-09-13 | [GitHub](https://github.com/kenrube/Esopoly) | | [hacktoberfest-dcoy](whitespace/dcoy-hacktoberfest) | Noah Tranbarger | Whitespace | programs | 2016-10-10 | [GitHub](https://github.com/dcoy/hacktoberfest-dcoy) | ``` -------------------------------- ### While Loop Implementation Source: https://github.com/wspace/corpus/blob/main/README.md Illustrates the functionality of a 'while' loop, a control flow statement that allows code to be executed repeatedly based on a given boolean condition. This example is in Whitespace. ```Whitespace This is a placeholder for the actual Whitespace code for While loops. The provided text only contains links and metadata, not the code itself. ``` -------------------------------- ### TypeScript Projects Requiring Codewars Entrypoint Source: https://github.com/wspace/corpus/blob/main/building.md Lists TypeScript projects that need a Codewars entrypoint to function. ```typescript typescript/davramenko-codewars: Needs Codewars entrypoint typescript/eduardoborsa-codewars: Needs Codewars entrypoint typescript/fy0u11: Needs Codewars entrypoint ``` -------------------------------- ### Rot-13 Implementation Source: https://github.com/wspace/corpus/blob/main/README.md Implements the Rot-13 cipher, a simple letter substitution cipher that replaces a letter with the 13th letter after it in the alphabet. This example is specifically for the Whitespace programming language. ```Whitespace This is a placeholder for the actual Whitespace code for Rot-13. The provided text only contains links and metadata, not the code itself. ``` -------------------------------- ### Coq Projects for Docker Build Source: https://github.com/wspace/corpus/blob/main/building.md This snippet lists Coq projects that can be built with Docker. ```coq - coq/thaliaarchi-wscoq ``` -------------------------------- ### Docker Projects Build Failures Source: https://github.com/wspace/corpus/blob/main/building.md Lists Docker projects that failed to build. ```docker docker/baekjoon-onlinejudge docker/bensuperpc docker/hakatashi-esolang-box ``` -------------------------------- ### GitHub Search by Filename for Whitespace Programs Source: https://github.com/wspace/corpus/blob/main/sources.md Discover Whitespace programs on GitHub by searching for specific filenames ending with '.ws', '.wsa', or '.wsasm'. This includes common Whitespace program names like 'hello.ws', 'quine.ws', and 'calc.ws'. ```github-search https://github.com/search?o=desc&q=path%3A**%2Fbf.ws+-org%3Awspace&s=indexed&type=code ``` ```github-search https://github.com/search?o=desc&q=path%3A**%2Fcalc.ws+-org%3Awspace&s=indexed&type=code ``` ```github-search https://github.com/search?o=desc&q=path%3A**%2Fcount.ws+-org%3Awspace&s=indexed&type=code ``` ```github-search https://github.com/search?o=desc&q=path%3A**%2Ffact.ws+-org%3Awspace&s=indexed&type=code ``` ```github-search https://github.com/search?o=desc&q=path%3A**%2Ffibonacci.ws+-org%3Awspace&s=indexed&type=code ``` ```github-search https://github.com/search?o=desc&q=path%3A**%2Fhanoi.ws+-org%3Awspace&s=indexed&type=code ``` ```github-search https://github.com/search?o=desc&q=path%3A**%2Fhello.ws+-org%3Awspace&s=indexed&type=code ``` ```github-search https://github.com/search?o=desc&q=path%3A**%2Fhworld.ws+-org%3Awspace&s=indexed&type=code ``` ```github-search https://github.com/search?o=desc&q=path%3A**%2Floctest.ws+-org%3Awspace&s=indexed&type=code ``` ```github-search https://github.com/search?o=desc&q=path%3A**%2Fname.ws+-org%3Awspace&s=indexed&type=code ``` ```github-search https://github.com/search?o=desc&q=path%3A**%2Fquine-2.ws+-org%3Awspace&s=indexed&type=code ``` ```github-search https://github.com/search?o=desc&q=path%3A**%2Fquine-copy.ws+-org%3Awspace&s=indexed&type=code ``` ```github-search https://github.com/search?o=desc&q=path%3A**%2Fquine.ws+-org%3Awspace&s=indexed&type=code ``` ```github-search https://github.com/search?o=desc&q=path%3A**%2Frot13.ws+-org%3Awspace&s=indexed&type=code ``` ```github-search https://github.com/search?o=desc&q=path%3A**%2Fsbstr1.ws+-org%3Awspace&s=indexed&type=code ``` ```github-search https://github.com/search?o=desc&q=path%3A**%2Fwhitespace.ws+-org%3Awspace&s=indexed&type=code ``` ```github-search https://github.com/search?o=desc&q=path%3A*.wsa+-org%3Awspace&s=indexed&type=code ``` ```github-search https://github.com/search?o=desc&q=path%3A*.wsasm+-org%3Awspace&s=indexed&type=code ``` -------------------------------- ### Print a Christmas Tree in Whitespace Source: https://github.com/wspace/corpus/blob/main/README.md This snippet showcases a Whitespace program designed to print a Christmas tree pattern. It's a classic example of visual output in the esoteric programming language. ```Whitespace christmas_tree.ws ``` -------------------------------- ### GitHub Search by Keywords for Whitespace Source: https://github.com/wspace/corpus/blob/main/sources.md Discover GitHub repositories by searching for keywords related to Whitespace programming language implementations and concepts. This includes searches for interpreters, compilers, JITs, assemblers, disassemblers, implementations, and esoteric aspects. ```github-search https://github.com/search?o=desc&q=whitespace+interpreter+-org%3Awspace&s=updated&type=repositories ``` ```github-search https://github.com/search?o=desc&q=whitespace+compiler+-org%3Awspace&s=updated&type=repositories ``` ```github-search https://github.com/search?o=desc&q=whitespace+jit+-org%3Awspace&s=updated&type=repositories ``` ```github-search https://github.com/search?o=desc&q=whitespace+assembler+-org%3Awspace&s=updated&type=repositories ``` ```github-search https://github.com/search?o=desc&q=whitespace+disassembler+-org%3Awspace&s=updated&type=repositories ``` ```github-search https://github.com/search?o=desc&q=whitespace+implementation&s=updated&type=repositories ``` ```github-search https://github.com/search?o=desc&q=whitespace+esoteric+-org%3Awspace&s=updated&type=repositories ``` -------------------------------- ### R Project Whitespace Implementation Source: https://github.com/wspace/corpus/blob/main/building.md Details an R project that implements Whitespace. ```r r/bmazoure/R/whitespace.R ``` -------------------------------- ### Whitespace Polyglot and FizzBuzz Implementations Source: https://github.com/wspace/corpus/blob/main/README.md Projects related to Whitespace, including a polyglot fizzbuzz example and a specific fizzbuzz implementation. Notably, Keith S Thompson's fizzbuzz-polyglot and ait8's FizzBuzz AIT8. ```Whitespace Project: /wspace/corpus Content: | [fizzbuzz-polyglot](whitespace/keithsthompson-fizzbuzz) | Keith S Thompson | Whitespace | programs | 2015-02-01 | [GitHub](https://github.com/Keith-S-Thompson/fizzbuzz-polyglot) | | [FizzBuzz AIT8](whitespace/ait8-fizzbuzz) | Kengo Yokoyama | Whitespace | programs | 2015-01-28 | [GitHub](https://github.com/ait8/fizzbuzz) | | [spoj](whitespace/aflag-spoj) | Rafael Cunha de Almeida | Whitespace | programs | 2014-11-18 | [GitHub](https://github.com/aflag/spoj) ``` -------------------------------- ### Swift Project with No Entrypoint Source: https://github.com/wspace/corpus/blob/main/building.md Indicates a Swift project that is missing an entrypoint. ```swift swift/nutcrack-whiteplanes: No entrypoint ``` -------------------------------- ### JavaScript Projects Build Failures Source: https://github.com/wspace/corpus/blob/main/building.md Lists JavaScript projects that failed to build. ```javascript javascript/ad9000-evanescojs javascript/arnauld javascript/kmyk-translater javascript/kosei28 javascript/luilak-ws2js javascript/macocha-whitespacer javascript/naokikp-wsi javascript/pvdz-significant-whitespace javascript/tranbrian10-generator ``` -------------------------------- ### Whitespace Projects with Build Failures Source: https://github.com/wspace/corpus/blob/main/building.md Lists Whitespace projects that failed to build. ```whitespace whitespace/ankitatandon-wspc whitespace/burghard-wsinterws whitespace/datomalania-hello whitespace/helowld whitespace/jarrodparkes-a-z ``` -------------------------------- ### TypeScript Project with WSA Implementation Source: https://github.com/wspace/corpus/blob/main/building.md Details a TypeScript project that implements WSA. ```typescript typescript/voliva-wsa ``` -------------------------------- ### OCaml Projects for Docker Build Source: https://github.com/wspace/corpus/blob/main/building.md This snippet lists OCaml projects that can be built with Docker. Some projects have specific build notes mentioned. ```ocaml - ocaml/jgkaplan-wsc - ocaml/matsud224-c2ws - ocaml/progbits-blank: Module Stdlib.Stream is deprecated and the camlp-streams library should be used instead - ocaml/progbits-spacebar - ocaml/steiner26 ``` -------------------------------- ### Tips for golfing in Whitespace Source: https://github.com/wspace/corpus/blob/main/README.md This entry provides advice and techniques for writing concise code in the Whitespace programming language. It's a meta-challenge focused on optimizing code golf solutions. ```Whitespace This entry does not contain code. ``` -------------------------------- ### C++ Projects for Docker Build Source: https://github.com/wspace/corpus/blob/main/building.md This snippet lists C++ projects that can be built with Docker. Some projects have specific build notes or dependencies mentioned. ```cpp - cpp/abcsharp - cpp/benajmin - cpp/burghard-wsintercpp - cpp/buyoh-nospace - cpp/codesiiita-spoj - cpp/dpohanlon-wsint - cpp/drebelsky-jit - cpp/esco - cpp/frmsaul-cupertino - cpp/kapustaikwas27 - cpp/keirua-white - cpp/knmorgan - cpp/malkiewiczm - cpp/marcellippmann-whitepp - cpp/noia1 - cpp/nullflagblues-whint - cpp/pavel987 - cpp/peasley - cpp/ricardoluis0: `#include ` not found; `floor` cannot be used in a constant expression - cpp/shadowmitia - cpp/sonicyang-ws-frontend: Requires LLVM - cpp/subv-whitespace-llvm: Requires LLVM - cpp/sudheesh4 - cpp/thaliaarchi-respace - cpp/thaliaarchi-spacebar - cpp/timvandermeij - cpp/worktycho-whitespace-llvm: Requires LLVM - cpp/yuukiaria ``` -------------------------------- ### C# Projects for Docker Build Source: https://github.com/wspace/corpus/blob/main/building.md This snippet lists C# projects that can be built with Docker. Some projects have specific build notes or unavailability of source code mentioned. ```csharp - csharp/cisterni-wspcnet: Source unavailable - csharp/colchicus: Source unavailable - csharp/denislabrecque - csharp/jlchntoz: Need to restructure files - csharp/littlebughunter-assembler - csharp/meeees - csharp/nicolasff-spacesharp - csharp/north15-projectone: The Carbon driver has not been ported to 64-bit, so very few parts of Windows.Forms work properly - csharp/nutcrack-whiteplanes: No entrypoint - csharp/reflash: Mono does not implement WPF APIs - csharp/rolisoft-esoteric - csharp/ryzngard-dotnot: CSharpGeneratorDriver does not contain a constructor that takes 3 arguments ``` -------------------------------- ### Whitespace Projects with Build Scripts and Executables Source: https://github.com/wspace/corpus/blob/main/building.md Details Whitespace projects that include build scripts or executables. ```whitespace whitespace/keens-whitelie: asm.rb whitelie whitespace/thaliaarchi-wslib/assemble.sh ``` -------------------------------- ### LOLCODE Projects for Docker Build Source: https://github.com/wspace/corpus/blob/main/building.md This snippet lists LOLCODE projects that can be built with Docker. ```lolcode - lolcode/0x0dea ``` -------------------------------- ### Masm and Nasm Projects Build Requirements Source: https://github.com/wspace/corpus/blob/main/building.md Details build requirements for Masm and Nasm projects. ```masm masm/jarsp-wsint/wsint: Requires Visual Studio ``` ```nasm nasm/ryzheboka: wsCompiler.py wsInterpreter: `gcc -O3 -Wall -o wsInterpreter wsInterpreter.c` ``` -------------------------------- ### Blogs and Discussions on Whitespace Source: https://github.com/wspace/corpus/blob/main/sources.md Links to blogs and community forums discussing the Whitespace programming language and related esoteric programming concepts. ```APIDOC Esoteric.Codes by Daniel Temkin: Main Site: https://www.esoteric.codes/ Article: “Three Post-Whitespace Languages”: http://web.archive.org/web/20210508132229/https://abc.perspektive.at/esolanger-esoteric-codes/ Presentation: https://20.piksel.no/2020/11/21/three-post-whitespace-languages/ Stack Overflow: Tag: #whitespace-language: https://stackoverflow.com/questions/tagged/whitespace-language Tags: #whitespace #esoteric-languages: https://stackoverflow.com/questions/tagged/whitespace+esoteric-languages ``` -------------------------------- ### jq Projects for Docker Build Source: https://github.com/wspace/corpus/blob/main/building.md This snippet lists jq projects that can be built with Docker. ```jq - jq/thaliaarchi-wsjq ``` -------------------------------- ### CoffeeScript Build Issue Source: https://github.com/wspace/corpus/blob/main/building.md Details a CoffeeScript project with an unclear build process due to `grunt`. ```coffeescript coffeescript/ehrlichb/*unspecified*: `grunt` Unclear how to run ``` -------------------------------- ### Whitespace Launchpad Project Search Source: https://github.com/wspace/corpus/blob/main/sources.md Links to projects on Launchpad that contain 'whitespace' in their name or description. ```APIDOC Launchpad Project Search: - Search Text: whitespace URL: https://launchpad.net/projects?text=whitespace ``` -------------------------------- ### Whitespace Programs: <3 Source: https://github.com/wspace/corpus/blob/main/README.md Details the '<3' Esolang program by Willicoder, including its author, date, specification version, and links to its Esolang and GitHub sources. ```APIDOC Program: <3 Author: Willicoder Date: 2020-04-20 12:43 Spec: 0.2 Source: - Esolang: https://esolangs.org/wiki/User:Willicoder#Whitespace - Esolang (oldid): https://esolangs.org/w/index.php?title=User:Willicoder&oldid=71266 ``` -------------------------------- ### Whitespace Programming Challenges Source: https://github.com/wspace/corpus/blob/main/sources.md Links to platforms and specific challenges involving the Whitespace programming language. ```APIDOC Codewars: Whitespace Interpreter Kata: https://www.codewars.com/kata/whitespace-interpreter Convert integer to Whitespace format Kata: https://www.codewars.com/kata/55b350026cc02ac1a7000032 Advent of Code: https://adventofcode.com/ yukicoder: https://yukicoder.me/ Sphere Online Judge (SPOJ): SBSTR1 Problem: https://www.spoj.com/problems/SBSTR1/ SBSTR1 Stack Overflow Discussion: https://stackoverflow.com/questions/26521780/how-to-check-whether-a-string-is-substring-of-another-in-whitespace SPOJ Discuss Search: https://discuss.spoj.com/search?q=whitespace Baekjoon Online Judge: https://www.acmicpc.net/ Esolang Battler: https://esolang.hakatashi.com/ knsctf: Problem 7: https://ksnctf.sweetduet.info/problem/7 Problem 7 on GitHub Search: https://github.com/search?o=desc&q=0962664770776731080774868826855754386638240000e&s=indexed&type=code ``` -------------------------------- ### Whitespace Programming Language Information Source: https://github.com/wspace/corpus/blob/main/sources.md Links to various wikis and encyclopedias providing information about the Whitespace programming language, its concepts, and related topics. ```APIDOC MediaWiki: Help:Export: https://www.mediawiki.org/wiki/Help:Export Manual:Parameters to Special:Export: https://www.mediawiki.org/wiki/Manual:Parameters_to_Special:Export Rosetta Code: Category:Whitespace: https://rosettacode.org/wiki/Category:Whitespace Category:Whitespace User: https://rosettacode.org/wiki/Category:Whitespace_User Special:Export: https://rosettacode.org/wiki/Special:Export Wikipedia: Whitespace (programming language) [en]: https://en.wikipedia.org/wiki/Whitespace_(programming_language) [ar]: https://ar.wikipedia.org/wiki/%D9%88%D8%A7%D9%8A%D8%AA_%D8%B3%D8%A8%D9%8A%D8%B3_(%D9%84%D8%BA%D8%A9_%D8%A8%D8%B1%D9%85%D8%AC%D8%A9) [ca]: https://ca.wikipedia.org/wiki/Whitespace [cs]: https://cs.wikipedia.org/wiki/Whitespace [de]: https://de.wikipedia.org/wiki/Whitespace_(Programmiersprache) [es]: https://es.wikipedia.org/wiki/Whitespace [eu]: https://eu.wikipedia.org/wiki/Whitespace [fr]: https://fr.wikipedia.org/wiki/Whitespace [hu]: https://hu.wikipedia.org/wiki/Whitespace_(programoz%C3%A1si_nyelv) [hy]: https://hy.wikipedia.org/wiki/Whitespace [it]: https://it.wikipedia.org/wiki/Whitespace [ja]: https://ja.wikipedia.org/wiki/%ED%99%94%EC%9D%B4%ED%8A%B8%EC%8A%A4%ED%8E%98%EC%9D%B4%EC%8A%A4_(%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%98%EB%B0%8D_%EC%96%B8%EC%96%B4) [nl]: https://nl.wikipedia.org/wiki/Whitespace_(programmeertaal) [pl]: https://pl.wikipedia.org/wiki/Whitespace [pt]: https://pt.wikipedia.org/wiki/Whitespace [ro]: https://ro.wikipedia.org/wiki/Whitespace_(limbaj_de_programare) [ru]: https://ru.wikipedia.org/wiki/Whitespace [sr]: https://sr.wikipedia.org/wiki/%D0%92%D0%B0%D1%98%D1%82%D1%81%D0%BF%D0%B5%D1%98%D1%81 [uk]: https://uk.wikipedia.org/wiki/Whitespace [zh]: https://zh.wikipedia.org/wiki/Whitespace Whitespace (Q378222): https://www.wikidata.org/wiki/Q378222 Special:Export: https://en.wikipedia.org/wiki/Special:Export Esolang: Whitespace: https://esolangs.org/wiki/Whitespace WhatLinksHere/Whitespace: https://esolangs.org/wiki/Special:WhatLinksHere/Whitespace Deadfish#Whitespace: https://esolangs.org/wiki/Deadfish#Whitespace Esolang: Wiki dumps: https://esolangs.org/wiki/Esolang:Wiki_dumps Special:Export: https://esolangs.org/wiki/Special:Export Progopedia: Whitespace [en]: http://progopedia.com/language/whitespace/ [ru]: http://progopedia.ru/language/whitespace/ Editor's application: http://progopedia.com/edit/ C2: Whitespace Language: https://wiki.c2.com/?WhitespaceLanguage= ``` -------------------------------- ### Crystal Projects for Docker Build Source: https://github.com/wspace/corpus/blob/main/building.md This snippet lists Crystal projects that can be built with Docker. ```crystal - crystal/collidedscope-spiceweight ```