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

sdf 20 lines of CSS 559 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
.popover .date-separator {
    background: #BBB;
    color: white;
    font-weight: bold;
    overflow: hidden;
    padding: 0.4em 0.6em;
    text-align: left;
    text-overflow: ellipsis;
...
sdf 5 lines of C 270 Bytes Show Edit Expand
1
2
3
4
; Besides the validation error messages, other message strings have already
; been moved here too in preparation for the internationalization.

(def contact-link (str "<a href=\"mailto:" config/...
vv 10 lines of Clojure 525 Bytes Show Edit Expand
1
2
3
4
5
(defn- email-activation-code [{:keys [email username activation_code]}]
  (future (mailer/send-email 
              {:from config/emails-from
               :to email
               :subject "A...
CFML 1 line of C by dnloreto 112 Bytes Show Edit Expand
1
---><cfif request.indexing eq false and request.bIsPrivate and (not isDefined("request.nodeidToPreview"))><!--- 
C \n test 22 lines of C by return 698 Bytes Show Edit Expand
1
2
3
4
5
6
void vCbiLogReport(const U16 usFileNo, const S32 lLineNo,
    const U16 usLogId, const U32 ulParam1, const U32 ulParam2)
{
    CBI_LOG_MSG_BODY stLog = {0U};      /** The log message body. */

...
test 47 lines of C++ by clmk 1.12 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
10
#ifndef __ROOM_SCENE_H__
#define __ROOM_SCENE_H__

#include "cocos2d.h"
#include "SimpleAudioEngine.h"
#include <stdlib.h>
#include "CCEditBox.h"

#include "TileList.h"
#include "UpdateTes...
afscript 11 lines of JavaScript 575 Bytes Show Edit Expand
1
2
3
4
var selected = fmQueryResult.getSelectedRow(); //被選取的資料欄
if (selected != -1) {
    var fmMultiSelectedList = Form.getValue("multiSelectedList"); //這是個分號分隔的字串 (a;b;c;...)
    var selectedModel = ...
test 13 lines of Java 417 Bytes Show Edit Expand
1
2
3
4
5
6
ProcessTestObject proc = startBrowser("https:///");
sleep(5); // give time for RFT started IE to load JVM
login();

root = RootTestObject.getRootTestObject();
browsers =  root.find(atChild(".c...
json 17 lines of JSON 199 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
  {
    "just": "write some"
  }, 
  {
    "yaml": [
      [
        "here", 
        "and"
      ], 
      {
        "it": "updates", 
        "in": "real-time"
      }
    ]
  }
]
Ember.js 27 lines of JavaScript 566 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
App = Ember.Application.create();

App.Person = Ember.Object.extend({
  firstName: null,
  lastName: null,

  fullName: function() {
    return this.get('firstName') +
           " " + this...

Page 133, 10 entries