Skip to content

Instantly share code, notes, and snippets.

View AugustinRibreau's full-sized avatar
🎯
Focusing

Augustin Ribreau AugustinRibreau

🎯
Focusing
View GitHub Profile
@echo off
REM Spécifiez les informations de connexion PostgreSQL
set PGHOST=localhost
set PGPORT=5432
set PGUSER=postgres
set PGPASSWORD=
set PGDATABASE_16=
set PGDATABASE_9_6=
REM Spécifiez le chemin du dossier de sauvegarde
# UTF8 encoding
"""
Physarum simulation
Based on the work of Jeff Jones, UWE https://uwe-repository.worktribe.com/output/980579
and Sage Jensen https://sagejenson.com/physarum
@authors:
- LE RAY Arthur
- GILLET Kévin
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@AugustinRibreau
AugustinRibreau / iterm2.md
Created January 27, 2021 07:41 — forked from squarism/iterm2.md
iterm2 cheatsheet

Tabs and Windows

Function Shortcut
New Tab + T
Close Tab or Window + W (same as many mac apps)
Go to Tab + Number Key (ie: ⌘2 is 2nd tab)
Go to Split Pane by Direction + Option + Arrow Key
Cycle iTerm Windows + backtick (true of all mac apps and works with desktops/mission control)
@AugustinRibreau
AugustinRibreau / Activate Office 2019 for macOS VoL.md
Created September 9, 2020 13:58 — forked from zthxxx/Activate Office 2019 for macOS VoL.md
crack activate office on mac with license file

Activate MS Office 2019/2016 for macOS - Microsoft_Office_2019_VL_Serializer

Office 2019 above

2019-06-03

Note that Office2019 DO NOT support activate via simple copy/paste plist license file which is the simplest way to activate Office 2016. Fortunately, you can also use the VL Serializer tool, just install Office 2019 and Serializer, then run Serializer to activate.

Ref

@AugustinRibreau
AugustinRibreau / git-command.md
Created December 12, 2019 08:20 — forked from aquelito/git-command.md
GIT - Ligne de commande principale
title category
Git config
Git

Rappel

Ne pas oublier : l'aide en ligne de commande.

@AugustinRibreau
AugustinRibreau / README-Template.md
Created March 21, 2019 16:46 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites