This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_action( 'wp_print_styles', 'my_deregister_styles', 100 ); | |
function my_deregister_styles() { | |
wp_deregister_style( 'wp-pagenavi' ); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WEEK=$(date +%V) | |
BKDIR="/var/www/cron/backup/$WEEK" | |
BKSITE="/var/www/site" | |
BKDEL="/var/www/cron/backup/*" | |
if [ ! -d "$BKDIR" ]; then | |
mkdir -p $BKDIR | |
tar -czf $BKDIR/bk-full.tar.gz -g $BKDIR/bk_infos.txt $BKSITE | |
fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var rueMTL = ["rue A.-A.-Desroches", "rue d'Abancourt", "rue Abbott", "rue Abélard", "rue de l'Abord-à-Plouffe", "rue Abrams", "rue Acadia", "rue de l'Acadie", "rue de l'Acajou", "rue de l'Achillée", "rue Achille-Fortier", "rue Achim", "rue Acorn", "rue Acorn", "rue Acres", "rue Adam", "rue Addington", "rue Addison", "rue Adrien-Hébert", "rue Adrienne", "rue Aegidius-Fauteux", "rue Aéterna", "rue Agnès", "rue de l'Aiguillage", "rue Aimé-Geoffrion", "rue Aimé-Lecavalier", "rue Aimé-Renaud", "rue Airlie", "rue Alain", "rue Alain-Grandbois", "rue Albanel", "rue Albéric-Gélinas", "rue Albert", "rue Albert-Chamberland", "rue Albert-Couture", "rue Albert-Einstein", "rue Albert-Ferland", "rue Albertine-Morin", "rue Albert-Laberge", "rue Albert-Lacombe", "rue Albert-Lozeau", "rue Albert-Malouin", "rue Aldéric-Beaulac", "rue Aldis-Bernard", "rue Alexander", "rue Alexander-C.-Hutchison", "rue Alexander-Fleming", "rue Alexandra", "rue Alexandre-Carli", "rue Alexandre-DeSève", "rue Alexandre-Lacoste", "rue Alfred", "rue |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Chiffre</title> | |
</head> | |
<body> | |
<script type="text/javascript"> | |
var chiffre = /^([0-9]{3})*$/; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>lastIndexOf</title> | |
</head> | |
<body> | |
<script type="text/javascript"> | |
var str = "abcdefabcdef" | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<!-- Nom de l'étudiant : Kasyan, Flora --> | |
<title>Épreuve finale - Olympiades</title> | |
<script language="JavaScript" type="text/javascript"> | |
function afficherMessages () { | |
// declaration des variables; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>05</title> | |
</head> | |
<body> | |
<script type="text/javascript"> | |
var suma = 0; | |
var timpul; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>1</title> | |
</head> | |
<body> | |
<script language="JavaScript" type="text/JavaScript"> | |
var couleurs, pairs, impairs; | |
couleurs = new Array ("cyan", "magenta", "jaune", "noir"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>test js</title> | |
<style> | |
#p2{ display:none;} | |
</style> | |
<script> | |
function clik() |