Welcome! This page is using CodeRay 1.1.2.

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

Page 149, 10 entries

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...
namespace.rb 46 lines of Ruby by zimbatm 1.06 KB Show Edit Expand
1
2
3
4
5
class Module
  # BasicObject is used to limit the size of the exposed interface
  class Instance < BasicObject
    def initialize(mod, &fixes)
      # BasicObject doesn't expose #extend and #si...
test 27 lines of HAML by seb 780 Bytes Show Edit Expand
1
2
3
4
5
6
7
<!DOCTYPE HTML>  
  <html lang="en">
    <head>
      <meta charset="utf-8">
      <title>My blog - <%= @item[:title] %></title>
      <link rel="stylesheet" type="text/css" 
        href="http://twitte...
actionScript as java 36 lines of Java by UIDEV 1.36 KB Show Edit Expand
1
2
3
    /**
     * Execute Specified ActionItem for each array Element but waits for an EnterFrame Events before each execution. 
     * It is better to use this function is the actionItem is long to execu...
XML Test 5 lines of XML by Teste 108 Bytes Show Edit Expand
1
2
3
4
5
<?xml version='1.0' encoding='UTF-8'  ?>
<user>
   <name>Ruperto</name>
   <last>Murdocho</last>
</user>
UnicodeError 3 lines of Python 161 Bytes Show Edit Expand
1
2
3
Traceback (most recent call last):
  File "", line 1, in 
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2603' in position 0: ordinal not in rang

Page 149, 10 entries