PHP Class 'ms_dbx_reader' released
Grok Headline matches for PHP Class 'ms_dbx_reader' released
PHP Class 'PHP or Java Class Code
Generator' released
PHP Class 'PHP or Java Class Code
Generator' released
03/06/2004 02:00 AMThis package is meant is automate the generation of classes to access
databases in Java beans style.
It uses the Fast Template engine to process template files that define
the skeleton of functions and variables of classes that store and
retrieve data object property values from a given database table,
getter and setter functions to access those properties and a function
to delete a data object row from the respective database table.
The package comes with templates to generate classes either in PHP or
Java. The PHP template defines code to access data objects in a MySQL
database. The Java template defines code to access data objects in any
database supported by JDBC.
PHP Class 'Convert Class To HTML Table'
released
PHP Class 'Convert Class To HTML Table'
released
02/10/2004 02:46 AMThis class is meant to display the structure of any class as an HTML
table.
The class being displayed can have variables that contain objects of
other classes or arrays and treats those variables each accordingly.
PHP Class 'Bs_StopWatch.class.php'
released
PHP Class 'Bs_StopWatch.class.php'
released
11/07/2002 07:59 PMYou can take times during a code run and at the end get a time table
as HTML or text table. The output will contain total and as delta
between each take in microseconds.
Free Code; This Class is part of the BlueShoes PHP Application
Framework, see blueshoes.org.
PHP Class 'Bs_CsvUtil.class.php'
released
PHP Class 'Bs_CsvUtil.class.php'
released
11/08/2002 08:17 PMFeatures:
supports any separator char sequence, default is semicolon ";".
supports separator characters in the values. eg you use a ; as
separator, your line may look like
blah;hello world;"foo";"foo;bar";"this is a ""string""";got it?;foo
as you can see, the values can be in "quotes". if your text uses
quotes itself as in the "string"
example, they are escaped in ms-style with 2 quotes. and by using
quotes we can even have your
separator inside the text (example "foo;bar").
line breaks. a csv line may spread over multiple lines using crlf in a
field value.
see the checkMultiline param and the _checkMultiline() method.
PHP Class 'calend.class.php' released
PHP Class 'calend.class.php' released
01/03/2003 07:52 PMThis class generates HTML calendars in the portuguese language.
In portuguese:
Esta classe gera um calendário em português em HTML.
PHP Class 'My DB' released
PHP Class 'My DB' released
02/15/2004 07:40 PMThis class is a simple wrapper around MySQL database acess functions.
It provides wrapper functions around most of the PHP MySQL extension
function like database, connection, queries execution and result data
access, error message retrieval, database creation and locking of
tables.
PHP Class 'My Db' released
PHP Class 'My Db' released
06/09/2004 06:55 PMThis package is a SQL database wrapper supporting MySQL, Interbase and
MS SQL server.
It can establish database server connections, execute SQL queries,
retrieve query results into arrays and display query results as HTML
tables.
PHP Class 'rhc' released
PHP Class 'rhc' released
10/15/2002 07:15 AMRHC is actually a few files which give the user the ability to do
custom error handling, debugging, and handle database abstraction
(currently only through Informix).
PHP Class 'DBgrid' released
PHP Class 'DBgrid' released
10/10/2002 09:55 AMShow the result of a mysql query on HTML table.
Easy to use. 1 line code. $grid = new DBgrid($result);
PHP Class 'BaseDB' released
PHP Class 'BaseDB' released
10/11/2002 07:54 AMExcellent oo base class for mysql interaction. worth looking at. you
must use this as a base class and extend your classes which map to a
table name.
your tables must have a 'id', 'created' and 'modified' field to work
properly and the class takes care of the rest. check it out.
PHP Class 'BarcodeI25' released
PHP Class 'BarcodeI25' released
10/15/2002 07:15 AMHTML Barcode generator for Interleaved 2 of 5 Codes.
Código de barras fator Intercalado 2 de 5, padrão FEBRABAN (BRASIL).
PHP Class 'htmldoc' released
PHP Class 'htmldoc' released
10/11/2002 07:54 AMObject Library for Creation of PDF Documents out of HTML Pages by
using htmldoc as conversion facility.
PHP Class 'color' released
PHP Class 'color' released
10/15/2002 07:15 AMThese class converts colortypes.
It supports the following colors formats and types:
- CMYK
- RGB
- Pantone
- HEX Codes for HTML
PHP Class 'URLHelper' released
PHP Class 'URLHelper' released
10/15/2002 07:15 AMThis class give you access to the http header information and provides
some help for retrieving and parsing urls.
FUNCTIONS:
function isURLAvailable($url)
function isValidURLFormat($url, $strict=false)
function addHTTPtoURL($url)
function getHTTPStatusCode($url)
function getRealURL ($url, $simple = true, $method = "HEAD")
function getHTTPHeader($url)
function getMD5FromURL($url, $estFilesize=500000)
function _openHTTPConnection($url, $method = "HEAD")
PHP Class 'WebWidgets' released
PHP Class 'WebWidgets' released
10/11/2002 07:54 PMWebWidgets is a library of classes to produce any HTML(XML) documents,
create, validate forms.
It allow to create any "complicated" forms easy.
Any tag is an object. Your can build tags tree by inserting one tag
into another and get its content as HTML.
Based upon "Composite" OOP patern.
Library is very flexible, so your may derive your own classes.
Documentation in html format can be downloaded from here:
http://scancode.ru/dev/WebWidgets/webwidgets.08.doc.tar.gz (it is not
fine:( )
PHP Class 'bstCountdown' released
PHP Class 'bstCountdown' released
10/15/2002 07:15 AMDisplay a list of 'days until' a set of events, includes a simple
example and a more complex one as child classes. Could easily be
extended to multi-user and notifications via email by adding a user
table and owner columns. Written to MySQL but db access is simple
enough to adapt.
PHP Class 'CISVC' released
PHP Class 'CISVC' released
01/16/2004 11:05 AMThis class is meant to encapsulate the APIs around the COM object for
Microsoft Indexing service (CISVC).
The class can perform the search query, output the search results
split in multiple pages and also a navigation let the user go back and
forth between the presented search results pages.
PHP Class 'DCalendar' released
PHP Class 'DCalendar' released
10/08/2002 07:09 AMShow a calendar with options view year, month and today link. Dynamic
events with diferent color
PHP Class 'phplibTemplateExtention'
released
PHP Class 'phplibTemplateExtention'
released
10/08/2002 07:09 AMphplib has template.inc - a template class for php to utilize
templates. This is an extension to the class Template needing less
code by:
Automatic detection and declaration of blocks
Automatic "blanking" of unused blocks
Blocks automatically declaired in proper nested order.
All calls to set up template/file/paths/names in the class call.
- LGPL / GPL - phplibs license anyway - its their template class - I
just extended it to make my life a little easier.
PHP Class 'baaSelect' released
PHP Class 'baaSelect' released
05/17/2004 07:34 PMThis class is meant to generate select form inputs that are linked
dynamically with options populated from values taken from a database.
The class generates the HTML code to output the the linked select
inputs and also the necessary Javascript code to make the options of a
second select input be updated when the user changes the option of the
first select input.
PHP Class 'SQLCall' released
PHP Class 'SQLCall' released
09/26/2002 07:29 PMSQLCall uses PHP's highly dynamic nature to give the calling class
unprecedented access to the result set in an intuitive way. It
currently only supports connections to mySQL databases. This class is
perfect for those who like their results at hand - no hashes or lists
to have to walk through.
PHP Class 'Spreadsheet_WriteExcel'
released
PHP Class 'Spreadsheet_WriteExcel'
released
09/26/2002 07:29 PMClass for generating Excel files, based on John McNamara's
Spreadsheet::WriteExcel from CPAN.
It supports all the basic values for cells.
It doesn't support URLs, images (working on it) and charts. It has
very basic support for formulas.
PHP Class 'morse' released
PHP Class 'morse' released
09/28/2002 07:48 PMShort class for encoding or decoding morse signs
input: this is my 1st morse
output: - .... .. ... .. ... -- -.-- .---- ... - -- --- .-. ... .
PHP Class 'burnauth' released
PHP Class 'burnauth' released
09/29/2002 08:10 PMBurning Auth is a script to handle user authenticated access to php
scripts.
The goal is quite simple: protect from unauthorized access those pages
who
need to be kept under admin control, such as data/content
administration and/or
members only areas on a website.
Security is achieved through a database authentication and mantained
with a
Session variable set to the authenticated user's name. Every page can
be protected
including the file 'shield.php'; at the beginning of it.
PHP Class 'mixer' released
PHP Class 'mixer' released
10/01/2002 09:17 AMcolor mixer for vga (16 colors) - the class create a form for change
backgroundcolor
PHP Class 'Pagination' released
PHP Class 'Pagination' released
01/10/2004 07:54 PMThis package is a set of classes is meant to generate navigation bars
to display database query result sets split in multiple pages.
The packake is based on the factory design pattern that is used to
create objects of specific classes to provide the result set
pagination support with different databases.
PHP Class 'numeroaletra' released
PHP Class 'numeroaletra' released
10/01/2002 10:18 AMExtensión de la clase number2words de Bas Jobsen (bas@startpunt.cc)
con
la traducción de numeros a letras en español y de numeros a euros
PHP Class 'COutLook' released
PHP Class 'COutLook' released
10/01/2002 10:18 AMThis class reads messages from the Inbox and Oubox of an Outlook local
profile through CDO (Colaboration Data Objects).
The class only works under Windows.
PHP Class 'db_view' released
PHP Class 'db_view' released
10/08/2002 07:08 AM"db_view" provides:
* An abstraction class and helpers for multi-tabled Mysql data.
(init, select, select_row, count, insert, update, delete)
* Atomic multi-table updates, inserts, deletes
eg: update items, month set items.price=month.price where
items.id=month.id;
Also primitive non-atomic (=insecure) rollbacks.
* Functions, Triggers and Defaults per action
(select, update, insert, delete; before or after)
* Rich logging and debugging facilities.
PHP Class 'MkDir' released
PHP Class 'MkDir' released
05/16/2004 07:21 PMThis is a simple class for creating directories in the local file
system or in a remote server file system using a FTP connection.
PHP Class 'cellroll_lib' released
PHP Class 'cellroll_lib' released
10/15/2002 08:29 PMVery simple class for faster building of table-rollovers (changing
bgcolor for rows or cells) js-scripts
PHP Class 'MyTemplate' released
PHP Class 'MyTemplate' released
10/15/2002 08:29 PMMyTemplate is very powerful template engine. It allows including a
nested template file directly into another template file and
automaticaly parse it in any template in set.
Working with dinamic blocks is so easy. Only assign block variables
and get result. You do not need to parse each block 'manualy'.
Automaticaly parses PHP constant and global variables into templates.
Supports multiply template directories.
You'll like it :) Your code will become shorter :)
PHP Class 'DcSessionManager ' released
PHP Class 'DcSessionManager ' released
05/14/2004 07:21 PMThis class is meant to manage sessions storing the information about
their state in a MySQL database table.
It generates an hash with 64 characters that is used to identify each
session and may be passed between pages using cookies or request
variables.
This class has security in mind, providing means to prevents session
hijack by using 2 hashes (double crypted) in only one "session".
You can store more than 5kbytes of data in each session.
The class provides other features, like:
- Explicitly creating and destroing session
- Register and deleting a session value
- Check if a session key value is assigned
PHP Class 'page_handle' released
PHP Class 'page_handle' released
10/28/2002 08:29 PMA template engine geared to be able to display data without much
hassle in PHP code, just fetching of data and giving it to the
template engine. Create HTML templates with the data's keywords
PHP Class 'mimetype' released
PHP Class 'mimetype' released
10/28/2002 08:29 PMThis class enables PHP scripts to determine the mime type of a file
based on file extension, useful for PHP versions without access to
other utilities that determine mime type. Built from the Apache mime
type file.
PHP Class 'CSQLite' released
PHP Class 'CSQLite' released
05/14/2004 07:21 PMThis class is a wrapper to access SQLite file databases using SQLite
extension for PHP 5.
The functions are similar to those used to access MySQL databases:
open, query, fetch_row and get_num_rows.
PHP Class 'phpsecureweb' released
PHP Class 'phpsecureweb' released
10/29/2002 07:48 PMProtect your sites or intranet with the power of PHP Secure Web. It is
database independent as what adODB supports. You required to have a
database of your liking. Simply install the tables, sign on as an
Admin, create users and groups, assign users and actions to the
groups, and you are almost done. Now write 4-5 lines of code for the
pages you want to protect (you can copy it from the examples) and you
are done. You will love the powerful and advanced Administration
features.
PHP Class 'innodb' released
PHP Class 'innodb' released
01/04/2003 07:10 PMClass to store and retrieve information stored in MySQL innodb tables.
In portuguese:
Classe para banco de dados mysql com algumas funes especificas para
tabelas innodb.
PHP Class 'Kxparse' released
PHP Class 'Kxparse' released
11/01/2002 07:49 PMA XML parser, that's extremly fast and easy to use, tested in two
websites and gave good results!
Grok Description matches for PHP Class 'ms_dbx_reader' released
GrokA matches for PHP Class 'ms_dbx_reader' released
Interpol: Counterfeiting Used to Finance
Terrorism (Reuters)
Interpol: Counterfeiting Used to Finance
Terrorism (Reuters)
05/25/2004 08:22 AMReuters - Profits from fake CDs and car parts
and other counterfeit goods are used to finance terrorism,
Interpol said Tuesday, urging governments across the world to
stop ignoring the multi-billion-dollar crime.
Guardian Unlimited | Special reports |
Hear no evil, read no evil, speak drivel
Guardian Unlimited | Special reports |
Hear no evil, read no evil, speak drivel
04/16/2004 07:45 AMSidney Blumenthal: Bush's press conference shows just how ill-informed
he is about Iraq 4/15 .. Hear no evil, read no evil, speak drivel ..
piece
guardian.co.uk/Iraq/Story/0,2763,1192218,00.html
track this
site | 5 links
Q&A: Interpol, FBI officials weigh in on
cyber crime-fighting hurdles
Q&A: Interpol, FBI officials weigh in on
cyber crime-fighting hurdles
11/05/2003 05:57 PMMicrosoft's new reward program could help snare some cybercriminals,
officials say, but a lack of technology in other parts of the world
could slow the effort globally.
Microsoft, Interpol to train police
worldwide in technology to catch child
pornographers
Microsoft, Interpol to train police
worldwide in technology to catch child
pornographers
04/22/2004 01:18 PMSan Francisco Chronicle Apr 22 2004 5:04PM GMT
Harnessing Evil for the power of...
well, less evil
Harnessing Evil for the power of...
well, less evil
06/05/2005 11:55 PM There are days I think the $WORK_PROJECT is an exercise in extended
programming irony. The parrot code my compiler generates for
$WORK_LANGUAGE makes heavy use of continuations. Really heavy use of
continuations, to the point where reports are taking (and discarding)
three continuations per record plus another two or three per page of
the output. For a language which doesn't have functions, blocks, or
lexical variables, and whose idea of sophisticated control flow is
goto or gosub to bare labels. Go figure....
Chris Abraham: Evil Man in Black and His
Evil Black Suitcases Tackled by the Good
Guys
Chris Abraham: Evil Man in Black and His
Evil Black Suitcases Tackled by the Good
Guys
04/12/2005 05:55 AMEvil Man in Black and His Evil Black Suitcases Tackled by the Good
Guys .. Permalink
chrisabraham.com/2005/04/evil_man_in_bla.html
track
this site | 5 links
Am I Evil?
Am I Evil?
06/25/2004 10:27 AM
Coincidence or contortion?
Ivan Panin deciphered
a numeric code in the Bible. Known as
Gematria, the '
code' implies the Bible
could not have been written without
Holy
assistance.
Panin offered an open
challenge for someone to create text using a similar pattern, yet
no one was able to create one(nor tried).
However many people
doubt the
authenticity
of the code though. The code is found in the same verses using
different
translations. It is also claimed that Panin
manufactured
his own translations to create this mathematical
phenomenon.
Whether or not you believe, you can
determine how good or evil
any text or website is.
Do Be Evil
Do Be Evil
05/13/2004 02:15 AM
Google To Start Selling Banner Adverts
From the that-didn't-take-too-long-department, Google's ad sales VP
Tim Armstrong says Google will now start selling graphical banner
adverts. One concession to their old mores is that, for now, the
banner adverts will only appear on affiliated websites running their
AdSense referral program
(as does MeFi), and there is an opt-out. However...
"We have
no plans to show images on Google.com", said Mr. Armstrong
"but we are not opposed to it".
To Evil!
To Evil!
09/17/2004 12:36 AMDanny O'Brien:
To
Evil! "How do you work out who the movers and shakers are in the
free software hacking world? I have decided to evaluate those involved
in our so-called industry in terms of a battle between good and evil."
Die You Evil Bug
Die You Evil Bug
06/09/2004 07:08 PMMore about evil-or-not
More about evil-or-not
03/23/2005 08:15 AM
Yesterday, late in the afternoon, I wrote a bit
about evil, and how unfortunate it is that this word has entered
discourse in the blogosphere. I think we can trace it back to the
Google goal of not being evil, an idea that's run its course, and
should be stricken from their corporate philosophy. Google is no more
or less evil than any other company, has no basis to claim a moral
superiority, and should openly cancel it. And if they won't remove the
hex, let me offer a new law of the Internet, a corollary to Godwin's Law. "As
an online discussion grows longer, the probability of it becoming
about evil approaches one." And I'd add, that the length of time is
shorter, but the effect on discourse is the same. It stops all
rational discussion immediately.
IRC is Evil
IRC is Evil
05/06/2004 12:00 AMAnytime there is a relatively new mode of communication, its blamed
for all things conceivable. A NY Times article takes aim at IRC as a
breeding ground for file sharing, child porn and, god forbid, hackers.
It specifically takes aim...
Oh That Evil IRC
Oh That Evil IRC
05/06/2004 02:53 AMAdmittedly, I haven't used IRC in about a decade, but I'm still a bit
surprised to see the NY Times write up a whole article
describing just how evil IRC is. After reading
the article, you can almost count down the days before some
politicians talk about investigating this "IRC thing." Is it my
imagination or is IRC just a technology that can be used for chatting?
Most of the article talks about all the terrible stuff that is done
on IRC in a way that does its best to blame the technology. They
practically apologize for the few times they try to mention non-evil
things that IRC is used for, as if they can't believe that anyone
would dare defend such an evil monstrosity.
NYT says IRC is evil
NYT says IRC is evil
05/06/2004 04:36 AMThe New York Times has an article about how evil IRC
is.
New York Times
Still,
I.R.C. perhaps most closely resembles the cantina scene in "Star
Wars'': a louche hangout of digital smugglers, pirates, curiosity
seekers and the people who love them (or hunt them). There seem to be
I.R.C. channels dedicated to every sexual fetish, and I.R.C. users
speculate that terrorists also use the networks to communicate in
relative obscurity.
Dvorak's
ragging on chat and IM too.
Give me a break. Are people running out of new technologies to
bash?
via Ross
Mayfield
Evil or Not Too Evil?
Evil or Not Too Evil?
04/14/2004 01:15 PMOur order processor, eSellerate (part of MindVision) decided to add a
new "feature" to our store called the eSellerate Download...
The Evil Spider mEn!
The Evil Spider mEn!
06/30/2004 06:09 PM
Spiderman as a
villian! Just to keep the trend for the day going.. (Via
I-mockery by way of Fark)
Return of the evil Net
Return of the evil Net
04/19/2004 01:38 PMA News.com
stor
y today
includes the quote from Rocky Anderson, Mayor of Salt Lake City,
explaining his opposition to a municipal broadband network:
"I just don't see the social good in
using taxpayer money to fund a
network that provides more television and bandwidth for illegally
downloading files," he said. "We should spend money on getting people
fit, rather than deteriorating their quality of life with higher
bandwidth to surf the Net."
This reminds me of the media coverage of the Internet around
1995. A good percentage of the stories were focused on the
dangers of online porn, privacy violations, and other threats the Net
posed to truth and decency. Sure, many of those issues were and
are real. But the tenor of the coverage suggested that the Net
was a cesspool of filth, with harms exceeding its benefits.
I thought we were beyond that point. But now we seem to be back
to a similar discourse, with a twist. The threat is that if you
give people better connectivity, they'll use it to -- gasp -- share
files! This is another example of the criminalization of
intellectual property law that I discussed two posts ago. It's
also the epitome of "throwing the baby out with the bathwater."
The Intentionality of Evil
The Intentionality of Evil
06/24/2005 09:52 PMPossible Google IPO - Is it Evil?
Possible Google IPO - Is it Evil?
04/24/2004 03:54 PMSearch Engine Journal Apr 24 2004 8:09PM GMT
Eudora 6.1 is evil
Eudora 6.1 is evil
04/19/2004 07:07 PMPaul Szabo (Apr 19 2004)
The Axis of Just as Evil
The Axis of Just as Evil
03/13/2003 10:25 AMThis made me
laugh out loud. It's allegedly written by John Cleese, but it turns
out that it originally came from Satirewire.
"Bitter after being snubbed for membership in the "Axis of Evil,"
Libya, China, and Syria today announced they had formed the "Axis of
Just as Evil," which they said would be more evil than that stupid
Iran-Iraq-North Korea axis President Bush warned of in his State of
the Union address.
Axis of Evil members, however, immediately dismissed the new axis as
having, for starters, a really dumb name. "Right. They are Just as
Evil...in their dreams!" declared North Korean leader Kim Jong-il.
"Everybody knows we're the best evils... best at being evil...we're
the best."
Labyrinth Of Evil
Labyrinth Of Evil
07/19/2004 03:03 AMNext January, Del Rey Books will release
Star Wars: Labyrinth of
Evil, a new novel that ties directly into the beginning of
Episode III. With access to detailed information from
Lucasfilm, author James Luceno details Anakin Skywalker and Obi-Wan
Kenobi's last mission together during the
Clone Wars, as the
Jedi track down Darth Sidious. The events in this novel will dovetail
with the events in the third season of Cartoon Network's micro-series
and Dark Horse's upcoming
Obsession comic book series. Click on
the thumbnail above for more details, including an early first look at
the book's cover.
The New Mask Of Evil
The New Mask Of Evil
07/24/2004 02:21 PMRubies is showing off new mask of Darth Vader's helmet at Comic-Con.
This should be out just in time for Halloween.
In the Face of Evil
In the Face of Evil
09/07/2004 09:34 PMBritt Blaser: Paying For
Others' Sins. What do you do with the information that several
hundred children have been killed or wounded to make a
point?
Rise of Evil
Rise of Evil
06/25/2004 06:43 PMProject is up and running!
Evil for dummies.
Evil for dummies.
03/19/2003 10:28 PM Just in case you're not sure
how to be evil... You can get help. 8 easy steps to help you
become evil.
Evil geeks
Evil geeks
09/14/2004 02:49 PM
Cory Doctorow:
Danny "Evil" O'Brien has written an hilarious column in (mock)
celebration of the world's most evil geeks:
How do you work out who the movers and shakers are in the free
software hacking world? For most of them, there's no income to be
appraised, there's no stock market valuation to watch. What value can
you give to these contributors, who work without care of reward,
except maybe all those groupies hanging out at the stage door of the
Sourceforge ftp servers?
Well, I guess you could review their software or something. Sadly, I
suffer from a debilitating illness (which I shall not mention here)
that tragically precludes me from doing actual research. So, instead,
I have decided to evaluate those involved in our so-called industry in
terms of what we all, I think, see it as.
Link
Storms of Evil
Storms of Evil
04/13/2004 08:35 AMPulling Source, and GPL
"Mom, what are asses of evil?"
"Mom, what are asses of evil?"
09/02/2004 10:09 AMProtesters have taken over my Manhattan neighborhood. But how do I
explain their signs -- let alone the dismal state of the world -- to
my 9-year-old son?
Google: Be a Little Evil
Google: Be a Little Evil
12/30/2004 09:08 AMTechnology Review Dec 30 2004 1:14PM GMT
PHP Class 'ms_dbx_reader' released