Welcome! This page is using CodeRay 1.1.2.
We currently have
3066 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
foo.yaml |
29 lines
of
YAML
|
524 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 |
apiVersion: v1
kind: Pod
metadata:
name: mc1
labels:
app: mc1
spec:
volumes:
- name: html
emptyDir: {}
containers:
- name: 1st
image: nginx
ports:
- ... |
|
test |
7 lines
of
CSS
by
m
|
133 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
.dfwp-list {
background-color: #5f7e92;
margin-bottom: 0.5em;
margin-right: 0.75em;
margin-left: 0.75em;
margin-bottom: 1px;
} |
|
Awesome E |
21 lines
of
Ruby
by
Chang
|
885 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
class Clinics::DashboardsController < ApplicationController
before_action do
set_current_clinic(params[:clinic_id])
end
def index
if current_clinic.belongs_to?(current_user)
... |
|
JSON |
5 lines
of
Clojure
by
John
|
93 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
{
"name" : "john",
"age" : 21,
"knowledge" : [ "C++","Java","JavaScript"
} |
|
nvd_feed_api |
13 lines
of
Ruby
by
noraj
|
587 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
s = NVDFeedScraper.new
s.scrap
|
|
LEL |
6 lines
of
Ruby
by
EmmanuelSW
|
276 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
def scan_file filename, lang = :auto, options = {}, &block
lang = CodeRay::FileType.fetch filename, :text, true if lang == :auto
... |
|
test |
3 lines
of
Ruby
by
dwdwe
|
31 Bytes |
Show |
Edit |
Expand |
1
2
3 |
def hello
puts "world"
end |
|
ghjhghgjghj |
37 lines
of
JSON
|
1.3 KB |
Show |
Edit |
Expand |
1
2
3
4
5 |
{
"synthesis": {
"usageText": "${libellePrincipal} où ${godet.priorityType} <> A-XX (où XX équivaut à deux lettres)",
"stateText": "Reste",
"mainText": "Valeur affichable de ${mai... |
|
angular |
3 lines
of
HTML
|
21 Bytes |
Show |
Edit |
Expand |
1
2
3 |
<div>
{{hi}}
</div> |
|
pok |
3 lines
of
HTML
|
67 Bytes |
Show |
Edit |
Expand |
1
2
3 |
DELETE aaa HTTP/1.1
Host: 127.0.0.1:1337
Connection: keep-alive
|
|