Search Results

Search: Posts Made By: silkiechicken
36,179
Posted By silkiechicken
Mac OS X emulator for Windows XP?
Not quite sure if this is the right section, but you guys know lots of good stuff. Is there a good OS X emulator that I can put on my Windows XP system?

I have PC's and at work/lab they run...
1,733
Posted By silkiechicken
Thank you. I actually figured out my...
Thank you.

I actually figured out my problem. I had to move the program file from my desktop to the folder in which perl was run, which is on a server, so had to open an sftp thing, and drop it in...
6,116
Posted By silkiechicken
Thanks! I think I know where I missed up...
Thanks!

I think I know where I missed up with the arrows, the example I was following had a single "<" as in to read a file, but for some reason I added a ">" on the other end. As for the keys...
6,116
Posted By silkiechicken
Thanks! I'll go make a copy of the current...
Thanks!

I'll go make a copy of the current file and make the changes to see if it works with your modifications. I actually played with it more last night and switched to reading in the files with...
6,116
Posted By silkiechicken
That's fine and understandable. I read the user...
That's fine and understandable. I read the user agreement that we can't ask you all do our "hw" for us. I have no problem with trying to read up and figure it out, just need some direction on where...
6,116
Posted By silkiechicken
I'm under the impression that join will just...
I'm under the impression that join will just append line for line? I am trying to use the hash just in case "file 1" doesn't contain all the elements found in "file2".

I'm working with a large...
6,116
Posted By silkiechicken
I'll search though that link and see if I can't...
I'll search though that link and see if I can't make some sense out of it. Lots of documentation goes over my head still. Probably explains why syntax gets me every time. Thanks!
6,116
Posted By silkiechicken
Perl Hashes, reading and hashing 2 files
So I have two files that I want to put together via hashes and am having a terrible time with syntax. For example:

File1

A apple
B banana
C citrusFile2

A red
B yellow
C ...
2,130
Posted By silkiechicken
Thanks, I'll see if I can't find "perldoc -f...
Thanks, I'll see if I can't find "perldoc -f open" and figure it out.
2,130
Posted By silkiechicken
Using ARGV, acepting text from command line
I want to be able to call in my file and make it do it's magic by basically giving it:

FileNAME.pl searchTerm fileToSearch

It runs, and gives me the answers I want, however, it gives me an...
1,733
Posted By silkiechicken
Help loading a program into perl from a file on desktop
So I want to use this program that I have downloaded from: PaGE - Patters from Gene Expression (http://www.cbil.upenn.edu/PaGE/)

However, I am not sure how to actually get in to and run the...
2,269
Posted By silkiechicken
Thanks!
Thanks!
2,269
Posted By silkiechicken
Taking user response in perl
I was wondering if it was possible to take in a user's response in a perl program.

For example.

Ask user a yes or no question, and then depending on the response, print out a corresponding...
10,261
Posted By silkiechicken
In the future I put my test code in here right ...
In the future I put my test code in here right

I think I figured out what I was trying to do! I was looking at the wrong file sizes and 700 is the smaller file. The original was 7336 bites....
10,261
Posted By silkiechicken
I think it got it actually and that it works......
I think it got it actually and that it works... my brain just didn't understand the output when I looked at the file size vs the actual output. The SSH shell window just concatenated the previous...
10,261
Posted By silkiechicken
Total n00b here. what are [code] tags? The first...
Total n00b here. what are [code] tags? The first time I've worked with this stuff was last friday.

I think I got it to do what I wanted though:
awk '{print $1, "\t", length($2)}' file.tab |...
10,261
Posted By silkiechicken
Sorry, I am probably deficient in explaining my...
Sorry, I am probably deficient in explaining my problem. I think the proper way of describing my tabbed file was a "tab-delimited" file. I will work with the suggestions to see if I can't figure out...
10,261
Posted By silkiechicken
Using awk and sed to replace contents
So I am working on command line and I have a file that is spaced by tabs like:

one countMe
two countMEtoo
three COUNTMEthree

What I want to do is read in that file, and replace the...
2,468
Posted By silkiechicken
Thank you for the help. I will play with...
Thank you for the help.

I will play with that for a bit and see what I can do!
2,468
Posted By silkiechicken
Thank you for the reply. I don't know...
Thank you for the reply.

I don't know anything about PEARL yet, but I am sure your example there will be useful once I can read up on it more.

I'm about 30 hours in to my first Linux style...
2,468
Posted By silkiechicken
Counting a chars IF == "x"
I'm new at this script stuff... only have minor exposure to java.

My problem is largely syntax and being unable to figure out what the manuals are telling me what each option does. Basically I...
Showing results 1 to 21 of 21

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