I hereby claim:
- I am pmauduit on github.
- I am pmauduit (https://keybase.io/pmauduit) on keybase.
- I have a public key whose fingerprint is 9193 DA20 F60A 9801 13DF 21A8 6F11 9B4E 77C8 965E
To claim this, I am signing this object:
| # add the following block: | |
| <Plugin network> | |
| Server "127.0.0.1" | |
| </Plugin> |
| diff --git a/mapfishapp/src/main/java/org/georchestra/mapfishapp/ws/upload/UpLoadFileManagement.java b/mapfishapp/src/main/java/org/georchestra/mapfishapp/ws/upload/UpLoadFileManagement.java | |
| index 4f011b7..1cacf7f 100644 | |
| --- a/mapfishapp/src/main/java/org/georchestra/mapfishapp/ws/upload/UpLoadFileManagement.java | |
| +++ b/mapfishapp/src/main/java/org/georchestra/mapfishapp/ws/upload/UpLoadFileManagement.java | |
| @@ -374,18 +374,10 @@ public class UpLoadFileManagement { | |
| fjson.setEncodeFeatureCollectionCRS(true); | |
| fjson.writeFeatureCollection(featureCollection, writer); | |
| - | |
| - } catch (ProjectionException e) { |
| watch -n1 "jstat -gc <PID> | awk '{if (NR !=1) {print \$7 - \$8}}'" |
| include ::apt | |
| include ::sudo | |
| include ::collectd | |
| collectd::plugin { ['cpu', 'memory', 'disk']: } -> | |
| # see below why this ... | |
| exec { 'ensures jmx_memory is defined in collectd conf files': | |
| command => "echo 'jmx_memory value:GAUGE:0:U' >> /etc/collectd/custom-types.db", | |
| unless => "test $(grep jmx_memory /etc/collectd/custom-types.db | wc -l) -gt 0", | |
| provider => "shell", |
I hereby claim:
To claim this, I am signing this object:
| //Grooscript Angular.js TODO example from https://angularjs.org/ | |
| //You need next release of grooscript to run it (1.0.1) | |
| class TodoController implements AngularController { | |
| def todos = [ | |
| [text:'learn angular', done: true], | |
| [text:'build an angular app', done: false] | |
| ] | |
| def addTodo() { | |
| scope.todos << [text: scope.todoText, done: false] | |
| scope.todoText = '' |
| import javax.net.ssl.SSLSocket; | |
| import javax.net.ssl.SSLSocketFactory; | |
| import java.io.*; | |
| /** Establish a SSL connection to a host and port, writes a byte and | |
| * prints the response. See | |
| * http://confluence.atlassian.com/display/JIRA/Connecting+to+SSL+services | |
| */ | |
| public class SSLPoke { | |
| public static void main(String[] args) { |
| blah: | |
| image: debian:jessie | |
| ports: | |
| - "2222:22" | |
| entrypoint: /bin/bash | |
| tty: true |
| Origin: geOrchestra | |
| Label: geOrchestra | |
| Codename: 15.12 | |
| Architectures: i386 amd64 | |
| Components: main | |
| Description: Apt repository for geOrchestra 15.12 | |
| Origin: geOrchestra | |
| Label: geOrchestra | |
| Codename: master |