Skip to content

Instantly share code, notes, and snippets.

@Bluscream
Bluscream / OverWolf.Client.BL.dll.MD
Last active July 15, 2024 13:19
Overwolf Launch Options (Command Line Arguments)

OverWolf.Client.BL.dll

Parameter Description Version Ref
-ingame 0.254.0.13
-overwolfsilent Do not open store when launching (Used by autostart entry) 0.254.0.13
-silent 0.254.0.13
@Bluscream
Bluscream / composer.json
Last active June 8, 2023 02:11
Raidmax Server List Scraper with caching (supports "php", "php-pretty", "csv", "json", "html","txt","favorites")
{
"require": {
"symfony/browser-kit": "^5.4",
"symfony/process": "^5.4",
"symfony/http-client": "^5.4",
"symfony/dom-crawler": "^5.4",
"symfony/css-selector": "^5.4",
"voku/stringy": "^6.5"
}
}
@Bluscream
Bluscream / .htaccess
Last active October 20, 2022 10:51
php jpgraph steamcharts image generator
# AddHandler application/x-httpd-php .jpg
RewriteEngine on
# RewriteCond %{QUERY_STRING} ^$
RewriteRule ^bs\..*$ steam.php?max=49&height=375&width=600&bg&%{QUERY_STRING} [L]
RewriteRule ^csgo\..*$ steam.php?max=49&height=375&width=600&bg&appid=730&title=CS:GO&%{QUERY_STRING} [L]
RewriteRule ^steam\..*$ steam.php?%{QUERY_STRING} [L]
@Bluscream
Bluscream / readme.md
Last active May 29, 2023 01:36
Collection of useful powershell scripts
@Bluscream
Bluscream / lore.md
Last active December 13, 2021 21:06
HandOfBlood Dark Souls Lore

Credits:

Den Anfang hat Hänno gut erklärt mit dem Age of Ancients. Dann wurden 4 Lord Souls gefunden, welche von Gwynn, der With of Izalith und Nito genutzt wurden um die Drachen zu besiegen. Die vierte Seele wurde von dem Furtive Pigmy gefunden und hat diese aufgsplittet und hat so Menschlichkeit (ja das Item) erschaffen, welche in jedem Menschen enthalten ist. Gwynn erschuf mit seiner Lord Souls das Age of Fire (in Dark Souls haben alle Angst vor der Dunkelheit und dem Abyss), welches lange bestehen blieb aber langsam begann das Feuer auszugehen und Gwynn opferte sich selbst um den natürlichen Zyklus zu entgehen und das Age of Light künstlich am Leben zu erhalten. Die Götter waren noch nie besondere Freunde von den Men

@SeppPenner
SeppPenner / Installing Python 3.7.4 on Raspbian.rst
Last active May 9, 2024 21:52
Installing Python 3.7.4 on Raspbian

Installing Python 3.7.4 on Raspbian

As of July 2018, Raspbian does not yet include the latest Python release, Python 3.7.4. This means we will have to build it ourselves, and here is how to do it.

  1. Install the required build-tools (some might already be installed on your system).
@Bluscream
Bluscream / dnsfilter.txt
Last active December 8, 2022 03:27
My Adguard Userfilter
@@||anticope.ml^$client='192.168.2.48'
@@||apkcombo.com^$important
@@||c.trackmytarget.com^$client='192.168.2.48'
@@||downloads.auslogics.com^$important
@@||fapcat.com^$important
@@||hostip.info^$client='192.168.2.48'
@@||pastebin.ga^$important
@@||s4.mobik.top^$client='192.168.2.48'
@@||servers.minetest.net^$important
@@||ugroocuw.net^$important
@Bluscream
Bluscream / style.user.css
Last active July 30, 2019 21:33
LxBTSC teamspeak-dark
body{
color:white !important;
font-size:14px !important;
font-family: 'Segoe UI', 'Segoe UI Symbol', 'Helvetica Neue',Helvetica,sans-serif !important;
}
body,.tweet-container,.generic-og-embed {
background-color:#2F3136 !important;
}
.embed-container {
background-color: rgba(146, 146, 146, 0.42) !important;
@Bluscream
Bluscream / badges.json
Last active August 22, 2018 16:35
Badges
{
"Custom Badges Outdated!": {
"name": "Update your CustomBadges script for new badges!",
"description": "https://github.com/Bluscream/pyTSon_plugins/releases/tag/CustomBadges",
"filename": "custombadges_outdated"}
}
@Pulimet
Pulimet / AdbCommands
Last active July 25, 2024 13:23
Adb useful commands list
Hi All!
I've recently launched a tool that wraps many of the commands here with a user interface. This desktop application is currently available for macOS. There's a roadmap outlining planned features for the near future.
Feel free to request any features you'd like to see, and I'll prioritize them accordingly.
One of the most important aspects of this application is that every command executed behind the scenes is displayed in a special log section. This allows you to see exactly what’s happening and learn from it.
Here's the link to the repository: https://github.com/Pulimet/ADBugger
App Description:
ADBugger is a desktop tool designed for debugging and QA of Android devices and emulators. It simplifies testing, debugging, and performance analysis by offering device management, automated testing, log analysis, and remote control capabilities. This ensures smooth app performance across various setups.