The following used [ffmpeg][] to detect and decode files, and [sox][] to adjust gain.
The following shell script will detect HDCD files that were ripped bit-perfect (EAC/XLD).
#!/bin/sh -
| ! 2021-12-29 https://139.99.17.109 | |
| 139.99.17.109###top-banner | |
| 139.99.17.109###after-menu-2 | |
| ! 2021-12-29 https://www.facebook.com | |
| ||facebook.com/video/unified_cvc/*$xhr,domain=facebook.com | |
| ! 2022-01-06 https://139.99.17.109 | |
| 139.99.17.109##.post > .custom-html-widget.textwidget > .row | |
| 139.99.17.109###middle-banner |
| import java.time.LocalDate; | |
| import java.time.ZoneId; | |
| import java.time.format.DateTimeFormatter; | |
| import java.util.Date; | |
| /** | |
| * This pattern has the following benefits: | |
| * | |
| * - Date formats are referenced as a strong type | |
| * - Code completion on patterns |
Warning
OSSRH Sunset: "As of June 30, 2025 OSSRH has reached end of life and has been shut down. All OSSRH namespaces have been migrated to Central Publisher Portal."
GitHub allows automated builds using GitHub Actions. A commonly asked question is how to release artifacts (packaged Java jars) built by Maven and Gradle to The Central Repository. The GitHub Actions documentation provides only part of the answer.
So, first, configure your Maven project for staging artifacts to The Central Repository, by reading through Configuring Your Project for Deployment and following those steps. Please make sure that the maven-gpg-plugin is configured to prevent gpg from using PIN entry programs, as follows:
<| #################################### | |
| # global libraries used everywhere # | |
| #################################### | |
| # Package lock in - optional | |
| MRAN.snapshot <- "2019-01-01" | |
| options(repos = c(CRAN = paste0("https://mran.revolutionanalytics.com/snapshot/",MRAN.snapshot))) | |
| pkgTest <- function(x) | |
| { | |
| if (!require(x,character.only = TRUE)) |
The default version of java provided in the latest raspbian images are outdated, so we are going to install from the ppa:webupd8team/java repository instead. Please note that add-apt-repository ppa:webupd8team/java will not work, so we will need to add the repository manually.
nano key.txt
| public static final BigInteger B = BigInteger.ONE.shiftLeft(64); // 2^64 | |
| public static final BigInteger L = BigInteger.valueOf(Long.MAX_VALUE); | |
| public static BigInteger convertToBigInteger(UUID id) | |
| { | |
| BigInteger lo = BigInteger.valueOf(id.getLeastSignificantBits()); | |
| BigInteger hi = BigInteger.valueOf(id.getMostSignificantBits()); | |
| // If any of lo/hi parts is negative interpret as unsigned |
On Jul 4, 2017 theverge.com posted an article about photobucket (silently) no longer allowing their users to source their images on 3rd party websites for free, thus leaving websites all over the web broken displaying the following image in replace:
Me being one of those individual, I attempted to go into my photobucket account and download my content as I now have my own hosting I am able to store those images on; however, the only ways to bulk download (on desktop) is by downloading albums through their interface. Doing so, gave me the following error message: "Hmmm. Something didn't click. Want to give it another shot? Try again now."
Doing this serveral times, in different browsers (chrome, firefox and safari), after disabling all my addons and extensions (including ad blockers), it still didn't work.
At this point, doing anything on their website w