Wajeeha Website Manager (WMM)

Submitted by sba stuff on
Wajeeha Site Manager Demo. Wajeeha Site (or Website) Manager is a software that helps you to manage websites you loved. It is the kind of replica of bookmarks in web browsers. But!! Due to Hardware, Software, System or some other circumstances failure, you might lose the websites you loved. This software helps you to manage your websites and allow you to retrieve them when required. It sends the

Simple Calculator Using Bootstrap And JavaScript

Submitted by Rhalp Darren Cabrera on
Basic calculator using js function with bootstrap design License (MIT) Copyright (c) 2017-2018 Rhalp Darren Cabrera, https://github.com/rhalp10/Calculator Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Bootstrap Calculator"), to deal in the Software without restriction, including without limitation the rights

RetailStar Lite Point of Sale Software Using C#, SQLite/PostgreSQL

Submitted by David Tuikong on
Easy to Install & intuitive user interface Works right out of the box with minimal configuration Quick Sale Mode, Sell to Existing Customer or Add New Customer on the Fly. Cash Drawer Management: Know the exact amount that should be in the Cash drawer at any Time! Use any Standard Barcode Scanner. Staff Management and access control levels Product Management Extensive Inventory Management and

How to Get Multiple Parameters in URL of CodeIgniter App

Submitted by nurhodelta_17 on
This tutorial tackles on how to get multiple parameters in URL of CodeIgniter Application. Usually, we only passed a single parameter in URL and it is usually an ID but in cases that you needed to pass two or more parameters and retrieve them in your controller, this tutorial will be very beneficial to you.

Online Voting System

Submitted by Patrick Mvuma on
I decided to share my simple online voting system because i know you will learn and use one or two things.Am a specialized web developer in web system and website feel free to contact me If you have any question regarding this project or anything find me Installation process: Extract the zip file Copy the extracted file and paste in your root folder Run the index.php file That is all If you have

Simple Automated Voting System (AVS)

Submitted by EmanKnowsToCode on
This system was a project for science and investigatory school year 2017-2018 the researchers namely Arnie Grajo, Emmanuel Javellana, John Michael Ortiga, Andre Russell Tacumba, Renekant Decolongon. The Researchers found that this project is a big help for the School (Cor Jesu College) Senior high School Student Council election. Aside from it will help the school to have a modernize election, it

Creating Main Menu – Creating Scenes, Controllers, Main Menu Canvas, and Slicing Sprites

Submitted by razormist on

Creating Scenes

In the Unity environment you will notice an Untitled object in the Hierarchy area. That is the name of the scenes by default, to change it just simply press ctrl + s and save it as Main Menu. tut6

Creating Controllers

Now that we have the main menu scene we will now create Controllers for the game. The Controllers are game objects that handle some methods that be needed in the game later.