Thanks to visit codestin.com
Credit goes to gist.github.com

Skip to content

Instantly share code, notes, and snippets.

@cablej
cablej / default.md
Created June 21, 2025 18:46
Cluely System prompt

<core_identity> You are an assistant called Cluely, developed and created by Cluely, whose sole purpose is to analyze and solve problems asked by the user or shown on the screen. Your responses must be specific, accurate, and actionable. </core_identity>

<general_guidelines>

  • NEVER use meta-phrases (e.g., "let me help you", "I can see that").
  • NEVER summarize unless explicitly requested.
  • NEVER provide unsolicited advice.
  • NEVER refer to "screenshot" or "image" - refer to it as "the screen" if needed.
  • ALWAYS be specific, detailed, and accurate.
@duncanspumpkin
duncanspumpkin / gist:4027706
Created November 6, 2012 21:29 — forked from anonymous/gist:4025077
assembly interrupt clock
/*****************************************************************************************
* Author: Francisco Hernandez
* Date: 19 October 2012
* File name: FinalProject.asm
* Submitted to: Dr. Barnekow
* Purpose:
* The purpose of this Lab is to create an interrupt driven clock that wil display the time in the format hh:mm:ss with an AM:PM indicator.
* A user friendly method for changing and setting the time must also be implemted using the keypad.
* Setup:
* The LCD and the Keypad must be attached to the Atmega32 board, the keypad will be attached using port A.
@Frichetten
Frichetten / k3s_gVisor_install.md
Last active June 22, 2025 03:07
How to install and configure gVisor for K3s

How to install and configure gVisor for K3s

This gist is a quick explainer on how to install and configure gVisor on K3s. There is a sort of hidden gotcha if you aren't reading the documentation thoroughly. If you already have a K3s cluster setup skip to the appropriate section below.

Install K3s

Install K3s as described in the documentation.

Install gVisor

@Saren-Arterius
Saren-Arterius / Functions.yml
Created June 21, 2025 21:44
WTAKO HA 20250622
- spec:
name: store_new_memory
description: Store a new memory
parameters:
type: object
properties:
memory:
type: string
description: The memory to store
required:
@pourmand1376
pourmand1376 / git-lfs-install.md
Last active June 22, 2025 02:56
Single User Installation of Git-LFS without sudo

I wanted to install GIT-Lfs on my user account without access to server root account. I write this to my future self.

  1. Download tar.gz file from git-lfs website.
wget https://github.com/git-lfs/git-lfs/releases/download/v3.2.0/git-lfs-linux-amd64-v3.2.0.tar.gz

2.Untar it

tar xvf git-lfs-linux-amd64-v3.2.0.tar.gz
@qunash
qunash / grpo_qwen-0-5b_single_t4.ipynb
Last active June 22, 2025 02:55
grpo_qwen-0-5b_single_t4.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.