Welcome! This page is using CodeRay 1.1.2.

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

Page 149, 10 entries

helloword.cpp 10 lines of C++ by PhyrexianNFM 176 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
#include "stdafx.h"
#include <iostream>
 
int main()
{
    std::cout << "Hello world!" << std::endl;
        std::cout << "Hello world!" << std::endl;

    return 0;
}
sas 2 lines of Java 108 Bytes Show Edit Expand
1
2
// --- Spracovanie GPSDateTime ---------------------------------
                String parsedTimestampRTC;
asdf 4 lines of Ruby 66 Bytes Show Edit Expand
1
2
3
4
............

Finished in 1.9 seconds
12 examples, 0 failures
test 1 line of SQL 29 Bytes Show Edit Expand
1
insert into teste values (1);
title 4 lines of Ruby 47 Bytes Show Edit Expand
1
2
3
4
class Test < TestBase
  def func()
  end
end
ruby selen 283 lines of Ruby by georgw 6.95 KB Show Edit Expand
1
2
3
4
5
6
7
8
require 'rubygems'
require  'selenium-webdriver'
require 'watir-webdriver'
require 'win32ole'
require 'watir-webdriver-performance'
#require 'test/unit'
include Selenium
#driver = Selenium::...
xSD 140 lines of XML 6.44 KB Show Edit Expand
1
2
3
4
<?xml version="1.0" encoding="utf-8"?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="Worksheet">
 ...
XML 146 lines of PHP 6.44 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
10
<response>
  <error>
    <code>0</code>
    <message>OK</message>
  </error>
  <conference>
    <id>ID</id>
    <name>
      <ru>Название</ru> - название конференции на русском
      <en>Name</en> - назван...
as3 as js 52 lines of JavaScript by awong 1.76 KB Show Edit Expand
1
2
3
4
5
6
7
8
package ui
{
  import flash.display.DisplayObjectContainer;//你好
  import flash.events.Event;
  import ui.events.ButtonEvent;
  import ui.events.GenericPopupEvent;

  public class GenericPopup ext...
as3 as java 52 lines of Java by awong 1.76 KB Show Edit Expand
1
2
3
4
5
6
7
8
package ui
{
  import flash.display.DisplayObjectContainer;//你好
  import flash.events.Event;
  import ui.events.ButtonEvent;
  import ui.events.GenericPopupEvent;

  public class GenericPopup ext...

Page 149, 10 entries