Welcome! This page is using CodeRay 1.1.2.

We currently have 3042 rays in the database.
You can add a New Ray or browse the posted rays by pages.

Page 5, 10 entries

test 5 lines of CSS by test 247 Bytes Show Edit Expand
1
2
3
4
# Ruby < 2.4 requires openssl 1.1
export PATH="/opt/homebrew/opt/openssl@1.1/bin:$PATH"
export LDFLAGS="-L/opt/homebrew/opt/openssl@1.1/lib"
export CPPFLAGS="-I/opt/homebrew/opt/openssl@1.1/incl...
test 5 lines of Python by test 247 Bytes Show Edit Expand
1
2
3
4
# Ruby < 2.4 requires openssl 1.1
export PATH="/opt/homebrew/opt/openssl@1.1/bin:$PATH"
export LDFLAGS="-L/opt/homebrew/opt/openssl@1.1/lib"
export CPPFLAGS="-I/opt/homebrew/opt/openssl@1.1/incl...
test 5 lines of Python by test 247 Bytes Show Edit Expand
1
2
3
4
# Ruby < 2.4 requires openssl 1.1
export PATH="/opt/homebrew/opt/openssl@1.1/bin:$PATH"
export LDFLAGS="-L/opt/homebrew/opt/openssl@1.1/lib"
export CPPFLAGS="-I/opt/homebrew/opt/openssl@1.1/incl...
test 5 lines of Plain text by test 247 Bytes Show Edit Expand
1
2
3
4
# Ruby < 2.4 requires openssl 1.1
export PATH="/opt/homebrew/opt/openssl@1.1/bin:$PATH"
export LDFLAGS="-L/opt/homebrew/opt/openssl@1.1/lib"
export CPPFLAGS="-I/opt/homebrew/opt/openssl@1.1/incl...
test 5 lines of diff by test 247 Bytes Show Edit Expand
1
2
3
4
# Ruby < 2.4 requires openssl 1.1
export PATH="/opt/homebrew/opt/openssl@1.1/bin:$PATH"
export LDFLAGS="-L/opt/homebrew/opt/openssl@1.1/lib"
export CPPFLAGS="-I/opt/homebrew/opt/openssl@1.1/incl...
test-html 1 line of HTML 93 Bytes Show Edit Expand
1
<a class="underline" href="/demos/increment">Reload the frame without triggering a reflex</a>
Marko Ruby Serbia 8 lines of Ruby by Marko 53 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
def wew
 puts 'lad'
end

joj = 2

wew
puts joj
python test 17 lines of SQL by kojh 752 Bytes Show Edit Expand
1
2
3
4
5
#///////////////////////////////////////////////////////////////////////////////
def elapsed_time_fn (fn):    
    def inner(*args, **kwargs):
        start_time = perf_counter()
        to_exe...
C++ Example with C++20 Keywords 15 lines of C++ by Tirthankar Mazumder 237 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <iostream>

template <typename T>
concept Addable = requires (T a, T b) {
    a + b;
};

template <typename T>
T add(const T& a, const T& b) {
    return a + b;
}

int main() {...
fdg 7 lines of JavaScript by dfg 131 Bytes Show Edit Expand
1
2
3
4
5
6
7
function sayHello(name) {
  if (!name) {
    console.log('Hello World');
  } else {
    console.log(`Hello ${name}`);
  }  
}

Page 5, 10 entries