programming

TwitterFacebook
Get flash to fully experience Pearltrees
C'est tout pour l'installation : qui ose encore dire que Linux est compliqué ? Eh bien non, en fait, Subversion propose plusieurs solutions pour être exécuté, on peut le faire tourner en daemon , via inetd , via Apache / WebDAV ou je ne sais quoi encore. Du fait de cette diversité, il faudra configurer nous-mêmes la manière de lancer Subversion. Quand on connaît l'astuce, c'est d'une grande simplicité. Il vous faut maintenant créer le fichier /etc/init.d/svnserve : pour ce faire, utilisez votre éditeur de texte préféré, pour ma part ce sera nano .

Créer un serveur Subversion

http://www.siteduzero.com/tutoriel-3-58147-creer-un-serveur-subversion.html
http://www.macusersg.org/forums/index.php?topic=46038.0 I need to setup svn to work within xcode. Have tried to setup in Tiger but was not sucessful. But this time with Leopard, it was much easier. Both Apache 2.0 and svn are packaged with the latest Leopard 10.5. For xcode, you need to install the Apple Developer Disk or download from the Apple Dev site.

configure svn for xcode in leopard locally

This article contains code that demonstrates how to save a message to a compound document--specifically an .msg file--that is readable by any client that supports the .msg file format. The function below takes a valid message object as an in parameter and uses its properties to create a duplicate of the message and save it to a compound file using the .msg format. The subject line of the message is used as the file name of the new file. NOTE: Special characters in the subject line of the in parameter of this function can cause unexpected results. While code can be written to avoid special characters in the subject line, it is not germane to the topic and such code is intentionally left out. All versions of Outlook and the Exchange Client support CLSID_MailMessage as the compound document.

INFO : Enregistrer message dans un fichier de prisonniers MSG

http://support.microsoft.com/kb/171907
http://en.wikipedia.org/wiki/Flood_fill

Flood fill - Wikipedia, the free encyclopedia

recursive flood-fill with 4 directions Flood fill, also called seed fill, is an algorithm that determines the area connected to a given node in a multi-dimensional array . It is used in the "bucket" fill tool of paint programs to determine which parts of a bitmap to fill with color, and in games such as Go and Minesweeper for determining which pieces are cleared. When applied on an image to fill a particular bounded area with color, it is also known as boundary fill . recursive flood-fill with 8 directions The flood fill algorithm takes three parameters: a start node, a target color, and a replacement color.
While the point-in-polygon algorithm is useful for determining whether a few points are inside a polygon, it is woefully inefficient for filling a polygon, because it requires checking every side of the polygon for every pixel in the image. To speed things up tremendously, we will check each side of the polygon only once per pixel row. It works like this: Figure 1 Figure 1 shows a polygon.

Efficient Polygon Fill Algorithm With C Code Sample

http://alienryderflex.com/polygon_fill/
http://www.tug.org/mactex/morepackages.html This page contains an alternate TeX Distribution, BasicTeX , for users who do not want to download the full TeX Live. BasicTeX is a subset of TeX Live; it is much smaller than TeX Live and yet supports most standard TeX typesetting. Like the full TeX Live, BasicTeX runs on PowerPC and Intel machines using systems 10.3, 10.4, 10.5, or 10.6.

More Packages - MacTeX - TeX Users Group

For the third article in my series on maze algorithms, I’m going to take a look at Kruskal’s algorithm. (I’ve previously covered recursive backtracking and Eller’s algorithm .) Kruskal’s algorithm is a method for producing a minimal spanning tree from a weighted graph.

the { buckblogs :here }: Maze Generation: Kruskal's Algorithm

http://weblog.jamisbuck.org/2011/1/3/maze-generation-kruskal-s-algorithm
typo3

Sass - Syntactically Awesome Stylesheets

http://sass-lang.com/ Sass makes CSS fun again . Sass is an extension of CSS3, adding nested rules , variables , mixins , selector inheritance , and more . It’s translated to well-formatted, standard CSS using the command line tool or a web-framework plugin. Sass has two syntaxes. The new main syntax ( as of Sass 3 ) is known as “SCSS” (for “Sassy CSS”), and is a superset of CSS3’s syntax.
openframeworks

This prefix will be tied to your user account and you can only have one prefix per account. Although this prefix is associated with you, anyone can use the query aliases added to it.

YQL Console: show tables

http://developer.yahoo.com/yql/console/
web

http://twitter4j.org/en/index.html

A Java library for the Twitter API

Copyright (C) 2007 Yusuke Yamamoto Copyright (C) 2011 Twitter, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software Distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
processing