Skip to content

Instantly share code, notes, and snippets.

View HenriqueLimas's full-sized avatar

Henrique Limas HenriqueLimas

View GitHub Profile
function createCarousel({itens}) {
'use strict';
const SIZE = 88;
const current = {
index: 0,
position: 0
};
let carousel = document.createElement('div');
<!DOCTYPE html>
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/rxjs/4.0.6/rx.all.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
@HenriqueLimas
HenriqueLimas / app.yaml
Last active August 29, 2015 14:17 — forked from darktable/app.yaml
application: you-app-name-here
version: 1
runtime: python
api_version: 1
default_expiration: "30d"
handlers:
- url: /(.*\.(appcache|manifest))
mime_type: text/cache-manifest