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
| {"device":"34:FA:9F:69:AA:C8","radio":"0","bssid":"34:FA:9F:69:AA:C8","dst":"FF:FF:FF:FF:FF:FF","channel":"11","state":"start","alarm_id":"1899","dos_count":"1000","inter_arrival":"10","originalMessage":"<134>1 1601838165.238801138 MR33_HK_LEE_GARDEN_1 events type=device_packet_flood packet='beacon' device='34:FA:9F:69:AA:C8' radio='0' bssid='34:FA:9F:69:AA:C8' dst='FF:FF:FF:FF:FF:FF' channel='11' state='start' alarm_id='1899' dos_count='1000' inter_arrival='10'","prival":134,"facilityID":16,"severityID":6,"facility":"local0","severity":"info","type":"RFC5424","host":"MR33_HK_LEE_GARDEN_1","appName":"events","pid":"type=device_packet_flood","msgID":"packet='beacon'","message":"device='34:FA:9F:69:AA:C8' radio='0' bssid='34:FA:9F:69:AA:C8' dst='FF:FF:FF:FF:FF:FF' channel='11' state='start' alarm_id='1899' dos_count='1000' inter_arrival='10'","timestamp":1601838165867} | |
| {"radio":"1","bssid":"32:8D:CB:84:6F:52","dst":"FF:FF:FF:FF:FF:FF","channel":"36","state":"start","alarm_id":"61135","dos_count":"2500","inter_a |
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
| { | |
| "demo": { | |
| "apigateway_description": "Boundless demo app", | |
| "aws_region": "eu-west-1", | |
| "callbacks": { | |
| "settings": "hooks.settings" | |
| }, | |
| "certificate_arn": "arn:aws:acm:us-east-1:942189704687:certificate/174ed8b4-5e11-4360-a85c-559cb8ba8377", | |
| "cloudwatch_data_trace": true, | |
| "cloudwatch_log_level": "INFO", |
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/folders/w9/7wbn209n4qn5tm46nxqkbjbw0000gn/T |
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
| { | |
| "id": 1, | |
| "organization": 1, | |
| "name": "base-template", | |
| "timezone": "America/Los_Angeles", | |
| "traffic_shaping_settings": { | |
| "rules": [ | |
| { | |
| "priority": "normal", | |
| "definitions": [ |
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
| { | |
| "id": 1, | |
| "organization": 1, | |
| "name": "base-template", | |
| "timezone": "America/Los_Angeles", | |
| "traffic_shaping_settings": { | |
| "rules": [ | |
| { | |
| "priority": "normal", | |
| "definitions": [ |
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
| Description: "\nCloudSpy CloudFormation Template: This installs the role and profile\ | |
| \ needed for CloudSpy to manage your backups\n" | |
| Parameters: | |
| CloudSpyTemplateId: | |
| Description: ID assigned by cloudspy for this template | |
| Type: String | |
| ExternalId: | |
| Description: Used to verify STS AssumeRole | |
| Type: String | |
| Resources: |
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
| root@voice:/usr/local/src/pyflac# make && make install | |
| swig -python -Wall flac/sw_metadata.i | |
| swig -python -Wall flac/decoder.i | |
| swig -python -Wall flac/encoder.i | |
| ./setup.py build | |
| running build | |
| running build_py | |
| creating build | |
| creating build/lib.linux-x86_64-2.7 | |
| creating build/lib.linux-x86_64-2.7/flac |
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
| #!/usr/bin/python | |
| import numpy as np | |
| a = [[1, 1, 1], [2, 2, 2], [3, 3, 3]] | |
| b = [[1, 1, 1], [2, 2, 2], [3, 3, 3]] | |
| A = np.array(a) | |
| B = np.array(b) | |
| # i |
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
| # Edit this Gemfile to bundle your application's dependencies. | |
| source 'http://rubygems.org' | |
| gem 'rails', '3.0.9' #, :git => 'git://github.com/rails/rails.git' | |
| gem 'rake', '0.8.7' | |
| gem "haml-rails" | |
| gem "jquery-rails" | |
| # Sends notifications of errors on Production app | |
| gem "hoptoad_notifier" | |
| # asset packaging | |
| gem "jammit" |
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
| allow_debugging: on | |
| package_assets: on | |
| compress_assets: off | |
| gzip_assets: off | |
| javascripts: | |
| app: | |
| - public/javascripts/*.js | |
| - public/javascripts/**/*.js |