blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
59a1e6e94daa373485b3f7170433413a9e31f09a | 990b3036c509963af343e5d90af03bc05d586a6b | /OrderService/src/main/java/demo/model/Order.java | 6c2396d4e76f2d804408d7ab33dd47fe2606e5be | [] | no_license | sibendu/EventDrivenMicroServices | a79e92ff9a158cdd14af5cd85be4f99b15eeced5 | ef013c1113e93dba3eaf9e6b742308db407e8c01 | refs/heads/master | 2020-09-13T17:39:15.128153 | 2019-11-20T05:38:52 | 2019-11-20T05:38:52 | 222,857,713 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,370 | java | package demo.model;
import java.io.*;
import java.util.*;
import javax.persistence.*;
import org.springframework.data.domain.*;
@Entity
@Table(name = "demo_order")
public class Order implements Serializable{
@Id
@GeneratedValue(strategy=GenerationType.AUTO)
private Long id;
private ... | [
"sibendu.das@oracle.com"
] | sibendu.das@oracle.com |
d6c9f179c3cd6d4684dbe1f4ea1dac58f7a1efaa | 73ffe17f1fc7fb0105471acea4bacf2a2d7a7905 | /sort sorted array by center.java | e262add62333ea040350a5b3e2f8425d87854781 | [] | no_license | hengshaochen/DS-ALOG-HG | 208a73460caff72a218257c694118f40b0d74943 | 7e52cbc07d3fceb543c00aa2eb36962d43771ba4 | refs/heads/master | 2020-03-31T04:25:27.110731 | 2019-05-26T23:03:27 | 2019-05-26T23:03:27 | 151,904,446 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,560 | java | // "static void main" must be defined in a public class.
public class Main {
public static void main(String[] args) {
new Main();
}
public Main() {
int[] nums = {1, 3, 4, 5, 9};
double center = 4.5;
int[] ans = sortByCenter(nums, center);
for (int i = 0;... | [
"henrychen0702@gmail.com"
] | henrychen0702@gmail.com |
0072fec3c14c7c381d0cb88696539d3e29e2b0a8 | a5157e3cb802588df0f9c9b9a92f3bbd43d384d9 | /VotesCounter.java | ed339ef7f31b2d6839d4df73449c36e69f5d626d | [] | no_license | Azaro1805/Java-Thread-Project | e9f58c7dd2a534b55df77ab9128cf34fcf9fdbe2 | f1817119f01bc69b56312fdffb3b27c4b0b0aa28 | refs/heads/master | 2022-12-01T07:21:16.060632 | 2020-08-02T07:35:52 | 2020-08-02T07:35:52 | 284,228,861 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,344 | java | import java.util.Vector;
public class VotesCounter {
protected Vector <VoteTicket> VoteTickets;
//constructor
public VotesCounter (Vector <VoteTicket> VoteTickets) {
this.VoteTickets=VoteTickets;
}
//Calculate the results for the mayors- return the mayor name of the winner
public String calculateMayorResul... | [
"67314843+Azaro1805@users.noreply.github.com"
] | 67314843+Azaro1805@users.noreply.github.com |
89019b9f2ac872c31f73f9ba99f5d77f434b3046 | 655a67d0327f470801b7dc4cd67ce8b5cb54108d | /duke/oracle_idm/connectors/tasks_email/trunk/src/edu/duke/oit/idms/oracle/connectors/tasks_email/routing/RoutingData.java | 5ebf89ad918de2cc5cef60c1c126966a08edb7d2 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | carte018/i2pr-collab | 690b8608a0801d66b2dc0dda829a841e75b35f68 | b1aa7af56d71ee2ccb414a86031eed174316d509 | refs/heads/master | 2021-01-18T14:38:35.185180 | 2011-08-01T13:37:28 | 2011-08-01T13:37:28 | 1,691,858 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,758 | java | package edu.duke.oit.idms.oracle.connectors.tasks_email.routing;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import com.thortech.util.logging.Logger;
import com.thortech.xl.util.logging.LoggerModules;
import edu.duke.oit.idms.oracle.connectors.tasks_email.EmailUsers;
import edu.duke.oit... | [
"rob@duke.edu"
] | rob@duke.edu |
e7a0023f414d193d9f3c5bf385d220b53b0cb387 | c756df50936189899909e78377c26622cf59e61c | /src/main/java/com/ensa/services/EnseignantService.java | afcdc515b0f2c15df67e3490821409eabe60f277 | [] | no_license | Imayd/siback | aa5547d04d7a67ac1ed9d417c0c57c54551162c3 | 19c49edb7529abdcb807098bdfec7275fe85a527 | refs/heads/main | 2023-03-03T16:37:01.290489 | 2021-02-10T07:36:47 | 2021-02-10T07:36:47 | 337,650,419 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 691 | java | package com.ensa.services;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.ensa.entities.Enseignant;
import com.ensa.repositories.EnseignantRepo;
@Service
public class EnseignantService {
@Autowired
private EnseignantRepo profRepository;
... | [
"moustati.imane@gmail.com"
] | moustati.imane@gmail.com |
100929848ffaa4788b3bad2a5d8fe7e6a1a33991 | a195a0e0e2d43e50e66d697f84327861d4b9b5b3 | /src/java/com/rapleaf/hank/storage/curly/CurlyUpdater.java | 09dccac5a83d7e3b20a7a68c5c01ddf1051576bd | [] | no_license | ekoontz/hank | 9d2dadacb14388933f62784f077e8a2fa5aae1ff | 5d0c44e306b4a35d208dd5969934e5a5a27eb0ac | refs/heads/master | 2021-01-24T00:54:50.479306 | 2011-06-30T22:42:47 | 2011-06-30T22:42:47 | 2,002,356 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,323 | java | /**
* Copyright 2011 Rapleaf
*
* 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 agreed ... | [
"bryan@rapleaf.com"
] | bryan@rapleaf.com |
e9f11fc922c43a07a993dc8c312be837fbbbde59 | 6b9baba368ab03acfda8057a724baafbca972697 | /src/main/java/com/yiminwu/mapper/CustomMapper.java | e7fbb9e924cd5eb4cf1648e86fb9d8bb5badfa4d | [] | no_license | yiminwu1987/cloudProj | 0c9b08a05ddfe1eb14c4c619f2950082b8b8a6f2 | 712aefeb111e532d0fcacb60b81095a51d053ce6 | refs/heads/master | 2020-03-22T17:00:31.249695 | 2018-07-10T02:31:54 | 2018-07-10T02:31:54 | 140,366,302 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 474 | java | package com.yiminwu.mapper;
import java.io.Serializable;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.github.pagehelper.Page;
public interface CustomMapper<T, PK extends Serializable> {
/**
* 分页查询数据
* @return
*/
Page<T> getList(@Param(value="name") String name);
... | [
"247952521@qq.com"
] | 247952521@qq.com |
16d24afd9ab5fab89007a8b9fb53df3b1c8d527f | fa0db48c91eba43d41707a8963982cc7a6520628 | /geo/src/main/java/org/dreambitc/geo/entity/Entity.java | 11f3afc86ad51987776de0a4f8101d41ecb5cb4d | [] | no_license | dreambit/geo-project | b93d187aca4ecaee9d0d5e14c113c707170a9a49 | 1e09841a3a0fd52f6f8de9bc86221d0572e2efb2 | refs/heads/master | 2021-01-17T06:27:04.621975 | 2015-04-19T22:41:24 | 2015-04-19T22:41:24 | 27,999,396 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 115 | java | package org.dreambitc.geo.entity;
import java.io.Serializable;
public interface Entity extends Serializable {
}
| [
"dreambitc@gmail.com"
] | dreambitc@gmail.com |
a9d022037f85152d2cd152bc4c644d5f5541f1c1 | 4627d514d6664526f58fbe3cac830a54679749cd | /results/cling/closure-com.google.javascript.rhino.head.NativeObject-com.google.javascript.rhino.head.ScriptableObject-16/com/google/javascript/rhino/head/NativeObject_ESTest.java | ffd55831688c04f955cbffb59880eea34796cf1b | [] | no_license | STAMP-project/Cling-application | c624175a4aa24bb9b29b53f9b84c42a0f18631bd | 0ff4d7652b434cbfd9be8d8bb38cfc8d8eaa51b5 | refs/heads/master | 2022-07-27T09:30:16.423362 | 2022-07-19T12:01:46 | 2022-07-19T12:01:46 | 254,310,667 | 2 | 2 | null | 2021-07-12T12:29:50 | 2020-04-09T08:11:35 | null | UTF-8 | Java | false | false | 16,542 | java | /*
* Tue Mar 03 18:55:04 GMT 2020
*/
package com.google.javascript.rhino.head;
import org.junit.Test;
import org.junit.Ignore;
import static org.junit.Assert.*;
import static org.evosuite.shaded.org.mockito.Mockito.*;
import static org.evosuite.runtime.EvoAssertions.*;
import com.google.javascript.rhino.head.BaseF... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
826af6b4b6246dc33e3a0ee0acbb8591ff05a804 | 13aeb1f7593b7b67fcaa531471d357bf577bdc5c | /target/generated-sources/cxf/org/tmdd/_303/messages/LinkGeomLocation.java | ee4147b2a78bd493e7a58a7e4cf3fc9133b47f83 | [] | no_license | Qijian-Gan/RealtimeDataManagement | 77efe7e6ddd345189729d0bb4242859fd441f847 | 16a0792d7253b966496b6ce1ec47aef1a57073eb | refs/heads/master | 2020-04-15T19:03:35.484160 | 2019-06-05T20:45:29 | 2019-06-05T20:45:29 | 164,934,584 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,603 | java |
package org.tmdd._303.messages;
import java.io.Serializable;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAnyElement;
import javax.xml.bind.annotation.XmlType;
import org.w3c.dom.Element;
/**
* <p>Java class for LinkGeomLocati... | [
"ganqijian@gmail.com"
] | ganqijian@gmail.com |
bcc0aa4b33fce1187d0d917c33c0a0f73bc5d6d5 | 8f428871182f39c03f2b24c866d0d870c2806363 | /tesco-api/tesco-ware-api/src/main/java/com/jerusalem/ware/feign/WareSkuFeign.java | a05eeadc06015f22084a649632f6af879182f921 | [
"Apache-2.0"
] | permissive | jbzhang99/tesco-mall | c24e97ac702f573a1b6a8a6f5b7823e3c9959e93 | 09c9a3678fd0ce58ed8a449a9649031630538626 | refs/heads/master | 2023-04-18T01:16:07.292687 | 2020-12-03T02:31:45 | 2020-12-03T02:31:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 912 | java | package com.jerusalem.ware.feign;
import com.jerusalem.common.utils.R;
import com.jerusalem.common.vo.LockStockVo;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.w... | [
"3276586184@qq.com"
] | 3276586184@qq.com |
03fd60fe3907cf7b6c44d639035eb0945a4947b3 | 8c157c50c96835464771f2b183cf027a769af437 | /Lab2/TestMyInteger.java | f836ac4d9faa9dfc03e80ed496539ee8ce1a707a | [] | no_license | SulaimaanSiddiqui/CSE-260-Labs | 3114d62e44c3f484aa6c8062661c02967a54e2ea | 02bf185b7bf19b0956c0fbe1a3e5f706ac8488d5 | refs/heads/master | 2021-07-13T05:38:03.696451 | 2017-10-12T20:21:58 | 2017-10-12T20:21:58 | 105,939,099 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 422 | java |
public class TestMyInteger {
public static void main(String[] args){
System.out.println("Test MyInteger");
MyInteger tester = new MyInteger(13);
System.out.println("Is odd: " + tester.isOdd());
System.out.println("Is even: " + tester.isEven());
System.out.println("Is prime: " + tester.isPrime());
System.... | [
"sulaimaan.siddiqui@stonybrook.edu"
] | sulaimaan.siddiqui@stonybrook.edu |
5540b0b0235f34bf5cbeede1855e68a2032c700a | f597672808519972e040a54502f9ab6a1841de1e | /HackerRankProblems/src/com/capgemini/interviewpreparation/SherlockandValidString.java | 96b3b95ef18208c4eaff2d15b9b7a530928f77b8 | [] | no_license | E0227472/JavaCode | 46d5c019ed52a13ecc15275d1079ee4ae67d7494 | 455fd3828ba7ec530f79b2e8cd5ab5d7d93d0d2a | refs/heads/master | 2022-12-22T04:58:00.333113 | 2019-07-31T04:04:21 | 2019-07-31T04:04:21 | 199,775,480 | 0 | 0 | null | 2022-12-16T09:54:05 | 2019-07-31T04:01:55 | Java | UTF-8 | Java | false | false | 2,122 | java | package com.capgemini.interviewpreparation;
import java.io.IOException;
import java.util.Arrays;
import java.util.HashMap;
import java.util.Map;
import java.util.Scanner;
import java.util.TreeMap;
public class SherlockandValidString {
// Complete the isValid function below.
static String isValid(String s) {
Stri... | [
"30948299+E0227472@users.noreply.github.com"
] | 30948299+E0227472@users.noreply.github.com |
820c6da1537f8d3ff3265e415c6455eb907fe524 | 8a926231aa00e4ce6308090d1b2b4ac20a4fc243 | /src/main/java/org/dselent/course_load_scheduler/client/action/OpenCreateAdminAction.java | 997969836fae1396a0a000020f39ace63000f48b | [] | no_license | WPI-CS3733-Team1/course_load_scheduler | 86e0da476aabd583efb9ecb00c8a17b8c3d0de2d | 69e96db929919fcc2d58ed9786f62f50c06ee4f6 | refs/heads/master | 2021-05-01T21:16:40.505091 | 2018-02-28T04:52:56 | 2018-02-28T04:52:56 | 120,974,243 | 0 | 0 | null | 2018-02-10T01:40:01 | 2018-02-10T01:40:00 | null | UTF-8 | Java | false | false | 487 | java | package org.dselent.course_load_scheduler.client.action;
public class OpenCreateAdminAction
{
private String userName;
public OpenCreateAdminAction(String userName)
{
this.userName = userName;
}
public String getUserName()
{
return userName;
}
@Override
public String toString()
{
StringBuilder bui... | [
"bpwagner15@wpi.edu"
] | bpwagner15@wpi.edu |
8a08834c42188198748c202621146d853717f252 | 2df7dfe7059687c78c7f6a1bc9f572ce5990a04d | /trend-trading-backtest-view/src/test/java/cn/trend/TrendTradingBackTestViewApplicationTest.java | 03c4d3b6271b7e79432a7c1fa5e46c1798abd6f0 | [] | no_license | Xuanzhihao/trendParentProject | f77cb9f769527efeeacd8d86d16494226cf60d3a | bc274e4e5a02d9a931c7ccfbf5b03c1169d54533 | refs/heads/master | 2021-01-26T12:51:54.990668 | 2020-05-18T13:56:36 | 2020-05-18T13:56:36 | 243,438,470 | 0 | 0 | null | 2020-10-13T20:06:30 | 2020-02-27T05:26:58 | Java | UTF-8 | Java | false | false | 343 | java | package cn.trend;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
/**
* Unit test for simple TrendTradingBackTestViewApplication.
*/
public class TrendTradingBackTestViewApplicationTest
{
/**
* Rigorous Test :-)
*/
@Test
public void shouldAnswerWithTrue()
{
asser... | [
"xuanzhihao1997@foxmail.com"
] | xuanzhihao1997@foxmail.com |
45719a8493d6e3820469b6bc46b662ead4b22d61 | 9f6ba3ee5096668c50b89c09d8b6e5cf4c2946dc | /CommonRecyclerViewLibrary/src/main/java/com/androidlongs/pullrefreshrecyclerylib/common/PullRecyclerViewUtils.java | bcd51d0cd9d3596bcb465172d5576d7ffecea87f | [] | no_license | zhaolongs/AndroidCommonDiscreLibrary | a7e66e53e097de242296e62c9fd41346bcf23d46 | 003015f394302301bb2f22314294eda71186d9a1 | refs/heads/master | 2021-01-19T19:44:04.039672 | 2017-08-25T17:09:36 | 2017-08-25T17:09:36 | 101,205,587 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 106,724 | java | package com.androidlongs.pullrefreshrecyclerylib.common;
import android.animation.Animator;
import android.animation.ObjectAnimator;
import android.animation.ValueAnimator;
import android.annotation.SuppressLint;
import android.content.Context;
import android.graphics.Color;
import android.graphics.Rect;
import androi... | [
"928343994@qq.com"
] | 928343994@qq.com |
16378f7a72c4ad287b5335b9ac286e9bcad35859 | b0e3fe41276a6a875ad8c5f838c3496994760eb7 | /ServidorRMI/src/BD/Conexao.java | b8d45e65cc6afc65693e5423916bf05098e82c88 | [] | no_license | TiagoOlivv/client-and-server-with-rmi-communication | f540c62021167d2919020f6a33c4346c1ca93657 | e4dfa59af8d0f540fd05e0416f46319a1a739d86 | refs/heads/master | 2020-04-30T06:37:19.038313 | 2019-04-13T22:52:12 | 2019-04-13T22:52:12 | 176,657,358 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 962 | java | package BD;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.SQLException;
public class Conexao {
public Connection conect(){
try {
System.out.println("Banco de dados conectado");
return DriverManager.getConnection("j... | [
"tiago.-oliveira@hotmail.com"
] | tiago.-oliveira@hotmail.com |
f3fc607e2ac9ee9b64e23a1cf429cd8a4b0b0e66 | 8d81f776e5e9d05508238e363a7510923bc796a1 | /src/main/general/gui/GUIListSingleSelectionCenteredXY.java | f916e40972dafe7f1ab03fa2df8d5b98e7560565 | [] | no_license | Itschotsch/BaschtelGame | b119839ab953eb3a70a4b1c6a69d6159d8773710 | 3fabc754123fcf3e480be295f514093cb1357454 | refs/heads/master | 2021-01-25T04:35:30.942305 | 2017-06-06T01:31:43 | 2017-06-06T01:31:43 | 93,451,007 | 0 | 0 | null | 2017-06-05T22:01:33 | 2017-06-05T22:01:33 | null | UTF-8 | Java | false | false | 260 | java | package main.general.gui;
public class GUIListSingleSelectionCenteredXY extends GUIListSingleSelection {
public GUIListSingleSelectionCenteredXY(float x, float y, float width, float height) {
super(x - width / 2f, y - height / 2f, width, height);
}
}
| [
"jot@hotmail.ch"
] | jot@hotmail.ch |
ccc6e81109d0139ffd6259e94ca5653380a4c65a | 87ce61c3a4171336d1c4e99dcf217ecbe0250d3d | /src/main/java/com/betterjr/modules/supplieroffer/data/OfferConstantCollentions.java | fac972e63f937339b9363324acad40ac0f7cdc7b | [] | no_license | Xuyp1023/scf-service | e2a92f0ce09f9508ff1f3e1f1b4486b106b531fa | d229c8f3fa46e897f53287c58a225e0a31ffb4f9 | refs/heads/master | 2021-05-15T13:08:44.375713 | 2017-10-20T08:36:58 | 2017-10-20T08:36:58 | 108,508,592 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 311 | java | package com.betterjr.modules.supplieroffer.data;
public class OfferConstantCollentions {
// 状态 0: 不可用 1 正常使用
public static final String OFFER_BUSIN_STATUS_NOEFFECTIVE = "0"; // 0: 不可用
public static final String OFFER_BUSIN_STATUS_EFFECTIVE = "1"; // 1 正常使用
}
| [
"xuyp@bytter.com"
] | xuyp@bytter.com |
2d083f6ec8d479a8f66e1b49129e231b17738103 | 2f57b85955893705ce9b012073f3fcd9d0828f21 | /craigsListscraper/src/main/java/CraigsList.java | 03bc20935ac4fbb54bf88963a9e6e09645955368 | [] | no_license | izzyjr/ScrapersJava | 3d4dcc8adf3c26cc6bda2d66e7efdb706c98e1b5 | 1847143a08c6d17717ebf583470b91eaadfb1ffd | refs/heads/master | 2021-01-24T03:43:20.046430 | 2018-10-16T22:30:52 | 2018-10-16T22:30:52 | 122,902,779 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 658 | java | import com.gargoylesoftware.htmlunit.WebClient;
import com.gargoylesoftware.htmlunit.html.HtmlPage;
public class CraigsList {
public static void main(String[] args) {
String searchQuery = "Iphone 6s" ;
WebClient client = new WebClient();
client.getOptions().setCssEnabled(false);
... | [
"mesa.israel50@gmail.com"
] | mesa.israel50@gmail.com |
1b1a7a4eec1a54d8b110c0c950ad3aa4ed76fef8 | 6a93f162a135bb53d965ca89736463b54342288e | /wechatspider/uiautoregister/src/main/java/com/common/volley/toolbox/Volley.java | ccaf21a0bc7f36b8505b6f3e57860379e8ca0a9e | [] | no_license | chenjiexu1010/autotesting | c0319d131969e554da22addcff72afb4fe4966ce | e82f42891e24d2e2d1f69e3abdbc0cd8a1455dcd | refs/heads/master | 2021-03-17T16:27:30.662005 | 2020-04-23T03:18:29 | 2020-04-23T03:18:29 | 247,002,940 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,893 | java | /*
* Copyright (C) 2012 The Android Open Source Project
*
* 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 app... | [
"chenjiexu_1991@qq.com"
] | chenjiexu_1991@qq.com |
73a8af86d71e600f1bf2bb32997492b1fe441420 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /large-multiproject/project68/src/test/java/org/gradle/test/performance68_2/Test68_129.java | 44f9f3217b9a0f897394922b549af430d5388f1f | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 292 | java | package org.gradle.test.performance68_2;
import static org.junit.Assert.*;
public class Test68_129 {
private final Production68_129 production = new Production68_129("value");
@org.junit.Test
public void test() {
assertEquals(production.getProperty(), "value");
}
} | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
ced79f22ba30b95e9fada296a034a5663bbf141d | bb3b9380526af31f39cb6e71cbbba4e3c886c80d | /cellpay-sdk/src/main/java/com/cellcom/cellpay_sdk/helper/CellpayCheckOutInterface.java | f99318509fa36c549708967a264d1d5aa9fa87b2 | [] | no_license | cellcom-nepal/cellpay-sdk | 2d7ab770aa765bb9f80a3ae2e289d7459a8bd430 | 4514f2d46270668d6a4e5f7f4d6e4fcaae7ad654 | refs/heads/master | 2022-01-03T09:29:05.641467 | 2021-12-27T05:42:59 | 2021-12-27T05:42:59 | 231,575,984 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 200 | java | package com.cellcom.cellpay_sdk.helper;
import com.cellcom.cellpay_sdk.api.Config;
public interface CellpayCheckOutInterface {
void show();
void show(Config config);
void destroy();
}
| [
"manjit.neku@cellcom.net.np"
] | manjit.neku@cellcom.net.np |
a7fa5006ab592d19de397d4fbc89f61fd3d29ebe | 59931fe6ad6e4a8d3b3e5457ae0978a8a6d3683e | /java-algo/src/main/java/com/c1games/terminal/simulation/units/Turret.java | bf82353e07d659e3ec57c91a32cd37ad36eb7175 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | muditg317/2021-Terminal | 80ac971a20acca5398538a89331ef583b25730f5 | 7be6a157531576568a03fdef8f2574271228d648 | refs/heads/master | 2023-04-01T20:52:03.771507 | 2021-04-10T23:45:00 | 2021-04-10T23:45:00 | 341,638,215 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,031 | java | package com.c1games.terminal.simulation.units;
import com.c1games.terminal.algo.Coords;
import com.c1games.terminal.algo.PlayerId;
import com.c1games.terminal.algo.map.Unit;
import java.util.function.Function;
public class Turret extends StructureUnit {
private static final double startHealth = 60;
private stati... | [
"muditg317@gmail.com"
] | muditg317@gmail.com |
ece2e1f760a64a9f9c952e78e0161f6432a12d9d | 533721712ad0914139264b108c912e0f8e72cc32 | /Day02/src/main/java/com/synechron/domain/Person.java | 037b3437da4c62c072bc9da14c7479e8cea13337 | [] | no_license | pskselvam/Sep-05-06-2019 | 494f3ee219beac2740c49f9fd81dc07eb85d1ac7 | 025bdbb54d81cb7e01d7bd273a21320fe675dee3 | refs/heads/master | 2020-07-21T03:10:55.443413 | 2019-09-06T08:13:10 | 2019-09-06T08:13:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 932 | java | package com.synechron.domain;
import java.util.List;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.OneToMany;
import javax.per... | [
"iamprabhu@yahoo.com"
] | iamprabhu@yahoo.com |
31379c70c28eca642cf7e2bff98db4ad001db6d8 | 5cbe8869063ce8f1078974c47d49e08d4521eb52 | /src/it/marteEngine/State.java | c2e6779bf166c9db00fe9ac76e12b79a228b514c | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Flet/MarteEngine | 10f99798651356869d57aa91de2cf4ac51324b4c | a2341398f909afeeb968d57493b8e72afd5a6b11 | refs/heads/master | 2021-01-16T20:50:41.917762 | 2012-03-18T19:46:35 | 2012-03-18T19:46:35 | 3,925,741 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 255 | java | package it.marteEngine;
import org.newdawn.slick.GameContainer;
import org.newdawn.slick.Graphics;
public interface State {
public void init();
public void update(GameContainer container, int delta);
public void render(Graphics g);
} | [
"a_pakla@yahoo.it"
] | a_pakla@yahoo.it |
0ea69b7f1c30dc78d04399185dc978d9cc5c7322 | 5e427102d8e0fedfea123ba543918da68e220880 | /instrumentation-api/src/main/java/io/opentelemetry/instrumentation/api/tracer/ClientSpan.java | b963db2debf0078c468cfdb57d3d7accd4d864e7 | [
"Apache-2.0"
] | permissive | aras112/opentelemetry-java-instrumentation | bef1c634cf0fd1a70eff848a6ee25fd52fead091 | df004892f74852c689a5576e0703532c002a0361 | refs/heads/main | 2023-08-07T10:37:48.917978 | 2021-10-03T20:03:06 | 2021-10-04T18:58:48 | 412,537,338 | 0 | 0 | Apache-2.0 | 2021-10-01T16:18:11 | 2021-10-01T16:18:10 | null | UTF-8 | Java | false | false | 1,178 | java | /*
* Copyright The OpenTelemetry Authors
* SPDX-License-Identifier: Apache-2.0
*/
package io.opentelemetry.instrumentation.api.tracer;
import io.opentelemetry.api.trace.Span;
import io.opentelemetry.api.trace.SpanKind;
import io.opentelemetry.context.Context;
import io.opentelemetry.instrumentation.api.instrumente... | [
"noreply@github.com"
] | noreply@github.com |
29ca1d6347f2daf9f255acc5cc127bdbf2cd431c | 936b8f9e3f430209ea07a6012738040a9af0df41 | /lib-core/src/main/java/com/hmw/lib/core/ui/loader/LoaderCreator.java | 66e3405b351bb54b6e3790bdd13abbc3b5656307 | [
"Apache-2.0"
] | permissive | hanmingwang/myecapp | 7e729ad8e19fa33542fcfec9307052d59a3f72ea | 3f52bd54e45ab5729ab36a8c58a6166c09409531 | refs/heads/master | 2020-03-19T02:56:02.741847 | 2018-06-04T14:57:20 | 2018-06-04T14:57:20 | 135,676,537 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,618 | java | package com.hmw.lib.core.ui.loader;
import android.content.Context;
import com.wang.avi.AVLoadingIndicatorView;
import com.wang.avi.Indicator;
import java.util.WeakHashMap;
/**
* Created by han on 2018/6/2.
* 显示正在加载的旋转Dialog
*/
final class LoaderCreator {
private static final WeakHashMap<String, Indicator>... | [
"you@example.com"
] | you@example.com |
3c8b534fa88ed0dac30c806f53cdb9fc0caa83f3 | ec1afdf125e848ced736c2a8d884bcfff41ead7f | /src/main/java/com/utag/phase1/dao/PictureDaoImpl.java | ddb8175502df2af85735fdc1a8f9bb2685958082 | [
"Apache-2.0"
] | permissive | Autumn-NJU/PhaseII | c02da5c2a385f8a6cb264f3ae0aa3cd73f1eaacd | 76d0b01b5b49320ccef5bd4cffb2011d82af83cc | refs/heads/master | 2021-04-15T13:18:32.759486 | 2018-10-17T03:02:12 | 2018-10-17T03:02:12 | 126,656,928 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,953 | java | package com.utag.phase1.dao;
import com.utag.phase1.dao.DaoService.PictureDao;
import com.utag.phase1.domain.Picture;
import com.utag.phase1.util.FileTool;
import com.utag.phase1.util.GsonTool;
import org.springframework.stereotype.Repository;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Lis... | [
"2529716798@qq.com"
] | 2529716798@qq.com |
8e67d8e0072a841f39e793e97153efa1d950734a | 7b87ad269807540e557260933d667cdabd60f9eb | /BattlePets2.0/src/TeamVierAugen/Playables/AIPlayer.java | dab2f6ee3a8bd3dfcddd294ddaf8cbb8f0b55456 | [] | no_license | lincolnsch99/BattlePets2.0 | 7b4dcd18c18b5a333ac739f4a4171f4efbd9e406 | 3e17e67c35b2b995e7cb51c89889d019dcb5331b | refs/heads/master | 2020-09-14T08:49:03.089458 | 2020-02-10T02:54:58 | 2020-02-10T02:54:58 | 223,082,055 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 658 | java | /**
* This class represents values for an AIPlayer.
*/
package TeamVierAugen.Playables;
import TeamVierAugen.Skills.Skills;
import java.util.ArrayList;
import java.util.List;
public class AIPlayer
{
private final int RANDOM_SEED = 5;
private String name;
private PlayerTypes type;
public AIPlayer(... | [
"lincolnsch99@outlook.com"
] | lincolnsch99@outlook.com |
31207674add0b370e687fa19faa599d6415201d8 | a35a6a74ef97c991a5f017732f27ada99ce44d1f | /qy.times.manager/src/main/java/com/manager/entity/LoginRecord.java | 181deb66a234659b0b31a4c7a233d17fc037a364 | [] | no_license | zouzhiwu/qy-java | 7d518df0d39e73b780d4cc931338c43cba4f5076 | 4be2ca43461358850d8a2cb8b0f46dea2bcba678 | refs/heads/master | 2020-05-23T13:23:37.326146 | 2019-05-16T01:53:18 | 2019-05-16T01:53:18 | 186,774,511 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 480 | java | package com.manager.entity;
public class LoginRecord {
private Integer id;
private Long userId;
private Integer createTime;
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public Long getUserId() {
return userId;
}
public void setUserId(Long userId) {
this.user... | [
"33468106@qq.com"
] | 33468106@qq.com |
b7ccc843416a0053b4b3aae1388f7fd0aa037778 | 7d4c4f49de2985e8e4efb3ce88f2041c61ba325f | /mongodbapp/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/fragment/R.java | d9f1a062d2493d96bc7cec0300c2d9522f14ef64 | [] | no_license | jdoss003/awds | 621089076eab9bb451565909a583ffca55ce3731 | 5d86a05a1af143a10dbd351eed42235a91816b23 | refs/heads/app | 2020-05-07T16:09:30.498243 | 2019-06-10T02:25:28 | 2019-06-10T02:29:05 | 180,668,126 | 0 | 0 | null | 2019-05-22T19:42:19 | 2019-04-10T21:41:46 | C++ | UTF-8 | Java | false | false | 10,194 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package android.support.fragment;
public final class R {
private R() {}
public static final class attr {
private attr(... | [
"blong005@ucr.edu"
] | blong005@ucr.edu |
7adfd0a2e63a3c8111fff87b7dc34edf290b0a3d | 0871fb7175c465103b7e35ee7d54b6a8a2af6b32 | /app/src/main/java/com/datonicgroup/narrate/app/models/events/RemoteSyncUpdateEvent.java | 61c65eb8fa92659b9cdb6e8e022660eee89b5bf7 | [
"Apache-2.0"
] | permissive | saengowp/narrate-android | c29058a0444681bd5da32d05b7cf2360ff2fee3b | 97c1b206130dc78c74712c76629b9171649c9225 | refs/heads/master | 2021-07-16T18:50:02.915550 | 2017-10-22T13:47:10 | 2017-10-22T13:47:10 | 107,793,918 | 0 | 0 | null | 2017-10-21T15:56:20 | 2017-10-21T15:56:20 | null | UTF-8 | Java | false | false | 138 | java | package com.datonicgroup.narrate.app.models.events;
/**
* Created by timothymiko on 1/14/16.
*/
public class RemoteSyncUpdateEvent {
}
| [
"timothymiko@gmail.com"
] | timothymiko@gmail.com |
5bc518d6e8ec4d72240294fdac1489992625c0b4 | 5daf176c8047989f8411d05f57509c76d0f9353e | /app/src/main/java/app/com/willcallu/EasyPermissions.java | 0d30ecfc5848b5ae68f12e4439e73c6efca18ca0 | [] | no_license | kishansolanki124/WillCallU | 8b7a21362d8616fd1ad8722d45dd7f8b0edef5f6 | 8cfa8b0fff9ad6cd211172b3a949d48b84f4acea | refs/heads/master | 2022-02-18T13:58:36.153735 | 2022-01-27T09:52:44 | 2022-01-27T09:52:44 | 167,820,557 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,033 | java | package app.com.willcallu;
import android.Manifest;
import android.annotation.TargetApi;
import android.app.Activity;
import app.com.willcallu.R;
import android.content.Context;
import android.content.DialogInterface;
import android.content.pm.PackageManager;
import android.os.Build;
import android.support.annotation.... | [
"kish.solanki@yahoo.com"
] | kish.solanki@yahoo.com |
5730cc898c8dcf364e213c52275d3db3bf075361 | cb893f927e1cea8b7e86645e1f754ddeca9b40f9 | /CodeUp/src/if_else/Soccer1.java | fef4951d4cbb8bd21f4f5b215a6c0f89efed789e | [] | no_license | CHOIHYOGIL/JAVA_PRACTICE | 2de7f84f839f180adf91f14cfcf1da95268ffdb9 | 0528cebbb924cc022ee74ffd2490b2953bd5610b | refs/heads/master | 2022-12-17T23:54:07.361187 | 2020-09-29T07:15:55 | 2020-09-29T07:15:55 | 289,222,437 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 558 | java | package if_else;
import java.util.Scanner;
public class Soccer1 {
public static void main(String[] args) {
Scanner scanner=new Scanner(System.in);
int time;
int first;
int second;
time=scanner.nextInt();
first=scanner.nextInt();
second=scanner.nextInt();
int rest=90-time;
int total=0;
... | [
"gyrlf2478@naver.com"
] | gyrlf2478@naver.com |
5abddb1cf7e000b28183de0b8eb2c075593e75f4 | a545b8eaf3cf577a14a1afecf4019294560c657c | /src/test/java/io/jcervelin/familybase/templates/ParentTemplates.java | e17392fbfdfff32db8ecd4df16206f7fecfe2a7f | [] | no_license | jcervelin/family-base | acbeacba6f62c8a28e83084dbc621503ed2e2ad4 | 0aafba7661a88a8490f6f91317224f9677d936f7 | refs/heads/master | 2020-03-24T08:39:02.533964 | 2018-07-30T04:38:10 | 2018-07-30T04:38:10 | 142,602,788 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,663 | java | package io.jcervelin.familybase.templates;
import br.com.six2six.fixturefactory.Fixture;
import br.com.six2six.fixturefactory.Rule;
import br.com.six2six.fixturefactory.loader.TemplateLoader;
import io.jcervelin.familybase.domains.Child;
import io.jcervelin.familybase.domains.Parent;
import java.time.LocalDate;
impo... | [
"juliano.cervelin@gmail.com"
] | juliano.cervelin@gmail.com |
b94cd00a438f295017a5322c20c3b450f9ce1ab8 | 56785ac290bd2b796bd5f90d2c76b97f8fb96a8b | /mHospital System/app/src/main/java/com/app/health/Main.java | 51c170a56d232f6c8b5e133c23ea34f5b36651e7 | [] | no_license | sutariyaashish022/mHospital | 6630a4771b1a1b80eefc9ee6df41de2f0ef08321 | a3202f69f889fbe48bb35da95798f472d1123e49 | refs/heads/master | 2022-12-23T07:50:16.897686 | 2020-10-01T20:39:13 | 2020-10-01T20:39:13 | 300,411,808 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,200 | java | package com.app.health;
import android.content.DialogInterface;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.Toast;
import com.marcoscg.fingerauth.FingerAuth;
import com.marcoscg.... | [
"ashishsutariya@Ashishs-MBP.attlocal.net"
] | ashishsutariya@Ashishs-MBP.attlocal.net |
a4eea90cfa482ed6804de732473a04783f3a8170 | 30df5b79bdaeb4a0e5a123be5087bad4b00c4b54 | /RadixSortString.java | c73d266284e71b3071331460a4bbd4baf1e09ab7 | [] | no_license | AnshulPrasad2602/Types-of-sorting-techniques | dc418b82aa932080154ce2e55e35e0686811c1ec | 835911e0e3cfed9edd195a2ca93c1bbe2d9757a6 | refs/heads/master | 2022-11-09T22:57:32.438000 | 2020-06-20T07:08:10 | 2020-06-20T07:08:10 | 272,764,140 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,444 | 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 radixsort;
/**
*
* @author ANSHUL
*/
public class RadixSortString
{
public static voi... | [
"noreply@github.com"
] | noreply@github.com |
19ff44f295e3a9f52b0f03c18344bffc2887434c | 7f12ef982449c40b0039dd6e44e15eae92ad96f6 | /StringMatchingAlgos/axg137230_Client.java | 6808b5222913e14b82ce0a46da4e4b4af837d3ef | [] | no_license | abhishek182/DataStructuresAndAlgo | 75e5753a5bb23097fd40f94008396aa87c69eb70 | 393a9dc355f133eb0a1cf05bfee2d4606ceae547 | refs/heads/master | 2020-05-03T02:53:20.086701 | 2014-12-21T00:16:44 | 2014-12-21T00:16:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,785 | java | import java.io.File;
import java.io.FileNotFoundException;
import java.util.ArrayList;
import java.util.Scanner;
/**
* This class is the starting point of the program. It expects two command line
* arguments.
*
* @author Abhishek Gupta (axg137230) and Manuj Singh (mxs135630)
*
*/
public class axg137230_Client {... | [
"abhishek.182@gmail.com"
] | abhishek.182@gmail.com |
c243eacfde15c29ecfa061e87498ddc0bc7333a1 | b00a2b523e9a4e5e215074b5e9db256b6454f2b0 | /sample3/src/test/java/sample/ddd/bluedawnsolutions/domain/OrderTest.java | 38bd742845b50f71e0a82bbf92cea6cfc89dff23 | [] | no_license | kevinpotgieter/sample-DDD-root | 7db2bb7fecb615a0ba7f8e01f255adb864d697f5 | 10366372beda0bd9635f63d54278d44bb70ff646 | refs/heads/master | 2021-01-01T17:05:25.614035 | 2016-11-01T17:18:29 | 2016-11-01T17:18:29 | 11,701,861 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,122 | java | package sample.ddd.bluedawnsolutions.domain;
import com.google.common.collect.Lists;
import org.junit.Before;
import org.junit.Test;
import sample.ddd.bluedawnsolutions.application.OrderingService;
import sample.ddd.bluedawnsolutions.application.StandardOrderingService;
import sample.ddd.bluedawnsolutions.services.Ext... | [
"potgieter.kevin@gmail.com"
] | potgieter.kevin@gmail.com |
12c8b4d65b9a67f94c5077b77ac4e53cae44823a | dd89ba85ceb56a3df25be449088c492bfd6f7814 | /collect/src/test/java/com/opengamma/collect/tuple/PairTest.java | 126ac410e6545e3afd78997b5f0acd56e1ee1e4c | [
"Apache-2.0"
] | permissive | loredofilms1/OG-Commons | e163b56cddbdeaab89bf16211a750d6a479508f3 | 1d16971633d97c4464bea2c9653c4be915670f45 | refs/heads/master | 2020-05-20T23:10:50.216672 | 2014-12-17T12:29:37 | 2014-12-17T12:29:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,302 | java | /**
* Copyright (C) 2009 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
package com.opengamma.collect.tuple;
import static org.testng.Assert.assertEquals;
import static org.testng.Assert.assertTrue;
import org.testng.annotations.DataProvider;
import or... | [
"stephen@opengamma.com"
] | stephen@opengamma.com |
206395f56953b54f8f8d5ceac82132c708d7abd1 | 50038815ef10faa5932d12df02af5c654d997631 | /src/main/java/com/huobi/designPatterns/factoryMode/OperationAdd.java | 9f2f15ef10cd35618e050f5c5018b003df72e032 | [] | no_license | wanyi007/java-basis | 886b88847fe205999c8c7da640ef6e9bb9ffbb6f | 5a158c124ee85c7d4a077ad6aec8f5900a61495e | refs/heads/master | 2021-07-03T05:26:37.466730 | 2020-12-20T07:20:41 | 2020-12-20T07:20:41 | 207,129,461 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 351 | java | package com.huobi.designPatterns.factoryMode;
/**
* @author wanyi
* @version V1.0
* @Package com.huobi.designPatterns
* @date 2019-08-13 23:47
*/
public class OperationAdd extends Operation_v1 {
@Override
public double GetResult() {
double result = 0;
result = getNumberA() + getNumberB();
... | [
"wanyi@192.168.0.150"
] | wanyi@192.168.0.150 |
066b3ba3827f3e15437f7abd7856bf7ee54bb81c | e313ac61275aa8189f829727252c3ed145aad209 | /Lab03/Lab03_Bai04/app/src/main/java/com/example/lab03_bai04/LocaleHelper.java | ed693cf6767b884711dc9c73ebe8a81efc059227 | [] | no_license | DalatCoder/lap-trinh-di-dong | b0d1eaf7db02fbfcb781f641334b457d1e6cc9c1 | 3a20853e2f5e767b62fa6ea9c5693db29e2aa549 | refs/heads/main | 2023-02-01T17:33:13.590866 | 2020-12-16T23:49:17 | 2020-12-16T23:49:17 | 302,788,220 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,154 | java | package com.example.lab03_bai04;
import android.content.Context;
import android.content.SharedPreferences;
import android.content.res.Configuration;
import android.content.res.Resources;
import android.preference.PreferenceManager;
import java.util.Locale;
public class LocaleHelper {
private static final String ... | [
"hieuntctk42@gmail.com"
] | hieuntctk42@gmail.com |
f1378f3ee2055677c8182b2d6b505d95d86e2ac7 | 4936a2dae6dca6a9553f7bebeab28614908bea98 | /app/src/main/java/com/example/zy/sagittarius/model/IVersion.java | affa2ce207eaa0fc7ce74e5ab0e5b00c739c1986 | [] | no_license | zhaoxiansheng/Sagittarius | 0e1fd09ee5dea129abf28f32c2b88e7ede2a5a1a | 6afe1e499ccceb70e8320d0bdbb2ebb33f9bb18b | refs/heads/master | 2021-05-23T05:08:52.567651 | 2018-12-11T06:50:48 | 2018-12-11T06:50:48 | 95,226,840 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 684 | java | package com.example.zy.sagittarius.model;
/**
* Created on 2017/9/21.
*
* @author zhaoy
*/
public interface IVersion {
/**
* 版本接口返回的值
*
* @return 状态
*/
String getStatus();
/**
* 版本接口返回的值
*
* @return latest
*/
String getLatest();
/**
* 更新地址
*... | [
"bqzhaoyu@gmail.com"
] | bqzhaoyu@gmail.com |
e576d10df87fc991f68b875f510eb20ffdee3d82 | 3d11d1dff7d55840b5cfd9f5c316f5998e1d44ff | /app/src/main/java/com/example/muvindu/recyclerdemo/widgets/vizualizer.java | e144493cdb837ea4d8bad4fab6718c08c69f41a5 | [] | no_license | rootm/android | c658e60703de4565ee4679e3b4a7ccd3a071f6b7 | 93354ac2a4b52ad0917f484ad0e8c317baf52d91 | refs/heads/master | 2021-01-20T06:36:17.207944 | 2017-07-10T16:25:33 | 2017-07-10T16:25:33 | 89,898,319 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,659 | java | package com.example.muvindu.recyclerdemo.widgets;
/**
* Created by Muvindu on 1/1/2017.
*/
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.util.AttributeSet;
import android.util.TypedValue;
import android.view.View;
import j... | [
"muvindu.t@gmail.com"
] | muvindu.t@gmail.com |
11f676aa0a6b662b652ece68621d099befcc68ec | dcc363239ed8492ec30fe52f79acbc386ba9c01f | /ticTacToe/src/main/java/priidukull/factory/Factory.java | 680d3585a4267f2d7ddb929cc3c48c3c91d39f68 | [] | no_license | priidukull/java-tic-tac-toe | 2eb2e6ad99ba0770662806870aa6f239c340036f | e6fb3703aeac20b0bdcef8162e507553594d78e7 | refs/heads/master | 2021-01-21T05:14:36.767672 | 2017-02-25T20:09:23 | 2017-02-25T20:09:23 | 83,159,296 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 87 | java | package priidukull.factory;
public interface Factory {
Object createInstance();
}
| [
"priidu.kull@gmail.com"
] | priidu.kull@gmail.com |
f9c78f753c53f076b685f70cb2c1becda2fc4f8a | 793468313387415976aef3f8b55c27106111f1a4 | /app/src/main/java/net/suntrans/ebuilding/fragment/din/LightFragment.java | c4fb5ff1d9e44e623aad8f5d76b23ae0da0835fc | [] | no_license | luping1994/Ebuilding | d2ae7c7cde7a12a4a067eea9211db71e7a50abfb | ffdc3e39d7347220d26212a71270ab772451c137 | refs/heads/master | 2021-01-01T18:06:03.548389 | 2018-04-30T00:41:11 | 2018-04-30T00:41:11 | 98,249,875 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,396 | java | package net.suntrans.ebuilding.fragment.din;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.widget.SwipeRefreshLayout;
import android.support.v7.widget.DividerItemDecoration;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.Recycler... | [
"250384247@qq.com"
] | 250384247@qq.com |
1c5d4dcdd4ff9aae6fd68c071ee62be6e0b58190 | 9ee03047482c78de0dca7dccbf67394ea1df7e78 | /workspace/3-site/src/main/java/gd/domain/recommendations/repository/query/QueryRelatedGamesBySingleGame.java | c5f7a01723a40d3c676df67312405ec3441c2477 | [] | no_license | dinhani/gamediscovery | a3dc2fce6c637f5780ea1c75398762308d56fcfa | dbb758a1e88dc7a78df441899f79957a28d420c1 | refs/heads/master | 2021-01-22T21:38:39.620621 | 2018-05-06T07:48:56 | 2018-05-06T07:48:56 | 85,458,515 | 4 | 1 | null | null | null | null | UTF-8 | Java | false | false | 13,075 | java | package gd.domain.recommendations.repository.query;
import com.google.common.collect.Lists;
import com.google.common.collect.Maps;
import com.google.common.collect.Sets;
import gd.domain.entities.entity.ConceptEntry;
import gd.domain.entities.entity.gameplay.Duration;
import gd.domain.entities.entity.gameplay.Genre;
i... | [
"renatodinhani@gmail.com"
] | renatodinhani@gmail.com |
f7404699678969d5a2bb8d2fad1484b8d8c78cf8 | 7af401c3af9c00e4408f137bb306327c1c5419e0 | /src-gen/org/mt/lic/eol/eventOrientedLanguage/GlobalSection.java | 2d3ea10089454e1de3e7b1a21f18c679f9ed038b | [] | no_license | marcotinacci/Event-Oriented-Language | b7dd42d1a9f5b84e63a2ab36c1e339a6c65e9543 | aae8dbd91b19d41f8927f2f6730aac078195e302 | refs/heads/master | 2021-01-01T18:55:33.236243 | 2011-07-25T20:03:54 | 2011-07-25T20:03:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,357 | java | /**
* <copyright>
* </copyright>
*
*/
package org.mt.lic.eol.eventOrientedLanguage;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Global Section</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The fo... | [
"marco.tinacci@gmail.com"
] | marco.tinacci@gmail.com |
43a5d4278b22812554b7548d24e15a96ca15e261 | 695fd9e50948b837bd4fc5599e56e649319d8a82 | /java/19-07-10_rectangle_into_squares/src/main/java/kata/SqInRect.java | 83173fb8535f330e2d4889a354bfb32236c49a92 | [] | no_license | punchcafe/kata | eda582189b86988c3323dbf9a08f70e7843d95a0 | ebce1260bb45b96a26c6f8195d3f7fe25a94b78b | refs/heads/master | 2023-01-12T23:37:59.367264 | 2022-12-17T11:23:56 | 2022-12-17T11:23:56 | 250,609,599 | 0 | 0 | null | 2023-01-04T14:41:47 | 2020-03-27T18:09:52 | JavaScript | UTF-8 | Java | false | false | 1,193 | java | package kata;
import java.util.*;
class SqInRect{
public static ArrayList<Integer> sqInRect(int length, int width){
if( length == width ) return null;
return splitRectangle(length, width);
}
private static ArrayList<Integer> splitRectangle(int length, int width){
if(length==width){
return extr... | [
"lfruzza@hotmail.co.uk"
] | lfruzza@hotmail.co.uk |
3cd20ccb51647a459c13aaf1176a459d9ae8a352 | c71ac9f1fbd8dbd1a49216b2a1d5886ba5af0fca | /src/edu/utfpr/ct/util/ReplacerUtils.java | 4af82c08479b888fb29a9f21c65d3b15fdef281f | [
"MIT"
] | permissive | Sandy4321/TheBeerGame | f3e31dcca38ca3d9e7235edac64a86caeb326962 | 93902e3f69b4ff207ee1813b964655c9a3f05ab1 | refs/heads/master | 2021-09-09T00:40:28.734522 | 2018-03-13T01:35:44 | 2018-03-13T01:35:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,653 | 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 edu.utfpr.ct.util;
import java.util.HashMap;
/**
*
* @author henrique
*/
public class ReplacerUtils {
pr... | [
"henrique.r.monteiro@hotmail.com"
] | henrique.r.monteiro@hotmail.com |
aa272e8928965d9e580aa13df43ab52b0bc2b4bd | 5bdb09a2c43d794871a07d02a9a0959f7a290b1b | /spring/BE_Project1 MyBatis/src/main/java/T2454/Chandan_Bansal/BE_Project1/controller/DepartmentControllers.java | e829c1d92a5a8c26a632537e0743ee606eed3573 | [] | no_license | chandan1602/Java_basics | f1d7a6aa0f372e4a581170d2c8c41d8f620f4a5c | f09313c160fb1ddb99580ab93230989914625c3a | refs/heads/master | 2022-07-14T22:19:49.401682 | 2022-06-03T11:58:51 | 2022-06-03T11:58:51 | 195,409,757 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,893 | java | package T2454.Chandan_Bansal.BE_Project1.controller;
import T2454.Chandan_Bansal.BE_Project1.entity.Department;
import T2454.Chandan_Bansal.BE_Project1.service.DepartmentServices;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.... | [
"cbansal82@gmail.com"
] | cbansal82@gmail.com |
91ebe3a9e56e7a104418d9b0fca12593a65e9421 | 17adbe946a7f657c279556cd666839b19a46bad9 | /modulo03/PaisCidade/src/main/java/br/com/br/dbc/paiscidade/paiscidade/entity/Estado.java | 86b2ab8928617deb77df3ebd9de71792b8f40250 | [] | no_license | jaquelinebonoto/EstagioVemSer | bfd4acce7ef6d00e2112b4d16b862dcf5761be88 | 48db9877fa84a87dc03bd35f9ffa45bf680cd534 | refs/heads/master | 2020-04-26T18:23:32.682456 | 2018-11-07T18:46:57 | 2018-11-07T18:46:57 | 173,743,623 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,165 | 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 br.com.br.dbc.paiscidade.paiscidade.entity;
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.Collect... | [
"jaqueline.bonoto@dbccompany.com.br"
] | jaqueline.bonoto@dbccompany.com.br |
196e0eed381cb04cfd310f8cfdafe62d74edcd95 | 8bcfe1b7edd93e30ee51b65f2f6bad6bc95bfdce | /shiro-example-chapter13/src/main/java/io/github/xyzc1988/shiro/chapter13/service/PasswordHelper.java | 3cda48d0625c46977505186d437cc001078d8256 | [] | no_license | xyzc1988/shiro-example | bd2d38518f86a135bb9cfedab658fda85ed27b13 | 7100186166eb18ec64b9399b8333c7ad781bfd23 | refs/heads/master | 2021-08-22T04:41:45.133264 | 2017-11-29T09:18:56 | 2017-11-29T09:18:56 | 84,457,555 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,338 | java | package io.github.xyzc1988.shiro.chapter13.service;
import io.github.xyzc1988.shiro.chapter13.entity.User;
import org.apache.shiro.crypto.RandomNumberGenerator;
import org.apache.shiro.crypto.SecureRandomNumberGenerator;
import org.apache.shiro.crypto.hash.SimpleHash;
import org.apache.shiro.util.ByteSource;
/**
* <... | [
"xyzc1988@163.com"
] | xyzc1988@163.com |
c80f86310aa5d0f6e96a169c3f85281fe26b278b | 4aa90348abcb2119011728dc067afd501f275374 | /app/src/main/java/com/tencent/mm/plugin/appbrand/appcache/aa$a.java | ca7447faab36347d18b71df4d704d33d3efac1af | [] | no_license | jambestwick/HackWechat | 0d4ceb2d79ccddb45004ca667e9a6a984a80f0f6 | 6a34899c8bfd50d19e5a5ec36a58218598172a6b | refs/heads/master | 2022-01-27T12:48:43.446804 | 2021-12-29T10:36:30 | 2021-12-29T10:36:30 | 249,366,791 | 0 | 0 | null | 2020-03-23T07:48:32 | 2020-03-23T07:48:32 | null | UTF-8 | Java | false | false | 3,762 | java | package com.tencent.mm.plugin.appbrand.appcache;
import android.net.Uri;
import com.tencent.mm.bz.a;
import com.tencent.mm.loader.stub.b;
import com.tencent.mm.modelcdntran.g;
import com.tencent.mm.modelcdntran.i;
import com.tencent.mm.plugin.appbrand.p.h;
import com.tencent.mm.pluginsdk.i.a.d.k;
import com.tencent.mm... | [
"malin.myemail@163.com"
] | malin.myemail@163.com |
94eb8f7a2292997ed51f74092597592b9db9eea0 | f76799b1f31d6625b16bdddafedb9e812fde800f | /app/src/main/java/com/example/petagram/MainActivity.java | 10e3c20cce095663582ac1316247423689cc2e14 | [] | no_license | CheloUY/MisMascotasConMenu | 8db04ba2126f38e8cb7c136c50338d2d1a196417 | 386cdca7fc5e682e06c7788ae0357e78a3aa5bbe | refs/heads/master | 2022-12-25T16:15:40.929567 | 2020-10-11T21:14:09 | 2020-10-11T21:14:09 | 303,214,593 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,194 | java | package com.example.petagram;
import androidx.annotation.NonNull;
import androidx.annotation.RequiresApi;
import androidx.appcompat.app.AppCompatActivity;
import androidx.fragment.app.Fragment;
import androidx.viewpager.widget.ViewPager;
import android.content.Intent;
import android.os.Build;
import android.os.Bundle;
... | [
"mlopezlage@gmail.com"
] | mlopezlage@gmail.com |
00b280d0b0517c632d5f72b78255b6f2fb4fc4ff | 2c9e0541ed8a22bcdc81ae2f9610a118f62c4c4d | /harmony/tests/vts/vm/src/test/vm/jvms/classFile/attributes/annotation/annotationDefault/methodinfo12/annotation12p.java | 1451c071eb60be850377dca0eafe05ea08ba9371 | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla"
] | permissive | JetBrains/jdk8u_tests | 774de7dffd513fd61458b4f7c26edd7924c7f1a5 | 263c74f1842954bae0b34ec3703ad35668b3ffa2 | refs/heads/master | 2023-08-07T17:57:58.511814 | 2017-03-20T08:13:25 | 2017-03-20T08:16:11 | 70,048,797 | 11 | 9 | null | null | null | null | UTF-8 | Java | false | false | 1,403 | java | /*
Copyright 2005-2006 The Apache Software Foundation or its licensors, as applicable
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... | [
"vitaly.provodin@jetbrains.com"
] | vitaly.provodin@jetbrains.com |
a8254db0ddd83ec6c2da7a1e6dc0af2b19a4c8b1 | c96a84c9ad4993ea3eae5523c191f410aa6ac118 | /src/br/com/wbotelhos/starting/exception/CommonException.java | a0cb0467133459d5ae7bb4526e0798065b618e72 | [
"MIT"
] | permissive | faespsenar/vraptor-starting-project | 7f4bb36e1b1a6cbc0c8bf3f72a977bcdff6d0055 | f3764dc5e36aab5d0aa1ffaab25323d15e5768c7 | refs/heads/master | 2021-01-18T09:39:59.061910 | 2011-09-26T00:31:11 | 2011-09-26T00:31:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 328 | java | package br.com.wbotelhos.starting.exception;
public class CommonException extends Exception {
private static final long serialVersionUID = 5746751520999684832L;
public CommonException(String mensagem) {
super(mensagem);
}
public CommonException(String mensagem, Throwable e) {
super(mensagem, e);
... | [
"wbotelhos@gmail.com"
] | wbotelhos@gmail.com |
36b3a8d2d8e994d74efb332ed717dacadad9cf15 | b89c4f90ed8f4e57cc37c17d4780cf1c720a3953 | /app/src/main/java/com/sjz/zyl/appdemo/CrashHandler.java | 23d1cb50aa25b8c42fed31f4e4887a001fcb60c3 | [] | no_license | AllanJhon/xhz | 416c3e3980cc590cbbaf8956330d66bcc1ce7aab | a8ce921a236369e1f43b1292ab762836e6c410c3 | refs/heads/master | 2021-05-08T14:40:37.948834 | 2018-02-19T13:19:51 | 2018-02-19T13:19:51 | 120,092,241 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,177 | java | /*
* Copyright (c) 2014,KJFrameForAndroid Open Source Project,张涛.
*
* 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 requi... | [
"yingle1991@163.com"
] | yingle1991@163.com |
56dc9e5c772495f38a4107660db79123843225aa | 3b34c8ecfa255e95c4595a04ce9480161426b67e | /app/src/main/java/com/ahmetmatematikci/broadcast/MainActivity.java | c0c239b3d537afba38a2f4f3865d0bc9be859fb8 | [] | no_license | ahmetmatematikci/BroadCastv4 | e7f0d54a89f94694c6efe47b42276b95f42be2b7 | d086708f2b9ff6d8aecc2f40d044c6619b35a550 | refs/heads/master | 2021-01-09T05:45:27.890329 | 2017-02-03T12:15:16 | 2017-02-03T12:15:16 | 80,826,239 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,146 | java | package com.ahmetmatematikci.broadcast;
import android.app.ListActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.ArrayAdapter;
import android.widget.ListView;
public class MainActivity extends ListActivity {
String[] sayfalar = {"BroadCast", "Servic... | [
"imdahmetkilic@gmail.com"
] | imdahmetkilic@gmail.com |
fda797caaa3de591d7846f5bc8add8654ece4a27 | fc160694094b89ab09e5c9a0f03db80437eabc93 | /java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ListModelDeploymentMonitoringJobsRequest.java | b18c91988cb4353b0b29816a0fc78f9b09e13642 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | googleapis/google-cloud-java | 4f4d97a145e0310db142ecbc3340ce3a2a444e5e | 6e23c3a406e19af410a1a1dd0d0487329875040e | refs/heads/main | 2023-09-04T09:09:02.481897 | 2023-08-31T20:45:11 | 2023-08-31T20:45:11 | 26,181,278 | 1,122 | 685 | Apache-2.0 | 2023-09-13T21:21:23 | 2014-11-04T17:57:16 | Java | UTF-8 | Java | false | false | 47,233 | java | /*
* Copyright 2023 Google LLC
*
* 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
*
* Unless required by applicable law or agreed to ... | [
"noreply@github.com"
] | noreply@github.com |
b3ab59d6959029edadbf7f0f587d2cb168fe607e | 54556275ca0ad0fb4850b92e5921725da73e3473 | /src/com/google/common/collect/RegularImmutableSortedMap.java | aff27d5ed278c417cd581863321d6989f1e07aa0 | [] | no_license | xSke/CoreServer | f7ea539617c08e4bd2206f8fa3c13c58dfb76d30 | d3655412008da22b58f031f4e7f08a6f6940bf46 | refs/heads/master | 2020-03-19T02:33:15.256865 | 2018-05-31T22:00:17 | 2018-05-31T22:00:17 | 135,638,686 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,317 | java | /*
* Decompiled with CFR 0_129.
*
* Could not load the following classes:
* javax.annotation.Nullable
*/
package com.google.common.collect;
import com.google.common.annotations.GwtCompatible;
import com.google.common.base.Preconditions;
import com.google.common.collect.ImmutableAsList;
import com.google.common.... | [
"voltasalt@gmail.com"
] | voltasalt@gmail.com |
44ec664ca88bc58fe3268fb47da2ceff217e572e | 712cc04c10f79c7d4c379b1d116d77281f49d885 | /core/src/no/dkit/android/ludum/core/game/ai/behaviors/single/OffsetArriveDistanced.java | 84b7a5e8032077ef6e1da0527f9c1638c662fa1d | [] | no_license | thecocce/ludum-engine | c2712ee72ff29c3839e349e8d99f227639a3f963 | 13dec9a49f9d28fcbb0379d8830175d93f9ef40b | refs/heads/master | 2020-12-25T12:47:50.964944 | 2015-08-21T17:38:51 | 2015-08-21T17:38:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,409 | java | package no.dkit.android.ludum.core.game.ai.behaviors.single;
import com.badlogic.gdx.math.Vector2;
import no.dkit.android.ludum.core.game.Config;
import no.dkit.android.ludum.core.game.model.body.agent.AgentBody;
public class OffsetArriveDistanced extends SingleBehavior {
private AgentBody target;
protected i... | [
"dk@dkit.no"
] | dk@dkit.no |
cfaaee0dbf8f1663a903cc6ccbc446863001273f | a66c5b01a4197ffab758145a1f62280430afd18a | /image_pps/common/com/gaopin/entity/SystemRoleAction.java | 844a4c6fade5a3833efdc68c3c20deba57f76b20 | [] | no_license | shawnwz/image_portal_springmvc | 2b29a5353bcfcf05b64835b7f2746d6312656d00 | 72182259c1b55f82ddca19700bfc85aec58bbde4 | refs/heads/master | 2021-09-03T13:28:26.701563 | 2018-01-09T11:01:36 | 2018-01-09T11:01:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,762 | java | /* This file SystemRoleAction.java is part of image_pps .
* Copyright © 2015 Gaopin Images. All rights reserved.
* This software, including documentation, is protected by copyright controlled by Gaopin Images. All rights are reserved.
* Copying, including reproducing, storing, adapting or translating, any or all ... | [
"wz6881@gmail.com"
] | wz6881@gmail.com |
435bcfd60a680b3baed67e7e4eba7208c0ca2c98 | 45515dd9363185ecbe8bd5a03af6d3ece64013a2 | /AssignmentOne/src/com/iu/achilles/FunctionalSample.java | fe311b6d877b87b4731ab9665e73fb08ceb6ef83 | [] | no_license | brajaram/applied-algorithms | 3f5ab992b3a78de6ca466c8c8c381c3eac045e27 | 0ac3deed0d6af33417d5edca59e82db98c525e48 | refs/heads/master | 2021-01-23T19:11:18.998667 | 2017-11-10T16:19:25 | 2017-11-10T16:19:25 | 102,809,217 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 417 | java | package com.iu.achilles;
import java.util.function.Consumer;
public class FunctionalSample {
public void functionOne(String a, Consumer<String> function) {
function.accept(a);
}
public static void printOne(String s) {
System.out.println(s);
}
public static void main(String[] args) {
FunctionalSampl... | [
"balajirajaram@Balajis-iMac.local"
] | balajirajaram@Balajis-iMac.local |
170a76054508c50d5da2d64967672bee653d2b4d | 93924d068e2a1e3bcdb71ddfd02dc2d54e4e693e | /sivareddy/LargestAndSmallestInArray.java | 989416476fb825e07be6b4d1f504ceb189bf2840 | [] | no_license | anvesh1891/babai4 | 89379ca1a68f2ace8575b084f62471db8e657046 | c2dfb0f405cd6c841ad9ebf829b9d1c1ddc74421 | refs/heads/master | 2021-07-07T19:55:27.387161 | 2019-01-10T09:49:37 | 2019-01-10T09:49:37 | 133,390,290 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 523 | java | package Sample;
//TC:O(n).O(logn) not possible for this.
public class LargestAndSmallestInArray {
public static void findLargestAndSmallest(int[] arr)
{
int min=arr[0],max=arr[0];
for(int i=1;i<arr.length;i++)
{
if(min>arr[i])
min=arr[i];
if(max<arr[i])
max=arr[i];
}
System.out.println("Smalle... | [
"sivareddy09503@gmail.com"
] | sivareddy09503@gmail.com |
5036c31e7344de453e3442db601566cdbea858ed | 2fbaf7af42a7ff19f6d62588106306ecdbfe0766 | /NewsServer/src/test/java/com/stackroute/newsapp/controller/NewsControllerTest.java | eff2794bd041a6672dd6a27eebf4a59411a23775 | [] | no_license | guttamogain/NewAPP | c56052c90a879d59dd80cc7819aeded830d7ae4b | 86484bc1c5096010f8fd2ee2631ca4627eef59f6 | refs/heads/master | 2020-04-18T12:49:53.112306 | 2019-02-25T05:55:12 | 2019-02-25T05:55:12 | 167,545,527 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,110 | java | package com.stackroute.newsapp.controller;
import static org.mockito.Mockito.times;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.verifyNoMoreInteractions;
import static org.mockito.Mockito.when;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.delete;
imp... | [
"ashokkumar.kalingiri@cognizant.com"
] | ashokkumar.kalingiri@cognizant.com |
0a88147072c1c6d39cda6e591161faaac1ae6577 | 3a8ce5ea32fe07cab693780f590ee72b20d9ff23 | /src/model/bo/SinhVienBO.java | 1c6d06d6ce4b618a51f8110845ff109b496ab262 | [] | no_license | tuvietvan210694/jsp-servlet-sinhvien | d4bfad7220086a783eeca69bfe56e3277d7e4143 | cd022d633c0550e12b7baba77ce385215ed6b353 | refs/heads/master | 2020-05-27T15:01:15.468609 | 2019-05-26T11:05:29 | 2019-05-26T11:05:29 | 188,672,381 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,256 | java | package model.bo;
import java.util.ArrayList;
import model.bean.SinhVien;
import model.dao.SinhVienDAO;
/**
* SinhVienBO.java
*
* Version 1.0
*
* Date: Jan 19, 2015
*
* Copyright
*
* Modification Logs:
* DATE AUTHOR DESCRIPTION
* --------------------------------------------------... | [
"you@example.com"
] | you@example.com |
9bd9e9e549a0a877a802b8a0f3209412f72d9f69 | 4578f89e7ac6ee5f37ae456248845aa7f2bef86d | /Tasks/src/giohji/tasks/model/TasksAdapter.java | ec646d564979112a6f1f3afe585d39130170aa12 | [] | no_license | giohji/Tasks | 9d4f5628c07b160b10f6d01151a54b7f418e4bd5 | 5ffde35f296bda02a8d1f411decafb99b48b6015 | refs/heads/master | 2021-01-01T16:00:06.974224 | 2011-11-02T14:40:13 | 2011-11-02T14:40:13 | 2,695,454 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 29,306 | java | package giohji.tasks.model;
import giohji.tasks.auth.TasksLogin;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.Reader;
import java.io.StringWriter;
import java.io.Writer;
import java.net.URL;
import java.text.SimpleDat... | [
"giohjihoshino@hotmail.com"
] | giohjihoshino@hotmail.com |
35627fa2de731694f28d74455929cdf027d79703 | 2d472124f7af68bf63700eeeab82b32c2ea730df | /4_10/src/www/bittech/Interview.java | 5d57454237790cb930373f7f9a9173f3428060b2 | [] | no_license | Celine-lzl/java | 094756331e94f1ba874d37bd854a0940430ac8b0 | 46c729dd7465f0ba3da0237f82470a04b5479777 | refs/heads/master | 2022-07-08T07:48:30.579817 | 2019-09-13T10:59:11 | 2019-09-13T10:59:11 | 173,115,411 | 0 | 0 | null | 2022-06-21T01:38:05 | 2019-02-28T13:18:08 | Java | UTF-8 | Java | false | false | 4,391 | java | package www.bittech;
public class Interview {
public static class ListNode {
int val;
ListNode next;
ListNode(int x) {
val = x;
}
}
private static class Solution {
public ListNode removeElements(ListNode head, int val) {
ListNode result = nu... | [
"43529959+qigemingzizhememafan@users.noreply.github.com"
] | 43529959+qigemingzizhememafan@users.noreply.github.com |
b8e2ec2e9117ac990d2715f5c46196e21099701b | e6490e35633674c9ee2db2657c6aee223b4e21c6 | /app/src/main/java/br/com/cpmh/plus/logistical/StorageOrdersFragment.java | 10e19328a7ad1c21f003fc791526061086beea4e | [] | no_license | DiegoSouzadeAndrade/cpmh-android-cpmhplus-client | e0713c620c97e5284a1474c6478588462e97c5eb | 836fa5885d098edb234b3331dd28d4e3f32266d7 | refs/heads/master | 2021-05-25T17:18:51.358712 | 2020-04-07T15:44:41 | 2020-04-07T15:44:41 | 253,839,867 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,890 | java | package br.com.cpmh.plus.logistical;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
im... | [
"diego.souzadeandrade@gmail.com"
] | diego.souzadeandrade@gmail.com |
e90dd4cf445d0c710188be7af75afee96444f836 | 7da0c35a466eddce3c66c0a3504cf5422b729641 | /SLSessionBean/ejbModule/com/hcl/LCalculator.java | be39fb41b5f58071713e012583421e4be9c1e08d | [] | no_license | manishik/MyWS | 344c44b5a326efad934c1a9d4cce66c27b75aa8f | 6f7ae6f465ab03ac624c0a87253c6662ae8b5a7a | refs/heads/master | 2020-12-29T18:45:38.927782 | 2020-01-14T23:11:06 | 2020-01-14T23:11:06 | 54,737,957 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 114 | java | package com.hcl;
import javax.ejb.Local;
@Local
public interface LCalculator
{
public int add(int a,int b);
}
| [
"manish.ki@outlook.com"
] | manish.ki@outlook.com |
66d2f78755b0e72b722545f79bbd31cde5e1c583 | 7d95e6fa948fec6a6bba801e5cf19be46cba6dc4 | /src/algorithm1/asdaa.java | 8701aee01f66d2adcc1afb5c908f62bd3b4f953b | [] | no_license | 13120269250/Algorithm | 397a648559d9162676f05111912a343ba35af340 | b96fc931adfa603f0b7723db54c39ced8d0c3ea4 | refs/heads/master | 2021-09-03T21:19:40.651620 | 2018-01-12T03:14:26 | 2018-01-12T03:14:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 611 | java | package algorithm1;
public class asdaa {
public static void main(String[] args) {
// TODO Auto-generated method stub
System.out.println(numDistinct("abcbbbbc","abc"));
}
public static int numDistinct(String S, String T) {
if (S.length() == 0) {
return T.length() == 0 ? 1 : 0;
}... | [
"863581134@qq.com"
] | 863581134@qq.com |
05056573549ab696a3022d668086a8a4e33118e8 | af554a16be1cf436bc98cbff71e31bda28e66a18 | /src/test/java/com/techproed/Question05.java | 74c0304c223cb956d657298bcdb7959288d97edb | [] | no_license | nildembay/SeleniumOfiiceMaven | 01f1f714f346acd2eee11a9c7fda5b6c27837b56 | 2854eec7d967d564c7087484229fc2ec36b6c53a | refs/heads/master | 2023-02-03T07:44:01.399740 | 2020-12-20T21:30:35 | 2020-12-20T21:30:35 | 320,924,261 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,058 | java | package com.techproed;
/*
Google'a gidelim
LOgosunun görünüp görünmediğini assert edelim
*/
import io.github.bonigarcia.wdm.WebDriverManager;
import org.junit.AfterClass;
import org.junit.Assert;
import org.junit.BeforeClass;
import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDrive... | [
"nildembay@gmail.com"
] | nildembay@gmail.com |
892eee36c2785bee0d867a313265ae3e8ff14406 | 26d4ae226b14dac096f8fea572e5798319424fc2 | /unsupported_project/RailwayBookingHelper/src/railwaybookinghelper/RailwayBookingHelper.java | d59aa8c9a39a61ec524886c53bc42b5d5e26e720 | [] | no_license | jasperyen/java-examples | cf1722f1dcf5b6751a0278cc64d7f6389c775efc | ca37ee5515c8a6f70d489381223f4f94c5e8571f | refs/heads/master | 2021-01-20T00:36:37.497207 | 2018-11-06T18:09:41 | 2018-11-06T18:09:41 | 89,157,271 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,429 | 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 railwaybookinghelper;
import static java.lang.System.out;
import java.util.Scanner;
/**
*
* @author Jasper
*/
public class... | [
"jasper1996826@gmail.com"
] | jasper1996826@gmail.com |
e7233c3a7307332f718bbe0f780c877d215ab68a | c35e2275cb42520c4d659c9cd057db2fbde89c2e | /src/main/java/com/java/web/solutionhub/config/jwt/service/CustomUserDetailService.java | 3ddb8029284b9943d27bb69951a8c5e4600ac2c8 | [] | no_license | SecuritySolutionHub/BackEnd | 9bf00b5b2b280e9dad2d2ec1a56256c2e1cdf91e | 7a291f7159c9be673e1e7cb2ebf845b7cb7d31fb | refs/heads/main | 2023-08-22T13:04:21.964478 | 2021-10-04T16:45:13 | 2021-10-04T16:45:13 | 367,581,101 | 0 | 0 | null | 2021-10-04T16:45:14 | 2021-05-15T08:41:44 | CSS | UTF-8 | Java | false | false | 832 | java | package com.java.web.solutionhub.config.jwt.service;
import org.springframework.security.core.userdetails.UserDetails;
import org.springframework.security.core.userdetails.UserDetailsService;
import org.springframework.security.core.userdetails.UsernameNotFoundException;
import org.springframework.stereotype.Service;
... | [
"38449976+Apisapple@users.noreply.github.com"
] | 38449976+Apisapple@users.noreply.github.com |
25f4c3be06fe60aadef676dc2c9e39732aa28b42 | 6343948bce78fe90d1bae6391c33e460ad5c6de9 | /23_Shop/src/com/shop/service/ProdPicsService.java | b1f0b8c3a28c4c2c986c2f201884f0172c9d45f1 | [] | no_license | collinchou/FFF | f189017db66244e68538c7162237245819ff4c16 | 6a860530ec58cbc8f26f242b9f9758835e15aa60 | refs/heads/main | 2023-07-13T21:45:31.715864 | 2021-08-21T15:01:29 | 2021-08-21T15:01:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 871 | java | package com.shop.service;
import java.util.List;
import com.shop.dao.ProdPicsDAO;
import com.shop.daoImpl.ProdPicsDAOImpl;
import com.shop.model.ProdPics;
public class ProdPicsService {
private ProdPicsDAO dao;
public ProdPicsService() {
dao = new ProdPicsDAOImpl();
}
public ProdPics addProdPic(int prod_id... | [
"a0003121@hotmail.com"
] | a0003121@hotmail.com |
803c28271a2004c1d8058698bb8991bec67d68e0 | f21dbe2d66922fe6e6e5ac7d644ed15caceae83b | /src/main/java/tiy/invictus/ResponseError.java | 1867e1743d0c7b75d8cabaf99c517b29eba6d48e | [] | no_license | TIY-Hackathon-Invictus/eventContactUpdatedWithJSON | 68e68c17df21c3d180c7c78b15892a2cae78f7e4 | a4ef0de7b94de29c345315073acb5055ea4a7e4f | refs/heads/master | 2021-01-18T19:40:12.254287 | 2016-10-03T12:41:05 | 2016-10-03T12:41:05 | 69,618,152 | 0 | 2 | null | 2016-10-01T15:40:04 | 2016-09-30T00:12:55 | Java | UTF-8 | Java | false | false | 373 | java | package tiy.invictus;
/**
* Created by Brice on 10/2/16.
*/
public class ResponseError implements Response{
public String message;
public ResponseError(String message) {
this.message = message;
}
public String getMessage() {
return message;
}
public void setMessage(String ... | [
"bricerb@gmail.com"
] | bricerb@gmail.com |
0da4793c79f3aa9e4cbbfd946967e8474d9d01a9 | 17123dd5bb8430f15db1c65e47ead96e8d754133 | /src/myClass/City.java | 3889eb664d262b2b9280d27ab759f4628788cb09 | [] | no_license | Aresix/AirlineReservationSystem | 8387fb4350b165490aa83e85f4457fde4340336e | 9700b471f8e19fc81f1d31519b16cf434885eab6 | refs/heads/master | 2023-02-12T00:55:49.662297 | 2021-01-10T15:04:59 | 2021-01-10T15:04:59 | 328,119,838 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 617 | java | package myClass;
public class City {
private String name;
private String country; // 所属国家
public City(String name, String country) {
this.name=name;
this.country=country;
}
public String getName() {
return name;
}
public void setName(String name) {
this.na... | [
"ares_six@hotmail.com"
] | ares_six@hotmail.com |
13b1396e41a07bab6bc1ad6928f8fa087d83d983 | e95cefbdbe49e167569e051727823e2aa35f1d2d | /app/src/main/java/com/digimamad/model/Comments.java | e6cab0839ff83c1b1a81bb3f1d77b9f6c7de92b1 | [] | no_license | mmahditalachi/DigiMamad | 375a4cf811dc46c2a1d9510e9447f1f9ed10f59f | 2aecc9aa9a0ffb897318944ea355ed42fce29544 | refs/heads/master | 2020-05-22T04:56:06.031681 | 2019-05-20T12:39:19 | 2019-05-20T12:39:19 | 186,226,170 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,149 | java | package com.digimamad.model;
public class Comments {
private String username;
private String text;
private int product_id;
private int like;
private int dislike;
public Comments(String username, String text, int product_id, int like, int dislike) {
this.username = username;
thi... | [
"mohammadmahditalachi@gmail.com"
] | mohammadmahditalachi@gmail.com |
423a63f53157c5b26ca049a9112bf46e696ef867 | 65a8a2fbf780519c55e3c0199a318ea4a71a7eef | /src/main/java/com/baeldung/springsoap/gen/Country.java | 6ddde984c8596736aabda8005c42471a0e003967 | [] | no_license | ganeshnayanajith/producing-web-service | a4bc9958df68e7978e1715d138b5cadf2e32e984 | 5e221f5ec6e27cde1cea250775a377a0423f60ca | refs/heads/master | 2021-01-07T06:25:27.298557 | 2020-02-19T11:35:15 | 2020-02-19T11:35:15 | 241,606,090 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,408 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
// 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: 2020.02.12 at 02:50:0... | [
"ganeshnayanajith40@gmail.com"
] | ganeshnayanajith40@gmail.com |
735e4a46f69469d665e35be0b9e3e71bb5a50543 | 2b7d5785b7fd044b10847aca3406129112a355f6 | /csms-frk/src/main/java/com/cosmos/pageobject/em/pages/BasePage.java | 0aac3cdff86ab1de85ec221b047428c19a0d335f | [] | no_license | sudhakarvsoft/cosmos-framework | 66fb64db5d289b81569ad881cf3f335a8b7d373a | 863c81aa668171eb86dea015107953aa568bf851 | refs/heads/master | 2020-04-09T12:03:41.555055 | 2018-07-11T12:20:07 | 2018-07-11T12:20:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,251 | java | package com.cosmos.pageobject.em.pages;
import static com.cosmos.util.WaitUtils.waitUntilElementVisible;
import org.openqa.selenium.TimeoutException;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.PageFactory;
import com.cosmos.pageobject.em.pages.pagefactory.WebDriverAwareDecorato... | [
"alinagrosu@ex.ua"
] | alinagrosu@ex.ua |
db9ec9a80298281c8c7fc3ba10c6dfab5ab83b96 | b9861a0fc815b77551d81010fa890ef44e9ba1cc | /common/src/main/java/com/hwp/common/db/DynamicDataSource.java | 0f153a38e88a0fb73e4ed2238fdc9294ec924b4e | [] | no_license | happyjianguo/hwp | 6dbc5223bb19534ac9d61b3eae8009038be4e1aa | 6bf80e34f3363f48af039e92931fbf3c22daae50 | refs/heads/master | 2022-12-01T01:57:04.680195 | 2020-08-09T00:20:00 | 2020-08-09T00:20:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 399 | java | package com.hwp.common.db;
import org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource;
public class DynamicDataSource extends AbstractRoutingDataSource {
@Override
protected Object determineCurrentLookupKey() {
// TODO Auto-generated method stub
String handlerString = Custome... | [
"weiliejun@163.com"
] | weiliejun@163.com |
d35f27abcffc4e6d0fd3619acd1a48ea5a89e276 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/JetBrains--intellij-community/a1b92cd0432ead884507bc49f602d75586053568/after/GroovyUtils.java | 4d92b37ba47c6bfcb0e07d5a541b6b045d10cd9a | [] | 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 | 4,412 | java | /*
* Copyright 2000-2007 JetBrains s.r.o.
* 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 agreed ... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
51fcbac5e66bf391b149696231024bb8bdd9f665 | e2397631ebdae212d953e68a216528f9b233ede7 | /buymesth-back/src/main/java/com/buymesth/app/controllers/ProductController.java | 05f57f09f51caf1aba557b7c7ceccbad190c6554 | [
"MIT"
] | permissive | jfbernal92/buymesth | 23d69b28a0813582ec22d0a2c8f8c837a6a50563 | 2629548bbe8da3c91d935761478e6dbed03aebf4 | refs/heads/master | 2022-12-24T01:54:23.846693 | 2019-10-30T18:49:45 | 2019-10-30T18:49:45 | 192,288,560 | 1 | 0 | MIT | 2022-12-09T06:37:43 | 2019-06-17T06:34:22 | CSS | UTF-8 | Java | false | false | 4,860 | java | package com.buymesth.app.controllers;
import com.buymesth.app.dtos.ProductDto;
import com.buymesth.app.dtos.ProductFilter;
import com.buymesth.app.services.ProductService;
import com.buymesth.app.utils.PageDto;
import com.buymesth.app.utils.routes.RestRoutes;
import io.swagger.annotations.ApiImplicitParam;
import io.s... | [
"jota.efebr@hotmail.com"
] | jota.efebr@hotmail.com |
fc08743b65a3b1415236b75bfe653bfd772fc9ae | cea9770f3af93c447bc25ce71b145070741b4624 | /week5/Count-Primes/woo.java | 9a97cf50750985b3d20fc399df038db7a2c9eb06 | [] | no_license | push-harder-than-yesterday/algorithm | 19377bccf4986949b5053f5dbb6efd6528fc2f70 | 271a8d4273c5fdf8c83d3626755200126ab48913 | refs/heads/master | 2023-01-12T12:40:56.226012 | 2020-11-11T09:55:15 | 2020-11-11T09:55:15 | 292,226,094 | 3 | 6 | null | 2020-11-14T08:02:31 | 2020-09-02T08:35:40 | Java | UTF-8 | Java | false | false | 880 | java | package week5.CountPrimes;
/**
* created by victory_woo on 2020/10/08
*/
public class woo {
public static void main(String[] args) {
System.out.println(countPrimes(10));
System.out.println(countPrimes(0));
System.out.println(countPrimes(1));
System.out.println(countPrimes(2));
... | [
"jhsw0375@gmail.com"
] | jhsw0375@gmail.com |
35220a0612e70c48fafbe1311902a32f7bc630ca | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/10/10_947464379423a02059c5089bcb2fe378280ac488/TaskSelectionDialog/10_947464379423a02059c5089bcb2fe378280ac488_TaskSelectionDialog_s.java | 67232b10e9287dc5aa9b1ca5f5b34954b64c4ea7 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 23,412 | java | /*******************************************************************************
* Copyright (c) 2004, 2007 Mylyn project committers and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this di... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
fb6bda27295fdedb21be27800438ab20b698b9f1 | f0df0eec63d8720663cc6f769d83ebb4031e56a3 | /src/main/java/spring/DBUtil.java | d9b3edb14a05b26c7149d77c3fd61ff281d53ac8 | [] | no_license | liurenyou/Spring | cd9f095b30a953ac09efd13a927f7244dd878bb5 | 59fc5c05fb1a66bf8cd616cae9ba23903b079537 | refs/heads/master | 2020-03-17T14:38:05.271488 | 2018-05-16T03:13:15 | 2018-05-16T03:13:15 | 133,680,489 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 928 | java | package spring;
import java.io.Serializable;
public class DBUtil implements Serializable {
private static final long serialVersionUID = 1L;
private String driverClass;
private String url;
private String userName;
private String password;
public String getDriverClass() {
return driverClass;
}
public void ... | [
"493627437@qq.com"
] | 493627437@qq.com |
090f2da1459e34f0e4d667abc7a4c38b84bccdce | bda49fb96ea12034bf5663d39ceea943d50657b3 | /src/seng271/group8/ludo/graphics/IEasing.java | 6a237a1f8869c7a71722fde99a3863a93ee5b86b | [] | no_license | hrky/LudoGame | 4f114f9bab2a5897480564a52ca157349831e234 | b50a057c322edd4121407deb3de79bbde8c00254 | refs/heads/master | 2020-04-24T02:23:26.788075 | 2015-02-01T19:40:22 | 2015-02-01T19:40:22 | 30,136,469 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 257 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package seng271.group8.ludo.graphics;
/**
*
* @author alastair
*/
public interface IEasing {
public float tic(float t, float b, float c, float d);
}
| [
"hrkynn@gmail.com"
] | hrkynn@gmail.com |
65e1bd6794b6112b5562777b4465a78b95e3da92 | d9017ff594120c4d8bc38f8ef4b31843b7be1c28 | /app/server/appsmith-server/src/main/java/com/appsmith/server/authentication/handlers/ce/AuthenticationEntryPointCE.java | d5d108064bc195c542a79f14856c7e42133d0be2 | [
"Apache-2.0"
] | permissive | reachtokish/appsmith | 979ccee42ffda132284d0f161bcc369f1212172b | 46e368afa9776b13d8cb177f1a9f8a89c119afb4 | refs/heads/release | 2023-01-02T08:42:14.096088 | 2022-08-22T12:15:03 | 2022-08-22T12:15:03 | 301,500,835 | 1 | 0 | Apache-2.0 | 2020-10-06T06:23:17 | 2020-10-05T18:19:19 | null | UTF-8 | Java | false | false | 1,353 | java | package com.appsmith.server.authentication.handlers.ce;
import lombok.extern.slf4j.Slf4j;
import org.springframework.http.HttpStatus;
import org.springframework.http.server.reactive.ServerHttpResponse;
import org.springframework.security.core.AuthenticationException;
import org.springframework.security.web.server.Serv... | [
"noreply@github.com"
] | noreply@github.com |
d7ecca2cb0c37307f2493bded278b43bb399c2b9 | 8bd4cd295806cb42af7bac6120f376e6a4e4f288 | /com/google/android/gms/maps/model/TileOverlay.java | ada77995202eac0aefb82ae6cec13a35bb3fd128 | [] | no_license | awestlake87/dapath | 74d95d27854bc75b5d26456621d45eae79d5995b | 8e83688c9ec6ab9d5b0def17e9dc5b2c6896ea0b | refs/heads/master | 2020-03-13T10:40:49.896330 | 2018-04-26T02:22:12 | 2018-04-26T02:22:12 | 131,088,145 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,576 | java | package com.google.android.gms.maps.model;
import android.os.RemoteException;
import com.google.android.gms.internal.hm;
import com.google.android.gms.maps.model.internal.C0422h;
public final class TileOverlay {
private final C0422h abc;
public TileOverlay(C0422h delegate) {
this.abc = (C0422h) hm.m1... | [
"kelixes@gmail.com"
] | kelixes@gmail.com |
cad2f281379f5c392ade1bafde313dc96482c834 | 69a63af520efc14feae102c386bb185b4b6101c8 | /JalForce/app/src/main/java/com/ssvtech/jalforce1/Dailydelivery.java | 3526f111b5c10c7ed7cc1c0a9e988457ba67c6a2 | [] | no_license | srinathvangari/AndroidAquaProject | fc3379965df89a68b6e65cb27f26678f0080e906 | 80caa3201fa834d48ecc38652c1bcd524ae84ba7 | refs/heads/master | 2021-06-24T15:12:13.637919 | 2019-09-08T15:12:17 | 2019-09-08T15:12:17 | 207,130,385 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,975 | java | package com.ssvtech.jalforce1;
public class Dailydelivery {
private Integer id;
// private Date trans_date;
private Integer customerId;
private Integer returnCanCount;
private Integer deliveredCanCount;
private Integer employeeId;
public Integer getId() {
return id;
}
... | [
"srinathvangari@Srinaths-MacBook-Pro.local"
] | srinathvangari@Srinaths-MacBook-Pro.local |
001594b0cdf09e8632cecd2b653e2b6ec3932122 | b8b38238ac0ed2cd829451a45a8e33559718762f | /BMS/src/test/Test1.java | 952ea66aa4ad19caed0d5b9dd263551f4ef606ba | [] | no_license | kgcnjzym/203007U2 | 2c9d6790854727d06e78219fc186d056e6dcdc30 | ad92468dd76056b93bae6f8376fa87ddf6ca0ea2 | refs/heads/master | 2023-02-09T19:50:50.072495 | 2021-01-07T02:31:46 | 2021-01-07T02:31:46 | 310,059,311 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 954 | java | package test;
import com.xt.entity.Book;
import com.xt.service.OrderService;
import com.xt.service.impl.OrderServiceImpl;
import java.util.ArrayList;
import java.util.List;
/**
* 订单测试
* @author 杨卫兵
* @version V1.00
* @date 2020/11/20 09:33
* @since V1.00
*/
public class Test1 {
public static void main(Stri... | [
"kgcnjzym@sohu.com"
] | kgcnjzym@sohu.com |
fd921d186100deb671d3a3434e6d4f60152af32a | 275a7d99e7e22e22796e8cdc3d626eee8b361fe2 | /carp_mobile_sensing/example/android/app/src/main/java/dk/cachet/carp/carpmobilesensingexample/MainActivity.java | 80fe9aaa918fda2f8a0b19b2b2f520e97bfd77ce | [
"MIT"
] | permissive | askmetoo/carp.sensing-flutter | 61680961a53e350d9f3e6b4f6b821e1ca4b136ee | 5de36216bb22b12b3112677616a7de242ff0bcdb | refs/heads/master | 2022-11-21T10:59:03.506184 | 2020-07-17T12:29:13 | 2020-07-17T12:29:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 158 | java | package dk.cachet.carp.carpmobilesensingexample;
import io.flutter.embedding.android.FlutterActivity;
public class MainActivity extends FlutterActivity {
}
| [
"jakba@dtu.dk"
] | jakba@dtu.dk |
fc05433a24d3ea469b1c630e633a829ac449cfc1 | e2d71e452f3e1477ad330d264eb7b544542911f1 | /src/main/java/com/gustavoweb/cursomc/repositories/ItemPedidoRepository.java | 2069654c2cc9c1d2aae3671af173363d5ad5f083 | [] | no_license | gustavoMoraiss/cursomc | cec6a9d84ad6d80425d51333b16ae01010da20a7 | 30684e7717fd2129ce9ff5923792b30569758f28 | refs/heads/master | 2023-03-30T05:37:09.019944 | 2021-04-10T19:35:19 | 2021-04-10T19:35:19 | 348,553,976 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 307 | java | package com.gustavoweb.cursomc.repositories;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.gustavoweb.cursomc.domain.ItemPedido;
@Repository
public interface ItemPedidoRepository extends JpaRepository<ItemPedido, Integer> {
}
| [
"gustavo.morais1098@gmail.com"
] | gustavo.morais1098@gmail.com |
f2d33e95ecd4970be81deb5509d15ec2c3e3e070 | f97c673fb49bddeb605d9931392f2757a27d1a12 | /stats-utils-base/src/main/java/com/pervasivecode/utils/stats/histogram/Histogram.java | d949c962f70fcae522940540e092fa9a6bdb86fb | [
"Apache-2.0"
] | permissive | JamieFlournoy/java-stats-utils | 10eb9dedc97d14b0f4b6e6c017e91b59f126872a | bb3460bc97e6b0171a8e1b44a6ae7d9c02617c5b | refs/heads/master | 2020-04-06T08:26:07.346806 | 2019-02-20T03:15:51 | 2019-02-20T03:15:51 | 157,304,522 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,942 | java | package com.pervasivecode.utils.stats.histogram;
/**
* This is a data structure that holds frequency counts of values for use in a histogram. Since a
* histogram shows the number values within specified ranges, the structure only stores counts all
* values in each range.
* <p>
* "Buckets" (the ranges of counted v... | [
"jamie@pervasivecode.com"
] | jamie@pervasivecode.com |
d663f9c60b062a37b5529aa8890e7e5187553274 | 1b233c50da4c3f79e1021463fa42ed3e4c763005 | /backend-user/src/main/java/pl/jcw/demo/microservices/user/BackendUserApplication.java | d78514aa6298eff2f50a754d99cec565144daca1 | [
"Apache-2.0"
] | permissive | juliusz-cwiakalski/demo-microservices | 9243566d716a26ecb265e8caa0fb9d3b5cb8d020 | 86b1eee029e5d3fd5a3bd43c297c7a3c74333a12 | refs/heads/main | 2023-03-13T05:05:13.171290 | 2021-03-02T14:55:40 | 2021-03-02T14:55:40 | 343,776,392 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 333 | java | package pl.jcw.demo.microservices.user;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class BackendUserApplication {
public static void main(String[] args) {
SpringApplication.run(BackendUserApplication.class, ... | [
"juliusz@cwiakalski.com"
] | juliusz@cwiakalski.com |
72d4962a0357c7823cd1593059f0277ee601e0f3 | 9bd29dc00a259184035eda2358b776539f675b20 | /bus-micro-service/saga-orchestration/src/main/java/com/shaun/microserive/sagaorchestration/infrastructure/config/CamelConfig.java | 118d93996625589281522c9d128e807721cdb3a9 | [] | no_license | ShaunChow/shaun-spring-cloud | 82de39c1ed7044b3e20339f1b2b1dfec044b2f04 | 2a228ba53e961079fc13a1d9c5d0559e34edfbab | refs/heads/master | 2021-05-18T23:52:03.171580 | 2021-01-24T15:33:05 | 2021-01-24T15:33:05 | 251,484,192 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 493 | java | package com.shaun.microserive.sagaorchestration.infrastructure.config;
import org.apache.camel.CamelContext;
import org.apache.camel.impl.saga.InMemorySagaService;
import org.springframework.context.annotation.Configuration;
@Configuration
public class CamelConfig {
final CamelContext camelContext;
public C... | [
"uranus-neptune@hotmail.com"
] | uranus-neptune@hotmail.com |
43ed48ce40fe0969deb82b0ee778623f56b6cc13 | b02ca92629b9a63fcf1fc6f6faf91c0369564c4e | /app/src/main/java/com/ziran/meiliao/constant/AppConstant.java | 5fc0fbcc7b24afa647f003f9a961439c114a014f | [] | no_license | sengeiou/meiliao2 | e10a202589f281a884688e550cb1a3bdcdca3fc6 | 7c23870b5876b46a7d61fea117c7db0ae846df90 | refs/heads/master | 2022-11-17T21:21:11.680666 | 2020-07-08T02:20:22 | 2020-07-08T02:20:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,225 | java | package com.ziran.meiliao.constant;
/**
* author 吴祖清
* create 2017/3/31 10
* des 基本常量
* <p>
* updateAuthor
* updateDate
* updateDes
*/
public interface AppConstant {
String URL = "http://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1512405681970&di=8224522cd94a416d9af9dc0be1b97a3a" +
... | [
"s66225303"
] | s66225303 |
036ef3f89cb10c74232d24b80eb2c6a1f075e351 | 568a97f8791e6409382a6a63f50ffe1bb7d2563b | /src/PracticePrograms/MyFavoritePoem.java | 5ed1d17d0bc55649c86c683d347a3eb4d34c8868 | [] | no_license | kaezhar97/Big-Java-Book-Practice | cec8ece617a4a17410fa8b5614753410c03cc8ed | a1b573bfb729f7b84676faa130ff8c5f79684307 | refs/heads/master | 2021-07-02T18:25:58.626606 | 2017-09-13T22:33:14 | 2017-09-13T22:33:14 | 103,315,773 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,507 | 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 PracticePrograms;
/**
*
* @author Octavio
*/
public class MyFavoritePoem
{
public static void main (String args[])
... | [
"oavil004@fiu.edu"
] | oavil004@fiu.edu |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.