Advanced Search
Search Results
778 total results found
React 2 (React Movie Explorer - concept 13/1)
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)
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
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
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
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
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
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
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 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
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
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
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
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
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
"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
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
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
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
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
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...