Skip to content
View diezguerra's full-sized avatar
Block or Report

Block or report diezguerra

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. dotfiles dotfiles Public

    dotfiles

    Vim Script 4

  2. .virmc .virmc
    1
    set nocompatible
    2
    filetype off
    3
    set rtp+=~/.vim/bundle/vundle
    4
    call vundle#rc()
    5
    Bundle 'gmarik/vundle'
  3. Implementations of power in Clojure Implementations of power in Clojure
    1
    (defn create-power
    2
      "Takes a positive power-of implementation and returns a function that uses
    3
      it plus the logic for y==0 and y<0"
    4
      [implementation]
    5
      (fn [x y]
  4. pygotham-swd-talk pygotham-swd-talk Public

    Speed without drag, a talk on speeding Python up

    3

  5. kill-the-newsletter.rs kill-the-newsletter.rs Public

    Educational Rust implementation of the open-source kill-the-newsletter project.

    Rust 4 1

  6. kill-the-newsletter.go kill-the-newsletter.go Public

    Educational Go implementation of the open-source kill-the-newsletter project.

    Go