Skip to content

Instantly share code, notes, and snippets.

View asmjahid's full-sized avatar

MD JAHIDUL ALAM MOJUMDER asmjahid

View GitHub Profile
my_list = [ 1, 6, 7, 8, None, None, 9, 10, 2, 3, 4, 5, None, 11, 0 , 18, 0, 15]
new_list = list(filter(None, my_list))
print (new_list)
@asmjahid
asmjahid / accessing another loc via poointer.cpp
Last active June 29, 2017 12:53
accessing another loc via poointer
#include<iostream>
#include<cstring>
#include<unistd.h>
using namespace std;
class UserDetails
{
private:
char m_originalPassword[31];
public:
char m_userId[30];
@asmjahid
asmjahid / resume.tex
Created May 12, 2016 20:27 — forked from sadmansk/resume.tex
LatexResume
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Deedy - One Page Two Column Resume
% LaTeX Template
% Version 1.1 (30/4/2014)
%
% Original author:
% Debarghya Das (http://debarghyadas.com)
%
% Original repository:
% https://github.com/deedydas/Deedy-Resume
@asmjahid
asmjahid / resume.tex
Created May 12, 2016 20:27 — forked from soulcyon/resume.tex
My latest resume
\documentclass[11pt]{article}
\usepackage{ifthen}
\usepackage{xcolor}
\usepackage{multicol}
\usepackage[left=1cm,top=0.7cm,right=1cm,bottom=1cm,nohead,nofoot]{geometry}
\usepackage{enumitem}
\usepackage[hidelinks]{hyperref}
\setitemize{itemsep=-0.3em}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[]{deedy-resume}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% LAST UPDATED DATE
%
\documentclass[a4paper,10pt]{article}
%A Few Useful Packages
\usepackage{marvosym}
\usepackage{fontspec} %load fonts
\usepackage{url,parskip} %formatting
\usepackage{xunicode,xltxtra} %other packages for XeTeX
%Graphics - Colors
\RequirePackage{color,graphicx}
\documentclass[11pt,a4paper,sans]{moderncv}
\usepackage[utf8]{inputenc}
\usepackage{kotex}
\moderncvstyle{classic}
\moderncvcolor{blue}
\usepackage{lipsum}
\usepackage[scale=0.75]{geometry}
% 이름
\firstname{이} % Your first name
% cover letter LaTeX template
\documentclass[10pt]{letter}
\usepackage{newcent}
\signature{Your Name}
\address{Street \\ City \\ Country}
\begin{document}
\begin{letter}{Company name \\ Street\\ City\\ Country}
\opening{Dear Sir or Madam:}
Bacon ipsum dolor amet sirloin landjaeger alcatra, beef corned beef hamburger tenderloin. Hamburger shankle tongue porchetta short loin ham doner pork loin strip steak landjaeger. Meatloaf pork chop shank fatback pork sirloin. Beef ribs short ribs beef pastrami t-bone pork chicken porchetta shank prosciutto capicola pork belly tail. Landjaeger tenderloin pork chop frankfurter drumstick, swine chicken salami cow pork loin pastrami. Fatback shank capicola rump. Drumstick cow andouille, biltong venison short loin cupim flank fatback ball tip pork chicken ham shoulder pork loin.
@asmjahid
asmjahid / hacker_cv_decause.tex
Created May 12, 2016 20:23 — forked from decause/hacker_cv_decause.tex
This is a LaTeX template for what I'd call a "Hacker CV." Licensed CC-BY-SA
% Contributing Authors msoucy@csh.rit.edu and remyd@civx.us
% LaTeX Hacker_CV using res.cls
\documentclass[margin]{res}
\usepackage{enumitem}
\setlist[itemize]{nosep,label=-}
%\usepackage{helvetica} % uses helvetica postscript font (download helvetica.sty)
%\usepackage{newcent} % uses new century schoolbook postscript font.
\setlength{\textwidth}{5.1in} % set width of text portion
\newcommand{\centered}{\moveleft.5\hoffset\centerline}
\newcommand{\event}[2]{{\it #1}\hfill #2\\}
@asmjahid
asmjahid / cv.tex
Created May 12, 2016 20:22 — forked from ja-mf/cv.tex
cv-template latex
\documentclass[margin]{res}
\usepackage[utf8]{inputenc}
\usepackage[spanish]{babel}
\usepackage{graphics}
\usepackage{graphicx}
%\usepackage{amsmath}
\usepackage{textpos}
\oddsidemargin -.5in
\evensidemargin -.5in