Simple Project List Software Map

1075 projects in result set
Última actualización: 2005-07-02 23:47

HTML Entity Based Codepage Inference

HEBCI is a technique that allows a Web form
handler to transparently detect the character set
with which its data was encoded. By using
carefully-chosen character references, the
browser's encoding can be inferred. Thus, it is
possible to guarantee that data is in a standard
encoding without relying on (often unreliable) Web
server/browser encoding interactions.

(Machine Translation)
Última actualización: 2010-06-20 14:50

Bleetz

Bleetz is an XML-based template parser. It translates Bleetz control tags into PHP code. It is designed to be fully integrated with Macromedia Dreamweaver. It includes a system directory and protection of functions by user login.

(Machine Translation)
Última actualización: 2011-11-09 16:33

MerchantTribe

MerchantTribe is a shopping cart for ASP.NET, MVC, and C#.

(Machine Translation)
Última actualización: 2009-07-03 09:22

BullDoc

BullDoc is a Web application for documentation building. It is generally desgined for projects developed with PHP and which use SVN or another source control system. It stores the documentation sources in the same repository as the code. The sources should be text files, so SVN can track changes and allow BullDoc to always extract a documentation version appropriate to the code. It makes it convenient to view the result of authoring by opening a page in a Web browser, without additional compiling. It also allows you to edit text directly in the Web browser.

(Machine Translation)
Última actualización: 2014-01-19 17:38

form

form is a library designed to allow seamless, high-fidelity encoding and decoding of arbitrary data in application/x-www-form-urlencoded format and as url.Values. It is intended to be useful primarily in dealing with Web forms and URI query strings, both of which natively employ said format. Unsurprisingly, form is modeled after other Go encoding packages, in particular encoding/JSON, and follows the same conventions (see below for more.) It aims to automatically handle any kind of concrete Go data value (i.e., not functions, channels, etc.) while providing mechanisms for custom behavior.

(Machine Translation)
Última actualización: 2012-11-30 12:04

dump_r

dump_r addresses the many shortcomings of PHP's print_r() and var_dump() functions, and many other libraries built for decomposing complex objects into a Web browser. It outputs a minimal but informative representation of anything you feed to it in clean HTML with an embedded, easily tweak-able CSS stylesheet. You can set a configurable maximum depth. There is a bit of JavaScript thrown in to handle interactive collapsing and expanding of nodes, and the class provides hook methods which allow you to create additional custom type detection and styling.

(Machine Translation)
Última actualización: 2010-11-07 17:30

fastfoo

fastfoo is a CMS developed under CakePHP.

(Machine Translation)
Lenguaje Natural: Spanish
Lenguaje de Programación: PHP
Última actualización: 2010-05-27 22:25

Google Calendar Chrome Extension

Google Calendar Chrome Extension adds a button to your browser toolbar that displays a preview of your calendar while you're navigating. (works on any page). If you're on certain sites where it detects the presence of events, the icon changes to a green "+". Clicking that icon lets you add the event to your Google Calendar, and shows you a Map (if there's a location it could detect.) Supported sites include Facebook, Evite, and any site that uses the hCalendar microformat or derivative microformats such as hResume.

(Machine Translation)
Lenguaje Natural: English, Japanese, Spanish
Sistema Operativo: MacOSX, Linux, Windows
Lenguaje de Programación: JavaScript
Última actualización: 2012-04-01 17:28

Acrylamid

Acrylamid is yet another static blog compiler written in Python that aims to be lightweight, fast, and produce high quality output.

(Machine Translation)
Última actualización: 2011-11-04 22:43

CloverETL Profiler

The CloverETL Profiler, software for data profiling, works to examine data in existing data sources and collect statistical information about said data. Through this process, the profiler eliminates the guesswork in analysis, revealing an understanding of what data actually exists and what needs to be improved. Part of the CloverETL Data Integration family, the Profiler is an added tool to the enhanced toolset. Whether employed as a standalone job or part of a greater project, the CloverETL Profiler, as named, operates with the same Engine as CloverETL, offering high performance, speed, and easy deployment in a data environment.

(Machine Translation)
Última actualización: 2010-02-19 23:39

YesPaste!

YesPaste! is a pastebin application written with Ruby On Rails. It allows you to add a comment to the paste, and allows user comments. Comments can be formatted with BBCode syntax (with [code][/code] possibilities). CodeRay is used for code highlighting.
It also permit paste editing.

(Machine Translation)
Última actualización: 2012-09-17 21:16

mechanize for java

mechanize is a stateful HTTP/HTML client library written in Java to be available on the JVM. It utilizes Apache HttpClient for HTTP handling and JSoup for HTML parsing. Because mechanize is stateful, it will by default support cookies and hidden form parameters (like Rails CSRF protection). This enables client code to follow links and behave like a RESTful hypermedia client more easily.

(Machine Translation)
Última actualización: 2013-11-07 12:50

Magnifier.js

Magnifier.js is a JavaScript library that provides a magnifying glass effect for images. It has zoom in / out functionality using the mouse wheel, support for user defined functions for thumbnail entering, moving and leaving, and image zooming events, and can display loading text while a large image is loading, and switch to the lens once it has loaded.

(Machine Translation)
Última actualización: 2009-04-17 18:12

hMUD

hMUD is a classic Telnet MUD client that runs in major Web browsers (IE, Firefox, and Chrome). Internally it's a Flash client, but you do not interact directly with Flash; it just does a bridge between the HTML and the MUD server. For the user, it's just an HTML page using Javascript (like most Web sites). So it is largely accessible by modern computers. It works on any Telnet MUD, and it parses ANSI colors, transforming the output to HTML. It has basic features like command history, logging output in HTML (so that you can save a log with the same output currently in your screen), and other conveniences.

(Machine Translation)
Última actualización: 2009-12-24 18:37

PHPTAL

PHPTAL is a fast, safe, XML-based template engine for XHTML and HTML5. It implements Zope's Template Attribute Language, which has clean, concise syntax that is compatible with XML tools (no custom ugly tags), and template source files can even be previewed in Web browsers or opened in WYSIWYG editors. Templates are compiled to PHP and cached, giving great performance and taking advantage of PHP accelerators. PHPTAL by default ensures well-formed output and escapes XML-unsafe characters everywhere, which means that your pages can be completely safe against HTML-injection (XSS) without great effort. It features fine-grained caching of output, pre- and post- filters, internationalization via gettext or custom backend, creation of custom template attributes and expressions, and templates loaded from non-standard sources (e.g. databases). It supports UTF-8 well, is easy to integrate and redistribute with PHP frameworks and applications, and has an object-oriented design and a comprehensive unit test suite.

(Machine Translation)