How to Install Notepad++ Compare plugin

Notepad++ Banner

Start your Notepad++ as administrator mode. Press F1 to find out if your Notepad++ is 64bit or 32bit (86x), hence you need to download the correct plugin version. Download Compare-plugin v.2, from:– for Notepad++ 7.5 and above use Compare v2.– for Notepad++ 7.7 and above use Compare v2.0.0 for Notepad++ 7.7https://github.com/pnedev/compare-plugin/releases Unzip Compare-plugin in temporary….

GuideBelt Project (IoT)

Guide Belt Banner

We see every day new technologies coming out to market but a few of those technologies are focused for people with special needs. We have just finalized a research project called GuideBelt. It is simply a Bluetooth-based indoor navigation system for the visually impaired. The GuideBelt, which is the product of this research, is such….

How to protect image from public view in Laravel 5?

Laravel

It is possible to protect images from public view in Laravel 5.x folder. Create images folder under storage folder (I have chosen storage folder because it has write permission already that I can use when I upload images to it) in Laravel like storage/app/images. Move the images you want to protect from public folder to the new created images folder. You could also chose other location….

Context Awareness Project (IoT)

Context Awareness

In this paper we describe the concept, development and reflection for Pervasive Computing course (Spring 2015) at IT University of Copenhagen where we built a context-aware mobile phone utilizing an iBeacon infrastructure. Code available for group members Android app: https://bitbucket.org/maytham/aw-phone-app Google App Engine app: https://bitbucket.org/maytham/aw-phone-app-googleappengine PDF download: ITU Contextphone platform

Full guideline to make VHOST (Virtual Host) on XAMPP/WAMP

Xampp Virtual Host

Note: To start with, the only difference for this guideline, between XAMPP and WAMP or other Apache packages for Windows, is question where those packages are installed on your computer. Introduction: vhost (virtual host) is a great solution if you intend to develop many independent project in php and keep them isolated from each others,….