• Welcome to Valhalla Legends Archive.
 
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - nahud

#1
Yoni's Math Forum / Re: So.
March 02, 2007, 12:14 AM
bumping an old thread...

denial, what in the name of ___ did you just ask?
#2
Yoni's Math Forum / some giggles for yoni
December 07, 2006, 11:08 AM
http://www.bbc.co.uk/berkshire/content/articles/2006/12/06/divide_zero_feature.shtml

funny read, can't believe it actually got posted as news on bbc. poor grade school kids
#3
General Discussion / Re: Not sure where to put this
October 22, 2006, 02:33 PM
Cool cool, I think I'm at the last step now.. Check revision failed.. and I got 1.13f hashes... What's left to do?
#4
ARe you sure it's not overheating?

Your computer should not stall at all in warcraft at max settings even, I'm guessing it's your hard drive/CD seeking for some reason ( my guess is based on d2 whenever I quit the game and joined a channel, my comp would just stutter)
#5
General Discussion / Re: Not sure where to put this
October 16, 2006, 10:19 PM
I'm not sure if Xubuntu hates files that start with periods or something, I am sure I extracted the entire archive and that file doesn't not show up in the Terminal unless I do ls -l /blahblah/.slashchatrc

I think the problem is when I run make
main.c: In function 'recvloop':
main.c:441: warning: pointer targets in passing argument 1 of 'parsedata' differ  in signedness
main.c: In function 'parsedata':
main.c:949: warning: pointer targets in passing argument 1 of 'packet' differ in  signedness


which in turn gives this error upon ./slackchat

[21:25:28]  Using default configuration file: /home/nahud/.slackchatrc...
[21:25:28]  Connecting...
[21:25:28]  create_socket->gethostbyname():
[21:25:28]  Error: create_socket()
[21:25:28]  Failed to connect!
[21:25:28]  Disconnected.
[/code
#6
General Discussion / Re: Not sure where to put this
October 15, 2006, 08:14 PM
Seems one step closer to running. I installed

libc6-dev (2.3.6-0ubuntu20)
linux-kernel-headers (2.6.11.2-0ubuntu18) < when I clicked libc6-dev this thing was automatically added
libncurses5-dev (5.5-1ubuntu3)

nahud@nahud-desktop:~/Desktop/slackchat/src$ make
gcc -I./include -Wall -ggdb  -c main.c
main.c: In function 'recvloop':
main.c:441: warning: pointer targets in passing argument 1 of 'parsedata' differ  in signedness
main.c: In function 'parsedata':
main.c:949: warning: pointer targets in passing argument 1 of 'packet' differ in  signedness
gcc -I./include -Wall -ggdb    -c -o include/isock.o include/isock.c
gcc -I./include -Wall -ggdb    -c -o include/conf.o include/conf.c
gcc -I./include -Wall -ggdb    -c -o include/packet.o include/packet.c
gcc -I./include -Wall -ggdb    -c -o include/checkver.o include/checkver.c
gcc -I./include -Wall -ggdb    -c -o include/cdkey.o include/cdkey.c
gcc main.o include/isock.o include/conf.o include/packet.o  include/checkver.o i nclude/cdkey.o -o ../slackchat -lncurses


It's also failed to copy .slackchatrc into /home/nahud/ when I try to run ./slackchat. I'm not sure if the problem below is related to the problem above

[21:13:34]  Using default configuration file: /home/nahud/.slackchatrc...
[21:13:34]  Error opening configuration file.
[21:13:34]  Failed to open configuration file: /home/nahud/.slackchatrc
[21:13:34]  Failed to connect!
[21:13:34]  Disconnected.

edit: Something weird went on and .slashchatrc wouldnt appear in the terminal or file manager, but when I tried to create a file called that it said it already existed and if it wanted to be overwritten. I've worked around that by creating the file with mousepad(some text editor).

nahud@nahud-desktop:~$ ls
Desktop  Examples  workspace
nahud@nahud-desktop:~$ ls -l /home/nahud/.slackchatrc
-rw-r--r-- 1 nahud nahud 0 2006-10-15 21:18 /home/nahud/.slackchatrc

Pretty weird that it doesnt show up anywhere except when I do that ls -l command.

Now the problem is ...

[21:25:28]  Using default configuration file: /home/nahud/.slackchatrc...
[21:25:28]  Connecting...
[21:25:28]  create_socket->gethostbyname():
[21:25:28]  Error: create_socket()
[21:25:28]  Failed to connect!
[21:25:28]  Disconnected.
#7
Java Programming / Re: I got some beginner trouble
October 15, 2006, 03:24 PM
A little off topic but... how come schools teach Scanner class before that "console input way" (Not sure what it's really called). Is it for simplicity? I'm currently taking Introduction to Programming in Java and I do find that Scanner class makes things a lot easier/shorter than the other way. Maybe it's because I'm in the intro class... my teacher hasn't explained what

public static void main(String[] args)

line means :(
#8
/WHOAMI -- Introductions / Re: el magnifico
October 15, 2006, 03:10 PM
hi shadow :> and disease.. pfft! :p
#9
General Discussion / Re: Not sure where to put this
October 15, 2006, 01:59 PM
to Explicit: that is part of the error. the full thing is here http://pastebin.ca/204192

I know I'm missing some files but where do I get them. Is it in some package?

I'm using Xubuntu 6.06 with Sun Java(TM) Development Kit (JDK) 5.0 (That's what I installed from Synaptic)

to Yegg: I have so little knowledge in programming, let alone bnet programming :< I have no clue where to start 'modifying'
#10
/WHOAMI -- Introductions / Re: nahud
October 15, 2006, 01:09 PM
I spent half my bday on the comp :\ I'm allergic to alcohol (lungs close up when I take a sip of anything) so partying is out. Smoking on campus is out :s and I have a midterm tomorrow \o. Good weekend
#11
General Discussion / Re: Not sure where to put this
October 15, 2006, 12:00 AM
http://www.javaop.com/~tmp/index.htm for hero

and JavaOp ... I dunno if my java doesn't like swing or something. Spacings were out of order and I couldn't fill in items or scroll properly :(

trying slackchat and hoping that it works and that the terminal look is hot \o/

edit: can't get slackchat working either... I get this problem

"nahud@nahud-desktop:~/Desktop$ cd ./slackchat/src && make
bash: make: command not found"

The readme told me to install it like this so ... :\

edit: some weird error I won't even attempt to understand

nahud@nahud-desktop:~/Desktop/slackchat/src$ make
gcc -I./include -Wall -ggdb  -c main.c
main.c:9:20: error: curses.h: No such file or directory
main.c:10:19: error: ctype.h: No such file or directory
main.c:11:19: error: stdio.h: No such file or directory
main.c:12:23: error: sys/types.h: No such file or directory
main.c:13:22: error: sys/time.h: No such file or directory
main.c:14:24: error: sys/socket.h: No such file or directory
main.c:15:24: error: netinet/in.h: No such file or directory
main.c:16:20: error: string.h: No such file or directory
main.c:17:19: error: errno.h: No such file or directory
main.c:18:20: error: stdlib.h: No such file or directory
main.c:19:20: error: unistd.h: No such file or directory
main.c:20:20: error: getopt.h: No such file or directory
main.c:21:18: error: time.h: No such file or directory
main.c:22:17: error: pwd.h: No such file or directory
main.c:23:20: error: dirent.h: No such file or directory

#12
General Discussion / Re: Not sure where to put this
October 14, 2006, 07:52 PM
Hmm, I thought zDS was out of date... or does it connect to bnet still if you have the correct hashes.

edit: Thanks for the links above.
#13
/WHOAMI -- Introductions / nahud
October 14, 2006, 06:39 PM
Hi there everyone :>

Name: Robert
Age: turned 19 today :>
Sex: Male, and yes plz :<
School: Waterloo University first year honours math (I wish to be as smart as yoni :D)

Random stuff I suppose

Race: Chinese
Food: Chinese
Preference of women: White chicks O_O
Music: A lot of different stuff... however no reggaeton, country, pop
Bnet: -][$- // 360(old old old one when NaiL was around) // clan azn
Candy: sour skittles mmm. My fps nick is skittles too o_O
Games: Wolfenstein:ET, Heroes of Might and Magic V



oh and hi disease :) you forgot about i$^ :>
#14
General Discussion / Not sure where to put this
October 14, 2006, 06:30 PM
I just installed xubuntu 6.06 (my first distro ever) and I'm planning on working more in that than Windows XP, just to learn something new. So far for communications programs, I've got xchat-gnome(I believe), GAIM for instant messages and now I'm looking for a bnet bot that works. Anyone know any plus instructions on how to install because I'm totally nub at linux :x