I hereby claim:
- I am zymsys on github.
- I am vicm (https://keybase.io/vicm) on keybase.
- I have a public key whose fingerprint is 46A0 F35E 028B 3130 3C52 63EF FA6F 2354 E070 12F5
To claim this, I am signing this object:
I had to run find to figure out where bz2.so was: | |
$ sudo find / -name bz2.so | |
... | |
Should turn something up - I hope. Change the eclipse path below to whatever you find. If you can't find anything you might have to install Zend Studio or figure out another source. Then from the PHP source folder: | |
$ ./configure --enable-mysqlnd --with-gd --enable-mbstring --with-bz2=/Applications/eclipse/plugins/org.zend.php.debug.debugger.macosx_5.3.7.v20091124/resources/php5/ext/ --with-zlib --with-curl --with-curlwrappers | |
$ make |
[ | |
{ | |
"name":"Tanner Young", | |
"phones":[ | |
{ | |
"name": "home", | |
"number": "1-802-826-8704" | |
}, | |
{ | |
"name": "fax", |
<?php | |
class Rectangle | |
{ | |
private $_width; | |
private $_height; | |
public function getWidth() | |
{ | |
return $this->_width; |
<?php | |
class FooControllerConventional | |
{ | |
function indexView() { | |
$model = new FooModel(); | |
$viewData = $model->fetchAll(); | |
$view = new FooView(); | |
$view->render($viewData); | |
} | |
} |
class TrafficLightDisplay | |
def showState(state) | |
puts state == :LIGHT_STATE_RED ? "* RED *" : " red" | |
puts state == :LIGHT_STATE_AMBER ? "* AMBER *" : " amber" | |
puts state == :LIGHT_STATE_GREEN ? "* GREEN *" : " green" | |
puts "---------" | |
end | |
end | |
class TrafficLight |
Template.leaderboard.events = { | |
'click input.inc': function () { | |
Players.update(Session.get("selected_player"), {$inc: {score: 5}}); | |
}, | |
'click #sort': function () { | |
Session.set("sort_by_name", !Session.get("sort_by_name")); | |
} | |
}; |
I'm trying to set up composer for a package I maintain called Zymurgy:CM, which is on github but not on packagist. I created a 'composer' branch which has the following composer.json file: | |
{ | |
"name": "zymurgy/zymurgy-cm", | |
"type": "library", | |
"description": "Zymurgy:CM Content Management", | |
"license":"MIT", | |
"authors": [ | |
{ | |
"name": "Vic Metcalfe", |
library multiplier_filter; | |
import 'package:angular/angular.dart'; | |
import '../recipe.dart'; | |
@NgFilter(name: 'multiplierfilter') | |
class MultiplierFilter { | |
call(recipeList, multiplier) { | |
if (recipeList is List && multiplier is int) { | |
var result = recipeList.map((recipe) { |
#Chrome | |
Version 32.0.1700.102 | |
Google Chrome is up to date. | |
Cache cleared | |
Results in the following error when form is submitted (matching email and a password were filled in). | |
The password I tried was from a password generator: webEkIjyiv - I'll select another when I really sign up. |
I hereby claim:
To claim this, I am signing this object: