Does Eclipse have a way to alphabetically sort lines within a selection of text?

Yes, it does! There is a very simple plugin called SortIt that does exactly what you want. It adds a section in the Edit menu, through which you can do the following: Case Sensitive Case Insensitive Reverse Text Numeric Sort Length Sort The plugin is source-code agnostic, and it treats whatever you sort as plain … Read more

Plot multiple lines (data series) each with unique color in R

If your data is in wide format matplot is made for this and often forgotten about: dat <- matrix(runif(40,1,20),ncol=4) # make data matplot(dat, type = c(“b”),pch=1,col = 1:4) #plot legend(“topleft”, legend = 1:4, col=1:4, pch=1) # optional legend There is also the added bonus for those unfamiliar with things like ggplot that most of the … Read more

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