Skip to content

Instantly share code, notes, and snippets.

@bishboria
bishboria / springer-free-maths-books.md
Last active April 25, 2024 06:27
Springer made a bunch of books available for free, these were the direct links
@KevinJones
KevinJones / CartesianProductSelectManyExample.cs
Created February 13, 2014 19:32
C# SelectMany Example - Cartesian Product
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
public class CartesianProductSelectManyExample
{
public static void Main(string[] args)
{
var abcArray = new string[]{"a", "b", "c"};

Body

Medium Font Size Line Height Characters
Print 12pt 1.25em 60-75
Desktop (lg) 1em (16px) 1.375em 60-75
Desktop 1em (16px) 1.375em 60-75
Tablet (lg) 1em (16px) 1.375em 60-75
Tablet (sm) 1em (16px) 1.25em 60-75
Phone 1em (16px) 1.25em 35-40