(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
| package com.example.liveinfowindow; | |
| import static android.view.ViewGroup.LayoutParams.WRAP_CONTENT; | |
| import java.util.HashMap; | |
| import java.util.Map; | |
| import android.content.Context; | |
| import android.graphics.Bitmap; | |
| import android.graphics.Matrix; |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
| #!/bin/bash | |
| sudo kextunload -b com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport | |
| sudo kextload -b com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport |
| import java.io.FileDescriptor; | |
| import java.io.FileOutputStream; | |
| import java.io.IOException; | |
| import java.io.OutputStream; | |
| import java.io.PrintStream; | |
| public class HelloWorld{ | |
| private static HelloWorld instance; | |
| public static void main(String[] args){ | |
| instantiateHelloWorldMainClassAndRun(); |
| @echo off | |
| REM !/bin/sh | |
| REM License for any modification to the original (linked below): | |
| REM ---------------------------------------------------------------------------- | |
| REM "THE BEER-WARE LICENSE" (Revision 42): | |
| REM Sebastiano Poggi wrote this file. As long as you retain this notice you | |
| REM can do whatever you want with this stuff. If we meet some day, and you think | |
| REM this stuff is worth it, you can buy me a beer in return. | |
| REM ---------------------------------------------------------------------------- | |
| REM |
| #!/bin/sh | |
| # place this file at: /etc/hotplug.d/iface/99-login-fon | |
| # Configurations | |
| FON_USERNAME=email%40domain.com | |
| FON_PASSWORD=123456 | |
| FON_DELAY_UP=3 | |
| COOKIE_JAR_PATH=/tmp/nos-fon-cookie-jar.$INTERFACE | |
| . /lib/functions.sh |
Enter this in the search box along with your search terms:
Get all gists from the user santisbon.
user:santisbon
Find all gists with a .yml extension.
extension:yml
Find all gists with HTML files.
language:html