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.
www.codified.com |
29 lines
of
Ruby
by
www.codified.ai
|
418 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10
11 |
require TensorFlow
require ActiveRecord
require RubyOnRails
require DataModeling
class Codified < Artificia... |
|
c++11 |
48 lines
of
C++
by
Adam
|
1.3 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
#include <unistd.h>
#include <fcntl.h>
#include <sys/select.h>
#include <errno.h>
#include "Socket.h"
int main(int argc, char *argv[]){
|
|
a |
40 lines
of
JavaScript
by
a
|
1.31 KB |
Show |
Edit |
Expand |
|
test |
3 lines
of
Python
|
58 Bytes |
Show |
Edit |
Expand |
1
2
3 |
x = np.arange(10)
for i in range(len(x)):
print(i)
|
|
fff |
1 line
of
Ruby
|
2 Bytes |
Show |
Edit |
Expand |
|
test |
9 lines
of
diff
|
342 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
@@ -1,5 +1,5 @@
export QT_QPA_EVDEV_TOUCHSCREEN_PARAMETERS=/dev/input/touchscreen0
export QT_QPA_EGLFS_HIDECURSOR=1
export FB_MULTI_BUFFER=2
-export QT_QPA_EGL... |
|
JSON API |
76 lines
of
JSON
|
1.77 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
{
"links": {
"self": "http://example.com/articles",
"next": "http://example.com/articles?page[offset]=2",
"last": "http://example.com/articles?page[offset]=10"
},
"data": [{... |
|
HTML |
4 lines
of
HTML
by
John Smith
|
2.51 KB |
Show |
Edit |
Expand |
1
2
3 |
<button mat-raised-button color="primary">Start Game</button>
<button mat-raised-button color="primary">Start Game</button>
<button mat-raised-button color="primary">Start Game</button><button ma... |
|
sdsdsa |
8 lines
of
PHP
by
seTajul
|
290 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5 |
<?php
$birthDate = "11/9/2002";
$birthDate = explode("/", $birthDate);
$age = (date("md", date("U", mktime(0, 0, 0, $birthDate[0], $birthDate[1], $birthDate[2]))) > date("md")
?... |
|
python test |
3 lines
of
Python
by
L
|
55 Bytes |
Show |
Edit |
Expand |
1
2
3 |
SHA512_CONST = 100000 |
|