Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/john-cd/john-cd.github.io
John's Blog and Cheatsheets
https://github.com/john-cd/john-cd.github.io
ai aws c-sharp cloud concurrent-programming data-science database deep-learning distributed-systems dotnet information-retrieval ml nlp python search system
Last synced: 2 days ago
JSON representation
John's Blog and Cheatsheets
- Host: GitHub
- URL: https://github.com/john-cd/john-cd.github.io
- Owner: john-cd
- License: mit
- Created: 2017-02-06T17:46:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T23:45:07.000Z (6 months ago)
- Last Synced: 2024-05-14T00:51:54.780Z (6 months ago)
- Topics: ai, aws, c-sharp, cloud, concurrent-programming, data-science, database, deep-learning, distributed-systems, dotnet, information-retrieval, ml, nlp, python, search, system
- Language: SCSS
- Homepage: https://john-cd.github.io
- Size: 1.41 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# John's Blog and Cheatsheets
[john-cd.github.io](https://john-cd.github.io/)
[github repo](https://github.com/john-cd/john-cd.github.io)
## Testing
To install:
```bash
gem install jekyll bundler
```To run Jekyll:
```bash
bundle exec jekyll serve
```Browse to [http://localhost:4000](http://localhost:4000)
Shortcut: use `test.bat`
## Acknowledgments
Theme from [scotch.io](https://github.com/scotch-io)
Copyright (c) 2015-2016 Nicholas Cerminara, scotch.io, LLC
* [Demo](https://scotch-io.github.io)
* [Tutorial](https://scotch.io/tutorials/getting-started-with-jekyll-plus-a-free-bootstrap-3-starter-theme)