Delete programs directory

This commit is contained in:
Ian Skinner 2023-02-17 10:14:13 -05:00 committed by GitHub
parent a390848d2b
commit a908fd6cae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 0 additions and 337 deletions

View File

@ -1,10 +0,0 @@
---
title: Ah Counter
layout: default
---
<meta http-equiv="refresh" content="3; url=https://ninjacheetah.github.io/projects/maintained/ahcounter"/>
<div class="container text-center pt-3 pb-5">
<h1 class="pb-3">Content Moved</h1>
<h4 class="text-muted">This page has moved. Redirecting you to this page's new location...</h4>
</div>

View File

@ -1,31 +0,0 @@
---
title: CSharpCollections
layout: program
archived: true
custicon: false
iconurl: https://cdn.ncxprogramming.com/file/icon/csharpcollection.png
author: NinjaCheetah
platform: Windows
links:
- name: View Source
link: https://github.com/NCX-Programming/CSharp-Collection
- name: Download Installer
link: https://github.com/NCX-Programming/CSharp-Collection/releases/latest/download/CSharpCollectionSetup.msi
---
<h3 style="text-align:center;">What is it?</h3>
<p style="text-align:center;">This is a collection of C# programs by <a href="https://github.com/ninjacheetah/">NinjaCheetah</a>. These programs were made to help him learn C# and figure out how to use Visual Studio.</p>
<p style="text-align:center;">Included mini-apps are:</p>
<ul style="text-align:center;list-style-type:none;">
<li>- Color Buttons</li>
<li>- C#Calc</li>
<li>- Tic Tac No </li>
<li>- C#Notes</li>
<li>- C#Search</li>
</ul>
<h3 style="text-align:center;">Requirements</h3>
<p style="text-align:center;">You will need a 64-bit version of Windows 10 with the .NET 5.0 Runtime installed. (You can download that from <a href="https://dotnet.microsoft.com/download/dotnet-core/">here</a>.)</p>
<h3 style="text-align:center;">Installing</h3>
<p style="text-align:center;">To install, download the latest MSI installer, using the link at the top of the page, and run in. Follow the instructions in the installer.</p>
<h3 style="text-align:center;">Compiling</h3>
<p style="text-align:center;margin-left:16px;margin-right:16px;">To compile, use the link at the top of the page to go to the GitHub page, and then clone/download the source code however you'd like. Once you have the source, the easiest way to compile it is to open the solution up in Visual Studio 2019, and then use the compile button.</p>

View File

@ -1,65 +0,0 @@
---
title: NCX-Core-Lite
layout: program
custicon: false
iconurl: https://cdn.ncxprogramming.com/file/icon/ncxcore.png
author: NinjaCheetah
platform: macOS, Linux
archived: true
links:
- name: View Source
link: https://github.com/NCX-Programming/NCX-Core-Lite
- name: Releases
link: https://github.com/NCX-Programming/NCX-Core-Lite/releases
- name: Nightly Builds
link: https://github.com/NCX-Programming/NCX-Core-Lite/actions
---
<h3>What is it?</h3>
<p>NCX-Core-Lite is a CLI application that allows you to quickly download software by <a href="https://github.com/NinjaCheetah">NinjaCheetah</a> and other small develpers.</p>
<p>Here is a list of the apps currently available (non-exhaustive):</p>
<div class="prg-list">
<ul style="text-align:center;list-style-type:none;">
<li><a href="https://github.com/NCX-Programming/theVaultC" target="_blank">theVaultC</a></li>
<li><a href="https://github.com/YourKalamity/lazy-dsi-file-downloader" target="_blank">Lazy DSi File Downloader</a></li>
<li><a href="https://github.com/IanSkinner1982/C64-title-loader" target="_blank">C64 Title Loader</a></li>
</ul>
</div>
<h3>Requirements</h3>
<p>Full dependency install instructions available <a href="https://github.com/NCX-Programming/NCX-Core-Lite/wiki/Dependencies">on the wiki</a>.</p>
<h4>macOS</h4>
<ul style="text-align:center;list-style-type:none;">
<li>- At least macOS 10.12 (Intel, build available pre-compiled)</li>
<li>- At least macOS 11.0 (ARM, build not available pre-compiled)</li>
<li>- libcurl (install with <code>brew install curl</code>)</li>
<li>- GTK+ 3 (install with <code>brew install gtk+3</code>)</li>
</ul>
<h4>Linux</h4>
<p>(Note that the same package names should work in pacman.)</p>
<ul style="text-align:center;list-style-type:none;">
<li>- A 64-bit version of Linux</li>
<li>- libcurl (install with <code>sudo apt install libcurl4-nss-dev</code>)</li>
<li>- GTK+ 3 (install with <code>sudo apt install libgtk-3-0 libgtk-3-dev</code>)</li>
</ul>
<h3>Installing</h3>
<p>Download the zip from the latest successful actions run, which can be accessed using the link at the top of the page, extract it, and run. That's it!</p>
<p>Available file formats are:</p>
<ul style="text-align:center;list-style-type:none;">
<li>- A Linux ELF binary (Linux)</li>
<li>- A Unix ELF binary (macOS)</li>
<li>- A (experimental) .app binary (macOS)</li>
</ul>
<h3>Compiling</h3>
<p>Full compiling instructions available <a href="https://github.com/NCX-Programming/NCX-Core-Lite/wiki/Compiling">on the wiki</a>.</p>
<h4>macOS</h4>
<ul style="text-align:center;list-style-type:none;">
<li>- Make sure you have all the dependencies installed</li>
<li>- Clone/download the source code however you prefer to</li>
<li>- Enter the directory and run <code>make mac</code> (for a Unix binary) or <code>make macapp</code> (for a macOS .app binary)</li>
</ul>
<h4>Linux</h4>
<ul style="text-align:center;list-style-type:none;">
<li>- Make sure you have all the dependencies installed</li>
<li>- Clone/download the source code however you prefer to</li>
<li>- Enter the directory and run <code>make linux</code> (makes a Linux binary)</li>
</ul>

View File

@ -1,28 +0,0 @@
---
title: theVault
layout: program
custicon: false
iconurl: https://cdn.ncxprogramming.com/file/icon/placeholder.svg
author: NinjaCheetah
platform: Windows, macOS, Linux
archived: true
links:
- name: View Source
link: https://github.com/NCX-Programming/theVault
- name: Nightly Builds
link: https://github.com/NCX-Programming/theVault/actions
---
<h3>Description</h3>
<p>theVault is a collection of cross-platform (compatible with Windows, some versions of macOS, and Linux) .NET 5 console apps written in C#. They are a combination of simple games, utilites, and example/demo programs. </p>
<h3>Whats included?</h3>
<p>There are currently 3 programs.</p>
<div class="prg-list">
<ul>
<li>graphicStuff</li>
<li>guessmynumber</li>
<li>helloWorld</li>
</ul>
</div>
<h3>Running</h3>
<p>For help running the programs, look <a href="https://github.com/NCX-Programming/theVault/#windows-linux-and-macos">here</a>.

View File

@ -1,56 +0,0 @@
---
title: Programs
layout: default
---
<img class="img-fluid" src="https://cdn.ncxprogramming.com/file/image/banner/banner3.svg" alt="A banner that says 'Software'.">
<h1 class="text-center pt-3">Explore Our Software</h1>
<p class="text-center text-muted pb-3">Use the tabs to switch between maintained and archived programs.</p>
<nav>
<div class="nav nav-tabs justify-content-center" id="nav-tab" role="tablist">
<button class="nav-link active" id="nav-home-tab" data-bs-toggle="tab" data-bs-target="#nav-home" type="button" role="tab" aria-controls="nav-home" aria-selected="true">Maintained</button>
<button class="nav-link" id="nav-profile-tab" data-bs-toggle="tab" data-bs-target="#nav-profile" type="button" role="tab" aria-controls="nav-profile" aria-selected="false">Archived</button>
</div>
</nav>
<div class="tab-content pb-3" id="nav-tabContent">
<div class="tab-pane fade show active" id="nav-home" role="tabpanel" aria-labelledby="nav-home-tab">
<h3 class="text-center pt-3">Maintained</h3>
<p class="text-center text-muted pb-1">Software that's still being worked on and recieving updates.</p>
<div class="container">
<div class="row">
{% for item in site.data.projects-maintained %}
<div class="col-sm-3">
<div class="card">
<img src="{{ item.icon }}" class="card-img-top" alt="The app's icon.">
<div class="card-body">
<h5 class="card-title">{{ item.truename }}</h5>
<p class="card-text">{{ item.desc }}</p>
<a href="/programs/{{ item.name }}" class="btn btn-primary">Read More</a>
</div>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
<div class="tab-pane fade" id="nav-profile" role="tabpanel" aria-labelledby="nav-profile-tab">
<h3 class="text-center pt-3 pb-1">Archived</h3>
<p class="text-center text-muted pb-1">Software that is no longer being worked on and does not recieve updates.</p>
<div class="container">
<div class="row">
{% for item in site.data.projects-archived %}
<div class="col-sm-3">
<div class="card">
<img src="{{ item.icon }}" class="card-img-top" alt="The app's icon.">
<div class="card-body">
<h5 class="card-title">{{ item.truename }}</h5>
<p class="card-text">{{ item.desc }}</p>
<a href="/programs/archived/{{ item.name }}" class="btn btn-primary">Read More</a>
</div>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
</div>

View File

@ -1,34 +0,0 @@
---
title: NCX-Core
layout: program
custicon: false
iconurl: https://cdn.ncxprogramming.com/file/icon/ncxcore.png
author: NinjaCheetah
platform: Windows
links:
- name: View Source
link: https://github.com/NinjaCheetah/AhCounter
- name: Download Installer
link: https://github.com/NCX-Programming/NCX-Core/releases/latest/download/NCXCore-Setup.msi
---
<div class="container">
<div class="accordion pb-3" id="accordionExample">
<div class="accordion-item">
<h2 class="accordion-header" id="headingOne">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="false" aria-controls="collapseOne">
Requirements
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse" aria-labelledby="headingOne" data-bs-parent="#accordionExample">
<div class="accordion-body">
You will need a 64-bit version of Windows 10 or later with the .NET 6.0 Runtime installed. (You can download that from <a href="https://dotnet.microsoft.com/download/dotnet-core/">here</a>.)
</div>
</div>
</div>
</div>
</div>
<h3>About</h3>
<p>NCX-Core is an application that allows you to quickly download and update software by <a href="https://github.com/NinjaCheetah">NinjaCheetah</a> and other small developers. It now has features such as NCX-News, which will tell you news about new programs that have been added or updated. It was the first major app I made and was the first program to be rewritten with a WPF GUI on top of .NET Core, and then later .NET 5.</p>
<h3>Applications</h3>
<p>NCX-Core gets its applications from our store JSON file, simply named "XStore". That file is hosted <a href="https://github.com/NinjaCheetah/ncx-core-files">here</a>, and if you'd like to request an addition or change, feel free to open an issue there.</p>

View File

@ -1,42 +0,0 @@
---
title: RNGTool
layout: program
custicon: true
iconurl: https://cdn.ncxprogramming.com/file/icon/rngtool.png
author: NinjaCheetah
platform: macOS, iOS, watchOS
links:
- name: View Source
link: https://github.com/NCX-Programming/RNGTool
- name: Download (macOS)
link: https://github.com/NCX-Programming/RNGTool/releases/latest/download/RNGTool-macOS.dmg
- name: Download (iOS)
link: https://github.com/NCX-Programming/RNGTool/releases/latest/download/RNGTool-iOS.ipa
---
<div class="container">
<div class="accordion pb-3" id="accordionExample">
<div class="accordion-item">
<h2 class="accordion-header" id="headingOne">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="false" aria-controls="collapseOne">
Requirements
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse" aria-labelledby="headingOne" data-bs-parent="#accordionExample">
<div class="accordion-body">
<p><b>macOS:</b> At least macOS 11.3</p>
<p><b>iOS:</b> At least iOS 15 and a sideloading tool</p>
<p><b>watchOS:</b> An up-to-date watch with an iPhone on at least iOS 15</p>
</div>
</div>
</div>
</div>
</div>
<h3>About</h3>
<p>RNGTool is a macOS, iOS and watchOS app used to generate random numbers through various customizable modes.</p>
<p><b>Modes currently included:</b></p>
<p>Number Mode: Generate a single random number using only a minimum and maximum number. The simplest way to generate numbers.</p>
<p>Dice Mode: Roll up to 6 (2 on Apple Watch) 6-sided dice. Now featuring dice icons showing your rolls when using 6-sided dice.</p>
<p>Card Mode: Draw 7 playing cards. You can optionally have the point values of each card displayed, with the Ace being either 1 or 11 points.</p>
<p>Marble Mode: Generate up to 5 random letters using marbles.</p>

View File

@ -1,19 +0,0 @@
---
title: theVaultBASIC2.0
layout: program
custicon: false
iconurl: https://cdn.ncxprogramming.com/file/icon/thevaultbasic.png
author: IanSkinner1982
platform: Commodore 64, and potentially other Commodore computers.
links:
- name: View Source
link: https://github.com/NCX-Programming/theVaultBASIC2.0
---
<h3>What is it?</h3>
<p>theVaultBASIC2.0 is a collection of C64 apps written in BASIC ( possibly compatible with multiple other Commodore computers). They are a combination of simple games, utilites, and example/demo programs, all of which are stolen from theVaultC. </p>
<h3>What's included?</h3>
<p>There are currently 6 programs:</p>
<p>GraphicStuffC, GuessMyNumberC, UnixTime, RainbowType, RNGTool, and WordGenerator</p>
<h3>Running</h3>
<p>I'm too lazy to copy and paste the instructions, so look <a href="https://github.com/NCX-Programming/theVaultBASIC2.0#running">here</a>.

View File

@ -1,25 +0,0 @@
---
title: theVaultC
layout: program
custicon: false
iconurl: https://cdn.ncxprogramming.com/file/icon/thevaultc.png
author: NinjaCheetah
platform: Windows (partial), macOS, Linux
links:
- name: View Source
link: https://github.com/NCX-Programming/theVaultC
- name: Releases
link: https://github.com/NCX-Programming/theVaultC/releases
- name: Nightly Builds
link: https://github.com/NCX-Programming/theVaultC/actions
---
<p>Download latest build for:</p>
<p><a href="https://nightly.link/NCX-Programming/theVaultC/workflows/main/main/theVaultC-linux.zip">Linux</a> | <a href="https://nightly.link/NCX-Programming/theVaultC/workflows/main/main/theVaultC-macOS.zip">macOS</a> | <a href="https://nightly.link/NCX-Programming/theVaultC/workflows/main/main/theVaultC-windows.zip">Windows</a></p>
<h3>What is it?</h3>
<p>theVaultC is a collection of cross-platform (compatible with 32 and 64 bit Windows, Intel and ARM Macs, and Linux) console apps written in C. They are a combination of simple games, utilites, and example/demo programs. </p>
<h3>What's included?</h3>
<p>There are currently 6 programs:</p>
<p>GraphicStuffC, GuessMyNumberC, UnixTime, RainbowType, RNGTool, and WordGenerator</p>
<h3>Running</h3>
<p>The instructions are larger than we'd like to include here, so for help running or compiling the programs, look <a href="https://github.com/NCX-Programming/theVaultC/#compiling-and-running">here</a>.

View File

@ -1,27 +0,0 @@
---
title: XWare
layout: program
custicon: false
iconurl: https://cdn.ncxprogramming.com/file/icon/xware.png
author: NinjaCheetah
platform: Windows
links:
- name: View Source
link: https://github.com/NinjaCheetah/NCX-XWare
- name: Releases
link: https://github.com/NinjaCheetah/NCX-XWare/releases
---
<h3>About</h3>
<p>XWare is our small programs that can be downloaded in NCX-Core and are meant to interact with it in some way.</p>
<h3>How do I install XWare programs?</h3>
<p><u>Method 1 (Recommended)</u></p>
<p>Go to the XWare page in NCX-Core, choose a program, and click the download button. It will be automatically installed by NCX-Core.</p>
<p><u>Method 2</u></p>
<p>You can also download the .zip archive for a given program (either from the top of the page or from GitHub) and extract it.</p>
<h3>Available Programs</h3>
<p>The current XWare programs are:</p>
<p>NCX-News+, an app to read full news updates about NCX software, all written by <a href="/members/ianskinner1982">IanSkinner1982</a>.</p>
<p>NCX-Core Updater, an app to update NCX-Core to the newest release or beta version.</p>
<h3>Requirements</h3>
<p>You will need a 64-bit version of Windows 10 or newer with the .NET 5.0 Runtime installed. (You can download that from <a href="https://dotnet.microsoft.com/download/dotnet-core/">here</a>.)</p>