Skip to content

Instantly share code, notes, and snippets.

View macbroadcast's full-sized avatar
🎯
Don´t trust - verify

Marc Manthey macbroadcast

🎯
Don´t trust - verify
View GitHub Profile
@macbroadcast
macbroadcast / quote.dart
Created June 28, 2018 05:58 — forked from mjohnsullivan/quote.dart
Simple Flutter app to retrieve and display a quote of the day
import 'dart:async';
import 'dart:convert';
import 'package:flutter/material.dart';
import 'package:http/http.dart' as http;
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override
@macbroadcast
macbroadcast / nginx.conf
Created August 15, 2016 18:23 — forked from plentz/nginx.conf
Best nginx configuration for improved security(and performance). Complete blog post here http://tautt.com/best-nginx-configuration-for-security/
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048
@macbroadcast
macbroadcast / introrx.md
Created October 27, 2015 21:06 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing