-
CppCon 2015: Andrei Alexandrescu “Declarative Control Flow"
http://www.Cppcon.org
—
Presentation Slides, PDFs, Source Code and other presenter materials are available at: https://github.com/cppcon/cppcon2015
—
Getting exception handling right is a perennial problem in C++ that has eluded systematization. Not for much longer. New language and library developments make it possible to handle exceptions in a declarative manner, leading to drastic code simplifi
-
CppCon 2014: Andrei Alexandrescu "Optimization Tips - Mo' Hustle Mo' Problems"
http://www.cppcon.org
—
Presentation Slides, PDFs, Source Code and other presenter materials are available at: https://github.com/CppCon/CppCon2014
--
Reasonably-written C++ code will be naturally fast. This is to C++'s excellent low-penalty abstractions and a memory model close to the machine.
However, a large category of applications have no boundaries on desired speed, meaning there's no point
-
CppCon 2015: Andrei Alexandrescu “std::allocator...”
http://www.Cppcon.org
—
std::allocator Is to Allocation what std::vector Is to Vexation
--
Presentation Slides, PDFs, Source Code and other presenter materials are available at: https://github.com/cppcon/cppcon2015
—
std::allocator has an inglorious past, murky present, and cheerless future. STL introduced allocators as a stop gap for the now antiquated segmented memory models of the 1990s. Their
-
Going Native 2012 Variadic Templates are Funadic
Andrei Alexandrescu talks about variadic templates in C++11.
-
Andrei Alexandrescu - best text editor
Video cut-out from "Alexandrescu, Bright, Meijer, Moran: Pure versus Native (and much more)" video on channel9. http://channel9.msdn.com/Blogs/Charles/Alexan...
-
UVU: Andrei Alexandrescu - DConf 2015
-
Writing Quick Code in C++, Quickly
-
Three Unlikely Successful Features of D by Andrei Alexandrescu
Designing a programming language has a strong subjective component. There are features - such as type and property inference - that many would agree are usef...
-
DConf 2014: It's Payback Time! (Walter Bright, Andrei Alexandrescu)
http://dconf.org/2014/talks/panel.html.
-
Andrei Alexandrescu talk at Amazon, June 4th, 2004
Title: Write Less Code and More Software Speaker: Andrei Alexandrescu.
-
OSCON 2014: Move Fast and Ship Things; Andrei Alexandrescu
This talk will explore the 'move fast' side of Facebook's software engineering culture: development process, organizational structure, and the vast amounts of tooling we create and use to...
-
Code::Dive 2015: Andrei Alexandrescu o D, nauce programowania i Facebooku
Podczas tegorocznej konferencji Code::Dive mieliśmy wyjątkową okazję zadać kilka pytań Andreiowi Alexandrescu – światowej sławy ekspertowi w dziedzinie programowania w C++ z wykorzystaniem szablonów, autorowi języka D i byłemu pracownikowi Facebooka.
Więcej na dobreprogramy.pl
-
All Things D (programming language) - A Conversation with Andrei Alexandrescu
It's always a pleasure to get to spend time with Andrei Alexandrescu and pick his formidable mind. Here, we turn the camera on and have a frank and honest co...
-
GoingNative 6: Walter Bright and Andrei Alexandrescu - D Programming Language
D takes many powerful modern programming ideas and idioms and makes them easy to use while keeping things purely native. We love this! Too often we hear thin...
-
The D Programming Language with Andrei Alexandrescu
Buy the book here: http://www.informit.com/store/product.aspx?isbn=0321635361 Andrei Alexandrescu discusses key concepts form his book, The D Programming Lan...
-
DConf 2014: State of the struct address (Andrei Alexandrescu)
http://dconf.org/2014/talks/alexandrescu.html.
-
Three Cool Things About D - The Case for the D Programing Language
Google Tech Talk July 29, 2010 ABSTRACT C++ has been through many battles and won most of them. Invariably it has been patched with more armor, given more ma...
-
DConf 2013 Day 3 Talk 6: Closing Keynote by Andrei Alexandrescu
This talk is part of the D Programming Language Conference, May 1-3 2013, Menlo Park, CA. Slides available at http://dconf.org/2013/talks/alexandrescu.pdf Fo...
-
Andrei Alexandrescu - Melodie pentru ea
Balada naiva compusa de mine pentru ea... La multi ani...
-
Andrei Alexandrescu interview with CSDN in Beijing, China
CSDN interviews Andrei during the CSDN conference on Web 2.0 on November 29, 2007. Watch Andrei chatting on the future of the C++ and D languages.
-
Andrei Alexandrescu - White
-
Andrei Alexandrescu Purple
-
Andrei Alexandrescu drumming for the UW CSE Band (2/2)
With apologies to Billy Idol. In this video there are also some views of the UW Campus; it was the first sunny day in Seattle for 2008!
CppCon 2015: Andrei Alexandrescu “Declarative Control Flow"
http://www.Cppcon.org
—
Presentation Slides, PDFs, Source Code and other presenter materials are available at: https://github.com/cppcon/cppcon2015
—
Getting ex...
http://www.Cppcon.org
—
Presentation Slides, PDFs, Source Code and other presenter materials are available at: https://github.com/cppcon/cppcon2015
—
Getting exception handling right is a perennial problem in C++ that has eluded systematization. Not for much longer. New language and library developments make it possible to handle exceptions in a declarative manner, leading to drastic code simplification.
This talk discusses an alternative approach to handling exceptional flow that eliminates the need for small ancillary RAII classes, try/catch statements that rethrow, and other cleanup mechanisms. The popular Scope Guard idiom gets a spectacular generalization. Statements specify in a declarative manner actions to be taken if the current scope is left normally or via an exception. The resulting code is simpler, smaller, and easier to maintain.
—
Andrei Alexandrescu is a researcher, software engineer, and author. He wrote three best-selling books on programming (Modern C++ Design, C++ Coding Standards, and The D Programming Language) and numerous articles and papers on wide-ranging topics from programming to language design to Machine Learning to Natural Language Processing. Andrei holds a PhD in Computer Science from the University of Washington and a BSc in Electrical Engineering from University "Politehnica" Bucharest. He works as a Research Scientist for Facebook.Website: http://erdani.comTwitter handle: @incomputable
—
Videos Filmed & Edited by Bash Films: http://www.BashFilms.com
wn.com/Cppcon 2015 Andrei Alexandrescu “Declarative Control Flow
http://www.Cppcon.org
—
Presentation Slides, PDFs, Source Code and other presenter materials are available at: https://github.com/cppcon/cppcon2015
—
Getting exception handling right is a perennial problem in C++ that has eluded systematization. Not for much longer. New language and library developments make it possible to handle exceptions in a declarative manner, leading to drastic code simplification.
This talk discusses an alternative approach to handling exceptional flow that eliminates the need for small ancillary RAII classes, try/catch statements that rethrow, and other cleanup mechanisms. The popular Scope Guard idiom gets a spectacular generalization. Statements specify in a declarative manner actions to be taken if the current scope is left normally or via an exception. The resulting code is simpler, smaller, and easier to maintain.
—
Andrei Alexandrescu is a researcher, software engineer, and author. He wrote three best-selling books on programming (Modern C++ Design, C++ Coding Standards, and The D Programming Language) and numerous articles and papers on wide-ranging topics from programming to language design to Machine Learning to Natural Language Processing. Andrei holds a PhD in Computer Science from the University of Washington and a BSc in Electrical Engineering from University "Politehnica" Bucharest. He works as a Research Scientist for Facebook.Website: http://erdani.comTwitter handle: @incomputable
—
Videos Filmed & Edited by Bash Films: http://www.BashFilms.com
- published: 18 Oct 2015
- views: 277
CppCon 2014: Andrei Alexandrescu "Optimization Tips - Mo' Hustle Mo' Problems"
http://www.cppcon.org
—
Presentation Slides, PDFs, Source Code and other presenter materials are available at: https://github.com/CppCon/CppCon2014
--
Reasonabl...
http://www.cppcon.org
—
Presentation Slides, PDFs, Source Code and other presenter materials are available at: https://github.com/CppCon/CppCon2014
--
Reasonably-written C++ code will be naturally fast. This is to C++'s excellent low-penalty abstractions and a memory model close to the machine.
However, a large category of applications have no boundaries on desired speed, meaning there's no point of diminishing returns in making code faster. Better speed means less power consumed for the same work, more workload with the same data center expense, better features for the end user, more features for machine learning, better analytics, and more.
Optimizing has always been an art, and in particular optimizing C++ on contemporary hardware has become a task of formidable complexity. This is because modern hardware has a few peculiarities about it that are not sufficiently understood and explored. This talk discusses a few such effects, and guides the attendee on how to navigate design and implementation options in search for better performance.
--
Andrei Alexandrescu is a researcher, software engineer, and author. He wrote three best-selling books on programming (Modern C++ Design, C++ Coding Standards, and The D Programming Language) and numerous articles and papers on wide-ranging topics from programming to language design to Machine Learning to Natural Language Processing. Andrei holds a PhD in Computer Science from the University of Washington and a BSc in Electrical Engineering from University "Politehnica" Bucharest. He works as a Research Scientist for Facebook.
Website: http://erdani.com
Twitter handle: @incomputable
--
Videos Filmed & Edited by Bash Films: http://www.BashFilms.com
wn.com/Cppcon 2014 Andrei Alexandrescu Optimization Tips Mo' Hustle Mo' Problems
http://www.cppcon.org
—
Presentation Slides, PDFs, Source Code and other presenter materials are available at: https://github.com/CppCon/CppCon2014
--
Reasonably-written C++ code will be naturally fast. This is to C++'s excellent low-penalty abstractions and a memory model close to the machine.
However, a large category of applications have no boundaries on desired speed, meaning there's no point of diminishing returns in making code faster. Better speed means less power consumed for the same work, more workload with the same data center expense, better features for the end user, more features for machine learning, better analytics, and more.
Optimizing has always been an art, and in particular optimizing C++ on contemporary hardware has become a task of formidable complexity. This is because modern hardware has a few peculiarities about it that are not sufficiently understood and explored. This talk discusses a few such effects, and guides the attendee on how to navigate design and implementation options in search for better performance.
--
Andrei Alexandrescu is a researcher, software engineer, and author. He wrote three best-selling books on programming (Modern C++ Design, C++ Coding Standards, and The D Programming Language) and numerous articles and papers on wide-ranging topics from programming to language design to Machine Learning to Natural Language Processing. Andrei holds a PhD in Computer Science from the University of Washington and a BSc in Electrical Engineering from University "Politehnica" Bucharest. He works as a Research Scientist for Facebook.
Website: http://erdani.com
Twitter handle: @incomputable
--
Videos Filmed & Edited by Bash Films: http://www.BashFilms.com
- published: 16 Oct 2014
- views: 575
CppCon 2015: Andrei Alexandrescu “std::allocator...”
http://www.Cppcon.org
—
std::allocator Is to Allocation what std::vector Is to Vexation
--
Presentation Slides, PDFs, Source Code and other presenter materials ...
http://www.Cppcon.org
—
std::allocator Is to Allocation what std::vector Is to Vexation
--
Presentation Slides, PDFs, Source Code and other presenter materials are available at: https://github.com/cppcon/cppcon2015
—
std::allocator has an inglorious past, murky present, and cheerless future. STL introduced allocators as a stop gap for the now antiquated segmented memory models of the 1990s. Their design was limited and in many ways wasn't even aiming at helping allocation that much. Because allocators were there, they simply continued being there, up to the point they became impossible to either uproot or make work, in spite of valiant effort spent by the community.
But this talk aims at spending less time on poking criticism at std::allocator and more on actually defining allocator APIs that work.
Scalable, high-performance memory allocation is a topic of increasing importance in today's demanding applications. For such, std::allocator simply doesn't work. This talk discusses the full design of a memory allocator created from first principles. It is generic, componentized, and composable for supporting application-specific allocation patterns.
—
Andrei Alexandrescu is a researcher, software engineer, and author. He wrote three best-selling books on programming (Modern C++ Design, C++ Coding Standards, and The D Programming Language) and numerous articles and papers on wide-ranging topics from programming to language design to Machine Learning to Natural Language Processing. Andrei holds a PhD in Computer Science from the University of Washington and a BSc in Electrical Engineering from University "Politehnica" Bucharest. He works as a Research Scientist for Facebook.Website: http://erdani.comTwitter handle: @incomputable
—
Videos Filmed & Edited by Bash Films: http://www.BashFilms.com
wn.com/Cppcon 2015 Andrei Alexandrescu “Std Allocator...”
http://www.Cppcon.org
—
std::allocator Is to Allocation what std::vector Is to Vexation
--
Presentation Slides, PDFs, Source Code and other presenter materials are available at: https://github.com/cppcon/cppcon2015
—
std::allocator has an inglorious past, murky present, and cheerless future. STL introduced allocators as a stop gap for the now antiquated segmented memory models of the 1990s. Their design was limited and in many ways wasn't even aiming at helping allocation that much. Because allocators were there, they simply continued being there, up to the point they became impossible to either uproot or make work, in spite of valiant effort spent by the community.
But this talk aims at spending less time on poking criticism at std::allocator and more on actually defining allocator APIs that work.
Scalable, high-performance memory allocation is a topic of increasing importance in today's demanding applications. For such, std::allocator simply doesn't work. This talk discusses the full design of a memory allocator created from first principles. It is generic, componentized, and composable for supporting application-specific allocation patterns.
—
Andrei Alexandrescu is a researcher, software engineer, and author. He wrote three best-selling books on programming (Modern C++ Design, C++ Coding Standards, and The D Programming Language) and numerous articles and papers on wide-ranging topics from programming to language design to Machine Learning to Natural Language Processing. Andrei holds a PhD in Computer Science from the University of Washington and a BSc in Electrical Engineering from University "Politehnica" Bucharest. He works as a Research Scientist for Facebook.Website: http://erdani.comTwitter handle: @incomputable
—
Videos Filmed & Edited by Bash Films: http://www.BashFilms.com
- published: 13 Oct 2015
- views: 3985
Going Native 2012 Variadic Templates are Funadic
Andrei Alexandrescu talks about variadic templates in C++11....
Andrei Alexandrescu talks about variadic templates in C++11.
wn.com/Going Native 2012 Variadic Templates Are Funadic
Andrei Alexandrescu talks about variadic templates in C++11.
- published: 18 Jun 2012
- views: 3310
-
author: savage309
Andrei Alexandrescu - best text editor
Video cut-out from "Alexandrescu, Bright, Meijer, Moran: Pure versus Native (and much more)" video on channel9. http://channel9.msdn.com/Blogs/Charles/Alexan......
Video cut-out from "Alexandrescu, Bright, Meijer, Moran: Pure versus Native (and much more)" video on channel9. http://channel9.msdn.com/Blogs/Charles/Alexan...
wn.com/Andrei Alexandrescu Best Text Editor
Video cut-out from "Alexandrescu, Bright, Meijer, Moran: Pure versus Native (and much more)" video on channel9. http://channel9.msdn.com/Blogs/Charles/Alexan...
Three Unlikely Successful Features of D by Andrei Alexandrescu
Designing a programming language has a strong subjective component. There are features - such as type and property inference - that many would agree are usef......
Designing a programming language has a strong subjective component. There are features - such as type and property inference - that many would agree are usef...
wn.com/Three Unlikely Successful Features Of D By Andrei Alexandrescu
Designing a programming language has a strong subjective component. There are features - such as type and property inference - that many would agree are usef...
- published: 24 Jun 2012
- views: 519
-
author: kalekold
Andrei Alexandrescu talk at Amazon, June 4th, 2004
Title: Write Less Code and More Software Speaker: Andrei Alexandrescu....
Title: Write Less Code and More Software Speaker: Andrei Alexandrescu.
wn.com/Andrei Alexandrescu Talk At Amazon, June 4Th, 2004
Title: Write Less Code and More Software Speaker: Andrei Alexandrescu.
- published: 11 Jul 2012
- views: 1044
-
author: zaheu
OSCON 2014: Move Fast and Ship Things; Andrei Alexandrescu
This talk will explore the 'move fast' side of Facebook's software engineering culture: development process, organizational structure, and the vast amounts of t...
This talk will explore the 'move fast' side of Facebook's software engineering culture: development process, organizational structure, and the vast amounts of tooling we create and use to...
wn.com/Oscon 2014 Move Fast And Ship Things Andrei Alexandrescu
This talk will explore the 'move fast' side of Facebook's software engineering culture: development process, organizational structure, and the vast amounts of tooling we create and use to...
Code::Dive 2015: Andrei Alexandrescu o D, nauce programowania i Facebooku
Podczas tegorocznej konferencji Code::Dive mieliśmy wyjątkową okazję zadać kilka pytań Andreiowi Alexandrescu – światowej sławy ekspertowi w dziedzinie programo...
Podczas tegorocznej konferencji Code::Dive mieliśmy wyjątkową okazję zadać kilka pytań Andreiowi Alexandrescu – światowej sławy ekspertowi w dziedzinie programowania w C++ z wykorzystaniem szablonów, autorowi języka D i byłemu pracownikowi Facebooka.
Więcej na dobreprogramy.pl
wn.com/Code Dive 2015 Andrei Alexandrescu O D, Nauce Programowania I Facebooku
Podczas tegorocznej konferencji Code::Dive mieliśmy wyjątkową okazję zadać kilka pytań Andreiowi Alexandrescu – światowej sławy ekspertowi w dziedzinie programowania w C++ z wykorzystaniem szablonów, autorowi języka D i byłemu pracownikowi Facebooka.
Więcej na dobreprogramy.pl
- published: 07 Nov 2015
- views: 1540
All Things D (programming language) - A Conversation with Andrei Alexandrescu
It's always a pleasure to get to spend time with Andrei Alexandrescu and pick his formidable mind. Here, we turn the camera on and have a frank and honest co......
It's always a pleasure to get to spend time with Andrei Alexandrescu and pick his formidable mind. Here, we turn the camera on and have a frank and honest co...
wn.com/All Things D (Programming Language) A Conversation With Andrei Alexandrescu
It's always a pleasure to get to spend time with Andrei Alexandrescu and pick his formidable mind. Here, we turn the camera on and have a frank and honest co...
- published: 04 Jun 2014
- views: 496
-
author: kalekold
GoingNative 6: Walter Bright and Andrei Alexandrescu - D Programming Language
D takes many powerful modern programming ideas and idioms and makes them easy to use while keeping things purely native. We love this! Too often we hear thin......
D takes many powerful modern programming ideas and idioms and makes them easy to use while keeping things purely native. We love this! Too often we hear thin...
wn.com/Goingnative 6 Walter Bright And Andrei Alexandrescu D Programming Language
D takes many powerful modern programming ideas and idioms and makes them easy to use while keeping things purely native. We love this! Too often we hear thin...
The D Programming Language with Andrei Alexandrescu
Buy the book here: http://www.informit.com/store/product.aspx?isbn=0321635361 Andrei Alexandrescu discusses key concepts form his book, The D Programming Lan......
Buy the book here: http://www.informit.com/store/product.aspx?isbn=0321635361 Andrei Alexandrescu discusses key concepts form his book, The D Programming Lan...
wn.com/The D Programming Language With Andrei Alexandrescu
Buy the book here: http://www.informit.com/store/product.aspx?isbn=0321635361 Andrei Alexandrescu discusses key concepts form his book, The D Programming Lan...
- published: 07 Apr 2011
- views: 8790
-
author: OnSoftware
Three Cool Things About D - The Case for the D Programing Language
Google Tech Talk July 29, 2010 ABSTRACT C++ has been through many battles and won most of them. Invariably it has been patched with more armor, given more ma......
Google Tech Talk July 29, 2010 ABSTRACT C++ has been through many battles and won most of them. Invariably it has been patched with more armor, given more ma...
wn.com/Three Cool Things About D The Case For The D Programing Language
Google Tech Talk July 29, 2010 ABSTRACT C++ has been through many battles and won most of them. Invariably it has been patched with more armor, given more ma...
DConf 2013 Day 3 Talk 6: Closing Keynote by Andrei Alexandrescu
This talk is part of the D Programming Language Conference, May 1-3 2013, Menlo Park, CA. Slides available at http://dconf.org/2013/talks/alexandrescu.pdf Fo......
This talk is part of the D Programming Language Conference, May 1-3 2013, Menlo Park, CA. Slides available at http://dconf.org/2013/talks/alexandrescu.pdf Fo...
wn.com/Dconf 2013 Day 3 Talk 6 Closing Keynote By Andrei Alexandrescu
This talk is part of the D Programming Language Conference, May 1-3 2013, Menlo Park, CA. Slides available at http://dconf.org/2013/talks/alexandrescu.pdf Fo...
Andrei Alexandrescu - Melodie pentru ea
Balada naiva compusa de mine pentru ea... La multi ani......
Balada naiva compusa de mine pentru ea... La multi ani...
wn.com/Andrei Alexandrescu Melodie Pentru Ea
Balada naiva compusa de mine pentru ea... La multi ani...
- published: 29 Nov 2012
- views: 58
Andrei Alexandrescu interview with CSDN in Beijing, China
CSDN interviews Andrei during the CSDN conference on Web 2.0 on November 29, 2007. Watch Andrei chatting on the future of the C++ and D languages....
CSDN interviews Andrei during the CSDN conference on Web 2.0 on November 29, 2007. Watch Andrei chatting on the future of the C++ and D languages.
wn.com/Andrei Alexandrescu Interview With Csdn In Beijing, China
CSDN interviews Andrei during the CSDN conference on Web 2.0 on November 29, 2007. Watch Andrei chatting on the future of the C++ and D languages.
- published: 11 Jul 2012
- views: 125
-
author: zaheu
Andrei Alexandrescu drumming for the UW CSE Band (2/2)
With apologies to Billy Idol. In this video there are also some views of the UW Campus; it was the first sunny day in Seattle for 2008!...
With apologies to Billy Idol. In this video there are also some views of the UW Campus; it was the first sunny day in Seattle for 2008!
wn.com/Andrei Alexandrescu Drumming For The Uw Cse Band (2 2)
With apologies to Billy Idol. In this video there are also some views of the UW Campus; it was the first sunny day in Seattle for 2008!
-
Andrei Alexandrescu drumming for the UW CSE Band (1/2)
With apologies to Jimi Hendrix. The University of Washington Computer Science and Engineering (CSE) Band having a show in front of the CSE Building. The CSE ...
-
Portret de elev - interviu cu Andrei Alexandrescu
tv2bv.
-
Alexandrescu, Bright, Meijer, Moran: Pure versus Native (and much more)
Cross posted from MSDN's channel 9. Continuing with the series of conversations filmed in the "social room" at Lang.NEXT 2012, we present Andrei Alexandrescu...
-
How to pronounce Andrei Alexandrescu (Romanian/Romania) - PronounceNames.com
Audio and video pronunciation of Andrei Alexandrescu brought to you by Pronounce Names (http://www.PronounceNames.com), a website dedicated to helping people pronounce names correctly. For more information about this name, such as gender, origin, etc., go to http://www.PronounceNames.com/Andrei Alexandrescu
-
DConf 2013 Day 1 Talk 7: Panel on The D Development Process and more
This panel is part of the D Programming Language Conference, May 1-3 2013, Menlo Park, CA. For more information refer to http://dconf.org/2013/talks/panel.html.
-
DConf 2013 Day 3 Talk 2: Code Analysis for D with AnalyzeD by Stefan Rohe
This talk is part of the D Programming Language Conference, May 1-3 2013, Menlo Park, CA. Slides available at http://dconf.org/2013/talks/rohe.pdf For more i...
-
The Future of D - Part 1
The first half of Walter Bright and Andrei Alexandrescu discussing the future of the D Programming Language.
-
The Future of D - Part 2
The second half of Walter Bright and Andrei Alexandrescu discussing the future of the D Programming Language.
-
GoingNative 2012 - Day 1 - Interactive Panel: The importance of being native
Herb Sutter, Bjarne Stroustrup, Andrei Alexandrescu, Hans Boehm.
-
March 2014 Interview -Andrei Codrescu, Lee Ann Brown, Katy Bohinc
-
DConf 2013 Day 1 Talk 2: Copy and Move Semantics in D by Ali Cehreli
This talk is part of the D Programming Language Conference, May 1-3 2013, Menlo Park, CA. Slides available at http://dconf.org/2013/talks/cehreli.pdf. For mo...
-
Volume of Tapered Solids
This video looks at how to find the volume of tapered solids. It includes formulas and examples.
-
Interviu Ion Țiriac // Cover Story Gentleman's Car
Imagine de copertă și cover story pentru cel mai recent număr al revistei Gentleman's Car, Ion Țiriac ne vorbește despre pasiunea automobilistică și despre c...
-
DConf 2013 Day 2 Talk 6: Higgs, a JIT compiler written in D by Maxime Chevalier-Boisvert
This talk is part of the D Programming Language Conference, May 1-3 2013, Menlo Park, CA. Slides available at http://dconf.org/2013/talks/chevalier_boisvert....
-
Guvernul Ciolos. cine sunt ministrii
Componenţa Cabinetului propus de, prim-ministrul desemnat, Dacian Cioloș:
Ministerul Economiei, vicepremier: Costin Grigore Borc, manager privat, fost consilier al premierului Radu Vasile, inginer
Ministerul Dezvoltării, vicepremier: Vasile Dâncu, preşedintele IRES
Ministerul Afacerilor Externe: Lazar Comănescu, consilier pe politică externă al preşedintelui Iohannis
Ministerul Apărării Naţionale
-
John Hawley (Intel Open Source Technology) Interview - OSCON 2014
From the OSCON 2014 Hardware Showcase, John Hawley discusses some of Intel's Middle Board open hardware platform project, applying universal standards to embedded systems.
Watch more from OSCON, O'Reilly's open source convention: http://goo.gl/HlGwvP
Find out more about the convention: http://oscon.com
Don't miss an upload! Subscribe! http://goo.gl/szEauh
Stay Connected to O'Reilly Media by Emai
Andrei Alexandrescu drumming for the UW CSE Band (1/2)
With apologies to Jimi Hendrix. The University of Washington Computer Science and Engineering (CSE) Band having a show in front of the CSE Building. The CSE ......
With apologies to Jimi Hendrix. The University of Washington Computer Science and Engineering (CSE) Band having a show in front of the CSE Building. The CSE ...
wn.com/Andrei Alexandrescu Drumming For The Uw Cse Band (1 2)
With apologies to Jimi Hendrix. The University of Washington Computer Science and Engineering (CSE) Band having a show in front of the CSE Building. The CSE ...
Alexandrescu, Bright, Meijer, Moran: Pure versus Native (and much more)
Cross posted from MSDN's channel 9. Continuing with the series of conversations filmed in the "social room" at Lang.NEXT 2012, we present Andrei Alexandrescu......
Cross posted from MSDN's channel 9. Continuing with the series of conversations filmed in the "social room" at Lang.NEXT 2012, we present Andrei Alexandrescu...
wn.com/Alexandrescu, Bright, Meijer, Moran Pure Versus Native (And Much More)
Cross posted from MSDN's channel 9. Continuing with the series of conversations filmed in the "social room" at Lang.NEXT 2012, we present Andrei Alexandrescu...
How to pronounce Andrei Alexandrescu (Romanian/Romania) - PronounceNames.com
Audio and video pronunciation of Andrei Alexandrescu brought to you by Pronounce Names (http://www.PronounceNames.com), a website dedicated to helping people pr...
Audio and video pronunciation of Andrei Alexandrescu brought to you by Pronounce Names (http://www.PronounceNames.com), a website dedicated to helping people pronounce names correctly. For more information about this name, such as gender, origin, etc., go to http://www.PronounceNames.com/Andrei Alexandrescu
wn.com/How To Pronounce Andrei Alexandrescu (Romanian Romania) Pronouncenames.Com
Audio and video pronunciation of Andrei Alexandrescu brought to you by Pronounce Names (http://www.PronounceNames.com), a website dedicated to helping people pronounce names correctly. For more information about this name, such as gender, origin, etc., go to http://www.PronounceNames.com/Andrei Alexandrescu
- published: 07 Dec 2014
- views: 0
DConf 2013 Day 1 Talk 7: Panel on The D Development Process and more
This panel is part of the D Programming Language Conference, May 1-3 2013, Menlo Park, CA. For more information refer to http://dconf.org/2013/talks/panel.html....
This panel is part of the D Programming Language Conference, May 1-3 2013, Menlo Park, CA. For more information refer to http://dconf.org/2013/talks/panel.html.
wn.com/Dconf 2013 Day 1 Talk 7 Panel On The D Development Process And More
This panel is part of the D Programming Language Conference, May 1-3 2013, Menlo Park, CA. For more information refer to http://dconf.org/2013/talks/panel.html.
DConf 2013 Day 3 Talk 2: Code Analysis for D with AnalyzeD by Stefan Rohe
This talk is part of the D Programming Language Conference, May 1-3 2013, Menlo Park, CA. Slides available at http://dconf.org/2013/talks/rohe.pdf For more i......
This talk is part of the D Programming Language Conference, May 1-3 2013, Menlo Park, CA. Slides available at http://dconf.org/2013/talks/rohe.pdf For more i...
wn.com/Dconf 2013 Day 3 Talk 2 Code Analysis For D With Analyzed By Stefan Rohe
This talk is part of the D Programming Language Conference, May 1-3 2013, Menlo Park, CA. Slides available at http://dconf.org/2013/talks/rohe.pdf For more i...
The Future of D - Part 1
The first half of Walter Bright and Andrei Alexandrescu discussing the future of the D Programming Language....
The first half of Walter Bright and Andrei Alexandrescu discussing the future of the D Programming Language.
wn.com/The Future Of D Part 1
The first half of Walter Bright and Andrei Alexandrescu discussing the future of the D Programming Language.
The Future of D - Part 2
The second half of Walter Bright and Andrei Alexandrescu discussing the future of the D Programming Language....
The second half of Walter Bright and Andrei Alexandrescu discussing the future of the D Programming Language.
wn.com/The Future Of D Part 2
The second half of Walter Bright and Andrei Alexandrescu discussing the future of the D Programming Language.
DConf 2013 Day 1 Talk 2: Copy and Move Semantics in D by Ali Cehreli
This talk is part of the D Programming Language Conference, May 1-3 2013, Menlo Park, CA. Slides available at http://dconf.org/2013/talks/cehreli.pdf. For mo......
This talk is part of the D Programming Language Conference, May 1-3 2013, Menlo Park, CA. Slides available at http://dconf.org/2013/talks/cehreli.pdf. For mo...
wn.com/Dconf 2013 Day 1 Talk 2 Copy And Move Semantics In D By Ali Cehreli
This talk is part of the D Programming Language Conference, May 1-3 2013, Menlo Park, CA. Slides available at http://dconf.org/2013/talks/cehreli.pdf. For mo...
Volume of Tapered Solids
This video looks at how to find the volume of tapered solids. It includes formulas and examples....
This video looks at how to find the volume of tapered solids. It includes formulas and examples.
wn.com/Volume Of Tapered Solids
This video looks at how to find the volume of tapered solids. It includes formulas and examples.
- published: 26 Apr 2014
- views: 20
Interviu Ion Țiriac // Cover Story Gentleman's Car
Imagine de copertă și cover story pentru cel mai recent număr al revistei Gentleman's Car, Ion Țiriac ne vorbește despre pasiunea automobilistică și despre c......
Imagine de copertă și cover story pentru cel mai recent număr al revistei Gentleman's Car, Ion Țiriac ne vorbește despre pasiunea automobilistică și despre c...
wn.com/Interviu Ion Țiriac Cover Story Gentleman's Car
Imagine de copertă și cover story pentru cel mai recent număr al revistei Gentleman's Car, Ion Țiriac ne vorbește despre pasiunea automobilistică și despre c...
DConf 2013 Day 2 Talk 6: Higgs, a JIT compiler written in D by Maxime Chevalier-Boisvert
This talk is part of the D Programming Language Conference, May 1-3 2013, Menlo Park, CA. Slides available at http://dconf.org/2013/talks/chevalier_boisvert.......
This talk is part of the D Programming Language Conference, May 1-3 2013, Menlo Park, CA. Slides available at http://dconf.org/2013/talks/chevalier_boisvert....
wn.com/Dconf 2013 Day 2 Talk 6 Higgs, A Jit Compiler Written In D By Maxime Chevalier Boisvert
This talk is part of the D Programming Language Conference, May 1-3 2013, Menlo Park, CA. Slides available at http://dconf.org/2013/talks/chevalier_boisvert....
Guvernul Ciolos. cine sunt ministrii
Componenţa Cabinetului propus de, prim-ministrul desemnat, Dacian Cioloș:
Ministerul Economiei, vicepremier: Costin Grigore Borc, manager privat, fost consilie...
Componenţa Cabinetului propus de, prim-ministrul desemnat, Dacian Cioloș:
Ministerul Economiei, vicepremier: Costin Grigore Borc, manager privat, fost consilier al premierului Radu Vasile, inginer
Ministerul Dezvoltării, vicepremier: Vasile Dâncu, preşedintele IRES
Ministerul Afacerilor Externe: Lazar Comănescu, consilier pe politică externă al preşedintelui Iohannis
Ministerul Apărării Naţionale: Mihnea Motoc, ambasadorul României în Regatul Unit al Marii Britanii, pentru portofoliul de la Apărare
Ministerul de Interne: Petre Tobă, secretar de stat, chestor general de poliţie
Ministerul Finanţelor: Anca Dana Paliu Dragu, economist în cadrul Comisiei Europene
Ministerul Justiţiei: Cristina Guseth, director Freedom House
Ministrul Transporturilor: Marian Costescu, manager executiv la CFR.
Ministerul Educaţiei: Adrian Curaj, director general la Unitatea Executivă pentru Finanţarea Învăţământului Superior
Ministerul Muncii: Claudia Ana Moarcăs
Ministerul Sănătăţii: Andrei Baciu, medic chirurg, cu experienţă în străinătate
Ministerul Agriculturii: Achim Irimescu, fost secretar de stat, care lucrează în prezent la misiunea noastră pe lângă Uniunea Europeană
Ministerul Energiei: Victor Grigorescu, administrator la Electrica, din poziţia de consilier al fostului ministru delegat pentru Energie Răzvan Nicolescu
Ministerul Fondurilor Europene: Aura Răducu, manager principal la banca Europeană de Reconstrucţie şi Dezvoltare
Ministerul Mediului: Cristiana Paşca Palmer, şef la unitate pentru mediu în cadrul Comisiei Europene
Ministerul Comunicaţiilor: Marius Raul Bostan, membru în CA al Romtelecom
Ministerul Culturii: Vlad Alexandrescu, profesor diplomat, preşedinte al Asociaţiei Cercetătorilor Francofoni în Ştiinţe Umane
Ministerul Tineretului şi Sportului: Elisabeta Lipă, multiplă campioană olimpică la canotaj
Ministrul pentru dialog social: Violeta Alexandru, director al Institutului pentru Politici Publice
Şeful Cancelariei primului ministru: Ioan Dragoş Tudorache, a lucrat pentru ONU în Kosovo, acum lucrează la Comisia Europeană.
Ministru delegat al Departamentului pentru Relaţiile cu Românii de peste Hotare: Dan Stoenescu, un tânăr diplomat
Ministrul delegat pentru Relaţia cu Parlamentul: Ciprian Bucur, un om tânăr, care lucrează în Parlament.
wn.com/Guvernul Ciolos. Cine Sunt Ministrii
Componenţa Cabinetului propus de, prim-ministrul desemnat, Dacian Cioloș:
Ministerul Economiei, vicepremier: Costin Grigore Borc, manager privat, fost consilier al premierului Radu Vasile, inginer
Ministerul Dezvoltării, vicepremier: Vasile Dâncu, preşedintele IRES
Ministerul Afacerilor Externe: Lazar Comănescu, consilier pe politică externă al preşedintelui Iohannis
Ministerul Apărării Naţionale: Mihnea Motoc, ambasadorul României în Regatul Unit al Marii Britanii, pentru portofoliul de la Apărare
Ministerul de Interne: Petre Tobă, secretar de stat, chestor general de poliţie
Ministerul Finanţelor: Anca Dana Paliu Dragu, economist în cadrul Comisiei Europene
Ministerul Justiţiei: Cristina Guseth, director Freedom House
Ministrul Transporturilor: Marian Costescu, manager executiv la CFR.
Ministerul Educaţiei: Adrian Curaj, director general la Unitatea Executivă pentru Finanţarea Învăţământului Superior
Ministerul Muncii: Claudia Ana Moarcăs
Ministerul Sănătăţii: Andrei Baciu, medic chirurg, cu experienţă în străinătate
Ministerul Agriculturii: Achim Irimescu, fost secretar de stat, care lucrează în prezent la misiunea noastră pe lângă Uniunea Europeană
Ministerul Energiei: Victor Grigorescu, administrator la Electrica, din poziţia de consilier al fostului ministru delegat pentru Energie Răzvan Nicolescu
Ministerul Fondurilor Europene: Aura Răducu, manager principal la banca Europeană de Reconstrucţie şi Dezvoltare
Ministerul Mediului: Cristiana Paşca Palmer, şef la unitate pentru mediu în cadrul Comisiei Europene
Ministerul Comunicaţiilor: Marius Raul Bostan, membru în CA al Romtelecom
Ministerul Culturii: Vlad Alexandrescu, profesor diplomat, preşedinte al Asociaţiei Cercetătorilor Francofoni în Ştiinţe Umane
Ministerul Tineretului şi Sportului: Elisabeta Lipă, multiplă campioană olimpică la canotaj
Ministrul pentru dialog social: Violeta Alexandru, director al Institutului pentru Politici Publice
Şeful Cancelariei primului ministru: Ioan Dragoş Tudorache, a lucrat pentru ONU în Kosovo, acum lucrează la Comisia Europeană.
Ministru delegat al Departamentului pentru Relaţiile cu Românii de peste Hotare: Dan Stoenescu, un tânăr diplomat
Ministrul delegat pentru Relaţia cu Parlamentul: Ciprian Bucur, un om tânăr, care lucrează în Parlament.
- published: 15 Nov 2015
- views: 11
John Hawley (Intel Open Source Technology) Interview - OSCON 2014
From the OSCON 2014 Hardware Showcase, John Hawley discusses some of Intel's Middle Board open hardware platform project, applying universal standards to embedd...
From the OSCON 2014 Hardware Showcase, John Hawley discusses some of Intel's Middle Board open hardware platform project, applying universal standards to embedded systems.
Watch more from OSCON, O'Reilly's open source convention: http://goo.gl/HlGwvP
Find out more about the convention: http://oscon.com
Don't miss an upload! Subscribe! http://goo.gl/szEauh
Stay Connected to O'Reilly Media by Email - http://goo.gl/YZSWbO
Follow O'Reilly Media:
http://plus.google.com/+oreillymedia
https://www.facebook.com/OReilly
https://twitter.com/OReillyMedia
wn.com/John Hawley (Intel Open Source Technology) Interview Oscon 2014
From the OSCON 2014 Hardware Showcase, John Hawley discusses some of Intel's Middle Board open hardware platform project, applying universal standards to embedded systems.
Watch more from OSCON, O'Reilly's open source convention: http://goo.gl/HlGwvP
Find out more about the convention: http://oscon.com
Don't miss an upload! Subscribe! http://goo.gl/szEauh
Stay Connected to O'Reilly Media by Email - http://goo.gl/YZSWbO
Follow O'Reilly Media:
http://plus.google.com/+oreillymedia
https://www.facebook.com/OReilly
https://twitter.com/OReillyMedia
- published: 11 Sep 2014
- views: 45