Skip to content

Instantly share code, notes, and snippets.

View mmhantea's full-sized avatar
😎

Mihaita Hantea mmhantea

😎
View GitHub Profile
@mmhantea
mmhantea / .bash_profile
Created October 6, 2016 21:23 — forked from natelandau/.bash_profile
Mac OSX Bash Profile
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management
@mmhantea
mmhantea / DelegatedList.cs
Created March 16, 2016 09:18 — forked from Lionhunter3k/DelegatedList.cs
grouped collection
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Windows.Foundation;
using Windows.UI.Xaml.Data;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.ComponentModel.DataAnnotations;
using System.Web.Mvc;
namespace Mvc
{
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Web;
using System.Web.Mvc;
using Humanizer;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;