Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/Marak/asciimo
asciimo - create awesome ascii art with javascript! works in the browser or node.js
https://github.com/Marak/asciimo
Merge pull request #15 from dgramop/patch-1
Sys.puts is depricated, fixed
59c2b6e1265fe9f98f8a0f7921427cc50ddff437 authored over 4 years ago by Marak <[email protected]>
Merge pull request #16 from ajmeese7/patch-1
Update Readme.md
1197e7f5eeabf2a81c65108cb8e04306ab5bdf78 authored over 4 years ago by Marak <[email protected]>
Update Readme.md
Removed link to broken domain, and fixed some markdown issues
659be5eca6609f51fc922caeb79af758a2d63fd7 authored over 4 years ago by Aaron Meese <[email protected]>
Sys.puts is depricated, fixed
1f55ef222d583aabf76651cfb4feadb995564e41 authored over 7 years ago by Dhruv Gramopadhye <[email protected]>
1f55ef222d583aabf76651cfb4feadb995564e41 authored over 7 years ago by Dhruv Gramopadhye <[email protected]>
Merge pull request #4 from ajacksified/master
Cleanup!
ecc0bfc6918319942004ab8dd9b171f6e70761ff authored over 12 years ago by Marak Squires <[email protected]>
upgraded jquery
8768469a767db51626d388714f24784b19a2e739 authored almost 13 years ago by Jack Lawson <[email protected]>
8768469a767db51626d388714f24784b19a2e739 authored almost 13 years ago by Jack Lawson <[email protected]>
fixed formatting of index.html
e4b8b74e398e2665e7bb09cd024fbe6597bd3f75 authored almost 13 years ago by Jack Lawson <[email protected]>
e4b8b74e398e2665e7bb09cd024fbe6597bd3f75 authored almost 13 years ago by Jack Lawson <[email protected]>
removed last 'sys' call
89eb484dda998c9bd1f55d6e397172e769ffd284 authored almost 13 years ago by Jack Lawson <[email protected]>
89eb484dda998c9bd1f55d6e397172e769ffd284 authored almost 13 years ago by Jack Lawson <[email protected]>
added gitignore
c1b6eee73e8e9dd1ac4cc5f5b820ddf8b4117d2e authored almost 13 years ago by Jack Lawson <[email protected]>
c1b6eee73e8e9dd1ac4cc5f5b820ddf8b4117d2e authored almost 13 years ago by Jack Lawson <[email protected]>
changed sys to util in all files
d881e5592c52d6246251fd4303879ffb62bc5c7c authored almost 13 years ago by Jack Lawson <[email protected]>
d881e5592c52d6246251fd4303879ffb62bc5c7c authored almost 13 years ago by Jack Lawson <[email protected]>
oops, added bin folder. bumping to version 0.3.1
4fe90dd1802c33f6d4470c7c0e692b33abb95f84 authored over 14 years ago by Marak Squires <[email protected]>
4fe90dd1802c33f6d4470c7c0e692b33abb95f84 authored over 14 years ago by Marak Squires <[email protected]>
oops, added bin folder. bumping to version 0.3.1
4c49a1f23afcbecb5db4b7ebced5c2b2c125655a authored over 14 years ago by Marak Squires <[email protected]>
4c49a1f23afcbecb5db4b7ebced5c2b2c125655a authored over 14 years ago by Marak Squires <[email protected]>
added asciimo command line tool. bumped to version 0.3.0
90aa4ce24389861c06c05ceb5848105109b4b580 authored over 14 years ago by Marak Squires <[email protected]>
90aa4ce24389861c06c05ceb5848105109b4b580 authored over 14 years ago by Marak Squires <[email protected]>
Changed the relative path for asciimo into an absolute one. This makes node-asciimo more portable, assuming asciimo is properly installed.
fe66b4cf2b897aa6456802c487857565595cc202 authored over 14 years ago by Joshua Holbrook <[email protected]>
fe66b4cf2b897aa6456802c487857565595cc202 authored over 14 years ago by Joshua Holbrook <[email protected]>
Added some basic help. Considered better option parsing, but I'm not sure it's worth the added deps
7f58746899c5014ab57339057f97c3a3d4ad81c4 authored over 14 years ago by Joshua Holbrook <[email protected]>
7f58746899c5014ab57339057f97c3a3d4ad81c4 authored over 14 years ago by Joshua Holbrook <[email protected]>
A very basic command line interface for asciimo
63d600b8884f2d546a1acbce523513a90388d2d6 authored over 14 years ago by Joshua Holbrook <[email protected]>
63d600b8884f2d546a1acbce523513a90388d2d6 authored over 14 years ago by Joshua Holbrook <[email protected]>
[api] vendored node-static, created stand-alone http server.js
e1b0aa732ec12d173a8aa8b13886a31b9f998bdf authored over 14 years ago by Marak Squires <[email protected]>
e1b0aa732ec12d173a8aa8b13886a31b9f998bdf authored over 14 years ago by Marak Squires <[email protected]>
updated demo a bit more. splitting by . is brittle as the file name might contain a period
64de912d9928654598293a96397d81b3c2c505b5 authored over 14 years ago by Marak Squires <[email protected]>
64de912d9928654598293a96397d81b3c2c505b5 authored over 14 years ago by Marak Squires <[email protected]>
cleaned up demo a bit more
0ff104ed7afed1bc79bfc0ecff66a6a4cfcac05a authored over 14 years ago by Marak Squires <[email protected]>
0ff104ed7afed1bc79bfc0ecff66a6a4cfcac05a authored over 14 years ago by Marak Squires <[email protected]>
improvements to node-all-fonts.js. added filter so only .flf files are attempted to be parsed. changed flow control to ensure that results will always output in order (this could be done diffirent / better, but it works fine for now)
507d6ed377bf37801e369cef53dc72fe21115c58 authored over 14 years ago by Marak Squires <[email protected]>
507d6ed377bf37801e369cef53dc72fe21115c58 authored over 14 years ago by Marak Squires <[email protected]>
fixed requires to use npm. bumped version 0.2.5
0ffa8cb3cef86b19b92ac2629e12905cc9422cc3 authored over 14 years ago by Marak Squires <[email protected]>
0ffa8cb3cef86b19b92ac2629e12905cc9422cc3 authored over 14 years ago by Marak Squires <[email protected]>
updated to version 0.2.4
08857535fe51c4c1e3c98029faaeb8744fce7c6a authored over 14 years ago by Marak Squires <[email protected]>
08857535fe51c4c1e3c98029faaeb8744fce7c6a authored over 14 years ago by Marak Squires <[email protected]>
added conditional path assignment based on env
4e2daeac7d5fcba2f4b51c8beb2357c0a1603c18 authored over 14 years ago by Marak Squires <[email protected]>
4e2daeac7d5fcba2f4b51c8beb2357c0a1603c18 authored over 14 years ago by Marak Squires <[email protected]>
Now passing the write callback the font being used to render it.
f9c3b61cb1fece9d652bc6c2994e2b7a4db3211b authored over 14 years ago by Justin Lilly <[email protected]>
f9c3b61cb1fece9d652bc6c2994e2b7a4db3211b authored over 14 years ago by Justin Lilly <[email protected]>
Font directory is now relative to the asciimo file, not the importing file.
216e51554fa9647901c18d5119c9fb9346f729f3 authored over 14 years ago by Justin Lilly <[email protected]>
216e51554fa9647901c18d5119c9fb9346f729f3 authored over 14 years ago by Justin Lilly <[email protected]>
added new demo @justinlilly. added rainbow to old demo.
d63f5affd7952164e730b6dec9dc61da0ce87dcd authored over 14 years ago by Marak Squires <[email protected]>
d63f5affd7952164e730b6dec9dc61da0ce87dcd authored over 14 years ago by Marak Squires <[email protected]>
Revert "node-demo now lists all fonts with their names."
This reverts commit 27feae8c9024370ad4dde3effbc5550a9325954d.
30dfb0bfb0044e3f8ba8a4a13cf70bec6be5bd97 authored over 14 years ago by Marak Squires <[email protected]>
node-demo now lists all fonts with their names.
27feae8c9024370ad4dde3effbc5550a9325954d authored over 14 years ago by Justin Lilly <[email protected]>
27feae8c9024370ad4dde3effbc5550a9325954d authored over 14 years ago by Justin Lilly <[email protected]>
fixed letter case issues for linux. bumped version to 0.2.3
43e5b2659c96bc91731ab5aee0c10d95e5c18b43 authored over 14 years ago by Marak Squires <[email protected]>
43e5b2659c96bc91731ab5aee0c10d95e5c18b43 authored over 14 years ago by Marak Squires <[email protected]>
added colors? when did that fail?git add . :-(, bumped version to 0.2.2
dee3883f3febb19abb2942c3f05b68e7252551c1 authored over 14 years ago by Marak Squires <[email protected]>
dee3883f3febb19abb2942c3f05b68e7252551c1 authored over 14 years ago by Marak Squires <[email protected]>
updated to v0.2.1. organized library, cleaned up code, fixed minor bug
00f324d5e70a3c29321b48af04852e6b2b476d12 authored over 14 years ago by Marak Squires <[email protected]>
00f324d5e70a3c29321b48af04852e6b2b476d12 authored over 14 years ago by Marak Squires <[email protected]>
fixed small bug in demo, cleaned up more code.
48f06c1ce198d3931587baa5a4ec70221e73b4a6 authored over 14 years ago by Marak Squires <[email protected]>
48f06c1ce198d3931587baa5a4ec70221e73b4a6 authored over 14 years ago by Marak Squires <[email protected]>
cleaning up code, moved some stuff around
a1babd08c98d09035a86345f7fa403be3c02f766 authored over 14 years ago by Marak Squires <[email protected]>
a1babd08c98d09035a86345f7fa403be3c02f766 authored over 14 years ago by Marak Squires <[email protected]>
err not sure why this file wasnt already committed oops, its been on the live site for a couple of days
768cafbe25f4fc6b1acb6a1dc8ed7fccefe7dcde authored over 14 years ago by Marak Squires <[email protected]>
768cafbe25f4fc6b1acb6a1dc8ed7fccefe7dcde authored over 14 years ago by Marak Squires <[email protected]>
updated readme
96f014ac463e8729eedbafe95850a2fe9f85d533 authored over 14 years ago by Marak Squires <[email protected]>
96f014ac463e8729eedbafe95850a2fe9f85d533 authored over 14 years ago by Marak Squires <[email protected]>
version bump, 0.2.0. asciimo is 100% legal and MIT / GPL protected.
1bb56fe20e5c8ac2069369848343b5a0d2fb8283 authored over 14 years ago by Marak Squires <[email protected]>
1bb56fe20e5c8ac2069369848343b5a0d2fb8283 authored over 14 years ago by Marak Squires <[email protected]>
fixed typo in node demo
0273bda6b9519c433dcae1528682503dff4930aa authored over 14 years ago by Marak Squires <[email protected]>
0273bda6b9519c433dcae1528682503dff4930aa authored over 14 years ago by Marak Squires <[email protected]>
browser demo appears to be working now. scott, i bow to your javascript awesomeness. you are ninja as hell
773f79d30e8e3700b4971fbf4eb0cc1e02fe1ae4 authored over 14 years ago by Marak Squires <[email protected]>
773f79d30e8e3700b4971fbf4eb0cc1e02fe1ae4 authored over 14 years ago by Marak Squires <[email protected]>
modified build script. regenerated fonts.js file.
5d595952e0e924087474e8419cc91099c73d0450 authored over 14 years ago by Marak Squires <[email protected]>
5d595952e0e924087474e8419cc91099c73d0450 authored over 14 years ago by Marak Squires <[email protected]>
browser demo is almost working. getting dinner
641685ca1454fa09eaab101bf38a70a6b6601719 authored over 14 years ago by Marak Squires <[email protected]>
641685ca1454fa09eaab101bf38a70a6b6601719 authored over 14 years ago by Marak Squires <[email protected]>
asciimo node demo is working now
faa4c0a265dc7ba4d6dfa76d04a779f6daa6021a authored over 14 years ago by Marak Squires <[email protected]>
faa4c0a265dc7ba4d6dfa76d04a779f6daa6021a authored over 14 years ago by Marak Squires <[email protected]>
generated new fonts definitions from fonts folder. started to move / rename files around
611e5a112a45c0347ac6804710613cef17de0062 authored over 14 years ago by Marak Squires <[email protected]>
611e5a112a45c0347ac6804710613cef17de0062 authored over 14 years ago by Marak Squires <[email protected]>
scott's node demo is kinda working now
748e1ae70aed559f982cedaa0407e5391800da22 authored over 14 years ago by Marak Squires <[email protected]>
748e1ae70aed559f982cedaa0407e5391800da22 authored over 14 years ago by Marak Squires <[email protected]>
updated readme. err it should be noted from the last commit message, the original repo was peramently removed and a new empty repo was created. all code that has been checked into this repo has been open source and protected by dual MIT / GPL
198740467ce135c1240f1778382729e4158bf5b6 authored over 14 years ago by Marak Squires <[email protected]>
198740467ce135c1240f1778382729e4158bf5b6 authored over 14 years ago by Marak Squires <[email protected]>
removed mangled malformed FIGlet fonts. added entire FIGlet font database from ftp://ftp.figlet.org/pub/figlet/fonts/. added AWESOME Figlet-js library from scott g. will continue to commit changes until library is 100% open source and 100% functional.
7570773f92d892042fd0d21eca965dec207e41c1 authored over 14 years ago by Marak Squires <[email protected]>
7570773f92d892042fd0d21eca965dec207e41c1 authored over 14 years ago by Marak Squires <[email protected]>
removed all potentially copywritten code. deleted repo and cleared history to ensure legacy code cannot be viewed or downloaded by anyone. all code is copyright Marak Squires 2010, MIT.
137e57a0b614373f00f7f230ca8a46da20a8301d authored over 14 years ago by Marak Squires <[email protected]>
137e57a0b614373f00f7f230ca8a46da20a8301d authored over 14 years ago by Marak Squires <[email protected]>