Git Product home page Git Product logo

homepage's Introduction

Room Squares

I am writing a book and a bibliography about Room Squares.

I am also developing an R package {wallis} for constructing examples of Room squares.

{wallis} is demonstrated in these repositories:

Latin Squares

I am developing an R package {keedwell} for completing and embedding (partial) latin squares/rectangles.

{keedwell} is demonstrated in these repositories:

  • mhall-in-r - extending latin rectangles in R using Marshall Hall's theorem.
  • ryser-in-r - extending latin rectangles in R using Ryser's theorem.

homepage's People

Contributors

mhenderson avatar

Stargazers

 avatar

Watchers

 avatar

homepage's Issues

increase paging length

As things stand there are only five blog posts per page. This number should probably be higher. 15 or 25, perhaps.

create a projects page

For example, I want to share the haiku-ai app as a project rather than as a blog post.

review all posts

  • featured image
  • excerpt
  • prose
  • spelling
  • links
  • accessibility
  • create scheduled linkedin post

add the carousel back to the lombardi drawings post

Below is a selection of a few of the smaller named graphs that can be drawn by
the Lombardi Spirograph.

# https://legacy.imagemagick.org/discourse-server/viewtopic.php?t=21454
library(slickR)

img_paths <- list.files("img/carousel", full.names = TRUE)

img_names <- gsub(".png", "", basename(img_paths))

img_caro <- slickR(obj = img_paths, height = 200, width = "95%")

names_caro <- slickR(img_names, slideType = 'p') +
  settings(arrows = FALSE)

img_caro %synch% names_caro

re-add missing posts

go back to 701d914

create branches for all old posts that were previously published

review unpublished posts for potential new posts

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.