Skip to content

Instantly share code, notes, and snippets.

View maxiride's full-sized avatar
😃
⛵🕶️😎🧑‍💻

Federico D'Eredità maxiride

😃
⛵🕶️😎🧑‍💻
  • Wildly Freelancing
View GitHub Profile
@maxiride
maxiride / gist:986e5f07c6dd93f82f506074096c7d49
Last active March 13, 2021 07:46
Summary with expanding details code for github
For instance `Request::sendMessage($data)` uses:
$data = [
  'chat_id' => $chat_id, 
  'text' => 'Your utf8 text 😜 ...'
];

Keybase proof

I hereby claim:

  • I am maxiride on github.
  • I am maxiride (https://keybase.io/maxiride) on keybase.
  • I have a public key ASCDnoCIYDbHqjxxw7D-2gujmqRYs-b-NU0OFdlq_BSzIwo

To claim this, I am signing this object:

@maxiride
maxiride / main.go
Created June 8, 2020 12:06 — forked from filewalkwithme/main.go
Listening multiple ports on golang http servers
package main
import (
"net/http"
)
func main() {
finish := make(chan bool)
server8001 := http.NewServeMux()
@maxiride
maxiride / commit-emoji.md
Created March 5, 2021 08:45 — forked from silencesys/commit-emoji.md
List of emoji for git commits.

Git Commit Message

All Git Commit Messages MUST meet with this Text Format:

:emoji: Subject
(Only One NewLine)
Message Body
(Only One NewLine)
Ref <###>