Code Monkey home page Code Monkey logo

wiki's Introduction

Depecrated Wiki!

This repo serves as an archive for the wiki and a place to report issues for our current wiki located in our forum!

Our open source community's Wiki focuses on answering your questions about learning to code and getting a coding job. We also cover in detail our:

  • Curriculum
  • Other Programming Languages
  • Local Group Communities
  • Nonprofit Projects and much more

License

Creative Commons License
The Free Code Camp Wiki by Free Code Camp is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
Based on a work at http://freecodecamp.com.

wiki's People

Contributors

abhisekp avatar alayek avatar arielleslie avatar benmcmahon100 avatar benschenker avatar biancamihai avatar brianamarie avatar bugron avatar caroleannehannon avatar chrislafave avatar dakshshah96 avatar dcsan avatar erictleung avatar figitalboy avatar guyjoseph avatar iheartkode avatar jonathan-grah avatar jorgixhallo avatar kirah1314 avatar koustuvsinha avatar luishendrix92 avatar miyagui avatar quincylarson avatar rafase282 avatar raisedadead avatar saadanerdetbare avatar sabahang avatar saintpeter avatar shadowfool avatar varunu28 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wiki's Issues

Internal Wiki Refactoring

Original issue: freeCodeCamp/freeCodeCamp#6952

There are several issues with the current Wiki:

  • It is not possible to link to a specific page in the Wiki
  • On the full-page version the address bar/url does not change when changing pages.
  • Images are not properly moved over.
  • Some internal links are not converted correctly

The current framework works like this:
The page is hosted on GH Pages and pulled in to the site via iframe for both the sidebar and into a full page iframe for the full page version.

Proposed Refactor

  1. Use nginx to proxy the page so it hangs off the /wiki url
  2. Use an iframe to pull in a copy of the navbar - New endpoint on the main site
  3. Implement a sidebar in react on the Wiki side to display the chat/map/wiki when clicked
  4. Provide navbar -> react communication to toggle the sidebar displays
  5. Only display the navbar in the full page version of the site.

Wiki request - New Wiki Articles for Python are required

We added a few articles on Python in the wiki. But we have to now complete the TODOs, add more extensive articles, and break the wiki articles in smaller articles for easy referencing by @camperbot.

We need to create wiki articles on how to use Django and Flask to plan and build web application.

In particular, these are our requirements:

Bonfire Exact Change Solution Bug

The current solution does not pass a newly added test case for when there is "enough" change in the drawer but the change is too large a denomination to make exact change.

Wiki Request - New Articles on Java are required

This is an epic issue to track the development of Java Wiki articles. The target is to have smaller articles on individual topics so that they can be easily referenced by @camperbot .

These are our requirements. Feel free to add comment on articles which are needed and I will update it here. If you want to work on a specific article, please comment here and let others know. Also, refer this issue in subsequent PR's for easy tracking.

NB : File naming should adhere to the following convention : Java-{Topic-Name}.md

@Rafase282 @raisedadead please add relevant labels as per other issues. @alayek have a look.

List of seemingly inactive campsites.

Removing cities (by edit) from this list as I see response from them.

Confirmed inactivity:

These campsites will be removed from the official list when I close this issue.
If one of these is yours, please be advised.

Also, if you're willing to take over it, let's get in touch to get you started ๐Ÿšง ๐Ÿ”จ โœจ


End of file

Wiki solution Algorithm Symmetric Difference incomplete

The wiki solution for algorithm symmetric difference is incomplete and doesn't pass all tests on its own.

Adding a loop that removes duplicate entries passes the tests. Like:

function sym() {

  var args = Array.prototype.slice.call(arguments);

  var getDifference = function(arr1, arr2) {
    function filterArr(arr1, arr2) {
      var a = arr1.filter(function(i) {
        return arr2.indexOf(i) === -1;
      });
      return a;
    }

    return filterArr(arr1, arr2).concat(filterArr(arr2, arr1));
  };

  var x = args.reduce(getDifference, []);

  // remove duplicates
  var newArr = [];
  for(var i = 0; i < x.length; i++) {
    if(newArr.indexOf(x[i]) === -1) {
      newArr.push(x[i]);
    }
  }

  return newArr;

}

Another user in the Javascript Help room noticed this as well. Please fix it!

Improve Translations Guide.

The current version of the Translations Guide is bit technical for someone getting started as noted in the chat.

Points to be addressed:

  • "remove the numbers, since these are essentially separate articles - not sequential steps." as noted here.
  • "Add GIF and Step by Step Instructions where applicable" as noted here.
  • Clarify using Google Translator Kit, into a simpler workflow or explore alternate options such as Transifex, as noted here.
  • Rewrite content to make it as simple as quoted here.

found it too technical, many would give up before even trying
it is all so confusing

  • Add list of currently active Translators Chat rooms as recommended by @vtamara
  • Add NOTES on migration from nameXX to titleXX

Please add anything else that is felt necessary to make the guide easier for everyone to follow, especially keeping in mind new contributors.

New Content for the Wiki

List is a work in progress.
Based off the most popular StackOverflow answers and my own choices so far. The titles are not a hard reference so feel free to come up with a better one, but please use them to get the idea of what is wanted from the link provided.

PLEASE Leave a comment on this thread if you are working on any of the open topics, or adding your own.

Git Related

Backend Related

Frontend Related

Curriculum Specific

Others

More

Get more ideas to add to the list from this link.
https://gist.github.com/Rafase282/28bb6c44fcce7e49a5d2

Python articles should be interlinked

There are some basic articles on Python in the FCC Wiki. To make them more accessible and indexable, they should be interlinked back and forth. And the central stub for Python should link to those.

FreeCodeCamp Santa Barbara Campsite listed as in Honduras

There probably is a Santa Barbara in Honduras but... there's also a Santa Barbara, CA... I think most of the people in the current Facebook group are associating the group with the campsite in Santa Barbara, CA. I can make another facebook group one in CA or we could just update the list of campsites.

Thoughts on how to proceed?

(Trying to integrate FreeCodeCamp gatherings into a current Learn to Program meetup in Santa Barbara)

Update certification articles

We need to update all of our old certification articles and create new ones for our Back End and Data Visualization certifications.

Here are the current articles:

https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Free-Code-Camp-Front-End-Development-Certificate
https://github.com/FreeCodeCamp/FreeCodeCamp/wiki/Free-Code-Camp-Full-Stack-Development-Certificate

The new articles can follow the pattern shown in the Front End Development Certificate article.

Not that these should be named "certification" (certificate is the actual piece of paper).

All the requirements for the certifications are listed in this challenge: http://www.freecodecamp.com/challenges/learn-how-free-code-camp-works

Need Heroku deployment tutorial

I as many others had trouble trying to get out first basejump deployed properly on heroku. I know there has been talk about this but to make it official I decided to open an issue asking to this page to be created.

Massive update to City Campsites

I did a comprehensive audit of all the Campsites I am a member of, and discovered that there were many that had not yet been added to our list. This list also includes campsites created in the last 10 days.

I am seeking an intrepid camper who can tackle the task of:

  1. figuring out which country each of these campsites is in
  2. ensuring that it isn't a redundant listing - if it is, check and see which campsite has the most members - that will become the official campsite
  3. make sure these are all listed under their proper country/state, with the proper city name in the brackets (copy and paste the raw markdown below.

Thank you for your help with this Herculean task!

https://www.facebook.com/groups/1080815058603708/
https://www.facebook.com/groups/114326995294656/
https://www.facebook.com/groups/1486986504876942/
https://www.facebook.com/groups/1515050885373689/
https://www.facebook.com/groups/1594816820775537/
https://www.facebook.com/groups/1644781169103114/
https://www.facebook.com/groups/1646464308944919/
https://www.facebook.com/groups/1647602228815736/
https://www.facebook.com/groups/1683221241966841/
https://www.facebook.com/groups/190253084650546/
https://www.facebook.com/groups/348070395378839/
https://www.facebook.com/groups/435736603276121/
https://www.facebook.com/groups/509612812554265/
https://www.facebook.com/groups/542330719257663/
https://www.facebook.com/groups/745118002278303/
https://www.facebook.com/groups/768732203272622/
https://www.facebook.com/groups/845537888806274/
https://www.facebook.com/groups/963661723712718/
https://www.facebook.com/groups/980530651970881/
https://www.facebook.com/groups/fcc.guadalajara/
https://www.facebook.com/groups/fccalex/
https://www.facebook.com/groups/fre.code.camp.copemhagen/
https://www.facebook.com/groups/free.code.camp.almansoura/
https://www.facebook.com/groups/free.code.camp.alushta/
https://www.facebook.com/groups/free.code.camp.antwerp/
https://www.facebook.com/groups/free.code.camp.athens/
https://www.facebook.com/groups/free.code.camp.baghdad/
https://www.facebook.com/groups/free.code.camp.bariloche/
https://www.facebook.com/groups/free.code.camp.Bergen/
https://www.facebook.com/groups/free.code.camp.bhimdattanagar/
https://www.facebook.com/groups/free.code.camp.bhopal/
https://www.facebook.com/groups/free.code.camp.Bicol/
https://www.facebook.com/groups/free.code.camp.binghamton.ny/
https://www.facebook.com/groups/free.code.camp.biratnagar/
https://www.facebook.com/groups/free.code.camp.boise/
https://www.facebook.com/groups/free.code.camp.Bonita.Springs/
https://www.facebook.com/groups/free.code.camp.brasov/
https://www.facebook.com/groups/free.code.camp.braunschweig/
https://www.facebook.com/groups/free.code.camp.breda
https://www.facebook.com/groups/free.code.camp.breda/
https://www.facebook.com/groups/free.code.camp.brest/
https://www.facebook.com/groups/free.code.camp.bristol.uk/
https://www.facebook.com/groups/free.code.camp.cadiz/
https://www.facebook.com/groups/free.code.camp.cambridge/
https://www.facebook.com/groups/free.code.camp.chandigarh/
https://www.facebook.com/groups/free.code.camp.changsha/
https://www.facebook.com/groups/free.code.camp.charleston.wv/
https://www.facebook.com/groups/free.code.camp.Charleston/
https://www.facebook.com/groups/free.code.camp.charlottesville/
https://www.facebook.com/groups/free.code.camp.chemnitz/
https://www.facebook.com/groups/free.code.camp.cherepovets/
https://www.facebook.com/groups/free.code.camp.chs.sc/
https://www.facebook.com/groups/free.code.camp.cluj/
https://www.facebook.com/groups/free.code.camp.coimbatore/
https://www.facebook.com/groups/free.code.camp.columbia.sc/
https://www.facebook.com/groups/free.code.camp.columbus.georgia/
https://www.facebook.com/groups/free.code.camp.columbus.ohio/
https://www.facebook.com/groups/free.code.camp.cork.ireland/
https://www.facebook.com/groups/free.code.camp.cork.ireland/
https://www.facebook.com/groups/free.code.camp.corvallis/
https://www.facebook.com/groups/free.code.camp.costa.rica.san.pedro/
https://www.facebook.com/groups/free.code.camp.cracow/
https://www.facebook.com/groups/free.code.camp.crai0va/
https://www.facebook.com/groups/free.code.camp.dar.es.salaam/
https://www.facebook.com/groups/free.code.camp.dhangadhi/
https://www.facebook.com/groups/free.code.camp.dnipropetrovsk/
https://www.facebook.com/groups/free.code.camp.douala/
https://www.facebook.com/groups/free.code.camp.durban.kzn/
https://www.facebook.com/groups/free.code.camp.durnan.kwazulu.natal/
https://www.facebook.com/groups/free.code.camp.dutse.jigawa/
https://www.facebook.com/groups/free.code.camp.el.paso/
https://www.facebook.com/groups/free.code.camp.encarnacion/
https://www.facebook.com/groups/free.code.camp.exeter.uk/
https://www.facebook.com/groups/free.code.camp.fenton.mi/
https://www.facebook.com/groups/free.code.camp.folsom/
https://www.facebook.com/groups/free.code.camp.frederick.md/
https://www.facebook.com/groups/free.code.camp.Fredericton/
https://www.facebook.com/groups/free.code.camp.fresno.ca/
https://www.facebook.com/groups/free.code.camp.ftlauderdale/
https://www.facebook.com/groups/free.code.camp.gdynia/
https://www.facebook.com/groups/free.code.camp.gijon/
https://www.facebook.com/groups/free.code.camp.glasgow/
https://www.facebook.com/groups/free.code.camp.gujarat/
https://www.facebook.com/groups/free.code.camp.Gwalior/
https://www.facebook.com/groups/free.code.camp.haifa/
https://www.facebook.com/groups/free.code.camp.halle.saale/
https://www.facebook.com/groups/free.code.camp.helsinki/
https://www.facebook.com/groups/free.code.camp.hickory.nc/
https://www.facebook.com/groups/free.code.camp.honolulu.hawaii/
https://www.facebook.com/groups/free.code.camp.hove/
https://www.facebook.com/groups/free.code.camp.Israel/
https://www.facebook.com/groups/free.code.camp.izmir/
https://www.facebook.com/groups/free.code.camp.jackson.ms/
https://www.facebook.com/groups/free.code.camp.jyvaskyla/
https://www.facebook.com/groups/free.code.camp.kabul/
https://www.facebook.com/groups/free.code.camp.kansas.city/
https://www.facebook.com/groups/free.code.camp.karlovac/
https://www.facebook.com/groups/free.code.camp.kcmo/
https://www.facebook.com/groups/free.code.camp.kcmo/
https://www.facebook.com/groups/free.code.camp.kerrville/
https://www.facebook.com/groups/Free.code.camp.KK.Sabah/
https://www.facebook.com/groups/free.code.camp.kristiansand/
https://www.facebook.com/groups/free.code.camp.la.crosse/
https://www.facebook.com/groups/free.code.camp.lappeenranta/
https://www.facebook.com/groups/free.code.camp.lausanne/
https://www.facebook.com/groups/free.code.camp.lawrence/
https://www.facebook.com/groups/free.code.camp.liverpool/
https://www.facebook.com/groups/free.code.camp.Los.Gatos.CA/
https://www.facebook.com/groups/free.code.camp.louisville/
https://www.facebook.com/groups/free.code.camp.lusaka/
https://www.facebook.com/groups/free.code.camp.macomb.il/
https://www.facebook.com/groups/free.code.camp.mandeville/
https://www.facebook.com/groups/free.code.camp.maputo/
https://www.facebook.com/groups/free.code.camp.maricopa.arizona/
https://www.facebook.com/groups/free.code.camp.marine.corps.spouses/
https://www.facebook.com/groups/free.code.camp.maryville.missouri/
https://www.facebook.com/groups/free.code.camp.mashhad/
https://www.facebook.com/groups/free.code.camp.medellin.colombia/
https://www.facebook.com/groups/free.code.camp.medford.oregon/
https://www.facebook.com/groups/free.code.camp.Memphis/
https://www.facebook.com/groups/free.code.camp.Moncton/
https://www.facebook.com/groups/free.code.camp.moraga.ca/
https://www.facebook.com/groups/free.code.camp.mt.pleasant/
https://www.facebook.com/groups/free.code.camp.multan/
https://www.facebook.com/groups/free.code.camp.mumbai.pune/
https://www.facebook.com/groups/free.code.camp.murcia/
https://www.facebook.com/groups/free.code.camp.myanmar/
https://www.facebook.com/groups/free.code.camp.mykolayiv/
https://www.facebook.com/groups/free.code.camp.napoli/
https://www.facebook.com/groups/free.code.camp.natal/
https://www.facebook.com/groups/free.code.camp.norfolk/
https://www.facebook.com/groups/free.code.camp.oahu/
https://www.facebook.com/groups/free.code.camp.odense/
https://www.facebook.com/groups/free.code.camp.orlando.fl/
https://www.facebook.com/groups/free.code.camp.ostrava/
https://www.facebook.com/groups/free.code.camp.palm.beach/
https://www.facebook.com/groups/free.code.camp.panama.city/
https://www.facebook.com/groups/free.code.camp.pavia/
https://www.facebook.com/groups/free.code.camp.peoria.illinois/
https://www.facebook.com/groups/free.code.camp.Peoria/
https://www.facebook.com/groups/free.code.camp.pepperell.ma/
https://www.facebook.com/groups/free.code.camp.perlis.malaysia/
https://www.facebook.com/groups/free.code.camp.Peshawar/
https://www.facebook.com/groups/free.code.camp.phnom.penh/
https://www.facebook.com/groups/free.code.camp.pocatello.idaho/
https://www.facebook.com/groups/free.code.camp.popayan/
https://www.facebook.com/groups/free.code.camp.port.orchard/
https://www.facebook.com/groups/free.code.camp.queens.ny/
https://www.facebook.com/groups/free.code.camp.quezon.city/
https://www.facebook.com/groups/free.code.camp.rajkot/
https://www.facebook.com/groups/free.code.camp.recife/
https://www.facebook.com/groups/free.code.camp.redmond.wa/
https://www.facebook.com/groups/free.code.camp.richmond.va/
https://www.facebook.com/groups/free.code.camp.rochester.new.hampshire/
https://www.facebook.com/groups/free.code.camp.rosario/
https://www.facebook.com/groups/free.code.camp.salinas.monterey/
https://www.facebook.com/groups/free.code.camp.salinas.valley/
https://www.facebook.com/groups/free.code.camp.san.antonio/
https://www.facebook.com/groups/free.code.camp.san.jose.costa.rica/
https://www.facebook.com/groups/free.code.camp.san.jose/
https://www.facebook.com/groups/free.code.camp.sanjose.sanpedro/
https://www.facebook.com/groups/free.code.camp.santa.barbara.california/
https://www.facebook.com/groups/free.code.camp.santa.barbara/
https://www.facebook.com/groups/free.code.camp.santa.cruz.california/
https://www.facebook.com/groups/free.code.camp.sarajevo/
https://www.facebook.com/groups/free.code.camp.sevilla.spain/
https://www.facebook.com/groups/free.code.camp.shelton.ct/
https://www.facebook.com/groups/free.code.camp.sioux.city/
https://www.facebook.com/groups/free.code.camp.stavanger/
https://www.facebook.com/groups/free.code.camp.Sterling.IL/
https://www.facebook.com/groups/Free.Code.Camp.StLouis/
https://www.facebook.com/groups/free.code.camp.suceava/
https://www.facebook.com/groups/free.code.camp.suceava/
https://www.facebook.com/groups/free.code.camp.suva/
https://www.facebook.com/groups/free.code.camp.suzhou/
https://www.facebook.com/groups/Free.Code.Camp.Tampere/
https://www.facebook.com/groups/free.code.camp.tapachula/
https://www.facebook.com/groups/free.code.camp.the.hague/
https://www.facebook.com/groups/free.code.camp.Tianjin/
https://www.facebook.com/groups/free.code.camp.tomsk.russia/
https://www.facebook.com/groups/free.code.camp.tomsk/
https://www.facebook.com/groups/free.code.camp.toronto/
https://www.facebook.com/groups/free.code.camp.trinidad.and.tobago/
https://www.facebook.com/groups/free.code.camp.tunis/
https://www.facebook.com/groups/free.code.camp.turku/
https://www.facebook.com/groups/free.code.camp.turlock/
https://www.facebook.com/groups/free.code.camp.tuxtla.gutierrez/
https://www.facebook.com/groups/free.code.camp.tyler.longview.texas/
https://www.facebook.com/groups/free.code.camp.Tyumen/
https://www.facebook.com/groups/free.code.camp.ufa/
https://www.facebook.com/groups/free.code.camp.upstate.south.carolina/
https://www.facebook.com/groups/free.code.camp.Uzbekistan.Tashkent/
https://www.facebook.com/groups/free.code.camp.valparaiso/
https://www.facebook.com/groups/free.code.camp.varanasi.india/
https://www.facebook.com/groups/free.code.camp.varanasi/
https://www.facebook.com/groups/free.code.camp.vienna/
https://www.facebook.com/groups/free.code.camp.vinnitsa/
https://www.facebook.com/groups/free.code.camp.wellington/
https://www.facebook.com/groups/free.code.camp.west.palm.beach/
https://www.facebook.com/groups/free.code.camp.wilkesbarre/
https://www.facebook.com/groups/free.code.camp.worcester/
https://www.facebook.com/groups/free.code.camp.wpb/
https://www.facebook.com/groups/free.code.camp.yogyakarta/
https://www.facebook.com/groups/free.code.camp.your.city.perm/
https://www.facebook.com/groups/free.code.camp.your.daegu/
https://www.facebook.com/groups/free.code.camp.your.vijayawada/
https://www.facebook.com/groups/free.code.camp.zaporozhye/
https://www.facebook.com/groups/freecodecamp.jeddah/
https://www.facebook.com/groups/FreeCodeCampAarhus/
https://www.facebook.com/groups/freecodecampfayettevilleNC/
https://www.facebook.com/groups/spokane.free.code.camp/

Create Articles: PHP and PHP frameworks

We need to create articles on PHP and PHP Frameworks like Laravel, CakePHP etc. For now, we can follow the wiki structure of Python articles on the wiki.

This is an epic issue to track PHP articles incorporation in FCC Wiki.

  • Introduction
  • Installation
  • Basics
  • Variables
  • Strings
  • Arrays
  • Casting
  • Conditional Statements and Branching
  • Loops
  • Functions
  • Closures
  • Includes
  • Classes
  • Inheritance
  • Abstracts
  • Inheritance
  • Scopes
  • Statics
  • Exceptions
  • Namespaces
  • Web Apps with Laravel
  • Laravel Query Language and ORM
  • Laravel Routing
  • Laravel Layouts & Views
  • Database interactions

@Rafase282 @raisedadead you might want to label this and assign this. Ping me or @koustuvsinha on gitter to discuss whom to assign it to.

Wiki request - New Articles on Ruby and Rails are needed

We need to add new articles on Ruby and RoR.

Here's our roadmap, as of now

  • Home Page
  • Introduction
  • Basics
  • Conditional Statements
    • If-else-then-unless
    • case
    • Loops
  • Iterators
    • #each
  • Methods
    • Class methods
    • Instance methods
  • Classes and Modules
    • Object class
    • BasicObject class
    • Kernel module
  • Enumerables
  • Object Oriented Concepts
  • Closures
    • Blocks
    • Procs
    • Lambdas
    • Structs
      • OpenStructs
  • Errors and Exception Handling
  • Regular Expressions
    • String Matching
  • Date and Time Formatting
  • Files and IO
  • Ruby gems
  • Rake
  • Bundle
  • Web Development in Ruby/Rails
  • Installing Rails
    • OSX
    • Windows
    • Linux
  • Creating Your First Project in Rails
  • Setting up a Rails project with PosgreSQL
  • Ruby Resources
  • Rails Resources

Thanks @erikjenks for your help with creating this roadmap!

@koustuvsinha check this out.

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.