Tag: programming

Python 3 "No module named SimpleHTTPServer"

If the default python on your machine is python 3 so running the following command will result an error: $ python -m SimpleHTTPServer python: No module named SimpleHTTPServer So use instead: python -m

ABCTF - 30 - TGIF - Programming

Information# Version# By Version Comment noraj 1.0 Creation CTF# Name : ABCTF 2016 Website : http://abctf.xyz/ Type : Online Format : Jeopardy - Student CTF Time : link Description# Friday

Variables type size and formaters in C

Variables# Type Size Min Max signed char 8 bits -128 +127 unsigned char 8 bits 0 +255 short 16 bits -32,768 +32,767 unsigned short 16 bits 0 +65,535 int 16 bits -32,768 +32,767 unsign