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

JSON Formatter Application written in Visual C# Free Source Code

Submitted by nostradamus1566 on
Computers don’t require JSON code to be formatted in order to read it, but humans do. JSON Formatter is a little C# program to format JSON text. You can either paste unformatted JSON text into the textbox, or load in a JSON file on your computer and then select the ‘Format JSON’ option from the file menu. To save the formatted version just copy and paste it into other documents. JSON Formatter was

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:/

Creating an Arbitrary-precision Nth Root of X Function in PHP

Submitted by Jay-Tanner on
This math utility function computes the real Nth root of X to any specified number of decimals. Above is the iteration equation evaluated by the function. It comes in handy for advanced scientific programming. The archive contains a demo program. The demo code below, should return: 5 root of 100 to 50 decimals =2.51188643150958011108503206779932739415851810078248 Here is a listing of the demo

PHP CRUD with Live Input Data Duplicate Validation Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle about creating a Simple Web Application with CRUD Operation and preventing duplication input value. We will be using PHP Language as the back-end and MySQL Database. The Duplication Validation that we'll be creating, is a real-time or live function using jQuery, and by using Ajax Request, data validation will be automatically triggers without leaving the page or submitting the form yet.

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