Welcome! This page is using CodeRay 1.1.2.
We currently have
3049 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
Try C |
17 lines
of
C
|
312 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12 |
int main(char *argc, char *argv[])
{
uint8_t kk = 0;
if(argc > 2)
{
int a=atoi(argv[1]);
int b=atoi(argv[2]);
long c=a*b;
|
|
auth |
5 lines
of
Ruby
by
punchh
|
365 Bytes |
Show |
Edit |
Expand |
1
2
3 |
client_id = CLIENT_KEY_FOR_PUNCHH_DASHBOARD_GOES_HERE
secret = Base64.decode64(client_id)
path = "/api/auth/customers.json?client=client_id&user%5Bemail%5D=EMAIL_GOES_HERE... |
|
233 |
29 lines
of
Ruby
by
233
|
721 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12 |
using namespace std;
int n, a[5005], b, c, d, e;
vector <pair<int, int> > vec;
int main(){
cin >> n;
... |
|
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 |
|
asdf |
1 line
of
C
|
8 Bytes |
Show |
Edit |
Expand |
|
Test SQL |
1 line
of
SQL
|
25 Bytes |
Show |
Edit |
Expand |
1 |
Select * from department; |
|