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

https://github.com/trigger-segfault/trigger-segfault


https://github.com/trigger-segfault/trigger-segfault

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

## Yahallo 👋

I'm Rob (or Trigger). I studied game programming in college, although a lot of my experience comes from personal projects and OpenRCT2 contributions. My preferred languages are high-level ones like C# and Python, but my roots are in C++. I developed a hobby for reversing file formats as a necesity through various projects (as early as 2014), and that eventually snowballed into a passion for learning about and documenting program internals (primarily visual novel engines).

### 🌠 Fun facts

click me

* 🐍 Python Interactive Shell is a fantastic tool for reversing+analyzing data and patterns on the fly.

* 🗜️ 78 DA ( xZ ) is the most exciting thing to find in a hexdump.

* 🔐 Faulty implementations of CRC-32 are the "best" encryption method.

### ✨ Highlights

click me

* [0d5c4f7 IT JUST WORKS](https://github.com/trigger-segfault/AsciiArtist/commit/0d5c4f7)
* [#1959 Implement Background Image Align](https://github.com/microsoft/terminal/pull/1959)
* [#6620 Fix: Viewport scrolling](https://github.com/OpenRCT2/OpenRCT2/pull/6620)
* [#1058 Land tool painting](https://github.com/OpenRCT2/OpenRCT2/pull/1058)

### 💡 Fun Javascript expression

```js
>> 'coolio'.replace(/cool/)
"undefinedio"
```