Skip to content

Instantly share code, notes, and snippets.

View diman82's full-sized avatar

diman82 diman82

View GitHub Profile
@diman82
diman82 / c#BubbleSort.cs
Created March 22, 2017 22:25
C# Bubble sort implementation
/*
* C# Program to Perform Bubble Sort
*/
using System;
class bubblesort
{
static void Main(string[] args)
{
int[] a = new int[100];
Random rand = new Random();
@diman82
diman82 / DL-UploadedLinks_ParallelJobs.ps1
Created December 17, 2016 21:35
Download Uploaded.net links from web pages list parallely