@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3



Comments:

<0> Hello
<0> Someone know an java applet what show my mac adress on a web browser?
<1> kjasdkjaskdj: what does that task have to do with applets?
<0> Clackwell
<0> i want to make a web page protection
<1> kjasdkjaskdj: so you cannot get to a specific page if you don't have the proper MAC address?
<0> something like this
<0> need to get mac address of client then to restrict access another time when he try to post an message
<0> this i want
<0> because he could change IP
<0> he could change with proxy .. he could remove cookie.. SESSIONS..
<1> kjasdkjaskdj: he can change the MAC too. it's a question of effort.
<0> and i think about an MAC address.. that he don`t think about that, sure that he could change it but he doesn`t have to know that is abotu mac
<0> :)
<0> ..
<1> and any client-side checking can be gotten around too, it's just a question of how stupid the security is implemented.



<0> yes Clackwell as i sayd.. but noone will know that..
<0> could you tell me how to get mac address please?
<1> no
<0> ..
<1> kjasdkjaskdj: http://bugs.sun.com/bugdatabase/view_bug.do;jsessionid=c769fcc1579be5ffffffffc0f0acd970c56e6:YfiG?bug_id=4691932
<1> kjasdkjaskdj: how i got there: http://www.google.com/search?complete=1&hl=en&lr=&q=get+mac+addresses+java&btnG=Search
<2> hello! I'm wondering if anyone has a layout manager suggestion. I want a panel with two JTables, one in the top and one in the bottom that are equal in size, and a single line of text between them.
<3> i have googled for some hours now, but i cant find some tips... i have a ArrayList with rows from a oracle database. The ArrayList contains id, name, description, price. I use Iterator.next() to get the data out. I'm using this in a Serlvet. I have created a html-table with a add-button in the last cell in each row. I cant figure out how to get out data from the table-cells
<4> hello, i just need to know which compiler i need to write java codes
<4> ?
<4> they told me javac, but as it seems, it is somehow primitive
<5> hello all
<4> is there any anther software?
<5> any one speack french ?
<6> maybe you are the primitive one
<4> tmbg pls respect me
<6> no thanks
<4> i am not asking to get such answer
<4> shutup!
<4> then!
<4> go!
<4> god!
<7> what is the difference between: "int a[]; a = new int[3];" and "int[] a = new int[3];" ?
<7> semantically
<7> or... is there a difference between a[] and []a ?
<8> :)
<8> Aphex_Twin: the same
<7> the [] mean that the type is a refference, right?
<8> that's an array
<8> int[] a; or int a[]; the same thing
<9> sweet
<9> just started using Netbeans GUI builder
<9> is Eclipse better?
<10> Anyone got a bit of experience with the internals of JVMs or JVMPI / JVMTI?
<11> I have a weird problem; when I set a value to some object variable through a method and try getting it back, the value is not the same. What could be the problem?
<9> it is a different variable you are setting the value to?
<9> global/local
<11> no, there's no coding error precisely..im just wondering since im playing with many objects, setting values and removing values, could there be misallocation through memory or something ?
<9> print out the value of the variable at several points to see when ti changes
<9> probably referenced it some place without even knowing it
<9> ok.. limewire is java
<9> how do theymake it look so nie
<12> they have people clued in GUI development?
<9> must be
<9> cause it is looks pretty kick ***
<9> and it runs very much like an executable
<13> anyone interested to comment on the console output of my application ?
<13> http://pastebin.com/584451
<13> any comments welcome ty..
<9> anyone know any other popular applications that are written in java?
<13> azureus
<13> and now it does a perfect data management..
<9> yeah... forgot about that one
<9> it looks good as well
<13> of course the next best one will be mine
<13> when finished
<13> :)
<9> what are you making?
<13> multi agent theorem proving
<13> multi agent platforms generally
<13> globally comunicative



<9> what sort of theorem?
<13> dnf clauses
<9> no idea what that is
<13> disjunctional normal form
<9> I'm just working on a chess program for person to person play
<13> me OR NOT me OR NOT f(X)
<13> etc
<13> through inet?
<9> yeah.. via IP
<13> aha
<13> cool
<13> wud u be interested in using agents for communication?
<13> they are multiplatform, they can run anywhere, and i mean anywhere
<13> from j2me to j2ee
<9> what is that?
<13> globaly communicating agents to p*** the messages of your chess
<13> :/
<13> ValKilmerMob > http://pastebin.com/584509 to get a rough idea...
<14> hey can any of you help me getting user defined cl***es to work :S
<15> anyone feel like running over using javax.swing.JList + ListModel - i want to be p***ing in an array / vector of Strings to JList; my list items, and create a new ListModel full of the objects I'm wanting to manipulate?
<15> hmm
<16> Hiya guys :-)
<14> would any of you guys be able to help me with a problem relating to user-defined cl***es
<15> don't ask to ask just ask?
<14> lol
<14> http://pastebin.com/584766
<14> 2 seperate files
<14> one main
<14> one cl***
<14> cant get the main one to work :@
<16> uhm
<16> who taught you to use variables like that?
<14> lol its straight out of the text book
<16> err no its not
<14> which is why its so confusing :\ it should work straight off and it doesnt
<16> who taught you to do that?
<14> quite literally "Walta Savitch: Absolute Java"
<16> throw the book out of the window and never use it again
<14> for programing principles 1A at RMIT uni in the city
<14> lol
<16> because thats crap code
<14> well nevertheless it doesnt work
<16> see.. crap code
<14> lol
<16> k^Infinite: APIDOCS = The API documentation for the Java standard libraries are available for download at http://java.sun.com/docs/ and for online reading at http://java.sun.com/j2se/1.5.0/docs/api/index.html
<14> ok aside from the crapiness of the code
<16> k^Infinite: http://javafaq.mine.nu/lookup?9
<16> k^Infinite: Do the tutorial and not just read it -> http://TheJavaTutorial.com/
<16> k^Infinite: The Really Big Index -> http://java.sun.com/docs/books/tutorial/reallybigindex.html
<16> save those urls.. they are GOOD
<14> ok i will
<16> DO the java tutorial.. and not just read it.. but do EVERYTHING
<16> then you will learn good
<14> well im in 1st year computer science atm
<14> lol
<14> hmm might be worth it
<16> yeah your teachers **** too I bet
<16> and you are the only good programmer there?
<14> well i have only been doing it 1 week
<14> lol uni started on the 27th
<16> next time.. go ask your teacher
<16> thats what they get paid for.. not us
<14> lol
<14> :(
<14> i was hoping someone could help :'(
<14> thats why i asked
<16> yeah..
<16> your help is the urls
<15> no harm in it: but you are going to find a lot more help in going for something super specific
<15> and if you don't know something you should before asking a question, people like Thunder^ will give you urls and send you back to learning
<16> In this order: GOOGLE GOOGLE GOOGLE and then some more GOOGLE.. Ask teacher and he will probably tell you to GOOGLE, GOOGLE and then GOOGLE some more..
<14> lol


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #java
or
Go to some related logs:

#linuxhelp
cvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
#skype
unresolved token (0A000014) _CxxThrowException
#linux
how to cook Macinaw fish
Implimentation of voice reconition
#gentoo
php remote_address 4
#linux



Home  |  disclaimer  |  contact  |  submit quotes