Skip to content

Instantly share code, notes, and snippets.

View lukalafaye's full-sized avatar
:octocat:
Seeking knowledge

Luka Lafaye de Micheaux lukalafaye

:octocat:
Seeking knowledge
View GitHub Profile
@lukalafaye
lukalafaye / inf8460_a23_tp1.ipynb
Created September 19, 2023 05:10
inf8460_A23_TP1.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@lukalafaye
lukalafaye / hosting-on-github.md
Created February 11, 2019 02:25 — forked from TylerFisher/hosting-on-github.md
Basic steps for hosting on Github

Steps for Hosting a Website on GitHub

  1. Create a GitHub account on github.com.
  2. Download either [GitHub for Mac][1] or [GitHub for Windows][2], depending on your operating system. Open the app and log in using the account you just created.
  3. (On Mac): After you login, click advanced and make sure that your name and email are correct. Then, click "Install Command Line Tools", just in case you want to start using the command line later in life.
  4. Create a new repository in your GitHub application. Name it your-username.github.io. The name is very important. Note the folder that GitHub is saving the repository to. Make sure the "Push to GitHub?" box is checked.
  5. Move your website's files into the folder that GitHub just created when you made the repository. IMPORTANT: Your homepage HTML file must be called "index.html", and it must exist in the top-level directory.
  6. Back in the GitHub application, you should see your files in the left column. Make sure they are all checked. If so, enter a mess
@lukalafaye
lukalafaye / CONTRIBUTING.md
Last active February 23, 2019 21:48 — forked from PurpleBooth/README-Template.md
A template to make elegant repositories on GitHub

Contributing

When contributing to this repository, please first discuss the change you wish to make via an issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Pull Request Process

If you would like to contribute to this project, please submit a new pull request and update the README.md with details of changes, this includes a description of new features and if required, additional documentation.

@lukalafaye
lukalafaye / cloneorg.md
Last active February 4, 2019 04:32
CloneOrg is a simple bash tool used to clone all public and private repositories of a GitHub organization.