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

**Please describe your program and how to run it.** Over complicated implementation of the SHA-256 algorithm in one line with only the struct import and without use of semicolons. Usage:...

**Please describe your program and how to run it.** Reverse object values such as List, Tuple, String, etc in python. It can be run by the following command. ```shell python3...

hacktoberfest-accepted
Lang: Python
Meta: Contributors

gcc shaxi1_macro.c a.exe you can change N in the source code to desired number of characters

### Task: Create a program that generates or involves fibonacci numbers There's been quite a few programs now that involve fibonacci number sequence generation, including #66 #203 #185 #186 #184...

help wanted
question
hacktoberfest-accepted

**Please describe your program and how to run it.** It finds all the jpg files it's able to read and replaces them with random jpg files from the specified directory...

#include int main() { printf(" hello world!"); return 0; } **What Programming Language?** ans). c language

**Please describe your program and how to run it.** Check if a given argument is an array. How to run: `isArray();` -------- **What Programming Language?** JavaScript

**wave traversal.** **c langauge** ![Screenshot (321)](https://user-images.githubusercontent.com/85113970/136653852-491f9d1a-bf82-48a0-88d7-eeb44ed78acc.png)

**Please describe your program and how to run it.** This script finds users in your Exchange Online deployment which have a mailbox but do not have a license, then exports...