one-line-wonders icon indicating copy to clipboard operation
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

Results 51 one-line-wonders issues
Sort by recently updated
recently updated
newest added

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)

Lang: Go
stale

**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...

hacktoberfest-accepted
Lang: C

**Please describe your program and how to run it.** Bf Compiler -------- **What Programming Language?** BrainFlak C++

hacktoberfest-accepted
Lang: C++
Lang: BrainFlak

# 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...

help wanted
hacktoberfest-accepted
FAQ
hacktoberfest

**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

hacktoberfest-accepted
Lang: Javascript
Meta: Contributors

**Please describe your program and how to run it.** Bubble Sort -------- **What Programming Language?** PHP

Lang: 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...

hacktoberfest-accepted
Lang: PowerShell

**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...

hacktoberfest-accepted
Lang: Python

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:**...

hacktoberfest-accepted
Lang: C