Skip to content

Instantly share code, notes, and snippets.

View the-cc-dev's full-sized avatar
πŸ’­
searching for inspiration.

Cat the-cc-dev

πŸ’­
searching for inspiration.
View GitHub Profile
@the-cc-dev
the-cc-dev / gist:46ea28df59f921604d2cbb1d249ccbf3
Created January 19, 2019 23:10 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: πŸ˜„ :smile: πŸ˜† :laughing:
😊 :blush: πŸ˜ƒ :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
πŸ˜† :satisfied: 😁 :grin: πŸ˜‰ :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: πŸ˜€ :grinning:
πŸ˜— :kissing: πŸ˜™ :kissing_smiling_eyes: πŸ˜› :stuck_out_tongue:
@the-cc-dev
the-cc-dev / README.md
Last active January 19, 2019 17:20
CatPress

CatPress

cat's dockerized WordPress dev environment

@the-cc-dev
the-cc-dev / auto-dark-mode.php
Created January 8, 2019 00:14
Lets you enable Dark Mode automatically between certain times. Requires Dark Mode plugin version 2.0 or later. https://github.com/danieltj27/Dark-Mode/wiki/Help:-Automatically-turning-Dark-Mode-on-or-off
<?php
/**
* Plugin Name: Automatic Dark Mode
* Plugin URI: https://github.com/danieltj27/Dark-Mode/
* Description: Lets your users make the WordPress admin dashboard darker.
* Author: Daniel James
* Author URI: https://www.danieltj.co.uk/
* Text Domain: auto-dark-mode
* Version: 1.0
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->