Displaying 8 results from an estimated 8 matches for "channel9".
Did you mean:
channel
2015 Nov 13
2
2015 LLVM Developers' Meeting videos are up!
The videos for the 2015 LLVM Developers’ Meeting may be found on our YouTube channel (https://www.youtube.com/channel/UCv2_41bSAa5Y_8BacJUZfjQ <https://www.youtube.com/channel/UCv2_41bSAa5Y_8BacJUZfjQ>). Here is the link to the playlist:
https://youtu.be/5W7NkofUtAw?list=PL_R5A0lGi1AA4Lv2bBFSwhgDaHvvpVU21 <https://youtu.be/5W7NkofUtAw?list=PL_R5A0lGi1AA4Lv2bBFSwhgDaHvvpVU21>
Subscribe
2004 Jun 23
4
Future WinCE IP Phone
Hi,
Found a nice little video about a prototype phone from
broadcom currently sitting in Microsoft WinCE lab. The
video is at:
http://channel9.msdn.com
The video in question is an interview with Mike Hall
titled "Windows CE and Windows Embedded Lab Tour". The
clip dealing with the VOIP phone is right at the start
so you don't need to watch the whole thing (although
there is some more interesting stuff such as a
programmable...
2004 Aug 06
2
icecast/ices
Marco,
I have some preliminary HowTos and software available at
http://quasi.ksl.com/icecast/
It's not as nice as http://www.6809.org.uk/kja3/ices2-howto.shtml, but
I'm working to make it better as I become more familiar. Hope it helps.
The ices2 program is designed for .ogg streaming while icecast-1.3.12
and related streamers, MuSE, liveice and DarkIce will still stream .mp3
quite nicely.
2015 Sep 08
8
Euro LLVM videos finally online - proposal to use torrents for sharing
It's no magic, to get good download speed with torrents you need many
seeders or few seeders with high bandwidth.
I'm not sure LLVM videos will attract enough interest for many seeders to
be online... The easy solution would be to have a LLVM channel with all
videos on Youtube which has high qualty CDN.
2015-09-08 11:20 GMT+03:00 Adam Husár <llvm-dev at lists.llvm.org>:
>
2011 Aug 22
2
Wiki/revision control to management of CRAN package repository
...g packages)
-Speed improvements
Discussion
-On package improvements, management steps directly attached to the package
-Help discussion
These actions would be reversible, possibly with veto power from the author of the package.
Links:
http://www.rforge.net/
http://sourceforge.net/
http://channel9.msdn.com/Forums/Coffeehouse/174561-Coding-Wiki
http://code.google.com/p/mcover/
http://www.tigris.org/
This is just an idea I had on my mind.
Thank you
2017 Sep 27
0
The OutliersO3 package is now on CRAN
...fied as outliers for which combinations of variables.
Up to five different methods can be used to identify the potential outliers in a dataset.
There is a vignette:
https://cran.r-project.org/web/packages/OutliersO3/vignettes/O3-vignette.html
and a video of a talk on O3 plots from useR!:
https://channel9.msdn.com/events/useR-international-R-User-conferences/useR-International-R-User-2017-Conference/When-is-an-Outlier-an-Outlier-The-O3-plot?term=unwin
Queries, comments, suggestions are welcome.
Regards
Antony
Professor Antony Unwin
Mathematics Institute,
University of Augsburg,
86135 Augsburg,...
2017 Sep 27
0
The OutliersO3 package is now on CRAN
...fied as outliers for which combinations of variables.
Up to five different methods can be used to identify the potential outliers in a dataset.
There is a vignette:
https://cran.r-project.org/web/packages/OutliersO3/vignettes/O3-vignette.html
and a video of a talk on O3 plots from useR!:
https://channel9.msdn.com/events/useR-international-R-User-conferences/useR-International-R-User-2017-Conference/When-is-an-Outlier-an-Outlier-The-O3-plot?term=unwin
Queries, comments, suggestions are welcome.
Regards
Antony
Professor Antony Unwin
Mathematics Institute,
University of Augsburg,
86135 Augsburg,...
2015 Jan 27
2
[LLVMdev] RFC: Introduce a section to the programmers manual about type hierarchies, polymorphism, and virtual dispatch.
...>`_
- A Github project full of links to slides, video, and sometimes code.
#. `Value Semantics and Concepts-based Polymorphism
<http://www.youtube.com/watch?v=_BpMYeUFXv8>`_ - The C++Now! 2012 talk
describing this technique.
#. `Inheritance Is The Base Class of Evil
<
http://channel9.msdn.com/Events/GoingNative/2013/Inheritance-Is-The-Base-Class-of-Evil
>`_
- The GoingNative 2013 talk describing this technique.
When deciding between creating a type hierarchy and using virtual dispatch
and
using templates or concepts-based polymorphism, consider whether there is
some
refi...