- https://github.com/M3wM3w/Factorio-Cave-Miner
- https://github.com/M3wM3w/ComfyFactorio
- https://github.com/M3wM3w/Factorio-Biter-Battles
- https://github.com/M3wM3w/RedMew-1.0
- https://gitlab.com/FishBus/factorio_modpack1/tree/master
- https://gitlab.com/FishBus/deathmarkers
- https://gitlab.com/FishBus/rcon-data-xchange
- https://gitlab.com/FishBus/chat-discord
- https://gitlab.com/FishBus/Fill4Me
- https://github.com/Valansch/RedMew
This file contains 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
#!/usr/bin/env sh | |
# Currently only works with single wireless card (picks first one found) | |
wireless_interface() { # Find wireless interface name | |
nmcli d | awk '/802-11-wireless/ {print $1}' | |
} |
This file contains 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
<?xml version="1.0"?> | |
<Definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | |
<RespawnShips> | |
<Ship> | |
<Id> | |
<TypeId>RespawnShipDefinition</TypeId> | |
<SubtypeId>RespawnShip</SubtypeId> | |
</Id> | |
<DisplayName>OFSV II</DisplayName> | |
<Icon>Textures\GUI\Icons\Fake.dds</Icon> |
This file contains 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
ECHO OFF | |
TITLE youtube-dl | |
where /q youtube-dl || echo ERROR: youtube-dl not found | |
CD %userprofile%\Downloads || GOTO:error | |
CLS | |
ECHO. | |
ECHO Download directory: "%CD%" |
This file contains 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
diff --git a/src/command_network.cc b/src/command_network.cc | |
index c445c38..24ad5c0 100644 | |
--- a/src/command_network.cc | |
+++ b/src/command_network.cc | |
@@ -250,6 +250,26 @@ | |
CMD2_VAR_BOOL ("protocol.pex", true); | |
CMD2_ANY_LIST ("protocol.encryption.set", std::bind(&apply_encryption, std::placeholders::_2)); | |
+ CMD2_ANY ("colors.color_fg_inactive", std::bind(&ui::Root::get_color_fg_inactive, control->ui())); | |
+ CMD2_ANY_VALUE_V ("colors.color_fg_inactive.set", std::bind(&ui::Root::set_color_fg_inactive, control->ui(), std::placeholders::_2)); |
Proposed Vorbis Comments Fields and Formatting
Field | a | Description | Current | Datatype | Example |
---|---|---|---|---|---|
ACCURATERIPDISCID | a | AccurateRip Disc ID | n/a | 16-bit int | |
ACCURATERIPRESULT | a | AccurateRip Results | n/a | UTF-8 String | |
ADVISORY | a | Content advisory, Explicit lyrics | |||
ALBUM | a | ||||
ALBUMARTIST | a | ||||
ALBUMARTISTSORT | a |
NewerOlder