export TRELLO_TOKEN='<your trello token>' # found in web cookie
export TRELLO_DONE_ID='<the trello internal id of the "Done" list>'
curl -H "Cookie: token=$TRELLO_TOKEN;" -sL trello.com/b/2NFnHkvl.json \
| ./plot.sh 2018-06-01 2018-11-01 true | ./burndown.r "$(date --iso -d '+2 year')" && xdg-open burndown.svg
const puppeteer = require('puppeteer'); | |
async function visit(breadcrumb, allowed, denied, visited, browser, url) { | |
if (visited.has(url)) { | |
console.log(`already visited ${url}`); | |
return; | |
} | |
if (denied.some(regex => regex.test(url))) { | |
console.log(`denied ${url}`); | |
return; |
<?php | |
namespace PhpSpec\Iterator; | |
use PhpSpec\Wrapper\Collaborator as Base; | |
use Prophecy\Prophecy\ObjectProphecy; | |
use Prophecy\Promise\ReturnPromise; | |
class Collaborator extends Base | |
{ |
-
Clone the base repository into
oro-platform
directory:git clone [email protected]:lolautruche/platform.git oro-platform git remote add upstream [email protected]:orocrm/platform.git git config branch.master.remote upstream
-
Run the 2 shell scripts,
split_oro_config_component.sh
andsplit_oro_distribution_bundle.sh
// An example controller binded to the form | |
function FormCntl($scope, $compile) { | |
// Consider using FosJsRouting bundle, if you want to use a Symfony2 route | |
$scope.formUrl = "http://url-to-fetch-my-form"; | |
// Data from the form will be binded here | |
$scope.data = {}; | |
// Method called when submitting the form | |
$scope.submit = function() { |
using UnityEngine; | |
using System.Collections; | |
public class CameraShake : MonoBehaviour | |
{ | |
// Transform of the camera to shake. Grabs the gameObject's transform | |
// if null. | |
public Transform camTransform; | |
// How long the object should shake for. |
I was at Amazon for about six and a half years, and now I've been at Google for that long. One thing that struck me immediately about the two companies -- an impression that has been reinforced almost daily -- is that Amazon does everything wrong, and Google does everything right. Sure, it's a sweeping generalization, but a surprisingly accurate one. It's pretty crazy. There are probably a hundred or even two hundred different ways you can compare the two companies, and Google is superior in all but three of them, if I recall correctly. I actually did a spreadsheet at one point but Legal wouldn't let me show it to anyone, even though recruiting loved it.
I mean, just to give you a very brief taste: Amazon's recruiting process is fundamentally flawed by having teams hire for themselves, so their hiring bar is incredibly inconsistent across teams, despite various efforts they've made to level it out. And their operations are a mess; they don't real