JSFiddle

ARTsinn's public fiddles

  • JS: Image2CSS

    more at: http://codepen.io/blazeeboy/pen/bCaLE

  • JS: fingerprint

    more at: https://github.com/carlo/jquery-browser-fingerprint/blob/master/src/jquery.browser-fingerprint-1.1.js https://github.com/rynr/fingerprint.js hash: http://erlycoder.com/49/javascript-hash-functions-to-convert-string-into-integer-hash- http://werxltd.com/wp/2010/05/13/javascript-implementation-of-javas-string-hashcode-method/#comment-23181

  • JS: vCard generator

    more at: https://github.com/tobiassodergren/vcard-qrcode/blob/master/js/vcard.js https://github.com/Fusselwurm/vcard-js https://github.com/Auxx/jquery.aux.vcard

  • JS: vCard parser

    more at: https://github.com/comoyo/vcfparser https://github.com/nilclass/vcardjs https://github.com/muff/vCard.js

  • JS: tinyIE

    more at: http://stackoverflow.com/a/15769002/1250044 http://www.thespanner.co.uk/2009/01/29/detecting-browsers-javascript-hacks/ https://gist.github.com/padolsey/527683 https://gist.github.com/cowboy/542301

  • JS: getClosestColorName

    inspired by: http://chir.ag/projects/name-that-color/#4C4F56 http://shallowsky.com/colormatch/index.php?hex=0769AD

  • JS: Array.closest

    based upon: http://jsfiddle.net/ARTsinn/8X76r/0/ hamming: https://github.com/brianloveswords/algos/blob/master/distance.js#L12-25 more at: http://stackoverflow.com/questions/11919065/sort-an-array-by-the-levenshtein-distance-with-best-performance-in-javascript https://github.com/awnist/distance http://en.wikibooks.org/wiki/Algorithm_Implementation/Strings/Levenshtein_distance#JavaScript http://orderedlist.com/blog/articles/live-search-with-quicksilver-style/ https://github.com/boomz/strdis.js

  • JS: Class light

    based upon: https://github.com/lucaong/wheels-class more at: https://github.com/pavelz/class.js https://github.com/Karvaly/class-js https://github.com/shiroyasha/shiro-class further: https://github.com/Iheartweb/Class n1 https://github.com/rafaelalmeidaerthalhermano/class.js nodoc https://github.com/bartgarbiak/gClass read: http://www.codeproject.com/Articles/468004/Real-strong-and-easy-inheritance-for-JS

  • Styleguider

    js/node: http://nodeguide.com/style.html ruby: https://github.com/unbounce/styleguide helper: http://stylifyme.com/?stylify=github.com

  • HTML/CSS/JS: CodeGuide

    more at: https://github.com/mdo/code-guide http://nodeguide.com/style.html https://github.com/airbnb/javascript http://stylifyme.com/?stylify=github.com

  • jQuery: event.copy

    more at: http://www.learningjquery.com/2007/01/copy-events-from-one-element-to-another http://stackoverflow.com/questions/2337521/copy-events-from-one-elm-to-other-using-jquery http://stackoverflow.com/a/2518441/1250044

  • JS: lineNumbers

    more at: http://codepen.io/foleyatwork/pen/ukKDz

  • CSS: Search before you ask, please.

    more at: http://codepen.io/foleyatwork/pen/sqrFG

  • JS: CHANGELOG.create

    more at: http://nijikokun.github.io/fluf/release-notes.html http://windows.github.com/release-notes.html

  • JS: CHANGELOG.parse

    more at: http://nijikokun.github.io/fluf/release-notes.html http://windows.github.com/release-notes.html

  • CSS: Donwload btn

    more at: http://nijikokun.github.io/fluf/

  • JS: Geometry

    more at: https://github.com/Nijikokun/Geometry.js

  • JS: Chic

    more at: https://github.com/rowanmanning/chic

  • JS: Class.js

    more at: https://github.com/rauschma/class-js

  • JS: FX

    more at: http://codepen.io/gabrieleromanato/pen/frIwl ease: https://gist.github.com/gre/1650294