Project Source Code

Simple Christmas Countdown Application using Python with Free Source Code

Submitted by razormist on
Simple Christmas Countdown Application using Python with Free Source Code Simple Christmas Countdown Application with Source Code is a project that can display a real time countdown timer. The application contains a simple function that has the capability of counting. The project is a user-friendly kind of system you are free to modify it. About the System The Simple Christmas Countdown

Sentiment Based Movie Rating System using PHP/OOP Free Source Code

Submitted by oretnom23 on
Introduction This is a PHP Project entitled Sentiment Based Movie Rating System. This is a web-based application that calculates the success rating or review ratings of a movie. The project uses a simple sentiment-based analysis to identify or calculate the movie success rate. This has a simple user interface and easy-to-use. The application contains user-friendly functionalities and features

Simple Memory Game using Python with Free Source Code

Submitted by razormist on
Simple Memory Game using Python with Free Source Code Simple Memory Game with Source Code is a single-player game where your goal is to match all the corresponding shapes and colors. You just need to memorize the patter of the shape to match them. The purpose of the system is to provide some entertainment during your break time. About the Project The Simple Memory Game was created using Python

Online Baptismal Information Management System in PHP Free Source Code

Submitted by oretnom23 on
Introduction This is a Simple PHP Project entitled Online Baptismal Information Management System. This is a web-based application that provides a certain church to store and manage the christening or baptism certificate records. The application also allows the public to search the Baptismal Records of an individual online. This has a pleasant user interface and user-friendly functionalities

Simple Accurate Age Calculator App using Python with Free Source Code

Submitted by razormist on
Simple Accurate Age Calculator App using Python with Free Source Code Simple Accurate Age Calculator App with Source Code is a project that can generate an accurate age result. The application contains a simple function that enable you to calculate your age. The project is a user-friendly kind of system you are free to modify it. About the System The Simple Accurate Age Calculator App was built in

Relativistic Motion and Space Voyage Calculators in PHP Free Source Code

Submitted by Jay-Tanner on
PHP - Relativistic Motion Calculators There are three relativistic motion calculators in the archive. The graphics show the math used by the programs. Relativistic Motion Type 1 An extremely advanced space probe is about to accelerate to a target distance of (D) light-years from Earth at a constant acceleration G-Factor (G). The space probe or spacecraft is not expected to ever return and will

GPS Ellipsoid 3D Rectangular XYZ-Coordinates Calculator using PHP Free Source Code

Submitted by Jay-Tanner on
GPS Ellipsoid 3D Rectangular XYZ-Coordinates Calculator This program computes the 3D rectangular XYZ coordinates corresponding to any given latitude and longitude coordinates and elevation point, in meters, on the GRS-80/WGS-84/GPS ellipsoid model. The program performs all the calculus for you. The graphic above shows the math used in the program. Here is a working copy of the program: http:/

Lunar Perigee and Apogee Calculator for 8999 Years in PHP Source Code

Submitted by Jay-Tanner on
LUNAR PERIGEES AND APOGEES CALCULATOR FOR THE 8999-YEAR RANGE FROM 1000 AD to 9998 AD Built around the NASA.JPL Horizons API By Jay Tanner - 2021 PHP v7.4.9 Since the release of the NASA/JPL Horizons online API in July of 2021, I've been trying to test it out for making special general-purpose ephemerides. The web interface does a good job, but the tables it produces can be a bit bulky, so

Integer Base (radix) Inter-converter in PHP with Source Code

Submitted by Jay-Tanner on
Integer Base (radix) Interconverter This PHP Internet program converts any integer (±X) From any One Base (radix) System Into Another. The base can be any value from 2 to 36. For example, the base 23 integer 3AJCM53KDBC22F07GLIJB3EF10L74ECFM26KEJ4LFLLG78C equates to the base 10 integer 1513668569755468804508866185074877811548774513443261275725578557 or the base 16 integer

Variance and Standard Deviation Calculator in PHP with Source Code

Submitted by Jay-Tanner on
Variance and Standard Deviation Calculator Given a numerical data table, this program computes both the population and sample variance and the standard deviation within the given data table. Here is a copy of the working program on my site. http://neoprogrammics.com/!abc/math-science-tools/variance-and-standard-deviation-calculator/ I have provided the source code on this site. You can download it