Skip to content

Instantly share code, notes, and snippets.

View palicao's full-sized avatar
☠️
Computer exorcist

Alessandro Balasco palicao

☠️
Computer exorcist
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@palicao
palicao / readme.md
Created March 2, 2020 21:37 — forked from aymerick/readme.md
How to play neogeo games on your PSP FAT

How to play neogeo games on your PSP FAT

  1. Download the MVSPSP v2.3.1 (PSP Fat) emulator: http://www.gamergen.com/telecharger/mvspsp-v2-3-1-psp-fat-52301

  2. Unarchive and upload it into your PSP: /PSP/GAME/mvspsp

  3. Find a correct neogeo.zip file on the internet, then upload it into: /PSP/GAME/mvspsp/roms

  4. Upload .zip games roms into: /PSP/GAME/mvspsp/roms

@palicao
palicao / redis-delkeys.sh
Created August 22, 2016 16:30 — forked from jdp/redis-delkeys.sh
Delete keys matching a pattern from Redis
#!/bin/sh
#
# Usage: ./redis-delkeys.sh [-h host] [-p port] [-n db] pattern
#
# Matches keys with the KEYS command matching pattern
# and deletes them from the specified Redis DB.
set -e
HOST="localhost"
@palicao
palicao / gist:7643d51d4643ef3a8dea
Created January 23, 2016 14:25 — forked from discordier/gist:ed4b9cba14652e7212f5
options for phpStorm @noinspection annotation
javascript
ES6ValidationInspection
JSAccessibilityCheckInspection
JSBitwiseOperatorUsageInspection
JSCheckFunctionSignaturesInspection
JSClosureCompilerSyntaxInspection
JSCommentMatchesSignatureInspection
JSComparisonWithNaNInspection
JSConsecutiveCommasInArrayLiteralInspection