mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-25 00:43:44 +00:00
193 lines
10 KiB
HTML
193 lines
10 KiB
HTML
<?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>
|
||
<title>Sprout C++ Libraries</title>
|
||
<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" />
|
||
<link rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon" />
|
||
<link rel="icon" href="favicon.ico" type="image/vnd.microsoft.icon" />
|
||
<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" />
|
||
<script type="text/javascript" src="http://code.jquery.com/jquery.js"></script>
|
||
<script type="text/javascript" src="./assets/bootstrap/js/bootstrap.min.js"></script>
|
||
|
||
<style type="text/css">
|
||
.sprout-header {
|
||
background: url(./assets/images/two_spheres.jpg) repeat 0 0;
|
||
background-position: 0 70%, center;
|
||
}
|
||
.sprout-header h1 {
|
||
color: white;
|
||
text-shadow: 1px 1px 2px black;
|
||
}
|
||
.sprout-header p {
|
||
color: white;
|
||
text-shadow: 1px 1px 2px black;
|
||
}
|
||
</style>
|
||
|
||
<!-- 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 -->
|
||
</head>
|
||
|
||
<body class="boleros-body">
|
||
<!-- 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>
|
||
<span class="icon-bar"></span>
|
||
<span class="icon-bar"></span>
|
||
<span class="icon-bar"></span>
|
||
</button>
|
||
<a class="navbar-brand" href="http://bolero-murakami.github.io/">Bolero's website</a>
|
||
</div>
|
||
<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">
|
||
<li><a href="http://dark-constexpr.github.io/" target="_blank">The Dark constexpr <span style="color: silver;">»</span></a></li>
|
||
</ul>
|
||
</div><!--/.nav-collapse -->
|
||
</div>
|
||
</div>
|
||
|
||
<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>
|
||
|
||
<p>
|
||
<a href="./docs/index.html" class="btn btn-info btn-large"><span class="lead">Documentation »</span></a>
|
||
<a href="https://github.com/bolero-MURAKAMI/Sprout/" class="btn btn-primary btn-large" target="_blank"><span class="lead">Repository (Github) »</span></a>
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="boleros-offset">
|
||
<div class="row">
|
||
<div class="col-md-12">
|
||
<blockquote class="pull-right">
|
||
<p>
|
||
Und wenn du lange in ein constexpr blickst, blickt das constexpr auch in dich hinein.<br />
|
||
<small>Certain philosopher</small>
|
||
</p>
|
||
</blockquote>
|
||
</div>
|
||
</div>
|
||
|
||
<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>
|
||
<!-- <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>
|
||
<p>Enjoy it!</p>
|
||
</div>
|
||
|
||
<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>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<h2>Materials</h2>
|
||
|
||
<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>
|
||
|
||
<h3>Slide</h3>
|
||
<div class="row">
|
||
<div class="col-md-4">
|
||
<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>
|
||
</div>
|
||
<div class="col-md-4">
|
||
<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>
|
||
</div>
|
||
<div class="col-md-4">
|
||
<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>
|
||
</div>
|
||
</div>
|
||
<div class="row">
|
||
<div class="col-md-4">
|
||
<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>
|
||
</div>
|
||
<div class="col-md-4">
|
||
<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="constexpr関数はコンパイル時処理。これはいい。実行時が霞んで見える。cpuの嬌声が聞こえてきそうだ" target="_blank">constexpr関数はコンパイル時処理。これはいい。実行時が霞んで見える。cpuの嬌声が聞こえてきそうだ</a> </strong> from <strong><a href="http://www.slideshare.net/GenyaMurakami" target="_blank">Genya Murakami</a></strong> </div>
|
||
</div>
|
||
</div>
|
||
|
||
<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">
|
||
<p class="text-muted">Copyright (C) 2013-2014 Bolero MURAKAMI.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</body>
|
||
</html>
|