GitXplorerGitXplorer
b

bencwallace.github.io

public
0 stars
0 forks
4 issues

Commits

List of commits on branch master.
Unverified
d488450a36385a4b23610ad1d536e0816b9ec399

move pivot project to top

bbencwallace committed 5 months ago
Unverified
d03d1b01119cd11fcc02b293364d5f226e79fd53

add unet.cpp repository to projects

bbencwallace committed 5 months ago
Unverified
e32c1c8a102ddbbe466fbff3c116f9562ff4a097

add interactive 2D SAW plot with million steps

bbencwallace committed 6 months ago
Unverified
cec13ea9d971595c2a3e7b735e108a72e9379142

add pivot project

bbencwallace committed 7 months ago
Unverified
473de0d32ed743e77686e072fbbb3f6b3af8a230

update projects

committed 9 months ago
Unverified
0f28655cdfca452fef090f71eb081e16437bc87f

split off academic page

committed 9 months ago

README

The README file for this repository.

Personal Site

Serving

The easiest way is to use the included VSCode devcontainer or the docker-compose file by running docker-compose up.

Otherwise, set up your system as follows:

  1. Install Ruby
  2. Install bundler: gem install bundler
  3. Install requirements: bundle install

Then serve with bundle exec jekyll serve.