In the last blog post on Setting Up Electron Framework for Desktop Apps, we talked about Electron framework and its installation, we also tried a "Hello World" example in Electron. This post will a short one and will help you to configure Electron in an IDE - IntelliJ IDEA 2016. Let's get started with our configuration, first thing … Continue reading Configuring IntelliJ IDEA for Electron
Category: Tutorial
Setting up Electron framework for Desktop apps
So, I recently came across a bunch beautifully designed and developed desktop apps on my Linux. Now, as a Linux user, I am used to overlooking design and aesthetics over functionality. Linux desktop developers usually don't spend their energy on making their apps more user-friendly and appealing instead they invest it in improving its functionality. … Continue reading Setting up Electron framework for Desktop apps
Flickr Wallpapers daily for Linux Mint & Ubuntu
Linux has very few options for 'Automatic Wallpaper Setter'. Variety is at the top. I loved it, it has lots of image sources, effects, a digital clock and daily quotes. You can also set your wallpaper-switching interval. It is really worth checking out. But what I wanted was a simple script that would download images from Flickr daily and … Continue reading Flickr Wallpapers daily for Linux Mint & Ubuntu
Periodic Table C Program.
Hey, I am happy to upload my first program on the internet. This program is written in C language. It is a program to find Atomic numbers of certain elements. Read the ‘Readme’ file to know how I made this program. Download the source code and the text file here:- For the execution of this … Continue reading Periodic Table C Program.
How to Install C IDE ?
The best available Integrated Development Environment for C and C++ is Eclipse CDT. It has all those features you need in your IDE. Here read more about Eclipse CDT. It is quite easy to install CDT on Linux so, we will be discussing how to install CDT on your Windows Computer. Before we proceed … Continue reading How to Install C IDE ?