All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Public Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 22:57, 7 October 2023 Legg talk contribs created page 6510 - STA - 0x99 - Absolute,Y (Created page with "==Synopsis== Stores value of A into the location of BASE+Y. ==Assembly Demo== <syntaxhighlight lang="nasm"> ; Subroutine BlankScreen() ; write ' ' to the memory from $0428 t...")
- 22:43, 7 October 2023 Legg talk contribs created page Commodore 64 6510 CPU Explained (Created page with "==Opcodes== 6510 - STA - 0x99 - Absolute,Y")
- 20:26, 6 October 2023 Legg talk contribs created page Commodore Projects (Created page with "Commodore 64 6510 CPU Explained")
- 18:51, 12 September 2023 Legg talk contribs created page NAND Gate (Verilog) (Created page with "==Synopsis== All logic gates can be simplified to a NAND Gate. This is a demonstration of a NAND Gate in Verilog ==Notes== I am not an expert, but I discourage using truth...")
- 18:51, 12 September 2023 Legg talk contribs uploaded File:GTKWave NAND.png
- 18:51, 12 September 2023 Legg talk contribs created page File:GTKWave NAND.png
- 18:36, 12 September 2023 Legg talk contribs uploaded File:GTKWave NOR.png
- 18:36, 12 September 2023 Legg talk contribs created page File:GTKWave NOR.png
- 18:10, 12 September 2023 Legg talk contribs created page NOR Gate (Verilog) (Created page with "==Synopsis== All logic gates can be simplified to a NOR Gate. This is a demonstration of a NOR Gate in Verilog ==Notes== ==Compilation== <syntaxhighlight lang="bash"> ive...")
- 22:11, 18 March 2022 Legg talk contribs created page Sandbox (Created page with "=Title 1= ==Title1.1== ===Title1.1.1===")
- 03:52, 3 November 2021 Legg talk contribs created page Launching and Terminating Assembly Programs Commodore 64 (Created page with "==Synopsis== In it's default state, the Commodore 64 is executing a Microsoft BASIC interactive environment. When you run SYS 49152, this begins execution of assembly code st...")
- 00:03, 14 October 2021 Legg talk contribs created page Star Strike by Kevin Dixon for the Commodore 64 Compute Gazette June 1991 - Magazine Variant (Created page with "==Disassembly== <syntaxhighlight lang="nasm"> *=$0801 0801: 0B 08 ANC #$08 0803: 70 17 BVS $081C 0805: 9E 32 34 SHX $3432,Y 0808: 30 37 BMI $0841 080A: 0...")
- 05:04, 12 October 2021 Legg talk contribs created page MLX II by Ottis Cowper Ver 1.1 (Created page with "==Code== <syntaxhighlight lang="basic"> 10 rem version 1.1: lines 830,950 modified, lines 485-487 added 100 poke 56,50:clr:dim in$,i,j,a,b,a$,b$,a(7),n$...")
- 05:24, 11 October 2021 Legg talk contribs created page Automatic Proofreader by Charles Brannon for the Commodore 64 Compute Gazette October 1983 (Created page with "==Code== {| class="wikitable" |- ! Line number !! BASIC command !! Comment |- | 100 || FOR I=828 TO 932: || I is counting through tape buffer |- | || READ A: || Example |- |...")
- 15:59, 2 August 2021 Legg talk contribs created page Linux Command Line Tricks (Created page with "==MD5SUM an entire directory tree== ===Synopsis=== Create a single text file that contains a list of every file in the current directory, including complete path, along with a...")
- 15:39, 3 June 2021 Legg talk contribs changed group membership for Curtis from (none) to administrator, interface administrator and bureaucrat (Because I can)
- 06:38, 3 June 2021 User account Curtis talk contribs was created by Legg talk contribs
- 19:08, 27 May 2021 Legg talk contribs created page Langston's Ant, animated for POSIX (Created page with "==Synopsis== Performs a simulation of Langston's Ant as an animation for Linux, Un*x systems. ==Notes== There are no borders, the map wraps edge to edge. Define statements...")
- 16:54, 27 May 2021 Legg talk contribs created page Langston's Ant (Created page with "==Synopsis== Performs a simulation of Langston's Ant ==Notes== There are no borders, the map wraps edge to edge. Define statements have a 11x11 grid and 10 steps. The ANT...")
- 03:54, 19 April 2021 Legg talk contribs created page Linear regulator module LM317 (Created page with "thumb|Linear Power Supply LM317 ==Description== German LM317 power supply module. Current up to 1A ==Pinout== HV DC in, LV DC out.")
- 03:52, 19 April 2021 Legg talk contribs uploaded File:LM317 Power Supply.jpg
- 03:52, 19 April 2021 Legg talk contribs created page File:LM317 Power Supply.jpg
- 03:49, 19 April 2021 Legg talk contribs created page Arduino UNO (Created page with "thumb|Arduino UNO with ATMega328p ==Description== Arduino UNO equipped with ATMega 328p microcontroller. USB Type B interface. ==Pinout== 6 ADC pins")
- 03:47, 19 April 2021 Legg talk contribs uploaded File:ArduinoUNO.jpg
- 03:47, 19 April 2021 Legg talk contribs created page File:ArduinoUNO.jpg
- 03:44, 19 April 2021 Legg talk contribs created page DS1302 RTC Module (Created page with "thumb|DS1302 RC Module ==Description== ==Pinout==")
- 03:42, 19 April 2021 Legg talk contribs uploaded File:IMG 20201127 201314502.jpg (DS1302 RTC Module)
- 03:42, 19 April 2021 Legg talk contribs created page File:IMG 20201127 201314502.jpg (DS1302 RTC Module)
- 22:12, 9 March 2021 Legg talk contribs created page Star Strike by Kevin Dixon for the Commodore 64 Compute Gazette June 1991 (Created page with " ==Disassembly== <syntaxhighlight lang="nasm" line='line'> *=$0801 0801: 1E 08 0A ASL $0A08,X 0804: 00 BRK 0805: 9E 33 35 SHX $3533,Y 0808: 38 SEC 0809...")
- 22:28, 10 January 2021 Legg talk contribs created page Public Wiki:Privacy policy (Created page with "==Datenshutz== CalebNeedsCollege does not transfer server activity to any third party. We make a good faith effort to maintain an anonymous experience to our guests. The si...")
- 18:53, 27 December 2020 Legg talk contribs created page Foods (Created page with "==Interesting crops== ===Corn=== I've had this. It's a good soup corn that puffs/pops in hot water like a traditional hominy. https://www.burpee.com/vegetables/corn/corn-orna...")
- 01:44, 22 December 2020 Legg talk contribs created page Card Shuffling (Created page with "==Synopsis== Define a deck of cards in an array. Shuffle these cards in O(n) time using modulus arithmetic ==Notes== This code is specifically designed to leave an occasio...")
- 01:41, 22 December 2020 Legg talk contribs created page Fun Code Segments (Created page with "Card Shuffling")
- 18:58, 14 December 2020 Legg talk contribs created page USB to TTL - Blue dongle (Created page with "==Description== This is a USB to TTL driver. When attached to Linux, it uses the pl2303 driver and mounts at ttyUSB0. The chip is a PL2303 device. This is not equipped with...")
- 18:36, 14 December 2020 Legg talk contribs created page File:USB to TTL wit blue dongle.jpg
- 18:36, 14 December 2020 Legg talk contribs uploaded File:USB to TTL wit blue dongle.jpg
- 05:29, 14 December 2020 Legg talk contribs created page File:USB-STC-ISP bottom.jpg
- 05:29, 14 December 2020 Legg talk contribs uploaded File:USB-STC-ISP bottom.jpg
- 05:28, 14 December 2020 Legg talk contribs created page USB to TTL - USB-STC ISP (Created page with "thumb|USB to TTL device ==Description== ==Pinout== 3.3v , 5.0v, TXD, RXD, GND ==Location==")
- 05:25, 14 December 2020 Legg talk contribs created page File:USB-STC-ISP.jpg
- 05:25, 14 December 2020 Legg talk contribs uploaded File:USB-STC-ISP.jpg
- 05:23, 14 December 2020 Legg talk contribs created page Inventory (Created page with "USB to TTL - USB-STC_ISP")
- 19:20, 9 December 2020 Legg talk contribs created page Interesting bookmarks (Created page with "[http://nautil.us/blog/the-math-trick-behind-mp3s-jpegs-and-homer-simpsons-face The Math Trick Behind MP3s, JPEGs, and Homer Simpson’s Face] [https://www.bbc.com/future/art...")
- 02:38, 9 December 2020 Legg talk contribs created page Safe millis with rollover compensation (Created page with "==Synopsis== Demonstrate safe delays with millis() or micros() that has rollover compensation. ==Notes== ==Code== <syntaxhighlight lang="C++" line='line'> // Interval is h...")
- 01:40, 9 December 2020 Falgsc-al talk contribs uploaded File:Mcp2515 lib.tar.gz (MCP2515 library used in BYD BMS project)
- 01:40, 9 December 2020 Falgsc-al talk contribs created page File:Mcp2515 lib.tar.gz (MCP2515 library used in BYD BMS project)
- 00:57, 9 December 2020 Falgsc-al talk contribs created page CAN Battery Monitor with Epever Controller Integration + 3.5TFT Mega2560 (First upload)
- 23:55, 8 December 2020 Falgsc-al talk contribs created page EPEVER Solar Controller RS485 MODBUS test (First Upload)
- 19:07, 8 December 2020 Legg talk contribs created page DS1302 RTC Test (Created page with "==Synopsis== Tests the attachment of a DS1302 RTC module ==Notes== ==Code== <syntaxhighlight lang="C++" line='line'> #include<DS1302.h> #include <stdio.h> const int kCePin...")
- 19:01, 8 December 2020 Legg talk contribs created page Vector Clock (Created page with "==Synopsis== Use an oscilloscope in XY mode to display time. Uses two MCP4725 and a DS1302. ==Notes== Known bug. 12 hour hand is missing. Hour hand does not creep, but inst...")