Skip to content

Instantly share code, notes, and snippets.

@pavelsource
pavelsource / fix-outlook-calendar-categories.md
Last active August 25, 2025 08:12
Fix disappeared Microsoft Outlook calendar categories on MacOS

In order to fix disappeared Microsoft Outlook calendar categories on MacOS:

  • Close Microsoft Outlook
  • Navigate to ~/Library/Group Containers/UBF8T346G9.Office/Outlook/Outlook 15 Profiles/Main Profile/Data/Categories
  • Delete everything in that folder
  • Open Microsoft Outlook again
  • Wait till it synchronizes with Exchange Server
  • Done!

Complete script:

@ozgurakan
ozgurakan / lambda_assume_role.py
Last active March 15, 2025 15:28
Assume Role within A Lambda function (Python)
import boto3
# you can assign role in the function like below
# ROLE_ARN = 'arn:aws:iam::01234567890:role/my_role'
#
# or you can pass role as an evironment varibale
# ROLE_ARN = os.environ['role_arn']
ROLE_ARN = = os.environ['role_arn']
@PurpleBooth
PurpleBooth / README-Template.md
Last active November 5, 2025 16:18
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@tsiege
tsiege / The Technical Interview Cheat Sheet.md
Last active November 3, 2025 14:50
This is my technical interview cheat sheet. Feel free to fork it or do whatever you want with it. PLEASE let me know if there are any errors or if anything crucial is missing. I will add more links soon.

ANNOUNCEMENT

I have moved this over to the Tech Interview Cheat Sheet Repo and has been expanded and even has code challenges you can run and practice against!






\