All pastesPublic feed

Public feed

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

    2107679·text·757 B·2012-01-30 08:03 UTC
    @echo off
    :BEGIN
    CLS
    echo Press 1 to Disable Patchguard and Driver Signing.
    echo Press 2 to Revert to default settings. %1
    CHOICE /N /C:12
    IF ERRORLEVEL ==2 GOTO TWO
    IF ERRORLEVEL ==1 GOTO ONE
  • shopplugin code

    2107675·text·274 B·2012-01-30 07:17 UTC
    <td colspan="2" rowspan="5" class="item">
     <?php if (shopp('cart','needs-shipping-estimates')): ?>
     <small>Estimate shipping &amp; taxes for:</small>
     <?php shopp('cart','shipping-estimates')
  • Trivia.tcl

    2107670·text·40.3 KB·2012-01-30 07:00 UTC
    
        
  • script meteo bash

    2107668·bash·1.5 KB·2012-01-30 06:16 UTC
    *** Fichier meteo.sh ***
    
    #!/bin/bash
    
    set -xv
    
    ########################################################################
    # METEO
  • e621 wget

    2107644·text·1.4 KB·2012-01-30 05:36 UTC
    # <post> : Emit the file download url for a given post
    e621_post_to_link() {
     post="${1}"
     [ "${post}" ] || return 1
     wget -qO- "http://e621.net/post/show/${post}" | sed -e '/<li>Size: <a href=
  • e621 wget

    2107643·text·1.4 KB·2012-01-30 05:33 UTC
    # <post> : Emit the file download url for a given post
    e621_post_to_link() {
     post="${1}"
     [ "${post}" ] || return 1
     wget -qO- "http://e621.net/post/show/${post}" | sed -e '/<li>Size: <a href=
  • e621 wget

    2107642·text·1.4 KB·2012-01-30 05:32 UTC
    # <post> : Emit the file download url for a given post
    e621_post_to_link() {
     post="${1}"
     [ "${post}" ] || return 1
     wget -qO- "http://e621.net/post/show/${post}" | sed -e '/<li>Size: <a href=
  • Stuff

    2107636·text·176.1 KB·2012-01-30 04:39 UTC
    
        
  • Anonymous

    2107634·text·159.9 KB·2012-01-30 04:09 UTC
    
        
  • Anonymous

    2107632·text·16.6 KB·2012-01-30 04:01 UTC
    # pkg install --no-refresh pkg://sfe/runtime/gcc@4.6.2,5.11-0.151.1
    Recursing into linked image: zone:puroto 
    Returning from linked image: zone:puroto 
    Creating Plan \
  • Bare bones Unity JS camera scrip

    2107630·javascript·2.2 KB·2012-01-30 03:48 UTC
    var target : Transform; // Target object
    var Distance = 10.0; // Default distance value. Default value is likely to change from scene to scene
    var MaxDistance = 15.0; // Maximum distance the camera
  • Bare bones Unity JS camera scrip

    2107629·javascript·2.2 KB·2012-01-30 03:48 UTC
    var target : Transform; // Target object
    var Distance = 10.0; // Default distance value. Default value is likely to change from scene to scene
    var MaxDistance = 15.0; // Maximum distance the camera
  • Bare bones Unity JS camera scrip

    2107628·javascript·2.1 KB·2012-01-30 03:46 UTC
    var target : Transform; // Target object
    var Distance = 10.0; // Default distance value. Default value is likely to change from scene to scene
    var MaxDistance = 15.0; // Maximum distance the camera
  • Bare bones Unity JS camera scrip

    2107627·javascript·1.5 KB·2012-01-30 03:37 UTC
    var target : Transform;
    var Distance = 10.0;
    var MaxDistance = 15.0;
    var MinDistance = 5.0;
    var xSpeed = 125.0;
    var ySpeed = 50.0;
    var position;
    private var x = 0.0;
    private var y = 0.0;
    
    fu
  • darktable pkg install

    2107626·text·1.0 KB·2012-01-30 03:27 UTC
    $ pfexec pkg install -nv pkg://JMCP/darktable/darktable
     Packages to install: 8 
     Estimated space available: 54.98 GB
    Estimated space to be consumed: 285.18 MB
     Crea
  • Untitled

    2107624·text·5.1 KB·2012-01-30 03:09 UTC
    timf@linn[441] ldd /opt/darktable/bin/darktable 
     libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0
     libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0
     libgdk-x11-2.0.so.0 => /usr/li
  • Miscellany

    2107622·text·562 B·2012-01-30 02:47 UTC
    /* Name: Brennen Cox
     Project: A2C2P2
     Description: Help to solve to breaking speed over time.*/
    #include <iostream>
    #include <fstream>
    using namespace std;
    int main()
    {
     double
  • Anonymous

    2107621·text·994 B·2012-01-30 02:25 UTC
    How malicious philosophers can be! I know of nothing more stinging than the joke Epicurus took the liberty of making on Plato and the Platonists; he called them Dionysiokolakes. In its original sense,
  • restore with TU error 11

    2107620·text·7.7 KB·2012-01-30 02:21 UTC
    2012-01-29 09:06:43.718 [3808:594]: restore library built Sep 14 2011 at 01:30:07
    2012-01-29 09:06:43.718 [3808:594]: iTunes: iTunes 10.5.3.3
    2012-01-29 09:06:43.718 [3808:594]: iTunes: Software pay
  • Someone

    2107617·text·3.5 KB·2012-01-30 01:24 UTC
    //
    // Console 7 Segment Display 
    // Author: Gökhan Erdoğdu
    // Date: 30/01/2012
    //
    
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Threadin

older pastes →