Datadog CI plugin for `sarif` commands
Datadog CI plugin for `junit` commands
React Upload component helps users transfer files from their file systems to dedicated server handlers. KendoReact Upload package
A cross platform HTML5 QR Code & bar code scanner
upload ui component for react
Storage higher order operation
TypeScript client library for the Mistral AI API
Kendo UI Angular Upload Component
Library for work with Uploadcare Upload API
A Cypress command for file upload
An AngularJS directive for file upload using HTML5 with FileAPI polyfill for unsupported browsers
Reporter for jscpd. Generate a report in SARIF format (https://github.com/oasis-tcs/sarif-spec).
Datadog CI plugin for `coverage` commands
upload ui component for react
Currents CLI tools
Upload feature for CKEditor 5.
Actions artifact lib
The React Framework
Generates CRC hashes for strings - for use by node redis clients to determine key slots.
[](https://buildwithfern.com?utm_source=github&utm_medium=github&utm_campaign=readme&utm_source=https%3A%2F%2Fgithub.com%2Ffern-demo%2Ftwelve-labs-js) [![NPM version]
The Vercel Blob JavaScript API client
Compress Image, Video, and Audio same like Whatsapp & Auto/Manual Compression | Background Upload | Download File | Create Video Thumbnail
CLI tool to upload Chrome Extensions to the Chrome Web Store
React Flow - A highly customizable React library for building node-based editors and interactive flow charts.
Litte command utility that uses the github api to create a public key
A helper script that generates both public & private keys, uploads them to the specified Github repository (as deploy keys), and adds them to your ssh config file.
divshare ======== Description ----------- The divshare gem makes it easier to use the Divshare API. To use it, you need to create a Divshare account and sign up for an API key. Usage ----- Here's a brief walkthrough of the basic operations (see `examples/` for more information): require 'divshare' # Set these for your divshare account api_key = 'your api key' api_secret = 'your api secret' email = 'your login email address' password = 'your password' filename = 'a file you want to upload' client = Divshare::Client.new(api_key, api_secret) client.login(email, password) all_my_files = client.get_user_files all_my_files.each do |f| print "#{f.file_name} (#{f.file_size}) " puts "was last downloaded #{Time.at(f.last_downloaded_at.to_i)}" end ticket = client.get_upload_ticket uploaded_id = client.upload(ticket, filename) puts "#{filename} uploaded with new id: #{uploaded_id}" client.logout Now, going through the same script step-by-step. Use your Divshare API key and secret (comes with key) to create a client: client = Divshare::Client.new(api_key, api_secret) Login using the credentials for your Divshare account: client.login(email, password) Get an array of all of your files: all_my_files = client.get_user_files Do something with the files: all_my_files.each do |f| print "#{f.file_name} (#{f.file_size}) " puts "was last downloaded #{Time.at(f.last_downloaded_at.to_i)}" end Upload a file, and capture its id: ticket = client.get_upload_ticket uploaded_id = client.upload(ticket, filename) Logout client.logout Installation ------------ Install using rubygems: sudo gem install divshare Or clone from github git clone git://github.com/wasnotrice/divshare.git
No description provided.
No description provided.