Home
Owais (soachishti)
Cancel

Getting Started with Windows Automation using PyWinAuto

Unit testing and e2e testing are the some techniques used for checking the integrity of any application/software when it is in development. Automation plays an important role in web crawling and so...

Java and C++ Important Libraries for Speed Programming

In my past 2 year of CS degree, I’ve participated in different Speed Programming competition with my amazing team. In our first competition, problem was too lengthy to be solved with simple array...

Regular Expression and Applications

Regular Expression is an expression which is used for defining a language, this definition look very simple but whole world reside this definition. Some core functionality which are provided by Reg...

Getting Started with Cordova

What is Cordova? Cordova: a mobile development tool for every platform: Android, iOS, WP, Firefox, Browser, Tizen, BB… Installation To start installation of the Cordova First Download and inst...

Interpreting Floating Binary for Printing in Assembly

Splitting of REAL4 Binary As we know that the binary of single precision float contains 1 sign bit, 8 exponent bit and 22 mantissa bit. Sign Bit For extracting sign bit we have to shift number...

Overview of SAP 1 (Simple as Possible)

Introduction Making of ALU is always a very simple task for a motivated DLD student, they only have to pour dozens of NAND gates, spoon of multiplexer, some latches as per taste and half tea spo...

Notepad++: A popular Windows text editor

Normally we found text editor useful for taking note and side work but that is the only case for normal user. While for developer and CS Student text editor are used for coding and modifing sourc...

Getting Started with Boost C++ Library

Boost library is a C++ library which contain 80+ library to play with. Boost library is licensed under Boost Software License which allows to use it in free and propietary software. Some of the B...

Best Place to learn C++

Here are the some source which I find very usefull for learning C++ Cplusplus.com To start learning new programming I always look for kickstart skipping history jumping Hello World program and ...

Transfer file without USB cable via Wi-Fi Instead

It isn’t very old when we used to transfer data between devices using Infra-red where we attach both devices at specific position and Thanks to Gods if data successfully transfer. With the advance ...