Skip to content

Instantly share code, notes, and snippets.

anyfiles.pl
anyfoodcourt.com
anyize.cn
anyjunk.co.uk
anyline.kr
anylogic.ru
anymac.dk
anymp4.jp
anyrooter.com
anysdk.com
0xa7bcfce6f70bcb71c777fa57f3599f08fa1e43c7
@svbatalov
svbatalov / index.html
Created October 19, 2016 19:18
Sample code demonstrating how to set list of files for <input type="file"/> without user interaction in electron.js.
<!DOCTYPE html>
<html>
<body>
<input type="file" id="fileinput"/>
</body>
</html>
@svbatalov
svbatalov / fix-python-vtk6-links.sh
Last active September 22, 2016 06:59
Turns out python-vtk6 package in Ubuntu14.04 is broken: '.6.0' suffix in links' targets is missing. This script fixes this. Uncomment `dry=` line to actually change links.