Search Results

Search: Posts Made By: gstuart
2,794
Posted By gstuart
Java standalone online chat
Hello: I have a web domain hosted at 1and1.com. They provide a rudimentary chat program, but it's very basic, and froze up last evening (continuing on into this morning).

Can anyone recommend a...
12,525
Posted By gstuart
Update: Scheduling recordings via "at," at...
Update: Scheduling recordings via "at,"

at -f ~/recordings/record_tv_test 6:15 pm Aug 18 2008

where record_tv_test is an executable bash file (below) works fabulously (as did the command to...
12,525
Posted By gstuart
Brilliant - this worked - thanks!! :-)
Brilliant - this worked - thanks!! :-)
12,525
Posted By gstuart
Yes, I understand (fully) now ... thanks. Cron...
Yes, I understand (fully) now ... thanks. Cron was the wrong approach - stick with "at," as suggested.

A related question: How can I delete those (100's, if not 1000's) of scheduled processes (at...
12,525
Posted By gstuart
Hi - Thank you for your replies ... I had...
Hi - Thank you for your replies ... I had intended to schedule the recordings from a script, avoiding the more tedious route via crontab itself. Regardless, since the bash scripts contain a single...
12,525
Posted By gstuart
Crontab spawning multiple at processes
Hi - I need help. My user crontab is spawning multiple at processes (and multiple mencoder program starts, that exit, then restart, repeatedly), locking up my system.

For example I have this entry...
3,176
Posted By gstuart
Update ...
The behavior with having the System Monitor window open was not reproducible, all of the time. I added a "sleep 1" command before the mencoder line in one of the scripts; this seems to work,...
3,176
Posted By gstuart
Partially "resolved" ...
This is interesting ... I've been playing with test recordings of 1 min 5 sec, simultaneously programming captures from /dev/video0 (PVR-500 tuner 1) and /dev/video1 (PVR-500 tuner 2), using...
3,176
Posted By gstuart
cron problem (duplicate mencoder jobs)?
Hello - Please forgive me is this is the incorrect forum for this post ...

I have a Hauppauge PVR-500 ("dual PVR-150") TV tuner card, installed under Ubuntu 8.04 LTS (64-bit). I wrote a simple...
27,315
Posted By gstuart
This is absolutely wonderful! ... :-) Here...
This is absolutely wonderful! ... :-)

Here is my understanding of Franklin52's code:

Unix Manuals - AWK Reference (http://www.unix-manuals.com/refs/awk/awk.htm)

# == is “is equal”
...
27,315
Posted By gstuart
Search, replace string in file1 with string from (lookup table) file2?
Hello: I have another question. Please consider the following two sample, tab-delimited files:

File_1:

Abf1 YKL112w
Abf1 YAL054c
Abf1 YGL234w
Ace2 YKL150w
Ace2 YNL328c
Cup9 YDR441c...
4,607
Posted By gstuart
Wednesday April 09, 2008 Quote: Originally...
Wednesday April 09, 2008

Quote: Originally Posted by gstuart
Code:

$ awk 'BEGIN {OFS=FS="\t"}
$3 < $1 { t = $1; $1 = $3; $3 = t } { a[$0]++ }
END { for (k in a) { print a[k], k } } '...
4,607
Posted By gstuart
Hi jim & era: I appreciate both your solutions...
Hi jim & era: I appreciate both your solutions very much! The summary below is rather long, but it illustrates my working through the problem - please be patient! ;-)

I think that we are close;...
4,607
Posted By gstuart
Hello again ... Yes, I'm following what you're...
Hello again ... Yes, I'm following what you're saying (era) - I tried out the code you suggested. I'll explore this approach, further - thanks!

I'd also be interested in additional ideas (for...
4,607
Posted By gstuart
Hi era - Thank you for your reply. In my example...
Hi era - Thank you for your reply. In my example (above), the middle column (field $2) will be either "pp" or "gi" or "tf" (I didn't mention "tf," for simlplicity) - at least for now.

Fields $1...
4,607
Posted By gstuart
Molecular biologist requires help re: search / replace script
Monday April 07, 2008

Hello - I was wondering if someone could help me? I have some basic knowledge of awk, etc., and can create simple scripts (e.g. a search_replace.awk file) that can be called...
Showing results 1 to 16 of 16

 
All times are GMT -4. The time now is 04:01 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy