Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onelinerhub/onelinerhub
Thousands of code solutions with clear explanation @ onelinerhub.com
https://github.com/onelinerhub/onelinerhub
bash clickhouse docker ffmpeg git golang javascript jquery lua mysql nginx numpy pandas php python redis rust sklearn ssh ubuntu
Last synced: 27 days ago
JSON representation
Thousands of code solutions with clear explanation @ onelinerhub.com
- Host: GitHub
- URL: https://github.com/onelinerhub/onelinerhub
- Owner: Onelinerhub
- License: mit
- Created: 2021-04-12T18:40:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T20:38:40.000Z (8 months ago)
- Last Synced: 2024-04-14T01:46:30.959Z (7 months ago)
- Topics: bash, clickhouse, docker, ffmpeg, git, golang, javascript, jquery, lua, mysql, nginx, numpy, pandas, php, python, redis, rust, sklearn, ssh, ubuntu
- Language: PHP
- Homepage: https://onelinerhub.com
- Size: 51.8 MB
- Stars: 787
- Watchers: 7
- Forks: 154
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Onelinerhub
Lib of well explained and minimalistic code solutions @ [onelinerhub.com](https://onelinerhub.com/)## Quick links
- [How to contribute](/how-to-contribute.md)
- [API Docs](/api.md)
- [Latest updates](https://onelinerhub.com/fresh)
- [List of all technologies](https://onelinerhub.com/techs)## Why we do it and where we go
- clear simple modern solutions for repeatable coding problems
- moderated single-standard solutions instead of "here's a list of 25 answers with 125 comments"
- code parts explanations to fight dumb copy-paste, but educate instead## Principles
- 3 main principles for code pieces here are: simple, modern, minimal
- Micro solutions are meant to solve specific issue in **modern** versions of technologies (browsers, compilers, databases, etc.)
- Solution should be as short and simple as possible
- Solution should be explained by components (variables, functions, operations, etc.)
- Image illustrations are welcome## Contributors are welcome
- Clone [repo](https://github.com/Onelinerhub/onelinerhub) and [create pull requests](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) (see [code format guidelines](/how-to-contribute.md)) of your new/updated codes. Feel free to add/update any tech code piece you find useful.
- Create [issues](https://github.com/Onelinerhub/onelinerhub/issues) for UI/code updates.
- Join our organization here: https://github.com/Onelinerhub.## FAQ
> "What if I want to create new folder/technology in onelinerhub repo?"You are welcome to do it with pull request as long as it is useful technology/solution for engineers
> "What if I want to edit some published code?"
You are welcome to do it with pull request as long as it will make the code better (simple, modern, minimal)
> "Can I post multi-line code (not a one-liner)?"
Yes, as long as the solution is targeted towards specific problem and is well explained