All pastesPublic feed

Public feed

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

    2075679·text·923 B·2011-06-06 18:35 UTC
    > A Cappella
    > Acid Punk
    > Acid
    > Anime
    > Avantgarde
    > Bass
    > Beat
    > Bebob
    > Bluegrass
    > Booty Bass
    > BritPop
    > Cabaret
    > Celtic
    > Chamber Music
    > Chanson
    > Chorus
    > Christian Gangsta
  • RuNnNy_Alcher

    2075677·text·11.0 KB·2011-06-06 18:31 UTC
    import java.awt.BasicStroke;
    import java.awt.Color;
    import java.awt.Font;
    import java.awt.Graphics;
    import java.awt.Graphics2D;
    
    import org.rsbot.event.events.MessageEvent;
    import org.rsbot.eve
  • Anonymous

    2075674·text·1.6 KB·2011-06-06 18:24 UTC
    [code]| Copy & Paste this data into Mids' Hero Designer to view the build |
    |-------------------------------------------------------------------|
    |MxDz;1370;653;1306;HEX;|
    |78DA6593DB72124110866761
  • Systemtap

    2075673·text·535 B·2011-06-06 18:24 UTC
    // Usage: sudo stap gst-memtrace2.stp -c "./a.out file:///home/rishi/devel/gstreamer/bgo-650258.mkv"
    
    probe process("/usr/lib/libgstreamer-0.10.so.0.29.0").function("gst_mini_object_new") {
     if (t
  • Systemtap

    2075672·text·481 B·2011-06-06 18:23 UTC
    // Usage: stap -c gtk-demo ./gst-memtrace2.stp
    
    probe process("/usr/lib/libgstreamer-0.10.so.0.29.0").function("gst_mini_object_new") {
     if (target() == pid())
     {
     println ("GST_MINI_OBJ
  • Systemtap

    2075670·text·481 B·2011-06-06 18:20 UTC
    // Usage: stap -c gtk-demo ./gst-memtrace2.stp
    
    probe process("/usr/lib/libgstreamer-0.10.so.0.29.0").function("gst_mini_object_new") {
     if (target() == pid())
     {
     println ("GST_MINI_OBJ
  • Untitled

    2075669·text·2.7 KB·2011-06-06 18:19 UTC
    Debootstrap HOWTO by glevand (geoffrey.levand@mail.ru) (Modified by snowy, snowy@fknnrds.com)
    -------------------------------------------------------
    
    Links:
    
    * http://www.debian.org/releases/sta
  • prop_mccauley_6948.xml

    2075667·xml·1.1 KB·2011-06-06 18:12 UTC
    <?xml version="1.0"?>
    
    <propeller name="Fixed-Pitch blabla-inch Two-Blade Propeller">
     <ixx> 1.027 </ixx>
     <!--
     MoI ~ 0.5 * Prop_Weight(lb) (less hub) * [D2]/386
     w=24lb
     d=69inch=5.75ft
  • eng_O-200.xml

    2075661·xml·884 B·2011-06-06 17:53 UTC
    <?xml version="1.0"?>
    <!--
     File: eng_O-200.xml
     Author: Ron Jensen
    
    O-200: 100 hp (75 kW)
    specifications
    
    4-cylinder, horizontally-opposed, air-cooled piston engine
    Displacement: 201
  • Mine

    2075655·text·722 B·2011-06-06 17:41 UTC
    //Задание 1 .
    //Написать параметризованную функцию сортировки методом вставки. 
    
    template <class TYPE>
    void sort(TYPE m[], int N)//m - массив, N - количество элементов в массиве
    {
     int i,j;
  • Something

    2075650·text·3.8 KB·2011-06-06 17:31 UTC
    CXXFLAGS="-march=amdfam10 -O3 -pipe -fomit-frame-pointer"
    DISTDIR="/usr/portage/distfiles"
    FEATURES="assume-digests binpkg-logs distlocks fixlafiles fixpackages news parallel-fetch protect-owned san
  • Goeland86

    2075649·text·1.4 KB·2011-06-06 17:29 UTC
    make[1]: Entering directory `/var/tmp/portage/gnome-extra/libgda-4.2.8/work/libgda-4.2.8'
    make[1]: Nothing to be done for `all-am'.
    make[1]: Leaving directory `/var/tmp/portage/gnome-extra/libgda-4.
  • twitter css rules for deja vu sa

    2075645·css·808 B·2011-06-06 17:22 UTC
    body, #search-form, #search-query {
     font: 100% "DejaVu Sans Condensed", "Helvetica Neue", sans-serif !important;
     font-family: "DejaVu Sans Condensed", "Helvetica Neue", sans-serif !important;
  • Anonymous

    2075641·text·1.2 KB·2011-06-06 16:59 UTC
    double Ravn1(double x)//Равномерная ядерная функция для эмпирической функции
    {
     if(x<-1)return 0;
     if(x<=1&&x>=-1)
     {
     x+=1;
     if(x<0) x*=(-1);
     return 0.5*x;
     }
     if(x>1) return 1;
    }
  • Linker-Cflags

    2075638·text·1.2 KB·2011-06-06 16:49 UTC
    On Mon, 20 Feb 2006, Matthew "Zashi" Hiles wrote: 
    > /tmp/fakeroot/curl-7.15.1/lib/transfer.c:2226: undefined reference to > `__imp__curl_easy_strerror' 
    Allow me to quote the FAQ (http://curl.haxx
  • Mine

    2075637·text·17 B·2011-06-06 16:36 UTC
    syntaxhighlighter
  • Something

    2075634·javascript·2.3 KB·2011-06-06 16:26 UTC
    <script type="text/javascript" language="javascript">
    function GetSample()
    {
     // Тут создаем соединение.
     var xmlHttp = false;
     try { xmlHttp = new ActiveXObject("Msxml2.XMLHTTP"); }
     catch (e)
  • Something

    2075632·javascript·2.0 KB·2011-06-06 16:20 UTC
    <script type="text/javascript" language="javascript">
    function GetSample()
    {
     // Тут создаем соединение.
     var xmlHttp = false;
     try { xmlHttp = new ActiveXObject("Msxml2.XMLHTTP"); }
     catch (e)
  • Someone

    2075622·text·507 B·2011-06-06 15:59 UTC
    /www.apache.org/dist should contain the latest release in each branch that is currently under development. When development ceases on a version branch, releases of that branch should be removed from /
  • Anonymous

    2075621·text·961 B·2011-06-06 15:58 UTC
    fdisk -l /dev/sdg
    
    Disk /dev/sdg: 16.2 GB, 16170196480 bytes
    255 heads, 63 sectors/track, 1965 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Sector size (logical/physical): 512 bytes

older pastes →