Skip to content

Instantly share code, notes, and snippets.

View andrelsf's full-sized avatar
:octocat:
Focusing

Andre Ferreira andrelsf

:octocat:
Focusing
  • Itau
  • Goiânia/Goias - Brazil
View GitHub Profile
@hoitomt
hoitomt / log_request.go
Created January 30, 2015 12:56
Golang: Log HTTP Requests in Go
package main
import (
"fmt"
"log"
"net/http"
"os"
)
func main() {
@lly365
lly365 / pg_uuid.py
Created February 7, 2018 09:37
Flask-SQLAlchemy UUID
# -*- coding: utf-8 -*-
"""
pg_uuid
~~~~~~~~~~~~~~~~
<NO DESCRIPTION>.
:copyright: (c) 2018 by WRDLL <4ever@wrdll.com>
"""
from flask import Flask
@debojyoti
debojyoti / lenovo_ideapad_330_ubuntu.md
Last active October 15, 2023 20:13
Lenovo ideapad 330 (15ARR) ubuntu issues and there solutions

Lenovo ideapad 330 (15ARR) ubuntu issues and their solutions

Issue-1: None of the ubuntu distros are getting installed

Solution: Ubuntu distros lower than 18.10 will not work in this laptop, as minimum kernal version required is 4.18.

So install ubuntu 18.10 / xubuntu 18.10 / lubuntu 18.10 / kubuntu 18.10 in UEFI mode

Issue-2: Wifi is not working

@andrelsf
andrelsf / log_request.go
Created October 19, 2019 14:26 — forked from hoitomt/log_request.go
Golang: Log HTTP Requests in Go
package main
import (
"fmt"
"log"
"net/http"
"os"
)
func main() {
@akirafabio
akirafabio / wwdc2014-videos-and-pdf.md
Last active September 14, 2022 00:30 — forked from mike011/wwdc2014-videos-and-pdf.md
wwdc 2014 videos and pdf download links, including HD/SD version.