From dca7ba5af36ab2358b55c19f12be1c174134239f Mon Sep 17 00:00:00 2001
From: "ap9176@student.uni-lj.si"
2. Use VirtualBox (or another program that suits your preferences) create two virtual machines with virtual hard drive files from previous step.
3. Run both virtual machines.
- 4. Use username root and password kaboom to log into client. For loging into server use username tester and password SedemKrogovPekla
JAVA------
- 1. Command nano bintodec3.java creates and opens empty text editor.
+ 1. Command nano guliver.java creates and opens empty text editor.
2. Write a program that converts 32bit numbers in two's complement to decimal.
3. Press Ctrl+X, then Y and Enter to save our program
4. In case you don't have java installed write sudo apt-get install openjdk-6-jdk to install it
5. Compile program with command javac bintodec3.java
- 6. We can test our new program with java bintodec3. Now we input some 32bit numbers in hexadecimal format
PYTHON------
- 1. Command nano bintodec3.py creates and opens empty text editor.
+ 1. Command nano guliver.py creates and opens empty text editor.
2. Write a program that converts 32bit numbers in two's complement to decimal.
3. Press Ctrl+X, then Y and Enter to save our program
- 4. We can test our new program with python bintodec3.py
-- cgit v1.2.1