Main Page: Difference between revisions
From charlesreid1
| Line 33: | Line 33: | ||
[[Kali Raspberry Pi]] | [[Kali Raspberry Pi]] | ||
[[Scapy]] | |||
===Arduino=== | ===Arduino=== | ||
Revision as of 05:49, 25 January 2016
Welcome to the charlesreid1.com wiki! This wiki contains code, articles, notes, writing, and logs from the various things I've worked on.
My Reading List - a list of books I am reading or have read
List of recent changes to the wiki - a list of pages that I've been working on lately
List of all pages on the wiki - the big fat list of every page on this wiki
Recent Articles
Wifi Data Project
Notes on Wifi Data Project
Security
Some security-related topics that I've been working on include:
Kali Linux
Lately I've been spending a lot of time in Kali Linux, and have been adding notes to this wiki as I go.
Arduino
All of my Arduino projects are also being documented as I go. You can find most of those projects at the Arduino page.
Bots
Building web bots, web scrapers, and web spiders has been an ongoing hobby of mine.
A list of bots I've built is here: Bots
These primarily include Twitter bots and MediaWiki bots.
Scrapers
Scrapers are lots of fun. They basically automate interaction with the web, allowing you to programmatically visit pages, extract content, push buttons, submit forms, and so on.
Words Words Words:
I built a website that tags word etymologies in Gutenberg e-books. This project used a web scraper to look up word etymologies in an online dictionary, parse the results, and color-code the resulting word based on its root language.
Visit the project web page here: https://charlesreid1.github.io/wordswordswords
View the GitHub repository and source code here: https://github.com/charlesreid1/wordswordswords
Webapps
Work has continued on Webapps for Internet of Things applications. Check out that page for more details.
Radio
Another topic of interest is Radio, specifically Software Defined Radio. More notes on those pages.
Featured Articles
Unix
Programs
Lectures
- Cantera Lecture
- Experimental Design Lecture
- Analytical solution of PDEs
- Reynolds Transport Theorem / Reynolds Transport Theorem Derivation
C++