Default Avatar

deonejuan

deonejuan

About

Username
deonejuan
Joined
Visits
0
Last Active
Roles
Member

Comments

  • A forum is going to take a database-driven solution. WordPress is a template solution you could look at.
  • A forum is going to take a database-driven solution. WordPress is a template solution you could look at.
  • (!$logged_in) if that is a PHP variable, not sure that works. PHP was meant to generate html and it would takes some study to see how to pass PHP as an arg to javascript. Javascript works as DOM, provided you give an element an id tag and the …
  • I would use ANSI C, a Win box to discover signals in memory and code the whole thing on a Linux box.
  • If you want to use Scanner, that takes FileReader. Scanner won't know what to do with a File. See link to an example below. You should note that you can only have one Scanner open at a time. Note also that you can only have one stream open at a t…
  • We have an old XP box just to check for malware. That stupid machine takes 25 minutes to boot into desktop with all the virus protection scanning going on. If you program, you reboot and unplug your computer sometimes. I estimate I've saved $20,0…
  • We have an old XP box just to check for malware. That stupid machine takes 25 minutes to boot into desktop with all the virus protection scanning going on. If you program, you reboot and unplug your computer sometimes. I estimate I've saved $20,0…
  • Oh, I love perl, unfortunately it has been too long. The usual way was to make the first script save the hashtable as a file, then the 2nd script went through taking out frequencies of 3, see if we have a list of 10, then take out frequencies of 4, …
  • Oh, I love perl, unfortunately it has been too long. The usual way was to make the first script save the hashtable as a file, then the 2nd script went through taking out frequencies of 3, see if we have a list of 10, then take out frequencies of 4, …
  • Oh, I love perl, unfortunately it has been too long. The usual way was to make the first script save the hashtable as a file, then the 2nd script went through taking out frequencies of 3, see if we have a list of 10, then take out frequencies of 4, …
  • Oh, I love perl, unfortunately it has been too long. The usual way was to make the first script save the hashtable as a file, then the 2nd script went through taking out frequencies of 3, see if we have a list of 10, then take out frequencies of 4, …
  • Oh, I love perl, unfortunately it has been too long. The usual way was to make the first script save the hashtable as a file, then the 2nd script went through taking out frequencies of 3, see if we have a list of 10, then take out frequencies of 4, …
  • You will have to use JDialog instead of JOptionPane.showXxxxDialog(). IIWY, I would first do this in a JFrame. JFrame is a BorderLayout that contains a JPanel at BorderLayout.SOUTH with two JButtons. the JButtons reside on their own JPanel that you …
  • You will have to use JDialog instead of JOptionPane.showXxxxDialog(). IIWY, I would first do this in a JFrame. JFrame is a BorderLayout that contains a JPanel at BorderLayout.SOUTH with two JButtons. the JButtons reside on their own JPanel that you …
  • You will have to use JDialog instead of JOptionPane.showXxxxDialog(). IIWY, I would first do this in a JFrame. JFrame is a BorderLayout that contains a JPanel at BorderLayout.SOUTH with two JButtons. the JButtons reside on their own JPanel that you …
  • Oh, I love perl, unfortunately it has been too long. The usual way was to make the first script save the hashtable as a file, then the 2nd script went through taking out frequencies of 3, see if we have a list of 10, then take out frequencies of 4, …
  • We have an old XP box just to check for malware. That stupid machine takes 25 minutes to boot into desktop with all the virus protection scanning going on. If you program, you reboot and unplug your computer sometimes. I estimate I've saved $20,0…
  • We have an old XP box just to check for malware. That stupid machine takes 25 minutes to boot into desktop with all the virus protection scanning going on. If you program, you reboot and unplug your computer sometimes. I estimate I've saved $20,0…
  • We have an old XP box just to check for malware. That stupid machine takes 25 minutes to boot into desktop with all the virus protection scanning going on. If you program, you reboot and unplug your computer sometimes. I estimate I've saved $20,0…
  • We have an old XP box just to check for malware. That stupid machine takes 25 minutes to boot into desktop with all the virus protection scanning going on. If you program, you reboot and unplug your computer sometimes. I estimate I've saved $20,0…
  • If you want to use Scanner, that takes FileReader. Scanner won't know what to do with a File. See link to an example below. You should note that you can only have one Scanner open at a time. Note also that you can only have one stream open at a t…
  • If you want to use Scanner, that takes FileReader. Scanner won't know what to do with a File. See link to an example below. You should note that you can only have one Scanner open at a time. Note also that you can only have one stream open at a t…
  • If you want to use Scanner, that takes FileReader. Scanner won't know what to do with a File. See link to an example below. You should note that you can only have one Scanner open at a time. Note also that you can only have one stream open at a t…
  • If you want to use Scanner, that takes FileReader. Scanner won't know what to do with a File. See link to an example below. You should note that you can only have one Scanner open at a time. Note also that you can only have one stream open at a t…
  • If you want to use Scanner, that takes FileReader. Scanner won't know what to do with a File. See link to an example below. You should note that you can only have one Scanner open at a time. Note also that you can only have one stream open at a t…
  • If you want to use Scanner, that takes FileReader. Scanner won't know what to do with a File. See link to an example below. You should note that you can only have one Scanner open at a time. Note also that you can only have one stream open at a t…
  • If you want to use Scanner, that takes FileReader. Scanner won't know what to do with a File. See link to an example below. You should note that you can only have one Scanner open at a time. Note also that you can only have one stream open at a t…
  • If you want to use Scanner, that takes FileReader. Scanner won't know what to do with a File. See link to an example below. You should note that you can only have one Scanner open at a time. Note also that you can only have one stream open at a t…
  • I would use ANSI C, a Win box to discover signals in memory and code the whole thing on a Linux box.