Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 40 of 69
Search took 0.01 seconds.
Search: Posts Made By: Serinth
Forum: Coder's Corner Lounge Apr 30th, 2007, 1:40 PM
Replies: 5
Views: 169
Posted By Serinth
If you make lots of money you can support my open...

If you make lots of money you can support my open source project :) . It's a compromise :D
Forum: Java Apr 29th, 2007, 11:10 AM
Replies: 1
Views: 141
Posted By Serinth
did you try making an event listener class with a...

did you try making an event listener class with a button object and then pass your button to that event listener and then in actionPerformed do the setBackground.
Forum: Bash / Shell Scripting Mar 17th, 2007, 12:20 PM
Replies: 3
Views: 364
Posted By Serinth
try this: previously declare variable OTHER and...

try this:
previously declare variable OTHER and set it to 0 then in the loop:

let OTHER="$COUNT"*2
Forum: Coder's Corner Lounge Mar 1st, 2007, 10:02 PM
Replies: 10
Views: 290
Posted By Serinth
i've seen it done before, it can actually be...

i've seen it done before, it can actually be quite neatly organized, (with the wires pressed down and clipped) You should get one of those CD trays where you insert the CD instead of having a tray...
Forum: Coder's Corner Lounge Mar 1st, 2007, 7:45 PM
Replies: 10
Views: 290
Posted By Serinth
are the fans even necessary in such open space? :D

are the fans even necessary in such open space? :D
Forum: Bash / Shell Scripting Feb 21st, 2007, 2:59 PM
Replies: 4
Views: 310
Posted By Serinth
So let me get this straight, you want to call...

So let me get this straight, you want to call b.bash from a.bash but it's giving you an error in path. I think the problem is that you used ./path/b.bash. I believe you can exclude the .
Forum: Bash / Shell Scripting Feb 17th, 2007, 12:22 PM
Replies: 6
Views: 455
Posted By Serinth
You should look up GETOPTS in the advanced bash...

You should look up GETOPTS in the advanced bash scripting guide.
Forum: C Feb 12th, 2007, 1:11 AM
Replies: 0
Views: 185
Posted By Serinth
token ring simulation

This is my assignment and i'm having a little trouble understanding how to set up and pass around the tokens/data. Any part of the code with /* ... */ is the stuff i can't get working. More...
Forum: Java Jan 29th, 2007, 7:59 AM
Replies: 6
Views: 238
Posted By Serinth
You don't modify the instance variables of a...

You don't modify the instance variables of a super class, you get a copy of it in a subclass and modify that.
Forum: Java Jan 21st, 2007, 9:41 PM
Replies: 5
Views: 195
Posted By Serinth
you need to throw the menu into a loop and not...

you need to throw the menu into a loop and not break out of it if it hits the default switch statement.
Forum: Other Scripting Languages Jan 18th, 2007, 11:16 PM
Replies: 17
Views: 854
Posted By Serinth
i think wget has a recursive option with a -A...

i think wget has a recursive option with a -A option that allows you to specify the filetype you wanna download.

ie.
wget -r -l1 --no-parent -A.gif http://www.server.com/dir/
Forum: C Sep 19th, 2006, 3:44 PM
Replies: 11
Views: 398
Posted By Serinth
you can write your own programs in BASIC in the...

you can write your own programs in BASIC in the TI's. The problem with that is only geeks do that instead of searching the massive directory on Texas instrument's main site for their math test...
Forum: C Jun 6th, 2006, 1:41 PM
Replies: 14
Views: 399
Posted By Serinth
I think what he means is that if he runs the...

I think what he means is that if he runs the .exe, he won't see any output unless he's prompting for input, that way the terminal will remain open and not finish so you can see what happens. If you...
Forum: Coder's Corner Lounge Jun 6th, 2006, 1:04 AM
Replies: 35
Views: 558
Posted By Serinth
porn.

porn.
Forum: C Jun 3rd, 2006, 6:48 PM
Replies: 12
Views: 457
Posted By Serinth
what's wrong with mine? it's basically saying use...

what's wrong with mine? it's basically saying use str[position] like you said.

edit: Yeah it's probably the unclear question :\
Forum: C Jun 3rd, 2006, 6:17 PM
Replies: 12
Views: 457
Posted By Serinth
say you had a string str: "foshizzle", why don't...

say you had a string str: "foshizzle", why don't you just strlen and then divide that by 2 and then printf str[half the value of strlen]
Forum: C Jun 1st, 2006, 11:56 PM
Replies: 9
Views: 325
Posted By Serinth
NSchnarr, usually i just read how many loops or...

NSchnarr, usually i just read how many loops or recursions it has to go through lol :\ I don't really go to class >:3
Forum: C Jun 1st, 2006, 11:33 AM
Replies: 9
Views: 325
Posted By Serinth
One of my university courses teaches some stuff...

One of my university courses teaches some stuff on timing, efficiency and whatnot. They also refer to the Big O or O(n) and stuff like that. I've still yet to learn it :P
Forum: C Jun 1st, 2006, 7:26 AM
Replies: 9
Views: 325
Posted By Serinth
you can also use the "time" command in linux....

you can also use the "time" command in linux. type "man time" to find out more.
Forum: C++ May 30th, 2006, 11:38 PM
Replies: 6
Views: 221
Posted By Serinth
lol, i was sitting on windows so i didn't bother...

lol, i was sitting on windows so i didn't bother to man page it. Good to know :).
Forum: C++ May 30th, 2006, 11:19 PM
Replies: 6
Views: 221
Posted By Serinth
I wonder if you could do that with a couple of...

I wonder if you could do that with a couple of system commands in linux? ie. cat and grep, only use the reverse of a grep.
Forum: C May 30th, 2006, 11:16 PM
Replies: 27
Views: 784
Posted By Serinth
Bad luck to the games you're crashing. I...

Bad luck to the games you're crashing. I personally don't care much for skiddies.
Forum: Coder's Corner Lounge May 30th, 2006, 11:11 PM
Replies: 8
Views: 178
Posted By Serinth
it's a lounge, i can say whatever, you don't have...

it's a lounge, i can say whatever, you don't have to read it. I was just going for some light hearted musings about post counts
Forum: C++ May 30th, 2006, 1:08 PM
Replies: 27
Views: 729
Posted By Serinth
I didn't mind microsoft's VC++, but you'd have to...

I didn't mind microsoft's VC++, but you'd have to pay for that...normally...;) dev-c++ is also a thumbs up.
Forum: Coder's Corner Lounge May 30th, 2006, 1:04 PM
Replies: 8
Views: 178
Posted By Serinth
To nnxion

stop posting dude, your post count hit 1337 XD preserve it while you can ;) Whereas i sat in the irc channel for a whole year before i even posted once lol.
Forum: C May 29th, 2006, 11:36 PM
Replies: 27
Views: 784
Posted By Serinth
JIMBO, we're not here to support the script...

JIMBO, we're not here to support the script kiddie who can't even compile, go away.
Forum: C++ May 29th, 2006, 9:53 AM
Replies: 3
Views: 145
Posted By Serinth
I don't know if there's a limit but i do know...

I don't know if there's a limit but i do know that sometimes you won't be able to send all the bytes (from beej's guide). In this case the remaining bytes in your buffer are still there waiting to be...
Forum: Coder's Corner Lounge May 29th, 2006, 12:06 AM
Replies: 17
Views: 335
Posted By Serinth
http://www.programmingforums.org/forum/showthread....

http://www.programmingforums.org/forum/showthread.php?t=7990
Forum: C May 28th, 2006, 11:44 PM
Replies: 27
Views: 784
Posted By Serinth
Several things: 1. Next time attach the .c...

Several things:
1. Next time attach the .c file;
2. I don't think anyone here wants to show a script kiddie how to compile an exploit;
3. concepts and proofs of concepts are purposefully smudged so...
Forum: C May 28th, 2006, 11:22 PM
Replies: 27
Views: 784
Posted By Serinth
can you post the t3wmbof.c source? It seems like...

can you post the t3wmbof.c source? It seems like the program can't find inet_ntoa, which means you're missing headerfiles or it was called incorrectly and thus interpreted as a variable (hence the...
Forum: C May 28th, 2006, 11:05 PM
Replies: 2
Views: 220
Posted By Serinth
Thanks, that was the problem. I thought i could...

Thanks, that was the problem. I thought i could cut out the entire string of what the server sent me to the first 3 bytes and hopefully receive only the return codes.
Forum: C May 28th, 2006, 9:54 PM
Replies: 2
Views: 220
Posted By Serinth
FTP and return code fetching

I'm writing an ftp client with gtk+2.0 and C. I looked at the RFC and when i log on i get the return code 220 which prompts for a user login. I send the login info and then attempt to fetch return...
Forum: Coder's Corner Lounge May 24th, 2006, 1:11 PM
Replies: 31
Views: 639
Posted By Serinth
I think the solutions are interesting after i...

I think the solutions are interesting after i tried solving it myself.
Forum: Coder's Corner Lounge May 24th, 2006, 11:42 AM
Replies: 31
Views: 639
Posted By Serinth
You can memorize friedrich's algorithms to solve...

You can memorize friedrich's algorithms to solve the cube in under 15 seconds.
Forum: C++ May 23rd, 2006, 10:51 AM
Replies: 7
Views: 242
Posted By Serinth
There aren't alot of good GTK tutorials out there...

There aren't alot of good GTK tutorials out there and the one on gtk.org is incomplete but some of it might help you. Try www.gtk.org/tutorial and...
Forum: C Apr 26th, 2006, 8:12 AM
Replies: 16
Views: 439
Posted By Serinth
PFO people just like the tough love approach....

PFO people just like the tough love approach. </3
Forum: C Apr 25th, 2006, 11:13 PM
Replies: 16
Views: 439
Posted By Serinth
it was a harmless joke, meant to be viewable :)....

it was a harmless joke, meant to be viewable :). I'm sure the fella woulda caught that if he's on a programming forum.. >.>....

P.S.
I hope i got to him before MJ got to editing my post LoL.
Forum: C Apr 25th, 2006, 9:56 PM
Replies: 16
Views: 439
Posted By Serinth
Don't listen to those guys, they're so harsh. ...

Don't listen to those guys, they're so harsh. You can copy this straight to your program, it'll mostly just make the board and possibly one queen.


#include <Stdio.h>
#include <stdlib.h>

int main...
Forum: C Apr 21st, 2006, 5:34 PM
Replies: 22
Views: 496
Posted By Serinth
I'd just like to point out that you're doing...

I'd just like to point out that you're doing integer division there...and..we need a sample of what the input file would look like. Coding it for numbers organized horizontally is different from...
Forum: C Mar 30th, 2006, 11:33 PM
Replies: 25
Views: 564
Posted By Serinth
think whitespace and special characters ;)

think whitespace and special characters ;)
Showing results 1 to 40 of 69

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 5:42 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC