Skip to content

Commit

Permalink
Deployed 7adafcb with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
c01dkit committed Dec 5, 2024
1 parent 8e6bf93 commit e0199a4
Show file tree
Hide file tree
Showing 106 changed files with 2,413 additions and 2,025 deletions.
2 changes: 1 addition & 1 deletion 404.html

Large diffs are not rendered by default.

46 changes: 0 additions & 46 deletions IDA/index.html

This file was deleted.

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions algorithm-and-data-structure/algorithm/dynamic-algo/index.html

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions algorithm-and-data-structure/algorithm/graph-algo/index.html

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions algorithm-and-data-structure/algorithm/greedy-algo/index.html

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions algorithm-and-data-structure/algorithm/index.html

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions algorithm-and-data-structure/data-structure/array/index.html

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions algorithm-and-data-structure/data-structure/graph/index.html

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions algorithm-and-data-structure/data-structure/index.html

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions algorithm-and-data-structure/data-structure/linkedlist/index.html

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions algorithm-and-data-structure/data-structure/queue/index.html

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions algorithm-and-data-structure/data-structure/stack/index.html

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions algorithm-and-data-structure/data-structure/tree/index.html

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions algorithm-and-data-structure/index.html

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
126 changes: 0 additions & 126 deletions autoconf/index.html

This file was deleted.

74 changes: 0 additions & 74 deletions c/index.html

This file was deleted.

46 changes: 0 additions & 46 deletions code-gracely/index.html

This file was deleted.

40 changes: 40 additions & 0 deletions css/counter.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
h1 {
counter-reset: h2;
}
h2 {
counter-reset: h3;
}
h3 {
counter-reset: h4;
}
h4 {
counter-reset: h5;
}
h5 {
counter-reset: h6;
}
h2:before {
counter-increment: h2;
content: counter(h2);
margin-right: 0.8rem;
}
h3:before {
counter-increment: h3;
content: counter(h2) "." counter(h3);
margin-right: 0.8rem;
}
h4:before {
counter-increment: h4;
content: counter(h2) "." counter(h3) "." counter(h4);
margin-right: 0.8rem;
}
h5:before {
counter-increment: h5;
content: counter(h2) "." counter(h3) "." counter(h4) "." counter(h5);
margin-right: 0.8rem;
}
h6:before {
counter-increment: h6;
content: counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) "." counter(h6);
margin-right: 0.8rem;
}
57 changes: 0 additions & 57 deletions docker/index.html

This file was deleted.

46 changes: 0 additions & 46 deletions dsa/array/index.html

This file was deleted.

46 changes: 0 additions & 46 deletions dsa/branch-and-bound-algo/index.html

This file was deleted.

46 changes: 0 additions & 46 deletions dsa/dynamic-algo/index.html

This file was deleted.

46 changes: 0 additions & 46 deletions dsa/graph-algo/index.html

This file was deleted.

46 changes: 0 additions & 46 deletions dsa/graph/index.html

This file was deleted.

46 changes: 0 additions & 46 deletions dsa/greedy-algo/index.html

This file was deleted.

46 changes: 0 additions & 46 deletions dsa/linkedlist/index.html

This file was deleted.

46 changes: 0 additions & 46 deletions dsa/queue/index.html

This file was deleted.

46 changes: 0 additions & 46 deletions dsa/stack/index.html

This file was deleted.

46 changes: 0 additions & 46 deletions dsa/tree/index.html

This file was deleted.

94 changes: 0 additions & 94 deletions envs/index.html

This file was deleted.

48 changes: 0 additions & 48 deletions fuzzing/index.html

This file was deleted.

49 changes: 0 additions & 49 deletions git/index.html

This file was deleted.

59 changes: 0 additions & 59 deletions go/index.html

This file was deleted.

4 changes: 2 additions & 2 deletions index.html

Large diffs are not rendered by default.

46 changes: 0 additions & 46 deletions interesting-articles/index.html

This file was deleted.

46 changes: 0 additions & 46 deletions investigations/index.html

This file was deleted.

46 changes: 0 additions & 46 deletions java/index.html

This file was deleted.

Empty file removed javascripts/myjs.js
Empty file.
51 changes: 0 additions & 51 deletions linux-kernel/index.html

This file was deleted.

114 changes: 0 additions & 114 deletions linux-server/index.html

This file was deleted.

94 changes: 94 additions & 0 deletions misc-notes/environments/envs/index.html

Large diffs are not rendered by default.

114 changes: 114 additions & 0 deletions misc-notes/environments/linux-server/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

55 changes: 55 additions & 0 deletions misc-notes/environments/proxy/index.html

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions misc-notes/index.html

Large diffs are not rendered by default.

126 changes: 126 additions & 0 deletions misc-notes/software-kits/autoconf/index.html

Large diffs are not rendered by default.

57 changes: 57 additions & 0 deletions misc-notes/software-kits/docker/index.html

Large diffs are not rendered by default.

49 changes: 49 additions & 0 deletions misc-notes/software-kits/git/index.html

Large diffs are not rendered by default.

51 changes: 51 additions & 0 deletions misc-notes/software-kits/openssh/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

50 changes: 50 additions & 0 deletions misc-notes/software-kits/try-chatgpt/index.html

Large diffs are not rendered by default.

51 changes: 0 additions & 51 deletions openssh/index.html

This file was deleted.

46 changes: 0 additions & 46 deletions picking-ups/index.html

This file was deleted.

74 changes: 74 additions & 0 deletions programming-languages/c/index.html

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions programming-languages/code-gracely/index.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions cpp/index.html → programming-languages/cpp/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

59 changes: 59 additions & 0 deletions programming-languages/go/index.html

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions programming-languages/index.html

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions programming-languages/java/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions python/index.html → programming-languages/python/index.html

Large diffs are not rendered by default.

55 changes: 0 additions & 55 deletions proxy/index.html

This file was deleted.

46 changes: 0 additions & 46 deletions rca/index.html

This file was deleted.

46 changes: 0 additions & 46 deletions readings/index.html

This file was deleted.

46 changes: 46 additions & 0 deletions researching-is-living/general/interesting-articles/index.html

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions researching-is-living/general/investigations/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions researching-is-living/general/picking-ups/index.html

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions researching-is-living/general/readings/index.html

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions researching-is-living/general/sci-thoughts/index.html

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions researching-is-living/general/sentence-templates/index.html

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions researching-is-living/general/word-learning/index.html

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions researching-is-living/index.html

Large diffs are not rendered by default.

48 changes: 48 additions & 0 deletions researching-is-living/related/fuzzing/index.html

Large diffs are not rendered by default.

51 changes: 51 additions & 0 deletions researching-is-living/related/linux-kernel/index.html

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions researching-is-living/related/rca/index.html

Large diffs are not rendered by default.

46 changes: 0 additions & 46 deletions reverse-advanced/index.html

This file was deleted.

56 changes: 0 additions & 56 deletions reverse-basic/index.html

This file was deleted.

46 changes: 0 additions & 46 deletions sci-thoughts/index.html

This file was deleted.

2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

46 changes: 0 additions & 46 deletions sentence-templates/index.html

This file was deleted.

202 changes: 115 additions & 87 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,178 +2,206 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://tech.c01dkit.com/</loc>
<lastmod>2024-12-04</lastmod>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/IDA/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/algorithm-and-data-structure/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/autoconf/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/algorithm-and-data-structure/algorithm/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/c/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/algorithm-and-data-structure/algorithm/branch-and-bound-algo/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/code-gracely/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/algorithm-and-data-structure/algorithm/dynamic-algo/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/cpp/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/algorithm-and-data-structure/algorithm/graph-algo/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/crawler/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/algorithm-and-data-structure/algorithm/greedy-algo/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/docker/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/algorithm-and-data-structure/data-structure/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/envs/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/algorithm-and-data-structure/data-structure/array/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/fuzzing/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/algorithm-and-data-structure/data-structure/graph/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/git/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/algorithm-and-data-structure/data-structure/linkedlist/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/go/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/algorithm-and-data-structure/data-structure/queue/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/interesting-articles/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/algorithm-and-data-structure/data-structure/stack/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/investigations/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/algorithm-and-data-structure/data-structure/tree/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/java/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/misc-notes/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/latex/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/misc-notes/environments/envs/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/linux-kernel/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/misc-notes/environments/linux-server/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/linux-server/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/misc-notes/environments/porting/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/llvm/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/misc-notes/environments/proxy/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/openssh/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/misc-notes/software-kits/autoconf/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/picking-ups/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/misc-notes/software-kits/docker/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/porting/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/misc-notes/software-kits/git/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/proxy/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/misc-notes/software-kits/openssh/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/pwn-college-cse365-spring2023/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/misc-notes/software-kits/tech-sslh/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/python/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/misc-notes/software-kits/try-chatgpt/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/rca/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/programming-languages/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/readings/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/programming-languages/c/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/reverse-advanced/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/programming-languages/code-gracely/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/reverse-basic/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/programming-languages/cpp/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/sci-thoughts/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/programming-languages/crawler/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/sentence-templates/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/programming-languages/go/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/tech-sslh/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/programming-languages/java/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/try-chatgpt/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/programming-languages/python/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/word-learning/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/researching-is-living/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/dsa/array/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/researching-is-living/general/interesting-articles/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/dsa/branch-and-bound-algo/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/researching-is-living/general/investigations/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/dsa/dynamic-algo/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/researching-is-living/general/latex/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/dsa/graph-algo/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/researching-is-living/general/picking-ups/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/dsa/graph/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/researching-is-living/general/readings/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/dsa/greedy-algo/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/researching-is-living/general/sci-thoughts/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/dsa/linkedlist/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/researching-is-living/general/sentence-templates/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/dsa/queue/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/researching-is-living/general/word-learning/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/dsa/stack/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/researching-is-living/related/fuzzing/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/dsa/tree/</loc>
<lastmod>2024-12-04</lastmod>
<loc>https://tech.c01dkit.com/researching-is-living/related/linux-kernel/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/researching-is-living/related/rca/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/software-security/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/software-security/ctf/pwn-college-cse365-spring2023/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/software-security/program-analysis/llvm/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/software-security/reverse/IDA/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/software-security/reverse/reverse-advanced/</loc>
<lastmod>2024-12-05</lastmod>
</url>
<url>
<loc>https://tech.c01dkit.com/software-security/reverse/reverse-basic/</loc>
<lastmod>2024-12-05</lastmod>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions software-security/index.html

Large diffs are not rendered by default.

15 changes: 11 additions & 4 deletions llvm/index.html → ...security/program-analysis/llvm/index.html

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions software-security/reverse/IDA/index.html

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions software-security/reverse/reverse-advanced/index.html

Large diffs are not rendered by default.

56 changes: 56 additions & 0 deletions software-security/reverse/reverse-basic/index.html

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions stylesheets/mystyle.css

This file was deleted.

50 changes: 0 additions & 50 deletions try-chatgpt/index.html

This file was deleted.

46 changes: 0 additions & 46 deletions word-learning/index.html

This file was deleted.

0 comments on commit e0199a4

Please sign in to comment.