Skip to content
View JimFawcett's full-sized avatar

Block or report JimFawcett

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
JimFawcett/README.md

Hi, I'm a retired Teaching Professor from the Computer Engineering Program at Syracuse University. Before that worked in industry as a System Engineer and Software Developer. 👋

  • Now collaborating on C++, C#, and especially Rust projects.
  • Started working with C++ in 1988 and, since retiring focusing a lot on Rust.
  • Rust seems to have found the sweet spot for performance, memory and data race safety, and expressiveness.
  • You will find a lot of repositories in this site with C++ and Rust code, and a smattering of C# here.

Please visit the website for documentation of these repositories: Website Home

Pinned Loading

  1. JimFawcett.github.io JimFawcett.github.io Public

    Documentation pages for JimFawcett repositories

    HTML 10

  2. RustPlaygroundExamples RustPlaygroundExamples Public

    A set of links to playground examples that illustrate small bits of Rust syntax

    Makefile 7

  3. Consuming_Rust_bite_by_byte Consuming_Rust_bite_by_byte Public

    A sequence of short stories about Rust

    Rust 9

  4. RustThreadPool RustThreadPool Public

    Rust threadpool that accepts number of threads and function object in constructor. Uses RustBlockingQueue

    Rust 4

  5. CppStory CppStory Public

    Demonstration code for C++ Story

    C++ 4 2

  6. DesignBites DesignBites Public

    Demonstration code for Basics, e.g., Platform, Programming, and Object Models

    1