From f53276c1e8127e11a93ff3574a35834644093ab2 Mon Sep 17 00:00:00 2001 From: Sebastian Wendel Date: Sat, 17 Feb 2024 11:33:14 +0100 Subject: [PATCH] updated and formated web environments --- .gitignore | 1 + .vscode/extensions.json | 1 + css/srx.css | 2 +- index.html | 128 +++++++++++++++++++++------------------- 4 files changed, 71 insertions(+), 61 deletions(-) diff --git a/.gitignore b/.gitignore index d0234ea..76f4c06 100644 --- a/.gitignore +++ b/.gitignore @@ -9,5 +9,6 @@ node_modules *.log # personal environment configuration +.direnv .env.* .env \ No newline at end of file diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 8688794..c52ebf1 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -7,6 +7,7 @@ "kamadorueda.alejandra", "mblode.pretty-formatter", "mikestead.dotenv", + "stylelint.vscode-stylelint", ], "unwantedRecommendations": [] } diff --git a/css/srx.css b/css/srx.css index 1ade11d..bc15968 100644 --- a/css/srx.css +++ b/css/srx.css @@ -4,6 +4,6 @@ } h1, h2, h3, h4, h5, h6 { - font:inherit; + font: inherit; font-family: workbench; } \ No newline at end of file diff --git a/index.html b/index.html index b5205d4..09f6878 100644 --- a/index.html +++ b/index.html @@ -1,67 +1,75 @@ - - What is Magnetic-core memory? - - - - - - - - - - - - - -
-
-
-
-

What is Magnetic-core memory?

-

Core memory uses toroids - (rings) of a hard - magnetic material (usually a semi-hard - ferrite). Each core stores one bit - of information. Two or more wires pass through each core, forming an - X-Y array of cores. When an electrical current above a certain - threshold is applied to the wires, the core will become magnetized. - The core to be written is selected by powering one X and one Y wire - to half of the required power, such that only the single core at the - intersection is written. Depending on the direction of the currents, - the core will pick up a clockwise or counterclockwise magnetic field, - storing a 1 or 0. - - This writing process also causes electricity to be induced - into nearby wires. If the new pulse being applied in the X-Y wires is - the same as the last applied to that core, the existing field will do - nothing, and no induction will result. If the new pulse is in the - opposite direction, a pulse will be generated. This is normally - picked up in a separate "sense" wire, allowing the system - to know whether that core held a 1 or 0. As this readout process - requires the core to be written, this process is known as destructive - readout, and requires additional circuitry to reset the core to - its original value if the process flipped it. + + What is Magnetic-core memory? + + + + + + + + + + + + + +

+
+
+
+

What is Magnetic-core memory?

+

Core memory uses + toroids + (rings) of a + hard + magnetic material + (usually a + semi-hard + ferrite). Each core stores one + bit + of information. Two or more wires pass through each core, forming an + X-Y array of cores. When an electrical current above a certain + threshold is applied to the wires, the core will become magnetized. + The core to be written is selected by powering one X and one Y wire + to half of the required power, such that only the single core at the + intersection is written. Depending on the direction of the currents, + the core will pick up a clockwise or counterclockwise magnetic field, + storing a 1 or 0. + + This writing process also causes electricity to be + induced + into nearby wires. If the new pulse being applied in the X-Y wires is + the same as the last applied to that core, the existing field will do + nothing, and no induction will result. If the new pulse is in the + opposite direction, a pulse will be generated. This is normally + picked up in a separate "sense" wire, allowing the system + to know whether that core held a 1 or 0. As this readout process + requires the core to be written, this process is known as + destructive + readout, and requires additional circuitry to reset the core to + its original value if the process flipped it.

-
-
-
- -
-
-
-
- - \ No newline at end of file + +