Difference between revisions of "Cowsay for Android"
From Fixme.ch
(→Description) |
|||
Line 1: | Line 1: | ||
[[Category:Closed_Projects]] | [[Category:Closed_Projects]] | ||
[[Category:Android]] | [[Category:Android]] | ||
− | = Description = | + | == Description == |
Little funny project porting the Cowsay command to Android, at [[28C3]]. | Little funny project porting the Cowsay command to Android, at [[28C3]]. | ||
Line 7: | Line 7: | ||
[[File:Android-cowsay.png|350px]] | [[File:Android-cowsay.png|350px]] | ||
− | = Code = | + | == Code == |
Code is available on [https://github.com/ctrlaltdel/Cowsay-android Github]. | Code is available on [https://github.com/ctrlaltdel/Cowsay-android Github]. | ||
Line 15: | Line 15: | ||
</pre> | </pre> | ||
− | = Components = | + | == Components == |
* Cow generator | * Cow generator | ||
* CommandLine interface /data/local/bin ? | * CommandLine interface /data/local/bin ? | ||
Line 21: | Line 21: | ||
** Text input/output, cow selection, face selection, share (as png, ascii, html) | ** Text input/output, cow selection, face selection, share (as png, ascii, html) | ||
− | = Links = | + | == Links == |
* Android Market https://market.android.com/details?id=ch.fixme.cowsay | * Android Market https://market.android.com/details?id=ch.fixme.cowsay | ||
* http://www.nog.net/~tony/warez/cowsay.shtml | * http://www.nog.net/~tony/warez/cowsay.shtml | ||
Line 27: | Line 27: | ||
* https://market.android.com/search?q=cowsay&c=apps | * https://market.android.com/search?q=cowsay&c=apps | ||
− | = People = | + | == People == |
* [[User:Francois]] | * [[User:Francois]] | ||
* [[User:Rorist]] | * [[User:Rorist]] | ||
* Jonas | * Jonas | ||
+ | |||
+ | == See also == | ||
+ | * [[28C3]] |
Revision as of 03:43, 4 January 2013
Contents
Description
Little funny project porting the Cowsay command to Android, at 28C3.
Code
Code is available on Github.
$ git clone https://github.com/ctrlaltdel/Cowsay-android.git
Components
- Cow generator
- CommandLine interface /data/local/bin ?
- Graphical interface
- Text input/output, cow selection, face selection, share (as png, ascii, html)
Links
- Android Market https://market.android.com/details?id=ch.fixme.cowsay
- http://www.nog.net/~tony/warez/cowsay.shtml
- https://github.com/schacon/cowsay
- https://market.android.com/search?q=cowsay&c=apps
People
- User:Francois
- User:Rorist
- Jonas