I hereby claim:
- I am helllth on github.
- I am helllth (https://keybase.io/helllth) on keybase.
- I have a public key whose fingerprint is D671 60A1 5EA0 CEE1 5A55 5865 B67F 8CF6 72D5 15A2
To claim this, I am signing this object:
| <?xml version="1.0"?> | |
| <settings> | |
| <localRepository>.\m2_repository</localRepository> | |
| <profiles> | |
| <profile> | |
| <id>global-properties</id> | |
| <activation> | |
| <activeByDefault>true</activeByDefault> | |
| </activation> | |
| </profile> |
| mongoimport --db test --collection auszug --file WuppertalCSV-Auszug1.txt | |
| mongoimport --db test --collection auszug --file WuppertalCSV-Auszug2.txt |
| ################################################################################ | |
| #Zugriffstest | |
| ################################################################################ | |
| curl https://boxy.cismet.de:8891/service/ping | |
| #curl: (60) SSL certificate problem: self signed certificate | |
| #More details here: http://curl.haxx.se/docs/sslcerts.html | |
| #curl performs SSL certificate verification by default, using a "bundle" | |
| # of Certificate Authority (CA) public keys (CA certs). If the default |
| javascript:(function(){ | |
| var val=prompt("Kundenportal Wuppertal\n\nIssue# eingeben",""); | |
| if(val){ | |
| var loc=window.location+" "; | |
| if (loc.indexOf('https://github.com/cismet/wupp/issues')>-1) { | |
| // window.alert('window.location'); | |
| window.location='https://github.com/cismet/wupp/issues/'+escape(val); | |
| } |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
I hereby claim:
To claim this, I am signing this object:
Locate the section for your github remote in the .git/config file. It looks like this:
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = [email protected]:joyent/node.git
Now add the line fetch = +refs/pull/*/head:refs/remotes/origin/pr/* to this section. Obviously, change the github url to match your project's URL. It ends up looking like this:
| #!/bin/bash | |
| COUNTER=0 | |
| speech="th Beep" | |
| speech2=" of " | |
| pause=$2 | |
| if [ ! -z $1 ] && [ $1 = ? ] | |
| then | |
| echo "beep [nummer of beeps] [pause in seconds]" | |
| exit |
| #!/bin/sh | |
| curl -X POST -u '[user]:[pass]' -d @jsonFileLikeTheCommentsBelow.json https://api.github.com/repos/[user]/[reponame]/issues | |
| #{"title": "curl Issue","body": "the body (with linebreaks)\n | |
| # yes with linebreaks.\n | |
| # just don't forget the backslash n at the end\n | |
| #"} |
| javascript:(function()%7BISRIL_H='4b92';PKT_D='getpocket.com';ISRIL_SCRIPT=document.createElement('SCRIPT');ISRIL_SCRIPT.type='text/javascript';ISRIL_SCRIPT.src='http://'+PKT_D+'/b/r.js';document.getElementsByTagName('head')%5B0%5D.appendChild(ISRIL_SCRIPT)%7D)(); |