On 30 May 2013 11:01, Vadim Zeitlin <[email protected]> wrote: > On Tue, 28 May 2013 23:38:47 +0100 Mateusz Loskot <[email protected]> wrote: > > ML> I've just came back form the first London C++ Meeting > ML> at Google Campus [1] where I had pleasure to give introductory > ML> talk about SOCI, on basic idea behind the library and > ML> core concepts the library heavily relies on. > ML> > ML> Here are the talk slides: > ML> > ML> http://slid.es/mloskot/soci > > Hi Mateusz, > > Congratulations for the nice presentations, thanks for making the slides > available
Vadim, Thanks! > and sorry for not finally being able to come to London to meet > you, unfortunately I just had too much of other work recently to be able to > do it. When is the next meeting? ;-) Pity, indeed. Next meeting is in 15 July, but the topic is to be confirmed, likely some mobile C++ development http://www.eventbrite.co.uk/event/6426055505 Perhaps you'd have closer for this conference http://meetingcpp.com/ I'm still hoping to be ther in November, but it's unsure ATM. > ML> I guess, it may serve as not-a-bad overview for anyone > ML> new to SOCI, before diving into the SOCI source > ML> code and documentation. > > People love slides, usually (not as much as graphs, but as it's going to > be a bit difficult to produce those for SOCI, we'll have to do with what we > have ;-), so I'd definitely add a link to them to SOCI home page. Good idea. I'll add it to the Articles section. > ML> I may update the slides in future or derive new talks. > ML> Feel free to use it yourself if you like. > > Not that I have any plans to reuse them, but I just wonder: how can people > actually do it? I.e. what are the "sources" of the slides and can they be > obtained from slid.es somehow? I used reveal.js framework to produce the slides http://lab.hakim.se/reveal-js/ The whole presentation is included in single HTML file plus one picture and bunch of JS/CSS linked as external files. So, it is self contained and I'm going to create GitHub repo so it's easier to grab copy. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net ------------------------------------------------------------------------------ Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET Get 100% visibility into your production application - at no cost. Code-level diagnostics for performance bottlenecks with <2% overhead Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap1 _______________________________________________ soci-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/soci-users
