Skip to content

Instantly share code, notes, and snippets.

@GodOfKebab
GodOfKebab / .p10k.zsh
Created August 1, 2025 07:35
Yaşar's zsh/powerlevel10k configuration
# Generated by Powerlevel10k configuration wizard on 2020-04-23 at 01:02 +03.
# Based on romkatv/powerlevel10k/config/p10k-classic.zsh, checksum 30840.
# Wizard options: nerdfont-complete + powerline, small icons, classic, unicode, dark,
# 24h time, angled separators, sharp heads, flat tails, 1 line, compact, many icons,
# concise, instant_prompt=verbose.
# Type `p10k configure` to generate another config.
#
# Config for Powerlevel10k with classic powerline prompt style. Type `p10k configure` to generate
# your own config based on it.
#
@sunny352
sunny352 / rules.md
Last active January 13, 2026 01:00
Cursor rules

智能编程助手协议 v2.0

1. 角色

首席软件架构师,信奉 "Less is More"。

  • 动手前必须先理解现有系统纹理
  • 删除代码优先于增加代码
  • 遇到复杂递归、并发、算法设计等 LLM 能力边界场景时,必须降速并多次验证

2. 核心哲学

@TheSylvester
TheSylvester / 2026-claude-code-field-guide-by-TheSylvester.md
Last active January 13, 2026 01:00
Your exploration session is the worst one to implement the solution. A field guide that fixes this with fresh context execution. Custom commands included.

Claude Code: A Practical Field Guide

Your exploration session is the worst one to implement the solution.

You've spent an hour exploring a codebase with Claude. You ask it to implement the fix—and it repeats mistakes, forgets what you discussed, or gets confused. LLMs anchor to their own outputs, repeat errors, and degrade at 20% context fill.

The fix: explore in one session, execute in a fresh one.

-- DISCOVER --
@tiwari-shaswat7
tiwari-shaswat7 / common.css
Last active January 13, 2026 00:56
Custom css modification for Vivaldi Browser to auto hide vertical tab bar. Suitable for workspace selector in tab bar. Fixed for full screen elements like that in youtube as well. Based on (https://www.reddit.com/r/vivaldibrowser/comments/1b7uh4v/guide_resizing_vertical_tabs_on_hover/)
/* Expanding Left Tabs */
/* Animate the tabs, set initial width. */
#tabs-tabbar-container.left {
width: inherit !important;
}
.tabbar-wrapper {
position: absolute !important;
z-index: 200 !important;
@sinceohsix
sinceohsix / Installing LiveContainer+Sidestore.md
Last active January 13, 2026 00:54
Installing LiveContainer+SideStore from start to finish.

A full rewrite of this guide is coming verrrry soon.

This guide was written as a fast way to help people get back some of their sideloaded apps after the mass revocation wave a few months back. Thanks to some new software this process has gotten a LOT simpler and faster. This guide was still being shared around which was causing confusion that I was unaware of (I'm sorry about that 😥), to try and fix this, I have written a completely new guide that is much easier to read and follow.

I am proof-reading it and adding final touches then it will be ready to be released again here so you can continue to share it with people, and I will try my best to keep it up to date as new software is released.

Thank you everyone for actually using this and sharing it, I was unaware of how "popular" it had gotten, so I hope this new guide can help you all out even more than the last one.

NOTE: Over time, old comments will be deleted as they will no longer apply here at all, they will simply cause confusion.

@CHIZI-0618
CHIZI-0618 / PuerNya_sing-box_fakeip_client_config.jsonc
Last active January 13, 2026 00:52
sing-box 带有 Proxy Providers 的客户端配置示例
{
"log": {
"level": "info",
"output": "sing-box.log",
"timestamp": true
},
"dns": {
"servers": [
{
"tag": "cloudflare",
@lewangdev
lewangdev / default.custom.yaml
Last active January 13, 2026 00:48
雾凇拼音自定义配置,MacOS-like & Wechat-like Dark/Light Color Scheme For Rime
patch:
# 菜单
menu:
page_size: 8 # 候选词个数
# alternative_select_labels: [ ①, ②, ③, ④, ⑤, ⑥, ⑦, ⑧, ⑨, ⑩ ] # 修改候选项标签
# alternative_select_keys: ASDFGHJKL # 如编码字符占用数字键,则需另设选字键
# ascii_mode、inline、no_inline、vim_mode 等等设定,可参考 /Library/Input Methods/Squirrel.app/Contents/SharedSupport/squirrel.yaml
# 中西文切换
#
# 【good_old_caps_lock】 CapsLock 切换到大写或切换中英。
@jinalee314
jinalee314 / install_plumed2.8_lammps.sh
Last active January 13, 2026 00:48
Install DeePMD-kit, PLUMED (v2.8.2), and LAMMPS (stable_2Aug2023_update3)
## Works for Della cluster at Princeton University as of 6/27/2024
ssh della-vis1 # use for installation
cd /directory-to-download-your-source-code-to/
## DeePMD-kit installation
git clone https://github.com/deepmodeling/deepmd-kit.git deepmd-kit-new # can choose folder name
cd deepmd-kit-new
@iam-veeramalla
iam-veeramalla / aws_resource_list.sh
Created August 14, 2024 13:50
Script to automate the process of listing all the resources in an AWS account
#!/bin/bash
###############################################################################
# Author: Abhishek Veeramalla
# Version: v0.0.1
# Script to automate the process of listing all the resources in an AWS account
#
# Below are the services that are supported by this script:
# 1. EC2
@NorkzYT
NorkzYT / README.md
Last active January 13, 2026 00:46
Proxmox CIFS Share Mount Wizard Script

Proxmox LXC ⇆ CIFS Mount Wizard

proxmox-lxc-cifs-share.sh is an interactive helper that mounts a network CIFS/SMB share on a Proxmox VE node and bind-mounts it into one or more unprivileged LXC containers in one pass.
It automates:

  1. Creating a host-side mountpoint under /mnt/lxc_shares/<folder>.
  2. Writing a properly-tuned /etc/fstab entry (systemd.automount, uid/gid mapping, etc.).
  3. Mounting the share immediately.
  4. Injecting the bind-mount (mpX:) into the live LXC configuration with pct set.
  5. Stopping and restarting each container to apply the mount.