C programming: Leap year
#include <stdio.h> #include <stdlib.h> int main(){ int a; printf("Please enter a year: \n"); scanf("%d,", &a); if(a%4==0 && a%100!=0){ printf("You entered %d and this is a leap year. \n", a); }…
A perfect guideline to Publishing WordPress Themes for ThemeForest
So, you think that you’re now skilled enough to create and sell WordPress themes? That’s great! You can choose between selling on your own or using a marketplace. In this post, we’re going to go through a roadmap to get ready and publish WordPress themes on ThemeForest, one of the biggest marketplaces available. (more…)
Microsoft HoloLens – Possibilities
Microsoft envisioned a world where technology could become more personal. Where it could adapt to the natural ways we communicate, learn, and create. The result is the world's most advanced…