Skip to content
View jasalt's full-sized avatar

Organizations

@HacklabJKL

Block or report jasalt

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. phel-wp-plugin phel-wp-plugin Public

    WordPress plugin skeleton and general resources about using Phel (Lisp) within WordPress.

    Shell 2 1

  2. .emacs.d .emacs.d Public

    Forked from ashton314/emacs-bedrock

    Text editor config, 2023 re-write.

    Emacs Lisp 1

  3. wp.phel wp.phel
    1
    ### Phel wrapping over WP / PHP API's
    2
    ## TODO make a library some day..
    3
    (ns my-project\lib\wp
    4
      (:require phel\str :as str)
    5
      (:require phel\pdo :as pdo)
  4. utils.phel utils.phel
    1
    # Some Phel utility fns / macros
    2
    (ns my-project\utils)
    3
    
                  
    4
    (defn parse-float
    5
      "Converts to float without doing odd type conversions, acting more like
  5. "Phel Cider Light" Phel programming ... "Phel Cider Light" Phel programming config preview
    1
    ;; "Phel Cider Light" Phel-lang programming config
    2
    
                  
    3
    ;; Stand-alone preview version separated from from personal .emacs.d
    4
    ;; https://github.com/jasalt/.emacs.d/blob/007083f149cf3954a6f38328c962c6788e179705/personal/phel.el#L1
    5
    
                  
  6. Thinkpad acpi-linux Thinklight® strobo Thinkpad acpi-linux Thinklight® strobo
    1
    import os
    2
    import time
    3
    
                  
    4
    sleeptime = 0.03
    5