blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
7
410
content_id
stringlengths
40
40
detected_licenses
listlengths
0
51
license_type
stringclasses
2 values
repo_name
stringlengths
5
132
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringlengths
4
80
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
5.85k
684M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
132 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
9.45M
extension
stringclasses
28 values
content
stringlengths
3
9.45M
authors
listlengths
1
1
author_id
stringlengths
0
352
6c6e37f08ff519ee74d273ddcb3f67ec52aa60c1
76d622162471dbdd648ce2ae155af0e0a2992288
/CoreComponents/src/com/enterprise/core/data/search/criteria/PredicateCustomExpr.java
9664ebef02930073528693239deabff8b2ea6b77
[]
no_license
cretzanu/Core
89d84b6967b8d3d1ba35e68d7d0f9ad03d1f91d7
7f96f38c2fedb8bfff70d1b7b52876b67a2122c8
refs/heads/master
2021-01-10T19:23:08.122656
2014-09-26T14:27:18
2014-09-26T14:27:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,342
java
package com.enterprise.core.data.search.criteria; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import java.util.Map.Entry; import javax.persistence.Query; public class PredicateCustomExpr extends Predicate { private Map<String,Object> values; private String operandExpr; ...
[ "liviugabriel.cretu@gmail.com" ]
liviugabriel.cretu@gmail.com
15598784f3f8b07cea13e3c4453a22f9e9a2e858
9672d5b9ece53615eb0f31e1b54abcf887544253
/sdkplugin/src/main/java/com/lion/plugin/sdkplugin/sdk/manager/PesudoUniqueIDMananger.java
7030015020c1cb068f35c573fb856bcb04d71b08
[]
no_license
YangRichardLee/SDKPlugin
a6b3c4b39bc3953ed1229b9e1161bb2a467282c6
6b755c3a23a5e61b846b1da8e18e3b5178596239
refs/heads/master
2023-02-05T08:48:31.061086
2020-11-30T07:25:17
2020-11-30T07:25:17
317,139,863
0
0
null
null
null
null
UTF-8
Java
false
false
4,570
java
package com.lion.plugin.sdkplugin.sdk.manager; import android.os.Environment; import android.text.TextUtils; import android.util.Base64; import android.util.Log; import com.lion.plugin.sdkplugin.sdk.constants.SPConstants; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.ByteArrayInputStre...
[ "liyang@gm88.com" ]
liyang@gm88.com
8e040e9dc4e6518f2ab11983ef3b06da2846201d
081d988c417e264173e8b6d923ae37437ff9da0a
/app/src/main/java/com/banmo/sweethomeclient/tool/DateTools.java
a3a0a3e2ca0c1857dccb6cf6cbcb82641178be3b
[]
no_license
lcmoxiao/SweetHomeClient
1537f17b162ddc474c5e6580dd66e5c00e62016f
9ce0579d45c57ce9bae9c56fef6d91c662b92bd5
refs/heads/master
2023-03-08T16:31:13.798216
2021-02-19T11:30:07
2021-02-19T11:30:07
330,308,173
0
0
null
null
null
null
UTF-8
Java
false
false
500
java
package com.banmo.sweethomeclient.tool; import java.text.DateFormat; import java.util.Date; public class DateTools { public static String formatToDay(Date date) { return DateFormat.getDateInstance().format(date); } //日期格式化到年月日时分秒 public static String formatToSecond(Date date) { retu...
[ "735763610@qq.com" ]
735763610@qq.com
b5a20bbed2d1198e1790756778ba528a016c5149
043a957c844b0a13d4023a5bf45d40d846e2bae4
/Sculpture.java
e2160220a37e0de243d422385359fab1f81a0772
[]
no_license
patschris/ArtifactJava
d796c242d642dca19148801e437d70f75db116a8
9012375b0413ee5c5414f84c4b1e6b36e1f66816
refs/heads/master
2020-03-23T03:25:21.002775
2018-09-26T11:46:48
2018-09-26T11:46:48
141,029,711
0
0
null
null
null
null
UTF-8
Java
false
false
1,215
java
public class Sculpture extends Masterpiece { /* * Sculpture's volume */ private int volume; /* * Sculpture's material (Iron, Stone, Wood) */ Material material; /* * Constructor of class "Sculpture" */ public Sculpture(int index, String creator, int year, Movement movement, Condition condition, int...
[ "chpatsouras@gmail.com" ]
chpatsouras@gmail.com
425447331a4b40e0608f2662f64ae1ca7582f26e
5e555cbfd31f9e6876b5c713230707f33ab8717f
/app/src/main/java/com/example/android/lagosgithubdeveloper/MainActivity.java
b15b316a34bb1f3f0a9a4f5635c98ffc32269d22
[]
no_license
Saintiano/lagos-developers
a80129d12f829a7184f03f0387682de8ed2520db
9f994e085966371d97d96c8d82b177f4431e47de
refs/heads/master
2021-01-20T11:46:35.313554
2017-08-28T21:33:47
2017-08-28T21:33:47
101,687,676
0
0
null
null
null
null
UTF-8
Java
false
false
2,812
java
package com.example.android.lagosgithubdeveloper; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.support.v4.view.ViewPager; import android.support.v7.app.AppCompatActivity; import android.view.View; import android.widget.Button; import java.util.Timer; import j...
[ "saintiano@gmail.com" ]
saintiano@gmail.com
f8090db17e40ae3fff629b2360283d9fc89de08d
dc782192b597077db2e233fb2fe355e774b4a621
/src/main/java/ods/raidplanner/dto/EventDTO.java
9ffc1f9136f800b91ce4613e19e8fe7e48bd5619
[]
no_license
aleDanna/ods-raidplanner-rest
0de94b22978bfdb621a919080fe632917a66e789
07139ca1d78eddda025ea99c51c1d87a3ff87ec7
refs/heads/master
2023-03-16T18:17:07.328815
2020-08-23T14:42:56
2020-08-23T14:42:56
282,706,180
0
0
null
null
null
null
UTF-8
Java
false
false
140
java
package ods.raidplanner.dto; import lombok.Data; @Data public class EventDTO { private boolean recurrent; private RaidDTO raid; }
[ "alessio.danna.94@gmail.com" ]
alessio.danna.94@gmail.com
8e38735745c59780bdb35ba7cdded6a8b28532d0
25c30927aba0b9453864f8633b762967f49efce8
/base/src/main/java/com/workstation/android/BaseHomeActivity.java
83a819a8034db344f482a1502f745bbfa5e53049
[]
no_license
victorqin666/MwClientAndroid2
99458a71a4372a5a1c175e45fa6bef6f4e433cd6
724f2ab6d01fe5cee7fa257aae5fbf194392421a
refs/heads/master
2023-03-09T04:28:07.076899
2021-02-22T05:05:18
2021-02-22T05:05:18
340,593,696
0
0
null
null
null
null
UTF-8
Java
false
false
9,739
java
package com.workstation.android; import android.content.Intent; import android.content.pm.ActivityInfo; import android.graphics.PixelFormat; import android.net.Uri; import android.os.Bundle; import android.provider.Settings; import androidx.annotation.NonNull; import android.view.Gravity; import android.view.LayoutInf...
[ "660406@gdpr.com" ]
660406@gdpr.com
2ed3b45e0a0f4b9175f78ec49f7ed47e1fcb9984
6dd9b6a46e244b4d25c346ee2613f88b3b093cc5
/src/konto/data/DBUtil/ITransaktionDetail.java
195cacf228d46fc09abcb976448a5bf4bc29f451
[]
no_license
lukinoway/java-buchhaltung
83419b8ec57b1433593c77f56803eaaad8bf9447
1223d3a9dda45acf577a19e464b4a5295640c4d0
refs/heads/master
2022-05-04T04:52:07.093451
2016-06-04T09:54:54
2016-06-04T09:54:54
44,246,129
1
0
null
2022-03-30T22:04:45
2015-10-14T12:29:13
HTML
UTF-8
Java
false
false
448
java
package konto.data.DBUtil; import java.util.ArrayList; import konto.data.model.Transaktion; import konto.data.model.TransaktionDetail; public interface ITransaktionDetail { public void insertDetail(TransaktionDetail detail); public void updateDetail(TransaktionDetail detail); public void deleteDetail(...
[ "lukas.pichler@gmail.com" ]
lukas.pichler@gmail.com
fa3630588d9bae71ce8579fd057a636eb8e1c2f1
30f2c0cc14905b683f90f3fcbec9f2e77b7a40d5
/src/java/vn/com/telsoft/controller/NewsController.java
1d5477adb98ec827ee4742dcbaaec7749d19e860
[]
no_license
monsoc/wh_qldld
e5ff133d6cda1c8b2c0460632791773bdb387125
64d66a26971bc68dc626990b355856b6fc5058f7
refs/heads/master
2023-06-06T20:44:35.859040
2021-07-08T04:05:06
2021-07-08T04:05:06
383,988,440
0
0
null
null
null
null
UTF-8
Java
false
false
8,513
java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package vn.com.telsoft.controller; import com.faplib.admin.security.User; import com.faplib.lib.ClientMessage; import com.faplib.lib.S...
[ "dev_panda@xyz.com" ]
dev_panda@xyz.com
61157a8b27ed9b11ba48cccdcdbfb5fcf70ecf03
f8f22f12156768d16c68f077c254c8942dfde8c7
/src/Paragraph.java
f15104ec056ae2da234d5a235123a350b350e230
[]
no_license
denisatimis99/Sp-Lab
f14ba7b4a1463e289fb7bbe869cebd17573995f5
28e87fa5430a6d881c0b8d0c879722bcf73a74fd
refs/heads/master
2023-01-09T16:32:57.068021
2020-11-04T09:12:19
2020-11-04T09:12:19
301,966,484
0
0
null
null
null
null
UTF-8
Java
false
false
382
java
public class Paragraph implements Element{ private String text; private AlignStrategy textAlignment; Paragraph (String text) { this.text=text; } public void print() { System.out.print("Paragraph: " + this.text); } public void setTextAlignment(AlignStrategy textAlign...
[ "timisdenisaioana@yahoo.com" ]
timisdenisaioana@yahoo.com
7b42fab4bf0c0b4e2203fb46db1291ee7cdecb81
ccc65488101c13c23b40f9295fefc2d91f251535
/src/com/company/Smok.java
ea916fa834e8cf771eb348dfd4eac976cfec879f
[]
no_license
Daw990/Turn-based-Game
daca61740163fb2c8c3016fa2b4f289d32e5bc52
3ce2d01711007ea1bfb626b97b56ae6816e358ca
refs/heads/master
2023-03-23T01:29:10.715445
2021-03-04T12:32:56
2021-03-04T12:32:56
200,727,757
0
0
null
null
null
null
UTF-8
Java
false
false
1,126
java
package com.company; import jdk.swing.interop.SwingInterOpUtils; public class Smok extends klasa { Smok(){ } Smok(double Hp, double Str, double intelligence, int licznikSkill1, int licznikSkill2){ super(Hp, Str, intelligence, licznikSkill1, licznikSkill2); } void SmokDie(){ System.o...
[ "dawid.990m@gmail.com" ]
dawid.990m@gmail.com
0b8657852a91938b2704f402bd9c3e59040c18e8
d382cd0d0956a76f2fc9ab5a431ed9638e0bc927
/src/main/java/com/yw/ldap/MyRouteBuilder.java
084a518d67ff7994b0979bb48142624a770cd242
[]
no_license
stewchicken/ldapcamel
c083b212f3ccacc4fc74f3f1deabe2d6ca0815e1
82f0ffbc7a6ac288a8f4ed969f5774aecb648f36
refs/heads/master
2021-01-13T06:01:02.502923
2017-06-21T20:07:34
2017-06-21T20:07:34
95,039,252
0
1
null
null
null
null
UTF-8
Java
false
false
3,077
java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this * work for additional information regarding copyright ownership. The ASF * licenses this file to You under the Apache License, Version 2.0 (the * "License"); you...
[ "stewchicken@gmail.com" ]
stewchicken@gmail.com
3e34bba49f799400316cd2b6b0eaeaba90720085
37eff69549391da7d960cbc2745f27600554efa7
/6th-week.java/src/TwoDimensionalShape.java
7e15f5ed09118731f180fa4e925dcb96ad5a550c
[]
no_license
Jay-Ppark/Java
5d99c21737c7d968b44ac6265d761913440964bc
d8910ebd25e82fffc521b10ac960046d57f97e8e
refs/heads/master
2021-11-23T15:37:56.725002
2021-11-18T01:17:01
2021-11-18T01:17:01
102,059,425
0
0
null
null
null
null
UTF-8
Java
false
false
1,576
java
/** * @author ailab * Create class of 2DShape and can be subclassed. */ public abstract class TwoDimensionalShape implements Comparable<TwoDimensionalShape>, Sizable { private static final String CLASS_NAME = "2D Shape"; private String name; private double dimension1; private double dimension2; // Construct...
[ "ajtnlaka456@naver.com" ]
ajtnlaka456@naver.com
f79ebbf29e184c18fafcc8839e00f3c18c72b92b
f7a8c7ac7b0b560ac3f295288957169c86c0a9b6
/lib_network/src/main/java/com/njh/network/exception/ApiException.java
dc92a2f6a28cdd9829e9cbd52f03c17c274cc5f8
[]
no_license
HeroLBJ/DaChengCar
93027d7a29f12f9b1fa0e2bc5550260962e41c92
b3172f632351a6fcac397273b1553719b2202b36
refs/heads/master
2020-05-07T13:43:27.036761
2019-04-29T06:08:18
2019-04-29T06:08:18
180,559,875
0
0
null
null
null
null
UTF-8
Java
false
false
819
java
package com.njh.network.exception; /** * api接口错误/异常统一处理类 * 异常=[程序异常,网络异常,解析异常..] * 错误=[接口逻辑错误eg:{code:-101,msg:账号密码错误}] * * @author niejiahuan */ public class ApiException extends Exception { private int code;//错误码 private String msg;//错误信息 public ApiException(Throwable throwable, int code) { ...
[ "617416791@qq.com" ]
617416791@qq.com
e898a76655ea243c38f6ac97170183b743b789a3
3761d8b08b4f147bfe169737ba605ccdfa7aa838
/cloud-eureka-server7002/src/main/java/com/heitaoc/springcloud/Eureka2Application.java
bee4c4b7a2e7429cf2c1223b1c6e9ec77af286cd
[]
no_license
HEITAOCHAO/springcloud2020
356fff4e484f02b32d681ed1d9176406788f2bc3
5d0003baa0a5b966c4d7d7f7c5164318562adab5
refs/heads/master
2022-07-16T00:11:14.917600
2020-07-04T00:32:53
2020-07-04T00:32:53
249,933,988
2
0
null
2022-06-21T03:06:27
2020-03-25T09:16:06
Java
UTF-8
Java
false
false
474
java
package com.heitaoc.springcloud; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.netflix.eureka.server.EnableEurekaServer; /** * @Author: 郭超 * @DateTime: 2020/3/25 22:28 */ @SpringBootApplication @EnableEurekaS...
[ "1185597412@qq.ocm" ]
1185597412@qq.ocm
b169ef0b921fdc2413e17bb0b3b928f4d9a044bf
d7fe9da4d78acf8019dfa0fe26d5b05d8b049bf0
/MobileQuizScuola-portlet/docroot/WEB-INF/src/it/quizscuola/portlet/service/http/RispostaServiceSoap.java
0f8229b934e70690c1cd498952ace90c635486df
[]
no_license
salvonapo1972/QuizManager
9ae9cf1e720ff50400b401de5c18690422c1331f
71696206fd1d500aa7e5cb259d077454e2e1c408
refs/heads/master
2021-09-27T14:57:51.909346
2021-09-19T16:40:09
2021-09-19T16:40:09
66,702,007
0
0
null
2021-09-19T17:27:31
2016-08-27T07:28:50
Java
UTF-8
Java
false
false
4,770
java
/** * Copyright (c) 2000-2013 Liferay, Inc. All rights reserved. * * This library is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the Free * Software Foundation; either version 2.1 of the License, or (at your option) * any later...
[ "snapolitano@example.com" ]
snapolitano@example.com
35f50630db8e4b3c0cea59b821474564ef40ec48
0c96ad424dcd541c77ef8a99aa1ed51657e2e777
/CDI-interceptor/src/main/java/com/intuit/cdi/exampleCDIServlet.java
db18f7c98beb0be98b654713a47765ffb2721620
[]
no_license
ashish-bhatt/CDI-Spring
b4463085d3e68857c2ca81b9e747bd5e93b70890
58a25af673c140a97953d509d3b9843f2ab68c3a
refs/heads/master
2021-01-02T08:10:37.707299
2014-03-09T10:03:27
2014-03-09T10:03:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,218
java
package com.intuit.cdi; import java.io.IOException; import java.util.Iterator; import java.util.Set; import javax.inject.Inject; import javax.servlet.RequestDispatcher; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.H...
[ "maxsteel8951@ymail.com" ]
maxsteel8951@ymail.com
c2bed0f0b77c2fec7f18c92af61c7aad2e3b77f5
cfe621e8c36e6ac5053a2c4f7129a13ea9f9f66b
/apps_final/mobi.dream.neko/apk/com/google/zxing/client/android/HelpActivity$HelpClient.java
2fdcae0b3b79afa27071790c8128e86a6ad6132f
[]
no_license
linux86/AndoirdSecurity
3165de73b37f53070cd6b435e180a2cb58d6f672
1e72a3c1f7a72ea9cd12048d9874a8651e0aede7
refs/heads/master
2021-01-11T01:20:58.986651
2016-04-05T17:14:26
2016-04-05T17:14:26
null
0
0
null
null
null
null
UTF-8
Java
false
false
960
java
package com.google.zxing.client.android; import android.content.Intent; import android.net.Uri; import android.webkit.WebView; import android.webkit.WebViewClient; import android.widget.Button; final class HelpActivity$HelpClient extends WebViewClient { private HelpActivity$HelpClient(HelpActivity paramHelpActivi...
[ "i@xuzhao.net" ]
i@xuzhao.net
4e3a258f7af52cfc9464e85c9b317a8c5c9ed5e3
93571216d41070799ee9618c4d94fa61196bfed8
/system/platform-core/src/test/java/org/platformlambda/core/util/unsafe/models/UnauthorizedObj.java
1ae7a265e81e43b085a2413b62012ba79fefeb33
[ "Apache-2.0" ]
permissive
iuriimattos2/mercury
118bba92bde7f68def4ad383e48c1336e16754d8
7092ad906b7c780ce53f974a2b02c5a7177c2a8a
refs/heads/master
2023-04-07T20:58:42.113020
2021-04-08T23:13:28
2021-04-08T23:13:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,550
java
/* Copyright 2018-2021 Accenture Technology Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable la...
[ "eric.cw.law@gmail.com" ]
eric.cw.law@gmail.com
e751f99360390fe746fb3b7f029799af82bf1f5b
77f5f15c0c7cf8bc52270dc1de25edc2567bb7ae
/group04/349184132/Study/src/com/first/BinaryTreeNode.java
aca133605be40c388c35f8e9728bb007aa18aebf
[]
no_license
luojunyi/coding2017
6eba845be6caf2a4f4ef7632b07b7d419dfa8423
8e41c35516e88fc6e65d5388f31c1e465e9b830c
refs/heads/master
2021-01-18T13:07:55.996480
2017-05-04T08:53:40
2017-05-04T08:53:40
84,706,399
0
0
null
2017-03-12T06:54:55
2017-03-12T06:54:55
null
UTF-8
Java
false
false
1,509
java
package com.first; public class BinaryTreeNode { private Object data; private BinaryTreeNode left; private BinaryTreeNode right; private BinaryTreeNode root; public Object getData() { return data; } public void setData(Object data) { this.data = data; } public BinaryTreeNode getLeft...
[ "191191717@qq.com" ]
191191717@qq.com
122bc79a3c572e8a03e0a4cd2b3af9c09f3fe957
32918e4317c42e994c7854b56f814bbcce524443
/IndoorPositioning/app/src/main/java/com/example/matthew/newapplication/ImageViewTest.java
3893800c635e5a553b1a8fadee6e36182b8ce136
[]
no_license
mdeyo/IndoorPositioningSystem
d242d6e0991caf473179d60dbb4c5d346dea3a05
8592dc58bad1a407e4a93f84701065bcf3b2e075
refs/heads/master
2016-09-05T11:59:27.765300
2015-11-18T17:51:45
2015-11-18T17:51:45
32,813,256
1
1
null
null
null
null
UTF-8
Java
false
false
1,440
java
package com.example.matthew.newapplication; import android.app.Activity; import android.content.res.Resources; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.os.Bundle; import android.util.AttributeSet; import android.util.Xml; import android.view.Window; import android.widget.Im...
[ "mdeyo@mit.edu" ]
mdeyo@mit.edu
2447676d17a9d444a4d28e2404f5af9de915a5c2
60913d222b7d86266f1e845741e79456f5bc9c8f
/test/WhateverIWant/app/src/test/java/com/example/whateveriwant/ExampleUnitTest.java
aa128ff3b90b0c15c731d103bc5d4c7deed25f2e
[]
no_license
aharper20/temp20
e354a6f0c3c6f3b0da55fa965cfcbf9a5fe9dd19
41a6e0c1dcdf307fc439d26ef46dc587efa1e37d
refs/heads/master
2020-12-20T10:07:21.882747
2020-01-24T16:53:57
2020-01-24T16:53:57
236,037,017
0
0
null
null
null
null
UTF-8
Java
false
false
386
java
package com.example.whateveriwant; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test public v...
[ "you@example.com" ]
you@example.com
44d12d49aad515384a230258efe1ab82c2c9021f
842047b40a739e3e237a9b731e922cb932c4c175
/src/main/java/hsbc/groupthree/ordersystem/OrdersystemApplication.java
cdf32e5e98d105ab19313ba23f5e22f48ca6f18c
[]
no_license
Liu15625177108/NewOrderSystem
708053cbec5937aa514f22a690cc369a6180a96a
63aafba1a182f27805e6bf4ac43049bc144d9eb8
refs/heads/master
2020-03-26T14:48:39.455627
2018-08-28T15:27:04
2018-08-28T15:27:04
144,968,568
0
0
null
null
null
null
UTF-8
Java
false
false
341
java
package hsbc.groupthree.ordersystem; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class OrdersystemApplication { public static void main(String[] args) { SpringApplication.run(OrdersystemApplication.c...
[ "2447152234@qq.com" ]
2447152234@qq.com
4e05c49c3c00c640dd226c56a004722048e12aaf
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/MOCKITO-38b-1-1-MOEAD-WeightedSum:TestLen:CallDiversity/org/mockito/internal/verification/argumentmatching/ArgumentMatchingTool_ESTest.java
667b4df576974e8e5eceaf2467d0a9db7975b520
[]
no_license
STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application
cf118b23ecb87a8bf59643e42f7556b521d1f754
3bb39683f9c343b8ec94890a00b8f260d158dfe3
refs/heads/master
2022-07-29T14:44:00.774547
2020-08-10T15:14:49
2020-08-10T15:14:49
285,804,495
0
0
null
null
null
null
UTF-8
Java
false
false
597
java
/* * This file was automatically generated by EvoSuite * Wed Apr 08 08:11:47 UTC 2020 */ package org.mockito.internal.verification.argumentmatching; import org.junit.Test; import static org.junit.Assert.*; import org.evosuite.runtime.EvoRunner; import org.evosuite.runtime.EvoRunnerParameters; import org.junit.runn...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
727b9139df2506abf33e369b28a89341f216ecaa
34508bf36803fbe41861361f311bff3188d874ed
/chart/src/main/java/com/henry/chart/ChartView.java
640dbb7fdce3a118791c18a21e1a21ca2b1d6be5
[ "Apache-2.0" ]
permissive
Henry7604/CustomChart
1badf27f642bd5896dc7f69c1fcfc54d2218f1c5
a07f62eaedd587ea00b12f7e4ddedbcc70d2929f
refs/heads/master
2022-11-14T07:51:05.836050
2020-07-10T02:11:19
2020-07-10T02:11:19
278,294,028
1
0
null
null
null
null
UTF-8
Java
false
false
5,638
java
package com.henry.chart; import android.content.Context; import android.content.res.TypedArray; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.LinearGradient; import android.graphics.Paint; import android.graphics.Path; import android.graphics.Shader; import android.util.Attribu...
[ "henry@goonsdesign.com" ]
henry@goonsdesign.com
1b82571b52c62408f00631f08282a1f29a435b6e
b77b97b47ea0e492c61a4222925afd89468fae0c
/src/main/java/compiler/tree/operations/Arithmetic.java
f511166f511e7fd9313e1726f9640f1f09f5f475
[]
no_license
nicoconstanzo/Compiler
19c60549bdd9a53cd2427bea50c948268c51204d
f9101b406782e4ae460e8714704ee84e1715eb37
refs/heads/master
2016-09-06T10:44:08.358636
2012-06-08T13:08:11
2012-06-08T13:08:11
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,476
java
package compiler.tree.operations; import compiler.tree.Node; import compiler.tree.symbol.SymbolTable; import compiler.tree.types.Type; import org.antlr.runtime.Token; import java.util.Stack; /** * Created by IntelliJ IDEA. * User: NoePodesta * Date: 29/03/12 * Time: 19:08 **/ public abstract class Arithmetic ex...
[ "podesta.noe@gmail.com" ]
podesta.noe@gmail.com
f5c84b76374b3337116933cc515d7593c6de89b0
925e3f64b87cc110fb09683f3fd03c08f80a2491
/cart-server/src/main/java/works/weave/socks/cart/cartserver/tars/cart/impl/ItemsControllerServantImpl.java
cba972027d59c271852c77c919f20b1a2c321715
[]
no_license
yzgqy/shop-tars
e2d703a9d670488097e707d20cd8651f3b549b48
5c963126612a57e3aae20974a5d9a830a3a8cd10
refs/heads/master
2020-06-21T23:11:40.282762
2019-07-18T11:36:14
2019-07-18T11:36:14
197,574,984
0
0
null
null
null
null
UTF-8
Java
false
false
4,401
java
package works.weave.socks.cart.cartserver.tars.cart.impl; import com.qq.tars.spring.annotation.TarsServant; import org.slf4j.Logger; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import org.springframework.web.bind.annotation.PathVariable; import works....
[ "772751879@qq.com" ]
772751879@qq.com
f069e04507f811bee771e7905f0ee971a5a1b54b
d0622ee08a6ed11bfdc25f8a46374859f68d5905
/src/main/java/com/actram/wordattainer/ui/controllers/SelectionModeController.java
1550ebb37b0f48844bade6b22389f36dc3dd84ed
[ "MIT" ]
permissive
peterjohansen/word-attainer
35e48ae34de6e4646b54d004f904c422da7f22e9
7e8fbb7b935a944b870158b79513c13ef14376b9
refs/heads/master
2021-01-10T05:33:29.233693
2015-12-16T18:56:25
2015-12-16T18:56:25
47,506,235
0
0
null
null
null
null
UTF-8
Java
false
false
5,746
java
package com.actram.wordattainer.ui.controllers; import java.nio.channels.InterruptedByTimeoutException; import java.util.ResourceBundle; import com.actram.wordattainer.ResultList; import com.actram.wordattainer.ui.Preferences; import javafx.event.ActionEvent; import javafx.fxml.FXML; import javafx.scene.Parent; impo...
[ "peterandrejohansen@gmail.com" ]
peterandrejohansen@gmail.com
6ac29d7145fcd1841b3c40041ad6fbb48e56ce9b
4939a0ba3ff6e387c23e4928a7a5b707a2b41244
/com/client/glowclient/dA.java
75457a19c4a33c6dfd7116026f598e57f9c409b0
[]
no_license
XeonLyfe/Glow-1.0.4-Deobf-Source-Leak
39356b4e9ec35d6631aa811ec65005a2ae1a95ab
fd3b7315a80ec56bc86dfa9db87bde35327dde5d
refs/heads/master
2022-03-29T03:51:08.343934
2019-11-30T01:58:05
2019-11-30T01:58:05
null
0
0
null
null
null
null
UTF-8
Java
false
false
280
java
package com.client.glowclient; public final class DA { public static final int d = 1; public static final int L = 9; public static final int A = 5; public static final int B = 36; public static final int b = 0; public DA() { super(); } }
[ "57571957+RIPBackdoored@users.noreply.github.com" ]
57571957+RIPBackdoored@users.noreply.github.com
c4803374933e1566cb4a8db67d5acfeade4c41cc
60444dd2295b114b035c546035aa39540889e625
/workspace/jquantlib/src/test/java/org/jquantlib/testsuite/instruments/BondTest.java
5f69b8adef7069bfbec3ea6950ef2c080087b8f4
[ "BSD-3-Clause" ]
permissive
gmakhobe/Quant
13c3a78c2a60d5bf4e725fab3ef2352a37135610
6557af79fc4b02cdb19dbbb410b0e45198d4e94a
refs/heads/master
2022-11-24T11:54:59.992914
2020-07-26T17:31:05
2020-07-26T17:31:05
264,510,073
0
0
null
2020-05-16T19:20:36
2020-05-16T19:20:35
null
UTF-8
Java
false
false
35,795
java
/* Copyright (C) 2008 Richard Gomes Copyright (C) 2009 John Nichol This source code is release under the BSD License. This file is part of JQuantLib, a free-software/open-source library for financial quantitative analysts and developers - http://jquantlib.org/ JQuantLib is free software: you can redistribute i...
[ "plamen_stilyianov@yahoo.com" ]
plamen_stilyianov@yahoo.com
15f6dd56d1af46709e1e128e003f0a4db90fd222
f543db1fb407f19119e0287efe70de2e39d175b5
/Mongo_Api/src/main/java/com/elkinprog/api/repositories/StoreRepository.java
880572173949690694fce4b915cfac0ab2e35a05
[]
no_license
elkinprog/SpringBootStore
380b268940cf516ec355f6051cc3c802325c370f
5023e9a91ed8485833fa7f4b039fdeed13c83291
refs/heads/master
2023-04-16T04:12:58.506569
2021-04-28T05:14:28
2021-04-28T05:14:28
362,344,634
0
0
null
null
null
null
UTF-8
Java
false
false
305
java
package com.elkinprog.api.repositories; import org.springframework.data.mongodb.repository.MongoRepository; import org.springframework.stereotype.Repository; import com.elkinprog.api.model.ModelStore; @Repository public interface StoreRepository extends MongoRepository<ModelStore, String> { }
[ "elkinprog@gmail.com" ]
elkinprog@gmail.com
6852714ecb31893aac1939be010e74b3899f571a
774b50fe5091754f23ef556c07a4d1aab56efe27
/oag/src/main/java/org/oagis/model/v101/QualitativeType.java
6a0b775124bfe286e20d2ed064cb2d76c8150d19
[]
no_license
otw1248/thirdpartiess
daa297c2f44adb1ffb6530f88eceab6b7f37b109
4cbc4501443d807121656e47014d70277ff30abc
refs/heads/master
2022-12-07T17:10:17.320160
2022-11-28T10:56:19
2022-11-28T10:56:19
33,661,485
0
0
null
null
null
null
UTF-8
Java
false
false
2,436
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2015.04....
[ "otw1248@otw1248.com" ]
otw1248@otw1248.com
5a99c7ac5f16cba0577e3cfe71a5b8eb4fd76584
ad6f23bfacda696103e7f397592f2295223e1a7b
/Code/Programmering/1.semester/modul 15 Inheritant/Person1.java
03ca2bb4aab71dce0749e79e03b8f7e84963e52f
[]
no_license
Alirazaakhtar/KeaCode
8b6847aef7a6ad4af124d33596de5712144bed80
7260130c014776a48f6c2bdf145d0c912a0c9bfe
refs/heads/master
2023-03-22T07:57:02.063399
2021-03-14T19:21:38
2021-03-14T19:21:38
297,443,548
0
0
null
null
null
null
UTF-8
Java
false
false
255
java
public class Person1 extends Eat{ //overrider mehtodA fra Eat klassen!!! public void mehtodA(){ System.out.println("Hello guys, u alrigth?"); } public void mehtodB(){ System.out.println("I am hungry?"); } }
[ "56973809+alix0731@users.noreply.github.com" ]
56973809+alix0731@users.noreply.github.com
121a321749197a3cf719eaa5d21bd627e1740be1
f27cb821dd601554bc8f9c112d9a55f32421b71b
/integration/eclipselink/src/main/java/com/blazebit/persistence/integration/eclipselink/function/ExpressionOperatorJpqlFunction.java
962f0213015c03fe237d88eefa879d33fc2ac2dd
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Blazebit/blaze-persistence
94f7e75154e80ce777a61eb3d436135ad6d7a497
a9b1b6efdd7ae388e7624adc601a47d97609fdaa
refs/heads/main
2023-08-31T22:41:17.134370
2023-07-14T15:31:39
2023-07-17T14:52:26
21,765,334
1,475
92
Apache-2.0
2023-08-07T18:10:38
2014-07-12T11:08:47
Java
UTF-8
Java
false
false
10,128
java
/* * Copyright 2014 - 2023 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
[ "christian.beikov@gmail.com" ]
christian.beikov@gmail.com
1bd09e162a092972add74df84e4ee61591b5e63f
f103df66b40477104085bc35aba0e76df26393cf
/src/com/yiqingjing/utils/ChangeBluetootn.java
1cf0d6052fdefe02c46dc1bc9d4fda996343bbe4
[]
no_license
renlei0109/yiqingjing
69671550c6caf4cc1a2425f3bf75a1f572574876
f026b76f91a23348a81cc75d2174e2aae45ac21b
refs/heads/master
2021-01-01T18:07:03.480931
2015-04-17T07:23:40
2015-04-17T07:23:40
34,093,013
0
0
null
null
null
null
UTF-8
Java
false
false
726
java
package com.yiqingjing.utils; import android.annotation.SuppressLint; import android.app.Service; import android.bluetooth.BluetoothAdapter; import android.content.Context; @SuppressLint("NewApi") public class ChangeBluetootn { private Context context; private BluetoothAdapter bluetoothAdapter; public ChangeBlueto...
[ "114949142@qq.com" ]
114949142@qq.com
ec4810f759f5c2a7a3c28ab8cc11f0aa84cb2a44
45c473971314c76a0ee7e0a666051eae2fba07b7
/app/Global/IGGlobal.java
c25be3344d7ae4274475e4b209a314ee6575c1a2
[]
no_license
maxrevilo/SQLfi_Infoguias
b8fa71693f4f52a28de80fd7244c8c4f54428074
f55b6607fe820f485f264d94f74de0f2bb96d96f
refs/heads/master
2021-01-19T02:40:50.113369
2012-07-15T17:16:49
2012-07-15T17:16:49
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,019
java
package Global; import Cliente.ClienteSQLfiImpl; import play.*; public class IGGlobal extends GlobalSettings { private static ClienteSQLfiImpl sqlfiApp; static int i; @Override public void onStart(Application app) { sqlfiApp = new ClienteSQLfiImpl(); // Se carga la configuracion SQLf...
[ "oliver.a.perez.c@gmail.com" ]
oliver.a.perez.c@gmail.com
4efe91d426c90214efd7f41777cec9fdc14a01a3
962328c0f5e44123991bbcde6a5158755c235013
/src/main/java/cn/qingtianr/controller/NoAnnotationController.java
8f776131fe042ff14a6839b4da3f693893276216
[]
no_license
yang2yang/YangMvc
4874a8f98147d1d9497779d25fd466a77e3e2688
27f466e62b5931f294f0038f87de64dc092270a0
refs/heads/master
2021-01-23T04:09:49.120057
2017-04-29T15:02:47
2017-04-29T15:02:47
86,167,348
1
0
null
null
null
null
UTF-8
Java
false
false
205
java
package cn.qingtianr.controller; /** * Created by ding on 2017/4/1. */ /** * 定义一个没有被YangController注解的类 */ public class NoAnnotationController { public void fun(){ } }
[ "197753119@qq.com" ]
197753119@qq.com
7090a262f177ec805eda9ad5b253bb6b46718c73
3902f244ba7693213f3f23eefd801a3c0eacaede
/src/automation/enboard/pages/PersonalDetailsPage.java
adae1bc1bbed22aadfb8d3912f75c7eb4587abd9
[]
no_license
snandurkar/Enboard
51baffb4dd67bb459fe0ec56db5641f788fbbf0f
102f570ea614e2090a98fe35cce7658abea15aa8
refs/heads/master
2021-09-06T23:11:13.683982
2018-02-13T08:52:35
2018-02-13T08:52:35
119,539,587
0
0
null
null
null
null
UTF-8
Java
false
false
4,679
java
package automation.enboard.pages; import java.util.HashMap; import java.util.List; import java.util.Map; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; import org.openqa.selenium.support.PageFactory; import automation.enboard.common....
[ "snandurkar@lampsplus.com" ]
snandurkar@lampsplus.com
64cf2c57d3ccdc5f8502921e17996ebf71bf3baa
bb13907de0911a1c03f1a32a7ea16740234abf1c
/src/main/java/com/emc/fapi/jaxws/v4_3_1/DefaultArrayResourcePoolParams.java
a23ed62932afba88b7b1a54c07f7a906d57f8625
[]
no_license
noamda/fal431
9287e95fa2bacdace92e65b16ec6985ce2ded29c
dad30667424970fba049df3ba2c2023b82b9276e
refs/heads/master
2021-01-21T14:25:10.211169
2016-06-20T08:55:43
2016-06-20T08:58:33
58,481,483
0
0
null
null
null
null
UTF-8
Java
false
false
2,991
java
package com.emc.fapi.jaxws.v4_3_1; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "DefaultArrayResourcePoolParams", propOrder...
[ "style.daniel@gmail.com" ]
style.daniel@gmail.com
729e731553da3aa97bfa252079e981d3943f07d3
83d4277f16a60022883fd3c32dc32709dd5516f3
/fit/gof/chain_of_responsibility/dispatcher.java
52142019997ba739529c3476a8ca5589df85c79c
[]
no_license
gustavofonseca/sandbox
60ff78e9886d25fdccfb96811a18853ae876a443
a0feec6c962e086aae39a7a93dbe6611b28eb65c
refs/heads/master
2021-01-22T07:32:39.386218
2011-05-30T16:13:20
2011-05-30T16:13:20
1,179,820
0
0
null
null
null
null
UTF-8
Java
false
false
201
java
class Dispatcher { Cat cat = new Cat(); Dog dog = new Dog(); public void handleForMe(String request) { cat.successor = dog; cat.processRequest(request); } }
[ "gustavofons@gmail.com" ]
gustavofons@gmail.com
095062ff7642e253693b45d2b2f8ef744a29d18c
1b14dfa3c1903e942d0949dae803089d6d3a4626
/src/com/zadaci/Kalkulator.java
bc55e8a5669c4311f7db124b732b90c38af2c21e
[]
no_license
ElmedinEdo/ZadacaJUNIT
df5f38fa270dbed1b66c24695d390346d0f619b5
155c0ca0c14796034e78f270ef9103371ddc4e94
refs/heads/master
2020-04-17T09:33:25.163829
2019-01-18T19:41:10
2019-01-18T19:41:10
166,463,148
0
0
null
null
null
null
UTF-8
Java
false
false
301
java
package com.zadaci; public class Kalkulator { public double sabiranje(double a, double b){ return a + b; } public double oduzimanje(double a, double b){ return a - b; } public double mnozenje(double a, double b){ return a * b; } public double djeljenje(double a, double b){ return a / b; } }
[ "edohanic@hotmail.com" ]
edohanic@hotmail.com
ea9cff4525f4aa8dbdda1362ee9ac83f8082d826
0dccef976f19741f67479f32f15d76c1e90e7f94
/ave.java
5a292a8623303e9402dd8a5ed29971edddb60678
[]
no_license
Tominous/LabyMod-1.9
a960959d67817b1300272d67bd942cd383dfd668
33e441754a0030d619358fc20ca545df98d55f71
refs/heads/master
2020-05-24T21:35:00.931507
2017-02-06T21:04:08
2017-02-06T21:04:08
187,478,724
1
0
null
2019-05-19T13:14:46
2019-05-19T13:14:46
null
UTF-8
Java
false
false
3,873
java
import java.util.Random; public class ave extends atp { private static final arc a = aju.r.u().a(ang.b, anj.a.a); private static final arc b = aju.t.u().a(anf.e, anj.a.a).a(anf.b, Boolean.valueOf(false)); public ave() { super(false); } public boolean b(aht ☃, Random ☃, cj ☃) { int ☃ = ☃.n...
[ "admin@timo.de.vc" ]
admin@timo.de.vc
5bd22604454bdf14b53755609028239abbd1ac21
bdb5199c6593fb7cb8b4b31bc5e2e696976f8669
/SparNordHeatMaps/src/com/sparnord/heatmaps/grcu/constants/GRCMetaAttribut.java
b24c55de2149f8a3f9607ae768354626f039bb07
[]
no_license
dkmingye/SN-report
b369446adee8d1ceabd5d684f684b0da5fc706a0
4fde293505173301f6815d9072e1e27a4279d993
refs/heads/master
2021-01-15T15:31:18.206258
2016-07-25T12:49:59
2016-07-25T12:49:59
55,147,791
4
0
null
null
null
null
UTF-8
Java
false
false
4,718
java
package com.sparnord.heatmaps.grcu.constants; public class GRCMetaAttribut { public static String MA_CREATIONDATE = "~510000000L00[Creation Date]"; public static final String META_ATTRIBUTE = "~O20000000Y10[MetaAttribute]"; public static final String META_ATTRIBU...
[ "mingye@bizcon.dk" ]
mingye@bizcon.dk
508e9bc85593f8dc878c47f4a0fbd92bdb108726
2c43810fbed9683ab5be72eb212db0374a170426
/demo10_mail/src/com/cbb/dao/ContactDao.java
466b3c2ea7c81836b8195f1d983c5bec3fa4d6e5
[]
no_license
cbb294609622/web
756056b79482fe89d8a38bccadfce8ffb7a93b47
d8cae174865321f17798d5c26b436c8f410da007
refs/heads/master
2021-01-22T07:22:46.584080
2017-03-30T05:55:26
2017-03-30T05:55:26
81,811,028
0
0
null
null
null
null
UTF-8
Java
false
false
661
java
package com.cbb.dao; import java.util.List; import com.cbb.entity.Contact; /** * 联系人的DAO接口 * @author bb * */ public interface ContactDao { /** * 添加联系人 * @param contact */ public void addContact(Contact contact); /** * 修改联系人 * @param contact */ public void updateContact(Contac...
[ "bobo.chen@venusource.com" ]
bobo.chen@venusource.com
6ef6e6ae3f45e12a4ee8781d16a18f61adde9632
7b04c3c3995059b89d1e197bf647a4209c035c3d
/app/src/main/java/com/example/orosz/fidlee/InfoScene.java
b78184378944629e2dca61e1874d0b3101fb304b
[]
no_license
oroszdd/Fidlee
894a963eb60073fd8f883d7560f3f758eeb3c688
48c43687127a0e8d01f5a4ca49083b740e522f57
refs/heads/master
2020-03-22T03:56:36.915270
2018-07-24T17:28:02
2018-07-24T17:28:02
139,462,020
0
0
null
null
null
null
UTF-8
Java
false
false
2,406
java
package com.example.orosz.fidlee; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.graphics.RectF; import android.view.MotionEvent; public class InfoScene implements Scene { @Override public void motionEventHandler(MotionEvent event) { switch...
[ "oroszdd@gmail.com" ]
oroszdd@gmail.com
8f2eb7478eba3b7d8aec70e150e8d3ebc1804ec5
a5f00700e15c0e3a4afb1a2e40b088cac7b35873
/cafe/src/main/java/com/kitri/cafe/admin/board/dao/BoardAdminDao.java
5b7bcf038bcfcdde36ae209dbac3cb1c9ca5420c
[]
no_license
joyunyeong/spring
caf8f3cf09d9d0e6c5bcbd539bbf3ee2f00169ee
e8eacecb9a1c28bc0dcee5dcf1c9959e840989dd
refs/heads/master
2022-12-21T15:42:21.010102
2019-07-03T22:29:24
2019-07-03T22:29:24
192,501,851
0
0
null
2022-12-16T04:52:53
2019-06-18T08:47:31
CSS
UTF-8
Java
false
false
541
java
package com.kitri.cafe.admin.board.dao; import java.util.List; import com.kitri.cafe.admin.board.model.BoardListDto; import com.kitri.cafe.admin.board.model.CategoryDto; public interface BoardAdminDao { // board 게시판 목록 불러오기 List<BoardListDto> getBoardMenuList(int ccode); List<BoardListDto> getCatego...
[ "claire97j@naver.com" ]
claire97j@naver.com
f4f2312a0eaff9fea1ba34dfc7b68002f1283553
38f8654ef209f4b709620dce117d97464010f817
/furms-web-ui/src/main/java/io/imunity/furms/ui/views/user_settings/projects/ProjectGridModelMapper.java
60344f9ad2fe2ce04b2f3e7c7dccb7069c9ac4c1
[ "BSD-2-Clause" ]
permissive
unity-idm/furms
2a41699eb77f582d2439b6e6a49c0ced1cdb6a7a
3d66992bad72b782006c292612669107a9bffbc2
refs/heads/dev
2023-08-31T11:10:57.576761
2023-08-23T11:41:17
2023-08-23T11:41:17
293,072,384
4
1
BSD-2-Clause
2022-05-30T13:36:26
2020-09-05T12:34:25
Java
UTF-8
Java
false
false
1,716
java
/* * Copyright (c) 2020 Bixbit s.c. All rights reserved. * See LICENSE file for licensing information. */ package io.imunity.furms.ui.views.user_settings.projects; import io.imunity.furms.api.applications.ProjectApplicationsService; import io.imunity.furms.api.projects.ProjectService; import io.imunity.furms.domai...
[ "bihuniak.piotr@gmail.com" ]
bihuniak.piotr@gmail.com
3c2771a33ea025169713730cd08c768debd5f89e
8229884a9bd15286a34cbd2e7b4624ee158be378
/app/src/k7/java/com/mili/smarthome/tkj/main/face/activity/WffrFaceEnrollActivity.java
f5a3bc7b984fc741efaa5dacbff0335ad7a5211a
[]
no_license
chengcdev/smarthome
5ae58bc0ba8770598f83a36355b557c46f37b90c
4edb33dcdfcab39a3bc6e5342a7973ac703f1344
refs/heads/master
2022-12-03T18:04:39.172431
2020-08-20T05:22:57
2020-08-20T05:22:57
288,909,136
1
1
null
null
null
null
UTF-8
Java
false
false
7,360
java
package com.mili.smarthome.tkj.main.face.activity; import android.content.Intent; import android.graphics.Color; import android.os.Bundle; import android.os.Message; import android.view.SurfaceView; import android.view.TextureView; import android.view.View; import android.widget.TextView; import com.android.CommStore...
[ "1508592785@qq.com" ]
1508592785@qq.com
1a46e8b06662cfa63dbba77f8072e54ad979e316
d730b5b7776dd7a19e95808adae69cbe9f94ab2f
/src/main/java/com/gdt/icow/config/ApplicationProperties.java
8edf04a133db006a99c95f6e9a6c152dfd576f4a
[]
no_license
Michuki/greendreams-icow3
f9e676e5bc4f9e3aaedcd90e87f005a0aa03d5b2
f925c2f9e912c1e8ad7b7bdecb697908d894e1d8
refs/heads/master
2023-01-02T16:34:27.181791
2020-10-26T12:26:32
2020-10-26T12:26:32
307,364,341
0
0
null
null
null
null
UTF-8
Java
false
false
418
java
package com.gdt.icow.config; import org.springframework.boot.context.properties.ConfigurationProperties; /** * Properties specific to Icow 3. * <p> * Properties are configured in the {@code application.yml} file. * See {@link io.github.jhipster.config.JHipsterProperties} for a good example. */ @ConfigurationProp...
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
72f323218b3dc6395744fd765aca305046743ca9
5e3d204c5eb880138c1052901316e09d7d1c2a88
/src/main/java/com/websushibar/hprofpersist/hprofentries/dumpSubtags/RootJNILocal.java
1e5c63b83498bcd97a23433b9befef0f37b86954
[]
no_license
dgerenrot/hProfi
8addac16831cc698543f635bd9a311709ec47ca5
72839a5ca8a0f171a12d019239314a419880dea2
refs/heads/master
2020-04-10T13:30:14.127301
2015-09-27T23:37:06
2015-09-27T23:37:06
9,962,445
0
0
null
null
null
null
UTF-8
Java
false
false
133
java
package com.websushibar.hprofpersist.hprofentries.dumpSubtags; public class RootJNILocal extends AbstractSubtagWThreadAndFrame { }
[ "dgerenrot@gmail.com" ]
dgerenrot@gmail.com
1e8244fa0c6e8cf1b2f20c71efffe5a1d0264da6
487739942e747ea005d001ceb439e53cd0d215c7
/src/net/kagani/game/npc/combat/impl/LivingRockStrickerCombat.java
c67958b0352afc14d1798aaa0a6a6bd8a532c9aa
[]
no_license
99max99/PhoenixRisingServer
fbdc61eff78de3a4d29caa1eaa8c67837b73840f
1815a47c071b7351baa1eb0178ffe6b965e8ccf4
refs/heads/master
2021-01-11T10:29:06.968358
2016-12-29T02:01:23
2016-12-29T02:01:23
76,208,559
0
0
null
null
null
null
UTF-8
Java
false
false
1,082
java
package net.kagani.game.npc.combat.impl; import net.kagani.game.Animation; import net.kagani.game.Entity; import net.kagani.game.npc.NPC; import net.kagani.game.npc.combat.CombatScript; import net.kagani.game.npc.combat.NPCCombatDefinitions; import net.kagani.utils.Utils; public class LivingRockStrickerCombat extends...
[ "emrosswarone@gmail.com" ]
emrosswarone@gmail.com
dc28da34e73aacc5c7dfc2fd8a96fec27ce18d6a
0b98a2b6dca161742b2e0de78403ad5d4465bc32
/src/main/java/ru/vetclinic/clinic/Streams/ClinicOutputStream.java
ac3f5946a8bd77057ed5c34cda5b6d55bff70b9e
[ "Apache-2.0" ]
permissive
Bragin666/Clinic
463a03c81fec3845794f7f3eb3ccff9602c76edc
5ff3b2ff57b54b14769c2192c51fa00f295393a6
refs/heads/master
2021-01-20T18:58:41.028500
2016-08-01T13:09:09
2016-08-01T13:09:09
61,143,029
0
0
null
null
null
null
UTF-8
Java
false
false
358
java
package ru.vetclinic.clinic.Streams; /** * Рабочий поток выходных данных * Created by Djony on 10.07.2016. */ public class ClinicOutputStream implements OutputStream { /** * Выводит строку * * @param s Строка */ public void print(String s) { System.out.println(s); } }
[ "bragin-evgenii@mail.ru" ]
bragin-evgenii@mail.ru
e7bbfcb760e935df2f64a4bdda799a23a4f8539b
2805d9d77cf89797df472aef8295f6c6bb2e9e1d
/Week_03/geek/src/main/java/com/example/geek/netty/nio0/main/Main.java
14e29e26338554423e70995e9fd02ccd4ef9a16a
[]
no_license
wenjie-yeah/JAVA-01
bf1ecfd0ff654aff781e97c22c2ff8c1fd7eaeae
5a8df1df9e57afc0aaaf0c6be11b15e1b1ee5629
refs/heads/main
2023-03-08T09:40:11.888074
2021-02-18T01:39:26
2021-02-18T01:39:26
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,112
java
package com.example.geek.netty.nio0.main; import com.example.geek.netty.nio0.httpServer.HttpServer01; import com.example.geek.netty.nio0.httpServer.HttpServer02; import com.example.geek.netty.nio0.httpServer.HttpServer03; import com.example.geek.netty.nio0.netty01.NettyHttpServer; import java.lang.reflect.Method; imp...
[ "wenjie.ye@yintech.cn" ]
wenjie.ye@yintech.cn
b266f1c04f7f58fbed17b9d2574d9a7732eb2806
fd435a6375586d2d31945dd723cbf3175733bdd5
/app/src/main/java/com/androidexample/musicapp/popActivity.java
50190b6ed3c2808765c9edbc007d515e690d8370
[]
no_license
shiv-u/MusicApp
8b32b67a5592a1ac2a21d17870555658285c13a1
39378ef20866e910b016e2a64b3c18408b0a301b
refs/heads/master
2020-03-22T07:15:08.362201
2018-07-05T08:10:33
2018-07-05T08:10:33
139,688,868
0
0
null
null
null
null
UTF-8
Java
false
false
1,859
java
package com.androidexample.musicapp; import android.content.Intent; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.View; import android.widget.AdapterView; import android.widget.ListView; import java.util.ArrayList; public class popActivity extends AppCompatActivity { ...
[ "shivshankar.hc@gmail.com" ]
shivshankar.hc@gmail.com
df37e9a27f55a20b2318c0c86af98334e4fff730
9890b5d7c948359f41ee0741d5d6cbc1975113fe
/src/main/java/com/example/springsecuritydemo/security/UserDetailsServiceImpl.java
f81d205ad352eb2735240060db35c349fce0f884
[]
no_license
ksenyakom/springsecuritydemo
c62b6e08a2b11b304136e79a8f7af8a8f6a4e30c
a79fbbbc79750909c075b366b389e2298627066e
refs/heads/master
2023-06-16T10:59:39.541099
2021-07-08T13:23:28
2021-07-08T13:23:28
379,200,489
0
0
null
null
null
null
UTF-8
Java
false
false
1,219
java
package com.example.springsecuritydemo.security; import com.example.springsecuritydemo.model.User; import com.example.springsecuritydemo.repository.UserRepository; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Qualifier; import org.springframework.co...
[ "ksenyakom@gmail.com" ]
ksenyakom@gmail.com
9cb934c1f3e2c538704dca17a2d2fcd8158179e9
f40b856b6b56ec653477a4550e30fa249b555f2d
/com.io7m.jvgm.core/src/main/java/com/io7m/jvgm/core/VGMCommandYM2612PCMWriteWait8Type.java
af54599cec2e3a8d37ca1449b3bc7216191cdc7c
[ "ISC" ]
permissive
io7m/jvgm
810e9e4318cd5a2d7dfd7520bb1b064bc14f670e
cd90e003d1b639d6dc63c9da8fcc801ac5f2df10
refs/heads/master
2023-08-17T23:13:24.177710
2017-09-19T21:29:40
2017-09-19T21:29:40
104,130,897
1
0
null
null
null
null
UTF-8
Java
false
false
1,210
java
/* * Copyright © 2017 <code@io7m.com> http://io7m.com * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND ...
[ "code@io7m.com" ]
code@io7m.com
23ccfce4ec1012ed49fc8c402450da71e94db08c
dffe4b43ef1390c23173e62259569692d0d07da1
/app/src/main/java/com/escience/weather/DataBase/DBHandler.java
fba0eae73b9ac7f74258fac4fd50fd4a26f956f8
[]
no_license
112996/LeXiang
c036368adb0768e8389e95d1a9fed81e66eb3395
3aa574587e87d6cf75982c24e57ec366ae4b59d9
refs/heads/master
2020-03-09T16:46:12.458402
2018-04-10T07:47:39
2018-04-10T07:47:39
128,893,701
0
0
null
null
null
null
UTF-8
Java
false
false
1,426
java
package com.escience.weather.DataBase; import android.content.ContentValues; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; import java.util.HashMap; import java.util.Iterator; import java.util.Map; /** * Created by Stark on 2017/2/28....
[ "YeJiangXia@qq.com" ]
YeJiangXia@qq.com
cbf9f149b8591662e62fff7c5735ca0697562cce
3db2a2958870a4e9277203078efece767965e68d
/stec-wyl-service/src/main/java/com/stec/masterdata/handler/wyl/impl/RoadDataUploadRecordHandlerImpl.java
6739615187928b3650e2a7da0519ec1f15d2d5f7
[]
no_license
fanrenzfj/wyl
6d987f7da4a2016ae6d99c3fdc7ee8321bd76605
7290325e569e2497ac3ef464a6f2ada7feb80382
refs/heads/master
2020-05-17T17:47:14.240486
2019-04-28T06:22:59
2019-04-28T06:22:59
183,843,419
0
0
null
null
null
null
UTF-8
Java
false
false
869
java
package com.stec.masterdata.handler.wyl.impl; import com.alibaba.dubbo.config.annotation.Service; import com.stec.framework.handler.service.AdvMySqlHandlerService; import com.stec.masterdata.entity.wyl.RoadDataUploadRecord; import com.stec.masterdata.handler.wyl.RoadDataUploadRecordHandler; import com.stec.masterdata....
[ "fanrenzfj@126.com" ]
fanrenzfj@126.com
2d90bd47274cfb3c90ecd03bb570b018f86d2d31
32df3ee4c9290664b3adae552958dec7623658ca
/android/app/src/main/java/karbosh/nl/matshofman/saxrssreader/RssReader.java
1bf5d8aea26cf6870b26ef6d2a0bd5fe3139d996
[]
no_license
Abuzar3/NIC-magazine
8e025204d0f62ee13778e27e59606af16c1f782f
4fef654981703fcc41129d30865315531332de7b
refs/heads/master
2020-01-21T04:35:05.390936
2015-06-21T14:21:35
2015-06-21T14:21:35
37,811,151
1
0
null
null
null
null
UTF-8
Java
false
false
1,758
java
/* * Copyright (C) 2011 Mats Hofman <http://matshofman.nl/contact/> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless req...
[ "abuzar3@hotmail.com" ]
abuzar3@hotmail.com
54ee03e4eaae0b4a27e5440c93ad4f875079ad51
b34a5a596d0cc4abce160e4c7e24f5f6c6a459f3
/src/main/java/io/swagger/client/model/SchoolResponse.java
e54001e916412b0b34347c87c7d682aacac7397f
[]
no_license
Clever/clever-java
aa9146bf74933568d617816f86ebfee18a6c9834
06e82d336934531d80b0cdd34b86e3a8685baa5a
refs/heads/master
2022-05-29T22:41:29.364406
2022-03-30T22:43:27
2022-03-30T22:43:27
85,258,910
3
7
null
2022-03-30T22:43:28
2017-03-17T01:45:49
Java
UTF-8
Java
false
false
2,114
java
/* * Clever API * The Clever API * * OpenAPI spec version: 2.0.0 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ package io.swagger.client.model; import java.util.Objects; import com.g...
[ "amelia.jones@clever.com" ]
amelia.jones@clever.com
0dd1bb819e76bb9d378902069130ab93ad8db2a3
1133317b0ff8674f817d31fe3b41214ef45cd43f
/maven-goal-log-parser/src/test/java/ch/scheitlin/alex/maven/MavenGoalLogParserTest.java
47bc07dca6083311d2530faa6d5954f30e5dc1de
[ "MIT" ]
permissive
alexscheitlin/caesar
3f51b74b5b274136851c5ba52991cc4ff19f7833
d985691e449137bb4b226dbcaf66b081db931a38
refs/heads/master
2020-03-24T10:42:25.753719
2018-09-04T11:12:53
2018-09-04T11:12:53
142,664,964
1
0
null
null
null
null
UTF-8
Java
false
false
10,071
java
package ch.scheitlin.alex.maven; import static org.junit.Assert.fail; import ch.scheitlin.alex.build.model.Error; import org.junit.Assert; import org.junit.Test; import java.io.File; import java.util.ArrayList; import java.util.List; import java.util.Scanner; public class MavenGoalLogParserTest { @Test pub...
[ "alex.scheitlin@bluewin.ch" ]
alex.scheitlin@bluewin.ch
6cf641ce286ca63451298b534a5896fe8e9648a7
5658b1ae29d8044b332d10f167f6ec0c3bd4f0e2
/src/test/java/com/framework/test/dao/UserDaoTest.java
47460705e08827df5993dc7a8730dddf25be9509
[]
no_license
Blackfat/ssm
73c4e444a44ab5fef4aa2108709790d8bcf22eaf
49fccbb50e6efda598e827ab6156f9130b3ffa6d
refs/heads/master
2021-01-24T10:52:39.269253
2016-10-08T00:16:54
2016-10-08T00:16:54
70,291,372
0
0
null
null
null
null
UTF-8
Java
false
false
2,060
java
package com.framework.test.dao; import java.util.Date; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.test.context.ContextConfiguration; import org.springframework.test.context.junit4.SpringJUnit4ClassRunner; import org...
[ "15715556946@163.com" ]
15715556946@163.com
6e1a882563521756ca2d6e93ca3dac4851ae262f
e2b120ba417072f3ccd5d00804433afd5108601a
/myBlog/src/main/java/com/rong/demo/po/User.java
301bd94d46780fc2f0fbb2af2a3d1f5eb7b500c2
[]
no_license
xiaorong59/blog
d4a2284844746cb45032a2d171630af5f0ec2cab
9cafe9bc99b40747eb3d6eeff06fb9ff9a2b8aab
refs/heads/master
2022-11-18T01:51:49.659878
2020-07-21T07:04:49
2020-07-21T07:04:49
281,320,080
0
0
null
null
null
null
UTF-8
Java
false
false
2,599
java
package com.rong.demo.po; import javax.persistence.*; import java.util.ArrayList; import java.util.Date; import java.util.List; @Entity @Table(name = "t_user") public class User { @Id @GeneratedValue private Long id; private String nickname; private String username; private String password; ...
[ "2731797466@qq.com" ]
2731797466@qq.com
cc220d9f192e6b572bbeb955763e64cfee7f1153
d9fe212ddb5455b33fd223e7aec08937d0d0e0ce
/Shapes/src/ru/academits/levshakov/shapes/shape/Rectangle.java
6fed8c057cc935e70b315d0417df6b3861becf0e
[]
no_license
AlexeyLevshakov/AcademItSchool
f532d9c131950bc30bce39f2b7c48eedf01250fa
0bb2c1105f1413832fd16343bc53acb956ed1ba1
refs/heads/master
2020-03-22T00:29:03.139529
2018-08-31T12:01:59
2018-08-31T12:01:59
139,247,336
0
0
null
null
null
null
UTF-8
Java
false
false
1,359
java
package ru.academits.levshakov.shapes.shape; public class Rectangle implements Shape { private double width; private double height; public Rectangle(double width, double height) { this.width = width; this.height = height; } @Override public double getWidth() { return w...
[ "sinistral@inbox.ru" ]
sinistral@inbox.ru
ac75a0093109f9fc2fb33e11b08a62e8c2cdb9d0
b846434b6a46ada25fb98ff751a1e978658ef0fe
/2.JavaCore/src/com/javarush/task/task15/task1502/Solution.java
8b2760b598f27842dc820bd5e33483a13d85ddb0
[]
no_license
AlyonaFox/JavaRushTasks
a3ec5e219e1380aba4451b9f24fca312e71b7fe6
f30662037b48df2d764dfafea02892653f5b0f9d
refs/heads/master
2020-07-17T00:50:39.853926
2019-09-13T12:41:58
2019-09-13T12:41:58
205,905,202
1
0
null
null
null
null
UTF-8
Java
false
false
783
java
package com.javarush.task.task15.task1502; /* ООП - Наследование животных */ public class Solution { public static class Goose extends SmallAnimal{ public String getSize() { return "Гусь маленький, " + super.getSize(); } } public static class Dragon extends BigAnimal{ ...
[ "fox@tre.one" ]
fox@tre.one
baa5f360fc8e78cc26a11c706db3157af542ae41
5eabf92283e9b9ceaa2f8b1d0cccc4f0f0aa4e25
/src/com/javaex/basic/operators/BitShiftOperEx.java
5ba825c4695a11d705dfad21fcb08fe79abc4ae5
[]
no_license
kjy1111/JavaEx
bbae55a65b652d8860edc2048fa742cd7d6c40f2
ac8a043095cec6fa876fdf6949a2c3444585b40e
refs/heads/master
2020-03-21T12:38:54.660462
2018-06-08T04:00:36
2018-06-08T04:00:36
136,564,162
0
0
null
null
null
null
UTF-8
Java
false
false
580
java
package com.javaex.basic.operators; public class BitShiftOperEx { public static void main(String[] args) { // 비트 시프트 int val = 1; System.out.println(val); System.out.println(Integer.toBinaryString(val)); System.out.println(Integer.toBinaryString(val << 1)); System.out.println(Integer.toBi...
[ "Yeon@DESKTOP-C5DQ9EC" ]
Yeon@DESKTOP-C5DQ9EC
4f6febb39a37884edcc019f3002593086a4867e1
26dd1a08ddc186846f30cd4258bcf063f979469c
/src/hup/gamelogic/TwoPair.java
497816c6447f750a6dcada8ea0e52935effb7c67
[]
no_license
gotchops/HUP
77d9c9658c96136513ccb734160facdd5e9877e6
e3dadcff169c47972393b20c942b7606cc8b8bc3
refs/heads/master
2021-01-17T10:58:26.998673
2016-07-24T20:19:02
2016-07-24T20:19:02
64,083,843
0
0
null
null
null
null
UTF-8
Java
false
false
1,289
java
package hup.gamelogic; public class TwoPair extends Rank { Card.value m_secondValue; Card.value m_kicker; public TwoPair(Card.value val1, Card.value val2, Card.value kicker) { m_category = category.TWO_PAIR; if (val1.compareTo(val2) > 0) { m_value = val1; m...
[ "gotchopsgithub@gmail.com" ]
gotchopsgithub@gmail.com
6f4b09717ed18998b46ca458334483c6a7ff3056
ed8a20168593e6a41e3637d76f7ae6d623f604b1
/src/main/java/fr/cart/CartResources.java
b77a204db53e563a8bbb66304b878739a7edef16
[]
no_license
karimessouabni/ms-cart
b0e018cc3659d3cb5297b01cfa4129636a5b563f
7b397ba5be660e15185ef06bec72148dab925455
refs/heads/master
2020-09-07T18:03:43.667556
2019-11-17T23:59:22
2019-11-17T23:59:22
220,871,474
0
0
null
null
null
null
UTF-8
Java
false
false
448
java
package fr.cart; import com.netflix.discovery.EurekaClient; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Lazy; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RestController; @RestController publ...
[ "karimessouabni0@gmail.com" ]
karimessouabni0@gmail.com
8c1cf738740f69e96e105c220a1cc45bc4f66d25
fe10fd3183a8a57067b9ff2dd7cd57a181ff209f
/Observer.java
813bfb612cf98d621863cdd31ece22e0bf9fff1d
[]
no_license
cyeduarte/MiniTwitter
4fc3457f97a83d14813d23bdfe0e975d68818255
0188fa9accb57ca414f4b2b8b798c4558f2b7452
refs/heads/master
2021-01-01T04:24:11.319573
2017-07-19T16:56:01
2017-07-19T16:56:01
97,171,893
0
0
null
null
null
null
UTF-8
Java
false
false
306
java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package minitwitter; /** * * @author chris */ public interface Observer { public void update(Subject subject); }
[ "cyeduarte@cpp.edu" ]
cyeduarte@cpp.edu
3a6fe0aa92a6d8dedf2e4c1172ad76d0e8bfaacd
f907d4cb2619e3cb114b68f2bfb821a9d8d9799e
/src/monprojet/Main.java
4a3a4c5b50cbf2f81b043044b81cd1cdaf2f9e3b
[]
no_license
GremTristan/Uno-tp
c4d06ed111679d131fe1d9217d2b1c20e8d91672
ced49098cf1d78bc00637cd642cec79693577060
refs/heads/master
2023-08-27T06:12:46.911625
2021-11-10T13:15:00
2021-11-10T13:15:00
426,627,942
0
0
null
null
null
null
UTF-8
Java
false
false
119
java
package monprojet; public class Main { public static void main(String[] args) { // write your code here } }
[ "tristan.gremling9@etu.univ-lorraine.fr" ]
tristan.gremling9@etu.univ-lorraine.fr
4ffd285c9c2a4e350fa4d13a7b6f733431f0130d
c977f65e23e7ea6dd98db999221fe7f501e31af4
/src/main/java/blog/controller/PostsController.java
00a1c35e506f9bf4cbe8062af89ed50ac300e952
[]
no_license
vijay-mamoria/TechnicalBlog
96290e2b0d68759fbe36766edb58a4bf1d85da5b
aae0a607a5158e242a34fdd49661e5b81ba0e578
refs/heads/master
2020-03-22T16:28:02.648343
2018-07-09T18:34:11
2018-07-09T18:34:11
140,322,849
0
0
null
null
null
null
UTF-8
Java
false
false
1,036
java
package blog.controller; import blog.model.Post; import blog.services.PostService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.RequestMapping; import org.springframew...
[ "theprofessionalcoder@gmail.com" ]
theprofessionalcoder@gmail.com
89090b5844e180bccc99e506efcc7a2c391822e6
f66b8b4b768ae6a071a5ae5dcec1b614ca785ab1
/src/test/java/com/lemonaide/backend/BackendApplicationTests.java
bfb4389acf99e39e28b3232eafb052bf891bebe3
[]
no_license
murphpdx/lemons-backend
f4b315cb3fe4a8a9f3eed61d3adacff4ca74b908
02b11f981c2657cf4e9da5bfe5ce6fe7d2a4d3db
refs/heads/master
2020-03-25T12:05:58.960576
2018-08-10T03:42:26
2018-08-10T03:42:26
143,760,294
0
0
null
null
null
null
UTF-8
Java
false
false
339
java
package com.lemonaide.backend; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.test.context.junit4.SpringRunner; @RunWith(SpringRunner.class) @SpringBootTest public class BackendApplicationTests { @Test public void cont...
[ "bhandarp@por-bhandarp-m1.ds.ad.adp.com" ]
bhandarp@por-bhandarp-m1.ds.ad.adp.com
c390e88d3ba547904895e76720314e4592a57b21
6138af219efc3a8f31060e30ebc532ffcbad1768
/astrogrid/ar-taverna/src/java/org/astrogrid/taverna/armyspace/ARProcessorInfoBean.java
fa7cd32b5f4f3f3347c2e7c6bef529e726e5d771
[]
no_license
Javastro/astrogrid-legacy
dd794b7867a4ac650d1a84bdef05dfcd135b8bb6
51bdbec04bacfc3bcc3af6a896e8c7f603059cd5
refs/heads/main
2023-06-26T10:23:01.083788
2021-07-30T11:17:12
2021-07-30T11:17:12
391,028,616
0
0
null
null
null
null
UTF-8
Java
false
false
584
java
package org.astrogrid.taverna.armyspace; import org.embl.ebi.escience.scuflworkers.ProcessorInfoBeanHelper; import org.apache.log4j.Logger; /** * Provides information about the Biomoby Processor plugin, using taverna.properties, identified by the * tag 'biomobywsdl' * @author Stuart Owen * */ public class ARPr...
[ "kmb@mssl.ucl.ac.uk" ]
kmb@mssl.ucl.ac.uk
6a8e2cd65cfbdbaa49dce70f034e6a01bb772a06
6b977783c98eea9f8bb6a7be14123273f773837d
/src/il/co/hit/model/service/LabService.java
94edaae601f9b4f8d7c40e3dd7b76b493508f203
[]
no_license
AfikGrinstein/PhoneStore
210a922ddca94657340519e12aaae948771f84be
99f5e34e884a157a55bcd57b14c9bba52edee4c1
refs/heads/master
2023-02-13T09:44:44.317919
2021-01-20T08:01:36
2021-01-20T08:01:36
272,255,922
2
0
null
2020-06-17T14:12:00
2020-06-14T17:59:25
Java
UTF-8
Java
false
false
3,080
java
package il.co.hit.model.service; import il.co.hit.model.events.LabStatusUpdateObservable; import il.co.hit.model.objects.Contact; import il.co.hit.model.objects.LabPhone; import il.co.hit.model.objects.LabStatus; import il.co.hit.model.objects.Phone; import il.co.hit.model.objects.StatusUpdateEvent; import il.co.hit.m...
[ "afik.grinstein@algosec.com" ]
afik.grinstein@algosec.com
d03062ab20aa9cd0169eb8f7500de967f1bb1f1b
e2ce140970ba536b3dfd0f8f28e44973e724792b
/lucian-channel/src/com/lucianms/events/ChangeMapSpecialEvent.java
39c30c3e6fbf285c8d4302ca8774668fb3f22779
[]
no_license
hoditac068/LucianMS
ca5f07309fc373824aba1600bce96b0524d5ad7d
9976a1d4ecf82a31feb4d5af3ceb41d67a7198c0
refs/heads/master
2023-08-07T13:29:03.993323
2021-05-23T03:24:32
2021-05-23T03:24:32
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,925
java
package com.lucianms.events; import com.lucianms.client.MapleCharacter; import com.lucianms.nio.receive.MaplePacketReader; import com.lucianms.server.MaplePortal; import com.lucianms.server.MapleTrade; import com.lucianms.server.maps.MapleMap; import tools.MaplePacketCreator; /** * @author izarooni */ public final ...
[ "coalasonly@gmail.com" ]
coalasonly@gmail.com
c5332c19aa6dac7b5238dc18015922d68d969c37
0b6388fb9a9b02a4c043c309e577516a1b9cc55f
/src/main/java/stsjorbsmod/actions/AdvanceRelicsThroughTimeAction.java
93026eae4f348580a16964b33eb1bc3aabf83dcd
[ "MIT" ]
permissive
johnplunk/jorbs-spire-mod
3f1607e947877e853896d9e63fcd6206ee94449e
e0d9d58438a4ff8def5e20a2daa9838b364a0760
refs/heads/master
2021-01-05T21:39:38.445919
2020-02-17T04:46:47
2020-02-17T04:46:47
241,145,092
0
0
MIT
2020-02-17T15:44:32
2020-02-17T15:44:31
null
UTF-8
Java
false
false
1,601
java
package stsjorbsmod.actions; import com.megacrit.cardcrawl.actions.AbstractGameAction; import com.megacrit.cardcrawl.characters.AbstractPlayer; import com.megacrit.cardcrawl.core.Settings; import com.megacrit.cardcrawl.relics.AbstractRelic; public class AdvanceRelicsThroughTimeAction extends AbstractGameAction { ...
[ "dan@dbjorge.net" ]
dan@dbjorge.net
e8ab1ab0c0778f1b03a9d7f1938141a0c5ff4c67
fb872fa87a4e81a5264786ce2d48098bab9d9381
/app/src/test/java/co/icovid_19/ExampleUnitTest.java
df474c05ec8c94ed4fcc89643f1b385bfbd98890
[]
no_license
Ramon0898/ICoVid-19
7e47b6f6347d66e58584396bc3ff04b7b2f590f5
5517322e414edbc73331f6a8e2a8a3762bd2e4f1
refs/heads/master
2021-05-21T01:36:17.671688
2020-04-08T14:08:14
2020-04-08T14:08:14
252,488,603
0
0
null
null
null
null
UTF-8
Java
false
false
373
java
package co.icovid_19; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test public void addition_...
[ "58474071+Ramon0898@users.noreply.github.com" ]
58474071+Ramon0898@users.noreply.github.com
53ec778378c02c68066756f93c9275eaf28abc18
3551415a77a2ee1bae8016f554c354881ca6b9eb
/SpringSample/src/main/java/com/example/demo/trySpring/HelloService.java
28a8030237ecc8e05239a65d1a7567c5643354f1
[]
no_license
faith-goto/Spring
a51b1ccba3ae7433589620dbf766fb852e518e24
552e0dc4e930ec12cad235049f2a7284179b4a57
refs/heads/master
2020-04-09T00:00:39.765930
2018-12-05T06:15:34
2018-12-05T06:15:34
159,849,480
0
0
null
2018-12-05T07:31:12
2018-11-30T16:24:20
JavaScript
UTF-8
Java
false
false
765
java
package com.example.demo.trySpring; import java.util.Map; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; @Service public class HelloService { @Autowired private HelloRepository helloRepository; public Employee findOne(int id) { //1件検索実行 Map<Str...
[ "goto@faith.co.jp" ]
goto@faith.co.jp
3bbff94e2e4d3602ca4d9ea3e48f38a615fd7075
24a95572ae2bbc80f6868eaeeb04def1ee357147
/Supply_Chain_Management_in_Healthcare/src/Business/Enterprise/ManufactureEnterprise.java
e2fe9482020e1192d858bd5f67f9a64ccaff0e21
[]
no_license
suthardhaval24/SupplyChainManagementinHealthCare
1feacfb323e5e9c3979f41812b5cfff804ef328b
d2b93aa9cfd650c4e564cd37d448fff8fb06b327
refs/heads/master
2020-04-11T11:03:18.632062
2019-04-16T20:12:57
2019-04-16T20:12:57
161,735,585
0
0
null
null
null
null
UTF-8
Java
false
false
567
java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package Business.Enterprise; import Business.Role.Role; import java.util.ArrayList; /** * * @author sutha */ public class Manufact...
[ "suthardhaval24@gmail.com" ]
suthardhaval24@gmail.com
f14fafb393e6ca9f1a0451a14c595da374d91f29
6c4b5a94ade5af6834d978b93f487c3f647706f5
/AtGuiGu_Hanshunping/Leetcode/src/medium/medium5.java
bc6f6535c9235dd25319574b91d294ca8f6511d3
[]
no_license
dck793905632/2020-
d8ea11f60ef50f95d3670b6cc164bf6faa240f13
56a40d604608066fbb97aaf9e5b4d8cc7a9e13e9
refs/heads/master
2022-12-30T03:32:22.229478
2020-06-12T14:28:31
2020-06-12T14:28:31
271,822,831
0
0
null
2020-10-13T22:45:20
2020-06-12T14:52:01
Java
UTF-8
Java
false
false
1,115
java
package medium; import org.junit.Test; import java.util.ArrayList; import java.util.List; public class medium5 { @Test public void test(){ String s = "babad"; List<String> list = new ArrayList<>(); dfs(s,0,list); String str1=""; int len=Integer.MIN_VALUE; for...
[ "18817781078@163.com" ]
18817781078@163.com
83aefa83bd257370b004cf87364da6b2312dd87e
8f1ff539fef95d9d4baf2ac348627ba320fc63af
/src/solutions/ConvertBinarySearchTreetoSortedDoublyLinkedList/Solution.java
400fefa1eb9eb989fa8acce9db5cddb59f960559
[]
no_license
dongyj1/coding_practice
a142ea7a1abec113cad74b44c754b119228a7af1
014b204ca4864de416dc89eaf8da5d92a6432b3f
refs/heads/master
2020-03-22T11:43:12.995574
2018-09-09T16:49:37
2018-09-09T16:49:37
139,991,355
1
0
null
null
null
null
UTF-8
Java
false
false
2,046
java
package solutions.ConvertBinarySearchTreetoSortedDoublyLinkedList; /** * Created by dyj on 8/3/18. * Convert a BST to a sorted circular doubly-linked list in-place. Think of the left and right pointers as synonymous to the previous and next pointers in a doubly-linked list. Let's take the following BST as an exam...
[ "dongyj@bu.edu" ]
dongyj@bu.edu
2c73304f82a1589483861a58516f06c7d68544ed
3a72729e9afcda70cc3512d19d460d27b3f98d15
/yim-route/src/main/java/io/yzecho/yimroute/service/RouteService.java
b94ac52ea95131ff0c95896109d6832c47e9062c
[]
no_license
yzecho/yim
3e19faa79b2cc77854d1fe927a9ef1c2488948e6
e62f1c4d6d564fd069df37c2c6ff9ed32df91d42
refs/heads/master
2022-10-19T08:30:45.123944
2019-12-12T11:25:47
2019-12-12T11:25:47
224,595,955
4
1
null
2022-10-04T23:56:19
2019-11-28T07:37:00
Java
UTF-8
Java
false
false
941
java
package io.yzecho.yimroute.service; import io.yzecho.yimcommon.entity.Chat; import io.yzecho.yimcommon.entity.User; import java.io.IOException; import java.util.Set; /** * @author yzecho * @desc * @date 25/11/2019 17:19 */ public interface RouteService { /** * 发送消息 * * @param url * @param...
[ "1227067627@qq.com" ]
1227067627@qq.com
9b13a550d76ea61d61bdbdbf7fecd9ba3ef359bd
6ab04e71d6f28681fa35ca796905f2f855e9fab0
/src/main/java/com/ncepulcy/battery_monitor/dao/MenuDao.java
9b9f9b4a3e0c88daf9014d358048208794e46e83
[]
no_license
ncepulcy2018/battery_monitor
5a1bfd2e03d22d35d9e5c5956342fd86e35fda94
b9accad741e55738cb2fe46deeea4ee0a234343e
refs/heads/master
2020-03-11T00:29:15.736209
2018-08-29T00:56:20
2018-08-29T00:56:20
129,665,362
0
0
null
null
null
null
UTF-8
Java
false
false
302
java
package com.ncepulcy.battery_monitor.dao; import com.ncepulcy.battery_monitor.entity.Menu; import org.apache.ibatis.annotations.Param; import java.util.List; public interface MenuDao { List<Menu> findPrimaryMenu(); List<Menu> findByParentId(@Param("parentId") Long parentId); }
[ "ncepulcy@126.com" ]
ncepulcy@126.com
86cbd69493002538dc29b51b2130997fc8c96184
7a74a3e3968739378dc49dd090bb42ca9c595e8a
/src/main/java/me/pzoupis/mastermind/domain/CodeMaker.java
eb89c79f8a0915dd9ef18706a2570f9b35bc391e
[]
no_license
pzoupis/master-mind-game
467503f8d407a320f43a04af0178d6f9d3d3634c
742714afd911f97be799c0a90fa9b8b3f1f3e7d4
refs/heads/master
2022-04-26T22:22:44.795912
2022-03-15T09:08:15
2022-03-15T09:08:15
140,189,443
0
0
null
2022-03-15T09:08:16
2018-07-08T17:43:47
Java
UTF-8
Java
false
false
932
java
package me.pzoupis.mastermind.domain; import me.pzoupis.mastermind.interfaces.ICodeMaker; import me.pzoupis.mastermind.models.GameConfiguration; public class CodeMaker implements ICodeMaker { private GameConfiguration gameConfiguration; public CodeMaker() { } @Overri...
[ "pantelis.zoupis@gmail.com" ]
pantelis.zoupis@gmail.com
05e4b1764659882935e4a23945b08a7e821a345a
db03971ef7fe9b699df74a0e21635e3012ba79cf
/taskman/src/main/java/net/incongru/taskman/def/TaskDef.java
e31afbe670f7968a3b7ffad4b7dae24c086c11cb
[]
no_license
codehaus/berkano
b23005abb1c86cd3d18c0a99de0a370f43ad6cbe
5ac4188b111fc4cab581653477c1198a5091b59a
refs/heads/master
2023-07-20T01:34:51.669091
2007-11-03T01:32:55
2007-11-03T01:32:55
36,529,417
0
0
null
null
null
null
UTF-8
Java
false
false
1,968
java
package net.incongru.taskman.def; import net.incongru.taskman.TaskEvent; import net.incongru.taskman.action.TaskAction; import org.joda.time.DateTime; import org.joda.time.Period; import java.io.Serializable; /** * A TaskDef is a task definition: once deployed, it can tell TaskMan what TaskAction * to take upon gi...
[ "gjoseph@5e6c65d6-21f8-0310-a445-fbbf500fbdde" ]
gjoseph@5e6c65d6-21f8-0310-a445-fbbf500fbdde
e658cae39861ba7b647b3bb133b70939868ccc3d
e5daba56473cae918591f698bc02138a12b8b7a5
/03-Abstract factory/src/com/bosch/dao/DaoFactory.java
3f308822ebb9bee67a39052fe8542275e1ca8f0e
[]
no_license
kayartaya-vinod/2019_12_BOSCH_DESIGN_PATTERNS
993e47dc276b5f5f37c1faae9698301d67de57be
936aae4aab66f1d88b7a82f068e6153422251bd4
refs/heads/master
2020-11-25T16:23:09.849164
2019-12-24T07:08:33
2019-12-24T07:08:33
228,752,311
0
1
null
null
null
null
UTF-8
Java
false
false
736
java
package com.bosch.dao; import java.util.ResourceBundle; public abstract class DaoFactory { static class Holder { private static DaoFactory instance = null; static { ResourceBundle rb = ResourceBundle.getBundle("asdf"); String factoryImplClass = rb.getString("dao.factory.impl"); // for example, fa...
[ "vinod@vinod.co" ]
vinod@vinod.co
abce90f7085ec6b8b015eef0f42ab6679ef2c65d
5f955b0dd47e29682fa3a908d7cfd4ab4ab0a6e7
/shop/src/main/java/com/skynet/cpay/service/TransactionService.java
afd5ae736a7b492ba6c9e49c67850c725d8485fc
[]
no_license
AzureSavant/cpay
db9b2d457bb59c6722e38284705678ca0c967e10
bc4f23b1c7b7e9ea09eb99a8d39ca31a124dd78c
refs/heads/master
2020-11-29T14:04:45.150643
2020-01-18T11:35:46
2020-01-18T11:35:46
230,131,843
3
0
null
null
null
null
UTF-8
Java
false
false
332
java
package com.skynet.cpay.service; import com.skynet.cpay.models.Transaction; import org.springframework.stereotype.Repository; import java.util.List; @Repository public interface TransactionService { List<Transaction> getAllTransactions(); Transaction getById(int id); void saveTransaction(Transaction tran...
[ "mkdwarrior007@gmail.com" ]
mkdwarrior007@gmail.com
d8dd144f7dd7674c97110a9a7654d4e1ec52d5db
514f7283dca2e74bdde662b3c9dafbfaba17dedc
/payment-spring-boot-autoconfigure/src/main/java/cn/felord/payment/wechat/v3/model/busifavor/AvailableDayTimeItem.java
de5e0c839bc238bab86d5a4fef4cbf71a15627d2
[ "Apache-2.0" ]
permissive
mizhiqiang/payment-spring-boot
26bdff3614573ca9f215185ffb808a3cb87e6b03
54c119e254a56e6d76ef1fda93d713b22c1e4362
refs/heads/main
2023-07-14T20:42:30.220791
2021-08-25T03:27:32
2021-08-25T03:27:32
399,668,524
0
0
null
null
null
null
UTF-8
Java
false
false
1,111
java
/* * Copyright 2019-2021 felord.cn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * Website: * https://felord.cn * ...
[ "945186744@qq.com" ]
945186744@qq.com
cec543e953bd1eb7aa07b4a86d3cec9978bfe9ff
b2c62b9faeac88fb36c0b90aaf70b951140d355c
/week1-020.Usernames/src/Usernames.java
e24a47e7ff603e1c910150b435c31afb9ab37029
[]
no_license
Alftron/Mooc.fi-Java-Helsinki-1
0aafe604f93dc5037b60d66c077067ebf5798d21
f38c1332ee027ece48bd2649e89ac69d0af0a6f4
refs/heads/master
2020-08-01T15:54:19.118966
2019-09-26T08:31:41
2019-09-26T08:31:41
211,024,651
0
0
null
null
null
null
UTF-8
Java
false
false
837
java
import java.util.Scanner; public class Usernames { public static void main(String[] args) { Scanner reader = new Scanner(System.in); String user1 = "alex"; String user2 = "emily"; String pass1 = "mightyducks"; String pass2 = "cat"; System.out.print("Typ...
[ "mja.haycock@gmail.com" ]
mja.haycock@gmail.com
5d17669526463f9dd258a043595b403981ef6e03
af50c50851d5027fafaf084c105397cf8cc3d07f
/src/Prototype/Person.java
64eb27827aa598f78cbcf8fd391e4067c0a2978b
[]
no_license
LYQkeke/DesignPatternsInJava
cf63a51c06d4b3334996e08780fb7df7ad8c8b05
bc620c773613cde8426375be0ca895866eb7180d
refs/heads/master
2020-05-20T20:13:19.256978
2019-05-15T09:23:28
2019-05-15T09:23:28
185,739,466
0
0
null
null
null
null
UTF-8
Java
false
false
1,193
java
package Prototype; import java.util.ArrayList; import java.util.List; /** * Created by KEKE on 2019/5/11 */ public class Person implements Cloneable { private String name; private List<String> friends; public Person(){ name = "乔可可"; // Arrays asList 方法返回的是一个不可变 List // friends ...
[ "493006007@qq.com" ]
493006007@qq.com
f12b73c901545e2522e94566e7a58099cba03d30
bdec967a585a70a99de0e12742ca46e460a0a51f
/Tic-tac-toe/src/br/fsa/app/controller/ITicTacToe.java
aa37067f93d295d9d8a7b561a5ee1e5b40163757
[ "MIT" ]
permissive
mantinha/Tic-tac-toe
bbb11ad8f5ebced0c2fbbe4c98837a8c3ae0504b
99ce544709547001dfed7d1ac0141caa60d1ee91
refs/heads/master
2023-01-08T14:03:12.694134
2020-11-09T03:02:23
2020-11-09T03:02:23
311,193,067
0
0
null
null
null
null
UTF-8
Java
false
false
380
java
package br.fsa.app.controller; public interface ITicTacToe { public static final int O = 1; public static final int X = 2; public void putO(int x, int y); public void putX(int x, int y); public int whosTurn(); public int whosVictory(); public int whichVictory(); public void newGame(); public void saveGame(...
[ "adriandesigner@hotmail.com" ]
adriandesigner@hotmail.com
b7b199dd91dbce9d7b86dfe5fe5a138df7123f2c
ebae5c2684f30e36d4a321bd7cb7c28dae4b3124
/app/src/main/java/com/etiennelawlor/quickreturn/fragments/QuickReturnFooterListFragment.java
f6a922a4626c22e86e12e6787b7e89f10b4963c7
[]
no_license
shawwinbin/QuickReturn
fe4917e965c7b68f5f3a88bc6cf5a32dee1e31d7
48757a85f6966bf90cbe974226b11ab7f3b6f749
refs/heads/master
2021-01-17T22:16:09.313452
2014-07-15T17:51:36
2014-07-15T17:51:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,553
java
package com.etiennelawlor.quickreturn.fragments; import android.app.ListFragment; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdapter; import android.widget.ListView; import android.widget.TextView; import com.etienn...
[ "etienne@shopsavvy.com" ]
etienne@shopsavvy.com
d6c443814a4a698f76e5cb9a10f47228bbf59d28
592eb3c39bbd5550c5406abdfd45f49c24e6fd6c
/autoweb/src/main/java/com/autosite/ds/SiteRegPaymentInfoDS.java
288ed3c828ad6ffc2f88244d81ae171b75b12624
[]
no_license
passionblue/autoweb
f77dc89098d59fddc48a40a81f2f2cf27cd08cfb
8ea27a5b83f02f4f0b66740b22179bea4d73709e
refs/heads/master
2021-01-17T20:33:28.634291
2016-06-17T01:38:45
2016-06-17T01:38:45
60,968,206
0
0
null
null
null
null
UTF-8
Java
false
false
4,067
java
package com.autosite.ds; import java.util.ArrayList; import java.util.Date; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.TreeMap; import java.util.Iterator; import java.sql.Timestamp; import java.util.concurrent.ConcurrentHashMap; import org.apache.log4j.Logger; ...
[ "joshua@joshua-dell" ]
joshua@joshua-dell
84e5851079bdd0a458fea6f74ac86f0ee5eae7d0
016a02ecdb2bfce86b9977cc49c3ac0060788a19
/casadocodigo-master/src/main/java/br/com/casadocodigo/loja/controllers/PedidosServicoController.java
09a55cc52d9c2397be68123d66102b7b2fd9d6ed
[]
no_license
vinicius-gomes/cc-vini
0b8a4f0a1b157196a38355995dc8d7955945fa68
6f69a78ec5e63198ce559fba7a6fa747cabe1973
refs/heads/master
2022-12-20T23:27:32.807684
2019-07-14T18:01:29
2019-07-14T18:01:29
196,867,522
0
0
null
2022-12-16T09:43:46
2019-07-14T17:57:06
Java
UTF-8
Java
false
false
920
java
package br.com.casadocodigo.loja.controllers; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.c...
[ "vin.felipes@gmail.com" ]
vin.felipes@gmail.com
5b9860d5b4d382992e46925a158c53076a89bfc6
b218169eb27975819fe771b226430ac0759af53c
/Star Ticket Operator Gradle/starticket_alloperators_sale_bk_31May2016_v2.7.0/starTicketOperator/src/main/java/com/ignite/mm/ticketing/sqlite/database/model/BusDestination.java
0b96cc341d3936f53cc2e75beb580e451d7c2467
[]
no_license
ignitemyanmar/starticketandroid
23b40ba44040d1ea6bf238f980fc6261a3c666fa
69c8e2ed3172f9d08489bf68cc998ffcafb2d5f9
refs/heads/master
2021-06-12T18:39:09.390898
2017-02-27T10:32:05
2017-02-27T10:32:05
37,309,842
0
0
null
null
null
null
UTF-8
Java
false
false
595
java
package com.ignite.mm.ticketing.sqlite.database.model; public class BusDestination { private String DesID; private String DesName; public BusDestination() { super(); // TODO Auto-generated constructor stub } public BusDestination(String iD, String destination) { super(); DesID = iD; De...
[ "hello.yelinaung@gmail.com" ]
hello.yelinaung@gmail.com
84448a427626fd0b720ddedde14a2453dba721a0
20f6094ceacc669af4092886712648898fc62c5b
/src/main/java/com/example/demo/repository/EventRepository.java
e09f2c452960c0a607b4bbd4ddcb45c182bf810b
[]
no_license
divya1019/HashedIn_Assignments
d4fd6773016845146c0b08d4e8cf4ef9f9889d98
6562f3cad00e9ee722760da12fd88a2632d05a6e
refs/heads/master
2023-01-23T07:55:03.447640
2020-11-17T08:06:15
2020-11-17T08:06:15
313,403,288
0
0
null
null
null
null
UTF-8
Java
false
false
392
java
package com.example.demo.repository; import javax.transaction.Transactional; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.repository.CrudRepository; import org.springframework.stereotype.Repository; import com.example.demo.model.Events; @Repository @Transactional publ...
[ "divya.nitt71@gmail.com" ]
divya.nitt71@gmail.com
5bc0fcdda8b2a17fe49d6cc35d44fa9022076e59
7637454bfa1caac722ee3d220a6f597553401a8f
/src/main/java/fcomp/application/configuration/dictionary/DictParser.java
673354f159da9c91947c37fd36ff5e5f80791a83
[]
no_license
rafal-kobylinski/fileComparator
191dba323f94477c5382500822fd48dcf80631f9
c15ec97de71b2679bfdc5c1e42f174318d4c68ff
refs/heads/master
2020-04-28T21:32:59.372184
2019-04-12T11:02:34
2019-04-12T11:02:34
175,586,160
0
0
null
null
null
null
UTF-8
Java
false
false
4,590
java
package fcomp.application.configuration.dictionary; import lombok.extern.slf4j.Slf4j; import java.io.File; import java.io.IOException; import java.nio.file.Files; import java.util.*; import java.util.regex.Matcher; import java.util.regex.Pattern; import java.util.stream.Collectors; @Slf4j public class DictParser { ...
[ "rafal.kobylinski@plus.pl" ]
rafal.kobylinski@plus.pl
2d2396a5c28eeb2973512bce42191213930399fa
f1a19012b859e9f72eb02ede9af5eb874af1ce71
/FamilyMapServer/app/src/main/java/recyclerview/ChildViewHolder.java
44d605f92204d3c1c8937a2717e22cc5df6eb4d8
[]
no_license
jarmknecht/AdvProgrammingConcepts
71f561660d0c0d362304650fed142dd813ac24a1
159fe018daadee51271fb7e1f8cdb05233b2e3d0
refs/heads/master
2020-03-29T13:21:27.097874
2018-09-23T06:52:27
2018-09-23T06:52:27
149,954,375
0
0
null
null
null
null
UTF-8
Java
false
false
1,092
java
package recyclerview; import android.view.View; import com.joanzapata.iconify.widget.IconTextView; import android.widget.TextView; import com.example.jonathan.familymapserver.R; public class ChildViewHolder extends com.bignerdranch.expandablerecyclerview.ViewHolder.ChildViewHolder { public TextView title; pu...
[ "jonathan.armknecht@gmail.com" ]
jonathan.armknecht@gmail.com
bd8f6c8ffdd3827cb76f462950d999e5bd87e2d5
0cfadbe44a1f3272d5b4901be7ded8db22ec63a6
/trade-app/cashing/src/main/java/com/akmans/trade/cashing/dto/SpecialDetailQueryDto.java
ffb003ce4f48ecd60faf85456cbe1e577e485335
[]
no_license
akmans/stock_db
4391ddae8a03aa3348f104b711d9fb7555b09749
986cb4a7645a1543d36f97e262fbee07389d30ea
refs/heads/master
2021-01-12T06:13:35.688347
2016-11-03T06:51:37
2016-11-03T06:51:37
77,327,205
0
0
null
null
null
null
UTF-8
Java
false
false
952
java
package com.akmans.trade.cashing.dto; import java.io.Serializable; import com.akmans.trade.core.dto.AbstractQueryDto; public class SpecialDetailQueryDto extends AbstractQueryDto implements Serializable { private static final long serialVersionUID = 1L; /** name. */ private String name; /** itemCode */ private...
[ "mr.wgang@gmail.com" ]
mr.wgang@gmail.com
92cc0aa32c4eb2c6a13f559741dd76d4f04bf6db
17d28bb95bbc0c683dfc79f3879d6882ed108347
/src/main/java/edu/nccu/soslab/Patcher/Json/File/ResGetSrcCode.java
186a4555a3b56c1097b9255183531ce0795335b0
[]
no_license
junhanlin/Patcher
5aae293b6927730e143f1685016e6f3c239f188a
2773a1480c1ab9fce44a7657dc7cd1bb6ffd8d97
refs/heads/master
2020-04-10T08:50:43.648234
2017-01-24T12:19:45
2017-01-24T12:19:45
160,917,054
0
0
null
null
null
null
UTF-8
Java
false
false
249
java
package edu.nccu.soslab.Patcher.Json.File; import edu.nccu.mis.Service.Response; public class ResGetSrcCode extends Response { public int fileId; public String srcCode; public ResGetSrcCode() { // TODO Auto-generated constructor stub } }
[ "john.lin@gmail.com" ]
john.lin@gmail.com