https://github.com/dilaouid/shitshit
📃 A developer cheatsheet full of useful functions (multiple languages)
https://github.com/dilaouid/shitshit
Last synced: 3 months ago
JSON representation
📃 A developer cheatsheet full of useful functions (multiple languages)
- Host: GitHub
- URL: https://github.com/dilaouid/shitshit
- Owner: dilaouid
- Created: 2022-10-27T16:24:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T09:47:57.000Z (over 1 year ago)
- Last Synced: 2024-10-11T07:12:33.016Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 803 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- stars - dilaouid/shitshit - 📃 A developer cheatsheet full of useful functions (multiple languages) (TypeScript)
- stars - dilaouid/shitshit - 📃 A developer cheatsheet full of useful functions (multiple languages) (TypeScript)
README
# ShitShit
## What it's all about ?
Well, it's just some shitty cheatsheet. Multiple usefuls algorithms or functions which will help you gain some time for your software/web developement. Each directory will teach you and/or show one of those great algorithm you may need for your shitty project.## Available algorithms:
|Languages| Haversine | Video Streaming Basic
|--|--|--|
|Typescript | ✔️ |✔️
|Javascript| ✔️ |✔️
|Go| ❌ |❌
|PHP| ✔️ |❌
|C| ✔️ |❌
|C++| ❌ |❌
|C#| ❌ |❌
|Python| ✔️ | ❌
|Next| ☑️ | ✔️
|Express| ☑️ | ✔️
|Java| ❌ | ❌
|Pearl| ❌ | ❌
|Dart| ❌ | ❌
|Ruby| ❌ | ❌**Algorithms:**
- **[Haversine](https://github.com/dilaouid/shitshit/tree/main/haversine)**: formula to get the distance in meters between two positions points (**latitude** and **longitude**)
- **[Basic Video Streaming](https://github.com/dilaouid/shitshit/tree/main/video%20streaming%20basic)**: Stop using weird video balise pointing to the video. Use the power of the stream instead, it's better and works JIT. Segment your video into chunks for a better performance. It's basic : no codecs, no adaptative, no subtitles