Wednesday, October 24, 2018

Sharing PC/Laptop Internet via WiFI or creating WiFi hotspot

The following steps discusses about sharing LAN Internet connectivity from laptop or desktop with wifi/wlan card. to other laptops / phones



  1. open cmd in administrative mode
  2. To start the network, copy paste the following two lines

netsh wlan set hostednetwork mode=allow ssid=MyWiFi key=MyPasswordHere

netsh wlan start hostednetwork



To stop the network, copy paste the following line

netsh wlan stop hostednetwork



to connect to it, use the following from phone or other laptops
Wifi name (SSID):
MyWiFi

password:
MyPasswordHere

Monday, October 22, 2018

How to choose a research or thesis topic

As-salamu Alaikum,

Often we struggle to choose a thesis topic or research area. The following links might help as a starter:

TOPIC
 
Computers are used to solve problems in many domains: Computational Sciences
 
Computer Science hot research topics
 
 
Computer Science Graduate Theses
 
How to select a thesis topic?

Saturday, October 6, 2018

Mathematics in Computer

What Every Computer Scientist Should Know About Floating-Point Arithmetic
https://docs.oracle.com/cd/E19060-01/stud8.compiler/817-0932/ncg_goldberg.html


SUN Numerical Computation Guide


https://en.wikipedia.org/wiki/IEEE_754

https://steve.hollasch.net/cgindex/coding/ieeefloat.html