I hereby claim:
- I am scriptnull on github.
- I am scriptnull (https://keybase.io/scriptnull) on keybase.
- I have a public key ASC9kVUYPTEjDhkbeLZU-JN5EtLXbBl8Rwvk6ZczumvO9Qo
To claim this, I am signing this object:
| var message = "Testing Facebook Spam Script."; //spam message | |
| var interval = 1 ; // in seconds | |
| var count = 1000 ; //number of times to send | |
| var notifyInterval = 5 ; //notify | |
| var i = 0 ; | |
| var timer = setInterval(function(){ | |
| document.getElementsByClassName('uiTextareaNoResize uiTextareaAutogrow _1rv')[0].value = message; | |
| document.getElementsByClassName('_1ri uiButton uiButtonConfirm')[0].children[0].click(); | |
| i++; | |
| if( i == count ) |
| var variables = line.replace(';','').split('='); | |
| line = variables[1] + ' = ' + variables[0] + ';' ; |
| var variableName = line.split('=')[0].trim(); | |
| line =JSON.stringify({ field: variableName , title: variableName, align: 'center', valign: 'bottom', sortable: true, visible: true }) + ',' ; |
| //outgoing | |
| //07-14 23:57:20.874 9111-9111/tb360.com.healthhub D/MessageUploaderApp﹕ BR PhoneNumber nullState OFFHOOK | |
| //07-14 23:57:25.544 9111-9111/tb360.com.healthhub D/MessageUploaderApp﹕ BR PhoneNumber nullState IDLE | |
| //incoming , not attended , cut by receiver or dialer | |
| //07-15 00:22:32.924 9111-9111/tb360.com.healthhub D/MessageUploaderApp﹕ BR PhoneNumber +919535915747State RINGING | |
| //07-15 00:22:34.954 9111-9111/tb360.com.healthhub D/MessageUploaderApp﹕ BR PhoneNumber +919535915747State IDLE | |
| //incoming , attended ,cut by receiver or dialer | |
| //07-15 00:27:28.524 9111-9111/tb360.com.healthhub D/MessageUploaderApp﹕ BR PhoneNumber +919535915747State RINGING |
| if(line.indexOf('[') > 0 || line == ''){ | |
| line = ""; | |
| }else{ | |
| line = line.trimLeft().split(' ')[2]; | |
| line = "oldBook." + line + " = " + "book." + line; | |
| } |
| #show last commit | |
| git config --global alias.last 'log -1 HEAD' |
| #list all docker images currently available | |
| docker images | |
| #create a container to run a docker image | |
| #if not present,it tires to pull from dockerhub | |
| docker run hello-world | |
| #run docker in interactive mode with pseudo tty | |
| docker run -i -t ubuntu |
| 'use strict'; | |
| var uuid = require('node-uuid'); | |
| var url = require('url'); | |
| var actionMap = { | |
| 'register' : { | |
| allowedHttpMethod : 'POST', | |
| executor : register | |
| }, |
| #!/bin/bash -e | |
| BASE_DIR="$HOME/friendd" | |
| GO_WORKSPACE_NAME="go-workspace" | |
| GO_WORKSPACE_PATH="$BASE_DIR/$GO_WORKSPACE_NAME" | |
| GO_SRC_PATH="$GO_WORKSPACE_PATH/src/github.com/friendd" | |
| GO_PKG_PATH="$GO_WORKSPACE_PATH/pkg" | |
| GO_BIN_PATH="$GO_WORKSPACE_PATH/bin" | |
| mkdir $BASE_DIR |
I hereby claim:
To claim this, I am signing this object: