This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$email = "[email protected]"; | |
$sender = "Sender <[email protected]>"; | |
$subject = "A test e-mail"; | |
$body_html = "<html> | |
<head> | |
<style type=\"text/css\"> | |
html, body | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
if [ $# != 3 ]; then | |
echo "$0 <name> <user> <command>" | |
exit 1 | |
fi | |
name="$1" | |
user="$2" | |
command="$3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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 |