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.

Page 65, 10 entries

a.yaml 10 lines of YAML 625 Bytes Show Edit Expand
1
2
3
-
  nazwa: "Testowanie połączenia z intenrnetem"
  Opis: "Aplikacja ma działać tylko online. Aby to zagwarantować testujemy połączenie z internetem podczas jej uruchomienia i nie pozwalamy na wyk...
sql 1 line of SQL by money 50 Bytes Show Edit Expand
1
SELECT * FROM some_table WHERE name="hello world";
teste 59 lines of Delphi 2.43 KB Show Edit Expand
1
2
3
4
5
6
  procedure ExemploCadastro();
  var
    CadastroConteudo: TCadastroConteudo;
  begin
    WaitShow('Cadastrando o texto...');
    CadastroConteudo := TCadastroConteudo.Create(ParametrosSistema...
json test 10 lines of JSON by b 212 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
{
    age_range : {
        values: [3],
        factory: 'age_range'
    },
    opt_in_date : {
        values: [1448972134, 1451650534],
        factory: 'opt_in_date',
        operator: ...
test 22 lines of Java by tet 617 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
// smoopeClient initialized somewhere

try {
    Business business == smoopeClient.getBusiness();
} catch (ResponseException e) {
    // Handle error
} catch (BadRequestException e) {
    //...
ada 1 line of C by ruby 14 Bytes Show Edit Expand
1
println "abc";
ada 4 lines of Python 262 Bytes Show Edit Expand
1
2
3
sudo apt-key adv --keyserver keys.gnupg.net --recv-keys 1C4CBDCDCD2EFD2A
echo "deb-src http://repo.percona.com/apt "$(lsb_release -sc)" main" | sudo tee -a /etc/apt/sources.list.d/percona.list
su...
asdasdads 15 lines of HTML 430 Bytes Show Edit Expand
1
2
3
4
5
6
<div class="ui selection dropdown samp-ui-selection-dropdown">
                <input name="gender" type="hidden">
                <div class="default text">
                  Gender
                </div>
                <i class="d...
Plain Text 1 line of Plain text 16 Bytes Show Edit Expand
1
here's my text
xml 6 lines of XML by tony 122 Bytes Show Edit Expand
1
2
3
4
5
6
<note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body>
</note>

Page 65, 10 entries