Help with SQL commands to interact with a MySQL database
- Mac /usr/local/mysql/bin
- Windows /Program Files/MySQL/MySQL version/bin
- Xampp /xampp/mysql/bin
| #ifdef GL_ES | |
| precision mediump float; | |
| #endif | |
| uniform vec2 u_resolution; | |
| #include "lygia/color/palette/spectral.glsl" | |
| #include "lygia/color/palette/fire.glsl" | |
| #include "lygia/color/palette/hue.glsl" | |
| #include "lygia/color/palette/water.glsl" |
| #ifdef GL_ES | |
| precision highp float; | |
| #endif | |
| uniform vec2 u_resolution; | |
| #include "lygia/draw/fill.glsl" | |
| #include "lygia/sdf/gearSDF.glsl" | |
| void main() |
| #ifdef GL_ES | |
| precision highp float; | |
| #endif | |
| uniform vec2 u_resolution; | |
| uniform vec2 u_mouse; | |
| uniform float u_time; | |
| //#define PLATFORM_WEBGL |
| stname | st | stusps | |
|---|---|---|---|
| Alabama | 01 | AL | |
| Alaska | 02 | AK | |
| Arizona | 04 | AZ | |
| Arkansas | 05 | AR | |
| California | 06 | CA | |
| Colorado | 08 | CO | |
| Connecticut | 09 | CT | |
| Delaware | 10 | DE | |
| District of Columbia | 11 | DC |
| // XPath CheatSheet | |
| // To test XPath in your Chrome Debugger: $x('/html/body') | |
| // http://www.jittuu.com/2012/2/14/Testing-XPath-In-Chrome/ | |
| // 0. XPath Examples. | |
| // More: http://xpath.alephzarro.com/content/cheatsheet.html | |
| '//hr[@class="edge" and position()=1]' // every first hr of 'edge' class |