Skip to content

Instantly share code, notes, and snippets.

View jcleveley-zz's full-sized avatar

John Cleveley jcleveley-zz

  • BuzzFeed
  • London
View GitHub Profile
http://ichef.sandbox.dev.bbc.co.uk/news/200/deltaorigin.bbc.co.uk/images/live/p0/2d/6h/p02d6h3j.jpg
http://ichef.sandbox.dev.bbc.co.uk/news/ws/999/amz/worldservice/test/assets/images/2014/02/20/140220143541_pitts_144x81_none_nocredit.jpg
http://ichef.sandbox.dev.bbc.co.uk/news/100/media/images/79171000/jpg/_79171473_79171472.jpg
http://ichef.sandbox.dev.bbc.co.uk/news/200/amz/cps/test/images/media/images/63443000/jpg/_63443281_test_image.jpg
http://ichef.sandbox.dev.bbc.co.uk/news/270/www.stage.bbc.co.uk/media/images/63731000/jpg/_63731540_triggle-464x261.jpg
http://ichef.sandbox.dev.bbc.co.uk/news/highquality/400/media/images/74555000/jpg/_74555451_star_wars_cast_976.jpg
http://ichef.sandbox.dev.bbc.co.uk/news/2048/media/images/79171000/jpg/_79171473_79171472.jpg
@jcleveley-zz
jcleveley-zz / gist:30816ba79127efd0de66
Created November 10, 2014 11:27
Kick calendar osx
~/Library/Preferences/com.apple.iCal.plist
~/Library/Calendars/Calendar\ Cache
var phantomas = require('phantomas');
var run;
var options = {
"reporter": "tap"
};
console.log('phantomas v%s loaded from %s', phantomas.version, phantomas.path);
run = phantomas('http://pal.live.bbc.co.uk/news', options);
// errors handling
<form method="post" action="http://www.bbc.co.uk/cgi-bin/cgiemail/news24/newswatch.txt" id="feedback-comment-form">
<fieldset>
<input name="email_subject" type="hidden" value="Website errors">
<input name="mailto" type="hidden" value="newsonline.errors@bbc.co.uk">
<input name="success" type="hidden" value="http://www.bbc.co.uk/news/21802237">
<p>
<label for="name">Name:</label>
<input name="email_name" type="text" id="name">
@jcleveley-zz
jcleveley-zz / gist:60c32a5ba3853c54240a
Created August 22, 2014 10:11
Vagrant CoreOS for Docker
Vagrant.configure('2') do |config|
config.vm.box = "coreos"
config.vm.box_url = "http://storage.core-os.net/coreos/amd64-generic/dev-channel/coreos_production_vagrant.box"
config.vm.network "private_network", ip: "172.12.8.150"
config.vm.synced_folder ".", "/home/core/share",
id: "core",
:nfs => true,
:mount_options => ['nolock,vers=3,udp']
end

Performance Hack - December 2013

Legacy of the hack

  • The majority of the hacks will be be made a reality
  • Pretty bad performance bug was found and fixed!
  • The Rashboard hack will help developer teams understand the real-time performance of the site
  • Everyone was excited about the potential of RUM data after James's talk
  • N&K data developers joined in and were keen to develop ideas useful to News
  • Great to see the unsurmountable stairs between floor 3/4 start to break down as everyone worked and chatted in the same space for 2 days
@jcleveley-zz
jcleveley-zz / dev_tools_osx.md
Last active December 12, 2015 10:39
Dev setup for osx
@jcleveley-zz
jcleveley-zz / bio.md
Last active December 12, 2015 03:28
Bio for conferences etc

John is Tech Lead at BBC News and currently migrating the News site to a dynamic platform. Concentrating on building features mobile first using responsive web design all the way up to desktop.

BBC News has a truly global audience, delivering some of the only unbiased journalism available in some parts of the world. This has reinforced his passion for device support and producing sites that absolutely fly.

Loves canoeing, ale and Radiohead - preferably all at the same time :) Find me here @jcleveley

Top 100 PHP libraries from packagist

  1. twig/twig - Twig, the flexible, fast, and secure template language for PHP - 279287
  2. symfony/symfony - The Symfony PHP framework - 230662
  3. doctrine/common - Common Library for Doctrine projects - 230352
  4. doctrine/dbal - Database Abstraction Layer - 217097
  5. monolog/monolog - Logging for PHP 5.3 - 197983
  6. doctrine/orm - Object-Relational-Mapper for PHP - 196816
  7. swiftmailer/swiftmailer - Swiftmailer, free feature-rich PHP mailer - 172086
  8. kriswallsmith/assetic - Asset Management for PHP - 165852
  9. [sensio/distribution-bundle](https://packagist.org/packages/sen