Skip to content

Instantly share code, notes, and snippets.

View dutchand's full-sized avatar

DrED dutchand

View GitHub Profile
package com.SecurityManager.Opsec;
import java.io.DataInputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.nio.charset.Charset;
import java.security.KeyFactory;
import java.security.MessageDigest;
import java.security.PrivateKey;
import java.security.PublicKey;
function mostrarMatriz($tabla,$campoCondicional,$campoValor,$orden,$inicio,$cantidad){
include("conn/conn.php");
$tabla= htmlspecialchars($tabla);
$campoCondicional= htmlspecialchars($campoCondicional);
$campoValor= htmlspecialchars($campoValor);
$orden= htmlspecialchars($orden);
$inicio= htmlspecialchars($inicio);
$cantidad= htmlspecialchars($cantidad);
if( isset($inicio) & $cantidad != null){
$limites = "LIMIT $inicio, $cantidad";
STACK SEGMENT PARA STACK 'STACK'
DB 1024 DUP(00H)
STACK ENDS
DATA SEGMENT PARA PUBLIC 'DATA'
MSG1 DB 'ESTA ACTUANDO AHORA LA INTERRUPCION$'
DATA ENDS
CODE SEGMENT PARA PUBLIC 'CODE'
TRABAJO PROC FAR
@dutchand
dutchand / Array.asm
Created January 4, 2017 19:09
Assembly
stack segment para stack 'stack'
db 256 dup(0FFH)
stack ends
;
data segment para public 'data'
arreglo DB 20 dup(?)
data ends
;
code segment para public 'code'
assume cs:code
import java.io.*;
class wc
{
/*
@dutchand
dutchand / test.cpp
Created November 21, 2016 22:17
Defines the entry point for the console application
// Prueba.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include<iostream.h>
/* ----------------------------------------------------------------------
Ordenar.c
files to be included in the link, Santiago de Cuba").
---------------------------------------------------------------------- */
# include<iostream.h>
# include<conio.h>
# include<string.h>
# include "Libro.h"
# include "Biblioteca.h"
@dutchand
dutchand / Horse.cpp
Created November 21, 2016 22:07
guess?
#include<conio.h>
#include<iostream.h>
#include<stdio.h>
#define size 30
@dutchand
dutchand / TListaReservacciones.cpp
Created November 21, 2016 22:06
Reservation System 3rd yr
//---------------------------------------------------------------------------
#include "TLista_Reserveciones.h"
#include <stdlib.h>
TLista_Reserveciones::TLista_Reserveciones()