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 |
| 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 |
| import 'dart:typed_data'; | |
| import 'package:flutter/material.dart'; | |
| import 'dart:ui' as ui; | |
| void main() => runApp(new MaterialApp( | |
| home: new HomePage(), | |
| debugShowCheckedModeBanner: false, | |
| )); |
| /* | |
| Този скрипт е пълен с едни от най-забавните коментари на български. | |
| Разработен е от някой от разработчиците на Iliyan.com за Пощенска банка. | |
| Пазя го за да се смеем ако го променят в сайта. | |
| Оригинална локация: https://www.postbank.bg/Applications/Locations/_inc/js/locations.js | |
| */ |
| ============================= | |
| **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 |
| 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 |
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"
Due to the high usage of this guide and the lack of comfort in Gist's commenting area, I decided to make a blog post out of this which you can find here:
http://blog.frd.mn/install-os-x-10-10-yosemite-in-virtualbox/
An somewhat easier way with a bash script and step by step explanation can be found here: http://sqar.blogspot.de/2014/10/installing-yosemite-in-virtualbox.html