Skip to content
View rrecio's full-sized avatar

Highlights

  • Pro

Organizations

@owera @Fuelzee

Block or report rrecio

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. RedmineKit RedmineKit Public

    Redmine interface for Objective-C

    Objective-C 4 6

  2. map-zones-component.ts map-zones-component.ts
    1
    import { AfterViewInit, Component, ElementRef, OnInit, ViewChild, ViewContainerRef } from '@angular/core';
    2
    import { FormBuilder, FormControl, FormGroup, Validators } from '@angular/forms';
    3
    import { ActivatedRoute } from '@angular/router';
    4
    import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
    5
    import { filter, map, switchMap, tap } from 'rxjs/operators';
  3. redstone redstone Public

    redmine client for ipad

    Objective-C

  4. owforms owforms Public

    An iOS library to help you create form-based view controllers

    Objective-C

  5. Mixpanel User Identification Mixpanel User Identification
    1
    - (void)identifyMixpanelUser:(User *)user
    2
    {
    3
        Mixpanel *mixpanel = [Mixpanel sharedInstance];
    4
        NSMutableDictionary *properties = [NSMutableDictionary new];
    5
    
                  
  6. AFNetworking + Dispatch semaphore we... AFNetworking + Dispatch semaphore weird problem: Test keeps executing forever
    1
    // 1. Code to test Service Class LoadRewardsNearby
    2
    
                  
    3
    - (void)testLoadRewardsNearby {
    4
        CLLocation *location = [[CLLocation alloc] initWithLatitude:28.538336 longitude:-81.379236];
    5
        LoadRewardsNearby *rewardsNearby = [[LoadRewardsNearby alloc] initWithLocation:location];