Skip to content

Instantly share code, notes, and snippets.

View gheja's full-sized avatar
🤘

Gabor Heja gheja

🤘
View GitHub Profile
@gheja
gheja / hashes.md
Created January 27, 2026 01:55
Hashes
1: beb344b6c8aad2bac22e91868a4028e68b6c112ca8be5211a07bd5c3f70dbf4a
2: cd643b06f3b7f6133ac3c07b52ff4b263cc7076bf6c3d1d23ccb034f9268c89a
@gheja
gheja / gist:341a3d0aed2409aa87219767b0f05df2
Created January 22, 2023 00:42
Creality Ender-3 Pro original SD card - 2023
### Creality Ender-3 Pro original SD card (this is a copy of the files)
$ ls -alh
total 477M
drwxr-xr-x 2 gheja gheja 4.0K Jan 22 00:27 .
drwxr-xr-x 3 gheja root 4.0K Jan 22 00:26 ..
-rwxr-xr-x 1 gheja gheja 33M Jan 22 00:27 cat-3.5H.gcode
-rwxr-xr-x 1 gheja gheja 444M Jan 22 00:27 'Ender-3 Pro_random file_EN_V.2.6.rar'
$ md5sum cat-3.5H.gcode
@gheja
gheja / js13kgames_vote_shuffle.js
Last active September 14, 2022 22:55
Shuffle button for js13kGames voting page
// ==UserScript==
// @name Shuffle button for js13kGames voting page
// @namespace https://github.com/gheja/
// @version 0.1
// @description try to take over the world!
// @author gheja, nes
// @match https://dev.js13kgames.com/games
// @icon https://www.google.com/s2/favicons?sz=64&domain=js13kgames.com
// @grant none
// ==/UserScript==
#!/bin/bash
if [ $# != 3 ]; then
echo "$0 <name> <user> <command>"
exit 1
fi
name="$1"
user="$2"
command="$3"
<?php
$email = "[email protected]";
$sender = "Sender <[email protected]>";
$subject = "A test e-mail";
$body_html = "<html>
<head>
<style type=\"text/css\">
html, body
{