A D3 V5 implementation of a shaded globe mimic the 3d effect. Drag to rotate and middle wheel to zoom. The flyer arcs are interpolated from 2 control points.
You can modify the dataset (Topojson format) to change landmarks.
A D3 V5 implementation of a shaded globe mimic the 3d effect. Drag to rotate and middle wheel to zoom. The flyer arcs are interpolated from 2 control points.
You can modify the dataset (Topojson format) to change landmarks.
| # the IP(s) on which your node server is running. I chose port 3000. | |
| upstream app_geoforce { | |
| server 127.0.0.1:3000; | |
| } | |
| upstream app_pcodes{ | |
| server 127.0.0.1:3001; | |
| } |
| After installing android-sdk via homebrew, follow the console guide's suggestion: Add android to .bashrc PATH | |
| And if you still receiving this message when trying run the command: android | |
| "can't find sdkmanager.jar" | |
| Try this one: | |
| sudo find /usr/local/Cellar/android-sdk/<version>/tools -type d | xargs sudo chmod a+rx | |
| Apparently homebrew can't change the authorization to this directory. |
| data:image/gif;base64,R0lGODlhAQABAAAAACw= |
| require File.join(File.dirname(__FILE__), 'paypal_debugger') | |
| Paypal.sandbox! | |
| mode = :setup | |
| paypal = Payment::Paypal.new | |
| request1 = Paypal::Payment::Request.new( | |
| :amount => 10, | |
| :description => 'Instant Payment Request', |