Skip to content

Instantly share code, notes, and snippets.

View arashmad's full-sized avatar

Arash Madadi arashmad

View GitHub Profile
@qasedak
qasedak / install_cursor.sh
Last active August 24, 2025 13:30 — forked from Kinyugo/install_cursor.sh
Cursor AI IDE Installer/Updater and Uninstaller Script
#!/bin/bash
# Define variables
APPIMAGE_PATH="/opt/cursor.appimage"
ICON_PATH="/opt/cursor.png"
DESKTOP_ENTRY_PATH="/usr/share/applications/cursor.desktop"
# Determine the shell and RC file
SHELL_NAME=$(basename "$SHELL")
@davorpa
davorpa / export-github-repo-labels.js
Last active December 25, 2024 13:44
Export-import Github repo labels
// 1. Go on you labels page:
// eg.: https://github.com/EbookFoundation/free-programming-books/labels
//
// 2. Paste this script in your console / save as browser bookmarklet, and then execute it
// 3. Copy the output / download files and now you can import it using https://github.com/popomore/github-labels !
//
// How to bookmark: https://gist.github.com/caseywatts/c0cec1f89ccdb8b469b1
(function(undefined) {
@Majramos
Majramos / simple_idw.ipynb
Last active April 14, 2025 11:04
Simple inverse distance weighted (IDW) interpolation with python
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.