Skip to content

Instantly share code, notes, and snippets.

View gheja's full-sized avatar
🤘

Gabor Heja gheja

🤘
View GitHub Profile
<?php
$email = "recipient@example.com";
$sender = "Sender <sender@example.com>";
$subject = "A test e-mail";
$body_html = "<html>
<head>
<style type=\"text/css\">
html, body
{
#!/bin/bash
if [ $# != 3 ]; then
echo "$0 <name> <user> <command>"
exit 1
fi
name="$1"
user="$2"
command="$3"
@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==
@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