Welcome! This page is using CodeRay 1.1.2.
We currently have
3054 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
dsqdsqdqs |
15 lines
of
JavaScript
|
563 Bytes |
Show |
Edit |
Expand |
1
2
3
4 |
...
if (fieldG.type == 'multiselect') {
fieldG.type = 'table-view';
var labelProp = angular.copy(fieldG.t... |
|
TSC config |
80 lines
of
Plain text
|
3.39 KB |
Show |
Edit |
Expand |
1
2
3
4
5 |
-- The C compiler identification is GNU 4.9.3
-- The CXX compiler identification is GNU 4.9.3
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
... |
|
CEGUI libxml2 build |
425 lines
of
C++
|
39.7 KB |
Show |
Edit |
Expand |
1
2
3
4 |
Scanning dependencies of target CEGUIBase-0_Static
Scanning dependencies of target CEGUIBase-0
[ 0%] Building CXX object cegui/src/CMakeFiles/CEGUIBase-0.dir/Rect.cpp.obj
[ 0%] Building CXX ob... |
|
CMake libxml2 CEGUI |
108 lines
of
Plain text
|
8.44 KB |
Show |
Edit |
Expand |
1
2 |
== Using MXE wrapper: /home/quintus/repos/privat/projekte/misc/mxe/usr/bin/i686-w64-mingw32.static-cmake
== Using MXE toolchain: /home/quintus/repos/privat/projekte/misc/mxe/usr/i686-w64-mingw32.s... |
|
ddd |
13 lines
of
Ruby
|
253 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
class ChangeProductsPrice < ActiveRecord::Migration[5.0]
def up
change_table :products do |t|
t.change :price, :string
end
end
def down
change_table :products do |... |
|
ddd |
10 lines
of
Ruby
|
259 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
class ChangeProductsPrice < ActiveRecord::Migration[5.0]
def change
reversible do |dir|
change_table :products do |t|
dir.up { t.change :price, :string }
dir.down... |
|
instacall test |
3 lines
of
HTML
|
829 Bytes |
Show |
Edit |
Expand |
1 |
<button id="my-instacall-button" class="ic-button" data-instaCallName="select-test" data-Instructions="Start your call with us." data-address="alice@fakesipdomain.onsip.com" data-video="false" data... |
|
java |
39 lines
of
Java
by
aaaaaaaa
|
1.15 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
public ArrayList<Integer> rodCut(int A, ArrayList<Integer> B) {
B.add(0, 0);
B.add(A);
int size = B.size();
long[][] cost = new long[size][size];
int[][] index = new int[size][size];
fo... |
|
cwcw |
15 lines
of
diff
|
538 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
--url http://localhost:8080/routes \
--header 'authorization: Basic dXNlcjpwYXNzd29yZA==' \
-D -
|
|
test ruby |
144 lines
of
Ruby
|
4.34 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
require 'csv'
require 'fileutils'
require 'pathname'
require 'nokogiri'
require 'pp'
class IBMTestReporter
attr_reader :xml_runners, :test_result, :report
attr_writer :test_result, :... |
|