Questions tagged [manual]

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

A user guide or user's guide, also commonly known as a manual, is a technical communication document intended to give assistance to people using a particular system.

Wikipedia article

400 questions
7
votes
5 answers

How to get specific section inside a MAN page?

I want to get only specific sections of MAN page inside a shell (or perl) script and print it. For eg: only the SYNOPSIS section of MAN page Is there any standard way to do that? Regards, Anandan
Anandan
  • 983
  • 3
  • 13
  • 28
6
votes
1 answer

How to generate Proxies manually without CLI in Doctrine?

I'm using Zend Framework to create a web application. Based on several recommendations, I chose Doctrine as my RDBM system. ;--------------------------------------------------- ; DOCTRINE…
shiva8
  • 2,142
  • 2
  • 19
  • 24
6
votes
2 answers

Since PHP 7.3 `array_unshift()` can be called with only one parameter. What's the point?

As it said in the PHP manual about array_unshift() function: 7.3.0 This function can now be called with only one parameter. Formerly, at least two parameters have been required. I didn't get it. How to use such function with only one…
Vijit
  • 328
  • 3
  • 12
6
votes
3 answers

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 to have a Ω(n log n) lower bound (this puzzles me), but also (correctly i guess) that no faster worst-case algorithm exists for…
6
votes
3 answers

Cannot load files when paste URL manually Angular 2 routing?

I make this routing config @RouteConfig([ { path:'/profile/:id',name:'Profile',component:ProfileComponent }, // else { path: '/**', redirectTo: ['Home'] } ]) and used this to navigate Profile with parameter {id:5}
Amr Ibrahim
  • 2,066
  • 2
  • 23
  • 47
6
votes
4 answers

How to disable autoload in jqGrid?

How to disable autoload in jqGrid and load data manually when I need it? Thanks.
andser
  • 555
  • 2
  • 6
  • 13
6
votes
2 answers

Polymer: manually submitting a form

In polymer I'm trying to manually submit a form. My form looks like this:
And in the polymer object I…
Jos Gerrits
  • 245
  • 2
  • 11
6
votes
1 answer

How to add a legend label in a plot, when there is no data points with that label in the specific plot?

I've made a GIF of a series of plots (scatterplots), which display points of latitude and longitude from year to year showing species distribution and population distribution. However, in some years, there are no values for some species (ie. no…
user3389288
  • 992
  • 9
  • 30
6
votes
3 answers

Is there an equivalent to php.net for JavaScript?

I am looking for an equivalent to the php.net manual (http://us3.php.net/manual/en/) but for javaScript methods and syntax. Is there a single site that lists out all the javaScript functions available in a clear and concise manner as php.net…
zeckdude
  • 15,877
  • 43
  • 139
  • 187
5
votes
3 answers

How do I manually install older versions of unity (2019) for Linux (Arch)

I am aware of this page: https://unity3d.com/get-unity/download/archive but the downloads are only for windows and mac and despite having it installed, the "unity hub" button does nothing. I have found places to download even older versions like…
Tom1
  • 77
  • 1
  • 6
5
votes
2 answers

Grouping core data tableView rows in manually created sections

I have a Company entity with about 20 fields and I'm wanting to use a grouped tableView with manually created section headers (ie: General, Financial, Misc.), but I am unsure of how to make Core Data understand how to treat these section headers and…
zardon
  • 2,910
  • 6
  • 37
  • 58
5
votes
3 answers

R CMD Check does not finish the step "Checking PDF version of manual ..."

I am creating an R package using R Studio version 0.99.489 together with the most current R development version on Windows 7. I created documentation .Rd files using roxygen2 and a .Rmd vignette using knitr. Until now everything worked out fine,…
J.S.
  • 51
  • 3
5
votes
2 answers

How can I view the manual page for "set" from within bash

I do man set but that just gets me this: How can I get to here: http://ss64.com/bash/set.html from within bash?
nightfire
  • 815
  • 2
  • 12
  • 22
5
votes
2 answers

Is There a Standard Help Document/Manual in Android?

I am writing and publishing my apps on android and would like to provide help document (manual) to users of my apps. I've seen apps open up external web pages as their help, or use html view to open local html documents. Are these the ways we are…
Yenchi
  • 2,076
  • 24
  • 30
5
votes
2 answers

What is the manifest format of the Android repo tool?

I've used the repo command line for a new project based on many Git repositories. What is the manifest format? I haven't found any specification/manual/documentation about it. For example this is a simplified default.xml
oHo
  • 51,447
  • 27
  • 165
  • 200
1 2
3
26 27