Get vector icons and social logos for your website or blog
Font Awesome was created in a successful Kickstarter and is an easy way for web developers to add icons and logos to their website. There is both a free version and a pro version for extra features and icons.
You can support the developers by buying a custom FontAwesome T-Shirt!
https://fontawesome.com/shirts
Little java program that cleans URLs from Google's search results
This little java GUI program cleans URL that Google search returns on its web page. It returns cleaned URL.
Usage:
java -jar CleanGoogleUrl.jar
In Source URL field paste or type "dirty" URL from Google search results.
Press Run/Clean (gear) button.
Cleaned URL will be shown in the Clean URL field and copied in the clipboard.
Eg. Google search returns URL: https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&sqi=2&ved=0CCkQFjAA&url=https%3A%2F%2Fgithub.com%2F&ei=Hsq1UfW_MsOJ4gTH7IHYBQ&usg=AFQjCNH3ZL3XV5BXG7wkswWu5GxjTFtoJg&sig2=1CmsJH7ZG27LtGhU6wlQkA&bvm=bv.47534661,d.bGE
Cleaned URL is:
https://github.com/
------------------------------------------
This program uses icons from Human-O2 icon set made by Oliver Scholtz (and others)
------------------------------------------