Skip to content

Instantly share code, notes, and snippets.

View michellesanver's full-sized avatar

Michelle Sanver michellesanver

View GitHub Profile
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<hello xmlns="urn:mapperservicewsdl">
<name xmlns="urn:hellowsdl">
<anything>
<anychild></anychild>
<anotherchildwedidntknowabout></anotherchildwedidntknowabout>
</anything>
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<hello xmlns="urn:mapperservicewsdl">
<name xmlns="urn:hellowsdl">
<anything>RLY, anything.</anything>
</name>
</hello>
Too good of a convo from a stranger not to share.
|11:39:16| . Starting query in QN with med-trans
|11:39:16| med-trans: r u a real webmaster?
|11:42:20| Michelle: What defines real? I'm a developer for the web if that counts.
|11:42:31| med-trans: great
|11:42:58| med-trans: Michelle since I have luckily found a real webmaster, would you mind tell me a real method to earn $100 per day online
|11:43:10| Michelle: lol
|11:43:55| med-trans: yeah i m in financial constraints nowadays, can you help me letting me know as you people are genius to earn online
@michellesanver
michellesanver / gist:6760937
Created September 30, 2013 08:38
PHPWomen breakfast
One of the great thing about conferences is the variety of people that you meet. We have discovered that several PHPWomen members and supporters will be at the <a href="http://conference.phpnw.org.uk/phpnw13/">PHPNW13 conference</a>.
Therefore we would like to invite everyone to come and have breakfast with us at the<a href="http://www.jdwetherspoon.co.uk/home/pubs/the-paramount"> Paramount on Oxford Street</a> at 7am. This will be a chance to meet the PHP Women community that are attending the conference and grab some much needed fuel for the day ahead.
If you would like more information about the PHPWomen Breakfast, please feel free to contact us on <a href="https://twitter.com/phpwomen">twitter</a> , via our <a href="http://phpwomen.org/contact/">google group or our irc channel</a>.
Hope to see you there!
@michellesanver
michellesanver / moin.tcl
Last active December 17, 2015 09:19 — forked from jaytaph/moin.tcl
namespace eval moin {
bind pubm -|- * moin::moin
}
proc moin::moin { nick host handle chan text } {
if {[regexp -nocase -- {(^moin|^mornin)} $text]} {
putserv "PRIVMSG $chan :$nick moin"
}
if {[regexp -nocase -- {(^:)} $text]} {