JimFawcett
Retired from Syracuse University, 5/31/2019. Taught graduate Software Design Courses in Computer Engineering Program.
Urbana, Illinois, formerly Syracuse, New York
Pinned Repositories
BuildOn
Home for remote collaboration on learning Rust (other languages later)
Consuming_Rust_bite_by_byte
A sequence of short stories about Rust
CppStory
Demonstration code for C++ Story
CppUtilities
Code, String, and Test Utilities
DesignBites
Demonstration code for Basics, e.g., Platform, Programming, and Object Models
JimFawcett.github.io
Documentation pages for JimFawcett repositories
RustBasicDemos
Basic demonstrations of the Rust programming language
RustBlockingQueue
Thread safe queue that blocks dequeuer when empty
RustPlaygroundExamples
A set of links to playground examples that illustrate small bits of Rust syntax
RustThreadPool
Rust threadpool that accepts number of threads and function object in constructor. Uses RustBlockingQueue
JimFawcett's Repositories
JimFawcett/JimFawcett.github.io
Documentation pages for JimFawcett repositories
JimFawcett/Consuming_Rust_bite_by_byte
A sequence of short stories about Rust
JimFawcett/RustBlockingQueue
Thread safe queue that blocks dequeuer when empty
JimFawcett/RustPlaygroundExamples
A set of links to playground examples that illustrate small bits of Rust syntax
JimFawcett/RustThreadPool
Rust threadpool that accepts number of threads and function object in constructor. Uses RustBlockingQueue
JimFawcett/BuildOn
Home for remote collaboration on learning Rust (other languages later)
JimFawcett/DesignStructure
Contains short code illustrations of some design structure alternatives.
JimFawcett/RustComm
Prototype for message-passing communication system
JimFawcett/CodeWebifier
Transcibe source code file to web page fragment and write to console for copying
JimFawcett/CppHttpClientServer
Prototype HTTP client and server
JimFawcett/FindFiles
Find files or dirs with names matching a regular expression
JimFawcett/CppCommWithFileXfer
Asynchronous Message-Passing Communication Channel
JimFawcett/CppProperties
Implemts property template class
JimFawcett/DeploymentRepo
Demonstration code for DeployBites
JimFawcett/DesignBites
Demonstration code for Basics, e.g., Platform, Programming, and Object Models
JimFawcett/FileDates
Find files matching a pattern in a specified directory tree, ordered by file date
JimFawcett/ObjectFactories
Examples for building object factories
JimFawcett/Process
Code for creating and managing processes
JimFawcett/RustTextFinder
Tool to find text in files that match a regular expression - Under Construction
JimFawcett/BasicBites
BasicBites are pages that describe basic programming technology, e.g., Platforms, Programming, and Object Models.
JimFawcett/Bits
Code bits - small compilable demos of syntax, idoms, and small patterns
JimFawcett/CppBites
JimFawcett/JimFawcett
JimFawcett/Notes
Notes on topics discussed in this site
JimFawcett/RustCommWithThreadPool
Message-passing communication using TcpStream and TcpListener
JimFawcett/RustLinesAndScopes
simple code analysis - finds, in a dir tree, files matching patterns, and counts lines, scopes, and functions
JimFawcett/RustLogger
Simple logger that writes text to console, file, or both.
JimFawcett/RustStory
Simple demos and an application or two
JimFawcett/Test
Test codes, e.g., FlexMenu
JimFawcett/WebDev
Web presentation components and demonstrations