No description
  • HTML 62.3%
  • Go 37.7%
Find a file
Arnas Udovic 1f810c0bd8 abcex 4.2.1
2026-05-13 18:24:37 +03:00
assets fix assets folder 2024-04-16 12:32:25 +03:00
views matomo 2026-05-11 11:59:40 +03:00
.gitignore qrcode; remove 404 urls 2026-03-23 14:19:24 +02:00
cleanup.go qrcode; remove 404 urls 2026-03-23 14:19:24 +02:00
db.go image uploader 2026-02-02 12:48:45 +02:00
go.mod abcex 4.2.1 2026-05-13 18:24:37 +03:00
go.sum abcex 4.2.1 2026-05-13 18:24:37 +03:00
LICENSE Initial commit 2024-01-29 11:10:50 +00:00
main.go abcex encryp/decrypt 2026-05-11 11:41:33 +03:00
README.md qrcode; remove 404 urls 2026-03-23 14:19:24 +02:00

u.arns.lt (utilities)

Various utilities just for fun.

Technical idea

  • url shortiner (Trumpink nūruoda)
  • convert in/to Abcex
  • text uploader/viewer. Support code highlighting
  • image uploader/viewer
  • QR code generation for shortened URLs, text and image views

Prerequisites

Installation

  1. Clone the repository:

    git clone https://g.arns.lt/zordsdavini/url_shortiner
    cd url_shortiner
    
  2. Install dependencies:

    go mod download
    

Running the application

To start the web server:

go run main.go db.go

The server will be available at http://localhost:8080 by default.

Database cleanup

The project includes a separate script to clear the database of entries whose original URLs are no longer accessible (e.g., 404, timeouts, or connection errors).

To run the cleanup:

go run cleanup.go

Live

To try live version of this game visit https://u.arns.lt