I hereby claim:
- I am andrunix on github.
- I am andrunix (https://keybase.io/andrunix) on keybase.
- I have a public key ASBUQwCrfAvWp6MAAgl5wP_YHOj6T0saUVakSvxtojHlgAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:com="http://example.com/services/servicesm/v10/Common" xmlns:log="http://example.com/services/servicesm/v10/UserInfo"> | |
| <soapenv:Header> | |
| <com:BaseRequestData> | |
| <!--Optional:--> | |
| <ClientUserID>BAMPI</ClientUserID> | |
| <!--Optional:--> | |
| <ClientUserPassword>password</ClientUserPassword> | |
| <!--Optional:--> | |
| <CallingApp>BAMPI</CallingApp> | |
| <!--Optional:--> |
| html | |
| body | |
| h1= hello world | |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <style> | |
| body { | |
| margin: 0; | |
| padding: 0; | |
| } | |
| .verify-bar { | |
| background-color: #f66; |
| <?php | |
| # --------------------------------------------------------------------------- | |
| # listitem.php - List an item for sale | |
| # --------------------------------------------------------------------------- | |
| require_once('suresale.php'); | |
| require_once('navfn.php'); | |
| require_once "dbfn.php"; | |
| require_once "lgnfrm.php"; | |
| require_once('listitems.php'); |
| findAll: function() { | |
| var sports = {}; | |
| var sportsRef = new Firebase(FBURL + '/sports'); | |
| sportsRef.once('value', function(snapshot) { | |
| sports = snapshot.val(); | |
| }); | |
| return sports; | |
| } |
| npm http 304 https://registry.npmjs.org/express | |
| > mean@0.1.0 postinstall /home/andrunix/code/enterleague.com | |
| > bower install | |
| module.js:340 | |
| throw err; | |
| ^ | |
| Error: Cannot find module 'mout' |
| function showForm() { | |
| $('#upper').slideUp(300); | |
| $('#mail').slideDown(300) | |
| } | |
| function hideForm() { | |
| $('#mail_form')[0].reset(); | |
| $('#mail').slideUp(300); | |
| $('#upper').slideDown(300); | |
| $('#error').html(''); |
| andrunix@amp-laptop~$ rvm requirements run | |
| Requirements for osx/10.8/x86_64 | |
| NOTE: 'ruby' represents Matz's Ruby Interpreter (MRI) (1.8.X, 1.9.X) | |
| This is the *original* / standard Ruby Language Interpreter | |
| 'ree' represents Ruby Enterprise Edition | |
| 'rbx' represents Rubinius | |
| Additional Dependencies: | |
| # For update-system: |
| andrunix@amp-laptop~$ rvm get head | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 185 100 185 0 0 170 0 0:00:01 0:00:01 --:--:-- 282 | |
| 100 10598 100 10598 0 0 8454 0 0:00:01 0:00:01 --:--:-- 8454 | |
| Downloading RVM from wayneeseguin branch master | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 131 100 131 0 0 696 0 --:--:-- --:--:-- --:--:-- 963 | |
| 100 1488k 100 1488k 0 0 334k 0 0:00:04 0:00:04 --:--:-- 537k |