After reading E-myth Revisited, I realize that I can do a better job at making my company less reliant upon me... I spend a tremendous amount of time answering silly questions (silly to me, but necessary for my developers to get the job done).
I need to write a set of operating manuals for what to do in certain situations...
For insta...
If I start writing a user-manual for applications I have written, I have a hard time to look at the application from a users standpoint.
I know it's not very useful to write something like: To use the foo-function click on the foo-button, choose the foo-type from the list and type a foo-name. After that you can click on submit and your ...
Where can i get c++ standard manual?
Is that free?
DUPLICATE: http://stackoverflow.com/questions/204841/where-can-i-look-at-the-c-standard
...
Pig is a dataflow programming environment for processing very large files. Pig's language is called Pig Latin.
Does anyone know of a good reference manual for PigLatin? I'm looking for something that includes all the syntax and commands descriptions for the language. Unfortunately the wiki page in Pig wiki is broken.
...
I like Linq but find that once the designer has created my classes I have to modify them.
Then when I change my database and recreate my classes in the designer my changes get wiped.
For instance, let's say I have a class called Person.
I create this class, add some non database related methods to it (outside of Linq) and then create a ...
The following command gives many manuals of Zsh
man zsh<tab>
I would like to browse them fast to search the word compinit.
How can you search the word compinit fast in the manuals in Zsh?
...
When I use `man fcntl' got the message:
No manual entry for fcntl
which the pkg is needed to install?
ps. I use debian.
...
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 and add new things to the DAL.
We have started coding new data access
by manually writi...
Problem: to read effectively MySQL's manual
Error:
mysql> create database plastronics
-> ;
ERROR 1007 (HY000): Can't create database 'plastronics'; database exists
mysql>
Question: How to check it quickly like in VIM: ":h 1007"?
Introduction Material I was reading
...
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 can you build a Vim-like K in Screen for MySQL's manuals?
...
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?
...
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 task.
For example, I want to execute the target foo, then bar, then foo again. This is a simplified version of what I already tried:
<target name="foo">
.....
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 that?
Regards,
Anandan
...
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 to know why I need this, look at my other question at http://stackoverflow.com/questions/1219988/iphone-dev-keeping-interface-rotation.
Thanks!!
...
Where can I find an updated version of the extended PHP manual (with user comments) for download?
The usual URL redirects to the general docs download page, was this version discontinued?
...
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 still in beta), and this valuable text-file does not exist in mysql.com anymore.
Is there a newer version, or some tool that can create it out of the vario...
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 question is like this: write a shell script, changeall, which has an interface like "changeall [-r|-R] "string1" "string2". It will find all files with an suffix ...
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 PHP website itself, accessible by their unlinked URLs only?
...
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 certificates are added one after the other and I want to have a page break into it. Page Break should be decide by HTML i.e. I want to know if there is any ide...
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 programming guide only includes some details such as the accuracy of these functions but not their documentation.
Am I missing something or does this piece of docu...