jQuery + Php Calculator

Submitted by ifeco on
This is a simple jquery and php script to carryout some calculation operations with the addition, subtraction, division and multiplication operators. I've done this before and decided to share this because I know it will be useful for beginners in Web Development. Hope you learn from this.

Geolocation(Google Map API)

Submitted by GeePee on
This project will teach you how to use Google Map API using the jQuery. User must simply input the complete address or the land mark of what they're looking and by clicking search button, it will automatically locate the address. (Note: This will work only if you have a internet access because we used google API). Hope you learn from this simple project.

Inventory System Login and Without Login Via Crack File

Submitted by aSim Shehzad on
This application was created using VB.Net 2010. The backend is ms access 2000-2003. In this project you can learn how to: 1. . Save Record 3. Edit Record 4. Delete Record 5. Update Record 6. Search Record 7. Data cache from MS Access in Excel through addins file.and login form without password via crack file. Next time addins file modify for more data link through item code. Get Item Qty (Sum) Get

How to Calculate Temperature in Fahrenheit and Centigrade

Submitted by kingwash on
How to calculate temperature in Fahrenheit and Centigrade. This code is very simple. I made it for my brother as his school assignment. The system will ask you for a temperature. When you put in the value, it then calculate and display the result in Fahrenheit and Centigrade(Celsius). It's cool and easy to understand code. Try it

School System Without Login Via Crack File

Submitted by aSim Shehzad on
This application was created using VB.Net 2010. The backend is ms access 2000-2003. In this project you can learn how to: 1. Reset Record 2. Save Record 3. Edit Record 4. Delete Record 5. Update Record 6. Search Record 7. Next Record 8. Previous Record 9. First Record 10. Last Record and Login Form without Password Via Crack File. Hope you learn from this. Please don't forget to like my page.

BSHOP - Ultimate & Creative Book Store Template

Submitted by rogerroger on
Bshop is a complete HTML5 & CSS3 one page template ready to use, Bshop is perfect for your eCommerce bookstore project, it includes great features such as looking inside the book or viewing book details, 100% responsive and work on any modern device it is also include a working contact us form. Integrate or build upon it for free in your personal or commercial projects. Don't republish

Intersection of Random Two Lines From a Set of N Lines

Submitted by ashine1980 on
This project will teach you how to get intersection of random two lines from a set of N lines. It was created using C/C++. This is very easy to do project. Download the project to see the full source code/ Please don't forget to like my page. #include #include #include #include int i=0; int a1=0 , b1=0 ,c1=0; int detA =0 , det1 =0 , det2=0 ; int l1=0 ,l2=0; float x=0,y=0 ; int lines ;int p=0,q=0,r

Intersection of Pair of Lines in the Goven Order of N Lines

Submitted by ashine1980 on
This project will teach you how to get the intersection of pair of lines in the goven order of N lines. This is very simple project. Download project to see the full source code. Please don't forget to like my page. #include #include #include #include int i=0; int a1=0 , b1=0 ,c1=0;int K=0; int detA =0 , det1 =0 , det2=0 ;int SIZE=0; float *x,*y ; int lines=0;int p=0,q=0,r=0,s=0; float x_cor =0