- macOS latest
- Python3
- 下载mrc-converter-suite并解压
# KANBAN Workflow | |
Unified Kanban Columns (Project Level): | |
* **Backlog** (Requirement Pool) | |
* **To Do** (Sprint/Current Week To-Do) | |
* **In Progress** (Development in Progress) | |
* **In Review** (Code Review) | |
* **Testing / QA** (QA Testing in Progress) | |
* **Blocked** (Blocked) |
// Mihomo (Clash Meta) 通用 JavaScript 覆写脚本模板 v1.1 | |
// By: 2045gemini | |
// | |
// 导入链接:https://gist.githubusercontent.com/2045gemini/4aea375b94c60a883f8e6c16ca3875b8/raw/d6779c142d9a298436f99a7bfc277610c52f49a1/%25E6%2587%2592%25E4%25BA%25BA%25E8%25A6%2586%25E5%2586%2599%25E6%25A8%25A1%25E6%259D%25BF.js | |
// ghfast.top加速导入链接(适用于无proxy):https://ghfast.top/https://gist.githubusercontent.com/2045gemini/4aea375b94c60a883f8e6c16ca3875b8/raw/d6779c142d9a298436f99a7bfc277610c52f49a1/%25E6%2587%2592%25E4%25BA%25BA%25E8%25A6%2586%25E5%2586%2599%25E6%25A8%25A1%25E6%259D%25BF.js | |
// | |
// 这是一个 Mihomo (Clash Meta) "懒人配置" 的补充覆写脚本模板。 | |
// 感谢原作者 笨蛋ovo (bdovo.cc) 的懒人配置! | |
// 懒人配置 Gist 地址: https://gist.github.com/liuran001/5ca84f7def53c70b554d3f765ff86a33 | |
// Clash Meta 文档 (官方 Wiki): https://wiki.metacubex.one |
# 字体设置 | |
font-family = BlexMono Nerd Font Mono | |
font-size = 16 | |
# 主题和样式 | |
theme = GruvboxDarkHard | |
cursor-style = block | |
adjust-cell-height = 35% | |
If you have more you can still use this method (3 accounts per instance)
⚠ This guide is for the app available here: https://desktop.telegram.org/ not the one in the Mac/Windows App Store. For the Mac App Store app this should work: https://gist.github.com/Nachtalb/ec590dc974f6ba4674972d4937b230be/#gistcomment-3611415 ⚠
// ==UserScript== | |
// @name Confluence Auto Numbered Headings | |
// @namespace https://gist.github.com/elahd/28f64feddd9ece56f4f0566d195d0cbd | |
// @version 0.7 | |
// @description Adds numbered headings button to the page editor in Atlassian Confluence. Based on work by Markus Jenu at https://community.atlassian.com/t5/Confluence-questions/Is-it-possible-to-add-numbering-to-headings-in-Confluence/qaq-p/315517#M87046. | |
// @author Elahd Bar-Shai | |
// @match https://*.atlassian.net/wiki/spaces/* | |
// @match https://*.atlassian.net/wiki/spaces/* | |
// @require https://greasyfork.org/scripts/383527-wait-for-key-elements/code/Wait_for_key_elements.js?version=701631 | |
// @grant none |
Enter this in the search box along with your search terms:
Get all gists from the user santisbon.
user:santisbon
Find all gists with a .yml extension.
extension:yml
Find all gists with HTML files.
language:html
db.getCollection('list').aggregate([ | |
{ | |
$facet: { | |
"events":[{ | |
$match: { | |
'type': 'Event' | |
} | |
}], | |
"tasks": [{ | |
$match: { |
// ==UserScript== | |
// @name AtlassianTuner | |
// @description Custom javascript to inject onto Atlassian's Jira and Confluence to make experience better (at least for me) | |
// @namespace https://gist.github.com/lipkau/481342249739847f2d7f8d3099783ce4 | |
// @author Oliver Lipkau | |
// @version 0.10.1 | |
// @include https://*.bsh-sdd.com* | |
// @require https://code.jquery.com/jquery-2.2.4.min.js#sha256=BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44= | |
// @require https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.2/anchor.min.js#sha256=WofcoLT8gToeaSmVRe28qpnlFxdBJH1n4K6Bk3YowvU= | |
// @run-at document-start |
When a Spring Boot app starts up with default (INFO) logging, there are some noticeable gaps (pauses). It's worth focusing on the gaps when looking for efficiency savings because of the amount of time they take, and because no-one bothered to log anything, so the chances are the app is doing something repetitive. We can tweak the logging levels to try and fill in the gaps and find out what is going on in there.
Basic empty web app with actuators has three such gaps:
0 1410ms
|------|---------------------------|-----|------|---------|--------|--------|
| 578 | |144(5)| | 133(6) |