Welcome! This page is using CodeRay 1.1.2.
We currently have
3049 rays
in the database.
You can add a
New Ray
or browse the posted rays by pages.
asp |
19 lines
of
Python
by
asp
|
641 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6 |
Init_DAB_DDC:
AR = DM(CONFIG_DQPSK_MODE);
AY0 = CONFIG_DQPSK_NORMALIZATION;
NONE = AR - AY0;
IF NE JUMP set_dpsk_mode;
AR = 0x23; ! DQPSK normalizat... |
|
dsp |
22 lines
of
C
by
dsp
|
667 Bytes |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8 |
.ENTRY Init_DAB_DDC;
Init_DAB_DDC:
AR = DM(CONFIG_DQPSK_MODE);
AY0 = CONFIG_DQPSK_NORMALIZATION;
NONE = AR - AY0;
IF NE JUMP set_dpsk_mode;
AR = 0x23; ... |
|
css |
166 lines
of
CSS
by
cc
|
3.23 KB |
Show |
Edit |
Expand |
1
2
3
4
5 |
/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS (and SCSS, if configured) file within this directory, lib... |
|
test |
87 lines
of
C
|
1.99 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
root@nginx-genedu:~# cat /etc/nginx/nginx.conf
user www-data;
worker_processes auto;
pid /run/nginx.pid;
include /etc/nginx/modules-enabled |
|
test |
87 lines
of
Groovy (beta)
|
1.99 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
root@nginx-genedu:~# cat /etc/nginx/nginx.conf
user www-data;
worker_processes auto;
pid /run/nginx.pid;
include /etc/nginx/modules-enabled |
|
test |
87 lines
of
diff
|
1.99 KB |
Show |
Edit |
Expand |
|
test |
87 lines
of
YAML
|
1.99 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9 |
root@nginx-genedu:~# cat /etc/nginx/nginx.conf
user www-data;
worker_processes auto;
pid /run/nginx.pid;
include /etc/nginx/modules-enabled/*.conf;
events {
... |
|
TEST SQL |
52 lines
of
SQL
by
NT
|
2.13 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7 |
SELECT
S1.JOBOFFER_MANAGEMENT_NO,
S1.CONTRACT_GENERATION_NO,
S1.TRANSLATE_CORP_NAME_KNJ_ABB,
S1.CONTACT_TITLE,
S1.JOB_HEADING,
S1.GUARANT... |
|
xxx |
70 lines
of
diff
|
3.25 KB |
Show |
Edit |
Expand |
1
2
3
4
5 |
--- a/src/bootstrapper.cc
+++ b/src/bootstrapper.cc
@@ -1668,6 +1668,8 @@ void Genesis::InitializeGlobal(Han... |
|
Server |
438 lines
of
Python
|
16.6 KB |
Show |
Edit |
Expand |
1
2
3
4
5
6
7
8
9
10 |
import socket
import threading
import json
import tkinter as tk
from tkinter import ttk, PhotoImage
from PIL import Image,ImageTk
from socket import gethostname,gethostbyname
import time
... |
|