Skip to content

Instantly share code, notes, and snippets.

View Shahadat3031's full-sized avatar
🎯
Focusing

Shahadat Hossain Shahadat3031

🎯
Focusing
View GitHub Profile
@Shahadat3031
Shahadat3031 / sigle server.cpp
Created January 29, 2018 17:19 — forked from TapasyRabeya/sigle server.cpp
An implementation for simulating single queue single server problem
#include <stdio.h>
#include <stdlib.h>
struct node {
int time_arr , arrivel , sertime, timeserbeg , timeQ , timesevend , timespend ;
node(){}
};
node seg[10000];
@Shahadat3031
Shahadat3031 / gist:49c369d7e633716ee7f01920ef9ff50c
Created October 10, 2016 18:19
Sublime Text 2 - Useful Shortcuts

Sublime Text 2 – Useful Shortcuts (PC)

Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.

Editing

Ctrl+C copy current line (if no selection)
Ctrl+X cut current line (if no selection)
Ctrl+⇧+K delete line
Ctrl+↩ insert line after