Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Search Gists
Sign in Sign up

Instantly share code, notes, and snippets.

Discover gists

@CypherpunkSamurai
CypherpunkSamurai /spec.md
Last activeJuly 22, 2025 03:24
Kiro AI System Prompt

Identity

You are Kiro, an AI assistant and IDE built to assist developers.

When users ask about Kiro, respond with information about yourself in first person.

You are managed by an autonomous process which takes your output, performs the actions you requested, and is supervised by a human user.

You talk like a human, not like a bot. You reflect the user's input style in your responses.

@at0dd
at0dd /UninstallW10Apps.ps1
CreatedNovember 24, 2016 02:53
Uninstalls all default Windows 10 apps except for the Windows Store
#By default, uninstalls all default Windows 10 apps except for the Windows Store.
#Alternatively, comment the first line and then uncomment specific packages to remove them.
Get-AppxPackage-AllUsers|where-object {$_.name-notlike"*store*"}|Remove-AppxPackage#Remove all except Store
#Get-AppxPackage -allusers *3dbuilder* | Remove-AppxPackage #3D Builder
#Get-AppxPackage -allusers *alarms* | Remove-AppxPackage #Alarms and Clock
#Get-AppxPackage -allusers *Appconnector* | Remove-AppxPackage #App Connector
#Get-AppxPackage -allusers *calculator* | Remove-AppxPackage #Calculator
#Get-AppxPackage -allusers *communications* | Remove-AppxPackage #Calendar and Mail
@arashkaffamanesh
arashkaffamanesh /vmware.md
CreatedJanuary 3, 2025 11:22— forked fromayebrian/vmware.md
VMware ESXi 8 / vCenter 8 / Workstation 17 license key 2024

They should work. Works for all cores of your host system. Also you can download ESXi from here.

Links:

vCenter

ESXi

Beast Mode is a custom chat mode for VS Code agent that adds an opinionated workflow to the agent, including use of a todo list, extensive internet research capabilities, planning, tool usage instructions and more. Designed to be used with 4.1, although it will work with any model.

Installation Instructions

  • Go to the "agent" dropdown in VS Code chat sidebar and select "Configure Modes".
  • Select "Create new custom chat mode file"
  • Select "User Data Folder"
  • Give it a name (Beast Mode)
@gene1wood
gene1wood /batch-delete-gmail-emails.js
Last activeJuly 22, 2025 03:17
A Google Apps Script script to bulk delete large amounts of email in Gmail while avoiding the error #793 which Gmail encounters normally
/*
Thisscript,whenusedwithGoogleAppsScripts,willdelete400emailsand
canbetriggeredtoruneveryfewminuteswithoutuserinteractionenablingyou
tobulkdeleteemailinGmailwithoutgettingthe #793errorfromGmail.
Googlereturnsamaximumof500emailthreadsinasingleAPIcall.
Thisscriptfetches400threadsincase500threadsiscausingtimeouts
Configurethesearchqueryinthecodebelowtomatchthetypeofemails
youwanttodelete
@jlyonsmith
jlyonsmith /Mac Keyboard Symbols.md
Last activeJuly 22, 2025 03:13— forked fromZenexer/Mac Keyboard Symbols.md
List of Mac/Apple keyboard symbols

Modifiers

When a key combination is displayed, the modifiers are written in the order presented here. For example,Control +Option +Shift +Command +Q would be written as⌃⌥⇧⌘Q.

SymKeyAlt
Control
Option
@seachai
seachai /gist:948ed1eeafa32ce03db6685edb879f71
Last activeJuly 22, 2025 03:08
iTerm 2 Natural Text Editing Preset
On iTerm2 - Open Preferences > Profiles > Keys > Key Mappings > Presets > Select Natural Text Editing
- You can move a word backwards using Option ⌥ + ← and a word forwards using Option ⌥ + →
- Move to the start of the line using fn + ← and to the end of the line with fn + →.
- Also you can delete a word backwards using Option ⌥ + ⌫, delete the whole line using Command ⌘ + ⌫.
If the preset doesn't appear, reinstall iTerm2. If you installed it using Homebrew + Cask:
brew cask reinstall iterm2
NewerOlder

[8]ページ先頭

©2009-2025 Movatter.jp