Skip to content
View FreeFries's full-sized avatar
✈️
Available
✈️
Available
Block or Report

Block or report FreeFries

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. IdentityNumbrPlate IdentityNumbrPlate Public

    App which reads number plates of cars stored in Excel or a CSV file using Apache POI. Then uses Selenium Java in order to search for these on the UK's DVLA website. It then decides whether it has a…

    Java 2 1

  2. CheckOutTillPhase2 CheckOutTillPhase2 Public

    Build a CheckOutTill that has offers on Products. Adapted Strategy Pattern to model pricing offers. Employed TDD. Maven goals for packaging, testing. Git for VCS. build, run bash files provided. In…

    Java

  3. Interpreter Interpreter Public

    Modelling Expressions using a single Functional Interface with default methods returning lambda expressions

    Java

  4. Process-Data-In-Files-In-Parallel Process-Data-In-Files-In-Parallel Public

    Adds large number of files that have numbers in them all in parallel and them computes their total. JDK 5 Concurrency Executor Used.Immutability Pattern used. Atomic Integer used for Shared access.…

    Java

  5. Producer-Consumer Producer-Consumer Public

    Producer/Consumer, Events Consumed by various threads and then collated in order of occurrence. Event uses UUID. Events are INITIAL, CREATING, CREATED, CLOSING & CLOSED. Makes use of ENUM. Makes us…

    Java

  6. UseCase-HashMap-For-Switching-Vowels-in-one-pass UseCase-HashMap-For-Switching-Vowels-in-one-pass Public

    The code in the package encodedXander can read an INPUT file an then use a RULE HASHMAP where you can say convert vowels aeiou TO AEIOU or reverse them or even convert a comma to a pipe character. …

    Java