From 9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sun, 10 Feb 2019 11:16:07 +0800 Subject: Initial commit. --- blog/list/.htaccess | 1 + blog/list/0.html | 123 ++++++++++++++++++++++++++++++++ blog/list/1.html | 123 ++++++++++++++++++++++++++++++++ blog/list/2.html | 123 ++++++++++++++++++++++++++++++++ blog/list/3.html | 123 ++++++++++++++++++++++++++++++++ blog/list/4.html | 123 ++++++++++++++++++++++++++++++++ blog/list/5.html | 123 ++++++++++++++++++++++++++++++++ blog/list/6.html | 123 ++++++++++++++++++++++++++++++++ blog/list/7.html | 123 ++++++++++++++++++++++++++++++++ blog/list/8.html | 103 ++++++++++++++++++++++++++ blog/list/acmicpc/0.html | 118 ++++++++++++++++++++++++++++++ blog/list/acmicpc/index.html | 1 + blog/list/c++/0.html | 103 ++++++++++++++++++++++++++ blog/list/c++/index.html | 1 + blog/list/computer-repairing/0.html | 103 ++++++++++++++++++++++++++ blog/list/computer-repairing/index.html | 1 + blog/list/contest/0.html | 113 +++++++++++++++++++++++++++++ blog/list/contest/index.html | 1 + blog/list/daily-life/0.html | 123 ++++++++++++++++++++++++++++++++ blog/list/daily-life/1.html | 103 ++++++++++++++++++++++++++ blog/list/daily-life/index.html | 1 + blog/list/design/0.html | 103 ++++++++++++++++++++++++++ blog/list/design/index.html | 1 + blog/list/devel/0.html | 123 ++++++++++++++++++++++++++++++++ blog/list/devel/1.html | 123 ++++++++++++++++++++++++++++++++ blog/list/devel/index.html | 1 + blog/list/device-review/0.html | 123 ++++++++++++++++++++++++++++++++ blog/list/device-review/index.html | 1 + blog/list/garbage/0.html | 123 ++++++++++++++++++++++++++++++++ blog/list/garbage/1.html | 123 ++++++++++++++++++++++++++++++++ blog/list/garbage/2.html | 123 ++++++++++++++++++++++++++++++++ blog/list/garbage/3.html | 108 ++++++++++++++++++++++++++++ blog/list/garbage/index.html | 1 + blog/list/hands-on/0.html | 108 ++++++++++++++++++++++++++++ blog/list/hands-on/index.html | 1 + blog/list/index.html | 1 + blog/list/interactive/0.html | 103 ++++++++++++++++++++++++++ blog/list/interactive/index.html | 1 + blog/list/js/0.html | 108 ++++++++++++++++++++++++++++ blog/list/js/index.html | 1 + blog/list/linux/0.html | 103 ++++++++++++++++++++++++++ blog/list/linux/index.html | 1 + blog/list/midi/0.html | 103 ++++++++++++++++++++++++++ blog/list/midi/index.html | 1 + blog/list/music/0.html | 103 ++++++++++++++++++++++++++ blog/list/music/index.html | 1 + blog/list/opengl/0.html | 103 ++++++++++++++++++++++++++ blog/list/opengl/index.html | 1 + blog/list/qmidiplayer/0.html | 123 ++++++++++++++++++++++++++++++++ blog/list/qmidiplayer/index.html | 1 + blog/list/qt/0.html | 103 ++++++++++++++++++++++++++ blog/list/qt/index.html | 1 + blog/list/random-xp/0.html | 113 +++++++++++++++++++++++++++++ blog/list/random-xp/index.html | 1 + blog/list/sophistry/0.html | 123 ++++++++++++++++++++++++++++++++ blog/list/sophistry/1.html | 103 ++++++++++++++++++++++++++ blog/list/sophistry/index.html | 1 + blog/list/web/0.html | 113 +++++++++++++++++++++++++++++ blog/list/web/index.html | 1 + blog/list/webgl/0.html | 103 ++++++++++++++++++++++++++ blog/list/webgl/index.html | 1 + 61 files changed, 4235 insertions(+) create mode 100644 blog/list/.htaccess create mode 100644 blog/list/0.html create mode 100644 blog/list/1.html create mode 100644 blog/list/2.html create mode 100644 blog/list/3.html create mode 100644 blog/list/4.html create mode 100644 blog/list/5.html create mode 100644 blog/list/6.html create mode 100644 blog/list/7.html create mode 100644 blog/list/8.html create mode 100644 blog/list/acmicpc/0.html create mode 120000 blog/list/acmicpc/index.html create mode 100644 blog/list/c++/0.html create mode 120000 blog/list/c++/index.html create mode 100644 blog/list/computer-repairing/0.html create mode 120000 blog/list/computer-repairing/index.html create mode 100644 blog/list/contest/0.html create mode 120000 blog/list/contest/index.html create mode 100644 blog/list/daily-life/0.html create mode 100644 blog/list/daily-life/1.html create mode 120000 blog/list/daily-life/index.html create mode 100644 blog/list/design/0.html create mode 120000 blog/list/design/index.html create mode 100644 blog/list/devel/0.html create mode 100644 blog/list/devel/1.html create mode 120000 blog/list/devel/index.html create mode 100644 blog/list/device-review/0.html create mode 120000 blog/list/device-review/index.html create mode 100644 blog/list/garbage/0.html create mode 100644 blog/list/garbage/1.html create mode 100644 blog/list/garbage/2.html create mode 100644 blog/list/garbage/3.html create mode 120000 blog/list/garbage/index.html create mode 100644 blog/list/hands-on/0.html create mode 120000 blog/list/hands-on/index.html create mode 120000 blog/list/index.html create mode 100644 blog/list/interactive/0.html create mode 120000 blog/list/interactive/index.html create mode 100644 blog/list/js/0.html create mode 120000 blog/list/js/index.html create mode 100644 blog/list/linux/0.html create mode 120000 blog/list/linux/index.html create mode 100644 blog/list/midi/0.html create mode 120000 blog/list/midi/index.html create mode 100644 blog/list/music/0.html create mode 120000 blog/list/music/index.html create mode 100644 blog/list/opengl/0.html create mode 120000 blog/list/opengl/index.html create mode 100644 blog/list/qmidiplayer/0.html create mode 120000 blog/list/qmidiplayer/index.html create mode 100644 blog/list/qt/0.html create mode 120000 blog/list/qt/index.html create mode 100644 blog/list/random-xp/0.html create mode 120000 blog/list/random-xp/index.html create mode 100644 blog/list/sophistry/0.html create mode 100644 blog/list/sophistry/1.html create mode 120000 blog/list/sophistry/index.html create mode 100644 blog/list/web/0.html create mode 120000 blog/list/web/index.html create mode 100644 blog/list/webgl/0.html create mode 120000 blog/list/webgl/index.html (limited to 'blog/list') diff --git a/blog/list/.htaccess b/blog/list/.htaccess new file mode 100644 index 0000000..2651228 --- /dev/null +++ b/blog/list/.htaccess @@ -0,0 +1 @@ +Header set Cache-Control no-cache diff --git a/blog/list/0.html b/blog/list/0.html new file mode 100644 index 0000000..695bd93 --- /dev/null +++ b/blog/list/0.html @@ -0,0 +1,123 @@ + + + + +Chrisoft::Blog + + + + + + + + + + + + + + + +
+ +
+
+
+ +
+

Readme_en

+
+
#garbage + 2016-02-13/2018-10-11
+
+

小米 MIX 3 上手体验

+
+
#device-review #hands-on + 2018-12-06/2018-12-12
+
+

The stupid blogging system evolved!

+
+
#web #devel #js + 2018-10-11/2018-10-11
+
+

Should this site still be alive by 2035...

+
+
#sophistry #garbage + 2018-06-07/2018-10-11
+
+

Software Project Management in the Free Software World

+
+
#sophistry + 2018-06-05/2018-10-16
+
+
+ +
+ + + \ No newline at end of file diff --git a/blog/list/1.html b/blog/list/1.html new file mode 100644 index 0000000..0a85605 --- /dev/null +++ b/blog/list/1.html @@ -0,0 +1,123 @@ + + + + +Chrisoft::Blog + + + + + + + + + + + + + + + +
+ +
+
+
+ +
+

Ideology vs Pragmatism &c.

+
+
#sophistry #garbage + 2018-05-18/2018-10-11
+
+

Respecting your job

+
+
#sophistry #garbage #acmicpc + 2018-05-08/2018-10-11
+
+

Are you an Apple fanboy/fangirl?

+
+
#garbage #interactive + 2018-05-03/2019-02-10
+
+

ICPC类比赛中计算几何问题之「乱象」

+
+
#garbage #acmicpc + 2018-04-22/2018-10-11
+
+

The "Deepin is spyware" problem

+
+
#linux #garbage #sophistry + 2018-04-17/2018-10-11
+
+
+ +
+ + + \ No newline at end of file diff --git a/blog/list/2.html b/blog/list/2.html new file mode 100644 index 0000000..2fff79c --- /dev/null +++ b/blog/list/2.html @@ -0,0 +1,123 @@ + + + + +Chrisoft::Blog + + + + + + + + + + + + + + + +
+ +
+
+
+ +
+

Some rants on SMELT, QMidiPlayer and Virtools

+
+
#devel #qmidiplayer #opengl + 2018-03-17/2018-10-11
+
+

Does gaming make me merrier & more relaxed or the opposite?

+
+
#garbage + 2018-02-05/2018-10-11
+
+

Trash dump for the fifth semester

+
+
#garbage #daily-life + 2018-01-07/2018-10-30
+
+

Now using reverse proxy to deliver content

+
+
#web #random-xp + 2018-01-05/2018-10-11
+
+

为什么我就是不使用Mac

+
+
#garbage #device-review + 2017-12-21/2018-10-11
+
+
+ +
+ + + \ No newline at end of file diff --git a/blog/list/3.html b/blog/list/3.html new file mode 100644 index 0000000..0332836 --- /dev/null +++ b/blog/list/3.html @@ -0,0 +1,123 @@ + + + + +Chrisoft::Blog + + + + + + + + + + + + + + + +
+ +
+
+
+ +
+

A short post on Cakewalk's death and my music production

+
+
#music #garbage + 2017-11-25/2018-10-11
+
+

Trash dump for the fourth semester

+
+
#garbage #daily-life + 2017-06-29/2018-10-11
+
+

Fuck Windows et cetera

+
+
#daily-life + 2017-06-08/2018-10-11
+
+

2017省赛流水帐

+
+
#contest #acmicpc + 2017-05-08/2018-10-11
+
+

SBS 2.0 is now the default blog browser

+
+
#devel #web + 2017-04-11/2018-10-11
+
+
+ +
+ + + \ No newline at end of file diff --git a/blog/list/4.html b/blog/list/4.html new file mode 100644 index 0000000..4841408 --- /dev/null +++ b/blog/list/4.html @@ -0,0 +1,123 @@ + + + + +Chrisoft::Blog + + + + + + + + + + + + + + + +
+ +
+
+
+ +
+

[多大图警告]ls /dev

+
+
#device-review + 2017-02-13/2018-12-09
+
+

Trash dump for the third semester

+
+
#garbage #daily-life + 2017-01-09/2018-10-11
+
+

[多大图警告]终究还是改不了修电脑的命

+
+
#computer-repairing #garbage + 2017-01-09/2018-10-11
+
+

2-in-1

+
+
#devel #qmidiplayer #c++ #qt + 2016-09-24/2018-10-11
+
+

Trash dump for the first academic year

+
+
#garbage #daily-life + 2016-06-21/2018-10-11
+
+
+ +
+ + + \ No newline at end of file diff --git a/blog/list/5.html b/blog/list/5.html new file mode 100644 index 0000000..ef9e015 --- /dev/null +++ b/blog/list/5.html @@ -0,0 +1,123 @@ + + + + +Chrisoft::Blog + + + + + + + + + + + + + + + +
+ +
+
+
+ +
+

ThinkPad X1 Yoga初体验

+
+
#device-review + 2016-05-12/2018-10-11
+
+

The MIDI File Format Specification and MIDI Implementation in QMidiPlayer

+
+
#devel #qmidiplayer #midi + 2016-04-09/2018-10-11
+
+

ACM校赛水题组酱油记

+
+
#contest #acmicpc + 2016-03-26/2018-10-11
+
+

Cross Noodles Recooked

+
+
#devel #js #webgl + 2016-02-18/2018-10-11
+
+

Why Do I Prefer a Computer over a Girlfriend/(Boyfriend)

+
+
#sophistry + 2016-02-14/2018-10-11
+
+
+ +
+ + + \ No newline at end of file diff --git a/blog/list/6.html b/blog/list/6.html new file mode 100644 index 0000000..8a68ee2 --- /dev/null +++ b/blog/list/6.html @@ -0,0 +1,123 @@ + + + + +Chrisoft::Blog + + + + + + + + + + + + + + + +
+ +
+
+
+ +
+

放假...

+
+
#daily-life + 2016-01-25/2018-10-11
+
+

QMidiPlayer Progress-2016-01-16

+
+
#devel #qmidiplayer + 2016-01-16/2018-10-11
+
+

The Design and The Real Product

+
+
#devel #design + 2016-01-03/2018-10-11
+
+

QMidiPlayer got its repo

+
+
#devel #qmidiplayer + 2015-12-27/2018-10-11
+
+

Chris' First Development Blog

+
+
#devel + 2015-12-23/2018-10-11
+
+
+ +
+ + + \ No newline at end of file diff --git a/blog/list/7.html b/blog/list/7.html new file mode 100644 index 0000000..89df55e --- /dev/null +++ b/blog/list/7.html @@ -0,0 +1,123 @@ + + + + +Chrisoft::Blog + + + + + + + + + + + + + + + +
+ +
+
+
+ +
+

+
+
#random-xp + 2015-12-20/2018-10-11
+
+

Raspberry Pi2 初体验

+
+
#hands-on #device-review + 2015-11-22/2018-10-11
+
+

Hackathon 2015乱搞记

+
+
#random-xp + 2015-11-01/2015-11-22
+
+

大学入学两个月了……

+
+
#garbage + 2015-10-31/2018-10-11
+
+

First CCPC sightseeing tour

+
+
#contest + 2015-10-30/2018-10-11
+
+
+ +
+ + + \ No newline at end of file diff --git a/blog/list/8.html b/blog/list/8.html new file mode 100644 index 0000000..e9d19d1 --- /dev/null +++ b/blog/list/8.html @@ -0,0 +1,103 @@ + + + + +Chrisoft::Blog + + + + + + + + + + + + + + + +
+ +
+
+
+ +
+

noname01.pas

+
+
#garbage + 2015-10-29/2018-10-11
+
+
+ +
+ + + \ No newline at end of file diff --git a/blog/list/acmicpc/0.html b/blog/list/acmicpc/0.html new file mode 100644 index 0000000..828b468 --- /dev/null +++ b/blog/list/acmicpc/0.html @@ -0,0 +1,118 @@ + + + + +Chrisoft::Blog + + + + + + + + + + + + + + + +
+ +
+
+
+ +
+

Respecting your job

+
+
#sophistry #garbage #acmicpc + 2018-05-08/2018-10-11
+
+

ICPC类比赛中计算几何问题之「乱象」

+
+
#garbage #acmicpc + 2018-04-22/2018-10-11
+
+

2017省赛流水帐

+
+
#contest #acmicpc + 2017-05-08/2018-10-11
+
+

ACM校赛水题组酱油记

+
+
#contest #acmicpc + 2016-03-26/2018-10-11
+
+
+ +
+ + + \ No newline at end of file diff --git a/blog/list/acmicpc/index.html b/blog/list/acmicpc/index.html new file mode 120000 index 0000000..359ee56 --- /dev/null +++ b/blog/list/acmicpc/index.html @@ -0,0 +1 @@ +0.html \ No newline at end of file diff --git a/blog/list/c++/0.html b/blog/list/c++/0.html new file mode 100644 index 0000000..c0b6ebb --- /dev/null +++ b/blog/list/c++/0.html @@ -0,0 +1,103 @@ + + + + +Chrisoft::Blog + + + + + + + + + + + + + + + +
+ +
+
+
+ +
+

2-in-1

+
+
#devel #qmidiplayer #c++ #qt + 2016-09-24/2018-10-11
+
+
+ +
+ + + \ No newline at end of file diff --git a/blog/list/c++/index.html b/blog/list/c++/index.html new file mode 120000 index 0000000..359ee56 --- /dev/null +++ b/blog/list/c++/index.html @@ -0,0 +1 @@ +0.html \ No newline at end of file diff --git a/blog/list/computer-repairing/0.html b/blog/list/computer-repairing/0.html new file mode 100644 index 0000000..381d74a --- /dev/null +++ b/blog/list/computer-repairing/0.html @@ -0,0 +1,103 @@ + + + + +Chrisoft::Blog + + + + + + + + + + + + + + + +
+ +
+
+
+ +
+

[多大图警告]终究还是改不了修电脑的命

+
+
#computer-repairing #garbage + 2017-01-09/2018-10-11
+
+
+ +
+ + + \ No newline at end of file diff --git a/blog/list/computer-repairing/index.html b/blog/list/computer-repairing/index.html new file mode 120000 index 0000000..359ee56 --- /dev/null +++ b/blog/list/computer-repairing/index.html @@ -0,0 +1 @@ +0.html \ No newline at end of file diff --git a/blog/list/contest/0.html b/blog/list/contest/0.html new file mode 100644 index 0000000..08df4bf --- /dev/null +++ b/blog/list/contest/0.html @@ -0,0 +1,113 @@ + + + + +Chrisoft::Blog + + + + + + + + + + + + + + + +
+ +
+
+
+ +
+

2017省赛流水帐

+
+
#contest #acmicpc + 2017-05-08/2018-10-11
+
+

ACM校赛水题组酱油记

+
+
#contest #acmicpc + 2016-03-26/2018-10-11
+
+

First CCPC sightseeing tour

+
+
#contest + 2015-10-30/2018-10-11
+
+
+ +
+ + + \ No newline at end of file diff --git a/blog/list/contest/index.html b/blog/list/contest/index.html new file mode 120000 index 0000000..359ee56 --- /dev/null +++ b/blog/list/contest/index.html @@ -0,0 +1 @@ +0.html \ No newline at end of file diff --git a/blog/list/daily-life/0.html b/blog/list/daily-life/0.html new file mode 100644 index 0000000..027e205 --- /dev/null +++ b/blog/list/daily-life/0.html @@ -0,0 +1,123 @@ + + + + +Chrisoft::Blog + + + + + + + + + + + + + + + +
+ +
+
+
+ +
+

Trash dump for the fifth semester

+
+
#garbage #daily-life + 2018-01-07/2018-10-30
+
+

Trash dump for the fourth semester

+
+
#garbage #daily-life + 2017-06-29/2018-10-11
+
+

Fuck Windows et cetera

+
+
#daily-life + 2017-06-08/2018-10-11
+
+

Trash dump for the third semester

+
+
#garbage #daily-life + 2017-01-09/2018-10-11
+
+

Trash dump for the first academic year

+
+
#garbage #daily-life + 2016-06-21/2018-10-11
+
+
+ +
+ + + \ No newline at end of file diff --git a/blog/list/daily-life/1.html b/blog/list/daily-life/1.html new file mode 100644 index 0000000..d4ecb7a --- /dev/null +++ b/blog/list/daily-life/1.html @@ -0,0 +1,103 @@ + + + + +Chrisoft::Blog + + + + + + + + + + + + + + + +
+ +
+
+
+ +
+

放假...

+
+
#daily-life + 2016-01-25/2018-10-11
+
+
+ +
+ + + \ No newline at end of file diff --git a/blog/list/daily-life/index.html b/blog/list/daily-life/index.html new file mode 120000 index 0000000..359ee56 --- /dev/null +++ b/blog/list/daily-life/index.html @@ -0,0 +1 @@ +0.html \ No newline at end of file diff --git a/blog/list/design/0.html b/blog/list/design/0.html new file mode 100644 index 0000000..d683233 --- /dev/null +++ b/blog/list/design/0.html @@ -0,0 +1,103 @@ + + + + +Chrisoft::Blog + + + + + + + + + + + + + + + +
+ +
+
+
+ +
+

The Design and The Real Product

+
+
#devel #design + 2016-01-03/2018-10-11
+
+
+ +
+ + + \ No newline at end of file diff --git a/blog/list/design/index.html b/blog/list/design/index.html new file mode 120000 index 0000000..359ee56 --- /dev/null +++ b/blog/list/design/index.html @@ -0,0 +1 @@ +0.html \ No newline at end of file diff --git a/blog/list/devel/0.html b/blog/list/devel/0.html new file mode 100644 index 0000000..50761d9 --- /dev/null +++ b/blog/list/devel/0.html @@ -0,0 +1,123 @@ + + + + +Chrisoft::Blog + + + + + + + + + + + + + + + +
+ +
+
+
+ +
+

The stupid blogging system evolved!

+
+
#web #devel #js + 2018-10-11/2018-10-11
+
+

Some rants on SMELT, QMidiPlayer and Virtools

+
+
#devel #qmidiplayer #opengl + 2018-03-17/2018-10-11
+
+

SBS 2.0 is now the default blog browser

+
+
#devel #web + 2017-04-11/2018-10-11
+
+

2-in-1

+
+
#devel #qmidiplayer #c++ #qt + 2016-09-24/2018-10-11
+
+

The MIDI File Format Specification and MIDI Implementation in QMidiPlayer

+
+
#devel #qmidiplayer #midi + 2016-04-09/2018-10-11
+
+
+ +
+ + + \ No newline at end of file diff --git a/blog/list/devel/1.html b/blog/list/devel/1.html new file mode 100644 index 0000000..3f2f505 --- /dev/null +++ b/blog/list/devel/1.html @@ -0,0 +1,123 @@ + + + + +Chrisoft::Blog + + + + + + + + + + + + + + + +
+ +
+
+
+ +
+

Cross Noodles Recooked

+
+
#devel #js #webgl + 2016-02-18/2018-10-11
+
+

QMidiPlayer Progress-2016-01-16

+
+
#devel #qmidiplayer + 2016-01-16/2018-10-11
+
+

The Design and The Real Product

+
+
#devel #design + 2016-01-03/2018-10-11
+
+

QMidiPlayer got its repo

+
+
#devel #qmidiplayer + 2015-12-27/2018-10-11
+
+

Chris' First Development Blog

+
+
#devel + 2015-12-23/2018-10-11
+
+
+ +
+ + + \ No newline at end of file diff --git a/blog/list/devel/index.html b/blog/list/devel/index.html new file mode 120000 index 0000000..359ee56 --- /dev/null +++ b/blog/list/devel/index.html @@ -0,0 +1 @@ +0.html \ No newline at end of file diff --git a/blog/list/device-review/0.html b/blog/list/device-review/0.html new file mode 100644 index 0000000..bfda6bf --- /dev/null +++ b/blog/list/device-review/0.html @@ -0,0 +1,123 @@ + + + + +Chrisoft::Blog + + + + + + + + + + + + + + + +
+ +
+
+
+ +
+

小米 MIX 3 上手体验

+
+
#device-review #hands-on + 2018-12-06/2018-12-12
+
+

为什么我就是不使用Mac

+
+
#garbage #device-review + 2017-12-21/2018-10-11
+
+

[多大图警告]ls /dev

+
+
#device-review + 2017-02-13/2018-12-09
+
+

ThinkPad X1 Yoga初体验

+
+
#device-review + 2016-05-12/2018-10-11
+
+

Raspberry Pi2 初体验

+
+
#hands-on #device-review + 2015-11-22/2018-10-11
+
+
+ +
+ + + \ No newline at end of file diff --git a/blog/list/device-review/index.html b/blog/list/device-review/index.html new file mode 120000 index 0000000..359ee56 --- /dev/null +++ b/blog/list/device-review/index.html @@ -0,0 +1 @@ +0.html \ No newline at end of file diff --git a/blog/list/garbage/0.html b/blog/list/garbage/0.html new file mode 100644 index 0000000..fbcd8e3 --- /dev/null +++ b/blog/list/garbage/0.html @@ -0,0 +1,123 @@ + + + + +Chrisoft::Blog + + + + + + + + + + + + + + + +
+ +
+
+
+ +
+

Readme_en

+
+
#garbage + 2016-02-13/2018-10-11
+
+

Should this site still be alive by 2035...

+
+
#sophistry #garbage + 2018-06-07/2018-10-11
+
+

Ideology vs Pragmatism &c.

+
+
#sophistry #garbage + 2018-05-18/2018-10-11
+
+

Respecting your job

+
+
#sophistry #garbage #acmicpc + 2018-05-08/2018-10-11
+
+

Are you an Apple fanboy/fangirl?

+
+
#garbage #interactive + 2018-05-03/2019-02-10
+
+
+ +
+ + + \ No newline at end of file diff --git a/blog/list/garbage/1.html b/blog/list/garbage/1.html new file mode 100644 index 0000000..a80751e --- /dev/null +++ b/blog/list/garbage/1.html @@ -0,0 +1,123 @@ + + + + +Chrisoft::Blog + + + + + + + + + + + + + + + +
+ +
+
+
+ +
+

ICPC类比赛中计算几何问题之「乱象」

+
+
#garbage #acmicpc + 2018-04-22/2018-10-11
+
+

The "Deepin is spyware" problem

+
+
#linux #garbage #sophistry + 2018-04-17/2018-10-11
+
+

Does gaming make me merrier & more relaxed or the opposite?

+
+
#garbage + 2018-02-05/2018-10-11
+
+

Trash dump for the fifth semester

+
+
#garbage #daily-life + 2018-01-07/2018-10-30
+
+

为什么我就是不使用Mac

+
+
#garbage #device-review + 2017-12-21/2018-10-11
+
+
+ +
+ + + \ No newline at end of file diff --git a/blog/list/garbage/2.html b/blog/list/garbage/2.html new file mode 100644 index 0000000..cfddbef --- /dev/null +++ b/blog/list/garbage/2.html @@ -0,0 +1,123 @@ + + + + +Chrisoft::Blog + + + + + + + + + + + + + + + +
+ +
+
+
+ +
+

A short post on Cakewalk's death and my music production

+
+
#music #garbage + 2017-11-25/2018-10-11
+
+

Trash dump for the fourth semester

+
+
#garbage #daily-life + 2017-06-29/2018-10-11
+
+

Trash dump for the third semester

+
+
#garbage #daily-life + 2017-01-09/2018-10-11
+
+

[多大图警告]终究还是改不了修电脑的命

+
+
#computer-repairing #garbage + 2017-01-09/2018-10-11
+
+

Trash dump for the first academic year

+
+
#garbage #daily-life + 2016-06-21/2018-10-11
+
+
+ +
+ + + \ No newline at end of file diff --git a/blog/list/garbage/3.html b/blog/list/garbage/3.html new file mode 100644 index 0000000..d5edd9a --- /dev/null +++ b/blog/list/garbage/3.html @@ -0,0 +1,108 @@ + + + + +Chrisoft::Blog + + + + + + + + + + + + + + + +
+ +
+
+
+ +
+

大学入学两个月了……

+
+
#garbage + 2015-10-31/2018-10-11
+
+

noname01.pas

+
+
#garbage + 2015-10-29/2018-10-11
+
+
+ +
+ + + \ No newline at end of file diff --git a/blog/list/garbage/index.html b/blog/list/garbage/index.html new file mode 120000 index 0000000..359ee56 --- /dev/null +++ b/blog/list/garbage/index.html @@ -0,0 +1 @@ +0.html \ No newline at end of file diff --git a/blog/list/hands-on/0.html b/blog/list/hands-on/0.html new file mode 100644 index 0000000..3ea01c5 --- /dev/null +++ b/blog/list/hands-on/0.html @@ -0,0 +1,108 @@ + + + + +Chrisoft::Blog + + + + + + + + + + + + + + + +
+ +
+
+
+ +
+

小米 MIX 3 上手体验

+
+
#device-review #hands-on + 2018-12-06/2018-12-12
+
+

Raspberry Pi2 初体验

+
+
#hands-on #device-review + 2015-11-22/2018-10-11
+
+
+ +
+ + + \ No newline at end of file diff --git a/blog/list/hands-on/index.html b/blog/list/hands-on/index.html new file mode 120000 index 0000000..359ee56 --- /dev/null +++ b/blog/list/hands-on/index.html @@ -0,0 +1 @@ +0.html \ No newline at end of file diff --git a/blog/list/index.html b/blog/list/index.html new file mode 120000 index 0000000..359ee56 --- /dev/null +++ b/blog/list/index.html @@ -0,0 +1 @@ +0.html \ No newline at end of file diff --git a/blog/list/interactive/0.html b/blog/list/interactive/0.html new file mode 100644 index 0000000..c3477e2 --- /dev/null +++ b/blog/list/interactive/0.html @@ -0,0 +1,103 @@ + + + + +Chrisoft::Blog + + + + + + + + + + + + + + + +
+ +
+
+
+ +
+

Are you an Apple fanboy/fangirl?

+
+
#garbage #interactive + 2018-05-03/2019-02-10
+
+
+ +
+ + + \ No newline at end of file diff --git a/blog/list/interactive/index.html b/blog/list/interactive/index.html new file mode 120000 index 0000000..359ee56 --- /dev/null +++ b/blog/list/interactive/index.html @@ -0,0 +1 @@ +0.html \ No newline at end of file diff --git a/blog/list/js/0.html b/blog/list/js/0.html new file mode 100644 index 0000000..314dc01 --- /dev/null +++ b/blog/list/js/0.html @@ -0,0 +1,108 @@ + + + + +Chrisoft::Blog + + + + + + + + + + + + + + + +
+ +
+
+
+ +
+

The stupid blogging system evolved!

+
+
#web #devel #js + 2018-10-11/2018-10-11
+
+

Cross Noodles Recooked

+
+
#devel #js #webgl + 2016-02-18/2018-10-11
+
+
+ +
+ + + \ No newline at end of file diff --git a/blog/list/js/index.html b/blog/list/js/index.html new file mode 120000 index 0000000..359ee56 --- /dev/null +++ b/blog/list/js/index.html @@ -0,0 +1 @@ +0.html \ No newline at end of file diff --git a/blog/list/linux/0.html b/blog/list/linux/0.html new file mode 100644 index 0000000..1cb5050 --- /dev/null +++ b/blog/list/linux/0.html @@ -0,0 +1,103 @@ + + + + +Chrisoft::Blog + + + + + + + + + + + + + + + +
+ +
+
+
+ +
+

The "Deepin is spyware" problem

+
+
#linux #garbage #sophistry + 2018-04-17/2018-10-11
+
+
+ +
+ + + \ No newline at end of file diff --git a/blog/list/linux/index.html b/blog/list/linux/index.html new file mode 120000 index 0000000..359ee56 --- /dev/null +++ b/blog/list/linux/index.html @@ -0,0 +1 @@ +0.html \ No newline at end of file diff --git a/blog/list/midi/0.html b/blog/list/midi/0.html new file mode 100644 index 0000000..6857a74 --- /dev/null +++ b/blog/list/midi/0.html @@ -0,0 +1,103 @@ + + + + +Chrisoft::Blog + + + + + + + + + + + + + + + +
+ +
+
+
+ +
+

The MIDI File Format Specification and MIDI Implementation in QMidiPlayer

+
+
#devel #qmidiplayer #midi + 2016-04-09/2018-10-11
+
+
+ +
+ + + \ No newline at end of file diff --git a/blog/list/midi/index.html b/blog/list/midi/index.html new file mode 120000 index 0000000..359ee56 --- /dev/null +++ b/blog/list/midi/index.html @@ -0,0 +1 @@ +0.html \ No newline at end of file diff --git a/blog/list/music/0.html b/blog/list/music/0.html new file mode 100644 index 0000000..e1fe033 --- /dev/null +++ b/blog/list/music/0.html @@ -0,0 +1,103 @@ + + + + +Chrisoft::Blog + + + + + + + + + + + + + + + +
+ +
+
+
+ +
+

A short post on Cakewalk's death and my music production

+
+
#music #garbage + 2017-11-25/2018-10-11
+
+
+ +
+ + + \ No newline at end of file diff --git a/blog/list/music/index.html b/blog/list/music/index.html new file mode 120000 index 0000000..359ee56 --- /dev/null +++ b/blog/list/music/index.html @@ -0,0 +1 @@ +0.html \ No newline at end of file diff --git a/blog/list/opengl/0.html b/blog/list/opengl/0.html new file mode 100644 index 0000000..6e4a8d1 --- /dev/null +++ b/blog/list/opengl/0.html @@ -0,0 +1,103 @@ + + + + +Chrisoft::Blog + + + + + + + + + + + + + + + +
+ +
+
+
+ +
+

Some rants on SMELT, QMidiPlayer and Virtools

+
+
#devel #qmidiplayer #opengl + 2018-03-17/2018-10-11
+
+
+ +
+ + + \ No newline at end of file diff --git a/blog/list/opengl/index.html b/blog/list/opengl/index.html new file mode 120000 index 0000000..359ee56 --- /dev/null +++ b/blog/list/opengl/index.html @@ -0,0 +1 @@ +0.html \ No newline at end of file diff --git a/blog/list/qmidiplayer/0.html b/blog/list/qmidiplayer/0.html new file mode 100644 index 0000000..d3719b6 --- /dev/null +++ b/blog/list/qmidiplayer/0.html @@ -0,0 +1,123 @@ + + + + +Chrisoft::Blog + + + + + + + + + + + + + + + +
+ +
+
+
+ +
+

Some rants on SMELT, QMidiPlayer and Virtools

+
+
#devel #qmidiplayer #opengl + 2018-03-17/2018-10-11
+
+

2-in-1

+
+
#devel #qmidiplayer #c++ #qt + 2016-09-24/2018-10-11
+
+

The MIDI File Format Specification and MIDI Implementation in QMidiPlayer

+
+
#devel #qmidiplayer #midi + 2016-04-09/2018-10-11
+
+

QMidiPlayer Progress-2016-01-16

+
+
#devel #qmidiplayer + 2016-01-16/2018-10-11
+
+

QMidiPlayer got its repo

+
+
#devel #qmidiplayer + 2015-12-27/2018-10-11
+
+
+ +
+ + + \ No newline at end of file diff --git a/blog/list/qmidiplayer/index.html b/blog/list/qmidiplayer/index.html new file mode 120000 index 0000000..359ee56 --- /dev/null +++ b/blog/list/qmidiplayer/index.html @@ -0,0 +1 @@ +0.html \ No newline at end of file diff --git a/blog/list/qt/0.html b/blog/list/qt/0.html new file mode 100644 index 0000000..945af5c --- /dev/null +++ b/blog/list/qt/0.html @@ -0,0 +1,103 @@ + + + + +Chrisoft::Blog + + + + + + + + + + + + + + + +
+ +
+
+
+ +
+

2-in-1

+
+
#devel #qmidiplayer #c++ #qt + 2016-09-24/2018-10-11
+
+
+ +
+ + + \ No newline at end of file diff --git a/blog/list/qt/index.html b/blog/list/qt/index.html new file mode 120000 index 0000000..359ee56 --- /dev/null +++ b/blog/list/qt/index.html @@ -0,0 +1 @@ +0.html \ No newline at end of file diff --git a/blog/list/random-xp/0.html b/blog/list/random-xp/0.html new file mode 100644 index 0000000..df19b9a --- /dev/null +++ b/blog/list/random-xp/0.html @@ -0,0 +1,113 @@ + + + + +Chrisoft::Blog + + + + + + + + + + + + + + + +
+ +
+
+
+ +
+

Now using reverse proxy to deliver content

+
+
#web #random-xp + 2018-01-05/2018-10-11
+
+

+
+
#random-xp + 2015-12-20/2018-10-11
+
+

Hackathon 2015乱搞记

+
+
#random-xp + 2015-11-01/2015-11-22
+
+
+ +
+ + + \ No newline at end of file diff --git a/blog/list/random-xp/index.html b/blog/list/random-xp/index.html new file mode 120000 index 0000000..359ee56 --- /dev/null +++ b/blog/list/random-xp/index.html @@ -0,0 +1 @@ +0.html \ No newline at end of file diff --git a/blog/list/sophistry/0.html b/blog/list/sophistry/0.html new file mode 100644 index 0000000..419e79b --- /dev/null +++ b/blog/list/sophistry/0.html @@ -0,0 +1,123 @@ + + + + +Chrisoft::Blog + + + + + + + + + + + + + + + +
+ +
+
+
+ +
+

Should this site still be alive by 2035...

+
+
#sophistry #garbage + 2018-06-07/2018-10-11
+
+

Software Project Management in the Free Software World

+
+
#sophistry + 2018-06-05/2018-10-16
+
+

Ideology vs Pragmatism &c.

+
+
#sophistry #garbage + 2018-05-18/2018-10-11
+
+

Respecting your job

+
+
#sophistry #garbage #acmicpc + 2018-05-08/2018-10-11
+
+

The "Deepin is spyware" problem

+
+
#linux #garbage #sophistry + 2018-04-17/2018-10-11
+
+
+ +
+ + + \ No newline at end of file diff --git a/blog/list/sophistry/1.html b/blog/list/sophistry/1.html new file mode 100644 index 0000000..7c53715 --- /dev/null +++ b/blog/list/sophistry/1.html @@ -0,0 +1,103 @@ + + + + +Chrisoft::Blog + + + + + + + + + + + + + + + +
+ +
+
+
+ +
+

Why Do I Prefer a Computer over a Girlfriend/(Boyfriend)

+
+
#sophistry + 2016-02-14/2018-10-11
+
+
+ +
+ + + \ No newline at end of file diff --git a/blog/list/sophistry/index.html b/blog/list/sophistry/index.html new file mode 120000 index 0000000..359ee56 --- /dev/null +++ b/blog/list/sophistry/index.html @@ -0,0 +1 @@ +0.html \ No newline at end of file diff --git a/blog/list/web/0.html b/blog/list/web/0.html new file mode 100644 index 0000000..11fc115 --- /dev/null +++ b/blog/list/web/0.html @@ -0,0 +1,113 @@ + + + + +Chrisoft::Blog + + + + + + + + + + + + + + + +
+ +
+
+
+ +
+

The stupid blogging system evolved!

+
+
#web #devel #js + 2018-10-11/2018-10-11
+
+

Now using reverse proxy to deliver content

+
+
#web #random-xp + 2018-01-05/2018-10-11
+
+

SBS 2.0 is now the default blog browser

+
+
#devel #web + 2017-04-11/2018-10-11
+
+
+ +
+ + + \ No newline at end of file diff --git a/blog/list/web/index.html b/blog/list/web/index.html new file mode 120000 index 0000000..359ee56 --- /dev/null +++ b/blog/list/web/index.html @@ -0,0 +1 @@ +0.html \ No newline at end of file diff --git a/blog/list/webgl/0.html b/blog/list/webgl/0.html new file mode 100644 index 0000000..2704318 --- /dev/null +++ b/blog/list/webgl/0.html @@ -0,0 +1,103 @@ + + + + +Chrisoft::Blog + + + + + + + + + + + + + + + +
+ +
+
+
+ +
+

Cross Noodles Recooked

+
+
#devel #js #webgl + 2016-02-18/2018-10-11
+
+
+ +
+ + + \ No newline at end of file diff --git a/blog/list/webgl/index.html b/blog/list/webgl/index.html new file mode 120000 index 0000000..359ee56 --- /dev/null +++ b/blog/list/webgl/index.html @@ -0,0 +1 @@ +0.html \ No newline at end of file -- cgit v1.2.3