Search results for: “java”

  • Live TV Tuners, Twitch, Plex, and screwing over even more Subscription Services

    Live TV Tuners, Twitch, Plex, and screwing over even more Subscription Services

    I have a lifetime subscription to Plex. I’ve had it for at least eight years. It’s cool! It lets me watch IPTV (built-in) and even has the option to connect to digital tuner+antenna combos on my network. I mean, I saw this “HDHomeRun” device I could buy on Amazon a couple of years ago and…

  • Minecraft – Upgrading to a 1.16 Server

    Yeah, it’s a big deal with the nether update. Lots of gold farms, lots of new areas, and people are excited to see everything. However, care must be taken when upgrading to Minecraft 1.16. Lots of posts and videos have been made on how to upgrade a singleplayer world, but even more care must be…

  • Minecraft

    History It’s interesting that I purchased my old Alienware M14x R2 just to play Minecraft. Years ago, a friend I knew on Achaea said that they really enjoyed Minecraft, and that I should try it out. Well, I totally did, and totally regretted it. That’s because at that time, all I had was my Dell…

  • Ruby on Rails for Windows

    It was only recently that I FINALLY figured out just what Ruby on Rails is. From most of the posts I saw all I could make of it was “it’s the thing that runs Twitter.” Okay..so what’s it DO? Well as it turns out, from what I can make of it, Rails is a new…

  • Garfield!!

    A long time ago, I discovered that Jim Davis, the author of Garfield comics, syndicates his stuff with uComics. An interesting, and probably well-known, fact is that uComics actually stores the images from a particular cartoon in a fairly friendly directory structure! At least, they do with Garfield comics. So I was able to do some back-door hacks…

  • Textpad Document Classes

    Textpad is my preferred text editor. It is super-simple, but has a few advanced features that really make writing source code for various things so much nicer. Besides that it has coloring for various document classes. Document classes are basically groups file extensions whose properties can be changed for each group. Example: you can completely…

  • Brinkster

    Alright yew people.  I’ve decided that my website is getting really boring.  You can see how boring here. The story writer is not being hit at all, hardly (probably because of the password protection).  If anyone has any ideas on what to add to it, shoot me (the webmaster) an email on http://ppsstudios.brinkster.net/sendMail.asp. I check it about once…

  • jFrame

    A JFrame is a little more than just a regular java app. You must extend and import a bunch of graphics classes included with JDK. To do this you need the following:

  • Programming

    So I got a JFrame app the other day for a plugin on a program. I found out how to change variable values in a text file without a recompile of the java class. Here it is (I did not include the preliminary java declarations/import classes, but they must also be included as usual). The…