Skip to content

Instantly share code, notes, and snippets.

Install Microsoft Office 2010 on Ubuntu

Requirements

We'll install MSOffice using the PlayOnLinux wizard. Additionally, MSOffice requires samba and winbind to properly work.

So, if not installed, install them:

sudo apt-get install playonlinux samba winbind
greenwich
geneva
cairo
Bagdad
Mauritius
bombay
calcuta
bangkok
shanghai
tokyo
@speedyGonzales
speedyGonzales / scrape.dart
Created July 3, 2018 07:53 — forked from kui/scrape.dart
a web scraping script with Dart and html5lib
import 'dart:io';
import 'dart:async';
import 'package:html5lib/parser.dart';
import 'package:html5lib/dom.dart';
main() {
final url = 'http://comic-walker.com/';
getHtml(url).then((document) {
// page title
@speedyGonzales
speedyGonzales / main.dart
Created June 29, 2018 08:39
Signature to image transformation
import 'dart:typed_data';
import 'package:flutter/material.dart';
import 'dart:ui' as ui;
void main() => runApp(new MaterialApp(
home: new HomePage(),
debugShowCheckedModeBanner: false,
));
@speedyGonzales
speedyGonzales / postbank.location.js
Created January 19, 2018 15:03 — forked from miglen/postbank.location.js
postbank.location.js
/*
Този скрипт е пълен с едни от най-забавните коментари на български.
Разработен е от някой от разработчиците на Iliyan.com за Пощенска банка.
Пазя го за да се смеем ако го променят в сайта.
Оригинална локация: https://www.postbank.bg/Applications/Locations/_inc/js/locations.js
*/
@speedyGonzales
speedyGonzales / Galaxy Of Tutorial Torrents
Created July 4, 2016 12:42 — forked from iHassan/Galaxy Of Tutorial Torrents
Ultimate Galaxy Of Tutorial Torrents
=============================
**http://kickass.to/infiniteskills-learning-jquery-mobile-working-files-t7967156.html
**http://kickass.to/lynda-bootstrap-3-advanced-web-development-2013-eng-t8167587.html
**http://kickass.to/lynda-css-advanced-typographic-techniques-t7928210.html
**http://kickass.to/lynda-html5-projects-interactive-charts-2013-eng-t8167670.html
**http://kickass.to/vtc-html5-css3-responsive-web-design-course-t7922533.html
*http://kickass.to/10gen-m101js-mongodb-for-node-js-developers-2013-eng-t8165205.html
*http://kickass.to/cbt-nuggets-amazon-web-services-aws-foundations-t7839734.html
@speedyGonzales
speedyGonzales / go-interfaces.go
Created November 26, 2015 10:24
some bulshit
Some resources on Golang Interfaces
1. http://go-book.appspot.com/contents.html
2. https://github.com/luciotato/golang-notes/blob/master/OOP.md
3. http://nathanleclaire.com/blog/2015/10/10/interfaces-and-composition-for-effective-unit-testing-in-golang/
4. https://github.com/gyuho/learn/tree/master/doc/go_interface
@speedyGonzales
speedyGonzales / post.md
Created November 12, 2015 12:47 — forked from kbond/post.md
Ubuntu LAMP Development Environment Setup

Install git:

sudo apt-get install git

Configure Git:

touch ~/.gitignore_global
git config --global core.excludesfile ~/.gitignore_global
git config --global user.name "Your Name"

git config --global user.email "Your Email"

@speedyGonzales
speedyGonzales / osx-10-10-virtualbox.md
Last active October 6, 2015 14:24 — forked from frdmn/osx-10-10-virtualbox.md
Install OS X 10.10 Yosemite in VirtualBox