Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isaackogan/isaackogan
Repository for my website, personal README
https://github.com/isaackogan/isaackogan
Last synced: 17 days ago
JSON representation
Repository for my website, personal README
- Host: GitHub
- URL: https://github.com/isaackogan/isaackogan
- Owner: isaackogan
- Created: 2021-11-21T23:36:33.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-16T01:30:04.000Z (5 months ago)
- Last Synced: 2024-08-16T02:43:35.239Z (5 months ago)
- Language: JavaScript
- Homepage: https://www.isaackogan.com/
- Size: 3.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Hey, I'm Isaac! 👋
- Working on scraping libraries for every platform!
- Reach me at [[email protected]](mailto:[email protected]) for questions, concerns, and with dog photos
- Connect with me on [LinkedIn](https://www.linkedin.com/in/isaackogan/).```protobuf
message IsaacKogan {
required int32 age = 20;
required Schools schools = 3;
required Languages languages = 4;message Schools {
required string university = 1; // York University, BSc (Class of 2026)
required string highSchool = 2; // Westmount C.I. & King City S.S.
required string middleSchool = 3; // Academy for Gifted Children - P.A.C.E.
}message Languages {
required int32 python = 1;
required int32 typescript = 2;
required int32 php = 3;
required int32 java = 4;
}
}```