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

778 total results found

React 2 (React Movie Explorer - concept 13/1)

2024 Frond End 2

Vite + React Projectnaam: "React Movie Explorer" Beschrijving: Studenten bouwen een interactieve webapplicatie waarmee gebruikers informatie over films kunnen opzoeken. De applicatie gebruikt een externe API, zoals de OMDb API of een andere gratis films-AP...

React 2 (React To-Do Master - concept 13/1)

2024 Frond End 2

ChatGPT:  Hier is een ander leuk projectidee dat geschikt is voor beginnende studenten om Vite + React te leren: Projectnaam: "React To-Do Master" Beschrijving: Studenten maken een eenvoudige maar functionele to-do lijstapplicatie waarin gebruikers taken k...

React 2

2024 Frond End 2

01 - React React is een tool die je helpt om websites te bouwen die snel en interactief zijn. Stel je voor dat je een website maakt zoals Instagram of YouTube, waar je op knoppen kunt klikken, reacties kunt plaatsen, of video’s kunt bekijken zonder dat de hel...

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...

Arduino projects ideas

Arduino

Arduino projects ideas LED Blinking Traffic Light Description: Build a simple traffic light simulation with red, yellow, and green LEDs that cycle in sequence. Learning Objectives: Digital output, basic timing with delay(), and code structure (setup...

Display

Arduino

1602 LCD Module Display Bundle with I2C interface 2x16 Characters Aansluitschema Let op: de pin configuratie verschilt per type Arduino Uno, Ethernet A4 (SDA), A5 (SCL)  Mega2560 20 (SDA), 21 (SCL)  Leonardo     2 (SDA),  3 (SCL) ...

PageESP32-WROOM-32S 32d is

Arduino

The Dual Core 30pin ESP32-WROOM-32S 32d is compatible with the Arduino IDE. To get started, you'll need to install the ESP32 board definitions through the Arduino Board Manager. Here’s how: Install the Board Package:In the Arduino IDE, open File > Prefere...

Thermometer bewegingsmelder en clock

Arduino

Thermometer bewegingsmelder en clock Het display laat de temperatuur en luchtvochtigheid zien en toont de trend met een pijltje omhoog of naar beneden. Op de tweede regel staat de datum en tijd. Het display gaat alleen 'aan' als er beweiging wordt geconstat...

Software Development en AI

2024

Samenvatting In de tijd van AI blijven bepaalde vaardigheden onmisbaar voor programmeurs: Probleemoplossend denken: Analyseer complexe vraagstukken en ontwerp robuuste oplossingen. Softwarearchitectuur: Bepaal systeemstructuur, design patterns en zo...

Herhaling Arrays en Loops

2024 Programmeren1

Opgave A Pas de code aan zodat het land én de hoofdstad nast elkaar op één regel wordt afgedrukt. Output Nederland: AmsterdamBelgië: BrusselDuitsland: Berlijn Code <?php $landen = [ "Nederland" => [ "hoofdstad" => "Amsterdam", "inw...

Sets and availabilty

Brand-Brothers

"Database prompt" The following data is to be used as input. Table equipment with columns id and current_quantityThis data is equipment that is available for renting. Per equipment id (item) the current _quantity is the stock available. Table equipmentset...

Example prompt

2024

ZapQuiz: Interactive Quiz Application  Part 1 Project Overview ZapQuiz is a Kahoot-like interactive quiz application that allows teachers to create quizzes and participants to join via QR codes, answering questions in real-time with a points-based scoring s...

Beweging, Temperatuur Clock en Buttons

Arduino

Same setup but improved with three buttons to make it completely independed from PC. #include <Wire.h> #include <LiquidCrystal_I2C.h> #include <DHT.h> #include <DS3231.h> // --- Definitions --- #define DHTPIN 4 // Pin connected to the DHT11 data ...

Scratch 1

Software Development 2025 Blok 1 van Scratch naar Python

Deze pagina biedt een stap-voor-stap handleiding om te leren programmeren in Scratch door het bouwen van een doolhofspel. Je volgt de lessen door middel van uitlegvideo's, maakt opdrachten direct in Scratch en leert daarbij belangrijke programmeerconcepten zoa...

Scratch 2

Software Development 2025 Blok 1 van Scratch naar Python

Deze pagina biedt een reeks lessen voor het maken van een platformspel in Scratch 2, vergelijkbaar met Super Mario. De instructies leiden gebruikers stap voor stap door het proces, beginnend bij basisbeweging en voortschrijdend naar complexere elementen zoals ...

VU

Overig / Notes

Cheat Sheet – Virtual Environment Manager Standard python3 -m venv .venv source .venv/bin/activate // Linux .venv\Scripts\activate // Windows Create and Manage Environments Command Description vu new <envname> Create a new virtua...

#vu