1
vote
4answers
73 views
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 I …
3
votes
3answers
118 views
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 …
6
votes
10answers
231 views
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 e …
0
votes
1answer
64 views
Maual Page Break in TCPDF
I am using TCPDF to generate the PDF in one of my project. I simply create a HTML and give it to the TCPDF to handle the PDF generation. But now I have certain HTML where multiple …
0
votes
1answer
25 views
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> …
0
votes
1answer
36 views
CUDA: documentation of kernel CRT?
I'm trying to find the documentation for all of the functions available for the CUDA kernels.
The CUDA Reference manual seem to include only the host functions and the CUDA program …
0
votes
2answers
35 views
Are there any recent PHP Manuals, the CHMs with the user-contributed notes out there?
Are there any recent PHP Manuals, the CHMs with the user-contributed notes out there?
The PHP guys seem to have 'dropped support' for them.
Are some of them lurking around the PH …
0
votes
3answers
145 views
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 I combine regular expression in it?
the more detailed que …
1
vote
1answer
25 views
A text version of the MySQL manual
Always open in my editor is a tab with a text version of MySQL's manual (~100k lines in a readable layout), which is extremely helpful.
The version I have is very old (when 5.0 was …
1
vote
1answer
158 views
PHP Extended CHM Manual Gone?
I'm sorry for maybe posting a question that may not be directly related to programming but where can I find an up to date version of the Extended PHP Manual (the one with the user …
0
votes
1answer
474 views
iPhone dev - Manually rotate view
How can I manually rotate a view using the autoresizingMasks, as if the user had rotated the phone and it had auto-rotated. Also I want it to be instant, no animation. I you want t …
1
vote
3answers
74 views
How to get specific section inside a MAN page??
Hi,
I want to get only specific sections of MAN page inside a shell (or perl) script and print it.
For eg: only the SYNOPSIS section of MAN page
Is there any standard way to do …
1
vote
8answers
171 views
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?
0
votes
1answer
46 views
Manually Start ANT Task
For various reasons that I won't go into (I promise it's necessary to do this with the current code base; I know it's goofy), I want to execute a target twice in the same build tas …
0
votes
3answers
182 views
To have Vim-like K in Screen for MySQL
This question is based on this thread.
Problem: to access MySQL's manual when the cursor is at the beginning of the word by
Ctrl-A Esc Ctrl-m
where m reminds about Mysql.
How …
