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 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; |
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
| 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"; |
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
| 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 |
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
| 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 |
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
| import java.io.*; | |
| class wc | |
| { | |
| /* |
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
| // Prueba.cpp : Defines the entry point for the console application. | |
| // | |
| #include "stdafx.h" | |
| #include<iostream.h> |
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
| /* ---------------------------------------------------------------------- | |
| Ordenar.c | |
| files to be included in the link, Santiago de Cuba"). | |
| ---------------------------------------------------------------------- */ |
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
| # include<iostream.h> | |
| # include<conio.h> | |
| # include<string.h> | |
| # include "Libro.h" | |
| # include "Biblioteca.h" |
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
| #include<conio.h> | |
| #include<iostream.h> | |
| #include<stdio.h> | |
| #define size 30 |
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
| //--------------------------------------------------------------------------- | |
| #include "TLista_Reserveciones.h" | |
| #include <stdlib.h> | |
| TLista_Reserveciones::TLista_Reserveciones() |