Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 2

Shutter is a feature-rich screenshot program. You can take a screenshot of a specific area, window, your whole screen, or even of a website - apply different effects to it, draw on it to highlight points, and then upload to an image hosting site, all within one window. See http://shutter-project.org/about/ for a feature list.

4.71429
   
  0 reviews  |  17 users  |  21,242 lines of code  |  2 current contributors  |  Analyzed 2 days ago
 
 

Screen capture program that allows for region/window/full-screen screenshots. Can FTP screenshots and put the URL in your clipboard in a single keystroke. Supports automatic custom naming conventions with variables. Optionally can interface with image editing software.

5.0
 
  0 reviews  |  8 users  |  164,067 lines of code  |  3 current contributors  |  Analyzed 9 days ago
 
 

I thought the UI for Imageshack's torrent download service wasn't that useful and looked like crap. This project is a firefox extension to fix that. Included is a xul app that displays and modifies the state of torrents and allows one to add torrents.

0
 
  0 reviews  |  0 users  |  959 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

ShackShag is a small script allowing you to upload many images to imageshack.us hosting service. Please read ImageShack(R) terms of service before using ShackShag.

0
 
  0 reviews  |  0 users  |  256 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

GoalThe Goal of TDMaker is to create a Description and a Torrent of a Media file. TDMaker is coded using C# and requires Microsoft .NET Framework 3.5 or above. TDMaker Windows Installer will auto-install Microsoft .NET Framework if the it is not present in the target system. FeaturesGet Movie ... [More] Info using MediaInfo Generate a screenshot using MTN Upload to ImageShack or TinyPic Copy Media Info and Screenshot using a Template to clipboard Create Torrent using MonoTorrent Tested inWindows XP 32-bit Windows Vista 64-bit Windwos 7 Build 7000 32-bit Ubuntu 8.10 32-bit ScreenshotsKDE 4.0 Ubuntu 8.10 Windows 7 [Less]

0
 
  0 reviews  |  0 users  |  46,557 lines of code  |  1 current contributor  |  Analyzed about 21 hours ago
 
 

ImageShackUploader (beta) is a simple AIR application for uploading image from desktop to ImageShack hosting. Image Shack service and AIR application don't need registration, just upload file and share link with friends or post it on forums. All uploaded images (links to original images and ... [More] thumbnails) are stored in history. Also, there are few parameters which user can use for uploading. Version 2.4 released: Resize and crop functionality are available. To open picture with Resize/crop tool just select "Use resize/crop tool" on the Options window. Framework: Cairngorm What Libraries were used in this project? as3httpclientlib (with as3crypto) for POST request to server and custom content type Corelib (only URI class was used from this library) everythingflexairlib was used AlertWindow class Spring effect developed by Chet Haase [Less]

0
 
  0 reviews  |  0 users  |  4,076 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

HAMAKEDescription'hamake' utility allows you to automate incremental processing of datasets stored on HDFS using Hadoop tasks written in Java or using PigLatin scripts. Datasets could be either individual files or directories containing groups of files. New files may be added (or removed) at ... [More] arbitrary location which may trigger recalculation of data depending on them. It is similar to unix 'make' utility. First, you formulate you processing model in terms of data locations (which could be used either as inputs or outputs) and tasks. Currently two types of tasks supported (although they are called "map" and "reduce" but they should not be confused with Hadoop "map" and "reduce"): MAP - this a type of task which maps a group of files at one location to another location(s). This task assumes 1 to 1 file mapping between locations, and can process them incrementally, converting only files which are present at source location, but not at all of destinations. If we view MAP as a function, we can define it using Haskell language syntax as: map:: Path -> [Path] -> [Path] map source dependencies targets = ...REDUCE - this a type of task which takes a group of files as an input and produce one or more outputs. All input files are considered to be a dataset, and if any of them is newer than destination, the re-calculation will be triggered. If we view REDUCE as a function, we can define it using Haskell language syntax as: reduce:: [Path] -> [Path] reduce source targets = ...You describe your tasks along with their inputs and outputs locations in 'hamakefile' using simple XML syntax (see HaMakefileSyntax). 'hamake' reads this file, builds dependency graph and attempts to execute tasks in order which allows to resolve all dependencies. (in the situation where you have a circular dependency, you can specify a "generation" attribute on an input or output). hamakes takes care of figuring out what tasks have to be executed and in what order. It could execute several tasks in parallel if they do not depend on each other. It takes care cleaning up results of partial execution, in case of error. RequirementsHadoop-0.18.3 Python 2.5 Pig-0.2.0 (optional) HadooopThriftServer (from Hadoop-0.19 contrib, back-ported to 0.18.3) Installationpython setup.py install RunningYou need to have Hadoop Thrift Server running and host and port of it should be specified in hamakefile in element. hamake [--dry-run] [--nodeps] [-j N] [--verbose] [--test] [-f hamakefile.xml] [ ...]Options --dry-run Perform execution simulation without actually executing any tasks or modifying any files. --nodeps Unconditionally build specified targets -j N execute up to N tasks simultaneously. Applies only to independent tasks. By default N is unlimited. -j 1 will make it execute tasks one by one. --verbose be more verbose - report more information on what is being done --test mostly for developers - make it print detailed stack traces in case of errors -f hamakefile.xml specifies makefile name. If this option is omitted 'hamakefile.xml' is assumed target list of targets (task names) to be executed. Only these targets and (ones they depend on) will be executed. DocumentationHaMakefileSyntax FAQ AuthorVadim Zaliva lord@crocodile.org. The development of this project was sponsored by ImageShack corp. [Less]

0
 
  0 reviews  |  0 users  |  17,588 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

IntroductionTweetero/yfrog for iphone is an open source Twitter client for Apple iPhone and iPod Touch. Major features: View tweets from people you follow View your followers/following lists Disable/Enable mobile notification per user Send/Receive direct messages Take and send pictures (hosted ... [More] at Yfrog.com) Automatically recognize in tweets and show in a full-screen image viewer URLs pointing to pictures posted at yfrog.com. Delayed post/upload (via queue) Optionally include location information in tweets Display user information Re-tweets (following RT: convention) Forward tweets by email. Replies StatusYou can install it (for free) from App store, clicking on this link Also you can take a look at TweeteroScreenshots, or check out and build source code. Please follow @tweetero on twitter to receive updates. Open SourceImageshack Corp. has released this application as an open source project. We hope that the open source community will participate in the evolution of this product, and possibly spawn other projects based on this code. User contributions are very welcome. Please see HowToContribute for more details. For discussion, please join tweetero-users mailing list. AuthorsThe development of this project was sponsored by ImageShack Corp. It has been developed (for Imageshack) by Codeminders. [Less]

0
 
  0 reviews  |  0 users  |  12,618 lines of code  |  0 current contributors  |  Analyzed 11 days ago
 
 

ImageHold is simple tool that makes it easy for you to host images in the web, using hostings services like imageshack.us or ImageHost.org. It is written on pure Qt 4 and is as crossplatform as Qt4 itself. ImageHold uses plugins for uploading images, so it can be expanded to support as many ... [More] hosting services as anybody wants. Also, plugin system allows users to easily expand functionality with features like making screenshots (planned) and screenlists from video (planned) FEATURES Multiple imagehostings support TODO moar features ))) ScreenShots [Less]

0
 
  0 reviews  |  0 users  |  47,287 lines of code  |  0 current contributors  |  Analyzed 10 days ago
 
 

Sample code as well as libraries in different programming languages to work with imageshack.us and yfrog.com APIs. Image and video uploads, etc. Sources:To obtain latest source code of the libraries and sample code please check out it from repository. Bugs/Questions/Support:If you find any bugs ... [More] in our libraries or sample code, please send us a bug report. If you have any questions feel free to post them in our discussion group. Links:Imageshack API documentation YFrog API documentation [Less]

0
 
  0 reviews  |  0 users  |  16,105 lines of code  |  0 current contributors  |  Analyzed 10 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.