All pastesPublic feed

Public feed

Pastes people chose to make public. Author names hidden.
  • Upgrading data from 1.6.04 to 2.

    2116541·text·2.7 KB·2012-02-10 16:13 UTC
    After attempting to run: 
    
    psql -U evergreen -h localhost -f reingest-1.6-2.0.sql/
    
    (running after running the perl script to re-ingest)
    
    I get big errors here: 
    
    psql:Open-ILS/src/sql/Pg/2.0-
  • multi_io

    2116521·text·882 B·2012-02-10 16:02 UTC
    #!/bin/sh
    
    set -e
    
    rm -rf orig converted splicemap
    
    hg init orig
    cd orig
    
    echo default1 >>default.txt
    hg add default.txt
    hg commit -m default1
    
    echo default2 >>default.txt 
    hg commit -m
  • Something

    2116511·text·2.5 KB·2012-02-10 15:55 UTC
    //TÜM SAYI SİSTEMLERİ
    //Bu program Hüseyin ÇAKANLI tarafından
    //10.02.2012 tarihinde örnek bir algoritma olarak düzenlendi.
    //Visual Studio 2010 ile test edilmiştir.
    using System;
    using System.Co
  • Mine

    2116507·text·2.5 KB·2012-02-10 15:53 UTC
    //TÜM SAYI SİSTEMLERİ
    //Bu program Hüseyin ÇAKANLI tarafından
    //10.02.2012 tarihinde örnek bir algoritma olarak düzenlendi.
    //Visual Studio 2010 ile test edilmiştir.
    using System;
    using System.Co
  • Mine

    2116508·text·2.5 KB·2012-02-10 15:52 UTC
    //TÜM SAYI SİSTEMLERİ
    //Bu program Hüseyin ÇAKANLI tarafından
    //10.02.2012 tarihinde örnek bir algoritma olarak düzenlendi.
    //Visual Studio 2010 ile test edilmiştir.
    using System;
    using System.Co
  • Mine

    2116512·text·2.5 KB·2012-02-10 15:52 UTC
    //TÜM SAYI SİSTEMLERİ
    //Bu program Hüseyin ÇAKANLI tarafından
    //10.02.2012 tarihinde örnek bir algoritma olarak düzenlendi.
    //Visual Studio 2010 ile test edilmiştir.
    using System;
    using System.Co
  • Mine

    2116505·text·2.5 KB·2012-02-10 15:52 UTC
    //TÜM SAYI SİSTEMLERİ
    //Bu program Hüseyin ÇAKANLI tarafından
    //10.02.2012 tarihinde örnek bir algoritma olarak düzenlendi.
    //Visual Studio 2010 ile test edilmiştir.
    using System;
    using System.Co
  • Mine

    2116502·text·2.5 KB·2012-02-10 15:50 UTC
    //TÜM SAYI SİSTEMLERİ
    //Bu program Hüseyin ÇAKANLI tarafından
    //10.02.2012 tarihinde örnek bir algoritma olarak düzenlendi.
    //Visual Studio 2010 ile test edilmiştir.
    using System;
    using System.Co
  • ktunell XNXX

    2116438·mirc·6 B·2012-02-10 15:05 UTC
    dddddd
  • Untitled

    2116399·text·554 B·2012-02-10 14:38 UTC
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
     "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
     <script type="text/javascript" src="http://ajax.googleapis.com/ajax
  • Untitled

    2116398·text·518 B·2012-02-10 14:35 UTC
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
     "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
     <script type="text/javascript" src="jquery.js"></script>
     <script>
  • Untitled

    2116395·text·396 B·2012-02-10 14:33 UTC
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
     "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
     <script type="text/javascript" src="jquery.js"></script>
     <titl
  • Unnamed

    2116362·text·2.6 KB·2012-02-10 12:56 UTC
    eb 10 14:56:11 localhost ipsec_starter[5219]: Starting strongSwan 4.6.1 IPsec [starter]...
    Feb 10 14:56:11 localhost pluto[5234]: Starting IKEv1 pluto daemon (strongSwan 4.6.1) THREADS VENDORID CISCO
  • Someone

    2116361·text·2.1 KB·2012-02-10 12:56 UTC
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    
    namespace ConsoleApplication1
    {
     class Program
     {
     static void Main(string[] args)
  • Mine

    2116357·text·474 B·2012-02-10 12:54 UTC
    # ipsec.conf - strongSwan IPsec configuration file
    
    # basic configuration
    
    config setup
     # plutodebug=all
     # crlcheckinterval=600
     # strictcrlpolicy=yes
     # cachecrl
  • Unnamed

    2116280·text·131.2 KB·2012-02-10 12:08 UTC
    
        
  • Someone

    2116207·text·758 B·2012-02-10 11:27 UTC
    public Long all() {
     try {
     Query user = em.createNativeQuery("Select count(*) FROM `sales`.`wuser`;");
     Long f = (Long) user.getSingleResult();
     return f; 
     } ca
  • Stuff

    2116179·text·1.1 KB·2012-02-10 10:58 UTC
    if (temp2[1].equalsIgnoreCase("tv-xvid")) {
     outMsgChan(bot, channel, "in tv-xvid, array [0] = " + temp2[0] + " array [1] = " + temp2[1] + " array [2] = " + temp2[2]);
     if (temp2.length != 3) {
  • Stuff

    2116159·text·855 B·2012-02-10 10:39 UTC
    if (temp2.length != 3) {
     outMsgChan(bot, channel, Colors.CYAN + ",01:( " + Colors.WHITE + Colors.BOLD + sender + Colors.BOLD + Colors.CYAN + " ) " + Colors.DARK_GRAY + "Error" + Colors.CYAN + ":("
  • Mine

    2116153·text·1.9 KB·2012-02-10 10:35 UTC
    <%
     //задача страницы сделать вывод списка пользователей, не разу до этого не писал jsp поэтому хочу как можно проще. есть такая штука - ${usermanager.getAll1()[i].getFirstname()} кото

older pastes →