Skip to content

Instantly share code, notes, and snippets.

View longzheng's full-sized avatar

Long Zheng longzheng

  • Melbourne, Australia
  • 22:31 (UTC +10:00)
  • X @longzheng
View GitHub Profile
[{
"outlet_distance": 27.8058357,
"outlet_slid_spid": "968",
"outlet_name": "Shop 2, 1-5 Elizabeth Street",
"outlet_business": "7-Eleven Flinders Street",
"outlet_latitude": -37.8180466,
"outlet_longitude": 144.964737,
"outlet_suburb": "Melbourne",
"outlet_postcode": 3000,
"outlet_business_hour_mon": "24 Hours",
window.JdVx = !!window.JdVx;
try {
(function() {
(function() {}
)();
var Ii = 79;
try {
var Li, Oi, si = J(125) ? 1 : 0, Si = J(90) ? 1 : 0, iI = J(184) ? 1 : 0, II = J(206) ? 1 : 0, jI = J(445) ? 1 : 0, Jl = J(214) ? 1 : 0, ll = J(585) ? 1 : 0;
for (var zI = (J(557),
0); zI < Oi; ++zI)
<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" xmlns:psc="https://podlove.org/simple-chapters/" xmlns:omny="https://omny.fm/rss-extensions" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
<channel>
<language>en-US</language>
<title>Drive Show Podcast 1</title>
<link>https://omnystudio.com</link>
<description><![CDATA[Melbourne's favourite drive show, hosted by John Bacon and his best breakfast pal, John Eggs.]]></description>
<itunes:type>serial</itunes:type>
<itunes:summary>Melbourne's favourite drive show, hosted by John Bacon and his best breakfast pal, John Eggs.</itunes:summary>
<itunes:owner>
var fpdefs = {
vertex_shader :
'attribute vec3 a_vertexPosition,a_vertexNormal;attribute vec2 a_vert' +
'exTexture;uniform mat4 u_mvMatrix,u_pMatrix,u_nMatrix;uniform vec3 u' +
'_lightPosition;varying vec3 v_normal;varying vec2 v_texture;varying ' +
'vec3 v_eyeVec,v_lightRay;void main(){vec4 vertex=u_mvMatrix*vec4(a_v' +
'ertexPosition,1.);v_normal=vec3(u_nMatrix*vec4(a_vertexNormal,1.));v' +
'ec4 light=u_mvMatrix*vec4(u_lightPosition,1.);v_lightRay=vertex.rgb-' +
'light.rgb;v_eyeVec=-vec3(vertex.rgb);gl_Position=u_pMatrix*vertex;gl' +
'_PointSize=1.;v_texture=a_vertexTexture*3.-vec2(1.,1.);}',