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

Block or report i-blis

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'