View Poll Results: Would you be interesting in 'detecting robots'?

Voters
31. You may not vote on this poll
  • Yes

    20 64.52%
  • Maybe

    7 22.58%
  • No

    4 12.90%
+ Reply to Thread
Page 10 of 10 FirstFirst ... 8 9 10
Results 136 to 139 of 139
  1. #136
    Junior Member
    Join Date
    Aug 2012
    Posts
    1
    Hi everybody,

    so with my first post I would like to announce a new project.

    Sweany

    From the Description it sas:
    Sweany is a performance-orientated and programmer-friendly MVC framework for PHP. The current downloadable version comes with a bb-code forum and a contact form, both implemented as plugins. These are shipped as examples as there is no documentation yet.

    It is released under Gnu GPL


    The features are as follows:
    Code:
     * Pages (Model, View Controller based)
     * Blocks (Model, View Controller based)
     * Layouts (Model, View Controller based)
     * Tables (map the database structure)
     * Plugins (have Pages, Blocks and Tables)
     * Vendors (needs proper testing)
     * Helpers (various integrated helper classes)
     * Sophisticated HTML Form creation/validation (even automated validation against database entries)
     * Supports different languages on the fly (via adding xml files)
     * Integrated user management (groups still to come)
     * Validator mode
     * Syslog (Internal Debug Mode to monitor performance and engine calls)
     * Fast core (a single file holds everything to reduce disk loading times... needs to be pushed)
    A basic wiki already exists here:
    https://github.com/lockdoc/sweany/wiki

    And the latest code can be fetched from here:
    https://github.com/lockdoc/sweany

    If anybody would like to try, commit or feedback, I would be happy.

    Best wishes
    Patu

  2. #137
    Junior Member
    Join Date
    Mar 2013
    Posts
    0
    QB is an extension that let you perform computationally intensive tasks in PHP at much higher speed. What it does is take the Zend Engine opcodes in a PHP function, translates them into opcodes for VM that employs static typing (using type information inside doc comment section). The result runs typically around 10 times faster. With operations like matrix multiplication, the gain is even greater. The added power let you do things that you wouldn't even think about doing because it'd be insanely slow in stock PHP.

    The project's main focus is on image manipulation. That's where you often need the high throughput. At the following link you'll find examples of what the extension is capable of:

    https://github.com/chung-leong/qb/wi...Bender-Gallery

    Most of the effects shown take less than a quarter of a second to apply. The cool part is that these filters are freely available on the web. They work on the front end too, as they are Flash Pixel Bender shaders. If you click on the "Live Demo" link, on one side you'll see what Flash produces (updated as you move the control). On the other side, you see what QB produces.

    The code is fairly stable at this point. Until people start using it though it's hard to know how bug-free it is. If you're interested in giving it a test drive, here's the link to the installation instructions:

    https://github.com/chung-leong/qb/wiki/Installation

    Any feedback is welcomed.

  3. #138
    Junior Member
    Join Date
    Apr 2013
    Posts
    0

    Modular Gaming- Open source web game framework

    We are in the process of creating a open source persistent browser based web game (PBBG) framework which will have all the features to get you started and let you start developing your unique features without having to write all the basics. We have taken a modular approach, you can use only the modules you want. If you wanted just a forum you could enable only the core, user and forum modules.

    We are building our framework using Kohana which is an open source, object oriented (H)MVC web framework built using PHP5 by a team of volunteers that aims to be swift, secure, and small. We are using Kohana 3.3 with many modules, including the following:

    1.) ORM is a a powerful Object Relational Mapping (ORM) module that uses the active record pattern and database introspection to determine a model's column information.
    2.) Mustache is a template specification we use for our templates, we use Kostache's implementation.

    You can download our preview release at https://sourceforge.net/projects/modulargaming/files/ You can view a demo at http://demo.modulargaming.com If you have any questions, bugs or feature requests feel free to post them on the issue tracker at GitHub. https://www.github.com/modulargaming/modulargaming

    Licensed under a BSD license. Modular Gaming can be used legally for any open source, commercial, or personal project.

    Regards,

    Modular Gaming
    http://www.modulargaming.com

  4. #139
    Junior Member
    Join Date
    Jun 2013
    Posts
    0
    What Is OpenNotion?
    OpenNotion is an open source idea collaboration software. It allows people to give feedback, collaborate on ideas and helps you see just what your users want.

    With easy to use features, OpenNotion is perfect to allow your users to come together and give creative and vital feedback for you.

    OpenNotion is developed by The OpenNotion Group.

    What Features Are Included?
    • Voting system
    • Comments system
    • Idea statuses
    • Web-installer
    • User management
    • MVC framework

    What's The Latest Version?
    The latest version of OpenNotion is currently Alpha. This version is intended to gain feedback from users to help us improve for our initial release and to give potential users a sneak peak

    While we do have an alpha available for download, the alpha should not be installed on a production server. A disclaimer is visible when you download the software.

    What Can You Do?
    You can stay up to date by reading our blog or joining our community forums.

    By joining our forums, you can join in the discussion with other members regarding topics based around OpenNotion or just general discussion.

    We are also looking for people who are interested in joining the team. Information regarding that can be found here.

    What's In The Future?
    At this moment, The OpenNotion group is working hard on a beta release. This will include features such as:
    • Usergroups
    • Blowfish password encryption
    • New MVC framework

    Once the beta is released, we expect 1.0.0 to be out within a short period of time

    Thanks,
    The OpenNotion Group
    Facebook | Twitter

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts