Welcome! This page is using CodeRay 1.1.2.

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

Page 84, 10 entries

sample 9 lines of Ruby by gokul 310 Bytes Show Edit Expand
1
2
3
4
5
6
<div id= "posts">
  <% @posts.each do |post| %>
  <div class= "post">
  <h2 class="title"> <%= link_to post.title, post %> </h2>
  <p> <%= post.content %> </p> 
  <p class= "date"> Published At : <...
adad 5 lines of Java by addd 55 Bytes Show Edit Expand
1
2
3
4
5


for(teto in : tetolist){
   docositas("asi");
}
asd 19 lines of Java by d 750 Bytes Show Edit Expand
1
2
3
4
//Recuperamos estado actual
List<SrorrBiFulfIntStateMov> stateMovs = fulfillmentInteraction.getSrorrBiFulfIntStateMovs();
SrorrBiFulfIntStateMov stateMov = null;
if ((stateMovs != null) && (!sta...
Snipplet 19 lines of Java 764 Bytes Show Edit Expand
1
2
3
4
5
6
int cont=0;
          
        while((cont<listaEstados.size()) && (!encontrado)) {  
          CeprrOrcPlTaskHasStatus hasStatus = (CeprrOrcPlTaskHasStatus) listaEstados.get(cont);        
        
          if(hasStatu...
jussomewebpage 22 lines of PHP 710 Bytes Show Edit Expand
1
2
3
4
5
6
<? include("$includes/head.php"); ?>
<div class="container">
  <div class="bg box eight columns offset-by-two centered">
    <h1>Your IP Address is:</h1>
    <div id="ip">
      <? echo $_SERVER['REMO...
D3 basic 15 lines of HTML 565 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
<html>
    <head>
        <script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
    </head>
    <body>
        <svg>
        </svg>
        <script type="text/javascript">
va...
test json 6 lines of JSON by asdf 63 Bytes Show Edit Expand
1
2
3
4
5
6
{
  "result": {
    "code": 200,
    "message": "ok"
  }
}
TEST 12 lines of Java 114 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
class Test{
 private String test;
 private Test(){

 }

 private String test(){
  return "TEST";
 }


}
XML Test 6 lines of XML 122 Bytes Show Edit Expand
1
2
3
4
5
6
<note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body>
</note>
あいうえお 1 line of PHP by あいうえお 5 Bytes Show Edit Expand
1
あいうえお

Page 84, 10 entries