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-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-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>
|
|
|
|
<a class="brand" href="#">Bolero's website</a>
|
|
|
|
<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>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="container" style="padding-top: 60px; padding-bottom: 40px;">
|
|
|
|
<div class="hero-unit">
|
|
|
|
<h1>Sprout C++ Libraries</h1>
|
|
|
|
<p>C++11 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others.</p>
|
2013-08-21 11:04:22 +00:00
|
|
|
<p>
|
|
|
|
<a href="./docs/index.html" class="btn btn-primary btn-large">Documentation »</a>
|
|
|
|
<a href="https://github.com/bolero-MURAKAMI/Sprout/" class="btn btn-primary btn-large" target="_blank">Project page (Github) »</a>
|
|
|
|
</p>
|
2013-08-21 10:40:28 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<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>
|
|
|
|
<td><a href="http://d.hatena.ne.jp/boleros/" target="_blank">Hatena (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="muted credit">Copyright (C) 2013 Bolero MURAKAMI.</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
2013-08-15 09:29:43 +00:00
|
|
|
</body>
|
|
|
|
</html>
|