mirror of
https://github.com/rvtr/ninjacheetah.github.io.git
synced 2025-06-18 11:05:37 -04:00
Corrected an error, added VisualBasic-Collection-Vol.1 page
This commit is contained in:
parent
d2cfaf22d0
commit
641021d7d1
@ -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
|
||||
---
|
||||
|
||||
|
@ -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>
|
13
projects/visualbasiccollection.html
Normal file
13
projects/visualbasiccollection.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user