- There are only few people who care about climate change, sustainability, degrowth and the like.
- Many facts about negative and positive behavior regarding "saving our planet" are unknown.
- Most prefer easy reading and don't want to dig deep into knowledge about how the planet is being destroyed by ourselves.
- Long articles with all the background facts and myths are not read by many.
- When talking about "avoid flights, meat, plastic, big cars, ..." many people feel offended and go elsewhere.
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.goebl.david; | |
public class TestWebb_LocalStackoverflow27980798 extends AbstractTestWebb { | |
public static final String BASE_URL = "https://domain.com"; | |
public static final String API_VER = "/v1"; | |
public void testDownload() throws Exception { | |
String token = "token12345"; |
Obviously printing out the interactive AngularJS Guide is not a really good idea, I admit. But for whatever reason I like to study the guide with my text-marker while sitting in the garden.
I only added the following CSS to the file <angular.js-root>/docs/app/assets/css/docs.css
.
After building (grunt, gulp) the files get served by node-static (because I always use this as ad-hoc web-server, even if grunt delivers the page through grunt server
).
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.goebl.david; | |
import junit.framework.TestCase; | |
import org.json.JSONObject; | |
public class TestWebb_LocalStackoverflow23678518 extends TestCase { | |
public void testPost() throws Exception { | |
JSONObject register = new JSONObject(); |
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.goebl.david; | |
import junit.framework.TestCase; | |
public class TestSO23260208 extends TestCase { | |
public void testGet() throws Exception { | |
Webb webb = Webb.create(); | |
Response<String> response = webb |
I hereby claim:
- I am hgoebl on github.
- I am hgoebl (https://keybase.io/hgoebl) on keybase.
- I have a public key whose fingerprint is 2775 3D55 76C5 FD7D A8D6 54A4 11CA 0DB2 5BD1 880D
To claim this, I am signing this object:
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
import com.goebl.david.Webb; | |
import org.json.JSONObject; | |
import org.junit.Test; | |
public class TestSO20987525 { | |
static final String SOAP_ACTION = "http://888topup.com/ImageProcess.svc/UploadImage"; | |
@Test | |
public void dotNetCall() throws Exception { |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<module type="JAVA_MODULE" version="4"> | |
<component name="FacetManager"> | |
<facet type="android" name="Android"> | |
<configuration> | |
<option name="LIBRARY_PROJECT" value="true" /> | |
<option name="UPDATE_PROPERTY_FILES" value="true" /> | |
</configuration> | |
</facet> | |
</component> |
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.goebl.david; | |
import org.json.JSONArray; | |
import org.json.JSONObject; | |
import org.junit.Test; | |
import static org.junit.Assert.*; | |
/** | |
* Real world testing a Google API. | |
* |
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
{ | |
"silent": false, | |
"pathnameOnly": true, | |
"router": { | |
"/tomcat": "127.0.0.1:8080", | |
"/static": "127.0.0.1:8888" | |
} | |
} |
NewerOlder