Instantly share code, notes, and snippets.
Kinyugo /install_cursor.sh
Last activeJuly 18, 2025 20:57
Cursor AI IDE Installer and Updater Script This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
#!/bin/bash | |
installCursor() { | |
local CURSOR_URL="https://downloader.cursor.sh/linux/appImage/x64" | |
local ICON_URL="https://miro.medium.com/v2/resize:fit:700/1*YLg8VpqXaTyRHJoStnMuog.png" | |
local APPIMAGE_PATH="/opt/cursor.appimage" | |
local ICON_PATH="/opt/cursor.png" | |
local DESKTOP_ENTRY_PATH="/usr/share/applications/cursor.desktop" | |
echo"Checking for existing Cursor installation..." |
sergeyk /explore-plan-code-test.md
Last activeJuly 18, 2025 20:54
Explore - Plan - Code - Test WorkflowLoading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Rukh /BackdropBlurView.swift
Last activeJuly 18, 2025 20:17
UIVisualEffectView with any blur radius in SwiftUI This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
// | |
// BackdropBlurView.swift | |
// | |
// Created by Dmitry Gulyagin on 20.09.2022. | |
// | |
import SwiftUI | |
/// A View which content reflects all behind it | |
structBackdropView:UIViewRepresentable{ |
See also:
Service | Type | Storage | Limitations |
---|---|---|---|
Amazon DynamoDB | 25 GB | ||
Amazon RDS | |||
Azure SQL Database | MS SQL Server | ||
👉Clever Cloud | PostgreSQL, MySQL, MongoDB, Redis | 256 MB (PostgreSQL) | Max 5 connections (PostgreSQL) |
alexpls /appearance.lua
Last activeJuly 18, 2025 19:55
Alex's WezTerm config -https://alexplescan.com/posts/2024/08/10/wezterm/ This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
-- vim: tabstop=2 shiftwidth=2 expandtab | |
-- We almost always start by importing the wezterm module | |
localwezterm=require'wezterm' | |
-- Define a lua table to hold _our_ module's functions | |
localmodule= {} | |
-- Returns a bool based on whether the host operating system's | |
-- appearance is light or dark. | |
functionmodule.is_dark() |
FreddieOliveira /docker.md
Last activeJuly 18, 2025 19:49
This tutorial shows how to run docker natively on Android, without VMs and chroot.NewerOlder