Ideas
…Some resources which already exist: http://www.mc-computing.com/Languages/ http://www.php2python.com/ – This is exactly what I want, but for more languages PHPJS – Also very similar, though perhaps more specific than I’d like….
…Some resources which already exist: http://www.mc-computing.com/Languages/ http://www.php2python.com/ – This is exactly what I want, but for more languages PHPJS – Also very similar, though perhaps more specific than I’d like….
…address the objection can’t be used). You can only object on certain grounds, use this easy guide to see what you can object based on. You don’t need to write…
…Indian food!) and general chilling out. It was a day of frustration, excitement, anxiety, sun, uncertainty and good company. A good, good day π What did you say those trees…
hey, I can’t remember what I said last time, but I’m here on a farm in [[Rosh Pina]] – making bread, keeping the garden tidy and being the IT/Electrician guy!…
I don’t like Amazon (though hive.co.uk is an ethical alternative for books and music), so here’s my equivalent of their super wish list feature π I also believe that gifts…
…shirts, boots or other clothes. Not into Football? If your wardrobe, like mine, isn’t packed full of old football stuff it would also be really useful for me to take…
…functional and as useful as the day the bread was baked. MyDefrag was maintained for years as an excellent, free defragger. It’s essentially feature complete and just kept on ticking,…
tldr; Recognise the dangers of using your computer, avoid RSIs because they’re very hard to treat. Make time in your daily routine, because it’ll save you lots of time (and…
…I’d used a network drive on one machine, they left me with “we don’t support network drives” regardless of my other machine having the same problem without the network drive….
…/cache/100/200/subdir/file.jpg /cache/100/200/another-subdir/file.jpg $router->addRoute(‘file_resized_thumbnail’, new Zend_Controller_Router_Route_Regex( ‘cache/([0-9]*)/([0-9]*)(.*/?)/([^/]*?)’, array( ‘controller’ => ‘files’, ‘action’ => ‘thumb’, ), array( 1 => ‘width’, 2 => ‘height’, 3 => ‘subdir’, 4 => ‘file’ ), ‘/cache/%d/%d/%s/%s’ ));…