Sing and Record on Your Mobile and Post for Fun!


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Sing and Record on Your Mobile and Post for Fun!
# 8  
Old 05-01-2010
OK, we can bend the rules Smilie Any recording device is OK..... Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. What is on Your Mind?

Mobile Thanks Now Visible in Mobile

Hey, I have enable post thanks (viewing thanks, not yet giving thanks) in mobile: https://www.unix.com/members/1-albums214-picture1018.jpeg I plan to also add the button to "give thanks on mobile. In addition, I will change the formatting (color and justification) of this new mobile... (1 Reply)
Discussion started by: Neo
1 Replies

2. Shell Programming and Scripting

Need code for updating second record to first record in shell scripting

Hi,, I have requirement that i need to get DISTINCT values from a table and if there are two records i need to update it to one record and then need to submit INSERT statements by using the updated value as a parameter. Here is the example follows.. SELECT DISTINCT ID FROM OFFER_GROUP WHERE... (1 Reply)
Discussion started by: Samah
1 Replies

3. Shell Programming and Scripting

Extract timestamp from first record in xml file and it checks if not it will replace first record

I have test.xml <emp><id>101</id><name>AAA</name><date>06/06/14 1811</date></emp> <Join><id>101</id><city>london</city><date>06/06/14 2011</date></join> <Join><id>101</id><city>new york</city><date>06/06/14 1811</date></join> <Join><id>101</id><city>sydney</city><date>06/06/14... (2 Replies)
Discussion started by: vsraju
2 Replies

4. Shell Programming and Scripting

How to compare current record,with next and previous record in awk without using array?

Hi! all can any one tell me how to compare current record of column with next and previous record in awk without using array my case is like this input.txt 0 32 1 26 2 27 3 34 4 26 5 25 6 24 9 23 0 32 1 28 2 15 3 26 4 24 (7 Replies)
Discussion started by: Dona Clara
7 Replies

5. What is on Your Mind?

Post Geeky Screenshots - Just for Fun

Hello All, I have been sitting idle (as usual -- what are scripts for!!) and just thought why can't we have a colorful thread full of screnshots of terminal emulators (PuTTY for example) of admins doing their work. It could be geeky enough and inspiring to those new to UNIX/Linux world. ... (1 Reply)
Discussion started by: admin_xor
1 Replies

6. Shell Programming and Scripting

Reject the record if the record in the next line does not satisfy the pattern

Hi, I have a input file with the following entries: 1one 2two 3three 1four 2five 3six 1seven 1eight 1nine 2ten The output should be 1one 2two 3three 1four 2five 3six (2 Replies)
Discussion started by: supchand
2 Replies

7. UNIX for Dummies Questions & Answers

deleteing duplicate lines sing uniq while ignoring a column

I have a data set that has 4 columns, I want to know if I can delete duplicate lines while ignoring one of the columns, for example 10 chr1 ASF 30 15 chr1 ASF 20 5 chr1 ASF 30 6 chr2 EBC 15 4 chr2 EBC 30 ... I want to know if I can delete duplicate lines while ignoring column 1, so the... (5 Replies)
Discussion started by: japaneseguitars
5 Replies

8. Shell Programming and Scripting

oneliner:sing SED on a specific column

is this possible a one liner sed command. I have a text file ex. from : xxx yyy ZZZ /test/devl/aasdasd.log1 xxx yyy ZZZ /test/devl/aasdasd.log2 to : xxx yyy ZZZ /test/prod/aasdasd.log1 xxx yyy ZZZ /test/prod/aasdasd.log2 and I want to sed only the fourth column sed 's/devl/prod/g' ... (8 Replies)
Discussion started by: chaseeem
8 Replies
Login or Register to Ask a Question
eugene(1)						      General Commands Manual							 eugene(1)

NAME
eugene - mpdcron statistics client SYNOPSIS
eugene command [option] DESCRIPTION
eugene is an mpdcron client which can be used to interact with the statistics database. COMMANDS
By default these commands (except the first three) work on the current playing song. For more information about the expression syntax, see: <http://www.sqlite.org/lang_expr.html>. help Display help and exit. version Display version and exit. list [option...] expression List song/artist/album/genre. listinfo [option...] [expression] List song/artist/album/genre. count [option...] count [expression] Change play count of song/artist/album/genre. countabs [option...] count [expression] Change (absolute fashion) play count of song/artist/album/genre. hate [option...] [expression] Hate song/artist/album/genre. love [option...] [expression] Love song/artist/album/genre. kill [option...] [expression] Kill song/artist/album/genre. unkill [option...] [expression] Unkill song/artist/album/genre. rate [option...] rating [expression] Rate song/artist/album/genre. rateabs [option...] rating [expression] Rate (absolute fashion) song/artist/album/genre. addtag [option...] tag [expression] Add tag to song/artist/album/genre. rmtag [option...] tag [expression] Remove tag from song/artist/album/genre. listtags [option...] [expression] List tags of song/artist/album/genre. OPTIONS
-h, --help Show help options. -a, --artist Apply on artists instead of songs. -A, --album Apply on albums instead of songs. -g, --genre Apply on genres instead of songs. SEE ALSO
o mpdcron(1) o <http://alip.github.com/mpdcron/> REPORTING BUGS
If you find a bug, please report it at <http://github.com/alip/mpdcron/issues>. COPYRIGHT
Copyright (c) 2009 Ali Polatel <alip@exherbo.org> Free use of this software is granted under the terms of the GNU General Public License (GPL). AUTHORS
David Prevot <david@tilapin.org>. manual February 25, 2011 eugene(1)