create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
| # Description: The aim of this Gist is to show a simple way of downloading Google Search Console API data through R | |
| # Created: 2020-04-28 | |
| # Author: Leszek Sieminski | |
| # | |
| # Goals: | |
| # 1. Full - no data inconsistencies allowed | |
| # 2. Stable - not ruining Google API limits | |
| # 3. Functional - based on functions that encapsulate specific tasks. | |
| # | |
| # The idea: download all the data for every single day and loop this process for all dates in a date range |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
| var mongoose = require('mongoose'); | |
| var BaseSchema = new mongoose.Schema({ | |
| name: { type: String, default: '' }, | |
| created_at: { type: Date, default: Date.now }, | |
| updated_at: { type: Date, default: Date.now } | |
| }); | |
| exports.BaseSchema = BaseSchema; |
| user nginx nginx; | |
| worker_processes 1; | |
| worker_priority -10; | |
| worker_rlimit_nofile 260000; | |
| timer_resolution 100ms; | |
| pcre_jit on; | |
| events { |
| name: rwet | |
| channels: | |
| - conda-forge | |
| dependencies: | |
| - python | |
| - numpy |