Tous les codes sourcespage 51
PHP
07 Juillet, 2014 à 06:43
#154
<?php
$hash = sha1(crc32(md5($_POST['password'])));
?>
Java
06 Juillet, 2014 à 11:48
#134
/**
* BLANK_STRING storing "" for comparision
*/
public static transient String BLANK_STRING = "";
/**
* The empty String <code>""</code>.
*
*/
public static final String EMPTY = "";
Java
06 Juillet, 2014 à 06:06
#195
boolean isTrue(boolean b) {
HashMap map = new HashMap();
b = ! !b;
if (!(!(b == !b)) == false) {
map.put(false, !(!(b != !b)));
}
return !map.containsKey(b) & (!true | !false);
}