Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

505 total results found

Namen en Alliteraties

Overig Onderwijs

A Avontuurlijke Aisha Aardige Ahmed Actieve Ananya Ambitieuze Amir B Beste Bilal Blije Bao Behulpzame Bina Boeiende Bashir C Coole Carlos Charmante Chandra Creatieve Chen Curieuze Carmen D Dappere Dalia Dynamische Diego Doortast...

Kennismakingsspellen

Overig Onderwijs

Over-de-streep stellingen Als je niet wist wat je vandaag aan moest trekken.  Als je gisteren meer dan drie uur hebt gegamed Als je houdt van koken Als je houdt van sporten Als je muziek maakt Als je per week meer dan twee dagen werkt Als je elke dag ...

Kennismaking
#kennismaking

What is Programming?

Losse Lessen

Podcast (created with NotebookLM) What is Programming? Programming is like giving instructions to a computer to make it do what you want. Imagine you have a robot helper, and you need to tell it step-by-step how to complete a task, like building a LEGO set ...

Handige JS / JQuery Functions

2024

Prevent dragging on page let initialX, initialY; let dragging = false; document.addEventListener('mousedown', function (event) { // Store the initial mouse position when the mouse button is pressed initialX = event.clientX; initialY = event...

Books

Overig / Notes

Black Heart (2018) - readThe first book introduces Detective Dan Riley as he investigates the brutal murder of a woman found dead in a luxury hotel suite. As the investigation unfolds, dark secrets emerge, leading to a web of lies, obsession, and revenge. ...

Flex Boxes

2024 Front End

Basisstappen om Flexbox te gebruiken Voeg display: flex; toe aan de container. Gebruik eigenschappen zoals: justify-content: Hiermee regel je hoe de items horizontaal worden uitgelijnd. Bijvoorbeeld: justify-content: center; zet de items in het midden. ...

Rapporten

Canvas

Inleiding Om rapporten te maken voor studenten is een klein Python script gemaakt. Zorg ervoor dat Python3 is geïnstalleerd, en dat  via PIP de juiste library's zijn geïnstalleerd. pip install pandas Benodigde bestanden studenten.csv Nr;Klas;Canvas Id;St...

Voetbal Challenge

2024 Challenges

Challenge In deze challenge krijg je een aantal voetbaluitslagen en met die uitslagen moet jij berekenen hoeveel punten de voetbalclubs hebben. Voorkennis Voor deze challenge heb je kennis nodig van: HTML en CSS basis kennis. gebruik van variabelen in P...

Portfolio Challenge

2024 Challenges

O1 - Ontwerp de basis pagina's Bouw een website die over jezelf gaat, de teksten van je website ga je tijdens de persoonlijk profileren lessen opstellen. De opdracht: De website moet bestaan uit een homepage en 3 vervolgpagina's. voorbeeld home pag...

Javascript Challenge

2024 Challenges

Bestelsysteem kantine Maak een bestelsysteem voor de kantine van het ROC. In het scherm van het systeem zijn twee blokken zichtbaar. Het linkerblok bestaat uit een bestellijst / formulier, waarin kan worden aangegeven wat wordt besteld en de aantallen. Hier s...

Prompt Engineering

2024

Indeling Inleiding tot Prompt Engineering Uitleg over wat prompt engineering is, waarom het belangrijk is en hoe het de interactie met AI-systemen fundamenteel kan verbeteren. Opgave: Schrijf drie verschillende prompts voor hetzelfde verzoek en analyseer ho...

Forms

Brand-Brothers

Handleiding Deze handleiding beschrijft de verschillende parameters die je kunt gebruiken bij het configureren van een bier selectie formulier. Het form wordt aangeroepen door middel van een URL en alle parameters worden in de URL meegegeven. Voorbeeld: ht...

Equipment

Brand-Brothers

Equipmentlist (in ontwikkeling) https://..../brand-brothers/equipment-list/folders.php --

Technical (Equipment )

Brand-Brothers

Equipment folder -> equipment ->  Performance Plaatjes Plaatjes staan in Amazon Cloud en zijn 200kb tot 500kb. No Cache, no optimazation Het laden van 5 items duurt 1 tot 2.5 seconden afhankelijk van de grootte van de plaatjes. Async laden plaatjes Laa...

Beoordeling B3v1

2024 Level Up Check

Opgave 1, Arrays deel 1 2 punt voor getallen in array 2 punten voor juiste code (geen foutmeldingen en opmaak incluisef {} ) 2 punten voor deze output De array heeft de volgende waarden: 12, 45, 78, 23, 56 deel 2 4 punten toevoegen 89 aan array via cod...

Grid View - Max MVC

Overig / Notes

Below is sample documentation that explains how to configure each column in your grid. You can include this in your project’s documentation (for example, as a README or developer guide). Grid Column Data Structure Each column in the grid is defined as an a...

(Cyber) Security Overview

Overig Onderwijs

Incident Response LIfecycle (NIST Framework) The NIST (National Institute of Standards and Technology) defines a 6-phase approach: Preparation Develop an incident response plan (IRP). Train teams, conduct security awareness programs. Implement secur...

Fotobooth

Brand-Brothers

Code voor Arduino (1ste versie) #include <Keyboard.h> const int inputPin = 12; // Pin connected to Nayax output int lastState = LOW; // Previous state of the input pin int count; void setup() { pinMode(inputPin, INPUT); // Set the pin a...

Temperatuur en luchtvochtigheid

Arduino

Temperatuur en luchtvochtigheid DHT11 DHT11; van links naar rechts: signaal (naar port 2), 3.3V, GRND.Let op er zijn meerdere varianten en bij de meeste zit de data in het midden. (https://elektronicavoorjou.nl/product/dht11-temperatuur-en-vochtigheid-s...

Arduino's overview

Arduino

Entry-Level Boards Arduino UNO R4 Minima Price: ~$20 Main Purpose: Beginner-friendly board for learning electronics and programming. Capabilities: HID support (keyboard/mouse emulation), no built-in Wi-Fi or Bluetooth. Memory: 32 KB SRAM, 256 KB F...