Giter Club home page Giter Club logo

0to100.oreilly's Introduction

0to100.oreilly

0to100 for https://learning.oreilly.com/

more info on the git repo here

toc ๐Ÿš€

all book metadata here

drop box sync

idea is to have this sync on dropbox and under git but we want to avoid to push to git the copyrighted materials ( pdf and epub )

setup

  • create an empty folder with the name of trhe repo

  • ignore it ex

Set-Content -Path '0to100.oreilly' -Stream com.dropbox.ignored -Value 1
  • do git clone of the repo

if not exclude git start to have issues as git clone drive dropbox a bit crazy :P

  • exclude from dropbox sync the .git folder

ex

Set-Content -Path '.venv' -Stream com.dropbox.ignored -Value 1
Set-Content -Path '.git' -Stream com.dropbox.ignored -Value 1
  • for each 978x folder rememebr to haev the proper gitignore setup and add sync to dropbox from the UX if necessary

sharing

use

[System.Environment]::SetEnvironmentVariable('MAP_YAML_PATH','$HOME\map.yaml')

alt text

or

if you are like to use mac/linux

export MAP_YAML_PATH='~/map.yaml'

alt text

0to100.oreilly's People

Contributors

obar1 avatar

Stargazers

 avatar

Watchers

Lucian avatar  avatar

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.