Skip to content

Instantly share code, notes, and snippets.

View crazymaster's full-sized avatar

Kenichi Ito crazymaster

  • Tokyo, Japan
  • 19:22 (UTC +09:00)
  • X @ken54ik
View GitHub Profile
@crazymaster
crazymaster / Main.as
Created July 24, 2012 09:34
BoundCircle
package
{
import flash.display.*
import flash.events.*;
import flash.geom.*
// [SWF(backgroundColor="#000000", width="800", height="600", frameRate="30")]
/**
* ...
package
{
import flash.display.*;
import flash.events.*;
import flash.text.*;
import flash.geom.*;
[SWF(backgroundColor="#000000", width="800", height="600", frameRate="30")]
/**
@crazymaster
crazymaster / Main.as
Created July 24, 2012 09:40
Typography
/**
* Copyright nitoyon ( http://wonderfl.net/user/nitoyon )
* Remix by master ( https://github.com/crazymaster )
* MIT License ( http://www.opensource.org/licenses/mit-license.php )
*/
package
{
import flash.display.*;
import flash.events.*;
void setup() {
size(360, 150);
smooth();
noLoop();
}
void draw() {
int num = 4;
int rad = 360/num;
times in msec
clock self+sourced self: sourced script
clock elapsed: other lines
000.009 000.009: --- VIM STARTING ---
283.414 283.405: Allocated generic buffers
342.566 059.152: locale set
403.273 060.707: GUI prepared
clock elapsed: other lines
clock self+sourced self: sourced script
16365.862 000.002: --- VIM STARTED ---
16203.116 000.003: before starting main loop
1118.903 000.004: expanding arguments
15268.132 000.006: start termcap
15972.439 000.007: editing files in windows
times in msec
clock self+sourced self: sourced script
clock elapsed: other lines
000.015 000.015: --- VIM STARTING ---
128.619 128.604: Allocated generic buffers
270.489 141.870: locale set
293.936 023.447: GUI prepared
times in msec
clock self+sourced self: sourced script
clock elapsed: other lines
000.006 000.006: --- VIM STARTING ---
000.096 000.090: Allocated generic buffers
000.168 000.072: locale set
000.182 000.014: GUI prepared
times in msec
clock self+sourced self: sourced script
clock elapsed: other lines
000.006 000.006: --- VIM STARTING ---
009.201 009.195: Allocated generic buffers
020.430 011.229: locale set
043.485 023.055: GUI prepared
diff --git a/src/testdir/test_listchars.in b/src/testdir/test_listchars.in
--- a/src/testdir/test_listchars.in
+++ b/src/testdir/test_listchars.in
@@ -2,6 +2,7 @@ Tests for 'listchars' display with 'list
STARTTEST
:so small.vim
+:set ff=unix
:let g:lines = []
:function GetScreenCharsForLine(lnum)