Projects tagged with go

RazChess

I’ve had a sudden spark of interest in chess as of late 2022 and decided to build my own web chess app with focus on simplicity and ease of use. Also I didn’t want to waste time convincing friends to register to [insert your favorite chess platform here]. With RazChess you just visit the website, copy the link of the session and pass it to the person you want to play with.

As weeks passed I kept adding new features like chess puzzles (mate in two steps), Fischer random (chess960) game, included chess openings encyclopedia, custom games and the ability to download your matches as GIFs. There is also Redis support to restore active games after a restart.

Try it here:
chess.gorzsony.com

Source code:
github.com/razzie/razchess

Year: 2022 - 2023
Tags: go web game

beepboop

A lightweight webapp framework that powers razbox and this website. Most of the original code was taken from razlink, but it has heavily evolved since.

Source code:
github.com/razzie/beepboop

Year: 2020 - 2022
Tags: go web

razvhost

Virtual hosting/reverse proxy with TLS termination and automatic certificate management. It supports proxying, file/directory serving and redirection using a simple config format.

Source code:
github.com/razzie/razvhost

Year: 2020 - 2022
Tags: go web

Telegram PizzaBot

Do you love pizza so much that you keep talking about it in your Telegram group chat? Now you can include this bot and with the right permissions it will respond with a pizza sticker or interesting pizza fact to any mentions of pizza.

Try it here:
t.me/razpizzabot

Source code:
github.com/razzie/pizzabot

Year: 2021
Tags: go bot pizza lib

razbox

Like Dropbox, but different - powered by beepboop

Try it here:
razbox.gorzsony.com

Source code:
github.com/razzie/razbox

Year: 2020 - 2021
Tags: go web

Riddle Solver

Riddle Solver is a terminal app designed to solve Einstein’s 5 house riddle (also called zebra puzzles in general). I think I came across this kind of riddle playing Dishonored2 first as a third option to get inside a locked place. It was written by a fictional genius game character named Kirin Jindosh and it’s clearly based on Einstein’s five house riddle. It took me (sadly) at least 30 minutes to solve on paper, but it earned me an achievement. Fast forward 3 years, I had the random idea of implementing this riddle solver, which seemed like a simple way to sharpen my Golang skills. I was wrong. Coming up with the UI design and the solver algorithm caused me quite a few sleepness nights, but I’m really proud of the result.

Riddles:
The Jindosh Riddle

Download:
riddle-solver-gui.exe
riddle-solver-tui.exe

Source code:
github.com/razzie/riddle-solver

Year: 2019 - 2021
Tags: go app

geoip-server

A web service that serves IP address geolocations in JSON format. Instead of relying on a local database it collects data from a (configurable) series of 3rd party providers, converting the results to a commom format. It supports provider fallbacks and caching.

Try it here:
geoip.gorzsony.com

Source code:
github.com/razzie/geoip-server

Year: 2020
Tags: go web

mediaserver

A web service that fetches thumbnails with title from URLs. Originally planned to use it in a chat service to prevent the tracking of users by letting them download
images directly.

Try it here:
mediaserver.gorzsony.com

Source code:
github.com/razzie/mediaserver

Year: 2020
Tags: go web

razproxy

SOCKS5 tunneled through TLS connection

Source code:
github.com/razzie/razproxy

Year: 2020
Tags: go web

uuid-server

A http server that serves random (version4) UUIDs. It uses my hybrid pseudo- and true random generator library which periodically takes seeds from random.org and uses them to generate pseudo-random UUIDs fast.

Try it here:
uuid.gorzsony.com

Source code:
github.com/razzie/uuid-server

Year: 2020
Tags: go web

My open source work tagged with go

[razzie] json2go
A tool that helps you write client libraries for JSON REST APIs
  • [ec578672] Better unmarshaling of json from url + refactor - Gábor Görzsöny (2023-12-05 22:52:55 +0000 UTC)
  • [5e38098c] Added .gitignore - Gábor Görzsöny (2023-12-05 22:36:05 +0000 UTC)
  • [35241d86] Restrict access to private networks - Gábor Görzsöny (2023-12-05 22:35:33 +0000 UTC)
[razzie] broadcaster
A simple library that broadcasts messages from one channel to many, with timeout support
  • [9a4dced6] Take care of timed out listeners after broadcast - Gábor Görzsöny (2023-12-03 11:20:19 +0000 UTC)
  • [e64c30fc] Simplified timeout test - Gábor Görzsöny (2023-12-03 01:22:32 +0000 UTC)
  • [a8db8e03] Revert "Handle pending listeners before broadcast" This reverts commit 6b4ad208cb0e66fbc9d9a2a3cae6... - Gábor Görzsöny (2023-12-03 01:08:13 +0000 UTC)
[razzie] gorzsony.com
The backend behind my personal website
  • [dcda60af] Updated dependencies - Gábor Görzsöny (2023-03-03 21:56:55 +0000 UTC)
  • [6cebd2b0] Added pizzabot - Gábor Görzsöny (2023-01-20 18:13:34 +0000 UTC)
  • [3ae22b12] Added hover effects - Gábor Görzsöny (2023-01-20 17:01:57 +0000 UTC)
[razzie] beepboop
A lightweight webapp framework that powers razbox
  • [5cae9591] Updated dependencies - Gábor Görzsöny (2023-03-03 21:53:51 +0000 UTC)
  • [6cdc02fa] Added Sprig template functions - Gábor Görzsöny (2022-08-04 01:13:44 +0000 UTC)
  • [98411700] Fixed demo - Gábor Görzsöny (2022-08-04 01:09:36 +0000 UTC)
[razzie] k8s-db-operator
Kubernetes operator to provide access to shared PostgreSQL and Redis
  • [f2a0fcec] Fixed redis namespace persistence - Gábor Görzsöny (2023-02-06 19:03:00 +0000 UTC)
  • [77974ff2] Fixed controller-manager env vars in helm chart - Gábor Görzsöny (2022-08-23 21:17:01 +0000 UTC)
  • [3fe9a191] Changed license - Gábor Görzsöny (2022-08-15 21:40:03 +0000 UTC)
[razzie] geoip-server
A http server that serves IP address geolocations in json format
  • [4fe0a07e] Added Dockerfile - Gábor Görzsöny (2022-08-14 15:38:53 +0000 UTC)
  • [47677cda] Cleanup - Gábor Görzsöny (2022-08-14 15:38:45 +0000 UTC)
  • [1975413e] Handling Redis connection string - Gábor Görzsöny (2022-07-18 07:58:56 +0000 UTC)
[razzie] go-doboz
Go port of Attila Áfra's Doboz compression library
  • [5027b686] Initialize Decompressor before decompression - Gábor Görzsöny (2021-08-18 08:25:14 +0000 UTC)
  • [753d2179] Implemented Decompressor - Gábor Görzsöny (2021-08-18 08:23:38 +0000 UTC)
  • [a3d4a0f3] Simplified the signature of Compress function - Gábor Görzsöny (2021-08-18 07:57:48 +0000 UTC)
[razzie] github-backup
A simple command line tool to backup all repos of a github user
  • [70a85d1d] Vendored dependencies - Gábor Görzsöny (2019-12-16 05:01:07 +0000 UTC)
  • [1d3585d7] Implemented backup - Gábor Görzsöny (2019-12-16 05:00:26 +0000 UTC)
  • [dcc02a07] Early testing the availability of git command - Gábor Görzsöny (2019-12-16 04:38:33 +0000 UTC)
[razzie] ideagen
Go port of Sebastian Lague's idea generator
  • [9d5d3d94] Hiding assets - Gábor Görzsöny (2019-12-15 21:35:14 +0000 UTC)
  • [437bb946] Updated build system #2 - Gábor Görzsöny (2019-12-15 21:31:38 +0000 UTC)
  • [6f3abb14] Updated build system - Gábor Görzsöny (2019-12-15 06:01:57 +0000 UTC)