Skip to content
View yiannisdesp's full-sized avatar
Block or Report

Block or report yiannisdesp

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. timesheet-overview timesheet-overview Public

    JavaScript

  2. Dynamically Add Filters in WP Admin ... Dynamically Add Filters in WP Admin list VIew
    1
    function dynamically_set_filter_in_admin_list_view($functionName, $taxonomyName, $postType) {
    2
    	// a quick check for the function name
    3
    	if(function_exists ( $functionName ) || array_key_exists($functionName, $GLOBALS)) {
    4
    		die('Function <i>' . $functionName . '</i> exists. Please name a different function name.');
    5
    		return false;
  3. simple-responsive-table simple-responsive-table Public

    JavaScript

  4. bootEqualizer bootEqualizer Public

    Set automatically equal height on each column under a parent column container using breakpoints

    JavaScript 2

  5. cmcheckbox cmcheckbox Public

    cmcheckbox is a lightweight jQuery plugin for creating customized HTML checkboxes using Font Awesome

    JavaScript