Skip to content
View ciccarone's full-sized avatar
:octocat:
:octocat:
Block or Report

Block or report ciccarone

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

  1. Marketo-Guided-Email-Template Marketo-Guided-Email-Template Public

    Responsive module-based email template used newsletters, event notifications, and updates

    HTML 2 1

  2. Programmatically add hierarchical ta... Programmatically add hierarchical taxonomies in Wordpress
    1
    $taxonomy_term = 'example';
    2
    
                  
    3
    $related_terms = array(
    4
      __( 'Parent' ) => array(
    5
        __( 'Child 1' ),
  3. tif-to-jpg tif-to-jpg Public

    Snippet of code to loop over large tifs and create jpgs

    Python 1

  4. openai-quickstart-node openai-quickstart-node Public

    Forked from openai/openai-quickstart-node

    cGPT Story Generator

    JavaScript

  5. v4 v4 Public

    An ultra-lightweight base theme for Venture 4th

    CSS

  6. smooth scroll anchors smooth scroll anchors
    1
    	// Smooth Scroll Anchors
    2
    	$('a[href*="#"]:not([href="#"])').click(function() {
    3
    		if (location.pathname.replace(/^\//,'') === this.pathname.replace(/^\//,'') && location.hostname === this.hostname) {
    4
    			var target = $(this.hash);
    5
    			target = target.length ? target : $('[name=' + this.hash.slice(1) +']');