Skip to content

Instantly share code, notes, and snippets.

View brentvatne's full-sized avatar
😴
☕️⚛️🏃‍♂️🐶

Brent Vatne brentvatne

😴
☕️⚛️🏃‍♂️🐶
View GitHub Profile

App Intro Walkthrough: 1.0.0-beta.11

Add a simple intro tutorial to your app

A Pen by Ionic on CodePen.

License.

@brentvatne
brentvatne / clear_tags.rb
Created November 11, 2014 20:56
Delete all tags locally and remotely for a git repo
#!/usr/bin/env ruby
`git tag`.split(/\n/).each do |tag|
`git tag -d #{tag}`
`git push origin :refs/tags/#{tag}`
end
-rw-r--r-- 1 brentvatne staff 617015 8 Feb 14:36 testable-with-camel-snake-kebab-and-transform-keys.js
-rw-r--r-- 1 brentvatne staff 602954 8 Feb 14:53 testable-with-camel-snake-kebab-without-transform-keys.js
-rw-r--r-- 1 brentvatne staff 602458 8 Feb 14:29 testable.without-camel-snake-kebab.js
<div style='-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;color:#565656;font-family:"Helvetica Neue", "Helvetica", "Helvetica", "Arial", sans-serif;font-style:normal;font-weight:300;min-width:100%;margin:25px 0;padding:0;width:94% !important'>
<table class="body" border="0" cellpadding="0" cellspacing="0" style='-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;color:#565656;font-family:"Helvetica Neue", "Helvetica", "Helvetica", "Arial", sans-serif;font-style:normal;font-weight:300;min-width:100%;margin:25px 0;padding:0;width:94% !important'>
<tr>
<td class="center" align="center" valign="top">
<center>
<!-- content -->
<table class="container" border="0" cellpadding="0" cellspacing="0" style="margin:0 auto;width:580px">
<tr>
<td>
vjeux [8:58 PM]
i'd love to get feedback on the code
vjeux [8:58 PM]
i'm working on a new animation api for react and react native
robertjpayne [8:59 PM]
@vjeux have you ever seen the greensock TweenLite/TweenMax stuff?
vjeux [8:59 PM]
This file has been truncated, but you can view the full file.
/* eslint global-strict:0 */
__DEV__ = false;
/* eslint global-strict:0,eqeqeq:0,no-bitwise:0,no-undef:0 */
(function(global) {
// avoid redefining require()
if (global.require) {
return;
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<script src="https://fb.me/react-with-addons-0.13.3.js"></script>
<script src="https://fb.me/JSXTransformer-0.13.3.js"></script>
<title>React Example</title>
</head>
<body>
</body>
@brentvatne
brentvatne / main.jsbundle
Created May 14, 2015 02:47
simple example
This file has been truncated, but you can view the full file.
/* eslint global-strict:0 */
__DEV__ = false;
/* eslint global-strict:0,eqeqeq:0,no-bitwise:0,no-undef:0 */
(function(global) {
// avoid redefining require()
if (global.require) {
return;
}
This file has been truncated, but you can view the full file.
/* eslint global-strict:0 */
__DEV__ = false;
/* eslint global-strict:0,eqeqeq:0,no-bitwise:0,no-undef:0 */
(function(global) {
// avoid redefining require()
if (global.require) {
return;
}

Roadmap

Editor screen design

  • We need a designer!

Displaying lists of plays

  • Recents, most viewed - we can get a lot of inspiration here from other sites - perhaps this even something a designer would like to take care of

Authentication & managing your own plays