Skip to content

Instantly share code, notes, and snippets.

View Sparking2's full-sized avatar
🎯
Focusing

Alfonso Marquez Sparking2

🎯
Focusing
View GitHub Profile
@Sparking2
Sparking2 / README.md
Created March 28, 2023 16:13 — forked from peterbartha/README.md
Convert Rust books to EPUB (incl. The Rust Programming Language)

Convert Rust books to EPUB (incl. The Rust Programming Language)

The following steps work for all the HTML learning materials on the Learn Rust page:

  1. Click on the "Print this book" icon in the top right corner.
  2. "Cancel" print popup.
  3. Press F12.
  4. Copy, paste, and run the contents of ebookFormatPreparation.js into your browser's console.
  5. Save the modified HTML file.
@Sparking2
Sparking2 / CountryCodes.json
Created September 12, 2022 18:57 — forked from anubhavshrimal/CountryCodes.json
Country and Dial or Phone codes in JSON format
[
{
"name": "Afghanistan",
"dial_code": "+93",
"code": "AF"
},
{
"name": "Aland Islands",
"dial_code": "+358",
"code": "AX"