All pastesPublic feed

Public feed

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

    2054926·python·297 B·2011-05-07 18:08 UTC
    import numpy
    file_handle = open("rs144_0316c.txt_pptraces.dat", "r")
    data_lines = file_handle.readlines()
    result = []
    for data_line in data_lines:
     elements = data_line.split()
     elements =
  • Stuff

    2054925·text·701 B·2011-05-07 18:06 UTC
    Waf: Entering directory `C:\Users\prcd\src\dewi\build'
    INCLUDES: C:\Users\prcd\src\dewi\tests C:\Users\prcd\src\dewi\include C:\Users\prcd\src\dewi\build\tests C:\Users\prcd\src\dewi\build
    [...]
    ..
  • Unnamed

    2054924·text·961 B·2011-05-07 18:05 UTC
    extra_defines = []
    c_flags = [ '-Wall', '-Werror', '-ansi', '-pedantic', '-std=c99' ]
    ld_flags = []
    selftesting = getattr(bld.env, 'selftesting', None)
    if selftesting is not None and selftesting:
  • Someone

    2054922·text·113.6 KB·2011-05-07 17:59 UTC
    
        
  • Something

    2054921·text·51.0 KB·2011-05-07 17:56 UTC
    
        
  • Something

    2054918·text·7.0 KB·2011-05-07 17:41 UTC
    11:40:16 [INFO] [BBROTHER] ------------------------------------
    11:40:16 [INFO] [BBROTHER] Hello, and thank you for using the TESTING version of BigBrother!
    11:40:16 [INFO] [BBROTHER] Please note th
  • Something

    2054917·python·963 B·2011-05-07 17:29 UTC
    tokius: 
    def insert_blank_kin_data(self):
     WLen = len(self.Wavelength)
     TempWLs = [self.Wavelength[int(0.05*WLen)], 
     self.Wavelength[int(0.25*WLen)],
  • Miscellany

    2054916·text·796 B·2011-05-07 17:25 UTC
    0000001111111111111111111000000000000000
    0000001000000000000000001000000000000000
    0011111000000000111111101000000000000000
    0011111000111111111111101000000000000000
    00111110001000001111111010000000
  • Untitled

    2054915·text·4.3 KB·2011-05-07 17:25 UTC
    Define anatomy , physiology
    Understand the complementary relationship between structure and function in the human organism.
    List the levels of complexity in the biological hierarchy of organization.
  • Someone

    2054910·python·2.3 KB·2011-05-07 17:13 UTC
    import os
    
    def Game(FileName):
     def LoadGame(FileName):
     def CreateRoom(DataRecord, GameData):
     def ParseVariableRecords(VariableRecords, Deliminator):
     def AssignVariableRecordToRecords(V
  • Stuff

    2054909·java·1.1 KB·2011-05-07 17:13 UTC
    package com.juze.JuzePlugin;
    
    import java.io.File;
    import java.io.IOException;
    import java.util.logging.Logger;
    
    import org.bukkit.plugin.PluginDescriptionFile;
    import org.bukkit.plugin.java.Ja
  • Unnamed

    2054907·text·483 B·2011-05-07 17:06 UTC
    #include<iostream>
    #include<fstream>
    using namespace std;
    int main()
    {
     int matrice[100][100],i,j,n,m,min,b,a;
     ifstream f("date.in");
     ofstream g("date.out");
     f>>m;
     f>>n;
     f>>b;
     f>>a;
  • Unnamed

    2054906·text·99.5 KB·2011-05-07 17:02 UTC
    
        
  • Someone

    2054903·text·363 B·2011-05-07 16:57 UTC
    int a[100][100],i,j,n,m,min,b,a;
     ifstream f("date.in");
     ofstream g("date.out");
     f>>m;
     f>>n;
     
     for(i=0;i<n;i++)
     for(j=0;j<m;j++)
     f>>a[i][j];
     for(i=0;i<n;i++) 
     {
     for(j=0;j<m;j++
  • Mine

    2054902·java·1.5 KB·2011-05-07 16:54 UTC
    package com.juze.JuzePlugin;
    
    import java.io.File;
    import java.io.IOException;
    import java.util.logging.Logger;
    
    import org.bukkit.plugin.PluginDescriptionFile;
    import org.bukkit.plugin.java.Ja
  • Mine

    2054901·text·393 B·2011-05-07 16:47 UTC
    function zindex(elemento) {
    
    var VideoSelec = document.getElementById(elemento);
    
    var DiferentesVideos = new Array ('Bebe','Perro','Tapadera');
    
    for (indice = 0; indice < DiferentesVideos.length
  • Mine

    2054899·text·393 B·2011-05-07 16:47 UTC
    function zindex(elemento) {
    
    var VideoSelec = document.getElementById(elemento);
    
    var DiferentesVideos = new Array ('Bebe','Perro','Tapadera');
    
    for (indice = 0; indice < DiferentesVideos.length
  • Mine

    2054898·text·395 B·2011-05-07 16:46 UTC
    function zindex(elemento) {
    
    var VideoSelec = document.getElementById(elemento);
    
    var DiferentesVideos = new Array ('Bebe','Perro','Tapadera');
    
    for (indice = 0; indice < DiferentesVideos.length
  • Unnamed

    2054897·text·487 B·2011-05-07 16:43 UTC
    #ifndef THERMISTORTABLE_H_
    #define THERMISTORTABLE_H_
    
    //thermistor table for mendel-parts thermistor
    
    #define NUMTEMPS 20
    short temptable[NUMTEMPS][2] = {
     {1, 827},
     {54, 253},
     {107,
  • Untitled

    2054896·text·2.3 KB·2011-05-07 16:35 UTC
    *** glibc detected *** ./sieb: free(): invalid next size (fast): 0x00000000019fd010 ***
    ======= Backtrace: =========
    /lib64/libc.so.6(+0x72b36)[0x7f7a42d07b36]
    /lib64/libc.so.6(cfree+0x6c)[0x7f7a42

older pastes →