2013-08-15 09:29:43 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html lang = "ja-JP" xml:lang = "ja-JP" xmlns = "http://www.w3.org/1999/xhtml" >
< head >
2013-08-16 02:56:12 +00:00
< title > Sprout C++ Libraries< / title >
2013-08-15 09:29:43 +00:00
< meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" / >
< meta http-equiv = "Content-Style-Type" content = "text/css" / >
< meta http-equiv = "Content-Script-Type" content = "text/javascript" / >
< meta name = "keywords" content = "中3女子" / >
< meta name = "description" content = "中3女子" / >
< meta name = "Author" content = "Bolero MURAKAMI" / >
2013-09-02 11:43:20 +00:00
< link rel = "shortcut icon" href = "favicon.ico" type = "image/vnd.microsoft.icon" / >
< link rel = "icon" href = "favicon.ico" type = "image/vnd.microsoft.icon" / >
2013-08-21 10:40:28 +00:00
< link rel = "stylesheet" type = "text/css" href = "assets/bootstrap/css/bootstrap.min.css" media = "screen, projection" / >
< link rel = "stylesheet" type = "text/css" href = "assets/bootstrap/css/bootstrap-responsive.css" media = "screen, projection" / >
< script type = "text/javascript" src = "http://code.jquery.com/jquery.js" > < / script >
< script type = "text/javascript" src = "./js/bootstrap.min.js" > < / script >
2013-09-04 07:06:44 +00:00
<!-- Google Analytics -->
< script type = "text/javascript" >
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-43764535-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
< / script >
<!-- end Google Analytics -->
2013-08-15 09:29:43 +00:00
< / head >
< body >
2013-08-21 10:40:28 +00:00
< div class = "navbar navbar-inverse navbar-fixed-top" >
< div class = "navbar-inner" >
< div class = "container" >
< button type = "button" class = "btn btn-navbar" data-toggle = "collapse" data-target = ".nav-collapse" >
< span class = "icon-bar" > < / span >
< span class = "icon-bar" > < / span >
< span class = "icon-bar" > < / span >
< / button >
2013-08-23 14:30:09 +00:00
< a class = "brand" href = "http://bolero-murakami.github.io/" > Bolero's website< / a >
2013-08-21 10:40:28 +00:00
< div class = "nav-collapse collapse" >
< ul class = "nav" >
< li > < a href = "http://bolero-murakami.github.io/" > Home< / a > < / li >
< li class = "active" > < a href = "#" > Sprout C++ Libraries< / a > < / li >
2014-04-22 10:59:05 +00:00
< li > < a href = "http://bolero-murakami.github.io/KTL/" > KTL (KiriKiri Trivial Libraries)< / a > < / li >
2013-08-21 10:40:28 +00:00
< / ul >
< / div >
< / div >
< / div >
< / div >
< div class = "container" style = "padding-top: 60px; padding-bottom: 40px;" >
< div class = "hero-unit" >
< h1 > Sprout C++ Libraries< / h1 >
2014-02-19 22:35:30 +00:00
< p > C++11/14 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others.< / p >
2013-08-21 11:04:22 +00:00
< p >
2013-08-21 13:34:35 +00:00
< a href = "./docs/index.html" class = "btn btn-info btn-large" > Documentation » < / a >
2013-08-22 15:08:35 +00:00
< a href = "https://github.com/bolero-MURAKAMI/Sprout/" class = "btn btn-primary btn-large" target = "_blank" > Repository (Github) » < / a >
2013-08-21 11:04:22 +00:00
< / p >
2013-08-21 10:40:28 +00:00
< / div >
2013-09-04 03:32:12 +00:00
< div class = "row" >
< blockquote class = "pull-right" >
< p > Und wenn du lange in einen constexpr blickst, blickt der constexpr auch in dich hinein.< / p >
< small > Certain philosopher< / small >
< / blockquote >
< / div >
2014-02-21 09:27:31 +00:00
< div class = "row" >
2013-09-04 03:32:12 +00:00
< blockquote class = "pull-right" >
< p > constexpr is Mandatory. Citizen, are you constexpr?< / p >
< small > Certain computer< / small >
< / blockquote >
< / div >
2013-08-21 13:34:35 +00:00
< h2 > Try now!< / h2 >
2014-02-04 08:07:43 +00:00
< p > < a href = "http://melpon.org/wandbox/" target = "_blank" > Wandbox< / a > and < a href = "http://sc.yutopp.net/" target = "_blank" > ProcGarden< / a > are an online compiler that you can use the Sprout C++ Libraries.< / p >
2014-04-10 00:01:49 +00:00
< p > Examples: < a href = "http://melpon.org/wandbox/permlink/iRJUI6iRCgVyH6gy" target = "_blank" > Compile-time Inverse FizzBuzz< / a > (on Wandbox), < a href = "http://sc.yutopp.net/entries/5345deb143f75e31400000c4" target = "_blank" > Compile-time Tower of Hanoi< / a > (on ProcGarden)< / p >
2013-08-21 13:34:35 +00:00
< p > Enjoy it!< / p >
2014-02-21 09:27:31 +00:00
< div class = "row" >
< blockquote class = "pull-right" >
< p > The sprout is a versatile vegetable.< / p >
< small > @gaogao_9< / small >
< / blockquote >
< / div >
2013-08-21 13:34:35 +00:00
< h2 > Materials< / h2 >
< p > (Japanese)< / p >
2013-08-21 13:40:54 +00:00
2013-08-21 13:34:35 +00:00
< h3 > Blog< / h3 >
< ul >
< li >
< p > < a href = "http://d.hatena.ne.jp/boleros/20111205" target = "_blank" > Compile-time Ray tracing< / a > < / p >
< / li >
< li >
< p > < a href = "http://d.hatena.ne.jp/boleros/20121207/1354888090" target = "_blank" > Compile-time Synthesizer and Speech synthesis< / a > < / p >
< / li >
< / ul >
2013-08-21 13:40:54 +00:00
2013-08-21 13:34:35 +00:00
< h3 > Slide< / h3 >
< div class = "row" >
< div class = "span4" >
2014-01-02 04:58:47 +00:00
< iframe src = "http://www.slideshare.net/slideshow/embed_code/10458089" width = "360" height = "320" frameborder = "0" marginwidth = "0" marginheight = "0" scrolling = "no" style = "border:1px solid #CCC;border-width:1px 1px 0;margin-bottom:5px" allowfullscreen > < / iframe > < div style = "margin-bottom:5px" > < strong > < a href = "https://www.slideshare.net/GenyaMurakami/constexpr-10458089" title = "中3女子でもわかる constexpr" target = "_blank" > 中3女子でもわかる constexpr< / a > < / strong > from < strong > < a href = "http://www.slideshare.net/GenyaMurakami" target = "_blank" > Genya Murakami< / a > < / strong > < / div >
2013-08-21 13:34:35 +00:00
< / div >
< div class = "span4" >
2014-01-02 04:58:47 +00:00
< iframe src = "http://www.slideshare.net/slideshow/embed_code/11509325" width = "360" height = "320" frameborder = "0" marginwidth = "0" marginheight = "0" scrolling = "no" style = "border:1px solid #CCC;border-width:1px 1px 0;margin-bottom:5px" allowfullscreen > < / iframe > < div style = "margin-bottom:5px" > < strong > < a href = "https://www.slideshare.net/GenyaMurakami/constexpr-11509325" title = "中3女子が狂える本当に気持ちのいい constexpr" target = "_blank" > 中3女子が狂える本当に気持ちのいい constexpr< / a > < / strong > from < strong > < a href = "http://www.slideshare.net/GenyaMurakami" target = "_blank" > Genya Murakami< / a > < / strong > < / div >
2013-08-21 13:34:35 +00:00
< / div >
< div class = "span4" >
2014-01-02 04:58:47 +00:00
< iframe src = "http://www.slideshare.net/slideshow/embed_code/23355469" width = "360" height = "320" frameborder = "0" marginwidth = "0" marginheight = "0" scrolling = "no" style = "border:1px solid #CCC;border-width:1px 1px 0;margin-bottom:5px" allowfullscreen > < / iframe > < div style = "margin-bottom:5px" > < strong > < a href = "https://www.slideshare.net/GenyaMurakami/constexpr-23355469" title = "Constexpr 中3女子テクニック" target = "_blank" > Constexpr 中3女子テクニック< / a > < / strong > from < strong > < a href = "http://www.slideshare.net/GenyaMurakami" target = "_blank" > Genya Murakami< / a > < / strong > < / div >
< / div >
< / div >
< div class = "row" >
< div class = "span4" >
< iframe src = "http://www.slideshare.net/slideshow/embed_code/29223898" width = "360" height = "320" frameborder = "0" marginwidth = "0" marginheight = "0" scrolling = "no" style = "border:1px solid #CCC;border-width:1px 1px 0;margin-bottom:5px" allowfullscreen > < / iframe > < div style = "margin-bottom:5px" > < strong > < a href = "https://www.slideshare.net/GenyaMurakami/constexpr-29223898" title = "すごい constexpr たのしくレイトレ!" target = "_blank" > すごい constexpr たのしくレイトレ!< / a > < / strong > from < strong > < a href = "http://www.slideshare.net/GenyaMurakami" target = "_blank" > Genya Murakami< / a > < / strong > < / div >
2013-08-21 13:34:35 +00:00
< / div >
< / div >
2013-08-21 10:40:28 +00:00
< h3 > Author< / h3 >
< p > Bolero MURAKAMI < a href = "mailto:contact-lib@boleros.x0.com" > (E-Mail)< / a > < / p >
< div class = "row" >
< div class = "span6" >
< table class = "table" >
< tbody >
< tr >
< td > < a href = "https://twitter.com/bolero_MURAKAMI" target = "_blank" > Twitter< / a > < / td >
< td > < a href = "http://www.facebook.com/genya.murakami" target = "_blank" > Facebook< / a > < / td >
2014-04-15 11:01:01 +00:00
< td > < a href = "http://boleros.hateblo.jp/" target = "_blank" > Blog< / a > < / td >
2013-08-21 10:40:28 +00:00
< td > < a href = "https://github.com/bolero-MURAKAMI" target = "_blank" > Github< / a > < / td >
< td > < a href = "http://www.slideshare.net/GenyaMurakami" target = "_blank" > SlideShare< / a > < / td >
< / tr >
< / tbody >
< / table >
< / div >
< / div >
< div id = "footer" >
2014-02-04 08:07:43 +00:00
< p class = "muted credit" > Copyright (C) 2013-2014 Bolero MURAKAMI.< / p >
2013-08-21 10:40:28 +00:00
< / div >
< / div >
2013-08-15 09:29:43 +00:00
< / body >
< / html >