All Projects → peter-can-talk → Cppnow 2017

peter-can-talk / Cppnow 2017

Slides for my C++Now 2017 talk

Programming Languages

cpp
1120 projects

Labels

Projects that are alternatives of or similar to Cppnow 2017

developer-ci-benefits
Talk docs—includes CI (Continuous Integration) benefits, description, and setup tips 💡💪
Stars: ✭ 29 (-42%)
Mutual labels:  talk
the-x-in-mdx
No description or website provided.
Stars: ✭ 40 (-20%)
Mutual labels:  talk
Talks
Repository of publicly available talks by Leon Eyrich Jessen, PhD. Talks cover Data Science and R in the context of research
Stars: ✭ 16 (-68%)
Mutual labels:  talk
capitalizing-on-a-great-idea
Samples for "Become a super user with IntelliJ" talk
Stars: ✭ 32 (-36%)
Mutual labels:  talk
cm
Configuration management for all VOC systems
Stars: ✭ 17 (-66%)
Mutual labels:  talk
Infrastructure As Code Training
Materials for learning how to use infrastructure-as-code
Stars: ✭ 268 (+436%)
Mutual labels:  talk
writing-dsls
Talk slides / resources for writing domain specific languages in Swift
Stars: ✭ 32 (-36%)
Mutual labels:  talk
Cfps
Stars: ✭ 44 (-12%)
Mutual labels:  talk
CoffeeChat
opensource im with server(go) and client(flutter+swift)
Stars: ✭ 111 (+122%)
Mutual labels:  talk
Infrastructure As Code Talk
Sample code for the talk "Infrastructure-as-code: running microservices on AWS with Docker, ECS, and Terraform"
Stars: ✭ 520 (+940%)
Mutual labels:  talk
role-of-babel-in-js
Role of Babel in JS (TC39 May 2017)
Stars: ✭ 14 (-72%)
Mutual labels:  talk
javascript-can-do-what
Talk: JavaScript can do WHAT?!
Stars: ✭ 16 (-68%)
Mutual labels:  talk
Artistic Style Transfer
Convolutional neural networks for artistic style transfer.
Stars: ✭ 341 (+582%)
Mutual labels:  talk
talk-symfony2-docker-vagrant
Développer et packager votre application Symfony2 avec Docker et Vagrant
Stars: ✭ 23 (-54%)
Mutual labels:  talk
Kubeflow Data Science On Steroids
The blog post about Kubeflow, including all materials
Stars: ✭ 25 (-50%)
Mutual labels:  talk
talks
Source for all talks I've presented at various conferences
Stars: ✭ 12 (-76%)
Mutual labels:  talk
kotlin-graalvm-custom-aws-lambda-runtime-talk
This is the demo code for a talk on improving cold startup times for JVM-based lambdas using GraalVM and Custom AWS Lambda Runtimes.
Stars: ✭ 24 (-52%)
Mutual labels:  talk
Music Synthesis With Python
Music Synthesis with Python talk, originally given at PyGotham 2017.
Stars: ✭ 48 (-4%)
Mutual labels:  talk
Qtalk
Startalk is a high-performace IM software for business. It has been stably used in Qunar for more than 4 years, providing services as well as consultation after and before sales to business. Startalk is applicable to multiple scenarios, such as office automation, business services, and first-party SDKs for IM scenes
Stars: ✭ 980 (+1860%)
Mutual labels:  talk
Awesome Conferences Database
📲 A collaborative list of Conferences
Stars: ✭ 485 (+870%)
Mutual labels:  talk

C++Now 2017: clang-useful

Slides and code samples for my talk at C++Now 2017.

Contents

  • presentation: My beautiful LaTeX slides.
  • code: Code samples including a dozen tools to try out.
  • server: My online polling server.
  • Dockerfile: A Dockerfile to build a standalone container for LLVM and clang tooling.

To run a code sample, you need to build the docker container:

$ docker build -t clang .

If you then cd into any directory, like code/ast-dump, you will find a Makefile specifically for that tool. To compile or use the tool, enter the docker container and mount the folder under /home:

$ docker run -it -v $PWD:/home clang

Then just use the code executable already there, or re-build it with make.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].