Skip to content

Instantly share code, notes, and snippets.

@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 May 10, 2024 14:40
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader
@LFriede
LFriede / ts3bookmarks.pas
Created March 5, 2017 12:51
Teamspeak 3 Bookmark decoder
unit ts3bookmarks;
interface
uses
System.SysUtils, Classes, Windows, ShlObj, pbInput, pbPublic;
type
TFavorit = record
Name:String;