Tags : Browse Projects

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

Sage

Compare

  Analyzed 11 months ago

Sage is a lightweight RSS and Atom feed aggregator extension for Mozilla Firefox. It's got a lot of what you need and not much of what you don't. * Reads RSS (2.0, 1.0, 0.9x) and Atom feeds * Feed Discovery * Integrates with Firefox's bookmark system * Imports and exports OPML feed lists * ... [More] Newspaper feed rendering customizable via style sheets * Support for the following locales: Argentine Spanish, Catalan, Chinese, Czech, Danish, Dutch, Finnish, French, German, Greek, Hungarian, Italian, Japanese, Korean, Polish, Portuguese, Russian, Serbian, Slovenian, Spanish, and Swedish [Less]

13.1K lines of code

0 current contributors

over 16 years since last commit

4 users on Open Hub

Activity Not Available
3.5
   
I Use This

MinimizeToTray revived (MinTrayR)

Compare

  Analyzed 11 months ago

MinTrayR is a replacement for the popular MinimizeToTray extension which is no longer actively developed. MinTrayR lets the user minimize Mozilla powered applications such as Firefox, Thunderbird or Songbird to the system tray.

2.14K lines of code

0 current contributors

over 8 years since last commit

2 users on Open Hub

Activity Not Available
0.0
 
I Use This
Licenses: gpl, lgpl, mozilla_p...

owyl

Compare

  Analyzed 11 months ago

You have Pyglet. You've got Rabbyt. But who do your sprites go to for advice? Owyl, of course. GoalsThe goal of Owyl: provide a fast and flexible Behavior Tree framework implemented in python. Owyl trees use nested generators to iterate through your behaviors. The root of the tree always works ... [More] just like a normal python iterator. If you know how to work with iterators, you know how to work with an Owyl tree. Because Owyl is small and behavior trees are easy to grasp, it's easy to control and extend your AI behaviors. Trees as IteratorsTrees as iterators give you total control over how a behavior tree integrates with your code: use a for loop, a list comprehension, a generator expression, or manual calls to tree.next(). Run the tree one step, five, or fifty with every frame. ExtendingWriting new behaviors is simple and easy (and soon to be documented!). Any object that corresponds to python's iterator interface and a few simple rules for yielded values will work. Owyl's core behaviors are written as simple generator functions. More InformationFor more information on Behavior Trees, see these articles. Remember: AI isn't about math, it's about getting things done. For more information on python generators, see this introduction to generators. [Less]

1.52K lines of code

0 current contributors

about 10 years since last commit

1 users on Open Hub

Activity Not Available
4.0
   
I Use This

Video Games Spy

Compare

  Analyzed 11 months ago

Get a dashboard view about any video game, with information collected from the major websites; include review scores and prices. Video games can be searched directly in the sidebar, or are discovered automatically when you visit a supported website (currently IGN, Metacritic, and Gamespot).

1.47K lines of code

0 current contributors

over 15 years since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This

Steering-Behaviors

Compare

  Analyzed 11 months ago

Steering behaviors algorithms for autonomously moving agents and flocks implemented in Lua

328 lines of code

0 current contributors

about 11 years since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This

python-fslock

Compare

  No analysis available

This library provides a safe wrapper around flock(2). It avoids problems when using locks in multi-threaded applications, while still exposing exclusive and shared locks.

0 lines of code

1 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: mit