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
CMD=$1; | |
if [[ `id -u` = 0 ]]; then | |
echo "You mustn't be root when executing this script"; | |
exit; | |
fi | |
function usage { | |
echo "Usage: $(basename $0) COMMAND | |
COMMANDS: |
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
*.swo | |
*.swp | |
*.kpf | |
*.nfs* | |
.cache | |
.project | |
.settings | |
Thumbs.db | |
.DS_Store | |
.buildpath |
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 REPORT==== 31-Mar-2015::15:21:39 === | |
** Generic server <0.156.0> terminating | |
** Last message in was {roll,500,170} | |
** When Server state == #{'__struct__' => 'Elixir.Sphero.Client.State', | |
device => <0.157.0>, | |
seq => 0} | |
** Reason for termination == | |
** {badarg,[{erlang,apply, | |
[#{'__struct__' => 'Elixir.Sphero.Client.State', | |
device => <0.157.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
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<profiles> | |
<profile name="psr-0"> | |
<setting id="com.zend.php.core.formatter.insert_new_line_in_function_invoke" value="3"/> | |
<setting id="com.zend.php.formatter.core.formatter.alignment_for_arguments_in_allocation_expression_force_split" value="false"/> | |
<setting id="com.zend.php.formatter.core.formatter.alignment_for_arguments_in_allocation_expression_indent_policy" value="0"/> | |
<setting id="com.zend.php.formatter.core.formatter.alignment_for_arguments_in_allocation_expression_line_wrap_policy" value="0"/> | |
<setting id="com.zend.php.formatter.core.formatter.alignment_for_arguments_in_method_invocation_force_split" value="false"/> | |
<setting id="com.zend.php.formatter.core.formatter.alignment_for_arguments_in_method_invocation_indent_policy" value="0"/> | |
<setting id="com.zend.php.formatter.core.formatter.alignment_for_arguments_in_method_invocation_line_wrap_policy" value="0"/> |