├── .gitignore ├── 10-things-you-didnt-know-about-java ├── README.md ├── for-you-my-dear-coworkers.jpg └── java-mystery.jpg ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── a-java-fork-join-framework ├── README.md ├── figure2-0.png ├── figure2-1.png ├── figure4-1.png ├── figure4-2.png ├── figure4-3.png ├── figure4-4.png ├── figure4-5.png ├── figure4-6.png ├── figure4-7.png ├── fj.pdf └── fork-join-wars.jpg ├── a-practical-introduction-to-functional-programming ├── README.md ├── compass-small.jpg ├── compass.jpg ├── lambda.png ├── lazy-small.jpg └── lazy.jpg ├── a-week-with-elixir ├── README.md ├── elixir-logo.png └── translation-postscript.md ├── api-design-principles-from-qt ├── README.md ├── api-design.jpg └── design.png ├── bash-3-man ├── README.md ├── buildin-command.md ├── images │ ├── bash-chess.png │ ├── bash-kiddo.png │ ├── bash-love-heart.png │ └── bash.png ├── overview.md └── redirection.md ├── codehaus-manifesto ├── README.md ├── manifesto.png └── streetlight_manifesto.png ├── generic-io-api-in-java-and-api-design ├── README.md └── input-output.jpg ├── git-workflows-and-tutorials ├── README.md ├── images │ ├── example-6.png │ ├── git-workflow-feature-branch-1.png │ ├── git-workflow-feature-branch-2.png │ ├── git-workflow-feature-branch-3.png │ ├── git-workflow-feature-branch-4.png │ ├── git-workflow-feature-branch-5.png │ ├── git-workflow-feature-branch-6.png │ ├── git-workflow-feature-branch-7.png │ ├── git-workflow-feature_branch.png │ ├── git-workflow-forking.png │ ├── git-workflow-gitflow-enduserbug.png │ ├── git-workflow-release-cycle-1historical.png │ ├── git-workflow-release-cycle-2feature.png │ ├── git-workflow-release-cycle-3release.png │ ├── git-workflow-release-cycle-4maintenance.png │ ├── git-workflow-release-cycle-5createdev.png │ ├── git-workflow-release-cycle-6maryjohnbeginnew.png │ ├── git-workflow-release-cycle-7maryfinishes.png │ ├── git-workflow-release-cycle-8maryprepsrelease.png │ ├── git-workflow-release-cycle-9maryfinishes.png │ ├── git-workflow-svn-1.png │ ├── git-workflow-svn-2.png │ ├── git-workflow-svn-3.png │ ├── git-workflow-svn-4.png │ ├── git-workflow-svn-5.png │ ├── git-workflow-svn-6.png │ ├── git-workflow-svn-7.png │ ├── git-workflow-svn-8.png │ ├── git-workflow-svn-9.png │ ├── git-workflow-svn-clone.png │ ├── git-workflow-svn-initialize.png │ ├── git-workflow-svn-managingconflicts.png │ ├── git-workflow-svn-push-local.png │ ├── git-workflow-svn.png │ ├── git-workflows-forking-1.png │ ├── git-workflows-forking-2.png │ ├── git-workflows-forking-3.png │ ├── git-workflows-forking-4.png │ ├── git-workflows-forking-5.png │ ├── git-workflows-forking-6.png │ ├── git-workflows-forking-7.png │ ├── git-workflows-forking.png │ ├── git-workflows-gitflow.png │ ├── git_workflow.png │ ├── gitflow-workflow-pull-request.png │ ├── pull-request-1.png │ ├── pull-request-2.png │ ├── pull-request-3.png │ ├── pull-request-4.png │ ├── pull-request-5.png │ ├── pull-request-7.png │ ├── pull-request-8.png │ ├── pull-request-9.png │ ├── pull-request-anatomy.png │ ├── pull-request-bitbucket.png │ ├── pull-request-feature-branch.png │ ├── pull-request-forking-workflow-1.png │ ├── pull-request-forking-workflow-2.png │ ├── pull-request-overview.png │ └── pull-request.png ├── pull-request.md ├── workflow-centralized.md ├── workflow-feature-branch.md ├── workflow-forking.md └── workflow-gitflow.md ├── gui-and-cli-principles ├── README.md ├── cli_gui_bumper_sticker.jpg └── cli_ne_gui.jpg ├── how-to-ask-questions-the-smart-way ├── README.md ├── core.md ├── others.md ├── questions.jpg └── the-end.md ├── how-to-work-with-network-from-linux-terminal ├── README.md └── images │ ├── curl.png │ ├── dhclient.png │ ├── host.png │ ├── ifconfig.png │ ├── ifdown-ifup.png │ ├── ifplugstatus.png │ ├── mtr.png │ ├── netstat-p.png │ ├── netstat-s.png │ ├── netstat.png │ ├── network-commands-header.png │ ├── ping.png │ ├── tracepath.png │ └── whois.png ├── images ├── LICENSE.png └── icon.png ├── kotlin-coroutines-bottom-up ├── README.md └── images │ ├── 2-1578570190101-original.jpg │ ├── 2-1578570190101.jpg │ ├── 3-1578570191290.jpg │ ├── 4-1578570189602-original.jpg │ ├── 4-1578570189602.jpg │ ├── 6-1578570190679-original.jpg │ ├── 6-1578570190679.jpg │ ├── Eamonn-Boyle.jpg │ ├── Garth-Gilmour.jpg │ ├── kotlin-coroutines-original.png │ └── kotlin-coroutines.png ├── log-what-every-software-engineer-should-know-about-real-time-datas-unifying ├── README.md ├── images │ ├── 19202238_eoij.jpg │ ├── 19202244_GPDx.jpg │ ├── active_and_passive_arch.png │ ├── cabling.jpg │ ├── dag.png │ ├── datapipeline_complex.png │ ├── datapipeline_simple.png │ ├── full-stack.png │ ├── linkedin.png │ ├── log.png │ ├── log_compaction_0.png │ ├── log_song.png │ ├── log_subscription.png │ ├── oldratlee-alipay-qr.png │ ├── oracle.jpg │ ├── partitioned_log.png │ ├── paxos_postcard.jpg │ ├── pipeline_ownership.png │ ├── sisyphus.jpg │ ├── system.png │ └── yin-yang.jpg ├── part1-what-is-a-log.md ├── part2-data-integration.md ├── part3-logs-and-real-time-stream-processing.md ├── part4-system-building.md ├── the-end.md └── translation-postscript.md ├── overlapping-experiment-infrastructure-more-better-faster-experimentation ├── README.md ├── exp-logo.png ├── expt.gif ├── expt0.png ├── figure-01-original.jpg ├── figure-01.png ├── figure-02.png ├── figure-03.png ├── figure-04.jpg ├── figure-05-1.jpg ├── figure-05-2.jpg ├── figure-05-3.jpg ├── graphs.pptx └── overlapping-experiment-infrastructure-more-better-faster-experimentation-36500.pdf ├── paxos-made-simple └── README.rst ├── paxoslease ├── PaxosLease-distributed-state-machine.png ├── README.rst ├── paxoslease.pptx └── time-flow.png ├── pragmatic-functional-programming ├── README.md ├── clojure-logo.png ├── fx.png ├── hashkell-logo.png ├── lamda-logo.png └── lamda.jpeg ├── python-philosophy ├── Python-Programming-Language.png ├── README.md └── py-icon.png ├── reactive-manifesto ├── README.md └── glossary.md ├── recommend-lisp-books ├── README.md ├── how-do-you-become-a-lisp-programmer.md ├── lisp.png ├── recommend-lisp-books.md └── suggestions4further-reading-in-successful-lisp.md ├── rsocket ├── README.md ├── protocol.md ├── r-socket-pink.png └── r-socket-pink.svg ├── stubs-vs-mocks └── README.md ├── whats-new-git-2-1 ├── README.md ├── git.png └── git210leftvsgit200right-600x293.png └── why-android-phones-slow-down-over-time-and-how-to-speed-them-up ├── README.md └── images ├── android-lagfix-fstrim.png ├── android-manage-device-storage.png ├── android-view-background-processes.png ├── android-view-installed-apps-by-size.png └── old-android-phone.jpg /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/.gitignore -------------------------------------------------------------------------------- /10-things-you-didnt-know-about-java/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/10-things-you-didnt-know-about-java/README.md -------------------------------------------------------------------------------- /10-things-you-didnt-know-about-java/for-you-my-dear-coworkers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/10-things-you-didnt-know-about-java/for-you-my-dear-coworkers.jpg -------------------------------------------------------------------------------- /10-things-you-didnt-know-about-java/java-mystery.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/10-things-you-didnt-know-about-java/java-mystery.jpg -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/README.md -------------------------------------------------------------------------------- /a-java-fork-join-framework/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/a-java-fork-join-framework/README.md -------------------------------------------------------------------------------- /a-java-fork-join-framework/figure2-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/a-java-fork-join-framework/figure2-0.png -------------------------------------------------------------------------------- /a-java-fork-join-framework/figure2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/a-java-fork-join-framework/figure2-1.png -------------------------------------------------------------------------------- /a-java-fork-join-framework/figure4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/a-java-fork-join-framework/figure4-1.png -------------------------------------------------------------------------------- /a-java-fork-join-framework/figure4-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/a-java-fork-join-framework/figure4-2.png -------------------------------------------------------------------------------- /a-java-fork-join-framework/figure4-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/a-java-fork-join-framework/figure4-3.png -------------------------------------------------------------------------------- /a-java-fork-join-framework/figure4-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/a-java-fork-join-framework/figure4-4.png -------------------------------------------------------------------------------- /a-java-fork-join-framework/figure4-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/a-java-fork-join-framework/figure4-5.png -------------------------------------------------------------------------------- /a-java-fork-join-framework/figure4-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/a-java-fork-join-framework/figure4-6.png -------------------------------------------------------------------------------- /a-java-fork-join-framework/figure4-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/a-java-fork-join-framework/figure4-7.png -------------------------------------------------------------------------------- /a-java-fork-join-framework/fj.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/a-java-fork-join-framework/fj.pdf -------------------------------------------------------------------------------- /a-java-fork-join-framework/fork-join-wars.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/a-java-fork-join-framework/fork-join-wars.jpg -------------------------------------------------------------------------------- /a-practical-introduction-to-functional-programming/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/a-practical-introduction-to-functional-programming/README.md -------------------------------------------------------------------------------- /a-practical-introduction-to-functional-programming/compass-small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/a-practical-introduction-to-functional-programming/compass-small.jpg -------------------------------------------------------------------------------- /a-practical-introduction-to-functional-programming/compass.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/a-practical-introduction-to-functional-programming/compass.jpg -------------------------------------------------------------------------------- /a-practical-introduction-to-functional-programming/lambda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/a-practical-introduction-to-functional-programming/lambda.png -------------------------------------------------------------------------------- /a-practical-introduction-to-functional-programming/lazy-small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/a-practical-introduction-to-functional-programming/lazy-small.jpg -------------------------------------------------------------------------------- /a-practical-introduction-to-functional-programming/lazy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/a-practical-introduction-to-functional-programming/lazy.jpg -------------------------------------------------------------------------------- /a-week-with-elixir/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/a-week-with-elixir/README.md -------------------------------------------------------------------------------- /a-week-with-elixir/elixir-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/a-week-with-elixir/elixir-logo.png -------------------------------------------------------------------------------- /a-week-with-elixir/translation-postscript.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/a-week-with-elixir/translation-postscript.md -------------------------------------------------------------------------------- /api-design-principles-from-qt/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/api-design-principles-from-qt/README.md -------------------------------------------------------------------------------- /api-design-principles-from-qt/api-design.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/api-design-principles-from-qt/api-design.jpg -------------------------------------------------------------------------------- /api-design-principles-from-qt/design.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/api-design-principles-from-qt/design.png -------------------------------------------------------------------------------- /bash-3-man/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/bash-3-man/README.md -------------------------------------------------------------------------------- /bash-3-man/buildin-command.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bash-3-man/images/bash-chess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/bash-3-man/images/bash-chess.png -------------------------------------------------------------------------------- /bash-3-man/images/bash-kiddo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/bash-3-man/images/bash-kiddo.png -------------------------------------------------------------------------------- /bash-3-man/images/bash-love-heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/bash-3-man/images/bash-love-heart.png -------------------------------------------------------------------------------- /bash-3-man/images/bash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/bash-3-man/images/bash.png -------------------------------------------------------------------------------- /bash-3-man/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/bash-3-man/overview.md -------------------------------------------------------------------------------- /bash-3-man/redirection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/bash-3-man/redirection.md -------------------------------------------------------------------------------- /codehaus-manifesto/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/codehaus-manifesto/README.md -------------------------------------------------------------------------------- /codehaus-manifesto/manifesto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/codehaus-manifesto/manifesto.png -------------------------------------------------------------------------------- /codehaus-manifesto/streetlight_manifesto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/codehaus-manifesto/streetlight_manifesto.png -------------------------------------------------------------------------------- /generic-io-api-in-java-and-api-design/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/generic-io-api-in-java-and-api-design/README.md -------------------------------------------------------------------------------- /generic-io-api-in-java-and-api-design/input-output.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/generic-io-api-in-java-and-api-design/input-output.jpg -------------------------------------------------------------------------------- /git-workflows-and-tutorials/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/README.md -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/example-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/example-6.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflow-feature-branch-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflow-feature-branch-1.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflow-feature-branch-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflow-feature-branch-2.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflow-feature-branch-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflow-feature-branch-3.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflow-feature-branch-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflow-feature-branch-4.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflow-feature-branch-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflow-feature-branch-5.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflow-feature-branch-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflow-feature-branch-6.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflow-feature-branch-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflow-feature-branch-7.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflow-feature_branch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflow-feature_branch.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflow-forking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflow-forking.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflow-gitflow-enduserbug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflow-gitflow-enduserbug.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflow-release-cycle-1historical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflow-release-cycle-1historical.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflow-release-cycle-2feature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflow-release-cycle-2feature.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflow-release-cycle-3release.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflow-release-cycle-3release.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflow-release-cycle-4maintenance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflow-release-cycle-4maintenance.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflow-release-cycle-5createdev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflow-release-cycle-5createdev.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflow-release-cycle-6maryjohnbeginnew.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflow-release-cycle-6maryjohnbeginnew.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflow-release-cycle-7maryfinishes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflow-release-cycle-7maryfinishes.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflow-release-cycle-8maryprepsrelease.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflow-release-cycle-8maryprepsrelease.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflow-release-cycle-9maryfinishes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflow-release-cycle-9maryfinishes.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflow-svn-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflow-svn-1.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflow-svn-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflow-svn-2.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflow-svn-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflow-svn-3.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflow-svn-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflow-svn-4.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflow-svn-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflow-svn-5.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflow-svn-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflow-svn-6.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflow-svn-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflow-svn-7.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflow-svn-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflow-svn-8.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflow-svn-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflow-svn-9.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflow-svn-clone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflow-svn-clone.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflow-svn-initialize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflow-svn-initialize.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflow-svn-managingconflicts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflow-svn-managingconflicts.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflow-svn-push-local.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflow-svn-push-local.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflow-svn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflow-svn.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflows-forking-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflows-forking-1.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflows-forking-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflows-forking-2.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflows-forking-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflows-forking-3.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflows-forking-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflows-forking-4.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflows-forking-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflows-forking-5.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflows-forking-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflows-forking-6.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflows-forking-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflows-forking-7.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflows-forking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflows-forking.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git-workflows-gitflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git-workflows-gitflow.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/git_workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/git_workflow.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/gitflow-workflow-pull-request.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/gitflow-workflow-pull-request.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/pull-request-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/pull-request-1.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/pull-request-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/pull-request-2.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/pull-request-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/pull-request-3.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/pull-request-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/pull-request-4.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/pull-request-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/pull-request-5.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/pull-request-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/pull-request-7.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/pull-request-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/pull-request-8.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/pull-request-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/pull-request-9.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/pull-request-anatomy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/pull-request-anatomy.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/pull-request-bitbucket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/pull-request-bitbucket.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/pull-request-feature-branch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/pull-request-feature-branch.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/pull-request-forking-workflow-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/pull-request-forking-workflow-1.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/pull-request-forking-workflow-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/pull-request-forking-workflow-2.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/pull-request-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/pull-request-overview.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/images/pull-request.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/images/pull-request.png -------------------------------------------------------------------------------- /git-workflows-and-tutorials/pull-request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/pull-request.md -------------------------------------------------------------------------------- /git-workflows-and-tutorials/workflow-centralized.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/workflow-centralized.md -------------------------------------------------------------------------------- /git-workflows-and-tutorials/workflow-feature-branch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/workflow-feature-branch.md -------------------------------------------------------------------------------- /git-workflows-and-tutorials/workflow-forking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/workflow-forking.md -------------------------------------------------------------------------------- /git-workflows-and-tutorials/workflow-gitflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/git-workflows-and-tutorials/workflow-gitflow.md -------------------------------------------------------------------------------- /gui-and-cli-principles/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/gui-and-cli-principles/README.md -------------------------------------------------------------------------------- /gui-and-cli-principles/cli_gui_bumper_sticker.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/gui-and-cli-principles/cli_gui_bumper_sticker.jpg -------------------------------------------------------------------------------- /gui-and-cli-principles/cli_ne_gui.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/gui-and-cli-principles/cli_ne_gui.jpg -------------------------------------------------------------------------------- /how-to-ask-questions-the-smart-way/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/how-to-ask-questions-the-smart-way/README.md -------------------------------------------------------------------------------- /how-to-ask-questions-the-smart-way/core.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/how-to-ask-questions-the-smart-way/core.md -------------------------------------------------------------------------------- /how-to-ask-questions-the-smart-way/others.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/how-to-ask-questions-the-smart-way/others.md -------------------------------------------------------------------------------- /how-to-ask-questions-the-smart-way/questions.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/how-to-ask-questions-the-smart-way/questions.jpg -------------------------------------------------------------------------------- /how-to-ask-questions-the-smart-way/the-end.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/how-to-ask-questions-the-smart-way/the-end.md -------------------------------------------------------------------------------- /how-to-work-with-network-from-linux-terminal/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/how-to-work-with-network-from-linux-terminal/README.md -------------------------------------------------------------------------------- /how-to-work-with-network-from-linux-terminal/images/curl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/how-to-work-with-network-from-linux-terminal/images/curl.png -------------------------------------------------------------------------------- /how-to-work-with-network-from-linux-terminal/images/dhclient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/how-to-work-with-network-from-linux-terminal/images/dhclient.png -------------------------------------------------------------------------------- /how-to-work-with-network-from-linux-terminal/images/host.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/how-to-work-with-network-from-linux-terminal/images/host.png -------------------------------------------------------------------------------- /how-to-work-with-network-from-linux-terminal/images/ifconfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/how-to-work-with-network-from-linux-terminal/images/ifconfig.png -------------------------------------------------------------------------------- /how-to-work-with-network-from-linux-terminal/images/ifdown-ifup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/how-to-work-with-network-from-linux-terminal/images/ifdown-ifup.png -------------------------------------------------------------------------------- /how-to-work-with-network-from-linux-terminal/images/ifplugstatus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/how-to-work-with-network-from-linux-terminal/images/ifplugstatus.png -------------------------------------------------------------------------------- /how-to-work-with-network-from-linux-terminal/images/mtr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/how-to-work-with-network-from-linux-terminal/images/mtr.png -------------------------------------------------------------------------------- /how-to-work-with-network-from-linux-terminal/images/netstat-p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/how-to-work-with-network-from-linux-terminal/images/netstat-p.png -------------------------------------------------------------------------------- /how-to-work-with-network-from-linux-terminal/images/netstat-s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/how-to-work-with-network-from-linux-terminal/images/netstat-s.png -------------------------------------------------------------------------------- /how-to-work-with-network-from-linux-terminal/images/netstat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/how-to-work-with-network-from-linux-terminal/images/netstat.png -------------------------------------------------------------------------------- /how-to-work-with-network-from-linux-terminal/images/network-commands-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/how-to-work-with-network-from-linux-terminal/images/network-commands-header.png -------------------------------------------------------------------------------- /how-to-work-with-network-from-linux-terminal/images/ping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/how-to-work-with-network-from-linux-terminal/images/ping.png -------------------------------------------------------------------------------- /how-to-work-with-network-from-linux-terminal/images/tracepath.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/how-to-work-with-network-from-linux-terminal/images/tracepath.png -------------------------------------------------------------------------------- /how-to-work-with-network-from-linux-terminal/images/whois.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/how-to-work-with-network-from-linux-terminal/images/whois.png -------------------------------------------------------------------------------- /images/LICENSE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/images/LICENSE.png -------------------------------------------------------------------------------- /images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/images/icon.png -------------------------------------------------------------------------------- /kotlin-coroutines-bottom-up/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/kotlin-coroutines-bottom-up/README.md -------------------------------------------------------------------------------- /kotlin-coroutines-bottom-up/images/2-1578570190101-original.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/kotlin-coroutines-bottom-up/images/2-1578570190101-original.jpg -------------------------------------------------------------------------------- /kotlin-coroutines-bottom-up/images/2-1578570190101.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/kotlin-coroutines-bottom-up/images/2-1578570190101.jpg -------------------------------------------------------------------------------- /kotlin-coroutines-bottom-up/images/3-1578570191290.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/kotlin-coroutines-bottom-up/images/3-1578570191290.jpg -------------------------------------------------------------------------------- /kotlin-coroutines-bottom-up/images/4-1578570189602-original.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/kotlin-coroutines-bottom-up/images/4-1578570189602-original.jpg -------------------------------------------------------------------------------- /kotlin-coroutines-bottom-up/images/4-1578570189602.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/kotlin-coroutines-bottom-up/images/4-1578570189602.jpg -------------------------------------------------------------------------------- /kotlin-coroutines-bottom-up/images/6-1578570190679-original.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/kotlin-coroutines-bottom-up/images/6-1578570190679-original.jpg -------------------------------------------------------------------------------- /kotlin-coroutines-bottom-up/images/6-1578570190679.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/kotlin-coroutines-bottom-up/images/6-1578570190679.jpg -------------------------------------------------------------------------------- /kotlin-coroutines-bottom-up/images/Eamonn-Boyle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/kotlin-coroutines-bottom-up/images/Eamonn-Boyle.jpg -------------------------------------------------------------------------------- /kotlin-coroutines-bottom-up/images/Garth-Gilmour.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/kotlin-coroutines-bottom-up/images/Garth-Gilmour.jpg -------------------------------------------------------------------------------- /kotlin-coroutines-bottom-up/images/kotlin-coroutines-original.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/kotlin-coroutines-bottom-up/images/kotlin-coroutines-original.png -------------------------------------------------------------------------------- /kotlin-coroutines-bottom-up/images/kotlin-coroutines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/kotlin-coroutines-bottom-up/images/kotlin-coroutines.png -------------------------------------------------------------------------------- /log-what-every-software-engineer-should-know-about-real-time-datas-unifying/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/log-what-every-software-engineer-should-know-about-real-time-datas-unifying/README.md -------------------------------------------------------------------------------- /log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/19202238_eoij.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/19202238_eoij.jpg -------------------------------------------------------------------------------- /log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/19202244_GPDx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/19202244_GPDx.jpg -------------------------------------------------------------------------------- /log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/active_and_passive_arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/active_and_passive_arch.png -------------------------------------------------------------------------------- /log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/cabling.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/cabling.jpg -------------------------------------------------------------------------------- /log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/dag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/dag.png -------------------------------------------------------------------------------- /log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/datapipeline_complex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/datapipeline_complex.png -------------------------------------------------------------------------------- /log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/datapipeline_simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/datapipeline_simple.png -------------------------------------------------------------------------------- /log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/full-stack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/full-stack.png -------------------------------------------------------------------------------- /log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/linkedin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/linkedin.png -------------------------------------------------------------------------------- /log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/log.png -------------------------------------------------------------------------------- /log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/log_compaction_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/log_compaction_0.png -------------------------------------------------------------------------------- /log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/log_song.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/log_song.png -------------------------------------------------------------------------------- /log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/log_subscription.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/log_subscription.png -------------------------------------------------------------------------------- /log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/oldratlee-alipay-qr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/oldratlee-alipay-qr.png -------------------------------------------------------------------------------- /log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/oracle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/oracle.jpg -------------------------------------------------------------------------------- /log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/partitioned_log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/partitioned_log.png -------------------------------------------------------------------------------- /log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/paxos_postcard.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/paxos_postcard.jpg -------------------------------------------------------------------------------- /log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/pipeline_ownership.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/pipeline_ownership.png -------------------------------------------------------------------------------- /log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/sisyphus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/sisyphus.jpg -------------------------------------------------------------------------------- /log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/system.png -------------------------------------------------------------------------------- /log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/yin-yang.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/log-what-every-software-engineer-should-know-about-real-time-datas-unifying/images/yin-yang.jpg -------------------------------------------------------------------------------- /log-what-every-software-engineer-should-know-about-real-time-datas-unifying/part1-what-is-a-log.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/log-what-every-software-engineer-should-know-about-real-time-datas-unifying/part1-what-is-a-log.md -------------------------------------------------------------------------------- /log-what-every-software-engineer-should-know-about-real-time-datas-unifying/part2-data-integration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/log-what-every-software-engineer-should-know-about-real-time-datas-unifying/part2-data-integration.md -------------------------------------------------------------------------------- /log-what-every-software-engineer-should-know-about-real-time-datas-unifying/part3-logs-and-real-time-stream-processing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/log-what-every-software-engineer-should-know-about-real-time-datas-unifying/part3-logs-and-real-time-stream-processing.md -------------------------------------------------------------------------------- /log-what-every-software-engineer-should-know-about-real-time-datas-unifying/part4-system-building.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/log-what-every-software-engineer-should-know-about-real-time-datas-unifying/part4-system-building.md -------------------------------------------------------------------------------- /log-what-every-software-engineer-should-know-about-real-time-datas-unifying/the-end.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/log-what-every-software-engineer-should-know-about-real-time-datas-unifying/the-end.md -------------------------------------------------------------------------------- /log-what-every-software-engineer-should-know-about-real-time-datas-unifying/translation-postscript.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/log-what-every-software-engineer-should-know-about-real-time-datas-unifying/translation-postscript.md -------------------------------------------------------------------------------- /overlapping-experiment-infrastructure-more-better-faster-experimentation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/overlapping-experiment-infrastructure-more-better-faster-experimentation/README.md -------------------------------------------------------------------------------- /overlapping-experiment-infrastructure-more-better-faster-experimentation/exp-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/overlapping-experiment-infrastructure-more-better-faster-experimentation/exp-logo.png -------------------------------------------------------------------------------- /overlapping-experiment-infrastructure-more-better-faster-experimentation/expt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/overlapping-experiment-infrastructure-more-better-faster-experimentation/expt.gif -------------------------------------------------------------------------------- /overlapping-experiment-infrastructure-more-better-faster-experimentation/expt0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/overlapping-experiment-infrastructure-more-better-faster-experimentation/expt0.png -------------------------------------------------------------------------------- /overlapping-experiment-infrastructure-more-better-faster-experimentation/figure-01-original.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/overlapping-experiment-infrastructure-more-better-faster-experimentation/figure-01-original.jpg -------------------------------------------------------------------------------- /overlapping-experiment-infrastructure-more-better-faster-experimentation/figure-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/overlapping-experiment-infrastructure-more-better-faster-experimentation/figure-01.png -------------------------------------------------------------------------------- /overlapping-experiment-infrastructure-more-better-faster-experimentation/figure-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/overlapping-experiment-infrastructure-more-better-faster-experimentation/figure-02.png -------------------------------------------------------------------------------- /overlapping-experiment-infrastructure-more-better-faster-experimentation/figure-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/overlapping-experiment-infrastructure-more-better-faster-experimentation/figure-03.png -------------------------------------------------------------------------------- /overlapping-experiment-infrastructure-more-better-faster-experimentation/figure-04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/overlapping-experiment-infrastructure-more-better-faster-experimentation/figure-04.jpg -------------------------------------------------------------------------------- /overlapping-experiment-infrastructure-more-better-faster-experimentation/figure-05-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/overlapping-experiment-infrastructure-more-better-faster-experimentation/figure-05-1.jpg -------------------------------------------------------------------------------- /overlapping-experiment-infrastructure-more-better-faster-experimentation/figure-05-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/overlapping-experiment-infrastructure-more-better-faster-experimentation/figure-05-2.jpg -------------------------------------------------------------------------------- /overlapping-experiment-infrastructure-more-better-faster-experimentation/figure-05-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/overlapping-experiment-infrastructure-more-better-faster-experimentation/figure-05-3.jpg -------------------------------------------------------------------------------- /overlapping-experiment-infrastructure-more-better-faster-experimentation/graphs.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/overlapping-experiment-infrastructure-more-better-faster-experimentation/graphs.pptx -------------------------------------------------------------------------------- /overlapping-experiment-infrastructure-more-better-faster-experimentation/overlapping-experiment-infrastructure-more-better-faster-experimentation-36500.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/overlapping-experiment-infrastructure-more-better-faster-experimentation/overlapping-experiment-infrastructure-more-better-faster-experimentation-36500.pdf -------------------------------------------------------------------------------- /paxos-made-simple/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/paxos-made-simple/README.rst -------------------------------------------------------------------------------- /paxoslease/PaxosLease-distributed-state-machine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/paxoslease/PaxosLease-distributed-state-machine.png -------------------------------------------------------------------------------- /paxoslease/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/paxoslease/README.rst -------------------------------------------------------------------------------- /paxoslease/paxoslease.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/paxoslease/paxoslease.pptx -------------------------------------------------------------------------------- /paxoslease/time-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/paxoslease/time-flow.png -------------------------------------------------------------------------------- /pragmatic-functional-programming/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/pragmatic-functional-programming/README.md -------------------------------------------------------------------------------- /pragmatic-functional-programming/clojure-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/pragmatic-functional-programming/clojure-logo.png -------------------------------------------------------------------------------- /pragmatic-functional-programming/fx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/pragmatic-functional-programming/fx.png -------------------------------------------------------------------------------- /pragmatic-functional-programming/hashkell-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/pragmatic-functional-programming/hashkell-logo.png -------------------------------------------------------------------------------- /pragmatic-functional-programming/lamda-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/pragmatic-functional-programming/lamda-logo.png -------------------------------------------------------------------------------- /pragmatic-functional-programming/lamda.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/pragmatic-functional-programming/lamda.jpeg -------------------------------------------------------------------------------- /python-philosophy/Python-Programming-Language.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/python-philosophy/Python-Programming-Language.png -------------------------------------------------------------------------------- /python-philosophy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/python-philosophy/README.md -------------------------------------------------------------------------------- /python-philosophy/py-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/python-philosophy/py-icon.png -------------------------------------------------------------------------------- /reactive-manifesto/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/reactive-manifesto/README.md -------------------------------------------------------------------------------- /reactive-manifesto/glossary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/reactive-manifesto/glossary.md -------------------------------------------------------------------------------- /recommend-lisp-books/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/recommend-lisp-books/README.md -------------------------------------------------------------------------------- /recommend-lisp-books/how-do-you-become-a-lisp-programmer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/recommend-lisp-books/how-do-you-become-a-lisp-programmer.md -------------------------------------------------------------------------------- /recommend-lisp-books/lisp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/recommend-lisp-books/lisp.png -------------------------------------------------------------------------------- /recommend-lisp-books/recommend-lisp-books.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/recommend-lisp-books/recommend-lisp-books.md -------------------------------------------------------------------------------- /recommend-lisp-books/suggestions4further-reading-in-successful-lisp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/recommend-lisp-books/suggestions4further-reading-in-successful-lisp.md -------------------------------------------------------------------------------- /rsocket/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/rsocket/README.md -------------------------------------------------------------------------------- /rsocket/protocol.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/rsocket/protocol.md -------------------------------------------------------------------------------- /rsocket/r-socket-pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/rsocket/r-socket-pink.png -------------------------------------------------------------------------------- /rsocket/r-socket-pink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/rsocket/r-socket-pink.svg -------------------------------------------------------------------------------- /stubs-vs-mocks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/stubs-vs-mocks/README.md -------------------------------------------------------------------------------- /whats-new-git-2-1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/whats-new-git-2-1/README.md -------------------------------------------------------------------------------- /whats-new-git-2-1/git.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/whats-new-git-2-1/git.png -------------------------------------------------------------------------------- /whats-new-git-2-1/git210leftvsgit200right-600x293.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/whats-new-git-2-1/git210leftvsgit200right-600x293.png -------------------------------------------------------------------------------- /why-android-phones-slow-down-over-time-and-how-to-speed-them-up/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/why-android-phones-slow-down-over-time-and-how-to-speed-them-up/README.md -------------------------------------------------------------------------------- /why-android-phones-slow-down-over-time-and-how-to-speed-them-up/images/android-lagfix-fstrim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/why-android-phones-slow-down-over-time-and-how-to-speed-them-up/images/android-lagfix-fstrim.png -------------------------------------------------------------------------------- /why-android-phones-slow-down-over-time-and-how-to-speed-them-up/images/android-manage-device-storage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/why-android-phones-slow-down-over-time-and-how-to-speed-them-up/images/android-manage-device-storage.png -------------------------------------------------------------------------------- /why-android-phones-slow-down-over-time-and-how-to-speed-them-up/images/android-view-background-processes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/why-android-phones-slow-down-over-time-and-how-to-speed-them-up/images/android-view-background-processes.png -------------------------------------------------------------------------------- /why-android-phones-slow-down-over-time-and-how-to-speed-them-up/images/android-view-installed-apps-by-size.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/why-android-phones-slow-down-over-time-and-how-to-speed-them-up/images/android-view-installed-apps-by-size.png -------------------------------------------------------------------------------- /why-android-phones-slow-down-over-time-and-how-to-speed-them-up/images/old-android-phone.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oldratlee/translations/HEAD/why-android-phones-slow-down-over-time-and-how-to-speed-them-up/images/old-android-phone.jpg --------------------------------------------------------------------------------