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
Filling cache tables... | |
This may take a long time depending on size of data | |
... members | |
Flushing members | |
Processing 8188 records | |
Cache tables filled | |
Flushing old indexes | |
Indexer starting... | |
This may take a long time depending on size of data | |
Sphinx 2.0.6-id64-release (r3473) |
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
[vagrant@vagrant-centos-6 vagrant]$ rake sphinx:index | |
Booting asw-api in development environment | |
Braintree transactions will run in sandbox mode | |
Skipping migrations check - have you remembered to run migrations recently? | |
PayPal transactions will run in sandbox mode | |
Pensio transactions will run in sandbox mode | |
Setting Resque to use Redis server at localhost:6379 | |
[deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to skip validation of your locale you can set I18n.enforce_available_locales = false to avoid this message. | |
Permission denied @ rb_sysopen - /var/spool/cron/vagrant |
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
Trying to implement is_helix? | |
input: GVGTVPMTDY | |
expected output: _____hh___ | |
* Like this? | |
input expected output | |
GVGTV => 0 | |
VGTVP => 0 | |
GTVPM => 0 |
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
port = new Airport(1); | |
port = new Airport("/custom/path.xml"); | |
port.save(); | |
port.save("/custom/path.xml") | |
private XMLHandler handler; | |
public Airport() { | |
this(240, 50, 300, "Heathrow"); | |
handler = new XMLHandler(); |
NewerOlder