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
| From ca0244e237cf28ef9f44f7a2be98b23df49c7dde Mon Sep 17 00:00:00 2001 | |
| From: rfvgyhn <[email protected]> | |
| Date: Wed, 23 Jul 2025 15:44:58 -0600 | |
| Subject: [PATCH] add icon | |
| --- | |
| .SRCINFO | 6 ++++-- | |
| PKGBUILD | 10 +++++++--- | |
| edmarketconnector.desktop | 2 +- | |
| edmarketconnector.svg | 1 + |
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
| From c591e1926de9c6d2069cd6f9e41315bcd829335c Mon Sep 17 00:00:00 2001 | |
| From: rfvgyhn <[email protected]> | |
| Date: Sun, 20 Jul 2025 20:36:52 -0600 | |
| Subject: [PATCH 1/2] directly launch package so app recieves signals properly | |
| --- | |
| .SRCINFO | 6 ++---- | |
| PKGBUILD | 7 ++----- | |
| edmarketconnector.desktop | 2 +- | |
| edmarketconnector.sh | 4 ---- |
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
| diff -Naur Train_Control_Signals_1.0.6/info.json Train_Control_Signals_1.0.6_modified/info.json | |
| --- Train_Control_Signals_1.0.6/info.json 2021-07-31 14:01:08.000000000 -0600 | |
| +++ Train_Control_Signals_1.0.6_modified/info.json 2023-02-10 14:37:40.250786040 -0700 | |
| @@ -6,6 +6,9 @@ | |
| "contact": "", | |
| "homepage": "", | |
| "description": "Simple ways of controlling trains.", | |
| - "dependencies": ["base >= 1.1.7"], | |
| + "dependencies": [ | |
| + "base >= 1.1.7", |
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
| <Project Sdk="Microsoft.NET.Sdk"> | |
| <PropertyGroup> | |
| <OutputType>Exe</OutputType> | |
| <TargetFramework>net7.0</TargetFramework> | |
| <ImplicitUsings>enable</ImplicitUsings> | |
| <Nullable>enable</Nullable> | |
| <LangVersion>preview</LangVersion> | |
| </PropertyGroup> | |
| <ItemGroup> | |
| <PackageReference Include="Mono.Cecil" Version="0.11.4" /> |
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
| #!/usr/bin/env -S dotnet fsi | |
| #r "nuget: Gameloop.Vdf" | |
| #r "nuget: Ply" | |
| #r "nuget: Oryx" | |
| open System | |
| open System.IO | |
| open System.Net.Http | |
| open System.Text.Json |
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
| #r "nuget: FSharp.Data" | |
| open FSharp.Data | |
| open System | |
| open System.Collections.Generic | |
| open System.Linq | |
| module Async = | |
| let ParallelThrottle throttle tasks = Async.Parallel(tasks, throttle) |
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 | |
| action=${1:-resume} | |
| case "$action" in | |
| resume) action_past_tense="resumed" ;; | |
| suspend) action_past_tense="suspended" ;; | |
| *) echo "Invalid argument. Specify resume (default) or suspend" ; exit 2 | |
| esac |
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
| docker cp provisioning/dashboards/teslamate.yml teslamate-grafana:/etc/grafana/provisioning/dashboards |
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: | |
| 'factorio': | |
| image: 'rfvgyhn/factorio:latest' | |
| container_name: 'factorio_mega_base_v0.15' | |
| ports: | |
| - '34197:34197/udp' | |
| volumes: | |
| - '/home/rfvgyhn/factorio/mega-base_v0.15/config:/config' | |
| - '/home/rfvgyhn/factorio/mega-base_v0.15/saves:/saves' |
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
| about after again | |
| below | |
| could | |
| every | |
| first found | |
| great | |
| house | |
| large learn | |
| never | |
| other |
NewerOlder