Skip to content

Instantly share code, notes, and snippets.

<html>
<head>
<title>Sample</title>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.8/angular.js"></script>
<script>
angular.module('sampleApp', []);
angular.module('sampleApp').controller('FirstController', function ($scope, $interval) {
$scope.first = {
greeting: "Hallo"
};
var canvas;
var ctx;
function heks(x,y)
{
this.x = x;
this.y = y;
<html>
<head>
<title>HTML Calculator</title>
</head>
<body>
<?php
$total = "";
if (isset($_GET["txtOutput"])){
<!DOCTYPE html>
<html>
<head>
<title>Formulieren</title>
<link rel="stylesheet" type="text/css" href="formulieren.css">
</head>
<body>
<div class="wrapper">
<form name="test">
Jaar : <input type="text" name="jaar" id="jaar" value="" /><br />
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
<Window x:Class="WiskundigeBewerkingenGetransponeerde.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:WiskundigeBewerkingenGetransponeerde"
mc:Ignorable="d"
Title="MainWindow" Height="350" Width="525">
<Grid>
<Grid.RowDefinitions>
@localdevm
localdevm / stack
Last active November 19, 2015 15:55
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
@localdevm
localdevm / Stackoverflow
Created October 29, 2015 14:32
A hard excercise
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;