Skip to content
View hollasch's full-sized avatar

Organizations

@TEALSK12

Block or report hollasch

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
hollasch/README.md

Here's my stuff. Feel free to ask questions or log issues.

Index of Repositories

Books

SiteDescription
raytracing.github.ioThe Ray Tracing in One Weekend book series. Three online books (with source) on how to write your own raytracer

Tools

RepoDescription
calendarWindows command-line tool to print specific months or years
csubCommand substitution for the Windows command line
drivesWindows command-line tool to display all current drive information
eolWindows command-line filter to convert End-Of-Line character sequences
ftimecompWindows command-line tool for the comparison of file timestamps
hexWindows command-line hexadecimal dump utility
pathmatchWindows command-line tool to print directories and files matching wildcard specifications of arbitrary depth.
timeprintNice Windows command-line tool to very flexibly print elapsed, relative or absolute times and dates
win-scriptsA collection of useful Windows CMD scripts and fragments

Experimental / Miscellaneous

RepoDescription
easterA simple program to display dates for Easter
fpWorkbenchA set of C++ programs for experimenting with floating point numbers
gibberI have a personal Perl script to generate English-like gibberish (for password inspiration). Someday I hope to port this to multiple platforms as a C++ tool.
git-siteA custom Git shell command to launch the home page for the current project
hollaschMagical repository that allows me to have a profile README
jumpdirSigh. Someday I'll get to this V2 port of a very awesome tool I wrote years ago.
LSONNeeds a better name. Yet another rethinking of JSON, with tables, graphs, and much better freedom for expressing arbitrary data types.
pi-labArchive of some Raspberry Pi Python scripts I wrote a while ago.
ray4Source + doc of my master's thesis Four-Space Visualization of 4D Objects. 4D raytracer.
srhlabRandom fragments and notes to document various programming concepts I've learned.
smooth-hullA demonstration of techniques to construct a smooth convex hull, using D3
stochastic-urnA simple web page illustrating the stochastic urn model of disease contagion

Pinned Loading

  1. RayTracing/raytracing.github.ioRayTracing/raytracing.github.ioPublic

    Main Web Site (Online Books)

    HTML 10.1k 972

  2. ray4ray4Public

    Ray4 is a 4D raytracer original developed for my 1991 master's thesis in computer science

    C 62 3

  3. pathmatchpathmatchPublic

    A directory/filename pattern match utility for the Windows command shell

    C++ 6 3

  4. win-scriptswin-scriptsPublic

    Useful Windows Command Shell Scripts

    Batchfile 4

  5. drivesdrivesPublic

    Windows command shell utility to print out status of all active drive letters

    C++ 1

  6. timeprinttimeprintPublic

    Print date and time information on the Windows command line

    C++