Browsing projects by Tag(s)

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

Showing page 1 of 2

ImageMagick® is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale ... [More] , shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves. The functionality of ImageMagick is typically utilized from the command line or you can use the features from programs written in your favorite programming language. ImageMagick is free software delivered as a ready-to-run binary distribution or as source code that you may freely use, copy, modify, and distribute in both open and proprietary applications. [Less]

4.24153
   
  2 reviews  |  1,212 users  |  775,025 lines of code  |  4 current contributors  |  Analyzed 9 days ago
 
 

Phatch is an user friendly, cross-platform Photo Batch Processor and Exif Renamer with a nice graphical user interface. Phatch handles all popular image formats and can duplicate (sub)folder hierarchies. Phatch can batch resize, rotate, apply shadows, perspective, rounded corners, … and do much ... [More] more actions in minutes instead of hours or days if you do it manually. [Less]

5.0
 
  0 reviews  |  4 users  |  85,054 lines of code  |  0 current contributors  |  Analyzed 9 days ago
 
 

PBS Cluster Viz is a project to display information useful to admins and users about a computing cluster managed by a PBS-compatible resource manager. Information includes load and job distribution.

0
 
  0 reviews  |  1 user  |  1,193 lines of code  |  2 current contributors  |  Analyzed 1 day ago
 
 

I used to spend much time on changing filenames of many files with a certain pattern. So this program can help batch this process.

0
 
  0 reviews  |  0 users  |  21 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

Various tools that I've written mainly for use in unix/linux environments. Created to solve a specific problem I encountered at one time or another. FixedFieldSet - shows stats on a set of fixed field records >>> from FixedFieldSet import * >>> records = ... [More] ['050070200707019999', '050070200708020050', '050072200710070375'] >>> fields = [FixedField('insurer_id', 0, 6, str), ... FixedField('date', 6, 14, str), ... FixedField('contract_amt', 14, 18, int), ... ] ... >>> rp = RecordParser(fields) >>> rp.parse(records) >>> rp.show_stats() count:3 sum:0 avg:0 min:0 max:0 count:3 sum:0 avg:0 min:0 max:0 count:3 sum:10424 avg:3474 min:50 max:9999distinct - returns the distinct entries in a list >>> import distinct >>> distinct.get_distincts([1,3,5,'a',3,3,5,'b']) [1, 3, 5, 'a', 'b']unique - from a sorted file, print only unique lines. distinct is not very efficient for large datasets so instead sort your file and run it through the much simpler yet efficient unique.py $cat test 123 123 123 456 789 789 hi hi hi no no $unique test 123 456 789 hi nowwbcat - for each file in a list of files, append the given string $wwbcat meow wes1 wes2 wes3 wes4 $cat wes* hi meow how meow are meow you? meowwwbprepend - for each file in a list of files, prepend the given string to it $wwbprepend meow wes1 wes2 wes3 wes4 $cat wes* meow hi meow how meow are meow you?apsuf - appends a suffix to each filename in the list of arguments $apsuf sew wes1 wes2 wes3 wes4 $ls wes* wes1sew wes2sew wes3sew wes4sewwwbstats - computes statistics for a list of numbers $cat nums 1 5 10 15 20 $cat nums | wwbstats sum: 51.0 avg: 10.2 max: 20.0 min: 1.0 rng: 19.0sls - list directories on remote servers lsd - list only the directory names in a directory statusbar - print a growing status bar check out the code here [Less]

0
 
  0 reviews  |  0 users  |  177 lines of code  |  0 current contributors  |  Analyzed 8 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
 
 

Repository for various system administration scriptsScopeThis repository is intended to be platform and language agnostic, ie. scripts in any language for any target platform are accepted. ContributionFeel free to join (if you don't mind the MIT license). Questions?Ask.

0
 
  0 reviews  |  0 users  |  1,599 lines of code  |  0 current contributors  |  Analyzed about 8 hours ago
 
 

Starting from the port allocation table written in an Excel sheet in the form: [From_Devicde|From_Port|To_Device|To_Port|Vlan|Speed|Duplex] this tool builds the batch for Cisco Catalyst/Router interfaces configuration.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

Resizer is a simple batch image resizer with a graphical interface. It is written in Python and uses wxPython graphical toolkit.

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

More to come!

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed almost 2 years 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.