Skip to content

Instantly share code, notes, and snippets.

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;
<!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 />
<html>
<head>
<title>HTML Calculator</title>
</head>
<body>
<?php
$total = "";
if (isset($_GET["txtOutput"])){
var canvas;
var ctx;
function heks(x,y)
{
this.x = x;
this.y = y;
<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"
};
[
{
"firstName":"Nicolas Alexis Julio",
"lastName":"N'Koulou N'Doubena",
"nickname":"N. N'Koulou",
"nationality":"Cameroon",
"age":24,
"birthDate":"1990-03-27T00:00:00.000Z",
"birthCountry":"Cameroon",
"birthCity":"Yaoundé",
public void Collision(Level activelevel)
{
for (int x = 0; x < activelevel.Length; x++)
{
for (int y = 0; y < activelevel.Height; y++)
{
if (activelevel.blokTileArray[x, y] != null)
{
if (this.ColRectangle.Bottom +6> activelevel.blokTileArray[x, y].ColRectangle.Top &&
this.ColRectangle.Right - 20> activelevel.blokTileArray[x,y].ColRectangle.Left &&
var app = angular.module('fitbuddy', []);
app.controller('MainController', function($scope, $http){
$scope.result = [];
$http.get("IPRETRACTED").then(function (res){
$scope.result = res.data;
console.log(res);
$scope.naam = res.voornaam;
console.log($scope.naam);
});
<!DOCTYPE html>
<html>
<head>
<title>FitBuddy Monitor</title>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.4/angular.min.js"></script>
<script src="app.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
<link href="https://fonts.googleapis.com/css?family=Noto+Sans" rel="stylesheet">
<link rel="stylesheet" href="thema.css">
</script>