The Korra processor is a simple 32-bit CISC processor with RISC features
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
[package] | |
name = "hello" | |
version = "0.1.0" | |
edition = "2024" | |
[dependencies] | |
serde = { version = "1.0", features = ["derive"] } | |
serde_json = "1.0" | |
[profile.release] |
Je maakt mij het meest blij met (kan je alleen tweedehands kopen):
- Buck Danny - De zwarte draak
- Evert Hartman - Vechten voor overmorgen
- Evert Hartman - Niemand houdt mij tegen
- Evert Hartman - De vloek van Polyfemos
- Evert Hartman - De voorspelling
Maar dit wil ik ook graag (als het te duur is betaal ik het verschil):
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
[user] | |
name = Bastiaan van der Plaat | |
email = [email protected] | |
[core] | |
autocrlf = false | |
editor = nano | |
[help] | |
autocorrect = prompt | |
[fetch] | |
prune = true |
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
[package] | |
name = "bassietest" | |
version = "0.1.0" | |
edition = "2021" | |
[dependencies] | |
anyhow = "1.0" | |
rustls = { version = "0.23", default-features = false, features = ["std", "tls12", "ring"] } | |
webpki-roots = "0.26" |
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
#!/usr/bin/env python3 | |
# Simple WPT tests runner script for Ladybird | |
# Usage: ./wpt-runner.py dom/ | |
import subprocess | |
import sys | |
import requests | |
from bs4 import BeautifulSoup | |
bin_path = "Build/lagom/bin/Ladybird.app/Contents/MacOS" |
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
#include <stdio.h> | |
#include <stdint.h> | |
#include <time.h> | |
#ifdef _WIN32 | |
#include <winsock2.h> | |
#else | |
#include <sys/socket.h> | |
#include <netinet/in.h> | |
#include <netdb.h> | |
#include <unistd.h> |
NewerOlder