Skip to content

Instantly share code, notes, and snippets.

View koynoyno's full-sized avatar
🌑
🌕

Vlad koynoyno

🌑
🌕
  • Earth
  • 06:23 (UTC +08:00)
View GitHub Profile
@levelsio
levelsio / obfuscate.php
Last active May 5, 2023 12:33
WordPress plugin to progressively obfuscate text like MAKEbook.io
/*
--PIETZ OBFUSCATE CODE--
2019-06-01
from MAKEbook.io
Instructions:
1) put this in your functions.php file
2) add this to the post you want to obfuscate, on top
3) [obfuscate]
4) to start obfuscating, add a HTML code or HTML block with <start></start>
#!/bin/sh
# $0 volup
# $0 voldown
# make adjustment
# read new volume level
# set icon relevant to new volume
# send notification with con + level
# play ding
# $0 togglemute
# read whether currently muted
@ydnar
ydnar / .circleci-config.yml
Last active January 14, 2021 11:02
Screenshot test artifacts on CircleCI with AVA + Puppeteer
version: 2
jobs:
build:
working_directory: ~/app
docker:
- image: circleci/node:8.7-browsers
environment:
NODE_ENV: production
steps:
- checkout
@fd0
fd0 / gist:6951577
Created October 12, 2013 15:54
i3 multi monitor config snippet
# assign workspaces to screens
workspace 1 output DVI-I-1
workspace 2 output DVI-I-1
workspace 3 output DVI-I-1
workspace 4 output DVI-I-1
workspace 5 output DVI-I-1
workspace 6 output HDMI-0
workspace 7 output HDMI-0
workspace 8 output HDMI-0
workspace 9 output HDMI-0