Skip to content

Instantly share code, notes, and snippets.

View rjfv's full-sized avatar

Ricardo Vitorino rjfv

View GitHub Profile
@rjfv
rjfv / factual_taxonomy.json
Last active December 18, 2015 23:19
Ficheiro JSON com as várias categorias de POI (Pontos de Interesse) utilizadas pelo sistema Factual.com, incluindo as traduções para Português. JSON file with POIs' (Points of Interest) categories used by the Factual.com system, including translations to Portuguese
{
"1": {
"labels": {
"de": "Factual Orte",
"es": "Lugares Factual",
"en": "Factual Places",
"fr": "Endroits de Factual",
"it": "Luoghi Factual",
"jp": "Factual 場所",
"kr": "Factual 장소",
@rjfv
rjfv / ClearFlash.applescript
Last active December 14, 2015 03:19
Applescript to remove Flash Cookies from Mac OS X. Tested on Mountain Lion.
if button returned of (display dialog "Remove all Flash cookies?" buttons {"No", "Yes"} default button 2) is "Yes" then
-- Get current user's name
tell application "System Events"
set currentUser to (name of current user)
end tell
tell application "Finder"
--flashFolder = "~/Library/Preferences/Macromedia/Flash Player/"
set flashFolder to folder "Flash Player" of folder "Macromedia" of folder "Preferences" of folder "Library" of folder currentUser of folder "Users" of startup disk
try --Move every item in "#SharedObjects" and in "macromedia.com/support/flashplayer/sys" to Trash
delete (every item of folder "#SharedObjects" of flashFolder)
{
"swaggerVersion": "1.1",
"apis": [
{
"operations": [
{
"httpMethod": "GET",
"errorResponses": [
{
"reason": "Invalid parameters",