public marks

PUBLIC MARKS with tag howto

This month

January 2013

December 2012

October 2012

10 Tips To Make Your Excel Charts Sexier

by Teulliac
Having covered all the basics of how to make tabular data tell a story using custom cell formatting and conditional formatting for both static tables and pivot tables, we’re now going to jump into the really fun stuff: charting data out in Excel.

September 2012

Bresenham

by sylvainulg (via)
for(;;){ /* loop */ setPixel(x0,y0); if (x0==x1 AND y0==y1) break; e2 = 2*err; if (e2 >= dy) { err += dy; x0 += sx; } /* e_xy+e_x > 0 */ if (e2 <= dx) { err += dx; y0 += sy; } /* e_xy+e_y < 0 */ }

August 2012

Transfer only selected file types with rsync | Open Source Technical Blog

by sylvainulg (via)
find source -name "*.png" -print0 | rsync -av --files-from=- --from0 ./ ./destination/ or rsync -av --include='*/' --include='*.png' --exclude='*' source/ destination/

July 2012

June 2012

May 2012

April 2012

How Not To Sort By Average Rating

by Spone
You are a web programmer. You have users. Your users rate stuff on your site. You want to put the highest-rated stuff at the top and lowest-rated at the bottom. You need some sort of "score" to sort by.

February 2012

SVN: Merging a Branch into Trunk - Sepcot.com

by sylvainulg (via)
I'll have to redo that tomorrow, applying the merge for newcollide first, and *then* companim...

Programmer efficacement avec Excel en VBA

by cascamorto (via)
Dans cet article, nous allons étudier les techniques à suivre afin de programmer efficacement Excel en VBA. En effet bien que très pratique, l'enregistrement automatique d'Excel tend à créer un code de mauvaise qualité, ceci étant dû au fait qu'il enregistre les actions de l'utilisateur, et donc fonctionne selon un mode Sélection / Action. Or la sélection est rarement utile dans une Macro. De même nous verrons un certain nombre de techniques pour améliorer la vitesse d'exécution de ces programmes. Comme il n'est pas dans mon intention de faire un article explorant toutes les possibilités d'Excel, nous allons plus particulièrement nous pencher sur le domaine le plus utilisé du modèle objet d'Excel, c'est à dire les classeurs, feuilles et plages. Néanmoins j'aborderai aussi quelques autres parties. Il ne sera pas abordé la programmation des UserForms.

December 2011

October 2011

A successful Git branching model » nvie.com

by Spone & 4 others
In this post I present the development model that I’ve introduced for all of my projects (both at work and private) about a year ago, and which has turned out to be very successful. I’ve been meaning to write about it for a while now, but I’ve never really found the time to do so thoroughly, until now. I won’t talk about any of the projects’ details, merely about the branching strategy and release management.

September 2011

Sauvegarder son profil Firefox avec FEBE | Protuts.net

by cascamorto
Firefox Environment Backup Extension (FEBE) est un add-on Firefox permettant d’effectuer des sauvegardes complètes ou partielles de son profil. Thèmes, extensions, marque-pages, historique… sont les quelques éléments que FEBE est capable de préserver en lieu sûr.

August 2011

Linux initial RAM disk (initrd) overview

by sylvainulg (via)
copying an existing initrd file, using cpio commands as described in linux/Documentation/initrd.txt might not always be sufficient...

Exemples de procédures Visual Basic Edition Applications pour Excel

by cascamorto & 1 other
Ces quelques modestes pages n'ont qu'un but : montrer quelques exemples de procédures Visual Basic Edition Applications pour Excel en anglais.

July 2011

[16x16][C&C] House Tileset

by sylvainulg
you can avoid texture overload -- by EyeCraft "The main tool you want to use is simplification. You want to simplify shapes down and work in broad blocks of colour with accented bits of detail. This lets you use all kinds of bright, saturated colour at any level of contrast without introducing graininess."

PUBLIC TAGS related to tag howto

diy +   fun +   generator +   how +   power +   projects +   solar +   solarpower +   sterling +   tech +   technology +  

Active users

sylvainulg
last mark : 08/05/2013 13:06

4004
last mark : 30/01/2013 09:25

bcd
last mark : 02/12/2012 17:59

Teulliac
last mark : 22/10/2012 08:21

ericpaul
last mark : 26/07/2012 23:03

guyincognito
last mark : 22/06/2012 13:25

Spone
last mark : 06/04/2012 15:51

cascamorto
last mark : 24/02/2012 17:20