Daniel Lam's repositories

Language:CSSLicense:MITStargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0

IBM-Loopback-NodeJS

Created a simple todo-list application using IBM Loopback 4 framework which uses Node.js and based on Express that enables you to quickly create dynamic end-to-end REST APIs and connect to backend systems such as databases and SOAP or REST services.

Language:TypeScriptStargazers:0Issues:0Issues:0

gatsbyNestedLayoutComponents

Practiced using react nested layout components, style plugins with typography, creating layout components, adding navigation links, using props.children, and props.

Language:JavaScriptLicense:MITStargazers:0Issues:0Issues:0

gatsbyPractice

Practiced using React with Gatsby

Language:JavaScriptLicense:MITStargazers:0Issues:0Issues:0

gatsbyGraphQLPractice

Created a Gatsby project and used GraphQL to bring in MD files from a folder.

Language:CSSLicense:MITStargazers:0Issues:0Issues:0

gatsbyGraphQL

- Practiced using graphQL queries

Language:JavaScriptLicense:MITStargazers:0Issues:0Issues:0

gatsbyStyling

Practiced using Gatsby with React and styling

Language:JavaScriptLicense:MITStargazers:0Issues:0Issues:0

hocPractice-classConversion

Practiced using react to create higher order components and convert class components

Language:JavaScriptStargazers:0Issues:0Issues:0

reactTimer

Created a react timer for a job opportunity

Language:JavaScriptStargazers:0Issues:0Issues:0

monsters-rolodex

Practice creating a monster rolodex web page using API user data.

Language:JavaScriptStargazers:0Issues:0Issues:0

projectPlanner

As part of a job application, I am building a REST api to be used at the marketplace for contractors. The market place allows the clients to post jobs, while contractors can bid for projects.

Language:JavaScriptStargazers:0Issues:0Issues:0
Language:JavaStargazers:0Issues:0Issues:0

Lab05

Write a program to do the following: Use the same input seed data you used for Lab 4 (your BST homework) as seed input data into a hash table. Declare a hash table of size 29 elements. To hash your currency objects into the hash table, use the pseudorandom hash scheme - (m*w + n*f) % size - where size = 29, m = 2, n = 3, w = whole value, f = fractional value. For collision resolution, use quadratic probing in the same direction always. Remember to circle around to the start of the array if needed. Your main will first load the data into the hash table and print the number of data items loaded, load factor and number of collisions. Then it will ask the user in a loop to enter a Dollar to search for. If the Dollar object is found in the hash table, it will print the index where found, otherwise it will print 'Invalid Data'. Then it will ask the user if they want to check again or end the program. To submit, upload your code files and screenshot of the console only. For documentation, only name blocks and existing documentation in your Dollar class are needed.

Language:JavaStargazers:0Issues:0Issues:0
Language:JavaStargazers:0Issues:0Issues:0
Language:JavaStargazers:0Issues:0Issues:0

javaStairCase

This program calculates total cubic centimeters needed for staircase through user inputs of steps, width, rise, and run. It calcuates the total number of steps needed through the formula π‘ π‘’π‘š=𝑛(𝑛+1)2 and the cubic centimeters needed for one block. It takes the product of the two then rounds the final values to the nearest integer.

Language:JavaStargazers:0Issues:0Issues:0

javaTemperature

Basic Java Application that converts Celcius to Fahrenheit

Language:JavaStargazers:0Issues:0Issues:0
Language:JavaStargazers:0Issues:0Issues:0

bashProfile

Sharing my bash profile with tunneling functions and one liner commands to allow one to SSH sequentially

Language:ShellStargazers:0Issues:0Issues:0

github-services

Contains useful bash scripts for cloning all repos from github, checking all their defined branches out, updating them, and pushing code into them.

Language:ShellStargazers:0Issues:0Issues:0
Language:ShellStargazers:0Issues:0Issues:0

camera_app_1

Created a flutter camera app

Stargazers:0Issues:0Issues:0

validate_form

Created a material design form with validation using flutter, dart, and material library.

Language:DartStargazers:0Issues:0Issues:0

mongo

The MongoDB Database

License:NOASSERTIONStargazers:0Issues:0Issues:0

myCodeStudies

This repository is a list of all the data structures and algorithms challenges that I have been practicing for and asked on interviews.

Language:JavaScriptStargazers:1Issues:0Issues:0

nodeJSTest

Practiced using ES6 arrow functions, object methods, array methods, data manipulation, and sorting with JavaScript.

Language:JavaScriptStargazers:0Issues:0Issues:0

tycheSportsBets

Created a Sports Betting Website using Spring CM, Java, MySQL, Tomcat, JSTL

Language:JavaStargazers:0Issues:0Issues:0

introToProgrammingDemo

Created a quick front end website for students to provide them an introduction to programming

Language:HTMLStargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0