Difference between revisions of "Cowsay for Android"

From Fixme.ch
Jump to: navigation, search
(Links)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:Ongoing_Projects]]
+
[[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]].
  
= Code =
+
[[File:Android-cowsay.png|350px]]
 +
 
 +
== Code ==
  
 
Code is available on [https://github.com/ctrlaltdel/Cowsay-android Github].
 
Code is available on [https://github.com/ctrlaltdel/Cowsay-android Github].
Line 12: Line 15:
 
</pre>
 
</pre>
  
= Components =
+
== Components ==
 
* Cow generator
 
* Cow generator
 
* CommandLine interface /data/local/bin ?
 
* CommandLine interface /data/local/bin ?
 
* Graphical interface
 
* Graphical interface
** Text input/output, cow selection, share (as png)
+
** Text input/output, cow selection, face selection, share (as png, ascii, html)
  
= Links =
+
== Links ==
* http://www.nog.net/~tony/warez/cowsay.shtml
+
* 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

Description

Little funny project porting the Cowsay command to Android, at 28C3.

Android-cowsay.png

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

People

See also