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

379 questions
-1
votes
2 answers

how to calculate the number of marker inside manually drawn polygon on google map

I have a map where there can be n number of marker plotted on the google map, when the user draw the polygon on the map I need to know the makers plotted inside the polygon. I tried to draw the polygon on the map which is as shown below
Dhana Lakshmi
  • 395
  • 1
  • 9
  • 28
-1
votes
2 answers

unable to understand php online manual

I was trying to find help from the PHP manual (http://de2.php.net/manual/en/function.array-multisort.php) but the description syntax for parameters is too complex, like bool array_multisort ( array &$array1 [, mixed $array1_sort_order = SORT_ASC…
A.B
  • 17,478
  • 3
  • 28
  • 54
-1
votes
1 answer

Manually Backup FileZilla ftp details if FileZilla got Corrupted

If FileZilla got Corrupted Somehow. So how to backup manually the existing ftp details that are been with filezilla ?? So that i can use the details after i re-install the fresh filezilla copy.
Samrat Saha
  • 584
  • 6
  • 18
-1
votes
8 answers

example of interactive manual for web app

I have requirement to write help(for example show description of what some button does) for my web app. Are there any good examples for doing this?
IAdapter
  • 55,820
  • 69
  • 166
  • 236
-2
votes
1 answer

what does mean that <>

i am noob in Linux in manual for command i got the phrase "mandatory arguments to long options are mandatory for short options too" and i have searched that mandatory arguments is that arguments have to be specified but "i coudn't understand what…
hooki kim
  • 3
  • 2
-2
votes
1 answer

Where to put the sdk file

I have downloaded the android studio and I have downloaded its m2_reporsitry_r47.zip manually. But my question is that in which file or folder I have to put the sdk component so the Android studio can install it. Thank You
-2
votes
2 answers

C Man or manual in text or other format to use in command line shell in linux

Im looking for some kind of C text manual or man pages for C syntax or cockbook which i can check in command line shell mode . Thanks
user63898
  • 26,293
  • 71
  • 223
  • 438
-2
votes
3 answers

can anyone explain the output of this program

Given the following fragment of code, how many tests are required for 100% decision coverage? if width > length then biggest_dimension = width if height > width then biggest_dimension = height end_if else …
-2
votes
1 answer

Seeking for outdated intel optimization manuals (2010-2011)

I am reading Intel® 64 and IA-32 Architectures Optimization Reference Manual , from 2014 (not the latest), but the latencies reported at the end of the manual (APPENDIX C: INSTRUCTION LATENCY AND THROUGHPUT) stop at the Sandy architecture. I need…
Kroma
  • 725
  • 5
  • 14
-2
votes
1 answer

Help manual of google checkout and paypal

I'm trying to find help manuals of Google Checkout and PayPal with screenshots, online.
manish
  • 1
  • 1
-2
votes
1 answer

Learning C on Windows

I'm studying C now on my own and I have a long C# background. I have a few e-books about C but what I would really love is to find some authoritative material online such as manuals and reference content. When I need information about C# or the…
HelloWorld
  • 2,035
  • 3
  • 18
  • 20
-2
votes
5 answers

what is smoke testing? And at what circumstances we can use smoke testing in our project

I don't have a clear idea about smoke testing and sanity testing, some books say that both are same but some tester in some project called as a smoke testing and some tester in some project called as sanity testing, So please give me clear cut idea…
wasim159
  • 1
  • 1
-2
votes
2 answers

Odd or Even in PHP/MySQL

I want to ask how to set odd or event in mysql->php output. I can do this with that code: if($i%2 == 0) { $class = 'content'; } else { $class = 'contents'; } echo "... ...but if i remove manual a row in the mysql things…
Khanasyubighi
  • 61
  • 1
  • 9
-3
votes
2 answers

libstdc++-doc simply ignores imported c functions,c++ really junky?

Each header from the C Standard Library is included in the C++ Standard Library under a different name, generated by removing the .h, and adding a 'c' at the start, for example 'time.h' becomes 'ctime'. The only difference between these…
Je Rog
  • 5,007
  • 8
  • 35
  • 46
-3
votes
1 answer

What can I use to build an online help manual similar to the one used by Shopify?

I'm looking to build a help manual for our users. After spending a month noting examples of sites I frequent, I've found Shopify's help manual to be the best by far. Being as I'm not up to date on various frameworks and technologies available, I'm…
Big Iron
  • 19
  • 4
1 2 3
25
26