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.
smtp setting |
7 lines
of
PHP
by
deven
|
207 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
<?php
$config['protocol']='smtp';
$config['smtp_host']='ssl://smtp.googlemail.com';
$config['smtp_port']='465';
$config['smtp_user']='Your gmail user name ';
$config['smtp_pass']='your passwor... |
|
Test |
3 lines
of
Python
|
28 Bytes |
Show |
Edit |
Expand |
1
2
3 |
def abc(x):
print x
|
|
sdfasdf |
1 line
of
diff
|
24 Bytes |
Show |
Edit |
Expand |
|
Test |
4 lines
of
Java
|
199 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
public boolean hasCookie(String cookieName) {
Map<String,Cookie> cookieMap = COOKIE_MAP.getOrNull();
return cookieMap != null ? cookieMap.containsKey(cookieName) : false;
} |
|
Rails test |
3 lines
of
Ruby
by
memyself
|
41 Bytes |
Show |
Edit |
Expand |
1
2
3 |
def index
@users = User.find(:all)
end |
|
Hash |
1 line
of
Ruby
by
Jon C
|
19 Bytes |
Show |
Edit |
Expand |
|
blah |
1 line
of
HTML
by
bb
|
54 Bytes |
Show |
Edit |
Expand |
1 |
<a href="http://www.w3schools.com">Visit W3Schools</a> |
|
Fix race-condition in test_utc_time_format |
19 lines
of
diff
|
807 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
--- a/test/unit/lib/redmine/i18n_test.rb
+++ b/test/unit/lib/redmine/i18n_test.... |
|
desc |
41 lines
of
Java
by
me
|
778 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11 |
import java.util.Random;
import java.lang.Math;
import java.awt.*;
import java.applet.*;
import java.util.*;
import java.io.*;
import java.awt.event.*;
class SemanticRecord
{ private in... |
|
party |
3 lines
of
Ruby
by
pulleasy
|
45 Bytes |
Show |
Edit |
Expand |
1
2
3 |
def party
puts "wowowowowowowhwohwow"
end |
|