Skip to content
View captkirk88's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Lefty Loosey Righty Tighty

Block or report captkirk88

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. Secure.rs - Protection struct agains... Secure.rs - Protection struct against memory-based attacks
    1
    // Unlicensed: free to use, modify, distribute without restrictions, and improve upon but at least make a comment with a link to your improvements at https://gist.github.com/captkirk88/9d5a5548b7d61e93ee9936e99fd26ded
    2
    
                  
    3
    // =========================
    4
    // Local Modifications/Enhancements:
    5
    // =========================
  2. cargo-make test-loop Task that will ... cargo-make test-loop Task that will run tests passed x amount of times
    1
    [tasks.test-loop]
    2
    description = "Run tests amount of times (default: 20) until failure"
    3
    script_runner = "@rust"
    4
    script = '''
    5
    //! ```cargo
  3. This should not be allowed. This should not be allowed.
    1
    
                  
    2
    import (
    3
    	"encoding/json"
    4
    	"reflect"
    5
    	"unsafe"
  4. SafeVar.go SafeVar.go
    1
    package safe
    2
    
                  
    3
    import (
    4
    	"crypto/sha256"
    5
    	"encoding/hex"
  5. monkeyspeak monkeyspeak Public archive

    A learning experience in developing a stable scripting language. Useful for clients who are not familiar to programming.

    C#