![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.
Welcome to Pictorama. An easy picture gallery based on directory and files
Just clone the github repo..
git clone git@github.com:aboyon/pictorama.git
Copy the config.sample.yml to config.yml (into the config/ file)
cd config/
cp config.sample.yml config.yml
and then proceed to adjust the settings
picturama:
album_source: '/home/user/Pictures/some_folder/'
allowed_formats: ['jpg','png','jpeg']
thumbnail_prefix: thumb_
thumnail_default_size: "200x200"
generate your thumbnails quickly, by using the rake task created for that
rake thumbnail:generate["/some/folder"] #you can specify a different folder...
and then you'll get an answer like this:
Generating 30 thumbnails for folder /some/folder/ ...
Size: 200x200
Thumbnail generated from source 1.JPG. Target destination thumb_1.JPG
Thumbnail generated from source 2.JPG. Target destination thumb_2.JPG
Please see licence file for further reading.
FAQs
Unknown package
We found that picturama demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.