All pastesPublic feed

Public feed

Pastes people chose to make public. Author names hidden.
  • Untitled

    2075540·javascript·838 B·2011-06-06 12:41 UTC
    var key_pressed = function() { 
     var selected = $("#available-prints ul li:first");
     selected.css('background', 'yellow');
    
     function handle_key(event) {
     selected.css('background', 'white');
  • Untitled

    2075539·javascript·902 B·2011-06-06 12:40 UTC
    var key_pressed = function() { 
     var selected = $("#available-prints ul li:first");
     selected.css('background', 'yellow');
    
     function handle_key(event) {
     selected.css('background', 'white');
  • Miscellany

    2075538·javascript·893 B·2011-06-06 12:40 UTC
    var key_pressed = function() { 
     var selected = $("#available-prints ul li:first");
     selected.css('background', 'yellow');
    
     function handle_key(event) {
     selected.css('background', 'white');
  • Unnamed

    2075537·javascript·1.1 KB·2011-06-06 12:39 UTC
    var key_pressed = function() { 
    
     var selected = $("#available-prints ul li:first");
     selected.css('background', 'yellow');
    
     function handle_key(event) {
     select
  • Untitled

    2075536·text·3.5 KB·2011-06-06 12:37 UTC
    <C><P /><Z><S><S X="582" H="136" Y="336" T="1" P="0,0,0,0.2,0,0,0,0" L="10" /><S X="781" H="350" Y="194" T="2" P="0,0,0.2,1,0,0,0,0" L="14" /><S X="792" H="350" Y="195" T="0" P="0,0,0.3,0.2,-180,0,0,0
  • Untitled

    2075526·text·937 B·2011-06-06 12:22 UTC
    isy@debian:~$ cat /proc/partitions
    major minor #blocks name
    
     8 0 10485760 sda
     8 1 340992 sda1
     8 2 1 sda2
     8 5 3672064 sda5
     8
  • Miscellany

    2075524·text·1.3 KB·2011-06-06 12:21 UTC
    #include <stdio.h>
    #include <conio.h>
    void main()
    {
    int data[8]={2,4,1,3,5,7,6,8};
    int cari;
    int i;
    int flag=0;
    int posisi;
     clrscr();
     printf("masukkan nilai yang akan dicari = ");
     sca
  • Stuff

    2075521·text·9 B·2011-06-06 12:17 UTC
    örümcek
  • Something

    2075518·text·1.6 KB·2011-06-06 12:11 UTC
    Les flottes suivantes s'affrontent (05.06.2011 21:43:29):
    
    elendal vs. fork
    Attaquant elendal [6:416:10] Armes: 130% Bouclier: 120% Coques: 130%
    Type Sonde
    Nombre 5
    Armes 0
    Bouclier 0
    Coqu
  • Supersonic S3DClient.log

    2075490·text·34.8 KB·2011-06-06 11:10 UTC
    
        
  • Mine

    2075473·text·498 B·2011-06-06 10:13 UTC
    --- a/sc/source/filter/excel/xestream.cxx
    +++ b/sc/source/filter/excel/xestream.cxx
    @@ -863,8 +863,10 @@ OUString XclXmlUtils::ToOUString( const ScfUInt16Vec& rBuf, sal_Int32 nStart, sa
     {
     if
  • Mine

    2075467·text·2.9 KB·2011-06-06 09:43 UTC
    org "DailySet-BackupTest-2"
    
    includefile "/etc/amanda/global/base.conf"
    
    inparallel 16 # maximum dumpers that will run in parallel (max 63)
     # this maximum can be
  • Mine

    2075465·text·904 B·2011-06-06 09:36 UTC
    STATISTICS:
     Total Full Incr. Level:#
     -------- -------- -------- --------
    Estimate Time (hrs:min) 3:58
    Run Time (hrs:min)
  • Miscellany

    2075464·text·1.9 KB·2011-06-06 09:35 UTC
    DOMAIN(220A6300):HANDLE(Strong):ce1014:Root:01f4f1b0(System.Web.NativeFileChangeNotification)->
    01f4f194(System.Web.DirMonCompletion)->
    01f4efb0(System.Web.DirectoryMonitor)->
    01f4efd4(System.Colle
  • cloph

    2075460·diff·11.9 KB·2011-06-06 09:24 UTC
    --- openoffice.files.txt 2011-06-04 18:00:56.000000000 -0700
    +++ openoffice.files.txt.1 2011-06-05 15:21:47.000000000 -0700
    @@ -21272,8 +21272,7 @@
     qadevOOo/tests/basic/ifc/accessibility/XAccessib
  • Stuff

    2075459·text·1.3 KB·2011-06-06 09:12 UTC
    Bonjour à tous,
    
    J'ai une question concernant le fichier .bash_history sur les MAC OSX. Ce fichier contient les dernières commandes exécutées sur l'ordinateur en question.
    
    -Ces commandes sont-ell
  • Anonymous

    2075448·text·368 B·2011-06-06 08:53 UTC
    - Review license yeads in source files.
    - CompiereAddendum review.
    - Recheck modules inside pi, /legal (smartclient, client.kernel, base.weld, etc), they contain 3rd party libs. None of them have
  • Stuff

    2075447·text·1.1 KB·2011-06-06 08:52 UTC
    Script iniziato su lun 06 giu 2011 10:51:49 CEST
    elbryan@UbunBox:~/tmp$ wget http://homepages.inf.ed.ac.uk/perdita/cwb/CWBEXPORTDIR/xccscwb.x86-linux.gz
    --2011-06-06 10:51:55-- http://homepages.inf
  • Mine

    2075442·python·11.9 KB·2011-06-06 08:23 UTC
    import string,cgi,time,os,socket
    from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer
    from permissionsparser import parse, writeYml
    
    #Set up some global variables
    PERMISSIONS_FILE = ''
  • Untitled

    2075433·text·277 B·2011-06-06 07:44 UTC
    from django.db import models
    from photologue.models import ImageModel
    
    class AlbumCover(ImageModel):
     cover = ImageField()
    
    class Album(models.Model):
     name = models.CharField(max_length=

older pastes →