$css = preg_replace('/\s\s+/', '', preg_replace('@/\\*([\\s\\S]*?)\\*/@','',$css));
PHP Remove Whitespace & Com...
by https://www.google.com/accounts/o8/id?id=AItOawlfLKQUOxClQ5HmGAqM_lnwQLGwjnkD4TI,
January 06, 2011 20:34,
4 refactorings, tagged with speed, php, regex
function _initCountUpUsers()
{
var totalUsers = $('#totalUsers');
...
JavaScript Javascript Loop Refactor
by https://www.google.com/accounts/o8/id?id=AItOawlfLKQUOxClQ5HmGAqM_lnwQLGwjnkD4TI,
August 02, 2010 15:34,
1 refactoring, tagged with javascript loops
This js will take a value, ...
I'm wondering if this is th...