From charlesreid1

No edit summary
Line 1: Line 1:
Welcome to the charlesreid1.com wiki! This wiki contains code, articles, notes, writing, and logs from the various things I've worked on.
Welcome to the charlesreid1.com wiki! This wiki contains code, articles, notes, writing, and logs from the various things I've worked on.


 
==Useful Pages=


[[My Reading List]] - a list of books I am reading or have read
The following page contains my reading list:
* [[My Reading List]]


[[Special:RecentChanges|List of recent changes to the wiki]] - a list of pages that I've been working on lately
The following pages are very useful:
* [[Special:RecentChanges]] - a list of recently-changed pages
* [[Special:AllPages]] - a list of all pages on this wiki
* [[Special:SpecialPages]] a list of all wiki-related wiki pages


[[Special:AllPages|List of all pages on the wiki]] - the big fat list of every page on this wiki
==Recent Articles==
 
==How To Use This Wiki==


Check out the pages below, or the [[Special:AllPages]] page, or the [[Special:SpecialPages]] page
===Linux Networking===


==Recent Articles==
Revisiting some basic networking configuration/setup for a project involving ad-hoc wireless networks.


===Wifi Data Project===
===Wifi Data Project===


Notes on [[Wifi Data Project]]
I mentored a group of undergraduate students on a Wi-Fi data project for Winter 2015 at South Seattle College.
 
* [[Wifi Data Project]]
===Python===
 
Always use [[Python]], always


===Security===
===Security===


Some security-related topics that I've been working on include:
I've usually got some security projects going on.
* [[Aircrack]]
* [[Aircrack]]
* [[John the Ripper]]
* [[John the Ripper]]
Line 35: Line 34:
===Kali Linux===
===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.
Lots of Kali linux related pages.
 
* [[Kali]]
[[Image:KaliPi.jpg|500px]]
* [[Kali Raspberry Pi]]
 
[[Kali Raspberry Pi]]
 
[[Scapy]]


===Arduino===
===Arduino===


All of my Arduino projects are also being documented as I go. You can find most of those projects at the [[Arduino]] page.
Projects involving circuits and Arduino.
* [[Arduino]] - list of projects/activities


===Bots===
===Bots===


Building web bots, web scrapers, and web spiders has been an ongoing hobby of mine.
Building web bots, spiders, scrapers, etc. is a hobby of mine.
 
* [[Bots]] - contains a summary of different bots that I've built
A list of bots I've built is here: [[Bots]]
 
These primarily include Twitter bots and MediaWiki bots.
 
===Scrapers===


===Words Words Words===


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.


'''Words Words Words:'''
Words Words Words is a scraper/bot 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.
 
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.


[[Image:WordsWordsWords.png|500px]]
[[Image:WordsWordsWords.png|500px]]
Line 72: Line 62:
===Webapps===
===Webapps===


Work has continued on [[Webapps]] for Internet of Things applications. Check out that page for more details.
Mainly for Raspberry Pi or other microcomputers, and for internet of things applications.
* [[Webapps]] page.


===Radio===
===Radio===


Another topic of interest is [[Radio]], specifically [[SDR|Software Defined Radio]]. More notes on those pages.
DE KC7DBU
 
==Featured Articles==
 
Unix
* [[Xargs]]
* [[Sed]]
* [[SSH]]
* [[Bash]]
* [[Apache]]
* [[Make]]
* [[Vim]]
* [[Compiling Software]]
 
Programs
* [[:Category:Programs]]
* [[ffmpegx]]
* [[LyX]]
* [[Latex]]
* [[OpenMPI]]
* [[Fink]]
* [[Py4Sci]]
* [[Mail Server]] / [[Mailman]]
* [[Hello World]]
 
Lectures
* [[Cantera Lecture]]
* [[Experimental Design Lecture]]
* [[Analytical solution of PDEs]]
* [[Reynolds Transport Theorem]] / [[Reynolds Transport Theorem Derivation]]
 
 
C++
* [[Make]]
* [[Compiling Software]]
* [[Ctags]]
 
 
 
==Article Categories==


[[:Category:Programs|Programs]]
List of pages:
* [[:Category:Build Tools|Build tools]]
* [[Radio]] - radio stuff
* [[:Category:Unix Programs|Unix programs]]
* [[SDR]] - software defined radio stuff
* [[:Category:Math Programs|Math programs]]
* [[:Category:MPI|MPI]]
* [[:Category:Vim|Vim]]


[[:Category:Unix|Unix]]
==Flags==
* [[:Category:Unix Programs|Unix programs]]


[[:Category:Languages|Computer languages]]
The site has Flags that are used on various pages. Think of these like a master Table of Contents for a particular set of topics. A list of all flags:
* [[:Category:C++|C++]]
* [[Flags]]
* [[:Category:Python|Python]]


[[:Category:Lectures|Lecture material]]
Example flags:
* [[Scientific Computing Summer Workshop 2010]]
* [[Template:KaliFlag]]
* [[:Category:Experimental Design|Experimental Design]]
* [[Template:WirelessFlag]]
* [[:Category:CFD|CFD]]
* [[Template:SSHFlag]]
* [[:Category:Combustion|Combustion]]
* [[Template:LinuxNetworkingFlag]]
* [[:Category:PDEs|PDEs]]
* [[:Category:Governing Equations|Governing equations]]
 
[[:Category:Reading|Reading]]
* [[My Reading List]]

Revision as of 23:45, 14 March 2016

Welcome to the charlesreid1.com wiki! This wiki contains code, articles, notes, writing, and logs from the various things I've worked on.

=Useful Pages

The following page contains my reading list:

The following pages are very useful:

Recent Articles

Linux Networking

Revisiting some basic networking configuration/setup for a project involving ad-hoc wireless networks.

Wifi Data Project

I mentored a group of undergraduate students on a Wi-Fi data project for Winter 2015 at South Seattle College.

Security

I've usually got some security projects going on.

Kali Linux

Lots of Kali linux related pages.

Arduino

Projects involving circuits and Arduino.

  • Arduino - list of projects/activities

Bots

Building web bots, spiders, scrapers, etc. is a hobby of mine.

  • Bots - contains a summary of different bots that I've built

Words Words Words

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 is a scraper/bot 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.

WordsWordsWords.png

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

Mainly for Raspberry Pi or other microcomputers, and for internet of things applications.

Radio

DE KC7DBU

List of pages:

  • Radio - radio stuff
  • SDR - software defined radio stuff

Flags

The site has Flags that are used on various pages. Think of these like a master Table of Contents for a particular set of topics. A list of all flags:

Example flags: