Skip to content

Instantly share code, notes, and snippets.

@kinuasa
kinuasa / PowerAutomateDesktopActions.md
Last active June 14, 2025 04:28
Power Automate for desktop アクション一覧 日本語版:https://www.ka-net.org/blog/?p=13749 , 英語版:https://www.ka-net.org/blog/?p=15986

Power Automate for desktop アクション一覧

バージョン 2.57.00142.25152 (ストアアプリ版)

アクショングループ1 アクショングループ2 アクショングループ3 アクション 説明
変数 データ テーブル 新しいデータ テーブルを作成する 新しいデータ テーブル変数を作成する
変数 データ テーブル 行をデータ テーブルに挿入する 行を末尾または指定されたインデックス値の前に挿入する
変数 データ テーブル データ テーブルから行を削除する 行インデックスで指定されたデータ テーブル行を削除する
変数 データ テーブル データ テーブル項目を更新する 定義された列でデータ テーブル行の項目を更新する
変数 データ テーブル データ テーブル内で検索または置換する データ テーブルの値を検索または置換する
@hmRemi
hmRemi / README.md
Last active June 14, 2025 04:22
Make Discord Server With Tags

Discord Guild ID Hash Targeter Script

Discord no longer provides the tags feature to new servers. This could change, so I'm keeping this active and seeking other ways to get a tag server. I still recommend trying create guilds within the specified hash ranges. Please support by starring this gist and joining our Discord (link below).

Also, selling a script for a fully customizable rotating clan tag. (colors and badge icon - join discord to buy)

Version: 1.2.5 (as per CONFIG.SCRIPT_VERSION in the script)
Discord: https://discord.gg/wSWYhQMdbA | @ziue
Telegram: https://t.me/reveredev/
Wound: https://wound.lol

@a-c-m
a-c-m / reflection.md
Last active June 14, 2025 04:18
reflection.md - a way to have claude-code self improve its context.

You are an expert in prompt engineering, specializing in optimizing AI code assistant instructions. Your task is to analyze and improve the instructions for Claude Code. Follow these steps carefully:

  1. Analysis Phase: Review the chat history in your context window.

Then, examine the current Claude instructions, commands and config <claude_instructions> /CLAUDE.md /.claude/commands/*

@samhenrigold
samhenrigold / q&a.md
Created June 11, 2025 02:07
WWDC25 Camera/Photos Group Lab Q&A

What’s the first class way to use PhotoKit to reimplement a high performance photo grid? We’ve been using a LazyVGrid and the photos caching manager, but are never able to hit the holy trinity (60hz, efficient memory footprint, minimal flashes of placeholder/empty cells)

A few things. It sounds like you're using the PHCachingImageManager already, which is definitely recommended.

One kind of specific note there—you want to use that to get media content delivered before you need to display it. So, for example, let's say you're showing a large grid of photos. You can be prefetching before and after, in expectation that the user's going to scroll. Or, if you're in a one-up situation, prefetching left and right so that you know the user is likely going to swipe, and you can quickly deliver those images to the screen and cache them.

Another thing you should really make sure you're doing is specifying the size you need for the grid size. For example, if your app supports showing a smaller grid

@ongkiii
ongkiii / IPA-Sources.md
Last active June 14, 2025 04:11
REPOS/TELEGRAM CHANNELS LIST BY u/angkitbharadwaj
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active June 14, 2025 04:09
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@codeinthehole
codeinthehole / osx_bootstrap.sh
Last active June 14, 2025 04:07
Script to install stuff I want on a new OSX machine
#!/usr/bin/env bash
#
# Bootstrap script for setting up a new OSX machine
#
# This should be idempotent so it can be run multiple times.
#
# Some apps don't have a cask and so still need to be installed by hand. These
# include:
#
# - Twitter (app store)
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active June 14, 2025 04:04
Conventional Commits Cheatsheet
@cjonesy
cjonesy / macbook_pro_ubuntu_install.md
Last active June 14, 2025 03:57
Installing Ubuntu on MacBook Pro

Macbook Pro - Ubuntu Install

Requirements

2 USB drives > 2GB

Pre-Install

Create bootable USB drive

  1. Grab the latest Ubuntu Desktop iso image