Skip to content
View ftclausen's full-sized avatar

Block or report ftclausen

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. ShibbolethSPBootstrap ShibbolethSPBootstrap Public

    Bootstrap the Shibboleth SP installation for Blackboard MH

    Java 1

  2. threaddb threaddb Public

    Show how many of each type of thread there is in a thread dump

    Java

  3. WebdavBulkDeleter WebdavBulkDeleter Public

    Tool to bulk delete Webdav folders from Blackboard.

    Java

  4. HelloRedis HelloRedis Public

    Sandbox for experimenting with the Jedis Redis library

    Java

  5. Jenkins pipeline - An approach to ge... Jenkins pipeline - An approach to get all commits since the last successful build.
    1
    // -*- mode: groovy -*-
    2
    // vim: set filetype=groovy :
    3
    
                  
    4
    node( 'some_node' ) {
    5
      stage( "Phase 1" ) {
  6. recursiveJosephus recursiveJosephus Public

    A quick experiment to see how I can implement a recursive, programmatic, version of the mathematical Josephus recurrence.

    Python