PUBLIC   marks

PUBLIC MARKS with search run-oncouplet

Sponsorised links

This month

Win4Lin Desktop | The easiest way to run Windows on Linux

by ericpaul (via)
Virtual Bridges Desktop Products Win4Lin Desktop™ 5.5 is the easiest solution for running Windows on Linux. No more dual booting – Win4Lin Desktop runs Windows as a Linux application and stores your documents and settings in the Linux file system. Integration with your Linux environment – whether it is one specialized application or your whole desktop, Win4Lin Desktop provides seamless support for Windows-on-Linux.

Lessons Learned Shooting with the Canon 5D Mark II :: digitalartwork – Multimedia Journalism

by sbrothier
For the Michael Jackson Memorial piece I worked on, we decided before I left for L.A. that we would use the Canon 5D Mark II to try and push the look of the piece, and to try something new. The first thing I did, is call up a freelancer, Patrick Burke, to run sound. Patrick used to be an AC (Assistant Camera) in L.A. so he came with all the right tools, including a film slate that we used to sync audio from a Marantz PMD660 to the video footage of the 5D.

Freevo Media Centre | Home Theatre Platform HTPC & PVR

by cascamorto & 8 others
magine a world where the tv guide is liquid, where the time slots are organised to suit your schedule. Imagine a place you can store all of your music, movies and photos for you and your family to enjoy. Imagine having access to all your games, podcasts, upto the minute weather and news reports. Imagine doing all of this for free. What a wonderful world that would be... Freevo is an open source HTPC media centre software integrating PVR / DVR funtionality along with music, video, gaming, home automation and more. It is written in python and uses existing popular software such as mplayer, xine and vlc. Primarily aimed at the Linux platform it is also possible to run on OSX and for the determined on Windows. It is the main mythtv alternative.

PortableApps.com

by wabaus & 99 others , 1 comment
Portable software applications that run from a USB drive. Windows only.

Pendriveapps.com

by wabaus & 3 others
Portable software applications that run from USB drives. Windows and Mac applications.

Sponsorised links

October 2009

JavaScript

by ycc2106
Clicking on any of these tasks will take you to a page where you can run the script or copy the script code and its associated images.

Customize your Web browsing experience with Greasemonkey | Programming and Development | TechRepublic.com

by decembre
You can accomplish all of this via JavaScript.Scripts include metadata that provide details about the script, including target sites and sites that should never apply. The following metadata elements may be used: * Name: The name assigned to the script. It is displayed when the script is installed, as well as within the Manage Scripts window. * Namespace: The namespace used to distinguish scripts when more than one has the same name. (This is the same approach as used in programming languages like Java and C#.) * Description: A brief description of the script’s purpose. * Include: A list of URLs associated with the script (i.e., the URLs for running the script). The URLs may include wildcard characters (*). Multiple URLs appear on their own line. * Exclude: A list of URLs for which the scripts will never run. Multiple entries appear on their own line.

Time/Weather Desktop on Flickr - Photo Sharing!

by karlcow

Well, most of the work is done by Earthdesk and GeekTool 3.

Earthdesk is set to Natural Color, Equirectangular projection, Natural Color, Real Moonlight, centered on Vienna, Background: Starfield. Zoom 80%, Clouds 80%, Brightness 80%.

In GeekTool, the times and the weathers are all separate Shell "geeklets".

Times are generated by running shell commands like

env TZ=Asia/Tokyo date " %l:%M %p"

every 20 seconds

The weather is the tricky part. The way I am doing it now, if I am not careful, gets me throttled for too many concurrent requests to the wunderground.com API server. It also fails badly if I am disconnected, so I will need to do it differently.

FWIW: I have a PHP script which I run as separate Shell Geeklets. I invoke it with the name of the city I want. It then hits wunderground and gets back an XML stream of the local weather, which I parse, format and echo. (the way I'd change this is run the script from cron, with a 30 second wait between requests, and cache the results locally, which I would then call from the Shell Geeklets)

From there it's just a question of setting fonts, sizes, colors and moving the little Geeklet boxes around as you want them.

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.

YOURLS: Your Own URL Shortener

by ycc2106 & 1 other
YOURLS is a small set of PHP scripts that will allow you to run your own URL shortening service (a la TinyURL). You can make it private or public, you can pick custom keyword URLs, it comes with its own API. You will love it.

DSLR News Shooter

by sbrothier
dslrnewsshooter.com is dedicated to the use of the latest HD-dSLRs like the Canon Eos5DmkII, 7D and Nikon D300s for news, documentary and factual shooting. Run by working news shooter Dan Chung it should be a place for professionals, educators, students and industry figures to discuss the practice and the art of cinematic in documenting the real world.

lxml vs. ElementTree « michael schurter

by karlcow

While lxml has some excellent benchmarks about the speed of lxml.etree vs. ElementTree, I wanted to run some tests that were as close as possible to my own use case (fairly simple multi-megabyte XML files).

High Performance Web Sites :: @font-face and performance

by greut & 2 others

A quick survey shows that seven of the Alexa U.S. top ten web sites have a SCRIPT tag above their stylesheets or STYLE blocks: AOL, Facebook, Google, Bing, MSN, MySpace, and Yahoo!. These web sites don’t currently use @font-face, but if they did, they would experience the IE blocked rendering problem. This raises the concern that other web sites that are early adopters of @font-face have a SCRIPT tag above @font-face and their IE users run the risk of experiencing blocked rendering.

My first application server « ActiveState Code

by karlcow

ScriptServer is a minimalist application server, handling both GET and POST requests, including multipart/form-data for file uploads, HTTP redirections, and with an in-memory session management. It can run Python scripts and template files using the standard string substitution format

How To: Getting Started with Amazon EC2

by marco
EC2 lets you easily run and manage many instances (like servers) and given the proper software and configurations, have a scalable platform for your web application, outsource resource-intensive tasks to EC2 or for whatever you would use a server farm

Ubidesk - Online team collaboration workspace, project management, document and task collaboration, SSL

by ycc2106
Ubidesk is an online collaboration space where you can run team projects with document collaboration and task management. Ubidesk is offered as a SaaS(Software as a Service), and you can use it through your web browser anywhere, anytime. Try Ubidesk and have your team enjoy real time collaboration!

16 Javascript libraries for visualizations on Datavisualization.ch

by karlcow & 1 other

As data visualization often needs to reach a broad audience the browser is becoming the number one tool to publish and share visualizations. A lot of visualizations require user-interaction to unleash their full potential, thus interactive applets that run directly in the browser are a a great way to analyze the data at hand. Beside the usual suspects like Flash, Silverlight and Processing, JavaScript is quickly gaining ground in the field of interactive visualization embedded in websites. We’ve collected 13 16 JavaScript visualization libraries that help you get started faster, keep it flexible and develop with higher reliability.

September 2009

Welcome to the LINGUIST List

by m.meixide
The LINGUIST List is dedicated to providing information on language and language analysis, and to providing the discipline of linguistics with the infrastructure necessary to function in the digital world. LINGUIST maintains a web-site with over 2000 pages and runs a mailing list with over 25,000 subscribers worldwide. LINGUIST also hosts searchable archives of over 100 other linguistic mailing lists and runs research projects which develop tools for the field, e.g., a peer-reviewed database of language and language-family information, and recommendations of best practice for digitizing endangered languages data. LINGUIST is a free resource, run by linguistics professors and graduate students, and supported entirely by your donations.

Zend_Amf with full Zend Framework | Space of Flex/AIR technologies

by srcmax
There are many examples on the web how to use Zend_Amf as a standalone component but couldn’t find one that actually shows how you can run it with the rest of the Zend Framework. Main benefit of running it in a way I will demonstrate in this post is that requests to AMF service classes are automatically bootstrapped with configuration, database initialization and other Zend components.

Great Circle

by karlcow

Great circles are straight lines that go all the way around the center of the earth. The equator is a great circle. Meridians of longitude that cross over the north and south poles are also great circles. For every location on a great circle, it's antipodal location is also on the circle. Other than the equator itself, any great circle crosses the equator at two antipodal locations, 180° apart. Other than the equator and meridians of longitude that run due north and south, any great circle reaches it's maximum latitudes at two locations that are 90° of longitude east and west of the two locations where the great circle crosses the equator.

Welcome to MusicBrainz! - MusicBrainz

by ycc2106 & 29 others
You can use Musicbrainz right now to automatically identify and label your music files — all you have to do is download and run a MusicBrainz enabled tagger. Annotated link http://www.diigo.com/bookmark/http%3A%2F%2Fmusicbrainz.org

FitNesse

by Fiber_Optic & 6 others
FitNesse is a software testing tool. From another perspective, FitNesse is a lightweight, open-source framework that makes it easy for software teams to: Collaboratively define Acceptance Tests -- web pages containing simple tables of inputs and expected outputs. Run those tests and see the results

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