Certificate Errors in urllib
Published:
Tags:
References:
- Worked Example: BeautifulSoup (Chapter 12)
Summary: Dealing with errors when scraping data
C++ int Multiplication
Published:
Tags:
Summary: int multiplication in C++ should be processed with caution.
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:
References:
- Default Parameter Values in Python
Summary: Python default parameters might be changed with each run
Some Tests on Matplotlib Backends
Published:
Tags:
Summary: Matplotlib provides many different backends
Mathematica Provides Great PlotTheme Options
Published:
Tags:
Summary: Amazingly, Mathematica provides an option for plot that automatically generates beautiful plots.
Turn a Series Expansion into Function in Mathematica
Published:
Tags:
References:
- Converting Power Series to Normal Expressions
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.
How to Run Mathematica Script in Terminal
Published:
Tags:
Summary: Using math -run or wolfram -run we could execute a Mathematica script through ssh in terminal.
GNU Screen Key Conflict with Bash
Published:
Tags:
Summary: GNU screen key conflict with bash can be solved
GNUPLOT Inline Output in iterm2
Published:
Tags:
Summary: Using gnuplot in iterm2 we can output result inside terminal combined with imgcat
Mathematica Exclude Singularities in Plot
Published:
Tags:
Summary: Mathematica Plot might include some non-existant lines sometimes, Exclusions is the potion for it.
Passing Function Arguments Through Lists in Mathematica
Published:
Tags:
Summary: We can pass a list of arguments using Sequence