Jump to content

BuntzenB

Member
  • Posts

    689
  • Joined

  • Last visited

Awards

This user doesn't have any awards

About BuntzenB

  • Birthday August 30

Contact Methods

  • Steam
    BuntzenB

Profile Information

  • Gender
    Male
  • Location
    'Murica
  • Interests
    Music (Guitar, Piano, Sax), Computers (no duh), Reading(Mainly fantasy/scifi), Magic, You(O0o)
  • Biography
    I'm a fun teenager that likes to spend his time hanging out with friends and reading. Hmu ;) lol
  • Occupation
    Student/Magician

Recent Profile Visitors

2,143 profile views
  1. Basically what this guy^ said. You need to iterate through the array you wish to print and print them out individually. Currently you are printing the toString method of every java object https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html#toString() which is the name and hashcode in memory.
  2. You're the bomb-diggity. Thanks!!
  3. I wish. Still no action here. I've settled on downloading them from SoundCloud and putting them on my ftp site. Still annoying though
  4. https://stackoverflow.com/questions/5458048/how-to-make-a-python-script-standalone-executable-to-run-without-any-dependency
  5. Yeah that's what I was asking for. You need proof of ownership though.
  6. I would list a lot of things before JS For example: Ruby, sh, Python, LUA, PHP.... what makes you so sure that it is the best scripting language? Assertations need to be backed up - questions don't.
  7. Ah - finally we don't have to argue although tbh neither is english
  8. Thanks, this graphic is really helpful. Is the android kernel just a regular Linux one?
  9. Thanks for the answer - fundamentally I knew about the JVM but not to that detail - so thanks alot. also If I recall there was an attempted JavaOS but it failed... Also I think the GNU Java compiler can compile to machine code, which in my mind seems to undermine the entire idea of Java.... thanks
  10. Well I may not be so well versed in programming, but I can handle english. First - the definition of a compound adjective: "A compound adjective is a single adjective made up of more than one word (e.g., two-seater aircraft, free-range eggs). The words in a compound adjective are often linked together with a hyphen (or hyphens) to show they are part of the same adjective." The word coder, as I used it here, refers to "a person who designs and writes and tests computer programs. computer programmer, programmer, software engineer." Lastly, the word base is "a group of people regarded as supporting an organization." So the term coder-base most likely means the large part of the group of programmers. This source indicates that the popularity of Java is 24 percent in comparison to other languages, ahead by almost double of the runner-up (that's another compound adjective). And while not a perfect metric, I'll take it. BTW single quotes are used for nested quotes and headlines. It's called a joke. You need to be picked up by Java's garbage collector. (that's another joke, for the record. (actually the joke marker would be another joke also - so would that )) I really didn't mean to spark controversy and I'm sorry if I did. I'll back off now and let the "pro's" handle it. I still personally enjoy Java (and java, for that matter).
  11. Yeah you are probably both correct.... Could have been a little more brutal to be honest - you went fairly soft on me. I recall someone telling me that java code couldn't be an OS because of the way that memory is handles. After some rudimentary research which I should have done before pontificating - it seems as though it is since Java compiles into bytecode and not machine code and therefore it needs to run in a VM which needs to run in an OS. Is this correct? Sry.
  12. c# bothers me - it feels like it just doesnt know what it wants to be. Also it makes sense that those are the languages focused on. Java handles the memory much better than C and C++.... i think you're mistaken. C and C++ are preferred in OSs specifically because they don't have to access RAM and therefore are much much faster in comparison to Java. Otherwise i agree. And to say that there's no sane reason to prefer it seems very fanboy-ish and newby. The entire coder-base disagrees with you.
  13. Don't be sorry! So you are going to have to call your ISP (internet service provider) for that (verizon, optimum etc). You don't need one if you decide to do DDNS (noip.com) but if you want blablabla.com then you do. To explain what a static IP does, you can check your external IP now by typing something along the lines of "what's my IP" into google. That is your external IP and is how people from other parts of the interwebz know where your computer is among the vastness of the internet - without a static external IP this IP that google told you can change anytime. Therefore when people type in the old one (or type in blablabla.com which points to the old one) it no longer refers to your internet and it wont work. So you need to pay extra to get your ISP to keep your external IP the same. Here are links explaining: http://www.makeuseof.com/tag/static-ip-address-advantages-disadvantages/ and http://nel-techlabs.host4kb.com/article/AA-00387/0/What-exactly-is-an-External-Static-IP-Address.html If you get a static external then you also are going to have to config it in your router - fairly easy process.
×