Skip to content

Instantly share code, notes, and snippets.

View arthurd2's full-sized avatar

Guilherme arthurd2

  • UFSC
  • Florianopolis - SC - Brazil
View GitHub Profile
@angipp01
angipp01 / Garage door LCD status.ino
Last active October 21, 2020 03:45
Garage door openers with LCD & LED status.
/*************************************************************
Download latest Blynk library here:
https://github.com/blynkkk/blynk-library/releases/latest
Blynk is a platform with iOS and Android apps to control
Arduino, Raspberry Pi and the likes over the Internet.
You can easily build graphic interfaces for all your
projects by simply dragging and dropping widgets.
Blynk library is licensed under MIT license
@h4t0n
h4t0n / gmaps_hashtag.ipynb
Last active December 17, 2019 00:42
gmaps hashtag jupyter
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@fxkraus
fxkraus / debian-install-megacli.md
Last active May 24, 2025 00:13
Install LSI MegaCli .deb package on Debian/Ubuntu

download

wget https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/8-07-14_MegaCLI.zip

unzip

unzip 8-07-14_MegaCLI.zip
@morhekil
morhekil / nginx.conf
Created August 14, 2014 12:18
Full request/response body logging in nginx
http {
log_format bodylog '$remote_addr - $remote_user [$time_local] '
'"$request" $status $body_bytes_sent '
'"$http_referer" "$http_user_agent" $request_time '
'<"$request_body" >"$resp_body"';
lua_need_request_body on;
set $resp_body "";
body_filter_by_lua '