Welcome! This page is using CodeRay 1.1.2.

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

Page 184, 10 entries

wswsw 47 lines of Ruby by swsw 1.68 KB Show Edit Expand
1
2
3
4
5
6
7
8
# encoding: utf-8
class UserMailer < ActionMailer::Base
  
  default :from => "noreply@styleup.ru"
  default_url_options[:host] = "styleup.ru"

  def self.delay(que = nil)
    MyUserMailer.n...
Simple Bash Script 38 lines of Python 677 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
#! /bin/sh
### BEGIN INIT INFO
# Provides:          reboot
# Required-Start:
# Required-Stop:
# Default-Start:
# Default-Stop:      6
# Short-Description: Execute the reboot command.
# Desc...
test 12 lines of PHP 265 Bytes Show Edit Expand
1
2
3
4
5
6
Public Class Form1

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

        Dim SAPI
        SAPI = CreateObject("SAPI.spvoice"...
test 12 lines of Python 265 Bytes Show Edit Expand
1
2
3
4
5
6
Public Class Form1

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

        Dim SAPI
        SAPI = CreateObject("SAPI.spvoice"...
test 3 lines of PHP 28 Bytes Show Edit Expand
1
2
3
/**
 * <pre>hola</pre>
 */
test 12 lines of C++ 265 Bytes Show Edit Expand
1
2
3
4
5
6
Public Class Form1

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

        Dim SAPI
        SAPI = CreateObject("SAPI.spvoice"...
test 12 lines of HTML 265 Bytes Show Edit Expand
1
2
3
4
5
6
Public Class Form1

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

        Dim SAPI
        SAPI = CreateObject("SAPI.spvoice"...
test 12 lines of JavaScript 265 Bytes Show Edit Expand
1
2
3
4
5
6
Public Class Form1

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

        Dim SAPI
        SAPI = CreateObject("SAPI.spvoice"...
test 12 lines of C 265 Bytes Show Edit Expand
1
2
3
4
5
6
Public Class Form1

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

        Dim SAPI
        SAPI = CreateObject("SAPI.spvoice"...
docstring 7 lines of Python 229 Bytes Show Edit Expand
1
2
3
4
5
6
def addMaps(self, maps):
    """
    Add list/tuple <maps> mappings to the <display>.  These determine what
    scalars will appear along what axes. See makeMaps, below.
    """
    for map in...

Page 184, 10 entries