WBlaine

Last active [hidden]

  1. 6 years ago
    Sat Jun 16 15:57:18 2018
    WBlaine posted in Voting.

    Well the server has no role in the captchas on the voting sites. Usually when I vote I don’t have to do them. But I agree they can be a nuisance

  2. Thu Jun 14 21:22:11 2018
    WBlaine posted in Efficient Code Thread.

    The codes I write for work are for mathematical computation and analyzing specific data formats, so those aren't widely applicable and aren't interesting for this thread. So, I'll hop onto the sorter bandwagon and post a small python sorter to throw into the mix:

     
    def efficientSort(sort):
        temp = sort
        l = len(sort)-1
        issorted = False
    
        while not issorted:
            swapped = False
            for i in range(l,0,-1):
                if temp[i] < temp[i-1]:
                    swapped = True
                    hold = temp[i-1]
                    temp[i-1] = temp[i]
                    temp[i] = hold
    
            issorted = not swapped
    
        print sort
  3. Sat Jun 9 01:13:17 2018
    WBlaine posted in Hi Guys, Long time no see!.

    Hi blackfish!

  4. Wed Jun 6 11:29:10 2018
    WBlaine posted in Random No SP/STR Inyashi duel.

    Neato particles

  5. Sun Jun 3 12:00:17 2018
    WBlaine posted in Word Association.

    Innovate

  6. Wed May 23 13:52:45 2018

    Good luck in life!

  7. Wed May 23 13:51:26 2018
    WBlaine posted in NN's Departure.

    Good luck, folks!

  8. Thu May 10 14:21:39 2018
    WBlaine posted in DiggerDigby's Appeal.

    Hi there!

    The honest, genuine appeal is greatly appreciated! However, on this server, we do not pardon any account that was caught cheating. Sorry and best of luck!

    WBlaine

  9. Tue May 8 14:04:16 2018
    WBlaine posted in Word Association.

    Beluga!

  10. Thu May 3 22:15:26 2018
    WBlaine posted in Word Association.

    Cain

View more