Skip to content
View rauljose's full-sized avatar
  • Informática Asociada
  • México, CDMX
Block or Report

Block or report rauljose

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. percentage helper. calculate amount,... percentage helper. calculate amount, total, percentage from 2 of these
    1
    /**
    2
     *
    3
     * @param initOptions object {percentage:0.16,decimals_amount:2,decimals_percent:2} defaults
    4
     * @returns {{calcTotal: *, calcAmount: *, options: *, calcPercent: *, option: *}}
    5
     *
  2. jQueryUI dialog wrapper: presets and... jQueryUI dialog wrapper: presets and promises
    1
    /**
    2
     jQueryUI dialog wrapper: presets and promises
    3
    4
    ia.alert, ia.alertHighlight, ia.alertInfo, ia.alertWarn, ia.alertError:  promise.done clicked ok, promise.fail esc or closed
    5
    ia.confirm, ia.confirmDelete
  3. Utilities for objects. Find key(s) w... Utilities for objects. Find key(s) within sub-objects, recursively. get/set deep keys by path
    1
    /**
    2
    * Utilities for object {}
    3
    *
    4
    * @usage
    5
    * iaObjectUtil.findKeyFirst('b', {a:1,b:2,c:{a:'ac', b:'bc'}}) 
  4. ia_info ia_info Public

    php and project info, simplified web wrapper for bartlett/php-compatinfo and psecio/iniscan

    PHP