Secondary menu

Skip to primary content
Skip to secondary content
  • Home
  • Contact Us
  • About Us

MyCoding.net

Programming Made Easy!

Main menu

Skip to primary content
Skip to secondary content
  • Site News
  • Java
  • C/C++
  • C#
  • PHP
  • Android
  • How to
  • Miscellaneous

Post navigation

← Older posts
Newer posts →
yydyswedtc

PHP – Display random images from a directory.

Posted on January 26, 2012 by Vlad

This is a small script made by me to display random images from a directory. The directory is supposed to be provided by the user. Before we take a look at the programs, I want to list the functions that …

[Continue reading]

Posted in PHP | Tagged PHP, random image | Leave a reply
rnpvewbspt

PHP – Body mass index (BMI) calculator

Posted on January 22, 2012 by Vlad

This is a simple PHP script that calculates body mass index of a person and determines if the person is obese or not. Before going to the code, some information about what BMI is. From Wikipedia. The script contains two …

[Continue reading]

Posted in PHP | Leave a reply

Solution to Project Euler Problem 16

Posted on January 21, 2012 by Vlad

This program is the solution to Project Euler’s Problem 16. It can be found here. The problem says: The program uses the BigInteger class to deal with large numbers. The answer comes out to be 1366 which is judged correct …

[Continue reading]

Posted in Java | Tagged BigInteger, Project Euler | Leave a reply

Program to calculate the sum of all the primes below two million. (Project Euler- Problem 10)

Posted on January 15, 2012 by Vlad

This program is the solution to Project Euler – Problem 10 which can be found here. The Problem: The sum of the primes below 10 is 2 + 3 + 5 + 7 = 17. Find the sum of all …

[Continue reading]

Posted in Java | Tagged Project Euler | Leave a reply

Program to find 10001st prime number (Project Euler- Problem 7)

Posted on January 15, 2012 by Vlad

This java program is the solution to Project Euler’s problem-7. It can be found here The problem: By listing the first six prime numbers: 2, 3, 5, 7, 11, and 13, we can see that the 6th prime is 13. …

[Continue reading]

Posted in Java | Leave a reply

Uploading files to server using PHP

Posted on December 30, 2011 by Vlad

This is a program to demonstrate how php can be used to let users upload files to a server. Firstly, we will be constructing a HTML form which allows the user to choose the file he wishes to upload. So …

[Continue reading]

Posted in PHP | Leave a reply

PHP spell checking script

Posted on December 27, 2011 by Vlad

This is a spelling checking script written in PHP/MySQL. It asks the user to input an English word and checks if the spelling is correct. If the spelling is not correct, it offers different suggestions of similar words. The script …

[Continue reading]

Posted in PHP | 4 Replies

C# Program to display the pascal’s triangle

Posted on December 24, 2011 by Vlad

This is a C# program to print the pascal’s triangle. This program uses the for loops to print the Pascal’s triangle. Before we move on to the program, let us learn what a Pascal’s triangle really is. Pascal’s triangle from …

[Continue reading]

Posted in C# | Leave a reply

Connecting PHP to MySQL

Posted on December 23, 2011 by Vlad

This tutorial will demonstrate how to connect your PHP script to a MySQL database. PHP provides a set of functions which makes your task of connecting to a database easier than you’d imagine. Initially, we will need the following set …

[Continue reading]

Posted in PHP | Leave a reply

Program to determine if a number is an Armstrong (Narcissistic) number.

Posted on December 23, 2011 by Vlad

An Armstrong number is a number whose sum of the cube of its digits is equal to the number itself. For example: 153 is an Armstrong/Narcissistic number. 153 = 13 + 53 + 33 Similarly, 370 = 33 + 73 …

[Continue reading]

Posted in Java | Leave a reply
Page 4 of 11‹ Previous1234567Next ›Last »

Search


Sponsors



Recent Comments

  • umerali on How To Run a Java Applet using Command Prompt
  • Vlad on Creating simple tables in Java
  • Aitazaz on Creating simple tables in Java
  • Tsakani on Creating simple tables in Java
  • Ernie on Creating simple tables in Java

Recent Posts

  • Netbeans Tutorial – Cookies
  • Code jam “Tic-Tac-Toe-Tomek” solution in java
  • Code jam “Minimum Scalar product” solution in java
  • Code jam Store Credit solution in java
  • Program to find a square of a number without using multiplication or exponential

Join us on Facebook


Popular Posts

  • C++ program to convert decimal number into binary number 42,018 view(s) | by Vlad
  • C++ Program to find the factorial of a number. 34,280 view(s) | by Lalit Mali
  • Login form in Java using JDBC connectivity 28,063 view(s) | by Vlad
  • How to Compile a Java program in Eclipse 21,353 view(s) | by Vlad
  • How To Run a Java Applet using Command Prompt 15,700 view(s) | by Lalit Mali
  • C++ program to find out sum of digits of a number. 14,067 view(s) | by Vlad
  • C++ Program to check if a number is a Prime Number. 11,029 view(s) | by Lalit Mali
  • Caesar Cipher program 10,070 view(s) | by Vlad
  • Applet to make a smiley face 9,769 view(s) | by Vlad
  • Creating simple tables in Java 9,572 view(s) | by Vlad

Recent Comments

  • umerali on How To Run a Java Applet using Command Prompt
  • Vlad on Creating simple tables in Java
  • Aitazaz on Creating simple tables in Java
  • Tsakani on Creating simple tables in Java
  • Ernie on Creating simple tables in Java
© MyCoding.net
Admired Theme