Archive

Archive for January, 2013

One line browser notepad

January 31st, 2013 No comments

Just enter that “data:text/html, <html contenteditable>” into the address bar of your web-browser, click in the top left hand corner, and begin typing.

Tags: , ,

“Professional Scrum Development with Microsoft® Visual Studio® 2012”

January 27th, 2013 No comments

BookDiscover how to turn requirements into working software increments—faster and more efficiently—using Visual Studio 2012 in combination with Scrum and Agile engineering practices. Designed for software development teams, this guide delivers pragmatic, role-based guidance for exploiting the capabilities of Application Lifecycle Management (ALM) tools in Visual Studio and Team Foundation Server. Team members will learn proven practices and techniques for implementing Scrum to manage an application’s life cycle, as well as seamlessly plan, manage, and track their Scrum projects.

STL-containers member functions table (C++02 and C++11)

January 27th, 2013 No comments

cppreference.com: The Containers library is a generic collection of class templates and algorithms that allow programmers to easily implement common data structures like queues, lists and stacks.   There are three classes of containers — sequence containers, associative containers, and unordered associative containers — each of which is designed to support a different set of operations.

Pdf version