Skip to content

Instantly share code, notes, and snippets.

@jcleveley-zz
jcleveley-zz / 1-developer.md
Last active September 27, 2015 22:48
Job Requirements

Developer

Context

BBC News is one of the most popular sites in the UK and is trusted worldwide to deliver quality journalism across multiple devices.

Since the launch of the new responsive News site for Mobile, which redefined what's possible with Responsive Web Design, we are now focussed on rolling this approach out to tablet and desktop and across the 30 languages the BBC produces news in. You will be helping to deliver some of the only unbiased journalism available in some parts of the world.

We're based in the centre of London in Broadcasting House, a brand new building which provides a great working environment and houses the largest News Room in Europe. You will be working right next to journalists giving you direct feedback from users.

@Crystalh
Crystalh / Meta merge & script proposal.md
Last active December 19, 2015 08:39
Proposal for a script to merge regional meta and to manage CRUD functions for future components meta. Removes the need for any hand-editing of master meta file.

Requirements & Features

  • provide a metadata template which meta producers must follow
  • easy to update: update entire components or specific properties of a component
  • There is a set of generic meta for each region. New meta should ONLY include unique keys/properties. i.e.
  • Radio has generic key of name, and unique keys of radio URL & sid. So meta producer would only provide URL & sid.
  • namespace properties of a particular component, i.e.: weatherLocations, radioSid, radioUrl, sportTeams, travelSearchTerm
  • Region URL is the key for each node
  • script WILL NOT modify metadata provided. Must be in correct format.
  • script can be provided either json or yaml, outputs TBC
@zeroDivisible
zeroDivisible / gist:5936526
Last active January 28, 2025 12:09
Learning Japanease, taken from http://pastebin.com/w0gRFM0c
Resources marked with > are used, have been used, or are actively advocated in the threads. This applies for everything in the [Necessities] section.
[Necessities]
Hiragana & Katakana: http://www.realkana.com/
Kanji: http://kanjidamage.com/
Japanese IME: http://www.google.com/intl/ja/ime/
Anki Flashcards: http://ankisrs.net/
Genki (↓Bottom↓)
Tae Kim Japanese: http://www.guidetojapanese.org/learn/grammar
@kwn
kwn / xdebug.ini
Last active November 11, 2021 10:18
Xdebug config with autostart
zend_extension=xdebug.so
xdebug.default_enable = 1
xdebug.cli_color = 1
xdebug.overload_var_dump = 1
xdebug.var_display_max_children = -1
xdebug.var_display_max_data = 4096
xdebug.var_display_max_depth = 10
xdebug.max_nesting_level = 250
xdebug.remote_enable = 1