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 = "bassietest" | |
| version = "0.1.0" | |
| edition = "2024" | |
| authors = ["Bastiaan van der Plaat <bastiaan.v.d.plaat@gmail.com>"] | |
| [dependencies] | |
| windows-sys = {version = "0.61.2", features = ["Win32_UI_WindowsAndMessaging"]} |
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
| # For macOS install git-filter-repo | |
| brew install git-filter-repo | |
| # Remove all git commits except touching 'bin/bible/' and 'bible/' | |
| git filter-repo --path bin/bible/ --path bible/ --path-rename bin/bible/: --force | |
| # Delete all inrelevant tags | |
| git tag -l | grep -v '^bible' | xargs git tag -d | |
| # Delete all branches except the current one |
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 = bastiaan.v.d.plaat@gmail.com | |
| [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" |
NewerOlder