Utilitybase chatlog - 2006-03-07

Back to overview|Highlight a word

00:25:22   <-- jahc has quit (Read error: Connection reset by peer)
00:29:39   --> jahc (~jahc@jahc.Amigaworld.Net) has joined #amigadev
01:09:37   <-- bones has quit (Quit: This computer has gone to sleep)
01:38:26   <-- jahc has quit (Ping timeout: 180 seconds)
01:38:53   <-- arc has quit (Ping timeout: 180 seconds)
01:39:47   --> arc (~u@38050f2d.2142b218.lv.cox.net) has joined #amigadev
01:44:53   --> Belxjander (~Belxjande@2d8b4caa.19108886.xtra.co.nz) has joined #AmigaDev
02:04:42   <-- Belxjander has quit (Ping timeout: 180 seconds)
02:05:52   --> Belxjander (~Belxjande@2d8b4caa.19108886.xtra.co.nz) has joined #AmigaDev
02:06:12   --> jahc (~jahc@jahc.Amigaworld.Net) has joined #amigadev
02:09:01   <-- Belxjander has quit (Ping timeout: 180 seconds)
02:25:00   --> Belxjander (~Belxjande@2d8b4caa.19108886.xtra.co.nz) has joined #AmigaDev
02:29:24   <-- Belxjander has quit (Ping timeout: 182 seconds)
04:04:53   <-- AMiGR has quit (Quit: 0110101101110111011011000110000101110010011000010110101101101000)
04:23:34 nicomen $ perl -le '@a = (0b01101011,0b01110111,0b01101100,0b01100001,0b01110010,0b01100001,0b01101011,0b01101000); for(@a){printf("%c",$_);} print;'
04:23:37 nicomen kwlarakh
04:27:34 jahc STOP TYIRNG TO HAX0R ME
04:30:48 nicomen OK WILL DO THAT NOW!
07:14:31   --> Rigo_ (~repairs@113ade0c.14012855.blueyonder.co.uk) has joined #amigadev
07:14:35   <-- Rigo has quit (SVSKilled: NickServ (GHOST command used by Rigo_))
07:14:35   -!- Rigo_ is now known as Rigo
07:22:26   --> bones (~darren@1a9e3c85.11de379d.demon.co.uk) has joined #amigadev
07:42:53   <-- jahc has quit (Ping timeout: 180 seconds)
08:33:01   <-- arc has quit (HUB.US.AmigaWorld.Net SE2.AmigaWorld.Net)
08:33:02   <-- zerohero has quit (HUB.US.AmigaWorld.Net SE2.AmigaWorld.Net)
08:33:02   <-- OrginOS4 has quit (HUB.US.AmigaWorld.Net SE2.AmigaWorld.Net)
08:33:35   --> zerohero (~zerohero@Zerohero.Amigaworld.Net) has joined #AmigaDev
08:34:33   --> arc (~u@38050f2d.2142b218.lv.cox.net) has joined #amigadev
11:45:35 zerohero ide_driverpack_51.51.zip in upload queue at os4depot looks interesting :)
11:47:27   <-- zerohero has quit (Quit: Client exiting)
11:49:31   --> zerohero (~zerohero@231e202b.1d2128.tn.glocalnet.net) has joined #AmigaDev
12:39:42   --> Belxjander (~Belxjande@2d8b4caa.19108886.xtra.co.nz) has joined #AmigaDev
12:53:19   <-- Belxjander has quit (Ping timeout: 181 seconds)
13:04:34   --> Belxjander (~Belxjande@2d8b4caa.19108886.xtra.co.nz) has joined #AmigaDev
13:07:46   <-- Belxjander has quit (Ping timeout: 181 seconds)
14:40:09   --> Guest (~Webchat@16b4fba6.2803ef39.b2b.tiscali.it) has joined #amigadev
14:41:55   <-- Guest has quit (Quit: AmigaworldNET Webchat - http://chat.amigaworld.net/webchat.php)
16:25:53   <-- zerohero has quit (Quit: Client exiting)
16:57:16   --> BinoX (~BinoX@2850d5e8.24785cc1.demon.co.uk) has joined #amigadev
16:57:27 BinoX Hello again :D I'm baaaack
17:00:37 BinoX May crash in a sec... heh
17:02:07   <-- BinoX has quit (Read error: Connection reset by peer)
17:28:29   --> zerohero (~zerohero@231e202b.1d2128.tn.glocalnet.net) has joined #AmigaDev
17:28:44 zerohero evening
17:49:29   --> SixK (~SixK@297f4433.2e1bf8a9.fbx.proxad.net) has joined #amigadev
17:49:37 SixK lo
17:50:55   --> BinoX (~BinoX@2850d5e8.24785cc1.demon.co.uk) has joined #amigadev
17:51:03 BinoX Yeah... crashed.. lol
17:51:17 BinoX don't suppose you're around zerohero
17:51:30 BinoX or anyone that can help with socket code for that matter.. heh
17:54:04 zerohero i'm around, but i'm not much help at sockets
17:54:26 zerohero unless it's some small amiga specific problem perhaps?
17:54:36 BinoX Well, if I give you a code snippet, soule you have a quick look over to see if I've done something stupid
17:54:41 BinoX could*
17:55:03 zerohero not really, i don't know sockets that good myself, so sorry :)
17:55:29 BinoX It's something to do with my variable assignments I think..
17:55:37 BinoX For some reason its treating char as int
17:55:39 BinoX I think
17:56:19 zerohero well, i could look at it, can't promise anything tho :)
17:56:29 BinoX http://utilitybase.com/paste/2662
17:56:32 BinoX thanks :)
17:56:44 BinoX The main problem is in the while loop
17:57:12 BinoX even though it prints "<" it never prints "<hello" (like the checking in the while loop)
17:57:58 zerohero you can't compare strings like that
17:58:16 zerohero strcmp(string1, string2);
17:58:22 BinoX oh yeah.. lol
17:58:28 BinoX I'm too used to c# >_<
17:58:32 zerohero :)
17:58:35 BinoX Thanks :)
17:58:36 BinoX lol
17:58:39   -!- * BinoX is dumb
17:58:43 zerohero n00b ;P
17:59:02 zerohero lol
17:59:12 BinoX lol.. back to n00b status... Used to php and c# and stuff these days xD
17:59:20 zerohero hehe
17:59:25 zerohero it's always like that
17:59:59 zerohero i had a friend check my code a while ago, it didn't compile, and i struggled with or an hour or two
18:00:07 zerohero he looked at it for 5 secs
18:00:18 zerohero you've spellt this function wrong ;)
18:00:24 BinoX lol
18:00:32 BinoX Yeah.. I hate it when that happens xD
18:00:50 zerohero so humiliating :)
18:01:07 BinoX so.. the correct syntax should be if (strcmp(buffer,"<")) { stuff(); } ?
18:01:19 zerohero no
18:01:29 zerohero strcpm() returns 0 if they are the same
18:01:34 BinoX heh.. time to dig out the book again
18:01:50 BinoX Haven't done just c for sooo long ;_;
18:03:12   -!- * BinoX slaps self and reads c for dummies
18:03:32 zerohero cprogramming.com :)
18:03:58 zerohero but i think it's mostly c++ nowadays
18:05:15 BinoX Well... I think I need a refresher... can't believe I made a stupid mistake like that >_<
18:07:09 zerohero :)
18:09:06 BinoX Well, now that's sorted, all I have to do is try and sort out how to detect that recv isn;t getting packets any more...
18:29:10 BinoX SUCCESS!
18:29:26 BinoX Socket is now pulling data and stopping and cleaning up :)
18:33:36 BinoX heh.. it was all my fault... just being dumb... sending Connection: Keep-Alive to the server and waiting for it to disconnect... stupid me >_<
18:45:44 BinoX Sent Connection: close instead now
18:46:01 BinoX heh... fogot to add that.. it confused poor old IIS
18:46:06 BinoX forgot*
18:47:43 BinoX hooray for me :D
19:05:41   <-- BinoX has quit (Read error: Connection reset by peer)
19:12:09   <-- zerohero has quit (Read error: Connection reset by peer)
19:21:55   --> BinoX (~BinoX@2850d5e8.24785cc1.demon.co.uk) has joined #amigadev
19:22:00 BinoX Hello again...
19:22:23 BinoX You know what... I may very well have am alpha quality browser ready in about 2 weeks... lol
19:22:27 BinoX an*
19:23:28 BinoX Gunna use amigaworld.net as my test site... the most important site to have working 1st ;)
19:23:55 BinoX Well.. time to get food :D Watch this space for details :D
19:24:01   -!- BinoX is now known as BinoX|Food
19:46:30   --> zerohero (~zerohero@231e202b.1d2128.tn.glocalnet.net) has joined #AmigaDev
21:01:11 BinoX|Food YAY! lol.. 320 pages of debug output printed for amigaworld.net.. hehe... time to work out element creation based on "Door Inspector"
21:01:30 BinoX|Food "Door Inspector" being the check elements and set formatting thing :)
21:01:37   -!- * BinoX|Food goes back to food
21:02:49 BinoX|Food (Debug output of the HTML renderer prototype that is)
21:35:55   --> jahc (~jahc@jahc.Amigaworld.Net) has joined #amigadev
21:48:26   <-- jahc has quit (Read error: Connection reset by peer)
21:48:48 zerohero yay
21:49:05 zerohero i've incorparated flush into a commodity :)
21:49:14 zerohero i can flush via hotkey now
21:50:26 nicomen the toilet?
21:51:54 zerohero yup, via hotkey, it's brilliant
22:44:08 SixK bonne nuit
22:44:46   <-- SixK has quit (Quit: Client exiting)
22:50:08   --> number6 (~user@f4f1334.31b34b44.dialup.citynet.net) has joined #amigadev
23:23:48   --> Varthall (~Varthall@262dee27.2142b218.f4.ngi.it) has joined #amigadev
23:23:55 Varthall hi
23:29:16   <-- number6 has left #amigadev