Skip to content

Instantly share code, notes, and snippets.

View vcaraulean's full-sized avatar

Valeriu Caraulean vcaraulean

View GitHub Profile
@koenpunt
koenpunt / chosen-bootstrap.css
Last active March 11, 2023 01:01
Bootstrap 3.0 theme for Chosen
select.form-control + .chosen-container.chosen-container-single .chosen-single {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555;
vertical-align: middle;
background-color: #fff;
@atifaziz
atifaziz / Program.Main.cs
Last active July 2, 2018 09:55
Good citizen .NET console application
namespace TheGoodApp
{
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
partial class Program
{
static int Main(string[] args)