cat ./writing/*.md

Writing

Notes on software engineering, architecture, and building with AI.

  • 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…

    read →

  • 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…

    read →

  • 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…

    read →

  • 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…

    read →

  • JQuery Based Game:- Quick Multiplication

    This is a simple multiplication based game created using the JQuery Library. It uses the basic concept of html, css and JavaScript to create the layouts and logic needed for the game. The game uses the JQuery library for the easier accomplishment of the task and Karma Framework for the image and sounds loading. This…

    read →

  • PC Based Home Automation using VB

    The project was done at Thapathali Campus for the V.S. Niketan Exhibition. The project is based on the concept of controlling the different devices at home using the PC. The parallel port of computer was used as an interface for hardware connection using Computer.You can also use this as a chromecast alternative which can stream…

    read →

  • C.yber [LOCUS 2010 Project]

    C.yber is a cyber managemnet System completely build in C programming Language for the IOE event LOCUS 2010 organized on Ashwin 1 and 2. C.yber is a program which interconnects different computers which allows users to communicate over the computer network and provide security from unauthorized users by login system in client server. The project…

    read →

  • Client Sever Application in C

    This project is intended to be done as Mini Project for Computer Programming I as the syllabus of IOE, TU. The project is based on networking in C programming. The project is based on the client server architecture and its communication protocols. The project basically is divided into two sections:- Server and Client. The server…

    read →

  • ANPR(Automatic Number Plate Recognition) Using ALR(Automatic Line Tracking Robot)

    It is almost known that the world is nowadays being more dependent in the computer than the human manpower. Today in the developed countries more than 90% of the job is done by automated system and this is due to the accuracy, reliability and versatile nature of the computer. In the developed western countries many…

    read →

  • Online Nepal Information System

    The project was done as III/II part mini project. Actually mini-project was something that is based on internet and existing knowledge of the internet technologies like HTML, CSS , JavaScript, PHP ,MYSQL etc.This project is basically an online project which can give the information about our country Nepal. The project is made dynamic with admin…

    read →