Free Ideone API
try it now!
Your great ideas will be born here
Recent public pastes are listed below. You can filter them by the following programming languages:
- view
- All
- Ada
- Assembler
- AWK (gawk)
- AWK (mawk)
- Bash
- bc
- Brainf**k
- C
- C#
- C++
- C99 strict
- CLIPS
- Clojure
- COBOL
- COBOL 85
- Common Lisp (clisp)
- D (dmd)
- Erlang
- F#
- Factor
- Falcon
- Forth
- Fortran
- Go
- Groovy
- Haskell
- Icon
- Intercal
- Java
- JavaScript (rhino)
- JavaScript (spidermonkey)
- Lua
- Nemerle
- Nice
- Nimrod
- Ocaml
- Oz
- Pascal (fpc)
- Pascal (gpc)
- Perl
- Perl 6
- PHP
- Pike
- Prolog (gnu)
- Prolog (swi)
- Python
- Python 3
- R
- Ruby
- Scala
- Scheme (guile)
- Smalltalk
- Tcl
- Text
- Unlambda
- Visual Basic .NET
- Whitespace
-
1 2 3 4 5 6 7 8 9
import math def time3(h,m,r,n) : g=9.8 y=h v=0 t=0 d=1.2 dy= -h/n for i in range(n) :
...
-
1 2 3 4 5 6 7 8
<?php $str = "New York, NY 50805-2578"; preg_match("/([^,]+),\s*(\w{2})\s*(\d{5}(?:-\d{4})?)/", $str, $matches); list($arr['all'], $arr['city'], $arr['state'], $arr['zip']) = $matches; print_r($arr);
-
1 2 3 4 5 6 7 8
#include <stdio.h> int main(){ int i = 0; for(i = 0; i<1000000;i++){ printf("NOP;"); } return 0; }
-
1 2 3 4 5 6 7 8 9
Public Class Alunos Dim numero_ As Integer Dim nome_ As String Dim notas_ As String Public sub New( numero As Integer, nome As String , portugues As Integer, matematica As integer) numero_ = numero End Sub
...
-
1 2 3 4 5 6 7 8 9
import math def time3(h,m,r,n) : g=9.8 y=h v=0 t=0 d=1.2 dy= -h/n for i in range(n) :
...
-
1 2 3 4 5 6 7 8
#include <stdio.h> int main(){ int i = 0; for(i = 0; i<1000000;i++){ printf("NOP;"); } }
-
1 2 3 4 5 6 7 8 9
import math def time3(h,m,r,n) : g=9.8 y=h v=0 t=0 d=1.2 dy= -h/n for i in range(n) :
...
-
1 2 3 4 5 6 7 8 9
import math def time3(h,m,r,n) : g=9.8 y=h v=0 t=0 d=1.2 dy= -h/n for i in range(n) :
...
-
1 2 3 4 5 6 7 8 9
import math def time3(h,m,r,n) : g=9.8 y=h v=0 t=0 d=1.2 dy= -h/n for i in range(n) :
...
-
1 2 3 4 5 6 7 8 9
import math def HW40(h,n,m,r): g=9.8 y=h m=0 r=0 v=0 p=1.2 dy = -h/n
...
-
1 2 3 4 5 6 7 8 9
import math def time3(h,m,r,n) : g=9.8 y=h v=0 t=0 d=1.2 dy= -h/n for i in range(n) :
...
-
1 2 3 4 5 6 7 8 9
import math def HW40(h,n,m,r): g=9.8 y=h m=0 r=0 v=0 p=1.2 dy = -h/n
...
-
1 2 3 4 5 6 7 8 9
import math def time3(h,m,r,n) : g=9.8 y=h v=0 t=0 d=1.2 dy= -h/n for i in range(n) :
...
-
1 2 3 4 5 6 7 8 9
import math def time3(h,m,r,n) : g=9.8 y=h v=0 t=0 d=1.2 dy= -h/n for i in range(n) :
...
-
1 2 3 4 5 6 7 8 9
import math def time3(h,m,r,n) : g=9.8 y=h v=0 t=0 d=1.2 dy= -h/n for i in range(n) :
...
-
1 2 3 4 5 6 7 8 9
import math def HW40(h,n,m,r): g=9.8 y=h m=0 r=0 v=0 p=1.2 dy = -h/n
...
-
1 2 3 4 5 6 7 8 9
import math def time3(h,m,r,n) : g=9.8 y=h v=0 t=0 d=1.2 dy= -h/n for i in range(n) :
...
-
1 2 3 4 5 6 7 8 9
program kindtype implicit none integer, parameter :: i4=SELECTED_INT_KIND(4) integer, parameter :: i8=SELECTED_INT_KIND(8) integer, parameter :: r4=SELECTED_REAL_KIND(6,37) integer, parameter :: r8=SELECTED_REAL_KIND(15,307) integer(KIND=i4) :: ia
...
-
1 2 3 4 5 6 7 8 9
Public Class Alunos Dim numero_ As Integer Dim nome_ As String Dim notas_ As String Public sub New( numero As Integer, nome As String , portugues As Integer, matematica As integer) numero_ = numero End Sub
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <cmath> using namespace std; const double g= 9.8; const double alfa = 0.86; int main () {
...
-
1 2 3 4 5 6 7 8 9
Public Class Alunos Dim numero_ As Integer Dim nome_ As String Dim notas_ As String Public sub New( numero As Integer, nome As String , portugues As Integer, matematica As integer) numero_ = numero End Sub
...
-
1 2 3 4 5 6 7 8 9
import math def time3(h,m,r,n) : g=9.8 y=h v=0 t=0 d=1.2 dy= -h/n for i in range(n) :
...
-
1 2 3 4 5 6 7 8 9
Public Class Alunos Dim numero_ As Integer Dim nome_ As String Dim notas_ As String Public sub New( numero As Integer, nome As String , portugues As Integer, matematica As integer) numero_ = numero End Sub
...
-
1 2 3 4 5 6 7 8 9
<?php $str = "New York, NY 50805-2578"; preg_match("/([^,]+),\s*(\w{2})\s*(\d{5}(?:-\d{4})?)/", $str, $matches); $arr['city'] = $matches[1]; $arr['state'] = $matches[2]; $arr['zip'] = $matches[3];
...
-
1 2 3 4 5 6 7 8 9
import math def HW40(h,n,m,r): g=9.8 y=h m=0 r=0 v=0 p=1.2 dy = -h/n
...
-
1 2 3 4 5 6 7 8 9
Public Class Alunos Dim numero_ As Integer Dim nome_ As String Dim notas_ As Notas() Public sub New( numero As Integer, nome As String , portugues As Integer, matematica As integer) numero_ = numero nome_ = nome
...
-
1 2 3 4 5 6 7 8 9
import math def time3(h,m,r,n) : g=9.8 y=h v=0 t=0 d=1.2 dy= -h/n for i in range(n) :
...
-
1 2 3 4 5 6 7 8
<?php $str = "New York, NY 50805-2578"; preg_match("/([^,]+),\s*(\w{2})\s*(\d{5}(?:-\d{4})?)/", $str, $matches); print_r($matches); ?>
-
1 2 3 4 5 6 7 8 9
import math def time3(h,m,r,n) : g=9.8 y=h v=0 t=0 d=1.2 dy= -h/n for i in range(n) :
...
-
1 2 3 4 5 6 7 8 9
class Test{ public static void main(String[] args){ String asn = "SNfile"; if(asn.startsWith("SN")){ System.out.println("**** File ******"); }else{ System.out.println("**** Error******"); } }
