https://github.com/gromnitsky/alt-30-seconds-of-code
An alternative interface to '30 seconds of code'
https://github.com/gromnitsky/alt-30-seconds-of-code
Last synced: 4 months ago
JSON representation
An alternative interface to '30 seconds of code'
- Host: GitHub
- URL: https://github.com/gromnitsky/alt-30-seconds-of-code
- Owner: gromnitsky
- Created: 2021-02-01T17:19:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-29T21:07:25.000Z (about 1 year ago)
- Last Synced: 2025-03-13T10:23:57.549Z (7 months ago)
- Language: C
- Size: 485 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# An alternative interface to '30 seconds of code'
* [CSS](http://gromnitsky.users.sourceforge.net/articles/alt30soc/css/)
* [React](http://gromnitsky.users.sourceforge.net/articles/alt30soc/react/)
* [JavaScript](http://gromnitsky.users.sourceforge.net/articles/alt30soc/js/)
* [Plain C](http://gromnitsky.users.sourceforge.net/articles/alt30soc/c/)Why & how: https://sigwait.org/~alex/blog/2021/01/30/fixing-30-seconds-of-code.html
## Reqs
* pandoc
* ruby
* `npm i -g js-yaml json`## Compilation
$ npm i
Generate `_out/css/index.html`:
$ make i=css/snippets o=_out/css t=css
Replace `css` with `c`, `js`, or `react`.
## License
MIT, including "Plain C" snippets.
`js/`, `css/`, and `react/` dirs are from the defunct or "archived"
repos. All 3 were licensed under the CC0-1.0 License.