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

Eclipse plugin download on desktop to install on another machine offline

In my work placee, eclipse marketplace access is disabled and i can't access any url from eclipse instead. I need one plugin to install called egradle. It's on the marketplace. I want to download it in my home computer so that i can email it to my…
0
votes
3 answers

developer manuals

My team and I are in the final phase of our software development project. We are using Visual Studio to compile our project and coding in C#. We need to build user manuals. Is there any way to generate user manuals from the comments of the…
uvChetty
  • 3
  • 1
0
votes
0 answers

In the NLP with Pre-Trained project, what the difference of direct installation of libraries and manual installation?

Currently, I am working on this stuff: NLP Transformers Pre-trained models (especially the Bert family) on google colab Sometimes, When I clone projects from GitHub, I see that the programmers do not use the direct installation from Huggingface…
sammer
  • 43
  • 6
0
votes
1 answer

Reliable Online Manual Copy Tool

I often have to develop projects where no internet is available. Unfortunately, more and more programs no longer have offline manuals. What is the best way to copy an online help locally? HTTrack Website Copier fails very often. Which windows tool…
0
votes
0 answers

How to optimize the weights to get the MAPE score between actual and predicted, the weights are from 0.01 to 0.99?

My problem is to create a function that optimizes the weights to reduce the MAPE between the actual and predicted values, the weights should range from 0.01 to 0.99....and then find the lease MAPE and the weights used to achieve that MAPE. I've…
0
votes
2 answers

AWD RDS final manual snapshot are full or incremental ? final manual snapshot can be restore, event if deleted you taken all other manual snapshots

I would like to delete my DB instance.before delete I will create final manual snapshot. I understood snapshot is not full backup.it is incremental.which means that only the data that has changed after your most recent snapshot saved . so,I would…
April Oo
  • 13
  • 3
0
votes
0 answers

AWS Config Setup - Permissions - Manual Remediation

I want to configure AWS config rule - vpc-default-security-group-closed to manually remediate I need to know what permissions are needed. What assume role needs to be added. What parameters are needed for the manual remediation. The following is in…
Triacona
  • 1
  • 1
0
votes
0 answers

How to tell PIP that pyspark has already been installed?

I installed a custom-built version of Spark, and set SPARK_HOME and PYTHON_PATH to the corresponding folders, as per this guide Then I used pip to install some python package, which has pyspark as a dependency, hence I got two versions of pyspark…
Averell
  • 793
  • 2
  • 10
  • 21
0
votes
0 answers

Manualvalidation task sending email based on conditions

I am following the documentation and added a manual validation task to my YAML pipeline which has 3 stages ( QA-DEV-PROD). The Manual validation is added to the Prod stage of the pipeline. task: ManualValidation@0 timeoutInMinutes: 1440 …
Amir
  • 3
  • 1
0
votes
1 answer

manually assign colors to ggplot factor

I have a data frame I am using for a scatter plot and I want to use a factor variant of 8 levels to determine the color of the points. My question is: how do I manually assign colors to those 8 variants instead of having them automatically decided…
Ask
  • 3
  • 1
0
votes
1 answer

Build boost from source with manually built gcc compiler in cluster

I am trying to compile Boost 1.79.0 in a cluster using the GCC compiler version 12.1.0 that I have compiled manually since the GCC version of the cluster is very old. After compiling GCC, I have exported the following paths in a shell script that I…
0
votes
1 answer

cakephp authenticate user with repeated entries in the Database table (manual authentication?)

I'm creating an authentication system for a group of websites. The problem is that I have to use a pre-existing Database, which has a users table already full of entries, and that one user can have several accounts. Basically, a user has one account…
Albert
  • 1,516
  • 3
  • 24
  • 55
0
votes
0 answers

A method to use a formula if , and if not to tip a value manual inside, without VBA Excel

Hello and thanks for the help in advance. Is there a way, for example, if cell A1 can say either yes or no, then I say in cell A2, if it says yes, then automatically write a word like "tree" in the cell, and if in cell A1 = no then the user should…
0
votes
0 answers

Looking for the Lua 4.1-alpha manual

It seems to be as much of a unicorn as the source code itself. Can't find it on the official Lua page or google. Anyone who still has it? The manual included with the 4.1 source code is the 4.0 version( the date matches Lua 4.0 release ). I saw…
Szczekus
  • 23
  • 4
0
votes
1 answer

Triggering automated tests with Jira/ Xray and GitHub Actions

I already integrated results of automated test with XRAY (from GitHub Actions) But I would like to know if anyone knows how to manually trigger automated test from XRAY, pressing the "RUN" button in a test plan. Thank you
Camila
  • 1
  • 1