Corrected an error, added VisualBasic-Collection-Vol.1 page

This commit is contained in:
NinjaCheetah 2022-04-25 17:14:57 -04:00
parent d2cfaf22d0
commit 641021d7d1
No known key found for this signature in database
GPG Key ID: 6EC6DD38B449B426
3 changed files with 16 additions and 1 deletions

View File

@ -5,7 +5,7 @@ custicon: false
iconurl: https://cdn.ncxprogramming.com/file/icon/placeholder.svg
author: NinjaCheetah
platform: Windows, macOS, Linux (Officially) 3DS (Unofficially)
language: .NET 5, C (Officially) C++ (Unofficially)
language: C#, C (Officially) C++ (Unofficially)
archived: false
---

View File

@ -16,8 +16,10 @@ layout: default
<ul>
<li><a href="/projects/automod">AutoMod/automod-rewrite</a>, my legally questionable modpack installer.</li>
<li><a href="/projects/c-ref">c-ref</a>, the start of a user-friendly reference guide for the C language.</li>
<li><a href="/projects/visualbasiccollection">VisualBasic-Collection-Vol.1</a>, a demo program I made in VisualBasic.</li>
</ul>
<h1>things i've contributed to.</h1>
<ul>
<li><a href="https://github.com/stackotter/swift-cross-ui">swift-cross-ui</a> by <a href="https://github.com/stackotter">stackotter</a>, a SwiftUI-esque wrapper for SwiftGtk.</li>
<li><a href="https://github.com/revoltchat/desktop">desktop</a> by <a href="https://github.com/revoltchat">revoltchat</a>, the desktop app for the Revolt chat platform.</li>
</ul>

View File

@ -0,0 +1,13 @@
---
title: VisualBasic-Collection-Vol.1
layout: program
custicon: false
iconurl: https://cdn.ncxprogramming.com/file/icon/placeholder.svg
author: NinjaCheetah
platform: Windows
language: VisualBasic
archived: true
---
<a href="https://github.com/NinjaCheetah/VisualBasic-Collection-Vol.1">View Source</a>
<p>WIP</p>