You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
110 lines
3.4 KiB
110 lines
3.4 KiB
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
<meta http-equiv="content-type" content="text/html; charset=utf-8"> |
|
|
|
<!-- Enable responsiveness on mobile devices--> |
|
<!-- viewport-fit=cover is to support iPhone X rounded corners and notch in landscape--> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover"> |
|
|
|
<title>Julio Biason .Me 4.3</title> |
|
|
|
<!-- CSS --> |
|
<link rel="stylesheet" href="https://blog.juliobiason.me/print.css" media="print"> |
|
<link rel="stylesheet" href="https://blog.juliobiason.me/poole.css"> |
|
<link rel="stylesheet" href="https://blog.juliobiason.me/hyde.css"> |
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface"> |
|
|
|
|
|
|
|
|
|
|
|
</head> |
|
|
|
<body class=" "> |
|
|
|
<div class="sidebar"> |
|
<div class="container sidebar-sticky"> |
|
<div class="sidebar-about"> |
|
|
|
<a href="https://blog.juliobiason.me"><h1>Julio Biason .Me 4.3</h1></a> |
|
|
|
<p class="lead">Old school dev living in a 2.0 dev world</p> |
|
|
|
|
|
</div> |
|
|
|
<ul class="sidebar-nav"> |
|
|
|
|
|
<li class="sidebar-nav-item"><a href="/">English</a></li> |
|
|
|
<li class="sidebar-nav-item"><a href="/pt">Português</a></li> |
|
|
|
<li class="sidebar-nav-item"><a href="/tags">Tags (EN)</a></li> |
|
|
|
<li class="sidebar-nav-item"><a href="/pt/tags">Tags (PT)</a></li> |
|
|
|
|
|
</ul> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="content container"> |
|
|
|
<div class="post"> |
|
<h1 class="post-title">Normative Robust Platinum</h1> |
|
<span class="post-date"> |
|
2020-10-22 |
|
|
|
<a href="https://blog.juliobiason.me/tags/projects/">#projects</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/personal/">#personal</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/cli/">#cli</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/naming/">#naming</a> |
|
|
|
</span> |
|
<p>Name Rust Project</p> |
|
<ul> |
|
<li>"clap-rs" |
|
<ul> |
|
<li>"generate 'name'"</li> |
|
<li>"adjectives add/remove/list"</li> |
|
<li>"metals add/remove/list"</li> |
|
</ul> |
|
</li> |
|
<li>Build metal list |
|
<ul> |
|
<li>Default list</li> |
|
<li>Dump default list on database on initial run</li> |
|
</ul> |
|
</li> |
|
<li>Build adjective list |
|
<ul> |
|
<li>Default list</li> |
|
<li>Dump default list on database on initial run</li> |
|
</ul> |
|
</li> |
|
<li>Should accept adding metal and adjectives</li> |
|
<li>List storage should accept comments</li> |
|
<li>Get project description, one phrase, short</li> |
|
<li>Get metal with the same starting letter as the last word</li> |
|
<li>Get adjectives from the rest of the words, starting letter, order by word “distance”</li> |
|
<li>Join all</li> |
|
</ul> |
|
<p>Repository: <a href="https://git.juliobiason.me/nrp.git/">nrp.git</a></p> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</body> |
|
|
|
</html>
|
|
|