Skip to content

Instantly share code, notes, and snippets.

@thomasbnt
thomasbnt / code_colors_discordjs.md
Last active April 17, 2025 12:21
Code colors for embed discord.js

Here is an updated list of the colors that are currently implemented with a name. To using colors on discord.js, this is a typedef Colors, Colors.Aqua to get the Aqua color.

Name Int value Hex Code
Default 0 #000000
Aqua 1752220 #1ABC9C
DarkAqua 1146986 #11806A
Green 5763719 #57F287
DarkGreen 2067276 #1F8B4C
@rmoriz
rmoriz / 1_smime-clients.md
Last active March 6, 2025 15:27
S/MIME is the industry standard for secure E-Mail and build into every relevant mail client. From Outlook to Thunderbird, from Blackberry to Apple Mail on OSX and iOS. http://smime.io/
@dirkk0
dirkk0 / gist:4530915
Last active December 11, 2015 02:29
Installing Telescope ( https://github.com/SachaG/Telescope)
# https://github.com/SachaG/Telescope
########################
# it should be
sudo apt-get install git npm
curl https://install.meteor.com | /bin/sh
sudo npm install -g meteorite
@mysteriouspants
mysteriouspants / Would You Kindly.txt
Created March 6, 2012 21:26
Would you kindly fix Radar? (duplicate of rdar://10993759)
Dear Apple,
We need to talk. We love your software, we really do. Or maybe we don't but we want to tell you why
so you can try to improve it. We are developers ourselves and we know how hard it is to write
software, to find and fix bugs, to know what your users want from your software. We want to file bug
reports and feature requests for every bug we find or feature we think of. As a community we want you
to know what is important to us, in a way that doesn't require you to trawl through countless blogs
and tweets. Unfortunately you're making it so incredibly hard to do so.
The only way to really communicate with Apple about what is broken and what we want is Radar. But
@erichurst
erichurst / database.yml.example mysql2
Created May 9, 2011 02:58
Rails 3 database.yml examples
# MySQL. Versions 4.1 and 5.0 are recommended.
#
# Install the MySQL driver:
# gem install mysql2
#
# And be sure to use new-style password hashing:
# http://dev.mysql.com/doc/refman/5.0/en/old-client.html
development:
adapter: mysql2
encoding: utf8