31 oct 2016

Kde plasma examples

https://quickgit.kde.org/?p=kdeexamples.git&a=tree&h=c8d94a631e42938f397519d296c2abdc31c83958&hb=17cfcee8f3e627194116b3a7008f56b1e09fdef0&f=plasma

28 oct 2016

Visual lang

http://drakon-editor.sourceforge.net/language.html

Ai learning

https://github.com/gregdurrett/berkeley-doc-summarizer

Police cameras

https://techcrunch.com/2016/10/03/police-complaints-drop-93-percent-after-deploying-body-cameras/

Gallery

https://github.com/sachinchoolur/lightgallery.js

21 oct 2016

gallery and swipe

http://www.javascriptkit.com/javatutors/touchevents3.shtml

Lua exec to string

http://lua-users.org/lists/lua-l/2007-04/msg00087.html

local f = io.popen("pwd") -- runs command
local l = f:read("*a") -- read output of command
print(l) f:close()

Ffprobe tips

Duration
Format (container) duration

$ ffprobe -v error -show_entries format=duration -of default=noprint_wrappers=1:nokey=1 input.mp4
30.024000

Adding the -sexagesimal option will use the HOURS:MM:SS.MICROSECONDS time unit format:

0:00:30.024000

Ffprobe tips

13 oct 2016

Windows 7 ultimate ( periodo de activ�cion expir�) - Foro de Ayuda IntercambiosvirtualeS

Windows 7 ultimate ( periodo de activ�cion expir�) - Foro de Ayuda IntercambiosvirtualeS: Una vez dentro de CMD como Administrador escribe uno de estos comandos y presiona Enter: slmgr /rearm
slmgr.vbs –rearm
rundll32 slc.dll,SLReArmWindows

ver tmb
Microsoft Toolkit v2.6.2 (Octubre 2016)

11 oct 2016

Convert vids 2 gif w/o tmps

http://superuser.com/questions/556029/how-do-i-convert-a-video-to-gif-using-ffmpeg-with-reasonable-quality

9 oct 2016

Css tips

http://www.hongkiat.com/blog/20-useful-css-tips-for-beginners/