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
~/Desktop/temp ᐅ adb shell screenrecord /sdcard/kitkat.mp4 | |
~/Desktop/temp ᐅ ffmpeg -i kitkat.mp4 -vf scale=320:-1 -r 10 ffout%03d.png | |
~/Desktop/temp ᐅ convert -delay .1 -loop 0 ffout*.png output.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
alert("xss"); |
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
var s:String = "[email protected] hey wasup! , [email protected] [email protected]"; | |
var rex:RegExp = /[^\s,]+@[^\s,]+/g; | |
trace( s.match(rex).join(",") ); |
NewerOlder