Welcome! This page is using CodeRay 1.1.2.
We currently have
3054 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
curl |
1 line
of
Clojure
by
thm
|
113 Bytes |
Show |
Edit |
Expand |
1 |
curl --location '<FHIR server>/Patient?identifier=<identifier system of patient>%7C<identifier value of patient>' |
|
test |
6 lines
of
JavaScript
|
254 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
const url = 'myffjill.com**'
cy.intercept('GET', url).as('getToast');
cy.get('input[aria-label="Town"]').clear('b');
cy.get('input[aria-label="Town"]').type('Balt');
cy.wait('@getToast').its('r... |
|
Bbblank |
11 lines
of
JSON
|
452 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
{
"initiator": {
"login": "sen_va_230920" //логин пользователя в системе Ветис. Паспорт
},
"enterpriseGuid": "60eb3964-0ee5-48fe-b12f-93d397eb2c10", //guid площадки
"lo... |
|
test |
5 lines
of
Java
by
test
|
76 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
# statements
javac HelloWorld.java
java HelloWorld
# Output
Hello World! |
|
Fonts & Colors |
33 lines
of
Delphi
by
Tea
|
974 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
type
TColor = class
private
_Green: Integer;
_Red: Integer;
_Blue: Integer;
procedure SetBlue(const Value: Integer);
procedure SetGreen(const Value: Integer);
procedure SetRed... |
|
Program for adding two integers |
12 lines
of
Java
by
Vaibhav Borkar
|
236 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
class Main {
public static void main(String[] args) {
int first = 10;
int second = 20;
int sum = first + second;
System.out.println(first + ... |
|
bla |
12 lines
of
C
|
278 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12 |
import (
lib_config "git.swisscom.com/dop/devops_integrations_lib/pkg/config"
)
...
var m2MPermissionsBytes []byte
...
c.OAuth2.M2M.Permissions ... |
|
test |
4 lines
of
C++
|
162 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
#define ENTER_CRITICAL_SECTION(Exclusive Area)
SchM_Enter_mmu_##Exclusive_Area()
#define EXIT_CRITICAL_SECTION(Exclusive Area)
SchM_Exit_mmu_##Exclusive_Area() |
|
test |
22 lines
of
Java
|
542 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
public class HelloWorld extends java.lang.Object
{
public void <init>()
{
HelloWorld r0;
r0 := @this: HelloWorld;
specialinvoke r0.<java.lang.Object: void <init>()>();
re... |
|
java |
22 lines
of
Java
|
313 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12
13
14 |
public class Hoge extends Piyo {
private static final String FOO = "FOO";
private final String BAR;
private String BARBAR;
|
|