Skip to content

Instantly share code, notes, and snippets.

View hervehobbes's full-sized avatar

Hervé hervehobbes

View GitHub Profile
@hervehobbes
hervehobbes / gist:a06a9638302284578014
Created May 4, 2014 17:20
Iterators & Yield in C#
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace iterators
{
public class Products
{
@hervehobbes
hervehobbes / gist:1c12bc78108a37511878
Created May 4, 2014 17:17
Comment obtenir l'emplacement du répertoire AppData\Roaming
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace appData
{
class Program
{
@hervehobbes
hervehobbes / .gitignore
Last active December 11, 2015 10:08
.gitignore pour le dev
.buildpath
.project
.settings
www/
www_dev/medias/
www_dev/uploads
www_dev/baco/kcfinder/
www_dev/baco/phpimageeditor/
*.psd
*.bak