Skip to content
View SigmaRichards's full-sized avatar

Block or report SigmaRichards

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. Short script for compiling latex pro... Short script for compiling latex projects. The main component is the call to 'latexmk', however I don't like all the auxillary files in the working directory and I don't want to explicitly remove them. This COPIES all the working files to a directory in the working directory called 'build', uses latexmk in build and moves back to the working directory.
    1
    #!/bin/bash
    2
    
    
    3
    #Copyright (c) 2023 Daniel Hess
    4
    #This code is licensed under the terms of the MIT license
    5
    
    
  2. HaversineOCLTool HaversineOCLTool Public

    C++

  3. Image2PrimeASCII Image2PrimeASCII Public

    C++

  4. JWCL JWCL Public

    Exploring GPU based implementation of Jaro Winkler string distance metric

    C++

  5. OCLLyapunov OCLLyapunov Public

    C++