All pastesPublic feed

Public feed

Pastes people chose to make public. Author names hidden.
  • Test Website

    2052496·text·1.5 KB·2011-05-01 11:46 UTC
    <html>
    <head>
    Test Website.
    </head>
    <body>
    <body bgcolor='black'>
    <body text='white'>
    <body link='green'>
    <body vlink='#ff0000'
    <body alink='#ffff00'>
    <pre>hello world</pre>
    hello this is d
  • Stuff

    2052495·bash·194 B·2011-05-01 11:42 UTC
    i915 (Intel 915, 945)
    i965 (Intel 965, G/Q3x, G/Q4x)
    r300 (Radeon R300-R500)
    r600 (Radeon R600-R700, Evergreen, Northern Islands)
    sw (Software renderer)
     [1] classic
     [2] gallium *
  • Stuff

    2052493·text·863 B·2011-05-01 11:33 UTC
    pkg_pretend() {
     if use modules; then
     linux-info_pkg_setup
     require_configured_kernel
     _check_kernel_config
     fi
    }
    
    pkg_setup() {
     if use modules; then
     MODULE_NAMES="fglrx(video:${S}/${
  • Stuff

    2052492·text·833 B·2011-05-01 11:17 UTC
    pkg_pretend() {
     if use modules; then
     linux_config_exists
     _check_kernel_config
     fi
    }
    
    pkg_setup() {
     if use modules; then
     MODULE_NAMES="fglrx(video:${S}/${FOLDER_PREFIX}/lib/modules/fgl
  • Stuff

    2052491·text·948 B·2011-05-01 11:12 UTC
    pkg_pretend() {
     if use modules; then
     MODULE_NAMES="fglrx(video:${S}/${FOLDER_PREFIX}/lib/modules/fglrx/build_mod/2.6.x)"
     BUILD_TARGETS="kmod_build"
     linux-mod_pkg_setup
     _check_kernel_conf
  • Unnamed

    2052490·text·6 B·2011-05-01 11:07 UTC
    sasasa
  • Untitled

    2052485·text·885 B·2011-05-01 10:33 UTC
    /* OPTIONS icap://localhost/echo ICAP/1.0 */
    /* Host: localhost */
    /* User-Agent: C-ICAP-Client-Library/0.01 */
    /* Encapsulated: null-body=0 */
    
    s_string_variable("OPTIONS");
    s_string(" ");
  • Something

    2052478·text·343 B·2011-05-01 09:24 UTC
    project(unittests)
    
    add_library(testMiniExample SHARED miniexample.cpp)
    
    add_executable(${PROJECT_NAME} main.cpp)
    
    target_link_libraries(${PROJECT_NAME}
     ${Boost_SYSTEM_LIBRARY} ${Boost_
  • Unnamed

    2052474·cpp·821 B·2011-05-01 09:23 UTC
    /*******************************
     * main.cpp
     *******************************/
    
    #define BOOST_TEST_MAIN
    #define BOOST_TEST_MODULE "Footprint All Tests"
    #include <boost/test/included/unit_test.hp
  • Unnamed

    2052473·text·825 B·2011-05-01 09:23 UTC
    /*******************************
     * main.cpp
     *******************************/
    
    #define BOOST_TEST_MAIN
    #define BOOST_TEST_MODULE "Footprint All Tests"
    #include <boost/test/included/unit_test.hp
  • Untitled

    2052468·text·801 B·2011-05-01 08:35 UTC
    root@nixbox /opt/systemtap_scripts % stap -v -e 'probe kernel.function("vfs_read") {printf("%s\n", $$params); exit();}'
    Pass 1: parsed user script and 76 library script(s) using 71020virt/21736res/23
  • Stuff

    2052467·text·615 B·2011-05-01 08:25 UTC
    SELECT node.title AS node_title, node.nid AS nid, users_node.name AS users_node_name, users_node.uid AS users_node_uid, node.created AS node_created
    FROM 
    {node} node
    INNER JOIN {relation_data} rel
  • Mine

    2052466·text·4.6 KB·2011-05-01 08:24 UTC
    /*
     * To change this template, choose Tools | Templates
     * and open the template in the editor.
     */
    package org.cogbot.scripting;
    
    import java.io.Serializable;
    import java.util.*;
    import java.
  • Stuff

    2052460·text·296 B·2011-05-01 08:07 UTC
    root@nixbox /opt/systemtap_scripts % cat stat_aggregates.stp 
    global reads
    probe vfs.read
    {
     reads[execname(), pid()] <<< 1
    }
    probe timer.s(3)
    {
     foreach([var1, var2] in reads){
  • root

    2052459·text·26.5 KB·2011-05-01 07:55 UTC
    #test.stp
    global reads
    probe vfs.read
    {
     reads[execname()] ++
    }
    probe timer.s(3)
    {
     foreach (count in reads)
     printf("%s : %d \n", count, reads[count])
     delete reads
    }
    
    ============
  • Something

    2052457·diff·1.1 KB·2011-05-01 07:40 UTC
    diff --git a/mercurial/localrepo.py b/mercurial/localrepo.py
    --- a/mercurial/localrepo.py
    +++ b/mercurial/localrepo.py
    @@ -1918,10 +1918,18 @@ class localrepository(repo.repository):
     retu
  • Something

    2052456·text·1.1 KB·2011-05-01 07:40 UTC
    diff --git a/mercurial/localrepo.py b/mercurial/localrepo.py
    --- a/mercurial/localrepo.py
    +++ b/mercurial/localrepo.py
    @@ -1918,10 +1918,18 @@ class localrepository(repo.repository):
     retu
  • Untitled

    2052455·text·4.3 KB·2011-05-01 07:39 UTC
    PID USER VSZ STAT COMMAND
    1 root 2924 S init
    2 root 0 SW [kthreadd]
    3 root 0 SW [ksoftirqd/0]
    4 root 0 SW [events/0]
    5 root 0 SW [khelper]
    8
  • Unnamed

    2052454·text·3.3 KB·2011-05-01 07:27 UTC
    <?php
    /**
     * @package WordPress
     * @subpackage Default_Theme
     */
    
    // Do not delete these lines
     if (!empty($_SERVER['SCRIPT_FILENAME']) && 'comments.php' == basename($_SERVER['SCRIPT_FILENAME']
  • Someone

    2052451·html·8.9 KB·2011-05-01 07:09 UTC
    <html>
     <head>
     <script type="text/javascript" src="jquery-latest.js"></script> 
     <script type="text/javascript" src="jquery.tablesorter.js"></script>
     <script type="text/javascript" src=

older pastes →