Computer Sciences Books
Basics with Windows PowerShell V2
Microsoft designed PowerShell to automate system tasks, such as batch processing, and to create systems management tools for commonly implemented processes.
Whitepaper – How to launch a mobile app successfully!
This e-paper contains the details about how can you make your mobile app launch successful through considering different things. To make it easier to go through, we have broken these points into three segments – Before Launch, During Launch, and After Launch.
Skip a heartbeat: OpenSSL Heartbleed Vulnerability & Prediction of Exploitation
Skip a heartbeat: OpenSSL heartbleed vulnerability & prediction of exploitation based on CVSS using naive bayes algorithm.
Java 3D Programming
Java 3D is a client−side Java application programming interface (API) developed at Sun Microsystems for rendering interactive 3D graphics using Java. Using Java 3D you will be able to develop richly interactive 3D applications, ranging from immersive games to scientific visualization applications.
NoSQL Database
A NoSQL database environment is, simply put, a non-relational and largely distributed database system that enables rapid, ad-hoc organization and analysis of extremely high-volume, disparate data types. NoSQL databases are sometimes referred to as cloud databases, non-relational databases, Big...
The Tiny Book of Rules
Rules is a module usually used to automate actions on your Drupal site. Rules can react on events occurring on your site – such as a user logging in or a node being created – and perform customized follow-up actions such as redirecting to a certain page or setting field values. Optionally...
High Performance Python (from Training at EuroPython 2011)
Your Python code may run correctly, but you need it to run faster. By exploring the fundamental theory behind design choices, this practical guide helps you gain a deeper understanding of Python’s implementation. You’ll learn how to locate performance bottlenecks and significantly speed up...
Optimizing Subroutines in Assembly Language
This is an optimization manual for advanced assembly language programmers and compiler makers. Topics include: C++ instrinsic functions, inline assembly and stand-alone assembly. Linking optimized assembly subroutines into high level language programs. Making subroutine libraries compatible with...
Optimizing Software in C++
Software optimization manuals for C++ and assembly code.
ASP.NET MVC Music Store Tutorial
The MVC Music Store is a tutorial application that introduces and explains step-by-step how to use ASP.NET MVC and Visual Web Developer for web development. We’ll be starting slowly, so beginner level webdevelopment experience is okay.