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.
SQL |
45 lines
of
SQL
|
1.6 KB |
Show |
Edit |
Expand |
1
2
3
4
5 |
UPDATE `weight_zone_service_domestic`
SET shipping_cost = (shipping_cost + .08)
WHERE `service` LIKE '1'
AND service_name LIKE '%First-C... |
|
sample |
12 lines
of
Java
by
calvin
|
553 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
void showGlobalActionsDialog() {
if (mGlobalActions == null) {
mGlobalActions = new GlobalActions(mContext);
}
final boolean keyguardShowing = mKeyguardM... |
|
HH |
4 lines
of
Ruby
|
69 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
ruby_inside = <<-RUBY_INSIDE
This is tricky,
isn't it?
RUBY_INSIDE |
|
Test |
3 lines
of
Ruby
|
57 Bytes |
Show |
Edit |
Expand |
1
2
3 |
ruby_inside = <<-RUBY_INSIDE
This is tricky
RUBY_INSIDE |
|
test |
3 lines
of
C
|
50 Bytes |
Show |
Edit |
Expand |
1
2
3 |
cmd /k netstat -o -a
Y U No Know what C is :-) |
|
clj/core/proxy |
409 lines
of
Clojure
by
clj
|
18.9 KB |
Show |
Edit |
Expand |
|
Debug |
893 lines
of
XML
by
me
|
36.4 KB |
Show |
Edit |
Expand |
1
2 |
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XInclude" xmlns:xml="http://www.w3.org/XML/1998/namespace" elementFo... |
|
C# as Java |
161 lines
of
Java
by
DannyK
|
4.65 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.Common;
using PAZ.ApplicationServer.Framework.Events;
namespace PAZ.ApplicationServer.Framework.API
{
... |
|
some c++ |
8 lines
of
C++
by
anonymous
|
242 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
gfs.setDataType(GFS::Output::vertexData)
gfs.setDataType(GFS::Output::cellData)
template<
typename Backend,
typename OrderingTag,
typename... ... |
|
Test |
3 lines
of
PHP
|
23 Bytes |
Show |
Edit |
Expand |
|