Skip to content

Instantly share code, notes, and snippets.

@iturki
iturki / mohammad-analysis.R
Last active April 1, 2016 22:04
Analysis of the different ways to write the name Mohammad. More info: http://turki.ws/?p=14
require(tm)
require(wordcloud )
require(descr)
fileName <- "data.txt"
conn <- file(fileName,open="r")
names <-readLines(conn)
List <- c()
for (i in 1:length(names)){
#remove commas from the fullname
@iturki
iturki / Configure.markdown
Last active August 29, 2015 14:08
How to Create a Wireless Hotspot in Windows 7

Step 1: Setting the wireless hotspot info:

Run cmd as Administrator and type the following:

> netsh wlan set hostednetwork mode=allow ssid=HotspotName key=HotspotPass keyUsage=persistent
HotspotName: The Hotspot SSID (Hotspot name)

HotspotPass: The Hotspot Password.