adb command not found

In my case with Android Studio 1.1.0 path was this /Users/<username>/Library/Android/sdk/platform-tools Add the following to ~/.bash_profile export PATH=~/Library/Android/sdk/tools:$PATH export PATH=~/Library/Android/sdk/platform-tools:$PATH

Expert R users, what’s in your .Rprofile? [closed]

Here is mine. It won’t help you with the coloring but I get that from ESS and Emacs… options(“width”=160) # wide display with multiple monitors options(“digits.secs”=3) # show sub-second time stamps r <- getOption(“repos”) # hard code the US repo for CRAN r[“CRAN”] <- “http://cran.us.r-project.org” options(repos = r) rm(r) ## put something this is your … Read more

How do you run JavaScript script through the Terminal?

Another answer would be the NodeJS! Node.js is a platform built on Chrome’s JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. Using terminal you will be able to start it using … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)