Jump to content

Reid

Members
  • Posts

    804
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Reid

  1. its been over a year, i cant remember it
  2. Reid

    Yo

    hello again where all my old fags at?
  3. Generates valid imgur links go nuts import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.net.URISyntaxException; import java.net.URL; /** * Imgur Link Generator * * @author Reid * @date 4/19/2015 * */ public class ImgurLinkGenerator { public static void main(String[] args) throws IOException, URISyntaxException { while(true) { validatePage(); } } private static void validatePage() throws IOException, URISyntaxException { final String genURL = generateURL(); final URL url = new URL(genURL); final BufferedReader file = new BufferedReader(new InputStreamReader(url.openStream())); String line; line = file.readLine(); if (!line.equals("‰PNG")) { System.out.println(genURL); } } private static String generateURL() { final char ch[] = { 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z'}; final String url = "http://i.imgur.com/"; int randChar = 0; String randomGen = ""; for (int i = 0; i < 5; i++) { randChar = (int) (Math.random() * ch.length); randomGen += ch[randChar]; } return url + randomGen + ".png"; } } Some photos may be NSFW http://i.imgur.com/mgtvq.png http://i.imgur.com/cwydp.png http://i.imgur.com/sfami.png http://i.imgur.com/ymufr.png http://i.imgur.com/uowsw.png http://i.imgur.com/ajfvy.png http://i.imgur.com/errui.png http://i.imgur.com/vmrox.png http://i.imgur.com/rncun.png http://i.imgur.com/jpodl.png http://i.imgur.com/kuzme.png http://i.imgur.com/fkhsl.png http://i.imgur.com/pikyp.png http://i.imgur.com/hpifq.png http://i.imgur.com/afllu.png http://i.imgur.com/cywes.png http://i.imgur.com/omqsv.png http://i.imgur.com/wmeiv.png http://i.imgur.com/vlbut.png http://i.imgur.com/zqwft.png http://i.imgur.com/rqsip.png http://i.imgur.com/ioslh.png http://i.imgur.com/jjyst.png http://i.imgur.com/heidv.png http://i.imgur.com/gpfhz.png http://i.imgur.com/dkorl.png http://i.imgur.com/kgwzp.png http://i.imgur.com/hlblf.png http://i.imgur.com/aktax.png http://i.imgur.com/uxyqc.png http://i.imgur.com/xzxen.png http://i.imgur.com/awdfq.png http://i.imgur.com/tydkc.png http://i.imgur.com/iuuhn.png http://i.imgur.com/dfcdx.png http://i.imgur.com/jwccy.png http://i.imgur.com/wyvow.png http://i.imgur.com/xshfh.png http://i.imgur.com/wdnai.png http://i.imgur.com/coxmf.png http://i.imgur.com/pfztl.png http://i.imgur.com/hovjm.png http://i.imgur.com/puzgo.png http://i.imgur.com/eddpc.png http://i.imgur.com/hddox.png http://i.imgur.com/rhcny.png
  4. Reid

    exam week

    I'm sure i'm not the only one who has finals this week. good luck to all and may the odds be ever in your favor!
  5. go on Skype faggot

  6. nothing wrong with a little dope xD
  7. Congratz on OSD!

  8. https://soundcloud.com/newedmforyou/martin-garrix-tiesto-voices-original-mixhigh-quality idk why i cant stop listening to this song! i am by no means a fan of mainstream dance music nor tiesto or garrix i'm into tech house/house but idk this song
  9. Service Needed - ALL F2P Quests (please let me know all the requirements) Your Skype- reidcool Have you added my skype (live:teamtrustaio) - Yes Are you willing to go first- Yes Do you Agree to the TOS - Yes
  10. haven't quested in maybe 7 years, so i have no idea. kek
  11. Give @Maldesto a pm, I'm sure he'll be able to help ya out!
  12. Updated - didn't bot very long today.
  13. Discuss, personally i think it looks sexy as hell! http://googlesystem.blogspot.ca/2015/04/youtube-tests-new-video-player-for.html
  14. Thanks man! Ty, and no sadly my computer can't handle mirror client
×
×
  • Create New...