Welcome! This page is using CodeRay 1.1.2.

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

Page 3, 10 entries

test 22 lines of Java 542 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
public class HelloWorld extends java.lang.Object
{
  public void <init>()
  {
    HelloWorld r0;
    r0 := @this: HelloWorld;
    specialinvoke r0.<java.lang.Object: void <init>()>();
    re...
java 22 lines of Java 313 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// a

/* a */

public class Hoge extends Piyo {

  private static final String FOO = "FOO";
  private final String BAR;
  private String BARBAR;
  
  /**
   * fuga
   * @return fuga
  ...
STDIN 4 lines of HTML by language detect from input file name or shebang; 245 Bytes Show Edit Expand
1
language   detect from input file name or shebang; fall back to plain text              input      STDIN                            format     detect from output file name or use terminal; fall bac...
mat mul test 1 line of Python by david 5 Bytes Show Edit Expand
1
x @ y
sql 34 lines of SQL 975 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
SET @target_time = '2024-06-24 23:59:59';#対象年月末を指定

SELECT
    user.emtg_id AS 'EMTG ID',
    registered_time AS '入会日',
FROM
    user
INNER JOIN fanclub_user ON user.id = fanclub_user.user_i...
Testing 10 lines of XML by Moses 235 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
<Input input_events>
    Module  im_msvistalog
    <QueryXML>
        <QueryList>
            <Query Id='0'>
                <Select Path='Security'>*</Select>
            </Query>
        <...
test Javascript 6 lines of JavaScript by profCegep 95 Bytes Show Edit Expand
1
2
3
4
5
6

let var1 = 13; //<1>
console.log(var1); //<3>
var1 += 1
const var2 = 1
var2 += 1  //<2>
123 1 line of C by 123 9 Bytes Show Edit Expand
1
-newflow-
testing 11 lines of C by someone 202 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
typedef struct
{
    unsigned int x;
    unsigned int y;
    union
    {
        unsigned int abc;
        unsigned int def;
        video_resolution_t res;
    };
} media_in_vendor_param...
gamee 19 lines of Python by avi 720 Bytes Show Edit Expand
1
2
3
4
while True:
    player_choice = input("Enter your choice (rock, paper, scissors): ")
    computer_choice = random.choice(["rock", "paper", "scissors"])
    print(f"Computer choice: {computer_cho...

Page 3, 10 entries