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.
| wswsw |
47 lines
of
Ruby
by
swsw
|
1.68 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
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 |
|
|
| 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 |
|
|
| 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... |
|