diff options
Diffstat (limited to 'index.shtml')
-rw-r--r-- | index.shtml | 42 |
1 files changed, 30 insertions, 12 deletions
diff --git a/index.shtml b/index.shtml index 8c80b7b..4644951 100644 --- a/index.shtml +++ b/index.shtml @@ -124,14 +124,14 @@ function swonload(){ <div class="block" id="projects"> <h2>Projects</h2><hr> <p> - Here's an incomplete list of projects maintained by me. You may find more projects listed in my <a href="https://cgit.chrisoft.org/">code library</a>, or under my GitHub profile. + Here is an incomplete list of projects maintained by me. You may find more projects listed in my <a href="https://cgit.chrisoft.org/">code library</a>, or under my <a href="https://github.com/chirs241097/">GitHub profile</a> (currently only used for collaborative projects). </p> <p> For projects with license files, please refer to them for licensing details. Other projects, especially the old inactive ones, are provided "as-is", licensed under the terms of the Expat (MIT) license and come with <strong>ABSOLUTELY NO WARRANTY</strong>. Use them at your own risk. </p> - <h3 style="font-weight:normal;">Active Projects</h3> + <h3 style="font-weight:normal;">Current Projects</h3> <ul> <li>deduper <reduced> @@ -197,6 +197,19 @@ function swonload(){ </div> </reduced> </li> + <li>RBUS-ADAT + <reduced> + <a href="https://chrisoft.org/rbusif"> + [details]</a> + <a href="javascript:toggleblkdisplay('rbusad-desc')"> + [short desc.]</a></reduced> + <div class="block" id="rbusad-desc"> + Convert digital audio data carried by Roland's proprietary + R-BUS interface into ADAT. Linked page also provided additional + technical information on R-BUS. + </div> + </reduced> + </li> <li>Touhou BGM Remix <reduced><a href="./thbgmremix">[details]</a> <a href="javascript:toggleblkdisplay('thbgm-desc')"> @@ -265,10 +278,11 @@ function swonload(){ includes implementing optical disc authoring for the file manager and reworking the computer pseudo-folder. I also worked on the networking section of the settings application for some time, as well as a few other system components (DTK being one of them). Chances are if you - have ever used DDE v20 (the redesign released in 2020), my code has passed through the - pipelines of your processor. + have ever used DDE v20 (the redesign released in 2020), my code has passed through the + pipelines of your processor. </p> - <p>I have mixed views on Deepin the company. You may find out more in my blog posts.</p> + <p>I have mixed views on Deepin the company. You may find out more in my blog posts. I'm no + longer affiliated with the company or its successor UnionTech.</p> </div> </reduced> </li> @@ -278,10 +292,10 @@ function swonload(){ <a href="javascript:toggleblkdisplay('ckrst-desc')"> [short desc.]</a></reduced> <div class="block" id="ckrst-desc"> - Rasterizers for Virtools (an old interactive 3D toolkit). I shifted the project from a - reverse-engineering approach to a "just wing it" approach. Helped with completing the - DirectX 9 rasterizer. Additionally created two new rasterizer modules - for modern graphics from scratch (CKGLRasterizer and CKVkRasterizer). + Rasterizers for Virtools (an old interactive 3D toolkit). I shifted the project from a + reverse-engineering approach to a "just wing it" approach. Helped with completing the + DirectX 9 rasterizer. Additionally created two new rasterizer modules + for modern graphics from scratch (CKGLRasterizer and CKVkRasterizer). </div> </reduced> </li> @@ -489,6 +503,10 @@ function swonload(){ Does not appear to contain a significant amount of cerebral activity. </p> + <h3><a href="#">Notekins</a></h3> + <p> + Under construction. + </p> </div> <div class="block" id="library"> <h2>Library</h2><hr> @@ -605,7 +623,7 @@ function swonload(){ <li><a href="/sound-of-sorting">Sound of sorting in your browser</a></li> </ul> <h3>Friends</h3> - <p>No one can go without friends. (unordered list)</p> + <p>No one can go without friends. (Unordered list. Stricken items are currently inaccessible.)</p> <ul id="friendslist"> <li><a rel="external" target="_blank" href="https://blog.61dpi.com/">夜光糖果屋</a></li> <li><a rel="external" target="_blank" href="https://www.blumia.net/" rel="nofollow">BLumia :: Wrapzone</a></li> @@ -614,8 +632,8 @@ function swonload(){ <li><a rel="external" target="_blank" href="https://oing9179.github.io/blog">oing9179 的笔记本儿</a></li> <li><a rel="external" target="_blank" href="https://baka719.top">719daze</a></li> <li><a rel="external" target="_blank" href="https://world.203.jp/">OWNER203'S WORLD</a></li> - <li><a rel="external" target="_blank" href="https://un1c0de.xyz">UN1C0DE</a></li> - <li><a rel="external" target="_blank" href="https://www.swung0x48.com/">Excerpt – A Blog of Swung</a></li> + <li><a rel="external" target="_blank" href="https://un1c0de.xyz"><s>UN1C0DE</s></a></li> + <li><a rel="external" target="_blank" href="https://www.swung0x48.com/"><s>Excerpt – A Blog of Swung</s></a></li> </ul> </div> <div style="text-align:center;padding:0.5em;"> |