All Projects → wzhouwzhou → One Line Wonders

wzhouwzhou / One Line Wonders

Licence: gpl-3.0
OneLineWondersCode | 1000+ Commits | 278/300 One Liners | 200+ Forks | Actively maintained open-source collection of "one-line" programs performing various tasks in different languages

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language
typescript
32286 projects
r
7636 projects
haskell
3896 projects
coffeescript
4710 projects
powershell
5483 projects
cpp
1120 projects
perl
6916 projects
bash
514 projects
pascal
1382 projects

Projects that are alternatives of or similar to One Line Wonders

Hello World
Hello World in all possible programmnig languages
Stars: ✭ 558 (+758.46%)
Mutual labels:  hacktoberfest, help-wanted, open-source
Hacktoberfest2k19
Hacktoberfest is here! Raise the PR and earn goodies.
Stars: ✭ 34 (-47.69%)
Mutual labels:  hacktoberfest, help-wanted, open-source
Place2live
Analysis of the characteristics of different countries
Stars: ✭ 30 (-53.85%)
Mutual labels:  hacktoberfest, open-source
Hacktoberfest2020
beginner-friendly project to help you in open-source contributions. Made specifically for contributions in HACKTOBERFEST 2020! Hello World Programs in any language and C and Cpp program , Please leave a star ⭐ to support this project! ✨
Stars: ✭ 31 (-52.31%)
Mutual labels:  hacktoberfest, open-source
Mahapps.metro
A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
Stars: ✭ 8,023 (+12243.08%)
Mutual labels:  hacktoberfest, open-source
Adguardfilters
AdGuard Content Blocking Filters
Stars: ✭ 915 (+1307.69%)
Mutual labels:  hacktoberfest, open-source
Contribute A Thon
Month-long Open Source contributing event ✨
Stars: ✭ 26 (-60%)
Mutual labels:  hacktoberfest, open-source
Monogame
One framework for creating powerful cross-platform games.
Stars: ✭ 8,014 (+12229.23%)
Mutual labels:  hacktoberfest, open-source
Sticky Parallax Header
A simple React Native library, enabling to create a fully custom header for your iOS and Android apps.
Stars: ✭ 792 (+1118.46%)
Mutual labels:  hacktoberfest, open-source
Hello World
Hello-World! The baby steps to be a Programmer! Explore this repository to check out various languages in Computer Science and understand how to contribute to Open Source effectively and easily. Sending your first Pull Request is not hard and made easier by this repository!
Stars: ✭ 42 (-35.38%)
Mutual labels:  hacktoberfest, open-source
Spreed
📞😀 Nextcloud Talk – chat, video & audio calls for Nextcloud
Stars: ✭ 994 (+1429.23%)
Mutual labels:  hacktoberfest, open-source
Spring Cloud Zuul Ratelimit
Rate limit auto-configure for Spring Cloud Netflix Zuul
Stars: ✭ 1,018 (+1466.15%)
Mutual labels:  hacktoberfest, open-source
Developersrising
Archive only! DISSOLVED! Verein zur Förderung von ProgrammiererInnen 💻 🎉
Stars: ✭ 19 (-70.77%)
Mutual labels:  hacktoberfest, open-source
Score
ossia score, an interactive sequencer for the intermedia arts.
Stars: ✭ 808 (+1143.08%)
Mutual labels:  hacktoberfest, open-source
Girlscript chennai website
An open source project for creating a website that shall serve as a template for various chapters of GirlScript Foundation
Stars: ✭ 27 (-58.46%)
Mutual labels:  hacktoberfest, open-source
Itk
Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
Stars: ✭ 801 (+1132.31%)
Mutual labels:  hacktoberfest, open-source
Sapl
Sistema de Apoio ao Processo Legislativo
Stars: ✭ 63 (-3.08%)
Mutual labels:  hacktoberfest, open-source
Open Source Mac Os Apps
🚀 Awesome list of open source applications for macOS. https://t.me/s/opensourcemacosapps
Stars: ✭ 28,908 (+44373.85%)
Mutual labels:  hacktoberfest, open-source
Commercejs Nextjs Demo Store
Commerce demo store built for the Jamstack. Built with Commerce.js, Next.js, and can be one-click deployed to Netlify. Includes product catalog, categories, variants, cart, checkout, payments (Stripe) order confirmation, and printable receipts.
Stars: ✭ 737 (+1033.85%)
Mutual labels:  hacktoberfest, open-source
Nsfw Filter
🚀 A Google Chrome / Firefox extension that blocks NSFW images from the web pages that you load using TensorFlow JS.
Stars: ✭ 984 (+1413.85%)
Mutual labels:  hacktoberfest, open-source

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 file the shortest a language can allow (i.e. no using ; instead of a new line and "minifying" it to be one line).

Why?

Have some fun with coding every once in a while, and see how you can abuse the semantics of a language.

Contributing

Anyone can contribute to this repo by opening a PR, your contribution will be open-source on Github. Don't know what to make? Try coding something that logs "Hello, world!" to the console!

Hacktoberfest 2020

Celebrate Hacktoberfest together with a diverse community of developers from around the world!

PRs not marked as spam will be counted towards 4 PRs in the month of October for your free Hacktoberfest T-Shirt!

Let's Get Started

  1. Fork this repository
  • Click the Fork button in the top right of this page, then click on your profile image.
  1. Clone to desktop git clone https://github.com/your-username/one-line-wonders.git
  2. Checkout a branch git checkout -b feature/branch-name
  3. Make yourself known
  • Add your bio to the CONTRIBUTORS.md file

    Name: [YOUR NAME](Github Link) Place: Where are you from? Coding Experience: Which programming languages do you know? What projects have you/do you worked on? Email: [email protected]

  1. Add your one-line program's files of the form [username]_[filename], i.e., wzhouwzhou_approximating_e.cc. If a folder for your code's language does not exist, feel free to create it.
  2. Commit and push git add .; git commit -m "commit message"; git push origin branch-name;
  3. Create a new Pull Request from your fork
  • Click on the New Pull Request button located near the top of your repository.
  1. Wait for your PR to be reviewed!

Star this repository if you had fun ⭐️🎉

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].