summaryrefslogtreecommitdiffstats
path: root/_site/archive/index.html
blob: 95db97f99e85e0dac9f06e7859b3a83c002036cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!doctype html>
<html lang="en-us">

  <head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Archive</title>
  <link rel="stylesheet" href="/assets/css/main.css">
  <link rel="stylesheet" href="/assets/css/skeleton.css">
</head>



  <body>
  
    <div id="nav-container" class="container">
  <ul id="navlist" class="left">
    
    <li >
      <a href="/" class="link-decor-none">hme</a>
    </li>
    <li class="active">
      <a href="/archive/" class="link-decor-none">blg</a>
    </li>
    <li >
      <a href="/projects/" class="link-decor-none">poc</a>
    </li>
    <li >
      <a href="/about/" class="link-decor-none">abt</a>
    </li>
    <li><a href="/feed.xml" class="link-decor-none">rss</a></li>
  </ul>
</div>

   

    <main class="container" id="main"><div class="container">

  <h2>Archive</h2>

    <div class="articles">
    <table class="posts-table">
  
    
    
  
      <tr>
        <td class="posts-td posts-td-link">
          <a href="/archive/suckless-software/" class="link-decor-none">How I manage Suckless software packages</a>
        </td>
        <td class="posts-td posts-td-time">
          <span class="post-meta">
            <time datetime="2025-11-30 00:00:00 +0800">2025-11-30</time>
          </span>
        </td>
      </tr>
  
    
  
      <tr>
        <td class="posts-td posts-td-link">
          <a href="/archive/neo4j-a-star-search/" class="link-decor-none">Neo4J A* search</a>
        </td>
        <td class="posts-td posts-td-time">
          <span class="post-meta">
            <time datetime="2025-09-14 00:00:00 +0800">2025-09-14</time>
          </span>
        </td>
      </tr>
  
    
  
      <tr>
        <td class="posts-td posts-td-link">
          <a href="/archive/mosfet-switches/" class="link-decor-none">MOSFETs as electronic switches</a>
        </td>
        <td class="posts-td posts-td-time">
          <span class="post-meta">
            <time datetime="2025-06-22 00:00:00 +0800">2025-06-22</time>
          </span>
        </td>
      </tr>
  
    
  
      <tr>
        <td class="posts-td posts-td-link">
          <a href="/archive/arduino-uno/" class="link-decor-none">How to configure ATmega328P microcontrollers to run at 3.3V and 5V</a>
        </td>
        <td class="posts-td posts-td-time">
          <span class="post-meta">
            <time datetime="2025-04-10 00:00:00 +0800">2025-04-10</time>
          </span>
        </td>
      </tr>
  
    
  
      <tr>
        <td class="posts-td posts-td-link">
          <a href="/archive/arduino-due/" class="link-decor-none">How to set up ATSAM3X8E microcontrollers for bare-metal programming in C</a>
        </td>
        <td class="posts-td posts-td-time">
          <span class="post-meta">
            <time datetime="2024-10-05 00:00:00 +0800">2024-10-05</time>
          </span>
        </td>
      </tr>
  
    
  
    </table>
  </div>


</div>
</main>

    <div class="footer">
  <div class="container">
    <div class="twelve columns right">
      <p id="footer-text">&copy; ASCIIMX - 2025</p>
    </div>
  </div>
</div>


  </body>
</html>