A tweet-sized debugger for visualizing your CSS layouts. Outlines every DOM element on your page a random (valid) CSS hex color.
One-line version to paste in your DevTools
Use $$ if your browser aliases it:
~ 108 byte version
| <?xml version="1.0" encoding="UTF-8"?> | |
| <manifest> | |
| <project name="CyanogenMod/android_device_samsung_picassowifi" path="device/samsung/picassowifi" remote="github" /> | |
| <project name="CyanogenMod/android_kernel_samsung_exynos5420" path="kernel/samsung/exynos5420" remote="github" /> | |
| <project name="CyanogenMod/android_hardware_samsung" path="hardware/samsung" remote="github" /> | |
| <project name="CyanogenMod/android_hardware_samsung_slsi_exynos" path="hardware/samsung_slsi/exynos" remote="github" /> | |
| <project name="CyanogenMod/android_hardware_samsung_slsi_exynos5-insignal" path="hardware/samsung_slsi/exynos5-insignal" remote="github" /> | |
| <project name="CyanogenMod/android_hardware_samsung_slsi_exynos5420" path="hardware/samsung_slsi/exynos5420" remote="github" /> | |
| <project name="CyanogenMod/android_hardware_samsung_slsi_openmax" path="hardware/samsung_slsi/openmax" remote="github" /> | |
| </manifest> |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <manifest> | |
| <project name="fat-tire/nethunter-app" path="packages/apps" remote="github" revision="master" /> | |
| <project name="eousphoros/android_device_samsung_klimtwifi" path="device/samsung/klimtwifi" remote="github" /> | |
| <project name="eousphoros/proprietary_vendor_samsung" path="vendor/samsung" remote="github" /> | |
| <project name="binkybear/android_kernel_samsung_exynos5420" path="kernel/samsung/exynos5420" remote="github" /> | |
| <project name="CyanogenMod/android_hardware_samsung" path="hardware/samsung" remote="github" /> | |
| <project name="CyanogenMod/android_hardware_samsung_slsi_exynos" path="hardware/samsung_slsi/exynos" remote="github" /> | |
| <project name="CyanogenMod/android_hardware_samsung_slsi_exynos5-insignal" path="hardware/samsung_slsi/exynos5-insignal" remote="github" /> | |
| <project name="CyanogenMod/android_hardware_samsung_slsi_exynos5420" path="hardware/samsung_slsi/exynos5420" remote="github" /> |
| Test for "our" macchanger stuff. | |
| [options] | |
| resize_grip = false | |
| geometry = 1920x1040 | |
| scroll_on_output = true | |
| scroll_on_keystroke = true | |
| audible_bell = true | |
| visible_bell = true | |
| mouse_autohide = true | |
| dynamic_title = true | |
| urgent_on_bell = true |
I use Namecheap.com as a registrar, and they resale SSL Certs from a number of other companies, including Comodo.
These are the steps I went through to set up an SSL cert.
| # Install tmux on Centos release 6.5 | |
| # install deps | |
| yum install gcc kernel-devel make ncurses-devel | |
| # DOWNLOAD SOURCES FOR LIBEVENT AND MAKE AND INSTALL | |
| curl -OL https://github.com/downloads/libevent/libevent/libevent-2.0.21-stable.tar.gz | |
| tar -xvzf libevent-2.0.21-stable.tar.gz | |
| cd libevent-2.0.21-stable | |
| ./configure --prefix=/usr/local |
| ProxyRequests off | |
| ProxyPreserveHost on | |
| ProxyPass / http://127.0.0.1:3000/ | |
| ProxyPassReverse / http://127.0.0.1:3000/ | |
| EASY PEACY |
| https://github.com/reddit/reddit-mobile/issues/247 |
| # ALGOS | |
| http://programmers.stackexchange.com/questions/155639/which-algorithms-data-structures-should-i-recognize-and-know-by-name | |
| # regexp | |
| https://regex101.com/#javascript | |
| # |