Main Page: Difference between revisions
From charlesreid1
| Line 29: | Line 29: | ||
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. | 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. | ||
{{Project| | {{Project | ||
title=Words Words Words | |title=Words Words Words | ||
url= | |url= | ||
[http://charlesreid1.github.io/wordswordswords Project site] | [http://charlesreid1.github.io/wordswordswords Project site] | ||
Revision as of 22:33, 3 August 2015
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
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.
| Project Title | Words Words Words |
| Project URL | Project site |
| Project Description | 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. |
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++