Giter Club home page Giter Club logo

Kenneth Adair's Projects

androidweatherapp icon androidweatherapp

Building an app following directions based on a meetup on 9/22/16 and following the directions here: https://github.com/Rick-TIY/WeatherAndroidApp/wiki

c-sharp-minesweeper-with-methods icon c-sharp-minesweeper-with-methods

A console application version of Minesweeper that includes cheat codes. It was created using lots and lots of methods and the C# language. I created it with Visual Studio Professional 2013.

c-sharp-programs icon c-sharp-programs

This repository is used to store C# code that I'm creating while going through the book "Visual C# 2012 How to Program" Fifth Edition by Paul Deitel and Harvey Deitel. In a class we're going to be creating a Windows Form application for a local charity but I'm not as strong with C# as I'd like to be so my goal is to quickly learn as much about C# and Windows Forms as possible.

ccodesamples icon ccodesamples

These are sample code from the famous "The C Programming Language" by Brian W. Kernighan and Dennis M. Ritchie. It's the famous K&R book.

comment-section icon comment-section

This is a PHP/MySQL app that I previously hosted on my website cslearner.com. I have removed this specific feature of my website so I'm uploading the old code now. This is a basic CRUD web app that allowed users to create comments and then see comments that others had left. I didn't have an UPDATE or DELETE feature for this specific project. In addition I removed the login information and replaced it with dummy data such as localhost, root, and no password. This means if anyone wanted to actually use the code you would need to change that. In addition I didn't include the full SQL to create the MySQL database so you may need to manually create the database using PHPmyAdmin. In addition this particular version of the web app didn't include strip_tags() which meant this version and the version I initially created was weak against XSS(Cross-Site-Scripting). If anyone wanted to actually use this you would want to use htmlspecialchars() on the user's input to sanitize against XSS or strip_tags() whenever you printed the output to prevent XSS. I enjoyed this project and learned a lot.

cpluspluspluralsight icon cpluspluspluralsight

Various C++ examples and code. Much of it right now is from a course called "Learn How to Program With C++" by Kate Gregory on Pluralsight. There will probably be my own code from time to time and code from other Pluralsight courses.

fcs_funding_tests icon fcs_funding_tests

These are coded UI tests for a group final project to help a local charity.

firstspringboot icon firstspringboot

Following a long with the "Creating Your First Spring Boot Application" by Dan Bunker on Pluralsight.

howmanywaystoget34cents icon howmanywaystoget34cents

This program calculates how many ways there are to count up to 34 cents using quarters, dimes, nickels, and pennies. There are 18 total ways. With minor modifications the program can be used to see how many ways you can count up to any integer value.

html icon html

Simple html demos, many of them taken from various courses I'm following along with.

java-blackjack icon java-blackjack

This is a console version of Blackjack created entirely in Java using netbeans.

linuxnetworking icon linuxnetworking

Linux Networking sample code and practice. Mostly taken from the Linux Systems Programming course by Chris Brown on Pluralsight.

minesweeper icon minesweeper

This is a Minesweeper game I created in a C# class. If memory serves it was WPF.

pokedex-project icon pokedex-project

Dirk, Kenneth, David, Chad, and Jason are working on a project to create a mobile app of a Pokedex using the Pokeapi.co RESTful API.

practice icon practice

This repository is where I store my simple practice problems such as coding puzzles.

python icon python

Me tinkering with python, mainly following a long with examples from courses and books.

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.