https://github.com/trigger-segfault/trigger-segfault
https://github.com/trigger-segfault/trigger-segfault
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/trigger-segfault/trigger-segfault
- Owner: trigger-segfault
- Created: 2021-04-06T05:31:10.000Z (about 4 years ago)
- Default Branch: yahallo
- Last Pushed: 2021-04-07T02:02:56.000Z (about 4 years ago)
- Last Synced: 2025-01-29T03:37:25.968Z (5 months ago)
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```