Welcome! This page is using CodeRay 1.1.2.

We currently have 3068 rays in the database.
You can add a New Ray or browse the posted rays by pages.

Page 115, 10 entries

tet 14 lines of C++ by test 536 Bytes Show Edit Expand
1
2
3
4
5
const cv::Mat input(cv::imread("sample.jpg"));
cv::Mat output(input.size(), input.type());
cv::Ptr<cv::BaseFilter> filter(
    new OperationFilter<cv::Vec3b>(
        [](const cv::Vec3b& src, c...
fdfd 1 line of SQL by fdfd 37 Bytes Show Edit Expand
1
SELECT * FROM table WHERE user_id = 1
LOM_LOR-AP.xsd 807 lines of XML by ITYE 28.9 KB Show Edit Expand
1
2
3
4
5
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  elementFormDefault="qualified" 
  versio...
test 1 line of diff 5 Bytes Show Edit Expand
1
x=x^2
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
1
2
3
4
foo:
  - 1
  - 2
  - 3

Page 115, 10 entries