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.
asdads |
118 lines
of
C
|
1.62 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 |
@startuml
title Objects
skinparam packageStyle rect
package UserPack {
object User {
name
login
password
email
phone
}
object Us... |
|
Bim |
29 lines
of
Ruby
|
910 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
rails g scaffold Code content:text name
rails new MonSite
var jeff = 'Jeffrey';
var jeff = 'Jeffrey';
<tr>
<th>French</th>
<th>English</th>
<th>Comment</th>
... |
|
haha |
194 lines
of
Java
by
me
|
4.01 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11 |
package sistema_escolar.model;
import java.io.Serializable;
import java.util.List;
import java.util.Objects;
import javax.persistence.*;
import javax.validation.constraints.*;
@Entity
... |
|
SFML Audio |
16 lines
of
C++
|
350 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
#include <SFML/Window.hpp>
#include <SFML/Graphics.hpp>
#include <SFML/Audio.hpp>
int main(int argc, char* argv[])
{
sf::RenderWindow window(sf::VideoMode(640, 480), "SFML Music test");
... |
|
ruby |
2 lines
of
ERb
|
31 Bytes |
Show |
Edit |
Expand |
1
2 |
5.<% puts "Hello, world!" %>
a |
|
Threads |
26 lines
of
Ruby
|
459 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12 |
threads = []
mutex = Mutex.new
quit = false
threads << Thread.new do
while !mutex.synchronize{quit}
end
end
threads << Thread.new... |
|
handlebars |
3 lines
of
JavaScript
by
vj
|
31 Bytes |
Show |
Edit |
Expand |
1
2
3 |
<div class="row">
</div> |
|
handlebars |
27 lines
of
HTML
by
vj
|
1.16 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
<div class="row">
<div class="medium-8 columns">
<div id="search-panel">
<form {{action "search" on="submit"}} data-abide>
<div class="row">
... |
|
aasdf |
37 lines
of
Ruby
|
835 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
apply plugin: 'findbugs'
apply plugin: 'pmd'
check.dependsOn 'pmd', 'findbugs'
task pmd(type: Pmd) {
ignoreFailures = true
ruleSetFiles = files("${project.rootDir}/config/quality/p... |
|
йцу |
2 lines
of
C
|
357 Bytes |
Show |
Edit |
Expand |
1
2 |
2015-03-23T13:17:44+03:00 ERR (3): Поставка продукта "Kaspersky BusinessSpace Security Russian Edition. 10-14 User 1 year Base License"Лицензия не предусматривает отправку в KORM
2015-03-23T13:17:... |
|