manual

Scale wpf Bar Chart manually

I am scanning computers and their scale can not be like 1.5,2,2.5 they should be in whole numbers like 1,2,3,4. my current code is ICollection<KeyValuePair<String, int>> data = new Dictionary<String, int>(); data.Add(new KeyValuePair<string, int>(Protocol, protocolCount)); mycolseries = new ColumnSeries ...

ANSI SQL Manual

Can anyone recommend a good ANSI SQL reference manual? I don't necessary mean a tutorial but a proper reference document to lookup when you need either a basic or more in-depth explanation or example. Currently I am using W3Schools SQL Tutorial and SQL Tutorial which are ok, but I don't find them "deep" enough. Of course, each major ...

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 links to the various sections in the pdf file, and doesn't list the 'true' page name but inst...

Python Cheatsheet

Is there any definitive cheatsheet available for Python (3.1 especially). I'm learning from a book but I keep forgetting the various methods explained for lists, dicts, strings etc.. I'd like a cheatsheet or a tutorial spanning a few pages that has object type definitions, list of expressions, list of methods available for each object t...

Linux user-space ELF loader

I need to do a rather unusual thing: manually execute an elf executable. I.e. load all sections into right places, query main() and call it (and cleanup then). Executable will be statically linked, so there will be no need to link libraries. I also control base address, so no worries about possible conflicts. So, is there are any librar...

Ajax, Check for updates, Same_origin_policy

I have this HTML manual that gets installed with my application. This manual gets updated often (3-5 times a week) and I want to warn my users if the manual is out of date. The first thing I thought of was to create a hot-linked image to my webserver that I could use to check the version that they where using and server an 'update' im...

mod-rewrite spellbook

Most online guides I've found are lengthy, boring, insufficient, or otherwise lacking. Where can I find a guide that explains mod-rewrite extensively, yet concisely? (The above question sprouts from the following sentiment:) I'm not satisfied with simply copying and pasting the magical incantations that make my .htaccess files do my bid...

C# : manually reading XML config for derived classes

Suppose I have class CarResource, class RaceCarResource : public CarResource, and class SuperDuperUltraRaceCarResource : public RaceCarResource. I want to be able to load their data using a single method LoadFromXML. How would I go about getting the CarResource:LoadFromXML to load it's data, RaceCarResource to call CarResource:LoadFrom...

How can I find all R packages that include graphics functions?

I always have difficulty in finding all available alternative ways to produce a specific graph, either one that I have already decided to use (looking for different variations) or one that I have not yet thought of. The R Graphical Manual site provides a complete list of samples of R's graphics functions, however it's easier for me to s...

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 provides for the PHP language? ...

Corp Software - Collaborative help?

(.NET WinForms + Web) We have a lot of apps in the company and little to no help for 400 users. We'd like to add a 'write help' button to each panel in each app that when pressed lets the user add their own help , record a how-to video etc to let our hundreds of users actually write/record the help guide for the apps. Social media meets...

How to create an Online User Manual?

Hi, I would like to know if there is any php opensource solutions to create online manuals like the http://www.vbulletin.com/docs/html/, or do I have to write my own script to do that? Edit: The intention for creating this online manual is for general public. I know I could put up a wiki for something like this, but I think wiki is a g...

Eclipse CDT: How to clear Problems window without invoking Clean Project or Build Project?

Is there a way to clear the Problems window (and any related source code error/warning annotations) without invoking "Build All/Project/..." or "Clean project" (or deleting the project and then re-creating/re-importing it)? ...

Mercurial: How to merge with manual control over changes & files?

Note: The scenario I describe here is not answered in Stack Overflow: Completely manual Mercurial merge. I will explain my query with an example. Assume I start off a Mercurial repository to design a car: C:\Car$ dir Car.cpp Car.h I work on the design of Car for quite a while and the repository looks like: r0-r1-...-r100-(default) ...

Is There a Standard Help Document/Manual in Android?

Hi All, 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 supposed to deliver manual to our users? ...

What script is vBulletin using for their manual?

http://www.vbulletin.com/docs/html/ Are they using a custom design or is that a script? If it's custom, is there something similar to it that I could use to document my software? ...

software user manual template?

Does anyone know where I can find a good user manual template? ...

how to do database testing manually....... ?

Hi Guyz, I got one requriment that i need to database testing manually in backend. what are the steps should i consider while doing manuall.also let me know that how to do database testing manually ? can anybody help me ? regards kumar ...

Where to find good tech writers

Where would you look to find great tech writers to write user manuals for software? Are there specific sites, areas of the web, etc. that are best to look for them? ...

which format to use for software user manual/help/documentation

My requirements are: easy tools exist to create/format the help file from our software, we can launch the help file at a certain location, specified ideally by keyword or tag and not by page number. to be deployed with a Windows software. Thanks! ...