This commit is contained in:
number571 2024-07-23 23:52:28 +07:00
parent c6f6a19062
commit 0cb3d5be5b
6 changed files with 30155 additions and 30154 deletions

File diff suppressed because it is too large Load Diff

View File

@ -27,7 +27,8 @@ Also, the composition of these works can be found in the book [The general theor
6. [Entropy Increase Networks](https://habr.com/ru/articles/743630/ "Habr EIN")
7. [Create node in the Hidden Lake](https://habr.com/ru/articles/765464/ "Habr HL")
8. [Hidden Lake Filesharer](https://habr.com/ru/articles/789968/ "Habr HLF")
9. [Hidden Lake Adapter Chatingar](https://habr.com/ru/articles/800965/ "Habr HLA_chatingar")
9. [Hidden Lake Remoter](https://habr.com/ru/articles/830130/ "Habr HLR")
10. [Hidden Lake Adapter Chatingar](https://habr.com/ru/articles/800965/ "Habr HLA_chatingar")
### 4. Videos
@ -48,7 +49,6 @@ Also, the composition of these works can be found in the book [The general theor
5. HLE = 955x
6. HLF = 954x
7. HLR = 953x
8. HL_T = 950x
## Code style go-peer

View File

@ -3,5 +3,6 @@
// Package functions:
// 1. HexEncode/HexDecode
// 2. Uint64ToBytes/BytesToUint64
// 3. Serialize/Deserialize
// 3. SerializeJSON/DeserializeJSON
// 4. SerializeYAML/DeserializeYAML
package encoding

View File

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="96" height="20" role="img" aria-label="code lines: 43352"><title>code lines: 43352</title><linearGradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="r"><rect width="96" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#r)"><rect width="57" height="20" fill="#555"/><rect x="57" width="40" height="20" fill="#4682b4"/><rect width="96" height="20" fill="url(#s)"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="295" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="510">code lines</text><text x="295" y="140" transform="scale(.1)" fill="#fff" textLength="510">code lines</text><text aria-hidden="true" x="770" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="320">43352</text><text x="770" y="140" transform="scale(.1)" fill="#fff" textLength="320">43352</text></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="96" height="20" role="img" aria-label="code lines: 43353"><title>code lines: 43353</title><linearGradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="r"><rect width="96" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#r)"><rect width="57" height="20" fill="#555"/><rect x="57" width="40" height="20" fill="#4682b4"/><rect width="96" height="20" fill="url(#s)"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="295" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="510">code lines</text><text x="295" y="140" transform="scale(.1)" fill="#fff" textLength="510">code lines</text><text aria-hidden="true" x="770" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="320">43353</text><text x="770" y="140" transform="scale(.1)" fill="#fff" textLength="320">43353</text></g></svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

File diff suppressed because it is too large Load Diff

View File

@ -550,7 +550,7 @@
<g>
<rect x="364.413176" y="475.538940" width="85.865937" height="120.461060" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
<rect x="364.413176" y="475.538940" width="85.865937" height="120.461060" style="fill: rgb(5, 117, 62);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
<text
data-notex="1"
@ -582,7 +582,7 @@
<g>
<rect x="44.000000" y="337.994775" width="183.682748" height="258.005225" style="fill: rgb(14, 133, 70);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
<rect x="44.000000" y="337.994775" width="183.682748" height="258.005225" style="fill: rgb(12, 130, 68);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
<text
data-notex="1"
@ -901,7 +901,7 @@
<g>
<rect x="372.413176" y="497.138940" width="69.865937" height="65.439644" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
<rect x="372.413176" y="497.138940" width="69.865937" height="65.439644" style="fill: rgb(8, 122, 64);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
<text
data-notex="1"

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB