{"payload":{"pageCount":1,"repositories":[{"type":"Public","name":"melbourne-cpp.github.io","owner":"melbourne-cpp","isFork":false,"description":"Basic website for the Melbourne C++ group","allTopics":[],"primaryLanguage":{"name":"HTML","color":"#e34c26"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-05-16T22:12:10.112Z"}},{"type":"Public","name":"olympiad","owner":"melbourne-cpp","isFork":false,"description":"","allTopics":[],"primaryLanguage":{"name":"Roff","color":"#ecdebe"},"pullRequestCount":0,"issueCount":0,"starsCount":2,"forksCount":1,"license":"Apache License 2.0","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2019-11-12T07:05:36.533Z"}},{"type":"Public","name":"2019-10-08-cuda-examples","owner":"melbourne-cpp","isFork":true,"description":"A collection of CUDA example code","allTopics":[],"primaryLanguage":{"name":"Cuda","color":"#3A4E3A"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":1,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2019-10-08T10:22:36.193Z"}},{"type":"Public","name":"2019-09-10-deep-cmake-for-library-authors","owner":"melbourne-cpp","isFork":false,"description":"Deep Cmake for Library Authors","allTopics":[],"primaryLanguage":null,"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2019-10-08T02:34:55.718Z"}},{"type":"Public","name":"2019-04-16-simple-spreadsheet","owner":"melbourne-cpp","isFork":true,"description":"Simple spreadsheet formula parser / REPL, written in C++, using Ragel and Lemon","allTopics":[],"primaryLanguage":{"name":"C","color":"#555555"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":2,"license":"BSD 3-Clause \"New\" or \"Revised\" License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2019-03-31T08:09:01.368Z"}},{"type":"Public","name":"2019-03-12-conan-example","owner":"melbourne-cpp","isFork":true,"description":"","allTopics":[],"primaryLanguage":{"name":"CMake","color":"#DA3434"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":1,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2019-03-11T11:58:22.553Z"}},{"type":"Public","name":"2019-03-12-conan-presentation","owner":"melbourne-cpp","isFork":true,"description":"","allTopics":[],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":1,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2019-03-11T02:40:13.434Z"}},{"type":"Public","name":"2019-03-12-conan-workspace","owner":"melbourne-cpp","isFork":false,"description":"game/engine development","allTopics":[],"primaryLanguage":{"name":"Python","color":"#3572A5"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2019-03-10T06:39:40.306Z"}},{"type":"Public","name":"2019-02-12-data-oriented-design","owner":"melbourne-cpp","isFork":true,"description":"Presentation Slides and Sample Codes on the topic - Data oriented Design","allTopics":[],"primaryLanguage":{"name":"C++","color":"#f34b7d"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":1,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2019-02-13T12:41:35.659Z"}},{"type":"Public","name":"2019-01-08-type-erasure","owner":"melbourne-cpp","isFork":true,"description":"","allTopics":[],"primaryLanguage":{"name":"C++","color":"#f34b7d"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":1,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2019-01-08T06:31:05.786Z"}},{"type":"Public","name":"code-of-conduct","owner":"melbourne-cpp","isFork":false,"description":"Code of Conduct for Melbourne C++","allTopics":[],"primaryLanguage":null,"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":"The Unlicense","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2018-12-08T06:58:55.833Z"}},{"type":"Public","name":"2018-07-10-genetic-algorithm","owner":"melbourne-cpp","isFork":true,"description":"","allTopics":[],"primaryLanguage":{"name":"C++","color":"#f34b7d"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":2,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2018-07-28T11:39:45.438Z"}},{"type":"Public","name":"2018-05-15-asan-libfuzzer","owner":"melbourne-cpp","isFork":false,"description":"Sample code for the Melbourne C++ Meetup's C++ Debugging Tools talks","allTopics":[],"primaryLanguage":{"name":"C++","color":"#f34b7d"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2018-05-15T11:26:53.267Z"}},{"type":"Public","name":"2018-05-15-gdb-demo","owner":"melbourne-cpp","isFork":true,"description":"Sample code for the Melbourne C++ Meetup's C++ Debugging Tools","allTopics":[],"primaryLanguage":{"name":"C++","color":"#f34b7d"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":1,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2018-05-15T10:44:36.073Z"}},{"type":"Public","name":"2018-03-13-abstract-factory","owner":"melbourne-cpp","isFork":false,"description":"Sample code for the Melbourne C++ Meetup's Software Design Patterns talks","allTopics":[],"primaryLanguage":{"name":"C++","color":"#f34b7d"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2018-03-23T03:37:32.538Z"}},{"type":"Public","name":"2018-03-13-factory-method","owner":"melbourne-cpp","isFork":false,"description":"Sample code for the Melbourne C++ Meetup's Software Design Patterns talks","allTopics":[],"primaryLanguage":{"name":"C++","color":"#f34b7d"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2018-03-13T11:19:15.128Z"}},{"type":"Public","name":"2017-06-13-cpp11-features","owner":"melbourne-cpp","isFork":false,"description":"Sample code for the Melbourne C++ Meetup's New C++11 / C++14 Features talks","allTopics":[],"primaryLanguage":{"name":"C++","color":"#f34b7d"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2018-03-13T10:56:11.356Z"}},{"type":"Public","name":"2018-03-13-design-patterns","owner":"melbourne-cpp","isFork":false,"description":"Sample code for the Melbourne C++ Meetup's Software Design Patterns talks","allTopics":[],"primaryLanguage":{"name":"C++","color":"#f34b7d"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2018-03-13T10:47:51.597Z"}},{"type":"Public","name":"2018-02-13-pimp-and-d-ptr","owner":"melbourne-cpp","isFork":false,"description":"Sample code for the Melbourne C++ Meetup's D-Pointers and the PIMPL Idiom talk","allTopics":[],"primaryLanguage":{"name":"C++","color":"#f34b7d"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2018-02-13T11:16:11.919Z"}},{"type":"Public","name":"2017-12-12-concepts","owner":"melbourne-cpp","isFork":true,"description":"Materials for the Melbourne C++ Meetup's Concepts talk","allTopics":[],"primaryLanguage":{"name":"C++","color":"#f34b7d"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":1,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2017-12-12T02:51:13.626Z"}},{"type":"Public","name":"2017-09-12-emscripten","owner":"melbourne-cpp","isFork":false,"description":"Notes and sample code for the Melbourne C++ Meetup's Emscripten and C++ talk","allTopics":["c-plus-plus","cpp","emscripten"],"primaryLanguage":{"name":"C++","color":"#f34b7d"},"pullRequestCount":0,"issueCount":0,"starsCount":1,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2017-09-12T10:39:30.350Z"}},{"type":"Public","name":"2017-08-08-unit-tests","owner":"melbourne-cpp","isFork":false,"description":"Basic demo of QtTest and Google Test","allTopics":[],"primaryLanguage":{"name":"C++","color":"#f34b7d"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":1,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2017-08-09T06:14:13.695Z"}},{"type":"Public","name":"2017-04-free-for-dev","owner":"melbourne-cpp","isFork":false,"description":"Sample code used for the April 2017 Melbourne C++ Meetup","allTopics":["qt","cpp","travis-ci","appveyor","qt5"],"primaryLanguage":{"name":"QMake","color":"#ccc"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2017-04-11T09:20:03.848Z"}}],"repositoryCount":23,"userInfo":null,"searchable":true,"definitions":[],"typeFilters":[{"id":"all","text":"All"},{"id":"public","text":"Public"},{"id":"source","text":"Sources"},{"id":"fork","text":"Forks"},{"id":"archived","text":"Archived"},{"id":"template","text":"Templates"}],"compactMode":false},"title":"melbourne-cpp repositories"}