OSINTHRH
picsum-photos
Our great sponsors
OSINTHRH | picsum-photos | |
---|---|---|
4 | 47 | |
6 | 1,845 | |
- | - | |
0.0 | 0.0 | |
over 2 years ago | 7 days ago | |
Go | ||
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
OSINTHRH
picsum-photos
-
Simple Bootstrap Lightbox
Picsum Photos https://picsum.photos/
-
CoPilot suggested to use a background image and this is the image it picked from Unsplash.
TIP: Use Lorem Picsum for placeholder images.
-
Yet another bash script for setting wallpaper!
#!/bin/sh while getopts "s" opt; do case "$opt" in s ) STARTUP="true" ;; esac done SCREEN_WIDTH=$(cat /sys/class/graphics/*/virtual_size | cut -f1 -d',') SCREEN_HEIGHT=$(cat /sys/class/graphics/*/virtual_size | cut -f2 -d',') WALLPAPER_PATH="$(readlink -f ${HOME}/Pictures/.wallpaper.jpg)" : ${STARTUP:=false} # Set the old wallpaper at startup if it exists [ "${STARTUP}" == "true" ] && [ -f "${WALLPAPER_PATH}" ] && feh --bg-fill ${WALLPAPER_PATH} # Check if you have internet connection wait-for-internet -s 100 [ "$?" == "0" ] && \ { # Download image or show error message wget -O ${WALLPAPER_PATH} https://picsum.photos/${SCREEN_WIDTH}/${SCREEN_HEIGHT} || \ { notify-send --icon=dialog-error "Cannot download wallpaper!"; exit 1;} # Set the downloaded image as wallpaper [ -f "${WALLPAPER_PATH}" ] && feh --bg-fill ${WALLPAPER_PATH} }
-
Lorem Picsum - Random images and strings
local function parseInt(str) return str:match("^%-?%d+$") end function appendLoremPicsumUrl() local width = parseInt(vim.fn.input("width: ")) local height = parseInt(vim.fn.input("height: ")) if width and height then local curl = require("plenary.curl") local res = curl.get("https://picsum.photos/" .. width .. "/" .. height, {}) local url = res.headers[3]:sub(11) local cursor = vim.api.nvim_win_get_cursor(0) local line = vim.api.nvim_get_current_line() local nline = line:sub(0, cursor[2] + 1) .. url .. line:sub(cursor[2] + 2) vim.api.nvim_set_current_line(nline) vim.api.nvim_win_set_cursor(0, { cursor[1], cursor[2] + url:len() }) end end vim.cmd("command LoremPicsum silent lua appendLoremPicsumUrl()")
-
10 Cool Rest APIs for your Next Projects
Lorem Picsum: To give your website an outstanding look, you have to embed photos and this Lorem Picsum API is photo factory. This is an wonderful API with the collection of pictures. By using various routes and query params (as stated in the documentation) you can fetch pictures of several size and categories.
-
Detecting HAZMAT Placards on Trucks - Running On SPOT Robot
I downloaded a few hundred random stock photo images (some form picsum.photos)
-
[Showoff Saturday] Bash script to download random Unsplash image with set height & width
In my research I found this site https://picsum.photos/ that provides direct downloads from Unsplash with a set width and height. and It gave me an idea!
-
Create an image slider using HTML and CSS
You can add as many image as you like. To download dummy images, you can visit picsum.photos site.
-
One of my favorite JS challenges on Stack Overflow
images = [ 'https://picsum.photos/id/237/200/300', 'https://picsum.photos/id/236/200/300', 'https://picsum.photos/id/235/200/300', 'https://picsum.photos/id/234/200/300', 'https://picsum.photos/id/233/200/300', 'https://picsum.photos/id/232/200/300', 'https://picsum.photos/id/231/200/300', 'https://picsum.photos/id/230/200/300', 'https://picsum.photos/id/229/200/300', 'https://picsum.photos/id/228/200/300' ];
-
11 Productive Websites for Web Developers
Lorem Picsum
What are some alternatives?
stylegan2-pytorch - Simplest working implementation of Stylegan2, state of the art generative adversarial network, in Pytorch. Enabling everyone to experience disentanglement
go-unsplash - Go Client for the Unsplash API
chance.js - Chance - Random generator helper for JavaScript
excalidraw - Virtual whiteboard for sketching hand-drawn like diagrams
css-listview - Accompanying code for a basic article on CSS scrollable list. HTML, CSS, Vue 3, ChanceJS and Lorem Picsum
RandomUserSwift - 👤 Framework to Generate Random Users - An Unofficial Swift SDK for randomuser.me
generatedata - A powerful, feature-rich, random test data generator.
spike - :mega: A fast reverse proxy written in PHP that helps to expose local services to the internet
Home Assistant - :house_with_garden: Open source home automation that puts local control and privacy first.
uiGradients - 🔴 Beautiful colour gradients for design and code
core - 🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
json-server - Get a full fake REST API with zero coding in less than 30 seconds (seriously)