TIL

Today I Learned

Introduction: TIL

Git Pull with Submodule

Published:
Tags:
Summary: Pull git repo with submodule

Positioning textblock in LaTeX Beamer

Published:
Tags:
Summary: Positioning textblock in LaTeX Beamer using textpos package and eso pic package

Mathematica Different Output Forms

Published:
Summary: Mathematica has many different output forms. Understanding them is extremely helpful when making plots.

Git Branch Options

Published:
Tags:
Summary: Some useful options about git branch

git pull multi remote

Published:
Tags:
Summary: working with multi remote

Formatting Numbers in Python

Published:
Tags:
References: - PyFormat
Summary: Formatting numbers in python using format

The Great Chrome Dev Tool

Published:
Summary: How to use the chrome dev tool wisely

Start a Simple Server

Published:
Summary: With one line of python command

TOP Command

Published:
Tags:
Summary: Some tips about top command

matplotlib x y limit and aspect ratio

Published:
Summary: matplotlib x y limit and aspect ratio

snakeviz

Published:
Tags:
Summary: Python snakeviz

Run a program in the background on ubuntu

Published:
Tags:
Summary: Run a program in the background on ubuntu

Python Various Ways of Writing Loops

Published:
Tags:
Summary: Python Various Ways of Writing Loops

Python Stupid numpy.piecewise

Published:
Summary: Python Stupid numpy.piecewise

Python Onliner: Filter Prime Numbers

Published:
Tags:
Summary: Python Onliner Filter Prime Numbers

Python Map vs For in Python

Published:
Tags:
Summary: Python Map vs For in Python

Python Making a List

Published:
Tags:
Summary: Python Making a List

Python List Comprehensions

Published:
Tags:
Summary: Python List Comprehensions

Python enumertate

Published:
Tags:
Summary: Python enumertate function