Skip to content

Instantly share code, notes, and snippets.

@maxintapp
maxintapp / moneyapps.md
Created April 27, 2024 07:42
Money management apps

Budgeting apps

App Tagline Price OS Users
Mint Managing money, made simple Free, ad-based iOS; Android 25M
PocketGuard Always know where your money goes $7.99/m; $34.99/y iOS, Android 10M
EveryDollar The Simplest Way to Budget for Your Life $12.99/month or $79.99/year iOS, Android 10M
RocketMoney The Money App That Works For You $4-$6/m Web; iOS; Android 3.4M+
Personal Capital Take control of your money now Free, management fee 0.49% to 0.89% Web; iOS; Android 3.3M
Goodbudget The digital envelope budgeting system. $8/m; $70/y iOS, Android, Web 3M
[Simplifi by Quicken](https://www.quicken.com/products/sim
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active April 27, 2024 07:42
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This no longer works in browser!

Note

This no longer works if you're alone in vc! Somebody else has to join you!

How to use this script:

  1. Accept the quest under User Settings -> Gift Inventory
@Log1x
Log1x / debloatNox.md
Last active April 27, 2024 07:31
Debloating & Optimizing Nox

Debloating Nox

Nox, despite being the most feature-filled Android emulator, has a lot of negativity surrounding it due to their antics when it comes to making income off of their program. It is known for running repeated advertisments in the background, calling home and passing along system information (outside of your Android instance) as well as a vast amount of potentially sensitive data in an encrypted payload back to their multitude of servers. With the following preventitive measures, we can stop a majority of this happening as well as greatly improve the overall performance.

  1. Download and Install a fresh copy of Nox. The latest version is fine (for now). If you already have it installed, that is fine too. No need to reinstall.

  2. Enable Root Mode on Nox by clicking the gear icon and then checking the Root Startup box.

  3. Install a new Launcher from the Play Store. ANYTHING but Nox's default. I suggest [Nova Launcher](https://play.google.com/s

@GitMurf
GitMurf / obsidian.live-preview.css.block-ref-inline.css
Last active April 27, 2024 07:28
CSS for inline block references that works for both NEW CM6 Live Preview and also Preview Mode for both CM5 (Legacy) and CM6 (New)
:root {
/* #7159de (similar to Obsidian purple) */
--block-ref-line-color: grey;
--block-ref-line-type: solid;
--block-ref-line-size: 2px;
/* Set to "inherit" for no bg color */
--block-ref-hover-bg-color: #d4d0d026;
}
/*
@kristw
kristw / .block
Last active April 27, 2024 07:28
Bangkok Metropolitan map
license: mit
@ghostrider-05
ghostrider-05 / discord_app_protocols.md
Last active April 27, 2024 07:24
An unofficial list of discord app protocol routes

Discord app protocol routes

Home:

  • /: discord://-/
  • friends: discord://-/channels/@me/
  • nitro: discord://-/store
  • shop: discord://-/shop
  • message requests: discord://-/message-requests
  • family centre: discord://-/family-center
@bergmannjg
bergmannjg / rearct-native-app-in-wsl2.md
Last active April 27, 2024 07:21
Building a react native app in WSL2