Skip to content

Instantly share code, notes, and snippets.

View bagasabisena's full-sized avatar

Bagas Abisena Swastanto bagasabisena

View GitHub Profile
@bagasabisena
bagasabisena / Thesis Matplotlib Style.ipynb
Last active February 25, 2020 01:56
Matplotlib style that I use for my master thesis
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bagasabisena
bagasabisena / id_stopwords.py
Created February 14, 2020 02:41
Daftar stop words bahasa Indonesia dari SpaCy
# source:
# https://raw.githubusercontent.com/explosion/spaCy/master/spacy/lang/id/stop_words.py
# coding: utf8
from __future__ import unicode_literals
STOP_WORDS = set(
"""
ada adalah adanya adapun agak agaknya agar akan akankah akhir akhiri akhirnya
aku akulah amat amatlah anda andalah antar antara antaranya apa apaan apabila
@bagasabisena
bagasabisena / README.md
Last active August 29, 2015 14:15
Progress Tree, an alternative to progress bar

It is a join project by me and Mahesh Nayak. We make an alternative to progress bar where progress is visualized by growing leaf on a leafless tree. Every part of the tree (branches and leaves) are a separate SVG element so it can be attached with data and manipulate accordingly.

It is a binary tree modeled using L-system and the code is inspired by Peter Cook's d3-tree. Since this is a binary tree, the number of branches and trees are multiples of 2.

@bagasabisena
bagasabisena / 0_reuse_code.js
Last active August 29, 2015 14:15
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@bagasabisena
bagasabisena / README.md
Last active August 29, 2015 14:10
Indonesian Student Distribution in the Netherlands in 2013

Simple visualization of Indonesian student distribution in the Netherlands in 2013.