Seanbrizz1000

Seanbrizz1000

Geek Repo

Company:marketing managing

Location:arizona phoenix

Github PK Tool:Github PK Tool

Seanbrizz1000's starred repositories

template-marketing-webapp-nextjs

Next.js marketing website starter template

Language:TypeScriptLicense:MITStargazers:78Issues:0Issues:0

PowerShell

PowerShell for every system

Language:C#License:MITStargazers:16Issues:0Issues:0

print_area_bed_mesh

Create bed mesh for print area only

Language:ShellStargazers:209Issues:0Issues:0

community

FINOS Community, Project and SIG wide collaboration space

Language:JavaScriptStargazers:62Issues:0Issues:0

ttwapi

Twitter api test project

Stargazers:2Issues:0Issues:0

docker-surfshark

Docker container with OpenVPN client preconfigured for SurfShark

Language:ShellLicense:MITStargazers:129Issues:0Issues:0

FriendFinder

Friend Finder - Node and Express Servers Overview In this activity, you'll build a compatibility-based "FriendFinder" application -- basically a dating app. This full-stack site will take in results from your users' surveys, then compare their answers with those from other users. The app will then display the name and picture of the user with the best overall match. You will use Express to handle routing. Make sure you deploy your app to Heroku so other users can fill it out. Before You Begin Check out this demo version of the site. Use this as a model for how we expect your assignment look and operate. Create a folder called FriendFinder. Inside the folder, organize your directories so it matches the following: FriendFinder - app - data - friends.js - public - home.html - survey.html - routing - apiRoutes.js - htmlRoutes.js - node_modules - package.json - server.js Instructions Your survey should have 10 questions of your choosing. Each answer should be on a scale of 1 to 5 based on how much the user agrees or disagrees with a question. Your server.js file should require the basic npm packages we've used in class: express, body-parser and path. Your htmlRoutes.js file should include two routes: A GET Route to /survey which should display the survey page. A default, catch-all route that leads to home.html which displays the home page. Your apiRoutes.js file should contain two routes: A GET route with the url /api/friends. This will be used to display a JSON of all possible friends. A POST routes /api/friends. This will be used to handle incoming survey results. This route will also be used to handle the compatibility logic. You should save your application's data inside of app/data/friends.js as an array of objects. Each of these objects should roughly follow the format below. { "name":"Ahmed", "photo":"https://media.licdn.com/mpr/mpr/shrinknp_400_400/p/6/005/064/1bd/3435aa3.jpg", "scores":[ 5, 1, 4, 4, 5, 1, 2, 5, 4, 1 ] } Determine the user's most compatible friend using the following as a guide: Convert each user's results into a simple array of numbers (ex: [5, 1, 4, 4, 5, 1, 2, 5, 4, 1]). With that done, compare the difference between current user's scores against those from other users, question by question. Add up the differences to calculate the totalDifference. Example: User 1: [5, 1, 4, 4, 5, 1, 2, 5, 4, 1] User 2: [3, 2, 6, 4, 5, 1, 2, 5, 4, 1] Total Difference: 2 + 1 + 2 = 5 Remember to use the absolute value of the differences. Put another way: no negative solutions! Your app should calculate both 5-3 and 3-5 as 2, and so on. The closest match will be the user with the least amount of difference. Once you've found the current user's most compatible friend, display the result as a modal pop-up. The modal should display both the name and picture of the closest match. Minimum Requirements Attempt to complete homework assignment as described in instructions. If unable to complete certain portions, please pseudocode these portions to describe what remains to be completed. Hosting on Heroku Now that we have a backend to our applications, we use Heroku for hosting. Please note that while Heroku is free, it will request credit card information if you have more than 5 applications at a time or are adding a database. Please see Heroku’s Account Verification Information for more details. One More Thing If you have any questions about this project or the material we have covered, please post them in the community channels in slack so that your fellow developers can help you! If you're still having trouble, you can come to office hours for assistance from your instructor and TAs. Good Luck! Copyright Coding Boot Camp (C) 2016. All Rights Reserved.

Language:HTMLStargazers:5Issues:0Issues:0

ntfy

Send push notifications to your phone or desktop using PUT/POST

Language:GoLicense:Apache-2.0Stargazers:17325Issues:0Issues:0

nn-zero-to-hero

Neural Networks: Zero to Hero

Language:Jupyter NotebookLicense:MITStargazers:11063Issues:0Issues:0
Language:HTMLStargazers:32Issues:0Issues:0

Zeal-8-bit-OS

An Operating System for Z80 computers, written in assembly

Language:AssemblyLicense:Apache-2.0Stargazers:546Issues:0Issues:0

awesome-python

An opinionated list of awesome Python frameworks, libraries, software and resources.

Language:PythonLicense:NOASSERTIONStargazers:212870Issues:0Issues:0

clean-code-javascript

:bathtub: Clean Code concepts adapted for JavaScript

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

katana

A next-generation crawling and spidering framework.

Language:GoLicense:MITStargazers:10443Issues:0Issues:0

run

润学全球官方指定GITHUB,整理润学宗旨、纲领、理论和各类润之实例;解决为什么润,润去哪里,怎么润三大问题; 并成为新**人的核心宗教,核心信念。

License:CC-BY-SA-4.0Stargazers:31125Issues:0Issues:0

cozo

A transactional, relational-graph-vector database that uses Datalog for query. The hippocampus for AI!

Language:RustLicense:MPL-2.0Stargazers:3256Issues:0Issues:0

router

🤖 Fully typesafe Router for React (and friends) w/ built-in caching, 1st class search-param APIs, client-side cache integration and isomorphic rendering.

Language:TypeScriptLicense:MITStargazers:7465Issues:0Issues:0

zc_main

A Workspace Web App powered by React and Node Js.

Language:JavaScriptStargazers:187Issues:0Issues:0

oceanbase

OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards.

Language:C++License:NOASSERTIONStargazers:7958Issues:0Issues:0

medplum

Medplum is a healthcare platform that helps you quickly develop high-quality compliant applications.

Language:TypeScriptLicense:Apache-2.0Stargazers:1281Issues:0Issues:0

portmaster

🏔 Love Freedom - ❌ Block Mass Surveillance

Language:GoLicense:GPL-3.0Stargazers:8825Issues:0Issues:0

helios

A fast, secure, and portable light client for Ethereum

Language:RustLicense:MITStargazers:1763Issues:0Issues:0

PowerShell

PowerShell for every system!

Language:C#License:MITStargazers:44102Issues:0Issues:0