Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jnthn/css-tiny-presentation
Talk on porting CSS::Tiny.
https://github.com/jnthn/css-tiny-presentation
Last synced: 16 days ago
JSON representation
Talk on porting CSS::Tiny.
- Host: GitHub
- URL: https://github.com/jnthn/css-tiny-presentation
- Owner: jnthn
- License: other
- Created: 2014-05-19T23:24:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-21T13:18:48.000Z (over 10 years ago)
- Last Synced: 2024-11-09T17:37:28.081Z (2 months ago)
- Language: JavaScript
- Size: 519 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# Learning by Porting a Perl 5 module to Perl 6
This repository contains the source for the above presentation.
* `presentation` contains the actual presentation; open index.html to view it
* `Tiny.pm` is the module that was being ported
* `tools/codestory.pl` is the tool used to build most of the slidesAll of the commits in the repository - with the exception of those that are
marked `[meta]`, tell the "story" of porting the module. In fact, you can see
a text version of the presentation with something like:git log --reverse -p --grep="^[^[][^m][^e][^t][^a]"