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.

Page 28, 10 entries

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>
      ...
res 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>
      ...
test 7 lines of Java by g 57 Bytes Show Edit Expand
1
2
3
4
5
6
7
var i = 1;

function test() {
  return i;
}

test()
aa 143 lines of C++ 3.65 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
10
#pragma once

#include <type_traits>
#include <utility>

#include "detail/util.h"
#include "detail/swizzler.h"
#include "detail/functions.h"
#include "detail/binary_ops.h"
#include "detail...
ab 1 line of C++ 16 Bytes Show Edit Expand
1
printf("hello");
asd 57 lines of JavaScript 1.38 KB Show Edit Expand
1
2
3
4
5
import { ApolloClient } from 'apollo-client'
import { HttpLink } from 'apollo-link-http'
import { ApolloLink, concat } from 'apollo-link'
import { InMemoryCache } from 'apollo-cache-inmemory'
i...
javascript 1 line of JavaScript 19 Bytes Show Edit Expand
1
var a = 0x01 & 0x02
gitlab 14 lines of Ruby 864 Bytes Show Edit Expand
1
2
3
4
### Default project feature settings
# gitlab_rails['gitlab_default_projects_features_issues'] = true
# gitlab_rails['gitlab_default_projects_features_merge_requests'] = true
# gitlab_rails['git...
C++ with exports and inputs 1 line of C++ by Refael Sheinker 103 Bytes Show Edit Expand
1
void Some_ReadPCI(IN DWORD bus, DWORD dev, IN int func, int offset,IN DWORD bytesNum,OUT PVOID pValue);

Page 28, 10 entries