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
#Author : Ouarrak Ayoub | |
#!/usr/bin/python | |
import socket | |
import sys | |
def isInt(str): | |
try: | |
int(str) |
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
// Author : Ouarrak Ayoub | |
#include <netinet/in.h> | |
#include <sys/socket.h> | |
#include <sys/types.h> | |
#include <arpa/inet.h> | |
#include <iostream> | |
#include <netdb.h> | |
#include <cstring> | |
#include <string> |
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
#!/bin/bash | |
url="http://cercauniversita.cineca.it/php5/docenti/vis_docenti.php" | |
for area in 01 02 03 04 05 06 07 08 09 10 11 12 13 14 | |
do | |
echo "[ downloading area$area ]" | |
wget -q --post-data "area=$area&\ | |
cognome=&\ | |
conferma=2&\ |