All pastesPublic feed

Public feed

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

    2056491·text·150 B·2011-05-10 23:14 UTC
    find /foo/bar/ -mtime -3 -size +1000k -exec /bin/ln -s {} /local/media/New/ \;
    find /local/media/New/ -mindepth 1 -mtime +4 -exec /bin/rm -r {} \;
  • Anonymous

    2056490·text·1.7 KB·2011-05-10 23:03 UTC
    UP1500 ~ # cat sqrt.c 
    #include <math.h>
    
    float _sqrt(float x) {
     return sqrt(x);
    }
    
    UP1500 ~ # gcc -O3 -mcpu=ev67 -c sqrt.c 
    UP1500 ~ # objdump -d sqrt.o 
    
    sqrt.o: file format el
  • Gstreamer, Matroska

    2056488·text·1.3 KB·2011-05-10 22:47 UTC
    Got tags from element matroskademux0:
     video-codec : XVID MPEG-4
     language-code : en
    
    Got tags from element matroskademux0:
     audio-codec : MPEG-1 layer 3
     languag
  • Something

    2056483·text·14.4 KB·2011-05-10 22:39 UTC
    using System;
    using System.Diagnostics;
    using System.Globalization;
    using System.Text;
    using System.Windows.Input;
    using Microsoft.Practices.Composite.Events;
    using Microsoft.Practices.Composite
  • Miscellany

    2056480·text·12.2 KB·2011-05-10 22:32 UTC
    NFO:root:we have 146 devices
    | SIP Device | User Agent | Fingerprint |
    ----------------------------------------------------------------------------------
    |
  • Something

    2056475·text·1.2 KB·2011-05-10 22:20 UTC
    PS1='\[\033[0;32m\]\A\[\033[0;31m\]\u\[\033[0;34m\]@\[\033[0;35m\]\h\[\033[0;34m\]:\[\033[00;36m\]\W\[\033[0;33m\] $\[\033[0m\] '
    alias diff='colordiff' # requires colordiff package
    ali
  • Mine

    2056472·text·602 B·2011-05-10 22:10 UTC
    def es_divisible(n,d):
     if(n%d==0):
     return True
     else:
     return False
    def es_primo(n):
     d=2
     while True:
     if(n==d):
     return True
     elif(es_d
  • Stuff

    2056471·text·422 B·2011-05-10 22:04 UTC
    static void rotate_tile(unsigned int size,unsigned char *target)
    {
     unsigned int i,j,k,l=0;
     
     for (k=0;k<size;k++)
     {
     unsigned char temp[8][8];
     for(i=0;i<8;i++)
     for(j=0;j<4;j++)
     {
  • Mine

    2056469·java·1.5 KB·2011-05-10 21:53 UTC
    import java.util.Map;
    import java.util.TreeMap;
    
    public class Test {
     private static final int MAX_PRIO = 3;
     private static boolean[] toogle= new boolean[MAX_PRIO+1];
     private static int[] no
  • Something

    2056468·text·596 B·2011-05-10 21:53 UTC
    static void rotate_tile(unsigned int size,unsigned char *target)
    {
     unsigned char rotate[8][8];
     unsigned int i,j,k,l=0;
     
     for (k=0;k<size;k++)
     {
     unsigned char temp[8][8];
     for(i=0;i<8;i+
  • Mrs Sorji Grice

    2056465·text·1.8 KB·2011-05-10 21:51 UTC
    2007-12-01 04:58:24 1IyIYM-0008BE-TX <= mina.ramses@xlab-group.com H=() [41.234.167.78] P=esmtpa A=fixed_login:mina.ramses@xlab-group.com S=226
    2007-12-01 04:58:24 1IyIYM-0008BE-TX SMTP error from re
  • Untitled

    2056463·text·1.0 KB·2011-05-10 21:39 UTC
    Marcel Schneider
    
     wäre es denn sooo schlimm wenn er ein bisschen auf dich stehen würde?
    
    Sarah Pfister
    vor 28 Minuten
    Sarah Pfister
    
     warum sollte das gut sein
    
    Marcel Schneider
    vor
  • Someone

    2056460·javascript·680 B·2011-05-10 21:36 UTC
    function doPlaylist(timeout) {
     var $displayList = jQuery("ul.smallIconsList > li");
    
     var display = function($elem) {
     $elem.addClass("tooltip");
     var $next = $elem.next();
  • Unnamed

    2056458·text·1.9 KB·2011-05-10 21:35 UTC
    root@root:~# lspci
    00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
    00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Proce
  • Mine

    2056454·java·1.3 KB·2011-05-10 21:25 UTC
    import java.util.Map;
    import java.util.TreeMap;
    
    public class Test {
     private static final int MAX_PRIO = 3;
     private static boolean[] toogle= new boolean[MAX_PRIO+1];
     private static Map<Inte
  • Mine

    2056453·java·1.3 KB·2011-05-10 21:16 UTC
    import java.util.Map;
    import java.util.TreeMap;
    
    public class Test {
     private static final int MAX_PRIO = 3;
     private static boolean[] toogle= new boolean[MAX_PRIO+1];
     private static Map<Inte
  • Mine

    2056449·text·35.9 KB·2011-05-10 21:10 UTC
    
        
  • Mine

    2056448·text·1.2 KB·2011-05-10 21:09 UTC
    import java.util.Map;
    import java.util.TreeMap;
    
    public class Test {
     private static final int MAX_PRIO = 2;
     private static boolean[] toogle= new boolean[MAX_PRIO+1];
     private static Map<Inte
  • Anonymous

    2056443·text·440 B·2011-05-10 20:48 UTC
    <html> 
    <head> 
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js" type="text/javascript"></script> 
    </head> 
    <body> 
    <h7 class="entrytitle">Teen Wolf</h7> 
     
     <sc
  • Someone

    2056442·text·138 B·2011-05-10 20:46 UTC
    $ WINEPREFIX=~/.wine.slingplayer2 wine ./SlingPlayer.exe 
    fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!

older pastes →