├── .gitignore ├── LICENSE ├── README.md ├── discussions └── tweet.log │ ├── 2014.06.12--hintjens-pungoyal-ajeygore--best.license.for.FOSS.md │ ├── 2015.09.28--hintjens-maymounkov--p2p.social.platform.tonika.blocked.md │ ├── 2016.02.09--patrickdebois--how.snapchat.serves.so.quick.md │ └── 2016.03-06.XX--patrickdebois-on-serverless.md ├── talks-articles ├── README.md ├── datacenters │ ├── Data.Center.Networking.Toplogy.md │ ├── JuniperNetworks.Trivia.md │ ├── MPLS.in.a.Nutshell.10.minutes.md │ ├── README.md │ ├── edureka-PXE.Boot.Understanding.md │ ├── switch.arista.Arista-and-MLAG.md │ ├── switch.arista.Arista-and-SDN.md │ ├── switch.arista.Arista.md │ └── switch.arista.Arista3-Demo.md ├── dataengines │ ├── accumulo.summit.2014--datacenter.replication.md │ ├── bbuzz2015--Intro.to.Apache.Kylin--Fabian.Wilckens.md │ ├── hakka.labs--Scalable.and.Reliable.Logging.at.Pinterest.md │ ├── hakka.labs--Twitter.Heron.at.Scale.md │ ├── insightdataengineering.Building-Forex-trading-platform.md │ ├── insightdataengineering.com--data.pipeline.tools.md │ ├── kafka │ │ ├── Apache.Kafka-0.8.2-and.beyond--Jay.Kreps.md │ │ ├── ELK.at.LinkedIn-Scaling.ELK.with.Kafka.md │ │ ├── KSQL │ │ │ ├── README.md │ │ │ └── quickstart.md │ │ ├── Kafka.Summit.SF.2016--101.Ways.to.Configure.Kafka-Badly.md │ │ ├── SRE.at.LinkedIn-Kafka.as.a.Service.md │ │ ├── book.excerpts--Kafka-The.Definitive.Guide.md │ │ ├── cloudera--Balancing.Apache.Kafka.Cluster--Dennis.Dawson.md │ │ ├── dockerfiles │ │ │ ├── Dockerfile-main │ │ │ ├── README.md │ │ │ ├── build-docker │ │ │ ├── run-docker │ │ │ └── scripts │ │ │ │ ├── start-kafka.sh │ │ │ │ ├── supervisor.kafka.conf │ │ │ │ └── supervisor.zk.conf │ │ ├── maintenance │ │ │ └── migrating-kafka-zk-without-downtime.md │ │ └── misc-Performance-Tuning.md │ ├── linuxcon--processing.billion.events.with.Heron--Karthik.Ramasamy.md │ ├── pulsar │ │ ├── 2018-karthik-ramasamy-streamlio-next-gen-messaging-system.md │ │ ├── README.md │ │ ├── pulsar-apache-org.md │ │ ├── setup-local.md │ │ └── streamlio-misc.md │ └── spark │ │ └── DevoXX.Belgium.2015--Dive.into.Spark.Streaming.md ├── datastores │ ├── Cheatsheet.md │ ├── cayley │ │ └── managing-graph-data-with-cayley.md │ ├── cockroachdb │ │ ├── .gitignore │ │ ├── cockroach-cluster │ │ └── setup-on-nix │ ├── crate │ │ └── bbuzz2015--Distributed.Database.in.Docker.md │ ├── druid │ │ └── metamarkets.DRUID-building-a-data-pipeline-realtime.md │ ├── elasticsearch │ │ ├── README.md │ │ ├── book--es-indexing │ │ │ ├── README.md │ │ │ ├── chap01.md │ │ │ ├── chap02.md │ │ │ ├── chap03.md │ │ │ ├── chap04.md │ │ │ ├── chap05.md │ │ │ ├── chap06.md │ │ │ ├── chap07.md │ │ │ └── chap08.md │ │ ├── es-5min.md │ │ ├── gist-best-practices.md │ │ ├── gist-debug.md │ │ ├── gist-performance.md │ │ ├── gists.md │ │ └── reindex-36B-doc-5days.md │ ├── genre-timeseries │ │ ├── CassandraSummitEU2013--blueflood-simple-metrics-processing.md │ │ ├── jmoiron-net--thoughts-on-timeseries-db.md │ │ ├── oreilly-time-series-databases.tedDunning-ellenFriedman.md │ │ ├── polyconf2015-rocking.timeseries.with.C.Haskell.ClojureScript.md │ │ └── rackspace-blueflood-multi-tenated-timeseries-datastore.md │ ├── gundb │ │ ├── README.md │ │ ├── gundb-helloworld.htm │ │ └── to-do-app-tutorial.html │ ├── influxdata │ │ ├── benchmarking.storage.engine.md │ │ └── docker-ized │ │ │ ├── Dockerfile │ │ │ ├── config.toml │ │ │ └── run.sh │ ├── mysql │ │ ├── COMPRESSION.md │ │ ├── DerbyCon6-Louisville.2016--Ben.Stillman--MariaDB-.Lock.it.down.like.a.chastity.belt.md │ │ ├── LinuxFestNW2016--The.Proper.Care.and.Feeding.of.a.MySQL.Server.for.Busy.Linux.Admins.md │ │ └── PERF.md │ ├── postgresql │ │ ├── FOSDEM.2017--Pgsql.Backup.md │ │ ├── PGConf.US.2015--At.the.Heart.of.a.Giant-Postgres.at.TripAdvisor.md │ │ ├── partition.md │ │ ├── pgcasts.md │ │ ├── pgsql-feature-highlight--pg_rewind.md │ │ ├── tricks.md │ │ └── wal-xlog-lsn.md │ ├── redis │ │ ├── README.md │ │ ├── RedisConf2016--Managing.Redis.with.K8--Kelsey.Hightower.md │ │ ├── client-commands.md │ │ ├── data-structures.md │ │ ├── modules.md │ │ ├── redis-pub-sub.py │ │ └── scaling.md │ ├── rethinkdb │ │ ├── docker-ized │ │ │ ├── Dockerfile │ │ │ ├── rethinkdb.conf │ │ │ ├── rethinkdb.run │ │ │ └── think.dkr │ │ └── rethinkdb-test.go │ └── rrdtool │ │ ├── RRDTool.set.md │ │ └── golang-sample │ │ ├── go-get-pkg.txt │ │ ├── monitor.go │ │ └── rrd_test.go ├── dataviz │ ├── d3js │ │ ├── README.md │ │ ├── youtube-d3Vienno │ │ │ ├── README.md │ │ │ ├── stage02 │ │ │ │ └── index.html │ │ │ ├── stage03 │ │ │ │ └── index.html │ │ │ ├── stage04 │ │ │ │ └── index.html │ │ │ ├── stage05 │ │ │ │ └── index.html │ │ │ ├── stage06 │ │ │ │ └── index.html │ │ │ ├── stage07 │ │ │ │ └── index.html │ │ │ ├── stage08 │ │ │ │ └── index.html │ │ │ ├── stage09 │ │ │ │ └── index.html │ │ │ ├── stage10 │ │ │ │ ├── index.html │ │ │ │ ├── smallData.csv │ │ │ │ └── smallData.json │ │ │ ├── stage11 │ │ │ │ └── index.html │ │ │ ├── stage12 │ │ │ │ └── index.html │ │ │ ├── stage13 │ │ │ │ └── index.html │ │ │ ├── stage14 │ │ │ │ └── index.html │ │ │ ├── stage15 │ │ │ │ ├── index.html │ │ │ │ └── someData.json │ │ │ ├── stage16 │ │ │ │ ├── bubble.html │ │ │ │ ├── bubbleData.json │ │ │ │ ├── cluster.html │ │ │ │ ├── clusterData.json │ │ │ │ ├── index.html │ │ │ │ └── pack.html │ │ │ ├── stage17 │ │ │ │ ├── index.html │ │ │ │ └── smallData.csv │ │ │ ├── stage18 │ │ │ │ └── index.html │ │ │ ├── stage19 │ │ │ │ └── index.html │ │ │ └── stage20 │ │ │ │ ├── countries_partial.geojson │ │ │ │ └── index.html │ │ └── z-resources │ │ │ ├── d3.v0.css │ │ │ └── d3.v3.min.js │ └── raphaeljs │ │ ├── analytics.html │ │ ├── css │ │ ├── demo-print.css │ │ └── demo.css │ │ ├── js │ │ ├── analytics.js │ │ ├── jquery-2.1.1.min.js │ │ ├── pie.js │ │ ├── popup.js │ │ └── raphael-min.js │ │ └── pie.html ├── devops-toolbox │ ├── README.md │ ├── ansible │ │ ├── .dockerignore │ │ ├── Dockerfile │ │ └── doc.ansible.com │ │ │ └── 1.intro.ansible.md │ ├── chef │ │ ├── .gitignore │ │ ├── Chef.Learning.md │ │ ├── Foodcritic.md │ │ ├── Joshua.Timberman--Big.Ruby.2013--5.Things.You.Did.not.Know.About.Chef.md │ │ ├── Joshua.Timberman--MWRC2011--Chef.Cookbook.Design.Patterns.md │ │ ├── Nathen.Harvey--2016--Intro.to.Chef.Compliance.md │ │ ├── Nathen.Harvey--2016--Intro.to.Chef.Delivery.md │ │ ├── Nathen.Harvey--Surge.2014.md │ │ ├── README.md │ │ └── habitat.sh │ │ │ └── TryDemo.md │ ├── kubernetes │ │ ├── kubespray-v2.23.1.patch │ │ └── setup-k8s-with-kubespray.md │ ├── puppet │ │ ├── .gitignore │ │ ├── README.md │ │ ├── chapters │ │ │ ├── Puppet.Part1.md │ │ │ ├── Puppet.Part2.md │ │ │ ├── Puppet.Part3.md │ │ │ └── Puppet.Part4.md │ │ └── examples │ │ │ ├── environments │ │ │ └── testenv │ │ │ │ ├── manifests │ │ │ │ ├── extdatadir │ │ │ │ │ ├── common.csv │ │ │ │ │ ├── env_testnode.csv │ │ │ │ │ └── fqdn_h4ck3r.n0d3.csv │ │ │ │ └── site.pp │ │ │ │ └── modules │ │ │ │ ├── dockerz │ │ │ │ ├── dockerz │ │ │ │ │ ├── files │ │ │ │ │ │ └── dockerfiles │ │ │ │ │ │ │ ├── Dockerfile.ansible │ │ │ │ │ │ │ └── Dockerfile.puppet │ │ │ │ │ ├── lib │ │ │ │ │ │ └── facter │ │ │ │ │ │ │ └── docker_facts.rb │ │ │ │ │ └── manifests │ │ │ │ │ │ ├── dockerfiles.pp │ │ │ │ │ │ ├── dockerfiles │ │ │ │ │ │ └── create.pp │ │ │ │ │ │ ├── init.pp │ │ │ │ │ │ └── install.pp │ │ │ │ ├── files │ │ │ │ │ └── dockerfiles │ │ │ │ │ │ ├── Dockerfile.ansible │ │ │ │ │ │ └── Dockerfile.puppet │ │ │ │ ├── lib │ │ │ │ │ └── facter │ │ │ │ │ │ └── docker_facts.rb │ │ │ │ └── manifests │ │ │ │ │ ├── dockerfiles.pp │ │ │ │ │ ├── dockerfiles │ │ │ │ │ └── create.pp │ │ │ │ │ ├── init.pp │ │ │ │ │ └── install.pp │ │ │ │ └── sysutils │ │ │ │ ├── manifests │ │ │ │ ├── init.pp │ │ │ │ └── install.pp │ │ │ │ ├── spec │ │ │ │ └── classes │ │ │ │ │ └── sysutils │ │ │ │ │ └── install_spec.rb │ │ │ │ └── tests │ │ │ │ └── node.pp │ │ │ ├── example01.sh │ │ │ ├── example02.sh │ │ │ └── example03.sh │ ├── sysdig │ │ └── sysdig.blog--50.shades.of.system.calls.md │ └── terraform │ │ └── Dockerfile ├── frameworks │ ├── README.md │ ├── expressjs │ │ └── sample-project │ │ │ ├── state-01 │ │ │ ├── index.js │ │ │ └── package.json │ │ │ ├── state-02 │ │ │ ├── index.js │ │ │ ├── package.json │ │ │ └── secrets.js │ │ │ └── state-03 │ │ │ ├── index.js │ │ │ ├── package.json │ │ │ └── secrets.js │ ├── fast-api-py │ │ ├── README.md │ │ ├── cha-t-ter │ │ │ ├── alembic.ini │ │ │ ├── env │ │ │ ├── lib │ │ │ │ ├── api_user.py │ │ │ │ ├── config.py │ │ │ │ ├── dbmgr.py │ │ │ │ ├── frontend.py │ │ │ │ └── models.py │ │ │ ├── migrations │ │ │ │ ├── README │ │ │ │ ├── env.py │ │ │ │ ├── script.py.mako │ │ │ │ └── versions │ │ │ │ │ ├── 1f463095c4f4_.py │ │ │ │ │ └── 36a5d64cb987_.py │ │ │ ├── requirements.txt │ │ │ ├── static │ │ │ │ └── css │ │ │ │ │ └── main.css │ │ │ ├── tailwindcss │ │ │ │ ├── README.md │ │ │ │ ├── package-lock.json │ │ │ │ ├── package.json │ │ │ │ ├── styles │ │ │ │ │ └── main.css │ │ │ │ └── tailwind.config.js │ │ │ ├── templates │ │ │ │ ├── index.html │ │ │ │ └── layout.html │ │ │ └── web.py │ │ ├── dummy-cha-t-ter │ │ │ ├── lib │ │ │ │ ├── __init__.py │ │ │ │ ├── fake_db.py │ │ │ │ └── models.py │ │ │ ├── static │ │ │ │ ├── index.css │ │ │ │ ├── index.html │ │ │ │ └── index.js │ │ │ └── web.py │ │ └── quickstart.md │ ├── flutter │ │ ├── README.md │ │ ├── building-cupertino-app │ │ │ ├── README.md │ │ │ ├── cupertino_app │ │ │ │ ├── .gitignore │ │ │ │ ├── .metadata │ │ │ │ ├── README.md │ │ │ │ ├── android │ │ │ │ │ ├── app │ │ │ │ │ │ ├── build.gradle │ │ │ │ │ │ └── src │ │ │ │ │ │ │ ├── debug │ │ │ │ │ │ │ └── AndroidManifest.xml │ │ │ │ │ │ │ ├── main │ │ │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ │ │ ├── java │ │ │ │ │ │ │ │ └── com │ │ │ │ │ │ │ │ │ └── example │ │ │ │ │ │ │ │ │ └── cupertino_app │ │ │ │ │ │ │ │ │ └── MainActivity.java │ │ │ │ │ │ │ └── res │ │ │ │ │ │ │ │ ├── drawable │ │ │ │ │ │ │ │ └── launch_background.xml │ │ │ │ │ │ │ │ ├── mipmap-hdpi │ │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ │ │ ├── mipmap-mdpi │ │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ │ │ ├── mipmap-xhdpi │ │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ │ │ │ └── values │ │ │ │ │ │ │ │ └── styles.xml │ │ │ │ │ │ │ └── profile │ │ │ │ │ │ │ └── AndroidManifest.xml │ │ │ │ │ ├── build.gradle │ │ │ │ │ ├── gradle.properties │ │ │ │ │ ├── gradle │ │ │ │ │ │ └── wrapper │ │ │ │ │ │ │ └── gradle-wrapper.properties │ │ │ │ │ └── settings.gradle │ │ │ │ ├── ios │ │ │ │ │ ├── Flutter │ │ │ │ │ │ ├── AppFrameworkInfo.plist │ │ │ │ │ │ ├── Debug.xcconfig │ │ │ │ │ │ └── Release.xcconfig │ │ │ │ │ ├── Runner.xcodeproj │ │ │ │ │ │ ├── project.pbxproj │ │ │ │ │ │ ├── project.xcworkspace │ │ │ │ │ │ │ └── contents.xcworkspacedata │ │ │ │ │ │ └── xcshareddata │ │ │ │ │ │ │ └── xcschemes │ │ │ │ │ │ │ └── Runner.xcscheme │ │ │ │ │ ├── Runner.xcworkspace │ │ │ │ │ │ └── contents.xcworkspacedata │ │ │ │ │ └── Runner │ │ │ │ │ │ ├── AppDelegate.h │ │ │ │ │ │ ├── AppDelegate.m │ │ │ │ │ │ ├── Assets.xcassets │ │ │ │ │ │ ├── AppIcon.appiconset │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ ├── Icon-App-1024x1024@1x.png │ │ │ │ │ │ │ ├── Icon-App-20x20@1x.png │ │ │ │ │ │ │ ├── Icon-App-20x20@2x.png │ │ │ │ │ │ │ ├── Icon-App-20x20@3x.png │ │ │ │ │ │ │ ├── Icon-App-29x29@1x.png │ │ │ │ │ │ │ ├── Icon-App-29x29@2x.png │ │ │ │ │ │ │ ├── Icon-App-29x29@3x.png │ │ │ │ │ │ │ ├── Icon-App-40x40@1x.png │ │ │ │ │ │ │ ├── Icon-App-40x40@2x.png │ │ │ │ │ │ │ ├── Icon-App-40x40@3x.png │ │ │ │ │ │ │ ├── Icon-App-60x60@2x.png │ │ │ │ │ │ │ ├── Icon-App-60x60@3x.png │ │ │ │ │ │ │ ├── Icon-App-76x76@1x.png │ │ │ │ │ │ │ ├── Icon-App-76x76@2x.png │ │ │ │ │ │ │ └── Icon-App-83.5x83.5@2x.png │ │ │ │ │ │ └── LaunchImage.imageset │ │ │ │ │ │ │ ├── Contents.json │ │ │ │ │ │ │ ├── LaunchImage.png │ │ │ │ │ │ │ ├── LaunchImage@2x.png │ │ │ │ │ │ │ ├── LaunchImage@3x.png │ │ │ │ │ │ │ └── README.md │ │ │ │ │ │ ├── Base.lproj │ │ │ │ │ │ ├── LaunchScreen.storyboard │ │ │ │ │ │ └── Main.storyboard │ │ │ │ │ │ ├── Info.plist │ │ │ │ │ │ └── main.m │ │ │ │ ├── lib │ │ │ │ │ ├── app.dart │ │ │ │ │ ├── main.dart │ │ │ │ │ ├── model │ │ │ │ │ │ ├── app_state_model.dart │ │ │ │ │ │ ├── product.dart │ │ │ │ │ │ └── products_repository.dart │ │ │ │ │ ├── product_list_tab.dart │ │ │ │ │ ├── product_row_item.dart │ │ │ │ │ ├── search_bar.dart │ │ │ │ │ ├── search_tab.dart │ │ │ │ │ ├── shopping_cart_item.dart │ │ │ │ │ ├── shopping_cart_tab.dart │ │ │ │ │ └── styles.dart │ │ │ │ ├── pubspec.lock │ │ │ │ ├── pubspec.yaml │ │ │ │ └── test │ │ │ │ │ └── widget_test.dart │ │ │ ├── demo.ogv │ │ │ └── demo.png │ │ ├── cheatsheet.md │ │ ├── fireship--flutter-state-management.md │ │ └── google-developers--building-your-first-flutter-widget.md │ ├── gatsbyjs │ │ ├── README.md │ │ ├── gatsby-00-environment-setup.md │ │ ├── gatsby-01-building-blocks.md │ │ ├── gatsby-02-intro-to-styling.md │ │ └── hello-world │ │ │ ├── .gitignore │ │ │ ├── .prettierignore │ │ │ ├── .prettierrc │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── gatsby-browser.js │ │ │ ├── gatsby-config.js │ │ │ ├── package.json │ │ │ ├── src │ │ │ ├── components │ │ │ │ ├── header.js │ │ │ │ ├── mylinks.js │ │ │ │ ├── mylinks.module.css │ │ │ │ └── subheader.js │ │ │ ├── pages │ │ │ │ ├── a-page.js │ │ │ │ ├── a-page.module.css │ │ │ │ └── index.js │ │ │ └── styles │ │ │ │ └── global.css │ │ │ └── static │ │ │ └── favicon.ico │ ├── gradio │ │ ├── README.md │ │ └── gr01-hello-world.py │ ├── phoenix │ │ ├── README.md │ │ ├── book--programming-phoenix-ge-1.4 │ │ │ ├── README.md │ │ │ ├── chapter-01.md │ │ │ ├── chapter-02.md │ │ │ ├── chapter-03.md │ │ │ ├── chapter-04.md │ │ │ ├── chapter-05.md │ │ │ ├── chapter-06.md │ │ │ ├── chapter-07.md │ │ │ ├── chapter-08.md │ │ │ ├── chapter-09.md │ │ │ ├── chapter-10.md │ │ │ ├── chapter-11.md │ │ │ ├── chapter-12.md │ │ │ ├── chapter-13.md │ │ │ ├── chapter-14.md │ │ │ ├── ehlo │ │ │ │ ├── .formatter.exs │ │ │ │ ├── .gitignore │ │ │ │ ├── README.md │ │ │ │ ├── assets │ │ │ │ │ ├── .babelrc │ │ │ │ │ ├── css │ │ │ │ │ │ ├── app.scss │ │ │ │ │ │ └── phoenix.css │ │ │ │ │ ├── js │ │ │ │ │ │ ├── app.js │ │ │ │ │ │ └── socket.js │ │ │ │ │ ├── package.json │ │ │ │ │ ├── static │ │ │ │ │ │ ├── favicon.ico │ │ │ │ │ │ ├── images │ │ │ │ │ │ │ └── phoenix.png │ │ │ │ │ │ └── robots.txt │ │ │ │ │ └── webpack.config.js │ │ │ │ ├── config │ │ │ │ │ ├── config.exs │ │ │ │ │ ├── dev.exs │ │ │ │ │ ├── prod.exs │ │ │ │ │ ├── prod.secret.exs │ │ │ │ │ └── test.exs │ │ │ │ ├── lib │ │ │ │ │ ├── ehlo.ex │ │ │ │ │ ├── ehlo │ │ │ │ │ │ ├── application.ex │ │ │ │ │ │ └── repo.ex │ │ │ │ │ ├── ehlo_web.ex │ │ │ │ │ └── ehlo_web │ │ │ │ │ │ ├── channels │ │ │ │ │ │ └── user_socket.ex │ │ │ │ │ │ ├── controllers │ │ │ │ │ │ ├── ehlo_controller.ex │ │ │ │ │ │ └── page_controller.ex │ │ │ │ │ │ ├── endpoint.ex │ │ │ │ │ │ ├── gettext.ex │ │ │ │ │ │ ├── router.ex │ │ │ │ │ │ ├── telemetry.ex │ │ │ │ │ │ ├── templates │ │ │ │ │ │ ├── ehlo │ │ │ │ │ │ │ └── user.html.eex │ │ │ │ │ │ ├── layout │ │ │ │ │ │ │ └── app.html.eex │ │ │ │ │ │ └── page │ │ │ │ │ │ │ └── index.html.eex │ │ │ │ │ │ └── views │ │ │ │ │ │ ├── ehlo_view.ex │ │ │ │ │ │ ├── error_helpers.ex │ │ │ │ │ │ ├── error_view.ex │ │ │ │ │ │ ├── layout_view.ex │ │ │ │ │ │ └── page_view.ex │ │ │ │ ├── mix.exs │ │ │ │ ├── mix.lock │ │ │ │ ├── priv │ │ │ │ │ ├── gettext │ │ │ │ │ │ ├── en │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ └── errors.po │ │ │ │ │ │ └── errors.pot │ │ │ │ │ └── repo │ │ │ │ │ │ ├── migrations │ │ │ │ │ │ └── .formatter.exs │ │ │ │ │ │ └── seeds.exs │ │ │ │ └── test │ │ │ │ │ ├── ehlo_web │ │ │ │ │ ├── controllers │ │ │ │ │ │ └── page_controller_test.exs │ │ │ │ │ └── views │ │ │ │ │ │ ├── error_view_test.exs │ │ │ │ │ │ ├── layout_view_test.exs │ │ │ │ │ │ └── page_view_test.exs │ │ │ │ │ ├── support │ │ │ │ │ ├── channel_case.ex │ │ │ │ │ ├── conn_case.ex │ │ │ │ │ └── data_case.ex │ │ │ │ │ └── test_helper.exs │ │ │ └── videologue │ │ │ │ ├── .formatter.exs │ │ │ │ ├── .gitignore │ │ │ │ ├── README.md │ │ │ │ ├── assets │ │ │ │ ├── .babelrc │ │ │ │ ├── css │ │ │ │ │ ├── app.scss │ │ │ │ │ ├── app.scss.chapter-03 │ │ │ │ │ ├── phoenix.css │ │ │ │ │ └── video.css │ │ │ │ ├── js │ │ │ │ │ ├── app.js │ │ │ │ │ ├── app.js.chapter-03 │ │ │ │ │ ├── app.js.chapter-09 │ │ │ │ │ ├── player.js │ │ │ │ │ ├── socket.js │ │ │ │ │ ├── socket.js.chapter-09 │ │ │ │ │ └── video.js │ │ │ │ ├── package.json │ │ │ │ ├── static │ │ │ │ │ ├── favicon.ico │ │ │ │ │ ├── images │ │ │ │ │ │ └── phoenix.png │ │ │ │ │ └── robots.txt │ │ │ │ └── webpack.config.js │ │ │ │ ├── config │ │ │ │ ├── config.exs │ │ │ │ ├── dev.exs │ │ │ │ ├── prod.exs │ │ │ │ ├── prod.secret.exs │ │ │ │ └── test.exs │ │ │ │ ├── lib │ │ │ │ ├── videologue.ex │ │ │ │ ├── videologue │ │ │ │ │ ├── accounts.ex │ │ │ │ │ ├── accounts.ex.chapter03 │ │ │ │ │ ├── accounts.ex.chapter04 │ │ │ │ │ ├── accounts │ │ │ │ │ │ ├── user.ex │ │ │ │ │ │ ├── user.ex.chapter03 │ │ │ │ │ │ ├── user.ex.chapter04 │ │ │ │ │ │ └── user.ex.chapter05 │ │ │ │ │ ├── application.ex │ │ │ │ │ ├── application.ex.chapter09 │ │ │ │ │ ├── multimedia.ex │ │ │ │ │ ├── multimedia.ex.chapter06 │ │ │ │ │ ├── multimedia.ex.chapter09 │ │ │ │ │ ├── multimedia │ │ │ │ │ │ ├── annotation.ex │ │ │ │ │ │ ├── category.ex │ │ │ │ │ │ ├── permalink.ex │ │ │ │ │ │ ├── video.ex │ │ │ │ │ │ ├── video.ex.chapter-07 │ │ │ │ │ │ └── video.ex.chapter-09 │ │ │ │ │ └── repo.ex │ │ │ │ ├── videologue_web.ex │ │ │ │ ├── videologue_web.ex.chapter05 │ │ │ │ └── videologue_web │ │ │ │ │ ├── channels │ │ │ │ │ ├── presence.ex │ │ │ │ │ ├── user_socket.ex │ │ │ │ │ ├── user_socket.ex.chapter-09 │ │ │ │ │ └── video_channel.ex │ │ │ │ │ ├── controllers │ │ │ │ │ ├── auth.ex │ │ │ │ │ ├── auth.ex.chapter07 │ │ │ │ │ ├── auth.ex.chapter09 │ │ │ │ │ ├── page_controller.ex │ │ │ │ │ ├── session_controller.ex │ │ │ │ │ ├── user_controller.ex │ │ │ │ │ ├── user_controller.ex.chapter03 │ │ │ │ │ ├── user_controller.ex.chapter04 │ │ │ │ │ ├── user_controller.ex.chapter05 │ │ │ │ │ ├── video_controller.ex │ │ │ │ │ └── watch_controller.ex │ │ │ │ │ ├── endpoint.ex │ │ │ │ │ ├── gettext.ex │ │ │ │ │ ├── param.ex │ │ │ │ │ ├── router.ex │ │ │ │ │ ├── router.ex.chapter-03 │ │ │ │ │ ├── router.ex.chapter-04 │ │ │ │ │ ├── router.ex.chapter-05 │ │ │ │ │ ├── router.ex.chapter-06 │ │ │ │ │ ├── telemetry.ex │ │ │ │ │ ├── templates │ │ │ │ │ ├── layout │ │ │ │ │ │ ├── app.html.eex │ │ │ │ │ │ ├── app.html.eex.chapter01 │ │ │ │ │ │ └── app.html.eex.chapter09 │ │ │ │ │ ├── page │ │ │ │ │ │ └── index.html.eex │ │ │ │ │ ├── session │ │ │ │ │ │ └── new.html.eex │ │ │ │ │ ├── user │ │ │ │ │ │ ├── index.html.eex │ │ │ │ │ │ ├── new.html.eex │ │ │ │ │ │ ├── new.html.eex.chapter04 │ │ │ │ │ │ └── show.html.eex │ │ │ │ │ ├── video │ │ │ │ │ │ ├── edit.html.eex │ │ │ │ │ │ ├── form.html.eex │ │ │ │ │ │ ├── index.html.eex │ │ │ │ │ │ ├── index.html.eex.chapter-08 │ │ │ │ │ │ ├── new.html.eex │ │ │ │ │ │ └── show.html.eex │ │ │ │ │ └── watch │ │ │ │ │ │ ├── show.html.eex │ │ │ │ │ │ └── show.html.eex.chapter09 │ │ │ │ │ └── views │ │ │ │ │ ├── annotation_view.ex │ │ │ │ │ ├── error_helpers.ex │ │ │ │ │ ├── error_view.ex │ │ │ │ │ ├── layout_view.ex │ │ │ │ │ ├── page_view.ex │ │ │ │ │ ├── session_view.ex │ │ │ │ │ ├── user_view.ex │ │ │ │ │ ├── video_view.ex │ │ │ │ │ └── watch_view.ex │ │ │ │ ├── mix.exs │ │ │ │ ├── mix.lock │ │ │ │ ├── priv │ │ │ │ ├── gettext │ │ │ │ │ ├── en │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ └── errors.po │ │ │ │ │ └── errors.pot │ │ │ │ └── repo │ │ │ │ │ ├── migrations │ │ │ │ │ ├── .formatter.exs │ │ │ │ │ ├── 20210527193258_create_users.exs │ │ │ │ │ ├── 20210527193448_create_users_index_username.exs │ │ │ │ │ ├── 20210528191400_add_users_field_password_hash.exs │ │ │ │ │ ├── 20210529175006_create_videos.exs │ │ │ │ │ ├── 20210530063612_create_categories.exs │ │ │ │ │ ├── 20210530065005_add_category_id_to_video.exs │ │ │ │ │ ├── 20210602183831_modify_category_name_not_nullable.exs │ │ │ │ │ ├── 20210614122633_add_slug_to_videos.exs │ │ │ │ │ ├── 20210614211231_insert_slug_for_existing_videos.exs │ │ │ │ │ └── 20210621113210_create_annotations.exs │ │ │ │ │ ├── seeds.exs │ │ │ │ │ └── seeds_test_data.exs │ │ │ │ └── test │ │ │ │ ├── support │ │ │ │ ├── channel_case.ex │ │ │ │ ├── conn_case.ex │ │ │ │ ├── conn_case.ex.chapter07 │ │ │ │ └── data_case.ex │ │ │ │ ├── test_helper.exs │ │ │ │ ├── videologue │ │ │ │ ├── accounts_test.exs │ │ │ │ └── multimedia_test.exs │ │ │ │ └── videologue_web │ │ │ │ ├── controllers │ │ │ │ ├── auth_test.exs │ │ │ │ ├── page_controller_test.exs │ │ │ │ └── video_controller_test.exs │ │ │ │ └── views │ │ │ │ ├── error_view_test.exs │ │ │ │ ├── layout_view_test.exs │ │ │ │ ├── page_view_test.exs │ │ │ │ └── video_view_test.exs │ │ ├── mix-phx-tasks.md │ │ ├── phoenix.md │ │ └── polyconf.2015.phoenix.web.framework.elixir.md │ ├── qwik-js │ │ └── README.md │ ├── react │ │ ├── README.md │ │ ├── react-native │ │ │ ├── README.md │ │ │ └── facebook-github-io │ │ │ │ ├── guides │ │ │ │ ├── 01-component-and-apis.md │ │ │ │ └── 02-platform-specific-code.md │ │ │ │ └── the-basics │ │ │ │ ├── 01-getting-started.md │ │ │ │ ├── 02-learn-the-basics.md │ │ │ │ ├── 03-props.md │ │ │ │ ├── 04-state.md │ │ │ │ ├── 05-style.md │ │ │ │ ├── 06-height-and-width.md │ │ │ │ ├── 07-layout-with-flexbox.md │ │ │ │ ├── 08-handling-text-input.md │ │ │ │ ├── 09-handling-touches.md │ │ │ │ ├── 10-using-a-scrollview.md │ │ │ │ ├── 11-using-list-views.md │ │ │ │ └── 12-networking.md │ │ └── reactjs │ │ │ ├── README.md │ │ │ └── tutorialspoint.com │ │ │ ├── 03-environment-setup.md │ │ │ ├── 04-jsx.md │ │ │ ├── 05-components.md │ │ │ ├── 06-state.md │ │ │ ├── 09-component-api-and-lifecycle.md │ │ │ ├── README.md │ │ │ └── react-app │ │ │ ├── .babelrc │ │ │ ├── App.js │ │ │ ├── bundle │ │ │ └── .gitkeep │ │ │ ├── index.html │ │ │ ├── main.js │ │ │ ├── package.json │ │ │ └── webpack.config.js │ ├── revel │ │ ├── README.md │ │ └── tutorial.md │ └── spin_wasm │ │ ├── .gitignore │ │ ├── README.md │ │ ├── intro.md │ │ ├── quickstart.md │ │ ├── sample-app │ │ ├── sample_http_rust_demo.wasm │ │ ├── sample_http_rust_test.wasm │ │ └── spin.toml │ │ └── sample-http-rust │ │ ├── .cargo │ │ └── config.toml │ │ ├── .gitignore │ │ ├── Cargo.lock │ │ ├── Cargo.toml │ │ ├── spin.toml │ │ └── src │ │ └── lib.rs ├── gamedev │ └── godot │ │ └── README.md ├── google │ └── gmail-api-email-access │ │ ├── README.md │ │ ├── gmail-api.py │ │ └── pip-requires.txt ├── graphics-n-video │ ├── README.md │ └── blender │ │ └── README.md ├── hacks │ ├── README.md │ └── stealing.session.cookie.with.tcpdump.md ├── how-it-works │ ├── dht.md │ ├── doug-turnbull--recommender-systems-101-basket-analysis.md │ ├── netflix-techblog │ │ ├── 2012apr-netflix-recommendations.md │ │ └── 2013may-object-cache-for-scaling-metadata-mgmt.md │ └── uber.md ├── ibm │ └── openwhisk │ │ └── OpenWhisk-A.Quick.Tech.Preview.md ├── id.e.ditor │ ├── SublimeText.md │ └── vim │ │ ├── Let.VIM.do.the.Typing.md │ │ ├── README.md │ │ ├── explore.md │ │ └── profile.md ├── languages-n-runtimes │ ├── 0-build │ │ ├── ant │ │ │ ├── eg01 │ │ │ │ ├── build.xml │ │ │ │ └── run.sh │ │ │ └── eg02 │ │ │ │ ├── build.xml │ │ │ │ ├── prop │ │ │ │ ├── common.properties │ │ │ │ └── some.properties │ │ │ │ └── run.sh │ │ └── gradle │ │ │ ├── Gradleware │ │ │ ├── BuildingAndTesting_02TaskTypes.gradle │ │ │ ├── BuildingAndTesting_02Tasks.gradle │ │ │ ├── BuildingAndTesting_03AntAndGradle.gradle │ │ │ ├── BuildingAndTesting_04MavenAndGradle.gradle │ │ │ ├── BuildingAndTesting_05Testing.gradle │ │ │ ├── antFromGradle_build.xml │ │ │ └── buildSrc │ │ │ │ └── src │ │ │ │ └── main │ │ │ │ └── groovy │ │ │ │ └── org │ │ │ │ └── gradle │ │ │ │ └── example │ │ │ │ └── task │ │ │ │ └── BannerTask.groovy │ │ │ └── Sources.md │ ├── 0-debug │ │ └── gdb │ │ │ ├── README.md │ │ │ ├── betterexplaned-com--debugging-with-gdb.md │ │ │ └── cmsc212-gdb-tutorial.md │ ├── R-lang │ │ ├── CodeSchool--try.R │ │ │ ├── README │ │ │ ├── Rplots.pdf │ │ │ ├── chap1.R │ │ │ ├── chap2.R │ │ │ ├── chap3.R │ │ │ ├── chap4.R │ │ │ ├── chap5.R │ │ │ ├── chap6.R │ │ │ ├── chap7.R │ │ │ ├── chap8.R │ │ │ ├── reqd_files │ │ │ │ ├── dummy.R │ │ │ │ ├── gdp.txt │ │ │ │ ├── infantry.txt │ │ │ │ ├── pirates.csv │ │ │ │ └── targets.csv │ │ │ └── run_chapters.sh │ │ └── README.md │ ├── README.md │ ├── ballerina │ │ └── learn-by-example │ │ │ ├── 01-hello-world │ │ │ ├── README.md │ │ │ ├── hello-world-client.bal │ │ │ ├── hello-world-parallel.bal │ │ │ └── hello-world-svc.bal │ │ │ ├── 02-ballerina-basics │ │ │ ├── README.md │ │ │ ├── documentation-example.bal │ │ │ ├── function-example.bal │ │ │ ├── quoted-id-example.bal │ │ │ └── rest-parameter-example.bal │ │ │ ├── 03-functions │ │ │ ├── README.md │ │ │ ├── anon-function-example.bal │ │ │ ├── closures-example.bal │ │ │ ├── fn-as-entry-example.bal │ │ │ ├── fn-iteration-example.bal │ │ │ └── function-pointer-example.bal │ │ │ ├── 04-flow-control │ │ │ ├── README.md │ │ │ ├── elvis-example.bal │ │ │ ├── flow-control-example.bal │ │ │ ├── foreach-example.bal │ │ │ ├── match-example.bal │ │ │ ├── record-match-example.bal │ │ │ ├── tuple-match-example.bal │ │ │ └── type-guard-example.bal │ │ │ └── README.md │ ├── clojure │ │ ├── 4clojure.com │ │ │ ├── README.md │ │ │ ├── problem001.clj │ │ │ ├── problem002.clj │ │ │ ├── problem003.clj │ │ │ ├── problem004.clj │ │ │ ├── problem005.clj │ │ │ ├── problem006.clj │ │ │ ├── problem007.clj │ │ │ ├── problem008.clj │ │ │ ├── problem009.clj │ │ │ ├── problem010.clj │ │ │ ├── problem011.clj │ │ │ ├── problem012.clj │ │ │ ├── problem013.clj │ │ │ ├── problem014.clj │ │ │ ├── problem015.clj │ │ │ ├── problem016.clj │ │ │ ├── problem017.clj │ │ │ ├── problem018.clj │ │ │ ├── problem019.clj │ │ │ └── problem020.clj │ │ ├── README.md │ │ ├── intro_to_clojure │ │ │ ├── README │ │ │ ├── intro-to-clojure.clj │ │ │ └── intro-to-clojure.part2.clj │ │ └── joy.of.clojure │ │ │ ├── README.md │ │ │ ├── chapter01-clojure-philosophy.md │ │ │ ├── chapter02-drinking-from-clojure-firehose.md │ │ │ ├── chapter03-dipping-our-toes-in-the-pool.md │ │ │ └── chapter04-on-scalars.md │ ├── elixir │ │ ├── README.md │ │ ├── book--programming-elixir-ge-1.6 │ │ │ ├── README.md │ │ │ ├── chapter-01.exs │ │ │ ├── chapter-01.md │ │ │ ├── chapter-02.md │ │ │ ├── chapter-03.md │ │ │ ├── chapter-04.exs │ │ │ ├── chapter-04.md │ │ │ ├── chapter-05.exs │ │ │ ├── chapter-05.md │ │ │ ├── chapter-06.exs │ │ │ ├── chapter-06.md │ │ │ ├── chapter-07.exs │ │ │ ├── chapter-07.md │ │ │ ├── chapter-08-struct.exs │ │ │ ├── chapter-08.exs │ │ │ ├── chapter-08.md │ │ │ ├── chapter-09.md │ │ │ ├── chapter-10.exs │ │ │ ├── chapter-10.md │ │ │ ├── chapter-11.exs │ │ │ ├── chapter-11.md │ │ │ ├── chapter-12.exs │ │ │ ├── chapter-12.md │ │ │ ├── chapter-13.md │ │ │ ├── chapter-14-debug.ex │ │ │ ├── chapter-14.md │ │ │ ├── chapter-15.md │ │ │ ├── chapter-15 │ │ │ │ ├── WorkingWithMultipleProcesses-2.exs │ │ │ │ ├── WorkingWithMultipleProcesses-3n4n5.exs │ │ │ │ ├── WorkingWithMultipleProcesses-9.exs │ │ │ │ ├── agent-fib.exs │ │ │ │ ├── chain.exs │ │ │ │ ├── fib.exs │ │ │ │ ├── linked-proc.exs │ │ │ │ ├── parallel-map.exs │ │ │ │ ├── spawn-basic.ex │ │ │ │ ├── spawn1.exs │ │ │ │ └── spawn2.exs │ │ │ ├── chapter-16.md │ │ │ ├── chapter-16 │ │ │ │ ├── nodes-3-ordered-ticker.exs │ │ │ │ ├── nodes-4-ring.exs │ │ │ │ └── ticker.exs │ │ │ ├── chapter-17.md │ │ │ ├── chapter-18.md │ │ │ ├── chapter-19.md │ │ │ ├── chapter-20.md │ │ │ ├── chapter-21.md │ │ │ ├── chapter-21 │ │ │ │ ├── agent1.exs │ │ │ │ ├── anagrams.exs │ │ │ │ ├── anagrams.list1 │ │ │ │ ├── anagrams.list2 │ │ │ │ └── tasks1.exs │ │ │ ├── chapter-22-exercise.exs │ │ │ ├── chapter-22.exs │ │ │ ├── chapter-22.md │ │ │ ├── chapter-23.md │ │ │ ├── chapter-23 │ │ │ │ ├── exercise-behaviors-and-use.ex │ │ │ │ ├── tracer-v1.ex │ │ │ │ ├── tracer-v2.ex │ │ │ │ ├── tracer-v3.ex │ │ │ │ └── tracer-v4.ex │ │ │ ├── chapter-24.md │ │ │ ├── chapter-24 │ │ │ │ ├── chapter-24-exercises.exs │ │ │ │ ├── chapter-24-parse-midi-algebra.exs │ │ │ │ ├── chapter-24-parse-midi.exs │ │ │ │ ├── chapter-24.exs │ │ │ │ └── es_ist_ein_ros.mid │ │ │ ├── chapter-25.md │ │ │ ├── chapter-25 │ │ │ │ ├── sigil_color.exs │ │ │ │ ├── sigil_csv.exs │ │ │ │ └── sigil_line.exs │ │ │ ├── chapter-26-appendix-1.md │ │ │ ├── chapter-26-appendix-1 │ │ │ │ ├── toml-parse-error.exs │ │ │ │ ├── try-catch-exit-throw.exs │ │ │ │ └── try-catch-rescue-after.exs │ │ │ ├── chapter-27-appendix-2.md │ │ │ ├── distill20 │ │ │ │ ├── .formatter.exs │ │ │ │ ├── .gitignore │ │ │ │ ├── README.md │ │ │ │ ├── config │ │ │ │ │ └── config.exs │ │ │ │ ├── lib │ │ │ │ │ ├── distill20.ex │ │ │ │ │ ├── distill20.ex-0.1.0 │ │ │ │ │ └── distill20 │ │ │ │ │ │ ├── application.ex │ │ │ │ │ │ ├── stack.ex │ │ │ │ │ │ └── stack.ex-0.1.0 │ │ │ │ ├── mix.exs │ │ │ │ ├── mix.exs-0.1.0 │ │ │ │ ├── mix.lock │ │ │ │ ├── priv │ │ │ │ │ └── static │ │ │ │ │ │ └── index.html │ │ │ │ ├── rel │ │ │ │ │ ├── appups │ │ │ │ │ │ └── distill20 │ │ │ │ │ │ │ └── 0.1.0_to_0.2.0.appup │ │ │ │ │ ├── config.exs │ │ │ │ │ ├── plugins │ │ │ │ │ │ └── .gitignore │ │ │ │ │ └── vm.args │ │ │ │ └── test │ │ │ │ │ ├── distill20 │ │ │ │ │ └── stack_test.exs │ │ │ │ │ ├── distill20_test.exs │ │ │ │ │ └── test_helper.exs │ │ │ ├── duper19 │ │ │ │ ├── .formatter.exs │ │ │ │ ├── .gitignore │ │ │ │ ├── README.md │ │ │ │ ├── config │ │ │ │ │ └── config.exs │ │ │ │ ├── lib │ │ │ │ │ ├── duper19.ex │ │ │ │ │ ├── duper19 │ │ │ │ │ │ ├── application.ex │ │ │ │ │ │ ├── gatherer.ex │ │ │ │ │ │ ├── pathfinder.ex │ │ │ │ │ │ ├── results.ex │ │ │ │ │ │ ├── worker.ex │ │ │ │ │ │ └── worker_supervisor.ex │ │ │ │ │ ├── file_sys │ │ │ │ │ │ └── dir_walk.ex │ │ │ │ │ └── stash │ │ │ │ │ │ └── stash.ex │ │ │ │ ├── mix.exs │ │ │ │ └── test │ │ │ │ │ ├── duper19 │ │ │ │ │ └── results_test.exs │ │ │ │ │ ├── duper19_test.exs │ │ │ │ │ ├── file_sys │ │ │ │ │ └── dir_walk_test.exs │ │ │ │ │ └── test_helper.exs │ │ │ ├── gitex │ │ │ │ ├── .formatter.exs │ │ │ │ ├── .gitignore │ │ │ │ ├── README.md │ │ │ │ ├── config │ │ │ │ │ ├── config.exs │ │ │ │ │ ├── dev.ex │ │ │ │ │ ├── prod.ex │ │ │ │ │ └── test.ex │ │ │ │ ├── gitex │ │ │ │ ├── gitex.png │ │ │ │ ├── lib │ │ │ │ │ ├── gitex.ex │ │ │ │ │ └── gitex │ │ │ │ │ │ ├── cli.ex │ │ │ │ │ │ └── github_issues.ex │ │ │ │ ├── mix.exs │ │ │ │ ├── mix.lock │ │ │ │ └── test │ │ │ │ │ ├── gitex │ │ │ │ │ ├── cli_test.exs │ │ │ │ │ └── github_issues_test.exs │ │ │ │ │ ├── gitex_test.exs │ │ │ │ │ └── test_helper.exs │ │ │ ├── sequence17 │ │ │ │ ├── .formatter.exs │ │ │ │ ├── .gitignore │ │ │ │ ├── README.md │ │ │ │ ├── config │ │ │ │ │ └── config.exs │ │ │ │ ├── lib │ │ │ │ │ ├── sequence17.ex │ │ │ │ │ ├── sequence17 │ │ │ │ │ │ ├── server.ex │ │ │ │ │ │ └── stackserver.ex │ │ │ │ │ ├── stack.ex │ │ │ │ │ └── stack │ │ │ │ │ │ ├── impl.ex │ │ │ │ │ │ └── server.ex │ │ │ │ ├── mix.exs │ │ │ │ └── test │ │ │ │ │ ├── sequence17_test.exs │ │ │ │ │ └── test_helper.exs │ │ │ └── supseq18 │ │ │ │ ├── .formatter.exs │ │ │ │ ├── .gitignore │ │ │ │ ├── README.md │ │ │ │ ├── config │ │ │ │ └── config.exs │ │ │ │ ├── lib │ │ │ │ ├── supseq18.ex │ │ │ │ └── supseq18 │ │ │ │ │ ├── application.ex │ │ │ │ │ ├── server.ex │ │ │ │ │ └── stash.ex │ │ │ │ ├── mix.exs │ │ │ │ └── test │ │ │ │ ├── supseq18_test.exs │ │ │ │ └── test_helper.exs │ │ ├── derek-banas.elixir-tutorial │ │ │ ├── README.md │ │ │ ├── eg01.ex │ │ │ ├── eg02.ex │ │ │ └── eg03.ex │ │ ├── elixirschool.com │ │ │ ├── README.md │ │ │ ├── a-basics │ │ │ │ ├── p01_basics.exs │ │ │ │ ├── p02_collections.exs │ │ │ │ ├── p03_enum.exs │ │ │ │ ├── p04_pattern_matching.exs │ │ │ │ ├── p05_control_structures.exs │ │ │ │ ├── p06_functions.exs │ │ │ │ ├── p07_pipe_operator.exs │ │ │ │ ├── p08_modules.exs │ │ │ │ ├── p09_mix.md │ │ │ │ ├── p10_sigils.exs │ │ │ │ ├── p11_documentation.exs │ │ │ │ ├── p11_documentation.md │ │ │ │ ├── p12_testing.md │ │ │ │ ├── p13_comprehensions.exs │ │ │ │ ├── p14_strings.exs │ │ │ │ ├── p15_date_and_time.exs │ │ │ │ ├── p16_custom_mix_tasks.md │ │ │ │ └── p17_iex_helpers.md │ │ │ └── b-advanced │ │ │ │ ├── p18_erlang_interoperability.exs │ │ │ │ ├── p18_erlang_interoperability.md │ │ │ │ ├── p19_error_handling.exs │ │ │ │ ├── p20_executables.md │ │ │ │ ├── p21_concurrency.exs │ │ │ │ ├── p21_concurrency.md │ │ │ │ ├── p22_otp_concurrency.exs │ │ │ │ ├── p22_otp_concurrency.md │ │ │ │ ├── p23_otp_supervisors.exs │ │ │ │ ├── p23_otp_supervisors.md │ │ │ │ ├── p24_chat │ │ │ │ ├── .formatter.exs │ │ │ │ ├── .gitignore │ │ │ │ ├── README.md │ │ │ │ ├── lib │ │ │ │ │ ├── p24_chat.ex │ │ │ │ │ └── p24_chat │ │ │ │ │ │ └── application.ex │ │ │ │ ├── mix.exs │ │ │ │ └── test │ │ │ │ │ ├── p24_chat_test.exs │ │ │ │ │ └── test_helper.exs │ │ │ │ ├── p24_otp_distribution.exs │ │ │ │ ├── p24_otp_distribution.md │ │ │ │ ├── p25_metaprogramming.exs │ │ │ │ ├── p25_metaprogramming.md │ │ │ │ ├── p26_umbrella_projects.md │ │ │ │ ├── p27_spectypes.exs │ │ │ │ ├── p27_spectypes.md │ │ │ │ ├── p28_behaviors.exs │ │ │ │ ├── p28_behaviors.md │ │ │ │ ├── p29_genstage.md │ │ │ │ ├── p29_genstage │ │ │ │ ├── .formatter.exs │ │ │ │ ├── .gitignore │ │ │ │ ├── README.md │ │ │ │ ├── lib │ │ │ │ │ ├── p29_genstage.ex │ │ │ │ │ └── p29_genstage │ │ │ │ │ │ ├── application.ex │ │ │ │ │ │ ├── consumer.ex │ │ │ │ │ │ ├── producer.ex │ │ │ │ │ │ └── producer_consumer.ex │ │ │ │ ├── mix.exs │ │ │ │ ├── mix.lock │ │ │ │ └── test │ │ │ │ │ ├── p29_genstage_test.exs │ │ │ │ │ └── test_helper.exs │ │ │ │ ├── p30_protocols.exs │ │ │ │ ├── p30_protocols.md │ │ │ │ └── p31_nerves.md │ │ ├── hexdocs-pm--distillery--appups.md │ │ ├── hexdocs-pm--mix.md │ │ ├── kevin-rockwood--practical-guide-to-elixir-protocols.exs │ │ └── sample-code │ │ │ ├── elixir-concurrency.ex │ │ │ └── missing-item.ex │ ├── erlang │ │ ├── .gitignore │ │ ├── README.md │ │ ├── bernard-duggan--erlang-in-prod-i-wish-i-had-when-started.md │ │ ├── derek-banas.erlang-tutorial │ │ │ ├── README.md │ │ │ └── eg01.erl │ │ ├── erlang-and-otp-in-action │ │ │ ├── README.md │ │ │ ├── chapter1.md │ │ │ ├── chapter2.md │ │ │ ├── chapter2_11_1.erl │ │ │ ├── chapter2_15_1.erl │ │ │ └── chapter2_5_1.erl │ │ └── getting-started-with-erlang │ │ │ ├── README.md │ │ │ ├── chapter1-2-01.erl │ │ │ ├── chapter1-2-02.erl │ │ │ ├── chapter1-2-03.erl │ │ │ ├── chapter1-2-04.erl │ │ │ ├── chapter1-2-08.erl │ │ │ ├── chapter1-2-09.erl │ │ │ ├── chapter1-2-10.erl │ │ │ ├── chapter1-2-11.erl │ │ │ ├── chapter1-2-13.erl │ │ │ ├── chapter1-2-u14.erl │ │ │ ├── chapter1-2.md │ │ │ ├── chapter1-3-01.erl │ │ │ ├── chapter1-3-02.erl │ │ │ ├── chapter1-3-03.erl │ │ │ ├── chapter1-3-04.erl │ │ │ ├── chapter1-3-05.erl │ │ │ ├── chapter1-3.md │ │ │ ├── chapter1-4-01.erl │ │ │ ├── chapter1-4-02.erl │ │ │ ├── chapter1-4-03.erl │ │ │ ├── chapter1-4.md │ │ │ ├── chapter1-5.md │ │ │ └── chapter5-01 │ │ │ ├── mess_client.erl │ │ │ ├── mess_config.hrl │ │ │ ├── mess_interface.hrl │ │ │ ├── mess_server.erl │ │ │ └── user_interface.erl │ ├── golang │ │ ├── .gitignore │ │ ├── Golang.UK.Conf.2016--Asim.Aslam--Simplifying.and.Managing.MicroServices.with.Micro.md │ │ ├── Golang.UK.Conf.2016--Jennie.Less--Managing.and.Scaling.Realtime.Data.Pipeline.using.Go.md │ │ ├── GoogleTechTalks │ │ │ ├── JSON.REST.APIs.by.Stephan.Dollberg.go │ │ │ ├── JSON.REST.APIs.by.Stephan.Dollberg.md │ │ │ ├── README.md │ │ │ ├── Testing-Quick.Blackbox.Test.Harness.by.MattProud.00.go │ │ │ ├── Testing-Quick.Blackbox.Test.Harness.by.MattProud.01.go │ │ │ ├── Testing-Quick.Blackbox.Test.Harness.by.MattProud.02.go │ │ │ ├── Testing-Quick.Blackbox.Test.Harness.by.MattProud.03.go │ │ │ └── Testing-Quick.Blackbox.Test.Harness.by.MattProud.md │ │ ├── GopherCon2017--Mitchell.Hashimoto--Advanced.Testing.with.Go.md │ │ ├── LangNext2014--Rob.Pike--From.Parallel.to.Concurrent.md │ │ ├── Oracle.md │ │ ├── create-your-own-dsl-in-go.md │ │ ├── db │ │ │ ├── cache2go │ │ │ │ └── exampl01.go │ │ │ └── diskv │ │ │ │ └── exampl01.go │ │ ├── dumb-intelligence │ │ │ └── try-prose.go │ │ ├── grpc │ │ │ ├── eg-logr.md │ │ │ └── eg-logr │ │ │ │ ├── client │ │ │ │ └── logr.go │ │ │ │ ├── go-get-pkg.txt │ │ │ │ ├── logr │ │ │ │ ├── logr.pb.go │ │ │ │ └── logr.proto │ │ │ │ └── server │ │ │ │ └── logr.go │ │ ├── hashing │ │ │ └── jump-hash-example.go │ │ ├── load-balance │ │ │ └── roundrobin.go │ │ ├── profiling │ │ │ ├── blog.golang.org--profiling-go-programs.md │ │ │ ├── golang-examples.tumblr.com--performance-profiling.md │ │ │ ├── golang.uk.conf.2016--7.ways.to.profile.md │ │ │ ├── medium.com--tjholowaychuk--profiling-golang.md │ │ │ ├── quick.tips.md │ │ │ └── vilito-exquisitus │ │ │ │ ├── simple-word-count-01.go │ │ │ │ ├── simple-word-count-02.go │ │ │ │ ├── simple-word-count-03.go │ │ │ │ ├── simple-word-count-04.go │ │ │ │ └── simple-word-count.go │ │ ├── proxy │ │ │ └── reverse-proxy-bechurch.go │ │ ├── quick-examples │ │ │ ├── add-with-bitwsie.go │ │ │ ├── and-or.go │ │ │ ├── anon-func.go │ │ │ ├── beego_hello_world.go │ │ │ ├── chan-buffered-duffer.go │ │ │ ├── chan-jackie-chan.go │ │ │ ├── chan-struct.go │ │ │ ├── chan-to-chan.go │ │ │ ├── competitive-fizzbuzz │ │ │ │ ├── fizzbuzz.go │ │ │ │ └── fizzbuzz_test.go │ │ │ ├── composites │ │ │ │ ├── README.md │ │ │ │ ├── fieldtag.go │ │ │ │ ├── mapr.go │ │ │ │ ├── slicer.go │ │ │ │ └── structr.go │ │ │ ├── concurrent │ │ │ │ ├── fake-search-framework │ │ │ │ │ ├── fakeframework.go │ │ │ │ │ └── faker │ │ │ │ │ │ └── framework.go │ │ │ │ ├── generator.go │ │ │ │ ├── multiplexing.go │ │ │ │ ├── set-1 │ │ │ │ │ ├── goroutine00.go │ │ │ │ │ ├── goroutine01.go │ │ │ │ │ ├── goroutine02.go │ │ │ │ │ ├── goroutine03.go │ │ │ │ │ ├── goroutine04.go │ │ │ │ │ ├── goroutine05.go │ │ │ │ │ ├── goroutine06.go │ │ │ │ │ └── goroutine07.go │ │ │ │ └── waitgroup-example.go │ │ │ ├── debug │ │ │ │ └── goroutine.ids.go │ │ │ ├── defer-ret.go │ │ │ ├── encoding │ │ │ │ ├── config.xml │ │ │ │ └── config_xml.go │ │ │ ├── generics-in.go │ │ │ ├── generics.go │ │ │ ├── gorm │ │ │ │ ├── go.mod │ │ │ │ ├── go.sum │ │ │ │ └── main.go │ │ │ ├── http-izer │ │ │ │ ├── level00.go │ │ │ │ ├── level01.go │ │ │ │ ├── level02.go │ │ │ │ └── templates │ │ │ │ │ ├── blimey.html │ │ │ │ │ └── hooligans.html │ │ │ ├── interface-pack │ │ │ │ ├── level0.go │ │ │ │ ├── level1.go │ │ │ │ ├── level2.go │ │ │ │ └── level3.go │ │ │ ├── json │ │ │ │ ├── dynamic_json_array_parsing_01.go │ │ │ │ ├── maps-and-json.go │ │ │ │ ├── structured.go │ │ │ │ └── structured.json │ │ │ ├── just-pointers.go │ │ │ ├── label-loop-switch.go │ │ │ ├── net │ │ │ │ └── server-static-file.go │ │ │ ├── os-exec │ │ │ │ ├── abk.long.running.process.go │ │ │ │ └── darrencoxall.com_executing-commands-in-go.md │ │ │ ├── parking-lot │ │ │ │ ├── go.mod │ │ │ │ ├── go.sum │ │ │ │ ├── parking_lot.go │ │ │ │ ├── parking_lot_test.go │ │ │ │ ├── parking_lot_with_db.go │ │ │ │ └── parking_lot_with_db_test.go │ │ │ ├── point-er-stack.go │ │ │ ├── regex_example.go │ │ │ ├── rnd.go │ │ │ ├── runtime_trials.go │ │ │ ├── slice-arrays.go │ │ │ ├── slice-pass-by-value.go │ │ │ ├── somepkg │ │ │ │ └── yep.go │ │ │ ├── square-with-add.go │ │ │ ├── struct-ure.go │ │ │ ├── switch-it-up.go │ │ │ ├── sync-waitgroup.go │ │ │ ├── text.template.go │ │ │ ├── timeouts │ │ │ │ └── gobyexample.go │ │ │ ├── websocket_melody_session_manager.go │ │ │ ├── xmas-tree.go │ │ │ └── yeah-init.go │ │ ├── reflection │ │ │ └── exampl01.go │ │ ├── server_client_zmq │ │ │ └── REQ-REP │ │ │ │ ├── client │ │ │ │ └── echocln.go │ │ │ │ ├── runnr.go │ │ │ │ └── server │ │ │ │ └── echosvr.go │ │ ├── test-to-learn │ │ │ ├── README.md │ │ │ ├── go.mod │ │ │ ├── health │ │ │ │ ├── service.go │ │ │ │ └── service_test.go │ │ │ ├── main.go │ │ │ └── main_test.go │ │ ├── testing │ │ │ └── quickcheck-sample │ │ │ │ ├── sample.go │ │ │ │ └── sample_test.go │ │ ├── with--fsnotify │ │ │ ├── example-from-repo-howeyc.go │ │ │ └── tailr.go │ │ ├── with--go-opencv │ │ │ ├── go-get-pkg.txt │ │ │ ├── stage01.go │ │ │ └── stage01.jpg │ │ ├── with-go-lua │ │ │ ├── hello.lua │ │ │ └── simple.go │ │ └── www.golang-book.com │ │ │ ├── chapter10.concurrency.go │ │ │ ├── chapter11.godoc.sh │ │ │ ├── chapter11.packaging.go │ │ │ ├── chapter11 │ │ │ └── fmtmf.go │ │ │ ├── chapter12.sh │ │ │ ├── chapter12 │ │ │ ├── chapter12.test │ │ │ ├── joinr.go │ │ │ └── joinr_test.go │ │ │ ├── chapter2.hello.go │ │ │ ├── chapter3.types.go │ │ │ ├── chapter4.var.go │ │ │ ├── chapter5.controlStructs.go │ │ │ ├── chapter6.dataStructs.go │ │ │ ├── chapter7.func.go │ │ │ ├── chapter8.ptr.go │ │ │ ├── chapter9.interfaces.go │ │ │ └── chapter9.structs.go │ ├── graphql │ │ ├── README.md │ │ ├── graphql-go │ │ │ ├── README.md │ │ │ └── sample.go │ │ └── how-to-graphql │ │ │ ├── README.md │ │ │ ├── how-to-graphql-advanced.md │ │ │ └── how-to-graphql-basic.md │ ├── haskell │ │ ├── DerekBanas.Haskell.LYAH │ │ │ ├── haskell01.hs │ │ │ ├── haskell02.hs │ │ │ └── haskell03.hs │ │ ├── LearnYouAHaskell │ │ │ ├── chap01.hs │ │ │ ├── chap02.hs │ │ │ ├── chap03.hs │ │ │ ├── chap04.hs │ │ │ └── chap05.hs │ │ ├── PeterDrake.Haskell.LYAH │ │ │ ├── PeterDrake.Haskell.LYAH.1.md │ │ │ ├── PeterDrake.Haskell.LYAH.2a.md │ │ │ ├── PeterDrake.Haskell.LYAH.2b.md │ │ │ ├── PeterDrake.Haskell.LYAH.2c.md │ │ │ ├── PeterDrake.Haskell.LYAH.2d.md │ │ │ ├── PeterDrake.Haskell.LYAH.2e.md │ │ │ ├── PeterDrake.Haskell.LYAH.3.md │ │ │ ├── PeterDrake.Haskell.LYAH.4.md │ │ │ ├── PeterDrake.Haskell.LYAH.5.md │ │ │ ├── PeterDrake.Haskell.LYAH.6a.md │ │ │ ├── PeterDrake.Haskell.LYAH.6b.md │ │ │ ├── PeterDrake.Haskell.LYAH.7.md │ │ │ ├── PeterDrake.Haskell.LYAH.8a.md │ │ │ ├── PeterDrake.Haskell.LYAH.8b.md │ │ │ ├── PeterDrake.Haskell.LYAH.9.md │ │ │ └── enable1.txt │ │ ├── PhilipWadler-UniversityOfEdinburgh-2011 │ │ │ ├── Haskell.Course-ed.ac.uk.Lecture-Extra-Proof.md │ │ │ ├── Haskell.Course-ed.ac.uk.Lecture00-06.md │ │ │ ├── Haskell.Course-ed.ac.uk.Lecture07-08.md │ │ │ ├── Haskell.Course-ed.ac.uk.Lecture11-12.md │ │ │ ├── Haskell.Course-ed.ac.uk.Lecture13-14.md │ │ │ ├── Haskell.Course-ed.ac.uk.Lecture15-16.md │ │ │ ├── Haskell.Course-ed.ac.uk.Lecture17-18.md │ │ │ ├── Parser.hs │ │ │ ├── Proposition.hs │ │ │ ├── README.md │ │ │ ├── lecture03.example00.hs │ │ │ ├── lecture16.example00.hs │ │ │ ├── lecture17.example00.hs │ │ │ ├── lecture17.example01.hs │ │ │ ├── lecture18.example00.hs │ │ │ ├── lecture18.example01.hs │ │ │ ├── lecture18.example02.hs │ │ │ ├── lecture18.example03.hs │ │ │ ├── lecture18.example04.hs │ │ │ └── lecture18.example05.hs │ │ ├── README.md │ │ ├── edx.FP101x │ │ │ └── edX.FP101x.Introduction.md │ │ ├── fpcomplete.com │ │ │ ├── simple-examples.hs │ │ │ ├── sysenv-for-webapp.hs │ │ │ ├── sysenv.hs │ │ │ └── sysinfo.hs │ │ ├── misc │ │ │ ├── USIEvents--ParallelAndConcurrentProgrammingInHaskell--SimonMarlow.md │ │ │ ├── prajitr.github.io--quick-haskell-syntax.hs │ │ │ └── trivia--wiki.haskell.org.md │ │ └── sed-in-haskell │ │ │ └── sed.hs │ ├── javascript │ │ ├── JSConf.Iceland.2016--Vitaly.Friedman--Dirty.little.front-end.tricks.md │ │ ├── JSConfBudapest2016--Sam.Bellen--Changing.live.audio.with.WebAudioAPI.md │ │ ├── README.md │ │ ├── lyrajs │ │ │ ├── README.md │ │ │ ├── lyra-blog.js │ │ │ └── package.json │ │ └── p5.js │ │ │ ├── README.md │ │ │ ├── demo-interaction-snake-game.html │ │ │ ├── index.html │ │ │ ├── js │ │ │ └── vendor │ │ │ │ ├── p5.dom.min.js │ │ │ │ ├── p5.min.js │ │ │ │ └── p5.sound.min.js │ │ │ ├── p5js-getting-started.html │ │ │ ├── p5js-learn-getting-started.md │ │ │ ├── p5js-learn-overview.md │ │ │ └── p5js-learn.md │ ├── julia-lang │ │ ├── README.md │ │ ├── julia-1-tutorial-by-JSec-misc.md │ │ ├── julia-1-tutorial-by-JSec.md │ │ └── sample-code │ │ │ ├── basic-cli.jl │ │ │ ├── document-summarization.jl │ │ │ └── lib │ │ │ ├── sampletext.jl │ │ │ └── stopwords.jl │ ├── jvm-n-java │ │ ├── .gitignore │ │ ├── Brendan.Gregg--Java.Mixed.Mode.Flame.Graph.md │ │ ├── README.md │ │ └── java │ │ │ └── forkjoinpool_sample │ │ │ ├── BinarySearch.java │ │ │ └── ForkJoinSearcher.java │ ├── lua │ │ ├── README.md │ │ └── tutorialspoint │ │ │ ├── 01-overview.md │ │ │ ├── 02-basic-syntax.md │ │ │ └── README.md │ ├── nim │ │ ├── README.md │ │ ├── book--nim-in-action │ │ │ ├── README.md │ │ │ ├── chap03.md │ │ │ ├── chap04.md │ │ │ ├── chap05.md │ │ │ ├── chap06.md │ │ │ ├── chap07.md │ │ │ ├── chap08.md │ │ │ ├── chap09.md │ │ │ ├── code-samples │ │ │ │ ├── chap2_2_2.nim │ │ │ │ ├── chap2_2_3.nim │ │ │ │ ├── chap2_3.nim │ │ │ │ ├── chap2_4.nim │ │ │ │ ├── chap2_6.nim │ │ │ │ ├── chap3chat │ │ │ │ │ ├── .gitignore │ │ │ │ │ ├── bin │ │ │ │ │ │ └── .keep │ │ │ │ │ ├── src │ │ │ │ │ │ ├── client.nim │ │ │ │ │ │ ├── client.nims │ │ │ │ │ │ ├── protocol.nim │ │ │ │ │ │ └── server.nim │ │ │ │ │ └── tasks.sh │ │ │ │ ├── chap4.nim │ │ │ │ ├── chap4.nims │ │ │ │ ├── chap6.nim │ │ │ │ ├── chap6_4.nim │ │ │ │ ├── chap6_5.nim │ │ │ │ ├── chap7twit │ │ │ │ │ ├── public │ │ │ │ │ │ └── style.css │ │ │ │ │ ├── src │ │ │ │ │ │ ├── db.nim │ │ │ │ │ │ ├── migrations │ │ │ │ │ │ │ ├── 2022-12-04-23-38-00-create-user.sql │ │ │ │ │ │ │ ├── 2022-12-04-23-40-00-create-message.sql │ │ │ │ │ │ │ └── 2022-12-04-23-45-00-create-subscription.sql │ │ │ │ │ │ ├── model.nim │ │ │ │ │ │ ├── twit.nim │ │ │ │ │ │ ├── twit_util.nim │ │ │ │ │ │ └── views │ │ │ │ │ │ │ ├── general.nim │ │ │ │ │ │ │ ├── login.nim │ │ │ │ │ │ │ ├── message.nim │ │ │ │ │ │ │ └── user.nim │ │ │ │ │ ├── test │ │ │ │ │ │ ├── db_test.nim │ │ │ │ │ │ ├── views_message_test.nim │ │ │ │ │ │ └── views_user_test.nim │ │ │ │ │ └── twit.nimble │ │ │ │ ├── chap8ffi │ │ │ │ │ ├── ffi01.nim │ │ │ │ │ └── ffi02_time.nim │ │ │ │ └── chap9 │ │ │ │ │ ├── cfg9 │ │ │ │ │ ├── cfg9.nimble │ │ │ │ │ ├── src │ │ │ │ │ │ └── cfg9.nim │ │ │ │ │ └── tests │ │ │ │ │ │ ├── config.nims │ │ │ │ │ │ ├── sample-dsl.cfg │ │ │ │ │ │ └── test1.nim │ │ │ │ │ ├── sample_generics.nim │ │ │ │ │ ├── sample_macros.nim │ │ │ │ │ └── sample_template.nim │ │ │ └── part-01.md │ │ ├── cheatsheet.nim │ │ └── cheatsheet.nims │ ├── nodejs │ │ ├── JSConfIceland2016--AzatMardan--YouDontKnowNodejs.md │ │ ├── README.md │ │ ├── jsdom │ │ │ ├── jsdom-hello.js │ │ │ └── scrap.digg.story.title.js │ │ ├── node-version │ │ ├── nodejs-anatomy-of-http-transaction.md │ │ ├── nodejs-asynchronous-work.md │ │ ├── nodejs-backpressuring-streams.md │ │ ├── nodejs-cli.md │ │ ├── nodejs-domain-module.md │ │ ├── nodejs-file-stats.md │ │ ├── nodejs-getting-started.md │ │ └── nodejs-remaining-guides.md │ ├── python │ │ ├── Falcon │ │ │ ├── falcontest.py │ │ │ ├── run-falcontest │ │ │ └── setup-requirements.txt │ │ ├── Googles.Python.Class--Day1-and-Day2 │ │ │ ├── README.md │ │ │ ├── day01_eg01.py │ │ │ ├── day01_eg02.py │ │ │ ├── day01_eg03.py │ │ │ ├── day02_eg01.py │ │ │ ├── day02_eg02.py │ │ │ ├── day02_eg03.py │ │ │ └── day02_eg04.py │ │ ├── Kivy │ │ │ ├── derek.banas │ │ │ │ ├── hellokivyy.kv │ │ │ │ ├── kivitut00.py │ │ │ │ └── kivitut01.py │ │ │ └── setup-requirements.txt │ │ ├── PyCon2012 │ │ │ └── high-perf-python-I_IanOzsvald.md │ │ ├── PyConUS2011 │ │ │ ├── An_OpenSuccess_For_TheCloudOpenStack │ │ │ │ └── README.md │ │ │ ├── HowToWriteObfuscatedPython │ │ │ │ ├── obfus01.py │ │ │ │ ├── obfus02.py │ │ │ │ └── obfus03.py │ │ │ └── README.md │ │ ├── PyConUS2013 │ │ │ ├── BrettCannon.HowImportWorks.md │ │ │ ├── Internationalization_and_Local │ │ │ │ ├── py00_log │ │ │ │ └── py01_pybabel.py │ │ │ ├── Intro_to_MetaClasses │ │ │ │ ├── 01-debugly.py │ │ │ │ ├── Intro_to_MetaClasses-part1.py.md │ │ │ │ ├── Intro_to_MetaClasses-part2.py.md │ │ │ │ └── Intro_to_MetaClasses-part3.py.md │ │ │ └── README.md │ │ ├── PythonFundamentals_4DayTrainingCourse │ │ │ ├── README.md │ │ │ ├── class1_part1 │ │ │ │ └── code01.py │ │ │ ├── class1_part2 │ │ │ │ └── code01.py │ │ │ ├── class1_part3 │ │ │ │ └── code01.py │ │ │ └── class1_part4 │ │ │ │ └── code01.py │ │ ├── README.md │ │ ├── Youtube │ │ │ ├── README.md │ │ │ ├── misc │ │ │ │ ├── .gitignore │ │ │ │ └── PythonEpiphanies.py.md │ │ │ └── pdb │ │ │ │ ├── README.md │ │ │ │ └── buggy.py │ │ ├── _self │ │ │ ├── What-To-Play-First-For-Disk-Space.py │ │ │ ├── faker │ │ │ │ ├── README.md │ │ │ │ ├── dummy.py │ │ │ │ ├── faker.py │ │ │ │ └── test_dummy.py │ │ │ ├── latency.py │ │ │ ├── pecan │ │ │ │ ├── example-webapp-helpers │ │ │ │ │ └── populate_pecan_project.sh │ │ │ │ └── example-webapp.sh │ │ │ ├── resource-heavy-abc.py │ │ │ ├── retry.py │ │ │ └── scratch │ │ │ │ ├── epoch2time.py │ │ │ │ └── ifIPv4.py │ │ ├── fizzbuzz.py │ │ ├── gregreda.com │ │ │ └── web-scraping-101 │ │ │ │ ├── pip-requires.txt │ │ │ │ └── scraper.py │ │ ├── learnpythonthehardway │ │ │ ├── README.md │ │ │ ├── ex01.py │ │ │ ├── ex02.py │ │ │ ├── ex03.py │ │ │ ├── ex04.py │ │ │ ├── ex05.py │ │ │ ├── ex06.py │ │ │ ├── ex07.py │ │ │ ├── ex08.py │ │ │ ├── ex09.py │ │ │ ├── ex10.py │ │ │ ├── ex11.py │ │ │ ├── ex12.py │ │ │ ├── ex13.py │ │ │ ├── ex14.py │ │ │ ├── ex15.py │ │ │ ├── ex16.py │ │ │ ├── ex17.py │ │ │ ├── ex18.py │ │ │ ├── ex19.py │ │ │ ├── ex20.py │ │ │ ├── ex21.py │ │ │ ├── ex22.py │ │ │ ├── ex23.py │ │ │ ├── ex24.py │ │ │ ├── ex25.py │ │ │ └── ex26.py │ │ ├── memoization-functools.py │ │ ├── neckbeard │ │ │ ├── README.md │ │ │ ├── cli-app-n-pkg-part1 │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── __init__.py │ │ │ │ ├── racks │ │ │ │ │ └── main.py │ │ │ │ ├── requirements.txt │ │ │ │ └── setup.py │ │ │ ├── lambda-function.py.md │ │ │ ├── profiling-part1.py.md │ │ │ ├── staticmethod.vs.classmethod.py │ │ │ └── super-literal.py.md │ │ ├── only-if-python2.py │ │ ├── pdb-debug.py │ │ ├── pillow │ │ │ ├── README.md │ │ │ ├── corey-schafer-image-manipulation-with-pillow.py │ │ │ ├── images │ │ │ │ └── dream-cloud.jpg │ │ │ ├── pythonexamples-org-pillow.py │ │ │ └── zetcode_com--pillow_tutorial.py │ │ ├── random_password_generator.py │ │ ├── terminal-whisper │ │ │ ├── README.md │ │ │ ├── git-commit-trick │ │ │ ├── netcat-sample.py │ │ │ └── stdout-sample.py │ │ └── wrapping-go-in-python │ │ │ ├── .gitignore │ │ │ ├── Marcus.Willock--Wrapping.Go.in.Python.md │ │ │ └── example-1 │ │ │ ├── callr_go_go_go.py │ │ │ ├── commands.sh │ │ │ └── go_go_go.go │ ├── racket │ │ ├── README.md │ │ ├── cheatsheet.md │ │ ├── racket-programming--colleen-lewis.md │ │ └── sample-code │ │ │ ├── cons-l.rkt │ │ │ ├── factorial.rkt │ │ │ └── graph-data.rkt │ ├── ruby │ │ ├── Aaron.Patterson--tenderlovemaking.com--Puts.Debugger.md │ │ ├── AlohaRubyConf2012_10ThingsRuby │ │ │ ├── 001_code_in_data.rb │ │ │ ├── 002_data_in_code.rb │ │ │ ├── 003_data_in_code_rewind.rb │ │ │ ├── 004_single_run.rb │ │ │ ├── 005_data_to_code.rb │ │ │ ├── 006_dump_parsetree.rb │ │ │ ├── 007_dump_parsetree_comment.rb │ │ │ ├── 008_dump_instructions.rb │ │ │ ├── 009_dump_yydebug.rb │ │ │ ├── 010_code_from_require.rb │ │ │ ├── 011_tail_call_optimization.rb │ │ │ ├── 012_pass_args_super.rb │ │ │ ├── 013_pass_same_super.rb │ │ │ ├── 014_pass_mod_super.rb │ │ │ ├── 015_pass_no_super.rb │ │ │ ├── 016_pass_no_block_super.rb │ │ │ ├── 017_if_super.rb │ │ │ ├── 018_lambda_literal.rb │ │ │ ├── 019_own_utf8_lambda.rb │ │ │ ├── 020_block_in_block.rb │ │ │ ├── 021_call_anything.rb │ │ │ ├── 022_symbol_tp_proc_args.rb │ │ │ ├── 023_inject_symbol.rb │ │ │ ├── 024_case_on_ranges.rb │ │ │ ├── 025_case_on_date_ranges.rb │ │ │ ├── 026_case_on_lambda.rb │ │ │ ├── 027_formatted_inspect_sprintf.rb │ │ │ ├── 028_formatted_sprintf_by_name.rb │ │ │ ├── 029_multiple_heredocs.rb │ │ │ ├── 030_dodging_a_warning.rb │ │ │ ├── 031_shortcut_var_interpolation.rb │ │ │ ├── 032_var_from_regex.rb │ │ │ ├── 033_unused_variable.rb │ │ │ ├── 034_objects_containing_themselves.rb │ │ │ ├── 035_just_use_cycle.rb │ │ │ ├── 036_assoc_array.rb │ │ │ ├── 037_more_than_2_fields.rb │ │ │ ├── 038_with_versioned_data.rb │ │ │ ├── 039_easy_fast_memorization.rb │ │ │ ├── 040_autovivification_like_perl.rb │ │ │ ├── 041_rolling_own_dispatch_table.rb │ │ │ ├── 042_rolling_rb_dispatch_table.rb │ │ │ ├── 043_fetching_data.rb │ │ │ ├── 044_indexing_into_string_by_regex.rb │ │ │ ├── 045_assign_by_regex.rb │ │ │ ├── 046_finding_last_match.rb │ │ │ ├── 047_chew_binary_data.rb │ │ │ ├── 048_iterating_in_lockstep.rb │ │ │ ├── 049_partition_ur_data.rb │ │ │ ├── 050_data_in_chunks.rb │ │ │ ├── 051_flat_map.rb │ │ │ ├── 052_each_with_object.rb │ │ │ ├── 053_take_little_off_the_top.rb │ │ │ ├── 054_manual_iteration.rb │ │ │ ├── 055_smarter_loop.rb │ │ │ ├── 056_chaining_iterators.rb │ │ │ ├── 057_add_index_to_any_iterator.rb │ │ │ ├── 058_build_classes.rb │ │ │ ├── 059_build_modules.rb │ │ │ ├── 060_inherit_an_expression.rb │ │ │ ├── 061_mixin_expression.rb │ │ │ ├── 062_subclass_module.rb │ │ │ ├── 063_empty_types.rb │ │ │ ├── 064_dont_inherit_struct.rb │ │ │ ├── 065_struct_without_assignment.rb │ │ │ ├── 066_good_method_missing.rb │ │ │ ├── 067_instance_eval_in_disguise.rb │ │ │ ├── 068_iterating_over_each_object.rb │ │ │ ├── 069_iterate_over_specific_type.rb │ │ │ ├── 070_count_objects.rb │ │ │ ├── 071_profile_garbage_collector.rb │ │ │ ├── 072_tap_into_call_chain.rb │ │ │ ├── 073_sneak_in_p_no_tap.rb │ │ │ ├── 074_bubble_up_thread_errors.rb │ │ │ ├── 075_DEBUG_flag.rb │ │ │ ├── 076_between_two_tests_in_one.rb │ │ │ ├── 077_line_by_line_read.rb │ │ │ ├── 078_write_file_shortcut.rb │ │ │ ├── 079_daemoniz.rb │ │ │ ├── 080_process_launching_on_steroids.rb │ │ │ ├── 081_seriously_spawn.rb │ │ │ ├── 082_random_data.rb │ │ │ ├── 083_read_from_web.rb │ │ │ ├── 084_escape_for_shell.rb │ │ │ ├── 085_template_methods.rb │ │ │ ├── 086_unixy_file_manipulation.rb │ │ │ ├── 087_tweak_fileutils.rb │ │ │ ├── 088_OO_file_interface.rb │ │ │ ├── 089_worlds_easy_db.rb │ │ │ ├── 090_use_drop_in_yaml.rb │ │ │ ├── 091_complete_set.rb │ │ │ ├── 092_mini_ruby_prog.sh │ │ │ ├── 093_io_like_argf.rb │ │ │ ├── 094_argf_sans_cmdline.rb │ │ │ ├── 095_flip_flop.sh │ │ │ ├── 096_out_of_order_code.sh │ │ │ ├── 097_irb_last_result.log │ │ │ ├── 098_irb_job_management.log │ │ │ ├── 099_trigger_irb_as_needed.rb │ │ │ ├── 100_pretty_json.log │ │ │ ├── 101_never_crash_code.rb │ │ │ ├── full_name.erb │ │ │ └── last_name_first.erb │ │ ├── CodeSchool--Rails.for.Zombies.Redux │ │ │ ├── README │ │ │ ├── level01.log │ │ │ ├── level02.log │ │ │ ├── level03.log │ │ │ ├── level04.log │ │ │ └── level05.log │ │ ├── CodeSchool--try.Ruby │ │ │ ├── README │ │ │ └── tryRuby.rb │ │ ├── DenverRubyConf2012_GrowUnixBeard │ │ │ ├── c01_if_fork.rb │ │ │ ├── c02_mem_n_fork.rb │ │ │ ├── c03_shell_blinker.sh │ │ │ ├── c04_nginx_style.rb │ │ │ ├── c05_fork_and_replace.rb │ │ │ └── c06_fork_exec.rb │ │ ├── DenverRubyConf2012_YNotInFP │ │ │ └── ynot.rb │ │ ├── GORUCO2012_PowerRake │ │ │ ├── Rakefile │ │ │ ├── Rakefile02 │ │ │ ├── Rakefile03 │ │ │ ├── images │ │ │ │ ├── 6a00e5508a3ca78834017d3be00bb5970c-800wi.png │ │ │ │ ├── Devops.png.png │ │ │ │ ├── HiyyOzq.png │ │ │ │ ├── borat_devops.png │ │ │ │ ├── jpegs │ │ │ │ │ └── big │ │ │ │ │ │ └── 1G1faNf.jpg │ │ │ │ └── logo.png │ │ │ └── tasks │ │ │ │ ├── clean.rake │ │ │ │ ├── convert.rake │ │ │ │ └── pathmaps.rake │ │ ├── README.md │ │ ├── RailsConf2013 │ │ │ └── PRY_TheGoodParts.md │ │ ├── Rubocop.md │ │ ├── Ruby.in.20.minutes.md │ │ ├── TexasRailsConf2012_BasicRake │ │ │ ├── Rakefile │ │ │ └── lib │ │ │ │ └── tasks │ │ │ │ └── cut_copy_paste.rake │ │ ├── metaprogramming │ │ │ ├── README.md │ │ │ ├── episode1 │ │ │ │ ├── code01.rb │ │ │ │ ├── code02.rb │ │ │ │ └── code03.rb │ │ │ ├── episode2 │ │ │ │ ├── code01.rb │ │ │ │ ├── code02.rb │ │ │ │ └── code03.rb │ │ │ ├── episode3 │ │ │ │ ├── code01.rb │ │ │ │ ├── code02.rb │ │ │ │ └── code03.rb │ │ │ ├── episode4 │ │ │ │ ├── code01.rb │ │ │ │ └── code02.rb │ │ │ ├── episode5 │ │ │ │ ├── code01.rb │ │ │ │ ├── code02.rb │ │ │ │ ├── code03.rb │ │ │ │ ├── code04.rb │ │ │ │ ├── code05.rb │ │ │ │ ├── code06.rb │ │ │ │ ├── code07.rb │ │ │ │ ├── code08.rb │ │ │ │ └── code09.rb │ │ │ ├── episode6 │ │ │ │ ├── code01.rb │ │ │ │ ├── code02.rb │ │ │ │ └── code03.rb │ │ │ └── episode7 │ │ │ │ ├── code01.rb │ │ │ │ ├── code02.rb │ │ │ │ └── code03.rb │ │ ├── rubymonk │ │ │ └── Ruby.Primer │ │ │ │ ├── Ruby.01.Objects.md │ │ │ │ ├── Ruby.02.Strings.md │ │ │ │ ├── Ruby.03.Conditions-Loops.md │ │ │ │ ├── Ruby.04.Arrays-Hashes.md │ │ │ │ ├── Ruby.05.Classes.md │ │ │ │ ├── Ruby.06.Methods.md │ │ │ │ ├── Ruby.07.Lambdas.md │ │ │ │ ├── Ruby.08.Modules.md │ │ │ │ └── Ruby.09.IO-Streams.md │ │ └── testing │ │ │ ├── RSpec.md │ │ │ ├── sample.rb │ │ │ └── tutorialspoint.com--rspec │ │ │ ├── 01-hello-world.rb │ │ │ ├── 02-hello-world.rb │ │ │ ├── 03-writing-specs │ │ │ ├── string_analyzer.rb │ │ │ └── string_analyzer_spec.rb │ │ │ ├── 04-matchers.rb │ │ │ ├── 05-edibles.rb │ │ │ ├── 06-stubs.rb │ │ │ ├── 07-hooks.rb │ │ │ ├── 08-tags.rb │ │ │ ├── 09-subjects.rb │ │ │ ├── 10-helpers.rb │ │ │ ├── 11-metadata.rb │ │ │ ├── 12-filtering │ │ │ ├── example_with_exclusion.rb │ │ │ ├── examples_hook_filter.rb │ │ │ ├── examples_with_focus.rb │ │ │ ├── spec_helper_exclude.rb │ │ │ └── spec_helper_include.rb │ │ │ └── README.md │ ├── rust │ │ ├── .gitignore │ │ ├── README.md │ │ ├── book-zero2prod │ │ │ ├── README.md │ │ │ ├── chap01.md │ │ │ ├── chap02-03.md │ │ │ └── sample-project │ │ │ │ ├── .gitignore │ │ │ │ ├── Cargo.toml │ │ │ │ ├── src │ │ │ │ ├── main.rs │ │ │ │ └── server.rs │ │ │ │ └── tests │ │ │ │ └── test_api_health.rs │ │ ├── comprehensive-rust │ │ │ ├── README.md │ │ │ ├── arrays.rs │ │ │ ├── control-flow.rs │ │ │ ├── ex-counter.rs │ │ │ ├── ex-elevator-events.rs │ │ │ ├── ex-generic-min.rs │ │ │ ├── ex-logger-trait.rs │ │ │ ├── generic-dt.rs │ │ │ ├── generic-dyn-trait.rs │ │ │ ├── generic-fn.rs │ │ │ ├── generic-impl-trait.rs │ │ │ ├── generic-trait-bounds.rs │ │ │ ├── generic-traits.rs │ │ │ ├── magnitude.rs │ │ │ ├── methods.rs │ │ │ ├── pew-pew │ │ │ │ ├── .gitignore │ │ │ │ ├── Cargo.toml │ │ │ │ ├── README.md │ │ │ │ ├── src │ │ │ │ │ └── lib.rs │ │ │ │ └── tests │ │ │ │ │ └── lib_test.rs │ │ │ ├── references.rs │ │ │ ├── slice.rs │ │ │ ├── std-traits-comparisons.rs │ │ │ ├── std-traits-default.rs │ │ │ ├── std-traits-frominto-as.rs │ │ │ ├── std-traits-operators.rs │ │ │ ├── std-traits-rot13.rs │ │ │ ├── std-traits-rw.rs │ │ │ ├── strings.rs │ │ │ ├── structs.rs │ │ │ ├── trait.rs │ │ │ ├── transpose.rs │ │ │ └── tuples.rs │ │ ├── crates │ │ │ └── clap.md │ │ ├── rust-by-example │ │ │ ├── README.md │ │ │ ├── c01-hello-world │ │ │ │ ├── README.md │ │ │ │ └── hello-world.rs │ │ │ ├── c02-primitives-N-03custom-types │ │ │ │ ├── README.md │ │ │ │ ├── chapter02-N-03.rs │ │ │ │ ├── eg-arrays-slices.rs │ │ │ │ ├── eg-constants.rs │ │ │ │ ├── eg-enum-c-like.rs │ │ │ │ ├── eg-enum-testcase-linked-list.rs │ │ │ │ ├── eg-enum-use.rs │ │ │ │ ├── eg-literals-operators.rs │ │ │ │ ├── eg-static.rs │ │ │ │ ├── eg-string.rs │ │ │ │ ├── eg-struct.rs │ │ │ │ └── eg-tuples.rs │ │ │ └── c04-bindings-N-05types-N-06conversion │ │ │ │ ├── README.md │ │ │ │ ├── chapter-04-05.rs │ │ │ │ ├── eg-from.rs │ │ │ │ ├── eg-inference.rs │ │ │ │ ├── eg-mutable-scope-shadow.rs │ │ │ │ └── eg-to-string.rs │ │ ├── rust-cli-github-io │ │ │ ├── .gitignore │ │ │ ├── Cargo.toml │ │ │ ├── README.md │ │ │ └── src │ │ │ │ └── main.rs │ │ ├── rust-lang.org-book │ │ │ ├── README.md │ │ │ ├── chap01.md │ │ │ ├── chap02.md │ │ │ ├── chap03.md │ │ │ ├── chap04.md │ │ │ ├── chap05.md │ │ │ ├── chap06.md │ │ │ ├── chap07.md │ │ │ ├── chap08.md │ │ │ ├── chap09.md │ │ │ ├── chap10.md │ │ │ └── code-samples │ │ │ │ ├── chap01.rs │ │ │ │ ├── chap02_guessing_game │ │ │ │ ├── Cargo.toml │ │ │ │ └── src │ │ │ │ │ └── main.rs │ │ │ │ ├── chap03.rs │ │ │ │ ├── chap04.rs │ │ │ │ ├── chap05.rs │ │ │ │ ├── chap06.rs │ │ │ │ ├── chap07-restaurant │ │ │ │ ├── Cargo.toml │ │ │ │ └── src │ │ │ │ │ ├── customer.rs │ │ │ │ │ └── lib.rs │ │ │ │ ├── chap08.rs │ │ │ │ ├── chap09.rs │ │ │ │ ├── chap10.rs │ │ │ │ └── chap12-2.rs │ │ └── sample-code │ │ │ ├── README.md │ │ │ ├── step01 │ │ │ ├── cargoify │ │ │ │ ├── Cargo.toml │ │ │ │ └── src │ │ │ │ │ └── main.rs │ │ │ └── r01_hello.rs │ │ │ ├── step02 │ │ │ └── rusty │ │ │ │ ├── .gitignore │ │ │ │ ├── Cargo.lock │ │ │ │ ├── Cargo.toml │ │ │ │ └── src │ │ │ │ └── main.rs │ │ │ └── xmas.rs │ ├── scala │ │ ├── README.md │ │ └── scala-hilarious-guy.md │ ├── shell-scripting │ │ ├── README.md │ │ ├── concurrent-command-calling.sh │ │ ├── handle-run-or-source.sh │ │ ├── overwrite-previous-printed-text-like-banner.sh │ │ ├── set-env-from-inside-script.sh │ │ └── timeout-command-calling.sh │ ├── tla-plus │ │ ├── README.md │ │ └── video-course-by-lamport │ │ │ ├── 01-intro.md │ │ │ ├── 02-statemachines.md │ │ │ ├── 03-resource-and-tools.md │ │ │ ├── 04-die-hard.md │ │ │ └── README.md │ ├── typescript │ │ ├── .gitignore │ │ ├── README.md │ │ ├── basic-types.md │ │ └── typescript-in-5-minutes │ │ │ ├── README.md │ │ │ ├── greeter-with-class.js │ │ │ ├── greeter-with-class.ts │ │ │ ├── greeter-with-interface.js │ │ │ ├── greeter-with-interface.ts │ │ │ ├── greeter.js │ │ │ └── greeter.ts │ └── zig │ │ ├── README.md │ │ ├── examples │ │ ├── lsm.zig │ │ └── readfile.zig │ │ ├── hello-world │ │ ├── hello-arrays.zig │ │ ├── hello-asm.zig │ │ ├── hello-builtin.zig │ │ ├── hello-casting.zig │ │ ├── hello-comptime.zig │ │ ├── hello-defer.zig │ │ ├── hello-enums.zig │ │ ├── hello-fn.zig │ │ ├── hello-for.zig │ │ ├── hello-if.zig │ │ ├── hello-mem.zig │ │ ├── hello-numbers.zig │ │ ├── hello-operators.zig │ │ ├── hello-optional.zig │ │ ├── hello-pointers.zig │ │ ├── hello-slices.zig │ │ ├── hello-strings.zig │ │ ├── hello-structs.zig │ │ ├── hello-switch.zig │ │ ├── hello-tests.zig │ │ ├── hello-tuples.zig │ │ ├── hello-unions.zig │ │ ├── hello-usingnamespace.zig │ │ ├── hello-values.zig │ │ ├── hello-variables.zig │ │ ├── hello-vectors.zig │ │ ├── hello-while.zig │ │ ├── hello-world.zig │ │ └── hello-zerobit.zig │ │ └── language-reference.md ├── lb-proxy │ └── fabio-a-stateless-lb.md ├── machine-learning │ ├── MLOps.md │ ├── README.md │ ├── apache-tvm │ │ ├── autotvmintro.py │ │ ├── postprocess.py │ │ ├── preprocess.py │ │ ├── tvm.md │ │ └── tvmcpythonintro.py │ ├── approaches │ │ └── neural-networks │ │ │ ├── ann-supervised-learning.md │ │ │ └── concept-ann.md │ ├── book--pro-ml-algos │ │ ├── README.md │ │ ├── buggy-rnn-textgen.py │ │ ├── chap01.md │ │ ├── chap02.md │ │ ├── chap03.md │ │ ├── chap04.md │ │ ├── chap05.md │ │ ├── chap06.md │ │ ├── chap07.md │ │ ├── chap08.md │ │ ├── chap09.md │ │ ├── chap10.md │ │ ├── chap11.md │ │ ├── chap12.md │ │ ├── chap13.md │ │ ├── rnn-embed-layer.py │ │ ├── rnn-lstm.py │ │ └── sentiment-review.csv │ ├── example-code │ │ ├── ann-supervised-learning.go │ │ └── stable-diffusion-simple.py │ ├── google-courses │ │ ├── README.md │ │ ├── prereq--concepts.md │ │ ├── prework--numpy-ultraquick-tutorial.py │ │ ├── prework--pandas-dataframe-ultraquick-tutorial.py │ │ └── prework--problem-framing │ │ │ ├── README.md │ │ │ ├── common-ml-problems.md │ │ │ ├── deciding-on-ml.md │ │ │ ├── formulating-a-problem.md │ │ │ └── getting-started-with-ml.md │ ├── implementations │ │ ├── cnn-tf.py │ │ ├── rnn-simple.py │ │ └── speech-recognition │ │ │ ├── .gitignore │ │ │ ├── README.md │ │ │ ├── eg-pocketsphinx.py │ │ │ └── offline-speech-recognition-using-pocketsphinx.py │ ├── in-practice │ │ └── uber--advanced-technologies-for-detecting-and-preventing-fraud.md │ ├── mlflow │ │ ├── doc-autolog.py │ │ ├── doc-load.py │ │ ├── doc-store.py │ │ └── docs-summary.md │ ├── paper-Attention-is-All-You-Need.md │ ├── stabilityai │ │ └── stable-audio-open-example.py │ ├── toolbox │ │ ├── README.md │ │ ├── caffe2.md │ │ ├── gen │ │ │ ├── README.md │ │ │ └── getting-started.md │ │ ├── ml5.js │ │ │ ├── README.md │ │ │ ├── data │ │ │ │ ├── bassmint.png │ │ │ │ └── cat-01.png │ │ │ ├── hello-ml5-v1.html │ │ │ ├── hello-ml5-v1.md │ │ │ ├── hello-world-p5js.html │ │ │ ├── hello-world.html │ │ │ ├── index.html │ │ │ ├── js │ │ │ │ ├── sentiment-v1.js │ │ │ │ ├── sketch-hello-ml5-v1.js │ │ │ │ ├── vendor │ │ │ │ │ ├── ml5.min.js │ │ │ │ │ ├── p5.dom.min.js │ │ │ │ │ ├── p5.min.js │ │ │ │ │ └── p5.sound.min.js │ │ │ │ └── yolo-v1.js │ │ │ ├── promises-and-callbacks.md │ │ │ ├── reference-image-yolo.html │ │ │ ├── reference-image-yolo.md │ │ │ ├── reference-text-sentiment.html │ │ │ └── reference-text-sentiment.md │ │ ├── numpy │ │ │ ├── README.md │ │ │ ├── multi-layer-neural-network.py │ │ │ ├── simple-neural-net.py │ │ │ └── singular-value-decomposition.py │ │ ├── rasa │ │ │ ├── README.md │ │ │ ├── getting-started │ │ │ │ ├── .gitignore │ │ │ │ ├── 01-understand.md │ │ │ │ ├── 02-try-it-out.md │ │ │ │ ├── README.md │ │ │ │ ├── check-nlu.py │ │ │ │ ├── eg-bot.py │ │ │ │ ├── eg-domain.yml │ │ │ │ ├── eg-stories.md │ │ │ │ ├── nlu-config.yml │ │ │ │ └── nlu-messages.md │ │ │ └── nlu │ │ │ │ ├── .gitignore │ │ │ │ ├── 01-try-it-out.md │ │ │ │ ├── 01-try-it-out │ │ │ │ ├── nlu.md │ │ │ │ ├── nlu_config.yml │ │ │ │ ├── train.sh │ │ │ │ └── try.py │ │ │ │ ├── 02-installation.md │ │ │ │ └── README.md │ │ ├── tensorflow │ │ │ ├── packt--Tensorflow.ML.Cookbook.md │ │ │ ├── setup │ │ │ ├── tf-hello-world.go │ │ │ └── tf.js │ │ │ │ ├── README.md │ │ │ │ ├── basics-hello-world.html │ │ │ │ ├── basics.md │ │ │ │ └── js │ │ │ │ └── vendor │ │ │ │ ├── mobilenet-2.0.4.js │ │ │ │ └── tf.min.js │ │ └── torch │ │ │ ├── README.md │ │ │ ├── dockerfiles │ │ │ ├── Dockerfile.pytorch │ │ │ └── Dockerfile.torch │ │ │ ├── docs-tensors.md │ │ │ ├── example001 │ │ │ └── Dockerfile │ │ │ └── learning.pytorch.with.examples │ │ │ ├── 01-tensors-warmup-numpy │ │ │ └── warmup-numpy.py │ │ │ ├── 01-tensors-warmup-pytorch │ │ │ └── warmup-pytorch.py │ │ │ └── README.md │ └── wiki │ │ ├── Inference-Time-Scaling.md │ │ ├── LLM-fundamentals.md │ │ ├── LLM-terminology.md │ │ ├── LSA.md │ │ ├── RAG.md │ │ └── SVD.md ├── network │ ├── IPSec.basics.md │ ├── openvpn │ │ └── pritunl.md │ └── sdn │ │ ├── Intro.to.OpenFlow.and.SDN.md │ │ └── trivia.md ├── observability │ ├── concepts │ │ └── red-and-use.md │ └── eBPF │ │ ├── README.md │ │ ├── book--bpf-performance-tools │ │ ├── README.md │ │ ├── References.md │ │ ├── chapter-01.md │ │ ├── chapter-02.md │ │ ├── chapter-03.md │ │ ├── chapter-04.md │ │ ├── chapter-05-kernel-struct-tracing.bt │ │ ├── chapter-05-measure-vfs-read-time.bt │ │ ├── chapter-05.md │ │ ├── chapter-06.md │ │ ├── chapter-07.md │ │ ├── chapter-08.md │ │ ├── chapter-09.md │ │ ├── chapter-10.md │ │ ├── chapter-11.md │ │ ├── chapter-12.md │ │ ├── chapter-13.md │ │ ├── chapter-14.md │ │ ├── chapter-15.md │ │ ├── chapter-16.md │ │ ├── chapter-17.md │ │ └── chapter-18.md │ │ └── trace-tcp-sendmsg.ebpf ├── operating-systems │ ├── concepts-chapter │ │ ├── OSConcepts-Contents.log │ │ ├── OS_Day1.log │ │ ├── OS_Day2.log │ │ ├── OS_Day3.log │ │ ├── OS_Day4.log │ │ ├── OS_Day5.log │ │ ├── OS_Day6_7.log │ │ ├── OS_FileMgmt_Part1.log │ │ ├── OS_FileMgmt_Part2.log │ │ ├── OS_FileMgmt_Part3.log │ │ ├── OS_MemMgmt_Part1.log │ │ ├── OS_MemMgmt_Part2.log │ │ ├── OS_ProcMgmt.log │ │ ├── OS_ProcMgmt_Part2.log │ │ └── Q.log │ ├── coreos │ │ └── tns.io--CoreOS.Launches.a.K8-friendly.storage.system-Torus.md │ └── linux │ │ ├── IPTables.Tips.and.Tricks-More.than.just.ACCEPT.and.DROP.md │ │ ├── bash-declare-datastructs.sh │ │ ├── bash-socket-programming │ │ └── curly.sh │ │ ├── cgroups.md │ │ ├── containers │ │ └── LinuxFestNW2016--The.12.Factor.Container.md │ │ ├── inodes-and-files.md │ │ ├── linux-x-cpu.md │ │ ├── linux.router--setting.up.DHCP.md │ │ ├── perf_events_map.png │ │ ├── trace │ │ └── PolyConf.2016--Julia.Evans--Why.Systems.Programming.is.for.Everyone.md │ │ └── utilities │ │ ├── catonmat.net--unix-utilities-lsof.md │ │ ├── catonmat.net--unix-utilities-pv.md │ │ ├── hu.man--apropos.md │ │ ├── hu.man--blkid.md │ │ ├── hu.man--df.md │ │ ├── hu.man--mtr.md │ │ ├── hu.man--ping.md │ │ ├── hu.man--sudo.md │ │ └── hu.man--tcpdump.md ├── protocols │ └── bitcask.md ├── reference │ ├── WebPerf_GoogleMasterlist.md │ ├── algorithms │ │ ├── README.md │ │ ├── binary-search.jl │ │ ├── breadth-first-search.jl │ │ ├── depth-first-search.jl │ │ ├── interpolation-search.jl │ │ ├── kadane.py │ │ └── mergesort.py │ └── cqrs.md ├── scm │ ├── git │ │ ├── MarakanaTechTV--Git.from.the.Bits.up │ │ │ └── git.me │ │ └── README.md │ └── svn │ │ └── svn. ├── secure │ ├── README.md │ ├── defcon22--intro.to.Tor--MetaCortex.and.Grifter.md │ ├── defcon24-escaping.sandbox.by.not.breaking.md │ ├── mwrlabs--drozer.md │ ├── mwrlabs--needle.md │ └── quantum-cryptography.md ├── self │ ├── fedora │ │ └── qik.fedora.bootstrapper.sh │ ├── odd-even-sort.py │ └── wtf-devops.md ├── virtualization │ ├── README.md │ ├── anthos │ │ ├── README.md │ │ └── cuelogic--intro.md │ ├── aws │ │ └── lambda │ │ │ ├── aws.amazon.com--building.dynamic.DNS.for.Route.53.using.CloudWatch.Events.and.Lambda.md │ │ │ └── dzone.com--AWS.Lambda.for.beginners.md │ ├── docker │ │ ├── CheatSheet.md │ │ ├── README.md │ │ ├── alpine-base │ │ │ └── Golang │ │ │ │ └── Dockerfile │ │ ├── docker.network.performance.in.public.cloud--arjan.schaa.md │ │ ├── example-of-compose │ │ │ ├── docker-compose.yml │ │ │ └── web │ │ │ │ ├── Dockerfile │ │ │ │ └── app-code │ │ │ │ ├── app.py │ │ │ │ └── requirements.txt │ │ └── tns.io--EMC.pushes.alternative.Docker.persistent-storage-volumes.md │ ├── gcp │ │ ├── lynda.com--at.youtube.md │ │ └── stackdriver │ │ │ └── list.go │ ├── kubernetes │ │ ├── 15.Kubernetes.features.in.15.minutes--Marc.Sluiter.md │ │ ├── Quickies.md │ │ ├── README.md │ │ ├── cncf2016--building.a.bank.with.k8s.Monzo--OliverBeattie.md │ │ ├── ingress │ │ │ └── studying-kubernetes-ingress-system.md │ │ ├── kube-toolbox.md │ │ └── scotch.io--deploy.docker.to.gcp.with.k8s.md │ ├── kvm │ │ ├── KVM.Virt.on.RHEL7.Made.Easy.md │ │ ├── KVMForum2016--Libvirt.Admin.API--Erik.Skultety.md │ │ ├── Performant.Security.Hardening.of.KVM.md │ │ └── Picus.Viridis--KVM.Virtualization.Part01-03.md │ ├── mesos │ │ └── Mesosphere.Screencast.2014--Docker.Clustering.on.Mesos.with.Marathon.md │ └── podman │ │ ├── README.md │ │ ├── how-does-rootless-podman-work.md │ │ ├── rhel-podman-a-secure-way.md │ │ └── rhel-podman-and-user-namespaces.md └── www │ ├── CascadeSF.Bootstrap-Foundation-and-The-Future-of-Web-Frameworks.md │ ├── Colt.McAnlis--Performance.Checklist.for.the.Mobile.Web.md │ ├── FooCafe.Which-way-is-forward.2013.DouglasCrockford.md │ ├── HTML5DevConf-2013 │ ├── Building-Web-Applications-with-EmberJS.2013.Yehuda-Katz.md │ ├── Redemption-from-Callback-Hell.md │ └── Three-Keys-to-Successful-Single-Page-Web-Applications.md │ ├── LinkedIn.Building-Performant-HTML5-WebApp.TrunalBhanse.md │ ├── LinkedIn.Graphics-on-the-Web-and-KineticJS-2013.EricRowell.md │ ├── Packt--Getting.Started.with.HTML5.WebSocket.Programming │ ├── chap01.md │ ├── chap02-code01.htm │ ├── chap02.md │ └── chap03.md │ ├── Paul.Irish--HTML5.Developer.JSConf.2012--WebApp.Dev.Workflow.md │ ├── RAIL--User.Centric.Model.for.Perf--Paul.Irish-Paul.Lewis.md │ ├── README.md │ ├── angularjs │ ├── README.md │ └── youtube_DanWahlin_FundamentalsIn60ishMin │ │ ├── eg_01.html │ │ ├── eg_02.html │ │ ├── eg_03.html │ │ ├── eg_04.html │ │ ├── eg_05.html │ │ ├── eg_05_view1.html │ │ ├── eg_05_view2.html │ │ └── eg_06.html │ ├── materializecss │ ├── assets │ │ ├── jquery-3.2.1.min.js │ │ ├── materialize-0.100.2.min.css │ │ └── materialize-0.100.2.min.js │ ├── example01.html │ └── example02.html │ ├── playwright │ ├── Intro.md │ ├── README.md │ └── test_playwirght.py │ ├── polymer │ └── LetsBuildSomeAppsWithPolymer │ │ ├── bower.json │ │ └── example01 │ │ └── index.html │ ├── qwikjs │ ├── README.md │ └── qwik-tutorial-overview.md │ ├── selenium │ ├── run-selenium-headless-sample.sh │ └── selenium-headless-sample.py │ ├── shadowDOM │ └── example01.htm │ ├── webassembly │ └── rust │ │ └── mozilla-rust-to-wasm │ │ ├── README.md │ │ ├── hello-wasm │ │ ├── Cargo.lock │ │ ├── Cargo.toml │ │ └── src │ │ │ └── lib.rs │ │ ├── index.html │ │ ├── index.js │ │ ├── package.json │ │ └── webpack.config.js │ ├── webaudio │ ├── README.md │ └── rocky-de-raze │ │ ├── README.md │ │ ├── example01.html │ │ └── example01.js │ └── webrtc-photobooth │ ├── index.html │ ├── snapr.css │ ├── snapr.jpeg │ └── snapr.js └── tasks /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/README.md -------------------------------------------------------------------------------- /discussions/tweet.log/2016.03-06.XX--patrickdebois-on-serverless.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/discussions/tweet.log/2016.03-06.XX--patrickdebois-on-serverless.md -------------------------------------------------------------------------------- /talks-articles/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/README.md -------------------------------------------------------------------------------- /talks-articles/datacenters/Data.Center.Networking.Toplogy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datacenters/Data.Center.Networking.Toplogy.md -------------------------------------------------------------------------------- /talks-articles/datacenters/JuniperNetworks.Trivia.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datacenters/JuniperNetworks.Trivia.md -------------------------------------------------------------------------------- /talks-articles/datacenters/MPLS.in.a.Nutshell.10.minutes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datacenters/MPLS.in.a.Nutshell.10.minutes.md -------------------------------------------------------------------------------- /talks-articles/datacenters/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datacenters/README.md -------------------------------------------------------------------------------- /talks-articles/datacenters/edureka-PXE.Boot.Understanding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datacenters/edureka-PXE.Boot.Understanding.md -------------------------------------------------------------------------------- /talks-articles/datacenters/switch.arista.Arista-and-MLAG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datacenters/switch.arista.Arista-and-MLAG.md -------------------------------------------------------------------------------- /talks-articles/datacenters/switch.arista.Arista-and-SDN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datacenters/switch.arista.Arista-and-SDN.md -------------------------------------------------------------------------------- /talks-articles/datacenters/switch.arista.Arista.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datacenters/switch.arista.Arista.md -------------------------------------------------------------------------------- /talks-articles/datacenters/switch.arista.Arista3-Demo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datacenters/switch.arista.Arista3-Demo.md -------------------------------------------------------------------------------- /talks-articles/dataengines/hakka.labs--Twitter.Heron.at.Scale.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataengines/hakka.labs--Twitter.Heron.at.Scale.md -------------------------------------------------------------------------------- /talks-articles/dataengines/kafka/KSQL/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataengines/kafka/KSQL/README.md -------------------------------------------------------------------------------- /talks-articles/dataengines/kafka/KSQL/quickstart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataengines/kafka/KSQL/quickstart.md -------------------------------------------------------------------------------- /talks-articles/dataengines/kafka/SRE.at.LinkedIn-Kafka.as.a.Service.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataengines/kafka/SRE.at.LinkedIn-Kafka.as.a.Service.md -------------------------------------------------------------------------------- /talks-articles/dataengines/kafka/dockerfiles/Dockerfile-main: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataengines/kafka/dockerfiles/Dockerfile-main -------------------------------------------------------------------------------- /talks-articles/dataengines/kafka/dockerfiles/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataengines/kafka/dockerfiles/README.md -------------------------------------------------------------------------------- /talks-articles/dataengines/kafka/dockerfiles/build-docker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataengines/kafka/dockerfiles/build-docker -------------------------------------------------------------------------------- /talks-articles/dataengines/kafka/dockerfiles/run-docker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataengines/kafka/dockerfiles/run-docker -------------------------------------------------------------------------------- /talks-articles/dataengines/kafka/dockerfiles/scripts/start-kafka.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataengines/kafka/dockerfiles/scripts/start-kafka.sh -------------------------------------------------------------------------------- /talks-articles/dataengines/kafka/dockerfiles/scripts/supervisor.zk.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataengines/kafka/dockerfiles/scripts/supervisor.zk.conf -------------------------------------------------------------------------------- /talks-articles/dataengines/kafka/misc-Performance-Tuning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataengines/kafka/misc-Performance-Tuning.md -------------------------------------------------------------------------------- /talks-articles/dataengines/pulsar/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataengines/pulsar/README.md -------------------------------------------------------------------------------- /talks-articles/dataengines/pulsar/pulsar-apache-org.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataengines/pulsar/pulsar-apache-org.md -------------------------------------------------------------------------------- /talks-articles/dataengines/pulsar/setup-local.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataengines/pulsar/setup-local.md -------------------------------------------------------------------------------- /talks-articles/dataengines/pulsar/streamlio-misc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataengines/pulsar/streamlio-misc.md -------------------------------------------------------------------------------- /talks-articles/datastores/Cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/Cheatsheet.md -------------------------------------------------------------------------------- /talks-articles/datastores/cayley/managing-graph-data-with-cayley.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/cayley/managing-graph-data-with-cayley.md -------------------------------------------------------------------------------- /talks-articles/datastores/cockroachdb/.gitignore: -------------------------------------------------------------------------------- 1 | hello-* 2 | -------------------------------------------------------------------------------- /talks-articles/datastores/cockroachdb/cockroach-cluster: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/cockroachdb/cockroach-cluster -------------------------------------------------------------------------------- /talks-articles/datastores/cockroachdb/setup-on-nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/cockroachdb/setup-on-nix -------------------------------------------------------------------------------- /talks-articles/datastores/elasticsearch/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/elasticsearch/README.md -------------------------------------------------------------------------------- /talks-articles/datastores/elasticsearch/book--es-indexing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/elasticsearch/book--es-indexing/README.md -------------------------------------------------------------------------------- /talks-articles/datastores/elasticsearch/book--es-indexing/chap01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/elasticsearch/book--es-indexing/chap01.md -------------------------------------------------------------------------------- /talks-articles/datastores/elasticsearch/book--es-indexing/chap02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/elasticsearch/book--es-indexing/chap02.md -------------------------------------------------------------------------------- /talks-articles/datastores/elasticsearch/book--es-indexing/chap03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/elasticsearch/book--es-indexing/chap03.md -------------------------------------------------------------------------------- /talks-articles/datastores/elasticsearch/book--es-indexing/chap04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/elasticsearch/book--es-indexing/chap04.md -------------------------------------------------------------------------------- /talks-articles/datastores/elasticsearch/book--es-indexing/chap05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/elasticsearch/book--es-indexing/chap05.md -------------------------------------------------------------------------------- /talks-articles/datastores/elasticsearch/book--es-indexing/chap06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/elasticsearch/book--es-indexing/chap06.md -------------------------------------------------------------------------------- /talks-articles/datastores/elasticsearch/book--es-indexing/chap07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/elasticsearch/book--es-indexing/chap07.md -------------------------------------------------------------------------------- /talks-articles/datastores/elasticsearch/book--es-indexing/chap08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/elasticsearch/book--es-indexing/chap08.md -------------------------------------------------------------------------------- /talks-articles/datastores/elasticsearch/es-5min.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/elasticsearch/es-5min.md -------------------------------------------------------------------------------- /talks-articles/datastores/elasticsearch/gist-best-practices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/elasticsearch/gist-best-practices.md -------------------------------------------------------------------------------- /talks-articles/datastores/elasticsearch/gist-debug.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/elasticsearch/gist-debug.md -------------------------------------------------------------------------------- /talks-articles/datastores/elasticsearch/gist-performance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/elasticsearch/gist-performance.md -------------------------------------------------------------------------------- /talks-articles/datastores/elasticsearch/gists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/elasticsearch/gists.md -------------------------------------------------------------------------------- /talks-articles/datastores/elasticsearch/reindex-36B-doc-5days.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/elasticsearch/reindex-36B-doc-5days.md -------------------------------------------------------------------------------- /talks-articles/datastores/gundb/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/gundb/README.md -------------------------------------------------------------------------------- /talks-articles/datastores/gundb/gundb-helloworld.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/gundb/gundb-helloworld.htm -------------------------------------------------------------------------------- /talks-articles/datastores/gundb/to-do-app-tutorial.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/gundb/to-do-app-tutorial.html -------------------------------------------------------------------------------- /talks-articles/datastores/influxdata/benchmarking.storage.engine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/influxdata/benchmarking.storage.engine.md -------------------------------------------------------------------------------- /talks-articles/datastores/influxdata/docker-ized/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/influxdata/docker-ized/Dockerfile -------------------------------------------------------------------------------- /talks-articles/datastores/influxdata/docker-ized/config.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/influxdata/docker-ized/config.toml -------------------------------------------------------------------------------- /talks-articles/datastores/influxdata/docker-ized/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/influxdata/docker-ized/run.sh -------------------------------------------------------------------------------- /talks-articles/datastores/mysql/COMPRESSION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/mysql/COMPRESSION.md -------------------------------------------------------------------------------- /talks-articles/datastores/mysql/PERF.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/mysql/PERF.md -------------------------------------------------------------------------------- /talks-articles/datastores/postgresql/FOSDEM.2017--Pgsql.Backup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/postgresql/FOSDEM.2017--Pgsql.Backup.md -------------------------------------------------------------------------------- /talks-articles/datastores/postgresql/partition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/postgresql/partition.md -------------------------------------------------------------------------------- /talks-articles/datastores/postgresql/pgcasts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/postgresql/pgcasts.md -------------------------------------------------------------------------------- /talks-articles/datastores/postgresql/tricks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/postgresql/tricks.md -------------------------------------------------------------------------------- /talks-articles/datastores/postgresql/wal-xlog-lsn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/postgresql/wal-xlog-lsn.md -------------------------------------------------------------------------------- /talks-articles/datastores/redis/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/redis/README.md -------------------------------------------------------------------------------- /talks-articles/datastores/redis/client-commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/redis/client-commands.md -------------------------------------------------------------------------------- /talks-articles/datastores/redis/data-structures.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/redis/data-structures.md -------------------------------------------------------------------------------- /talks-articles/datastores/redis/modules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/redis/modules.md -------------------------------------------------------------------------------- /talks-articles/datastores/redis/redis-pub-sub.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/redis/redis-pub-sub.py -------------------------------------------------------------------------------- /talks-articles/datastores/redis/scaling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/redis/scaling.md -------------------------------------------------------------------------------- /talks-articles/datastores/rethinkdb/docker-ized/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/rethinkdb/docker-ized/Dockerfile -------------------------------------------------------------------------------- /talks-articles/datastores/rethinkdb/docker-ized/rethinkdb.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/rethinkdb/docker-ized/rethinkdb.conf -------------------------------------------------------------------------------- /talks-articles/datastores/rethinkdb/docker-ized/rethinkdb.run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/rethinkdb/docker-ized/rethinkdb.run -------------------------------------------------------------------------------- /talks-articles/datastores/rethinkdb/docker-ized/think.dkr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/rethinkdb/docker-ized/think.dkr -------------------------------------------------------------------------------- /talks-articles/datastores/rethinkdb/rethinkdb-test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/rethinkdb/rethinkdb-test.go -------------------------------------------------------------------------------- /talks-articles/datastores/rrdtool/RRDTool.set.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/rrdtool/RRDTool.set.md -------------------------------------------------------------------------------- /talks-articles/datastores/rrdtool/golang-sample/go-get-pkg.txt: -------------------------------------------------------------------------------- 1 | github.com/ziutek/rrd 2 | -------------------------------------------------------------------------------- /talks-articles/datastores/rrdtool/golang-sample/monitor.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/rrdtool/golang-sample/monitor.go -------------------------------------------------------------------------------- /talks-articles/datastores/rrdtool/golang-sample/rrd_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/datastores/rrdtool/golang-sample/rrd_test.go -------------------------------------------------------------------------------- /talks-articles/dataviz/d3js/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/d3js/README.md -------------------------------------------------------------------------------- /talks-articles/dataviz/d3js/youtube-d3Vienno/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/d3js/youtube-d3Vienno/README.md -------------------------------------------------------------------------------- /talks-articles/dataviz/d3js/youtube-d3Vienno/stage02/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/d3js/youtube-d3Vienno/stage02/index.html -------------------------------------------------------------------------------- /talks-articles/dataviz/d3js/youtube-d3Vienno/stage03/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/d3js/youtube-d3Vienno/stage03/index.html -------------------------------------------------------------------------------- /talks-articles/dataviz/d3js/youtube-d3Vienno/stage04/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/d3js/youtube-d3Vienno/stage04/index.html -------------------------------------------------------------------------------- /talks-articles/dataviz/d3js/youtube-d3Vienno/stage05/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/d3js/youtube-d3Vienno/stage05/index.html -------------------------------------------------------------------------------- /talks-articles/dataviz/d3js/youtube-d3Vienno/stage06/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/d3js/youtube-d3Vienno/stage06/index.html -------------------------------------------------------------------------------- /talks-articles/dataviz/d3js/youtube-d3Vienno/stage07/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/d3js/youtube-d3Vienno/stage07/index.html -------------------------------------------------------------------------------- /talks-articles/dataviz/d3js/youtube-d3Vienno/stage08/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/d3js/youtube-d3Vienno/stage08/index.html -------------------------------------------------------------------------------- /talks-articles/dataviz/d3js/youtube-d3Vienno/stage09/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/d3js/youtube-d3Vienno/stage09/index.html -------------------------------------------------------------------------------- /talks-articles/dataviz/d3js/youtube-d3Vienno/stage10/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/d3js/youtube-d3Vienno/stage10/index.html -------------------------------------------------------------------------------- /talks-articles/dataviz/d3js/youtube-d3Vienno/stage10/smallData.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/d3js/youtube-d3Vienno/stage10/smallData.csv -------------------------------------------------------------------------------- /talks-articles/dataviz/d3js/youtube-d3Vienno/stage10/smallData.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/d3js/youtube-d3Vienno/stage10/smallData.json -------------------------------------------------------------------------------- /talks-articles/dataviz/d3js/youtube-d3Vienno/stage11/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/d3js/youtube-d3Vienno/stage11/index.html -------------------------------------------------------------------------------- /talks-articles/dataviz/d3js/youtube-d3Vienno/stage12/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/d3js/youtube-d3Vienno/stage12/index.html -------------------------------------------------------------------------------- /talks-articles/dataviz/d3js/youtube-d3Vienno/stage13/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/d3js/youtube-d3Vienno/stage13/index.html -------------------------------------------------------------------------------- /talks-articles/dataviz/d3js/youtube-d3Vienno/stage14/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/d3js/youtube-d3Vienno/stage14/index.html -------------------------------------------------------------------------------- /talks-articles/dataviz/d3js/youtube-d3Vienno/stage15/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/d3js/youtube-d3Vienno/stage15/index.html -------------------------------------------------------------------------------- /talks-articles/dataviz/d3js/youtube-d3Vienno/stage15/someData.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/d3js/youtube-d3Vienno/stage15/someData.json -------------------------------------------------------------------------------- /talks-articles/dataviz/d3js/youtube-d3Vienno/stage16/bubble.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/d3js/youtube-d3Vienno/stage16/bubble.html -------------------------------------------------------------------------------- /talks-articles/dataviz/d3js/youtube-d3Vienno/stage16/bubbleData.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/d3js/youtube-d3Vienno/stage16/bubbleData.json -------------------------------------------------------------------------------- /talks-articles/dataviz/d3js/youtube-d3Vienno/stage16/cluster.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/d3js/youtube-d3Vienno/stage16/cluster.html -------------------------------------------------------------------------------- /talks-articles/dataviz/d3js/youtube-d3Vienno/stage16/clusterData.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/d3js/youtube-d3Vienno/stage16/clusterData.json -------------------------------------------------------------------------------- /talks-articles/dataviz/d3js/youtube-d3Vienno/stage16/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/d3js/youtube-d3Vienno/stage16/index.html -------------------------------------------------------------------------------- /talks-articles/dataviz/d3js/youtube-d3Vienno/stage16/pack.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/d3js/youtube-d3Vienno/stage16/pack.html -------------------------------------------------------------------------------- /talks-articles/dataviz/d3js/youtube-d3Vienno/stage17/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/d3js/youtube-d3Vienno/stage17/index.html -------------------------------------------------------------------------------- /talks-articles/dataviz/d3js/youtube-d3Vienno/stage17/smallData.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/d3js/youtube-d3Vienno/stage17/smallData.csv -------------------------------------------------------------------------------- /talks-articles/dataviz/d3js/youtube-d3Vienno/stage18/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/d3js/youtube-d3Vienno/stage18/index.html -------------------------------------------------------------------------------- /talks-articles/dataviz/d3js/youtube-d3Vienno/stage19/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/d3js/youtube-d3Vienno/stage19/index.html -------------------------------------------------------------------------------- /talks-articles/dataviz/d3js/youtube-d3Vienno/stage20/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/d3js/youtube-d3Vienno/stage20/index.html -------------------------------------------------------------------------------- /talks-articles/dataviz/d3js/z-resources/d3.v0.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/d3js/z-resources/d3.v0.css -------------------------------------------------------------------------------- /talks-articles/dataviz/d3js/z-resources/d3.v3.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/d3js/z-resources/d3.v3.min.js -------------------------------------------------------------------------------- /talks-articles/dataviz/raphaeljs/analytics.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/raphaeljs/analytics.html -------------------------------------------------------------------------------- /talks-articles/dataviz/raphaeljs/css/demo-print.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/raphaeljs/css/demo-print.css -------------------------------------------------------------------------------- /talks-articles/dataviz/raphaeljs/css/demo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/raphaeljs/css/demo.css -------------------------------------------------------------------------------- /talks-articles/dataviz/raphaeljs/js/analytics.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/raphaeljs/js/analytics.js -------------------------------------------------------------------------------- /talks-articles/dataviz/raphaeljs/js/jquery-2.1.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/raphaeljs/js/jquery-2.1.1.min.js -------------------------------------------------------------------------------- /talks-articles/dataviz/raphaeljs/js/pie.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/raphaeljs/js/pie.js -------------------------------------------------------------------------------- /talks-articles/dataviz/raphaeljs/js/popup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/raphaeljs/js/popup.js -------------------------------------------------------------------------------- /talks-articles/dataviz/raphaeljs/js/raphael-min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/raphaeljs/js/raphael-min.js -------------------------------------------------------------------------------- /talks-articles/dataviz/raphaeljs/pie.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/dataviz/raphaeljs/pie.html -------------------------------------------------------------------------------- /talks-articles/devops-toolbox/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/devops-toolbox/README.md -------------------------------------------------------------------------------- /talks-articles/devops-toolbox/ansible/.dockerignore: -------------------------------------------------------------------------------- 1 | doc.ansible.com 2 | -------------------------------------------------------------------------------- /talks-articles/devops-toolbox/ansible/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/devops-toolbox/ansible/Dockerfile -------------------------------------------------------------------------------- /talks-articles/devops-toolbox/ansible/doc.ansible.com/1.intro.ansible.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/devops-toolbox/ansible/doc.ansible.com/1.intro.ansible.md -------------------------------------------------------------------------------- /talks-articles/devops-toolbox/chef/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/devops-toolbox/chef/.gitignore -------------------------------------------------------------------------------- /talks-articles/devops-toolbox/chef/Chef.Learning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/devops-toolbox/chef/Chef.Learning.md -------------------------------------------------------------------------------- /talks-articles/devops-toolbox/chef/Foodcritic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/devops-toolbox/chef/Foodcritic.md -------------------------------------------------------------------------------- /talks-articles/devops-toolbox/chef/Nathen.Harvey--Surge.2014.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/devops-toolbox/chef/Nathen.Harvey--Surge.2014.md -------------------------------------------------------------------------------- /talks-articles/devops-toolbox/chef/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/devops-toolbox/chef/README.md -------------------------------------------------------------------------------- /talks-articles/devops-toolbox/chef/habitat.sh/TryDemo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/devops-toolbox/chef/habitat.sh/TryDemo.md -------------------------------------------------------------------------------- /talks-articles/devops-toolbox/kubernetes/kubespray-v2.23.1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/devops-toolbox/kubernetes/kubespray-v2.23.1.patch -------------------------------------------------------------------------------- /talks-articles/devops-toolbox/kubernetes/setup-k8s-with-kubespray.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/devops-toolbox/kubernetes/setup-k8s-with-kubespray.md -------------------------------------------------------------------------------- /talks-articles/devops-toolbox/puppet/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/devops-toolbox/puppet/.gitignore -------------------------------------------------------------------------------- /talks-articles/devops-toolbox/puppet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/devops-toolbox/puppet/README.md -------------------------------------------------------------------------------- /talks-articles/devops-toolbox/puppet/chapters/Puppet.Part1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/devops-toolbox/puppet/chapters/Puppet.Part1.md -------------------------------------------------------------------------------- /talks-articles/devops-toolbox/puppet/chapters/Puppet.Part2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/devops-toolbox/puppet/chapters/Puppet.Part2.md -------------------------------------------------------------------------------- /talks-articles/devops-toolbox/puppet/chapters/Puppet.Part3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/devops-toolbox/puppet/chapters/Puppet.Part3.md -------------------------------------------------------------------------------- /talks-articles/devops-toolbox/puppet/chapters/Puppet.Part4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/devops-toolbox/puppet/chapters/Puppet.Part4.md -------------------------------------------------------------------------------- /talks-articles/devops-toolbox/puppet/examples/example01.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/devops-toolbox/puppet/examples/example01.sh -------------------------------------------------------------------------------- /talks-articles/devops-toolbox/puppet/examples/example02.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/devops-toolbox/puppet/examples/example02.sh -------------------------------------------------------------------------------- /talks-articles/devops-toolbox/puppet/examples/example03.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/devops-toolbox/puppet/examples/example03.sh -------------------------------------------------------------------------------- /talks-articles/devops-toolbox/terraform/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/devops-toolbox/terraform/Dockerfile -------------------------------------------------------------------------------- /talks-articles/frameworks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/README.md -------------------------------------------------------------------------------- /talks-articles/frameworks/expressjs/sample-project/state-01/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/expressjs/sample-project/state-01/index.js -------------------------------------------------------------------------------- /talks-articles/frameworks/expressjs/sample-project/state-01/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/expressjs/sample-project/state-01/package.json -------------------------------------------------------------------------------- /talks-articles/frameworks/expressjs/sample-project/state-02/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/expressjs/sample-project/state-02/index.js -------------------------------------------------------------------------------- /talks-articles/frameworks/expressjs/sample-project/state-02/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/expressjs/sample-project/state-02/package.json -------------------------------------------------------------------------------- /talks-articles/frameworks/expressjs/sample-project/state-02/secrets.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/expressjs/sample-project/state-02/secrets.js -------------------------------------------------------------------------------- /talks-articles/frameworks/expressjs/sample-project/state-03/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/expressjs/sample-project/state-03/index.js -------------------------------------------------------------------------------- /talks-articles/frameworks/expressjs/sample-project/state-03/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/expressjs/sample-project/state-03/package.json -------------------------------------------------------------------------------- /talks-articles/frameworks/expressjs/sample-project/state-03/secrets.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/expressjs/sample-project/state-03/secrets.js -------------------------------------------------------------------------------- /talks-articles/frameworks/fast-api-py/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/fast-api-py/README.md -------------------------------------------------------------------------------- /talks-articles/frameworks/fast-api-py/cha-t-ter/alembic.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/fast-api-py/cha-t-ter/alembic.ini -------------------------------------------------------------------------------- /talks-articles/frameworks/fast-api-py/cha-t-ter/env: -------------------------------------------------------------------------------- 1 | SQLITE_DB_PATH="sqlite:///./dev.db" 2 | -------------------------------------------------------------------------------- /talks-articles/frameworks/fast-api-py/cha-t-ter/lib/api_user.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/fast-api-py/cha-t-ter/lib/api_user.py -------------------------------------------------------------------------------- /talks-articles/frameworks/fast-api-py/cha-t-ter/lib/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/fast-api-py/cha-t-ter/lib/config.py -------------------------------------------------------------------------------- /talks-articles/frameworks/fast-api-py/cha-t-ter/lib/dbmgr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/fast-api-py/cha-t-ter/lib/dbmgr.py -------------------------------------------------------------------------------- /talks-articles/frameworks/fast-api-py/cha-t-ter/lib/frontend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/fast-api-py/cha-t-ter/lib/frontend.py -------------------------------------------------------------------------------- /talks-articles/frameworks/fast-api-py/cha-t-ter/lib/models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/fast-api-py/cha-t-ter/lib/models.py -------------------------------------------------------------------------------- /talks-articles/frameworks/fast-api-py/cha-t-ter/migrations/README: -------------------------------------------------------------------------------- 1 | Generic single-database configuration. -------------------------------------------------------------------------------- /talks-articles/frameworks/fast-api-py/cha-t-ter/migrations/env.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/fast-api-py/cha-t-ter/migrations/env.py -------------------------------------------------------------------------------- /talks-articles/frameworks/fast-api-py/cha-t-ter/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/fast-api-py/cha-t-ter/requirements.txt -------------------------------------------------------------------------------- /talks-articles/frameworks/fast-api-py/cha-t-ter/static/css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/fast-api-py/cha-t-ter/static/css/main.css -------------------------------------------------------------------------------- /talks-articles/frameworks/fast-api-py/cha-t-ter/tailwindcss/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/fast-api-py/cha-t-ter/tailwindcss/README.md -------------------------------------------------------------------------------- /talks-articles/frameworks/fast-api-py/cha-t-ter/tailwindcss/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/fast-api-py/cha-t-ter/tailwindcss/package.json -------------------------------------------------------------------------------- /talks-articles/frameworks/fast-api-py/cha-t-ter/templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/fast-api-py/cha-t-ter/templates/index.html -------------------------------------------------------------------------------- /talks-articles/frameworks/fast-api-py/cha-t-ter/templates/layout.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/fast-api-py/cha-t-ter/templates/layout.html -------------------------------------------------------------------------------- /talks-articles/frameworks/fast-api-py/cha-t-ter/web.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/fast-api-py/cha-t-ter/web.py -------------------------------------------------------------------------------- /talks-articles/frameworks/fast-api-py/dummy-cha-t-ter/lib/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/fast-api-py/dummy-cha-t-ter/lib/__init__.py -------------------------------------------------------------------------------- /talks-articles/frameworks/fast-api-py/dummy-cha-t-ter/lib/fake_db.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/fast-api-py/dummy-cha-t-ter/lib/fake_db.py -------------------------------------------------------------------------------- /talks-articles/frameworks/fast-api-py/dummy-cha-t-ter/lib/models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/fast-api-py/dummy-cha-t-ter/lib/models.py -------------------------------------------------------------------------------- /talks-articles/frameworks/fast-api-py/dummy-cha-t-ter/static/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/fast-api-py/dummy-cha-t-ter/static/index.css -------------------------------------------------------------------------------- /talks-articles/frameworks/fast-api-py/dummy-cha-t-ter/static/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/fast-api-py/dummy-cha-t-ter/static/index.html -------------------------------------------------------------------------------- /talks-articles/frameworks/fast-api-py/dummy-cha-t-ter/static/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/fast-api-py/dummy-cha-t-ter/static/index.js -------------------------------------------------------------------------------- /talks-articles/frameworks/fast-api-py/dummy-cha-t-ter/web.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/fast-api-py/dummy-cha-t-ter/web.py -------------------------------------------------------------------------------- /talks-articles/frameworks/fast-api-py/quickstart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/fast-api-py/quickstart.md -------------------------------------------------------------------------------- /talks-articles/frameworks/flutter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/flutter/README.md -------------------------------------------------------------------------------- /talks-articles/frameworks/flutter/building-cupertino-app/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/flutter/building-cupertino-app/README.md -------------------------------------------------------------------------------- /talks-articles/frameworks/flutter/building-cupertino-app/cupertino_app/android/gradle.properties: -------------------------------------------------------------------------------- 1 | org.gradle.jvmargs=-Xmx1536M 2 | -------------------------------------------------------------------------------- /talks-articles/frameworks/flutter/building-cupertino-app/cupertino_app/ios/Flutter/Debug.xcconfig: -------------------------------------------------------------------------------- 1 | #include "Generated.xcconfig" 2 | -------------------------------------------------------------------------------- /talks-articles/frameworks/flutter/building-cupertino-app/cupertino_app/ios/Flutter/Release.xcconfig: -------------------------------------------------------------------------------- 1 | #include "Generated.xcconfig" 2 | -------------------------------------------------------------------------------- /talks-articles/frameworks/flutter/building-cupertino-app/demo.ogv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/flutter/building-cupertino-app/demo.ogv -------------------------------------------------------------------------------- /talks-articles/frameworks/flutter/building-cupertino-app/demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/flutter/building-cupertino-app/demo.png -------------------------------------------------------------------------------- /talks-articles/frameworks/flutter/cheatsheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/flutter/cheatsheet.md -------------------------------------------------------------------------------- /talks-articles/frameworks/flutter/fireship--flutter-state-management.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/flutter/fireship--flutter-state-management.md -------------------------------------------------------------------------------- /talks-articles/frameworks/gatsbyjs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/gatsbyjs/README.md -------------------------------------------------------------------------------- /talks-articles/frameworks/gatsbyjs/gatsby-00-environment-setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/gatsbyjs/gatsby-00-environment-setup.md -------------------------------------------------------------------------------- /talks-articles/frameworks/gatsbyjs/gatsby-01-building-blocks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/gatsbyjs/gatsby-01-building-blocks.md -------------------------------------------------------------------------------- /talks-articles/frameworks/gatsbyjs/gatsby-02-intro-to-styling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/gatsbyjs/gatsby-02-intro-to-styling.md -------------------------------------------------------------------------------- /talks-articles/frameworks/gatsbyjs/hello-world/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/gatsbyjs/hello-world/.gitignore -------------------------------------------------------------------------------- /talks-articles/frameworks/gatsbyjs/hello-world/.prettierignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/gatsbyjs/hello-world/.prettierignore -------------------------------------------------------------------------------- /talks-articles/frameworks/gatsbyjs/hello-world/.prettierrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/gatsbyjs/hello-world/.prettierrc -------------------------------------------------------------------------------- /talks-articles/frameworks/gatsbyjs/hello-world/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/gatsbyjs/hello-world/LICENSE -------------------------------------------------------------------------------- /talks-articles/frameworks/gatsbyjs/hello-world/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/gatsbyjs/hello-world/README.md -------------------------------------------------------------------------------- /talks-articles/frameworks/gatsbyjs/hello-world/gatsby-browser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/gatsbyjs/hello-world/gatsby-browser.js -------------------------------------------------------------------------------- /talks-articles/frameworks/gatsbyjs/hello-world/gatsby-config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/gatsbyjs/hello-world/gatsby-config.js -------------------------------------------------------------------------------- /talks-articles/frameworks/gatsbyjs/hello-world/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/gatsbyjs/hello-world/package.json -------------------------------------------------------------------------------- /talks-articles/frameworks/gatsbyjs/hello-world/src/components/header.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/gatsbyjs/hello-world/src/components/header.js -------------------------------------------------------------------------------- /talks-articles/frameworks/gatsbyjs/hello-world/src/components/mylinks.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/gatsbyjs/hello-world/src/components/mylinks.js -------------------------------------------------------------------------------- /talks-articles/frameworks/gatsbyjs/hello-world/src/pages/a-page.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/gatsbyjs/hello-world/src/pages/a-page.js -------------------------------------------------------------------------------- /talks-articles/frameworks/gatsbyjs/hello-world/src/pages/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/gatsbyjs/hello-world/src/pages/index.js -------------------------------------------------------------------------------- /talks-articles/frameworks/gatsbyjs/hello-world/src/styles/global.css: -------------------------------------------------------------------------------- 1 | html { 2 | background-color: lavenderblush; 3 | } 4 | -------------------------------------------------------------------------------- /talks-articles/frameworks/gatsbyjs/hello-world/static/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/gatsbyjs/hello-world/static/favicon.ico -------------------------------------------------------------------------------- /talks-articles/frameworks/gradio/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/gradio/README.md -------------------------------------------------------------------------------- /talks-articles/frameworks/gradio/gr01-hello-world.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/gradio/gr01-hello-world.py -------------------------------------------------------------------------------- /talks-articles/frameworks/phoenix/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/phoenix/README.md -------------------------------------------------------------------------------- /talks-articles/frameworks/phoenix/book--programming-phoenix-ge-1.4/ehlo/test/test_helper.exs: -------------------------------------------------------------------------------- 1 | ExUnit.start() 2 | Ecto.Adapters.SQL.Sandbox.mode(Ehlo.Repo, :manual) 3 | -------------------------------------------------------------------------------- /talks-articles/frameworks/phoenix/mix-phx-tasks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/phoenix/mix-phx-tasks.md -------------------------------------------------------------------------------- /talks-articles/frameworks/phoenix/phoenix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/phoenix/phoenix.md -------------------------------------------------------------------------------- /talks-articles/frameworks/qwik-js/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/qwik-js/README.md -------------------------------------------------------------------------------- /talks-articles/frameworks/react/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/react/README.md -------------------------------------------------------------------------------- /talks-articles/frameworks/react/react-native/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/react/react-native/README.md -------------------------------------------------------------------------------- /talks-articles/frameworks/react/reactjs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/react/reactjs/README.md -------------------------------------------------------------------------------- /talks-articles/frameworks/react/reactjs/tutorialspoint.com/04-jsx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/react/reactjs/tutorialspoint.com/04-jsx.md -------------------------------------------------------------------------------- /talks-articles/frameworks/react/reactjs/tutorialspoint.com/06-state.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/react/reactjs/tutorialspoint.com/06-state.md -------------------------------------------------------------------------------- /talks-articles/frameworks/react/reactjs/tutorialspoint.com/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/react/reactjs/tutorialspoint.com/README.md -------------------------------------------------------------------------------- /talks-articles/frameworks/react/reactjs/tutorialspoint.com/react-app/bundle/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /talks-articles/frameworks/revel/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/revel/README.md -------------------------------------------------------------------------------- /talks-articles/frameworks/revel/tutorial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/revel/tutorial.md -------------------------------------------------------------------------------- /talks-articles/frameworks/spin_wasm/.gitignore: -------------------------------------------------------------------------------- 1 | target/** 2 | -------------------------------------------------------------------------------- /talks-articles/frameworks/spin_wasm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/spin_wasm/README.md -------------------------------------------------------------------------------- /talks-articles/frameworks/spin_wasm/intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/spin_wasm/intro.md -------------------------------------------------------------------------------- /talks-articles/frameworks/spin_wasm/quickstart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/spin_wasm/quickstart.md -------------------------------------------------------------------------------- /talks-articles/frameworks/spin_wasm/sample-app/spin.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/spin_wasm/sample-app/spin.toml -------------------------------------------------------------------------------- /talks-articles/frameworks/spin_wasm/sample-http-rust/.cargo/config.toml: -------------------------------------------------------------------------------- 1 | [build] 2 | target = "wasm32-wasi" 3 | -------------------------------------------------------------------------------- /talks-articles/frameworks/spin_wasm/sample-http-rust/.gitignore: -------------------------------------------------------------------------------- 1 | target/ 2 | -------------------------------------------------------------------------------- /talks-articles/frameworks/spin_wasm/sample-http-rust/Cargo.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/spin_wasm/sample-http-rust/Cargo.lock -------------------------------------------------------------------------------- /talks-articles/frameworks/spin_wasm/sample-http-rust/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/spin_wasm/sample-http-rust/Cargo.toml -------------------------------------------------------------------------------- /talks-articles/frameworks/spin_wasm/sample-http-rust/spin.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/spin_wasm/sample-http-rust/spin.toml -------------------------------------------------------------------------------- /talks-articles/frameworks/spin_wasm/sample-http-rust/src/lib.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/frameworks/spin_wasm/sample-http-rust/src/lib.rs -------------------------------------------------------------------------------- /talks-articles/gamedev/godot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/gamedev/godot/README.md -------------------------------------------------------------------------------- /talks-articles/google/gmail-api-email-access/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/google/gmail-api-email-access/README.md -------------------------------------------------------------------------------- /talks-articles/google/gmail-api-email-access/gmail-api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/google/gmail-api-email-access/gmail-api.py -------------------------------------------------------------------------------- /talks-articles/google/gmail-api-email-access/pip-requires.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/google/gmail-api-email-access/pip-requires.txt -------------------------------------------------------------------------------- /talks-articles/graphics-n-video/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/graphics-n-video/README.md -------------------------------------------------------------------------------- /talks-articles/graphics-n-video/blender/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/graphics-n-video/blender/README.md -------------------------------------------------------------------------------- /talks-articles/hacks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/hacks/README.md -------------------------------------------------------------------------------- /talks-articles/hacks/stealing.session.cookie.with.tcpdump.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/hacks/stealing.session.cookie.with.tcpdump.md -------------------------------------------------------------------------------- /talks-articles/how-it-works/dht.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/how-it-works/dht.md -------------------------------------------------------------------------------- /talks-articles/how-it-works/uber.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/how-it-works/uber.md -------------------------------------------------------------------------------- /talks-articles/ibm/openwhisk/OpenWhisk-A.Quick.Tech.Preview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/ibm/openwhisk/OpenWhisk-A.Quick.Tech.Preview.md -------------------------------------------------------------------------------- /talks-articles/id.e.ditor/SublimeText.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/id.e.ditor/SublimeText.md -------------------------------------------------------------------------------- /talks-articles/id.e.ditor/vim/Let.VIM.do.the.Typing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/id.e.ditor/vim/Let.VIM.do.the.Typing.md -------------------------------------------------------------------------------- /talks-articles/id.e.ditor/vim/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/id.e.ditor/vim/README.md -------------------------------------------------------------------------------- /talks-articles/id.e.ditor/vim/explore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/id.e.ditor/vim/explore.md -------------------------------------------------------------------------------- /talks-articles/id.e.ditor/vim/profile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/id.e.ditor/vim/profile.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/0-build/ant/eg01/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/0-build/ant/eg01/build.xml -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/0-build/ant/eg01/run.sh: -------------------------------------------------------------------------------- 1 | ant -file build.xml 2 | -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/0-build/ant/eg02/build.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/0-build/ant/eg02/build.xml -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/0-build/ant/eg02/prop/common.properties: -------------------------------------------------------------------------------- 1 | BASE_DIR=/tmp 2 | -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/0-build/ant/eg02/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/0-build/ant/eg02/run.sh -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/0-build/gradle/Gradleware/BuildingAndTesting_05Testing.gradle: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/0-build/gradle/Sources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/0-build/gradle/Sources.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/0-debug/gdb/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/0-debug/gdb/README.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/0-debug/gdb/cmsc212-gdb-tutorial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/0-debug/gdb/cmsc212-gdb-tutorial.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/R-lang/CodeSchool--try.R/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/R-lang/CodeSchool--try.R/README -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/R-lang/CodeSchool--try.R/Rplots.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/R-lang/CodeSchool--try.R/Rplots.pdf -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/R-lang/CodeSchool--try.R/chap1.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/R-lang/CodeSchool--try.R/chap1.R -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/R-lang/CodeSchool--try.R/chap2.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/R-lang/CodeSchool--try.R/chap2.R -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/R-lang/CodeSchool--try.R/chap3.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/R-lang/CodeSchool--try.R/chap3.R -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/R-lang/CodeSchool--try.R/chap4.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/R-lang/CodeSchool--try.R/chap4.R -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/R-lang/CodeSchool--try.R/chap5.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/R-lang/CodeSchool--try.R/chap5.R -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/R-lang/CodeSchool--try.R/chap6.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/R-lang/CodeSchool--try.R/chap6.R -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/R-lang/CodeSchool--try.R/chap7.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/R-lang/CodeSchool--try.R/chap7.R -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/R-lang/CodeSchool--try.R/chap8.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/R-lang/CodeSchool--try.R/chap8.R -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/R-lang/CodeSchool--try.R/reqd_files/dummy.R: -------------------------------------------------------------------------------- 1 | sqrt(100) 2 | "A" 3 | -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/R-lang/README.md: -------------------------------------------------------------------------------- 1 | 2 | * [TryR](http://tryr.codeschool.com/) 3 | -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/README.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/ballerina/learn-by-example/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/ballerina/learn-by-example/README.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/clojure/4clojure.com/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/clojure/4clojure.com/README.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/clojure/4clojure.com/problem001.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/clojure/4clojure.com/problem001.clj -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/clojure/4clojure.com/problem002.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/clojure/4clojure.com/problem002.clj -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/clojure/4clojure.com/problem003.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/clojure/4clojure.com/problem003.clj -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/clojure/4clojure.com/problem004.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/clojure/4clojure.com/problem004.clj -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/clojure/4clojure.com/problem005.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/clojure/4clojure.com/problem005.clj -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/clojure/4clojure.com/problem006.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/clojure/4clojure.com/problem006.clj -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/clojure/4clojure.com/problem007.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/clojure/4clojure.com/problem007.clj -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/clojure/4clojure.com/problem008.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/clojure/4clojure.com/problem008.clj -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/clojure/4clojure.com/problem009.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/clojure/4clojure.com/problem009.clj -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/clojure/4clojure.com/problem010.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/clojure/4clojure.com/problem010.clj -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/clojure/4clojure.com/problem011.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/clojure/4clojure.com/problem011.clj -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/clojure/4clojure.com/problem012.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/clojure/4clojure.com/problem012.clj -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/clojure/4clojure.com/problem013.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/clojure/4clojure.com/problem013.clj -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/clojure/4clojure.com/problem014.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/clojure/4clojure.com/problem014.clj -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/clojure/4clojure.com/problem015.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/clojure/4clojure.com/problem015.clj -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/clojure/4clojure.com/problem016.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/clojure/4clojure.com/problem016.clj -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/clojure/4clojure.com/problem017.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/clojure/4clojure.com/problem017.clj -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/clojure/4clojure.com/problem018.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/clojure/4clojure.com/problem018.clj -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/clojure/4clojure.com/problem019.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/clojure/4clojure.com/problem019.clj -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/clojure/4clojure.com/problem020.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/clojure/4clojure.com/problem020.clj -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/clojure/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/clojure/README.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/clojure/intro_to_clojure/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/clojure/intro_to_clojure/README -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/clojure/joy.of.clojure/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/clojure/joy.of.clojure/README.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/elixir/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/elixir/README.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/elixir/book--programming-elixir-ge-1.6/distill20/rel/plugins/.gitignore: -------------------------------------------------------------------------------- 1 | *.* 2 | !*.exs 3 | !.gitignore -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/elixir/book--programming-elixir-ge-1.6/distill20/test/test_helper.exs: -------------------------------------------------------------------------------- 1 | ExUnit.start() 2 | -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/elixir/book--programming-elixir-ge-1.6/duper19/test/test_helper.exs: -------------------------------------------------------------------------------- 1 | ExUnit.start() 2 | -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/elixir/book--programming-elixir-ge-1.6/gitex/test/test_helper.exs: -------------------------------------------------------------------------------- 1 | ExUnit.start() 2 | -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/elixir/book--programming-elixir-ge-1.6/sequence17/test/test_helper.exs: -------------------------------------------------------------------------------- 1 | ExUnit.start() 2 | -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/elixir/book--programming-elixir-ge-1.6/supseq18/test/test_helper.exs: -------------------------------------------------------------------------------- 1 | ExUnit.start() 2 | -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/elixir/elixirschool.com/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/elixir/elixirschool.com/README.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/elixir/elixirschool.com/b-advanced/p24_chat/README.md: -------------------------------------------------------------------------------- 1 | # P24Chat 2 | 3 | > a sample app for OTP Distribution 4 | 5 | -- 6 | -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/elixir/elixirschool.com/b-advanced/p29_genstage/test/test_helper.exs: -------------------------------------------------------------------------------- 1 | ExUnit.start() 2 | -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/elixir/hexdocs-pm--mix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/elixir/hexdocs-pm--mix.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/elixir/sample-code/missing-item.ex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/elixir/sample-code/missing-item.ex -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/erlang/.gitignore: -------------------------------------------------------------------------------- 1 | **/*.beam 2 | -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/erlang/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/erlang/README.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/.gitignore: -------------------------------------------------------------------------------- 1 | .test 2 | -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/GoogleTechTalks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/golang/GoogleTechTalks/README.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/Oracle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/golang/Oracle.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/create-your-own-dsl-in-go.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/golang/create-your-own-dsl-in-go.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/db/cache2go/exampl01.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/golang/db/cache2go/exampl01.go -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/db/diskv/exampl01.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/golang/db/diskv/exampl01.go -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/grpc/eg-logr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/golang/grpc/eg-logr.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/grpc/eg-logr/client/logr.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/golang/grpc/eg-logr/client/logr.go -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/grpc/eg-logr/go-get-pkg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/golang/grpc/eg-logr/go-get-pkg.txt -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/grpc/eg-logr/logr/logr.pb.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/golang/grpc/eg-logr/logr/logr.pb.go -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/grpc/eg-logr/logr/logr.proto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/golang/grpc/eg-logr/logr/logr.proto -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/grpc/eg-logr/server/logr.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/golang/grpc/eg-logr/server/logr.go -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/hashing/jump-hash-example.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/golang/hashing/jump-hash-example.go -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/load-balance/roundrobin.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/golang/load-balance/roundrobin.go -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/profiling/quick.tips.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/golang/profiling/quick.tips.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/quick-examples/and-or.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/golang/quick-examples/and-or.go -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/quick-examples/anon-func.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/golang/quick-examples/anon-func.go -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/quick-examples/chan-struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/golang/quick-examples/chan-struct.go -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/quick-examples/defer-ret.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/golang/quick-examples/defer-ret.go -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/quick-examples/generics-in.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/golang/quick-examples/generics-in.go -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/quick-examples/generics.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/golang/quick-examples/generics.go -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/quick-examples/gorm/go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/golang/quick-examples/gorm/go.mod -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/quick-examples/gorm/go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/golang/quick-examples/gorm/go.sum -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/quick-examples/gorm/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/golang/quick-examples/gorm/main.go -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/quick-examples/http-izer/templates/hooligans.html: -------------------------------------------------------------------------------- 1 |

Hooligans

-------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/quick-examples/rnd.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/golang/quick-examples/rnd.go -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/quick-examples/somepkg/yep.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/golang/quick-examples/somepkg/yep.go -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/quick-examples/struct-ure.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/golang/quick-examples/struct-ure.go -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/quick-examples/xmas-tree.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/golang/quick-examples/xmas-tree.go -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/quick-examples/yeah-init.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/golang/quick-examples/yeah-init.go -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/reflection/exampl01.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/golang/reflection/exampl01.go -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/test-to-learn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/golang/test-to-learn/README.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/test-to-learn/go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/golang/test-to-learn/go.mod -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/test-to-learn/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/golang/test-to-learn/main.go -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/test-to-learn/main_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/golang/test-to-learn/main_test.go -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/with--fsnotify/tailr.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/golang/with--fsnotify/tailr.go -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/with--go-opencv/stage01.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/golang/with--go-opencv/stage01.go -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/with--go-opencv/stage01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/golang/with--go-opencv/stage01.jpg -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/with-go-lua/hello.lua: -------------------------------------------------------------------------------- 1 | 2 | print("Hello from", _VERSION) 3 | 4 | -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/with-go-lua/simple.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/golang/with-go-lua/simple.go -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/golang/www.golang-book.com/chapter12.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | cd chapter12 4 | go test 5 | cd - 6 | -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/graphql/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/graphql/README.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/graphql/graphql-go/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/graphql/graphql-go/README.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/graphql/graphql-go/sample.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/graphql/graphql-go/sample.go -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/graphql/how-to-graphql/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/graphql/how-to-graphql/README.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/haskell/LearnYouAHaskell/chap01.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/haskell/LearnYouAHaskell/chap01.hs -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/haskell/LearnYouAHaskell/chap02.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/haskell/LearnYouAHaskell/chap02.hs -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/haskell/LearnYouAHaskell/chap03.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/haskell/LearnYouAHaskell/chap03.hs -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/haskell/LearnYouAHaskell/chap04.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/haskell/LearnYouAHaskell/chap04.hs -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/haskell/LearnYouAHaskell/chap05.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/haskell/LearnYouAHaskell/chap05.hs -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/haskell/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/haskell/README.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/haskell/fpcomplete.com/simple-examples.hs: -------------------------------------------------------------------------------- 1 | main = putStrLn "Hello, world!" 2 | -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/haskell/fpcomplete.com/sysenv.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/haskell/fpcomplete.com/sysenv.hs -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/haskell/fpcomplete.com/sysinfo.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/haskell/fpcomplete.com/sysinfo.hs -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/haskell/sed-in-haskell/sed.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/haskell/sed-in-haskell/sed.hs -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/javascript/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/javascript/README.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/javascript/lyrajs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/javascript/lyrajs/README.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/javascript/lyrajs/lyra-blog.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/javascript/lyrajs/lyra-blog.js -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/javascript/lyrajs/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/javascript/lyrajs/package.json -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/javascript/p5.js/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/javascript/p5.js/README.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/javascript/p5.js/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/javascript/p5.js/index.html -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/javascript/p5.js/js/vendor/p5.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/javascript/p5.js/js/vendor/p5.min.js -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/javascript/p5.js/p5js-learn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/javascript/p5.js/p5js-learn.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/julia-lang/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/julia-lang/README.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/julia-lang/sample-code/basic-cli.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/julia-lang/sample-code/basic-cli.jl -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/jvm-n-java/.gitignore: -------------------------------------------------------------------------------- 1 | **/*.class 2 | -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/jvm-n-java/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/jvm-n-java/README.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/lua/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/lua/README.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/lua/tutorialspoint/01-overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/lua/tutorialspoint/01-overview.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/lua/tutorialspoint/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/lua/tutorialspoint/README.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/nim/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/nim/README.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/nim/book--nim-in-action/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/nim/book--nim-in-action/README.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/nim/book--nim-in-action/chap03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/nim/book--nim-in-action/chap03.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/nim/book--nim-in-action/chap04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/nim/book--nim-in-action/chap04.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/nim/book--nim-in-action/chap05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/nim/book--nim-in-action/chap05.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/nim/book--nim-in-action/chap06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/nim/book--nim-in-action/chap06.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/nim/book--nim-in-action/chap07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/nim/book--nim-in-action/chap07.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/nim/book--nim-in-action/chap08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/nim/book--nim-in-action/chap08.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/nim/book--nim-in-action/chap09.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/nim/book--nim-in-action/chap09.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/nim/book--nim-in-action/code-samples/chap3chat/.gitignore: -------------------------------------------------------------------------------- 1 | bin/** 2 | -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/nim/book--nim-in-action/code-samples/chap3chat/bin/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/nim/book--nim-in-action/code-samples/chap3chat/src/client.nims: -------------------------------------------------------------------------------- 1 | --threads:on 2 | -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/nim/book--nim-in-action/code-samples/chap4.nims: -------------------------------------------------------------------------------- 1 | --define:ssl 2 | -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/nim/book--nim-in-action/code-samples/chap9/cfg9/tests/config.nims: -------------------------------------------------------------------------------- 1 | switch("path", "$projectDir/../src") -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/nim/book--nim-in-action/code-samples/chap9/cfg9/tests/sample-dsl.cfg: -------------------------------------------------------------------------------- 1 | { 2 | "address": "http://example.com", 3 | "port": 80 4 | } 5 | -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/nim/book--nim-in-action/part-01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/nim/book--nim-in-action/part-01.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/nim/cheatsheet.nim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/nim/cheatsheet.nim -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/nim/cheatsheet.nims: -------------------------------------------------------------------------------- 1 | --define:release 2 | --threads:on 3 | -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/nodejs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/nodejs/README.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/nodejs/jsdom/jsdom-hello.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/nodejs/jsdom/jsdom-hello.js -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/nodejs/node-version: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/nodejs/node-version -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/nodejs/nodejs-asynchronous-work.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/nodejs/nodejs-asynchronous-work.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/nodejs/nodejs-cli.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/nodejs/nodejs-cli.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/nodejs/nodejs-domain-module.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/nodejs/nodejs-domain-module.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/nodejs/nodejs-file-stats.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/nodejs/nodejs-file-stats.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/nodejs/nodejs-getting-started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/nodejs/nodejs-getting-started.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/nodejs/nodejs-remaining-guides.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/nodejs/nodejs-remaining-guides.md -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/python/Falcon/falcontest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/python/Falcon/falcontest.py -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/python/Falcon/run-falcontest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/python/Falcon/run-falcontest -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/python/Falcon/setup-requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/abhishekkr/tutorials_as_code/HEAD/talks-articles/languages-n-runtimes/python/Falcon/setup-requirements.txt -------------------------------------------------------------------------------- /talks-articles/languages-n-runtimes/python/Kivy/derek.banas/hellokivyy.kv: -------------------------------------------------------------------------------- 1 |