PUBLIC   marks

PUBLIC MARKS with search running

Sponsorised links

This month

Kawai Run

by flashgames
Kawai Run. Run as fast and far as you can without running into obstacles.

December 2009

python-jabberbot: A simple Jabber Bot for Python (thpinfo.com)

by karlcow

This is python-jabberbot, a Jabber bot framework for Python that enables you to easily write simple Jabber bots. You can use your Jabber bots to provide information about your running systems, to make your website interact with your visitors or notify you about updates or changes you monitor with your Python scripts.

Wt, C Web Toolkit - Blog

by karlcow

Recently, Facebook provided us some information on their server park. They use about 30000 servers, and not surprisingly, most of them are running the PHP code to generate pages full of social info for their users.

pc pocket(windows) applications and softwares free downloads

by browskhy@mail.com & 1 other
If your phone is running Windows Mobile 6.0 or Windows Mobile 6.1 you can get Marketplace by following the instructions in the box below. If you have a Windows phone running Windows Mobile 6.5, Marketplace is already installed on your phone and in your Start menu.

llimllib's cherry-blossom at master - GitHub

by karlcow

Cherry Blossom is a blogging system written in Python. It was written specifically because I had a lot of pyblosxom blog entries on my previous blog, but I wanted to use cherrypy instead of plain-ol cgi. It adds features like object publishing, session support, access to lots of cherrypy plugins, access to GET and POST vars as method parameters, and others. This software's been running my blog (http://billmill.org) for over two years now, and has survived a couple redditings and a flood from stumbleupon, all without a hiccup.

The Web Socket protocol

by marco
The Web Sockets protocol enables two-way communication between a user agent running untrusted code running in a controlled environment to a remote host that has opted-in to communications from that code.

Sponsorised links

November 2009

Laurent Grégoire personal web page

by greut & 1 other

Everything you need to know to master VIM, a free vi clone running under various platforms.

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.

iSync Plugin for Sony Ericsson W880i phones

by rmaltete (via)
iSync Plugin for Sony Ericsson W880i phones running in Apple Mac OS X For users of the Sony Ericsson W880i mobile phone, this is a plugin that allows Mac OS X to add your new mobile device to Apple's iSync application - the application that manages your contacts, and synchronises your diary entries in iCal.

High Pages/Sec & Disk Transfers/sec, in the Citrix XenApp / Presentation Server forum on BrianMadden.com

by night.kame

BTW, Just a small rant... The Notes back end is way better than exchange. We were running 2000 users on One domino server with no issues. We have invested in 10 servers for outlook and over a mil in emc consulting. Personally I’m dumfounded at the decision to switch.

Oui mais Exchange c'est top : en plus des problèmes de performance côté serveur, on a les mêmes côté client avec cette bouse d'Outlook !

CouchDB Implements a Fundamental Algorithm : Daytime Running Lights

by karlcow

We're seeing a lot of action in the key/value map/reduce world lately. On the one hand this is because simpler stuff scales more simply, and on the other because key/value and B-Tree stores map cleanly to some fundamental algorithms.

Virtual Street Corners: A public art project by John Ewing with Boston Cyberarts

by karlcow

Beginning in June 2010, a storefront in Coolidge Corner, Brookline, and in Dudley Square, Roxbury will be transformed into large video screens, providing pedestrians of each neighborhood with a portal into one another's worlds. Running 24/7, life-size screen images and AV technology will enable real-time communication between residents of the two neighborhoods.

10 Key Tasks For Your Next Web Site | Smiley Cat Web Design

by mozkart
Last year I wrote about 12 essential web site building blocks — things that you should check when you take on responsibility for a new web site, or even just launch one. Well, this year I've come up with a few more, mostly as a reminder to me for the next site that I'll be running.

Keyword Tool » KEYWORD COMPETITOR « Keyword Research

by ycc2106
If you know who your competitors are, you can just type in their domain address and get a list of their ads as well as paid and organic keywords that are running right now. If you don't know your competitors you can search for keywords or keyword phrases that will help you find websites that compete for these keywords. Once you identified the relevant web sites you can search them individually through Keyword Competitor to learn what specific online advertisements they are running right now in Google and Yahoo. Fast Mover advantage - forget the pioneers who struggled to make initial headway, now that the market's been proven cash in other efforts

October 2009

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.

ProcessLibrary.com - The online resource for process information!

by ycc2106 & 26 others
online library of processes to know the exact nature and purpose of every process that should, and should not, be running on their PC.

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.

awe.sm - Link tracking and analytics for social media

by ycc2106
If you have access to Google Analytics running on the Original URL, you will see your awe.sm stats there.

lericson/programming/ - Pooling with pylibmc

by karlcow

This means that whenever Python code is running, you'll be sure to have exclusive access to all of Python's memory (unless something is misbehaving.) In turn, this means that the usecase for using libmemcachedutil in a Python library is rather slim.

jessenoller.com - Django, mod_wsgi, Apache and OS X – do it.

by karlcow

whut_2.jpgSo, I’m one of those people where I don’t like running things “too far” from what a production setup might look like (I code on OS/X, deploy to Linux). This is why I jump(ed) through various hoops on my OS X system to get Apache/Django/mod_wsgi/etc all up and running and happy (not for serving the site; just developing).

Visualize Your SSH & FTP Behaviour on Datavisualization.ch

by karlcow

Every time that you login into your local Unix-like machine or a remote hosting server through a FTP client to upload a file or use SSH to get your stuff done, you’re leaving behind a trail of evidence showing your online behaviour: where and when you log in, how often and how long your online sessions are, in short: your modus operandi. This visualization tool unveils this hidden data, which is gathered by running a few builtin UNIX commands and is analyzed onsite.

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