Skip to content

Instantly share code, notes, and snippets.

View ManuelEberhardinger's full-sized avatar

Manuel Eberhardinger ManuelEberhardinger

View GitHub Profile

What is this?

This is a collection of free e-books about Artificial Intelligence(Machine Learning, Planning) and Data Science etc. .

keywords:

ML, ebook, ebooks, books, book, machine learning, statistics, free

Books

Pattern Recognition and Machine Learning

@nathankerr
nathankerr / Info.plist
Last active July 3, 2024 01:21
Registering a Go app as a protocol handler under Mac OS X
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleExecutable</key>
<string>myapp</string>
<key>CFBundleIdentifier</key>
<string>com.pocketgophers.myapp</string>
<key>CFBundleURLTypes</key>
<array>