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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
316aa3aaea1dd0ee286a8b978e6ab50c4945d68f | 139eb9842d5009b79cd948b1eda82385326f62f3 | /Example1/src/Exercises.java | c8233ce60ea6a3a7136296da031959f2de918a9e | [] | no_license | Vadimka29/Infopulse | 432051d70f4ffd87607a74f6ca647c6f11334068 | d1ba85febb532f350be9795d9d3f8390ed698268 | refs/heads/master | 2016-09-05T13:16:28.652628 | 2014-10-10T10:45:22 | 2014-10-10T10:45:22 | 22,219,881 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,123 | java |
public class Exercises {
public static void first() {
//поменять значения переменных
int a = 3;
int b = 5;
/*a = a + b;
b = a - b;
a = a - b;
System.out.println("a = " + a + "\nb = " + b);*/
//второй способ
a = a^b;
b = b^a;
a = a^b;
System.out.println("a = " + a + "\nb = " + b);
}
//супермар... | [
"vadimka2995@gmail.com"
] | vadimka2995@gmail.com |
024677e881625bf421e64fe3670ddc50591512df | 1793d80b0033d131719478d7c88684ab177a5c55 | /VolleyAuth/app/src/main/java/net/redfrench/volleyauth/RegisterRequest.java | 42ecdf960af5280dd56a754fff430b3cbf8a2388 | [] | no_license | Red-French/AndroidTinyProjects | 031d9df8c47f1d3366804bfea1d36b821b0ff6a7 | 50cd05f4b1ec669569d24f0a337d0e52d0aed368 | refs/heads/master | 2021-01-16T19:38:44.981069 | 2017-08-14T00:59:33 | 2017-08-14T00:59:33 | 100,186,878 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,690 | java | package net.redfrench.volleyauth;
import android.util.Log;
import com.android.volley.Response;
import com.android.volley.toolbox.StringRequest;
import java.util.HashMap;
import java.util.Map;
// this class will allow a request to be made to the Register.php file on the server
// and get a response as a string, whic... | [
"red@redfrench.net"
] | red@redfrench.net |
e75e80be7460dbce10801356ea2e91d619112ea2 | 0404bb14b561e8c91c4e256d361e015d2850da36 | /app/src/androidTest/java/com/phynero/chanzsc/ApplicationTest.java | dcefbe094719289f93152b1abe8a6a037be5dee6 | [] | no_license | phynero/chanlun | 0ddcb1764bc99415757b12370655c89d20e09982 | 14fd074a294592c9ad6c6ec44ea4d317adf6c4a2 | refs/heads/master | 2021-07-18T22:09:40.393343 | 2017-10-27T07:54:07 | 2017-10-27T07:54:07 | 108,516,228 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 350 | java | package com.phynero.chanzsc;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
sup... | [
"yujiao.shang@kaiqigu.com"
] | yujiao.shang@kaiqigu.com |
b8d8f964e66d4123a5845a12cfc3f455dadb368d | f6d6ada9069e5440be743ee5f181523d45653d38 | /src/main/java/io/nextpos/client/service/ClientSettingsService.java | e5479434c5a42404af6074b6715aeff758a11239 | [] | no_license | tingjan1982/nextpos-service | 57f70621cddcc56b7efc31c4a2aaa694d2b3d964 | 4b26cce17a50f032963c0c7113f499417696f25e | refs/heads/master | 2023-03-17T19:06:29.470672 | 2023-03-15T00:43:13 | 2023-03-15T00:43:13 | 189,748,319 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 733 | java | package io.nextpos.client.service;
import io.nextpos.client.data.Client;
import io.nextpos.client.data.ClientSetting;
import java.util.List;
import java.util.Optional;
public interface ClientSettingsService {
ClientSetting saveClientSettings(ClientSetting clientSetting);
List<ClientSetting> getClientSettin... | [
"tingjan1982@gmail.com"
] | tingjan1982@gmail.com |
dea07d63db86945bf8d24569adebe896d3725c92 | e2288b795628c96a1a47c93e5b5219f6ed8d5ef5 | /src/main/java/FilesIndexer.java | cc32317cdfa54282be0c83f0802f620c0cc06e5a | [
"MIT"
] | permissive | tuxBurner/WiseSearch | 299417bb455a9044619bc7deb4aa6164d1d34c5c | 8273f7311e2cddcdbc479eb5fe386310330c9e3c | refs/heads/master | 2020-04-01T23:47:19.957239 | 2018-02-06T18:01:48 | 2018-02-06T18:01:48 | 153,773,263 | 0 | 0 | MIT | 2018-10-19T11:33:48 | 2018-10-19T11:33:48 | null | UTF-8 | Java | false | false | 4,514 | java | import org.apache.lucene.analysis.standard.StandardAnalyzer;
import org.apache.lucene.document.Document;
import org.apache.lucene.document.Field;
import org.apache.lucene.document.StringField;
import org.apache.lucene.index.*;
import org.apache.lucene.queryparser.classic.QueryParser;
import org.apache.lucene.search.Ind... | [
"itsmayurmadnani@gmail.com"
] | itsmayurmadnani@gmail.com |
adcfdb7642bcfcd57fcf0763572b698268cdcd75 | 2cf9cbafdfd5df582a9a46dcf85e5162901ef337 | /uml/src/main/java/uk/ac/ukc/cs/kmf/kmfstudio/uml/Foundation/Core/AssociationClass$Factory.java | 33454e6a0bd686d81e80f652ff4fff09d21ed989 | [
"Apache-2.0"
] | permissive | opatrascoiu/jmf | 918303cf7ff6a5428157ea5deedc863386f457fb | be597da51fa5964f07ee74213640894af8fff535 | refs/heads/master | 2022-02-28T08:57:39.220759 | 2019-10-17T08:48:14 | 2019-10-17T08:48:14 | 110,419,420 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 732 | java | /**
*
* Class AssociationClass$Factory.java
*
* Generated by KMFStudio at 29 July 2003 10:22:57
* Visit http://www.cs.ukc.ac.uk/kmf
*
*/
package uk.ac.ukc.cs.kmf.kmfstudio.uml.Foundation.Core;
import uk.ac.ukc.cs.kmf.kmfstudio.uml.UmlFactory;
import uk.ac.ukc.cs.kmf.kmfstudio.uml.UmlVisitable;
public inter... | [
"opatrascoiu@yahoo.com"
] | opatrascoiu@yahoo.com |
f8347c9bfa1cd02f7622a181ef6e64682c7501c2 | 208ba847cec642cdf7b77cff26bdc4f30a97e795 | /zd/zb/src/main/java/org.wp.zb/ui/notifications/NotificationDismissBroadcastReceiver.java | a59e01f70b0a83f04b87efeade2741d5729e8e14 | [] | no_license | kageiit/perf-android-large | ec7c291de9cde2f813ed6573f706a8593be7ac88 | 2cbd6e74837a14ae87c1c4d1d62ac3c35df9e6f8 | refs/heads/master | 2021-01-12T14:00:19.468063 | 2016-09-27T13:10:42 | 2016-09-27T13:10:42 | 69,685,305 | 0 | 0 | null | 2016-09-30T16:59:49 | 2016-09-30T16:59:48 | null | UTF-8 | Java | false | false | 1,126 | java | package org.wp.zb.ui.notifications;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.support.v4.app.NotificationManagerCompat;
import org.wp.zb.GCMMessageService;
/*
* Clears the notification map when a user dismisses a notification
*/
public c... | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
c9ea780053799b40dea1cbb63967e99b75e2dbfa | 36dd48d33b451f780510c8f508464f82438f0f64 | /src/com/arahlf/cribbage/Images.java | adb2630806507d2c032ab2ad251ac303ee4a71b6 | [] | no_license | arahlf/Cribbage-Buddy | 175e3f4694cf46ec39a2bcb6e494fbb8c0799135 | eabae5f1b3825bd76e25669fe3fc90879c5e1000 | refs/heads/master | 2020-05-17T05:20:22.960734 | 2012-03-24T02:32:52 | 2012-03-24T02:32:52 | 3,133,195 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 335 | java | package com.arahlf.cribbage;
import android.graphics.Bitmap;
public class Images {
public static synchronized Bitmap getCardImage() {
return _cardImage;
}
public static synchronized void setCardImage(Bitmap cardImage) {
_cardImage = cardImage;
}
private static Bitmap... | [
"arahlf@gmail.com"
] | arahlf@gmail.com |
ad018d963288ecd2c628f1165917148e334b6aed | 5f32906b027f2f6c074bb5d54809809e9c9e1c51 | /src/main/java/com/uit/daa/issuer/Controllers/Validator/addServiceData.java | b129010c00ae93e8a1f387f20ebbfa486ceba7db | [
"Apache-2.0"
] | permissive | DAATeam/DAA_Official | 2fe4c565cbb6c8eed0881d886d0ff68d153c459e | 991af24f9852e51b785b9c5b9122199404d5b14b | refs/heads/master | 2020-07-24T08:00:03.088049 | 2017-01-10T15:03:50 | 2017-01-10T15:03:50 | 73,792,437 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,168 | 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 com.uit.daa.issuer.Controllers.Validator;
import com.uit.daa.issuer.Controllers.Config;
import com.uit.daa.issuer.Jdbc.C;
impo... | [
"duyy.uit@gmail.com"
] | duyy.uit@gmail.com |
cfa3667ed5cce3bd8d2a21c8707537303edfbb91 | 1c5e5f573c5e4fc41053173d107fa9b55da38d4a | /src/socketmsg/ObjectMessengerBase.java | 190efbb28b2ad9257977dce6e31a2f53139257de | [] | no_license | DawsonMyers/SyncronServer | 40a2b6ea6fb417da463855f14031d445bc6e9a45 | 94754b5e4cfb5b27255959a5acc17c23073be63e | refs/heads/master | 2020-03-29T18:44:09.079929 | 2015-02-05T21:19:34 | 2015-02-05T21:19:34 | 30,202,928 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,843 | java | package socketmsg;
import msg.MessageWrapper;
import msg.MsgTimer;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.net.Socket;
public class ObjectMessengerBase extends Thread implements IMessenger {
public MessageWrapper msg;
public ObjectStreamer os;
p... | [
"dawson.p.a.myers@gmail.com"
] | dawson.p.a.myers@gmail.com |
db4be7b384bd1a8975654250217556454860fe5a | 0292212949d6739e89c2fb00f023f18214282616 | /src/designpattern/proxypattern/cglibdynamicproxy/Test.java | fb7150ecdb6658766c5977dc3db3d75a17e655a9 | [] | no_license | HuNanDuDu/designpatterandalgorithm | 9b344bd69d727ab47a38a5ab9b3936c77e5c822e | c2c3be58468cea13cb1af1d733288f7be37ed0c3 | refs/heads/master | 2020-12-04T14:04:27.611274 | 2020-01-04T16:33:53 | 2020-01-04T16:33:53 | 231,794,158 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 382 | java | package designpattern.proxypattern.cglibdynamicproxy;
/**
* @author TanChengQi
* @date 2019-12-13 9:27
* @description
*/
public class Test {
public static void main(String[] args) {
Singer singerProxy = (Singer) new SingerProxyFactory(new Singer()).getSingerProxy();
System.out.println(singerPro... | [
"1156897969@qq.com"
] | 1156897969@qq.com |
dc6575fb23c804939bcf970643090942978f2936 | ab2888afa1f9f143bcfeca16b5a0226d3d3556e1 | /src/main/java/com/ecodation/ornek/bolum010/list/ListAllOrnek.java | b49b18db87ae0bdab17b99e73cbade76304d5e6a | [] | no_license | hamitmizrak/Ecodation-JAVA-SE | a34c30c0b05928726f094abededf9dc8cf5f6301 | 17ba06f75fb81e9debad9b0ee0aae28b34308a48 | refs/heads/master | 2023-01-05T13:04:29.229965 | 2020-11-08T10:16:39 | 2020-11-08T10:16:39 | 299,309,036 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 690 | java | package com.ecodation.ornek.bolum010.list;
import java.util.ArrayList;
import java.util.List;
public class ListAllOrnek {
public static void main(String[] args) {
List<String> list = new ArrayList<String>();
String database = "dsfsdfsdf sdfsdfsfd";
// String[] dizi = kelime.split();
list.add("M... | [
"hamitmizrak@gmail.com"
] | hamitmizrak@gmail.com |
1999ee2e48c6c7c19ac770207f8f8a71de317e08 | 7a93b7817b343b9da49662948e922684b94d1d40 | /jstorm-client/src/main/java/backtype/storm/topology/base/BaseTransactionalBolt.java | 73b3c9ce47bba4ee476810aa8bdbd092c04167a3 | [
"Apache-2.0"
] | permissive | caiyifeng/learn_jstorm | c2aeeb9dd6d29ddf4c7593347b537e049fa57b4a | 61d27beea51a5c37e00193ad4c464b58ded156c1 | refs/heads/master | 2020-12-26T21:49:50.380442 | 2015-05-03T14:43:19 | 2015-05-03T14:43:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 197 | java | package backtype.storm.topology.base;
import backtype.storm.transactional.TransactionAttempt;
public abstract class BaseTransactionalBolt extends
BaseBatchBolt<TransactionAttempt> {
}
| [
"songtk@msn.com"
] | songtk@msn.com |
717866fb0c19076af6b0e4b88bfe4d6774637c73 | 44dbec14882e0d9d5039e6c9f985c9be8b53e7f4 | /app/src/main/java/jiratpasuksmit/mooping/MainActivity.java | a779832b5ed3b039bbfc01f9962fc3eb41d00cfb | [] | no_license | phasuksmit/mooping | 8131b3f01ac67f18c0f7b5e0b276265d777f6eb7 | 96e5d6bec0d5461a166b4a18bc52029ea730bfec | refs/heads/master | 2021-01-19T06:26:32.976555 | 2016-07-09T03:22:14 | 2016-07-09T03:22:14 | 62,929,551 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 335 | java | package jiratpasuksmit.mooping;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_... | [
"pasuksmit@gmail.com"
] | pasuksmit@gmail.com |
02d462e42375c4267af6c6a209c682710cea73ed | 8ffa6e561b18959d6271f59ba27ecd3320d0be49 | /기초 1 - 수학/src/Q9613.java | c1ebf5fc9197be9f65a9864ca4ce1e8c0c812c4f | [] | no_license | Module-zero/JUSUNG | 7bbf99d8552cb6d923d247a44b6f57dcb4dff6ba | 85897c6dfa1e4c41488743d300c0451fa13479cf | refs/heads/master | 2023-04-27T01:06:04.240247 | 2021-05-16T07:33:00 | 2021-05-16T07:33:00 | 299,531,872 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,134 | java | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.StringTokenizer;
public class Q9613 {
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
int cCount = In... | [
"dlrtls12345@naver.com"
] | dlrtls12345@naver.com |
88086d4b39d5addf39f72ecd671bd9069c840a0f | 2795d540bfeb5a17055148cdd5668030a8bb8139 | /schoolerp/src/com/wtr/ui/util/UserNameComparator.java | f6a362d8f51fc27f00e5647e480b5706be28162a | [] | no_license | kvdy/erp-sys | 20af6c6347004fa8c93ad11ef423ea6a47dfed90 | 98ee3a27ce5bfaddd46b502ad844e9b8db7d1cc4 | refs/heads/master | 2021-01-22T17:58:25.100560 | 2014-09-01T01:59:34 | 2014-09-01T01:59:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 371 | java | package com.wtr.ui.util;
import java.util.Comparator;
import com.wtr.bl.vo.UserVO;
public class UserNameComparator implements Comparator<UserVO>{
public int compare(UserVO o1, UserVO o2) {
String str1 = "";
String str2 = "";
str1 = ((UserVO) o1).getUserName();
str2 = ((UserVO) o2).getUserName(... | [
"kaustub.vaidya@gmail.com"
] | kaustub.vaidya@gmail.com |
6d1d1ae0d13194220133db06b1ebd758587544e3 | 3bc18c37b51007ef0c1498d13e605b53c5bc5f38 | /GUI/src/main/java/kcomp/chat/gui/runners/GuiRunner.java | 7eee83960fbc2c8cd3209343aaef25874b3a91a3 | [] | no_license | lennonkory/Chat | 4c085d0de9de8a0252e94668aa18154acf9057d2 | 7691755919c03c927be504fd00b4da12eee320a4 | refs/heads/master | 2021-08-19T08:21:58.299687 | 2017-11-25T12:55:01 | 2017-11-25T12:55:01 | 111,207,007 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 861 | java | package kcomp.chat.gui.runners;
import java.util.logging.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.CommandLineRunner;
import org.springframework.stereotype.Component;
import kcomp.chat.common.entities.Client;
import kcomp.chat.common.entities.StompWebSocke... | [
"kobryson@gmail.com"
] | kobryson@gmail.com |
b907d00fd41a3ba2559a6584304278c0566bb23b | 1df1d535c24cebe0d6b81391a37fb8f623fbb155 | /src/main/java/kr/co/hdable/mybatis/mapper/Mapper.java | ce765a56381c5d3a00a2e50065e50f24fc39df31 | [] | no_license | leehyunseok/infra | 08e87b1266220fc74585b5728058e60a311e57ef | 0708495f061a19d6c82aa493091908163bdc948e | refs/heads/master | 2016-09-11T11:31:31.628056 | 2014-03-07T09:45:36 | 2014-03-07T09:45:36 | 17,386,012 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 984 | java | package kr.co.hdable.mybatis.mapper;
import java.util.List;
import org.apache.ibatis.annotations.Insert;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Select;
import kr.co.hdable.mybatis.vo.Child;
import kr.co.hdable.mybatis.vo.Parent;;
public interface Mapper {
/... | [
"shellsn@lycos.co.kr"
] | shellsn@lycos.co.kr |
3bb7edac4d69f8c7a9daabb57f1768ad40d00606 | 0df09e852f1e433426ae5201837b09c4bc320471 | /phase1_java/interface_demo/src/java8_interface/MyMain.java | 0e92c871d082b5c4af9625799022f0f73d668991 | [] | no_license | vinayingalahalli/simplilearn_TVS | c9ffbdcec8af60eac5ea64ac46034368816a4a2c | 936ca39160231785b8f61e0349df9181498632e7 | refs/heads/master | 2023-01-29T18:08:20.798903 | 2020-12-11T10:22:52 | 2020-12-11T10:22:52 | 302,533,190 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 223 | java | package java8_interface;
public class MyMain implements HelloJava8Interface{
public static void main(String[] args) {
HelloJava8Interface.helloStatic();
HelloJava8Interface h=new MyMain();
h.helloDefault();
}
}
| [
"vinay.ingalahalli@revature.com"
] | vinay.ingalahalli@revature.com |
89dcad161e3b17823459543329d71b9eebea7a1c | 847b15fcbb2c26b6868098313df8970336501091 | /Java/HelloWorld.java | 61594f31191ee484a6f2ba337d76c8ad3cd43573 | [] | no_license | CristiellenCarvalho/Cwi-Reset-2021 | 2cd8d5945d4764ba91e26be46cb6694d6aa840bb | 10cd339ea32280864f22744598752a6ec315506f | refs/heads/main | 2023-07-27T14:46:08.984437 | 2021-09-09T16:48:37 | 2021-09-09T16:48:37 | 404,753,323 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 110 | java | class HelloWorld {
public static void main (String[] args){
System.out.println("Hello World") ;
}
} | [
"cristiellen57@gmail.com"
] | cristiellen57@gmail.com |
558a227424a3d8d6f7b0f5de4591185638985935 | a2d73e8c98dce6d85d3be6d6566253ceba4fb7a2 | /MAD4124_PROJECT/app/src/androidTest/java/com/mad4124/mad4124project/ExampleInstrumentedTest.java | 7d04102f046f7c696950e35a8c83ebcf577c4807 | [] | no_license | akashdeepsingh9988/MAD4124 | ac7bd50465a9906fe82ea55fc20c15770263892f | a1c786422a9787914adb41772846c5b05915d590 | refs/heads/master | 2020-04-12T03:05:19.158582 | 2018-12-18T09:34:44 | 2018-12-18T09:34:44 | 159,694,553 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 762 | java | package com.mad4124.mad4124project;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execut... | [
"akashthind007@gmail.com"
] | akashthind007@gmail.com |
af8a7d33786d1fd88da83f0ad95892bd3ec2555b | caa56deb77c79f33b9e4ccee380b9c5112428525 | /src/main/java/uk/thepragmaticdev/exception/handler/AsyncErrorHandler.java | 0c758f6922efa3e517fa38917b442a7cce0def09 | [
"Apache-2.0"
] | permissive | the-pragmatic-dev/meco-api | c52de2a90caca536f156ca594c546d01fe81ea81 | 6bfc41944b4c2e59c60b74e385f6d0045a7793cb | refs/heads/master | 2022-12-12T07:28:57.659570 | 2020-11-20T09:54:17 | 2020-11-20T09:54:17 | 252,504,061 | 2 | 1 | Apache-2.0 | 2022-12-06T00:45:29 | 2020-04-02T16:08:55 | Java | UTF-8 | Java | false | false | 783 | java | package uk.thepragmaticdev.exception.handler;
import java.lang.reflect.Method;
import lombok.extern.log4j.Log4j2;
import org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler;
import uk.thepragmaticdev.exception.ApiError;
import uk.thepragmaticdev.exception.ApiException;
@Log4j2
public class AsyncErrorHan... | [
"steve@thepragmaticdev.uk"
] | steve@thepragmaticdev.uk |
2515afe2e415cf54d9b5341906918c5052207843 | 388fb6755f96aebb2b47b58cb2079bdaf3ebca53 | /MyServer/src/com/wxisme/test/TestServer.java | 67cb0fa5d933637a1b9aa56b2cdc93214dbafea8 | [] | no_license | wangxu0/MyServer | 94725fcf0c6b06a8a4aaa19fa1f322b3cceb2bc4 | c79c985e0afcf7ccc792cdbd95f82c25c1910362 | refs/heads/master | 2021-12-13T23:52:59.414738 | 2015-08-30T09:07:55 | 2015-08-30T09:07:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 404 | java | package com.wxisme.test;
import org.junit.Before;
import org.junit.Test;
import com.wxisme.server.Server;
/**
*
*@author wxisme
*@time 2015-8-30 上午12:16:28
*/
public class TestServer {
private Server server;
@Before
public void setUp() {
server = new Server();
}
@Test
public vo... | [
"850885154@qq.com"
] | 850885154@qq.com |
fb61b2997b001fd722e11fec03a8b123b0fc36a2 | 30045fb00c68306841ef742d583ec341b23c3121 | /iwsc2017/decompile/tomcat/java/org/apache/catalina/startup/WebAnnotationSet.java | d1691e6fac086c640caa9d052329d32f1de4b81f | [] | no_license | cragkhit/crjk-iwsc17 | df9132738e88d6fe47c1963f32faa5a100d41299 | a2915433fd2173e215b8e13e8fa0779bd5ccfe99 | refs/heads/master | 2021-01-13T15:12:15.553582 | 2016-12-12T16:13:07 | 2016-12-12T16:13:07 | 76,252,648 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 10,701 | java | package org.apache.catalina.startup;
import org.apache.tomcat.util.descriptor.web.ContextResourceEnvRef;
import org.apache.tomcat.util.descriptor.web.MessageDestinationRef;
import org.apache.tomcat.util.descriptor.web.ContextResource;
import org.apache.tomcat.util.descriptor.web.ContextService;
import org.apache.tomcat... | [
"ucabagk@ucl.ac.uk"
] | ucabagk@ucl.ac.uk |
cd1b00e68ee65c1ff6c0d594fe093cf699a792bf | 5ff2d4d7057ec5d810b1abfd7008df0fa690c7b4 | /app/src/main/java/com/borreguin/tiendapp/Class/Note.java | dfe73b5db95ab1ff77219729b20d7d1f2b426d3e | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Borreguin/TiendApp | e0e525863d49f0ea6ad3238b354baa819a4de5e6 | fd287840e25d47f21b809bf1e3802d445b9efe0e | refs/heads/master | 2021-01-21T11:37:14.131312 | 2017-10-03T18:11:34 | 2017-10-03T18:11:34 | 101,844,982 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,389 | java | package com.borreguin.tiendapp.Class;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
/**
* Created by Roberto on 9/8/2017.
* com.borreguin.tiendapp.Class
*/
public class Note {
private int IdNote;
private float value;
private Strin... | [
"rg.sanchez.a@gmail.com"
] | rg.sanchez.a@gmail.com |
45f795645191cd08463868802b79672d25f07e5b | ed0f4f5cde07b87349e5a75721aeb8b64d27a4d5 | /ORE/src/ore/client/executors/RandomExecutor.java | 4359ee186bf2fecd22c46e8cfd84e3c9f79a2e5c | [] | no_license | hajarLRI/wwwore | 3bfb9ca1e03c0e5bfb6ccbf871abab7894a54192 | 097a3901c2c51fc8364a58459e6fbe3c9a0f0be3 | refs/heads/master | 2021-01-02T12:57:29.302338 | 2011-03-14T00:16:38 | 2011-03-14T00:16:38 | 34,676,052 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 387 | java | package ore.client.executors;
import ore.client.Config;
import ore.client.initializers.ReaderWorkload;
public class RandomExecutor implements WorkloadExecutor {
@Override
public void execute(ReaderWorkload workload) throws Exception {
Thread.sleep(1000);
Config.redirectOK = "no";
while(true) {
... | [
"wohlstad@gmail.com@58f18ea7-f5e9-91a9-3360-f4ac606ce033"
] | wohlstad@gmail.com@58f18ea7-f5e9-91a9-3360-f4ac606ce033 |
d1f5a828e872eaa091c1f8af6ab0ab91db0e0bc6 | 4802d250669d3ca14bb60cafcb7582460de05018 | /app/src/main/java/com/mofic/frameworkdemo/mvp/model/prefs/SpImpl.java | a395fda3442d57f089d292ec903fc5c99d12be81 | [] | no_license | mofic/FrameworkDemo | 968bdb57f3f653b654c0c67d702d4bea59cdac03 | d3c04d6e867b13c45d64bcf5a4ff584b0ad70d50 | refs/heads/master | 2021-05-15T20:21:13.646510 | 2017-10-23T07:11:02 | 2017-10-23T07:11:02 | 107,847,100 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,442 | java | package com.mofic.frameworkdemo.mvp.model.prefs;
import android.content.Context;
import android.content.SharedPreferences;
import android.support.annotation.Nullable;
import com.mofic.frameworkdemo.app.App;
import com.mofic.frameworkdemo.app.Constants;
import java.util.Map;
import java.util.Set;
/**
* @author lanw... | [
"lwn314@163.com"
] | lwn314@163.com |
14816b9aaaa4db84d738c50d049e48becc24f937 | 830911beb7a214182ec691d4aca91ec4439a91bf | /ingredient-domain/src/main/java/hr/obai/tacoapplication/ingredient/domain/repository/IngredientSpecification.java | d3d7121370e61944a9358714aa29e073da12ead5 | [] | no_license | reli123/taco-spring | 513f82e1242335da20456c8157d2254b1e1c8d2c | 9275ec074cfec7ca85919fea82acd8dfebfb8d59 | refs/heads/main | 2023-05-13T02:27:10.331431 | 2021-06-02T18:01:38 | 2021-06-02T18:01:38 | 372,985,750 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,005 | java | package hr.obai.tacoapplication.ingredient.domain.repository;
import hr.obai.commons.repository.criteria.CriteriaEnhancedSpecificationBuilderTemplate;
import hr.obai.commons.repository.criteria.CriteriaUtils;
import org.springframework.data.jpa.domain.Specification;
import org.springframework.stereotype.Component;
im... | [
"aurel.marishta@gmail.com"
] | aurel.marishta@gmail.com |
e2d098b3596a5387345e9cf768c3047a8f31cc5b | af9b4195e2781584c3452bd6aabab1f11607a444 | /app/src/main/java/com/example/trabajon1_tallerdenuevastecnologias_jaimeirribarra/MainActivity2.java | fa176bd72343bc6100c425d883ff3526a16a9d40 | [] | no_license | viaroska/certamenViaroska | 62b6199ec35dcd93bfe9326905df04f909f71f7c | a8e03d15accb4ef03b5a2604fc65c1c438b699b9 | refs/heads/master | 2023-08-20T23:31:39.333822 | 2021-10-19T18:46:02 | 2021-10-19T18:46:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,773 | java | package com.example.trabajon1_tallerdenuevastecnologias_jaimeirribarra;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.textservice.TextInfo;
import android.widget.Button;
import and... | [
"jaime.irribarra@virginiogomez.cl"
] | jaime.irribarra@virginiogomez.cl |
eb7202ffb00dd3e799f7cfcc1f267f4128ba0c59 | 65c88e1058696b6f546e45bdf8c3d8a7d1a8fea0 | /src/test/java/TestWithoutSubPath.java | 1efc41fa5d22b7352b9a7332076aef967b96dff4 | [] | no_license | Shahondin1624/PropertiesManager | adc5510457d0da91f061532805004b028f97770b | 4a0a37dd8e94e6781b7794809efc720e35c7c2fb | refs/heads/master | 2023-06-05T17:28:33.174494 | 2021-06-17T15:30:51 | 2021-06-17T15:30:51 | 377,878,634 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 701 | java | import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import util.Retriever;
public class TestWithoutSubPath {
private final Retriever retriever = new Retriever(Constants.PROPERTIES);
private final String subPath = "testWithoutSubPath.properties";
@Test
public void testNormalRet... | [
"tobias.addicks@student.fhws.de"
] | tobias.addicks@student.fhws.de |
28901c2ccd9805beef4b5b76fc47a0efb032fdcc | 7b2e79662381a58319d65f70bf978368de36b383 | /sleep/src/main/java/com/cz/yingpu/system/service/IAppOrdersService.java | cd523364d19bdde682583633af84fdf8118fa962 | [] | no_license | exceptiondc/sleep | 1e8efbc3226b56847bb8aa901be9c483762edd3e | 928ccb1de24bf5bc416db4b325fe76054639eb67 | refs/heads/master | 2022-07-06T23:48:44.140859 | 2022-06-22T07:06:08 | 2022-06-22T07:06:08 | 130,443,892 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,132 | java | package com.cz.yingpu.system.service;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import com.cz.yingpu.frame.util.Page;
import com.cz.yingpu.frame.util.ReturnDatas;
import com.cz.yingpu.system.entity.AppOrders;
import com.cz.yingpu.system.entity.HotelHouse;
i... | [
"dc@DESKTOP-6CUJO1T"
] | dc@DESKTOP-6CUJO1T |
00ed0902e71e8f99ae3eb64864545e834bcec8d2 | 2f9de59c85e358ed6e4a9055e4891b348b677dcc | /app/src/main/java/com/wangzijie/nutrition_user/chatui/utils/PhoneStateManager.java | 4168c717357eaa4b0e3321d5ac563c3172aa439a | [] | no_license | singingchildren/Android | ccb9fe1b57eb825fe86767bd9a6bf3084729508b | 166885f2a8d10e1929119d79972d2227347c6217 | refs/heads/master | 2020-05-26T07:31:15.191981 | 2019-05-23T02:57:38 | 2019-05-23T02:57:38 | 188,150,864 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,348 | java | package com.wangzijie.nutrition_user.chatui.utils;
import android.content.Context;
import android.telephony.PhoneStateListener;
import android.telephony.TelephonyManager;
import java.util.List;
import java.util.concurrent.CopyOnWriteArrayList;
public class PhoneStateManager {
public interface PhoneStateCallback ... | [
"singingchildren@163.com"
] | singingchildren@163.com |
4ae8f39358dd51f0dda3ac1f526c75cac1dc9731 | 9c5e2dd5feab7546003d558da54582ac63c5e791 | /src/main/java/netty/sectionone/EchoClient.java | 6772658949618d4075d8d92140986fc9ab9d9244 | [] | no_license | 344399160/target_p7_practice | b9b14aa6feb97f422b5590bb5a9e823f551f2f3d | 03e463b8d46d0443898177f0833b3d276b8b7a9f | refs/heads/master | 2022-10-16T18:17:18.623773 | 2020-06-12T11:48:32 | 2020-06-12T11:48:32 | 271,513,549 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,211 | java | package netty.sectionone;
import io.netty.bootstrap.Bootstrap;
import io.netty.channel.ChannelFuture;
import io.netty.channel.ChannelInitializer;
import io.netty.channel.EventLoopGroup;
import io.netty.channel.nio.NioEventLoopGroup;
import io.netty.channel.socket.SocketChannel;
import io.netty.channel.socket.nio.NioSo... | [
"qiaobin@58.com"
] | qiaobin@58.com |
030fc2423091fb224e8e9e72a6da9559175bf5f4 | 9f7b3efa36ce9dde68f3deb0beb6739f55b20362 | /src/test/java/com/soft/test/PaperServiceTest.java | 24ec9819375e2c1c8bdcb26549fd5b1e869f1cf9 | [] | no_license | liyahui520/education- | e9b255f4d89a05f2c94edf76ef18660fe37a96da | 7d0f7b854c1cc56d1f4b8a3ab68dd241f22e27b1 | refs/heads/master | 2022-11-11T02:53:15.776377 | 2020-02-17T15:07:25 | 2020-02-17T15:07:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,423 | java | package com.soft.test;
import java.util.List;
import org.junit.Before;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import com.soft.model.Paper;
import com.soft.model.PaperExample;
import com.soft.model.PaperE... | [
"986023997@qq.com"
] | 986023997@qq.com |
69451d753bb93516fa2e1a959483be0dc1083047 | 8957fd8d74720fb95259d1f95447f02c93f4ed76 | /src/test/java/com/reactivespring/handler/ItemHandlerTest.java | ed8390796692f04f7f57e8ba66ef33247c403d8d | [] | no_license | yachingtang2/reactive-spring | 113ae8f143a5d70ff79c467987841a86f471042a | 376161f693555d0cfe9ee7e24b1ee427c197f832 | refs/heads/master | 2022-11-14T00:00:32.597035 | 2020-07-12T22:12:07 | 2020-07-12T22:12:07 | 275,663,508 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,977 | java | package com.reactivespring.handler;
import com.reactivespring.document.Item;
import com.reactivespring.repository.ItemReactiveRepository;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.springframework.beans.factory.annota... | [
"yachingtang@gmail.com"
] | yachingtang@gmail.com |
229ff51244aa45e844045b5a1452d224d4c8b7d4 | 6baf1fe00541560788e78de5244ae17a7a2b375a | /hollywood/com.oculus.browser-base/sources/defpackage/Mp1.java | 1cbf94c05b2e8a72158700ebabaeb612e3fc18e1 | [] | no_license | phwd/quest-tracker | 286e605644fc05f00f4904e51f73d77444a78003 | 3d46fbb467ba11bee5827f7cae7dfeabeb1fd2ba | refs/heads/main | 2023-03-29T20:33:10.959529 | 2021-04-10T22:14:11 | 2021-04-10T22:14:11 | 357,185,040 | 4 | 2 | null | 2021-04-12T12:28:09 | 2021-04-12T12:28:08 | null | UTF-8 | Java | false | false | 1,284 | java | package defpackage;
import sun.misc.Unsafe;
/* renamed from: Mp1 reason: default package */
/* compiled from: chromium-OculusBrowser.apk-stable-281887347 */
public final class Mp1 extends Np1 {
public Mp1(Unsafe unsafe) {
super(unsafe);
}
@Override // defpackage.Np1
public boolean c(Object o... | [
"cyuubiapps@gmail.com"
] | cyuubiapps@gmail.com |
cabc11fde1c188717c64dc7a595b7fe1a5fb2574 | 18a178bb1f68e8e8d6308e9df060542fff4d1130 | /src/nx/water/entity/user.java | 1a4ce2d9a17f7875bd1e7be7c84d71103d61f43f | [] | no_license | Tensaisky/nx-water | 7291b73906a5dfc0517548f3319f1fe7938cf7af | 48cd751e579086237a36055a3fa5602eaeefd58b | refs/heads/master | 2020-03-21T17:50:22.121458 | 2018-06-27T01:51:45 | 2018-06-27T01:51:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,630 | java | package nx.water.entity;
public class user {
private String USER_ID;
private String USER_NAME;
private String USER_PSW;
private String USER_ROLE;
private String USER_DESC;
private String PGROUP_ID;
public String getUSER_ID() {
return USER_ID;
}
public void setUSER_ID(String uSER_ID) {
USER_ID... | [
"506401701@qq.com"
] | 506401701@qq.com |
0b9ae727c4e8a9d011092a7262815a9e9eaf8002 | 039ab86c2d97130d97915576a28039bb8fef1217 | /src/main/java/com/xypp/masterconsole/ws/msg/WsServerMsg.java | a7d036a17810ac2a4b5efc512a28e4d9cc9817c6 | [] | no_license | Silicon-Valley-Trio/master-console | cc7f736be7bb941aab6e19e3b26fe5c17b960168 | b9b89855a7996a031e69a4e8dbfc57db05c5184e | refs/heads/master | 2022-11-07T10:45:33.883517 | 2020-06-05T16:28:03 | 2020-06-05T16:28:03 | 269,343,739 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 369 | java | package com.xypp.masterconsole.ws.msg;
import lombok.Data;
import java.util.Map;
@Data
public class WsServerMsg {
private String message;
private Map<String,Object> params;
public static WsServerMsg msg(String message){
WsServerMsg wsServerMsg = new WsServerMsg();
wsServerMsg.setMessag... | [
"yaotianchi@daojia-inc.com"
] | yaotianchi@daojia-inc.com |
e572adc277362d89bf6959a40e2d57441f6332cd | 90fcca5354c2ec2b46cf587e5f88231d018e03ea | /src/main/resources/archetype-resources/src/main/java/modules/KillJSModule.java | d386dfde62c53f766ac8427c0531f801b93a5801 | [
"MIT"
] | permissive | adamhenderson/azudio-web-app-archetype | fac13d51e55f925eddd7c4c889487fc6793a2b7e | 9ab9e3eb89757102eb3cc70bd76d96e28b8ec973 | refs/heads/master | 2022-11-17T05:13:34.353714 | 2022-11-03T21:06:55 | 2022-11-03T21:06:55 | 31,768,630 | 0 | 0 | null | 2022-11-03T21:06:57 | 2015-03-06T12:37:18 | Java | UTF-8 | Java | false | false | 1,586 | java | #set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
package ${package}.modules;
import org.apache.tapestry5.internal.InternalConstants;
import org.apache.tapestry5.internal.services.DocumentLinker;
import org.apache.tapestry5.ioc.MappedConfiguration;
import org.apache.tapestry5.ioc.an... | [
"adamhenderson@azudio.co.uk"
] | adamhenderson@azudio.co.uk |
6bb8955f1e176d235625fc999ddd74f4af46e449 | d2fa6ab72acf687f26b8f6d8c39cd9c5048d785c | /springBoot/cloudstorage/src/main/java/com/udacity/jwdnd/course1/cloudstorage/mapper/UserMapper.java | 82dad4948d191ade818316db66ee76c728fc67d3 | [] | no_license | mahalaxmikc/udacityLearing-springBoot | 3a1200ec87848a52560733fc00b7e00d29d9dc96 | 5442bf78938adc9f96d14546f30d6d3e57f2c647 | refs/heads/master | 2023-03-18T08:03:41.831002 | 2021-02-26T19:11:51 | 2021-02-26T19:11:51 | 342,672,471 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 803 | java | package com.udacity.jwdnd.course1.cloudstorage.mapper;
import com.udacity.jwdnd.course1.cloudstorage.model.User;
import org.apache.ibatis.annotations.Insert;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Options;
import org.apache.ibatis.annotations.Select;
@Mapper
public interfa... | [
"mahalaxmi.kc@gmail.com"
] | mahalaxmi.kc@gmail.com |
97ae6ad4eb8cee2d9d61b3e1ecc63b332b563266 | a14d8898950885e4c278f027401d2359491b5296 | /src/main/java/codingchallenge/domain/Team.java | 4ae420f8a0787d7e14cf8bebdc300dc02362bb3d | [] | no_license | CS-GCC/codingchallenge | 65f5227b0e543897c6eb912ace4fd9150460f987 | d45ba06407bf17009420e2a6a299f4e590ea5b95 | refs/heads/master | 2022-11-13T08:57:54.226444 | 2020-01-13T16:36:00 | 2020-01-13T16:36:00 | 263,674,554 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 212 | java | package codingchallenge.domain;
public class Team extends Contestant {
public Team() {
super();
}
public Team(String id, String name, String team) {
super(id, name, team);
}
}
| [
"kmw13@ic.ac.uk"
] | kmw13@ic.ac.uk |
627a02dfa68815eb29e754a2149934e807538eab | 909b448d9da9cdbeeff979f8b0ef18b1fbd54cea | /app/src/main/java/com/example/simpletodo/MainActivity.java | 87a58298f14ec9a802124860edf56bee9f45d74b | [
"Apache-2.0"
] | permissive | ValeryiaPilchuk/SimpleToDo | 07202b95ea5c40cbb6073f47d6e8ca2ed7a8a73b | cedf5e99445d27f5ad3b57422dbe377e23171209 | refs/heads/master | 2023-02-26T19:04:27.533900 | 2021-02-06T21:15:39 | 2021-02-06T21:15:39 | 336,631,536 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,933 | java | package com.example.simpletodo;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import andr... | [
"valeryia.pilchuk@gmail.com"
] | valeryia.pilchuk@gmail.com |
5280996e8a51c81da8dfd42884224d7805d01da6 | 0cfdf16f63e176c08f7e38ed3c466303171fb287 | /velocity-sdk/velocity-services/src/main/java/com/velocity/models/request/authorize/ReportingData.java | 1e0c10764f7d4f45b9b919974d5d88621c636803 | [] | no_license | ashishCetuG/java-sdk | 8df3423653e37c50b7799db47ace24839b97f03b | 87048c14e84598b1b657ea97211f74e727f8b868 | refs/heads/master | 2021-01-18T17:15:25.107715 | 2015-03-09T18:02:50 | 2015-03-09T18:02:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 694 | java | /**
*
*/
package com.velocity.models.request.authorize;
/**
* This model class holds the data for ReportingData
*
* @author vimalk2
* @date 30-December-2014
*/
public class ReportingData {
private String comment;
private String description;
private String reference;
public String getComment() {
retu... | [
"viveks@.chetu.com"
] | viveks@.chetu.com |
49952483f6c08b8452619c180ddd93588486bfae | 7de936672c9acfc4f9e37e14d7a2b0d299dd47f1 | /labs/lab 5/Lab5_7.java | 56da92e65ccbd0ec75674e4a2eef78a7057ccc44 | [] | no_license | ashish9902/cmpt220Joshi | abaee3a249a6fbe07c7e05982b44e64b6b2e83dc | f0dea59edee72736becf853e7ba9a7544b83ac83 | refs/heads/master | 2020-03-27T18:11:02.269757 | 2018-12-06T16:32:02 | 2018-12-06T16:32:02 | 146,903,763 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,702 | java | package area;
import java.util.Scanner;
public class Lab5_7 {
public static void main (String[] args) {
double row;
double col;
boolean isUpperTriangular = true;
Scanner scanner = new Scanner(System.in);
System.out.println("Enter total number of rows : ");
row = sca... | [
"ashish.joshi1@marist.edu"
] | ashish.joshi1@marist.edu |
4b032d8f1e1542afd340c210235c239bcc0cf3d9 | 4af46c51990059c509ed9278e8708f6ec2067613 | /java/l2server/gameserver/network/serverpackets/PartySmallWindowAll.java | 0b21688e6a4b820125ad128abb3d219486d752e3 | [] | no_license | bahamus007/l2helios | d1519d740c11a66f28544075d9e7c628f3616559 | 228cf88db1981b1169ea5705eb0fab071771a958 | refs/heads/master | 2021-01-12T13:17:19.204718 | 2017-11-15T02:16:52 | 2017-11-15T02:16:52 | 72,180,803 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 3,537 | java | /*
* This program is free software: you can redistribute it and/or modify it under the terms of the
* GNU General Public License as published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be u... | [
"singto52@hotmail.com"
] | singto52@hotmail.com |
66895e0454bea0b17077ad548925961ada45b758 | af34f037e291838d7bc3bdf7a640626788b8682b | /src/main/java/algorithm/atcoder/p30/Problem3.java | 8dabe2819acb173b22eeb3e45ca82bc80b1acc86 | [] | no_license | jasperosy/scalgo | 60f1850a341ad479bbba1e1485227ba8b32bb6d5 | 28d78fac7a30ba9a11c1fd5aacfb99f28a86921b | refs/heads/master | 2021-06-04T09:02:01.622802 | 2016-10-12T01:46:41 | 2016-10-12T01:46:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,953 | java | package algorithm.atcoder.p30;
import java.util.ArrayDeque;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.Arrays;
import java.util.Queue;
import java.util.Stack;
public class Problem3 {
public static void main(String[] args) {
try {
BufferedReader br = new ... | [
"doxuanhuy@gmail.com"
] | doxuanhuy@gmail.com |
97d4bb64b3ea2351c118e49f1ad67104af8dd526 | 7bb84fa3a5f6b4e8f6d02e75558de32c2f3ed15b | /src/data/values/SecondaryGameStates.java | 88763b890ee1e869f54e9fbd42e272bac822f22d | [] | no_license | cloudliuzju/GameController | 109831664631ff00de3065af8c6f8d3ee146f074 | b62037d295e364a2396b35a382e7eddffafe0b75 | refs/heads/master | 2020-04-25T21:11:37.552274 | 2018-06-18T00:56:25 | 2018-06-18T00:56:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,126 | java | package data.values;
/**
* Created by rkessler on 2017-03-25.
*/
public enum SecondaryGameStates implements DocumentingMarkdown {
UNKNOWN(255, "Unknown"),
NORMAL(0, "Normal"),
PENALTYSHOOT(1, "Penalty Shoot"),
OVERTIME(2, "Overtime"),
TIMEOUT(3, "Timeout"),
DIRECT_FREEKICK(4, "Direct Free K... | [
"robert.kessler@klarna.com"
] | robert.kessler@klarna.com |
d351234903c39b92008e8c8e28e89be41420980d | 5d6209423a599fb76c5f677db92af790829b0031 | /src/com/cristobal/rockbands/MainActivity.java | b45ec6bd956164aad984d51925b30c24608096ab | [] | no_license | chandanws/android_rockbands | 1bc81b112f9a3861fa76c067f47a1482aae9c4ef | 7914bc449739ce77d72d46db30519af4faed0075 | refs/heads/master | 2021-05-11T09:24:27.667701 | 2013-02-09T07:11:14 | 2013-02-09T07:11:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,368 | java | package com.cristobal.rockbands;
import android.os.Bundle;
import android.app.Activity;
import android.content.Intent;
import android.view.Menu;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
public class MainActivity extends Activity {
@Override
protected v... | [
"correodecristobal@gmail.com"
] | correodecristobal@gmail.com |
b5a0bf5d4a8acf8ba5c9ba086f2438542ffcbb72 | 7828dda3f52e0935b3915ead18f778be1478f087 | /hehe/src/com/haha/dao/UserDao.java | 6e1aa45052d00f16d8a379835a6d60bf8f365e3b | [] | no_license | DennisWang1995/javaweb_demo1 | 9b465cf9eb884cd9f0b05146b5cc43afcdbcaa56 | ccbbf4f444f445649e040e03e9bb512f8a39325e | refs/heads/master | 2020-03-07T04:25:23.765654 | 2018-03-29T09:08:57 | 2018-03-29T09:08:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 403 | java | package com.haha.dao;
import java.util.List;
import com.haha.domain.Condition;
import com.haha.domain.User;
public interface UserDao {
public abstract List<User> getAll();
public abstract List<User> getByCondition(Condition c);
public abstract void add(User u);
public abstract User get(int operatorId);
pub... | [
"wy0610@outlook.com"
] | wy0610@outlook.com |
a9564e83a4b5cdcb42df667a87fb6b8ba8c18cc4 | 6f5a4d2f99a3ac8081c1afd54a2558bc1ff880fe | /codesignal/src/main/java/Arcade/Intro/The_Journey_Begins/CenturyFromYearClass.java | 95adfe2b7b4570099961eaf27a68632e1f960800 | [] | no_license | tvttavares/competitive-programming | 19a43154813db7a28c4701413e06f7ab16b841c5 | 6fc6033832a1e725a901fadae765439ec30eac30 | refs/heads/master | 2022-06-30T03:00:16.359238 | 2022-05-26T01:18:10 | 2022-05-26T01:18:10 | 209,412,704 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 299 | java | package Arcade.Intro.The_Journey_Begins;
public class CenturyFromYearClass {
public static int centuryFromYear(int year) {
int res = year / 100;
int r = year % 100;
if (r == 0) {
return res;
} else {
return res + 1;
}
}
}
| [
"tvttavares@gmail.com"
] | tvttavares@gmail.com |
044a4072537fe2b6d9db2e9974e99819b0372096 | b82c76551b0f70064fc34db3221053314fc839b9 | /algorithm/leetcode/editor/cn/RemoveDuplicatesFromSortedArray.java | e82b9e5a4eacb80eabaa2a446e0ca3092a7aa2ea | [] | no_license | zhangzheneagle/algorithm-java | c2676d1d9651ba7dacee0538178d7968acdcf8c2 | dff45faf544cb76b65fb66c74a0f641ab76541a2 | refs/heads/master | 2023-07-28T22:45:51.596944 | 2021-09-28T07:40:28 | 2021-09-28T07:40:28 | 409,436,060 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,494 | java | //给你一个有序数组 nums ,请你 原地 删除重复出现的元素,使每个元素 只出现一次 ,返回删除后数组的新长度。
//
// 不要使用额外的数组空间,你必须在 原地 修改输入数组 并在使用 O(1) 额外空间的条件下完成。
//
//
//
// 说明:
//
// 为什么返回数值是整数,但输出的答案是数组呢?
//
// 请注意,输入数组是以「引用」方式传递的,这意味着在函数里修改输入数组对于调用者是可见的。
//
// 你可以想象内部操作如下:
//
//
//// nums 是以“引用”方式传递的。也就是说,不对实参做任何拷贝
//int len = removeDuplicates(nums);
//
/... | [
"zhen.zhang.eagle@advancegroup.com"
] | zhen.zhang.eagle@advancegroup.com |
ac01e5ac3817683e7d7a733a6f5eaea0860b9832 | baba7ae4f32f0e680f084effcd658890183e7710 | /MutationFramework/muJava/muJavaMutantStructure/Persistence/PayCardSPL/PayCard/boolean_charge__wrappee__Paycard(int)/AOIS_14/PayCard.java | f52ffad6ad260a992cac3ea56d802439aed7da72 | [
"Apache-2.0"
] | permissive | TUBS-ISF/MutationAnalysisForDBC-FormaliSE21 | 75972c823c3c358494d2a2e9ec12e0a00e26d771 | de825bc9e743db851f5ec1c5133dca3f04d20bad | refs/heads/main | 2023-04-22T21:29:28.165271 | 2021-05-17T07:43:22 | 2021-05-17T07:43:22 | 368,096,901 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,820 | java | // This is a mutant program.
// Author : ysma
public class PayCard
{
/*@
@ public instance invariant balance >= 0;
@ public instance invariant limit > 0;
@*/
public int limit = 1000;
public int id;
public int balance = 0;
public PayCard( int limit )
{
balance = 0;
... | [
"a.knueppel@tu-bs.de"
] | a.knueppel@tu-bs.de |
e994c9338b4c83e992dac7954f0fccda6079bdd9 | 8924ffc508f2602cfb2e11c253091763fe0c00ba | /BOJ/sds_algo/day06/B1516_게임개발.java | 4d0a7dda4abea2bca8c82cb2f32c108b532ba29c | [] | no_license | chaechae0322/Algorithm | ad0f463b12fde5961440f69408a2dd6abf620711 | 2cb0c5c9ab1599cc8ad6732dcfca0c410660a1f9 | refs/heads/master | 2023-01-07T09:15:56.567356 | 2023-01-02T00:19:36 | 2023-01-02T00:19:36 | 232,783,532 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,963 | java | package BOJ.sds_algo.day06;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.LinkedList;
import java.util.Queue;
import java.util.StringTokenizer;
public class B1516_게임개발 {
static int N;
static ArrayLis... | [
"dlcodms123@gmail.com"
] | dlcodms123@gmail.com |
9fcd99f4317b012cd96d7a6fa9d583337ed52917 | 393a2e788bedf9ae24100a33ff8c6df5134226bc | /baselib/src/main/java/com/bbtree/baselib/utils/ShellUtils.java | 175151c22cb752a165eef16ab7174b45d6fff0f0 | [] | no_license | TheDefy/Kotlin-PunchCard | cc49403accb1d659a148d466497a9a2a828bffd7 | 737c2dce9b0eec4400432bbbb470c3744d1316bd | refs/heads/master | 2020-03-26T23:10:48.118883 | 2018-10-18T15:23:06 | 2018-10-18T15:23:06 | 145,518,092 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,882 | java | package com.bbtree.baselib.utils;
import java.io.BufferedReader;
import java.io.DataOutputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.List;
/**
* ShellUtils
* <ul>
* <strong>Check root</strong>
* <li>{@link ShellUtils#checkRootPermission()}</li>
* </ul>
* <ul>
* <str... | [
"chenglei@bbtree.com"
] | chenglei@bbtree.com |
83d8c79185f0e385552d294e5cea8dd8196b48ca | da1489356ca38c6dbafd48242da0c45c503abb94 | /querydsl-jpa/src/test/java/com/mysema/query/jpa/domain/sql/SNamed.java | 078520c72e4c421daafb7c68887e8d65ce30cb97 | [] | no_license | john7doe/querydsl | 8920e7e3752a053d363710e41b714b6ddf3b7d07 | 2a9b59233360333eb2293bd493488ac3de85877b | refs/heads/master | 2021-01-18T11:07:37.268450 | 2012-05-16T17:22:33 | 2012-05-16T17:22:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,109 | java | package com.mysema.query.jpa.domain.sql;
import static com.mysema.query.types.PathMetadataFactory.*;
import com.mysema.query.types.*;
import com.mysema.query.types.path.*;
import javax.annotation.Generated;
/**
* SNamed is a Querydsl query type for SNamed
*/
@Generated("com.mysema.query.sql.MetaDataSerializer")
... | [
"timo.westkamper@mysema.com"
] | timo.westkamper@mysema.com |
d409140abca77cd2ccd3f319fc5979647c3c2703 | 58d4f7f798e059d52409d6c18febf6071103045a | /app/src/main/java/com/doi/himachal/generic/GenericAsyncPostObjectForm.java | 3961f06ac0ea194a95ed84001cad892e5db70bee | [] | no_license | KushKD/PHAPSES | ee6eabb3b7a0a811c84522e3a3d6fc4d40a81164 | 52584cab5bdfc069cb31a4c56f2d9cdefdcda9ab | refs/heads/master | 2023-06-05T10:43:06.881102 | 2021-04-28T03:44:29 | 2021-04-28T03:44:29 | 261,148,869 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,535 | java | package com.doi.himachal.generic;
import android.app.ProgressDialog;
import android.content.Context;
import android.os.AsyncTask;
import android.util.Log;
import com.doi.himachal.Modal.OfflineDataEntry;
import com.doi.himachal.Modal.ResponsePojo;
import com.doi.himachal.Modal.UploadObject;
import com.doi.himachal.Mod... | [
"kushkumardhawan@gmail.com"
] | kushkumardhawan@gmail.com |
50c43a7ae6ce95f8d364db114fbf68430e500ba9 | 769175c9ce431cc5fd5c37eae8a50b6cc52f552a | /src/main/java/com/tts/myHeroku/Application.java | 47e6940c8110cecb639ad3325a6ac7213445c8a7 | [] | no_license | Dayannara/myFirstSite | b71a5cbeddf4d1f5ca83cd671f67e3cccd05d806 | 0414eb91efb0a47fefb6d8e087d875c0bd7af4a3 | refs/heads/master | 2020-09-10T15:08:21.977063 | 2019-11-14T15:26:35 | 2019-11-14T15:26:35 | 221,732,620 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 297 | java | package com.tts.myHeroku;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class Application {
public static void main(String[] args) {
SpringApplication.run(Application.class, args);
}
}
| [
"dayannaramoore.com"
] | dayannaramoore.com |
f0820a0bc8406440e3ce715f94d993d3490b3755 | e9936ad2f0e28a4d79891dbe3d1a83d5844bc9c5 | /app/src/main/java/com/legacies/bdm/Activity/SignUp.java | c735e416c8034051b1c1eed5eafff3121f3fddc3 | [] | no_license | stewartqiu/BDM | cc2875d9d96b01624ee13437bfdb5d83922a8af1 | 34e24c594f5cd4db93ff2081c8009b3e5c051424 | refs/heads/master | 2020-08-13T11:49:46.795096 | 2019-10-14T05:53:51 | 2019-10-14T05:53:51 | 214,963,806 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 369 | java | package com.legacies.bdm.Activity;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import com.legacies.bdm.R;
public class SignUp extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setCon... | [
"ceqinq"
] | ceqinq |
efbaa806660437f5e547639b452160d5bb0f5773 | 2fedbe88d2032f8d278e450d51ccf2fe602839a2 | /src/main/java/org/kiev/cinema/pendings/confirmations/PendingConfirmationsContainerImpl.java | d1a44ad403ae9cc768b77d888e3c8cd2a16e041e | [] | no_license | sametbudak/CinemaWebApp | 5050cf780ac1379b615c553b8e3513b752eae872 | 44208516d42013d46e57192172dc2a4531d87d27 | refs/heads/master | 2021-01-24T04:28:36.744777 | 2017-10-20T19:12:04 | 2017-10-20T19:12:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,801 | java | package org.kiev.cinema.pendings.confirmations;
import org.kiev.cinema.CinemaConstants;
import org.springframework.stereotype.Component;
import java.util.Timer;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ConcurrentMap;
@Component
public class PendingConfirmationsContainerImp... | [
"palg@i.ua"
] | palg@i.ua |
0e41e41458adfab782beb73cd2305effe4b13f8c | e314136b38a27d444415c20a6f1312242f293593 | /app/src/main/java/com/xiaohu/fireworkssystem/control/sale_detail_goods/SaleDetailSearchView.java | e68261c2322823edc318d437ceaa41195bf79727 | [] | no_license | Finderchangchang/lingbule | 88f2f42c178f6ff9e8bde76931f03394aafd63ce | 8fcdbe706ce7ce2dd77288cbb383ee679e5552d5 | refs/heads/master | 2021-05-09T06:49:22.278522 | 2018-02-07T07:53:13 | 2018-02-07T07:53:13 | 118,394,332 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 278 | java | package com.xiaohu.fireworkssystem.control.sale_detail_goods;
import com.xiaohu.fireworkssystem.model.view.ViewProductSaleModel;
import java.util.List;
public interface SaleDetailSearchView {
void SaleDetailSearchView(String message, List<ViewProductSaleModel> list);
}
| [
"chang19930228"
] | chang19930228 |
0831308283fe4030efaddcfa1d035ccfe1765924 | c14976d9b2ec7993a52542fcdb3932de9f2f0533 | /core/src/com/remnant/engine/Engine.java | 1ac02146a5d20eb3ce8bc5b385c1bfecbf372217 | [] | no_license | BardenDaSparden/Remnant | c7c9f27da4cf0599bee1db1f18ab2f993a89ca8f | 37438e5c6bdb0151f56f5a7e7041ea5884bf9836 | refs/heads/master | 2021-06-02T04:13:48.620384 | 2020-08-15T21:16:00 | 2020-08-15T21:16:00 | 43,953,656 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,898 | java | package com.remnant.engine;
import java.util.ArrayList;
import org.barden.util.GPUProfiler;
import com.esotericsoftware.kryonet.Client;
import com.remnant.application.Application;
import com.remnant.assets.AssetLoader;
import com.remnant.gamestate.ClientMPState;
import com.remnant.gamestate.EditorState;
import com.r... | [
"brandencmonroe@gmail.com"
] | brandencmonroe@gmail.com |
0361c916698434071d4ae33c1ca94ac99a862eb1 | 6b74e769875f69e45955d2ac1521c420219b448d | /webchatapp/src/main/webapp/UIServlet.java | 27bbf7e286b84ae25354d49f071e5d97c043fe48 | [] | no_license | DaryaTsikach/tikach_chat | 804ebd4264bac7255833c1a98451b9eeaf6265a7 | 7f42f610a19413d84636ab6ad90d054d31a96878 | refs/heads/master | 2021-01-18T23:29:33.849614 | 2016-05-25T15:14:18 | 2016-05-25T15:14:18 | 51,448,991 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,070 | java | package src.main.webapp;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
/**
* Created by Даша on 16.05.2016.
*/
@WebServ... | [
"darja98@yahoo.com"
] | darja98@yahoo.com |
29edaf1c34e9817455e75ce821999d7f6755f2e4 | 3678df32a350dca94fdcac371c96b885cfe3dea8 | /src/main/resources/archetype-resources/project-base/src/main/java/wat/util/RandomGenerator.java | f9e70f6d1e6fa33657dfd62e39b552f37d064c4b | [
"MIT"
] | permissive | WileyLabs/teasy-template-archetype | 767d7f06032b2a0ffd67f780d0bcd044bd8a536a | 8e09ff83bf8b63b2750e42e7cf742503aa7c21f4 | refs/heads/master | 2021-01-01T04:07:24.875328 | 2017-11-29T14:24:21 | 2017-11-29T14:24:21 | 97,122,366 | 0 | 3 | MIT | 2018-05-30T12:18:52 | 2017-07-13T12:53:45 | Java | UTF-8 | Java | false | false | 1,392 | java | #set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
package ${package}.wat.util;
import org.apache.commons.lang.RandomStringUtils;
import java.util.Random;
/**
* Created by IntelliJ IDEA.
* User: slesin
* Date: 7/25/12
* Time: 3:50 PM
*/
public final class RandomGenerator {
... | [
"vefimov@wiley.com"
] | vefimov@wiley.com |
870e45b0ed7847ab7ed01c8e71f4e1879aecb651 | aecd1e3b2f119288b2471e926dcca24d5ceedc6b | /SimpleIM-client/src/simple/im/client/TalkServer.java | 8d94c13491e9c02c0e41ba6db61550e483b9a561 | [] | no_license | nikosolihin/cis-656-rmi-instant-messaging | 2342673f91834f3d524af489aaceb16e3a321b5a | 2fee7edebfb38c85aa97bc7a974354a5bd2bd797 | refs/heads/master | 2016-09-06T19:54:26.385870 | 2013-07-01T03:54:08 | 2013-07-01T03:54:08 | 11,083,476 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,488 | java | package simple.im.client;
import java.io.BufferedInputStream;
import java.io.DataInputStream;
import java.io.IOException;
import java.net.ServerSocket;
import java.net.Socket;
public class TalkServer extends Thread {
private Socket socket = null;
private ServerSocket server = null;
private DataInputStream... | [
"nikosolihin@gmail.com"
] | nikosolihin@gmail.com |
e75dd2516d1fc53d81e036d4709fef67d1666f30 | 800e4255bffa71b63aba136e08482ce771f1e249 | /src/main/java/com/example/demo/apis/request/product/AddProductRequest.java | 73b8ec722d6ddd025ad71cc8a5d6e92212206aaf | [] | no_license | Infinity97/PX-Audio-App-Backend | b3459afd209ac5e8f59f43f0f62fdea113b41af3 | 816bc8e402bf5c3b65bc1a9ad89d1676d7b9da68 | refs/heads/master | 2022-12-01T04:11:46.590523 | 2020-07-24T07:38:45 | 2020-07-24T07:38:45 | 269,350,311 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 498 | java | package com.example.demo.apis.request.product;
import lombok.Getter;
import lombok.NonNull;
import lombok.Setter;
import javax.validation.constraints.NotNull;
@Setter
@Getter
public class AddProductRequest {
@NonNull
private String sellerId;
private String productName;
@NotNull
private String c... | [
"suranaayush97@gmail.com"
] | suranaayush97@gmail.com |
a65fde539f4a9d7d5bfed8cb4aad2dbd895b3d34 | 297d94988a89455f9a9f113bfa107f3314d21f51 | /trade-api/src/main/java/com/hbc/api/trade/fund/MISFundAccountController.java | 468cd6d5e0f6361ac7e51ffa4f5f2987e6749517 | [] | no_license | whyoyyx/trade | 408e86aba9a0d09aa5397eef194d346169ff15cc | 9d3f30fafca42036385280541e31eb38d2145e03 | refs/heads/master | 2020-12-28T19:11:46.342249 | 2016-01-15T03:29:44 | 2016-01-15T03:29:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,878 | java | /**
* @Author lukangle
* @2015年11月14日@下午5:16:52
*/
package com.hbc.api.trade.fund;
import java.util.HashMap;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.validation.Bindi... | [
"fuyongtian@huangbaoche.com"
] | fuyongtian@huangbaoche.com |
3407a3eadba6c319b604936466529e456a9a5109 | d324efa779e190ec11dc3ba1531db37dd9fb161f | /sqlitemagic-tests/app/src/main/java/com/siimkinks/sqlitemagic/model/immutable/CreatorWithColumnOptions.java | 2801d1dcf425f946c665fd86bb40f62d2a39d1dc | [
"Apache-2.0"
] | permissive | SiimKinks/sqlitemagic | 8b09138740991189b7ec9c240cb3aa8cff4629f6 | 3d09d4d729ef9c6e3385d1cecf58d50b54ee5301 | refs/heads/master | 2023-04-30T07:34:26.761243 | 2023-04-12T09:06:01 | 2023-04-12T09:06:01 | 61,441,349 | 138 | 9 | null | null | null | null | UTF-8 | Java | false | false | 5,781 | java | package com.siimkinks.sqlitemagic.model.immutable;
import android.os.Parcelable;
import androidx.annotation.Nullable;
import com.google.auto.value.AutoValue;
import com.siimkinks.sqlitemagic.ParentAbstractClass;
import com.siimkinks.sqlitemagic.ParentInterface;
import com.siimkinks.sqlitemagic.SqliteMagic_CreatorWit... | [
"kinkssiim@gmail.com"
] | kinkssiim@gmail.com |
348e81d47a5a1cf5a7478ff26ec56bf13fdc145a | 80ed800120db816c8145387bed3cd437b7d4f958 | /src/main/java/servlet/Login.java | 1d2273c93367c8d197745aff80c4f5914216775e | [] | no_license | eliAgirre/j2ee-openshift | f849360748b7b7f0720916d5aca1b8b7bc395430 | 6321727aac02867cc77d4bf55a5b67cd4ed0de69 | refs/heads/master | 2021-08-04T16:52:05.256024 | 2017-09-30T10:26:58 | 2017-09-30T10:26:58 | 95,662,366 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,024 | java | package servlet;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import bean.User;
import utilidades.Navegar;
//@WebServlet("/Login")
public class Login extends Http... | [
"eli91ai@gmail.com"
] | eli91ai@gmail.com |
52dbfc6ee974d666e9486befa94830d7442177ce | 9d0fd959aa594894c659b77afde8aa15e3aac779 | /src/main/java/io/github/getvagabond/jhsample/domain/PersistentAuditEvent.java | 7da6d37e5d124a3ddad7dde947ac22686af41f74 | [
"Apache-2.0"
] | permissive | getvagabond/jhipster-sample | 8fee5b05d43ff4a9475cff1d33d9dffe95dd4d5c | c9e1e28ef7e6e1d9f0611229388c05eea036a2e9 | refs/heads/master | 2016-09-13T05:18:16.636150 | 2016-04-12T23:11:17 | 2016-04-12T23:11:17 | 56,102,384 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,815 | java | package io.github.getvagabond.jhsample.domain;
import java.time.LocalDateTime;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
import java.util.HashMap;
import java.util.Map;
/**
* Persist AuditEvent managed by the Spring Boot actuator
* @see org.springframework.boot.actuate.audit.AuditEven... | [
"hakandilek@gmail.com"
] | hakandilek@gmail.com |
82a6c107babaac26e05b07090e08e350f9f1fdf1 | a385f032d915306600bb4f0ce5a1609dfcc043c1 | /src/main/java/com/glenwood/glaceemr/server/application/Bean/FileNameDetailsBean.java | 6597447e13b3e900251d7bca2f9b1d964d9c50dd | [] | no_license | kdeva92k/Myproject2 | 7eb9ff1ed65757cd1c48cbf288f5eafcbdb2e3b8 | adffacc538ae1e0a42bd7e6f03940ba812744ace | refs/heads/master | 2021-04-15T15:26:00.360320 | 2018-03-21T11:33:01 | 2018-03-21T11:33:01 | 126,168,563 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,938 | java | package com.glenwood.glaceemr.server.application.Bean;
public class FileNameDetailsBean {
public Integer filenameId;
public Integer filenameScanid;
public String filenameName;
public Integer filedetailsId;
public Integer filedetailsFlag;
public String filedetailsDescription;
public FileNameDetailsBean(Int... | [
"bhagyalakshmi@glenwoodsystems.com"
] | bhagyalakshmi@glenwoodsystems.com |
fe4d67420009c29b72b879a9f193bc67acdad932 | ec7ff02f3971d694e1578a7d5dde0f5ce5849fbe | /app/src/androidTest/java/com/sachin/babble/ExampleInstrumentedTest.java | 4ddffe93855a62ef48ca916407d588a449d5043f | [] | no_license | sachingajbhiye29/Babble-Chat-app | b123ca11441818f54e04edbc75af87c63b11a500 | bef3983d62fb3e68471073eabfb137dc0c2d1308 | refs/heads/master | 2023-04-29T04:35:53.691471 | 2021-05-25T03:10:45 | 2021-05-25T03:10:45 | 370,549,789 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 748 | java | package com.sachin.babble;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an An... | [
"sachingajbhiye295@gmail.com"
] | sachingajbhiye295@gmail.com |
8210078b4b45ce1c1fa9034b492a74ece49395c2 | 49f5cedf5eb5d72bdfb05a2557ef9afece9fbc9a | /web-module/src/main/java/com/gmail/dedmikash/market/web/controller/ReviewController.java | 085d3ee953f1bd89b17dede1343e22465c1c322d | [] | no_license | Engeniy/online_market_drudenko | 89e444543e8ca9c408126f1a72dc01ef16b71257 | f875eadd884b409be4d7440f43e4a66e42833b2a | refs/heads/master | 2022-01-13T04:11:55.280969 | 2019-06-01T23:07:56 | 2019-06-01T23:07:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,338 | java | package com.gmail.dedmikash.market.web.controller;
import com.gmail.dedmikash.market.service.ReviewService;
import com.gmail.dedmikash.market.service.model.PageDTO;
import com.gmail.dedmikash.market.service.model.ReviewDTO;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.... | [
"dedmikash@gmail.com"
] | dedmikash@gmail.com |
e5bad7303df989af7cabeea6e59513ae4b23fad6 | 67e84d186309a131d15fa918488028d059ab9162 | /App/cerberoc/android/app/src/main/java/com/cerberoc/MainApplication.java | 3f18c31363fd69c0a1337172f60f5d4ddcd20487 | [] | no_license | ReciHub/CodeCup-Cerberos | 8ca24d4e22ad1555ecf794e0bab1cc98ff405160 | 48bbf5ba74c382217beaac0ac2eb7b0497b44ea2 | refs/heads/master | 2021-09-09T17:54:01.072281 | 2018-03-18T19:09:00 | 2018-03-18T19:09:00 | 125,649,828 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,300 | java | package com.cerberoc;
import android.app.Application;
import com.facebook.react.ReactApplication;
import com.dieam.reactnativepushnotification.ReactNativePushNotificationPackage;
import com.pavex.ReactNative.WifiManager.ReactNativeWifiManagerPackage;
import com.facebook.react.ReactNativeHost;
import com.facebook.reac... | [
"jcd2@cin.ufpe.br"
] | jcd2@cin.ufpe.br |
c007b23780651533649c55e0fd678e9a6cbbaa93 | a9532c67b40a71b7d005a32d0f840c1251e4deaa | /i2icom/src/main/java/com/interncell/models/Packages.java | c306c8f38460bfd744281751753ceba8f68f8bb1 | [
"Apache-2.0"
] | permissive | RidvanErenEldem/i2icell | b08291f413d9c83cc3472b00961917bdf9220c95 | aec173a01b66cd57ffbf7a2f371074cd587b586b | refs/heads/main | 2023-08-16T20:43:06.544295 | 2021-09-15T19:22:15 | 2021-09-15T19:22:15 | 398,249,855 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 286 | java | package com.interncell.models;
import java.util.List;
public class Packages {
private List<Package> packages;
public List<Package> getPackages() {
return packages;
}
public void setPackages(List<Package> packages) {
this.packages = packages;
}
}
| [
"erenvehbi18@gmail.com"
] | erenvehbi18@gmail.com |
d34039f5bfb68868313dd402788828441cd30313 | 83e87ee11fa7f6eceb25e5cd282b896af77c2938 | /akka-rest/src/main/java/com/zuehlke/jso/movieservice/rest/MovieRestService.java | a19df87e478e39980bb4e3d6fd3f5e67ae81deaa | [
"MIT"
] | permissive | mi-we/jso-camp-2017 | 06a9929ad32d5c958ef7d50af3ffc9722836116e | 3dac151794b05772bc8d0bb3f6ac8e2593fb9823 | refs/heads/master | 2021-01-20T13:55:45.560750 | 2017-05-12T13:15:44 | 2017-05-12T13:15:44 | 90,537,020 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,012 | java | package com.zuehlke.jso.movieservice.rest;
import akka.NotUsed;
import akka.actor.ActorRef;
import akka.actor.ActorSystem;
import akka.http.javadsl.ConnectHttp;
import akka.http.javadsl.Http;
import akka.http.javadsl.ServerBinding;
import akka.http.javadsl.marshallers.jackson.Jackson;
import akka.http.javadsl.model.Ht... | [
"ccu@zuehlke.com"
] | ccu@zuehlke.com |
7ba227583e54b82c3d746b7d4872b7d656bd028f | 686ea9e96813fe511450099487073aa2b226702a | /spring-mvc-modules/part2-mvc-annotation/src/main/java/com/larscheng/www/HelloServlet.java | cdefb20242ace1d0f37bb489900033447a8f8a05 | [] | no_license | larscheng/spring-learning-samples | bb3aea41df46101006e5dfe1ae755f2c6d1bca3f | da4afccf1df13d5c686916324daa4fe1482bc7f0 | refs/heads/master | 2022-12-23T15:38:18.367016 | 2021-03-08T12:53:48 | 2021-03-08T12:53:48 | 247,928,631 | 0 | 2 | null | 2022-12-16T14:51:45 | 2020-03-17T09:27:49 | Java | UTF-8 | Java | false | false | 802 | java | package com.larscheng.www;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
/**
* @author: larscheng
* @date: 2020/4/15 上午10:48
* @description:
*/
@Controller
public class HelloServlet {
@RequestMapping(valu... | [
"larscheng@foxmail.com"
] | larscheng@foxmail.com |
df9f5c36f685eca2f050406fcf09ad7db3ac7fe0 | 8417745e5fb6bd7dc022baba5d52c6aeba6dd7bb | /src/Event/CancelEvents.java | f266f5a2ca2baf76ef066fc29db34d936ae67c3f | [] | no_license | dos01/hotel-management-system | f258ca42c34933abf0160aee252153e3879c6ea3 | b8c8e156e51727d08812d72f1c3dc05083d572b2 | refs/heads/master | 2022-12-24T23:48:41.247658 | 2020-09-28T15:57:58 | 2020-09-28T15:57:58 | 299,359,616 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 20,930 | 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 Event;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;... | [
"you@example.com"
] | you@example.com |
7ad23690c50faff724a5044af80dc5899bee46d1 | e0b62da00b06acabab7f9994f660504c72d3b46c | /app/src/main/java/com/example/testapp/repository/MarketDataRepository.java | cbc8bdc23df1b460d335fa98d09b04092e0b0d69 | [] | no_license | 112saket2085/TestApp | 52f1bdb99cb9a37ade44ddebf62b6277f8ac9edc | 170f5936aa8a1b19a30a109471b1bbec295e30a5 | refs/heads/master | 2022-12-17T06:48:09.530332 | 2020-09-14T08:37:33 | 2020-09-14T08:37:33 | 295,341,613 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,297 | java | package com.example.testapp.repository;
import androidx.lifecycle.LiveData;
import androidx.lifecycle.MutableLiveData;
import com.example.testapp.R;
import com.example.testapp.app.App;
import com.example.testapp.rest.request.RequestBody;
import com.example.testapp.rest.response.ResponseView;
import com.example.testapp... | [
"jha.saket340@gmail.com"
] | jha.saket340@gmail.com |
ef3d9ae4e7266bc04df46f0459cc8a7c21dd91a8 | 1fc354a2e07488dd6142fd3d0a399b368e83e287 | /common/src/main/java/dev/ftb/mods/ftbchunks/net/package-info.java | 9726a6cafd13897354c930d0496210fdacb85bda | [] | no_license | starmun-0010/FTB-Chunks | fe3b6d938c3bc97be3c7c7893f754b1e0e764383 | 510946d596172ddfb4aab83475e9a0e42f8cfb61 | refs/heads/master | 2023-04-08T17:42:03.056886 | 2021-04-28T18:33:09 | 2021-04-28T18:33:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 83 | java | @javax.annotation.ParametersAreNonnullByDefault
package dev.ftb.mods.ftbchunks.net; | [
"latvianmodder@gmail.com"
] | latvianmodder@gmail.com |
c661a0caaba65b996a616c11102d41b5b11e76bb | f858a6bea57f5a428a10a44b6ebc1cdb56c7dd59 | /itest/src/test/java/org/jboss/test/osgi/framework/classloader/RequireBundleTestCase.java | aadc32d0b9b7626284e1c2ca8f589a2dff276f82 | [] | no_license | alesj/jbosgi-framework | b20e32d580294321405b1186d30c49c6ceb3e543 | ba3f0db6a6bbfe97b23e92a538d4968b75912d4a | refs/heads/master | 2021-01-18T14:10:00.771013 | 2010-09-24T14:09:42 | 2010-09-24T14:09:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,607 | java | /*
* JBoss, Home of Professional Open Source
* Copyright 2009, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* und... | [
"thomas.diesler@jboss.com"
] | thomas.diesler@jboss.com |
050e6b989e0c4bafa9e7ed5c5d676668808a2451 | d0479ca0831bf1ca1d2f5f3c75a81245a0835ac7 | /core/src/main/java/org/yes/cart/shoppingcart/impl/OfflineDeliveryCostCalculationStrategy.java | 4509a241e824af51eb96ee0fef150779cb6a97d1 | [
"Apache-2.0"
] | permissive | inspire-software/yes-cart | 20a8e035116e0fb0a9d63da7362799fb530fab72 | 803b7c302f718803e5b841f93899942dd28a4ea0 | refs/heads/master | 2023-08-31T18:09:26.780049 | 2023-08-26T12:07:25 | 2023-08-26T12:07:25 | 39,092,083 | 131 | 92 | Apache-2.0 | 2022-12-16T05:46:38 | 2015-07-14T18:10:24 | Java | UTF-8 | Java | false | false | 2,412 | java | /*
* Copyright 2009 Inspire-Software.com
*
* 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 appl... | [
"admin@inspire-software.com"
] | admin@inspire-software.com |
fe8c710ff38ce1fef9e0e93a5fa955537d25d6a9 | b0fd990744172956a8b02f9ecb0256fd424589ee | /bundles/org.enterprisedomain.classmaker/src/org/enterprisedomain/classmaker/Blueprint.java | b319cc8e58f1ec7a40183aade90794436b01663b | [
"Apache-2.0"
] | permissive | codetriage-readme-bot/ClassMaker | 756affdc8cfb3e6c44b5229001d315fe550ed4c4 | 8492c88981f4314aa8e9c54dcc32a510a8901fd4 | refs/heads/master | 2021-04-28T07:39:02.322376 | 2018-01-27T12:50:38 | 2018-01-27T12:50:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,652 | java | /**
* Copyright 2017 Kyrill Zotkin
*
* 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... | [
"kyrillzotkin@users.noreply.github.com"
] | kyrillzotkin@users.noreply.github.com |
bf96649fe9966e068fef3d3c527a512b42081715 | 0e009665f5bd69b2e84a4fcc1cb0f03cccb80431 | /bpmn.metamodel.test.edit/src/bpmn2/provider/FlowNodeItemProvider.java | 63c9f69a9c87ce41dc9cf417c9b18c427ebbd7c5 | [] | no_license | takarabt/bpmn | b0920d8a5fe19436ce4037899df08e1915f9231d | 2c917dafcc7d643ea2c98bc97f76c9c9943918cc | refs/heads/master | 2016-09-16T15:40:58.481064 | 2013-02-14T15:04:40 | 2013-02-14T15:04:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,915 | java | /**
* <copyright>
* </copyright>
*
* $Id$
*/
package bpmn2.provider;
import bpmn2.Bpmn2Package;
import bpmn2.FlowNode;
import java.util.Collection;
import java.util.List;
import org.eclipse.emf.common.notify.AdapterFactory;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.edit.provide... | [
"ali.takarabt@gmail.com"
] | ali.takarabt@gmail.com |
f8086565953d71127350b09b711a1a2c77faefd9 | a85bdce71757ed6d4027706f57d9f0047640947f | /BusinessMap/src/main/java/com/business/system/model/QueryCollectionService.java | 80bd1313058d86c3a9cd3e51ae0b434ab673faf0 | [] | no_license | 22281334/NSWBusinessMap | 697069b33a28723e1645cd1d6b3d565ea4868524 | 365051f828f1bb4425d7e5e2b851c456a59f6e67 | refs/heads/master | 2023-02-04T21:31:16.785216 | 2020-12-24T01:41:56 | 2020-12-24T01:41:56 | 324,038,260 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 772 | java | package com.business.system.model;
import org.springframework.data.mongodb.core.MongoTemplate;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
@Service
public class QueryCollectionService {
@Resource
private MongoTemplate mongoTemplate;
/**
* get collection
*
... | [
"22281334@qq.com"
] | 22281334@qq.com |
5d2e1ad53d949abc5f72e80a33c7985eac23d6f2 | 6ade5224b5b60351806707c20eb76ee82ce440bc | /src/main/java/mybatis_c3p0_spring5_study/dto/Employee.java | 075216d4af72a2edb5bbbb9eb3a8e89cc7f16184 | [] | no_license | MinSu-Kim/mybatis_c3p0_spring5_study | afa4043b6d45436ca546803dc1ea40d5bb84f08b | 077d63d8c4bb0b3fdcb4a53f4d9855293133e7fc | refs/heads/master | 2020-04-18T18:34:55.314036 | 2019-02-07T13:27:22 | 2019-02-07T13:27:22 | 167,688,372 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,937 | java | package mybatis_c3p0_spring5_study.dto;
public class Employee {
private int empNo;
private String empName;
private String title;
private Employee manager;
private int salary;
private Department dept;
public Employee() {}
public Employee(int empNo) {
this.empNo = empNo;
}
public Employee(... | [
"net94.teacher73@gmail.com"
] | net94.teacher73@gmail.com |
762837e545c698b97024c3c9e827d16cf9e0e9c9 | 3fb7a0979a7bca7f3b3663268686dba1e5b87921 | /src/main/java/com/etiya/recap/business/constants/messages/RentalMessages.java | 3fd806ece168a3c8f5285a2d5d270dcd54c9ccdb | [] | no_license | ozkandmrcn/RentAcarProject | 75d8b35dc3956efaba3a231a96006b54056b4b19 | bd3b65a051e94f1c4c2a8838783a38e76b4858e5 | refs/heads/main | 2023-07-29T22:22:35.728098 | 2021-10-07T10:16:16 | 2021-10-07T10:16:16 | 407,174,786 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,165 | java | package com.etiya.recap.business.constants.messages;
public class RentalMessages {
public static final String Add = "Araç başarıyla kiralandı";
public static final String Delete = "Kiralama silme işlemi gerçekleşti";
public static final String Update = "Kiralama güncelleme işlemi gerçekleşti";
public ... | [
"ozkandemiircan@gmail.com"
] | ozkandemiircan@gmail.com |
44bb3b75332549a3b14e390da53adafa031a2b67 | 1865a8ba322ea82b814d4a06f763b971f29914b0 | /src/x/y/hibernate/domain/User.java | 8f5bc77fb7b6a848bc8c492f93afcb085cc557d5 | [] | no_license | Ren-XingYu/Hibernate | f55f5d11044037b4aa5bec95f6d00e7e88993d7a | 5b316ba6694715e49dec56dedd4a15db805bf87a | refs/heads/master | 2020-04-14T01:43:48.145215 | 2018-12-31T11:00:16 | 2018-12-31T11:00:16 | 163,567,917 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,255 | java | package x.y.hibernate.domain;
import java.util.HashSet;
import java.util.Set;
public class User {
private Long user_id;
private String user_code;
private String user_name;
private String user_password;
private String user_state;
private Set<Role> roles=new HashSet<>();
public Set<Role> g... | [
"379271608@qq.com"
] | 379271608@qq.com |
d12190a25292fdecc581686d91b663c4483e35db | e7b785faf4a1e193544438f92973e70a726af5c2 | /springboot-servicio-item/src/main/java/com/barriaza/springboot/app/item/rest/ProductoClienteRest.java | 2c7d64643c7cc3859628656f84fc74328e04587f | [] | no_license | bryanarriaza/microservices-architecture | 763c1ec027e832be8c207250e9f6487d49f8ce41 | a601619ff0c85927b09e2fb0438105b7328bb25b | refs/heads/master | 2020-06-29T03:27:27.787252 | 2019-08-06T04:41:12 | 2019-08-06T04:41:12 | 200,418,780 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 844 | java | package com.barriaza.springboot.app.item.rest;
import com.barriaza.springboot.app.commons.models.entity.Producto;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.*;
import java.util.List;
/**
* Created by bjarriaza.g.07@gmail.com
* User: Bryan Arriaza
* Date:... | [
"bjarriaza.g.07@gmail.com"
] | bjarriaza.g.07@gmail.com |
4470d80337139f05ae15d5200d2255c706c3ba5b | 6075f90a3d7533cc2f785ddb2fba5d9469cb2de1 | /src/main/java/com/lh/config/ZuulConfig.java | 574724e88d87bf499a1684db0225f4b1eba0e7fd | [] | no_license | 406544970/service-zuul | 386ca23f83a54960982252a2b19c55150a2bd460 | d652f84582ee3a9be8b9d40c7ec3e203b46784c8 | refs/heads/master | 2023-08-08T05:35:49.096695 | 2019-12-05T10:02:59 | 2019-12-05T10:02:59 | 149,076,298 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 533 | java | package com.lh.config;
import org.springframework.cloud.netflix.zuul.EnableZuulProxy;
import org.springframework.cloud.netflix.zuul.filters.post.LocationRewriteFilter;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
/**
* @author 梁昊
* @date 2019/5/12
... | [
"406544970@qq.com"
] | 406544970@qq.com |
c0b9d81336c0a245b20bbf20e70a7bb76b141b69 | 7966a6b9d4476ee1ae90bfcfbb90d0ce6e92fc0b | /src/main/java/com/seokwon/kim/quiz/bank/stat/repository/ConnectionRepository.java | c52248fa5a9aed682f0941de874685529cb003b8 | [] | no_license | KimSeokWon/stat-conn | 2d0bad709690d12efce4433a58af6ef17bbe0619 | 55148de24f4e70a2c0cd44217703c303b956ded4 | refs/heads/master | 2020-08-01T00:44:53.438295 | 2019-09-26T21:24:00 | 2019-09-26T21:24:00 | 210,803,491 | 0 | 0 | null | 2019-09-26T21:18:04 | 2019-09-25T09:13:46 | Java | UTF-8 | Java | false | false | 325 | java | package com.seokwon.kim.quiz.bank.stat.repository;
import com.seokwon.kim.quiz.bank.stat.model.Connection;
import org.springframework.data.mongodb.repository.MongoRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface ConnectionRepository extends MongoRepository<Connection, String>... | [
"seokwon.kim@sicc.co.kr"
] | seokwon.kim@sicc.co.kr |
686530f1a5c3eb7c037a7a58da04d53d3a22a381 | d8c6e4b2094c759e43baf4bce9b3a06bc9f5ab0a | /src/test/java/com/zorana/ServiceUnitTest.java | 611582f3f1fc7a5535a57a966c64a63b4e1258bd | [] | no_license | ikoniczorana/msgNST | ca92542ebef83bdd621b18756fed6da3d80c89b7 | 2d07e145ef9ed2a92141c094bf4fa59eabc4e0ec | refs/heads/master | 2022-12-29T17:45:21.719332 | 2019-09-16T19:23:55 | 2019-09-16T19:23:55 | 206,966,027 | 0 | 0 | null | 2022-10-05T19:24:11 | 2019-09-07T12:36:43 | Java | UTF-8 | Java | false | false | 2,935 | 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 com.zorana;
import com.zorana.web.entity.Email;
import com.zorana.web.entity.User;
import com.zorana.web.service.Emai... | [
"ikonic.zorana@gmail.com"
] | ikonic.zorana@gmail.com |
758802d3d134d110b97d9cc0aedb242c05beaf3a | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/orientechnologies--orientdb/c451a00ae93071e63b4f70a3b7c2f9afe01c08ce/before/OSQLAsynchQuery.java | 4d2e58143f3f248ef288aa835165d7f7176efbbf | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,752 | java | /*
* Copyright 1999-2010 Luca Garulli (l.garulli--at--orientechnologies.com)
*
* 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
*
* Un... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
cd2490f7847f82c7fc98904f7bba9e6df4498e57 | b2f07f3e27b2162b5ee6896814f96c59c2c17405 | /javax/swing/text/html/ListView.java | 17cef65fb071c78ada0ec6db53fcf66bf5a6fbde | [] | no_license | weiju-xi/RT-JAR-CODE | e33d4ccd9306d9e63029ddb0c145e620921d2dbd | d5b2590518ffb83596a3aa3849249cf871ab6d4e | refs/heads/master | 2021-09-08T02:36:06.675911 | 2018-03-06T05:27:49 | 2018-03-06T05:27:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,672 | java | /* */ package javax.swing.text.html;
/* */
/* */ import java.awt.Graphics;
/* */ import java.awt.Rectangle;
/* */ import java.awt.Shape;
/* */ import javax.swing.text.Element;
/* */
/* */ public class ListView extends BlockView
/* */ {
/* */ private StyleSheet.ListPainter lis... | [
"yuexiahandao@gmail.com"
] | yuexiahandao@gmail.com |
6a939a99612594c19c8f5a7adaee0e0c6b2b9983 | f39716805f3059d2f8ce35b5eef49b19d9258062 | /12_23_mybatis/src/com/zelin/pojo/IdCard.java | 8a48eb78415d0607b307b80b0f61adfc64410638 | [] | no_license | wodeheimao/FrameWork | 4b2767c4ef4ba5605ff62772d0ef0d89da4f58ec | de16e8c27cb76c5c2fddfa37785ee570b03bfb68 | refs/heads/master | 2022-12-21T06:01:24.700678 | 2020-01-10T08:36:28 | 2020-01-10T08:36:28 | 230,102,933 | 0 | 0 | null | 2022-12-16T07:16:16 | 2019-12-25T12:55:06 | JavaScript | UTF-8 | Java | false | false | 995 | java | package com.zelin.pojo;
public class IdCard {
private int id;
private String cno;
private String uid;
private User user;
public IdCard() {
}
public IdCard(int id, String cno, String uid) {
this.id = id;
this.cno = cno;
this.uid = uid;
}
public User getUser... | [
"zhenw_hu@fixmail.com"
] | zhenw_hu@fixmail.com |
ed136ee27122a8c56ddf5cc98a9d1605b1bdb52e | ab0f77eb203252b526b97b43034ec67e214e396f | /datastructres/src/main/java/ctci/treeandgraph/Utility.java | 84653f42c72312afb9b39d4b3ac0991a90a8e03c | [] | no_license | ys93239/DataStructureAndAlgorithms | c44af6f97b2bc8bb14a3245c50f33d61dd55d281 | 154674913582dcff099ea3f0361b8d310c22c007 | refs/heads/master | 2023-06-05T09:02:00.721996 | 2021-06-26T05:53:09 | 2021-06-26T05:53:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 425 | java | package main.java.ctci.treeandgraph;
import main.java.datastructure.TreeNode;
public class Utility {
public static TreeNode createSampleTree() {
TreeNode root = new TreeNode(1);
root.left = new TreeNode(2);
root.right = new TreeNode(3);
root.left.left = new TreeNode(4);
roo... | [
"dharamendra.kumar@outlook.com"
] | dharamendra.kumar@outlook.com |
c1a5dd16a3b713b1ada8775cc3ebcf2552571907 | 7b2582d36b8e93c4a84f7d27e4d0bf3fffc3fb15 | /src/main/java/com/viettel/vsmart/web/rest/ProfileInfoResource.java | d5723d1372e764b6ef7de03e1848b0b81a3e53f2 | [] | no_license | caf3sua/vsmart-api | 48f45b4bd06a29184e7bb5f30f39d8cea75f29b0 | 5ec0cf0e548f94ea7e85506ba301f65af2274c26 | refs/heads/master | 2021-08-24T06:49:19.258009 | 2017-12-08T13:36:09 | 2017-12-08T13:36:09 | 108,253,514 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,037 | java | package com.viettel.vsmart.web.rest;
import com.viettel.vsmart.config.DefaultProfileUtil;
import io.github.jhipster.config.JHipsterProperties;
import org.springframework.core.env.Environment;
import org.springframework.web.bind.annotation.*;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List... | [
"caf3sua@gmail.com"
] | caf3sua@gmail.com |
7b2377b2e873ffe8823557fb53ee2609761cfda1 | 8bf3815c977bf9ee0efa6987be1fdd0aba482b74 | /dbjet-engine/src/main/java/dk/dbjet/ds/ApacheDataSourceResolver.java | 3e28cf772826fa5161f2541ff5556edf4f025525 | [
"MIT"
] | permissive | dkvarshney/dbjet | 8a7544aea18e19fdd3bb0da034f3681e294324a8 | b3d3c3f50b662fa404cc496f47966e62ae2930bb | refs/heads/master | 2023-07-07T04:06:03.842677 | 2021-08-11T11:45:56 | 2021-08-11T11:45:56 | 266,718,292 | 2 | 1 | MIT | 2020-10-13T22:16:33 | 2020-05-25T07:55:18 | Java | UTF-8 | Java | false | false | 602 | java | package dk.dbjet.ds;
import javax.sql.DataSource;
import org.apache.commons.dbcp2.BasicDataSource;
import dk.dbjet.config.JetDatabaseConfig;
public class ApacheDataSourceResolver implements DataSourceResolver {
@Override
public DataSource getDataSource(JetDatabaseConfig config) {
BasicDataSource ds = new Basic... | [
"deepak.aa.kumar@oracle.com"
] | deepak.aa.kumar@oracle.com |
55838b53c65416199bc3aa9b5eeeeac321226fe0 | 591ad2c3f893cfe206ca9b00e543c698cb1bd3d7 | /EVA2_11_ACTIVITY_RESULT/app/src/main/java/jairfranco/com/tec2/pfran/eva2_11_activity_result/MainActivity.java | 7a20ea916f3b4e807322789530c189f8533281fd | [] | no_license | JairFC/APPS1_EVA2 | 4129e17954a4393cce5a396a29a4047575969d96 | a0d562159df6f515699c695315bbc03d5130fead | refs/heads/master | 2020-05-09T16:06:46.245862 | 2019-04-14T04:01:32 | 2019-04-14T04:01:32 | 181,258,479 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,315 | java | package jairfranco.com.tec2.pfran.eva2_11_activity_result;
import android.app.Activity;
import android.content.Intent;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.Tex... | [
"p.francojair@gmail.com"
] | p.francojair@gmail.com |
e09079982c07408ac1ad519b2ba6c326760eab30 | e312d275a82a716b8dcd1268980a07f866b94a92 | /app/src/main/java/com/roadyo/passenger/main/HomePageFragment.java | 8c505a6326a496df08c65a69ebbc71216163fa30 | [] | no_license | akamahesh/Cabby | 0ee209850b31f4b04d137fee600cbc37ab93192b | 5616d2386c0938f6a4a5712a70bf2509fc2374a9 | refs/heads/master | 2021-05-11T10:49:11.371684 | 2018-01-19T10:48:07 | 2018-01-19T10:48:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 279,732 | java | package com.roadyo.passenger.main;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.app.ActivityManager;
import android.app.AlertDialog;
import android.app.DatePickerDialog;
import android.app.Dialog;
import android.app.NotificationManager;
import android.app.ProgressDialog;
import a... | [
"you@example.com"
] | you@example.com |
b9572099edf509f033be956a1fd334935a71fc52 | 92dd6bc0a9435c359593a1f9b309bb58d3e3f103 | /src/LeetcodeTemplate/_0037SudokuSolver.java | 122731d78954e07e391593b3e07913f976a5d7cb | [
"MIT"
] | permissive | darshanhs90/Java-Coding | bfb2eb84153a8a8a9429efc2833c47f6680f03f4 | da76ccd7851f102712f7d8dfa4659901c5de7a76 | refs/heads/master | 2023-05-27T03:17:45.055811 | 2021-06-16T06:18:08 | 2021-06-16T06:18:08 | 36,981,580 | 3 | 3 | null | null | null | null | UTF-8 | Java | false | false | 1,374 | java | package LeetcodeTemplate;
public class _0037SudokuSolver {
public static void main(String[] args) {
solveSudoku(new char[][] { new char[] { '5', '3', '.', '.', '7', '.', '.', '.', '.' },
new char[] { '6', '.', '.', '1', '9', '5', '.', '.', '.' },
new char[] { '.', '9', '8', '.', '.', '.', '.', '6', '.' },
... | [
"hsdars@gmail.com"
] | hsdars@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.