Skip to content

Instantly share code, notes, and snippets.

View eralpkaraduman's full-sized avatar
🐊
ᑴ ͡° ͟ʖ ͡°ᑷ

Eralp Karaduman eralpkaraduman

🐊
ᑴ ͡° ͟ʖ ͡°ᑷ
View GitHub Profile
@eralpkaraduman
eralpkaraduman / program.cs
Created August 13, 2013 12:03
implementing ironJS javascript DLR runtime on mono using c#
using System;
using IronJS;
using IronJS.Hosting;
using IronJS.Compiler;
using System.Collections;
namespace ironJSTest
{
class MainClass
setBackgroundImage
------------------
forState:UIControlStateNormal
forState:UIControlStateSelected
setDividerImage (unselected-unselected)
--------------------------------------
forLeftSegmentState:UIControlStateNormal
@eralpkaraduman
eralpkaraduman / gist:5721513
Created June 6, 2013 13:34
image sequence to video (4 digits after image filenames)
ffmpeg -r 30 -i kamyonlu2%04d.png -c:v libx264 -crf 23 -pix_fmt yuv420p kamyonlu2.mp4