Dévellopeur PHP

Si vous comprenez cette offre, c'est que nos projets peuvent vous intéresser. Alors n'hésitez pas à candidater !

 

<?php

/***********************************************************/
/*  Created by Puting on 07/01/2015.                 */
/*  Copyright (c) 2015 mputing. All rights reserved.  */
/***********************************************************/

*    ______________________

*   (puting recrute \     

 *    `---------------------'

*                     O

 *     ___              O    ___

*    /| |               o ,'   `.

*    \| |                : `--.  \  

 *    :| |                (o)   \  :

*    :| |               /      @: |

 *    :| |               `:      : :

*    :| |                 \-`   ;/

*    :| |                  "---'=\   

 *    :| |           ___    /    `.\

*    /'--\    ____,:__/`-.:_,-*   :'

*    '----`---`-----' `-.     _,  |  

 *    ----------------'   `---"    |

* !!!!!! puting recrute !!!!!!

*

*  @package   

*  @author    

*  @website   

 

define('__ROOT__', dirname(dirname(__FILE__)));

define('RECRUT_START', microtime(true));

define('EXPERIENCE_MIN', 5);

define('DIPLOMA_LEVEL', 5);

define('LIFE_UNIVERSE_EVERYTHG_ANSWER', 42);

 

require_once(__ROOT__.'/experiences.php');

require_once(__ROOT__.'/cdi.php');

 

/**

* Find the perfect candidate. Meet the perfect job.

*  @param  CV      $cv

*  @return boolean $isItAMatched

*/

function findPerfectCandidate($cv) {

    $isItAMatched = false;

    $i = 0;

    $matchingSkill = 0;

    $arr_Experiences['required'] = array(

        'PHP object' => 'great',

        'MySQL/MariaDB' => 'great',

        'HTML/CSS/JavaScript' => 'cool'

    );

 

    $arr_Experiences['appreciated'] = array(

        'Laravel/Silex/Symfony2/Zend' => 'at less 1',

        'PHP units' => 'test = doubt !'

    );

 

    if ($cv->xp_years >= EXPERIENCE_MIN) {

        if ($cv->dip_years >= DIPLOMA_LEVEL || $cv->anywayIamPerfectCandidate === TRUE) {

            foreach ($cv->skills as $key => $value){

                if ($value === $arr_Experiences['required'][$key]) {

                    $matchingSkill++;

                }

                if ($value === $arr_Experiences['appreciated'][$key]) {

                   $matchingSkill += 0.5;

                }

            }

            if ($matchingSkill / ( count($arr_Experiences['required']) + count($arr_Experiences['appreciated'])/2 ) >= 0.9) {

                $isItAMatched = LIFE_UNIVERSE_EVERYTHG_ANSWER;

            }

        }

    }

    if ($isItAMatched) {

        sendApplicationNow(;

    }

    return $isItAMatched;

}

 

/*************************************************************************/

/* projets industriels, R&D, informatique embarqué, applications mobile, */

/* SSII et cabinet de recrutement                                        */

/*************************************************************************/

?>

Pas forcément le temps de venir nous voir ? Pas de souci, l’équipe peut vous rejoindre près de votre lieu de travail !