この記事は退職 Advent Calendar 13 日目の記事です。 本日が最終出社となりましたので、入社から退社までを振り返り整理しようと思い、この文章を書いています。
自分語りなので興味ない人はさっさと戻ったほうが良いです。 簡単にまとめると、元々あまり執着ないしやることない、なんか最近クソみたいな社内ポリシーがいっぱい出来て萎える、話の合う人がやめることにしたから会社にいる意味を感じないため辞めるということです。
| { | |
| "framework" : "mocha+chai", | |
| "src_files" : [], | |
| "serve_files" : [ | |
| "external/should/should.js", | |
| "tests/build/*.js" | |
| ], | |
| "launch_in_dev" : [ | |
| "Chrome" | |
| ] |
| var JSX={};(function(f){function a(b,e){var a=function(){};a.prototype=e.prototype;var c=new a;for(var d in b){b[d].prototype=c}}function at(c,b){for(var a in b.prototype)if(b.prototype.hasOwnProperty(a))c.prototype[a]=b.prototype[a]}function e(a,b,d){function c(a,b,c){delete a[b];a[b]=c;return c}Object.defineProperty(a,b,{get:function(){return c(a,b,d())},set:function(d){c(a,b,d)},enumerable:true,configurable:true})}function as(a,b,c){return a[b]=a[b]/c|0}var v=parseInt;var y=parseFloat;function ar(a){return a!==a}var a7=isFinite;var a8=encodeURIComponent;var a9=decodeURIComponent;var ad=encodeURI;var ag=decodeURI;var ah=Object.prototype.toString;var ak=Object.prototype.hasOwnProperty;function g(){}f.require=function(b){var a=n[b];return a!==undefined?a:null};f.profilerIsRunning=function(){return g.getResults!=null};f.getProfileResults=function(){return(g.getResults||function(){return{}})()};f.postProfileResults=function(a,b){if(g.postResults==null)throw new Error('profiler has not been turned on');return g. |
| /*** | |
| * A JSX application. | |
| */ | |
| class Hoge.<T> { | |
| var a: T; | |
| var b: Map.<string>; | |
| function constructor(a: T, option: Map.<string> = {}) { | |
| this.a = a; |
| /*** | |
| * A JSX application. | |
| */ | |
| import "js.jsx"; | |
| final class ByteArray { | |
| static function get(array: Array.<int>, n: int): int { | |
| return array[n]; | |
| } | |
| } |
| make: | |
| gcc *.c -O2 -W -Wall -Wextra -ansi -pedantic -lm -lz -o zopfli_png | |
| debug: | |
| gcc *.c -g3 -lm -lz -o zopfli_png |
| function Fladdict(img) { | |
| this.image = img; | |
| this.canvas; | |
| this.context; | |
| this.backgroundColor; | |
| this.textColor = []; | |
| this.edgeColor; | |
| this.colorHistogram; | |
| } |