I hereby claim:
- I am lostsnow on github.
- I am lostsnow (https://keybase.io/lostsnow) on keybase.
- I have a public key whose fingerprint is 1066 69F5 DEAE 8791 B261 3005 B03A D046 6F93 D462
To claim this, I am signing this object:
// ==UserScript== | |
// @id delta-t-force-zoom-level@lostsnow | |
// @name Delta T Plugin: Force Zoom Level | |
// @category Tweaks | |
// @version 0.4.0 | |
// @namespace https://github.com/lostsnow/delta-t-force-zoom-level | |
// @author lostsnow | |
// @description Force Zoom Level. | |
// @updateURL https://gist.github.com/lostsnow/fbfb22b950fda04503d7804326c52dd0/raw/delta-t-force-zoom-level.user.js | |
// @downloadURL https://gist.github.com/lostsnow/fbfb22b950fda04503d7804326c52dd0/raw/delta-t-force-zoom-level.user.js |
I hereby claim:
To claim this, I am signing this object:
<?xml version="1.0" encoding="iso-8859-1"?> | |
<!DOCTYPE muclient> | |
<muclient> | |
<plugin | |
name="Translate_GBK_TO_UTF8" | |
author="lostsnow" | |
id="b5d6c2e22177e7a13b081a29" | |
language="Lua" | |
purpose="Translate sent text GBK into UTF-8" |
/* | |
* This is an implementation of wcwidth() and wcswidth() (defined in | |
* IEEE Std 1002.1-2001) for Unicode. | |
* | |
* http://www.opengroup.org/onlinepubs/007904975/functions/wcwidth.html | |
* http://www.opengroup.org/onlinepubs/007904975/functions/wcswidth.html | |
* | |
* In fixed-width output devices, Latin characters all occupy a single | |
* "cell" position of equal width, whereas ideographic CJK characters | |
* occupy two such cells. Interoperability between terminal-line |
{ | |
"editor.renderWhitespace": "all", | |
"editor.dragAndDrop": false, | |
"editor.detectIndentation": false, | |
"editor.fontFamily": "'Noto Sans Mono', Consolas, 'Courier New', monospace", | |
"editor.rulers": [80, 120], | |
"files.eol": "\n", | |
"files.encoding": "utf8", | |
"files.exclude": { |
const vscode = require('vscode'), | |
childProcess = require('child_process'), | |
fs = require('fs'); | |
// Global vars | |
// Status bar | |
const statusBar = vscode.window.createStatusBarItem(vscode.StatusBarAlignment.Left); | |
// Show message in StatusBar |
--style=1tbs | |
indent=spaces=4 | |
indent-namespaces | |
indent-classes | |
indent-modifiers | |
indent-switches | |
indent-after-parens | |
indent-preproc-define | |
indent-col1-comments |
**Axure 8.0及以前** | |
Licensee:IloveyouAxure | |
Key:UChpuxwbDW6eAIaAf9UujEFSBwN3vpEz9snHvlCQVJGQy4p7WrCyKLLvV5QLvqva | |
Licensee:Axure | |
Key:8t+3Yk/zu4cX601/seX6wBZgYRVj/lkC2PICCdO4+sFKCCLx8mcCnccoylVb40lP | |
Licensee:axureuser | |
Key:8wFfIX7a8hHq6yAy6T8zCz5R0NBKeVxo9IKu+kgKh79FL6IyPD6lK7G6+tqEV4LG | |
Licensee:米 业成 (STUDENT) | |
Key:nFmqBBvEqdvbiUjy8NZiyWiRSg3yO+PtZ8c9wdwxWse4WprphvSu9sohAdpNnJK5 | |
**Axure 8.1.0.3366** |
(function($) | |
{ | |
$.Redactor.prototype.readonly = function() | |
{ | |
return { | |
init: function() | |
{ | |
if (!this.opts.readonly) return; | |
this.opts.toolbar = false; |