Welcome! This page is using CodeRay 1.1.2.
We currently have
3055 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
test |
1 line
of
diff
|
5 Bytes |
Show |
Edit |
Expand |
|
safdf |
4 lines
of
Ruby
by
asdf
|
40 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
class Test < Parent
def tut
end
end |
|
test |
44 lines
of
C++
|
1.23 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
#include <cassert>
#include <cstddef>
#include <new>
#include <opencv2/opencv.hpp>
class MatAllocator : public cv::MatAllocator {
public:
using cv::MatAllocator::MatAllocator;
virtu... |
|
test sql |
6 lines
of
SQL
|
121 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
SELECT
COMMAND,
COUNT(*) TOTAL
FROM INFORMATION_SCHEMA.PROCESSLIST
GROUP BY COMMAND
ORDER BY TOTAL DESC; |
|
test |
3 lines
of
Ruby
|
38 Bytes |
Show |
Edit |
Expand |
1
2
3 |
def test
puts 'this is a test'
end |
|
html |
17 lines
of
Ruby
by
daSD
|
539 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
<div class="container">
<div class="headline">
<h3>Новости</h3>
</div>
<% @news_pages.each do |news| %>
<h4><%= link_to news.title, news_page_path(news), class: "hover-effect new... |
|
YAML |
4 lines
of
YAML
|
25 Bytes |
Show |
Edit |
Expand |
|
aa |
3 lines
of
XML
by
TInh Nguyen
|
123 Bytes |
Show |
Edit |
Expand |
1
2
3 |
<p:dialog id="test" widgetVar="testDialog" dynamic="true">
<ui:include src="carView.xhtml"></ui:include>
</p:dialog> |
|
oracle pl/sql test |
12 lines
of
SQL
by
abv
|
184 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12 |
declare
some_value Number;
begin
select test
into some_value
from some_table
where rownum = 1;
exception
when no_data_found
then null;
end;
/ |
|
oracle sql test |
1 line
of
SQL
by
abv
|
66 Bytes |
Show |
Edit |
Expand |
1 |
select field1, field2, field3 from some_table where some_id = 148; |
|