PUBLIC   marks

PUBLIC MARKS with search g-string

Sponsorised links

October 2009

Denis Frajerman sur MySpace Music - Ecoute gratuite de MP3, Photos et clips vidéos

by Neewok

Le compositeur Denis Frajerman est membre du groupe expérimental Palo Alto, du duo Polonium 84, du quartet DAM, du Frâjerman String Quartet et producteur du groupe de nightmare-pop ukrainien The Blizzard Sow. Il avoue une passion post-exotique pour les insectes en particulier et la faune en général dont l’enregistrement constitue la base de ses bandes magnétiques.

B-String Monsters That Deserve a Turn in the Limelight - Movie monsters - io9

by bouilloire
"Why they deserve a shot at the big time: After enduring four movies featuring the largely chaste Edward Cullen, it would be a relief to see a type of vampire who require sex to live" Dans tes dents Edward !

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

Snowball

by karlcow & 1 other

Snowball is a small string processing language designed for creating stemming algorithms for use in Information Retrieval. This site describes Snowball, and presents several useful stemmers which have been implemented using it.

Python Package Index : poster 0.5

by karlcow

The modules in the Python standard library don't provide a way to upload large files via HTTP without having to load the entire file into memory first.

poster provides support for both streaming POST requests as well as multipart/form-data encoding of string or file parameters

Sponsorised links

September 2009

Tennessee Valley Old Time Fiddler's Convention

by access2
The Tennessee Valley Old Time Fiddler's Convention is held at Athens State University in Athens, Alabama on the first full weekend in October. Contestants compete for prize money in 15 categories, including several fiddle categories, guitar, harmonica, mandolin, old-time singing, banjo, old-time string band, blugrass band, and buck dancing. Proceeds from the event support various Athens State student organizations and a scholarship fund.

python-geohash - Project Hosting on Google Code

by karlcow

Geohash is a string representation of two dimensional geometric coordinates. This technique is well described at Wikipedia Geohash.

Grid Square Code (JIS X 0410) is also a string representation of geometric coordinates. That grid code is utilized by Japan's government. NTT DoCoMo use modified version of that grid code.

August 2009

Abstract Fonts - 12,813 Free Fonts

by cascamorto & 35 others
Since starting in 1998 we have grown to have over 12,000 free fonts and about 1 million unique downloads every month. You can view the fonts in many ways: latest, by category, by designer, by recent popularity, popularity climbers and sliders, similarity, best and worst rated, and more! Each of the fonts has a customizable string preview, character map, member comments, similar fonts as well as a font info tab with all kinds of helpful information about the font.

Tokyo Cabinet: a modern implementation of DBM

by karlcow & 1 other

Tokyo Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. There is neither concept of data tables nor data types. Records are organized in hash table, B tree, or fixed-length array.

Modify Headers - Modify and filter http request headers - Extension Firefox

by decembre
Add, modify and filter http request headers. You can modify the user agent string, add headers to spoof a mobile request (e.g. x-up-calling-line-id) and much more. Take a look at the help tab of the Modify Headers window...

June 2009

Changes in Opera’s user agent string format

by tehu
Hé oui Jean-Michel en 2009 le http-User-Agent remet en jeu son titre de header le plus ridicule de l'année. Une très belle contribution d'Opera : à mon avis UA sera très très difficile à battre.

April 2009

[Fedora-livecd-list] Re: booting from non-DMA IDE CF card

by night.kame

Replying to myself in case someone else has the same problem in the future. I ended up compiling the old ATA/IDE drivers into the kernel and omitting the new libata (PATA/SATA) drivers from the kernel. I also added ide=nodma to the kernel boot string.

Ca s'appelle une grosse régression.

Stripping Accents from Latin Characters

by ms_michel
Faire disparaitre les accents, cédilles... Comparaison de méthode string.Normalize() du .NET 2.0 et d'une solution basée sur une hashtable.

Striping Diacritics

by ms_michel
Faire disparaitre les accents, cédilles... à l'aide de la méthode string.Normalize() du .NET 2.0

8 Tips To Make FireFox Search Friendly | MakeUseOf.com

by decembre
1. Install the Google Toolbar. 2. Take advantage of FireFox search plugins Or create your own. Let’s take a quick look at how you can create your own search plugin for any search engine or site you refer to daily: * search the site you are creating the plugin for; * copy the query string; * change your search term in the query string for {searchTerms}; * go to mycroft.mozdev.org and complete the form as shown below; 3. Use FireFox “smart keywords” feature(it allows you to search right from the address bar). 4. Use The CyberSearch FireFox plugin (download it here).Another way to search from the address bar. It supports multiple Google services... 5. Tweak your FireFox about:config settings.Yet another way to search from the address bar. (tip by FireFox facts). 6. Use Search Bookmarklets 7. Search Highlighted Words With Multiple EnginesSearch the highlighted word using multiple search engines: KallOut8. Search The Web (Or Any Website) With One Searchy

March 2009

U B U W E B - Film & Video: Lawrence Weiner - WATER IN MILK EXISTS (2008)

by karlcow

The film contains quotations from the artist's children books, austere dialogues on string theory, animations, as well as a lot of carnal action.

Crammed / Staff Benda Bilili 'Très Très Fort'

by fotopol
ensemble congolais Four senior singer/guitarists sitting on tricycles, occasionally dancing on the floor of the stage, arms raised in joyful supplication, are the core or the band, backed by a younger, all-acoustic rhythm section pounding out tight beats. Over the top of this are weird, infectious guitar-like solos performed by a 17 year-old prodigy on a one-string electric lute he designed and built himself out of a tin can.

February 2009

Templating via dict wrappers

by karlcow (via)

James Tauber wrote a kind of narrative construction of a template language using simple string substitution. It's an interesting way of building up a template language, but I think unnecessarily complex because of some minor details.

January 2009

Quick, Simple Password Generator - Python - Snipplr

by marco
Oh non, pas tel quel pour un password. Mais pour un string random c'est parfait.

Safe C String Library v1.0.3 (January 30, 2005)

by parmentierf (via)
The goal of the SafeStr library is to provide a rich string-handling library for C that has safe semantics yet interoperates with legacy library code in a straightforward manner. Additionally, porting code that uses standard C string handling should be straightforward. The library should work on all modern Unix-like platforms, as well as any 32-bit Microsoft Windows OS. The overt security goals of the library are as follows: 1. Buffer overflows should not be possible when using the API. 2. Format string problems should be impossible when using the API. 3. The API should be capable of tracking whether strings are "trusted", a la Perl's taint mode. The API is meant to provide rich functionality and be easy to use, all the while improving security.

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