There are no reviews yet. Be the first to send feedback to the community and the maintainers!
bitcoin-faucet-rotator
A database-driven bitcoin faucet rotator built with Laravel version 5.*.laravel-incremental-api
This is my repository for the Laracasts series @ https://laracasts.com/series/incremental-api-development.bitcoin-faucet-rotator-v2
A database-driven bitcoin faucet rotator built with Laravel version 7*.silverstripe-vagrant-dev-machine
A Vagrant/VirtualBox dev machine set-up for Silverstripe development.shodan
A laravel package to check URLs with Shodan API.jobs-aggregator
With this project, I aim to integrate job listings from various other job search engines, and display them on my website.laravel-vagrant-dev-machine
A Vagrant/VirtualBox dev machine set-up for Laravel development.safe-urls
A laravel package to check URLs with Google's Safe Browsing API.sales-tax-test
A test project for a dev job interview.kaspa-miner-gzip
GZipped version of Kaspa miner from https://github.com/elichai/kaspa-minerArtDatabaseLINQ
This is an app I made to practice my LINQ skills - using in-memory objects instead of an external database.stocksplosion-apsis
An example stock-trading app using the StockSplosion API.StrategyDesignGame
The primary aim of the implementation here was to learn how to use the Strategy Design pattern. The implementation is coded in C# - my lecturer (Patricia Haden) coded the interface, and I coded the "engine" to make the program/game go.StrategyDesignClock
This is another example of the Strategy Design pattern, coded in C#. The user can select which format they want to display the time (analogue or digital), and change their choice while the clock is running.Java_Projects
A collection of significant Java projects I code.StrategyDesignAnimalShelterApp
This another C# project where I was learning how to implement the Strategy Design factory. You can select a radio button (Cats, Dogs, Ducks, Rabbits), click on the "Show Pets" button, and text-based information about the animals (belonging to the selected species) will be displayed in the listbox. If there are 4 or less of the particular species, their images will be displayed on the right hand side. Through using the Strategy Design pattern, I was able to decouple a lot of code - especially from the form, and attempt to apply Single Responsibility and Open-Closed principles to the application.laravel-dmca-app
Before I take on construction of a custom Laravel app, I thought I would learn Laravel 5. I know I am competent with Laravel 4.2, but I see there are significant changes in structure compared to Laravel 5. This is from Jeffrey Way's Laravel 5 tutorial at https://laracasts.com/series/build-your-first-app-in-laravel.url-validation
This is a Laravel composer package for validating URL's.StrategyDesignEncryptionTool
This is a very small implementation of the Strategy Design pattern, coded in C#. This little program can encrypt text using ROT13 - a simple Caesar Shift algorithm that changes a letter to the one 13 places ahead of it (with wrap-around).LaraBook
This is a repository for the Laracasts series which builds an application called 'Larabook'. The series is taught by Jeffrey Way, and can be accessed at https://laracasts.com/series/build-a-laravel-app-from-scratch.BicycleObserverPatternApp
This is my first go at implementing the observer design pattern, in C#. After coding this, I quickly realised how powerful this design pattern can be - especially thinking how it might be used in large-scale enterprise apps. I learned the observer pattern in my programming class, and by looking at sites such as http://www.dofactory.com/Patterns/PatternObserver.aspx.FactoryDesignWildlifeSimulator
This is my first go at implementing the Factory Design Pattern for an application. By using this design pattern, I was able to decouple a lot of code, by delegating responsibility of animal creation to their respective factories. In this example, I implemented two factories - one for North American species, and the other for Australian species. After finishing this application, I quickly realized the code will be easier to maintain than previous applications I have coded. I used Single Responsibility principle so each object is only responsible for its own jobs, Open-Closed principle so classes/objects can be modified by extension, and the Liskov Substitution principle for the Animal classes (each child can be substituted for it's base class).Love Open Source and this site? Check out how you can help us