Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0tii/0tii
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/0tii/0tii
- Owner: 0tii
- Created: 2022-06-21T13:03:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-07T12:27:14.000Z (10 months ago)
- Last Synced: 2024-11-08T19:08:55.722Z (about 2 months ago)
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π My Dev Blog
Just starting a collection of small but useful ideas / tips / tricks / patterns to combat modern problems elegantly. This 'blog' might grow over time, or stay small, it really depends.
### . [π Expo / React Native compatible Drop-In replacement for fetch with a timeout](https://gist.github.com/0tii/ff3f153b89fa77b34333a894b3e5abbd) (07.03.2024)
Use fetch as you always would, but be able to pass `timeout` to its native options### - [π§Proper Expo Dev-Builds with Windows and WSL!](https://medium.com/@danielrauhut/running-expo-dev-builds-from-wsl-on-your-windows-virtual-devices-android-emulator-bd7cc7e29418) (02.03.2024)
Build React Native Expo builds in WSL and run them in Virtual Devices on Windows### - [π Async Factory [**C#**]](https://gist.github.com/0tii/096eb289f4dcd6feb471a5f883fe6177) (23.08.2022)
Design pattern to create asynchronously populated class instances### - [βοΈ Extension Methods [**C#**]](https://gist.github.com/0tii/513a638e06a3020d888a917eae38d91f) (29.08.2022)
Collection of useful extension methods to aid writing declarative code.# π§ Personal Projects
### [βοΈ GladiatusApi](https://github.com/0tii/GladiatusApi)
A public library to automate interacting with the browser game Gladiatus by Gameforge
- ~~Status: *WIP / Early Development*~~ Abandoned#### [βοΈπ GladiatusApi Auth Retriever](https://github.com/0tii/GladiApiAuthRetriever)
A cross-browser extension that retrieves authentication data for a gladiatus character in order to authenticate with GladiatusApi. Saves manually getting cookies, server id and session hash.
- Status: *Released*# π Project history
Show project history
#### [π οΈ Business Tools Api](https://github.com/0tii/businesstools)
A REST-like API supplying endpoints to aid common business processes
- Status: *Abandoned*#### [π₯οΈ html-to-pdf](https://github.com/0tii/html-to-pdf)
An easy-to-use but reliable asynchronous library to create highly customizable PDFs from HTML or URL as buffer, base64 string and .pdf file
- Status: *Finished / Released*#### [π react-web-request-client](https://github.com/0tii/react-web-request-client)
React widget to make (limited) web requests from a front-end component to CORS enabled APIs or general web requests with a CORS proxy
- Status: *Finished / Released*#### [π GetGuid](https://github.com/0tii/GetGuid)
RESTful, MySQL-backed Web Api to get guaranteed collision-free guids
- Status: *Finished / Released*#### [π mc-status](https://github.com/0tii/Mc-Status)
Async node.js implementation of the UDP Minecraft Server Query Protocol and TCP Minecraft Server List Ping Protocol.
- Status: *Finished / Released*#### [π Excel Sheet Unblocker](https://github.com/0tii/ExcelSheetUnblocker)
Remove Sheet Protection from .xlsx files. Easily.
- Status: *Finished / Released*#### [πΎ Twitch Revenue SQLite](https://github.com/0tii/TwitchRevenueSQLite)
Python command-line tool to create SQL Databases from leaked Twitch Earnings
- Status: *Finished / Released*#### [π‘ S0nar](https://github.com/0tii/s0nar)
Lightweight but powerful event system to create and process source code hooks
- Status: *Finished / Released*____________________