Skip to content

Instantly share code, notes, and snippets.

@ulkursln
ulkursln / AutomaticallyAssignIds.xlsx
Last active December 1, 2020 15:17
It is a macro for assigning IDs and updating reference IDs in the DiAML-MultiTab excel.
Sub AutomaticallyAssignIds()
'
' AutomaticallyAssignIds Macro
'
' Keyboard Shortcut: Ctrl+a
'In order to run this macro properly, spaces and forms of IDs, dependencies and functions should be as follows:
'Representation of dependencies= "da4:ReturnGreeting (Fe:da3)(Fe:da4)"
'Representation of communicative function and RR: "da267:Inform {Elaboration da258 arg1}"
@ulkursln
ulkursln / Mock Job Interview Analysis
Last active May 19, 2017 17:50
R scripts for mock job interview
A set of r scripts for mock job interview is presented.
Download dataFiles from the following link: https://drive.google.com/open?id=0B-DfZx3YFEzgMVBaeDBJdFRtN1E
Please do not forget to change the data-file path name placed at the top of rscript files.
Scripts were tested under R 3.3.2
@ulkursln
ulkursln / README.md
Last active February 5, 2017 18:33
Rscripts to analyze and to plot a job interview data

Pre-Requisites

Packages

Install and load following packages

install.packages("ggplot2")
install.packages("car")
install.packages("MASS")
install.packages("VIM")