Skip to content

Instantly share code, notes, and snippets.

Get dap-mode working on emacs for golang

  1. Install gopls and dap-mode but don't run (go-dap-setup)
  2. Download the vs code extension from: https://github.com/microsoft/vscode-go/releases

I used version 0.14.3

  1. Rename from *.vsix to *.zip.
  2. Unzip so that the goDebug.js ends up in

Keybase proof

I hereby claim:

  • I am cfeckardt on github.
  • I am cfeckardt (https://keybase.io/cfeckardt) on keybase.
  • I have a public key ASBY95bQvU0mkR4ECIWC9P1f8uagH8VNKDbrmGpIOjICrgo

To claim this, I am signing this object:

# The task is:
Write a React Redux app that is backed by a reducer that can do mathematical differentiation of polynomials:
For example, x^2 as input would give 2x^1 as output
3x^2+x+1 would give 6x+1
Input: 3x^2+2x+1
Output would be: 6x+2
Bans
Top - Irelia, riven, Renekton
Jungle - Pantheon, Wukong, Darius
Mid - LeBlanc, Zed, Lissandra, Katarina
ADC - Jinx
Support - Thresh, Braum
@cfeckardt
cfeckardt / cpp
Created September 29, 2013 08:43
class Example {
someAsyncronousMethod(void * completed ) {
// This methods takes a long time, and runs on a separate thread so that it doesn't block execution.
// When we are done ...
if(completed != NULL)
(*completed)();
}
}
rails s
/Users/fredrik/.rvm/gems/ruby-1.9.3-p448@skt2/gems/sqlite3-1.3.5/lib/sqlite3/sqlite3_native.bundle: [BUG] Segmentation fault
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]