Skip to content

Instantly share code, notes, and snippets.

View candidodmv's full-sized avatar
🎯
Focusing

Vinicius Dutra candidodmv

🎯
Focusing
View GitHub Profile
@candidodmv
candidodmv / git-aliases.txt
Created October 3, 2019 21:25 — forked from kristofferh/git-aliases.txt
List all git aliases
List just aliases
$ git config --get-regexp alias
List all config parameters
$ git config --list
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using Flurl;
namespace ConsoleApp1
{
public class Launcher
{
public Launcher()
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
namespace ConsoleApp1
{
public class DictionaryConverter : JsonConverter
{
private IEqualityComparer<string> _comparer = StringComparer.OrdinalIgnoreCase;
private readonly bool _considerEverythingAsString;
@candidodmv
candidodmv / objective-c-blogs.markdown
Created March 16, 2018 20:58 — forked from kreeger/objective-c-blogs.markdown
Awesome iOS & OS X blogs.

Awesome iOS & OS X development blogs

  • Itty Bitty Labs — creators of Reveal
  • NSHipster — highlighting different, sometimes obscure, parts of Cocoa, Cocoa Touch, Foundation, and more
  • objc.io — A monthly-ish periodical of Objective-C / Cocoa / Cocoa Touch development; one of the best
  • Peter Steinberger — he's a young curmudgeon, a grudgeful iOS developer; an excellent counterpoint to all the iOS/OS X love letters, with decent common sense
  • Use Your Loaf — quasi-frequent (every other week, now?) iOS development tips
  • iOS Dev Weekly*— a weekly digest of great iOS development articles; I get these via email
  • Ray Wenderlich — mostly tutorials, but many of them catch my eye as they pop up in my RSS feed
  • Ole Begemann — more general Apple developer culture and things
@candidodmv
candidodmv / readme.md
Created March 15, 2018 23:34 — forked from amannepid/readme.md
Popular Android Blogs
//
// Regular Expression for URL validation
//
// Author: Diego Perini
// Updated: 2010/12/05
// License: MIT
//
// Copyright (c) 2010-2013 Diego Perini (http://www.iport.it)
//
// Permission is hereby granted, free of charge, to any person