Skip to content

Instantly share code, notes, and snippets.

View devNoiseConsulting's full-sized avatar

Michael Flynn devNoiseConsulting

View GitHub Profile
@devNoiseConsulting
devNoiseConsulting / phpstan.neon
Created February 9, 2021 18:56
phpstan.neon for Larastan checking a Laravel project
includes:
- ./vendor/nunomaduro/larastan/extension.neon
- phpstan-baseline.neon
parameters:
paths:
- app
# The level 8 is the highest level
level: 7
@devNoiseConsulting
devNoiseConsulting / colonist_roll_stats.js
Last active May 20, 2024 18:16
Getting live roll stats from Colonist.io
// Open up your browser console and enter/paste the following javascript.
// It should get the game log, then find all the rolls and give you the stats.
// Just enter `displayRolls();` to get the current dice roll stats.
let getRolls = function () {
return Array.from(
Array.from(
document.getElementById("game-log-text").childNodes
).filter((logText) => logText.textContent.includes("roll"))
)
@devNoiseConsulting
devNoiseConsulting / PokemonGoStorage.md
Created June 3, 2019 03:12
A rough guide on what your Pokemon Go Storage should look like.
Items # #
Potion 0 0
Super Potion 0 0
Hyper Potion 0 1
Max Potion 250 251
Revive 0 1
Max Revive 250 253
500 -6
@devNoiseConsulting
devNoiseConsulting / main.yml
Last active December 6, 2018 02:39
Ansible Real Device Map
# tasks file for real-device-map
- name: Install pip
become: true
apt:
name: python3-pip
state: present
- name: Install python-docker
become: true
@devNoiseConsulting
devNoiseConsulting / index.js
Last active December 13, 2018 01:39
RDM Raid Circle minimizer
// Goal: Trying to minimize the number of raid circles looked at.
//
// 1. Setup up a raid circle instance that covers your desired raid area
// 2. Run the UI-Controller, so that the database can be populated with your gym data
// 2b. Update your gym data so that the gyms have name.
// 3. Run the sql statement to a list of gyms that are good candidates for a raid circle.
// SELECT
// g1.lat,
// g1.lon,
@devNoiseConsulting
devNoiseConsulting / RaidTrainEX.md
Created October 26, 2018 14:35
Raid Train for EX Gyms Only - Valley Forge / N. Chester County Pokemon Go

Raid Train Starting in Wilson Farm Park

Route

  1. Wetland Mitigation 2 EX Gym
    • Park at Conestoga Lax Field
    • Walk to Wetland Mitigation 2
    • Raid
  2. Dehaven Garrison Flag EX Gym
  • Walk to gym
@devNoiseConsulting
devNoiseConsulting / RaidTrainValleyForgeNationalPark.md
Last active October 26, 2018 14:49
Raid Train for Valley Forge National Park - Valley Forge / N. Chester County Pokemon Go

Raid Train Starting in Valley Forge National Park

Route

  1. Valley Forge Park - Picnic Area
    • Park at Friends of Valley Forge by the Valley Forge Education Pavilion
    • Walk to Valley Forge Park - Picnic Area
    • Raid
    • Walk to next gym
  2. Valley Forge Education Pavilion
@devNoiseConsulting
devNoiseConsulting / RaidTrainChesterbrook.md
Last active July 10, 2019 18:09
Raid Train for Chesterbrook - Valley Forge / N. Chester County Pokemon Go

Raid Train Starting in Chesterbrook

Route Section 1

This is generally where most of the people will do their raiding since there are 5 EX Gyms in Wilson Farm Park. Try to be there early so you can start raiding at 4pm.

  1. Wetland Mitigation 2 EX Gym
  • Raid
@devNoiseConsulting
devNoiseConsulting / RaidTrain2.md
Last active July 22, 2018 02:31
MontCo/ChesCo Zapdos Day for #5/#6

Raid Train Starting in Valley Forge National Park

Route

  1. Valley Forge Park - Picnic Area
    • Park at Friends of Valley Forge by the Valley Forge Education Pavilion
    • Walk to Valley Forge Park - Picnic Area
    • Raid
    • Walk to next gym
  2. Valley Forge Education Pavilion