one-line-wonders
one-line-wonders copied to clipboard
OneLineWondersCode | 1000+ Commits | 279/300 One Liners | 200+ Forks | Actively maintained open-source collection of "one-line" programs performing various tasks in different languages
Account has been deleted and build is erroring due to this file. Under normal circumstances I'd just change the name but I can't find the username at the moment.
Insert String to check if the input is palindrome or not -------- Go(lang)
**Please describe your program and how to run it.** A simple program to tell if a year is a leap year. Compile with gcc (executable is a.out) or use make...
**Please describe your program and how to run it.** Bf Compiler -------- **What Programming Language?** BrainFlak C++
# One line wonders A collection of one-line programs in various languages, performing various tasks. **"One-Line"** is for those languages that support it; the aim is to create a runnable...
**Please describe your program and how to run it.** This function returns the powerset (all combinations of all lengths) of all elements of an array. -------- **What Programming Language?** Javascript
**Please describe your program and how to run it.** Bubble Sort -------- **What Programming Language?** PHP
**Please describe your program and how to run it.** This file can be "dot sourced" in a PowerShell prompt: ```powershell . .\path\last_command_runtime.ps1 ``` Or it's content can be types interactively...
**Please describe your program and how to run it.** Basic one-liners for Caesar cypher in python using table method. More details: https://en.wikipedia.org/wiki/Caesar_cipher To test/run, run the file with python 3...
This is writen as a one line-function of course. **Please describe your program and how to run it.** $ gcc c/nasafix-nasser_isPowerOf2.c -o app $ ./app **Enter a number > 1:**...