ruby books:
- pickaxe - programming ruby
- ruby way
- metaprogramming ruby
rails books:
- rails tutorial
- agile web development with rails 4
- rails 4 way
ffmpeg -r 30 -i kamyonlu2%04d.png -c:v libx264 -crf 23 -pix_fmt yuv420p kamyonlu2.mp4 |
setBackgroundImage | |
------------------ | |
forState:UIControlStateNormal | |
forState:UIControlStateSelected | |
setDividerImage (unselected-unselected) | |
-------------------------------------- | |
forLeftSegmentState:UIControlStateNormal |
using System; | |
using IronJS; | |
using IronJS.Hosting; | |
using IronJS.Compiler; | |
using System.Collections; | |
namespace ironJSTest | |
{ | |
class MainClass |
var AWS = require('aws-sdk'); | |
AWS.config.loadFromPath('config.json'); | |
var route53 = new AWS.Route53(); | |
var net = require('net'); | |
var os = require('os'); | |
var zone = "YOUR_ZONE_ID"; | |
var domain = "yourdoma.in"; |
#!/bin/bash | |
START=4699 | |
END=4824 | |
VIDEO_PATH="/media/videoStorage/wowzaVideoFiles/cevaptv/" | |
EXT="_240p.mp4" | |
rm seconds.log | |
for((i=$START; i<=$END; i++)) |
Köstebek Şarkısı: Gizli Ajan Reiji | |
14 Şubat 2014, 23:59 | |
Cinemaximum Fitaş Salon 1 | |
Ucuz Heyecanlar | |
15 Şubat 2014, 23:59 | |
Cinemaximum Fitaş Salon 1 | |
Rüzgar Yükseliyor | |
21 Şubat 2014, 22:00 |
LWin::Control | |
Control::LWin | |
!u::ü | |
!i::ı | |
!c::ç | |
!g::ğ | |
!o::ö | |
!s::ş |
// customize theme -> edit html | |
// paste below in head | |
<!-- Unity3D --> | |
<script type="text/javascript"> | |
<!-- | |
var unityObjectUrl = "http://webplayer.unity3d.com/download_webplayer-3.x/3.0/uo/UnityObject2.js"; | |
if (document.location.protocol == 'https:') | |
unityObjectUrl = unityObjectUrl.replace("http://", "https://ssl-"); | |
document.write('<script type="text/javascript" src="' + unityObjectUrl + '"></script>'); |
import subprocess | |
from datetime import datetime | |
process = subprocess.Popen([ | |
"git", | |
"log", | |
"--after", "1 week ago", | |
"--author", "eralpkaraduman", | |
"--format=%cd%n%s%n", | |
"--reverse", |
ruby books:
rails books: