Skip to content

Instantly share code, notes, and snippets.

@infominer33
Last active April 15, 2019 01:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save infominer33/d26ea1c4ed01114b844d0802c576593f to your computer and use it in GitHub Desktop.
Save infominer33/d26ea1c4ed01114b844d0802c576593f to your computer and use it in GitHub Desktop.
Github repo portfolio
<!-- requires git2.css and normalize.css makes a
makes a page like this: https://i.imgur.com/0oXmD6C.png -->
<div class="col-9 float-left pl-2">
<div class="position-relative">
<div class="mt-4">
<div>
<div class="d-inline-flex flex-justify-between flex-items-baseline width-full mb-2">
<h2 class="mb-1 h4">Current Projects</h2>
</div>
<ol class="pinned-items-list mb-4">
<li class="pinned-items-list-item p-3 mb-3 border border-gray-dark rounded-1 public cource">
<span class="pinned-item-list-item-content" style="width: 325px!important;">
<span class="d-block">
<a href="https://github.com/Levalicious/ProgVM" class="text-bold">
<span class="repo" title="ProgVM">ProgVM</span>
</a>
</span>
<p class="pinned-item-desc text-gray text-small d-block mt-2 mb-3">
A WIP VM for a programming language that may or may not end up being usable.
</p>
<p class="mb-0 f6 text-gray">
<span class="repo-language-color pinned-item-meta" style="background-color: #f34b7d;"></span> C++
</p>
</span>
</li>
<li class="pinned-items-list-item p-3 mb-3 border border-gray-dark rounded-1 public cource">
<span class="pinned-item-list-item-content" style="width: 325px!important;">
<span class="d-block">
<a href="https://github.com/Levalicious/RMPv2" class="text-bold">
<span class="repo" title="RMPv2">RMPv2</span>
</a>
</span>
<p class="pinned-item-desc text-gray text-small d-block mt-2 mb-3">
Rewrite of RMP with a significant number of fixes, a lot of refactoring, and support for some cool new features, like error correction.
</p>
<p class="mb-0 f6 text-gray">
<span class="repo-language-color pinned-item-meta" style="background-color: #b07219;"></span> Java
</p>
</span>
</li>
</ol>
</div>
<div>
<div class="d-inline-flex flex-justify-between flex-items-baseline width-full mb-2">
<h2 class="mb-1 h4">Previous Projects</h2>
</div>
<ol class="pinned-items-list mb-4">
<li class="pinned-items-list-item p-3 mb-3 border border-gray-dark rounded-1 public cource">
<span class="pinned-item-list-item-content" style="width: 325px!important;">
<span class="d-block">
<a href="https://github.com/Levalicious/RMP" class="text-bold">
<span class="repo" title="RMP">RMP</span>
</a>
</span>
<p class="pinned-item-desc text-gray text-small d-block mt-2 mb-3">
A (mostly?) reliable, connectionless, UDP-based networking protocol.
</p>
<p class="mb-0 f6 text-gray">
<span class="repo-language-color pinned-item-meta" style="background-color: #b07219;"></span> Java
</p>
</span>
</li>
<li class="pinned-items-list-item p-3 mb-3 border border-gray-dark rounded-1 public cource">
<span class="pinned-item-list-item-content" style="width: 325px!important;">
<span class="d-block">
<a href="https://github.com/Levalicious/SchnorrCode" class="text-bold">
<span class="repo" title="SchnorrCode">SchnorrCode</span>
</a>
</span>
<p class="pinned-item-desc text-gray text-small d-block mt-2 mb-3">
A Java implementation of Pieter Wiulle's key-prefixed Schnorr Bitcoin Improvement Proposal, with some modifications.
</p>
<p class="mb-0 f6 text-gray">
<span class="repo-language-color pinned-item-meta" style="background-color: #b07219;"></span> Java
</p>
</span>
</li>
</ol>
</div>
<div class="centered">
<div class="p-3 mb-3 border border-gray-dark rounded-1 centered">
<a href="https://github.com/Levalicious?tab=repositories" class="boxNav-item centered">See More</a>
</div>
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment