Welcome! This page is using CodeRay 1.1.2.

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

Page 236, 10 entries

delete me 7 lines of C 292 Bytes Show Edit Expand
1
2
3
4
5
6
-SET &ECHO=OFF;
-* ----------------------------------------------------------------------------
-DEFAULT &OUTPUT = 'HTML';
-SET &REPNAME = ' ';
-SET &FLTTR = 'YES' ;
-* -----------------------...
delete me 7 lines of diff 292 Bytes Show Edit Expand
1
2
3
4
5
6
-SET &ECHO=OFF;
-* ----------------------------------------------------------------------------
-DEFAULT &OUTPUT = 'HTML';
-SET &REPNAME = ' ';
-SET &FLTTR = 'YES' ;
-* -----------------------...
delete me 7 lines of Groovy (beta) 292 Bytes Show Edit Expand
1
2
3
4
5
6
-SET &ECHO=OFF;
-* ----------------------------------------------------------------------------
-DEFAULT &OUTPUT = 'HTML';
-SET &REPNAME = ' ';
-SET &FLTTR = 'YES' ;
-* -----------------------...
test 8 lines of C 380 Bytes Show Edit Expand
1
2
3
4
        private void SyntaxEditor_ViewMouseDown(object sender, EditorViewMouseEventArgs e)
        {
            if(e.HitTestResult.Target == SyntaxEditorHitTestTarget.IndicatorMargin)
         ...
TESSST 21 lines of PHP by testist 374 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
<?php
class Controller_Welcome extends Controller {

  public function action_index()
  {
        $this->action_justdoit();
  }

    public function action_jusdoit(){
        if(isset($_REQUE...
aaa 13 lines of XML by aaa 589 Bytes Show Edit Expand
1
2
3
4
5
<?xml version="1.0" encoding="utf-8" ?>
    <InterfaceProps>
      <InstallerTitle>Iнсталятор НДI ПIТ</InstallerTitle>
      <LicenceFileName>LicenceFileName.rtf</LicenceFileName>
...
javascript 10 lines of JavaScript 223 Bytes Show Edit Expand
1
2
3
4
5
6
7
<script type="text/javascript">

</script>
<script type="text/javascript">
try{
  logevent('{php echo getGPC("gKey","string","R");}','{php echo $sig_user}','user.visit',document.referrer,0);
}...
Delphi 9 lines of Delphi by Jeff 138 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
type
   TDigit = set of '0'..'9';
var
  digits : TDigit;

begin
   digits := ['0'..'9'];
   if key in digits then someting;
end;
Console 1 line of Ruby 30 Bytes Show Edit Expand
1
ruby script/console production
Some ruby methods and comments 34 lines of Ruby by SG 1.11 KB Show Edit Expand
1
2
3
  #
  # Привет. Если ты сейчас смотришь на эту ахинею и удивляешься,
  # то знай, что другого способа составить у...

Page 236, 10 entries