Skip to content

Instantly share code, notes, and snippets.

View jereramb's full-sized avatar

Jeremias Ramb jereramb

  • San Nicolás, Argentina
  • 07:36 (UTC -03:00)
View GitHub Profile
data segment
; A C E G N R J K I L P
nums db 65, 67, 69, 71, 78, 82, 74, 75, 73, 76, 80
count equ 11
data ends
code segment
assume ds:data, cs:code
startup:
<?php
define("WEBMASTER_EMAIL", 'rod.selt@gmail.com');
header('Content-type: application/json; charset=utf-8');
if(isset($_POST['email'])) {
$contacto = false;
$nombre = "NewsLetter";
$email = $_POST['email'];
$(document).ready(function () {
var flag = false;
var scroll;
$(window).scroll(function () {
scroll = $(window).scrollTop();
if (scroll > 90) {
if (!flag) {
$('header').css({ "height": "87px" });
flag = true;