Skip to content

Instantly share code, notes, and snippets.

View norfair00's full-sized avatar
🏠
Working from home

Nicolas Favre norfair00

🏠
Working from home
View GitHub Profile
@norfair00
norfair00 / style.css
Created July 27, 2024 20:29 — forked from Brybry16/style.css
Discord Squared Horizontal Overlay
body {
--width: 100;
--widthPX: calc(var(--width) * 1px);
--height: calc(var(--widthPX) * 1.25);
--nameHeight: calc(var(--height) - var(--widthPX));
--fontSize: calc((var(--widthPX) / 100) * 15);
width: 100%;
overflow: hidden;
@norfair00
norfair00 / items.json
Created June 4, 2023 09:13
DayZ Item Rarity "Fish's Knife Mod - Complete Collection"
{
"items": {
"AviatorGlasses": "#STR_MYTHIC",
"M4A1": "#STR_LEGENDARY",
"UMP45": "#STR_EPIC",
"PlateCarrierVest_Black": "#STR_EXOTIC",
"Mosin9130": "#STR_ARTIFACT",
"FNX45": "#STR_RARE",
"CargoPants_Beige": "#STR_UNCOMMON",
"Nomad_Knife_Acidic" : "#STR_COMMON",
<!-- CJ_7 -->
Cj7wheel_5x165
Cj7wheel_5x165_Ruined
Bastard_cj7_stock
Bastard_cj7_driverdoor_stock
Bastard_cj7_trunkdoor_stock
Bastard_cj7_codriverdoor_stock
Bastard_cj7_driverdoor_stock
local fs = require("filesystem")
local os = require("os")
local ser = require("serialization")
local term = require("term")
local shell = require("shell")
local event = require("event")
local component = require("component")
local internet = require("internet")
local computer = require("computer")
local thread = require("thread")
version: '2'
services:
bungee_1:
image: realsysadmin/real-waterfall
container_name: bungee_1
restart: always
labels:
- "traefik.enable=true"
- "traefik.docker.network=thecube"
- "traefik.tcp.routers.bungee_1.rule=HostSNI(`*`)"
version: '2'
services:
mysql:
image: bitnami/mysql:latest
container_name: MySQL
user: "0:0"
restart: always
environment:
MYSQL_ROOT_PASSWORD: "mbstf"
MYSQL_AUTHENTICATION_PLUGIN: mysql_native_password
{
"version": "1.0.0",
"discord": {
"clientId": "385581240906022916",
"smallImageText": "WesterosCraft",
"smallImageKey": "seal-circle"
},
"java": {
"oracle": "http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html"
},
@norfair00
norfair00 / 0_proxy.sh
Created July 17, 2019 14:26
Indium Server start scripts
#!/bin/bash
cd /home/user/minecraft/server/proxy
java -Xms512M -Xmx512M -jar /home/user/minecraft/jar/waterfall.jar
{
"embed": {
"title": "Bienvenue sur **Indium**",
"description": "Merci de lire ceci pour bien commencé.",
"url": "https://indium.debans.net/",
"color": 999865,
"thumbnail": {
"url": "https://i.imgur.com/VMRVtQC.png"
},
"fields": [