grep -r archive
Author: Ashok Basnet
-
Age Calculator – Android App
Age Calculator is a simple android app for calculating your age and knowing when is your next birthday. Features: 1. Calculate your age in years, months and days. 2. Find out how many Month and days to go for your next birthday 3. Save your birthday and get your age directly on when you…
-
Lok Sewa Nepal Launched for Android Platform
Finally Lok Sewa Nepal app is available for android platform. Here is the appsjhola url:- loksewanepal.com/android Lok Sewa Nepal (लोक सेवा नेपाल) is a web and mobile based single solution for notices, notes, practice questions, online test and other materials for the prepration for Lok Sewa exam conducted by Public Service Commision (लोक…
-
jQuery implementation of Game of life!
One of the earliest experiments at simulating life in technology was a simple mathematical game created by John H. Conway, first published and popularized during the early 1970’s in issues of Scientific American. He called it “The Game of Life.” The concept of the Game of Life is very simple. The game takes place over…
-
Reach: An approach to bridge the digital divide[LOCUS 2012]
Information and communication technologies(ICT) in general, and the Internet and the world wide web in particular, have made life easier by facilitating easy communication with virtually everyone, and easy access to information located virtually anywhere in the world. But all these communication technology are in reach of rich peoples, poor peoples are still backward in…
-
Model View Controller ( MVC ) Architecture
MVC Framework is a software architecture used in software engineering. Model View Controller (MVC) pattern creates applications that separate the different aspects of the application (input logic, business logic, and UI logic), while providing a loose coupling between these elements. The model manages the behaviour and data of the application domain, responds to requests for…
-
CakePHP : A rapid development MVC Framework
Why Cake?Ever since Ruby on Rails became a popular web-based framework, teams of developers havebeen creating clones of Rails or Rails-like frameworks for various languages: TurboGears forPython; Zend, Symfony, and many others for PHP; Catalyst for Perl; and on and on. With somany options out there, why choose CakePHP for your web project? Getting a…
-
IoeCamPlus : II/I part IOE Project
IoeCamPlus is a cross platform webcam application developed as a part of II/I part C++ project at Pulchok Campus. Platform: QT and OpenCVLanguage : C++is an application designed to utilize web cams present in most of the laptops and notebooks. This application is also able to utilize other simple USB PnP web cam technologies for…
-
Customize your localhost Display
Have u ever thinked of getting your localhost display customized with the local projects being displayed with lots of other stuffs than simply “It Works” text. Here is a simple HTML, CSS and JQuery based localhost index page so that u can get urself dynamic… 1. First of all listing your local projects stored in…
-
List of object-oriented programming languages
Object-oriented programming (OOP) is a programming paradigm that uses "objects" – data structures consisting of data fields and methods together with their interactions – to design applications and computer programs. Programming techniques may include features such as data abstraction, encapsulation, modularity, polymorphism, and inheritance. Many modern programming languages now support OOP. Languages with object-oriented features…
-
List of Programming Languages in Alphabetical Order
A programming language is an artificial language designed to express computations that can be performed by a machine, particularly a computer. Programming languages can be used to create programs that control the behavior of a machine, to express algorithms precisely, or as a mode of human communication.The list of programming languages is comprised of all…