-
-
Notifications
You must be signed in to change notification settings - Fork 546
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert Coderanch links to Internet Archive links (#2522)
* Convert Coderanch links to Internet Archive links * http to https
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
title = "Grains" | ||
blurb = "Calculate the number of grains of wheat on a chessboard given that the number on each square doubles." | ||
source = "The CodeRanch Cattle Drive, Assignment 6" | ||
source_url = "https://coderanch.com/wiki/718824/Grains" | ||
source_url = "https://web.archive.org/web/20240908084142/https://coderanch.com/wiki/718824/Grains" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
title = "Leap" | ||
blurb = "Determine whether a given year is a leap year." | ||
source = "CodeRanch Cattle Drive, Assignment 3" | ||
source_url = "https://coderanch.com/t/718816/Leap" | ||
source_url = "https://web.archive.org/web/20240907033714/https://coderanch.com/t/718816/Leap" | ||
deep_dive_youtube_id = "Fj5m16is5hI" | ||
deep_dive_blurb = "Deep dive into the different algorithms and approaches you can use to solve Leap, as Jeremy and Erik explore interesting Community Solutions across 10 different languages on Exercism." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
title = "Say" | ||
blurb = "Given a number from 0 to 999,999,999,999, spell out that number in English." | ||
source = "A variation on the JavaRanch CattleDrive, Assignment 4" | ||
source_url = "https://coderanch.com/wiki/718804" | ||
source_url = "https://web.archive.org/web/20240907035912/https://coderanch.com/wiki/718804" |