Computer Sciences Books

Sort by:
Page
Showing results: 11-20 of 58
Basics with Windows PowerShell V2

Basics with Windows PowerShell V2

Prometheus MMS | Computer Sciences
Rating:     Rated: 1 times
Format: PDF, ePub, Kindle, TXT

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!

Whitepaper – How to launch a mobile app successfully!

RG Infotech | Computer Sciences
Rating:     Rated: 0 times
Format: PDF, TXT

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

Mehak Bashir | Computer Sciences
Rating:     Rated: 2 times
Format: PDF, ePub, Kindle

Skip a heartbeat: OpenSSL heartbleed vulnerability & prediction of exploitation based on CVSS using naive bayes algorithm.

Java 3D Programming

Java 3D Programming

Daniel Selman | Computer Sciences
Rating:     Rated: 4 times
Format: PDF, ePub, Kindle

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

NoSQL Database

Christof Strauch | Computer Sciences
Rating:     Rated: 1 times
Format: PDF, ePub, Kindle

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

The Tiny Book of Rules

Johan Falk | Computer Sciences
Rating:     Rated: 0 times
Format: PDF, ePub, Kindle

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)

High Performance Python (from Training at EuroPython 2011)

Ian Ozsvald | Computer Sciences
Rating:     Rated: 1 times
Format: PDF, ePub, Kindle

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

Optimizing Subroutines in Assembly Language

Agner Fog | Computer Sciences
Rating:     Rated: 0 times
Format: PDF, ePub, Kindle

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++

Optimizing Software in C++

Agner Fog | Computer Sciences
Rating:     Rated: 2 times
Format: PDF, ePub, Kindle

Software optimization manuals for C++ and assembly code.

ASP.NET MVC Music Store Tutorial

ASP.NET MVC Music Store Tutorial

Jon Galloway - Microsoft | Computer Sciences
Rating:     Rated: 0 times
Format: PDF, ePub, Kindle

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.