![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
github.com/matthewdargan/photo-album-showcase
Photo-album-showcase fetches photos from the Photos API. Results can be filtered by album IDs, IDs, titles, URLs, and/or thumbnail URLs.
Usage:
photo-album-showcase [-id ids...] [-albumid albumids...] [-title 'titles...'] [-url urls...] [-thumburl thumburls...]
The -id
flag filters photos by one or more photo IDs. Multiple IDs must be comma-separated.
The -albumid
flag filters photos by one or more album IDs. Multiple album IDs must be comma-separated.
The -title
flag filters photos by one or more titles. Multiple titles must be comma-separated. Titles containing spaces must be enclosed with single quotes (e.g., -title 'title 1','title 2'
).
The -url
flag filters photos by one or more URLs. Multiple URLs must be comma-separated.
The -thumburl
flag filters photos by one or more thumbnail URLs. Multiple thumbnail URLs must be comma-separated.
In order to install photo-album-showcase
, install Go on your operating system. Once Go is installed, run the following to install photo-album-showcase
:
go install github.com/matthewdargan/photo-album-showcase@latest
# Fetch photos with IDs 1, 2, and 5 from album 1.
photo-album-showcase -id 1,2,5 -albumid 1
# Fetch photos with titles 'accusamus beatae ad facilis cum similique qui sunt' and 'reprehenderit est deserunt velit ipsam'.
photo-album-showcase -title 'accusamus beatae ad facilis cum similique qui sunt','reprehenderit est deserunt velit ipsam'
# Fetch photos with URLs https://via.placeholder.com/600/92c952 and https://via.placeholder.com/600/f66b97.
photo-album-showcase -url https://via.placeholder.com/600/92c952,https://via.placeholder.com/600/f66b97
# Fetch photos with thumbnail URLs https://via.placeholder.com/150/92c952 and https://via.placeholder.com/150/f66b97.
photo-album-showcase -thumburl https://via.placeholder.com/150/92c952,https://via.placeholder.com/150/f66b97
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.