Welcome! This page is using CodeRay 1.1.2.

We currently have 3066 rays in the database.
You can add a New Ray or browse the posted rays by pages.

Page 89, 10 entries

233 29 lines of C++ by 233 721 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
#include <iostream>
#include <algorithm>
#include <vector>
#include <cstdio>
using namespace std;

int n, a[5005], b, c, d, e;
vector <pair<int, int> > vec;

int main(){
    cin >> n;
  ...
sushi 3 lines of Java by joao 162 Bytes Show Edit Expand
1
2
3
if (idControl.equals("conPedDovolucao01btnNovo")) {
     return conPedDovolucao01btnNovo = Util.botao(conPedDovolucao01btnNovo, "Novo", "novo.png", RIGHT, 1);
}
sushi 3 lines of Java by joao 157 Bytes Show Edit Expand
1
2
3
if (idControl.equals("conPedDovolucao01btnNovo")) {
return conPedDovolucao01btnNovo = Util.botao(conPedDovolucao01btnNovo, "Novo", "novo.png", RIGHT, 1);
}
Test 5 lines of Plain text by Loic 177 Bytes Show Edit Expand
1
2
3
4
5
~/ploystation % su
Password:
~/ploystation # patch /usr/local/lib/python2.7/site-packages/ploy_ezjail/__init__.py < common/ploy_ezjail_init.patch
~/ploystation # exit
exit
asdf 1 line of Groovy (beta) 18 Bytes Show Edit Expand
1
$ iperf -s -p 5201
asdf 1 line of C 8 Bytes Show Edit Expand
1
Terminal
Test SQL 1 line of SQL 25 Bytes Show Edit Expand
1
Select * from department;
Test SQL 3 lines of SQL 70 Bytes Show Edit Expand
1
2
3
select a1.name, a2.name
from table1 a1
join table2 a2 on a1.id=a2.id
test system output for log 16 lines of Groovy (beta) by tf 741 Bytes Show Edit Expand
1
2
3
4
App 5131 stdout: 
 2An error occurred while loading the routes definition of studies plugin 
 3(/usr/share/redmine/plugins/studies/config/routes.rb):
 4 uninitialized constant ActionDispatch::Ro...
test 65 lines of JavaScript by Andy 2.54 KB Show Edit Expand
1
2
3
4
5
6
7
8
var JQFUNCS =
    {
        runFunc:
        {
            /* ------------------------------ ajax Demo ------------------------------ */
            "ajax":
            {
                run...

Page 89, 10 entries