Skip to content

Instantly share code, notes, and snippets.

FWIW: I (@rondy) am not the creator of the content shared here, which is an excerpt from Edmond Lau's book. I simply copied and pasted it from another location and saved it as a personal note, before it gained popularity on news.ycombinator.com. Unfortunately, I cannot recall the exact origin of the original source, nor was I able to find the author's name, so I am can't provide the appropriate credits.


Effective Engineer - Notes

What's an Effective Engineer?

@KonradIT
KonradIT / README.md
Last active October 20, 2021 12:40
Missile

#Missile - PushBullet made awesome

Version 1.2

Missile is a PushBullet client for Ubuntu and other Linux operating systems. It supports:

  • Send note to all devices
  • Send link to all devices
  • Send list to all devices
  • Send image to all devices
@KonradIT
KonradIT / readme.md
Last active July 11, 2024 20:46
GoPro Studio for Linux
@xeoncross
xeoncross / password_reset.php
Last active June 12, 2019 01:17
Vanilla Forums CLI Password Reset Script
<?php PHP_SAPI == 'cli' OR die('CLI use only');
// We need a username here folks
if(empty($argv[1]))
{
die('Usage: $ php ' . basename(__FILE__) . " [username] [password]\n");
}
define('APPLICATION', 'Vanilla');