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 96, 10 entries

Pytry 43 lines of Python by scvr 1.21 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
10
#!/opt/local/bin/python
# -*- coding: utf-8 -*-

import os
import math
import csv
import sys

# Lire le fichier de ranges...
with open(sys.argv[1], "rb") as infile, open("IRanges.txt", "wb...
JS Try 1 line of JavaScript 220 Bytes Show Edit Expand
1
buttons.push({ button: btnUnlockContract, isEndabled: function () { return model.getSelectedEntity() !== null && !!model.getSelectedEntity().Status && model.getSelectedEntity().Status.Name.indexOf(...
Blink 4 lines of Plain text by Arduino 105 Bytes Show Edit Expand
1
2
3
4
# chmod +x /etc/init.d/tomcat
# chkconfig --add tomcat
# chkconfig tomcat on 
# service tomcat start
LaTex 7 lines of CSS by MG 92 Bytes Show Edit Expand
1
2
3
4
5
6
7
\begin{table}
  A & B & C \\
  D & E & F \\
  G & H & I
\end{table}

\mark[arg1]{arg2}
xml with code balise 8 lines of XML by EBu 965 Bytes Show Edit Expand
1
<transmit_mailpiece_attributes xmlns:default="http://www.solystic.com/IAURRU" letter_id="3" tracking_id="J18CBEL100N030300120003N" id_tag="J18CBEA100N030300120003N" timestamp="2014-08-14T12:08:50.6...
xml russian 18 lines of XML by Aleh 462 Bytes Show Edit Expand
1
2
3
4
5
6
<Пакет Тип='Единица'>
  <Единица 
   НихераНеРаботает = 'True'
   УИ='9cae8c68-b07c-11e3-af1a-00155d00e803' 
   НоменклатураУИ='c2c0e177-abc5-11e3-af1a-00155d00e803'
   НоменклатураКод='003344...
aaa 10 lines of Java by bwe 414 Bytes Show Edit Expand
1
2
3
4
5
class MainController < ApplicationController
  def index
    @range = (0..params[:amount].to_i - 1).to_a
    @array = @range.collect { rand(params[:min].to_i..params[:max].to_i) }
    @sorted =...
Demo 59 lines of XML 3.19 KB Show Edit Expand
1
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.android.notepad">
<application android:debuggable="true" android:icon="@drawable/app_notes" android:label=...
test 3 lines of C++ 32 Bytes Show Edit Expand
1
2
3
#include <iostream>

constexpr
just test 1 line of PHP 1 Byte Show Edit Expand
1
*

Page 96, 10 entries