Skip to content
View iMoses's full-sized avatar
  • ag-Grid
  • London, UK

Block or report iMoses

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. ag-grid/ag-charts Public

    AG Charts is a fully-featured and highly customizable JavaScript charting library. The professional choice for developers building enterprise applications

    TypeScript 285 23

  2. young-steveo/bottlejs Public

    A powerful dependency injection micro container for JavaScript applications

    JavaScript 1.3k 64

  3. react-headless-collapsible: a React ...
    1
    import { useCollapsible } from './use-collapsible';
    2
    
                  
    3
    export function Collapsible({ open, title, className, lazyLoad, onToggle, children, ...props }) {
    4
      const { isOpen, shouldRender, getTriggerProps, getContentProps } = useCollapsible({ open, onToggle });
    5
      const classNames = [className, 'collapsible'];
  4. jQuery Plugin wrapInGroups
    1
    /**
    2
     * Takes a jQuery collection and wraps each 'groupSize' items with 'wrapHtml'
    3
     * Example: $('#Example span').wrapInGroups('<div/>', 4);
    4
     * Will wrap every 4 span's inside #Example with a div
    5
     * See for yourself: http://jsfiddle.net/M9ZFh/

1,077 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

April 2025

Created 7 commits in 1 repository

Created a pull request in ag-grid/ag-charts that received 3 comments

Opened 2 other pull requests in 1 repository
ag-grid/ag-charts 2 merged
Reviewed 2 pull requests in 1 repository
ag-grid/ag-charts 2 pull requests
Loading