Installing rabbitmq: https://bugzilla.mozilla.org/show_bug.cgi?id=561459#c0
$ rabbitmq-server +---+ +---+ | | | | | | | |
$ rabbitmq-server +---+ +---+ | | | | | | | |
<?php | |
/** | |
* array Util class | |
*/ | |
class Arr { | |
/** | |
* $array Can be either an Array or the string output of | |
* print_r($array, true); | |
*/ | |
public static function print_php($array) { |
#!/bin/bash | |
php52_so_path="/usr/local/php5/lib/libphp5.so" | |
# /usr/libexec/apache2/libphp5.so will be copied to | |
# $php53_so_path if $php53_so_path does not exist | |
php53_so_path="/usr/libexec/apache2/libphp5.so.apple" | |
# where apache thinks the php .so file is | |
apache_conf_php_so_path="/usr/libexec/apache2/libphp5.so" | |
switch_to_php=$php52_so_path |
brew install -v --HEAD fishfish | |
vi ~/.config/fish/config.fish | |
# and add this: http://notsnippets.tumblr.com/post/894091013/fish-function-of-the-day-prompt-with-git-branch | |
# then type fish and have fun. |
/* | |
Sample output: | |
> gradle test ruby-1.9.3-p194 testing_with_gradle 9179829 ✗ | |
... | |
:test | |
Results: SUCCESS (84 tests, 74 successes, 0 failures, 10 skipped) | |
*/ | |
test { | |
testLogging { |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
## For a beginner-friendly version of the following (more advanced users likely will get better use of the below, | |
## if you're just starting out...), see this new gist: | |
## https://gist.github.com/WolfgangSenff/0a9c1d800db42a9a9441b2d0288ed0fd | |
This document represents the beginning of an upgrade or migration document for GDScript 2.0 and Godot 4.0. I'm focusing on 2D | |
at the moment as I'm upgrading a 2D game, but will hopefully have more to add for 3D afterward. | |
## If you want more content like this, please help fund my cat's medical bills at https://ko-fi.com/kyleszklenski - thank you very much! On to the migration guide. |
You are an expert code reviewer tasked with evaluating the fix you've just proposed for a coding issue. Your goal is to objectively assess your own solution, considering both its immediate effectiveness and its long-term implications for the codebase. Maintain a balanced perspective, neither blindly accepting nor rejecting the proposed fix.
You have already proposed an initial fix based on this context. Your task now is to critically evaluate this fix. Follow these steps: