All Projects → radiantly → you-cant-download-this-image

radiantly / you-cant-download-this-image

Licence: MIT license
Downloading images from the web is as easy as right clicking them and selecting "Save image as..", right? Well, not anymore xD

Programming Languages

C++
36643 projects - #6 most used programming language
HTML
75241 projects
CSS
56736 projects
Makefile
30231 projects

Projects that are alternatives of or similar to you-cant-download-this-image

Trill
Trill is a single-node query processor for temporal or streaming data.
Stars: ✭ 1,120 (+230.38%)
Mutual labels:  streaming-data
Gsf
Grid Solutions Framework
Stars: ✭ 106 (-68.73%)
Mutual labels:  streaming-data
Smart open
Utils for streaming large files (S3, HDFS, gzip, bz2...)
Stars: ✭ 2,306 (+580.24%)
Mutual labels:  streaming-data
Axway Amplify Streams Js
AMPLIFY Streams Javascript package containing SDK, documentation and sample applications
Stars: ✭ 79 (-76.7%)
Mutual labels:  streaming-data
Pravega
Pravega is 100% open source and community-driven. All components are available under Apache 2 License on GitHub.
Stars: ✭ 1,653 (+387.61%)
Mutual labels:  streaming-data
River
🌊 Online machine learning in Python
Stars: ✭ 2,980 (+779.06%)
Mutual labels:  streaming-data
Flexible Clustering
Clustering for arbitrary data and dissimilarity function
Stars: ✭ 37 (-89.09%)
Mutual labels:  streaming-data
Miller
Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON
Stars: ✭ 4,633 (+1266.67%)
Mutual labels:  streaming-data
Toolbox
A Java Toolbox for Scalable Probabilistic Machine Learning
Stars: ✭ 105 (-69.03%)
Mutual labels:  streaming-data
Kafka Streams In Action
Source code for the Kafka Streams in Action Book
Stars: ✭ 167 (-50.74%)
Mutual labels:  streaming-data
Optbinning
Optimal binning: monotonic binning with constraints. Support batch & stream optimal binning
Stars: ✭ 79 (-76.7%)
Mutual labels:  streaming-data
Tractor
structured concurrent, Python parallelism
Stars: ✭ 88 (-74.04%)
Mutual labels:  streaming-data
Real Time Sentiment Tracking On Twitter For Brand Improvement And Trend Recognition
A real-time interactive web app based on data pipelines using streaming Twitter data, automated sentiment analysis, and MySQL&PostgreSQL database (Deployed on Heroku)
Stars: ✭ 127 (-62.54%)
Mutual labels:  streaming-data
Machine
Machine is a workflow/pipeline library for processing data
Stars: ✭ 78 (-76.99%)
Mutual labels:  streaming-data
Shioaji
Shioaji all new cross platform api for trading ( 跨平台證券交易API )
Stars: ✭ 203 (-40.12%)
Mutual labels:  streaming-data
Nsdb
Natural Series Database
Stars: ✭ 49 (-85.55%)
Mutual labels:  streaming-data
Awesome Bigdata
A curated list of awesome big data frameworks, ressources and other awesomeness.
Stars: ✭ 10,478 (+2990.86%)
Mutual labels:  streaming-data
frizzle
The magic message bus
Stars: ✭ 14 (-95.87%)
Mutual labels:  streaming-data
Data Accelerator
Data Accelerator for Apache Spark simplifies onboarding to Streaming of Big Data. It offers a rich, easy to use experience to help with creation, editing and management of Spark jobs on Azure HDInsights or Databricks while enabling the full power of the Spark engine.
Stars: ✭ 247 (-27.14%)
Mutual labels:  streaming-data
Rangeless
c++ LINQ -like library of higher-order functions for data manipulation
Stars: ✭ 148 (-56.34%)
Mutual labels:  streaming-data

You can't download this image

Site uptime check

Or can you? Visit https://youcantdownloadthisimage.com/ to give it a go!

Running your own server

If you'd just like to test the code that keeps the connection open, run the following

# Build and start serving lisa.jpg on http://localhost:3000/
make
./serve
Full setup The following assumes that you have [caddy](https://caddyserver.com/) installed with systemd.
cd /opt                                                                # Navigate to /opt
git clone https://github.com/radiantly/you-cant-download-this-image    # Clone repository
chown -R root:caddy you-cant-download-this-image/                      # Set permissions: root owner, caddy group
cd you-cant-download-this-image && make                                # Build

Start and enable the systemd unit file to keep it running:

ln -s /opt/you-cant-download-this-image/lisa.service /etc/systemd/system/lisa.service
systemctl daemon-reload    # Reload service files on disk
systemctl start lisa       # Start
systemctl enable lisa      # Autostart on boot

Configure caddy:

mv /etc/caddy/Caddyfile /etc/caddy/Caddyfile.bak    # backup existing Caddyfile
ln -s /opt/you-cant-download-this-image/Caddyfile /etc/caddy/Caddyfile
systemctl restart caddy

License

MIT

Powered by DigitalOcean

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].