Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ianseyler/ianseyler

Config files for my GitHub profile.
https://github.com/ianseyler/ianseyler

config github-config

Last synced: 29 days ago
JSON representation

Config files for my GitHub profile.

Awesome Lists containing this project

README

        

```c
#include

int main() {
printf("Hello, I’m Ian Seyler\n");
printf("My code is primarily in x86 Assembly with a bit of C as well\n");
printf("I’m looking to collaborate on minimal operating systems\n");
return 0;
}
```