Grunt made easy

Ecrit par JacBac Publié le
Catégories : grunt Tags : debian, seafile

Install globally

npm install grunt-cli -g

In a project

touch package.json && touch Gruntfile.js

In package.json, add

{
    "name": "project-name",
    "version": "0.1.0",
    "description": "Project description",
    "author": "Your name",
    "license...
Lire la suite...

Regexp

Ecrit par JacBac Publié le
Catégories : regexp

 Phone

Is french mobile phone number

Description: French Post Code Validation Regular Expression: ^0[1-6]{1}(([0-9]{2}){4})|((\s[0-9]{2}){4})|((-[0-9]{2}){4})$ Pass: 01 46 70 89 12|||01-46-70-89-12|||0146708912 Fail: 01-46708912|||01 46708912...

Lire la suite...

php.ini

Ecrit par JacBac Publié le
Catégories : php Tags : ini, php

PHP Warning: Module ‘modulename’ already loaded in Unknown on line 0 This page describes how to resolve the following PHP warning: PHP Warning: Module ‘modulename’ already loaded in Unknown on line 0

Problem

When running the CLI version of PHP from...

Lire la suite...








Page 1 sur 3