Welcome! This page is using CodeRay 1.1.2.

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

Page 143, 10 entries

python 2 lines of diff 33 Bytes Show Edit Expand
1
2
def prin():
    print ('Dupa')
python 3 lines of Python 44 Bytes Show Edit Expand
1
2
3
import os
def prin():
    print ('Dupa')
java 15 lines of Java 364 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
 public static final class Location
            implements Serializable {

        @Exported
        public final String remote;

        @Exported
        public final String local;

    ...
ruby , find max size integers 2 lines of Ruby 88 Bytes Show Edit Expand
1
2
machine_max_signed = 2**(machine_bits-1) - 1
machine_max_unsigned = 2**machine_bits - 1
Title / Description 2 lines of CSS 93 Bytes Show Edit Expand
1
2
.print-show // Mostra o elemento na impressão
.print-hide // Esconde o elemento na impressão
SQL 55 lines of Java 1.24 KB Show Edit Expand
1
2
3
4
5
6
7
8
private void setSettingValue()
  {
    runOnUiThread(new Runncable() {
      
      @Override
      public void run() {
        reloadAllText();
        mAdapter = new SettingBaseListAdapter(getApplicationConte...
SQL 55 lines of C++ 1.24 KB Show Edit Expand
1
2
3
4
5
6
7
8
private void setSettingValue()
  {
    runOnUiThread(new Runnable() {
      
      @Override
      public void run() {
        reloadAllText();
        mAdapter = new SettingBaseListAdapter(getApplicationContex...
SQL 1 line of SQL 20 Bytes Show Edit Expand
1
select * from table1
hello world 46 lines of Ruby 948 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
require 'csv'

class A < B; def self.create(object = User) object end end
class Zebra; def inspect; "X#{2 + self.object_id}" end end

module ABC::DEF
  include Comparable

  # @param test
...
testing 166 lines of XML 6.34 KB Show Edit Expand
1
2
3
4
<?xml version="1.0"?>
<Worksheet test_code="Q142A-12/2010" test_name="Dry Density-Moisture Relationship (Standard Compaction)" version="0.1">
  <Test status="calculated" calculation_count="1">
 ...

Page 143, 10 entries