Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
F

fboule

@fboule
About
Posts
18
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Got 15 minutes and want to learn Git?
    F fboule

    Knowing that Git is not the only one: you have Bazaar and Mercurial too for instance, as well as SVK (to some extent I agree). My favorite remains Git though.

    The Insider News collaboration com question announcement

  • C++ Style Question
    F fboule

    I couldn't have explained it better. I like to consider the asterisk as a modifier to the type. It does actually belong neither to the type, nor to the variable. Its name is ptr and not *ptr. Another example is:

    int i = 123;
    int &j = i;

    It becomes even more unclear if you consider &j as the variable name. Eventually, an alternate way to consider it is with parenthesis:

    CType (*ptr), nonPtr;

    The Lounge question c++ visual-studio

  • Coding with Music
    F fboule

    '°' \o/

    In case you wonder what that means...[^]

    The Lounge question

  • Coding with Music
    F fboule

    I am a musician, and I always listen to music when I program. I believe it not only isolates from outer disturbances like phone calls and so on, but the beat of music helps having a good rythm - it enhances brain activity. Note that I listen to symphonic metal, goth metal and tech trance these days (depending on my mood). Heavy metal rulez!

    The Lounge question

  • 100 best books on Software Engineering
    F fboule

    The GoF is just a line of conduct. The danger is that programmers tend not to think their design anymore, to think their application is perfect because they use Design Patterns only. From my computer science education, I learnt object-oriented programming concepts, but I never had an example on how to use it cleverly. Design Patterns are these missing examples to me - and only examples.

    The Lounge business com design question

  • The 30 Day "No IDE" Challenge
    F fboule

    Oops, replied to the wrong message. Let's put it this way: I think Microsoft environments are well suited for Microsoft platforms (.NET) and APIs (MFC). I cannot imaging programming VB in notepad, though it is feasible. Merely considering the programming languages themselves (C/C++, Python, Java and so on, even HTML, PHP or others), (g)vim is simply perfect: lightweight, powerful, stable and pretty. And the cherry on top of the pie: you don't need a mouse at all!!

    The Lounge visual-studio tools com graphics beta-testing

  • The 30 Day "No IDE" Challenge
    F fboule

    I use vim for many of my developments... Eclipse IDE is good at work.

    The Lounge visual-studio tools com graphics beta-testing

  • do you use goto? [modified]
    F fboule

    It was only a simple example. It could be a more complex loop, like for a user menu or something else...

    The Lounge php html database oracle com

  • do you use goto? [modified]
    F fboule

    My opinion in using gotos is like C programming: it is up to the programmer to code properly. Some are so skilled to write ugly C code. If used properly, goto can could may might have a place in our hearts. E.g. the MS-DOS batch script below (tested on WinXP):

    @echo off
    set i=0
    

    :loop
    set /a i=%i%+1
    echo Loop %i%
    if not %i% == 10 goto :loop

    The Lounge php html database oracle com

  • A question for anyone expert in XL
    F fboule

    Did you try Tools > Macro > Security... and put Security Level to Medium?

    The Lounge question database security

  • Windows grep
    F fboule

    It tends to actually do the job it is supposed to and quite smoothly... (Whoops, I said it :omg:!!)

    The Lounge linux question

  • Windows grep
    F fboule

    Try the GNU utilities for Win32[^] - it provides you the find and grep Unix commands.

    The Lounge linux question

  • Bug Tracking/ Project Management
    F fboule

    DrProject[^] (based on Trac). I have now been using it for quite a while. I simply love it.

    The Lounge help visual-studio business question

  • Dual Repository SVN
    F fboule

    If your idea is to work on a mirrored repository (and to make off-line commits), try svk[^].

    The Lounge collaboration question

  • Anybody using Git?
    F fboule

    Well, well... It looks like I didn't search far enough. There is actually a Git plugin for Eclipse IDE: JGit/EGit[^] and I am about to try it. Anyone who already tried this one?

    The Lounge collaboration csharp c++ com tools

  • Anybody using Git?
    F fboule

    I am using it from time to time in parallel to Subversion. I especially like it for its distributed approach, i.e. you don't need to have a connectivity to the server holding the repository to make a commit. However the Eclipse IDE[^] does not provide a plugin like for Subversion[^] and you may encounter some problems using Git on MSys[^] (issue with Perl modules missing/wrong version and so on). Moreover Git is more complicated to understand for people - not to name colleagues - who are not familiar with revision control.

    The Lounge collaboration csharp c++ com tools

  • Open source bug tracking
    F fboule

    If you like Trac[^], you may like DrProject[^] even more. Fabien

    The Lounge question csharp c++ perl com

  • Recommendations on Issue Tracker that is integrated into Subversion
    F fboule

    I use DrProject (https://stanley.cdf.toronto.edu/drproject/csc49x/DrProject). It is based on Trac, but it with a better design and improved features. Administration is very easy and the latest version is very easy to install.

    The Lounge csharp python asp-net database mysql
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups