Skip to content

Instantly share code, notes, and snippets.

View yeehaa123's full-sized avatar

Jan Hein Hoogstad yeehaa123

View GitHub Profile
@yeehaa123
yeehaa123 / test.js
Last active August 29, 2015 14:02
test
var sayHi = function(name){
}
<html>
<body>
<article class="profile">
<header>
<h1>Leander's Profile</h1>
</header>
<body>
<div class="map">
<img src="http://www.wizards.com/global/images/ah_prod_diplomacy_pic3_en.jpg">
<h1 class="motto">Divide and Rule</h1>
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Fontdiner+Swanky' rel='stylesheet' type='text/css'>
</head>
<style>
body {
font-family: 'Fontdiner Swanky', cursive;
text-align: center;
<!DOCTYPE html>
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Bitter:400,700' rel='stylesheet' type='text/css'><style>
body {
-webkit-animation: backgroundcolors 3s infinite;
-moz-animation: backgroundcolors 3s infinite;
animation: backgroundcolors 3s infinite;
font-size: 60px;
}
<link rel="import" href="../bower_components/core-localstorage/core-localstorage.html">
<polymer-element name="test-element" noscript>
<template>
<core-localstorage name="test" value="Hello"></core-localstorage>
<core-localstorage name="test" value="{{output}}"></core-localstorage>
<p>{{ output }}</p>
</template>
@yeehaa123
yeehaa123 / Post.js
Last active August 29, 2015 14:03
problem with $httpBackend
(function(){
'use strict';
angular.module('cth').factory('Post', ['$http', '$q', Post]);
function Post($http, $q){
function getAll(){
return $http.get('/api/posts.json').then(function(response){
return response.data.posts;

Project House Mouse

The main project evolves around a typical Humanities question: What is a house to you?. Although not always aware of, each one of us has a different connotation to a basic word like this. Seemingly a very simple question, it turns out to be complex to give an answer as everyone has their own take on the concept of a house. On the website the user has to answer this question by choosing one of the three images each representing a different type of house. The next step is to choose three out of six images which represent six concepts closely related to the surroundings of a house.

The user input is stored and according to the choice made, a map of Europe is shown displaying what type of house users from European countries chose. After this, the chosen concepts are used to search in the dataset the Dutch government has made public openoverheid.org. A statistical table presents the choices correlated with the data from the d

@yeehaa123
yeehaa123 / designer.html
Last active August 29, 2015 14:06
designer
<link rel="import" href="../paper-tabs/paper-tabs.html">
<link rel="import" href="../paper-tabs/paper-tab.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
@yeehaa123
yeehaa123 / battleship.md
Last active August 29, 2015 14:18
Battleship Reduced

Homework

  • Read Martin Heidegger's 'Age of the World Picture'
    • MANDATORY. I'll have to cancel the session if this is insufficiently read...
  • Do Features Assignment: Deadline Friday 18:00
  • Do Coding Assignment: Deadline Monday 15:00

Features Assignment

set -g prefix C-a
unbind C-b
set -g default-terminal 'gnome-256color'