Skip to content
View rapnuss's full-sized avatar

Block or report rapnuss

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. ethereum-contract-similarity ethereum-contract-similarity Public

    Ethereum contract similarity measure evaluation framework

    Python 6 1

  2. bsc-thesis bsc-thesis Public

    TeX 2 1

  3. solc-version-testset solc-version-testset Public

    Ethereum contracts compiled with different solc versions and options

    Assembly 2 1

  4. ciphernotes ciphernotes Public

    A end-to-end encrypted note taking alternative to Google Keep. Offline and cloud synchronized.

    1

  5. XSet XSet
    1
    type EqOr<A, B, Fallback> = A extends B ? (B extends A ? A : Fallback) : Fallback
    2
    
                  
    3
    export default class XSet<A> extends Set<A> {
    4
      static fromItr<A>(iterable: Iterable<A>): XSet<A>
    5
      static fromItr<A, B>(iterable: Iterable<A>, mapFn: (a: A) => B): XSet<B>
  6. cipher-notes cipher-notes Public

    A local-first note-taking app with end-to-end encryption for your private thoughts and data.

    TypeScript 3 1