Coder Social home page Coder Social logo

Lauren Wilson's Projects

100doors icon 100doors

Answer the question: What state are the doors in after the last pass? Which are open, which are closed?

100doorsc icon 100doorsc

Answer the question: What state are the doors in after the last pass? Which are open, which are closed?

agegenerator icon agegenerator

Using Javascript to calculate the amount of days a person has been alive. User inputs DOB and I use Date and Math functions to calc millisecond different and output as Days Alive.

chickenrun icon chickenrun

This program is a racing simulator game, where the user places bets - as one of the bettors - on one of four chickens in a race. Full details in readMe. A WIP, still to improve; allow user to reset game; Update each bettors wallet amount following the race, so mutliple races can be run in succession.

constructafarm icon constructafarm

A reference document for using encapsulation across classes, with constructors, this, and backing fields. Also note casing (camelCase vs PascalCase)

contactbookarrays icon contactbookarrays

Using JS to create an array on contacts, edit the array, push new items and return indexes

copycat icon copycat

CopyCat is a typing game built using C# and Windows Forms in Visual Studio.

dinnerparty icon dinnerparty

A C#-driven event estimator for Kathleen. Peforms calculations based on the clients needs of party size, menu choices and decorations. From HeadFirst C#; teaching of encapsulation (demos that the inputs only run once, NumberOfGuests should be private). 'Calculate' button would support use experience IMHO

fileaway icon fileaway

Using File. in C sharp to create files, and access information about them, and edit them.

firebasew-handlebars icon firebasew-handlebars

Using Firebase as a BEaaS to demonstrate jQuery CRUD methods. Example includes Create, Update methods which are pushed via my Firebase project: lw-one.

fizzbuzz icon fizzbuzz

Fizzbuzz is a game about division. This program will iterate through numbers 1 to 100 and do the following: If the number is evenly divisible by 3, log "fizz" to the console. If the number is evenly divisible by 5, log "buzz" to the console. If the number is evenly divisible by both 3 and 5 (for example, 0 or 15), log "fizzbuzz" to the console. If the number is not evenly divisible by either 3 or 5 (for example, 7), log the value of the number to the console.

handlebarslibraryw-omdbapi icon handlebarslibraryw-omdbapi

Using HandleBars templating library to prepare code follows 'Seperation of Concerns'. Example uses OMDB API on a simple webpage. A simple HTML template is prepared, then passed into the Handlebars object, before we pass the user input data into the template as an argument, and present back to screen

handlebarstodo icon handlebarstodo

Using the Handlebars framework with jQuery to update the html of a simple To Do list webpage via a template. demonstrates use of Seperation of Concerns.

hellopython icon hellopython

A notes document for my progress on codeacademy. Looking at Python

importantday icon importantday

Using an API to fetch data on a particular date. User inputs date of choice and factual information about that day in history is presented back. Using JS / JQuery

inheritance icon inheritance

What properties might a car, van and motorbike have in common? How might they differ. Discovering inheritance.

inheritinc icon inheritinc

Exploring inheritance of variable, attributes, methods and objects in C, with multi layered classes. Example uses Public and Private Transport objects

interfacetrap icon interfacetrap

Notes on creating, and using an interface file in a simple console application.

itsamatch icon itsamatch

It's a Match, (Concentration, Match Match, Pairs) is a card game in which a deck of cards is laid face down on a surface, and two cards are flipped over each turn. The object of the game is to turn over pairs of matching cards. Demonstrates manipulation of DOM, Event Handlers, Callback functions.

jqueryaddremovecomments icon jqueryaddremovecomments

Event delegation in building a comment form; Includes functionality for user to fill out comment form and add comment to the list. Then allows user to delete comments.

jquerycarousel icon jquerycarousel

Simple single-page webpage, using jQuery to control image carousel and record Like and Unlike buttons.

jquerynavscroll icon jquerynavscroll

A sticky nav that changes colour once user has scrolled past the header.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.