Last active [hidden]
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
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
Good luck in life!
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