I am interested in learning more about signing files and removing signatures from files, programatically using C#, can anyone recommend a book or website covering this topic.
I know Java and C++ but am looking to get in to XML. I don't want to waste time reading over the basics of programming in a book, so has anyone any recommendations for resources for learning XML that assume a knowledge of programming already, or even better highlight how to switch from Java/C++ to XML ie. main differences etcs.
Hi,
I've realised just how rusty my knowledge of PHP 5 and advanced PHP programming is after completing some questions for a test.
I seriously need to read a book or something.
Any recommendations for PHP 5 books?
Hi! I'm a newbie developer of iPhone.
Right now I'm working on an app that has the functionality of opening a pdf, and showing a specific page and letting the user to navigate through it. Like a book reader.
But now I need to access the table of contents to make a mini menu with it. How do you access that table of contents?
hi
i search for cours video or book or web tutorials to teach me how to build website
with php mysql css html
i need full project from A to Z
from the scratch
plz if any one know that tell me
I'd like to learn PHP specifically for dealing with security vulnerabilities/exploits.
Could someone recommend a book?
I don't know if I need to learn HTML/CSS/XML/XHTML etc, do I have to learn those too? I don't really plan on designing websites, could anyone help me with this? :P
I am looking for suggestions for a very simple book borrowing system for our office library. For example, should we use an Excel spreadsheet, some email based system, build something ourselves, or is there a web application for this? It just needs to record the title and name of the borrower at a minimum.
Can anyone provide me with link to a website/book in which would be well explainded how to use profiler in VS2010 for native code? I tried to search the web but all I'm getting is tutorials from Microsoft and those tutorials use C#.
Thank you.
I need to learn how to develop PHP extensions.
So, I assume I have to refresh my CPP skills (or is it C?).
What IDE should I use (auto-completion, object browsers etc). I plan to develop on Ubuntu 32.
Is there a good book or good website I can learn from?
Hi there,
I need to make a program that writes some data to an excel spreadsheet. Something basic along the lines of First name, last name, phone number, e-mail per row with each category in its own column.
I don't even know where to start. If someone could tell me which assemblies to reference and maybe point me to a website or a book that covers writing/reading data from an excel spreadsheet via a c# program that would be great.
Many thanks.
Hello
Can anybody suggest some good resource/book on Database high availability techniques?
Moreover, High-availability of system software like Intrusion Prevention system or Web servers.
I am considering high-availability is global term which covers clustring, cloud computing, replication, replica management, distributed synchronization for cluster.
Thanks in advance!
In examples of groovy code I find the -> operator everywhere, but the groovy tutorials nor the book I have seem to provide any explaination as to what this means.
I'm new to rails and was trying out the scaffold command - the following scaffold runs and works when I view it via web brick
script/generate book title:string
the following fails - gives me a weird route error
script/generate application name:string
the following works
script/generate app name:string
can anyone shed some light on this? Is 'application' a reserved word?
Hi everyone,
I took my first step today on working with cloud servers and chosed Amazon EC2 for this project. Since I am a bit of a newcomer on this, I didn't fully understand their pricing:
What happens when a instance is idling
with no connections being made. Does
it still cost us money?
It would be sad to have instances idling and costing us money when we do not use them...
Thanks a lot!
Are they stored in the heap or there is separate area where they are stored?
Similarly where are static variables stored in memory. They can't be stored in frames as they will get destroyed when the function returns.
PS - Can someone suggest a good book that talks about memory mapping for C/C++.
hi, first of all this is not homework!!
my question is from book: Algorithms in C++ third edition by robert sedgewick
question is: there is given array of size n by 2^n(two dimensional) and we should fill it by binary numbers with bits size exactly n or
for example n=5 so result will be
00001
00010
00011
00100
00101
00110
00111
and so on we should put this sequence of bits into arrays please help me
I have sql query statement which used to display the contents in the table.The sql statement consist of a where clause which is to be appended with numeric value as 1 ,2 3 etc depends upon the previously selected content.I am having the numeric value as int and i want it to append to sql statement which is const char.how can i append both the values.Please help me out.
My query is == select * from Book where id=1;
i have the id value is integer
Thanks.
So I came from a Flash background where I can animate in timeline. I've completed the Beginning iPhone Development book and just realized that I still don't know how to get an animation in. I'm guessing I need to import png sequences?
Can anyone point me to an appropriate place to learn more about this topic? I want to make a game and my game objects need to animate.
Thanks in advance!!
Does anyone have a template for writing a decent equals method - I remember in Effective Java there was problems around handling equals when dealing with subclasses.
I dont have the book with me and I cannot remember if it was practical advice - So how do you write a solid robust equals method implementation?
Hello,
I got this formula from a data structure book in the bubble sort algorithm.
I know that we are (n-1) * (n times), but why the division by 2?
Can anyone please explain this to me or give the detailed proof for it.
Thank you
I'm finding resource which is about word automation in C++ ( Win32 API / MFC ) . But it's quite rare.
Are there a book or comprehend article about this ?. Thanks so much :)
Is it possible to compute the number of the different elements in an array in linear time and constant space? Let us say it's an array of long integers, and you can not allocate an array of length sizeof(long).
P.S. Not homework, just curious. I've got a book that sort of implies that it is possible.
I have asked What should i know about search engine crawling? Now i would like to know where can i learn about search engines and search engines optimization? Instead of reading dozen of articles with most saying the same thing as another i would like to read one book or resource and find everything i need to know.