6 projects tagged "share"
PicoReddit is a mobile reddit client for any Java-enabled (J2ME, MIDP 2.0) phone. It supports the ability to view both frontpage and subreddit articles, view comments, share articles with contacts, bookmark articles, configure subreddits, and more. You can save articles for offline viewing. It supports JavaScript, images (including GIF, JPEG, PNG, TIFF, and BMP), with the ability to Zoom, Fullsize, Save, and OCR images, compression to reduce wireless data charges, and Unicode and many character encodings.
eXtended Screenshot is a tool for making, editing, sharing, and exchanging screenshots between people via the Internet. It uses the HTTP protocol. It can capture either the full screen or only part of the screen. The screenshot can be edited by cropping it or adding shapes. The color, width, position, and size of shapes can be changed. A screenshot can be uploaded to a server. Prepared links can be shared. A screenshot can also be saved to a file in the PNG or JPEG formats. This tool is oriented for QA testers, programmers, designers, sales managers, support centers, and other people. It has a minimal design and focuses on functionality.
debshare.create is a hackish script used for producing .debshare files, which are basically "self-executable", monolithic archives containing several .deb packages. A .debshare file is meant to install one (or more) applications that it contains, complete with all its dependencies. This facilitates easy sharing of applications across computers using a single file, as opposed to multiple .deb packages. This idea was originally meant for Ubuntu systems, but there should be no reason why it shouldn't work on other similar distributions. Technically, a .debshare file is a bash shell script with a binary payload (a tar archive with the .deb-s) appended to it.