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

https://github.com/bbeetlesam/bbeetlesam

Config file for my GitHub profile.
https://github.com/bbeetlesam/bbeetlesam

config github-config

Last synced: 2 months ago
JSON representation

Config file for my GitHub profile.

Awesome Lists containing this project

README

        

## UM, HI.

Hello, there. I'm **bbeetlesam**.\
This is my GitHub account that contains all of my projects, including games, web stuffs, obscure things, etc.

### Believe-me-these-are-important facts

- Really into Programming, but likely focused on `Game Development` (i love si and siplasplas).
- A pretty-much loyal `VSCode` user (but sometimes i use other editors/IDE's too, like Webstorm and Trae).\
- Would die for ```The Beatles``` (really, i mean it).

### Easter egg

```cpp
#include
int main()
{
[]{
int (*p)(const char*) = puts;
const char message[] = {65, 110, 100, 32, 105, 110, 32, 116, 104, 101, 32,
101, 110, 100, 44, 32, 116, 104, 101, 32, 108, 111,
118, 101, 32, 121, 111, 117, 32, 116, 97, 107, 101,
32, 105, 115, 32, 101, 113, 117, 97, 108, 32, 116,
111, 32, 116, 104, 101, 32, 108, 111, 118, 101, 32,
121, 111, 117, 32, 109, 97, 107, 101, 0};
p(message);
}();
}
```