-
```
firejail --profile=/etc/firejail/whois.profile --private-bin=strace --allow-debuggers strace -e trace=open,openat whois 185.121.130.130
openat(AT_FDCWD, "/etc/ld.so.preload", O_RDONLY|O_CLOEXEC)…
-
From `index.adj`, e.g. there's this line:
> anserine a 2 4 \ ; & 2 0 02633215 00440568
where the no. of points is different from the actual listed pointers:
```
lemma = 'anserine'
pos = 'a…
-
I tried to use the seed finder with the keywords: political news
Then DDT said:
Query failed. Try Bing.
But under the SeedFinder, there is no option to switch the search engine.
I went back to…
-
![cinna](https://cloud.githubusercontent.com/assets/4529442/20166083/5ab73a1e-a738-11e6-9e04-69e73f7049e5.gif)
it goes on for infinite time period and then it shows some error i dont know why but i…
-
English and non english characters are not displayed together.
-
``` r
# Assignment 1 ----
# Load libraries
library(readr)
library(dplyr)
library(ggplot2)
library(stringr)
library(lubridate)
library(ggmap)
library(mapproj)
library(countrycode)
#
# Question 1 ----…
-
## ASSIGNMENT 1 - GROUP 27
rm(list=ls())
# Loading packages (used in mentioned order)
library("readr")
library("lubridate")
library("dplyr")
library("ggplot2")
library("zoo")
library("ggplot2")
libr…
-
# SOCIAL DATA SCIENCE: Assignment 1
# Reading packages
library("readr")
library("lubridate")
library("dplyr")
library("ggplot2")
library("scales")
library("zoo")
library("stringr")
library("maps")
li…
-
## Assignment 1
# Reading necessary libraries for the assignment
library("dplyr")
library("ggplot2")
library("readr")
library("zoo")
library("lubridate")
library("stringr")
# loading the dataset
df …
-
# Assignment 1
## Read data into working directory
library("readr")
setwd("~/Documents/Universität/Københavns Universitet/Security Risk Management/3. Semester/Social Data Science/Assignment 1")
df =…