Skip to content

Instantly share code, notes, and snippets.

View xdimh's full-sized avatar
🎯
Focusing

~Refresh xdimh

🎯
Focusing
View GitHub Profile
@xdimh
xdimh / idea.vmoptions
Created September 29, 2016 02:18 — forked from ilguzin/idea.vmoptions
High performance Mac OS X IntelliJ IDEA options: /Applications/IntelliJ IDEA 12 CE.app/bin/idea.vmoptions
-server
-Xms512m
-Xmx2048m
-XX:MaxPermSize=512m
-XX:ReservedCodeCacheSize=256m
-XX:+UseCodeCacheFlushing
-XX:+UseCompressedOops
-XX:+UseConcMarkSweepGC
-XX:+AggressiveOpts
-XX:+CMSClassUnloadingEnabled
@xdimh
xdimh / slider_.idea_.name
Created February 4, 2015 04:46
picture slider
slider
/**
* Convert From/To Binary/Decimal/Hexadecimal in JavaScript
* https://gist.github.com/faisalman
*
* Copyright 2012, Faisalman <[email protected]>
* Licensed under The MIT License
* http://www.opensource.org/licenses/mit-license
*/
(function(){