stargeek
PHP news website logo.
home    PHP scripts    articles    seo tools    links    search    contact    shop    realtors


PHP Class 'Schematron' released







PHP Class 'Schematron' released

PHP Class 'Schematron' released 06/26/2002 08:05 PM

This class implements the Schematron 1.5 language to validate XML documents, it uses the XSLT PHP extension and can validate XML files using Schematron XML files or compiled Schematron scripts as XSLT. Many different ways to validate files/uris/etc are provided




This is a GrokNews Entry: (what is grok?)





Similar Items

PHP Class 'Schematron' released

Grok Headline matches for PHP Class 'Schematron' released

PHP Class 'PHP or Java Class Code
Generator' released


PHP Class 'PHP or Java Class Code
Generator' released
03/06/2004 02:00 AM
This 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 AM
This 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 PM
You 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 'calend.class.php' released


PHP Class 'calend.class.php' released 01/03/2003 07:52 PM
This class generates HTML calendars in the portuguese language. In portuguese: Esta classe gera um calendário em português em HTML.

PHP Class 'Bs_CsvUtil.class.php'
released


PHP Class 'Bs_CsvUtil.class.php'
released
11/08/2002 08:17 PM
Features: 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 'My DB' released


PHP Class 'My DB' released 02/15/2004 07:40 PM
This 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 PM
This 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 'CISVC' released


PHP Class 'CISVC' released 01/16/2004 11:05 AM
This 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 'DBgrid' released


PHP Class 'DBgrid' released 10/10/2002 09:55 AM
Show 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 AM
Excellent 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 'htmldoc' released


PHP Class 'htmldoc' released 10/11/2002 07:54 AM
Object Library for Creation of PDF Documents out of HTML Pages by using htmldoc as conversion facility.

PHP Class 'WebWidgets' released


PHP Class 'WebWidgets' released 10/11/2002 07:54 PM
WebWidgets 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 AM
Display 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 'rhc' released


PHP Class 'rhc' released 10/15/2002 07:15 AM
RHC 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 'URLHelper' released


PHP Class 'URLHelper' released 10/15/2002 07:15 AM
This 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 'color' released


PHP Class 'color' released 10/15/2002 07:15 AM
These class converts colortypes. It supports the following colors formats and types: - CMYK - RGB - Pantone - HEX Codes for HTML

PHP Class 'BarcodeI25' released


PHP Class 'BarcodeI25' released 10/15/2002 07:15 AM
HTML Barcode generator for Interleaved 2 of 5 Codes. Código de barras fator Intercalado 2 de 5, padrão FEBRABAN (BRASIL).

PHP Class 'phplibTemplateExtention'
released


PHP Class 'phplibTemplateExtention'
released
10/08/2002 07:09 AM
phplib 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 'SQLCall' released


PHP Class 'SQLCall' released 09/26/2002 07:29 PM
SQLCall 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 PM
Class 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 PM
Short 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 PM
Burning 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 AM
color 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 PM
This 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 AM
Extensió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 'DCalendar' released


PHP Class 'DCalendar' released 10/08/2002 07:09 AM
Show a calendar with options view year, month and today link. Dynamic events with diferent color

PHP Class 'COutLook' released


PHP Class 'COutLook' released 10/01/2002 10:18 AM
This 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 'ms_dbx_reader' released


PHP Class 'ms_dbx_reader' released 10/01/2002 07:38 PM
Microsoft DBX file reader /such as Outlook Express Mailbox database files/ Author: Zeos

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 PM
This 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 PM
Very 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 PM
MyTemplate 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 PM
This 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 PM
A 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 PM
This 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 PM
This 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 PM
Protect 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 PM
Class 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 PM
A XML parser, that's extremly fast and easy to use, tested in two websites and gave good results!
Grok Description matches for PHP Class 'Schematron' released
GrokA matches for PHP Class 'Schematron' released

"Loki Torrent - Torrent Search, Torrent
Download, You name it..."


"Loki Torrent - Torrent Search, Torrent
Download, You name it..."
12/31/2004 10:23 AM

Loki Torrent - Torrent Search, Torrent
Download, You name it, we've got it.


Loki Torrent - Torrent Search, Torrent
Download, You name it, we've got it.
12/30/2004 11:53 AM
fights back .. lokittorrent .. Loki Torrent

lokitorrent.com
track this site | 5 links


News: Native rolls out Reaktor 5, Guitar
Combos, more


News: Native rolls out Reaktor 5, Guitar
Combos, more
04/06/2005 12:32 PM
Music software maker Native Instruments used its presence at this week's Musikmesse 2005 conference in Frankfurt, Germany to roll out new products including Reaktor 5, Guitar Combos and Synthetic Drums.

My first torrent


My first torrent 07/30/2004 03:00 AM

Thanks to Jim and Ado for setting up the BitTorrent tracker. Here is a torrent for Lawrence Lessig's Free Culture talk in Helsinki that I blogged about earlier.

UPDATE: Please standby. It doesn't seem to be working.

Comment - TrackBack

Torrent Zip


Torrent Zip 03/31/2005 11:44 PM
The project is live!

Torrent 0.61


Torrent 0.61 01/27/2004 02:58 PM
An arcade game with colored tiles.

It's the torrent, stupid


It's the torrent, stupid 12/22/2004 01:29 AM
Xeni Jardin: Mark Pesce rants about the recent shutdowns of BitTorrent supersites Suprnova.org and TorrentBits.com.
Hey, Hollywood! Can you feel the future slipping through your fingers? Do you understand how badly you've screwed up? You took a perfectly serviceable situation - a nice, centralized system for the distribution of media, and, through your own greed and shortsightedness, are giving birth to a system of digital distribution that you'll never, ever be able to defeat. In your avarice and arrogance you ignored the obvious: you should have cut a deal with SuprNova.org. In partnership you could have found a way to manage the disruptive change that's already well underway. Instead, you have repeated the mistakes made by the recording industry, chapter and verse. And thus you have spelled your own doom.

It's said that the best sequels are just like the original, only bigger and louder. Ladies and gentlemen, prepare yourselves for one hell of a crash. This baby is now fully out of control.

Link (via waxy)

Bit Torrent question


Bit Torrent question 04/09/2004 10:30 PM
Bit Torrent and the ability to download everything in one click (is this the end of Direct TV, Tivo and the music business?!).

Used BitTorrent a little bit when it first came out and was a bit underwhelmed. It didn’t work, there weren’t a lot of places to find files, etc.

I decided to take another look at it when a designer friend of mine was telling me that he has the latest version of every single piece of design software on his Mac compliments of bit torrent (yes, I know it’s wrong… not the point I’m trying to make, the point is coming :-).

Part I: I installed bit torrent and immediately noticed an amazing new trend (prob. not new to all of you) of people posting dozens of albums in one RAR file for download. Huge file sizes in the 500 to 4,000 meg size range. The last season of seven seasons of Southpark, every Nirvanna album and here is another file with every Howard Stern radio show from March in one file.

In one click you grab one really well organized, clean and deep sets of files—scary.

Part II: A couple of month ago I got the Gateway Connected DVD player. For $195 it connects via WiFi to my desktop and I can hit the My Music or My Videos button on the remote control and pull up those directories on my hard drive (in the other room).

Part III: Today I moved into my new apartment in Santa Monica and was faced with the standard $100 month cable/dish bill and I’m thinking “dang, I only watch less then a half dozen TV shows and they are all here on bit torrent… maybe I should save the $1,200 a year and just download the shows and watch them via my Gateway Connected DVD player?”

The Point/Question: How soon before you’ll be able-with one click-download every prime-time TV show or last year’s top 500 CDs in one click?!

(Note: This is not a trick question, I have yet to find a file containing that much content—however, I did find a file with last weeks top 100 singles that someone put together in one nice package).

[The Digital Music Weblog]

Xcode .torrent


Xcode .torrent 08/08/2004 02:13 AM
Apple just released an update to is Xcode development tools, but Apple's content distribution network is slow and poky, and as Danny notes, it "won't let you resume downloads using wget -c." So here's a .torrent for Xcode. Link (via Oblomovka)

Bit Torrent : An Analysis


Bit Torrent : An Analysis 12/19/2004 03:10 PM
Hardy news site, The Register, recently published a detailed analysis of the file sharing protocol Bit Torrent. Bit Torrent has received attention in the main stream news after reports that it was carrying as much as 50% of all peer 2 peer (p2p) traffic, which in tern amounted to a massive 30% of all the traffic on the internet. The paper, by Dr. Johan Pouwelse, examines the protocol and looks especially at one of the largest bit-torrent hubs, Suprnova.org. He examines how just 20 moderators solve the problem of fake files, something that plagues the traditional file sharing networks like Kazaa.

Dr Powelse notes that the major problems facing hubs like suprnova are fakes and maintaining hub availability. The availability of files on bit torrent is based on a centralised system; without it, the network fails as users cannot access the trackers. Decentralising bit torrent has already begun - Suprnova have started a project called "Exeem" which apparently has 5,000 beta testers trialling it, and has an ultimate aim of taking the best of Kazaa (a decentralised network) and merging it with Bit Torrent. Decentralisation removes the issue of poor availability at the tracker end, yet0 it also provides more scope for fake files and a reduction in data integrity at the user end.

The paper concludes that bit-torrent needs to evolve to create incentives to users to seed files. Bit-torrent as a protocol is a system that’s here to stay; it enjoys more and more usage from more main stream content providers. Yes, there is a lot of illegitimate use of the protocol, but unlike Kazaa, these users should not be allowed to over shadow the usefulness to legitimate users of the bit torrent protocol.

[Update] Since this article was published, Suprnova has shutdown as a hub for torrents. Although this cannot be confirmed, the shutdown is very likely related to legal action from the Hollywood against tracker websites; earlier in the week many other sites were taken down. The effectiveness of the takedowns could be massive; the paper below notes that when on the Suprnova mirrors went offline during their monitoring period, they saw a massive reduction in the number of users downloading files through the site.

Download: The Paper (pdf) | The Register

Read full story...

Torrentocracy = RSS + Bit Torrent + Your
TV


Torrentocracy = RSS + Bit Torrent + Your
TV
06/21/2004 07:41 AM

CC Torrent Hosting


CC Torrent Hosting 12/17/2004 06:33 PM

Torrentocracy has announced a free BitTorrent hosting service for Creative Commons licensed content: Prodigem.

Download one of the beta torrents currently available. Send an email to Torrentocracy creator Gary Lerhaupt to request an upload account.

Update: Download all of the Duke Law School Arts Project Moving Image Contest finalists via one torrent at prodigem.


ShiftyGames Torrent 0.8.2


ShiftyGames Torrent 0.8.2 05/05/2004 10:52 PM
An arcade game with colored tiles.

Battle Torrent


Battle Torrent 08/11/2004 09:45 AM

Thanks to Dave over at Scripting News for the link. The already easy process of downloading files via BitTorrent has just gotten easier. [Downhill Battle]


Following up on Torrent Shutdowns


Following up on Torrent Shutdowns 12/22/2004 01:40 AM
Slashdot Dec 21 2004 6:33PM GMT

Sri Lankan hip-hop mix: torrent


Sri Lankan hip-hop mix: torrent 03/17/2005 03:55 AM
Xeni Jardin: Boing Boing reader Lucas Emery says,
Your big article on M.I.A over the weekend reminded me that I had downloaded a mix mp3 shortly after the Tsunami disaster comprised exclusivly of Sri Lankan hip-hop. I can't remember where I originally found the mix (boomselection, maybe?) so I just made a .torrent. 58.4 Meg mp3 mix by Dr. Auratheft.
Link

Previously: M.I.A. is, well, MIA; and MIA for intergalactic overlord

SP2 Bit Torrent Legal Challenge


SP2 Bit Torrent Legal Challenge 08/11/2004 05:20 PM

Download the Windows XP Service Pack 2: The guys who were doing Microsoft a favor by pushing Service Pack 2 via Bit Torrent got slapped down by Redmond.

Microsoft sent DMCA takedown notices to our two webhosts, one of which was just linking to a torrent file on another server. We've stood up to these kinds of legal threats before (see the Grey Tuesday protests), but we decided not to bother this time, because we started this site primarily as a demonstration and to that end it's already been a huge success.

Click here to comment on this entry


Torrent Site Status


Torrent Site Status 01/07/2005 04:15 AM
Don’t download too much pr0n .. Torrent Site Status

orbdesign.net/bt
track this site | 3 links


Grokster briefs torrent


Grokster briefs torrent 03/26/2005 05:13 AM
Cory Doctorow: Thad sez, "This is a torrent of all of the briefs submitted re: MGM v. Grokster, in the zip format provided on the U.S. Copyright Office site." Torrent Link for 74 briefs in 20.7MB

Comrade - Bit Torrent Client


Comrade - Bit Torrent Client 06/24/2004 12:03 AM
Working.

"Torrent Link for 74 briefs in 20.7MB"


"Torrent Link for 74 briefs in 20.7MB" 03/27/2005 10:28 AM

Better Than Bit Torrent, For Internet2
Users?


Better Than Bit Torrent, For Internet2
Users?
11/18/2003 07:54 PM

Microsoft builds a better Bit Torrent


Microsoft builds a better Bit Torrent 06/17/2005 03:18 PM
Researchers at Microsoft's computer science lab in Cambridge have developed a peer-to-peer filesharing system that they say overcomes the scheduling problems associated with existing distribution protocols such as Bit Torrent.

The researchers claim download times are between 20-30 per cent faster, using their network coding approach, than on systems that only code at the server, and between 200 and 300 per cent faster than distributing un-encoded information.

View: Full Article @ The Register
View: Avalanche Whitepaper

Read full story...

Torrent of video from DV Guide


Torrent of video from DV Guide 08/30/2004 02:55 AM

dv.open4all.info/bblog/torrent_files/20040828_kinberg.mov.torrenttrack this site | 3 links


AnimeMonitor RSS (torrent) feed monitor


AnimeMonitor RSS (torrent) feed monitor 04/16/2004 10:22 AM
We're Alive!

Eyes on the Screen torrent mirror


Eyes on the Screen torrent mirror 02/01/2005 08:38 PM
Cory Doctorow: Eyes on the Screen is an amazing Downhill Battle project that we blogged earlier. The idea is to get people to download the seminal documentary Eyes on the Prize, which chronicles the American civil rights movement. It's a Black History Month perrennial, but because of the prohibitive cost of clearing the copyrights to the archival footage used in the series. Once the series has been downloaded, you'd be encouraged to host a screening party for your friends and neighbors on February 8th, and ensure that the vital messages of this documentary don't fade away due to outmoded laws.

The Downhill Battle torrents for Eyes on the Prize have gone away, but there is still a mirror of them available. Please consider using the mirror to get your own copies and host a party of your own.

At 8pm on February 8th we will celebrate the struggle and triumph of the civil rights movement with screenings of Eyes on the Prize Part 1: Awakenings. Eyes on the Prize is the most renowned civil rights documentary of all time; for many people, it is how they first learned about the Civil Rights Movement (more about the film). But this film has not been available on video or television for the past 10 years simply because of expired copyright licenses. We cannot allow copyright red tape to keep this film from the public any longer. So today we are making digital versions of the film available for download. Join us in building a new mass audience for this film: organize or attend a screening in your city, town, school or home on February 8th.
Link

Torrent for Windows XP Service Pack 2


Torrent for Windows XP Service Pack 2 08/09/2004 04:48 PM
Microsoft needs to distribute its new Win XP Service Pack 2 to 260 million Windows users at 75MB each. Moving a wodge that big to that many machines is too much even for the biggest software company on the planet. So the folks at Downhill Battle have seized upon this as an opportunity to prove the substantial noninfringing uses of P2P by releasing a .torrent of SP@ (complete with checksum info so that you can verify that this isn't some malware-riddled trojan, except to the extent that it is a typical piece of the Windows XP OS). Join the mesh, shoulder the load, get your medicine -- the 21st Century way. Link (via Waxy)

Defense fund for Bit Torrent indexer


Defense fund for Bit Torrent indexer 12/30/2004 02:45 AM
Cory Doctorow: LokiTorrent is a BitTorrent indexing site -- like the lamented Suprnova -- that has been threatened with legal action by the MPAA for telling people where to download torrent files that allow them to download video and other large data-objects. Unlike some of the other Torrent indexers that shut down last week, LokiTorrent is mounting a legal defense. They're trying to raise a legal defense fund of $30,000, and they've made $11,500 in the first 12 hours. Link (via /.)

Outfoxed interviews available under CC
license via Bit Torrent


Outfoxed interviews available under CC
license via Bit Torrent
09/15/2004 03:51 AM
torrentocracy - blog
Outfoxed Torrent (torrentocracy exclusive)

In working with Lawrence Lessig, Robert Greenwald has agreed to release the interviews within Outfoxed: Rupert Murdoch's War on Journalism under a Creative Commons non-commercial license (press release). This means that among the rights now granted, interviews balancing out the fair journalism of Fox News can freely be used as anyone sees fit. To see the full movie, you can purchase the Outfoxed DVD or check it out in theaters.

Torrentocracy (along with archive.org) has exclusive initial access to distribute these interviews in their digital form due to the work undertaken to promote a TV-connected, public domain, internet based media distribution network. The torrent file to start your Outfoxed download can be found at http://www.torrentocracy.com/files/torrents/outfoxed_intervie ws.torrent. For more information on how to use bit torrent peer-to-peer filesharing to download this, go here. If you were a Torrentocracy user, you could already be downloading Outfoxed to your television.

Here's some serious substantial non-infringing use of P2P. I bought the DVD and watched Outfoxed. Definitely worth buying the DVD, but being able to download and use the interviews from the documentary is a great contribution to the commons. It will be interesting to see how people remix this stuff.

Comment - TrackBack

Bit Torrent creator laughs at Microsoft
P2P


Bit Torrent creator laughs at Microsoft
P2P
06/24/2005 08:36 PM

PHP Class 'Schematron' released

The following phrases have been identified by the grok system as matching this entry: guitar combos.torrent ni reaktor tutorials pdf torrent motu mx4.torrent powerbook g4 "three tone" startup "ni battery 2" mac crack itunescool 3.4 serial crack

















Also check out:


Grok

Ipod Porn on the
Rise

Brief Abstract of
Wikipedia's
Mesothelioma Cancer
page

Get first aid
instructions in your
cell phone

IE is crap
JSPWiki gains
podcasting support

PHP CLI For
Beginners

Variables and Paths
DSDL Examined
Cataloging XML
Vocabularies

Enforcing
Association
Cardinality

Schematron
DTML Basics (part 2)
BPMI Aims to
Reinvent Business
Process Design

XML Finds Its Voice
New XML-Based Spec
Published

Scratching the
Surface: Getting
Started with PHP
Fusebox

Mojo Webstats: 1.0
released

PHP Date + Time
Primer

Cofax 1.9.9d
released

Web Database
Applications with
PHP and MySQL: A
Book Review

Build Your Own
Database Driven
Website Using PHP &
MySQL

C++ Tricks of the
Trade: Friend
Functions

Database Design
Principles With
MySQL

Google Search
Appliance Updated

Google Wins More
Webbys

Slashdot Interviews
Craig Silverstein

Google API for
MovableType

AlltheWeb versus
Google

Heisenberg and
Google

Spell Check a String
with ASP and
Microsoft Word
Automation

Google Shows Up on
AOL.co.uk

Auto Bidding Coming
to Overture

Google Displaying
Meta Description

Google June 2002
Update

Teoma/Ask Launch IE
Search Toolbar

Real World Linux -
The Big Move From
Windows to Linux

Status Check - What
Helps and What Hurts
Ranking?

What Dynamic Content
in Europe is
Indexable?

Why be a Webmaster?
Visual Noise
Reduction

Is it still possible
to get high rankings
in all search
engines?

Are Splash Pages
Site Killers or Site
Makers?

Mid Year SEO Checkup
- Lessons Learned
2002

PHP XML Classes 1.7
released

NDBE 1.2.1 released
Creating Shell
Scripts using PHP 4
Part 2

PHP Class 'inifile'
released

Variable Handling
and the PHP Novice

Making PDFs with
PHP, PDQ

Using Java objects
in PHP scripts Part
2

Managing Images With
a Web Database
Application

Five Little PHP
Tricks to
Programming Bliss

The Power Of Three:
XML, XSLT and PHP --
Part III

PHP Class
'CurrencyFormatter'
released

PHP Handy off the
Web, Too

what is grok?