Programming Forums
User Name Password Register
 

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

Showing results 1 to 40 of 100
Search took 0.01 seconds.
Search: Posts Made By: Kylixen
Forum: PHP Jul 24th, 2005, 12:49 PM
Replies: 21
Views: 474
Posted By Kylixen
I would imagine this to be like a two line...

I would imagine this to be like a two line modification. A regular expression could handle that in one sweep.
Forum: Perl Jul 16th, 2005, 9:40 AM
Replies: 1
Views: 257
Posted By Kylixen
Image::Magick returning RGB value at specific pixel

I can't seem to find a way to return the RGB value at a specific pixel. It's becoming quite a annoying, as I can set one. Am I just daft and am not seeing it, or is there a more arcane way of doing...
Forum: Perl Jul 10th, 2005, 9:56 AM
Replies: 1
Views: 253
Posted By Kylixen
Nm disregard that. The code works fine, I was...

Nm disregard that. The code works fine, I was listening on the wrong device.
Forum: Coder's Corner Lounge Jul 9th, 2005, 10:14 PM
Replies: 28
Views: 576
Posted By Kylixen
Then play the Cello, still.

Then play the Cello, still.
Forum: Perl Jul 9th, 2005, 9:08 PM
Replies: 1
Views: 253
Posted By Kylixen
Net::RawIP

She's a beast. I have crafted my packet, but when I send it, it doesn't send the hand crafted one. Take a peak, and let me know what I'm doing wrong ;)

#!/usr/bin/perl
use Net::RawIP;
use strict;
...
Forum: C++ Aug 31st, 2004, 11:54 AM
Replies: 6
Views: 269
Posted By Kylixen
Hrm, try just prototyping them in the header...

Hrm, try just prototyping them in the header file. I'll try with a shared object in linux and c what the results are.
Forum: C++ Aug 31st, 2004, 11:42 AM
Replies: 6
Views: 269
Posted By Kylixen
You could release it as a set of libraries, or...

You could release it as a set of libraries, or you could include them with each project you do.

Make the DLL and the header file, and then just include them like you would normal libraries with your...
Forum: Assembly Aug 30th, 2004, 11:12 AM
Replies: 38
Views: 1,548
Posted By Kylixen
Write it in C, then break to Assembly and remove...

Write it in C, then break to Assembly and remove bloat and bugs. "gcc -S pr0n_finder.c"
Forum: C++ Aug 29th, 2004, 12:19 PM
Replies: 17
Views: 441
Posted By Kylixen
I like an editor with good coloring, and _maybe_...

I like an editor with good coloring, and _maybe_ some text insertion. For python it's vim though, gotta love the way you can get VIM to handle spacing ;)
Forum: Coder's Corner Lounge Aug 28th, 2004, 11:54 PM
Replies: 33
Views: 652
Posted By Kylixen
I'll have to revise my PC to "Tribes:Vengeance...

I'll have to revise my PC to "Tribes:Vengeance beta"
Forum: Coder's Corner Lounge Aug 28th, 2004, 8:30 AM
Replies: 33
Views: 652
Posted By Kylixen
NES: Mario Sega: Kid Chameleon/Battle Toads SNES:...

NES: Mario
Sega: Kid Chameleon/Battle Toads
SNES: Zelda
Playstation: FF7(Greatest game ever)
N64: Diddy Kong Racing/Star Fox
Playstation 2: Chrono Cross(It's a ps1 game, but it's better than the FF...
Forum: Coder's Corner Lounge Aug 23rd, 2004, 12:24 PM
Replies: 21
Views: 312
Posted By Kylixen
Did you restart apache?

Did you restart apache?
Forum: Python Aug 13th, 2004, 8:18 AM
Replies: 1
Views: 476
Posted By Kylixen
http://www.diveintopython.org/ import...

http://www.diveintopython.org/

import random

random.random()
Forum: C++ Aug 13th, 2004, 8:15 AM
Replies: 6
Views: 278
Posted By Kylixen
#include <stdio.h> int main(int argc, char...

#include <stdio.h>

int main(int argc, char *argv[]){

int i;

for(i = 1;i < argc;i++){

printf("%s", argv[i]);
Forum: Coder's Corner Lounge Aug 12th, 2004, 11:48 PM
Replies: 17
Views: 369
Posted By Kylixen
GNOME

GNOME
Forum: Coder's Corner Lounge Aug 10th, 2004, 8:38 AM
Replies: 10
Views: 237
Posted By Kylixen
Um, have him do it?

Um, have him do it?
Forum: Coder's Corner Lounge Aug 10th, 2004, 8:36 AM
Replies: 10
Views: 237
Posted By Kylixen
Install apache and mod_php... run a webserver on...

Install apache and mod_php... run a webserver on your pc, and then link your work to the working apache directory.

http://127.0.0.1/path/to/program.php
http://localhost/path/to/program.php
Forum: Coder's Corner Lounge Aug 9th, 2004, 7:08 AM
Replies: 19
Views: 464
Posted By Kylixen
I noticed nobody said girls. We are either a...

I noticed nobody said girls. We are either a bunch of homosexuals, or programmers.
Forum: Coder's Corner Lounge Aug 9th, 2004, 7:06 AM
Replies: 12
Views: 273
Posted By Kylixen
On large projects I do. I DO NOT do flow charts...

On large projects I do. I DO NOT do flow charts though.
Forum: PHP Aug 9th, 2004, 7:05 AM
Replies: 10
Views: 424
Posted By Kylixen
Teh Pixelat0r...

Teh Pixelat0r (http://tsargoth.com/kylixen/phpbin/pixelator/pixelator.php)
Teh Pixelat0r Source (http://tsargoth.com/kylixen/phpbin/pixelator/pixelator.phps)

Just for kicks ;)
Forum: C Aug 9th, 2004, 7:03 AM
Replies: 15
Views: 1,470
Posted By Kylixen
Post it in the [code] tags. It's easier to...

Post it in the [code] tags. It's easier to scrutinize on the forum ;)
Forum: C Aug 9th, 2004, 7:02 AM
Replies: 6
Views: 309
Posted By Kylixen
Compile it and pass it a string for arguments...

Compile it and pass it a string for arguments :P

./leet I love candy
Forum: PHP Aug 8th, 2004, 8:28 PM
Replies: 3
Views: 248
Posted By Kylixen
Leet/binary converter...

Leet/binary converter (http://tsargoth.com/kylixen/phpbin/leet.php)
Leet/binary converter source (http://tsargoth.com/kylixen/phpbin/leet.phps)

Just for kicks ;)
Forum: C Aug 8th, 2004, 8:26 PM
Replies: 6
Views: 309
Posted By Kylixen
#include <stdio.h> #include <string.h> int...

#include <stdio.h>
#include <string.h>

int main(int argc, char *argv[]){

char string[80] = "";
char new_string[80] = "";

int counter;
Forum: Coder's Corner Lounge Aug 8th, 2004, 8:04 AM
Replies: 20
Views: 632
Posted By Kylixen
VIM + Inperpreter/compiler Anjuta if I were to...

VIM + Inperpreter/compiler

Anjuta if I were to use an IDE.

In Windows, which I am never in, I would use bloodshed.
Forum: C++ Aug 6th, 2004, 10:30 AM
Replies: 17
Views: 332
Posted By Kylixen
scanf("%s", &variable_that_is_not_a_pointer); I...

scanf("%s", &variable_that_is_not_a_pointer);

I mean, really. Do you want to be responsible for telling someone to use CIN and COUT instead of scanf and printf?? Dont' be scared of pointers, embrace...
Forum: Python Aug 5th, 2004, 4:18 PM
Replies: 8
Views: 453
Posted By Kylixen
Yea, I had something. It's gone now.

Yea, I had something. It's gone now.
Forum: Community Announcements and Feedback Aug 4th, 2004, 9:30 AM
Replies: 67
Views: 1,844
Posted By Kylixen
g++

g++
Forum: Coder's Corner Lounge Aug 3rd, 2004, 10:31 AM
Replies: 53
Views: 949
Posted By Kylixen
Monty Python Braveheart The Last Samurai Dances...

Monty Python
Braveheart
The Last Samurai
Dances with Wolves
Hackers
ANIME(My 1k USD collection :P)
Forum: Python Aug 3rd, 2004, 10:25 AM
Replies: 7
Views: 1,482
Posted By Kylixen
Sorry bout that :D The actual authors are Mark...

Sorry bout that :D The actual authors are Mark Lutz and David Ascher. But I did find the book (Learning Python, the 2nd Edition) to be very helpful. Here's a link to the site...
Forum: Community Announcements and Feedback Aug 3rd, 2004, 10:24 AM
Replies: 67
Views: 1,844
Posted By Kylixen
That's kinda why I was saying "..., then?". It's...

That's kinda why I was saying "..., then?". It's kinda pointless to do an IM, especially with all the others out there. It's as simple as window layout, and then the protocols ...
Forum: Community Announcements and Feedback Aug 2nd, 2004, 10:38 PM
Replies: 67
Views: 1,844
Posted By Kylixen
Why not just mod gaim then ???

Why not just mod gaim then ???
Forum: Python Aug 2nd, 2004, 10:28 PM
Replies: 7
Views: 1,482
Posted By Kylixen
That's a publisher.

That's a publisher.
Forum: Community Announcements and Feedback Aug 2nd, 2004, 11:06 AM
Replies: 67
Views: 1,844
Posted By Kylixen
I think a repository would be a nice idea.

I think a repository would be a nice idea.
Forum: Coder's Corner Lounge Jul 30th, 2004, 10:23 AM
Replies: 37
Views: 541
Posted By Kylixen
Agreed. But in the near future, I think that...

Agreed. But in the near future, I think that we'll see the market start changing to being more open source based.

A recent example is my bank (BB&T). I used to not be able to log in to their...
Forum: C++ Jul 29th, 2004, 9:26 AM
Replies: 9
Views: 312
Posted By Kylixen
It appears he's wanting to write a daemon using...

It appears he's wanting to write a daemon using sockets and threading. He doesn't seem to understand that it isn't going to be kernel specific...
Forum: C++ Jul 28th, 2004, 11:32 PM
Replies: 9
Views: 312
Posted By Kylixen
What does this have to do with 2.6?

What does this have to do with 2.6?
Forum: Coder's Corner Lounge Jul 28th, 2004, 11:29 PM
Replies: 37
Views: 541
Posted By Kylixen
I was talking about using ASP, MFC, VB, etc...

I was talking about using ASP, MFC, VB, etc...
Forum: Coder's Corner Lounge Jul 28th, 2004, 10:15 AM
Replies: 41
Views: 592
Posted By Kylixen
Allow the doHTML tags.

Allow the doHTML tags.
Forum: Coder's Corner Lounge Jul 28th, 2004, 8:49 AM
Replies: 37
Views: 541
Posted By Kylixen
I hate anything that isn't open source. So I...

I hate anything that isn't open source. So I probably won't excel on any popular markets.
Showing results 1 to 40 of 100

 
Forum Jump



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

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