Welcome! This page is using CodeRay 1.1.2.
We currently have
3061 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
ETC ETC |
4 lines
of
C
by
zms
|
32 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
int main()
{
return 0;
} |
|
Test Terminal |
1 line
of
diff
|
48 Bytes |
Show |
Edit |
Expand |
|
config |
3 lines
of
JavaScript
by
x
|
51 Bytes |
Show |
Edit |
Expand |
1
2
3 |
[host]
LocalForward 3306 127.0.0.1:3306
rekt=show |
|
sqlTest |
37 lines
of
SQL
|
494 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16 |
select
StartTime
Year
Month
Day
Hour
Minute
MachineId
MachineName
MachineProgramId
MachineProgramName
MachineCriteriaId
MachineCriteriaName
CustomerId
CustomerName
CustomerCustomData... |
|
sqlTest |
36 lines
of
SQL
|
464 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16 |
StartTime
Year
Month
Day
Hour
Minute
MachineId
MachineName
MachineProgramId
MachineProgramName
MachineCriteriaId
MachineCriteriaName
CustomerId
CustomerName
CustomerCustomData
Articl... |
|
ivy |
3 lines
of
XML
by
Alexander Salas Bastidas
|
129 Bytes |
Show |
Edit |
Expand |
1
2
3 |
<dependency org="com.flyvemdm" name="inventory" rev="1.0.3">
<artifact name="inventory" ext="pom"></artifact>
</dependency> |
|
ivy |
1 line
of
XML
by
Alexander Salas Bastidas
|
124 Bytes |
Show |
Edit |
Expand |
1 |
<dependency org='com.flyvemdm' name='inventory' rev='1.0.3'> <artifact name='inventory' ext='pom' ></artifact> </dependency> |
|
maven |
6 lines
of
XML
by
Alexander Salas Bastidas
|
156 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
<dependency>
<groupId>com.flyvemdm</groupId>
<artifactId>inventory</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency> |
|
Inventory |
8 lines
of
Java
by
Alexander Salas Bastidas
|
240 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
InventoryTask inventoryTask = new InventoryTask(MainActivity.this, "Agent_v1.0", new InventoryTask.OnTaskCompleted() {
@Override
public void onTaskCompleted(String data) {
Log.d("XML", d... |
|
C++ |
11 lines
of
C++
|
171 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11 |
{
++value;
--value;
if (value == 1)
{
}
}
|
|