Welcome! This page is using CodeRay 1.1.2.
We currently have
3055 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
vvv |
37 lines
of
Ruby
|
1.21 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
%0\ Clear parameters
tmp.signal=NaN;
results.ec(i)=results.ec(i-1);
%1\ compute hedge ratio here
if ((data.timestamp(i,1)-tmp.last_hedge>=params.hedge_time) || min(tmp.exposur... |
|
vvv |
7 lines
of
C++
|
312 Bytes |
Show |
Edit |
Expand |
|
vvv |
37 lines
of
JavaScript
by
vvv
|
1.21 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
%0\ Clear parameters
tmp.signal=NaN;
results.ec(i)=results.ec(i-1);
%1\ compute hedge ratio here
if ((data.timestamp(i,1)-tmp.last_hedge>=params.hedge_time) || min(tmp.exposur... |
|
vv |
37 lines
of
ERb
by
vvv
|
1.21 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
%0\ Clear parameters
tmp.signal=NaN;
results.ec(i)=results.ec(i-1);
%1\ compute hedge ratio here
if ((data.timestamp(i,1)-tmp.last_hedge>=params.hedge_time) || min(tmp.exposur... |
|
asdasd |
37 lines
of
Delphi
by
asdasd
|
1.21 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
%0\ Clear parameters
tmp.signal=NaN;
results.ec(i)=results.ec(i-1);
%1\ compute hedge ratio here
if ((data.timestamp(i,1)-tmp.last_hedge>=params.hedge_time) || min(tmp.exposur... |
|
test |
4 lines
of
Ruby
|
38 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
"foo %{bla} bar"
'foo %{bla} bar' |
|
Ruby |
2 lines
of
Ruby
|
24 Bytes |
Show |
Edit |
Expand |
1
2 |
v = "hola mundo"
puts v |
|
yaml test |
20 lines
of
YAML
by
aigars
|
581 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
---
- step: &id001
instrument: Lasik 2000
pulseEnergy: 5.4
pulseDuration: 12
... |
|
ww |
13 lines
of
Java
|
326 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
protected class FocusSetter extends MouseAdapter {
private final Cell cell;
public FocusSetter(final Cell cell) {
this.cell = cell;
}
@Overrid... |
|
Fact highlight |
261 lines
of
Ruby
by
Olivier
|
8.99 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 |
module Fact
class ClearTool
def invoke(command_str)
return `cleartool #{command_str}`
end
end
class ClearCase
def initialize
@cleartool = ClearTool.new
end
... |
|