Note: Some of these keymapping are specific to IdeaVim plugin. If you don't use IdeaVim (what' wrong with you :)), I've tried to point out where they differ, but I could have missed a few
Ctrl-P- Popup parameter documentation for method calls
| <?xml version="1.0" encoding="ISO-8859-1" ?> | |
| <!DOCTYPE scenario SYSTEM "sipp.dtd"> | |
| <!-- Luis Barreiro - Mobicents QA team --> | |
| <scenario name="UAS for SIP-Servlets Tests"> | |
| <recv request="INVITE" rrs="true" timeout="5000" /> | |
| <send> |
Note: Some of these keymapping are specific to IdeaVim plugin. If you don't use IdeaVim (what' wrong with you :)), I've tried to point out where they differ, but I could have missed a few
Ctrl-P - Popup parameter documentation for method calls| package main | |
| // See https://www.reddit.com/r/dailyprogrammer/comments/4knivr/20160523_challenge_268_easy_network_and_cards/ | |
| import ( | |
| "flag" | |
| "fmt" | |
| "net" | |
| "os" | |
| "sync" |
| apiVersion: v1 | |
| kind: ReplicationController | |
| metadata: | |
| name: restcomm-core-controller | |
| spec: | |
| replicas: 1 | |
| selector: | |
| app: restcomm-core | |
| template: | |
| metadata: |
| ghi list -L LABELTOBEDELETED -s closed -- YOURORGANIZATION/YOURREPO | sed -n '/^[ 0-9 ]/p' | sed -r 's/([^0-9]*([0-9]*)){1}.*/\2/' | xargs -I %issue sh -c 'ghi label "%issue" -d "LABELTOBEDELETED" -- YOURORGANIZATION/YOURREPO' |
| apiVersion: v1 | |
| kind: ReplicationController | |
| metadata: | |
| name: restcomm-core-controller | |
| spec: | |
| replicas: 1 | |
| selector: | |
| app: restcomm-core | |
| template: | |
| metadata: |
| { | |
| "Version": "2012-10-17", | |
| "Statement": [ | |
| { | |
| "Effect": "Allow", | |
| "Action": [ | |
| "s3:GetBucketLocation", | |
| "s3:ListAllMyBuckets" | |
| ], | |
| "Resource": "arn:aws:s3:::*" |
| { | |
| "requiresAttributes": [], | |
| "taskDefinitionArn": "arn:aws:ecs:eu-west-1:742070958976:task-definition/restcomm-task-ayuste:4", | |
| "status": "ACTIVE", | |
| "revision": 4, | |
| "containerDefinitions": [ | |
| { | |
| "volumesFrom": [], | |
| "memory": 3000, | |
| "extraHosts": null, |
| [0m[0m19:35:02,214 INFO [gov.nist.javax.sip.stack.SIPTransactionStack] (SIP-TCP-Core-PipelineThreadpool-9) <message | |
| from="91.116.135.52:49532" | |
| to="172.17.0.3:5063" | |
| time="1461612902214" | |
| isSender="false" | |
| transactionId="z9hg4bk-363539-444588cfc4915bd2042802134f4b13bb" | |
| callId="1461612902182" | |
| firstLine="REGISTER sip:ec2-54-194-81-211.eu-west-1.compute.amazonaws.com SIP/2.0" | |
| > | |
| <![CDATA[REGISTER sip:ec2-54-194-81-211.eu-west-1.compute.amazonaws.com SIP/2.0 |
| for i in *.jar; do echo "providedCompile files(\"\${projectDir}/src/main/resources/$i\")"; done |