Commits on Source (169)
Showing
- .gitattributes 16 additions, 3 deletions.gitattributes
- .gitignore 4 additions, 0 deletions.gitignore
- .gitlab-ci.yml 43 additions, 0 deletions.gitlab-ci.yml
- Art.ipynb 0 additions, 55 deletionsArt.ipynb
- CITATION.cff 28 additions, 0 deletionsCITATION.cff
- Gemfile 41 additions, 0 deletionsGemfile
- Gemfile.lock 98 additions, 0 deletionsGemfile.lock
- Hamming.ipynb 0 additions, 185 deletionsHamming.ipynb
- LICENSE 7 additions, 7 deletionsLICENSE
- README.org 71 additions, 32 deletionsREADME.org
- _config.yml 54 additions, 0 deletions_config.yml
- _config_prod.yml 54 additions, 0 deletions_config_prod.yml
- _data/notebooks.yml 232 additions, 0 deletions_data/notebooks.yml
- _includes/listing.html 11 additions, 0 deletions_includes/listing.html
- _includes/stars.html 2 additions, 0 deletions_includes/stars.html
- _includes/tagbar.js 47 additions, 0 deletions_includes/tagbar.js
- _includes/tagcloud.html 16 additions, 0 deletions_includes/tagcloud.html
- _layouts/base_no-nav.html 36 additions, 0 deletions_layouts/base_no-nav.html
- _layouts/notebooks.html 41 additions, 0 deletions_layouts/notebooks.html
- _plugins/ext.rb 6 additions, 0 deletions_plugins/ext.rb
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
Art.ipynb
deleted
100644 → 0
CITATION.cff
0 → 100644
Gemfile
0 → 100644
source "https://rubygems.org" | |||
# Hello! This is where you manage which Jekyll version is used to run. | |||
# When you want to use a different version, change it below, save the | |||
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: | |||
# | |||
# bundle exec jekyll serve | |||
# | |||
# This will help ensure the proper Jekyll version is running. | |||
# Happy Jekylling! | |||
# This is the default theme for new Jekyll sites. You may change this to anything you like. | |||
gem 'jekyll', '4.3.3' | |||
gem 'jekyll-sass-converter', '3.0.0' | |||
gem 'sass-embedded', '1.69.5' | |||
gem 'google-protobuf', '3.25.2' | |||
gem 'jekyll-jupyter-notebook' | |||
gem 'jekyll-datapage-generator' | |||
gem 'jekyll-tagging' | |||
gem "minima", "~> 2.5" | |||
#gem "jekyll-jupyter-notebook" | |||
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and | |||
# uncomment the line below. To upgrade, run `bundle update github-pages`. | |||
# gem "github-pages", group: :jekyll_plugins | |||
# If you have any plugins, put them here! | |||
group :jekyll_plugins do | |||
gem "jekyll-feed", "~> 0.12" | |||
end | |||
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem | |||
# and associated library. | |||
platforms :mingw, :x64_mingw, :mswin, :jruby do | |||
gem "tzinfo", ">= 1", "< 3" | |||
gem "tzinfo-data" | |||
end | |||
# Performance-booster for watching directories on Windows | |||
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] | |||
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem | |||
# do not have a Java counterpart. | |||
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] |
Gemfile.lock
0 → 100644
Hamming.ipynb
deleted
100644 → 0
_config.yml
0 → 100644
_config_prod.yml
0 → 100644
_data/notebooks.yml
0 → 100644
_includes/listing.html
0 → 100644
_includes/stars.html
0 → 100644
_includes/tagbar.js
0 → 100644
_includes/tagcloud.html
0 → 100644
_layouts/base_no-nav.html
0 → 100644
_layouts/notebooks.html
0 → 100644
_plugins/ext.rb
0 → 100644