Welcome! This page is using CodeRay 1.1.2.

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

Page 26, 10 entries

Test 3 lines of C 532 Bytes Show Edit Expand
1
2
médico-social : il comprend que c'est un mot composé et ignore le tiret (remplacé par un espace) et va donc lancer une requête comprenant les deux mots : médico AND social.
médico -social : là, le...
ddd 10 lines of C++ by ddd 398 Bytes Show Edit Expand
1
2
3
4
void UGGameInstance::FadeOpenLevel(FName levelName, bool useLoadingWidget/* = true*/)
{
  UGGameViewportClient* gameViewportClient = Cast<UGGameViewportClient>(GetWorld()->GetGameViewport());
  if...
TestFormula 36 lines of C 1.89 KB Show Edit Expand
1
2
3
4
5
IF(SBQQ__NonDiscountable__c,
    (Partner_Role_Discount_Base__c*100),
    IF(ISBLANK(SBQQ__Quote__r.SBQQ__CustomerDiscount__c),
        (IF(NOT(ISBLANK(SBQQ__Discount__c)),
            ((Partne...
:source-highlighter: highlightjs 4 lines of XML 193 Bytes Show Edit Expand
1
2
3
4
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<mes c="login" type="ERR">
    <err code="-1" text="На сервере произошла ошибка: Неправильный формат пакета. Повторите позже"/>
</mes>
Test HAML 6 lines of HAML 134 Bytes Show Edit Expand
1
2
3
4
5
6
#content
  .left.column
    %h2 Welcome to our site!
    %p= print_information
  .right.column
    = render :partial => "sidebar"
some json 8 lines of JSON by aa 105 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
{
"key": 4326768,
"key2": ["hello","world"],
"key3": {
"subkey1": "value",
"subkey2": "value2"
}
}
java-highlight-demo 60 lines of Java by java-highlight-demo 1.48 KB Show Edit Expand
1
2
3
4
5
package com.example.reactivespringsecurityauthentication;

import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.authority.SimpleGrantedAuthority;
...
gfg 34 lines of Plain text 753 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
program gwiazdy;
uses crt,graph;
const
sciezka='c:\progra~1\tp\bgi';
var
  d,m:integer;
procedure gwiazdka(a:integer);
var b:integer;
begin
          b:=round (a/2);
          linerel(a,0)...
cxz 34 lines of Delphi 753 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
program gwiazdy;
uses crt,graph;
const
sciezka='c:\progra~1\tp\bgi';
var
  d,m:integer;
procedure gwiazdka(a:integer);
var b:integer;
begin
          b:=round (a/2);
          linerel(a,0)...
test 32 lines of XML 1.13 KB Show Edit Expand
1
2
3
4
5
6
  <cac:AccountingSupplierParty>
    <cac:Party>
      <cbc:EndpointID schemeID="GLN">7315567125084</cbc:EndpointID>
      <cac:PartyIdentification>
        <cbc:ID schemeID="BE:CBE">0887442805</cbc:ID>
      ...

Page 26, 10 entries