diff --git a/programs/ahcounter.html b/programs/ahcounter.html deleted file mode 100644 index c2cf35f..0000000 --- a/programs/ahcounter.html +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Ah Counter -layout: default ---- - - -
This is a collection of C# programs by NinjaCheetah. These programs were made to help him learn C# and figure out how to use Visual Studio.
-Included mini-apps are:
-You will need a 64-bit version of Windows 10 with the .NET 5.0 Runtime installed. (You can download that from here.)
-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.
-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.
diff --git a/programs/archived/ncxcorelite.html b/programs/archived/ncxcorelite.html deleted file mode 100644 index 9dfbb1b..0000000 --- a/programs/archived/ncxcorelite.html +++ /dev/null @@ -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 ---- - -NCX-Core-Lite is a CLI application that allows you to quickly download software by NinjaCheetah and other small develpers.
-Here is a list of the apps currently available (non-exhaustive):
-Full dependency install instructions available on the wiki.
-brew install curl)brew install gtk+3)(Note that the same package names should work in pacman.)
-sudo apt install libcurl4-nss-dev)sudo apt install libgtk-3-0 libgtk-3-dev)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!
-Available file formats are:
-Full compiling instructions available on the wiki.
-make mac (for a Unix binary) or make macapp (for a macOS .app binary)make linux (makes a Linux binary)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.
-There are currently 3 programs.
-For help running the programs, look here.
diff --git a/programs/index.html b/programs/index.html
deleted file mode 100644
index 5ed8e51..0000000
--- a/programs/index.html
+++ /dev/null
@@ -1,56 +0,0 @@
----
-title: Programs
-layout: default
----
-
-
-
Use the tabs to switch between maintained and archived programs.
- - \ No newline at end of file diff --git a/programs/ncxcore.html b/programs/ncxcore.html deleted file mode 100644 index 32e7258..0000000 --- a/programs/ncxcore.html +++ /dev/null @@ -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 ---- - -NCX-Core is an application that allows you to quickly download and update software by NinjaCheetah 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.
-NCX-Core gets its applications from our store JSON file, simply named "XStore". That file is hosted here, and if you'd like to request an addition or change, feel free to open an issue there.
diff --git a/programs/rngtool.html b/programs/rngtool.html deleted file mode 100644 index 4568760..0000000 --- a/programs/rngtool.html +++ /dev/null @@ -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 ---- - -macOS: At least macOS 11.3
-iOS: At least iOS 15 and a sideloading tool
-watchOS: An up-to-date watch with an iPhone on at least iOS 15
-RNGTool is a macOS, iOS and watchOS app used to generate random numbers through various customizable modes.
-Modes currently included:
-Number Mode: Generate a single random number using only a minimum and maximum number. The simplest way to generate numbers.
-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.
-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.
-Marble Mode: Generate up to 5 random letters using marbles.
- diff --git a/programs/thevaultbasic.html b/programs/thevaultbasic.html deleted file mode 100644 index 6625de4..0000000 --- a/programs/thevaultbasic.html +++ /dev/null @@ -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 ---- - -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.
-There are currently 6 programs:
-GraphicStuffC, GuessMyNumberC, UnixTime, RainbowType, RNGTool, and WordGenerator
-I'm too lazy to copy and paste the instructions, so look here. diff --git a/programs/thevaultc.html b/programs/thevaultc.html deleted file mode 100644 index fb0d2fb..0000000 --- a/programs/thevaultc.html +++ /dev/null @@ -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 ---- - -
Download latest build for:
- -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.
-There are currently 6 programs:
-GraphicStuffC, GuessMyNumberC, UnixTime, RainbowType, RNGTool, and WordGenerator
-The instructions are larger than we'd like to include here, so for help running or compiling the programs, look here. diff --git a/programs/xware.html b/programs/xware.html deleted file mode 100644 index a229ca9..0000000 --- a/programs/xware.html +++ /dev/null @@ -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 ---- - -
XWare is our small programs that can be downloaded in NCX-Core and are meant to interact with it in some way.
-Method 1 (Recommended)
-Go to the XWare page in NCX-Core, choose a program, and click the download button. It will be automatically installed by NCX-Core.
-Method 2
-You can also download the .zip archive for a given program (either from the top of the page or from GitHub) and extract it.
-The current XWare programs are:
-NCX-News+, an app to read full news updates about NCX software, all written by IanSkinner1982.
-NCX-Core Updater, an app to update NCX-Core to the newest release or beta version.
-You will need a 64-bit version of Windows 10 or newer with the .NET 5.0 Runtime installed. (You can download that from here.)