Forum: Bash / Shell Scripting
Mar 15th, 2007, 4:45 PM
|
|
Replies: 3
Views: 475
|
Forum: Bash / Shell Scripting
Mar 15th, 2007, 1:41 AM
|
|
Replies: 3
Views: 475
Help with this code
ITERATE=240
for COUNT in `seq -w 1 $TOTAL`
do
OTHER=$(($COUNT*2))
... more stuff
...
done
The problem I am having is that I can't figure out how to multiply COUNT by 2. In this example since...
|
Forum: Bash / Shell Scripting
Feb 17th, 2007, 11:12 PM
|
|
Replies: 5
Views: 491
|
Forum: Bash / Shell Scripting
Feb 17th, 2007, 12:30 PM
|
|
Replies: 6
Views: 596
|
Forum: Bash / Shell Scripting
Feb 17th, 2007, 12:21 PM
|
|
Replies: 5
Views: 491
|
Forum: Bash / Shell Scripting
Feb 17th, 2007, 11:47 AM
|
|
Replies: 5
Views: 491
Zero padding
How can I add zero pad a number based on a variable length so that the length of the number is always the same?
Example:
00004
00023
34243
Always has a length of 5 with zeros added in when...
|
Forum: Bash / Shell Scripting
Feb 17th, 2007, 11:19 AM
|
|
Replies: 6
Views: 596
yes. i'm using bash.
I want to read in multiple...
yes. i'm using bash.
I want to read in multiple arguments of unknown length.
I found one way that uses a loop with the argument count $#, then uses a case statement to evaluate $1, and then shifts...
|
Forum: Bash / Shell Scripting
Feb 16th, 2007, 9:57 AM
|
|
Replies: 6
Views: 596
|
Forum: C++
Feb 8th, 2007, 4:12 PM
|
|
Replies: 4
Views: 289
|
Forum: C++
Feb 3rd, 2007, 3:30 PM
|
|
Replies: 4
Views: 289
JPEGs in C++
How can I load a jpeg into an bit array or matrix? Are there any libraries out there that you could recommend? I assume it would be too complex to start from scratch.
Thanks
|
Forum: Coder's Corner Lounge
Jul 4th, 2006, 11:57 AM
|
|
Replies: 26
Views: 586
|
Forum: Community Announcements and Feedback
Jul 4th, 2006, 11:55 AM
|
|
Replies: 79
Views: 1,686
|
Forum: Coder's Corner Lounge
Jun 29th, 2006, 10:47 AM
|
|
Replies: 15
Views: 423
|
Forum: Coder's Corner Lounge
Jun 21st, 2006, 9:52 AM
|
|
Replies: 6
Views: 226
|
Forum: Python
Jun 21st, 2006, 9:50 AM
|
|
Replies: 12
Views: 343
I found this article very helpful as an...
I found this article very helpful as an introduction to pyparsing.
http://www.onlamp.com/pub/a/python/2006/01/26/pyparsing.html
I think there is enough documentation to get started with.
|
Forum: Python
Jun 20th, 2006, 11:14 AM
|
|
Replies: 15
Views: 415
|
Forum: Coder's Corner Lounge
Jun 15th, 2006, 7:30 PM
|
|
Replies: 53
Views: 1,148
I agree. There should be some kind of ban on...
I agree. There should be some kind of ban on French people.
It's all about self-promotion. There are tons of developers out there these days. It's all about standing out. You can also try asking...
|
Forum: Coder's Corner Lounge
Jun 15th, 2006, 5:47 PM
|
|
Replies: 53
Views: 1,148
|
Forum: Python
Jun 14th, 2006, 10:38 PM
|
|
Replies: 15
Views: 415
|
Forum: Coder's Corner Lounge
Jun 14th, 2006, 2:28 PM
|
|
Replies: 80
Views: 1,541
|
Forum: Coder's Corner Lounge
Jun 13th, 2006, 9:33 PM
|
|
Replies: 39
Views: 997
|
Forum: Coder's Corner Lounge
Jun 13th, 2006, 7:54 PM
|
|
Replies: 39
Views: 997
|
Forum: Coder's Corner Lounge
Jun 13th, 2006, 7:50 PM
|
|
Replies: 10
Views: 290
|
Forum: Python
Jun 13th, 2006, 12:54 PM
|
|
Replies: 15
Views: 415
|
Forum: Coder's Corner Lounge
Jun 13th, 2006, 11:41 AM
|
|
Replies: 17
Views: 425
|
Forum: Coder's Corner Lounge
Jun 13th, 2006, 10:51 AM
|
|
Replies: 4
Views: 138
|
Forum: Python
Jun 13th, 2006, 12:23 AM
|
|
Replies: 15
Views: 415
|
Forum: Other Programming Languages
Jun 13th, 2006, 12:13 AM
|
|
Replies: 12
Views: 317
|
Forum: Python
Jun 13th, 2006, 12:00 AM
|
|
Replies: 15
Views: 415
Question: Calling other progs
I have a question about how to have a script call other progs (ie Word, Excel) and executing them. Can anyone point me in the general direction?
|
Forum: Paid Job Offers
Jun 12th, 2006, 6:08 PM
|
|
Replies: 31
Views: 987
|
Forum: Paid Job Offers
Jun 12th, 2006, 5:33 PM
|
|
Replies: 31
Views: 987
|
Forum: Community Introductions
Jun 12th, 2006, 3:01 PM
|
|
Replies: 14
Views: 370
|
Forum: Community Introductions
Jun 12th, 2006, 2:14 PM
|
|
Replies: 14
Views: 370
Hi my name is Robin. 14 yr old girl. *hawt pic*
Haha
Not quite what the title says. I'm a 20 year old guy who enjoys witty comments. I've been programming for about 6-7 years. I started off with html and javascript/php. From there, I learned...
|
Forum: Python
Jun 12th, 2006, 11:13 AM
|
|
Replies: 12
Views: 343
|
Forum: Python
Jun 12th, 2006, 11:03 AM
|
|
Replies: 12
Views: 343
|
Forum: C++
Jun 12th, 2006, 10:52 AM
|
|
Replies: 18
Views: 390
For efficiency reasons, you shouldn't rely on...
For efficiency reasons, you shouldn't rely on max() and min() functions. It's not a big deal for a simple piece of code like this, but if you're worried about overhead, simple "if" statements are...
|
Forum: Python
Jun 12th, 2006, 10:41 AM
|
|
Replies: 12
Views: 343
Those are text editors.
Parser generators...
Those are text editors.
Parser generators identify the grammar structure. These are parsers: http://wiki.python.org/moin/LanguageParsing
I don't really know much about them. That's why I'm looking...
|
Forum: Python
Jun 12th, 2006, 10:00 AM
|
|
Replies: 12
Views: 343
|