Welcome! This page is using CodeRay 1.1.2.

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

Page 13, 10 entries

arachni_name 1 line of C by 1 1 Byte Show Edit Expand
1
1
abc 1 line of Plain text by abc 1018 Bytes Show Edit Expand
1
[2020-08-13 20:36:07] INFO WEBrick 1.3.1 ,[2020-08-13 20:36:07] INFO ruby 2.4.7 (2019-08-28) [x86_64-darwin18] ,== Sinatra (v2.0.8.1) has taken the stage on 4567 for development with backup from WE...
tece to shopify 81 lines of Ruby 2.19 KB Show Edit Expand
1
2
3
4
5
6
7
8
9
10
p_new = product
if r1.nil?
  puts "!! #{item_id} no product found in ERP"
  return ""
end

if r1["Vintage"].to_i > 1000
  p_new.title = r1["Vintage"] + " " + r1["LongTitle"]
else
  p_new.title...
x 2 lines of Python by sdsa 20 Bytes Show Edit Expand
1
2
def ref():
    pass
sqefsqdfdsqf 6 lines of Java 121 Bytes Show Edit Expand
1
2
3
4
5
6
#
# APPLICATION
#
spring.application.name=exemple
summer.application.st=HELLOWORLD
summer.application.version=1.0 
test 47 lines of JSON 1.36 KB Show Edit Expand
1
2
3
4
5
6
7
{"clientAbbr":"hlc_hlc",
   "jobs":[
      {
         "layoutName":"ecw_biometric_delimited_12_v01",
         "vendorName":"ecw",
         "dataType":"biometric",
         "inputDataPath":"",...
test 32 lines of Ruby 1.09 KB Show Edit Expand
1
2
3
4
5
6
7
def update_dynamic_templates(model)
  index = model.table_name  
  doc_type = ElasticSearch::GlobalSearch::Sync.els_type_for_class(model)
  body =
    {
      doc_type => {
        dynamic_te...
C# test 88 lines of Java by Noman 2.48 KB Show Edit Expand
1
2
3
4
5
6
7
long neg,seg,sub,lin,pro,ll_idart
string filtrar,filtrar1,filtrar2,filtrar3,filtrar4,filtrar5
string ls_deart, ls_idemp, filtrar6,filtrar7,filtrar8
dw_busca.AcceptText()

// saca filtros
dw_l...
alb3rtuk 52 lines of Java by alb3rtuk 2.25 KB Show Edit Expand
1
2
3
4
5
6
package gov.hi.dhs.fmm.lib.db;

import gov.hi.dhs.fmm.lib.exceptions.ClientErrorException;
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.annotation.Around;
import org.as...
dd 9 lines of Ruby 140 Bytes Show Edit Expand
1
2
3
4
5
6
7
8
9
cat > /usr/local/bin/sudo << "EOF"
#!/bin/sh
# Drop any option arguments.
while [[ $# -ge 0 && $1 = -* ]]; do
  shift
done

"$@"
EOF

Page 13, 10 entries