Browsing projects by Tag(s)

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

Showing page 30 of 33

SummaryJavaScript framework designed primarily for asynchronous push communication with custom servers (comet). Python back-end examples included, as well as a basic JavaScript effects library, and ActionScript source for handling the active connections. The Push Communication framework uses ... [More] Flash's XMLSocket object as a middle layer. Sample back-end servers included are written in Twisted. Twisted is an event-driven networking engine written in Python. Real World Usage Webpage Description Photos.CX Photos Spy Warning! Live website may contain 18+ material. Uses photos.py and photos_sender.py along with the Effects and Push framework to notify users of new public uploads. Features real-time chat room used to discuss new uploads with other users. Custom front-end code. ExamplesUsing the Push Communication Framework var onData = function(data) { alert('Server said:' + data); } var onClose = function() { alert('Goodbye.'); } // initialize connection with server running on localhost port 3002 (included) var fs = new AONIC.api.PushCommunication('localhost', '3002', 'flashSock'); fs.addCallback('onData', onData).addCallback('onClose', onClose); fs.send('John Doe.'); // -> alert('Server said: Welcome John Doe!'); Using the Effects Framework new AONIC.api.Effects('photoBox', 0, 300, 'height', {duration:300}).slide(); Quick and Dirty Chat Room using chatd.py and Push FrameworkStart the server: python chatd.py Webpage: var fs; window.onload = function() { // safari 3.0 needs a little more time setTimeout((function() { fs = new AONIC.api.PushCommunication('localhost', '3002', 'flashSock'); fs.addLine = function(line) { if(line.length == 0) return; AONIC.$('chat').value += '\n'+line; AONIC.$('chat').scrollTop = AONIC.$('chat').scrollHeight; }; fs.sendMessage = function(input) { var msg = input.value; if(msg.length == 0) return; input.value = ''; this.send(msg); if(!this.username) { this.username = msg; return; } this.addLine(this.username + '> ' + msg); }; fs.addCallback('onData', fs.addLine); }), 100); }; Enter a username in the input. [Less]

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

Public code from nb.io!

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

A social app to encourage people to vote

0
 
  0 reviews  |  0 users  |  67 lines of code  |  0 current contributors  |  Analyzed about 21 hours ago
 
 

A project for triggering events from OSC / TUIO Protocol 2DCur (2D cursor) messages. Currently a Python library is in the works, as is a set of externals for the Lily visual programming environment for Firefox. Get Python: http://www.python.org/ Get Lily: http://www.lilyapp.org/ Let us know ... [More] if you find this useful. Feel free to add issues, wiki text, or sign on a developer. Some future tasks: 1. Fudicials. 2. Gestures. 3. Common Multitouch UI paradigms and hangups. [Less]

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

Personal time tracking is essential to many different kinds of organizations. Whether you are a consultant with billable time to many different contracts, or an hourly-wage employee that needs to know how much time you spent on a particular job, ThymeSheet can help shoulder the load. Running ... [More] "in the cloud" on Google infrastructure has many benefits. Account management, data storage and backup, traffic scalability, etc. are handled by Google experts. If you have a Google Apps account, you can even restrict ThymeSheet use to only your domain, which is very useful in an organization scenario. ThymeSheet's main features goals are: Web 2.0 style personal time tracking in your browserAbility to tag time (to contracts, tasks, etc) Online/offline operation via Google Gears Configurable reporting by tag and time spans Work day/week "Templates" to reduce redundant data entry Organization reporting and managementTime tracking across a team Payroll hour reporting (to popular accounting software) for one or more employees Contract reporting (by employee, for contract, by task, etc.) Customizable/"brand"-able reports "Shared","Protected", and "Required" tags to prevent redundancy and ensure consistency Timesheet due-date notification [Less]

0
 
  0 reviews  |  0 users  |  16,080 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

This project serves as the development site for http://www.pycmds.org, the web-based command line.

0
 
  0 reviews  |  0 users  |  18,242 lines of code  |  0 current contributors  |  Analyzed 10 days ago
 
 

AboutThis the opensource repository for code that friendsnippets project (http://friendsnippets.com) will opensource. you will find here : - django applications - javascript code - others code related to friendsnippets For now find : comments : the django application used in friendsnippets to ... [More] allow members to let a comment on a snippet (README). To download it : svn checkout http://friendsnippets.googlecode.com/svn/trunk/django/comments [Less]

0
 
  0 reviews  |  0 users  |  467 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

This is the code repository for the 16x16 favicoop!

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

meus scripts particulares para vĂ¡rias finalidades

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

I use it to tell me what animation broadcast today and yesterday I hope it can help every one to keep on watching New Animation I'm using Linux(Ubuntu) animachk can run in Linux very well i think it can also run in Windows but I'n not sure it's no problem ... [More] ++++++++++++++++++++++++++++++++++++++++++++ Now the version is: 0.4@2007-05-21 [Less]

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