Top "Manual" questions

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

How to use '-prune' option of 'find' in sh?

I don't quite understand the example given from the man find, can anyone give me some examples and explanations? Can …

regex shell find manual
Git - how to force merge conflict and manual merge on selected file

We maintain web application which has common master branch and many parallel branches, one for each installation, each have few …

git merge branch conflict manual
Pandas - create dataframe manually and insert values

Here is my code: import pandas as pd df = pd.DataFrame(columns = ["A", "B"]) df.iloc[0]['A'] = 5 Here is output: …

pandas dataframe manual
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: "…

python list sorting python-3.x manual
Adding rows into Cursor manually

I have an array of phone numbers and I want to get the corresponding contact names from the contacts database. …

android cursor row manual
Help to understand magic_quotes_gpc()

i was learning this PHP code from a tutorial to upload files <form method="post" enctype="multipart/form-data"> &…

php security function manual
Manual Cygwin Installation without using Setup.exe

I am having issues with finding all of the necessary files to actually install Cygwin correctly when not using the …

windows cygwin installation manual
Manually sort a list of 10 integers in python

I'm fairly new to programming; I've only been studying Python for a few weeks. I've been given an exercise recently …

python list sorting integer manual
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 …

deployment websphere war manual
Android: manual screen orientation without restarting the activity?

I need to make an app playing video with a button for full-screen on the video. The button is used …

android android-activity orientation restart manual