Browsing projects by Tag(s)

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

Showing page 2 of 7

What Is It?Using the Clickatell API its possible to send text, flash and data messages using application code. This component provides that ability using Clicktell's POST method as part of a CakePHP component. Although made for use in CakePHP with some minor modifications it can be used stand ... [More] alone. RequirementsPHP5 - Web scripting language. CakePHP - MVC web framework. Clickatell account - they're free and provide a few credits for testing their service. ContributionsAll comments, patches and suggestions are welcomed. NoteI'm not in anyway affiliated with Clickatell and they haven't been involved in this components development. [Less]

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

Sistema Invitaciones Flisol Oaxaca 2009Descarga el Sistema de invitaciones,este sistema solo necesita un servidor con soporte PHP. http://yaushu-proyect.googlecode.com/files/sis_post.zip Descarga el Sistema de invitaciones desarrollado para el modulo de Joomla 1.5.x. ... [More] http://yaushu-proyect.googlecode.com/files/mod_flisol.zip Yaushu Es el software de un sistema de boletines de Noticias bajo licencia GNU/GPL enfocado al publico general esta desarrollado con PHP y MySQL, este proyecto pretende ser un CMS, espero que puedan descargar este software y probarlo para posteriormente mandarme comentarios, dudas y aportes, para poder hacer todos juntos de Yaushu un gran proyecto opensource. El por que del nombre: El nombre Yaushu es el nombre del Tlacuache quien robo el fuego para darselos a los humanos segun "la leyenda del fuego". Había la creencia en los pueblos indígenas mesoamericanos que el tlacuache fue el primero que descubrió los efectos del aguamiel fermentado y lo regaló a los hombres, enseñándolos a prepararlo. Ya antes, este personaje había robado el fuego, razón por la cual tiene la cola pelada, pues allí guardó el tizón. Robó también el maíz a los pueblos. A la fecha con sus manitas casi de hombre, suele destapar los cuencos de aguamiel para embriagarse. En el sur de Oaxaca, aseguran que estos animales son quienes señalan cuando están fermentadas las palmas usadas para hacer el aguardiente llamado "niza taberna" ; junto a las palmas que se dejan secar, siempre aparece, llegadas a su punto, un tlacuache borracho trasnochado, durmiendo. Hasta nuestros días, en los cuentos indígenas, este personaje es ladrón, pendenciero, timador y borracho y, paradójicamente, también creador. Cuentan los mazatecos que en el principio de los tiempos el tlacuache fue autoridad, le encargaron trazar los ríos y él los trazó rectos; pero como antes había recorrido varias cantinas los ríos fluyen ahora entre los montes con paso alocado, trastabillando. fuente: http://www.elespejo.org/ Pruebalo Ahora [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 6 days ago
 
 

automatic post something to a topic in Web-BBS periodically, so let the special topic lives in a focus position; special using for the www.tianya.cn

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

A set of command line tools to write your WordPress posts. This project is being developed by Juanjo Escribano (feel free to email me).

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

Функциональные возможности:мультипоточность полная поддержка GET и POST запросов раздельная история для каждого потока загрузки веб страниц парсинг и выполнение ... [More] скриптов, линков и стилей подгружаемых в контенте веб страниц аплоад (загрузка на сервер) файлов без перезагрузки препроцессор ответа запроса данных история для кнопок "Назад" и "Вперед" прямые сылки на AJAX запросы веб страниц авто-фильтр якорей - автоматическое преобразование ссылок в АЯКС триггер контента обработчик TITLE ловушка для document.write для каждого потока ускоритель загрузки скриптов - параллельная загрузка с последовательным применением список поддерживаемых счетчиков : Google Analytics, Rating@Mail.ru поддержка событий onload & onunload тега < body > для каждого потока исправлен баг в Опере при использовании setTimeout & setInterval во время Назад/Вперед AJAX навигации по истории две модели запроса HTML страниц - один-к-одному и один-ко-многим возможность включения и отключения коррекции относительных (релятивных) путей (href и src) захват и отработка события window.onload кросс-браузерное проигрывание звуковых файлов использование локального хранилища flash storage реализация include HTML блоков или страниц на стороне клиента Advantages:multithread full support GET and POST request separate history for each thread (for loading of a web pages) parsing and execution of script, link and style tags from loaded content upload file without reload preprocessor data response history for "Back" & "Forward" buttons direct link for AJAX request of HTML auto-filter of anchors - automatic trasformation to AJAX content trigger TITLE processing trap for document.write for every thread accelerate download of scripts - parallel download with serial apply list of support counters : Google Analytics, Rating@Mail.ru support event onload & onunload of tag < body > for every thread Opera bug fixed where setTimeout & setInterval in use Back/Forward AJAX history two models request of HTML pages - one-to-one & one-to-many on & off option for correction relative path (href & src) capture & execute window.onload event cross-browser playing of sound files usage of flash storage include of HTML blocks or pages on client side [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 7 days ago
 
 

JSONP tunnel for letting you POST to remote services from your client-side JavaScript application and receive JSONP data. Inspired by Alan Dipert's jsonptunnel

0
 
  0 reviews  |  0 users  |  54 lines of code  |  0 current contributors  |  Analyzed about 20 hours ago
 
 

HumanLikeWeb is a Web Application Automation Library which allows developers to easily create applications that consume websites without any programming API's or other means of programmatic interaction. HumanLikeWeb uses a Job model consisting of different types of Steps. Currently, only one ... [More] type of Step exists. The HttpSubmitStep contains a collection of Mappings, of which there are several types. A Mapping is simply a way to map some kind of data to a Request's POST/GET data as if it were coming from a website itself. This may be static data, data from a Regular Expression matched in the page's Html, or even data that requires Human Input, such as a Captcha image. An example of this library's use would be to have a Job consisting of the following steps (eg: on a Blog): Login Step, Post Comment Step, View All Comments Step. The aim of this library is not to encourage misuse of web applications, but to provide an alternative means to interacting with them in an appropriate manner, such as allowing a developer to create an alternative user interface to a web application, or application process. The code is partially functional already, and will be posted as soon as I've got a clearer picture about where this is heading. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 6 days ago
 
 

phpMyRapidshare is a web based rapidshare downloading script. It supports premium users only. Using curl it will easily log you in as a Premium user and download your file. The script DOES NOT do anything illegal, and is not against any Terms of Service, however users must be aware that using ... [More] this will result in their acceptance of Rapidshares terms. http://www.rapidshare.com Changes: File Download Queue Added cron job file for easy setting downloads on either cron job or scheduled command execution. To Do: Automatically assigning folders for each file batch. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

Aplicativo para postar artigos em blogs WordPress através de dispositivos móveis equipados com Windows Mobile. Trabalha com XMLRPC.

0
 
  0 reviews  |  0 users  |  720 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

In conjunction with the smtp command-line mailer, blat, and the Windows XP Task Scheduler (or equivalent cron-like tool), this Perl script allows you to schedule postings to multiple blogs. The script, whenever it is run, will check if a particular blog should be processed according to the ... [More] schedule. If so, the script will email the contents of the first file for the blog. For instructions on how to make the source code functional, please see the blog postings referred to below. Files must be located in a path configurable by the tool. The name of the file should follow the format '_.', e.g. 'blg_Google is Cool.html'. If the folder contains multiple files for the blog, the file with the earliest timestamp will be sent. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 7 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.