Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mecaneer23/hackercode
Print a continuous stream of randomly generated binary digits in numerous languages
https://github.com/mecaneer23/hackercode
Last synced: about 2 months ago
JSON representation
Print a continuous stream of randomly generated binary digits in numerous languages
- Host: GitHub
- URL: https://github.com/mecaneer23/hackercode
- Owner: mecaneer23
- Created: 2022-02-15T20:02:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T22:36:57.000Z (10 months ago)
- Last Synced: 2024-03-05T23:44:36.821Z (10 months ago)
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hackercode
This is a hackercode program in many languages. When run, it will print a continuous stream of randomly generated binary digits.
## File endings error
Resolve by opening the file in question in vim and running the following command
```vim
:set ff=unix
```## Current languages (19)
- Bash
- Batch
- C
- C#
- C++
- Go
- Haskell
- Java
- Javascript
- Kotlin
- Lua
- Perl
- Powershell
- Python
- R
- Ruby
- Rust
- Swift
- Typescript