diff --git a/_layouts/noinclude.html b/_layouts/noinclude.html deleted file mode 100644 index 93113e1..0000000 --- a/_layouts/noinclude.html +++ /dev/null @@ -1,30 +0,0 @@ - - -
-By {{ page.author }}
-Platform(s): {{ page.platform }}
-ianskinner519@gmail.com, or click the discord icon on the top of the page.
+If you want to support my work, send me programs/documents/information at ianskinner519@gmail.com, or join my discord server.
- Hello! I'm IanSkinner1982, the developer of a few C64 apps (in BASIC and assembly) and a member of NCX-Programming. I helped create some of this website, as well as NCX-News+.
I touch grass.
The 1982 in my name comes from the year the Commodore 64 was released.
-I was not born in 1982. (a lot of people think that for some reason)
-The C64 is my favorite computer. (big surprise)
-I'll put stuff here later, I'm just half asleep right now./p> -
Click the buttons on the cards to read more about a member.
- - -
- Hi! I'm NinjaCheetah, a developer and the creator of NCX Programming. I make programs in C, and have made some programs in C# in the past. I'm a huge supporter of free and open source software, which is why everything I make it open source. I mostly use Linux for things like gaming, and macOS for development. Other than programming, I play a lot of video games and I do some 3D modeling from time to time.
-
- Adding new buildings in v3:
-
First, add the new building data to the end of the STOREDAT file. The format should be as follows:
-
- Name (max 14 chars)
-
-
Description (max 22 chars)
-
Gain (cookies per second)
-
Price
-
Now we'll start editing the actual program. You will need to change the old max # of buildings to the new max # of buildings you want, minus one. This can be edited at the start of line 10. (the max # of building is represented as mb)
-
Next, look at line 2010. There are multiple ranges. These determine what building data will be displayed on each page. (a range of 0-4 will print data for buildings 0-4, and 5-9 for 5-9 and so on) I and J are the minimum and maximum values of a range, respectively. SS is the page number on which these values will be printed. Add/edit ranges as needed. Make sure you have ifss>{page #}theni.
-
(notes: page numbers start at 0, and ranges can be no bigger than 5)
-
-
Lastly, edit line 3095 to be ifss={max page #+1}thenss={max page #}.
-
-
If, after doing this, the screen becomes messed up, try changing the amount of {downs} in line 2555. Currently there isn't any code that selects the amount of {down}s needed depending on the number of items printed. (that may come later) Everything should now work. If you are experiencing any problems, try updating your CC64 version and repeating the steps.
-
By NinjaCheetah
-Platform(s): Windows
-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.
- -By NinjaCheetah
-Platform(s): macOS, Linux
-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)By NinjaCheetah
-Platform(s): Windows, macOS, Linux
-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. - -
Use the tabs to switch between maintained and archived programs.
- - -By NinjaCheetah
-Platform(s): Windows
-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.
- -By NinjaCheetah
-Platform(s): macOS, iOS, watchOS
-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.
- - -By IanSkinner1982
-Platform(s): Commodore 64, and potentially other Commodore computers.
-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. - -
By NinjaCheetah
-Platform(s): Windows (partial), macOS, Linux
-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. - -
By NinjaCheetah
-Platform(s): Windows
-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.)
- -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ - SOUND, Plays some simple sound effects and music to test the speakers
+ - NVRAM, Reads and writes system settings
+ - PMIC, Tests power and backlight controls
+ - IPL2 REWRITE, Flashes Korean firmware to the DS lite
+ - USER INFO SET, Sets the system settings to factory
+ - NTR CONFIG, Displays the current system settings
+ - Reception
+ - COMM TEST
+ - Port Checker
+ - ROM HEADER, Display cartridge header info
+
+ SPEAKER TESTER. It does not have the NTR Aging styled menu or any of the tests mentioned above.
+
+ 






+
+
+
+ + Source:
SRL |
+
|---|
| 2007/05/07 (v4) | +
| 2008/12/01 | +
- Reception
- COMM TEST
- Port Checker
- - ROM HEADER
+ - ROM HEADER, Display cartridge header info
SPEAKER TESTER. It does not have the NTR Aging styled menu or any of the tests mentioned above.
@@ -84,7 +84,7 @@ layout: dsiware
- Source: