I hereby claim:
- I am pirhoo on github.
- I am pirhoo (https://keybase.io/pirhoo) on keybase.
- I have a public key ASC00iiFgFC4JVufD7x2j40GQcY0-WUAsronURKcxnFvFgo
To claim this, I am signing this object:
[ | |
{ | |
"movie": "Avatar", | |
"budget": 237, | |
"box_office": 2784 | |
}, | |
{ | |
"movie": "ET: The Extra-Terrestrial", | |
"budget": 11, | |
"box_office": 793 |
<script> | |
import VueI18n from 'vue-i18n' | |
import get from 'lodash/get' | |
import throttle from 'lodash/throttle' | |
import search from '../mixins/search' | |
import axios from 'axios' | |
import { VueAutosuggest } from 'vue-autosuggest' | |
export default { | |
name: 'SearchForm', |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
# Usage examples: | |
# | |
# ./scan.sh ~/repositories | |
# ./scan.sh ~/repositories > ~/.vcspull.yaml | |
function update { | |
local d="$1" | |
if [ -d "$d" ]; then | |
cd $d > /dev/null |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Quiz</title><!-- Latest compiled and minified CSS --> | |
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> | |
<script src="https://code.jquery.com/jquery-3.1.1.min.js" type="text/javascript"></script> | |
<meta charset="utf-8" /> | |
</head> | |
<body class="container"> | |
<!-- Le conteneur de la future liste de question --> |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Quiz</title><!-- Latest compiled and minified CSS --> | |
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"> | |
<script src="https://code.jquery.com/jquery-3.1.1.min.js" type="text/javascript"></script> | |
<meta charset="utf-8" /> | |
</head> | |
<body class="container"> | |
<!-- |
<iframe src="http://www.rentswatch.com/#!/quiz/" width="100%" height="700" frameborder="0" allowfullscreen></iframe> |
license: gpl-3.0 | |
border: no | |
height: 500 |
license: gpl-3.0 | |
border: no | |
height: 500 |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>AVS</title> | |
<meta charset="utf-8"> | |
<script src="http://code.jquery.com/jquery-1.11.3.min.js"></script> | |
</head> | |
<body> | |
<form id="mes-filtres"> |