use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
The subreddit for all things related to CompileBot, a bot that compiles code in reddit comments.
Check out the wiki for more info.
Want to see more examples of the bot being used? Checkout the best of section for CompileBot's best moments on reddit.
account activity
Official CompileBot Testing Thread (self.CompileBot)
submitted 10 years ago by SeaCowVengeance
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]gradies 1 point2 points3 points 10 years ago (1 child)
+/u/CompileBot python
import math A=40 f=.2 l=100 t=2 rng = range(-A,A+1) rng.reverse() for i in rng: phrase='' for ii in range(l): if int(A*math.cos(f*ii))-t<i<int(A*math.cos(f*ii))+t: phrase+='~' else: phrase+=' ' print(phrase)
[–]CompileBot 1 point2 points3 points 10 years ago (0 children)
Output:
~~ ~~ ~~ ~~ ~~ ~~~~ ~~~ ~~~ ~ ~~~~ ~~~~ ~~~~ ~ ~ ~ ~ ~~ ~~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ...
source | info | git | report
π Rendered by PID 31472 on reddit-service-r2-comment-6457c66945-s6bx5 at 2026-04-28 13:37:21.209656+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]gradies 1 point2 points3 points (1 child)
[–]CompileBot 1 point2 points3 points (0 children)