There are no reviews yet. Be the first to send feedback to the community and the maintainers!
react-armstrong-count
This is a ReactJS Library for implementing shedulers in React applicationsreactNativeMockUP
TypeScript | React Native | Firebaseagric_io-mainRepoCodes
This is a prototype project on Agricultural System Management SystemPython-circleci-test
Build | Test Python Scripts | CI/CD with PythonpyIoT
python (Flask) | Arduino | IoT | MultivibratorGmails-to-users-with-ReactJS-and-NodeJs-and-Express
Forms field with ReactJS | ExpressJS | NodeJS for the BackendHumanoid_FUO_AI
FUO | College | AI | HumanoidTransactional-Email-with-Firebase-and-ReacJs
Send a transactional from cloud firestore using ReactJsDocker-Microservices
Docker build image | microservicesflutterwaveAPI-vue-ecommerce
Python-DJANGO-PULL-APP
This is a voting application built on the Python web Frame work DJANGOFace-Reactjs-Detection
ReactJsPET-APP-TYPESCRIPT-EXPRESSJS
PET-APP-REACT-UI
Simplifying-React-Redux
This is a repo containing the codes used in my articlerule-base-Express-NodeJS-Serve
learnVanilla-JS-Carousel-and-a-text-animation
Learning resource for the JS developers at DSC FUO Otueke chapterMflix-App-with-ReactJs-and-MongoDb
MongoDB for JavaScript Developers(Project)Movie-App--MERN-
Movie app with MongoDB | NodeJs | Express | and ReactJS for the Front EndBOOTSTRAP-LandingPage
Landing page made purely with bootstrap and Jquery. CSS media query was added to make it responsive.FaceRecognitionArmstrong
Face Recognition with ReactJsface-detection
Face Detection With Clarifai and ReactJsBlog-App-With-ReactJs-and-Cloud-firestore
Fetch New with Fetch API. Create News/Stories to firebase using pure JavascriptRecursive-Digit-Sum
We define super digit of an integer using the following rules: Given an integer, we need to find the super digit of the integer. If has only digit, then its super digit is . Otherwise, the super digit of is equal to the super digit of the sum of the digits of .automateExam-JS
leetcode
PiggyVest-Clone-With-Angular-7
This clone of PiggyVest website was built from scratch using SCSS and AngularRESTful-API-WITH-PostgreSQL-and-EXPRESSJS
This is a REST Architecture built on ExpressJS Framework for NodeJS and PostgreSQL as the databaseSelf-Driving-Cars-Scripts-Solutions
Self Driving Cars Script | Algorithms | AI | MLNode-Server-PostMan-CircleCi-CI_CD
NodeJS Server | Postman | Circle Ci | CI/CD | API TestingProgressive-Web-App--News-App-
Built from Scratch Purely on HTML, CSS and JS. Fetch API is use to fetch the News and Service workers to Cache and Intercept the Network Response(s)TypeGraphQL-TypeORM
TypeScript | GraphQL | TypeORM | SQLcircleci-docker-CICD-pipeline-NodeJS
CI/CD pipeline for Express/NodeJS Server developed with Circleci and DockerFree-React-Template
Download Free create-react-app template, to save u the hell of network failuresTypeScript-ReactJS-TravelAPP
Deep Dive with TypeScript and ReactJSAPI-Optimization-Redis
API Optimization with Redis and NodeJSNodeJS-WorkerThreads-Concurrency
Demonstration of concurrency in Nodejs using Worker Threads APIML-Models-Insights
Top 10 ML models and overview | LR DR CNN RNN SVM GB LOGR RF NB etcElginoCodingBootCamp
FrontEnd Test On HTML and CSS onlyDSC-WORSHOP-JAVASCRIPT
Welcome to DSC FUO Otueke Bayelsa State,Nigeria. // This code repo was created from scratch to explain the basics and some intermediate concepts of JAVASCRIPT on Saturday 29th Feb 2020 // DSC Lead: Blessing Krofegha // Workshop/session Mentor: NC Armstrong // Please contact the community or any of the name above for aids in understanding the code, Thank youReact-Native-Mobile-App
Made for iOS and Androidhello-world-CircleCi-Automation
Circle Ci, Build and growGame-Rank-Nordic-Collegiate-Programming-Contest-2016-Jimmy-M-rdell
The gaming company Sandstorm is developing an online two player game. You have been asked to implement the ranking system. All players have a rank determining their playing strength which gets updated after every game played. There are 25 regular ranks, and an extra rank, โLegendโ, above that. The ranks are numbered in decreasing order, 25 being the lowest rank, 1 the second highest rank, and Legend the highest rank. Each rank has a certain number of โstarsโ that one needs to gain before advancing to the next rank. If a player wins a game, she gains a star. If before the game the player was on rank 6-25, and this was the third or more consecutive win, she gains an additional bonus star for that win. When she has all the stars for her rank (see list below) and gains another star, she will instead gain one rank and have one star on the new rank. For instance, if before a winning game the player had all the stars on her current rank, she will after the game have gained one rank and have 1 or 2 stars (depending on whether she got a bonus star) on the new rank. If on the other hand she had all stars except one on a rank, and won a game that also gave her a bonus star, she would gain one rank and have 1 star on the new rank. If a player on rank 1-20 loses a game, she loses a star. If a player has zero stars on a rank and loses a star, she will lose a rank and have all stars minus one on the rank below. However, one can never drop below rank 20 (losing a game at rank 20 with no stars will have no effect). If a player reaches the Legend rank, she will stay legend no matter how many losses she incurs afterwards. The number of stars on each rank are as follows: โข Rank 25-21: 2 stars โข Rank 20-16: 3 stars โข Rank 15-11: 4 stars โข Rank 10-1: 5 stars 72 CHAPTER 4. IMPLEMENTATION PROBLEMS A player starts at rank 25 with no stars. Given the match history of a player, what is her rank at the end of the sequence of matches? Input The input consists of a single line describing the sequence of matches. Each character corresponds to one game; โWโ represents a win and โLโ a loss. The length of the line is between 1 and 10 000 characters (inclusive). Output Output a single line containing a rank after having played the given sequence of games; either an integer between 1 and 25 or โLegendโ.Love Open Source and this site? Check out how you can help us