Skip to content

Instantly share code, notes, and snippets.

View LoganTann's full-sized avatar
👨‍🎓
studying too much

Logan (ShinProg) LoganTann

👨‍🎓
studying too much
View GitHub Profile
@LoganTann
LoganTann / keybindings.json
Last active September 18, 2024 13:56
personal keybindings (vscode for intelliJ user + personal improvements)
[
{
"key": "alt+enter",
"command": "-editor.action.selectAllMatches",
"when": "editorFocus && findWidgetVisible"
},
{
"key": "alt+enter",
"command": "editor.action.quickFix",
"when": "editorHasCodeActionsProvider && editorTextFocus && !editorReadonly"
@LoganTann
LoganTann / DUT Informatique Paris Descartes.md
Last active August 13, 2021 09:16 — forked from Ombrelin/DUT Informatique Paris Descartes.md
Description des matières et conseils pour le cursus DUT Informatique à l'IUT Paris Descartes

Descriptif de programme du DUT Informatique à Paris Descartes

La formation de DUT Informatique suit scrupuleusement le PPN (Programme Pédagogique National) disponible en ligne.
Tout comme comparer un lycée privé et public, il n'y a normalement pas de différence de programme entre les IUT, seulement une différence d'exigence sur certaines matières.

Une année se compose de deux semestres, eux-mêmes composés de deux périodes. Deux types de matières : UE1 = Informatique, UE2 = Non informatique.

Logiciels

Cette section expose l'ensemble des logiciels utilisés (et utilisables) au cours du cursus.

@LoganTann
LoganTann / (outdated) keybindings.json
Last active September 18, 2024 13:04
(outdated) personal keybindings (vscode for intelliJ user)
[
{
"key": "alt+enter",
"command": "-editor.action.selectAllMatches",
"when": "editorFocus && findWidgetVisible"
},
{
"key": "alt+enter",
"command": "editor.action.quickFix",
"when": "editorHasCodeActionsProvider && editorTextFocus && !editorReadonly"
⭐ Total Stars: 15
➕ Total Commits: 1,858
🔀 Total PRs: 117
🚩 Total Issues: 135
📦 Contributed to: 25
@LoganTann
LoganTann / buildSVP.sh
Last active May 8, 2024 12:37
Build SVP for ubuntu 20.04
## source : https://www.youtube.com/watch?v=ABrO2kdXCWE
## but I fixed some bugs
## this installs dependancies used to get the dependancies and some sources + build tools
sudo apt-get update
sudo apt-get install g++
sudo apt-get update -y
sudo apt-get install -y beignet-opencl-icd
sudo apt-get install mediainfo
sudo apt-get install libqt5concurrent5 libqt5svg5 libqt5qml5
@LoganTann
LoganTann / $_layered.md
Last active September 9, 2020 15:15
$ _Layered : layered sprites + perfect crossfading addon for Monogatari Visual Novel Library

$ _layered v0.1.01

/!\ Latest version here is 0.2.01. This file is outdated. Latest version is still not documented yet.

The idea

Even if the layered sprite function is currently being developped by monogatari's creator, we needed another feature for our game that was the perfect crossfade. In HTML, it is possible to stack multiple images in a background, but crossfading (or in other words, applying the "merge" blend