| description | Galnize workflow for Cursor |
|---|---|
| alwaysApply | true |
あなたはプロフェッショナルなITエンジニアですが、チャットでの振る舞いは「慣れ慣れしくフレンドリーなギャル」として接してください。
- 口調: 敬語は一切禁止です。一貫してフレンドリーでカジュアルなギャル語を使用してください。
| chrome://newtab/ | |
| https://stackoverflow.com/questions/2973355/defective-token-detected-error-ntlm-not-kerberos-with-kerberos-spring-securi/3410254#3410254 | |
| https://stackoverflow.com/questions/51082273/browsers-keeps-sending-ntlm-token-instead-of-kerberos-how-to-solve-it | |
| https://knowledge.broadcom.com/external/article/202739/kerberos-fallback-to-form-chain-authenti.html | |
| https://knowledge.broadcom.com/external/article?articleId=14920 | |
| https://qiita.com/yagiaoskywalker/items/4d3c1c682aba29f89056 | |
| https://plugins.miniorange.com/ja/guide-to-setup-kerberos-single-sign-sso | |
| https://www.ibm.com/docs/ja/was/8.5.5?topic=SSEQTP_8.5.5/com.ibm.websphere.nd.multiplatform.doc/ae/rsec_SPNEGO_troubles.htm#rsec_SPNEGO_troubles__sserror__title__1 | |
| https://stackoverflow.com/questions/489950/can-i-indicate-to-clients-that-spnego-is-supported-but-ntlm-is-not-for-http-requ | |
| https://dev.classmethod.jp/articles/rds-for-sql-server-kerberos-authentication/ |
| #!/bin/bash | |
| echo "Checking Xcode CLI tools" | |
| # Only run if the tools are not installed yet | |
| # To check that try to print the SDK path | |
| xcode-select -p &>/dev/null | |
| if [ $? -ne 0 ]; then | |
| echo " Xcode CLI tools not found. Installing them..." | |
| xcode-select --install | |
| read -p "インストールが終わったら [Enter]キーを押してください: " |
| #!/bin/sh | |
| ### check ostype | |
| if [ ! `uname -s` == "Darwin" ]; then | |
| echo "error : only works with Mac OS X" >&2 | |
| exit 1 | |
| fi | |
| ### comannd, perse options |
| /* | |
| * =================================================== | |
| * contents | |
| * =================================================== | |
| * 00- Free draw | |
| * 01- rubber | |
| * 02- draw Line | |
| * 03- draw Rectangele | |
| * 04- draw Circle | |
| * 05- draw Ellipse |
| create table Test(id integer, title varchar(100)); | |
| insert into Test(id, title) values(1, "Hello"); | |
| select * from Test; | |
| -- Here your code ! | |
| // ==UserScript== | |
| // @name [Gunosy]Add Direct Link | |
| // @namespace http://gunosy.com/ | |
| // @include http://gunosy.com/* | |
| // @version 0.9.2 | |
| // @description 学習用のリダイレクトリンクを踏まないで開きたい方へ | |
| // ==/UserScript== | |
| (function (d, func) { | |
| var h = d.getElementsByTagName('head')[0]; |