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
3
votes
0 answers

Are there good manuals for developer using Umbraco to create website?

I'm relatively new to Umbraco and even web development. After a period about one month taken to get started with Umbraco, I feel now dissapointed about Umbraco in the aspect of its available written studying stuff. Only very outdated and messy stuff…
3
votes
4 answers

x86 asm instruction set: Any _searchable_ offline reference?

I'm somewhat new to assembly and have to look up the x86 instructions every now and then. Searching the web for every other opcode gets annoying after a while. Then there are the Intel Reference Manuals, but the contents page doesn't have direct…
int3
  • 12,861
  • 8
  • 51
  • 80
3
votes
4 answers

How to manually sort a list of numbers in Python?

Specs: Ubuntu 13.04, Python 3.3.1 Background: total beginner to Python, came across this "manual sorting" problem. What I was asked to do: "Have the user enter 3 numeric values and store them in 3 different variables. Without using lists or…
hakuna121
  • 243
  • 5
  • 10
  • 18
3
votes
1 answer

MongoDB manual reference

In MongoDB there is a nice tutorial on Manual Reference: Example: original_id = ObjectId() db.places.insert({ "_id": original_id, "name": "Broadway Center", "url": "bc.example.net" }) db.people.insert({ "name": "Erin", …
Danystatic
  • 71
  • 9
3
votes
1 answer

generating thumbnails in Alfresco 4.0.d

I am using the Java web services in Alfresco Community 4.0.d and currently looking to add thumbnail functionality to my site. I noticed the thumbnails are not available immediately after posting a new image; I was wondering if someone can recommend…
user1380431
  • 57
  • 1
  • 7
2
votes
2 answers

Magento - Cannot add products to a manual order within backend of the Admin Panel

I'm experiencing an issue where when I go to create an order within the Admin Panel of Magento (1.4.1.1) I can start the order, select the customer, then select the language, it loads all information fine, but when I go to "Add Products I can open…
Parker
  • 31
  • 1
  • 4
2
votes
6 answers

Switching data access strategy far into a project?

In a project we have implemented the data access layer (DAL) with a visual designer that auto-generates a lot of code (in our case: strong-typed DataSets and DataSetTableAdapters in .NET). However, using source control I find it troublesome to edit…
Ole Lynge
  • 4,457
  • 8
  • 43
  • 57
2
votes
3 answers

No manual entry for fcntl problem

When I use `man fcntl' got the message: No manual entry for fcntl which the pkg is needed to install? ps. I use debian.
qrtt1
  • 7,746
  • 8
  • 42
  • 62
2
votes
3 answers

How to deploy war on websphere 8 without using Admin Console?

How do we a deploy a simple war file on the websphere server 8 without using the websphere administration console? As a part of the manual deployment I will need to know, where to put the war file manually on the server? war uses jndi for db…
ajm
  • 12,863
  • 58
  • 163
  • 234
2
votes
1 answer

What am I doing wrong in my Android service def that it is not visible service?

I have an Android service mycompany.service.Agent. That is the only thing defined in the app. It is "started" type service. I was able to build and install it on Emulator just fine. I verified it by going to "Manage Apps" part of settings app. I…
videoguy
  • 1,732
  • 2
  • 24
  • 49
2
votes
1 answer

CodeIgniter manual database connection problem - usage

I'm between a hard place and a rock with a CI problem. I have to dynamically connect to a DB with the username and password that users type. Those are their oracle usernames and passwords. So, with that information I have to do the connection to the…
Veronica
  • 41
  • 1
  • 6
2
votes
0 answers

Organized R Package Manual Help Pages (Table of Contents)

Maybe I'm just not searching for the right things but hoping someone can help me here in terms of package development. I'm wondering how to get the overall help page of my R package to contain alphabetized links/subsections to all of the functions…
s_marsh
  • 83
  • 2
2
votes
1 answer

Error code: insufficient values in manual scale

I am trying to run a hypothesis test using the following code: library(statsr) inference(x= sex, y = natheal, data = dataset, statistic = "proportion", type = "ht", method = "theoretical", alternative = "greater", success = "Too…
2
votes
1 answer

Where is "apt depends" documented?

Where is the sub command "depends" of "apt" documented, especially its output format and the meaning of the pipe symbol in the output? "man apt" doesn't mention this sub command at all. Example invocation: $ apt depends inxi inxi Depends:…
vog
  • 23,517
  • 11
  • 59
  • 75
2
votes
1 answer

GitLab manual job triggered by schedule

I have a little problem with my GitLab pipeline. I would like to run a manual job with scheduled rule or find a way to run a scheduled pipe with my jobs without rewrite the pipe. As you see in the example I have 2 firstjob tagged job. One is…
zeerk
  • 103
  • 2
  • 8