Skip to content

Instantly share code, notes, and snippets.

@AviFix
AviFix / app.component.ts
Created May 24, 2020 16:52 — forked from bennadel/app.component.ts
Creating A Dynamic Favicon Service In Angular 5.2.4
// Import the core angular services.
import { Component } from "@angular/core";
// Import the application components and services.
import { Favicons } from "./favicons";
// ----------------------------------------------------------------------------------- //
// ----------------------------------------------------------------------------------- //
@Component({
@AviFix
AviFix / gist:83fa35e0cb97db4559ee040115c37a32
Created November 1, 2018 14:22 — forked from amstanley/gist:9da7febc9a3e3c2228ee
How to install openALPR on a Raspberry Pi a/o 20160214
#!/bin/bash
# STATUS A/O 2016 02 14: tested, works
# based on https://barclaysapps.wordpress.com/2014/07/06/openalpr-install-for-rpi-and-udoo-and-tre-and-yun/ ,
# http://lukagabric.com/raspberry-pi-license-plate-recognition/, and updated for new packages.
# there are other random notes and googled pages that also informed this tutorial whihc may not be specifically referenced.
#This is not optimized for space or whatever, but does work. well, not as of 2016 01 03 but working to fix that)
# discussion is at https://groups.google.com/forum/#!topic/openalpr/-vckIsPe618: please contribute if you can, and ask questions if you # # have them
# thanks to Timis for tips and hints...
@AviFix
AviFix / debian-fullscreen-in-hyperv.md
Created February 25, 2018 09:09 — forked from robert-claypool/debian-fullscreen-in-hyperv.md
How To Make Debian Linux Fullscreen in Hyper-V
@AviFix
AviFix / InstallationStack.md
Created February 18, 2016 15:37 — forked from pjnovas/InstallationStack.md
Complete Install on Ubuntu Server of Nodejs + MongoDB + NGINX

##Ubuntu Server

NodeJS

sudo apt-get install g++ curl libssl-dev apache2-utils git-core make
cd /usr/local/src
wget http://nodejs.org/dist/v0.10.28/node-v0.10.28.tar.gz
tar -xvzf node-v0.10.28.tar.gz
cd node-v0.10.28
package com.emil.android.util;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.telephony.TelephonyManager;
/**
* Check device's network connectivity and speed
* @author emil http://stackoverflow.com/users/220710/emil