First commit on Mac Mini server
BIN
public/notes/coding/cheat_sheet/c/feature.png
Normal file
|
After Width: | Height: | Size: 1.1 MiB |
|
After Width: | Height: | Size: 408 KiB |
|
After Width: | Height: | Size: 408 KiB |
BIN
public/notes/coding/cheat_sheet/c/image.png
Normal file
|
After Width: | Height: | Size: 1.1 MiB |
1173
public/notes/coding/cheat_sheet/c/index.html
Normal file
BIN
public/notes/coding/cheat_sheet/cpp/feature.png
Normal file
|
After Width: | Height: | Size: 124 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 34 KiB |
BIN
public/notes/coding/cheat_sheet/cpp/image.png
Normal file
|
After Width: | Height: | Size: 124 KiB |
1193
public/notes/coding/cheat_sheet/cpp/index.html
Normal file
BIN
public/notes/coding/cheat_sheet/feature.png
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
|
After Width: | Height: | Size: 425 KiB |
BIN
public/notes/coding/cheat_sheet/feature_hu_1436f3ddd11d8c30.png
Normal file
|
After Width: | Height: | Size: 425 KiB |
BIN
public/notes/coding/cheat_sheet/git/feature.png
Normal file
|
After Width: | Height: | Size: 159 KiB |
|
After Width: | Height: | Size: 47 KiB |
|
After Width: | Height: | Size: 47 KiB |
BIN
public/notes/coding/cheat_sheet/git/image.png
Normal file
|
After Width: | Height: | Size: 159 KiB |
1307
public/notes/coding/cheat_sheet/git/index.html
Normal file
BIN
public/notes/coding/cheat_sheet/image.png
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
1426
public/notes/coding/cheat_sheet/index.html
Normal file
79
public/notes/coding/cheat_sheet/index.xml
Normal file
@@ -0,0 +1,79 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Cheat Sheets on SWangNice</title>
|
||||
<link>http://localhost:1313/notes/coding/cheat_sheet/</link>
|
||||
<description>Recent content in Cheat Sheets on SWangNice</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en</language>
|
||||
<copyright>© 2025 SWang</copyright>
|
||||
<lastBuildDate>Fri, 20 Sep 2024 04:17:50 +0000</lastBuildDate><atom:link href="http://localhost:1313/notes/coding/cheat_sheet/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
<item>
|
||||
<title>C</title>
|
||||
<link>http://localhost:1313/notes/coding/cheat_sheet/c/</link>
|
||||
<pubDate>Fri, 20 Sep 2024 04:17:50 +0000</pubDate>
|
||||
|
||||
<guid>http://localhost:1313/notes/coding/cheat_sheet/c/</guid>
|
||||
<description></description>
|
||||
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://localhost:1313/notes/coding/cheat_sheet/c/feature.png" />
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>C++</title>
|
||||
<link>http://localhost:1313/notes/coding/cheat_sheet/cpp/</link>
|
||||
<pubDate>Fri, 20 Sep 2024 04:17:50 +0000</pubDate>
|
||||
|
||||
<guid>http://localhost:1313/notes/coding/cheat_sheet/cpp/</guid>
|
||||
<description></description>
|
||||
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://localhost:1313/notes/coding/cheat_sheet/cpp/feature.png" />
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Git</title>
|
||||
<link>http://localhost:1313/notes/coding/cheat_sheet/git/</link>
|
||||
<pubDate>Fri, 20 Sep 2024 04:17:50 +0000</pubDate>
|
||||
|
||||
<guid>http://localhost:1313/notes/coding/cheat_sheet/git/</guid>
|
||||
<description><h2 class="relative group">submodule
|
||||
<div id="submodule" class="anchor"></div>
|
||||
|
||||
<span
|
||||
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
|
||||
<a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700"
|
||||
style="text-decoration-line: none !important;" href="#submodule" aria-label="Anchor">#</a>
|
||||
</span>
|
||||
|
||||
</h2>
|
||||
|
||||
|
||||
<h2 class="relative group">Commit
|
||||
<div id="commit" class="anchor"></div>
|
||||
|
||||
<span
|
||||
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
|
||||
<a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700"
|
||||
style="text-decoration-line: none !important;" href="#commit" aria-label="Anchor">#</a>
|
||||
</span>
|
||||
|
||||
</h2>
|
||||
<ol>
|
||||
<li>Add date and time in commit messages:</li>
|
||||
</ol>
|
||||
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-bash" data-lang="bash"><span class="line"><span class="cl">git commit -m <span class="s2">&#34;</span><span class="k">$(</span>date <span class="s1">&#39;+%Y-%m-%d %H:%M:%S&#39;</span><span class="k">)</span><span class="s2">&#34;</span>
|
||||
</span></span></code></pre></div></description>
|
||||
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://localhost:1313/notes/coding/cheat_sheet/git/feature.png" />
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Python</title>
|
||||
<link>http://localhost:1313/notes/coding/cheat_sheet/python/</link>
|
||||
<pubDate>Fri, 20 Sep 2024 04:17:50 +0000</pubDate>
|
||||
|
||||
<guid>http://localhost:1313/notes/coding/cheat_sheet/python/</guid>
|
||||
<description></description>
|
||||
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="http://localhost:1313/notes/coding/cheat_sheet/python/feature.png" />
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
10
public/notes/coding/cheat_sheet/page/1/index.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>http://localhost:1313/notes/coding/cheat_sheet/</title>
|
||||
<link rel="canonical" href="http://localhost:1313/notes/coding/cheat_sheet/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=http://localhost:1313/notes/coding/cheat_sheet/">
|
||||
</head>
|
||||
</html>
|
||||
BIN
public/notes/coding/cheat_sheet/python/feature.png
Normal file
|
After Width: | Height: | Size: 447 KiB |
|
After Width: | Height: | Size: 303 KiB |
|
After Width: | Height: | Size: 303 KiB |
BIN
public/notes/coding/cheat_sheet/python/image.png
Normal file
|
After Width: | Height: | Size: 447 KiB |
1173
public/notes/coding/cheat_sheet/python/index.html
Normal file
BIN
public/notes/coding/feature.JPG
Normal file
|
After Width: | Height: | Size: 925 KiB |
BIN
public/notes/coding/feature.png
Normal file
|
After Width: | Height: | Size: 925 KiB |
BIN
public/notes/coding/feature_hu5436334178309711235.jpg
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
public/notes/coding/feature_hu_9f46d918bd8690ec.jpg
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
public/notes/coding/image.png
Normal file
|
After Width: | Height: | Size: 925 KiB |
1149
public/notes/coding/index.html
Normal file
13
public/notes/coding/index.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Coding on SWangNice</title>
|
||||
<link>http://localhost:1313/notes/coding/</link>
|
||||
<description>Recent content in Coding on SWangNice</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en</language>
|
||||
<copyright>© 2025 SWang</copyright>
|
||||
<lastBuildDate>Fri, 20 Sep 2024 04:17:50 +0000</lastBuildDate><atom:link href="http://localhost:1313/notes/coding/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
10
public/notes/coding/page/1/index.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>http://localhost:1313/notes/coding/</title>
|
||||
<link rel="canonical" href="http://localhost:1313/notes/coding/">
|
||||
<meta name="robots" content="noindex">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; url=http://localhost:1313/notes/coding/">
|
||||
</head>
|
||||
</html>
|
||||