All pastesPublic feed

Public feed

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

    2101681·text·615 B·2012-01-09 20:18 UTC
    <div class="pocitadlo"><span>Počitadlo: 
     <?php
     $cas=time();
     $ip = $_SERVER["REMOTE_ADDR"];
     if(file_exists("pocitadlo.txt"))
     {
     $pocet=file(
  • Someone

    2101680·text·1.2 KB·2012-01-09 20:16 UTC
    /dev/md0:
     Version : 0.90
     Creation Time : Mon Jan 9 10:15:52 2012
     Raid Level : raid5
     Array Size : 13674601472 (13041.12 GiB 14002.79 GB)
     Used Dev Size : 1953514496 (1863.02
  • Easy Yorkshire puddin

    2101679·text·607 B·2012-01-09 20:14 UTC
    Put enough beef drippings, lard, butter, oil, etc. to cover the bottom of
     the ramequins and throw them in the oven at 375 fahrenheit to heat. 
    While the oil is heating, mix a cup of flour, a cup of
  • shiit

    2101678·text·9.3 KB·2012-01-09 20:14 UTC
    [11:20] <Connected> sorry just hate when people mess with me, as soon as i asked them u asked me literally 2 mins after lol
    [11:21] <Lily> oh
    [11:21] <Lily> sorry
    [11:21] <Lily> that was just a coi
  • Mine

    2101677·text·310 B·2012-01-09 20:13 UTC
    ic class Repetion {
     public static void main(String[] args) {
     final int storlek = 8;
     int[] hastighet = new int[storlek]; 
     System.out.println("m/s\tkm/h");
     for (int n = 0; n < storlek; n++
  • Easy Yorkshire puddin

    2101676·text·577 B·2012-01-09 20:12 UTC
    Put enough beef drippings, lard, butter, oil, etc. to cover the bottom of
     the ramequins and throw them in the oven at 375 fahrenheit to heat. 
    While the oil is heating, mix a cup of flour, a cup of
  • Someone

    2101675·text·450 B·2012-01-09 20:12 UTC
    public class up8 {
     public static void main(String[] args) {
     System.out.print("ett tal som du vill öka 10 gg");
     int tal = Keyboard.readInt();
     final int storlek = 10;
     int [] hastighet =
  • Unnamed

    2101673·text·252 B·2012-01-09 20:03 UTC
    //fält och for 
    public class Repetion {
     public static void main(String[] args) {
     int[] fält = new int[5];
     System.out.print("Mata in 5 fält-värden: ");
     for (int n = 0; n < 6; n++){
     fä
  • Stuff

    2101672·text·1.1 KB·2012-01-09 19:59 UTC
    RS Stock No. Qty. Description Units Unit price Goods Value
    132-615P 15 Addressable switch,DS2405 1B TO92 
    In stock for next working day delivery
    Each (Supplied in a Tube) £1.77 £26.55 
    1
  • Mine

    2101670·text·63 B·2012-01-09 19:54 UTC
    >> 9.999e50 / 0.0001e-49
    
    ans =
    
     9.999000000000000e+103
  • Unnamed

    2101669·text·511 B·2012-01-09 19:54 UTC
    public class up8 {
     public static void main(String[] args) {
     System.out.print("ett tal som du vill öka 10 gg");
     int tal = Keyboard.readInt();
     final int storlek = 8;
     int [] hastighet = new
  • Something

    2101666·text·135 B·2012-01-09 19:35 UTC
    >> exp(1) - 2.718
    
    ans =
    
     2.818284590455633e-004
    
    >> ( exp(1) - 2.718 )/ exp(1)
    
    ans =
    
     1.036788960198905e-004
    
    >>
  • Untitled

    2101665·text·1.1 KB·2012-01-09 19:35 UTC
    public class Repetion {
     public static void main(String[] args) {
     System.out.print("Mata in en radie: ");
     double radie = Keyboard.readDouble();
     System.out.print("Mata in en höjd: ");
     do
  • Untitled

    2101664·text·134 B·2012-01-09 19:31 UTC
    >> log(factorial(100))
    
    ans =
    
     3.637393755555635e+002
    
    >> 100 * log(100) - 100
    
    ans =
    
     3.605170185988092e+002
    
    >>
  • Anonymous

    2101663·text·338 B·2012-01-09 19:29 UTC
    >> z = 5.32-3.24j
    
    z =
    
     5.320000000000000 - 3.240000000000000i
    
    >> abs(z)
    
    ans =
    
     6.228964600958975
    
    >> (abs(z))^2
    
    ans =
    
     38.800000000000011
    
    >> z*conj(z)
    
    ans =
    
     38.80
  • Untitled

    2101662·text·12.0 KB·2012-01-09 19:25 UTC
    0000000E VideoPlayer.hx(118) : VideoPlayer instantiated.
    0000000F VideoPlayer.hx(87) : rtmpConnect()
    00000014 VideoPlayer.hx(100) : Connecting...
    00000014 VideoPlayer.hx(101) : nc.connect() rtmpURL
  • Anonymous

    2101661·text·988 B·2012-01-09 19:25 UTC
    public class Repetion {
     public static void main(String[] args) {
     System.out.print("Mata in en radie: ");
     double radie = Keyboard.readDouble();
     System.out.print("Mata in en höjd: ");
     do
  • Untitled

    2101660·text·259 B·2012-01-09 19:25 UTC
    >> atan(3/(-2))
    
    ans =
    
     -0.982793723247329
    
    >> atan(-3/2)
    
    ans =
    
     -0.982793723247329
    
    >> atan2(-3,2)
    
    ans =
    
     -0.982793723247329
    
    >> atan2(3,-2)
    
    ans =
    
     2.158798930342464
  • Mine

    2101659·text·287 B·2012-01-09 19:23 UTC
    >> exp(2)
    
    ans =
    
     7.389056098930650
    
    >> tan(1)
    
    ans =
    
     1.557407724654902
    
    >> asin(sin(5))
    
    ans =
    
     -1.283185307179587
    
    >> sin(asin(5))
    
    ans =
    
     5.000000000000000 - 0.0000
  • Something

    2101657·javascript·81 B·2012-01-09 19:22 UTC
    s.eVar61="Control | Test Name"
    
    OR
    
    s.eVar61="Experiment | Test Name"

older pastes →