| title | Putting Bitcoin on your Balance Sheet | ||
|---|---|---|---|
| date | 2026-01-14 | ||
| modified | |||
| description | Why Businesses Should Consider Bitcoin on the Balance Sheet | ||
| art | monthlycrypto.jpg | ||
| layout | post.njk | ||
| tags |
|
This file contains hidden or 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
| testing 123 |
| title | AI News Digest - January 2026 | ||
|---|---|---|---|
| date | 2026-01-30 | ||
| modified | |||
| description | roundup of the most notable AI developments | ||
| art | monthlyai.jpg | ||
| layout | post.njk | ||
| tags |
|
| title | Crypto News Digest - January 2026 | ||
|---|---|---|---|
| date | 2026-01-30 | ||
| modified | |||
| description | roundup of the notable Crypto developments | ||
| art | monthlycrypto.jpg | ||
| layout | post.njk | ||
| tags |
|
| title | Crypto News Digest - December 2025 | ||
|---|---|---|---|
| date | 2025-12-26 | ||
| modified | |||
| description | roundup of the most notable Crypto developments | ||
| art | cryptonews-december2025.jpeg | ||
| layout | post.njk | ||
| tags |
|
This file contains hidden or 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
| code | state | pop_2014 | |
|---|---|---|---|
| AL | Alabama | 4849377 | |
| AK | Alaska | 736732 | |
| AZ | Arizona | 6731484 | |
| AR | Arkansas | 2966369 | |
| CA | California | 38802500 | |
| CO | Colorado | 5355866 | |
| CT | Connecticut | 3596677 | |
| DE | Delaware | 935614 | |
| DC | District of Columbia | 658893 |
This file contains hidden or 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
| license: mit |
This file contains hidden or 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
| function sleepSort(arr) { | |
| arr.forEach((n) => setTimeout(() => console.log(n), n)) | |
| } | |
| const arr = [9, 5, 3, 99, 11, 2, 0] | |
| sleepSort(arr) | |
| /* stdout: | |
| 0 | |
| 2 |
This file contains hidden or 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
| license: mit |
This file contains hidden or 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
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Web; | |
| using System.Data.Common; | |
| using System.Data.Linq; | |
| namespace MyApp.Models.DataContextWrapper | |
| { | |
| public interface IDataContextWrapper |
NewerOlder