Welcome! This page is using CodeRay 1.1.2.

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

Page 79, 10 entries

asdads 118 lines of Java 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...
asdads 118 lines of JSON 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...
asdads 118 lines of HAML 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...
asdads 118 lines of ERb 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...
asdads 118 lines of Clojure 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...
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

Page 79, 10 entries