PUBLIC   marks

PUBLIC MARKS with search lightingdemand-sidemanagement(dsm)program

Sponsorised links

October 2009

Scopus API: Home

by parmentierf (via)
The Scopus Application Program Interface (API) enables you to search the largest abstract and citation database of peer-reviewed literature and quality web sources. You can select Scopus data elements and create your own mashups. The API returns Scopus data in a format that is easily integrated into an application or your web site.

Computer Programming - Uncyclopedia, the content-free encyclopedia

by marco
"In Soviet Russia, computers program YOU!" ~ Russian reversal on computer programming

Photocrati - Affiliate Program

by mozkart
Welcome To Our Affiliate Program! Our program is free to join, it's easy to sign-up and requires no technical knowledge. Affiliate programs are common throughout the Internet and offer website owners an additional way to profit from their websites. Affiliates generate traffic and sales for commercial websites and in return receive a commission payment. Affiliate Login Username: Password: Click Here To Signup How Does It Work? When you join our affiliate program, you will be supplied with a range of banners and textual links that you place within your site. When a user clicks on one of your links, they will be brought to our website and their activity will be tracked by our affiliate software. You will earn a commission based on your commission type. Real-Time Statistics and Reporting! Login 24 hours a day to check your sales, traffic, account balance and see how your banners are performing.  Program Details  Commission Type  Pay-Per-Sale $20.00 USD for each sale you deliver.  Payout Requirements  $100.00 USD - Minimum balance required for payout.  Payout Duration  Payments are made once per month, for the previous month.

Threads at daniel shiffman

by karlcow

Threading

We’re quite familiar with the idea of writing a program that follows a specific sequence of steps as outlined in, say, a main() function. A Thread is also a series of steps with a beginning, a middle, and an end. A thread’s sequence, however, can run independently of the main program. In fact, we can launch any number of threads at one time and they will all run concurrently. Visit the Java site for a more involved explanation.

This is incredibly useful when it comes to data mining, as we can have separate threads retrieving different pieces of information from the network. If one gets stuck or has an error, the entire program won’t grind to a halt, since the error only stops that individual thread. To create independent, asynchronous threads, we simply extend the Thread class.

technobabbler » Blog Archive » drive a webcam with python

by karlcow

I bought a USB webcam off of eBay quite some time ago, and I decided to connect it to my telescope with a little bit of hardware hackery. I'll have to see about posting a writeup on how I did that at a later time. Anyway, when I installed my camera software, I quickly found how horrible the program was. It gave a tiny preview of what the camera saw, and had no way of capturing images or video without waaaay too many clicks of the mouse. That's when I decided to write my own in Python.

Doug Hellmann: PyMOTW: resource - System resource management

by karlcow

Manage the system resource limits for a Unix program.

Linguistic Tree Constructor: LTC

by m.meixide
LTC is a free program for building linguistic syntax trees from text. The user points and clicks their way to a syntactic analysis. LTC is intended for quickly producing syntactic analyses of large amounts of text (think 100,000-200,000 words, or more). The program does no analysis on its own. The user is completely free to draw the tree however he or she wishes. However, the program makes sure that the tree is a tree and not some other kind of graph.

Sponsorised links

September 2009

Appulous : The iPhone and iPod Touch Application Index

by sbrothier & 3 others
As many iPhone and iPod touch owners have discovered, Apple's iTunes App Store has many flaws which render it useless to the common user. Apple has chosen to allow a multitude of ridiculous, worthless, poorly-represented applications through its "strict" screening process, nearly all written by mediocre programmers with a dream of getting rich quick. Many of these programmers game the reviews system, misrepresent their application in the description, and generally try to swindle the honest buyer. Applications generally do not cost much, but small fees add up. The iPhone/iPod community has wasted so much money on these programs, an epidemic has taken hold where people have simply stopped buying apps they aren't certain of so they don't find themselves purchasing yet another waste of a program.

MusicBrainz

by rmaltete & 28 others
MusicBrainz is a community music metadatabase that attempts to create a comprehensive music information site. You can use the MusicBrainz data either by browsing this web site, or you can access the data from a client program — for example, a CD player program can use MusicBrainz to identify CDs and provide information about the CD, about the artist or about related information. You can also use the MusicBrainz Tagger to automatically identify and clean up the metadata tags in your digital music collections. Find out more in the introduction.

Xparameter - Faire un scan des tous vos fichiers vidéos - TUTO - Module films : Xlobby et Ant Movie Catalog (AMC)

by decembre
Utiliser Xparameter qui est un module qui permet de faire un scan des tous vos fichiers vidéos, afin de les importer correctement dans antmoviecatalog. Celà vous évitera de rentrer les noms des films un à un, ce qui serait franchement long avec une grosse collection.Ce module permet de scanner les films sur un ou plusieurs répertoires (aussi bien les réseaux) afin de créer une base de donnée (sous format Xml, codé en iso-8859-1) compatible pour AMC. de quoi ai-je besoin pour faire marcher tout çà? De rien! Vous devez juste avoir installé le dernier pack Xlobby. Pour plus de transparence, voici ce qu'il contient pour les films: -Xlobby bien entendu avec un skin FR compatible (Xmedia2+games) -Ant movie Catalog et son fichier movies.amc contenant votre base de donnée. Ce dernier se trouve dans C:\Program Files\Ant Movie Catalog\Catalogs\movies.amc -Xparameter pour l'import massif de films dans amc

Print Folder Free Download

by decembre
Print Folder awarded Softpile Most Popular Print Folder is a simple program for printing directories. It offers a drive/directory window and a file list, which can be arranged and sorted according to various criteria. This list can be send to any printer (printing preview and storage included). Export to HTML are now available

agenda2pdf.py

by karlcow

This program generates a book agenda file in PDF format, ready to be printed or loaded on a ebook reader.

AutoPano Pro - Panorama stitching software - Panoramic photo software - image stitching

by sbrothier
Version 2 of Autopano has been tested and chosen as the best image stitching program, among 11 programs.

August 2009

Instant SQL Formatter

by cascamorto & 1 other
Instant SQL Formatter is a free online sql tidy tool, actually, it not only can beautify your sql but also can turn your formatted sql into html code, so you can post coloured sql code in your blog, forum,wiki and any website easily. In addition to beautifying SQL code, this sql tool can translate SQL code into C#, Java, PHP, DELPHI and other program languages. Another useful feature is find out all database objects such as table, column, function in sql by selecting output format to list database object.

0047 About

by karlcow

0047 is an organization for projects in and in between the fields of art and architecture. Founded in Berlin in 2004, 0047 was originally an exhibition space for Norwegian art and architecture but it soon became an internationally based project involving artist, architects and curators from all over the world. Since the opening over 130 artists, architects and curators have been involved in over 30 exhibitions and projects, both in our own space or in collaboration with other institutions. Over 60 people from all over the world has attended our studio program.

July 2009

Automatic Generation of Syntax Diagrams with a Given Grammar

by karlcow & 1 other

The following form calls a program written in C , that converts a grammar into syntax diagrams. The diagrams can be used for direct printing and inclusion in printable text files. Two examples for a grammar are given (a variant of the EBNF-grammar and the XPath-grammar).

Automatic Generation of Syntax Diagrams with a Given Grammar

by night.kame & 1 other

The following form calls a program written in C , that converts a grammar into syntax diagrams.

Générateur de diagramme de syntaxe.

Piwik - Web analytics - Open source

by parmentierf & 14 others (via)
Piwik is a downloadable, open source (GPL licensed) web analytics software program. It provides you with detailed reports on your website visitors: the search engines and keywords they used, the language they speak, your popular pages… and so much more.

Why Functional Programming Matters

by karlcow

As software becomes more and more complex, it is more and more important to structure it well. Well-structured software is easy to write, easy to debug, and provides a collection of modules that can be re-used to reduce future programming costs. Conventional languages place conceptual limits on the way problems can be modularised. Functional languages push those limits back. In this paper we show that two features of functional languages in particular, higher-order functions and lazy evaluation, can contribute greatly to modularity. As examples, we manipulate lists and trees, program several numerical algorithms, and implement the alpha-beta heuristic (an algorithm from Artificial Intelligence used in game-playing programs). Since modularity is the key to successful programming, functional languages are vitally important to the real world.

Lensmaster Profile for TheTDesigner

by cryogenius (via)
I have been in the T-shirt screen printing business for over 10 years. Our custom t-shirt online design program is designed to save you money on the expense of having a graphic artist create a custom T-shirt design for you.

PUBLIC TAGS

ajax   apple   art   audio   blog   blogging   blogs   book   bookmarks   books   business   car   community   computer   css   culture   design   download   dvd   education   email   finance   firefox   flash   flickr   food   forum   free   fun   funny   game   games   google   guide   health   history   home   hosting   html   humor   image   images   information   internet   ipod   java   javascript   life   links   linux   mac   magazine   marketing   media   microsoft   mobile   money   movie   movies   mp3   music   news   online   phone   photo   photography   photos   photoshop   php   podcast   programming   radio   reference   rss   science   search   security   seo   service   shopping   site   social   software   sports   technology   tips   tool   tools   travel   tutorial   tv   video   videos   web   web2.0   webdesign   wiki   windows   wordpress   yahoo  

Sponsorised links