Cool Geeks

 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Cartoons for Geeks Cool Geeks
# 1  
Old 07-20-2008
Cool Geeks

2008-07-20T05:24:00+02:00
Image

Download twitterers-nightmare.comicdoc

Image Image Image Image
Image

Source...
 
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Cool stuff with command line?

Hi there, I just switch to MAC and love the way command line do things like mass renaming, unrar, remove .... in terminal, so better than normal graphic apps. I love to study more about this stuff, could you guys show me some book that help me out, Simply I see many code like this in internet but... (1 Reply)
Discussion started by: silverhan31
1 Replies

2. Web Development

Cool Google Search Mashups

One of my favorite mashups is the Google search mashup. You can see it here at the top right hand corner of the site; where you enter a normal Google search work or phrase and Google serves the result, mashedup, back into your site. The same is true on The CEP Blog, where there the same... (0 Replies)
Discussion started by: Neo
0 Replies

3. What is on Your Mind?

Cool new logo

I saw this on another board, and burst out laughing. http://www.brandsoftheworld.com/brands/0011/0070/brand.gif Apparently it's a new logo (may even be a new name) for a clothing line. Check them out: www.A-Style.it (9 Replies)
Discussion started by: Dave Miller
9 Replies

4. What is on Your Mind?

Cool video

Grand Central Big Freeze jwMj3PJDxuo It looks as tho it's movie scene from M. Night Shyamalan :b: (0 Replies)
Discussion started by: sparcguy
0 Replies

5. UNIX for Advanced & Expert Users

sed is cool , but got just this one problem ...

Hi all, I have this very strange (and tiring) trouble with sed (or any command that works with files for that matter) I need to do the following 1. I have a string say "UTN555" 2. I need to extract just the last three digits 3. I did this echo UTN555 | sed "s/UTN//" ... (2 Replies)
Discussion started by: linfreak
2 Replies
Login or Register to Ask a Question
RIOCP(1)						      General Commands Manual							  RIOCP(1)

NAME
riocp - program to transfer files to and from the Rio Karma SYNOPSIS
riocp [options] files_to_upload... DESCRIPTION
This manual page documents briefly the riocp command. riocp is a program that searches for and lists files on the Rio Karma. It also allows the user to transfer files to and from the device. OPTIONS
A summary of options is included below. -a {path|hostname|IP-ADDR} Set access location of Rio Karma. Can be either a hostname or IP address for network access; or a path in the filesystem where the Rio Karma is mounted for USB access. -b Get database by scanning *1 files, instead of smalldb. -c charset Set codeset to use when communicating with the Rio Karma. -D dummyName Use dummyName for missing or empty props. Default if not set is '-UnKnown-'. -d Download the files searched for with "-s". -e set1 set2 set3 Edit the download pathname using set1 and set2 as in unix tr. If set3 is empty (""): just translate as in tr; otherwise, further delete all chars given in set3. -F Use filenames in ~/.openrio/.../__libkarma_fdb__.gz for download. -f Force the files to be written even if they are dupes. -H Download files listed in ~/.openrio/.../__libkarma_fdb__.gz that match the current hostname. -h Show summary of options. -l props Like -u for type='playlist'. The default is to use whatever is set for -u. -p passWord Password for accessing the Rio Karma via the network. -q Squeeze repeated chars (given in "set2" of -e), after the optional delete. -R Same as -r, but do not ask for confirmation. -r Remove these files (after the optional download). -s searchString Search karma DB according to searchString. searchString syntax: property=searchStr[{,|+}...], where: - searchStr is a substring of the property value (see ~/.openrio/*/fileinfo for possible property names) - ',' and '+' mean AND and OR, respectively - each AND/OR operator is applied to the previous search results -U fdb.gz Upload files listed in the given fdb.gz file. -u props Use properties to build download path for type=tune. "props" are formating strings (as in "printf"), where: %a = Artist %c = Codec %f = fid %g = Genre %n = Track Number %s = Source %T = Type %t = Title The default is "%f.%c". -w Don't rewrite the smalldb database file. -x props Like -u for type='taxi'. The default is to use whatever is set for -u. SEE ALSO
printf(3), tr(1). AUTHOR
riocp was written by Frank Zschockelt <libkarma@freakysoft.de>. This manual page was written by Joe Nahmias <jello@debian.org>, for the Debian project (but may be used by others). June 27, 2008 RIOCP(1)