64 bit Windows için kurulum dosyası: https://www.dropbox.com/s/a5myo0q0tujh42w/USExtend_amd64.msi?dl=0
Kombinasyon | Çıktı |
---|---|
ALT GR+a | â |
ALT GR+c | ç |
ALT GR+C | Ç |
ALT GR+g | ğ |
64 bit Windows için kurulum dosyası: https://www.dropbox.com/s/a5myo0q0tujh42w/USExtend_amd64.msi?dl=0
Kombinasyon | Çıktı |
---|---|
ALT GR+a | â |
ALT GR+c | ç |
ALT GR+C | Ç |
ALT GR+g | ğ |
<?php | |
function read_cb($ch, $fp, $length) { | |
return fread($fp, $length); | |
} | |
$fp = fopen('php://memory', 'r+'); | |
$string = "From: <[email protected]>\r\n"; | |
$string .= "To: <[email protected]>\r\n"; | |
$string .= "Date: " . date('r') . "\r\n"; | |
$string .= "Subject: Test\r\n"; |
<?php | |
/** | |
* Detects animated GIF from given file pointer resource or filename. | |
* | |
* @param resource|string $file File pointer resource or filename | |
* @return bool | |
*/ | |
function is_animated_gif($file) | |
{ | |
$fp = null; |
@mrtozkanli | |
@zaherg | |
@ErhanPaker | |
@GurayYildirim | |
@elmor34 | |
@bahadircakmak | |
@ibrahimmumcu | |
@iclalsuzgun | |
@EmreKizildas | |
@wardumpp |
<!DOCTYPE html> | |
<html lang="tr"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Çekiliş</title> | |
<style> | |
body { | |
font-family: Tahoma, sans-serif; | |
font-size: 40px; | |
} |
SD-Card Performance Benchmark Results | |
------------------------------------- | |
Transcend SDHC 4GB Class 6 | |
Write: 20 MB/s | |
Read: 19 MB/s | |
See http://elinux.org/RPi_SD_cards#Terminal_Commands to how to done write/read performance test. | |
Phalcon Framework "Hello World" Benchmark Results | |
------------------------------------------------- | |
OS: Raspbian (Debian 7) |
SD-Card Performance Benchmark Results | |
------------------------------------- | |
Transcend SDHC 4GB Class 6 | |
Write: 20 MB/s | |
Read: 19 MB/s | |
See http://elinux.org/RPi_SD_cards#Terminal_Commands to how to done write/read performance test. | |
CodeIgniter Framework "Hello World" Benchmark Results | |
----------------------------------------------------- | |
OS: Raspbian (Debian 7) |
SD-Card Performance Benchmark Results | |
------------------------------------- | |
Transcend SDHC 4GB Class 6 | |
Write: 20 MB/s | |
Read: 19 MB/s | |
See http://elinux.org/RPi_SD_cards#Terminal_Commands to how to done write/read performance test. | |
Yii Framework "Hello World" Benchmark Results | |
------------------------------------------------- | |
OS: Raspbian (Debian 7) |
SD-Card Performance Benchmark Results | |
------------------------------------- | |
Transcend SDHC 4GB Class 6 | |
Write: 20 MB/s | |
Read: 19 MB/s | |
See http://elinux.org/RPi_SD_cards#Terminal_Commands to how to done write/read performance test. | |
Phalcon Framework "Hello World" Benchmark Results | |
------------------------------------------------- | |
OS: Raspbian (Debian 7) |
Ti.UI.setBackgroundColor('#fff'); | |
/** | |
* Master view with tabGroup. | |
*/ | |
var winMaster = Ti.UI.createWindow(); | |
var tabGroup = Ti.UI.createTabGroup(); | |
var winTab1 = Ti.UI.createWindow(); | |
var winTab2 = Ti.UI.createWindow(); |