This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function MyClass() | |
{ | |
function my_function_nr_0() { | |
$(".testing.div0").text("number 0"); | |
} | |
function my_function_nr_1() { | |
$(".testing.div1").text("number 1"); | |
} | |
function my_function_nr_2() { | |
$(".testing.div2").text("number 2"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.gateme3.app.util; | |
import android.location.Location; | |
import android.location.LocationManager; | |
import android.util.Log; | |
import com.gateme3.app.db.PurchasedItem; | |
import com.gateme3.app.db.Venue; | |
import java.io.ByteArrayOutputStream; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: gpl-3.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Creating Solid APIs</title> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | |
<link rel="stylesheet" href="css/font-awesome.min.css"> | |
<style type="text/css"> | |
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic|Ubuntu:400,500,700); | |
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300,400italic,300italic|Lato:400,700,300,100,900); |