Welcome! This page is using CodeRay 1.1.2.
We currently have
3068 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
| xml |
71 lines
of
XML
|
3.23 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
<?xml version="1.0" encoding="UTF-8"?>
<Section key = "0">
<SubSection key = "1"/>
</Section>
<Chapter Name="PBDI" Definition="Bluetooth devices inquiry" Software="Bxxx" Pro... |
|
| shell |
5 lines
of
C
|
296 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
# install rvm dans ~/.rvm
$ bash < <(curl -s https:
# configuration des chemins d'accès aux binaires
$ echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.r... |
|
| diff test |
15 lines
of
diff
by
dbh
|
581 Bytes |
Show |
Edit |
Expand |
|
|
| fly |
36 lines
of
Ruby
|
501 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 |
#!/usr/bin/env ruby
require '../example'
class Car
def initialize
puts "new car #{self}"
end
def travel(distance)
puts "drive car #{self}: #{distance}"
end
end
cla... |
|
| Ruby test |
14 lines
of
Ruby
by
me
|
333 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
class UltimateProxy < BasicObject
def initialize(object)
delegate_everything_to(object)
end
private
def delegate_everything_to(object)
metaclass = class << self; self; end... |
|
| test |
1 line
of
C++
|
14 Bytes |
Show |
Edit |
Expand |
|
|
| SQL |
22 lines
of
SQL
by
SQL
|
1.13 KB |
Show |
Edit |
Expand |
1
2 |
SELECT stk.PART_NO AS 商品條碼, stk.PARTNAME2 AS 商品名稱, BASEDB.dbo.fnGetRetailItemPackingSpec(stk.part_no) AS 包裝規格, r.unit AS 單位, r.QTY AS 數量, r.PRICE
* (1 -r.discount / 100.0) AS 單價, r.PRICE *... |
|
| VMware |
30 lines
of
YAML
|
1.15 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
require 'rbvmomi'
require 'highline/import'
liste_vms = File.open("vmlist","r").readlines
liste_vms.map! { |vm| vm.chomp }
|
|
| config file |
18 lines
of
diff
|
681 Bytes |
Show |
Edit |
Expand |
|
|
| config file |
18 lines
of
Ruby
|
681 Bytes |
Show |
Edit |
Expand |
|
|