How you look at it is pretty much how you'll see it π¨πΌβπ»
- Germany
Pinned Loading
-
-
-
Currently I am learning the programm...
Currently I am learning the programming language Java. I found a source code for encoding and decoding Base58 in the PHP programming language on the website https://www.darklaunch.com/base58-encode-and-decode-using-php-with-example-base58-encode-base58-decode.html // I found it exciting to rewrite this PHP code into Java. The result is certainly not perfect, but I could gain experience for myself. 1public class Base58 {
2String charset = "123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ";
3int charsetLength = this.charset.length();
45public String encode(String input) {
-
Easter formula according to Carl Fri...
Easter formula according to Carl Friedrich Gauss 1<?php
23declare(strict_types=1);
45/**
-
A holiday is called movable if it do...
A holiday is called movable if it does not occur on the same date every year. This applies to the smaller part of the German holidays - the majority have fixed dates. For a movable holiday to occur again on the same day in the year, up to several hundred years can pass in extreme cases. This applies, for example, to an Easter Sunday on the earliest possible date on March 22. There, the last and the next occurrence are more than 450 years apart. 1<?php
23/**
4* Calculate movable Holidays
5*
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.