Skip to content

Instantly share code, notes, and snippets.

View mvrozanti's full-sized avatar

Marcelo mvrozanti

View GitHub Profile
@mvrozanti
mvrozanti / Netbeans Alias Font Patcher
Last active January 2, 2019 17:13
so I don't have to do it myself__every__single__update
#!/bin/bash
sudo sed -i /usr/etc/netbeans.conf -e 's/netbeans_default_options="/netbeans_default_options="-J-Dswing.aatext=true -J-Dawt.useSystemAAFontSettings=on /g'
import atexit
import itertools
import os
import random
from collections import deque
import numpy as np
from keras import backend as K
from keras.layers import Dense
from keras.models import Sequential