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)- 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 created page File:LM317 Power Supply.jpg
- 03:52, 19 April 2021 Legg talk contribs uploaded 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 created page File:ArduinoUNO.jpg
- 03:47, 19 April 2021 Legg talk contribs uploaded 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 created page File:IMG 20201127 201314502.jpg (DS1302 RTC Module)
- 03:42, 19 April 2021 Legg talk contribs uploaded 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...")
- 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...")
- 22:43, 17 November 2020 Legg talk contribs created page Serial Library (Created page with "==Functions== ===read()=== Serial.read() returns an unsigned byte by assignment. ===write()=== Serial.write() returns a size_t of the number of bytes written. ====write(byte...")
- 22:14, 16 November 2020 Legg talk contribs created page EPEVER 485 (Created page with "==Synopsis== Issues 485 request and display result ==Notes== ==Code== <syntaxhighlight lang="C++" line='line'> //#include <SoftwareSerial.h> //const int SSERIAL_RX_PIN = 10;...")
- 22:47, 12 November 2020 Legg talk contribs created page LCDWIKI Libraries (Created page with "==LCDWIKI Libraries== These were wrapped in a very annoying RAR file. I have freed them into an open source format. http://calebneedscollege.com/wiki/images/1/14/LCDWIKI_...")
- 22:42, 12 November 2020 Legg talk contribs created page File:LCDWIKI GUI.tar.gz (LCD Driver Arduino)
- 22:42, 12 November 2020 Legg talk contribs uploaded File:LCDWIKI GUI.tar.gz (LCD Driver Arduino)
- 22:34, 12 November 2020 Legg talk contribs created page File:LCDWIKI KBV.tar.gz (Driver for LCD screen Arduino)
- 22:34, 12 November 2020 Legg talk contribs uploaded File:LCDWIKI KBV.tar.gz (Driver for LCD screen Arduino)
- 22:31, 12 November 2020 Legg talk contribs created page File:TouchScreen.tar.gz (TouchScreen library for Arduino)
- 22:31, 12 November 2020 Legg talk contribs uploaded File:TouchScreen.tar.gz (TouchScreen library for Arduino)
- 22:07, 12 November 2020 Legg talk contribs created page QR Code generation with 3.5" TFT Touch screen on Arudino MEGA2560 (Created page with "==Synopis== Displays a QR Code on the LCD screen ==Notes== This will display a Version 1 QR code. The scaling and centering features are incomplete, but the overall code is f...")
- 22:45, 2 November 2020 Legg talk contribs created page CAN bus battery monitor with 3.5" TFT Touch screen on Arudino MEGA2560 (Created page with "==Synopsis== ==Notes== ==Code== <syntaxhighlight lang="C++" line='line'> </syntaxhighlight>")
- 22:23, 2 November 2020 Legg talk contribs created page Can bus battery monitor (Created page with "==Synopsis== This code is designed for the Arduino UNO. Attached is a MCP2515 CAN module. This is designed to monitor cell voltages in large battery packs containing LiFePO4...")
- 03:52, 1 November 2020 Legg talk contribs created page OLED Display SSD1306 i2c 128x64 demo (Created page with "==Synopsis== Demo of different graphics and test modes of SSD1306. ==Code== <syntaxhighlight lang="C++" line='line'> //Arduino UNO //SSD1306 ////Pin A4 SDA ////Pin A5 SCL /**...")
- 03:46, 1 November 2020 Legg talk contribs created page OLED Display (Created page with "==Synopsis== Demo of different graphics and test modes of SSD1306. ==Code== <syntaxhighlight lang="C++" line='line'> //Arduino UNO //SSD1306 ////Pin A4 SDA ////Pin A5 SCL #inc...")
- 19:57, 31 October 2020 User account Falgsc-al talk contribs was created by Legg talk contribs
- 18:57, 31 October 2020 Legg talk contribs created page Can bus battery monitor with OLED (Created page with "<syntaxhighlight lang="C++" line='line'> //Arduino UNO //MCP2515 ////Pin 13 SPI clock ////Pin 12 MISO ////Pin 11 MOSI ////Pin 10 Cable Select //SSD1306 ////Pin A4 SDA ////Pin...")
- 18:54, 31 October 2020 Legg talk contribs created page Arduino Projects (Created page with "Can bus battery monitor with OLED Can bus battery monitor OLED Display")