Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by rattfieldnz

A curated list of projects in awesome lists by rattfieldnz .

https://github.com/rattfieldnz/bitcoin-faucet-rotator

A database-driven bitcoin faucet rotator built with Laravel version 5.*.

bitcoin bitcoin-faucet-rotator laravel php

Last synced: 28 Oct 2024

https://github.com/rattfieldnz/laravel-incremental-api

This is my repository for the Laracasts series @ https://laracasts.com/series/incremental-api-development.

Last synced: 28 Oct 2024

https://github.com/rattfieldnz/bitcoin-faucet-rotator-v2

A database-driven bitcoin faucet rotator built with Laravel version 7*.

bitcoin bitcoin-faucet-rotator laravel laravel-framework laravel7 linux-server mysql php7 php72 php73

Last synced: 11 Oct 2024

https://github.com/rattfieldnz/shodan

A laravel package to check URLs with Shodan API.

api laravel php shodan shodan-api

Last synced: 28 Oct 2024

https://github.com/rattfieldnz/jobs-aggregator

With this project, I aim to integrate job listings from various other job search engines, and display them on my website.

Last synced: 11 Nov 2024

https://github.com/rattfieldnz/laravel-vagrant-dev-machine

A Vagrant/VirtualBox dev machine set-up for Laravel development.

Last synced: 11 Nov 2024

https://github.com/rattfieldnz/sales-tax-test

A test project for a dev job interview.

kitomba laravel laravel55 php php7

Last synced: 11 Nov 2024

https://github.com/rattfieldnz/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.

Last synced: 11 Nov 2024

https://github.com/rattfieldnz/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.

Last synced: 11 Nov 2024

https://github.com/rattfieldnz/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.

Last synced: 11 Nov 2024

https://github.com/rattfieldnz/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.

Last synced: 11 Nov 2024

https://github.com/rattfieldnz/java_projects

A collection of significant Java projects I code.

Last synced: 11 Nov 2024

https://github.com/rattfieldnz/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).

Last synced: 11 Nov 2024

https://github.com/rattfieldnz/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.

Last synced: 11 Nov 2024

https://github.com/rattfieldnz/stocksplosion-apsis

An example stock-trading app using the StockSplosion API.

Last synced: 11 Nov 2024

https://github.com/rattfieldnz/url-validation

This is a Laravel composer package for validating URL's.

Last synced: 11 Nov 2024

https://github.com/rattfieldnz/kaspa-miner-gzip

GZipped version of Kaspa miner from https://github.com/elichai/kaspa-miner

Last synced: 11 Nov 2024

https://github.com/rattfieldnz/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.

Last synced: 11 Nov 2024

https://github.com/rattfieldnz/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).

Last synced: 11 Nov 2024

https://github.com/rattfieldnz/ruby-simple-cms

After seeing that ruby developers are in hot demand, I thought I would take the time to refresh my Ruby skills. This repository is for the Lynda.com Ruby on Rails series at http://www.lynda.com/Ruby-Rails-tutorials/Ruby-Rails-4-Essential-Training/139989-2.html.

Last synced: 11 Nov 2024

https://github.com/rattfieldnz/artdatabaselinq

This is an app I made to practice my LINQ skills - using in-memory objects instead of an external database.

Last synced: 11 Nov 2024

https://github.com/rattfieldnz/in719_sys_admin

Code and documents for IN719 Systems Administration

Last synced: 11 Nov 2024

https://github.com/rattfieldnz/backbonejs-libraryapp

A RESTful app for displaying books with BackBoneJS and Node.JS.

Last synced: 11 Nov 2024

https://github.com/rattfieldnz/entityframeworkcrud_c-sharp

A Simple Entity Framework C.R.U.D exercise using Visual C#

Last synced: 11 Nov 2024

https://github.com/rattfieldnz/multimediafinalproject

IN614 Multimedia - Final Project

Last synced: 11 Nov 2024

https://github.com/rattfieldnz/oddit

Odd Information Technology Jobs web application

Last synced: 11 Nov 2024

https://github.com/rattfieldnz/laravel-films

A test project as part of a developer vacancy hiring process.

Last synced: 11 Nov 2024

https://github.com/rattfieldnz/entityframeworkcodefirstapp

This is a new repository replacing an old one (which was at https://github.com/rattfieldnz/Databases_EntityFrameworkApp_C-). The app is made for a fictitious organisation called Saturday Morning Music Classes - which conducts instrument and vocal lessons for students and community orchestra members. The app is being coded in Visual C# with Entity Framework and Code First. The old repository was deleted as it contained database-specific information that shouldn't have been there.

Last synced: 11 Nov 2024

https://github.com/rattfieldnz/wikisearch

An application for searching Wikipedia/Wiki-type articles via a simple one-page interface.

Last synced: 11 Nov 2024

https://github.com/rattfieldnz/laravel5-bookshop

Complete CRUD application with laravel 5

Last synced: 11 Nov 2024

https://github.com/rattfieldnz/laravel-angular-app

This is my repo for the tutorial taken at http://angular-tips.com/blog/2014/10/working-with-a-laravel-4-plus-angular-application/.

Last synced: 11 Nov 2024

https://github.com/rattfieldnz/first_ruby_app

My "first" ruby app, from Michael Hartl's Ruby tutorial at http://ruby.railstutorial.org/ruby-on-rails-tutorial-book#main_content

Last synced: 11 Nov 2024

https://github.com/rattfieldnz/laraveltimetracker

Building a Time Tracker with Laravel 5 and AngularJS

Last synced: 11 Nov 2024

https://github.com/rattfieldnz/backbonejs-todoapp

A basic to-do app built with BackboneJS.

Last synced: 11 Nov 2024

https://github.com/rattfieldnz/silverstripe-testimonials-widgets

A set of widgets for displaying single and multiple testimonials.

Last synced: 11 Nov 2024