Skip to content

Instantly share code, notes, and snippets.

View luizsaluti's full-sized avatar

luizsaluti

  • Rio de Janeiro, Brasil
View GitHub Profile
########################
########################
########################
# PLEASE READ THIS
# A newer and improved version of this filter was developed by WhiteMagic grab it at
# https://www.dropbox.com/s/2kdmku7tznbj42r/average_filter.py?dl=0
import math
import time
@luizsaluti
luizsaluti / .gitignore
Created June 26, 2020 02:30
.gitignore useful entries - caminhos comuns a serem ignorados no git
######################
# Project Specific
######################
/build/www/**
/src/test/javascript/coverage/
/src/test/javascript/PhantomJS*/
######################
# Node
######################
<launch.json>
{
"type": "chrome",
"request": "launch",
"name": "vuejs: chrome",
"url": "http://localhost:8000",
"webRoot": "${workspaceFolder}/public",
"sourceMapPathOverrides": {
"webpack:///resources/assets/js/*.vue": "${workspaceFolder}/resources/assets/js/*.vue",
@luizsaluti
luizsaluti / regex search
Last active September 15, 2023 14:13
Search 2 string patterns within same line
@luizsaluti
luizsaluti / gist:9ed17f70619d3ad1f0075d6e6b9c3634
Created April 25, 2024 18:57
PID de processo pela porta no windows
netstat -a -n -o | find "8080"
@luizsaluti
luizsaluti / gist:4b92f1be5a708cc32ca79d2585e5d12b
Created May 29, 2024 14:19
Test port connection without telnet
curl -v telnet://IP:PORT