Skip to content

Instantly share code, notes, and snippets.

View polaroidkidd's full-sized avatar
🤔

Daniel Einars polaroidkidd

🤔
  • ti&m AG
  • Zürich, Switzerland
View GitHub Profile
  1. PRE-INSTALL

    First make sure that ubuntu (and drivers) are fully installed. If it crashes at start-up, try disableing dedicated GPUs and installing those drivers afterwards

  2. BASICS

    Install i3-wm using sudo apt-get install i3 Also install i3llock, i3status, nitrogen (bacground wallpaper), Also: sudo apt-get install lxappearance gtk-chtheme qt4-qtconfig to de-uglify gnome

@polaroidkidd
polaroidkidd / ExportSQLite.grt.lua
Created February 4, 2018 15:19 — forked from mrprompt/ExportSQLite.grt.lua
MySQL WorkBench Plugin to export database to SQLite
-- ExportSQLite: SQLite export plugin for MySQL Workbench
-- Copyright (C) 2009 Thomas Henlich
--
-- This program is free software: you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation, either version 3 of the License, or
-- (at your option) any later version.
--
-- This program is distributed in the hope that it will be useful,
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
/**
* Write a description of class ArugmentChecks here.
*
* @author (your name)
* @version (a version number or a date)
*/
public class ArgumentChecks
{
private int amount;