Skip to content

Instantly share code, notes, and snippets.

View uplight-dev's full-sized avatar
🎯
Focusing

uplight-dev

🎯
Focusing
  • 12:10 (UTC +02:00)
View GitHub Profile
@uplight-dev
uplight-dev / unix_alias.sh
Last active September 22, 2023 18:37
unix alias
#!/bin/bash
alias aliases_pull="curl -sL -H 'Pragma: no-cache' \$1 | bash -"
alias aliases_install="wget -o ~/.aliases \$1 && echo '~/. .aliases' >> ~/.profile"
# docker
alias dkr_c="docker compose"
alias dkr_build_up="dkr_c down --rmi all --remove-orphans -t 1 && dkr_c build --no-cache && dkr_c up -d"
alias dkr_re="dkr_c restart"
alias dkr_dn_up="dkr_c down -t 1 && dkr_c up -d"
{
"meta": {
"theme": "elegant"
},
"basics": {
"name": "Dan Leahu",
"label": "Software Developer",
"image": "",
"summary": "passionate, self starter, motivated by challenges, innovative and organized software engineer with
strong Computer Science background",
@uplight-dev
uplight-dev / object_origin_to_selection.py
Created September 4, 2021 10:45
Script – Set origin to selected - Blender 2.9x
bl_info = {
"name": "Set Origin to Selected",
"description": "Set origin directly with edit mode selection",
"author": "Ghislain Jeanneau",
"version": (1,0),
"blender": (2, 80, 0),
"api": 39307,
"location": "Edit Mode -> Alt + C",
"warning": "", # used for warning icon and text in addons panel
"wiki_url": ""
@uplight-dev
uplight-dev / .block
Created October 15, 2020 12:47 — forked from curran/.block
CodeMirror 6 Example
license: mit
@uplight-dev
uplight-dev / cloudSettings
Last active April 30, 2020 11:43
Golang language syntax
{"lastUpload":"2020-04-30T11:43:50.928Z","extensionVersion":"v3.4.3"}