Afficher/masquer le menu
Liens Ecyseo
  • Tags cloud
  • Daily
  • Pictures wall
  • Search
  • Display options
    • Links per page :
    • 20 links
    • 50 links
    • 100 links
  • RSS Feed
  • Login

J'ai besoin d'intimité. Non pas parce que mes actions sont douteuses, mais parce que votre jugement et vos intentions le sont.

5166 links 

page 1 / 1

Liste des liens

5 results tagged snippets x
php-regex-router.php
2018-09-11 12:52 - permalink -
<?php
// dangerously simple PHP regular expression URL router
// requires a mod_rewrite like "RewriteRule . /index.php [L]"

function get($url, $callback) {
    $matches = array();
    if (preg_match('~' . $url . '~', $_SERVER['REQUEST_URI'], $matches)) {
        echo call_user_func_array($callback, $matches);
        die();
    }
}

get('foo', function($url) {
    return 'you got foo';
});

get('bar([\d])', function($url, $digit) {
    return 'bar number ' . $digit;
});

get('.*', function() {
    return 'catch all. try /foo or /bar[0-9]';
});
php router snippets
- https://gist.github.com/dave1010/1214164
30 seconds of code
2018-01-3 13:51 - permalink -

Curated collection of useful JavaScript snippets that you can understand in 30 seconds or less.

javascript snippets
- https://30secondsofcode.org/
.htaccess Snippets - Liens en vrac de sebsauvage
2015-02-10 11:25 - permalink -

Coudification + téléchargification :)
Via SebSauvage

Apache htaccess snippets
- http://sebsauvage.net/links/?sSmbYg
CSSFlow · CSS Code Snippets & UI Kits for Web Developers
2014-11-2 1:13 - permalink -

Des snippets css. Plein de bonnes choses :)

css outils snippets
- http://www.cssflow.com/
Labs - Snippets
2014-10-13 17:23 - permalink -

"Petit" site intéressant à explorer.

css javascript php snippets tutoriels
- http://printf.eu/labs/snippets
page 1 / 1


Tags


  • shaarli
  • wikipedia

Tags cloud

Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation
Affiches "loi aviva" créées par Geoffrey Dorne le 13 Mai, 2020 - Mastodon 1 - Mastodon 2