Skip to content

Instantly share code, notes, and snippets.

View ultimatedelman's full-sized avatar

Jason Edelman ultimatedelman

View GitHub Profile
import Ember from 'ember';
export default Ember.Component.extend({
myProp: 10
});
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle',
x: undefined,
y: Ember.computed.mapBy('x', 'jobs')
});
@ultimatedelman
ultimatedelman / index.html
Created February 10, 2013 22:53
A CodePen by Jason Edelman. Isotope + JQuery UI Sortable - Naysayers will tell you it can't be done. But that's why they're naysayers and not yaydoers.
<ul>
<li class="isotopey">1</li>
<li class="isotopey">2</li>
<li class="isotopey">3</li>
<li class="isotopey">4</li>
<li class="isotopey">5</li>
<li class="isotopey">6</li>
<li class="isotopey">7</li>
<li class="isotopey">8</li>
<li class="isotopey">9</li>
@ultimatedelman
ultimatedelman / index.html
Created July 23, 2012 23:45
A web page created at CodePen.io.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>CodePen &middot; A Pen by ultimatedelman</title>
<!--
Copyright (c) 2012 Jason Edelman, http://codepen.io/ultimatedelman
Permission is hereby granted, free of charge, to any person obtaining
@ultimatedelman
ultimatedelman / index.html
Created July 20, 2012 00:48
A web page created at CodePen.io
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>CodePen &middot; A Pen by ultimatedelman</title>
<!--
Copyright (c) 2012 Jason Edelman, http://codepen.io/ultimatedelman
Permission is hereby granted, free of charge, to any person obtaining
@ultimatedelman
ultimatedelman / index.html
Created July 20, 2012 00:47
A web page created at CodePen.io
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>CodePen &middot; A Pen by ultimatedelman</title>
<!--
Copyright (c) 2012 Jason Edelman, http://codepen.io/ultimatedelman
Permission is hereby granted, free of charge, to any person obtaining