Skip to content

Instantly share code, notes, and snippets.

View lgallindo's full-sized avatar

Lucas Gallindo lgallindo

  • Pernambuco Federal University
  • Recife - PE, Brazil
View GitHub Profile
@lgallindo
lgallindo / .gitignore
Created May 27, 2016 17:34 — forked from kogakure/.gitignore
Git: .gitignore file for LaTeX projects
*.aux
*.glo
*.idx
*.log
*.toc
*.ist
*.acn
*.acr
*.alg
*.bbl
@lgallindo
lgallindo / client.py
Created October 28, 2022 18:00 — forked from kylehounslow/client.py
Send and receive images using Flask, Numpy and OpenCV
from __future__ import print_function
import requests
import json
import cv2
addr = 'http://localhost:5000'
test_url = addr + '/api/test'
# prepare headers for http request
content_type = 'image/jpeg'
@lgallindo
lgallindo / iFetch
Created December 20, 2022 18:29 — forked from ParallaxWave/iFetch
A simple sysfetch tool
#!/bin/bash
os=$(tail -n 1 /etc/lsb-release | sed s/DISTRIB_DESCRIPTION=//g | sed s/\"//g)
arch=$(uname -m)
editor=$EDITOR
shell=$SHELL
wm=$(wmctrl -m | head - -n 1 | sed s/Name\:\ //g)
txtred='\e[0;31m' # Red
txtgrn='\e[0;32m' # Green
@lgallindo
lgallindo / README.md
Created January 25, 2023 18:39 — forked from ablakely/README.md
i3wm theme: Vaporwave

i3wm theme: Vaporwave

screenshot


Written by Aaron Blakely