Mercurial 2.8 Released

Submitted by Saad Arif on
Mercurial has released its scheduled update version in the market. The latest version is Mercurial 2.8 and it contains a lot of new features. Below, you will find information about the updates that you can see in Mercurial 2.8. Core Features Hgweb: add revset syntax support to search features has been added in new version along with “hgweb: always run search when a query is entered (BC). Another

Inventory System for Electric Items Distribution Company

Submitted by gihan.wiraj on
I created this program based on my client's requirements. I am using MS Access as a backend database. Here's the features of this program: Customer masterfile Adding of items Support bulk payments Allow returning of good and damage items Invoice Supplier payments And a lot of reports Username = viraj Pasword = 1989

Banking System

Submitted by itoroakpan on
This system is using MS SQL Server. The following are the features of this system: Create account Create account number Close account Freeze account Unfreeze account Credit account Debit account Check account balance Run the Sql script to create the database in your sql server (myRetailAccount), before running the application.

How To Review A Code In Better Way

Submitted by Saad Arif on
In programming world, when one code is written by a programmer, it is then reviewed by another programmer to find any bugs. This practice ensures that the ethical coding standards are used while writing a program and there is nothing wrong with the end product. However, many programmers find it difficult to review codes and that is because, they don’t have any set standards. We will give you a

How to Clear Inactive Memory in Linux

Submitted by admin on
This simple tip is based on my experience on how to tweak MySQL Server for best performance. Just this year, sourcecodester.com has moved again to a new server to served millions of page views every month. Since our new server is unmanaged, I am having a hard time sometimes configuring our new server, especially when tweaking Nginx, PHP-FPM and MySQL. By default, MySQL will give you a sample

Students Rank Problem

Submitted by chegekim on
I am not good in programming but i have a passion for it. I am creating a Exam Grading system in VB 6.0 with MS Access as back end. I have a problem here: I have 2 tables in MS Access (tblGrades and tmpGrades) with fields StdRegno, Term, ExamType, AvgScore, AvgGrade. I would like to extract the positions using AvgScore but i don't know how to handle a tie (Where students have same average score) such that after say two students in number 2 tie, then the next number will be Position 4 (i.e 1, 2, 2, 4, 5, 6, 7).

Open Source Computer By Intel Hits The Shops

Submitted by Saad Arif on
So far we have only heard and used open source programming tools but this time, Intel has come up with an exciting idea to make and introduce the first ever open source computer called Galileo. If you are one of those people who like to get their hands on something that is nothing but tools and want to build something cool out of it then Galileo is a gold mine for you. The PC World reported that

Simple Add, Update, Delete, Display and Search VB.net 2012

Submitted by roelzkie.delos… on
I have created a simple program that can add, update, delete, display and search MS Access database. It only contains a single form and a module. Hope this could be a good example. This program also provide code for Dragging the form with borderstyle set to none. No password covered in this program.