Name | Link |
---|---|
netlimiter | https://www.netlimiter.com/products/nl4 |
teracopy | https://www.codesector.com/teracopy |
sharex | https://getsharex.com/ |
afterburner | https://www.msi.com/page/afterburner |
Everything | https://www.voidtools.com/ |
Winaero Tweaker | https://winaero.com/ |
TileIconifier | https://github.com/Jonno12345/TileIconifier/releases |
ToYcon | https://www.pcastuces.com/logitheque/toycon.htm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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(`*`)" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cd /home/user/minecraft/server/proxy | |
java -Xms512M -Xmx512M -jar /home/user/minecraft/jar/waterfall.jar |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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": [ |
NewerOlder