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.
hola |
3 lines
of
Java
|
17 Bytes |
Show |
Edit |
Expand |
|
face melted |
1 line
of
SQL
|
53 Bytes |
Show |
Edit |
Expand |
1 |
select all from my_face where melt between ed and ing |
|
asdasdsad |
4 lines
of
Plain text
by
asdasdsad
|
345 Bytes |
Show |
Edit |
Expand |
1
2 |
Code highlighting
Code highlighting relies on CodeRay, a fast syntax highlighting library written completely in Ruby. It currently supports C, C++, CSS, Delphi, Diff, Groovy, HTML, Java, Javasc... |
|
Butt generation |
17 lines
of
JavaScript
by
nabijaczleweli
|
341 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
"use strict";
import { ValidationSchema } from "express-validator/check";
export const requestSchema: ValidationSchema = {
customerName: {
... |
|
Butt generation |
16 lines
of
C++
by
nabijaczleweli
|
667 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
sf::Image img;
img.create(181 * 2, 181 * 2);
const auto img_s = img.getSize();
const auto center = img_s / 2u;
for(auto abs_y = 0u; abs_y < img_s.y; ++abs_y)
for(auto abs_x = 0u; abs_x < im... |
|
blink |
45 lines
of
C
by
iii
|
866 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
#include <avr/io.h>
#include <avr/interrupt.h>
#define LED PC5
#define set_bit(reg, bit) (reg |= (1 << bit))
#define clear_bit(reg, bit) (reg &= ~(1 << bit))
#define toggle_bit(reg, bit) (... |
|
ruby |
8 lines
of
Ruby
|
326 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
OAUTH2_SITE = 'https://foo'
RESOURCE_OWNER_USERNAME = 'user@example.com'
RESOURCE_OWNER_PASSWORD = 'password'
client = OAuth2::Client.new(CLIENT_ID, CLIENT_SECRET, site: OAUTH2_SITE)
token = ... |
|
arachni_name |
1 line
of
C
by
1
|
1 Byte |
Show |
Edit |
Expand |
|
just some ruby |
22 lines
of
Ruby
by
chomaras
|
438 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
(2..@num).each do |t|
range<<t
end
(2..@num).each do |t|
range<<t
end
... |
|
random quote generator |
20 lines
of
JavaScript
by
webdevbecca.com
|
797 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
<div id="quote-generator">
<div id="quote-background">
<h1><blockquote><span class="speechmarks">❝</span><span id="quote"> The relationship you
have with yourself... |
|