Skip to content

Instantly share code, notes, and snippets.

@IchHabRecht
IchHabRecht / level-40.md
Last active February 16, 2022 15:08
Pokemon (not iv100) having the same PvP stat product as iv100
dex speciesName atk def hp 15/15/15 14/15/15 14/14/15 14/15/14 15/14/15 15/14/14 15/15/14 14/14/14
6 Charizard 223 173 186 4415459 4396906 4373518 4396906 4391972 4391972 4415459 4373518
18 Pidgeot 166 154 195 3152341 3134924 3116374 3134924 3133688 3133688 3152341 3116374
28 Sandslash 182 175 181 3600182 3581907 3563055 3581907 3581234 3581234 3600182 3563055
34 Nidoking 204 156 191 3789127 3771825 3749768 3771825 3766968 3766968 3789127 3749768
40 Wigglytuff 156 90 295 2736271 2720270 2694362 2720270 2710211 2710211 2736271 2694362
42 Golbat 161 150 181 2793195 2777324 2760492 2777324 2776266 2776266 2793195 2760492
45 Vileplume 202 167 181 3798707 3781201 3760425 3781201 3777835 3777835 3798707 3760425
50 Diglett 109 78 67 460965 457248 452331 457248 456009 456009 460965 452331
@IchHabRecht
IchHabRecht / widget.js
Created May 3, 2021 18:05
iOS Scriptable Widget für aktuellen 7-Tage-Inzidenzwert + realer 7-Tage-Inzidenzwert der letzten 5 Tage
// Licence: Robert Koch-Institut (RKI), dl-de/by-2-0
// Thanks to @kevinkub (https://github.com/kevinkub), @rphl (https://github.com/rphl) and @tzschies (https://github.com/tzschies) for their inspiring work on this widget.
// See https://gist.github.com/kevinkub/46caebfebc7e26be63403a7f0587f664, https://gist.github.com/rphl/0491c5f9cb345bf831248732374c4ef5 and https://gist.github.com/tzschies/563fab70b37609bc8f2f630d566bcbc9.
class IncidenceWidget {
constructor() {
this.previousDaysToShow = 31
this.apiUrlDistricts = (location) => `https://services7.arcgis.com/mOBPykOjAyBO2ZKk/arcgis/rest/services/RKI_Landkreisdaten/FeatureServer/0/query?where=1%3D1&outFields=RS,GEN,cases7_bl_per_100k,cases7_per_100k,BL,EWZ&geometry=${location.longitude.toFixed(3)},${location.latitude.toFixed(3)}&geometryType=esriGeometryPoint&inSR=4326&spatialRel=esriSpatialRelWithin&returnGeometry=false&outSR=4326&f=json`
@IchHabRecht
IchHabRecht / index.html
Created November 12, 2019 11:32
Facharbeit
<div class="login-page">
<div class="form">
<p>md5: 5f4dcc3b5aa765d61d8327deb882cf99</p>
<p>sha1: 5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8</p>
<p>argon2: $argon2i$v=19$m=1024,t=2,p=2$YmYyLjZnNTZzYXNIaEMuUA$ilskDKaXR/97OSetL1p0xs5fBfeWn/DxW/s2NOhfJGw</p>
</div>
</div>
@IchHabRecht
IchHabRecht / README.md
Last active June 9, 2019 10:12
PokeKeys - Live IV Check aktivieren

PokeKeys - Live IV Check aktivieren

  1. PokeKeys von Victor Pavlychko installieren
  2. System-Einstellungen öffnen
  3. Das Menü "Allgemein" öffnen
  4. Das Menü "Tastatur" öffnen
  5. Das Menü "Tastuturen" öffnen
  6. Das Menü "Tastatur hinzufügen" öffnen
  7. "PokéKeys" hinzufügen
  8. Vollen Zugriff erlauben
@IchHabRecht
IchHabRecht / gist:21902a244c5cd69de4e84275b276c73a
Created November 28, 2018 22:07
Email to php-webmaster@lists.php.net
Dear webmaster,
I care about some open source PHP projects that run tests using the AppVeyor service. To run PHP code within those builds, PHP needs to be downloaded beforehand. It is very cumbersome to handle the AppVeyor with current PHP releases. Is there any possibility for you to offer permanent links to
a) the most current (stable) PHP archive e.g. https://windows.php.net/downloads/releases/archives/php-latest-Win32-x64.zip
b) the most current (stable) PHP archive within one minor version number e.g. https://windows.php.net/downloads/releases/archives/php-7.2.x-Win32-x64.zip
This would really help a lot of PHP projects to automate their tests on Windows plattform.
@chapi yoast_seo - Yoast SEO for TYPO3 (https://extensions.typo3.org/extension/yoast_seo/)
@helhum fal_file_delivery - Tokenbasierter Dateizugriff (noch nicht öffentlich erhältlich)
@IchHabRecht begroups_roles - Use backend user groups as switchable roles (https://extensions.typo3.org/extension/begroups_roles/)
@JochenWeiland avalex - automatisch erzeugte Datenschutzerklärung (https://extensions.typo3.org/extension/avalex/)
@spooner_web fluid_form_elements - Simplifies usage of core Fluid form elements (https://extensions.typo3.org/extension/fluid_form_elements/)
@wahnsinn joro/typo3reversedeployment - Export DB and files to your TYPO3 dev installation (https://packagist.org/packages/joro/typo3reversedeployment)
@IchHabRecht
IchHabRecht / setup.typoscript
Created March 24, 2018 12:36
TypoScript-Kopie vs. Referenz
lib.foo = TEXT
lib.foo.value = blau
lib.bar < lib.foo
lib.foo.value = rot
=> lib.bar.value ist hier blau
lib.foo = TEXT
@IchHabRecht
IchHabRecht / git-flow-settings
Created September 27, 2017 14:18
Set git-flow merge behaviour as intended
git config --global gitflow.hotfix.finish.nobackmerge true
git config --global gitflow.release.finish.nobackmerge true

Keybase proof

I hereby claim:

  • I am IchHabRecht on github.
  • I am ichhabrecht (https://keybase.io/ichhabrecht) on keybase.
  • I have a public key whose fingerprint is 1549 2BEA 7A59 985D 7384 DA66 3867 F053 5B17 52E2

To claim this, I am signing this object:

@IchHabRecht
IchHabRecht / typo3file.reg
Created September 17, 2013 20:42
Automatic creation of ENABLE_INSTALL_TOOL for TYPO3 CMS
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.typo3]
@="typo3file"
[HKEY_CLASSES_ROOT\.typo3\typo3file]
[HKEY_CLASSES_ROOT\.typo3\typo3file\ShellNew]
"NullFile"=""