soda

How to edit Sublime Text 3 Soda Theme

馋奶兔 提交于 2019-12-18 04:35:19
问题 I installed the Soda Theme on Sublime Text 3 on OSX and I was wondering where are the actual files and folder to the theme that way I could look at the theme file and make my own edits to it, along with I would like to adjust a few of the images used in the theme. On the Git documents it says if you are to manually install Soda on Sublime you place the soda folder in the package directory, although when I install Soda via Control Package I don't see the Soda theme in package directory. 回答1:

Update a Socrata dataset using app token and private in HTTP basic

房东的猫 提交于 2019-12-12 01:19:40
问题 I'm trying to write a script to update metadata on various datasets, using an authorized app. Using OAuth seems like the wrong approach (it's not a web-facing application for other users to use as themselves), and passing my own user name and password seems...icky. The SODA API authentication documentation is pretty confusing: All HTTP-basic-authenticated requests must be performed over a secure (https) connection, and should include an application token, which is obtained when you register

I am trying to display some data from Socrata using Soda API and got the following message **Error “0” from server:**

夙愿已清 提交于 2019-12-11 22:55:00
问题 I am trying to display some data from Socrata using Soda API and got the following message Error "0" from server: What does this mean? This is my code: $socrata = new Socrata("https://data.medicare.gov", $app_token); $params = array("\$where" => "starts_with(zip, $model->zipcode)"); $response = $socrata->get("/resource/aeay-dfax.json",$params); ?> <?= Html::encode($model->zipcode) ?> <h2>Results</h2> <?# Create a table for our actual data ?> <table border="1"> <tr> <th>Last Name</th> <th