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.
asd |
1 line
of
C
|
75 Bytes |
Show |
Edit |
Expand |
|
test |
316 lines
of
C
|
9.72 KB |
Show |
Edit |
Expand |
1
2
3 |
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@page import="com.dreamsecurity.relaycert.db.*"%>
<%@ page import="com.dreamsecurity.relaycert.object.objF... |
|
sbt |
18 lines
of
Java
by
Test
|
351 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11 |
name := """play-test-app"""
version := "1.0-SNAPSHOT"
lazy val root = (project in file(".")).enablePlugins(PlayScala)
scalaVersion := "2.11.6"
libraryDependencies ++= Seq(
jdbc,
c... |
|
Highlight |
24 lines
of
SQL
|
1.24 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
DECLARE
in_clause ALIAS FOR $1;
tenant ALIAS FOR $2;
categoryId int;
requestId bigint;
BEGIN
SET CONSTRAINTS ALL DEFERRED;
FOR categoryId IN SELECT id FROM category WHERE catego... |
|
a |
3 lines
of
C
by
a
|
286 Bytes |
Show |
Edit |
Expand |
1
2
3 |
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install build-essential bison openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-0 libsq... |
|
a |
16 lines
of
JavaScript
by
a
|
397 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
actionContext.ajaxClient.get(
'/service/example/v1/test',
{},
{},
{
error: function( err ){
},
success: ... |
|
a |
2 lines
of
YAML
by
a
|
24 Bytes |
Show |
Edit |
Expand |
1
2 |
key1=value1
key2=value2 |
|
a |
52 lines
of
Ruby
by
a
|
1.2 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
class Admin::UsersController < Admin::ApplicationController
before_action :set_user, only: [:show, :edit, :update, :destroy]
respond_to :html
def index
@admin_users = User.page(para... |
|
a |
2 lines
of
Java
by
a
|
24 Bytes |
Show |
Edit |
Expand |
1
2 |
key1=value1
key2=value2 |
|
a |
2 lines
of
JSON
by
a
|
24 Bytes |
Show |
Edit |
Expand |
1
2 |
key1=value1
key2=value2 |
|