Skip to content

Instantly share code, notes, and snippets.

View lucasbrigida's full-sized avatar

Lucas Pereira Brígida lucasbrigida

View GitHub Profile
@lucasbrigida
lucasbrigida / heltec.json
Created January 20, 2020 02:47
heltec Boards
{
"packages":[
{
"maintainer":"Heltec Automation(TM)",
"help":{
"online":"http://heltec.cn"
},
"websiteURL":"https://github.com/Heltec-Aaron-Lee/WiFi_Kit_series",
"platforms":[
{
@lucasbrigida
lucasbrigida / links.md
Created November 7, 2019 17:56 — forked from akitaonrails/links.md
Links de referência pro Episódio 66 do Canal Akitando
@lucasbrigida
lucasbrigida / GitCommitEmoji.md
Created April 28, 2019 01:01 — forked from parmentf/GitCommitEmoji.md
Git Commit message Emoji

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Pull Request Process

  1. Ensure any install or build dependencies are removed before the end of the layer when doing a
@lucasbrigida
lucasbrigida / README-Template.md
Created December 14, 2018 13:15 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@lucasbrigida
lucasbrigida / .block
Created November 4, 2018 06:28 — forked from nbremer/.block
Radar Chart Redesign
height: 600
license: mit
@lucasbrigida
lucasbrigida / disable_intel_turbo_boost.md
Last active November 1, 2023 19:20
Disable Intel Turbo Boost

Prerequisites

  • Intel processor

Installing

sudo apt-get install msr-tools linux-cpupower lm-sensors
@lucasbrigida
lucasbrigida / baseConverter.js
Created March 20, 2018 17:21 — forked from faisalman/baseConverter.js
Convert From/To Binary/Decimal/Hexadecimal in JavaScript
/**
* Convert From/To Binary/Decimal/Hexadecimal in JavaScript
* https://gist.github.com/faisalman
*
* Copyright 2012-2015, Faisalman <fyzlman@gmail.com>
* Licensed under The MIT License
* http://www.opensource.org/licenses/mit-license
*/
(function(){
@lucasbrigida
lucasbrigida / wget
Created March 16, 2018 13:38 — forked from bueckl/wget
Wget examples
#Spider Websites with Wget – 20 Practical Examples
Wget is extremely powerful, but like with most other command line programs, the plethora of options it supports can be intimidating to new users. Thus what we have here are a collection of wget commands that you can use to accomplish common tasks from downloading single files to mirroring entire websites. It will help if you can read through the wget manual but for the busy souls, these commands are ready to execute.
1. Download a single file from the Internet
wget http://example.com/file.iso
2. Download a file but save it locally under a different name
wget ‐‐output-document=filename.html example.com