Skip to content
View bramburn's full-sized avatar
🩰
Working on some Angular packages...sadly not on github....
🩰
Working on some Angular packages...sadly not on github....

Highlights

  • Pro
Block or Report

Block or report bramburn

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. Laravel + Carbon difference between ... Laravel + Carbon difference between two dateTime column
    1
    public function DurationOfTimesheet($timesheet_id, $output = null) {
    2
    		$time = $this->where('id', $timesheet_id)->first();
    3
    
    
    4
    		if (empty($time)) {
    5
    			return "timesheet not found";
  2. This is a simple javascript function... This is a simple javascript function to convert an object to a query string
    1
    function toQueryString(obj) {
    2
        var i;
    3
        var arrayKeys = Object.keys(obj);
    4
        var returnArray = []
    5
        
  3. sensei sensei Public

    Forked from Automattic/sensei

    Sensei the Learning Management Plugin for WordPress

    PHP

  4. yoast-seo-vimeo-pro yoast-seo-vimeo-pro Public

    Yoast Custom Wordpress Hooks to improve Vimeo videos

    PHP