Skip to content

Instantly share code, notes, and snippets.

// http://www.behindthename.com/names/gender/masculine/usage/georgian
$('.browsename').find('a:not([class]):not([href=""])').get().map(function(e) {
return $(e).attr('href');
}).map(function (url) {
$.ajax({
url:url,
dataType:'html',
success: function (data) {
$element = $(data).find('a.trn');
$elements = $element.get().filter(function(e) {
<?php
/**
* Class used for resampling images
*/
class Resampler
{
/**
* Resample an image
*