Browsing projects by Tag(s)

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

Showing page 22 of 24

Memba Velodoc XP Edition is the open source core of the Velodoc platform for publishing, sharing, sending and transferring large files. It is constituted of ASP.NET Ajax server controls, modules and handlers for uploading and downloading large files. More specifically, Memba Velodoc XP Edition is ... [More] constituted of: An ASP.NET Http module to stream the upload of large files (compatible with IIS7 integrated pipeline mode); An ASP.NET Http handler to provide resumable downloads of large files; ASP.NET server controls to develop user interfaces with file upload functionalities, including a multi-upload control, a listview control and a progress bar control; A web application which is an FTP replacement for exchanging large files with email contacts and which also serves as a sample implementation of the components listed above; A WCF streaming web service used by Memba Velodoc Outlook Add-In; A windows service to periodically purge old files; A test project; A deployment project; A setup project; Documentation. More informationYou can try Velodoc at http://www.velodoc.net. You can get Velodoc at http://www.velodoc.com. For more information go to http://www.velodoc.com/help and http://www.memba.com. PrerequisitesTo install this project, you need: Windows XP SP2, Windows Server 2003 SP1, Windows Vista or Windows Server 2008, Internet Information Server 5.1+, .NET framework 3.0, ASP.NET Ajax Extensions 1.0. To run this project, you need access to an SMTP server which is used to send email notifications. To modify this project, you need Visual Studio 2005 and Web Deployment Projects. NotesSome items included in this project are not covered by the GPL License: Icons are made by Incors and the license terms can be found at http://www.iconexperience.com/x_collections/license/. WatiN is used for UI automated tests and can be found at http://watin.sourceforge.net/. DocumentationDatasheet (english) Datasheet (french) Click the Downloads tab to access the source code and technical documentation [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

Documentations and examples for the official tunesBag.com API.What does tunesBag.com provide?Backup functionalities ensuring data security in a digital world Access functionalities allowing cross media and cross platform experience in an online world (browser, HDTV, mobile) Legal Sharing ... [More] functionalities supporting the media usage behaviour in a connected world Where is the documentation, I want to start coding!Official API documentation You need an user account Generate an application key (free) What does the tunesBag API provide to me?tunesBag provides a full featured RESTful API with JSON/XML support. Complete library access Get/Add items/Filter /api/rest/items/get/ /api/rest/items/add/Work with sets (Playlists) /api/rest/sets/get/ /api/rest/sets/search/ /api/rest/sets/set/getitems/Access media items Manage streaming format / bitrate /api/rest/items/get/deliver /api/rest/items/get/deliver/playerSocial features Rate, Share, Friendlist, Newsfeed, Recommendations /api/rest/social/share/ /api/rest/items/rate/ /api/rest/user/friends/Authentification User has to confirm access to data (Remotekey system) What has already been built using the API?We're using the API on a daily basis - as today the following products have been built using it: Windows Desktop Uploader (with native support for iTunes, Winamp and Windows Media Player; Borland Delphi) iPhone App (Objective-C) Desktop Radio (AIR) Boxee (RSS) What should I develop?Whatever comes to your mind ... Some ideas: Widget based on Flex Mobile applications SongBird Add - On Music quizz app Linux uploader Sync tunesBag Library with last.fm library Use the provided MusicBrainz IDs to establish link to other services (e.g. generate personalized music magazine for the user) [Less]

0
 
  0 reviews  |  0 users  |  11 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

O que é ?FormUp é uma classe em ActionScript 2.0 para tratamento de formulários em Flash sem o uso de componentes. Por que?Criada para facilitar o desenvolvimento de formulários, visto que isso é muito trabalhoso em alguns casos. FormUp permite que você apenas crie a interface do ... [More] formulário, e se preocupe com as animações e interações. Bastando especificar os tipos de campos utilizados, e ela faz a validação, cria máscaras e outras coisas. O principal objetivo é nos livrar da mão de obra de tratar os formulários com máscara, validação, tabIndex e todo o tramite de enviar, pegar respostas e todas essas coisas. Ela trata formulários de qualquer tipo, os tornam seguros, nos deixando livre para cuidar de animações cores e efeitos. Como?A class é apenas uma abstração do uso do objeto sendAndLoad para funcionar de maneira genérica, desde um simples formulário de contato até um grande form de cadastro com todos os tipos de dados comuns (file, passwd, radio, check, text...). Usando os eventos é possível definir qualquer ação pro form de acordo com a interação do usuário. E também é possível usar o AMFPHP, a class FormAmfUp dá o suporte para usarmos o amfphp, seguindo as regras de sua documentação. Também podemos usar qualquer outra linguagem de web server-side (PHP, ASP, JSP) etc. ExemploImportando e iniciando o objeto import FlashForm.FormUp; var meuForm:FormUp = new FormUp();Definindo campos e outros parametros meuForm._arrayField[0] = {mc:'nome', required:true}; meuForm._arrayField[1] = {mc:'email', fType:'email', required:true}; meuForm._form = this; meuForm._serverFile = 'cadastro.php';Ao iniciar meuForm.onStart = function() { trace('Iniciado!'); };Após a validação, e antes do envio para o servidor meuForm.onSend = function() { trace('Enviando...'); this._afterSend.ready = true; };Em caso de erro de preenchimento meuForm.onError = function(arr) { trace(arr[0].mc); trace(arr[0].msg); };Ao completar o envio meuForm.onComplete = function() { trace('Concluído!'); };Iniciando o formulário meuForm.init();Baixe exemplos com código. [Less]

0
 
  0 reviews  |  0 users  |  639 lines of code  |  0 current contributors  |  Analyzed 9 days ago
 
 

What is it?One-Click Upload is a jQuery plugin that replaces the standard file input element, allowing you to use any link, image or element to be used for the purpose of bringing up the "file browse" dialogue. It completes the upload behind the scenes without refreshing the page, making ... [More] it less obtrusive and easier to style than a standard upload form. DocumentationDocumentation is kept up-to-date and can be found here. ExamplesI'm still working on examples which I plan to have bundled with One-Click Upload, for a very basic example please check out http://www.michaelmitchell.co.nz/one-click-upload/ News & UpdatesSeptember 7th, 2008 - Released patch 1.1.2 September 2nd, 2008 - Released patch 1.1.1 September 2nd, 2008 - Created documentation for Version 1.1.0 September 2nd, 2008 - Released version 1.1.0 [Less]

0
 
  0 reviews  |  0 users  |  248 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

PhotoLoader is a simple Java command line tool to upload pictures files to online web photo albums. Initially, I was looking for an application to upload my photos to Picasaweb, but I was not interested in Picasa, I was looking for something simpler and lighter. I did not find any application I ... [More] was satisfied with. Finally, I decided to write my own tool fulfilling my needs. It turns out that this tool did the job, so I made it available to anybody interested in it. Please, refer to the wiki for more information. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed over 1 year ago
 
 

Descriptionwp-publications-archive is a Wordpress plugin that allows administrators to upload and manage all sorts of files (i.e., publications). Additionally, end-users are able to navigate, search, and download them in the front-office. FeaturesCurrently, it supports publications upload and ... [More] management, categories assignment and management, and file extensions management. This plugin provides integration with Wordpress Search, by allowing to search publications metadata (i.e., keywords, description, and title). In addition, it is also integrated with wp-group-restriction, for user group management, thus allowing administrators to restrict publications to specific user groups. RequirementsWordpress 2.0x or 2.1 MySQL version 4.1 or greater [Less]

0
 
  0 reviews  |  0 users  |  3,204 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

NO MORE DEVELOPMENTThis Uploader is no longer under active development due to lack of time. If anyone wants to take it over I can give you the project admin rights. This means that there will be no new releases for the foreseeable future. I suggest you use Bloom instead. IntroductionUpload ... [More] photos to Facebook using a Java-based desktop application, including tagging photos before you upload. See the wiki for more info. For more info on the Facebook API, see the Facebook Developers Website News16-September-2009 - Release 1.5.3 is out now. This fixes a couple of issues including one of photo quality. 20-August-2009 - Release 1.5.2 is out now. This makes a few changes including selecting the privacy of albums from the "Create Album" dialog, and a photo properties dialog. See the ChangeLog for more info. 14-August-2009 - Release 1.5.1 is out now. This brings the much-requested 200 photos per album change! Note that you MUST UPGRADE to this version, due to a change in the way Facebook handle desktop authentication. This also means that you must authenticate each time you start the uploader. I will look into a way to fix this, however I apologise for the inconvenience at the moment. More on the ChangeLog. 28-July-2009 - Release 1.5.0 is out now - minor changes to yesterday's release, but I thought it would be good to bump the version up a bit more! See ChangeLog for more info. 27-July-2009 - Release 1.4.2 is out now. Fixed a few issues, nothing major. See the ChangeLog for more info. ScreenshotsThis is the main window displaying some albums from Facebook and a few local photos in Windows: This is the photo tagging window in Linux: [Less]

0
 
  0 reviews  |  0 users  |  8,561 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

A desktop program that lets you choose as many images as you want from your file system and then upload them all to a image hosting site that does not provide a way to upload many files at once (like the Facebook interface, for example) Whishlist:Add more services: http://flickr.com ... [More] , http://mekusharim.co.il, http://showme.co.il Add a GUI to album creation. Add panel for the images that will uploaded. Add tab for viewing the online album Add Drag & Drop feature between the two tabs. Add De/Select All with key binding to the images panel. Installation:Download and extract the jar file and the lib folder in same directory, then double click the jar file or type this command from the shell: cd path/to/image-batch-uploader/folder java -jar "ImageUploader.jar"Requirements:Java 1.6 Internet Connectivity ;) How to Use:type username and password choose the web hosting service you want to upload to. wait until the albums combo box filled (the box after the services combobox) choose an album from the combobox choose folder from your file system mark files to upload click on "Upload" button and wait until the progress bar finish. Enter your web album with the browser and share your friens :). [Less]

0
 
  0 reviews  |  0 users  |  1,162 lines of code  |  0 current contributors  |  Analyzed about 20 hours ago
 
 

I wrote this program when i faced a lot of issues with the GML (Gmail Loader) application (http://www.marklyon.org/gmail/). Since I am comfortable with Java and knew that there are loads of mail access libraries that can be used along with the Java Mail API, I went ahead and re-wrote the code in ... [More] Java. Some features I did not find in GML: - Restart upload skipping mails that have been uploaded already - A full read of the mail and not the partial read as done in the MBox format usage of GML The libraries needed for this application are: - Java Mail API - MStor (http://mstor.sourceforge.net/) - Java Activation framework [Less]

0
 
  0 reviews  |  0 users  |  2,229 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

Usage: python uimge.py [-ib|-k|-r|-sp|-i|-pc|-o|-xe|-tp|-up|-pm|-k4|-u|-p|-ba|-pu|-hm|-s] picture Options: --version show program's version number and exit -h, --help show this help message and exit Major options: --xe, --xegami Upload to xegami.com ... [More] --up, --upimg Upload to upimg.ru -u, --funkyimg Upload to funkyimg.com --tp, --tinypic Upload to tinypic.com --sp, --savepic Upload to savepic.ru -s, --smages Upload to smages.com -r, --radikal Upload to radikal.ru --pu, --pikucha Upload to pikucha.ru --pm, --picamatic Upload to picamatic.com --pc, --piccy Upload to piccy.info -p, --picthost Upload to picthost.ru -o, --opicture Upload to opicture.ru -k, --imageshack Upload to imageshack.us --k4, --keep4u Upload to keep4u.ru --ib, --imgby Upload to imgby.com -i, --ipicture Upload to ipicture.ru --hm, --hostmyjpg Upload to hostmyjpg.com --ba, --bayimg Upload to bayimg.com Additional options: -t THUMB_SIZE, --thumb_size=THUMB_SIZE Set thumbinal size. Default = 200px (work only on radikal.ru and keep4u.ru) -f FILELIST, --file=FILELIST Upload image from list Output options: --bo, --bb-orig Output in bb code in the original amount --ho, --html-orig Output in html code in the original amount --wi, --wiki Output in doku wiki format code with a preview --bt, --bb-thumb Output in bb code with a preview --ht, --html-thumb Output in html code with a preview --usr=OUT_USR, --user-out=OUT_USR Set user output #url# - original image, #tmb# - preview image, #file# - filename Sample: [URL=#url#][IMG]#tmb#[/IMG][/URL] -d OUT_DELIM, --delimiter=OUT_DELIM Set delimiter. Default - "\n" lib - standart python libs http://python.org/ Uimge in AUR (mark as obsolete). Thank you DsTr (kostindima@gmail.com) Actually version in git repository uimge-git Greate developing repository in git in http://github.com/Apkawa/uimge/tree/master Usage:git clone git://github.com/Apkawa/uimge.git Install in Arch Linux: yaourt -S uimge-git Install in other: # python setup.py [Less]

0
 
  0 reviews  |  0 users  |  487 lines of code  |  0 current contributors  |  Analyzed 9 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.