Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Search Gists
Sign in Sign up

Instantly share code, notes, and snippets.

@Kinyugo
Kinyugo /install_cursor.sh
Last activeJuly 18, 2025 20:57
Cursor AI IDE Installer and Updater Script
#!/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
sergeyk /explore-plan-code-test.md
Last activeJuly 18, 2025 20:54
Explore - Plan - Code - Test Workflow

At the end of this message, I will ask you to do something.Please follow the "Explore, Plan, Code, Test" workflow when you start.

First, use parallel subagents to find and read all files that may be useful for implementing the ticket, either as examples or as edit targets. The subagents should return relevant file paths, and any other info that may be useful.

Plan

Next, think hard and write up a detailed implementation plan. Don't forget to include tests, lookbook components, and documentation. Use your judgement as to what is necessary, given the standards of this repo.

If there are things you are not sure about, use parallel subagents to do some web research. They should only return useful information, no noise.

@aamiaa
aamiaa /CompleteDiscordQuest.md
Last activeJuly 18, 2025 21:01
Complete Recent Discord Quest

Note

This does not works in browser for non-video, non-activity quests! For stream/play quests use the desktop app!

Note

When doing stream quests, you need at least 1 other account in the vc!

How to use this script:

  1. Accept a quest under Discover -> Quests
@ylogx
ylogx /xgboost_incremental.ipynb
Last activeJuly 18, 2025 20:17
XGBoost Incremental Learning
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Rukh
Rukh /BackdropBlurView.swift
Last activeJuly 18, 2025 20:17
UIVisualEffectView with any blur radius in SwiftUI
//
// BackdropBlurView.swift
//
// Created by Dmitry Gulyagin on 20.09.2022.
//
import SwiftUI
/// A View which content reflects all behind it
structBackdropView:UIViewRepresentable{
@lornajane
lornajane /mac.md
Last activeJuly 18, 2025 20:06
Keyboard Only OS X

Hi, I'm Lorna and I don't use a mouse. I have had RSI issues since a bad workstation setup at work in 2006. I've tried a number of extra hardware modifications but what works best for me is to use the keyboard and only the keyboard, so I'm in a good position and never reaching for anything else (except my coffee cup!). I rather unwisely took a job which required me to use a mac (I've been a linux user until now and also had the ability to choose my tools carefully) so here is my cheatsheet of the apps, tricks and keyboard shortcuts I'm using, mostly for my own reference. Since keyboard-only use is also great for productivity, you may also find some of these ideas useful, in which case at least something good has come of this :)

Apps List

There's more detail on a few of these apps but here is a quick overview of the tools I've installed and found helpful

ToolLinkComments
@bmaupin
bmaupin /free-database-hosting.md
Last activeJuly 18, 2025 20:05
Free database hosting

See also:

ServiceTypeStorageLimitations
Amazon DynamoDB⚠️ Proprietary NoSQL25 GB⚠️ Payment method required
Amazon RDS⚠️ Proprietary RDBMS⚠️ Only free for 1 year
Azure SQL DatabaseMS SQL Server⚠️ Only free for 1 year
👉Clever CloudPostgreSQL, MySQL, MongoDB, Redis256 MB (PostgreSQL)Max 5 connections (PostgreSQL)
-- 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
FreddieOliveira /docker.md
Last activeJuly 18, 2025 19:49
This tutorial shows how to run docker natively on Android, without VMs and chroot.

Edit 🎉

All packages, except for Tini have been added totermux-root. To install them, simplypkg install root-repo && pkg install docker. This will install the whole docker suite, left only Tini to be compiled manually.


Summary

NewerOlder

[8]ページ先頭

©2009-2025 Movatter.jp