Search Results

Search: Posts Made By: airon23bball
Forum: Programming 05-25-2010
3,867
Posted By airon23bball
awesome that worked thanks for the help Jim. I...
awesome that worked thanks for the help Jim. I thought I had tried something similar to that but I guess I was doing it wrong.
Forum: Programming 05-25-2010
3,867
Posted By airon23bball
strcat outputs garbage
Anyone have any ideas why when using strcat function I would get some garbage at the beginning of the output string? what I'm doing is something like the following example.

Code:

char...
6,249
Posted By airon23bball
Thanks for the help that works like a champ.
Thanks for the help that works like a champ.
6,249
Posted By airon23bball
String parsing with awk/sed/?
If I have a string that has some name followed by an ID#(ex.B123456) followed by some more #'s and/or letters, would it be possible to just grab the ID portion of this string? If so how? I am...
Forum: UNIX and Linux Applications 02-17-2009
15,035
Posted By airon23bball
thanks for moving this
thanks for moving this
Forum: UNIX and Linux Applications 02-17-2009
15,035
Posted By airon23bball
CVS recursive diff -- how to exclude specific directories?
I think I've seen out there that there is a command to ignore specific files within a directory when doing a (-R) recursive diff. I've never used this so I was wondering if there was anyone who...
Forum: Linux 11-12-2008
2,608
Posted By airon23bball
Oh ok sorry. I'm pretty new to this. I'll make...
Oh ok sorry. I'm pretty new to this. I'll make sure to check out the rules. Thanks for your help anyway.
Forum: Linux 11-12-2008
2,608
Posted By airon23bball
Default parameters question
Hey guys I'm working on an extra credit question for my programming languages class;

Does a program run faster when the programmer does not specify values for the optional parameters in a...
2,322
Posted By airon23bball
bump. need :confused:help
bump. need :confused:help
2,322
Posted By airon23bball
Processes create/join
I'm working with some code in php that creates a process and I want the main program to wait till that process is done running then come back and join.
<code>
$pid = pcntl_fork();
if ($pid ==...
12,309
Posted By airon23bball
nice thanks
nice thanks
6,531
Posted By airon23bball
not sure I understand but can you use instead of...
not sure I understand but can you use instead of mount use sudo mount?
12,309
Posted By airon23bball
Can I create a file from the command line
I want to create a file explicitly from the command line without going in to the file directly just create it. Can I do that? Thanks in advance.
1,747
Posted By airon23bball
this is something I'm working on at my...
this is something I'm working on at my internship.
[code]
$command = "./verify $mfg $image;
[code]
where $mfg and $image are arguments I'm passing to verify. Hope this helps.
1,747
Posted By airon23bball
Accessing php script from shell script
Hi I'm a newb to php scripts. My task requires me to run a shell script from within the php script which I believe I've figured out. What I'm trying to do now is output something to the web page...
Showing results 1 to 15 of 15

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