Skip to content

Instantly share code, notes, and snippets.

View stuff's full-sized avatar

Nicolas Challeil stuff

View GitHub Profile
import { getIngredients } from './../../data/recipesData.js';
const mainSearch = 'gateau';
const selectedAppliance = 'casserole';
const selectedUstensils = ['couteau', 'casserole'];
const selectedIngredients = ['pomme', 'chocolat'];
const recipies = {
/* */
};
name: Greet Everyone
# This workflow is triggered on pushes to the repository.
on: [push]
jobs:
build:
# Job name is Greeting
name: Greeting
# This job runs on Linux
runs-on: ubuntu-latest
@stuff
stuff / styleguides.md
Last active August 29, 2015 14:05
styleguides
@stuff
stuff / UWAskeleton-en.html
Created February 19, 2010 10:42
UWA skeleton, english version
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:widget="http://www.netvibes.com/ns/" >
<head>
<title>Widget title</title>
<link rel="icon" type="image/png" href="http://www.netvibes.com/favicon.ico" />
<meta name="author" content="John Doe" />
@stuff
stuff / UWAskeleton-fr.html
Created February 17, 2010 15:34
UWA skeleton, french version
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:widget="http://www.netvibes.com/ns/" >
<head>
<title>Titre du widget</title>
<link rel="icon" type="image/png" href="http://www.netvibes.com/favicon.ico" />
<meta name="author" content="John Doe" />
@stuff
stuff / MyImageWidget.html
Created February 11, 2010 14:00
UWA Sample 1, Image Widget
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:widget="http://www.netvibes.com/ns/">
<head>
<title>My Image Widget</title>
<meta name="keywords" content="image, link" />
<meta name="author" content="Nicolas Challeil" />
<meta name="description" content="Display an image with optional link and title" />