Sprout/index.html

194 lines
10 KiB
HTML
Raw Permalink Normal View History

2013-08-15 18:29:43 +09: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 11:56:12 +09:00
<title>Sprout C++ Libraries</title>
2013-08-15 18:29:43 +09: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 20:43:20 +09:00
<link rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="icon" href="favicon.ico" type="image/vnd.microsoft.icon" />
2014-10-29 16:50:26 +09: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-theme.css" media="screen, projection" />
<link rel="stylesheet" type="text/css" href="./assets/css/boleros.css" media="screen, projection" />
2013-08-21 19:40:28 +09:00
<script type="text/javascript" src="http://code.jquery.com/jquery.js"></script>
2014-10-29 16:50:26 +09:00
<script type="text/javascript" src="./assets/bootstrap/js/bootstrap.min.js"></script>
2013-09-04 16:06:44 +09:00
2014-04-23 14:06:21 +09:00
<style type="text/css">
2014-10-29 16:06:56 +09:00
.sprout-header {
2014-06-06 14:33:21 +09:00
background: url(./assets/images/two_spheres.jpg) repeat 0 0;
2014-04-23 14:06:21 +09:00
background-position: 0 70%, center;
}
2014-10-29 16:06:56 +09:00
.sprout-header h1 {
2014-04-23 14:06:21 +09:00
color: white;
text-shadow: 1px 1px 2px black;
}
2014-10-29 16:06:56 +09:00
.sprout-header p {
2014-04-23 14:06:21 +09:00
color: white;
text-shadow: 1px 1px 2px black;
}
</style>
2013-09-04 16:06:44 +09: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 18:29:43 +09:00
</head>
2014-10-29 16:06:56 +09:00
2014-10-29 16:50:26 +09:00
<body class="boleros-body">
2014-10-29 16:06:56 +09:00
<!-- Fixed navbar -->
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Navigation</span>
2013-08-21 19:40:28 +09:00
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
2014-10-29 16:06:56 +09:00
<a class="navbar-brand" href="http://bolero-murakami.github.io/">Bolero's website</a>
2013-08-21 19:40:28 +09:00
</div>
2014-10-29 16:06:56 +09:00
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="http://bolero-murakami.github.io/">Home</a></li>
<li class="active"><a href="./index.html">Sprout C++ Libraries</a></li>
<li><a href="http://bolero-murakami.github.io/KTL/">KTL (KiriKiri Trivial Libraries)</a></li>
</ul>
<ul class="nav navbar-nav pull-right">
2014-10-30 14:30:07 +09:00
<li><a href="http://dark-constexpr.github.io/" target="_blank">The Dark constexpr <span style="color: silver;">&raquo;</span></a></li>
2014-10-29 16:06:56 +09:00
</ul>
</div><!--/.nav-collapse -->
2013-08-21 19:40:28 +09:00
</div>
</div>
2014-10-29 16:50:26 +09:00
<div class="container boleros-back" style="padding-top: 60px; padding-bottom: 40px;" role="main">
<div class="row sprout-header" style="margin-top: -10px; padding-top: 60px; padding-bottom: 40px;">
<div class="boleros-offset">
<div class="col-md-12">
<h1>Sprout C++ Libraries</h1>
<p>C++11/14 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others.</p>
2013-08-21 19:40:28 +09:00
2014-10-29 16:06:56 +09:00
<p>
2014-10-29 16:50:26 +09:00
<a href="./docs/index.html" class="btn btn-info btn-large"><span class="lead">Documentation &raquo;</span></a>
<a href="https://github.com/bolero-MURAKAMI/Sprout/" class="btn btn-primary btn-large" target="_blank"><span class="lead">Repository (Github) &raquo;</span></a>
2014-10-29 16:06:56 +09:00
</p>
2014-10-29 16:50:26 +09:00
</div>
2014-10-29 16:06:56 +09:00
</div>
</div>
2013-08-21 22:34:35 +09:00
2014-10-29 16:50:26 +09:00
<div class="boleros-offset">
<div class="row">
<div class="col-md-12">
<blockquote class="pull-right">
<p>
2015-02-22 16:47:54 +09:00
Und wenn du lange in ein constexpr blickst, blickt das constexpr auch in dich hinein.<br />
2014-10-29 16:50:26 +09:00
<small>Certain philosopher</small>
</p>
</blockquote>
</div>
2014-10-29 16:06:56 +09:00
</div>
2014-10-29 16:50:26 +09:00
<div class="row">
<div class="col-md-7">
<h2>Try now!</h2>
<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>
2015-04-01 18:14:20 +09: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/547e9c9d77777707ecda2400" target="_blank">Compile-time Tower of Hanoi</a> (on ProcGarden)</p> -->
<p>Examples: <a href="http://melpon.org/wandbox/permlink/iRJUI6iRCgVyH6gy" target="_blank">Compile-time Inverse FizzBuzz</a> (on Wandbox), <a href="http://melpon.org/wandbox/permlink/IyKyufiCEUk9vdwF" target="_blank">Compile-time Tower of Hanoi</a> (on Wandbox)</p>
2014-10-29 16:50:26 +09:00
<p>Enjoy it!</p>
2014-10-29 16:06:56 +09:00
</div>
2014-10-29 16:50:26 +09:00
<div class="col-md-5">
<div class="row">
<div class="col-md-12">
<blockquote class="pull-right">
<p>
constexpr is Mandatory. Citizen, are you constexpr?<br />
<small>Certain computer</small>
</p>
</blockquote>
</div>
</div>
<div class="row">
<div class="col-md-12">
<blockquote class="pull-right">
<p>
The sprout is a versatile vegetable.<br />
<small>@gaogao_9</small>
</p>
</blockquote>
</div>
2014-10-29 16:06:56 +09:00
</div>
</div>
</div>
2014-02-21 18:27:31 +09:00
2014-10-29 16:50:26 +09:00
<h2>Materials</h2>
2013-08-21 22:40:54 +09:00
2014-10-29 16:50:26 +09: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 22:40:54 +09:00
2014-10-29 16:50:26 +09:00
<h3>Slide</h3>
<div class="row">
<div class="col-md-4">
2014-10-30 13:43:09 +09:00
<iframe src="http://www.slideshare.net/slideshow/embed_code/10458089" width="360" height="300" 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>
2014-10-29 16:50:26 +09:00
</div>
<div class="col-md-4">
2014-10-30 13:43:09 +09:00
<iframe src="http://www.slideshare.net/slideshow/embed_code/11509325" width="360" height="300" 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>
2014-10-29 16:50:26 +09:00
</div>
<div class="col-md-4">
2014-10-30 13:43:09 +09:00
<iframe src="http://www.slideshare.net/slideshow/embed_code/23355469" width="360" height="300" 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>
2014-10-29 16:50:26 +09:00
</div>
2013-08-21 22:34:35 +09:00
</div>
2014-10-29 16:50:26 +09:00
<div class="row">
<div class="col-md-4">
2014-10-30 13:43:09 +09:00
<iframe src="http://www.slideshare.net/slideshow/embed_code/29223898" width="360" height="300" 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>
2014-10-29 16:50:26 +09:00
</div>
<div class="col-md-4">
2014-10-30 13:43:09 +09:00
<iframe src="http://www.slideshare.net/slideshow/embed_code/36402422" width="360" height="300" 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/onstexprcpu" title="onstexpr関数はコンパイル時処理。これはいい。実行時が霞んで見える。cpuの嬌声が聞こえてきそうだ" target="_blank">onstexpr関数はコンパイル時処理。これはいい。実行時が霞んで見える。cpuの嬌声が聞こえてきそうだ</a> </strong> from <strong><a href="http://www.slideshare.net/GenyaMurakami" target="_blank">Genya Murakami</a></strong> </div>
2014-10-29 16:50:26 +09:00
</div>
2014-07-04 13:26:19 +09:00
</div>
2013-08-21 22:34:35 +09:00
2014-10-29 16:50:26 +09:00
<br />
<h3>Author</h3>
<p>Bolero MURAKAMI <a href="mailto:contact-lib@boleros.x0.com">(E-Mail)</a></p>
<div class="row">
<div class="col-md-6">
<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>
<td><a href="http://boleros.hateblo.jp/" target="_blank">Blog</a></td>
<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">
2016-03-01 11:04:01 +09:00
<p class="text-muted">Copyright (C) 2013-2016 Bolero MURAKAMI.</p>
2013-08-21 19:40:28 +09:00
</div>
</div>
</div>
2013-08-15 18:29:43 +09:00
</body>
</html>