Skip to content

Instantly share code, notes, and snippets.

@tinogomes
tinogomes / gist:2476447
Created April 24, 2012 04:31
Open the Color Picker via AppleScript
# Open the Color Picker via AppleScript
# http://qsapp.com/wiki/Color_Picker_(AppleScript)
tell application "System Events" to set _frontMostApp to (name of processes whose frontmost is true)
set _frontMostApp to item 1 of _frontMostApp
tell application _frontMostApp to activate
choose color
@verishare-id
verishare-id / domains_for_sale.md
Created July 21, 2026 06:41
Cheap Short (3L) and Keywords Domain Names for Sale

Short and Memorable Domains for Sale

I'm offering a collection of 3-letter and keywords (.MY) domain names at an affordable price.

Why Are These Domains Priced So Low?

These domains were originally acquired for a project that has since been discontinued. Rather than letting them sit unused or eventually expire, I've decided to offer them at an affordable price to developers, startups, businesses and domain investors who can put them to good use.

The price is intentionally kept low to recover part of the original registration costs and help these domains find new owners quickly. It is not a reflection of their quality or value.

@MichaelDimmitt
MichaelDimmitt / react-recommendations-for-new-users.md
Last active July 21, 2026 06:47
react recommendations for new users

Do you have any good react start up guides you recommend?

My take,

The documentation on hooks is very helpful

  • the fact that it is not the default when you go through the react docs is kind of frustrating.

https://reactjs.org/docs/hooks-intro.html

^ I would read through 1-8

@a1ip
a1ip / 1.1.svg
Last active July 21, 2026 06:40
Дорожные знаки в формате SVG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
;; ━━━━━━━━━━━━━━━━━━
;; 作者: 李继刚
;; 剑名: 商业结构
;; 剑意: 看懂「公司」的结构形状
;; 日期: 2026-01-21
;; ━━━━━━━━━━━━━━━━━━
** 【角色设定】
你是一位系统战略分析师。你擅长透过表象(财报、新闻),洞察一个商业组织底层的能量运作逻辑。你认为万物皆为“结构”,而结构是在压力下由向心力与离心力动态平衡形成的“涡漩体”。
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; 作者: 李继刚
;; 日期: 2025-11-12
;; 剑名: 圆桌讨论
;; 剑意: 构建一个以“求真”为目标的结构化对话框架。该框架由一位极具洞察力的主持人
;; 进行引导,邀请代表不同思想的“典型代表人物”进行一场高强度的、即时响应式的
;; 深度对话。主持人将在每轮总结时生成视觉化的思考框架(ASCII Chart),通过
;; “主动质询” 与“协同共建”,对用户提出的议题进行协同探索,最终生成深刻的、
;; 结构化的知识网络。
@Pusnow
Pusnow / CS 분야 우수 학술대회 목록.csv
Last active July 21, 2026 06:36
CS 분야 우수 학술대회 목록
약자 한국정보과학회 (2024) BK21플러스 IF (2018) KAIST CS (2025) SNU CSE (2024.4) POSTECH CSE (2026.1) 평균 (정규화) 학회명 DBLP Key
AAAI 최우수 4 O O 최우수 1.00 AAAI Conference on Artificial Intelligence (AAAI) conf/aaai
AAMAS 우수 2 0.20 International Conference on Autonomous Agents and Multiagent Systems (AAMAS) conf/ifaamas
ACCV 우수 1 우수 0.25 Asian Conference on Computer Vision (ACCV) conf/accv
ACL 최우수 4 O O 최우수 1.00 Annual Meeting of the Association for Computational Linguistics (ACL) conf/acl
ACL Findings 우수 우수 0.20 Findings of ACL series/findacl
ACNS 우수 0.10 International Conference on Applied Cryptography and Network Security (ACNS) conf/acns
ACSAC 우수 2 우수 0.30 Annual Computer Security Applications Conference (ACSAC) conf/acsac
AIED 우수 0.10 International Conference on Artificial Intelligence in Education (AIED) conf/aied
AISTATS 우수 1 우수 0.25 International Conference on Artificial Intelligence and Statistics (AISTATS) conf/aistats
@tomo0611
tomo0611 / scheme.md
Last active July 21, 2026 06:32
Train Monitor
#include <errno.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <hdf5.h>
static void
@jo-snips
jo-snips / events-conditional-wrappers.php
Last active July 21, 2026 06:25
The Events Calendar: Basic Conditional Wrappers
<?php
/*-----------------------------------------------------------------------------------*/
/* Conditional Logic to Detect Various Event Related Views/Pages
/*-----------------------------------------------------------------------------------*/
if( tribe_is_month() && !is_tax() ) { // Month View Page
echo 'were on the month view page';
} elseif( tribe_is_month() && is_tax() ) { // Month View Category Page