Skip to content

Instantly share code, notes, and snippets.

View ucalyptus's full-sized avatar
🦙
Training

Sayantan Das ucalyptus

🦙
Training
View GitHub Profile
#!/bin/sh
# Ollama installation script for environments without sudo access
# Uses only /tmp/ directory
set -eu
status() { echo ">>> $*" >&2; }
error() { echo "ERROR: $*"; exit 1; }
TEMP_DIR=$(mktemp -d)
https://claude.ai/chat/702f7c74-8c9b-4d63-b6ce-1f9349643479
https://www.udemy.com/course/databricks-certified-data-engineer-associate-bootcamp/learn/lecture/51295181#overview
https://claude.ai/chat/8bb671f5-6929-43a4-88fb-4e0cbb5d65cc
https://claude.ai/chat/ac349d45-ae84-43c2-8840-16457a867ecb
https://claude.ai/chat/b4514a9c-72f6-4910-9018-579a3479a930
https://claude.ai/chat/88b7cdd0-6811-4030-874d-684650385a07
https://notebooklm.google.com/notebook/c4e9dd61-ef0c-48c8-aa15-41a5852ee8fa
https://www.youtube.com/watch?v=9Ijun9V2g10&list=PL_4SjWezd5HysUi-JNWS8tvj4EPxry_0m
https://www.perplexity.ai/search/recommendation-engine-algo-and-BdZvCtwSRKCf1gL4drX4.A
https://www.youtube.com/watch?v=2wOK-O_ZBvI
@ucalyptus
ucalyptus / move_to_tmux.sh
Created March 3, 2025 04:35
So you forgot attaching a bash / python process into a tmux session? this script should have you covered. Make sure you install reptyr
#!/bin/bash
# Function to find the parent process
find_parent_process() {
local child_pid=$1
local parent_pid=$(ps -o ppid= -p $child_pid | tr -d ' ')
echo $parent_pid
}
# Check if process ID was provided
extract LLM prompt
@ucalyptus
ucalyptus / result-structure-discrepancy.ipynb
Created June 28, 2024 16:28
result structure discrepancy.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ucalyptus
ucalyptus / skearn-random-forest-example.ipynb
Created June 10, 2020 06:30
skearn-random-forest-example.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.