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.
ini |
2 lines
of
JSON
|
44 Bytes |
Show |
Edit |
Expand |
1
2 |
[HKLM\Drivers\BuiltIn\CANx]
dll="can.dll"
|
|
ext dup |
18 lines
of
Ruby
|
415 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
def lambda_method
lambda { puts 'Hello from lambda!'; return }.call
puts 'Hello from lambda_method'
end
def proc_... |
|
kek |
404 lines
of
Ruby
|
9.97 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
proc_val = nil
report = MemoryProfiler.report do
def create_proc
|
|
XML test |
9 lines
of
XML
|
465 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
<Gingiva>
<SurfaceFile>Additional/Gingiva.cmf</SurfaceFile>
</Gingiva>
<Lower-Gingiva>
... |
|
sss |
1 line
of
diff
by
sss
|
172 Bytes |
Show |
Edit |
Expand |
|
Javascript |
15 lines
of
JavaScript
by
Jerome
|
554 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
export function injectAsyncReducer(store, isValid) {
return function injectReducer(name, asyncReducer) {
if (!isValid) checkStore(store);
invariant(
isString(name) && !isEmpty... |
|
delphi test |
21 lines
of
Delphi
by
meandmyself
|
236 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18 |
program IPList;
{$apptype console}
uses
SysUtils,
Classes,
JCLSysInfo;
var
stg :TStrings;
begin
stg := TStringList.Create;
GetIpAddresses (stg);
Wri... |
|
p |
3 lines
of
PHP
|
44 Bytes |
Show |
Edit |
Expand |
1
2
3 |
<?
require 'vendor/autoload.php'; |
|
p |
3 lines
of
PHP
|
39 Bytes |
Show |
Edit |
Expand |
1
2
3 |
<?php
require 'vendor/autoload.php'; |
|
Test |
6 lines
of
PHP
by
Me
|
179 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
<div class="infobox">
<strong>
<span class="title">Changes Saved Successfully!</span>
</strong>
<br>
Configuration settings have been saved successfully</div> |
|