Top "Manual" questions

a technical communication document intended to give assistance to people using a particular system

How to disable autoload in jqGrid?

How to disable autoload in jqGrid and load data manually when I need it? Thanks.

javascript jqgrid autoload manual
Eclipse CDT: How to clear Problems window without invoking Clean Project or Build Project?

Is there a way to clear the Problems window (and any related source code error/warning annotations) without invoking "Build …

eclipse-cdt manual
How to prompt user for manual parameters when running build in Team City?

Say you make an automatic deploy script in TeamCity. The script uses SSH for connection to the prod-environment. I do …

deployment teamcity credentials prompt manual
unable to install gganimate package from Github, both automatically and manually

I am currently trying to install the gganimate package but seem unable to. I am running Win 10, Rx64 3.3.0 and Rstudio 0.99.896; …

r installation manual
Making an R package PDF manual using devtools

I am making an R package using devtools and roxygen2. I can get a PDF manual using R CMD but …

r pdf devtools manual roxygen2
Java : "xx".equals(variable) better than variable.equals("xx") , TRUE?

I'm reviewing a manual of best practices and recommendation coding java I think is doubtful. Recomendation: String variable; "xx".equals(…

java equals manual
Is there a CakePHP offline manual

There used to be, but there don't seem to be any direct links. A little digging around revealed some answers …

cakephp offline manual
espdiff - What is it and how can I use it?

Recently, while preparing for an introductory Exam on UNIX, I learnt that the manual is divided into 8 sections. While going …

ubuntu unix manual
Computing the mode (most frequent element) of a set in linear time?

In the book "The Algorithm Design Manual" by Skiena, computing the mode (most frequent element) of a set, is said …

algorithm mode manual
Manual merge on GIT

I develop in a proprietary script language with very resumed code in which most configurations are contained inside the code …

git merge manual