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
| commit ca9602f6cb31ade1e5f39592eba3b8b2c2031da5 | |
| Author: root <ip-10-148-129-34.ec2.internal> | |
| Date: Fri Jul 13 18:22:22 2018 +0200 | |
| evitar incializar el clasificador si no se va usar | |
| diff --git a/lib/classes/clasificador.rb b/lib/classes/clasificador.rb | |
| index bcd81c3..6ed6c1e 100644 | |
| --- a/lib/classes/clasificador.rb | |
| +++ b/lib/classes/clasificador.rb |
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
| 973 <YYYY> NLCA <NUM> | |
| 613 <YYYY> YKSC <NUM> | |
| 584 <YYYY> PESCTD <NUM> | |
| 320 <YYYY> NSFC <NUM> | |
| 221 <YYYY> PESCAD <NUM> | |
| 212 <YYYY> NSSF <NUM> | |
| 207 <YYYY> CF <NUM> | |
| 85 <YYYY> QBG <NUM> | |
| 40 <YYYY> YKSM <NUM> | |
| 36 <YYYY> CRM <NUM> |
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
| Code move event for unknown code: 0x183134773540 | |
| Code move event for unknown code: 0x183134774aa0 | |
| Code move event for unknown code: 0x183134776360 | |
| Code move event for unknown code: 0x183134791960 | |
| Code move event for unknown code: 0x1831347a3ac0 | |
| Code move event for unknown code: 0x1831347cf9a0 | |
| Code move event for unknown code: 0x1831347e0860 | |
| Code move event for unknown code: 0x1831348083e0 | |
| Code move event for unknown code: 0x1831346885c0 | |
| Code move event for unknown code: 0x1831346c6580 |
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
| Code move event for unknown code: 0xcc92ae534c0 | |
| Code move event for unknown code: 0xcc92ada41c0 | |
| Code move event for unknown code: 0xcc92bcfa3c0 | |
| Code move event for unknown code: 0xcc92b808280 | |
| Code move event for unknown code: 0xcc92be35400 | |
| Code move event for unknown code: 0xcc92beaec00 | |
| Code move event for unknown code: 0xcc92becb200 | |
| Code move event for unknown code: 0xcc92bfd1380 | |
| Code move event for unknown code: 0xcc92bdac660 | |
| Statistical profiling result from isolate-0x3a19cb0-v8.log, (120988 ticks, 10095 unaccounted, 0 excluded). |
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
| Code move event for unknown code: 0xcc92ae534c0 | |
| Statistical profiling result from isolate-0x3a19cb0-v8.log, (64856 ticks, 5511 unaccounted, 0 excluded). | |
| [Shared libraries]: | |
| ticks total nonlib name | |
| 2831 4.4% /lib/x86_64-linux-gnu/libpthread-2.23.so | |
| 1214 1.9% /lib/x86_64-linux-gnu/libc-2.23.so | |
| 388 0.6% [vdso] | |
| 20 0.0% /lib/x86_64-linux-gnu/libm-2.23.so | |
| 18 0.0% /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21 |
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
| Code move event for unknown code: 0x14d5a2b3b440 | |
| Code move event for unknown code: 0x14d5a2b721a0 | |
| Code move event for unknown code: 0x14d5a2b8e280 | |
| Code move event for unknown code: 0x14d5a2bc9d80 | |
| Code move event for unknown code: 0x14d5a2bcf0c0 | |
| Code move event for unknown code: 0x14d5a2bcff00 | |
| Code move event for unknown code: 0x14d5a2f5d7e0 | |
| Code move event for unknown code: 0x14d5a361e540 | |
| Code move event for unknown code: 0x14d5a36f8fc0 | |
| Code move event for unknown code: 0x14d5a3706000 |
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
| digraph G { | |
| node [colorscheme=accent5] | |
| "Record Store" [shape = "box3d", style="filled", fillcolor=1] | |
| "Features Store" [shape = "box3d", style="filled", fillcolor=1] | |
| "Events Store" [shape = "box3d", style="filled", fillcolor=1] | |
| "Models Store" [shape = "box3d", style="filled", fillcolor=2] | |
| "Inverted Index" [shape = "box3d", style="filled", fillcolor=3] |
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
| OpenSSL::SSL::VERIFY_PEER = OpenSSL::SSL::VERIFY_NONE # required or connection fails | |
| dynamo_db = AWS::DynamoDB.new( | |
| :access_key_id => AMAZON_ACCESS_KEY_ID, | |
| :secret_access_key => AMAZON_SECRET_ACCESS_KEY, | |
| :use_ssl => false) | |
| puts dynamo_db.config.use_ssl | |
| table = dynamo_db.tables["test_table"] |
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
| ######################################################## | |
| # BASE CONFIGURATION EZPROXY | |
| Option ProxyByHostname | |
| MaxLifetime 120 | |
| MaxSessions 500 | |
| MaxVirtualHosts 1000 | |
| Audit Most |
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
| curl -XPUT localhost:9200/_percolator/documents/myfilter -d '{ | |
| "title": "cisco", | |
| "query": { | |
| "query_string": { | |
| "query": "cisco" | |
| } | |
| } | |
| }' |
NewerOlder