Search:

Type: Posts; User: chopficaro

Page 1 of 2 1 2

Search: Search took 0.11 seconds.

  1. Replies
    0
    Views
    785

    packet finder

    i need a java library function that searches the stream of tcp packets coming to my computer from a particular ip address, so i can perform regular expressions on the contents of those packets.
  2. Replies
    2
    Views
    1,326

    HttpURLConnection doesnt quite cut it

    i am using HttpURLConnection to grab search results from web pages
    i want to use it on this site
    Twitch
    but the source code returned does not have the title, description etc in the source code...
  3. append to text field declared out of class

    so in my gui class (the main class) i have a text field, which is sort of the debug window
    but i want to write to it from constructors of other classes
    but those constructors are called from the...
  4. Re: scope problem: append to text field declared out of class

    thanks 4 the help
  5. scope problem: append to text field declared out of class

    so in my gui class (the main class) i have a text field, which is sort of the debug window
    but i want to write to it from constructors of other classes
    can i pass the text field as an arguement to...
  6. Replies
    4
    Views
    1,272

    Re: regex new lines and the . character

    yes they found the answer
    sorry about cross posting but i didnt get an answer
    whenever i cross post, i always update all the threads so no one wastes time fixing a problem that has already been...
  7. Replies
    4
    Views
    1,272

    Re: regex new lines and the . character

    ive tried these:
    [.|\\s]*?
    (.|\\s)*?
    .|\\s*?
    none seem to work
  8. Replies
    4
    Views
    1,272

    regex new lines and the . character

    the . character in a regular expression does not match new lines
    how do i match any character, including an unknown number of new lines?
  9. Replies
    5
    Views
    1,577

    Re: advanced regular expression question

    o tyvm!!!!!!!!!!!!!!
  10. Replies
    5
    Views
    1,577

    Re: advanced regular expression question

    i havent done anything yet
    i thought i explained the problem pretty well
  11. Replies
    5
    Views
    1,577

    advanced regular expression question

    im real good with regular expressions in all kinds of languages
    however, theres still one trick i haven't quite touched in java
    when ur looping through with while(matcher.find())
    it finds the same...
  12. Re: HttpURLConnection with POST data URLEncoder.encode not working i think

    OMG ITS WORKING THANK U SO MUCH!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  13. Re: HttpURLConnection with POST data URLEncoder.encode not working i think

    ok well i tried not encoding it with os.write( rawData );
    but it says no such method exists os.write( String );
  14. Re: HttpURLConnection with POST data URLEncoder.encode not working i think

    the server doesnt have curl installed
    yes the php is right because i can access the data with an html form
    encoded data prints as:
    user%3Dchopficaro%26pass%3Domgtkkyb
  15. HttpURLConnection with POST data URLEncoder.encode not working i think

    hi all
    i want to make an HttpURLConnection with POST data
    this code works for the most part, except for the post data part
    i tested it on this page, with this post data, with this command line in...
  16. Re: non static varible from static context error

    i got it
    sorry for the dumb questions lol i just have been doing alot of procedurally oriented programming lately not much object oreinted
    i still dont know how to pass an ampersand as part of a...
  17. Re: non static varible from static context error

    wait nm i got it im dumb i nedded to pass it an empty strin, chich sems kind of wierd
  18. Re: non static varible from static context error

    omfg ur right holy fuck im dumb
    ok but still, its confusing, how i get rid of this error?
    if i make the variable static i cant change it
  19. Re: non static varible from static context error

    because if i put it in main() it would pass to the constructor as local value not reference and would not change, i want test to be changed by the constructor and then go back to main after the...
  20. non static varible from static context error

    in this class i have a constructor and a main() function for testing the constructor
    theres a couple things stopping me from testing it in the command prompt tho
    the post data is a string with an...
  21. Re: BackgroundPanel.java cannot be placed in BorderLayout.NORTH

    the problem has been solved, i needed prefered size not minimym size,
    thank you very much for your efforts
  22. Re: BackgroundPanel.java cannot be placed in BorderLayout.NORTH

    try changing NORTH to CENTER, it works perfectly if u do that. but i need it in NORTH
  23. BackgroundPanel.java cannot be placed in BorderLayout.NORTH

    i am trying to put a picture on the top of my swing GUI that stretches horizontally to fit the width of the window as it resizes

    http://www.camick.com/java/source/BackgroundPanel.java
    this is the...
  24. Replies
    2
    Views
    2,568

    image scaling on window resize

    can i make an image scale to fit the window with BorderLayout.CENTER?
  25. Replies
    6
    Views
    3,242

    Re: login to website as user, no browser

    LOL
    thank your Norm, i just came back to the forum to ask a question about the cookie because that's where i got stuck
    tyvm
Results 1 to 25 of 37
Page 1 of 2 1 2