Skip to content

Instantly share code, notes, and snippets.

@7dir
7dir / Sublime Text 3 Build 3103 License Key - CRACK
Created January 4, 2017 13:55
Sublime Text 3 Build 3103 License Key - CRACK
I use the first
—– BEGIN LICENSE —–
Michael Barnes
Single User License
EA7E-821385
8A353C41 872A0D5C DF9B2950 AFF6F667
C458EA6D 8EA3C286 98D1D650 131A97AB
AA919AEC EF20E143 B361B1E7 4C8B7F04
@7dir
7dir / main.js
Created January 16, 2017 12:58 — forked from staltz/main.js
A-Frame + Cycle.js demo
import xs from 'xstream';
import Cycle from '@cycle/xstream-run';
import {h, makeDOMDriver} from '@cycle/dom';
require('aframe');
function main(sources) {
let vdom$ = xs.periodic(16).startWith(0).map(i =>
h('a-scene', [
h('a-sphere', {
attrs: {
@7dir
7dir / webm2mp3.sh
Created January 29, 2017 23:18
webm 2 mp3
find . -type f -iname "*.webm" -exec bash -c 'FILE="$1"; ffmpeg -i "${FILE}" -vn -ab 128k -ar 44100 -y "${FILE%.webm}.mp3";' _ '{}' \;
@7dir
7dir / bouncy-animated-loading-animation.css
Created February 1, 2017 20:08
bouncy-animated-loading-animation
.loader {
text-align: center;
}
.loader span {
display: inline-block;
vertical-align: middle;
width: 10px;
height: 10px;
margin: 50px auto;
background: black;
@7dir
7dir / web-servers.md
Last active February 5, 2017 20:42 — forked from willurd/web-servers.md
Big list of http static server one-liners
@7dir
7dir / chrome_snippet_gui_export_import_2016.js
Created February 8, 2017 18:11 — forked from soundyogi/2018_chrome_snippet_gui_import_export.js
A snippet to export and import your chrome snippets
void function(){
"use strict"
/*
* Manage and Import / Export snippets from chrome (2016)
* hacked together by: http://github.com/soundyogi
* inspired by: https://github.com/bgrins/devtools-snippets/blob/master/import-export/chrome/devtools_import_export.js
* ALPHA / SILLY SIDE PROJECT
*/
@7dir
7dir / jekyll-and-liquid.md
Created June 9, 2017 19:04 — forked from magicznyleszek/jekyll-and-liquid.md
Jekyll & Liquid Cheatsheet

Jekyll & Liquid Cheatsheet

A list of the most common functionalities in Jekyll (Liquid). You can use Jekyll with GitHub Pages, just make sure you are using the proper version.

Running

Running a local server for testing purposes:

@7dir
7dir / html5polyfill
Created June 25, 2017 15:19
html5polyfill
> The No-Nonsense Guide to HTML5 Fallbacks
So here we're collecting all the shims, fallbacks, and polyfills in order to implant HTML5 functionality in browsers that don't natively support them.
The general idea is that: We, as developers, should be able to develop with the HTML5 APIs, and scripts can create the methods and objects that should exist. Developing in this future-proof way means as users upgrade, your code doesn't have to change but users will move to the better, native experience cleanly.
---
- **Looking to conditionally load these scripts (client-side), based on feature detects?**
See [**Modernizr**](http://www.modernizr.com).
@7dir
7dir / README.md
Created March 3, 2018 03:01 — forked from githubutilities/README.md
Shadowsocks proxy and ssh proxy

Shadowsocks Proxy

apt-get install python-pip
pip install shadowsocks

sudo ssserver -p 443 -k password -m aes-256-cfb --user nobody -d start
@7dir
7dir / larav1.skema
Created August 19, 2019 22:39
schema1
[{"name":"Contacts","color":"Green","position":{"x":352,"y":62},"increment":true,"timestamp":true,"softdelete":true,"column":[{"name":"name","type":"string","length":"","defaultvalue":"","enumvalue":"","ai":false,"pk":false,"nu":false,"ui":false,"in":false,"un":false,"fillable":false,"guarded":false,"visible":false,"hidden":false,"colid":"c23","order":0},{"name":"phone","type":"string","length":"","defaultvalue":"","enumvalue":"","ai":false,"pk":false,"nu":false,"ui":false,"in":false,"un":false,"fillable":false,"guarded":false,"visible":false,"hidden":false,"colid":"c53","order":1}],"relation":[{"extramethods":"","foreignkeys":"","name":"Lead2Contact","relatedmodel":"Leads","relationtype":"hasOne","usenamespace":""}],"seeding":[]},{"name":"Leads","color":"Green","position":{"x":986,"y":91},"increment":true,"timestamp":true,"softdelete":true,"column":[{"name":"name","type":"string","length":"","defaultvalue":"","enumvalue":"","ai":false,"pk":false,"nu":false,"ui":false,"in":false,"un":false,"fillable":false,"g