Marco Monacelli
Archives 

Show All

  • 2009
  • 2008
    • October
    • August
    • July
      • TIps of the day: NetBeans 6.1 where is my jsf component?
        07/26/08
        SO: Java
        Type: Tips
        Language: Java
        Title: NetBeans 6.1 where is my jsf component?

        Yesterday i have upgraded some project from NetBeans 6 to NetBeans 6.1.

        Question:
        When i insert a new component in a jsf page with the visual web plugin the new component i

      • Snippets of the day: Random Number in C++
        07/22/08
        SO: Microsoft Windows\Posix
        Type: Random Number
        Language: C++
        Title: Random Number in C++

        To generate random number in C\C++ we can use the functions rand() and srand().

        The first function generate a pseudo\random number and srand set the start of random generati

      • Snippets of the day: Convert from BSTR to CHAR array
        07/14/08
        SO: Microsoft Windows
        Type: String Manipulation
        Language: C++
        Title: Convert from BSTR to CHAR array

        BSTR is a unicode COM string, All the COM objects uses only this type of unicode string.
        To convert this incompatibile string to standard ANSI C you can use this simple

      • Snippets of the day: PL/SQL add a day to oracle date
        07/14/08
        With this little snippets i start the series of code snippets. For each snippest i reports the portability, type and languages.

        SO: All support from Oracle
        Type: DataBase
        Language: PL\SQL
        Title: add a day to oracle date

        For add a day to oracle date you must simpl

      • Come back from holiday
        07/07/08
        I'm glad to announce the imminent creation of c programming guide in collaboration with fsugitalia. The project requide 3/6 months of development....

        I hope to announce soon the start of the work...

    • June