Skip to content

Instantly share code, notes, and snippets.

View BirbaManuel's full-sized avatar
🏠
Working at Mikutano

BirbaManuel

🏠
Working at Mikutano
View GitHub Profile
@BirbaManuel
BirbaManuel / History|-3ba42298|entries.json
Last active June 26, 2022 23:17
Visual Studio Code Settings Sync Gist
{"version":1,"resource":"vscode-userdata:/Users/manuel/Library/Application%20Support/Code/User/settings.json","entries":[{"id":"qWfO.json","timestamp":1656284440532},{"id":"qUuP.json","timestamp":1656284457118}]}
Trouver les ports occupés via le terminal:
lsof -nP -i4TCP:$PORT | grep LISTEN
lsof -i tcp:3000
Find the ID of the process
kill <process id>
exemple kill -9 65198
{
id_hub: 26,
key: "lille",
label: "Lille",
estimated: 0,
realQuantity: null,
repartition: null,
skipped: false
},
{
@BirbaManuel
BirbaManuel / usefull git command.md
Last active August 20, 2019 10:05
git usefull commands
@BirbaManuel
BirbaManuel / first-step.md
Last active July 17, 2019 15:10
KFC Kitchen Food Cherie Client
@BirbaManuel
BirbaManuel / chaserQuestionnary.js
Created September 14, 2018 23:36
Chaser questionnaire FED role Sept 2018
//Some Data
const arrayNameString = [
{ rank: 100, name: 'Manuel' },
{ rank: 1, name: 'Sugy' },
{ rank: 1000, name: 'Georges' },
{ rank: 98, name: 'Fabrice' },
{ rank: 23, name: 'Fabien' },
{ rank: 11, name: 'Maëlle' },
{ rank: 689, name: 'David' },
{ rank: 4782, name: 'Christianne' },