Skip to content

Instantly share code, notes, and snippets.

View YumeMichi's full-sized avatar
😄
When you say nothing at all.

YumeMichi YumeMichi

😄
When you say nothing at all.
View GitHub Profile
@novalagung
novalagung / go-soap-wsdl-using-http.go
Last active April 20, 2023 19:16
Example implementation of making SOAP call on WSDL web service using go with only net/http package. The full tutorial avaiable on https://medium.com/eaciit-engineering/soap-wsdl-request-in-go-language-3861cfb5949e
package main
import (
"bytes"
"crypto/tls"
"encoding/base64"
"encoding/xml"
"fmt"
"log"
"net/http"
@esterTion
esterTion / 0_generateMessage
Last active February 22, 2024 05:31
Bang Dream proto dumper
gist title place holder
@mmasashi
mmasashi / install_mysql_server.md
Last active April 26, 2024 01:37
How to install mysql-server from source code

Install MySQL

Install dependencies

sudo yum install ncurses-devel

Download MySQL source code