http://www.postgresql.org/download/linux/ubuntu/ https://help.ubuntu.com/community/PostgreSQL
sudo echo "deb http://apt.postgresql.org/pub/repos/apt/ wily-pgdg main" > \
/etc/apt/sources.list.d/pgdg.list| import 'package:flutter/material.dart'; | |
| class GoogleMapsClonePage extends StatelessWidget { | |
| @override | |
| Widget build(BuildContext context) { | |
| return Scaffold( | |
| body: Stack( | |
| children: <Widget>[ | |
| CustomGoogleMap(), | |
| CustomHeader(), |
http://www.postgresql.org/download/linux/ubuntu/ https://help.ubuntu.com/community/PostgreSQL
sudo echo "deb http://apt.postgresql.org/pub/repos/apt/ wily-pgdg main" > \
/etc/apt/sources.list.d/pgdg.list| # used different forum posts/guides to figure this out like: | |
| # The uninstall script is located at /Library/Parallels/Parallels Service.app/Contents/Resources | |
| # https://github.com/danijeljw/remparallels/blob/master/remprls.sh | |
| # https://kb.parallels.com/122461 | |
| # sudo find / -iname "*parallels*" | |
| # sudo find / -iname "*prl*" | |
| #before uninstalling deactivate your licencse - this won't be possible after uninstall | |
| prlsrvctl deactivate-license |
| <activity | |
| android:name="com.your.app.activity.ParseDeepLinkActivity" | |
| android:alwaysRetainTaskState="true" | |
| android:launchMode="singleTask" | |
| android:noHistory="true" | |
| android:theme="@android:style/Theme.Translucent.NoTitleBar"> | |
| <intent-filter android:autoVerify="true"> | |
| <data android:scheme="http" android:host="yourdomain.com" /> | |
| <data android:scheme="https" android:host="yourdomain.com" /> |
| package com.kiendt; | |
| import java.util.*; | |
| public class Graph { | |
| private static int INFINITY = 9999; | |
| private int[][] matrix = { | |
| {0, 10, 20, 9999, 9999, 9999}, | |
| {9999, 0, 9999, 50, 10, 9999}, | |
| {9999, 9999, 0, 20, 33, 9999}, |