Kolayca

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!

Groupping tableing data

It took around one hour to think and implement. Here is the think free code. I'll revive it with abstraction


$i=0;
$i_total =0;
/* other continents */

jquery auto check form

$(document).ready(function() {

// < form kontrol - BAŞLA
$('#memberEmailChangeForm').submit(function() {
$('#memberEmailChangeForm .error').remove();

rsync server

if you'r new to rsync and you'r searching how to setup a server it is the right place.

Scaling

Tagged:  

I'm writing just not to loose information I just gathered. You can scale display,
I have 1600x1280 display in my work and I have 1200x768 on my lap.

xrandr --output LVDS --scale 1.25x1.56

Jquery each with selectors

I'm new at jquery. Once used mootools and infact prototype. I start using this pack because drupal uses.

max_allowed_packet size

Tagged:  

Büyük bir import yapıyorsanız, site taşıyorsanız mysql sızlanabiliyor.
ERROR 1153 (08S01) at line XXX: Got a packet bigger than 'max_allowed_packet' bytes

Apache neden başlamaz, config neden hata verir

Tagged:  

Config hatalarından apache server (httpd) başlamayabiliyor.

httpd -t veya httpd configtest

Similar

  • New technique to win olimpics -

    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 -

    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 -

    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 -

    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 -

    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
    */

  • Syndicate content