aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Media.wiki4
-rw-r--r--RiscV.wiki3
-rw-r--r--gcc.wiki5
-rw-r--r--index.wiki2
-rw-r--r--puppet.wiki10
5 files changed, 24 insertions, 0 deletions
diff --git a/Media.wiki b/Media.wiki
index 4b45d19..5b166ac 100644
--- a/Media.wiki
+++ b/Media.wiki
@@ -20,6 +20,7 @@ Teolog
- [ ] The city of ember
- [ ] War of the Worlds (HG Wells)
- [ ] Wizards, Aliens, and Starships - It's a breakdown of the "science of science fiction."
+- [ ] The Princess Bride
== Böcker (fackliga) ==
- [ ] "List Processing in Real Time on a Serial Computer" by Henry Baker
@@ -97,6 +98,9 @@ Teolog
- [ ] Subnautica
- [ ] [[https://www.reddit.com/r/RogueLegacy/comments/8byxfk/free_rogue_legacy_mod_the_lament_of_zors_a/|Lament of Zors - Rogue Legacy MOD]]
+=== GBA ===
+- [ ] Samurai Jack
+
=== PS3 ===
- [ ] Metal Gear Solid HD Collection
- [ ] Metal Gear Solid IV
diff --git a/RiscV.wiki b/RiscV.wiki
index 43f340f..eab69c2 100644
--- a/RiscV.wiki
+++ b/RiscV.wiki
@@ -3,3 +3,6 @@ https://github.com/domus128/vhdlisp
= FPGA =
- DE10-Standard
+
+== Lysator ==
+- libnsl på ronon
diff --git a/gcc.wiki b/gcc.wiki
new file mode 100644
index 0000000..aee5215
--- /dev/null
+++ b/gcc.wiki
@@ -0,0 +1,5 @@
+https://gcc.gnu.org/onlinedocs/gcc-10.1.0/gcc/Static-Analyzer-Options.html
+
+{{{
+gcc -fanalyzer
+}}}
diff --git a/index.wiki b/index.wiki
index 1011750..ce989cc 100644
--- a/index.wiki
+++ b/index.wiki
@@ -11,6 +11,8 @@
- [[VHDL]]
- [[Matlab]]
- [[C++]]
+- [[puppet]]
+- [[gcc]]
== Hårdvara ==
- [[Dator/Ny]]
diff --git a/puppet.wiki b/puppet.wiki
new file mode 100644
index 0000000..dc208ea
--- /dev/null
+++ b/puppet.wiki
@@ -0,0 +1,10 @@
+== Relationships and ordering ==
+https://puppet.com/docs/puppet/7/lang_relationships.html
+
+=== Parameters ===
+
+before :: Applies a resource before the target resource.
+require :: Applies a resource after the target resource.
+notify :: Applies a resource before the target resource. The target resource refreshes if the notifying resource changes.
+subscribe :: Applies a resource after the target resource. The subscribing resource refreshes if the target resource changes.
+