Displaying 3 results from an estimated 3 matches for "cacaca".
2013 Apr 10
1
Timer/ISR1 errors have returned in kernel-xen-2.6.18-348.3.1.el5
Hi all,
We recently upgrade from CentOS 5.8 to CentOS 5.9 on 
kernel-xen-2.6.18-348.3.1.el5, and after booting into the new kernel, 
noted large amounts of these messages every second or so in the logs:
Mar 30 21:38:35 atlas2 kernel: Warning Timer ISR/0: Time went backwards: 
delta=-1393683849 delta_cpu=22316151 shadow=225003685197135 
off=129240997 processed=225005208029053
2005 Apr 09
3
CallerID name lookup AGI script
...$digits[2];
    $nxx = $digits[3] . $digits[4] . $digits[5];
    open(LOCATION, "/usr/bin/curl -s -m 2 -A Mozilla/4.0 http://www.areacodedown
load.com/$npa/$nxx/ |");
    while (<LOCATION>) {
      if (m/>State</) {
        $line = <LOCATION>;
        $line =~ m/\"\#CACACA\">\w* (\w\w)<\/td>/;
        $name = "\@$1";
      }
      if (m/>Rate Center</) {
        $line = <LOCATION>;
        $line =~ m/\"\#CACACA\">((\w|\s)*)<\/td>/;
        $name = $name . " " . $1;
      }
    }
    $AGI->set_variabl...
2004 Jun 29
0
gambling problem
...bs,payoffcombs,payoff,bet)
          countcombs<-a$countcombs
          payoff<-a$payoff
         payoffvec[i]<-payoff
     in order to count up the number of times each of the times we get
     each of the payoff symbol combinations (ie H, HH, HHH, D, DD, DDD,
     ... J,JJ,JJJ, Ca, CaCa, CaCaCa). countcombs is a vector that
     contains the counts of the various payoff symbol combinations. the
     function COUNTER calculates these values (ie basically just adds
     one if a particular combination occurs) and it is attached as a
     list object in COUNTER. is there a way of declaring &...