Skip to content

Instantly share code, notes, and snippets.

View krotkiewicz's full-sized avatar

Konrad Rotkiewicz krotkiewicz

View GitHub Profile
@krotkiewicz
krotkiewicz / ProductsController.cs
Created February 29, 2020 09:36 — forked from aramkoukia/ProductsController.cs
Products Controller
using System;
using System.Web.Http;
using System.Net;
using System.Net.Http;
using Products.Service.DataTransferObjects.Commands;
using Products.Service.MicroServices.Products.Commands;
using Products.Service.MicroServices.Products.Handlers;
using MicroServices.Common.Exceptions;
namespace Products.Service.Controllers
@krotkiewicz
krotkiewicz / gist:5998379
Last active December 19, 2015 18:28 — forked from clintel/gist:1155906

Fenced code blocks inside ordered and unordered lists

  1. This is a numbered list.

  2. I'm going to include a fenced code block as part of this bullet:

    Code
    More Code
    
#!/usr/bin/env python
# encoding: utf-8
"""
replication.py - extport data to external systems
Created by Maximillian Dornseif on 2011-05-01.
Copyright (c) 2011 HUDORA. All rights reserved.
"""
from __future__ import with_statement