All pastesPublic feed

Public feed

Pastes people chose to make public. Author names hidden.
  • Sal's Patch Dump

    2128011·text·22.5 KB·2012-03-14 05:10 UTC
    Exception during UpdaterModule.Update
    Traceback (most recent call last):
     File "lib\update.pyc", line 527, in Update
     File "lib\update.pyc", line 576, in _Update
     File "lib\update.pyc", line 30
  • Something

    2128005·text·1.8 KB·2012-03-14 03:50 UTC
    public RTPpacket(int PType, int Framenb, int Time, byte[] data,
     int data_length) {
     // fill by default header fields:
     Version = RTP_VERSION;
     Padding = 0;
     Extension = 0;
     CC = 0;
     M
  • Anonymous

    2128004·csharp·671 B·2012-03-14 03:29 UTC
    /// <summary>
     /// Returns an array of ints from a string of values
     /// </summary>
     /// <param name="count">The amount of values to parse</param>
     /// <param n
  • 10101

    2128003·text·271 B·2012-03-14 03:28 UTC
    Q8. Information on bullying is found under: Safety & Prevention > Health and Safety Topics > Bullying at Work. The WorkSafe website discusses details on what constitutes as bullying and who you can g
  • Anonymous

    2128002·csharp·328 B·2012-03-14 03:28 UTC
    static public int[] GetInts(int count, List<string> values, int pos)
     {
     int[] ints = new int[count];
     for (int i = 0; i > count; i++)
     {
  • Anonymous

    2128001·csharp·328 B·2012-03-14 03:26 UTC
    static public int[] GetInts(int count, List<string> values, int pos)
     {
     int[] ints = new int[count];
     for (int i = 0; i < count; i++)
     {
  • Something

    2128000·text·827 B·2012-03-14 03:26 UTC
    Q8. Information on bullying is found under: Safety & Prevention > Health and Safety Topics > Bullying at Work. The WorkSafe website discusses details on what constitutes as bullying and who you can g
  • Someone

    2127999·text·508 B·2012-03-14 03:25 UTC
    n = degree
    c = coefficient
    prev = Root
    node = Root
    
    if not node:
     if c:
     Root = Node(n, c)
     return
    
    while node:
     if node->degree == n:
     if c == 0:
     if node == Root:
     Root = Root->
  • Someone

    2127997·text·500 B·2012-03-14 03:22 UTC
    n = degree
    c = coefficient
    prev = Root
    node = Root
    
    if not node:
     if c:
     Root = Node(n, c)
     return
    
    while node:
     if node->degree == n:
     if c == 0:
     if node == Root:
     Root = Root->
  • Something

    2127996·text·267 B·2012-03-14 03:17 UTC
    Q8. Information on bullying is found under: Safety & Prevention > Health and Safety Topics > Bullying at Work. The WorkSafe website discusses details on what constitutes as bullying and who you can g
  • Unnamed

    2127995·text·267 B·2012-03-14 03:17 UTC
    Q8. Information on bullying is found under: Safety & Prevention > Health and Safety Topics > Bullying at Work. The WorkSafe website discusses details on what constitutes as bullying and who you can g
  • Someone

    2127992·text·390 B·2012-03-14 02:53 UTC
    n = degree
    c = coefficient
    prev = root
    node = root
    
    while node:
     if node->degree == n:
     if c == 0:
     prev->next = node.next
     delete (node)
     else:
     node->coefficient = c
     elif n > no
  • Someone

    2127991·text·389 B·2012-03-14 02:52 UTC
    n = degree
    c = coefficient
    prev = root
    node = root
    
    while node:
     if node->degree == n:
     if c == 0:
     prev->next = node.next
     delete (node)
     else:
     node.coefficient = c
     elif n > nod
  • Something

    2127980·text·1.1 KB·2012-03-14 02:09 UTC
    week 1
    Background and overview.
    One-time encryption using stream ciphers.
    Semantic security.
    
    week 2
    Block ciphers and pseudorandom functions.
    Chosen plaintext security and modes of operation.
  • frankfrankf

    2127979·actionscript·111 B·2012-03-14 02:00 UTC
    You can't separate pease from freedom because no one can be at peace unless he has his freedom.
  • ThemeChooser local FE download

    2127976·cpp·905 B·2012-03-14 01:24 UTC
    diff --git a/mythtv/programs/mythfrontend/themechooser.cpp b/mythtv/programs/mythfrontend/themechooser.cpp
    index c61c4c1..45daac4 100644
    --- a/mythtv/programs/mythfrontend/themechooser.cpp
    +++ b/my
  • Untitled

    2127975·xml·1.3 KB·2012-03-14 01:21 UTC
    <configuration>
     <property>
     <name>dfs.hosts.exclude</name>
     <value>conf/excludes</value>
     </property>
     <property>
     <name>dfs.http.address</name>
     <value>namenodeip:50070</val
  • frankfrankf

    2127962·actionscript·111 B·2012-03-14 00:09 UTC
    You can't separate pease from freedom because no one can be at peace unless he has his freedom.
  • beamer/bibunits Problem

    2127960·text·955 B·2012-03-14 00:06 UTC
    jbglaw@elle:/tmp/beamertest$ cat systematik_2009.tex
    \documentclass{beamer}
    \usepackage[utf8]{inputenc}
    \usepackage{bibunits}
    \usepackage{hyperref}
    \usepackage[german]{babel}
    \title{foo}
    \autho
  • jquery

    2127957·javascript·3.8 KB·2012-03-13 23:37 UTC
    var j = jQuery.noConflict();
    j(document).ready(function(){
     var scntDiv = j('#p_scents');
     var i = j('#p_scents p').size() + 1;
     
     var i2 = i; 
     // Add information for additional p

older pastes →