Skip to content

Instantly share code, notes, and snippets.

View mezigh's full-sized avatar

mezigh mezigh

  • Dev-media
  • france
View GitHub Profile
@mezigh
mezigh / index.html
Created June 12, 2015 11:09
JS Bin the Promise in JS and the Observable RxJS // source http://jsbin.com/zuquce
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/rxjs/2.3.22/rx.all.js"></script>
<meta name="description" content="the Promise in JS and the Observable RxJS">
<meta charset="utf-8">
<title>JS Bin</title>
</head>
@mezigh
mezigh / index.html
Created June 10, 2015 23:05
JS Bin the Promise in JS // source http://jsbin.com/zuquce
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="the Promise in JS">
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
@mezigh
mezigh / index.html
Created June 10, 2015 22:08
Vue JS COMPONENTS Vue JS COMPONENTS // source http://jsbin.com/yodade
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<meta name="description" content="Vue JS COMPONENTS">
<script src="http://vuejs.org/js/vue.js"></script>
<meta charset="utf-8">
@mezigh
mezigh / index.html
Created June 10, 2015 14:56
JS Bin RxJS on the workbench // source http://jsbin.com/fatofa
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="RxJS on the workbench">
<script src="https://cdnjs.cloudflare.com/ajax/libs/rxjs/2.3.22/rx.all.js"></script>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
@mezigh
mezigh / index.html
Last active August 29, 2015 14:22
JS Bin// source http://jsbin.com/jiwiqu
<!DOCTYPE html>
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/rxjs/2.3.22/rx.all.js"></script>
<meta charset="utf-8">
<title>JS Bin</title>
<meta name="description" content="Rx JS Intro">
<style id="jsbin-css">
body {
background: lightblue;
{% extends layout %}
{% block body %}
<div id="main">
<h2>Contact me</h2>
<p>For queries about anything on this website, or for job quotations, please contact me using the contact form below or via <a href="mailto:email@email.com">email</a>.</p>
<form action="#" method="post">
{{ form_start(form) }}
{{ form_errors(form) }}