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 PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
<html lang="en"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> | |
<title>[Title]</title> | |
</head> | |
<body> | |
</body> | |
</html> |
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
@media screen and (max-width: 1200) { | |
body { | |
background: gray; | |
} | |
div.carousel div.carousel-inner { | |
margin: 3px 0 0 38px; | |
} | |
div.carousel { | |
width: 75%; |
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
/* This is the code from reset.less LINE:135) */ | |
input[type="search"] { | |
.box-sizing(content-box); | |
-webkit-appearance: textfield; | |
} | |
/* This this is class its calling (.box-sizing) */ | |
.box-sizing(@boxmodel) { | |
-webkit-box-sizing: @boxmodel; |
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>Template · Bootstrap</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta name="description" content=""> | |
<meta name="author" content=""> | |
<!-- Le styles --> |
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
Gingerbear [Wazu] (71.231.170.6) has joined the game | |
ZeroKnight [Wazu] (75.94.172.165) has joined the game | |
MandaPanda [WAZU] (173.55.36.241) has joined the game | |
marly (96.20.17.29) has joined the game | |
jack>KING< (190.80.249.165) has joined the game | |
loaded 1930 waypoints from maps\deadsimple.wpt | |
Welcome to the [Wazu] Clan Public Server! Join us on IRC at irc.wazuclan.com #wazuclan | |
map is being requested, please wait.. | |
jack>KING< stole the omega flag | |
jack>KING< was laser shocked by Gingerbear [Wazu] [@14.79m] |
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
<cocomo> i have been muted by ZeroKnight numerous times when i beat him and call him a loser! | |
<Rabidbutton> Everyone just needs to chill out | |
<cocomo> while he and his ginger friend call people ni*gers and pakis and stuff | |
<Rabidbutton> Stop attacking each other | |
<cocomo> am not attacking anyone i need to know why can they call people niger while if the lose and i call em losers | |
<cocomo> they get pissed off | |
<-- Espionage ([email protected]) has quit (Remote host closed the connection) | |
<cocomo> Zeroknight guy also forces maps because he doesn't like people voting insta ? | |
<cocomo> why have voting system thn if the mods are to decide what to play | |
<Rabidbutton> Well they shouldn't call people that, and you shouldn't call them losers |
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
<?php | |
/** | |
create user management table | |
users | |
-uid | |
-username | |
-password | |
editors |
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
<?php | |
/** | |
id | |
uid | |
module (id of the module) | |
entityId (0 = all) | |
c 0/1 | |
r 0/1 |
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
package main | |
import ( | |
"bufio" | |
"fmt" | |
"log" | |
"net" | |
"sync" | |
) |
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
<?php | |
if (!$this->getCollection()) { | |
$reflectionClass = new ReflectionClass('Mage'); | |
$reflectionProperty = $reflectionClass->getProperty('_registry'); | |
$reflectionProperty->setAccessible(true); | |
var_dump($reflectionProperty->getValue(new Mage())); | |
die; | |
} |
OlderNewer