|
Shell audio oscilloscope journey [how did you spend yourSaturday evening?] Le Sun, 20 Apr 2008 00:06:22 +0200, BruXy a �crit�: ... There was an idea at the beginning. It should not be a problem to made a simple audio oscilloscope in BASH! ... clear; hexdump -v -e '1/1 "%u\n"'</dev/dsp|(while read \ s; do c=$(((c+1)%COLUMNS));s=$((s*LINES/255));echo -ne \ "\e[${u[c]};${c... 20 Apr 2008 14:48
cheap wholesale:nike shoes,Nike air jordans,wholesale nike acheap wholesale air max,cheap nike shox,jeans,bags,wach,t-shirt in www.wholesaleshoescn.comcheap wholesale air max,cheap nike shox,jeans,bags,wach,t-shirt in www.wholesaleshoescn.comcheap wh Dear cheapers$B!'(B WHOLESALESNEAKERCN Global Trade Co.,LTD,is a leading brand sports shoes wholesaler in China. It has a wide range of nike,nike max series,nike shox,Jordan,air force one,Dunk, Bape sta, Adidas,Gucci,Timberland boots etc to offer. We also supply brand bags and fashion clothes, jeans. All the s... 20 Apr 2008 13:12
How to match two key words in a paragraph Hi, I have a document in which I like to look for key words: wordA and wordB. I need to first find where wordA is located in the paragraph and from this position, I need to find wordB's value. For example, Hello, World This { } ... 19 Apr 2008 21:04
Shell audio oscilloscope journey ---------------------------------------------------------------- Written by BruXy http://bruxy.regnet.cz/texty/audioscope.txt ---------------------------------------------------------------- There was an idea at the beginning. It should not be a problem to made a simple audio oscilloscope in BASH! For reco... 19 Apr 2008 18:42
need a little help with renaming files Hi, I was converting some *.m4a files to *.mp3 and ended up with files like: "name.wav.mp3" i want to rename them from "name.wav.mp3" to "name.mp3" i created the following (bash-)script: #!/bin/bash s=$1 n=${s/$2.$3/$3} mv -v "$1" "$n" <END OF SCRIPT> i can do: $ script name.wav.mp3 wav mp3 and... 20 Apr 2008 16:23
cheap wholesale:nike shoes,Nike air jordans,wholesale nike a Dear Sir or Madam: We(www.wholesaleshoescn.com) mainly offer all kinds of nike,Jordan,adidas brand sports shoes.Also,We sell some brand hats,bags and clothes.short etc. We offer safe delivery and best service with low price and high quality. Communicate with us.You will be very satisfied! Welcome to our website or... 20 Apr 2008 04:12
hay can you remove this post please it was a mistake thank you i was kind of desperate X-No-Archive: Yes On Apr 17, 4:14 pm, QasimMalik....(a)googlemail.com wrote: hay can you remove this post please Sure thing. Now you just have to remove your own followup in which you quoted it, and convice ``Spamm Trappe'' to do the same. [This reply will expire in a few days.] ... 19 Apr 2008 01:49
how to test if a file is more than one hour old in ksh I am looking for a simple way to test if a file is more than one hour old in ksh. I think 'find' command may be able to do that but I do not know the detail. Any help? Thanks. ... 21 Apr 2008 11:43
china wholesale cheap nike shoes,cheap nike,cheap nikes,nike jordans sneaker's,cheap nike air force 1s Dear Sir or Madam: wholesale here are:nike sneakers including cheap nike sneakers,nike basketball sneakers,womens nike sneakers,rare nike sneakers, rare nike sneakers,nike retro snakers,exlusive nike sneakers, you can get wholesale nike sneaker's price with discount for cheap nike shoes and cheap nike sneakers. . ... 18 Apr 2008 14:14
cd is not working as expectd My code is as follows: ---------------------------- #!/bin/bash echo -n Where do you want to install ? read new_install_dir cd ${new_install_dir} ---------------------------- If my input is /home/fox/install - it works but if user inputs ~/ install it dump with the following error code: ../script/install... 18 Apr 2008 17:26 |