- gfxさんの発言がきっかけでこのイベントをやった
- deploygate勉強会をやりたい!やろう!
- deploygateを作る前
- mixiの公式アプリを作ってた
- 一人で開発してて色々めんどくさかった
| import android.util.Log; | |
| import com.squareup.leakcanary.AnalysisResult; | |
| import com.squareup.leakcanary.DisplayLeakService; | |
| import com.squareup.leakcanary.HeapDump; | |
| import retrofit.RestAdapter; | |
| import retrofit.RetrofitError; | |
| import retrofit.http.Multipart; | |
| import retrofit.http.POST; | |
| import retrofit.http.Part; | |
| import retrofit.mime.TypedFile; |
| !function(){ | |
| function render(){ | |
| var t=performance.now()/1000; | |
| document.querySelectorAll(".schedule_member_base_grn")[1].style.position="relative"; | |
| var p=document.querySelectorAll(".user-grn"); | |
| var n=p.length; | |
| for(var i=0;i<n;i++){ | |
| var s=p[i].style; | |
| s.position="absolute"; | |
| s.top=48*Math.sin(2*Math.PI*(i/n+t))+"px"; |
| fizz = function f() { | |
| fizz = function () { | |
| fizz = function () { | |
| fizz = f | |
| return "Fizz" | |
| } | |
| } | |
| } | |
| buzz = function f() { |