Skip to content

Instantly share code, notes, and snippets.

View aufrank's full-sized avatar

Austin F. Frank aufrank

  • Riot Games
  • St. Louis, MO
View GitHub Profile
## from http://tr.im/hH5A
logsumexp <- function (x) {
y = max(x)
y + log(sum(exp(x - y)))
}
softmax <- function (x) {
exp(x - logsumexp(x))
}
Debugger entered--Lisp error: (error "Buffer *Group* has no process")
process-send-string(nil "6 LOGIN \"USERNAME\" \"PASSWORD\" \n")
imap-send-command-1("6 LOGIN \"USERNAME\" \"PASSWORD\"")
imap-send-command("LOGIN \"USERNAME\" \"PASSWORD\"" nil)
imap-send-command-wait("LOGIN \"USERNAME\" \"PASSWORD\"")
#[(user passwd) "BYTECODE" [user passwd status imap-error imap-send-command-wait "LOGIN \"" imap-quote-specials "\" \"" "\"" OK t nil] 7]("USERNAME" "PASSWORD")
imap-interactive-login(#<buffer *nnimap* > #[(user passwd) "BYTECODE" [user passwd status imap-error imap-send-command-wait "LOGIN \"" imap-quote-specials "\" \"" "\"" OK t nil] 7])
imap-login-auth(#<buffer *nnimap* >)
imap-authenticate(nil nil " *nnimap* ")
nnimap-open-connection("")
Initializing the registry
Reading ~/.gnus.registry.eld...done
Using ascii tree layout with unicode chars.
Reading /Users/USERNAME/.newsrc.eld...
Reading ~/.gnus.registry.eld...done
Reading active file from news.gmane.org via nntp...
Reading active file from dc via nnimap...
Opening nnimap server on dc...
imap: Connecting to localhost...
Waiting for response from localhost...done
* OK Dovecot ready.
4 NOOP
4 OK NOOP completed.
3 LOGIN "USERNAME" "PASSWORD"
5 NOOP
5 OK NOOP completed.
6 NOOP
6 OK NOOP completed.
7 LOGOUT
* BYE Logging out