This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adb shell screenrecord --size 480x848 /sdcard/demo.mp4 | |
adb pull /sdcard/demo.mp4 | |
ffmpeg.exe -i demo.mp4 -filter:v "setpts=0.5*PTS" demo.gif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gcc libwebsockets-websocket.c -L/usr/local/lib -lwebsockets |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name ReadablePass | |
// @namespace zyeoman | |
// @description Generate readable password | |
// @include * | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
reg = /([^aeiou]*[aeiou]*([^aeiou]*([^aeiou][aeiou]+[^aeiou]*$)))/ | |
host = /(?:\w+\.)*?([^\.]*)\.[^\.]*$/.exec(window.location.host) [1] |
NewerOlder