| blogspot facebook |
You can post your blog posts to facebook note application. |
| YUV image manuplations |
I've edited this file. I decomposed the YUV components. then make color components blur, mosaic, the worst stuiation that they could be. And converted back to RGB. There is no much distinction! |
| Git is hard |
It's been a very long time that I'm with Linux. |
| New technique to win olimpics |
At the 1968 Olympics, Dick Fosbury took the athletics world by surprise with an unusual high-jump technique. |
| easy Object creation in php |
We can't create easily anonymous objects like in JavaScript. var o = { |
| working @home @work by rsync |
I have hard times. My work taking almost all my time. I'm free at eight o'clock, and should goto bed before midnight. I have a little time. |
| Printing mysql_error |
This is a code snipped to print mysql error. |
| multiple ON DUPLICATE KEY UPDATE |
Here is an example of how to update multiple columns using values supplied in the INSERT statement. This assumes that column 'a' is the unique key. |
| multiple ON DUPLICATE KEY UPDATE |
Here is an example of how to update multiple columns using values supplied in the INSERT statement. This assumes that column 'a' is the unique key. |
| Groupping tableing data |
It took around one hour to think and implement. Here is the think free code. I'll revive it with abstraction
|
| php unlink recursive |
The shortest recursive delete possible. |
| jquery auto check form |
$(document).ready(function() { // < form kontrol - BAŞLA |
| Jquery DatePicker for Taking Birthdays |
put under the document ready function to initialize after document renders:
|
| facebook e.root is undefined error |
You didnt included |
| SSH login without password |
You set up a cron job and searching for -p parameter to pass ssh, for auto login. There is no such parameter. But there are many mechanisms to allow us authonize throgh. |
| rsync server |
if you'r new to rsync and you'r searching how to setup a server it is the right place. |
| Selecting text at firefox |
It's been a headache for many months that when you try to select something in firefox it only seen space as a white space. Coders can understand what i mean. |
| cclive install |
CClive redhat version requires curl, pcre and quvi. But original redhat releases are not high version enough for cclive. |
| Scaling |
I'm writing just not to loose information I just gathered. You can scale display, xrandr --output LVDS --scale 1.25x1.56 |
| Removing old RSA host key to be able co connect remote host |
My konqueror refused to connect because the client changed the server. Thus ip address and some other minor changes changed the RSA key required to connect my remote server. |
| Jquery each with selectors |
I'm new at jquery. Once used mootools and infact prototype. I start using this pack because drupal uses. |
| Başka bir sayfaya yönlendirmek |
Bir sayfayı başka sayfaya yönlendirmek için en kestirme yolu, |
| [SOLVED] phpmyadmin error: The configuration file now needs a secret |
If newly installed phpMyAdmin dont working because of a blowfish error, nano -w /usr/share/phpmyadmin/config.inc.php |
| Continuing file download ftp |
Recently I need to move a server which have 450G of files. I set up ftp agent at new server and mget started to download files. |
| max_allowed_packet size |
Büyük bir import yapıyorsanız, site taşıyorsanız mysql sızlanabiliyor. |
Similar
New technique to win olimpics
At the 1968 Olympics, Dick Fosbury took the athletics world by surprise with an unusual high-jump technique.
Printing mysql_error
This is a code snipped to print mysql error.
If there is no error mysql_error returns null, thus if evaluates false and there is no output.
multiple ON DUPLICATE KEY UPDATE
Here is an example of how to update multiple columns using values supplied in the INSERT statement. This assumes that column 'a' is the unique key.
multiple ON DUPLICATE KEY UPDATE
Here is an example of how to update multiple columns using values supplied in the INSERT statement. This assumes that column 'a' is the unique key.
php unlink recursive
The shortest recursive delete possible.
<?php
/**
* Delete a file or recursively delete a directory
*
* @param string $str Path to file or directory
*/
