├── .github ├── ISSUE_TEMPLATE.md ├── PROPOSAL_TEMPLATE.md └── PULL_REQUEST_TEMPLATE.md ├── 2018-cfgmgmtcamp └── coreos-baremental-provisioning-terraform.md ├── 2018-developerweek-nyc └── MLonCode.md ├── 2018-devfest-krasnodar └── TensorFlow.js.md ├── 2018-devfest-lisbon └── TensorFlow.js.md ├── 2018-devops-bcn └── coreos-baremental-provisioning-terraform.md ├── 2018-dockercon-sf ├── README.md └── bblfsh-self-upgrading-servers.md ├── 2018-golang-barcelona └── improving-performance-go-git.md ├── 2018-gomad └── improving-performance-go-git.md ├── 2018-gophercon-iceland └── ml-on-go.md ├── 2018-gophercon-russia └── CodeSentiment.md ├── 2018-gophercon └── building-games-in-go.md ├── 2018-goto-chicago ├── mloncode.md └── the-robustness-of-go.md ├── 2018-gowayfest2 └── Hercules.md ├── 2018-hashiconf └── using-terraform-ignition-and-matchbox-providers-to-provision-container-linux-baremetal-servers.md ├── 2018-mlconf └── MLonCode.md ├── 2018-nmlm └── TensorFlow.js.md ├── 2018-oscal ├── MLonCode.md └── StateML.md ├── 2018-oscon ├── go-performance-analysis-in-action.md └── machine-learning-on-source-code.md ├── 2018-pycon-cz └── MLoSC.md ├── 2018-pycon-russia └── MLonCode.md ├── 2018-pydata-london └── shell-complete.md ├── 2018-pydays-vienna ├── MLonCode.md └── programming-language-competition.md ├── 2018-retina └── AwesomeGoogle.md ├── 2018-scale-by-the-bay ├── ml-code-review.md └── mloncode.md ├── 2018-velocity-nyc └── ml-on-code.md ├── 2019-apachecon-eu └── analyzing-asf.md ├── 2019-devfest-nantes └── mloncode-codelab.md ├── 2019-devpro └── CodeReviewAssistantsMLonCode.md ├── 2019-devsum └── StyleAnalyzer.md ├── 2019-fosdem └── MLonCode │ └── Suggesting-Fixes-during-Code-Review-with-ML.md ├── 2019-git-merge └── gitbase.md ├── 2019-gothamgo └── csi-gopher.md ├── 2019-kubecon-eu └── inverting-conway.md ├── 2019-ml-conference ├── MiningSDH.md ├── developer-similarity.md └── fixing-code-formatting.md ├── 2019-oscon ├── code-as-data-innersource.md └── mloncode.md ├── 2019-pydays-vienna └── typos-correction-with-lookout.md ├── 2019-skyhacks └── MiningSDH.md ├── 2019-velocity-san-jose ├── analyzing-k8s.md └── deep-mloncode.md ├── 2020-amld └── ml-for-modeling-source-workshop.md ├── LICENSE └── README.md /.github/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/.github/ISSUE_TEMPLATE.md -------------------------------------------------------------------------------- /.github/PROPOSAL_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/.github/PROPOSAL_TEMPLATE.md -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /2018-cfgmgmtcamp/coreos-baremental-provisioning-terraform.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2018-cfgmgmtcamp/coreos-baremental-provisioning-terraform.md -------------------------------------------------------------------------------- /2018-developerweek-nyc/MLonCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2018-developerweek-nyc/MLonCode.md -------------------------------------------------------------------------------- /2018-devfest-krasnodar/TensorFlow.js.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2018-devfest-krasnodar/TensorFlow.js.md -------------------------------------------------------------------------------- /2018-devfest-lisbon/TensorFlow.js.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2018-devfest-lisbon/TensorFlow.js.md -------------------------------------------------------------------------------- /2018-devops-bcn/coreos-baremental-provisioning-terraform.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2018-devops-bcn/coreos-baremental-provisioning-terraform.md -------------------------------------------------------------------------------- /2018-dockercon-sf/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2018-dockercon-sf/README.md -------------------------------------------------------------------------------- /2018-dockercon-sf/bblfsh-self-upgrading-servers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2018-dockercon-sf/bblfsh-self-upgrading-servers.md -------------------------------------------------------------------------------- /2018-golang-barcelona/improving-performance-go-git.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2018-golang-barcelona/improving-performance-go-git.md -------------------------------------------------------------------------------- /2018-gomad/improving-performance-go-git.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2018-gomad/improving-performance-go-git.md -------------------------------------------------------------------------------- /2018-gophercon-iceland/ml-on-go.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2018-gophercon-iceland/ml-on-go.md -------------------------------------------------------------------------------- /2018-gophercon-russia/CodeSentiment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2018-gophercon-russia/CodeSentiment.md -------------------------------------------------------------------------------- /2018-gophercon/building-games-in-go.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2018-gophercon/building-games-in-go.md -------------------------------------------------------------------------------- /2018-goto-chicago/mloncode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2018-goto-chicago/mloncode.md -------------------------------------------------------------------------------- /2018-goto-chicago/the-robustness-of-go.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2018-goto-chicago/the-robustness-of-go.md -------------------------------------------------------------------------------- /2018-gowayfest2/Hercules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2018-gowayfest2/Hercules.md -------------------------------------------------------------------------------- /2018-hashiconf/using-terraform-ignition-and-matchbox-providers-to-provision-container-linux-baremetal-servers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2018-hashiconf/using-terraform-ignition-and-matchbox-providers-to-provision-container-linux-baremetal-servers.md -------------------------------------------------------------------------------- /2018-mlconf/MLonCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2018-mlconf/MLonCode.md -------------------------------------------------------------------------------- /2018-nmlm/TensorFlow.js.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2018-nmlm/TensorFlow.js.md -------------------------------------------------------------------------------- /2018-oscal/MLonCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2018-oscal/MLonCode.md -------------------------------------------------------------------------------- /2018-oscal/StateML.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2018-oscal/StateML.md -------------------------------------------------------------------------------- /2018-oscon/go-performance-analysis-in-action.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2018-oscon/go-performance-analysis-in-action.md -------------------------------------------------------------------------------- /2018-oscon/machine-learning-on-source-code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2018-oscon/machine-learning-on-source-code.md -------------------------------------------------------------------------------- /2018-pycon-cz/MLoSC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2018-pycon-cz/MLoSC.md -------------------------------------------------------------------------------- /2018-pycon-russia/MLonCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2018-pycon-russia/MLonCode.md -------------------------------------------------------------------------------- /2018-pydata-london/shell-complete.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2018-pydata-london/shell-complete.md -------------------------------------------------------------------------------- /2018-pydays-vienna/MLonCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2018-pydays-vienna/MLonCode.md -------------------------------------------------------------------------------- /2018-pydays-vienna/programming-language-competition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2018-pydays-vienna/programming-language-competition.md -------------------------------------------------------------------------------- /2018-retina/AwesomeGoogle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2018-retina/AwesomeGoogle.md -------------------------------------------------------------------------------- /2018-scale-by-the-bay/ml-code-review.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2018-scale-by-the-bay/ml-code-review.md -------------------------------------------------------------------------------- /2018-scale-by-the-bay/mloncode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2018-scale-by-the-bay/mloncode.md -------------------------------------------------------------------------------- /2018-velocity-nyc/ml-on-code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2018-velocity-nyc/ml-on-code.md -------------------------------------------------------------------------------- /2019-apachecon-eu/analyzing-asf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2019-apachecon-eu/analyzing-asf.md -------------------------------------------------------------------------------- /2019-devfest-nantes/mloncode-codelab.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2019-devfest-nantes/mloncode-codelab.md -------------------------------------------------------------------------------- /2019-devpro/CodeReviewAssistantsMLonCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2019-devpro/CodeReviewAssistantsMLonCode.md -------------------------------------------------------------------------------- /2019-devsum/StyleAnalyzer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2019-devsum/StyleAnalyzer.md -------------------------------------------------------------------------------- /2019-fosdem/MLonCode/Suggesting-Fixes-during-Code-Review-with-ML.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2019-fosdem/MLonCode/Suggesting-Fixes-during-Code-Review-with-ML.md -------------------------------------------------------------------------------- /2019-git-merge/gitbase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2019-git-merge/gitbase.md -------------------------------------------------------------------------------- /2019-gothamgo/csi-gopher.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2019-gothamgo/csi-gopher.md -------------------------------------------------------------------------------- /2019-kubecon-eu/inverting-conway.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2019-kubecon-eu/inverting-conway.md -------------------------------------------------------------------------------- /2019-ml-conference/MiningSDH.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2019-ml-conference/MiningSDH.md -------------------------------------------------------------------------------- /2019-ml-conference/developer-similarity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2019-ml-conference/developer-similarity.md -------------------------------------------------------------------------------- /2019-ml-conference/fixing-code-formatting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2019-ml-conference/fixing-code-formatting.md -------------------------------------------------------------------------------- /2019-oscon/code-as-data-innersource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2019-oscon/code-as-data-innersource.md -------------------------------------------------------------------------------- /2019-oscon/mloncode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2019-oscon/mloncode.md -------------------------------------------------------------------------------- /2019-pydays-vienna/typos-correction-with-lookout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2019-pydays-vienna/typos-correction-with-lookout.md -------------------------------------------------------------------------------- /2019-skyhacks/MiningSDH.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2019-skyhacks/MiningSDH.md -------------------------------------------------------------------------------- /2019-velocity-san-jose/analyzing-k8s.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2019-velocity-san-jose/analyzing-k8s.md -------------------------------------------------------------------------------- /2019-velocity-san-jose/deep-mloncode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2019-velocity-san-jose/deep-mloncode.md -------------------------------------------------------------------------------- /2020-amld/ml-for-modeling-source-workshop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/2020-amld/ml-for-modeling-source-workshop.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/src-d/conferences/HEAD/README.md --------------------------------------------------------------------------------