TIL

Today I Learned

Introduction: TIL

Certificate Errors in urllib

Published:
Summary: Dealing with errors when scraping data

Calculated Columns in Pandas

Published:
Summary: Create new columns in pandas

tree in Linux

Published:
Tags:
Summary: Trees in computer science

Heap on Mac and Linux

Published:
Summary: Some caveats about heap on mac and linux

CMake Usage

Published:
Tags:
Summary: How to use CMake to generate makefiles

C++ int Multiplication

Published:
Tags:
Summary: int multiplication in C++ should be processed with caution.

Allocating Memory for Multidimensional Array in C++

Published:
Tags:
Summary: Some caveats

C++ range-for-statement

Published:
Tags:
Summary: In C++ we can use range-for-statement

List All Folders in Linux or Mac

Published:
Tags:
Summary: Using ls and tree commands to list folders only

Python Default Parameters Tripped Me Up

Published:
Tags:
Summary: Python default parameters might be changed with each run

Some Tests on Matplotlib Backends

Published:
Summary: Matplotlib provides many different backends

Mathematica Provides Great PlotTheme Options

Published:
Summary: Amazingly, Mathematica provides an option for plot that automatically generates beautiful plots.

Turn a Series Expansion into Function in Mathematica

Published:
Summary: Turn a series expansion in Mathematica into a function

Git Asks for Password Whenever I Pull or Push

Published:
Tags:
Summary: My git asks for password every time I pull or push even with ssh configured.

Command Line Russian Roulette

Published:
Tags:
Summary: Play russian roulette in your command line

How to Run Mathematica Script in Terminal

Published:
Summary: Using math -run or wolfram -run we could execute a Mathematica script through ssh in terminal.

GNU Screen Key Conflict with Bash

Published:
Summary: GNU screen key conflict with bash can be solved

GNUPLOT Inline Output in iterm2

Published:
Summary: Using gnuplot in iterm2 we can output result inside terminal combined with imgcat

Mathematica Exclude Singularities in Plot

Published:
Summary: Mathematica Plot might include some non-existant lines sometimes, Exclusions is the potion for it.

Passing Function Arguments Through Lists in Mathematica

Published:
Summary: We can pass a list of arguments using Sequence