Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.47 KB

File metadata and controls

57 lines (37 loc) · 1.47 KB
layout default

Home

Welcome to hulles. I know you were probably uncertain where you were, since the logo above is so easy to miss. This is where I keep stuff not related to specific projects, like my GitHub blog. See Posts, below.

Hulles Java Style Guide

The official Java style guide for Hulles projects.

Projects

A1icia

A1icia is a personal assistant written in Java. She is modular, extensible, and damn fast.

simpler-word2vec

simpler-word2vec is a simple and reasonably efficient toolbox for using large word2vec datasets written in Java.

About Me

Here's some stuff about me, like my tie size and favorite boy band.

Posts

{% for post in site.posts %}
  <h3><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h3>

  <div class="entry">
    {{ post.excerpt }}
  </div>

  <a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
  
</article>

{% endfor %}


The Hulles user GitHub Pages material is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.