This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error: makeRequest - url=https://page-buider/queues/ status=200 | |
{ | |
_id: 5aac0de33d8848b755f7ee7f, | |
type: 'page', | |
name: 'case', | |
title: 'Case Management', | |
queue: 'cases', | |
allowedGroups: | |
[ 'Cognito_Admin', | |
'Cognito_CSStaff', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"OrderId": { | |
"value": "17083553", | |
"updated": false, | |
"destination": "PRW" | |
}, | |
"OrderDate": { | |
"value": "2017-08-22T11:22:00", | |
"updated": false, | |
"destination": "PRW" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feb 14 15:51:24 services-qa-03.amdx.local npm[22456]: { OrderId: '18020841', | |
Feb 14 15:51:24 services-qa-03.amdx.local npm[22456]: OrderDate: '2018-02-09T17:28:00', | |
Feb 14 15:51:24 services-qa-03.amdx.local npm[22456]: AssessionerLastName: 'Jobe', | |
Feb 14 15:51:24 services-qa-03.amdx.local npm[22456]: AssessionerFirstName: 'Kelly', | |
Feb 14 15:51:24 services-qa-03.amdx.local npm[22456]: ReceivedDateTime: '2018-02-06T17:26:00', | |
Feb 14 15:51:24 services-qa-03.amdx.local npm[22456]: CollectionDateTime: '2018-02-05T15:00:00', | |
Feb 14 15:51:24 services-qa-03.amdx.local npm[22456]: CopiaOrderStatus: 10, | |
Feb 14 15:51:24 services-qa-03.amdx.local npm[22456]: ConcatenatedSamples: '764824', | |
Feb 14 15:51:24 services-qa-03.amdx.local npm[22456]: Patient: | |
Feb 14 15:51:24 services-qa-03.amdx.local npm[22456]: { PatientKey: 256706, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="https://www.placetopay.com/soap/pse/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"> | |
<env:Body> | |
<tns:createTransaction> | |
<auth> | |
<login>b72db1f1cf38b6df86e8ce1e74844b6c</login> | |
<tranKey>a301cd91fd336b9f10eea76b16865a5b40fad22f</tranKey> | |
<seed>2016-07-04T09:48:07-03:00</seed> | |
<additional/> | |
</auth> | |
<transaction> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Criação do country | |
Country.find_or_create_by(name: 'Colombia', acronym: 'CO', url: 'http://corporate-pass.smartfit.com.co') | |
# Criação das Unidades | |
Location.create(name: 'Unidade Cartagena', acronym: 'COUC', base_url: 'http://corporate-pass.smartfit.com.co', group_id: 1, country: Country.find_by(acronym: 'CO')) | |
Location.create(name: 'Unidade Bogotá', acronym: 'COBG', base_url: 'http://corporate-pass.smartfit.com.co', group_id: 1, country: Country.find_by(acronym: 'CO')) | |
Location.create(name: 'Unidade Medelín', acronym: 'COML', base_url: 'http://corporate-pass.smartfit.com.co', group_id: 1, country: Country.find_by(acronym: 'CO')) | |
Location.create(name: 'Unidade Barranquilla', acronym: 'COBR', base_url: 'http://corporate-pass.smartfit.com.co', group_id: 1, country: Country.find_by(acronym: 'CO')) | |
# Criação dos Planos |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.directive('nsSort', function() { | |
return { | |
restrict : 'A', | |
require: '^stTable', | |
link : function(scope, element, attr, ctrl) { | |
var index = 0; | |
var sortDesc = [,'DESC','ASC']; | |
var classAscent = 'ns-sort-ascent'; | |
var classDescent = 'ns-sort-descent'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- (void)loginViewFetchedUserInfo:(FBLoginView *)loginView | |
user:(id<FBGraphUser>)user { | |
NSString *fbAccessToken = [FBSession activeSession].accessTokenData.accessToken; | |
NSLog(@"Token is %@", fbAccessToken); | |
DataManager *dataManager = [[DataManager alloc] init]; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var AWS = require('aws-sdk'); | |
AWS.config.loadFromPath('./aws.json'); | |
console.log('KEY: '+ process.env.AWS_SECRET_ACCESS_KEY); | |
console.log('ACCESS: '+ process.env.AWS_ACCESS_KEY_ID); | |
var s3 = new AWS.S3(); | |
s3.listBuckets(function(err, data) { | |
for (var index in data.Buckets) { | |
var bucket = data.Buckets[index]; | |
console.log("Bucket: ", bucket.Name, ' : ', bucket.CreationDate); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
#energia.sh - Retorna o status de energia e bateria. | |
# | |
# Blog: rafaeliguatemy.blogspot.com | |
# Autor: Rafael Iguatemy dos Santos <[email protected]> | |
# Manutencao: Rafael Iguatemy dos Santos | |
# | |
#------------------------------------------------------------------------ | |
# Esse programa mostra o status de energia, mostrado no shell. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2013/07/30 13:40:08 [error] 3343#0: *247 upstream prematurely closed connection while reading response header from upstream, client: 192.241.195.20, server: store.vinioliveira.com, request: "GET /admin HTTP/1.1", upstream: "http://unix:/tmp/store.unicorn.sock:/admin", host: "store.vinioliveira.com" | |
2013/07/30 13:40:19 [error] 3343#0: *247 upstream prematurely closed connection while reading response header from upstream, client: 192.241.195.20, server: store.vinioliveira.com, request: "GET /admin HTTP/1.1", upstream: "http://unix:/tmp/store.unicorn.sock:/admin", host: "store.vinioliveira.com" | |
2013/07/30 13:44:57 [error] 3343#0: *250 upstream prematurely closed connection while reading response header from upstream, client: 192.241.195.20, server: store.vinioliveira.com, request: "GET /admin/general_settings/edit HTTP/1.1", upstream: "http://unix:/tmp/store.unicorn.sock:/admin/general_settings/edit", host: "store.vinioliveira.com" | |
2013/07/30 13:45:09 [error] 3343#0: *250 upstream prematurely closed connection |
NewerOlder