Skip to content

Instantly share code, notes, and snippets.

View tylermneher's full-sized avatar
:electron:
Focusing

Tyler M. Neher tylermneher

:electron:
Focusing
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@itsnebulalol
itsnebulalol / 01_VerizonAPI.md
Last active January 25, 2025 15:05
Reverse engineered Verizon API

Verizon API

  • Reversed using Firefox Network Inspector
  • Python POC to see usage data is attached

secure.verizon.com

@smyaseen
smyaseen / commit-msg
Last active July 30, 2024 15:32
Husky commit-msg hook to check branch & commit message convention, run lint, prettier and unit tests.
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
# Checks for branch name
currentBranch=$(git rev-parse --abbrev-ref HEAD)
requiredPattern="^(build|chore|feat|docs|refactor|perf|test)/ABC-\d+-.+$"
if ! echo "$currentBranch" | grep -qE $requiredPattern; then
@tylermneher
tylermneher / nest-weather-api.json
Created May 6, 2023 09:32
nest-weather-api.json
{
"07724": {
"current": {
"temp_f": 46,
"temp_c": 7.8,
"condition": "Clear",
"sunrise": 1683366600,
"sunset": 1683417360,
"humidity": 99,
"gmt_offset": "-04.00",
@mietzen
mietzen / macos-bitwarden-cli-with-touch-id.md
Last active March 30, 2025 00:37
How to use use Bitwarden CLI with macOS Touch ID

How to use Bitwarden CLI with macOS Touch ID

If you want to use Bitwarden CLI for ssh have a look at: How to use use Bitwarden CLI for SSH-Keys in macOS

Wirtten and tested on macOS Ventura

Configure Touch ID for the sudo command

To allow Touch ID on your Mac to authenticate you for sudo access instead of a password you need to do the following.

@tylermneher
tylermneher / resume.json
Last active January 24, 2025 19:35
resume.json
{
"meta": {
"theme": "kendall"
},
"basics": {
"name": "Tyler M. Neher",
"label": "Data Scientist and Cybersecurity Professional",
"email": "[email protected]",
"photo": "https://github.com/tylermneher.png",
"phone": "732-275-5997",
@tylermneher
tylermneher / service_list.txt
Created April 20, 2022 07:01
Plaid Settlement List
@logicielactif
100CRM
101FinancialGroupLLC
11:FS
11913751CanadaInc
12AdaptiveMarketing
14Cities
17hats
1stSecurityBankofWashington
1stdibsDesignManager,Inc.

How to install Homebrew package manager on Steam Deck

(See also installing Distroboxm, which is included in SteamOS 3.5 and newer: https://distrobox.it/ )
(See also installing Nix package manager: https://determinate.systems/posts/nix-on-the-steam-deck )

You can install Homebrew (a package manager for macOS and Linux) without disabling the read-only partition with sudo steamos-readonly disable.
The package manager can be used alongside Flatpaks. Some software is only available on Flathub, and some software is only available on Homebrew.

  1. Switch to desktop mode (hold power button until a menu appears, then select "Switch to desktop mode")
  2. Click the logo at the bottom left, go to System, then go to Konsole
@martinwoodward
martinwoodward / mermaid.md
Created February 11, 2022 20:34
GitHub HTML Rendering Pipeline
```mermaid
sequenceDiagram
    participant dotcom
    participant iframe
    participant viewscreen
    dotcom->>iframe: loads html w/ iframe url
    iframe->>viewscreen: request template
    viewscreen->>iframe: html & javascript
 iframe->>dotcom: iframe ready
@taontech
taontech / urlschemes.json
Created February 7, 2022 10:07 — forked from esprengle/urlschemes.json
iOS app URL schemes
{
"com.8bit.bitwarden": "bitwarden://",
"com.apple.airport.mobileairportutility": "apmanage://",
"com.apple.appleseed.FeedbackAssistant": "applefeedback://",
"com.apple.AppStore": "itms-apps://itunes.apple.com/",
"com.apple.AppStoreConnect": "shortcuts://run-shortcut?name=Icon%20Themer&input=%7B%22launch%22%3A%22Connect%22%7D",
"com.apple.artistconnect": "shortcuts://run-shortcut?name=Icon%20Themer&input=%7B%22launch%22%3A%22Artists%22%7D",
"com.apple.bnd": "beatsbond://",
"com.apple.Bridge": "com.apple.bridge://x",
"com.apple.calculator": "shortcuts://x-callback-url/run-shortcut?x-error=calc://",