| layout | default |
|---|
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.
The official Java style guide for Hulles projects.
A1icia is a personal assistant written in Java. She is modular, extensible, and damn fast.
simpler-word2vec is a simple and reasonably efficient toolbox for using large word2vec datasets written in Java.
Here's some stuff about me, like my tie size and favorite boy band.
{% 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.