This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| void Start() | |
| { | |
| CapabilitiesReq("http://geodata.nationaalgeoregister.nl/tiles/service/wmts?REQUEST=GetCapabilities"); | |
| PDOKMapLayer pDOK = GetLayer("brtachtergrondkaart"); | |
| Debug.Log("AVAILABLE SETS \n====="); | |
| foreach (string set in pDOK.TileMatrixSet) | |
| { | |
| Debug.Log(set); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from itertools import cycle | |
| import random | |
| import sys | |
| # import RPi.GPIO as GPIO | |
| import pygame | |
| from pygame.locals import * | |
| """ Instantieer de knoppen hier! """ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from itertools import cycle | |
| import random | |
| import sys | |
| import RPi.GPIO as GPIO | |
| import pygame | |
| from pygame.locals import * | |
| """ Instantieer de knoppen hier! """ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # import the necessary packages | |
| import argparse | |
| import cv2 | |
| # initialize the list of reference points and boolean indicating | |
| # whether cropping is being performed or not | |
| refPt = [] | |
| cropping = False | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # import the necessary packages | |
| import argparse | |
| import cv2 | |
| # initialize the list of reference points and boolean indicating | |
| # whether cropping is being performed or not | |
| refPt = [] | |
| cropping = False | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import cv2 | |
| # initialize the list of reference points and boolean indicating | |
| # whether cropping is being performed or not | |
| refPt = [] | |
| cropping = False | |
| def click_and_crop(event, x, y, flags, param): | |
| # grab references to the global variables |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import io | |
| import picamera | |
| import logging | |
| import socketserver | |
| from threading import Condition | |
| from http import server | |
| PAGE="""\ | |
| <html> | |
| <head> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import re | |
| # def parse_file(path): | |
| f = open('Logbestand VSFTPD.log') | |
| lines = f.read().splitlines() | |
| f.close() | |
| downloads = [] | |
| failed = [] | |
| connects = [] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // Created by brand on 4/11/2018. | |
| // | |
| #include "Grid.h" | |
| #include<iostream> | |
| #include<queue> | |
| #include "Grid.h" | |
| #include <iostream> | |
| #include <vector> |
NewerOlder