Jump to content
Banner by ~ Kyoshi Frost Wolf

Feather Grass

User
  • Posts

    702
  • Joined

  • Last visited

Everything posted by Feather Grass

  1. I adopted it day one also ^^ (Grabbed it at midnight because my contries Microsoft wanted to do a midnight release of the Pre-Release) I just use the search in the start menu.
  2. Make sure you use FrootVPN. Noone will find you then
  3. Or grab it straight from Microsoft and use Windows Loader :3
  4. Just in time. Soon you won't be able to get Windows 7 OEM
  5. According to a microsoft developer there is alot of old programs that check for Windows 95/98 using this code /* * The MIT License * * Copyright © 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Stephen Connolly * Copyright © 2009 Robert Collins * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */package org.jvnet.hudson.plugins.platformlabeler;import net.robertcollins.lsb.Release;import hudson.remoting.Callable;import java.util.HashSet;class PlatformDetailsTask implements Callable<HashSet<String>, Exception> { /** Performs computation and returns the result, or throws some exception. */ public HashSet<String> call() throws Exception { final String arch = System.getProperty("os.arch"); String name = System.getProperty("os.name").toLowerCase(); String version = System.getProperty("os.version"); if (name.equals("solaris") || name.equals("SunOS")) { name = "solaris"; } else if (name.startsWith("windows")) { name = "windows"; if (name.startsWith("windows 9")) { if (version.startsWith("4.0")) { version = "95"; } else if (version.startsWith("4.9")) { version = "me"; } else { assert version.startsWith("4.1"); version = "98"; } } else { if (version.startsWith("4.0")) { version = "nt4"; } else if (version.startsWith("5.0")) { version = "2000"; } else if (version.startsWith("5.1")) { version = "xp"; } else if (version.startsWith("5.2")) { version = "2003"; } } } else if (name.startsWith("linux")) { Release release = new Release(); name = release.distributorId(); version = release.release(); } else if (name.startsWith("mac")) { name = "mac"; } else { // Take the System.properties values verbatim. } HashSet<String> result = new HashSet<String>(); result.add(arch); result.add(name); result.add(version); result.add(arch + "-" + name); result.add(name + "-" + version); result.add(arch + "-" + name + "-" + version); return result; }} and refuse to install the program. Hence they skipped a number so older software using that code can still work,
  6. Agreed, I have my own personal Distro (Based on Debian Lenny) on a separate partition.
  7. I have a pony wallpaper on the school computers and I sometimes read the official books. Everyone in my school knows I am a brony (and get labeled as a clopper like most bronies).
  8. Malwarebytes and Comodo Work with Windows 10. It is a Public Beta Test at the moment. To keep backwards compatiblity with legacy programs.
  9. So I have been running Windows 10 on my Main Machine for a few months now. I am starting to enjoy it quite a bit. Anypony Else using it?
  10. I'm Baaaaaaaaaaaaaaaaaaaaaaaaaaaaacccccccccccck

  11. TFW: Most your steam library doesn't work on Linux

  12. Should I play Earthworm Jim or Castle of Illusion : Starring Mickey Mouse
  13. I wear glasses because I am shortsighted and can't see more than 5m infront of me clearly . I have a cheap, black frame as I always break them. And I have a strict policy of wearing contacts ONLY when I am cosplaying
  14. My friends grandpa went to comic con ( Cosplaying as Mr. Ral from Gundam Build Fighters no less)
  15. I do trampolining in school and I get good "ups". So I might have good lower body strength but upper body... Well I struggle to lift a small CRT TV.
  16. Seeing how alot of bronies also like Anime it may pick up Otaku's instead so it might backfire. Maybe as Banul said
  17. No where near leaving! (though I still hold the Vocaloid and Gundam fanbase slightly closer to my heart)
  18. Uggh School and Song Writing is taking up all my freetime and social life ;_;

  19. Sit on the roof of my house and drop items at the sucker. They'll have no way of getting onto the roof so I'll be fine do to it being an upside down angle . And it was probably bonbon cause I don't give a damn about her
×
×
  • Create New...