Thursday, May 19, 2016

Bash pocket reference.pdf

   No comments     
categories: 
bash_pocket_reference.pdf: Topics include: Invoking the shell Syntax Functions and variables Arithmetic expressions Command history Programmable completion Job control Shell options Command execution Coprocesses Restricted shells Built-in command...

Download Bash Quick Reference pdf

   No comments     
categories: 
Download bash_quick_reference.pdf ...

Wednesday, May 18, 2016

Basic MS-Dos commands

   No comments     
categories: ,
Here is a list of basic commands that you can use in a DOS prompt cd <directory name> cd is the basic DOS command, it allows you to change directory dir [name of directory] dir allows you to list all contents of the specified directory md  <directory name> md allows you to make a new directory, also can use mkdir command rd   directory name> rd...

Saturday, May 14, 2016

Basics of Compiler Design pdf

   No comments     
categories: 
What is a compiler? A compiler translates (or compiles) a programme written in a high-level programming language that is suitable for human programmers into the low-level machine language that is required by computers. During this process, the compiler will also attempt to spot and report obvious programmer...

Artificial Intelligence A Modern Approach 3rd edition

   No comments     
categories: 
Download Artificial Intelligence A Modern Approach.pdf  Stuart Russell and Peter Norvig  Artificial Intelligence (AI) is a big field, and this is a big book. In this book the authors have tried to explore the full breadth of the field, which encompasses logic, probability, and...

GoF Design Patterns (gang of four)

   No comments     
categories: 
click here(image) to download the pdf Chapter1  Creational Patterns  Factory, Abstract Factory, Builder, Prototype and Singleton  Chapter 2  Structural Patterns  Adapter, Bridge, Composite, Decorator, Facade, Flyweight and Proxy  Chapter 3  Behavioral...

Friday, May 13, 2016

Software Engineering (9th Edition)

   No comments     
categories: 
software_engineering_9th_edition_by_ian_sommerville.pdf   The book is primarily aimed at university and college students taking introductory and advanced courses in software and systems engineering. Software engineers in the industry may find the book useful as general reading...