Programming

Java JSP and Bean CRUD

Submitted by Mureiithi James on
CRUD stands for Create, Read (or retrieve), Update, Delete. It is a Java Server Page (JSP) project with a JavaBean that is used to perfom the create read update and delete operations. For the database it uses java derby 'jdbc:derby://localhost:1527/sample' and table STUDENTS with 3 columns namely First name, Last name and ID number. I've used Semantic UI and w3.css for styling and JQuery.

CV/Resume Maker Software

Submitted by biddut on
I demonstrate how we can build an application that creates the CV. As you know, resume/CV has different parts, such as - personal information, education, work experiences, skills, certifications, languages. We are using ASP.NET MVC 5, jQuery, and Bootstrap in order to build our application. Demo Link Here: http://www.resume.testbd.xyz/Resume or http://www.resume.testbd.xyz/Resume

How to Export Data to Excel Using VB.net and MS Access Database

Submitted by ClydeTiu on
Hi guys.. In this tutorial you will learn on how to export data to Microsoft Excel step by step. Create U.I Step 1 Create a database using Microsoft access Step 2 Connect Database to VB.net Step 3 Add References right Click then select properties shown on number 13 Here is the source code Imports Excel = Microsoft.Office.Interop.Excel Imports System.Data.OleDb Public Class frmgenerate Dim rdr As

Statement of Deduction System of Rural Bank Carrascal Sugirao Del Sur Using VB.net

Submitted by ClydeTiu on
Features - Register Client Information - View Client Information - Print Client Information - Create Statement of Deduction of Client - View and Print Statement of Deduction(S.O.D) - Can Generate Overall Statement Of Deductions of Client`s - Can Sign Up - Can Log-in - Back-up Database Tnt Number : 09096510899 Globe : 09454339345 gmail : [email protected] Facebook : Clyde Chectopher A. Tiu

Online Student Management System Using PHP/MySQLi

Submitted by janobe on
Now, there’s no need for schools or any educational institutions to manage their students manually on a spreadsheet because this Student Management System will all do the work for you. This is a user friendly system and the functions of it can be easily learned. With the Student Management System, t he admin or school staff will be able to track and manage the information of every student that is

Web-Based Time Table Scheduling System for Tertiary Institution

Submitted by Senior Walter on
This is a Web-Based Time Table Scheduling System for Tertiary Institution designed to solve timetable and schedulling problems in higher institution. It make sure courses, lecturer, room and time does not conflict. For your research project documentation, thesis, web design, software and web development call or whatapp WALTER via +2348067361023 or facebook - senior walter

Operations Research: Least Cost Rule Solver

Submitted by Gabrael_Instinct on
This application, written in C++ is a console application for solving transportation problem in operations research. The app accepts unlimited rows and columns and add domin where necessary and determines if a problem is a non-degenerated problem by appropriate allocation and optimisation. The complete source code is uploaded to assist students and researchers in their various endeavours. You are