WOW! RedditLoader became so popular that I've been pushed to migrate it to GitHub
https://github.com/melanke/Jquery-RedditLoader
Just kidding
| describe("mouse", function(){ | |
| function computedStyle(el, prop) { | |
| return ( | |
| window.getComputedStyle ? window.getComputedStyle(el) : el.currentStyle | |
| )[prop.replace(/-(\w)/gi, function (word, letter) { | |
| return letter.toUpperCase(); | |
| })]; | |
| } |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Text; | |
| using Android.App; | |
| using Android.Content; | |
| using Android.OS; | |
| using Android.Runtime; | |
| using Android.Views; | |
| using Android.Widget; |
| public class MLRoundedImageView extends ImageView { | |
| public MLRoundedImageView(Context context) { | |
| super(context); | |
| } | |
| public MLRoundedImageView(Context context, AttributeSet attrs) { | |
| super(context, attrs); | |
| } |
WOW! RedditLoader became so popular that I've been pushed to migrate it to GitHub
https://github.com/melanke/Jquery-RedditLoader
Just kidding
| var MultiGetSet = function(opt){ | |
| var getType = function(o) { | |
| return ({}).toString.call(o).match(/\s([a-zA-Z]+)/)[1].toLowerCase() | |
| }; | |
| if(!opt.public || !opt.private) | |
| return opt.public; | |
| if(opt.handler && opt.handler.init) |
WOW! WatchJS became so popular that I've been pushed to migrate it to GitHub
https://github.com/melanke/Watch.JS
Just kidding