Difference between revisions of "Cowsay for Android"
From Fixme.ch
(→Links) |
|||
(11 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Category: | + | [[Category:Closed_Projects]] |
− | = Description = | + | [[Category:Android]] |
+ | == Description == | ||
Little funny project porting the Cowsay command to Android, at [[28C3]]. | Little funny project porting the Cowsay command to Android, at [[28C3]]. | ||
− | = Links = | + | [[File:Android-cowsay.png|350px]] |
− | * http://www.nog.net/~tony/warez/ | + | |
+ | == Code == | ||
+ | |||
+ | Code is available on [https://github.com/ctrlaltdel/Cowsay-android Github]. | ||
+ | |||
+ | <pre> | ||
+ | $ git clone https://github.com/ctrlaltdel/Cowsay-android.git | ||
+ | </pre> | ||
+ | |||
+ | == 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 | ||
+ | * F-Droid: https://f-droid.org/repository/browse/?fdfilter=share&fdid=ch.fixme.cowsay | ||
+ | * http://www.nog.net/~tony/warez/ | ||
* https://github.com/schacon/cowsay | * https://github.com/schacon/cowsay | ||
* 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 | ||
+ | |||
+ | == See also == | ||
+ | * [[28C3]] |
Latest revision as of 12:36, 3 October 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
- F-Droid: https://f-droid.org/repository/browse/?fdfilter=share&fdid=ch.fixme.cowsay
- http://www.nog.net/~tony/warez/
- https://github.com/schacon/cowsay
- https://market.android.com/search?q=cowsay&c=apps
People
- User:Francois
- User:Rorist
- Jonas