C and C++ SDSSU compilation
This is the compilation of my 1st year output in C and C++ programming languages. It contains some basic activity like addition, subtraction, multiplication, division and other educational information that can improve and enhance the skills of our junior programmer like me., :) :D
Simple Antivirus Scanner
Simple Antivirus Scanner - Scans entire folder (drive) and subfolders for files with specific extension (optional), then gets file MD5 hash, Size in bytes and compares the two values with values from database, in case of match displays "Infected: ... etc ...". It contains a database maker; the database contains a fake virus for test purposes that is also available in this source code (a console
Malawi Online Market
I have decided to share with you the online market web system so that you can use and learn one or two things. With 4 years of work experience under my belt am a complete web developer i specialise in web systems and website development using php, javascript, html and mysql. To install the system 1. Extract the zip folder 2. Copy the contents and paste them in your root folder 3. Import the
PHP - Simple File Archiver
Learn on how to create a Simple File Archiver using PHP. This code can compressed multiple files at the same time. PHP is a server-side scripting language designed primarily for web development. Using PHP, you can let your user directly interact with the script and easily to learned its syntax.
Wajeeha Website Manager (WMM)
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
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
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
Simple Age Calculator in PHP
This tutorial tackles on how to create a simple age calculator using PHP. Using HTML5's input date, the user will input its birthday, then the app will determine the age base on the inputted birthday. We are using date_diff() function which is an alias of DateTime::diff() as per manual's description.
How to Get Multiple Parameters in URL of CodeIgniter App
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.