Skip to content
View howtodowtle's full-sized avatar
⛰️
⛰️
Block or Report

Block or report howtodowtle

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 Loading

  1. data-mining-cup-2015 data-mining-cup-2015 Public

    Winning solution of the Data Mining Cup 2015

    R 1 2

  2. workflowy_from_wunderlist workflowy_from_wunderlist Public

    Script to import lists from Wunderlist. Supports folders, subtasks, notes, and comments.

    Python

  3. Stryd calibration algorithm Stryd calibration algorithm
    1
    import math
    2
    
    
    3
    def calibrate_stryd(stryd_distance: float, real_distance: float,
    4
                        current_calibration_factor: float = 100., 
    5
                        max_deviation: float = 2., max_weight: float = 0.4444, verbose: bool = True):
  4. Send Oura bedtime to Beeminder as "h... Send Oura bedtime to Beeminder as "hours before midnight"
    1
    #! /usr/bin/ruby
    2
    # frozen_string_literal: true
    3
    
    
    4
    # Original script: Bee from beeminder --> https://forum.beeminder.com/t/oura-integration/9592
    5
    # A script to fetch my bedtime from Oura and update my beeminder goal
  5. mmm mmm Public

    `mmm`: A Manifold market maker

    Python

  6. kindle_to_anki kindle_to_anki Public

    Tools to generate Anki flashcards from the words looked up on my Kindle

    1