Menú

Mostrar Mensajes

Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.

Mostrar Mensajes Menú

Mensajes - engel lex

#15551
wow... tenemos problemas con las conjugaciones y sintaxis del español, verdad?

inSSIDer Software profesional para escanear el espacio en busca de redes inalámbricas, este software nos da información detallada antes de realizar un pentesting wireless

Descargalo y pruebalo ya..


(el programa hace el pentesting? porque si no, hay otro error en la oración, ya que indica que da la info y hace el pentesting)

por cierto, si colocas links evita el spam y colócalo directo...
http://depositfiles.org/files/8z27i53zk

no rechazo el aporte, pero si se van a hacer las cosas se hacen bien  :-X
#15552
no... yo nunca dije

Citarsustituye el system("PAUSE > NULL"); por system("pause");

sino que en cmd el ">" sirve para imprimir en un archivo, normalmente para volcado de datos del cmd

si escribes en cmd

ping google.com > archivo.txt el amd creará un "archivo.txt" y lo llenará con la salida del ping
#15553
Hacking / Re: ayuda!
1 Abril 2014, 04:34 AM
depende del país si es ilegal alentar una pagina (normalmente la ley es una interpretacion de ->"es ilegal cualquier acción que dañe o desmejore un servicio")

el foro no promueve comportamiento no etico o ilegal (y si crees que es inapropiado entonces el nombre, estudia que significa)
#15555
system("PAUSE >null");

le estás diciendo al cmd que cree un archivo llamado "null" y coloque lo que muestra ejecutar la función "pause"
#15556
si puedes, al leer la web decide que hacer

"if(resultadoWeb=="apagar pc")
    apagarPC()
#15557
si! lo vi! XD pero no quise hacer esto porque parecía cursi! XD aunque ya aquí estamos!

ya que no hay regalo, pero que esto sea mejor que nada :P

/* Reentrant random function from POSIX.1c.
   Copyright (C) 1996, 1999, 2009 Free Software Foundation, Inc.
   This file is part of the GNU C Library.
   Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.

   The GNU C Library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
   License as published by the Free Software Foundation; either
   version 2.1 of the License, or (at your option) any later version.

   The GNU C Library is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   Lesser General Public License for more details.

   You should have received a copy of the GNU Lesser General Public
   License along with the GNU C Library; if not, write to the Free
   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
   02111-1307 USA.  */

#include <stdlib.h>


/* This algorithm is mentioned in the ISO C standard, here extended
   for 32 bits.  */
int
rand_r (unsigned int *seed)
{
  unsigned int next = *seed;
  int result;

  next *= 1103515245;
  next += 12345;
  result = (unsigned int) (next / 65536) % 2048;

  next *= 1103515245;
  next += 12345;
  result <<= 10;
  result ^= (unsigned int) (next / 65536) % 1024;

  next *= 1103515245;
  next += 12345;
  result <<= 10;
  result ^= (unsigned int) (next / 65536) % 1024;

  *seed = next;

  return result;
}



#15558
es un articulo tan arbitrario que es forzado...

hablan de que su problema es que imprimen en abs, sin embargo un problema es que pueden imprimir a nivel molecular y crear drogas?

por cierto imprimiendo a nivel molecular el problema no son las drogas! XD puedes crear medicinas y diamantes! XD
#15559
Programación C/C++ / Re: C++ QR Code
31 Marzo 2014, 10:09 AM
este código genera un QR más bonito :P que teóricamente con MUCHA suerte podría ser valido

-parece un QR real
-usa el array (3, tomando la idea de eferion)
-se ve bonito :P

ya queda de tu parte lukaszg_15 leerlo y analizarlo

Código (cpp) [Seleccionar]
#include<iostream>
#include<cstdlib>
#include<ctime>
using namespace std;

int main() {
    int qr_pos[9][9] = {
        {0, 0, 0, 0, 0, 0, 0, 0, 0},
        {0, 1, 1, 1, 1, 1, 1, 1, 0},
        {0, 1, 0, 0, 0, 0, 0, 1, 0},
        {0, 1, 0, 1, 1, 1, 0, 1, 0},
        {0, 1, 0, 1, 1, 1, 0, 1, 0},
        {0, 1, 0, 1, 1, 1, 0, 1, 0},
        {0, 1, 0, 0, 0, 0, 0, 1, 0},
        {0, 1, 1, 1, 1, 1, 1, 1, 0},
        {0, 0, 0, 0, 0, 0, 0, 0, 0}
    };
    int qr[21][21];
    int num, c, i, j;
    char salida[2]={' ',(char) 219};
    srand(time(NULL));
    for (i = 0; i < 21; i++) {
        for (j = 0; j < 21; j++) {
            qr[i][j] = rand() % 2;
        }
    }
    for (i = 0; i < 8; i++) {
        for (j = 0; j < 8; j++) {
            qr[i][j] = qr_pos[i+1][j+1];
            qr[i][j + 13] = qr_pos[i+1][j];
            qr[i+13][j] = qr_pos[i][j+1];
        }
    }
    for(i=7; i< 14; i++){
        qr[6][i] = (i+1)%2;
        qr[i][6] = (i+1)%2;
    }
    for (i = 0; i < 21; i++) {
        for (j = 0; j < 21; j++) {
            cout << salida[qr[i][j]] << salida[qr[i][j]];
        }
        cout << endl;
    }
}

#15560
yo siento que alientan al avance tecnologico... al principio son inutiles a costos muy altos, pero luego que se integran juntos, son comúnes/utiles a costos accesibles, siento que el mercado debe explotar a los idiotas dispuestos a pagar por el bien de avanzar tecnologicamente! :P