Skip to content

Instantly share code, notes, and snippets.

View elderlabs's full-sized avatar

Dooley_labs elderlabs

View GitHub Profile
@oc013
oc013 / darkmode.css
Last active October 30, 2023 03:18
Ferdium Google Voice Dark Mode
:root {
--dark-grey: rgb(24, 26, 27);
--dark-medium-grey: rgb(27, 30, 31);
--medium-grey: rgb(31, 34, 35);
--dark-green: rgb(23, 55, 53);
--grey: grey;
--light-medium-grey: rgb(140, 130, 115);
--light-grey: rgb(208, 204, 197);
--near-medium-white: rgb(192, 186, 178);
--near-white: rgb(232, 230, 227);
@eladmoshe
eladmoshe / link-certificate.sh
Last active June 8, 2020 21:20
Script for linking a working certificate to create-react-app. Allows you to work with create-react-app and valid SSL certificate.
@jithatsonei
jithatsonei / pomfforretards.md
Last active June 12, 2023 07:22
Pomf For Retards

SETTING UP POMF FOR RETARDS

You're probably reading this because you're too dense to google "lamp stack setup" and read the Readme.md in the git repo. The readme sucks ass though, so if that's the reason i don't really blame you. For the sake of simplicity I'm going to be using Apache and Ubuntu 16.04. If you want an Nginx guide, go fuck yourself. Things in code text with gray backgrounds are code you're supposed to enter in your command line.

PREREQUISITES

A LAMP stack (Linux, Apache, MySQL, and PHP)

Node.js/NPM