Skip to content

Instantly share code, notes, and snippets.

View bezzad's full-sized avatar
:octocat:
Hi

Behzad Khosravifar bezzad

:octocat:
Hi
View GitHub Profile
@bezzad
bezzad / BinarySearch
Last active October 22, 2019 07:07
Binary search implementation to search a value of type T1 within a list of T2 type which comparable by value argument.
using System;
using System.Collections.Generic;
public static class Helper
{
/// <summary>
/// Searches a section of the list for a given element using a binary search
/// algorithm.
/// </summary>
/// <param name="items">list of <see cref="TItems"/>, which must be searched within</param>
@bezzad
bezzad / outline-server-setup.md
Created November 7, 2022 16:17 — forked from hadisfr/outline-server-setup.md
How to setup an Outline VPN Server on Ubuntu 16.04

How to setup an Outline VPN Server on Ubuntu 16.04 Server

This guide will show you how to install Outline Server on an Ubuntu 16.04 Server and use Outline Manager.

Install Outline Manager

Outline Manager supports Windows, macOS and Linux.

Outline Manager for Windows