• Stars
    star
    3
  • Rank 3,953,523 (Top 79 %)
  • Language
    HTML
  • License
    MIT License
  • Created about 4 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Calculating the day of the week of any date is not hard! This Blazor-Webassembly app supports you learning it and improving yourself.

More Repositories

1

Fluent-Random-Picker

Fluent Random Picker is a nice, performant, fluent way to pick random values. Probabilities can be specified, values can be weighted.
C#
41
star
2

Bitcoin-Supply-Calculator

A very simple algorithm that calculates the total bitcoin supply after a given block
Python
7
star
3

Ethereum-Web3-SmartContract-Escrow

A simple Ethereum-based escrow-smart contract (Web3)
JavaScript
6
star
4

Published-Date

This Add-on tries to find out when exactly a website or an article on a website was published and last edited.
JavaScript
5
star
5

JSON-Namen

JSON-Auflistung mit 500 mรคnnlichen & 500 weiblichen Vornamen, sowie 2000 Nachnamen
4
star
6

Count-Inversions

Compares counting inversions in an array via the Exhaustive Approach and via Divide and Conquer (Python)
Python
3
star
7

Karatsuba-binary-multiplying-Python

Divide and Conquer algorithm to multiply n-bit numbers in O(n^1.58).. This implementation works completely without using Python's "*"-operator; just "+", "-", bitwise operations and a lookup table.
Python
3
star
8

express-visit-counter

An express middleware that counts the visits of your website.
JavaScript
3
star
9

Ethereum-Web3-SmartContract-Coinflipping

A simple Ethereum-based conflip-smart contract (Web3)
JavaScript
2
star
10

ndsvw

Config files for my GitHub profile.
1
star
11

Ask-me-for-a-weekday

Ask-me-for-a-weekday is a nodeJS based command line application that asks you for the day of the week of a particular date.
JavaScript
1
star
12

SearXNG-WebExtensions

Code to generate web extensions for searXNG
JavaScript
1
star
13

Ethereum-Web3-SmartContract-HelloWorld

A simple Ethereum-based hello world-smart contract (Web3)
JavaScript
1
star
14

Huffman-Coding-Data-Compression

Huffman code is a particular type of optimal prefix code that is commonly used for lossless data compression. It's usually implemented via a greedy approach.
Java
1
star
15

Maximum-Profit-Problem

Dynamic-Programming solution of the Maximum Profit Problem: Given an array of n integers representing a price of something over a time period: What is the maximum profit you can make by buying and selling at most k times?
Python
1
star
16

Largest-square-formed-in-a-matrix-Problem

Dynamic-Programming solution of the "Largest square formed in a matrix"-Problem: Given a binary matrix: What is the maximum size square sub-matrix with all 1s? (and additional: What is the maximum size square sub-matrix with all 1s at the border?)
Python
1
star
17

Which-day-of-the-week

"Which day of the week" is made for people who are trying to learn how to calculate the Day of the Week of a random date within seconds.
HTML
1
star