This file contains 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 Transitional//EN" | |
"http://www.w3.org/TR/html4/loose.dtd"> | |
<html> | |
<head> | |
<title>jScrollPane - bug report</title> | |
<style type="text/css" id="page-css"> | |
*{margin:0;padding:0} |
This file contains 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> | |
<title>js test</title> | |
</head> | |
<body> | |
<h1>leo</h1> | |
</body> | |
<script> | |
console.log('---'); | |
// 0: what's printed here? |
This file contains 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
<div class="mod notifications-mod"> | |
<div class="hd notification-header"> | |
<h3><a href="#notificationFallBack" id="notification-toggle">Display Notifications</a></h3> | |
</div> | |
<div class="bd notifications-body hidden"> | |
<ul> | |
<li>notification 1</li> | |
<li>notification 2</li> | |
<li>notification 3</li> | |
<li>notification 4</li> |
This file contains 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 Notice: Undefined offset: 1 in /home/leopic/.vim/bundle/CSScomb-for-Vim/plugin/lib/csscomb.php on line 963 | |
PHP Notice: Undefined variable: end_of_code in /home/leopic/.vim/bundle/CSScomb-for-Vim/plugin/lib/csscomb.php on line 966 | |
PHP Notice: Undefined offset: 0 in /home/leopic/.vim/bundle/CSScomb-for-Vim/plugin/lib/csscomb.php on line 1008 | |
PHP Notice: Undefined offset: 0 in /home/leopic/.vim/bundle/CSScomb-for-Vim/plugin/lib/csscomb.php on line 1008 | |
PHP Warning: Invalid argument supplied for foreach() in /home/leopic/.vim/bundle/CSScomb-for-Vim/plugin/lib/csscomb.php on line 1142 | |
PHP Warning: Invalid argument supplied for foreach() in /home/leopic/.vim/bundle/CSScomb-for-Vim/plugin/lib/csscomb.php on line 1142 | |
PHP Warning: Invalid argument supplied for foreach() in /home/leopic/.vim/bundle/CSScomb-for-Vim/plugin/lib/csscomb.php on line 1142 | |
PHP Warning: Invalid argument supplied for foreach() in /home/leopic/.vim/bundle/CSScomb-for-Vim/plugin/lib/csscomb.php on line 1142 | |
PHP Notice: Undefined off |
This file contains 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 Notice: Undefined offset: 1 in /home/leopic/.vim/bundle/CSScomb-for-Vim/plugin/lib/csscomb.php on line 963 | |
PHP Notice: Undefined variable: end_of_code in /home/leopic/.vim/bundle/CSScomb-for-Vim/plugin/lib/csscomb.php on line 966 | |
PHP Notice: Undefined offset: 0 in /home/leopic/.vim/bundle/CSScomb-for-Vim/plugin/lib/csscomb.php on line 1008 | |
PHP Notice: Undefined offset: 0 in /home/leopic/.vim/bundle/CSScomb-for-Vim/plugin/lib/csscomb.php on line 1008 | |
PHP Warning: Invalid argument supplied for foreach() in /home/leopic/.vim/bundle/CSScomb-for-Vim/plugin/lib/csscomb.php on line 1142 | |
PHP Warning: Invalid argument supplied for foreach() in /home/leopic/.vim/bundle/CSScomb-for-Vim/plugin/lib/csscomb.php on line 1142 | |
body { | |
z-index: 5; color: red; | |
} |
This file contains 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
@extend | |
@include | |
animation | |
animation-delay | |
animation-direction | |
animation-duration | |
animation-iteration-count | |
animation-name | |
animation-play-state | |
animation-timing-function |
This file contains 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
// El TAD Calculadora: con las operaciones suma, | |
// resta, multiplicación, división, módulo, potencia y raíz | |
// cuadrada. Debe también ofrecer: memoria de las | |
// últimas 3 operaciones realizadas, borrar pantalla y | |
// manejo del error (ej: no debe aceptar división por cero | |
// o raíz cuadrada de un número negativo, etc.). | |
Calculadora | |
- cuentaPollos: nada -> operacion (Constructora) | |
// Retorna una nueva instacia de una operacion |
This file contains 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
#include <iostream> | |
using namespace std; | |
// depende de la sintaxis, ptr puede solicitar la direccion o asignar el valor | |
int main() { | |
int total, *ptr; | |
total = 123; | |
// aqui solicita la direccion de memoria |
This file contains 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
<!--Delivery Promise Details Found in LivePerson--> | |
<h1>Delivery Promise</h1> | |
<h2>1. Delivery Promise Overview</h2> | |
<p>Get it for the weekend! Shop with confidence with Backcountry.com’s Delivery Promise. Look for eligible | |
product pages that display the Delivery Promise, select a shipping option that lists a promised delivery | |
date in the checkout process, and we promise to deliver it by that date. If UPS doesn’t attempt to deliver | |
by that date, we don’t fulfill our promise, and we’ll refund the associated shipping charges!</p> | |
<p>It’s that simple!</p> | |
<h2>2. Checkout</h2> |
This file contains 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
# Compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
.sass-cache/ |
OlderNewer