Skip to content
EM-Creations
  • News
  • Projects
    • QuickPawn
    • eAddressBook
    • uAdmin: SA-MP
  • Code
  • Downloads
  • External Links

Category: Tutorials

Java Lambda Expressions Example

Posted on 19, January 2018 by Eddy

I thought I’d write a quick post to give an example of how to use Java’s Lambda expressions, which were introduced in Java 8. Lamdba expressions provide an easy way (and perhaps more readable, for certain people) to work with lists and arrays. This follows ideas from functional programming languages such as Haskell. Old method: […]

Read More…

Posted in Text Tutorials, TutorialsLeave a comment

NetBeans Java Tutorial – If Statement and Variables #5

Posted on 23, August 201623, August 2016 by Eddy

In this tutorial I show how to use different types of variables in Java as well as how to use a basic if statement. Code: […]

Read More…

Posted in News, TutorialsTagged coding, help, java, lesson, programming, tutorialLeave a comment

NetBeans PHP Tutorial – Quicksort Algorithm #16

Posted on 26, February 2015 by Eddy

In this tutorial I show how to implement a Quicksort algorithm in PHP. Code: […]

Read More…

Posted in News, TutorialsTagged algorithm, lesson, netbeans, php, quicksort, tutorial7 Comments

NetBeans PHP Tutorial – Binary Search #15

Posted on 12, July 201412, July 2014 by Eddy

In this tutorial I show how to implement a binary search algorithm in PHP. Code: […]

Read More…

Posted in TutorialsLeave a comment

NetBeans Java Tutorial – Binary Search #4

Posted on 12, July 201412, July 2014 by Eddy

In this tutorial I show how to implement a binary search algorithm in Java. Code: […]

Read More…

Posted in TutorialsLeave a comment

NetBeans Java Tutorial – Linear Search #3

Posted on 13, May 2014 by Eddy

In this tutorial I show how to implement a linear search algorithm in Java.     Code: […]

Read More…

Posted in TutorialsLeave a comment

NetBeans PHP Tutorial – Linear Search #14

Posted on 13, May 201413, May 2014 by Eddy

  In this tutorial I show how to implement a linear search algorithm in PHP.   The code used for this tutorial can be seen here:   […]

Read More…

Posted in TutorialsLeave a comment

NetBeans PHP Tutorial – Short Hand Array Declaration PHP 5.4.0 #13

Posted on 11, February 201413, May 2014 by Eddy

In this tutorial, I show how you can use PHP’s new short hand array declaration method, which is available from PHP version 5.4.0. […]

Read More…

Posted in TutorialsLeave a comment

NetBeans PHP Tutorial – Search Script #11

Posted on 5, June 20135, June 2013 by Eddy

In this tutorial I show how you can make a simple search script. The example used is searching through a table of products. […]

Read More…

Posted in TutorialsLeave a comment

NetBeans PHP Tutorial – Introduction to MySQLi #10

Posted on 1, February 2013 by Eddy

In this tutorial I give a short introduction as to how to use MySQLi (MySQL Improved) and the differences between it and the (now) deprecated MySQL functions: […]

Read More…

Posted in TutorialsLeave a comment
  • 1
  • »Next page
  • 2
Follow @EM-Creations profile for EM-Creations at Stack Overflow, Q&A for professional and enthusiast programmers
Copyright © 2019 Edward McKnight (EM-Creations.co.uk)