Skip to content

Instantly share code, notes, and snippets.

View vjeux's full-sized avatar

Christopher Chedeau vjeux

View GitHub Profile
@vjeux
vjeux / gist:6690004
Last active December 23, 2015 20:29 — forked from petehunt/gist:6689857
/** @jsx React.DOM */
var Hello = React.createClass({
mixins: [LinkedStateMixin],
getInitialState: function() {
return {name: 'phunt'};
},
render: function() {
return (
<div>
@vjeux
vjeux / 1.js
Last active December 14, 2015 03:39 — forked from padolsey/1.js
x = '/x/'
/x/==x
@vjeux
vjeux / LICENSE.txt
Created December 12, 2011 12:36 — forked from madrobby/LICENSE.txt
Functional array sorting
Copyright (c) 2011 Christopher Chedeau, http://blog.vjeux.com/
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
@vjeux
vjeux / LICENSE.txt
Created May 22, 2011 19:02 — forked from WebReflection/LICENSE.txt
140byt.es -- Array Shuffle
Copyright (c) 2011 Christopher Chedeau, http://blog.vjeux.com/
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions: