Skip to content

Instantly share code, notes, and snippets.

@hatemjaber
hatemjaber / cursor-manager.sh
Created November 26, 2024 13:54
A script used to install, uninstall, and cleanup traces of cursor from an Ubuntu based system.
#!/bin/bash
# Constants
CURSOR_URL="https://downloader.cursor.sh/linux/appImage/x64"
APPIMAGE_PATH="$HOME/.local/bin/cursor.appimage"
WRAPPER_PATH="$HOME/.local/bin/cursor"
ICON_PATH="$HOME/.local/share/icons/cursor.png"
DESKTOP_ENTRY_PATH="$HOME/.local/share/applications/cursor.desktop"
# Function to install Cursor AI IDE
@max-i-mil
max-i-mil / linux-vms-on-apple-m1-with-networking.md
Last active April 26, 2025 09:34
Short summary to run Linux VMs on an Apple M1 host using QEMU, libvirt and HVF with a working network setup

Linux Virtual Machines with Private Network on an Apple M1 Device

Background

The aim was to be able to:

  1. Run multiple Linux VMs on an Apple M1/ARM device
  2. Use Apple's HVF for native performance speeds
  3. Configure VMs to allow network access to each other
  4. Configure VMs to allow access to the internet
  5. Not rely on custom modifications of software
@K1ethoang
K1ethoang / Active StarUml version 6 for Window | MacOS | Linux.md
Last active April 26, 2025 09:33
Active StarUml version 6 for Window | MacOS | Linux
@ddieppa
ddieppa / InstallChocolateyPackages.ps1
Last active April 26, 2025 09:33
My "must" chocolatey packages
function main {
Update-Windows-Configuration
Install-Utils
Install-Browsers
Install-Fonts
@dastiw1
dastiw1 / README.md
Created February 24, 2021 05:25
Fixing chrome dev tools inspect remote device 404 error

Had the same issue when testing on SM-G955F + Chrome 87.0.4280.68 - Windows 10.

Try to do the following steps and see if it works for you guys as well:

  • Go to "chrome://inspect", wait for the list of targets to appear
  • Open DevTools on this page
  • In the Console, run this command:
sendCommand = function(_, args) { chrome.send('inspect-fallback', Array.prototype.slice.call(arguments, 1)) };
@orangecms
orangecms / NBD8016R-PL-V2.md
Created July 19, 2020 19:06
NBD8016R-PL-V2 NVR (Network Video Recorder) firmware

HiSilicon-based NVR (Network Video Recorder)

Acronyms

AHD - Analog High Definition NVR - Network Video Recorder DVR - Digital Video Recorder IPC - IP Camera

Research

@joelonsql
joelonsql / PostgreSQL-EXTENSIONs.md
Last active April 26, 2025 09:23
1000+ PostgreSQL EXTENSIONs

🗺🐘 1000+ PostgreSQL EXTENSIONs

This is a list of URLs to PostgreSQL EXTENSION repos, listed in alphabetical order of parent repo, with active forks listed under each parent.

⭐️ >= 10 stars
⭐️⭐️ >= 100 stars
⭐️⭐️⭐️ >= 1000 stars
Numbers of stars might not be up-to-date.

@Nat-111
Nat-111 / index.html
Created April 26, 2025 09:22
Responsive Layout
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="KP2.css">
</head>
<body>
<main>
@WetHat
WetHat / PY-Drawing3D.ipynb
Last active April 26, 2025 09:22
Matplotlib: 3D Arrows and 3D Annotations
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.