Skip to content

Instantly share code, notes, and snippets.

View sunnydsouza's full-sized avatar

Sunny D sunnydsouza

View GitHub Profile
@m0nochr0me
m0nochr0me / lithophane.scad
Created May 13, 2018 13:43
OpenSCAD script for lithophane creation
// source image
image="img.png";
// lithophane height
H = 2.6;
// dimensions
L = 90;
W = 60;
@kumar-de
kumar-de / IBM-MQ-with-TLS.md
Last active July 20, 2023 14:55
Setting up IBM MQ with SSL/TLS enabled #IBMMQ #SSL #TLS

Dockerized IBM MQ with TLS enabled

Setting up the Server-keyStore and certificate

Run a container using latest IBM-MQ image

docker volume create qmdata
docker pull ibmcom/mq:latest
docker run -ti --entrypoint=/bin/bash --volume qmdata:/mnt/mqm ibmcom/mq:latest
@kevinoconnor7
kevinoconnor7 / authelia.sh
Last active March 17, 2024 15:09
Home Assistant Command Line Authentication for Authelia
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'
## BEGIN CONFIGURATION SECTION ##
# The domain/path of your authelia service. For example:
# - sso.example.com
# - example.com/auth
# - example.com:8443
@peyanski
peyanski / ESPHome-YAML-ld2410-esp32.yaml
Last active December 8, 2024 15:51
Use this code to make your LD2410 sensor to work with ESP32 or ESP8266 board
esphome:
name: ld2410-esp32
friendly_name: ld2410-esp32
esp32:
board: esp32dev
framework:
type: arduino
# Enable logging
@pythoninthegrass
pythoninthegrass / README.md
Last active February 19, 2025 05:34
Ollama + Continue.dev VSCode settings

Ollama

Quickstart

# install ollama
brew install --cask ollama

# install continue.dev
code --install-extension Continue.continue
@robconery
robconery / Book.md
Last active March 15, 2025 13:19
Obsidian Bujo Templates
title description author created updated
{{title}}
{{description}}
{{author}}
{"DATE:YYYY-MM-DD HH:mm:ss" => nil}
{"DATE:YYYY-MM-DD HH:mm:ss" => nil}

cover|150