February 23, 2012

Posts Comments

tecno x tutti

game developing, piccoli pezzi di codice

  • Forums
  • Groups
  • Activity
  • Members

Site Activity

  • All Members 1
  • RSS
  • Profile picture of admin

    admin wrote a new post, Create Favicon With Imagick 1 month ago

    [php]
    ?php
    try
    {
    /*** set the image name ***/
    $img = ‘test.jpg’;

    /*** read the image into imagick ***/
    $Imagick = new Imagick($img);

    /*** crop and […]

  • Profile picture of admin

    admin wrote a new post, Degrees To Radians 1 month ago

    [php]
    /*
    * @convert degrees to radians
    * @param float $degrees
    * @return float
    */
    function DegreeToRadian($degrees)
    {
    /*** do the math ***/
    return $degrees * pi() / 180;
    }

    [/php]

  • Profile picture of admin

    admin wrote a new post, Radians To Degrees 1 month ago

    [php]
    /*
    * @convert radians to degrees
    * @param float $radians
    * @return float
    */
    function radiansToDegrees($radians)
    {
    return $radians * 180 / pi();
    }
    [/php]

  • Profile picture of admin

    admin wrote a new post, Remove all non alpha numeric characters except a space 1 month ago

    [php]
    ?php
    /**
    * Remove all non alpha numeric characters except a space
    * @param string $string The string to cleanse
    * @return string
    */
    function alphanumericAndSpace( […]

  • Profile picture of admin

    admin wrote a new post, objectToArray 1 month ago


    ?php
    /*** a complex object ***/
    $obj = new stdClass;
    $obj-foo = new stdClass;
    $obj-foo-baz = 'baz';
    $obj-bar = 'bar';

    /**
    *
    * Convert an object to an array
    *
    * […]

  • Profile picture of admin

    admin wrote a new post, auto-pligg 3 months, 2 weeks ago

    auto-pligg

  • Profile picture of admin

    admin wrote a new post, List of Free Web Directories 3 months, 2 weeks ago

    http://www.onewaytextlink.com/links.php?type=free

    http://topsitetools.com/auto-submit-website-tools/top-100-google-yahoo-blog-submission-sites.html

  • Profile picture of admin

    admin wrote a new post, translate with bing 3 months, 3 weeks ago

    [code]

    echo translateBing($text,$fromLang,$toLang);
    function translateBing($text, $fromLang, $toLang) {
    $res = '';
    $step = 10000; //10240;
    for ($i = 0; $i < strlen($text); $i += $step) {
    $subtext = […]

  • Profile picture of admin

    admin wrote a new post, Non sai cosa scrivere ? 3 months, 3 weeks ago

    non sai cosa scrivere ? non riesci a scrivere l’articolo al giorno ?
    usiamo i database di articoli […]

  • Profile picture of admin

    admin wrote a new post, Professioni informatiche 4 months ago

    1) Il Project Manager è una persona che pensa che 9 donne possono fare un bambino in 1 mese.
    2) Lo Sviluppatore è la persona che pensa che ci vorranno 18 mesi per fare un bambino
    3) Il Coordinatore locale è uno […]

Google

Members

Newest | Active | Popular
  • Profile picture of admin
    admin
    active 1 month ago

Articoli recenti

  • Create Favicon With Imagick
  • Degrees To Radians
  • Radians To Degrees
  • Remove all non alpha numeric characters except a space
  • objectToArray

Categorie

  • Fun (1)
  • Game (13)
    • Box2d (5)
    • Graphics (1)
  • Marketing (2)
  • Pear (4)
  • script (2)
  • Snippets (5)
  • software per indicizzazione (1)
  • Uncategorized (2)
  • webserver (1)

RSS Network Comunicati Stampa

  • Prima di Effettuare la Verifica
    Prima di recarti presso il Negozio devi scaricare il Manuale Operativo e la Check list contenenti tutte le domande cui dovrai rispondere. Leggi attentamente questi materiali prima di effettuale la verifica e ricorda che non potrai portarli con te il giorno della verifica.[…]
  • Come evitare le tasse ritardate di carta di credito
    Fonte foto:credit cards 150×150 How To Avoid Late Credit Card Fees Come evitare le tasse ritardate di carta di credito da: Daryl Flagg Ognuno odia le tasse ritardate e ritardo vi costerà caro in questi giorni. Per alcune carte di credito oggi, se siete in ritardo, si dovrà sborsare quanto più di $40 ogni volta. Questo può mettere un bel buco dimensione in ta […]
  • : http://t.co/M3NC0Mky
    : http://t.co/M3NC0Mky […]
  • Vietnam e Cambogia
    speciale Capodanno   Partenza speciale del 29 dicembre 2011 voli di linea Singapore Airlines da Milano possibilita’ di avvicinamento dai principali aeroporti Tour 13 giorni / 10 notti partenza di gruppo con guida parlante italiano PROGRAMMA 1° giorno ITALIA – HANOI Partenza con volo di linea. Pasti e pernottamento a bordo. 2° giorno HANOI Arrivo e trasferime […]
  • VIETNAM, LAOS E CAMBOGIA
    SPECIALE CAPODANNO! Un itinerario di 16 giorni per scoprire le radici piu’ profonde dei tre paesi che un tempo formavano l’Indocina Francese: Vietnam, Laos e Cambogia. Il viaggio comincia dal Vietnam, con la vivace Ho Chi Minh City, per proseguire verso la piacevole capitale Hanoi e l’incantevole Baia di Halong. Si vola poi in Laos, dove si visita Luang Prab […]
  • : Concorso: OGGI CUCINO IO htt…
    : Concorso: OGGI CUCINO IO http://t.co/KPyNxGNA […]

stats

Return to top of page

Copyright © 2012 · Genesis Framework · WordPress · Log in

tecno x tutti
  • Log In
  • Sign Up
  • Visit
    • Random Member
    • Random Group