mersenneforum.org  

Go Back   mersenneforum.org > Other Stuff > Forum Feedback

Reply
 
Thread Tools
Old 2015-09-29, 20:15   #56
davar55
 
davar55's Avatar
 
May 2004
New York City

2·29·73 Posts
Default

Quote:
Originally Posted by LaurV View Post
Hehe you had me here, I googled for it ...
No need to be embarassed. Google can find anything ...
davar55 is offline   Reply With Quote
Old 2015-09-30, 02:05   #57
LaurV
Romulan Interpreter
 
LaurV's Avatar
 
Jun 2011
Thailand

22·33·89 Posts
Default

Quote:
Originally Posted by davar55 View Post
No need to be embarassed. Google can find anything ...
Well, actually I took it very seriously, expecting to find some interesting and unknown encryption algorithm, I didn't realize it was a joke till I hit rot78.com search results, haha. That is why I said he had me.
LaurV is offline   Reply With Quote
Old 2015-12-22, 21:08   #58
davar55
 
davar55's Avatar
 
May 2004
New York City

2·29·73 Posts
Default

OK it being three months later...

I unabashedly ask for a post count update, just out of curiosity.

Just the top 100 contributors by post count (or threads started).

Easily readable, if that's ok?
davar55 is offline   Reply With Quote
Old 2015-12-22, 21:33   #59
Brian-E
 
Brian-E's Avatar
 
"Brian"
Jul 2007
The Netherlands

7·467 Posts
Default

Yes, the latest round of spam hasn't gone unnoticed.
Brian-E is offline   Reply With Quote
Old 2015-12-22, 23:06   #60
Xyzzy
 
Xyzzy's Avatar
 
"Mike"
Aug 2002

25·257 Posts
Default

Quote:
Originally Posted by davar55 View Post
Easily readable, if that's ok?
Attached Files
File Type: txt posts.txt (29.2 KB, 395 views)
Xyzzy is offline   Reply With Quote
Old 2015-12-23, 00:47   #61
Mark Rose
 
Mark Rose's Avatar
 
"/X\(‘-‘)/X\"
Jan 2013

B7416 Posts
Default

Code:
sed s/\;/\\n/g posts.txt|rev|while IFS=, read n c;do echo $c $(echo $n|tr '[a-zA-Z]' '[e-za-dE-ZA-D]');done|sort -h
;)

Last fiddled with by Mark Rose on 2015-12-23 at 00:53 Reason: Replaced with a faster version
Mark Rose is offline   Reply With Quote
Old 2015-12-23, 01:29   #62
kladner
 
kladner's Avatar
 
"Kieren"
Jul 2011
In My Own Galaxy!

236568 Posts
Default

Quote:
Originally Posted by Xyzzy View Post
kladner is offline   Reply With Quote
Old 2015-12-23, 03:39   #63
Xyzzy
 
Xyzzy's Avatar
 
"Mike"
Aug 2002

25×257 Posts
Default

Quote:
Originally Posted by Mark Rose View Post
Code:
sed s/\;/\\n/g posts.txt|rev|while IFS=, read n c;do echo $c $(echo $n|tr '[a-zA-Z]' '[e-za-dE-ZA-D]');done|sort -h
Code:
tr ';' '\n'<posts.txt|rev|caesar 4|awk '{FS=",";print$2" "$1}'|sort -h


apt-get install bsdgames
Xyzzy is offline   Reply With Quote
Old 2015-12-23, 15:35   #64
Mark Rose
 
Mark Rose's Avatar
 
"/X\(‘-‘)/X\"
Jan 2013

22×733 Posts
Default

Quote:
Originally Posted by Xyzzy View Post
Code:
tr ';' '\n'<posts.txt|rev|caesar 4|awk '{FS=",";print$2" "$1}'|sort -h
Neat. I wasn't aware of the ceasar command. If our objective is just to sort, we can do it even simpler, actually:

Code:
tr \; \\n<posts.txt|rev|caesar 4|sort -hk2 -t,
Mark Rose is offline   Reply With Quote
Old 2015-12-23, 15:49   #65
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

260316 Posts
Default

Quote:
Originally Posted by Mark Rose View Post
Code:
tr \; \\n<posts.txt|rev|caesar 4|sort -hk2 -t,
Aside from cool text transformation, why do we care about post counts?

How about signal to noise?
chalsall is offline   Reply With Quote
Old 2015-12-27, 06:17   #66
davar55
 
davar55's Avatar
 
May 2004
New York City

2·29·73 Posts
Default

Quote:
Originally Posted by chalsall View Post
...
How about signal to noise?
I thought I'd get something I could read.
This encoding is too tough for me.
Would you please try again? It was my request.
davar55 is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Why different shift counts are important Madpoo Data 6 2015-10-11 03:55
I don't understand these relation counts fivemack Msieve 4 2012-10-29 11:26
Dedidicated rig; What counts in Prime Crunching? kaffikanne Hardware 10 2009-12-12 23:46
Curve Counts Prime95 Factoring 23 2005-03-22 16:43
Case of the disappearing post counts... PrimeCruncher Lounge 7 2004-10-31 22:07

All times are UTC. The time now is 13:37.


Sat Jul 17 13:37:14 UTC 2021 up 50 days, 11:24, 1 user, load averages: 1.80, 1.65, 1.60

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.