All Projects → divyanshu-rawat → Awesome-JS

divyanshu-rawat / Awesome-JS

Licence: MIT license
Algorithms in Javscript, including Q Learning in js.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Awesome-JS

Codeforces
Solutions to Codeforces Problems
Stars: ✭ 132 (+473.91%)
Mutual labels:  solutions
data-assistant
ArcGIS Pro Add-in that assists in emergency management, local government and state government data aggregation workflows.
Stars: ✭ 16 (-30.43%)
Mutual labels:  solutions
Hackerrank solutions
317 efficient solutions to HackerRank problems
Stars: ✭ 2,367 (+10191.3%)
Mutual labels:  solutions
LeetCode
Competitive coding submissions at Leetcode goes here
Stars: ✭ 14 (-39.13%)
Mutual labels:  solutions
gnu-linux-shell-scripting
A foundation for GNU/Linux shell scripting
Stars: ✭ 23 (+0%)
Mutual labels:  solutions
algorithms
basic algorithms and solutions
Stars: ✭ 22 (-4.35%)
Mutual labels:  solutions
CS231n
PyTorch/Tensorflow solutions for Stanford's CS231n: "CNNs for Visual Recognition"
Stars: ✭ 47 (+104.35%)
Mutual labels:  solutions
7-billion-humans-solutions
Solutions for the game 7 Billion Humans
Stars: ✭ 147 (+539.13%)
Mutual labels:  solutions
duolingo-solution-viewer
A browser extension providing access to the lists of solutions to the translation / listening challenges on Duolingo, and restoring the correction of typos for listening challenges.
Stars: ✭ 31 (+34.78%)
Mutual labels:  solutions
Professional Services
Common solutions and tools developed by Google Cloud's Professional Services team
Stars: ✭ 1,923 (+8260.87%)
Mutual labels:  solutions
mooc-java-programming-i
University of Helsinki’s free massive open online course (MOOC) completed exercises. 2020 solutions
Stars: ✭ 16 (-30.43%)
Mutual labels:  solutions
Algorithms
✨ a bunch of algorithms in a bunch of languages ✨
Stars: ✭ 55 (+139.13%)
Mutual labels:  solutions
landscape-of-programming
This repo aim to show you what to learn on the way to excellence.
Stars: ✭ 67 (+191.3%)
Mutual labels:  solutions
CodeSignal-Solutions
CodeSignal solutions
Stars: ✭ 112 (+386.96%)
Mutual labels:  solutions
Dynamics365BulkSolutionExporter
[Work In Progress] Take backup of whole D365 organization or export multiple solutions.
Stars: ✭ 30 (+30.43%)
Mutual labels:  solutions
NLP-Specialization
NLP Specialization (Natural Language Processing) made by deeplearning.ai
Stars: ✭ 44 (+91.3%)
Mutual labels:  solutions
HackerRank-LinuxShell
HackerRank-LinuxShell Solutions 💻
Stars: ✭ 26 (+13.04%)
Mutual labels:  solutions
opendatanetwork.com
The Open Data Network
Stars: ✭ 18 (-21.74%)
Mutual labels:  solutions
crowdsource-reporter
An ArcGIS Online group application template authored by organization and made available to constituents to report a problem or observation.
Stars: ✭ 25 (+8.7%)
Mutual labels:  solutions
Clrs
📚 Solutions to Introduction to Algorithms Third Edition
Stars: ✭ 3,230 (+13943.48%)
Mutual labels:  solutions

Awesome-JS

Algorithms in Javscript, including Q Learning in js.

forthebadge forthebadge forthebadge

Say Thanks!

Contributing

  1. Create your branch: git checkout -b my-new-feature

  2. Commit your changes: git commit -m 'Add some feature'

  3. Push to the branch: git push origin my-new-feature

  4. Send a Pull Request

  5. Enjoy!

Coding Conventions:

  • Variables name should be in camelCase.

  • Always put spaces around operators ( = + - * / ), and after commas.

  • Always use 1 tab space for indentation of code blocks.

  • Always end a simple statement with a semicolon.

  • Put the opening bracket at the end of the first line.

  • Use one space before the opening bracket.

  • Put the closing bracket on a new line, without leading spaces.

  • Use lower case file names without any special characters or spaces.

  • Function should do one thing. They should do it well.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].