All pastesPublic feed

Public feed

Pastes people chose to make public. Author names hidden.
  • 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"
  • Untitled

    2101656·text·1.4 KB·2012-01-09 19:22 UTC
    <div class="anketa">
     <?php
     $ip = $_SERVER["REMOTE_ADDR"];
     if($_GET["hlas"])
     {
     $rdk=file("anketa.txt");
     $fap=fopen("anketa.txt","w");
     fwrite($
  • Miscellany

    2101655·text·1.2 KB·2012-01-09 19:20 UTC
    fail() {
     /bin/echo "Failed"
     clear
     /bin/echo "$1"
     exec /bin/sh
    }
    
    /bin/echo "Recovery loaded."
    
    if [ "$CARD_PATH" = "" ];then
     CARD_PATH="andboot"
    fi;
    if [ -d /sdcard/$CARD_P
  • Untitled

    2101654·text·171 B·2012-01-09 19:19 UTC
    #!/usr/bin/python
    sisend = raw_input('Sisesta s6na, et leida kas on palindroom: ')
    backward = sisend[::-1]
     
    if backward == sisend:
     print '1'
    else:
     print '2
  • Miscellany

    2101653·text·133 B·2012-01-09 19:18 UTC
    require_once('Zend/Date.php');
    
    $quarter_start = new Zend_Date(strtotime("2012-01-01"));
    echo $quarter_start->toString("Y-M-d");
  • Someone

    2101652·text·415 B·2012-01-09 19:15 UTC
    >> a = 2e-4
    
    a =
    
     2.000000000000000e-004
    
    >> b = 8.5e3
    
    b =
    
     8500
    
    >> c = 6e-5
    
    c =
    
     6.000000000000000e-005
    
    >> (-b+sqrt(b^2-4*a*c))/(2*a)
    
    ans =
    
     -4.547473508
  • Someone

    2101651·text·381 B·2012-01-09 19:12 UTC
    >> b = 5
    
    b =
    
     5
    
    >> a = 1
    
    a =
    
     1
    
    >> c = 2
    
    c =
    
     2
    
    >> (-b+sqrt(b^2-4*a*c))/(2*a);
    >> (-b+sqrt(b^2-4*a*c))/(2*a)
    
    ans =
    
     -0.438447187191170
    
    >> (-b-sqrt(b^2
  • Anonymous

    2101650·text·6.0 KB·2012-01-09 19:10 UTC
    University of Waterloo
    Faculty of Engineering
    Department of Electrical and Computer Engineering
    
    MATH 211/MATH 215
    Pre-Laboratory 1
    
    Prepared by
    Surname, Surname, Legal Given Name(s)
    UW Stude
  • Anonymous

    2101649·text·157 B·2012-01-09 19:08 UTC
    >> x = 52.847928153
    
    x =
    
     52.847928152999998
    
    >> x
    
    x =
    
     52.847928152999998
    
    >> x^3 - 5*x^2 + 4*x + 78
    
    ans =
    
     1.339240382004469e+005
  • Someone

    2101648·text·59 B·2012-01-09 19:05 UTC
    >> 52^3 - 5 * 52^2 + 4 * 52 + 78
    
    ans =
    
     127374
  • Someone

    2101647·text·330 B·2012-01-09 19:02 UTC
    >> 22/7
    
    ans =
    
     3.1429
    
    >> pi
    
    ans =
    
     3.1416
    
    >> sqrt(2)
    
    ans =
    
     1.4142
    
    >> exp(1)
    
    ans =
    
     2.7183
    
    >> format long
    
     22/7
    
    ans =
    
     3.142857142857143
    
    >
  • Someone

    2101646·text·153 B·2012-01-09 19:01 UTC
    >> 22/7
    
    ans =
    
     3.1429
    
    >> pi
    
    ans =
    
     3.1416
    
    >> sqrt(2)
    
    ans =
    
     1.4142
    
    >> exp(1)
    
    ans =
    
     2.7183
    
    >> format long
  • Miscellany

    2101645·text·153 B·2012-01-09 19:01 UTC
    >> 22/7
    
    ans =
    
     3.1429
    
    >> pi
    
    ans =
    
     3.1416
    
    >> sqrt(2)
    
    ans =
    
     1.4142
    
    >> exp(1)
    
    ans =
    
     2.7183
    
    >> format long

older pastes →