当前位置: 首页 > 软件库 > Web应用开发 > >

how-to-build-your-own-uber-for-x-app

授权协议 Readme
开发语言 JavaScript
所属分类 Web应用开发
软件类型 开源软件
地区 不详
投 递 者 宋育
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Code for my blog series:

Tech Stack

How to install:

  • Install NodeJS and MongoDB
  • Fork this project and clone it in your machine
  • cd to your project root and run npm install
  • run mongoimport --db uberForX --collection cops --drop --file ./db/cops.json to import sample cop information in MongoDB
  • run mongoimport --db uberForX --collection requests --drop --file ./db/crime-data.json to import sample crime information in MongoDB

How to run:


Did this project help you? I'd love your support ��

ko-fi

Buy Me A Coffee
  • uber-zap Featured in Mybridge’s Top Ten NodeJS articles from October 2016 and Top Ten NodeJS articles of the year (v.2017) 在2016年10月的 Mybridge的十大 NodeJS 文章和本年度的十大NodeJS文章中精选(v.2017) Update: Check-out

  • uber by Dmytro Brovkin 由Dmytro Brovkin Uber是如何制成的 (How Uber was made) Uber has transformed the world. Indeed, its inconceivable to think of a world without the convenience of the innovative ride shari

  • 为什么uber有星级 重点 (Top highlight) When Uber’s board of directors searched for a new CEO to replace Travis Kalanick during the summer of 2017, they landed on Dara Khosrowshahi, an investment banker-turned

 相关资料
  • G.11. How to use this License for your documents To use this License in a document you have written, include a copy of the License in the document and put the following copyright and license notices j

  • If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change unde

  • If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change unde

  • If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change unde

  • 问题内容: 考虑以下代码: 在我的2.6.32系统上,结果是 我同意这很可能是因为nanosleep()要求内核重新安排进程。如何避免这种情况?我想保留对CPU的所有权,并在精确的时间内闲置。 问题答案: 如果您希望应用程序能够尽可能准确地“hibernate”,请首先将应用程序置于实时状态 对您的程序/线程使用实时调度程序类:SCHED_FIFO或SCHED_RR 提升您的程序/线程优先级 如果

  • Modern object recognition models have millions of parameters and can take weeks to fully train. Transfer learning is a technique that shortcuts a lot of this work by taking a fully-trained model for a