The rotational 13 cipher (ROT13) is a keyless shifting cipher.
It takes series of letters and shifts them forward or back by a certain number.
Rot13 i...
I think I'm pretty much doing pi approximations in every language now, so, here it is in Go!
Here are the other approximations so far:
Swift - https:...
Hi everyone! I decided to learn Go, and I'm learning off of these tutorials: https://www.youtube.com/playlist?list=PLzMcBGfZo4-mtY_SE3HuzQJzuj4VlUG0q,...
# Keystroke logger
It's what it sounds like. A keystroke logger that logs your every key press. Install as a userscript using [tampermonkey](https://c...
#WEEKLY 20, Unique Instances inside the Times Table
# Weekly 20, done in golang
Input two numbers, (SEPERATED BY A SPACE OTHERWISE SPRINTF WILL BREAK)
for example, `3 4`.
Then it'll display the table.
`...
Concurrency: Fan out using goroutines and channels
One way to fan out work in a single process.
This program:
- reads your input from stdin
- sends input to a channel
- goroutine sends that input to 3...
##Check out my 2 weeks of hard dedication and 600 lines of backend code here PROUDLY MADE IN GOLANG:
[firstmajorprojectwithgo](https://firstmajorproj...
You can use it with `/connect sp.ironblockhd.repl.co/ws`. You might need to try it more than once because the server has to start. After you've connec...
Hey!
I noticed that the language icon colors were all a shade of gray on the feed (repl.it/~) in places like:

If you uncomment line 32, you can see the puzzle b...
This is my first game written in Go!
Hope you enjoy!
*yes, it's a bit simpler than what I would usually post, but a journey of a million miles begins...
I just wanted to see what highscore people could get in this game. Since this is MIT Licensed, and I thought this was a really cool game, I wanted to...
# Tweeting With Go
This program allows you to add a tweet, find all the tweets with a particular hashtag.
*Note: All the tweets will be stored in th...