Skip to content

Instantly share code, notes, and snippets.

View zekiahmetbayar's full-sized avatar
🐧

Zeki Ahmet Bayar zekiahmetbayar

🐧
View GitHub Profile
@StarBuckR
StarBuckR / main.go
Last active April 29, 2024 07:50
Golang Ldap Authentication, Bind and Search, including Anonymous Bind
package main
import (
"fmt"
"log"
"github.com/go-ldap/ldap/v3"
)
const (
@ptflp
ptflp / reboot.go
Created August 20, 2019 11:52
Windows reboot shutdown example golang go
package main
import (
"fmt"
"syscall"
"unsafe"
)
// error is nil on success
func reboot() error {
@six519
six519 / convert_test.py
Created August 20, 2014 07:44
Convert file to another file format using LibreOffice API in Python
#!/usr/bin/env python3
"""
VIEW COMPLETE CODE AT
=====================
* https://github.com/six519/libreoffice_convert
THANKS
======