Pagina 2 di 2 primaprima 1 2
Visualizzazione dei risultati da 11 a 20 su 20

Hybrid View

  1. #1
    Quote Originariamente inviata da sndk4ASP Visualizza il messaggio
    Nulla di interessante
    "fitro"
    100€ per l'individuazione del bug

  2. #2
    Lol che occhio
    Comunque lo avevo già visto ma siccome l'ho messo un 50 posti diversi e lo copio incollo sempre l'ho lascito cosi
    "La vendetta è un piatto che va gustato freddo"
    Antico proverbio Klingon.
    Lo chiamavano il 'Computer Umano'. Sapeva contare fino a 20 e nudo fino a 21!

  3. #3
    Utente di HTML.it L'avatar di Scara95
    Registrato dal
    Jul 2009
    residenza
    Zimella (VR)
    Messaggi
    2,589
    Un mare di nebbia, tutta roba incomprensibile
    Discutendo su una battuta su
    "Quid enim est, quod contra vim sine vi fieri possit?" - Cicerone, Ad Familiares

  4. #4
    Utente di HTML.it L'avatar di mamo139
    Registrato dal
    May 2005
    residenza
    Londra
    Messaggi
    841
    30 gresham street con calma
    Clipboard fel cell da una settimana

  5. #5
    Utente di HTML.it L'avatar di kuarl
    Registrato dal
    Oct 2001
    Messaggi
    1,093
    ## A fatal error has been detected by the Java Runtime Environment:
    #
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6e955070, pid=1504, tid=5640
    #
    # JRE version: Java(TM) SE Runtime Environment (7.0_45-b18) (build 1.7.0_45-b18)
    # Java VM: Java HotSpot(TM) Client VM (24.45-b08 mixed mode windows-x86 )
    # Problematic frame:
    # V [jvm.dll+0xc5070]
    #
    # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
    #
    # An error report file with more information is saved as:
    # C:\Documents and Settings\Poolpc\workspace\SRA-Core\hs_err_pid1504.log
    #
    # If you would like to submit a bug report, please visit:
    # http://bugreport.sun.com/bugreport/crash.jsp
    #

  6. #6
    Moderatore di Programmazione L'avatar di LeleFT
    Registrato dal
    Jun 2003
    Messaggi
    17,328
    codice:
        private int getNuovoCodice() {
            int ret = -1;
            
            ResultSet rs = null;
            try {
                rs = pstmtMaxRecRef.executeQuery();
                if ((rs != null) && rs.next()) {
                    ret = rs.getInt( 1 );
                    ret++;
                }
            } catch (Exception e) {
                e.printStackTrace();
            } finally {
                if (rs != null) {
                    try { rs.close(); } catch (Exception e) { }
                }
            }
            
            return ret;
        }

    11° - Thou shalt not retype
    "Perchè spendere anche solo 5 dollari per un S.O., quando posso averne uno gratis e spendere quei 5 dollari per 5 bottiglie di birra?" [Jon "maddog" Hall]
    Fatti non foste a viver come bruti, ma per seguir virtute e canoscenza

  7. #7
    --and a.year_4_crt = v_cur_psp_year
    and a.last_update_date >= v_last_elab_date
    and a.tipo_provenienza in ('B+O', 'MAN', 'TAE', 'VF')
    --and a.partnbr = '7LBAUCC2000008 '

  8. #8
    Guest
    Registrato dal
    Jun 2012
    residenza
    Espoo, Finland
    Messaggi
    286
    echo "Did you know that:"; whatis $(ls /bin | shuf -n 1)

  9. #9
    Utente di HTML.it L'avatar di lnessuno
    Registrato dal
    Feb 2002
    Messaggi
    2,732
    https://www.youtube.com/watch?v=KLHxTVFdw0U



    ... ho acquistato qualche giorno fa rocksmith 2014 ed è veramente figo, anche se maledettamente caro

  10. #10
    Utente di HTML.it L'avatar di hfish
    Registrato dal
    Dec 2000
    Messaggi
    3,180
    codice:
      else  {
        /* the data from the DL scheduler ... we need this when filling the DCI after PDCCH assignment */
        m_storedSchedInfoDl = dlSchedInfo.schedulerInfo;
        m_pdcchNumOfSym  = dlSchedInfo.rrmPdcchNumOfSym;  //LTE616
    
    
        // values copied, we can reset them here
        dlSchedInfo.frameNumber = ~0u;
      }
    
    
      return &m_storedSchedInfoDl;
    }
    
    
    
    
    // #pragma CODE_SECTION("CUlPsMain_fast_code")
    u32 CUlPsMain::AllocatePdcch(
      const TFrameNumber& sfn,
      const TSubFrameNumber& eSfn,
            RrmPdcchData& rrmPdcch)
    {
    Non dobbiamo trascurare la probabilità che il costante inculcare la credenza in Dio nelle menti dei bambini possa produrre un effetto così forte e duraturo sui loro cervelli non ancora completamente sviluppati, da diventare per loro tanto difficile sbarazzarsene, quanto per una scimmia disfarsi della sua istintiva paura o ripugnanza del serpente.

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2026 vBulletin Solutions, Inc. All rights reserved.