- one
- two
- three
- four
- seven
- eight
- nine
- ten
- five
- three
- six
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
<?php | |
ini_set("memory_limit", -1); | |
$count = 100000; | |
$optimize = 0; | |
$dict = ["user_id", "name", "email", "login", "password", "social", "enabled", "date", "created", "modified"]; | |
class Dict { | |
public static $hash = []; | |
} |
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
0eNrtnc9uXMl1xl+F4Jqt1P+6V2+QTbzKKjAGlNTWNEw2CbI18MAgIE8w8GIWAzuBF4kBx6tkE0CYiTD2TKS8wu03SpNsipdU1T3fV7cKdpDZ6A+l/rqq7q0659Q5v6pfHj47ebU8v1itN588Ozv7+eHTX97/5PLw6T+M/nr9b6vnZ+vbH1+uXq6PT65/tvn8fHn49HC1WZ4eHh2uj0+v/3ZxvDo5vDo6XK1fLH9x+FRfHSU+8tnqYvNq95MPn7r9H4ufjD7prn56dLhcb1ab1fL2m2/+8vkn61enz5YXO+kPn37+6uKz5YvFzVcfHZ6fXe4+c7a+/r6dzsIeHX6++037nfaL1cXy+e0/+uuWPZI0mGRG0SUU7QfFZ6uXi+XJ7v9erJ4vzs9Olh/rqg+6CSV3P1inxycni5Pj0/OExBO/F7FPkjL+wZNa7B/Nx6P2UOhBP01CNty3brMTfvnpJvc4wl5WPRSNCdEIPuG7luqHkiEh2dHtNA9FbUK0R0VVWjM1oFphnc/0PdVMrdF2ZvqemjLasKKPHrxOiVr4MXW3qp38NmnHij5uanJQPaqaEU0OaiBFO2BMI9x9vX9PAzCoHThHr1++a00PtLSnW9rJD8ooVDUjmjQYoBG6731KxLAtC/IgGos+mP0KYuU1yeAz6HpZSLQ0+WDgGZQRTT6YAD6YdO9Tr7qJjC2/G1eVfOIdZMxvbO9t+1TampseNOcflDJCVrGPNtkxq3l/Jy1kyJcirWKhcRYHxzG9mnrwFnS/Hj542csM3GS38qy0kVvYkVZ21GIJ+Ou2p2a5lf1DR88DYC12mnyZAcPrDGskgVXTWVYUcDycI80b4Ms5T2oCdsgF0j8E/AMXSU3EO3YdFRc9Dg2S49kz0cZjxZSv4BXnwiLxoNecJuAVekMGhIj77i0rauSn7h0XaD3WTA6oJzWBgMgHal8mvdnhIxdSIxG175jdHQ0EKr7H3Li7vZTcnkxQvNeUHregMf/iQYseGcWfHt1u6T0d7QAeHZ4 |
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
export VAR1="one" VAR2="two" VAR3="three" | |
envsubst '$VAR1,$VAR2,$VAR3' <source.conf >destination.conf | |
# or | |
envsubst '$VAR1 $VAR2 $VAR3' <source.conf >destination.conf | |
# or | |
envsubst '${VAR1} ${VAR2} ${VAR3}' <source.conf >destination.conf |
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
<?php | |
$template_dir = "/path/to/templates"; | |
$compile_dir = "/path/to/compiles"; | |
$options = []; | |
// Вариант 1. Если у вас уже есть свой класс, расширяющий Fenom. | |
class Templater extends Fenom { | |
use Fenom\Storage; | |
} |
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
function my_object() { | |
// конструктор | |
} | |
my_object.prototype = { | |
prop1: 1, | |
prop2: 2, | |
// ... прочие свойства | |
method1: function () { |
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
/data/www/redmine/.rvm/gems/ruby-2.2.4/gems/actionpack-4.2.5.2/lib/action_controller/metal/strong_parameters.rb:462:in `convert_value_to_parameters' | |
/data/www/redmine/.rvm/gems/ruby-2.2.4/gems/actionpack-4.2.5.2/lib/action_controller/metal/strong_parameters.rb:456:in `convert_hashes_to_parameters' | |
/data/www/redmine/.rvm/gems/ruby-2.2.4/gems/actionpack-4.2.5.2/lib/action_controller/metal/strong_parameters.rb:351:in `[]' | |
/data/www/redmine/plugins/extra_queries/lib/extra_queries/field_format_record_list_patch.rb:13:in `query_filter_values_with_eq' | |
/data/www/redmine/plugins/extra_queries/lib/extra_queries/field_format_record_list_patch.rb:44:in `query_filter_values_with_eq' | |
/data/www/redmine/plugins/extra_queries/lib/extra_queries/field_format_record_list_patch.rb:44:in `query_filter_values_with_eq' | |
/data/www/redmine/plugins/extra_queries/lib/extra_queries/field_format_record_list_patch.rb:44:in `query_filter_values_with_eq' | |
/data/www/redmine/plugins/extra_queries/lib/extra_queries/field_format_record_list_patch |
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
/data/www/redmine/app/models/setting.rb:226:in `plugin_extra_queries' | |
/data/www/redmine/plugins/extra_queries/lib/extra_queries/field_format_record_list_patch.rb:13:in `query_filter_values_with_eq' | |
/data/www/redmine/plugins/extra_queries/lib/extra_queries/field_format_record_list_patch.rb:44:in `query_filter_values_with_eq' | |
/data/www/redmine/plugins/extra_queries/lib/extra_queries/field_format_record_list_patch.rb:44:in `query_filter_values_with_eq' | |
/data/www/redmine/plugins/extra_queries/lib/extra_queries/field_format_record_list_patch.rb:44:in `query_filter_values_with_eq' | |
/data/www/redmine/plugins/extra_queries/lib/extra_queries/field_format_record_list_patch.rb:44:in `query_filter_values_with_eq' | |
/data/www/redmine/plugins/extra_queries/lib/extra_queries/field_format_record_list_patch.rb:44:in `query_filter_values_with_eq' | |
/data/www/redmine/plugins/extra_queries/lib/extra_queries/field_format_record_list_patch.rb:44:in `query_filter_values_with_eq' | |
/data/www/redmine/plugins/extra_queries/lib/extra_queries/ |
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
Enter a size of array: | |
11 | |
Enter array: | |
10 8 -4 3 0 -7 4 2 5 0 1 | |
Result: | |
33.000000 -320.000000 | |
10.00 8.00 5.00 4.00 3.00 2.00 1.00 0.00 0.00 -4.00 -7.00 |
NewerOlder