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
// balls.html <html> <body> <canvas id="canvas"></canvas> </body> <script type="text/javascript" src="balls.js"></script> </html>
...
-
1
Charlie bit me!
-
1
Charlie bit me!
-
1 2 3 4 5 6
int main () { char *pepe; printf("papa"); scanf("%d",pepe); return 0; }
-
1
Charlie bit me!
-
1
Charlie bit me!
-
1
charlie bit me
-
1
hello
-
1
Charlie bit me!
-
1
trace(1*2);
-
1
function
-
1
kmlokill
-
1 2 3 4 5 6 7 8 9
\begin{align} \newcommand{\webvector}[2]{\left( \begin{array}{c} #1 \\ #2 \end{array} \right)} \webvector{a}{b}+\webvector{c}{d}=\webvector{a+c}{b+d} \end{align} \begin{align} E &= mc^2 \\ m &= \frac{m_0}{\sqrt{1-\frac{v^2}{c^2}}} \end{align} \end{document}
-
1 2 3 4 5 6 7
how would i show the seuqence (u_{n}(x))_{n=1}^{inf} with u_{n}(x) = { nx if 0 <= x <= 1/n, 2 - nx if 1/n < x < 2/n, 0 if 2/n <= x <= 2 } is pointwise convergent to u(x)=0 on [0,2] but that it is not uniformly convergent? what im trying: im going to show each of the three cases are pointwise convergent to u(x)=0. then i was going to take the supremum of |u_{n}(x)-u(x)| for each case and show that it is not 0
-
1 2 3 4 5 6 7 8 9
Program received signal SIGSEGV, Segmentation fault. 0x002053c8 in Falcon::assignToVm (gcdata=0x828c6d8) at /home/lumo/Projects/falcon/debug/engine/item.cpp:44 44 gcdata->gcMark( memPool->generation() ); (gdb) bt #0 0x002053c8 in Falcon::assignToVm (gcdata=0x828c6d8) at /home/lumo/Projects/falcon/debug/engine/item.cpp:44 #1 0x002032bb in Falcon::Item::setString (this=0x8135434, str=0x828c6c4) at /home/lumo/Projects/falcon/debug/engine/item.cpp:71 #2 0x002792ae in Falcon::VMachine::getOpcodeParam (this=0x81353dc, bc_pos=2) at /home/lumo/Projects/falcon/debug/engine/vm_run.cpp:73 #3 0x0027c95d in Falcon::opcodeHandler_LDP (vm=0x81353dc) at /home/lumo/Projects/falcon/debug/engine/vm_run.cpp:964
...
-
1 2 3 4 5 6 7 8 9
プログラミングとは、コンピュータに命令を出して、命令した通りに動かす方法です。 命令には、「プログラミング言語」を使います。 しかし、コンピュータは、思った通りに動くわけではありません。 命令した通りに動きます。 自分の思ったことに最も近く、最も簡潔な命令を出すためには、知識と技術が必要です。 プログラミング言語とは、コンピュータに命令を出すための命令書の書き方のようなものです。 ファンタジーが好きな方なら、魔法の呪文を想像するとわかりやすいかもしれません。 「エクスペリアームス」で相手の武器が吹き飛ぶように、「(display "hello")」で「hello」が出力されます。
...
-
1 2 3 4 5 6 7 8 9
addEvent start addEvent start work addEvent end work addEvent end plugin start work plugin: 4482 plugin events[ 4482 ]: ("0x20799c0", "0x1d38aa0") plugin: brushMove newEvent: 0x1d38aa0...
-
1 2 3 4 5 6 7 8 9
const m_BufferBytes = 400; 1) m_nextWrite = 100; PlayPosition = 50; この場合未だ再生していない箇所はバッファの50~99なので、 それ以外のバッファは新しいデータで埋めて良い。 バッファは400バイトなので350バイト書き込んでいいはず。
...
-
1
Charlie bit me!
-
1 2 3 4 5 6
#include <stdio.h> int main() { printf("hello, world"); return 0; }
-
1 2 3 4 5 6 7 8 9
! couleur des caractères URxvt*foreground: #11eeee URxvt.cursorColor: #eeeeee !URxvt*color15: #ababab !URxvt*color3: #999999 !URxvt*color12: #587aa4 !URxvt*color8: #555753
...
-
1 2 3 4 5 6 7 8 9
encrypting "AAAAAAAAAAAA" MBCCDEFHJABB NDFGILOHKMCD PHKNRLPTLNEG SOTNSXQUNPIL XOUZTYSWRSPU GAVAVAWZYXPV HBXCZDDEYGBW IDBFGIDNKHCY
...
-
1 2 3 4 5 6 7 8 9
encrypting "AAAAAAAAAA" HBCCDEFABB IDFGIEGHCD KHKGJLHIEG NHLNKMJKIL SOMOMONNIM TPOQQRNSPN URSTQWUTQP WUSYXXVUST
...
-
1
j
-
1 2 3 4 5 6 7 8 9
-1 5 02 00 00 6 23 55 00 -1 6 00 00 00 10 23 55 00 -1 531 362 10 0 0 0 -2 10 16 00 00 528 361 10 0 0 0 -2 10 16 00 00 529 362 10 0 0 0 -2 10 16 00 00 535 363 10 0 0 0 -2 10 16 00 00
...
-
1 2 3 4 5 6 7 8 9
-1 5 02 00 00 6 23 55 00 -1 6 00 00 00 10 23 55 00 -1 531 362 10 0 0 0 -2 10 16 00 00 528 361 10 0 0 0 -2 10 16 00 00 529 362 10 0 0 0 -2 10 16 00 00 535 363 10 0 0 0 -2 10 16 00 00
...
-
1 2 3 4 5 6 7 8 9
678 / 564 / 5 / 576000 / 0 678 / 565 / 5 / 576000 / 0 680 / 564 / 5 / 576000 / 0 682 / 565 / 5 / 576000 / 0 681 / 568 / 5 / 576000 / 0 678 / 578 / 5 / 576000 / 0 682 / 567 / 5 / 576000 / 0 681 / 569 / 5 / 576000 / 0 679 / 577 / 5 / 576000 / 0
...
-
1 2 3 4 5 6 7 8 9
678 / 564 / 5 / 576000 / 0 678 / 565 / 5 / 576000 / 0 680 / 564 / 5 / 576000 / 0 682 / 565 / 5 / 576000 / 0 681 / 568 / 5 / 576000 / 0 678 / 578 / 5 / 576000 / 0 682 / 567 / 5 / 576000 / 0 681 / 569 / 5 / 576000 / 0 679 / 577 / 5 / 576000 / 0
...
-
1
Charlie bit me!
-
1
3+4*2/0.5
