Skip to content
View i-blis's full-sized avatar

Block or report i-blis

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. jdbc-fu jdbc-fu Public

    Clojure

  2. Simple Password Generator Simple Password Generator
    1
    #!/usr/bin/env bb
    2
    
                  
    3
    (require '[clojure.tools.cli :refer [parse-opts]])
    4
    
                  
    5
    (def generator (java.security.SecureRandom.))
  3. mit_scheme_bindings.txt mit_scheme_bindings.txt
    1
    #
    2
    #!optional
    3
    #!rest
    4
    #(
    5
    #\
  4. How to get Hubic Webdav credentials How to get Hubic Webdav credentials
    1
    #!/usr/bin/env ruby
    2
    # hubic.rb Get credentials to Webdav server of Hubic account
    3
    require 'httpclient'
    4
    require 'json'
    5
    require 'optparse'