Skip to content

Instantly share code, notes, and snippets.

View SoftCreatR's full-sized avatar
👻
Boo!

Sascha Greuel SoftCreatR

👻
Boo!
  • Gladbeck, Germany
  • 10:44 (UTC +01:00)
View GitHub Profile
@SoftCreatR
SoftCreatR / tor-exit.csv
Last active February 17, 2025 00:13
Tor exit nodes geo data
We can make this file beautiful and searchable if this error is corrected: It looks like row 4 should actually have 20 columns, instead of 17 in line 3.
IP,Network Prefix,ASN,Organization,City Name,Continent Code,Continent Name,Country ISO Code,Country Name,Is Country in European Union,Location Accuracy Radius,Location Latitude,Location Longitude,Location Time Zone,Postal Code,Registered Country ISO Code,Registered Country Name,Is Registered Country in European Union,Subdivision ISO Code,Subdivision Name
"2a0a:4cc0:00c0:130c:14c3:a0ff:fe24:7692","2a0a:4cc0:c0:130c:14c3:a0ff:fe24:7692/59",197540,"""netcup GmbH""","Vienna","EU","Europe","AT","Austria",true,20,48.1951,16.3483,"Europe/Vienna","1060","DE","Germany",true,"9","Vienna"
"2a0b:64c0:0011:0000:be24:11ff:fe12:2ad2","2a0b:64c0:11:0:be24:11ff:fe12:2ad2/44",212477,"""RoyaleHosting BV""","Amsterdam","EU","Europe","NL","The Netherlands",true,20,52.352,4.9392,"Europe/Amsterdam","1098","NL","The Netherlands",true,"NH","North Holland"
"2a0b:f4c0:016c:0001:0000:0000:0000:0001","2a0b:f4c0:16c:1::1/31",205100,"""F3 Netze e.V.""","","EU","Europe","DE","Germany",true,200,51.2993,9.491,"Europe/Berlin","","DE","Germany"
@SoftCreatR
SoftCreatR / HelloWorld.php
Created November 19, 2024 01:48
This script serves as an exaggerated example of over-engineering a simple "Hello World" application in PHP. It incorporates numerous design patterns, interfaces, traits, and a rudimentary dependency injection container to demonstrate how complexity can be artificially introduced into a basic task.
<?php
/*
* Copyright by SoftCreatR.dev.
*
* License: https://softcreatr.dev/license-terms
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE