さて、今年中にpreferencesまわり整理するぞ〜www #dtp
えーと、最新はこちらのGitHubになっております。トップのREADMEにインストールインストラクション関連付け足しておきました。
https://github.com/ten-A/WorkspaceSwitcherforAI #dtp
https://goo.gl/SwGu6o
Adobeアプリのエクステンション開発用Brackesエクステンション。
Bracketsで開かれているCEPエクステンションをパッケージ処理してzxpファイルを生成する為のエクステンションです。
主としてExtensionBuilder for Bracketsと組み合わせて利用する事を想定して作られています。
https://drive.google.com/open?id=0B8WPQj-WNG_TUlpsMG9kYU1NVnc
先の512MBでもGPU利用できる様にするやつ。
AI起動中、プラグインを読み込み始めたタイミングで実行するとパッチが当たりますwww
conn = new Socket;if (conn.listen (8890, "UTF-8")) {for(;;){incoming = conn.poll();if (incoming != null){var str = conn.read(999999);for(;;){str = incoming.read(999999);if (str != null){alert(str);incoming.writeln ("HTTP/1.0 200 OK");incoming.writeln ("Content-Type: text/html");incoming.writeln();incoming.writeln ("<html><body><h3>Welcome to my Homepage.</h3></body></html>");incoming.writeln();// done!incoming.close();delete incoming;break}}}}} else {alert ("can't listen.")}
//Web Server for ID
ひみつ