Skip to content

Instantly share code, notes, and snippets.

@tshego3
tshego3 / D365 F&O Development Processes.md
Created March 18, 2025 12:54
D365 F&O Development Processes

D365 F&O Development Processes

Tips & Tricks

VM shutdown

  • To minimize the chance of your database going into an inconsistent state, please ensure you shut down your VM from within the VM first before shutting down your computer. This only applies to scenarios where the VM is hosted on your computer.

Useful Links

@jacobparis
jacobparis / .cursor\rules\shadcn-ui.mdc
Created March 7, 2025 06:13
shadcn-ui cursor rules
---
description: "Use shadcn/ui components as needed for any UI code"
patterns: "*.tsx"
---
# Shadcn UI Components
This project uses @shadcn/ui for UI components. These are beautifully designed, accessible components that you can copy and paste into your apps.
## Finding and Using Components
@thiteixeira
thiteixeira / 4BSD routing diagnostic tool available for ftp
Created February 23, 2019 01:30
Van Jacobson's announcement of the original traceroute tool in the IETF end2end-interest mailing list for the year 1988
From [email protected] Tue Dec 20 05:14:46 1988
Posted-Date: Tue, 20 Dec 88 05:13:28 PST
Received-Date: Tue, 20 Dec 88 05:14:46 PST
Received: from helios.ee.lbl.gov by venera.isi.edu (5.54/5.51)
id AA25560; Tue, 20 Dec 88 05:14:46 PST
Received: by helios.ee.lbl.gov (5.59/s2.2)
id AA03127; Tue, 20 Dec 88 05:13:30 PST
Message-Id: <[email protected]>
To: [email protected], [email protected]
Subject: 4BSD routing diagnostic tool available for ftp
@williammartin
williammartin / apt-repo-base.sh
Last active March 18, 2025 12:52
apt-repo-base.sh
#!/bin/bash
# Enable strict mode
set -e
# Check if DEBUG is set to true or 1, enable debug print statements if so
if [[ "$DEBUG" == "true" || "$DEBUG" == "1" ]]; then
set -x
fi
var mediaJSON = { "categories" : [ { "name" : "Movies",
"videos" : [
{ "description" : "Big Buck Bunny tells the story of a giant rabbit with a heart bigger than himself. When one sunny day three rodents rudely harass him, something snaps... and the rabbit ain't no bunny anymore! In the typical cartoon tradition he prepares the nasty rodents a comical revenge.\n\nLicensed under the Creative Commons Attribution license\nhttp://www.bigbuckbunny.org",
"sources" : [ "http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4" ],
"subtitle" : "By Blender Foundation",
"thumb" : "images/BigBuckBunny.jpg",
"title" : "Big Buck Bunny"
},
{ "description" : "The first Blender Open Movie from 2006",
"sources" : [ "http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ElephantsDream.mp4" ],
@ran-isenberg
ran-isenberg / Who Needs Developers Anyway? Let Automation Build Your SaaS (Almost).txt
Last active March 18, 2025 12:48
Who Needs Developers Anyway? Let Automation Build Your SaaS (Almost)
Serverless service backend blueprint: https://github.com/ran-isenberg/aws-lambda-handler-cookbook
Deep dive into the blueprint: https://www.youtube.com/watch?v=reWSpioKaUM
Awesome Serverless Bluepirnts:
https://github.com/ran-isenberg/awesome-serverless-blueprints
Automate IAM trust open source / SaaS control plane automation Article:
https://github.com/ran-isenberg/auto-cross-account-access-service
https://aws.amazon.com/blogs/mt/serverless-governance-of-software-deployed-with-aws-service-catalog/
@rafaelcalleja
rafaelcalleja / discord-verification-workarounds.md
Created October 24, 2023 15:50
Discord E-Mail & Phone Number/SMS Verification Workarounds

Discord E-Mail & Phone Number/SMS Verification Workarounds

Info

Useful links:

As some of these sites are a bit sketchy, make sure to keep privacy & security measures. Learn more here: https://www.privacyguides.org/en/desktop-browsers/

Phone

UPDATE - I now just use https://5sim.net and choose England as the country (it works the best for me)!

@schacon
schacon / better-git-branch.sh
Created January 13, 2024 18:41
Better Git Branch output
#!/bin/bash
# Colors
RED='\033[0;31m'
GREEN='\033[0;32m'
NO_COLOR='\033[0m'
BLUE='\033[0;34m'
YELLOW='\033[0;33m'
NO_COLOR='\033[0m'
@nkhitrov
nkhitrov / logger.py
Last active March 18, 2025 12:43
Configure uvicorn logs with loguru for FastAPI
"""
WARNING: dont use loguru, use structlog
https://gist.github.com/nkhitrov/38adbb314f0d35371eba4ffb8f27078f
Configure handlers and formats for application loggers.
"""
import logging
import sys
from pprint import pformat
@Talljoe
Talljoe / starship.toml
Created February 26, 2025 00:59
My Prompt
#palette = "cyberpunk_scarlet"
# palette = "catppuccin_mocha"
palette = "terminal"
format = """
[](text)\
$shell\
$os\
($username$hostname[ ](bg:text))\
[](fg:text bg:overlay2)\