Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/0tii/0tii


https://github.com/0tii/0tii

Last synced: 1 day ago
JSON representation

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*

____________________