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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ec92ba52a82350816713730530b3c52b4149f768 | b780df8c6126391f48c509675e1da6ff9b680f65 | /src/avatar/entities/benders/AirBender.java | 9da47bfedbc85035f139f424ebac06ede83592a3 | [] | no_license | teo-stoyanov/AvatarApp | 4c23ddf84ec1cd393593f3295ffb8a6339a24fa4 | b0bb1a8600a8fed73dcf8221b3da78db4b7c2735 | refs/heads/master | 2020-04-14T13:10:09.553560 | 2019-01-02T15:56:25 | 2019-01-02T15:56:25 | 163,860,975 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 559 | java | package avatar.entities.benders;
public class AirBender extends Bender {
private double aerialIntegrity;
public AirBender(String name, int power, double aerialIntegrity) {
super(name, power);
this.aerialIntegrity = aerialIntegrity;
}
@Override
public String toString() {
r... | [
"teo.stoqnov@gmail.com"
] | teo.stoqnov@gmail.com |
9268a21d5f2ea874732071b707b60c17c7ab877d | c89b43d358c6c3c4a106f51b7d828d41972321e7 | /src/main/java/com/aveng/wapp/service/StringDiffer.java | b3c8590434f8bb18b0414223bf98affeb31cf7a7 | [
"Unlicense"
] | permissive | grimwall/wapp | efebb794640db97709a34149dc93a0df7a236b73 | a541ac18a9ef1a0ab99602e997f893459926c67a | refs/heads/master | 2021-07-19T19:03:11.820989 | 2020-03-10T11:09:39 | 2020-03-10T11:34:11 | 245,635,801 | 0 | 0 | Unlicense | 2021-03-31T21:50:58 | 2020-03-07T13:15:30 | Java | UTF-8 | Java | false | false | 2,709 | java | package com.aveng.wapp.service;
import java.util.ArrayList;
import java.util.List;
import java.util.Objects;
import org.springframework.lang.NonNull;
import org.springframework.stereotype.Service;
import com.aveng.wapp.service.dto.StringDiff;
import com.aveng.wapp.service.dto.StringDiffResult;
/**
* A Service for ... | [
"ahmeta@gmail.com"
] | ahmeta@gmail.com |
688f1cb494dbcaecc4f298cdaadc15b3a8eadd3b | fb55a7b3b210e00d3f2c0e813245e754cf95b748 | /nephele/nephele-streaming/src/main/java/eu/stratosphere/nephele/streaming/taskmanager/chaining/ChainManagerThread.java | 3e9efecdba52e20c1c52256ffff85691d9bc795c | [] | no_license | derSascha/stratosphere-streaming | 4fede4c3945f2f00b5104fedb42024e572d6362f | 9631fbfe59a699ba054ae1338c29fe500d80df04 | refs/heads/master | 2021-01-15T10:36:05.970455 | 2014-04-13T21:13:40 | 2014-04-13T21:13:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,257 | java | /***********************************************************************************************************************
*
* Copyright (C) 2010 by the Stratosphere project (http://stratosphere.eu)
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with... | [
"bjoern.lohrmann@tu-berlin.de"
] | bjoern.lohrmann@tu-berlin.de |
7b6e2309e128087f308b33a18592130e9f5e567e | 6705d12f93264888514de5155c236f046421f084 | /Ch07/Exercise/Exercise7_15.java | e4bedd93864a7c2e047e9c6405a84ee6f7493767 | [] | no_license | yoo03/java-standard | 40eb51be88d6d0a87bfcec137561aec8715d454c | 631b83738d2ce024234b27de3d7dbb92922b95cf | refs/heads/master | 2023-02-24T13:08:12.945226 | 2021-01-29T14:54:12 | 2021-01-29T14:54:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,283 | java | /* Exercise 7-15. 클래스가 다음과 같이 정의되어 있을 떄,
* 형변환을 올바르게 하지 않은 것은? (모두 고르시오.)
* class Unit {}
* class AirUnit extends Unit {}
* class GroundUnit extends Unit {}
* class Tank extends GroundUnit {}
* class AirCraft extends AirUnit {}
*
* Unit u = new GroundUnit();
* Tank t = new Tank();
* AirCraft ac = new AirCraft... | [
"develiberta@gmail.com"
] | develiberta@gmail.com |
da7ecb519d062863a80c07b895e8be5a675afb16 | 6ce004385555108bfa52ccb515f878d8c2ba272a | /src/main/java/site/pyyf/spring/web/server/TomcatServer.java | fcb56a68238d3bffb64a52fb82f2ebc2ff4256f4 | [] | no_license | Gepeng18/MySpring | 9f8e489988b3d0618d5d1587e69fb73b55afa478 | 1147ef9977cfe2320916b1b9ba5492a2c1688029 | refs/heads/master | 2023-03-22T05:19:02.409149 | 2020-05-05T11:17:57 | 2020-05-05T11:17:57 | 261,437,094 | 0 | 0 | null | 2021-03-19T20:23:39 | 2020-05-05T11:05:04 | Java | UTF-8 | Java | false | false | 2,082 | java | package site.pyyf.spring.web.server;
import org.apache.catalina.Context;
import org.apache.catalina.LifecycleException;
import org.apache.catalina.core.StandardContext;
import org.apache.catalina.startup.Tomcat;
import site.pyyf.spring.web.servlet.DispatcherServlet;
/**
* @author:czwbig
* @date:2019/7/6 15:08
* @d... | [
"robin_ge@foxmail.com"
] | robin_ge@foxmail.com |
f1800d3777fd47388c958ffca880e9ef2298e1ee | 579a7b78a0fc0145c0eba913e4043c1a1980e8eb | /HelloCompat/app/src/main/java/srujan/com/hellocompat/MainActivity.java | 98fa3b2e75df4207342e30e58d18269d1a5a14e6 | [] | no_license | jan76sru/Sample-apps | 4cd90c3a0deba6b29b6acea5fd2b58d0b671fae0 | 0e8a686721ed6028d452cd424f3c941779b45f3a | refs/heads/master | 2020-04-09T10:29:10.499572 | 2018-12-25T05:01:32 | 2018-12-25T05:01:32 | 160,272,690 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,699 | java | package srujan.com.hellocompat;
import android.os.Build;
import android.support.annotation.RequiresApi;
import android.support.v4.content.ContextCompat;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
import java.util.Random;
public... | [
"srujanchand@gmail.com"
] | srujanchand@gmail.com |
9dbe6fa07192fa17776955e4e268621046c269e9 | b7fd95e2d2b00d650243c4e551b73ec477f96fc3 | /java/design-code/src/main/java/com/duchen/design/composite/iterator/NullIterator.java | c72d6a1966dd6ab96377b4d8b1d656e09f1ed36b | [] | no_license | SJX516/DuchenProject | ccb05e2c985a51d2d92d1a52ca95d71d0f9eed00 | f130a541dd3b4eb283961487023e3ab57d42e06c | refs/heads/master | 2021-01-19T11:59:15.156204 | 2019-08-21T17:56:30 | 2019-08-21T17:56:30 | 82,276,532 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 268 | java | package com.duchen.design.composite.iterator;
import java.util.Iterator;
public class NullIterator implements Iterator {
@Override
public boolean hasNext() {
return false;
}
@Override
public Object next() {
return null;
}
}
| [
"516199576@qq.com"
] | 516199576@qq.com |
3576bfb84528820b07e0569990d8d95519f1fa1d | 075267d2283a20b489ef0f27f654b463b3359b0b | /VipStudent/app/src/main/java/com/vip/student/network/ApiUrls.java | 3d0d31b74fbcb17d5c49f42d0ae5b9f308f830e0 | [] | no_license | HardWareMall2016/vipstudent | cd163d3a8a2b773443ecd6bbc6b60bb6c814926b | ef79f9f845d9c629a850a4585043ff9b4f31d10a | refs/heads/master | 2021-01-20T20:08:45.991157 | 2016-06-30T03:55:46 | 2016-06-30T03:55:46 | 62,277,080 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,416 | java | package com.vip.student.network;
public class ApiUrls {
//User - 用户登录
public static final String USER_LOGIN = "LoginService";
public static final String GET_USERINFO = "GetStudentFullinfo";
//Message - 学生消息
public static final String GET_STUDENT_MSG = "GetStudentMessage";
//Message - 学生消息标记已读
... | [
"Value.Pu@zhan.com"
] | Value.Pu@zhan.com |
dd5af84c8b5d12cfec4a628722d727b6e0477ee0 | c5371eb78dc408265ae539d0f9cfffe9d6c9f04c | /MyFirstMavenWebAPP/src/main/java/com/RMI/RmiServiceImpl.java | d6238e54b82f8eb0616274e09252d051c716e8ab | [] | no_license | gitForXuming/MyRepository | cf70226c72aa03694ea7ba25b29a95e9018cef83 | 4abfd918fc562ffc91e2853708f50c29f52b808d | refs/heads/master | 2021-09-04T01:47:18.656066 | 2018-01-14T07:28:12 | 2018-01-14T07:28:12 | 116,688,294 | 6 | 0 | null | null | null | null | UTF-8 | Java | false | false | 689 | java | package com.RMI;
import java.rmi.RemoteException;
import java.rmi.server.UnicastRemoteObject;
import java.util.ArrayList;
import java.util.List;
//此为远程对象的实现类,须继承UnicastRemoteObject
public class RmiServiceImpl extends UnicastRemoteObject implements RmiService{
private static final long serialVersionUID = -80734043056... | [
"xuming_1024@163.com"
] | xuming_1024@163.com |
b2b4167cb5534afc84e300909a73582d5ce0e939 | 81c91910dc51131a744224908452e356cac9b94e | /src/test/java/com/zzj/demo/ActivitiWebDemoApplicationTests.java | eb6256b77f5300cd73242ea0eba130f8c2c39a30 | [] | no_license | relsol/springboot-activiti-design | 63390ea03ed7d95306ebcc2820716e6283ff8e01 | 8199d5049687b1d8dbd34cb6effbaaaea6532976 | refs/heads/master | 2021-02-14T21:07:12.333280 | 2020-03-04T07:31:15 | 2020-03-04T07:31:15 | 244,832,639 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 347 | java | package com.zzj.demo;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class ActivitiWebDemoApplicationTests {
@Test
public void... | [
"relsol@163.com"
] | relsol@163.com |
2cee8f422b8e21ccc457607e65a334c117382064 | 973f5e0b77f2afb188d4b72c51ccbd85f43b230a | /src/main/java/com/food/services/Order/OrderService.java | e4030e2a08548d77b4515c30f5d3c2c328744ef2 | [] | no_license | nghiemxuanquang/FoodDamasSelf | 71bf949e61e0090b1596c2b3e26cb59cee4210b6 | e2789fd028362b9fcc0f093f67a915dd27412407 | refs/heads/master | 2020-12-05T12:37:32.219123 | 2016-09-05T00:30:00 | 2016-09-05T00:30:00 | 67,221,887 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 816 | java | package com.food.services.Order;
import java.util.List;
import com.food.domain.OrderDetailVO;
import com.food.domain.OrderVO;
public interface OrderService {
public List<OrderVO> getListOrderByCustID(String c_id)throws Exception;
public List<OrderVO> getListOrderBySaleID(Integer sno) throws Exception;
public Orde... | [
"Quang Nghiem Xuan"
] | Quang Nghiem Xuan |
c7a9f5afeef3d09b6d76a24742e8cfd75bfebfee | 470d84adc3810b10e5a4f02d1d87f1e762a22aab | /Ex_line1.java | a61c82011f50128d9c1f0e64c3ce6a2ae17fedd9 | [] | no_license | Gayatri1199/-Basic-Java-Programs | ffc1dde19a3533fea5326eff2f2132f74d206f71 | c07659779e5946fabc2008ace0f58dbfd20e49c0 | refs/heads/master | 2022-04-22T12:47:55.258485 | 2020-04-25T20:16:41 | 2020-04-25T20:16:41 | 258,864,294 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 819 | java | import java.applet.*;
import java.awt.*;
import java.awt.event.*;
/**<applet code=Ex_line1 heigh500 width=500>
</applet>
*/
public class Ex_line1 extends implements MouseListener,MouseMotionListener
{
int x1,y1,x2,y2;
Graphics g;
public void init()
{
addMouseListener(this);
addMouseMotionListener(t... | [
"noreply@github.com"
] | noreply@github.com |
0a2d3dc7208d1e6444e7aedd93041b588ebaea43 | a8f117651c83cbe348cd03eb35ef517e6949f049 | /Pawn.java | f9c8ad71c703b5701a15cd470b11b84cff1589b8 | [] | no_license | johndecarlo/Chess | dc162ddae10f96c6d4e6c0c8d4624a0e6ac0f1a2 | dec6d346b43205cafb31553278bda69548584a40 | refs/heads/master | 2020-06-01T04:27:55.388444 | 2019-06-06T19:10:00 | 2019-06-06T19:10:00 | 190,635,577 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,354 | java | import java.awt.*;
public class Pawn extends Piece {
public Pawn(String color, int row, int col) {
super(color, row, col, "Pawn");
}
public String moveIsValid(Piece[][] board, int fromX, int fromY, int toX, int toY, boolean checkKing) {
boolean move = false; //The move is valid this p... | [
"jdecarlo841@gmail.com"
] | jdecarlo841@gmail.com |
552260277701201aa0ff57d2b8982958dca55094 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/13/13_c17e6f906c58030c49814cf7ef3a4fa557a734fe/BrowserLCA/13_c17e6f906c58030c49814cf7ef3a4fa557a734fe_BrowserLCA_s.java | b0499b0f70c34b8db5dcec920c0dbe4850e7290a | [] | 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 | 13,889 | java | /*******************************************************************************
* Copyright (c) 2002, 2009 Innoopract Informationssysteme GmbH.
* 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 |
ca0b7ab8724c85b9e2f17acf85cf9dee770040b2 | 31637038d5f8491f665cea7e70f9cd2fac7740b0 | /app/src/main/java/com/example/mycancercare/KankerHati/GejalaLiver.java | f98313e5dc2182fcf4f5ba28137daf701fd20524 | [] | no_license | dindatrisnadewi/cancercare_app | 748c635dbb0b0bd16dd5154d076b04bd45e880a4 | 0647d795f8410dd210dcbafd0416a48066882738 | refs/heads/master | 2020-05-24T15:42:03.687298 | 2019-05-19T01:14:07 | 2019-05-19T01:14:07 | 187,337,532 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 391 | java | package com.example.mycancercare.KankerHati;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import com.example.mycancercare.R;
public class GejalaLiver extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceS... | [
"ptdindatrisnadewi@gmail.com"
] | ptdindatrisnadewi@gmail.com |
0ff4868eaa06bd277751f184a6037b03248b87f1 | 5fc03678d939455d34990883b84d742f36540715 | /Java AI Agent/Agent II/content/RavensProbObj.java | 8f22348dfa34f7cf9f55a6aa27418fa3f0a46599 | [] | no_license | mirikerstein/Sample-Work | 3a2fc6faac85f6528c6f74b192229906abeacedf | 7090279f8221613b0dbe77226f672ea448794fc1 | refs/heads/master | 2021-06-24T04:39:06.929758 | 2017-09-01T06:00:17 | 2017-09-01T06:00:17 | 100,446,795 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,668 | java | package ravensproject.content;
import java.util.HashMap;
import ravensproject.setC.*;
import ravensproject.*;
public class RavensProbObj {
//Data fields
private String name;
private String type;
private HashMap<String,RavensFigObj>figs;
private Scorer scorer;
private ScorerC scorerC;
//Default constructor
... | [
"mirikerstein@gmail.com"
] | mirikerstein@gmail.com |
2df43a5886aa162f236bcc7926a71ffe0a2a69a7 | 0ffbaa738c05a2e1552d7ea5b0c690bc6a3f0069 | /src/test/java/com/mycompany/myapp/web/rest/errors/ExceptionTranslatorIntTest.java | 45ae9fb014a3cdb766fa0c97a7bedf9c4e682ca1 | [] | no_license | jiangying59143/jhipster-vue-2 | c63c60167024f0e0b84846ed50b775b0537d365f | 4908c33955bbb2f8449897ff4a7669369d00f0b4 | refs/heads/master | 2020-05-21T00:18:18.612294 | 2019-05-09T15:07:48 | 2019-05-09T15:07:48 | 185,822,792 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,626 | java | package com.mycompany.myapp.web.rest.errors;
import com.mycompany.myapp.JhipsterVue2App;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframewor... | [
"907292671@qq.com"
] | 907292671@qq.com |
2944f29747df5513bf84ef907f5c579c8d3f7485 | b00724828fff8e473d59f25f08ef8a41d00d4b25 | /src/main/java/com/mossle/security/impl/DatabaseUrlSourceFetcher.java | 1221b1862f6783da0c960632237868ccad45adc3 | [
"Apache-2.0"
] | permissive | 412537896/lemon | 0d549c7be3de02285ea71140eba9ae85727e65ef | 10499ec7dcbc13de9731e8edc67d17ec0384f986 | refs/heads/master | 2021-01-13T04:01:58.321757 | 2013-11-26T09:25:19 | 2013-11-26T09:25:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 652 | java | package com.mossle.security.impl;
import com.mossle.security.api.UrlSourceFetcher;
import org.springframework.beans.factory.InitializingBean;
public class DatabaseUrlSourceFetcher extends AbstractDatabaseSourceFetcher
implements UrlSourceFetcher, InitializingBean {
public void afterPropertiesSet() throws... | [
"xyz20003@gmail.com"
] | xyz20003@gmail.com |
52fb2c6ec7edc7447643f460de81c56aa72075c7 | 6598c97185cdef976cee993e48412fe414a27748 | /src/fizzbuzz/FizzBuzzApp.java | 7c0d1d6604ed71fd4e6b21a10775c4212d2c15bb | [] | no_license | c-awatsu/tips | 2cb6e942cb35bd734107c41d709996e52b4a6520 | ef5bcc93464b45bcea233dcd343be5569851a032 | refs/heads/master | 2021-01-18T13:30:21.796574 | 2016-01-28T15:59:33 | 2016-01-28T15:59:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 709 | java | package fizzbuzz;
//FizzBuzz問題の解答例
public class FizzBuzzApp {
public static void main(String args[]) {
type2();
}
public static void type1(){
for (int i = 1; i <= 30; i++) {
if (i % 3 == 0 && i % 5 == 0) {
System.out.println("FizzBuzz");
} else if (i % 3 == 0) {
System.out.println("Fizz");
} e... | [
"cist.b213.t.kato@gmail.com"
] | cist.b213.t.kato@gmail.com |
fbd429f404ebad423c576ba0fe16c919a0c055e8 | 2be5c7a46a9e15ec7ca1fd4eb69cdb2538f132fa | /src/main/java/com/task/controller/CategoryController.java | 2f78843bf37d2135386be74543e3a35e0b9ed5af | [] | no_license | oblivious7777/AOP | b022a53d846b79828cc6c8c96169efb076ef0f11 | 82b6dc95aaa1cc2ec5317083848bc887fe6468b4 | refs/heads/master | 2021-07-22T11:08:59.460352 | 2017-11-01T12:22:46 | 2017-11-01T12:22:46 | 109,127,831 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,534 | java | package com.task.controller;
import org.apache.log4j.Logger;
import org.json.JSONArray;
import com.alibaba.fastjson.JSONObject;
import com.github.pagehelper.PageHelper;
import com.github.pagehelper.PageInfo;
import com.task.model.Category;
import com.task.service.CategoryService;
import com.task.units.Page;
import or... | [
"709504150@qq.com"
] | 709504150@qq.com |
3913ccb6bb400d5ff00a7a30d8b93b3091f7204c | f21878be2bbac66f46886c20967e64fa2fffaa41 | /src/main/java/manager/JdbcConnection.java | 60f8342e8e4e0a1d1ca4c8a5de1321b2670e0d40 | [] | no_license | AzizPetro/java-spring-rest | 2f35a56df34ce871c143dcd574301b53c4ae5218 | ad3bd5f5ccaa81ef5d08e9afa0f4cde7f7a03490 | refs/heads/main | 2023-04-05T05:15:05.290954 | 2021-04-05T12:59:11 | 2021-04-05T12:59:11 | 354,663,734 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 812 | java | package manager;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.util.Optional;
import org.postgresql.util.DriverInfo;
public class JdbcConnection {
private static Optional<Connection> connection = Optional.empty();
public static Optional<Connection> getConnec... | [
"zafertav8@gmail.com"
] | zafertav8@gmail.com |
c14151cf5652feb5ecacd4dbd15f458694fc98ae | 714953afdfcf6dcb48849eb6d8b65a2f13375501 | /src/com/yueke/pojo/Money.java | f69edd6d2f2ffc3be40dfc3f4f2aad2ccf400477 | [] | no_license | lucknhb/yueke | af1ebd99f090305a1ed0e73dd8f082deab6da4b4 | e59eb099d584f83ecd3cade526c6ac848ff7f203 | refs/heads/master | 2021-09-19T04:59:09.936584 | 2018-07-23T09:50:42 | 2018-07-23T09:50:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,034 | java | package com.yueke.pojo;
import java.io.Serializable;
import java.util.Date;
/**
* 余额
* 记录每个用户的账户余额
* @param <T>
* @author luck_nhb
*/
public class Money<T> implements Serializable {
private String mId;
private T object;
private Double balance;
private Date time;
public void set(String mId, T... | [
"1443793484@qq.com"
] | 1443793484@qq.com |
0864b25f4540e6e18596fd306d8e48210a54dc4e | 716b231c89805b3e1217c6fc0a4ff9fbcdcdb688 | /system-booking/src/main/java/com/train/system/booking/service/impl/PassengerServiceImpl.java | 0300c3257afb037767ddf18e21bc466ab7cca73d | [] | no_license | d0l1u/train_ticket | 32b831e441e3df73d55559bc416446276d7580be | c385cb36908f0a6e9e4a6ebb9b3ad737edb664d7 | refs/heads/master | 2020-06-14T09:00:34.760326 | 2019-07-03T00:30:46 | 2019-07-03T00:30:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 688 | java | package com.train.system.booking.service.impl;
import com.train.system.booking.dao.PassengerMapper;
import com.train.system.booking.entity.Passenger;
import com.train.system.booking.service.PassengerService;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
import java.util.List;
/**
... | [
"meizs"
] | meizs |
e1ec271c0441a3294bb4de2126f68145a058dd74 | 55875ed948b259b29663064691088fabfb7f657d | /src/main/java/sample/Controller.java | a2337c8268d9053d70cee3881dfea128b16302b3 | [] | no_license | N0rp/Bowser | 4c9f024fbd2ae9fd52dc150be199473cf367e712 | 1ed248d16fa21bba62f049a249aa97b0002e3a46 | refs/heads/master | 2021-01-10T15:00:06.792617 | 2015-06-07T20:47:39 | 2015-06-07T20:47:39 | 36,869,849 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 964 | java | package sample;
import javafx.beans.value.ChangeListener;
import javafx.beans.value.ObservableValue;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.scene.control.Slider;
import javafx.scene.text.Text;
public class Controller {
@FXML
private Text actiontarget;
@FXML
private ... | [
"rcg@dowsing.eu"
] | rcg@dowsing.eu |
5321063fa2c50556502af390776a87998f227293 | ab41927a9b1b63c08a5f7003269e9482c1445739 | /SimulatorSpecificationLanguage/src/ssl/ObserveMode.java | 6659023f12c1f474a5832edb59bf26f5417427e6 | [] | no_license | louismrose/ttc2011 | bcca3299875b8c41d4b85e53c75ac4d6b099e6e2 | 8456184f4e1b8c1367aa80ba58cf97f7c18997bd | refs/heads/master | 2020-06-02T09:29:29.770873 | 2011-09-05T11:07:46 | 2011-09-05T11:07:46 | 1,899,623 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,203 | java | /**
* <copyright>
* </copyright>
*
* $Id$
*/
package ssl;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Observe Mode</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link ssl.ObserveMode#getMode <em>Mode</em>}</li>
* </ul>... | [
"louis@cs.york.ac.uk"
] | louis@cs.york.ac.uk |
759dc60c49d23e7e4d5e296958568f2eca893486 | fddde2543bb0e48f1eabd077866036ec7639564d | /core/java/iesi-rest-without-microservices/src/main/java/io/metadew/iesi/server/rest/script/dto/ScriptPostDtoService.java | 10648e09223665f1e24bfe2fa3c6526ec585d398 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | DaoCalendar/iesi | d98394e48610c1a6b9dd86b748c04e700eb0cf91 | a6c52410ef9b14236078a4091be51b958d46c5e2 | refs/heads/master | 2023-08-30T07:30:50.603216 | 2021-09-01T07:38:56 | 2021-09-01T07:38:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,288 | java | package io.metadew.iesi.server.rest.script.dto;
import io.metadew.iesi.metadata.configuration.security.SecurityGroupConfiguration;
import io.metadew.iesi.metadata.definition.script.Script;
import io.metadew.iesi.metadata.definition.script.key.ScriptKey;
import io.metadew.iesi.metadata.definition.security.SecurityGroup... | [
"noreply@github.com"
] | noreply@github.com |
f49f7c2b47f53aac6048b1d592e77489c51c7f6c | 71027e2310f9917cd46ccb6a21c0100487c6b43b | /hep/freehep-java3d/src/main/java/org/freehep/j3d/plot/AxisBuilder.java | 6900b415d4108437e77180c1cc08a2daba1fc585 | [] | no_license | kdk-pkg-soft/freehep-ncolor-pdf | f70f99ebdc7a78fc25960f42629e05d3c58f2b03 | d317ea43554c75f8ff04e826b4361ad4326574b0 | refs/heads/master | 2021-01-23T12:18:26.502269 | 2012-08-22T23:22:21 | 2012-08-22T23:22:21 | 5,516,244 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 6,769 | java | package org.freehep.j3d.plot;
import java.awt.Font;
import javax.media.j3d.*;
import javax.vecmath.*;
public class AxisBuilder
{
/**
* Constructs an axis
* @author Joy Kyriakopulos (joyk@fnal.gov)
* @version $Id: AxisBuilder.java 8584 2006-08-10 23:06:37Z duns $
*/
AxisBuilder()
{
// build all t... | [
"hamad.deshmukh@Kodak.com"
] | hamad.deshmukh@Kodak.com |
74b642c595f260c4973adb50b2406041be6f8f3d | a32f2ccddfb715e070909d4540ed753dce1029f7 | /src/main/java/com/gservice/repository/UserRepository.java | 257ee40d8332e998cc73887539e67cc4f8641e37 | [] | no_license | arunjava/genericService | 5ec8b25c9d9846949384561fbac51adf0e877111 | 8fc2022cc2bf0fec40302e6182d00fa1fbacff4e | refs/heads/master | 2020-04-14T01:28:23.450017 | 2019-01-06T19:14:52 | 2019-01-06T19:14:52 | 163,560,953 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 263 | java | package com.gservice.repository;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
import com.gservice.entity.User;
@Repository
public interface UserRepository extends CrudRepository<User, Long>{
}
| [
"aprodigalboy@gmail.com"
] | aprodigalboy@gmail.com |
7bc6588e60d129031cf5ea6e7fbd0169ffe07a39 | 32b8ed81e2533da80af5317e2900733f0c9d891c | /FunctionalPrograms/Triplet.java | 7c2e4fc91dde0e5260bb7f7f9a31491f427a0b78 | [] | no_license | PratikC22/BasicJavaCoreAndFunctionalPrograms | 494eca60bdfad1715da851aaa8f7046da432afb7 | ddf7b9d538c383af9945e58dde33cd91439fcbfa | refs/heads/main | 2023-06-01T19:25:41.485747 | 2021-06-23T05:32:28 | 2021-06-23T05:32:28 | 376,540,860 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,580 | java | /**
* This code checks if sum of three integers adds zero.
*
* @author Pratik Chaudhari
* @since 14/06/2021
*/
import java.util.*;
public class Triplet {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
System.out.println("Enter how many numbers... | [
"noreply@github.com"
] | noreply@github.com |
c8f2c7cf2ecf0af0ae34a03532b0aac964f71040 | 4530ed54f7ce2f601c3e114f2751ab2b437fea3c | /src/test/java/com/junction/stupidhack/alarm/AlarmApplicationTests.java | 1ad6091d7e1d71757257949278a444e945d5e3d3 | [] | no_license | EkaterinaAntonyuk/wake-me-app-backend | 1d7321b6382ed98e04bf4f0857b31124d6b92c39 | 398e9a908a393480e1fb21d46bc062d243955235 | refs/heads/master | 2023-05-13T01:36:32.636932 | 2021-05-30T10:04:33 | 2021-05-30T10:04:33 | 365,508,439 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 229 | java | package com.junction.stupidhack.alarm;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class AlarmApplicationTests {
@Test
void contextLoads() {
}
}
| [
"kattiehudec@gmail.com"
] | kattiehudec@gmail.com |
73d895411a4a724e9d26d21ea16c0e04985bfae9 | 7f52c1414ee44a3efa9fae60308e4ae0128d9906 | /core/src/test/java/com/alibaba/druid/bvt/sql/PagerUtilsTest_Limit_h2_0.java | 3669190b0eca17490a29963a64d0cf889dbb7d77 | [
"Apache-2.0"
] | permissive | luoyongsir/druid | 1f6ba7c7c5cabab2879a76ef699205f484f2cac7 | 37552f849a52cf0f2784fb7849007e4656851402 | refs/heads/master | 2022-11-19T21:01:41.141853 | 2022-11-19T13:21:51 | 2022-11-19T13:21:51 | 474,518,936 | 0 | 1 | Apache-2.0 | 2022-03-27T02:51:11 | 2022-03-27T02:51:10 | null | UTF-8 | Java | false | false | 636 | java | package com.alibaba.druid.bvt.sql;
import com.alibaba.druid.sql.PagerUtils;
import com.alibaba.druid.util.JdbcConstants;
import com.alibaba.druid.util.JdbcUtils;
import junit.framework.TestCase;
import org.junit.Assert;
public class PagerUtilsTest_Limit_h2_0 extends TestCase {
public void test_db2_union() throws ... | [
"szujobs@hotmail.com"
] | szujobs@hotmail.com |
7899f67779422b7e23f864054853be20160391e0 | 963599f6f1f376ba94cbb504e8b324bcce5de7a3 | /sources/p035ru/unicorn/ujin/view/fragments/makearecord/RecordRep$getAllRecords$remoteData$4.java | bb34b17ab62ce255967e12e9424b6f7d1ae1a2eb | [] | no_license | NikiHard/cuddly-pancake | 563718cb73fdc4b7b12c6233d9bf44f381dd6759 | 3a5aa80d25d12da08fd621dc3a15fbd536d0b3d4 | refs/heads/main | 2023-04-09T06:58:04.403056 | 2021-04-20T00:45:08 | 2021-04-20T00:45:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,309 | java | package p035ru.unicorn.ujin.view.fragments.makearecord;
import java.util.List;
import kotlin.Metadata;
import kotlin.collections.CollectionsKt;
import kotlin.jvm.internal.Intrinsics;
import p035ru.unicorn.ujin.view.fragments.makearecord.model.Appointment;
import p046io.reactivex.functions.Function;
@Metadata(mo51341b... | [
"a.amirovv@mail.ru"
] | a.amirovv@mail.ru |
da8ed82c8e9c1fc25ad55e27dda5ef2e6a6a5cb3 | 1303dda07afb57e29126dd3c4c4758d498334160 | /src/main/java/com/udemy/compras/graphQL/ProdutoGraphQL.java | da2387ae83253f895fe59961e19eba6ae5e9c780 | [] | no_license | rafaelhenriquemartins/API_GraphQL_Spring | 9d8457888d3163b8c179212c529ad6977c65c413 | efab624616ba67d910957db0035a9d4c3a7f5cfd | refs/heads/master | 2023-04-25T12:00:36.685562 | 2021-05-18T02:47:41 | 2021-05-18T02:47:41 | 367,547,021 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,375 | java | package com.udemy.compras.graphQL;
import com.coxautodev.graphql.tools.GraphQLMutationResolver;
import com.coxautodev.graphql.tools.GraphQLQueryResolver;
import com.udemy.compras.model.*;
import org.modelmapper.ModelMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stere... | [
"rafaelrhm.27@gmail.com"
] | rafaelrhm.27@gmail.com |
90094969e1b1caa6dbdc5417e851f257215c055f | 391f3089c241db67a053f25cd8027bbd63e5bda8 | /src/application/Suit.java | 9ec782390a45f78a94d967db0ddb2744a7773a54 | [] | no_license | anjusolomon/BlackJackgame | 580f576403ecf3416422db0a72a37c5171509eb2 | 72734e7b657ae82d68970cf9771ff86e8d20273e | refs/heads/master | 2020-04-17T20:08:56.447608 | 2019-01-21T23:19:49 | 2019-01-21T23:19:49 | 166,892,916 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 920 | java | package application;
import java.util.Arrays;
import java.util.Collections;
public final class Suit {
private String name;
private String symbol;
public final static Suit CLUBS = new Suit( "Clubs", "c" );
public final static Suit DIAMONDS = new Suit( "Diamonds", "d" );
public final static Suit HEA... | [
"anjujose834@gmail.com"
] | anjujose834@gmail.com |
01d2210f21eaa333e650642cdd521ce63b51973b | d3e9b083a6f7ed5cb80b48f622370e5ecf587e5b | /app/src/main/java/org/learn/dellse/learnfrench/Score.java | 1a12b2dbd4530624b87d3d5c24cd799f166fdd3f | [] | no_license | AnkitSingh98/AndroidProject1-LearnFrench | 5cf62ade93537437aba06ef70a97b9e4d40bb643 | dfedf98bb8e2e08b64e13b57a6cf4ffc300a254b | refs/heads/master | 2021-04-15T18:45:04.242833 | 2018-03-25T10:41:45 | 2018-03-25T10:41:45 | 126,689,070 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,441 | java | package org.learn.dellse.learnfrench;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.MenuItem;
import android.view.View;
import android.widget.TextView;
import org.ankithacks.learnfrench.R;
public class Score extends AppCompatActivity {
... | [
"ankithacks98@gmail.com"
] | ankithacks98@gmail.com |
d75225437285f98ccdf828248de38cd64411e14e | 079df0fe1de4f6b789daf9e04d94a8d8b38955e9 | /Terminal/src/main/java/mikera/util/Maths.java | 2dab9a79f5867339fc70aa9a7a1f1501e8c2d98f | [] | no_license | condatgd/test | 7fd884ac024837bf040033d86dd9db2830c663a9 | f1d5a38909cc0f86031b480f40257c86049e84f5 | refs/heads/master | 2023-02-24T22:13:57.972583 | 2023-02-15T12:53:17 | 2023-02-15T12:53:17 | 154,280,441 | 1 | 0 | null | 2018-10-23T07:34:36 | 2018-10-23T07:15:46 | null | UTF-8 | Java | false | false | 11,073 | java | package mikera.util;
/**
* Helpful maths functions
*
* Focus on using floats rather than doubles for speed
*
* @author Mike
*
*/
public final class Maths {
public static final double ROOT_TWO = Math.sqrt(2);
public static final double ROOT_THREE = Math.sqrt(3);
/** mathematical constant e */
pu... | [
"gd@condat.de"
] | gd@condat.de |
294c5f2da3fb350dddc1756555d73ea4964f983a | 48db73c0f5ba7373a4108261e93a94994c899e9f | /test/codility/lesson1/BinaryGapTest.java | f3a2b4e969e2054c873d5e87621560ed68487a76 | [] | no_license | Shrineas/Codility | 6633c0f05fed4e130203f4dc9ef38691115a449e | 1463e4e6b4b582acc71748632686fb585f6efff6 | refs/heads/master | 2021-01-02T08:38:32.721659 | 2017-08-13T13:03:59 | 2017-08-13T13:03:59 | 99,040,192 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,514 | java | package codility.lesson1;
import static org.junit.Assert.assertEquals;
import org.junit.Before;
import org.junit.Test;
public class BinaryGapTest {
private BinaryGap binaryGap;
@Before
public void setup() {
binaryGap = new BinaryGap();
// 0 - 0 -> 0
// 1 - 1 -> 0
// 2 - 10 -> 0
// 3 - 11 -> 0
// 4 -... | [
"frederik.martens@sfpd.fgov.be"
] | frederik.martens@sfpd.fgov.be |
ab705c3e08e1caa3bf4240f2344a68571b1aa31f | 3f88dbdf16f9dc8f40233cc6aca3acd7ee12d5fd | /Flax Engine/src/ie/flax/flaxengine/client/weave/view/MainMenuView.java | ee057b3a59f811f48a1ee2b9f342ef27ecb9e4c8 | [
"Apache-2.0"
] | permissive | FlaxProject/Flax-HTML5-Game-Engine | d1fd82a6fafbb3b66d6736bff0151b0efc1bbe5f | 5cc9671de6baa12f0e365a2700ad4732db206cd6 | refs/heads/master | 2016-09-08T01:57:37.824440 | 2011-07-28T21:28:08 | 2011-07-28T21:28:08 | 1,974,241 | 2 | 1 | null | null | null | null | WINDOWS-1250 | Java | false | false | 3,058 | java | package ie.flax.flaxengine.client.weave.view;
import ie.flax.flaxengine.client.weave.Weave;
import ie.flax.flaxengine.client.weave.presenter.AbstractPresenter;
import ie.flax.flaxengine.client.weave.presenter.FileUploadPresenter;
import ie.flax.flaxengine.client.weave.presenter.MapImportExportPresenter;
import i... | [
"ciaran@flax.ie"
] | ciaran@flax.ie |
6819b8394450037909d5f76f0e53dd8a20ace2fa | c0252581a023f09998d8845d05783f3a6b45bd5a | /src/main/java/cn/zjyc/together/service/impl/TypeServiceImpl.java | 3ea4492011da78329ca920c4bc35613ae4ee40e8 | [] | no_license | liszt1/together | 4665d3d3ee02c0d77bcce66fced6b6d23e27d4fe | 59207ea87ce27f880e3838d034e544e3974b825d | refs/heads/master | 2021-04-09T17:36:10.684994 | 2018-04-06T03:48:49 | 2018-04-06T03:48:49 | 125,874,942 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 519 | java | package cn.zjyc.together.service.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import cn.zjyc.together.dao.TypeDAO;
import cn.zjyc.together.entity.Type;
import cn.zjyc.together.service.TypeService;
@Service("typeSe... | [
"643552610@qq.com"
] | 643552610@qq.com |
8987af9c0b6f727cfe04132c9124ddb46f1afffb | 297b0dcd8e9f6fd00425bcc12849bdc0b46a4ed2 | /ui/com.mercatis.lighthouse3.ui.security.ui/src/com/mercatis/lighthouse3/security/ui/providers/GroupConverter.java | 1b079af2c3d01d056b08b5c23dbded8341856552 | [
"Apache-2.0"
] | permissive | mercatis/Lighthouse | cedf5093ea16285460975f4882de0de0b05b0db2 | 85885f29585137347150cfc7e24fcc5315db980a | refs/heads/master | 2020-05-19T23:49:00.669151 | 2011-12-13T09:48:22 | 2011-12-13T09:48:22 | 2,143,373 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,199 | java | /*
* Copyright 2011 mercatis Technologies AG
*
* 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 l... | [
"andreas.gruener@mercatis.com"
] | andreas.gruener@mercatis.com |
3700cec7b2bf11c4f041b7f4c1bdc1e675ea70a6 | 0feec9a847517c98651771c51f5945d50ef55d2e | /src/com/groupclass/model/GroupClassVO.java | a2d3084f68f761f3c63e2a5c27e2dc4cc80e7dc7 | [] | no_license | air-gi/EA102G4 | d9fb111ae13b21ded94499c1527d683e1d656901 | 1657fc867df3f5657089bb9b663b504b37dd0e28 | refs/heads/master | 2023-04-18T19:11:12.639937 | 2021-05-06T12:53:14 | 2021-05-06T12:53:14 | 364,875,460 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,507 | java | package com.groupclass.model;
public class GroupClassVO implements java.io.Serializable{
private String g_class_no;
private String pro_id;
private String c_type_no;
private String g_name;
private String loc;
private Integer g_max;
private Integer p_coin;
private String g_detail;
private Integer c_status;
pri... | [
"User@DESKTOP-JO81F50"
] | User@DESKTOP-JO81F50 |
d2e4f7e6de58ffc5cb28df5c178a535268104489 | 7da0de1fe5145b833b7a1c85726f9451f87c4d8f | /classes/cn/com/miaoto/modules/feedback/model/BackFeedbackResp.java | dfc10e57e8f73a1a968347b30dadfbfc9d4db2e1 | [] | no_license | wang1433256766/GJS_bookMgnSys | c3415a9b58d006667baf8fdc8f9722191b715911 | 735ef7462e3f7f6d9e01751f02106284f3a2ed00 | refs/heads/master | 2021-07-24T07:39:26.714616 | 2017-11-02T02:07:01 | 2017-11-02T02:07:01 | 109,111,318 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 193 | java | package cn.com.miaoto.modules.feedback.model;
import cn.com.miaoto.common.httpBean.ResponseInfo;
/**
* Created by hx on 2017/7/27.
*/
public class BackFeedbackResp extends ResponseInfo {
}
| [
"1433256766@qq.com"
] | 1433256766@qq.com |
1a7ef704bcb070279a3f5b88d5d79debff8d484e | 46597191a67491ab792e4348cb9abd356411e163 | /hw12-web/src/main/java/com/danzki/WebServerApp.java | c16d3885f21fb2818a1cadb14087d93db9383954 | [] | no_license | Danzki/jOtus | 98e05c2cfea4d04974c49d88774d111f6204f2c0 | 4875611eb30bc441d157c6fee185fedf5a0eafe5 | refs/heads/master | 2022-12-23T15:23:34.742505 | 2020-05-12T16:50:14 | 2020-05-12T16:50:14 | 192,604,943 | 0 | 0 | null | 2022-12-16T15:38:06 | 2019-06-18T20:03:00 | Java | UTF-8 | Java | false | false | 1,990 | java | package com.danzki;
import com.danzki.core.dao.UserDao;
import com.danzki.core.service.DBServiceUser;
import com.danzki.core.service.DbServiceUserImpl;
import com.danzki.mongo.dao.UserDaoMongo;
import com.danzki.mongo.sessionmanager.SessionManagerMongo;
import com.danzki.mongo.template.MongoGenerator;
import com.danz... | [
"dan.kapustin@gmail.com"
] | dan.kapustin@gmail.com |
85f2a6e0ecfe2b06c845fe556c35689b526ac78c | 0b9a7b22e95001d91871a1666da413f2a8460c0b | /src/main/java/com/harrymanproject/retailstores/data/repository/ItemRepository.java | fb29ef7b697f0bdacebb25af292c9dbe668e1594 | [] | no_license | harrykextra/retailstores | 2cc3752df544cc42a14aed4984a31fa900a834b0 | 9b786a7b20c59d3e6717f9d92374eff8a5ed51a7 | refs/heads/main | 2023-06-21T08:14:20.270345 | 2021-07-24T00:15:46 | 2021-07-24T00:15:46 | 388,957,978 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 250 | java | package com.harrymanproject.retailstores.data.repository;
import com.harrymanproject.retailstores.data.model.Item;
import org.springframework.data.jpa.repository.JpaRepository;
public interface ItemRepository extends JpaRepository<Item,Integer>{
}
| [
"harrykextra@gmail.com"
] | harrykextra@gmail.com |
d0d38dc9d89f151f2e7cb9c9654a1b01c2f858fb | 40b9ec8727d786c8a0fad945cfb9117e67a73115 | /fyc/src/cn/ideal/es/security/HttpParameterRequestWrapper.java | 543d500f9fe87d95fd6934513e489371762e7dee | [] | no_license | MR-JDY/fyc | 404144f8f598c7082137b88df24e293d6eac28c4 | d9cb2c39051c43aa3c67d5c143c044e085acdf1c | refs/heads/master | 2021-09-02T11:54:29.571019 | 2018-01-02T10:02:07 | 2018-01-02T10:02:07 | 115,989,444 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,049 | java | package cn.ideal.es.security;
import java.io.BufferedReader;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.util.Enumeration;
import java.util.HashMap;
import java.util.Map;
import java.util.Vector;
import javax.servlet.ReadL... | [
"xqgdtx1@sina.com"
] | xqgdtx1@sina.com |
54905ed1ac8ae96377fa45979cd1f076848296a0 | 15f9a96e8fd0461e1a68386c9d3f3d12c96808fc | /src/main/java/fetch/LoadFetchUrl.java | 9d38b5c2213558b2431eb48d7404f743cdf95c49 | [] | no_license | xiawq87/rssreader-fetch | 888e94f5bc9650c8c7e7da468c492d18f43bc27b | 632dec69441da249a92f32141e8c49edabbb32a4 | refs/heads/master | 2020-06-14T00:31:09.920874 | 2014-04-13T10:43:08 | 2014-04-13T10:43:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,024 | java | package fetch;
import java.util.ArrayList;
import java.util.List;
import util.MemcacheUtil;
import util.MongoUtil;
import vo.FetchUrl;
import com.mongodb.DB;
import com.mongodb.DBCollection;
import com.mongodb.DBCursor;
import com.mongodb.DBObject;
import constant.Constants;
public class LoadFetchU... | [
"xwqfudimo@163.com"
] | xwqfudimo@163.com |
3efb354797320bbf12a3eb3c8f91a24a0b27af75 | 4c645b3321c187bbc0a842ffe911a90c55ec8a02 | /java/javaprograms/src/com/composition/Case.java | 7bc692fe7f549f74486f5e1192c923dd1b75b51c | [] | no_license | deepanshululla/DataStructuresAndAlgo | 7eae2a0a076f197707629128bed11069777caa7c | c78c3a16222484a7beb9f882f90e26801b1eab13 | refs/heads/master | 2021-01-22T06:07:20.602935 | 2017-06-30T03:29:57 | 2017-06-30T03:29:57 | 81,737,664 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 850 | java | package com.composition;
/**
* Created by deepa on 6/23/2017.
*/
public class Case {
private String model;
private String manufacturer;
private String powerSupply;
private Dimensions dimensions;
public Case(String model, String manufacturer, String powerSupply, Dimensions dimensions) {
t... | [
"deepanshu.lulla@gmail.com"
] | deepanshu.lulla@gmail.com |
542d94d3313a352aa44edb44ec86bad4878c6d2a | 1a5d8991488aabc3ebc2965db135c577daae34b9 | /src/com/test/cor/ConsoleLogger.java | bf9920031cbef4d624f43d097678da69ae0e92de | [] | no_license | rajeevkri/designPat | 409a605a522105b2e5878b4be9a55ae55202a303 | 8525cab5103c28d5f16ebc07eb1057c5f63e2ee6 | refs/heads/master | 2021-01-23T00:53:00.501548 | 2017-07-27T11:58:33 | 2017-07-27T11:58:33 | 85,845,015 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 252 | java | package com.test.cor;
public class ConsoleLogger extends AbstractLogger {
public ConsoleLogger(int level) {
this.level = level;
}
@Override
public void write(String message) {
System.out.println("Standard Console::Logger: " + message);
}
}
| [
"rajeevkri@gmail.com"
] | rajeevkri@gmail.com |
8b60a97ac909f2fbeb2c4f9bdd3439e505e67f8f | ef3632a70d37cfa967dffb3ddfda37ec556d731c | /aws-java-sdk-ebs/src/main/java/com/amazonaws/services/ebs/model/ValidationExceptionReason.java | 973899a64ac99c180adce4f0fad63e4877505ab9 | [
"Apache-2.0"
] | permissive | ShermanMarshall/aws-sdk-java | 5f564b45523d7f71948599e8e19b5119f9a0c464 | 482e4efb50586e72190f1de4e495d0fc69d9816a | refs/heads/master | 2023-01-23T16:35:51.543774 | 2023-01-19T03:21:46 | 2023-01-19T03:21:46 | 134,658,521 | 0 | 0 | Apache-2.0 | 2019-06-12T21:46:58 | 2018-05-24T03:54:38 | Java | UTF-8 | Java | false | false | 2,381 | java | /*
* Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
e3a5effebebd4fafcc87137661e421ecb46d7d92 | 14593dbd5ce47c01aa04b120b08650c4e63215ea | /servicecat-webapp/src/main/java/org/aksw/servicecat/security/model/UserInfo.java | a25168685ca98351b12cf4bad80ab95f0d77a667 | [
"Apache-2.0"
] | permissive | GeoKnow/SparqlServiceCatalogue | a38094ba77fa0cc8518091ad25e4d3ca9946ea4a | 3e02d46b8f37d078f8bfa64cc610b905af5f1f90 | refs/heads/master | 2021-01-02T22:51:02.659229 | 2015-02-27T10:47:33 | 2015-02-27T10:47:33 | 22,769,286 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,159 | java | package org.aksw.servicecat.security.model;
import java.util.Collection;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.userdetails.UserDetails;
public class UserInfo
implements UserDetails
{
@Override
public Collection<? extends GrantedAuthority> get... | [
"cstadler@informatik.uni-leipzig.de"
] | cstadler@informatik.uni-leipzig.de |
47819e9e17a3d08f652a383612c322fe35a6b6cf | 8a9b80725a12f3f35e93858de7660c237e424bc9 | /src/main/java/vcs/citydb/wfs/config/WFSConfig.java | 98f57eb4d1d1751fecc397e765f835d3a267d277 | [
"Apache-2.0",
"LGPL-3.0-only"
] | permissive | 3dcitydb/web-feature-service | 7ae7d27fe5b25328177f3e9f8e11a53cd35e1754 | 8dd80723cd46844422e2f8c9ab7e7413690e24d3 | refs/heads/master | 2022-12-22T11:00:45.535803 | 2022-12-15T15:35:41 | 2022-12-15T15:35:41 | 18,515,903 | 33 | 16 | Apache-2.0 | 2022-06-21T05:08:10 | 2014-04-07T12:19:05 | Java | UTF-8 | Java | false | false | 3,056 | java | package vcs.citydb.wfs.config;
import vcs.citydb.wfs.config.capabilities.Capabilities;
import vcs.citydb.wfs.config.constraints.Constraints;
import vcs.citydb.wfs.config.database.Database;
import vcs.citydb.wfs.config.feature.FeatureTypes;
import vcs.citydb.wfs.config.filter.FilterCapabilities;
import vcs.citydb.wfs.c... | [
"cnagel@virtualcitysystems.de"
] | cnagel@virtualcitysystems.de |
7688732bf7dbf540c3c96a0610646252b04446a4 | 637556c9335498605b5b961898455bfed4c6fe5b | /src/main/java/jari/duyvejonck/sunnyportaltodbspring/sunnyportal/auth/AuthenticateHttpRequest.java | b80a1ac35259639d2ceb7606ed5cf2aa8d42728c | [
"MIT"
] | permissive | JaDuyve/SunnyPortal-to-DB-Spring | e583dffdedc836eda4672d4fe77deb88b358386f | 89e804f35ed2829c7972e9c79f18d8ab435dcdb2 | refs/heads/main | 2023-02-18T11:13:36.782076 | 2021-01-13T22:23:31 | 2021-01-13T22:23:31 | 325,617,740 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,476 | java | package jari.duyvejonck.sunnyportaltodbspring.sunnyportal.auth;
import org.apache.tomcat.util.codec.binary.Base64;
import org.springframework.http.HttpHeaders;
import org.springframework.http.MediaType;
import org.springframework.web.util.DefaultUriBuilderFactory;
import java.net.URI;
import java.nio.charset.Standard... | [
"jari.duyvejonck@outlook.com"
] | jari.duyvejonck@outlook.com |
0bbe17d30831298f65a76c3a95b1cc3a0bdd5115 | a8e727973b939f7b3c48c781394d5b5cfba1b258 | /Pharmacy/Common/src/main/java/checkForm/fields/Field.java | a2087a2436df08d19b9d8b04d6d5d549aff94544 | [] | no_license | smir-vic-alex/failed_fun_startups | c1352411d7a5654f2a15d3555acc46f27bc380c9 | 163fc96ab31f8938b6f3060caaa7edcbe6fadce8 | refs/heads/main | 2023-01-30T12:25:47.110559 | 2020-12-12T16:42:05 | 2020-12-12T16:42:05 | 320,874,793 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,065 | java | /**
* Создано: Денис
* Дата: 08.01.15
* Описание: Интерфейс для полей с формы
*/
package checkForm.fields;
import checkForm.parsers.FieldParser;
import checkForm.validators.Validator;
import java.util.List;
public interface Field {
/**
* Установление валидатора.
* @param validator Валидатор
... | [
"smir.vic.alex@gmail.com"
] | smir.vic.alex@gmail.com |
2174e3a487387f7d991d88d67e4f3f543afe1cc9 | e8bf5eed2cb868f4c8f1eab1f3eacec5db394170 | /src/Moodle/EmployeeHour.java | 1c66a58a2d552ad9e1c40c6427a1324913afbc55 | [] | no_license | yinon115/finalProject | 573a3859326a47dbfd3bc95de3b18828f0e5ad01 | 64473813bf2485ee34a5b8f52e279e28590c3a55 | refs/heads/master | 2023-07-03T00:14:22.159654 | 2021-08-04T10:59:56 | 2021-08-04T10:59:56 | 390,715,880 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 71 | java | package Moodle;
//public class EmployeeHour extends Employees{
//
//}
| [
"Shlomis@windowslive.com"
] | Shlomis@windowslive.com |
c8e5ea97f3559b04dc0d24f463c32b7521b4e19d | 14ce0b6ec16dcde669b824316f89b85ed783a024 | /trunk/projects/zxses/src/com/zx/core/model/SysParameter.java | ac50b173cdb3881195906d9ea431d2e939eed9af | [] | no_license | BGCX262/zxses-svn-to-git | 077b860e2e5b6ccc6b57571aacdbb06deaec382c | 44bc0e02f7b6b3cb2d5378b08e04e90ec11bf8bd | refs/heads/master | 2021-01-22T04:41:02.426134 | 2015-08-23T06:49:12 | 2015-08-23T06:49:12 | 41,250,909 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,064 | java | package com.zx.core.model;
import java.util.Date;
/**
* SysParameter entity.
*
* @author MyEclipse Persistence Tools
*/
public class SysParameter implements java.io.Serializable {
// Fields
private Long id;
private String code;
private String name;
private String content;
private Date ... | [
"you@example.com"
] | you@example.com |
5408e21c8a87dcb83217b25397c3134db4b0d566 | 24f758bfdb6acc0d06d7aef8f4ed933e332d909b | /weather/src/main/java/stats/StatsVarianza.java | 557a13e756cf105c1df7602b7784059d40e9ae7f | [] | no_license | martina-mammarella/programmazioneadoggettiunivpm | d5fead69b219080c9b29c42f2adcc14aa1cf1d97 | 7bd3f7f26feb795027c9f126041ff0ab10a1a652 | refs/heads/master | 2023-03-24T03:26:17.098516 | 2021-03-03T20:44:47 | 2021-03-03T20:44:47 | 339,783,654 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 53 | java | package stats;
public class StatsVarianza {
}
| [
"marty@LAPTOP-G5ITQDIQ.homenet.telecomitalia.it"
] | marty@LAPTOP-G5ITQDIQ.homenet.telecomitalia.it |
4394f3058d03893cbf747599c075eca029ef42cf | 2b659e430eb379c4137fb923359c62bfa414b5af | /Examen3-API-master/Examen3-API-master/ContabilidadUIA/src/main/java/uia/com/api/ContabilidadUIA/modelo/cheques/NotaDebito.java | 2a34b3e491ed29585412c70592b05b8f1dbe1a15 | [] | no_license | JuanMJ/EXAM-Api | ce7dcb418996ec7f6b250bb4bdd018504af70223 | 480b7d040f606cd706c2997f8556040535f38bd6 | refs/heads/master | 2023-04-12T08:09:47.633684 | 2021-05-15T16:15:54 | 2021-05-15T16:15:54 | 367,546,181 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,034 | java | package uia.com.api.ContabilidadUIA.modelo.cheques;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonProperty;
import uia.com.api.ContabilidadUIA.modelo.clientes.InfoUIA;
public class NotaDebito extends InfoUIA
{
String fecha = "";
public... | [
"A2165791@correo.uia.mx"
] | A2165791@correo.uia.mx |
d2249784efaa5997cbc57275ef85aeaab7669b6f | 3f01bb0acbbf497adba8474551592db9b92b5dcc | /src/test/CandidateTest.java | b4cebe2ad7924cdf6b8a96be94789eba41ce98f8 | [] | no_license | zixiaoy/secondProject | 111c228279e279dff481533643b612b3138e2ce5 | e4f7c635fe102962b4ffad1ee336b429219454df | refs/heads/master | 2020-03-31T21:24:30.028788 | 2018-10-25T00:36:45 | 2018-10-25T00:36:45 | 152,579,443 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 790 | java | import com.xiaoy.entity.Candidate;
import com.xiaoy.service.CandidateServ;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4Class... | [
"1570519814@qq.com"
] | 1570519814@qq.com |
905536da10d0a75e95f6f453544aeafc31f38f75 | c3fa36983f5fd99802c42e78943a391d4efe7f7d | /src/main/java/com/ssh/quartz/controller/PmsBrandController.java | f97b67fb18d819cb8da6de896af17e6d54edf885 | [] | no_license | ssh3519/springboot-quartz | ed3c90b33c6172202cd0df572d6137b49b079aa0 | 6bb9df4a82bb7ec65eae01a35669df3f7822d389 | refs/heads/master | 2022-12-30T17:17:43.141914 | 2020-10-26T03:54:05 | 2020-10-26T03:54:05 | 307,255,603 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,051 | java | package com.ssh.quartz.controller;
import com.ssh.quartz.common.api.CommonPage;
import com.ssh.quartz.common.api.CommonResult;
import com.ssh.quartz.mbg.model.PmsBrand;
import com.ssh.quartz.service.PmsBrandService;
import io.swagger.annotations.ApiOperation;
import io.swagger.annotations.ApiParam;
import org.slf4j.Lo... | [
"shensh"
] | shensh |
49ffdb3159d98bd91fb0a938a5d3828e42aa2a46 | bf2966abae57885c29e70852243a22abc8ba8eb0 | /aws-java-sdk-ec2/src/main/java/com/amazonaws/services/ec2/model/InstanceLifecycle.java | 33d6f2a7d87b2fe20c90ed70d7430ed0bb9cd0c6 | [
"Apache-2.0"
] | permissive | kmbotts/aws-sdk-java | ae20b3244131d52b9687eb026b9c620da8b49935 | 388f6427e00fb1c2f211abda5bad3a75d29eef62 | refs/heads/master | 2021-12-23T14:39:26.369661 | 2021-07-26T20:09:07 | 2021-07-26T20:09:07 | 246,296,939 | 0 | 0 | Apache-2.0 | 2020-03-10T12:37:34 | 2020-03-10T12:37:33 | null | UTF-8 | Java | false | false | 1,788 | java | /*
* Copyright 2016-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
14753bec4c078bc47f3fe6ffbf8d53b9f2e38ffe | b055b4212d839153eb6ff6a64a79eaf34c5f3f00 | /src/Person.java | a9f99bf2460f6f7969412193d78de0fd8172821f | [] | no_license | Robert-Piwowarczyk/zadanie-3.1.0 | 6a1c112bdd74e94d73a8bdbccfe736a0ab371796 | 7754ffbaae1ae665350d502242f171cca0024ea8 | refs/heads/master | 2022-04-16T11:29:05.976743 | 2020-04-12T16:45:40 | 2020-04-12T16:45:40 | 255,064,697 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 131 | java | class Person {
String firstName;
String lastName;
String pesel;
Addres livingAddres;
Addres registeredAddres;
} | [
"robpiw@op.pl"
] | robpiw@op.pl |
d4a42d24dfdd8ae636eb7d4850bc761ed6832f20 | fed24d613eefe68217b5ade1fd65f7bedfdd813d | /core/src/main/java/com/linecorp/armeria/client/endpoint/FileWatcherRunnable.java | 9b8afe1d51b884cb59689916be0ad5404c11b920 | [
"BSD-3-Clause",
"EPL-1.0",
"WTFPL",
"MIT",
"JSON",
"CC0-1.0",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | anuraaga/armeria | 45f251337ecfe3eafb5d61fcd883cfb8f24ae6a4 | 7afa5bdbc25856568a49062a4195af94f3a3bf0f | refs/heads/master | 2021-11-04T04:51:12.220718 | 2020-05-15T06:41:56 | 2020-05-15T06:41:56 | 46,321,489 | 2 | 0 | Apache-2.0 | 2019-12-02T08:30:21 | 2015-11-17T03:43:26 | Java | UTF-8 | Java | false | false | 5,113 | java | /*
* Copyright 2019 LINE Corporation
*
* LINE Corporation licenses this file to you 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 r... | [
"trustin@linecorp.com"
] | trustin@linecorp.com |
0a9547446c5c16be8b605400304cb2dedd642d74 | e9affefd4e89b3c7e2064fee8833d7838c0e0abc | /aws-java-sdk-chimesdkmessaging/src/main/java/com/amazonaws/services/chimesdkmessaging/model/ErrorCode.java | a1a2eb1cafcaaa5dd9404089879997d7e834352c | [
"Apache-2.0"
] | permissive | aws/aws-sdk-java | 2c6199b12b47345b5d3c50e425dabba56e279190 | bab987ab604575f41a76864f755f49386e3264b4 | refs/heads/master | 2023-08-29T10:49:07.379135 | 2023-08-28T21:05:55 | 2023-08-28T21:05:55 | 574,877 | 3,695 | 3,092 | Apache-2.0 | 2023-09-13T23:35:28 | 2010-03-22T23:34:58 | null | UTF-8 | Java | false | false | 2,311 | java | /*
* Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
aaad73699858d394326796d1a6f290a2137fb0b9 | 7dd970da92a2919f06caa99c6da5be3415169476 | /src/thread/Deadlock.java | a4b307b8f27ba4a54ac70ab6654c83acc6d2dc59 | [] | no_license | JAVACodeFarmer/basic-learning | 7ff0da096de6282db93c3cad124149405526971b | 014a3a9a46619ea5ac617aea9e21f92b0f70f132 | refs/heads/master | 2020-03-24T03:33:52.462805 | 2018-07-26T10:22:16 | 2018-07-26T10:22:16 | 142,424,372 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,182 | java | package thread;
/**
* Created by yi.yh on 2018/7/25.
* 死锁
*/
public class Deadlock {
static class Friend {
private final String name;
public Friend(String name) {
this.name = name;
}
public String getName() {
return this.name;
}
public sync... | [
"1171447530@qq.com"
] | 1171447530@qq.com |
3774794269fb4be1e0932738c86580ed950a89db | 36f5587cae0987de920a205d55d3b47e41f2fefb | /src/main/java/com/xiao/jd/vop/bean/stock/StockResult.java | 421188b4f1ebe01bc087c52b87a42a56fdc6f85c | [] | no_license | lihuafeng/jd-vop-api | ab1daa6a45c13e6abda972cd9f4820dcb0c27fa5 | 9589f05c60bda8219152edabaf726c174e38b736 | refs/heads/master | 2020-08-30T23:50:45.605457 | 2018-05-21T03:01:05 | 2018-05-21T03:01:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,308 | java | package com.xiao.jd.vop.bean.stock;
import java.io.Serializable;
/**
* 〈京东库存信息〉<br>
*
* @author jianjun.xiao
* @create 2018/2/9 9:52
* @since 1.0.0
*/
public class StockResult implements Serializable {
private static final long serialVersionUID = 6270018860718585946L;
/**
* 地址
*/
private... | [
"xiaoxiao65535@163.com"
] | xiaoxiao65535@163.com |
764cae8cf1190be70729dcddf81fbfdabeab5098 | f3f1f6da6e725aadda2b4f3761b23e19bdad1193 | /app/src/main/java/com/example/sportup/trainer_add_Exersice.java | 5df7da54d06348974c22192af4f9e33e294a04e9 | [] | no_license | NetanelShimoni/SportUp-App | ab1946d7ddaa562da5ab8a5903dc1ef0872d779f | b0d0fa3f93ad6fa51e28ca3d341a7ee09d43d9f4 | refs/heads/or_branch | 2023-02-08T23:08:38.313382 | 2020-12-27T15:02:22 | 2020-12-27T15:02:22 | 317,814,478 | 0 | 1 | null | 2020-12-27T15:04:37 | 2020-12-02T09:38:45 | Java | UTF-8 | Java | false | false | 2,810 | java | package com.example.sportup;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Spinner;
import android.widget.TextView;
import android.widget.Toast;
im... | [
"57719538+NetanelShimoni@users.noreply.github.com"
] | 57719538+NetanelShimoni@users.noreply.github.com |
ac66d5db2dfbdf594e73612ad7d68910c0580852 | 94092671fb09e5a9749bbcad99814e9be44124fd | /flight/src/main/java/com/xworkz/web/component/FlightComponent.java | a4cee34ebf3e5a9183de629431682cb7d7c1a01c | [] | no_license | Tapannaik/flight | 73004b10014f300587f03fc095c4ac702263de02 | 14120b55a4b3304d3bd4631038c1fa6072f1b25b | refs/heads/master | 2022-12-24T01:21:44.855440 | 2019-07-11T08:59:01 | 2019-07-11T08:59:01 | 196,355,658 | 0 | 0 | null | 2022-12-16T06:36:57 | 2019-07-11T08:45:31 | Java | UTF-8 | Java | false | false | 881 | java | package com.xworkz.web.component;
import org.springframework.stereotype.Component;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
//error
@Component
@RequestMapping("/")
public class FlightComponent {
public FlightComponent() {
... | [
"tapannaik32@gmail.com"
] | tapannaik32@gmail.com |
b66b3450f9d93947b2147a463cddcd27555ce498 | ba4cf6b03c8941449eae7c9f70a48739072d4d80 | /wk-framework-utils/src/main/java/com/wk/framework/utils/VideoUtil.java | 6d6ea6d904b8728c34c7b8f01e2e946691425132 | [] | no_license | LuoHongGit/bs-wk-services | 042473ff68067166c354cd32522ce5a6114098b6 | 7f39a882eac5f71e6fb34c36ea560ed25acb7162 | refs/heads/master | 2023-02-09T02:56:57.098514 | 2021-01-04T08:38:00 | 2021-01-04T08:38:00 | 316,161,830 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,459 | java | package com.wk.framework.utils;
import java.io.*;
import java.util.ArrayList;
import java.util.List;
/**
* 此文件作为视频文件处理父类,提供:
* 1、查看视频时长
* 2、校验两个视频的时长是否相等
*
*/
public class VideoUtil {
String ffmpeg_path = "D:\\Program Files\\ffmpeg-20180227-fa0c9d6-win64-static\\bin\\ffmpeg.exe";//ffmpeg的安装位置
public Vi... | [
"1025675648@qq.com"
] | 1025675648@qq.com |
39a574b5d359c28485ace8445719e21ea496f942 | 1a99b7ad4fccd9824aeada985171dfcc258a16aa | /src/main/java/org/jboss/wfk/repotree/filter/SignatureFilter.java | 31177ca42834b049224d55afed86d533782dd59c | [] | no_license | kpiwko/repotree | 7183021f6fa05f548ba40c581c35866d63ac7530 | 5874d9258cceeb26fd8c803a8acb7d5b79fba961 | refs/heads/master | 2016-09-06T15:10:05.334842 | 2011-05-18T15:40:03 | 2011-05-18T15:40:03 | 1,068,751 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,806 | java | /*
* JBoss, Home of Professional Open Source
* Copyright 2010, Red Hat Middleware LLC, and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not us... | [
"kpiwko@redhat.com"
] | kpiwko@redhat.com |
d1dae2c25a528c70ee55a09ce9dcb3c6f8be4a82 | b6a7fc77850a32e846f28c087c1d525f2af21f74 | /ovh.api/src/main/java/com/milleapplis/ovh/api/sms/Users.java | e62643cc13ae28c50808e38e75aa158747bc9d3c | [
"Apache-2.0"
] | permissive | 1000applis/ovh-api | dd7d3aa1f570e10fc31eed1bad979726011a9790 | cfbc6d7ea0dab14fbc029a78ac0f7e37cc6bc2a7 | refs/heads/master | 2022-11-23T20:50:48.361381 | 2019-08-02T06:06:32 | 2019-08-02T06:06:32 | 53,325,130 | 1 | 0 | Apache-2.0 | 2022-11-16T12:39:24 | 2016-03-07T12:48:10 | Java | UTF-8 | Java | false | false | 1,868 | java | package com.milleapplis.ovh.api.sms;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonProperty;
public class Users {
@JsonProperty
private Quota quotaInformations;
@JsonProperty
private String password;
@JsonProperty
private String stopCallBack;
@JsonProperty
private List<String> ipRestric... | [
"stephane.giner@gmail.com"
] | stephane.giner@gmail.com |
6a6ca7249c80496f29e8854a0ae7fc15827c0c45 | 7b9821957842dbe317b000b6d765c3832732488e | /main/java/com/example/school/services/interfaces/IAuthGroupService.java | c60214d3425d80e0c03f321c2049ce6b7e1ecf72 | [] | no_license | OPNydox/SchoolRegisterProject | 12a51192dc9169718b0ad2e0b991e8842068c614 | b649b99d9bdfd86760409b18383ce85ec7eac125 | refs/heads/master | 2023-09-01T21:13:00.138790 | 2021-10-02T09:32:28 | 2021-10-02T09:32:28 | 303,963,899 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 333 | java | package com.example.school.services.interfaces;
import com.example.school.database.entities.AuthGroup;
import com.example.school.utilities.ServiceReturnResult;
import com.example.school.viewModels.Interfaces.UserViewModel;
public interface IAuthGroupService {
ServiceReturnResult<AuthGroup> addAuth(UserViewModel v... | [
"cbotushanov@gmail.com"
] | cbotushanov@gmail.com |
7b26860af58b61c825409c34ff6627b24fcf2f91 | 2fac1b6a785bc4bc5bba919ddcde1099e93675de | /Customer.java | edb45bde7e042795ce89f69b7aab7adbaa0c8b86 | [] | no_license | Pendulun/AulaPraticaRefactoring | de36b40695964d2937a1ad516f3b116dc71a0947 | faf3822f359bf7832c18944d4aa71257598a6dde | refs/heads/main | 2023-06-28T20:52:51.195081 | 2021-08-04T15:39:58 | 2021-08-04T15:39:58 | 392,702,650 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,190 | java | import java.util.Enumeration;
import java.util.Vector;
public class Customer {
private String _name;
private Vector<Rental> _rentals = new Vector<Rental>();
public Customer (String name){
_name = name;
}
public void addRental(Rental arg) {
_rentals.addElement(arg);
}
public Strin... | [
"danielcampos14@hotmail.com.br"
] | danielcampos14@hotmail.com.br |
10aa046997758039d41853f29de7f20814bf5648 | 6283e53dc2d707bd29b6462cf577b1571037c3bf | /android/MediaPlayer/app/src/main/java/mart/io/mediaplayer/MainActivity.java | 3ccef6f48aee83cfdcbd963aff885c3690fc948b | [] | no_license | amartyushov/Experiments | 2d95ebc442ae5707f8435f828a04aacca110dfc1 | 5af4e006e81c9d401a328c033c1fd9357da60131 | refs/heads/master | 2023-09-01T17:25:43.409389 | 2023-09-01T06:59:07 | 2023-09-01T06:59:07 | 90,235,236 | 0 | 2 | null | 2022-02-10T08:39:12 | 2017-05-04T07:40:54 | Java | UTF-8 | Java | false | false | 1,331 | java | package mart.io.mediaplayer;
import android.media.MediaPlayer;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
import android.widget.Toast;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCre... | [
"alexander.martyushov@bitplaces.com"
] | alexander.martyushov@bitplaces.com |
74842e10b4da0a1a12fd069ab62df37d22b56fce | 5a637cb8d14e58f0ee1ba640acddd0380df1d907 | /src/ciknow/teamassembly/Team.java | d9534d6ce3c5da4304f92647fefe547e2f4a98a8 | [] | no_license | albedium/ciknow | b20e46c925d54c54e176b0df65e1a5a96385066b | 57e401eb5ffa24181c7cb72e59fc0e7319cfc104 | refs/heads/master | 2021-01-21T01:17:55.683578 | 2012-09-26T18:27:03 | 2012-09-26T18:27:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,953 | java | package ciknow.teamassembly;
import java.util.Collection;
import java.util.HashMap;
import java.util.HashSet;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import ciknow... | [
"yao.gyao@gmail.com"
] | yao.gyao@gmail.com |
c65b8f06b2d9b54f837ecc3ea8fd63ee6b6b0c2f | ca91a32851f54adb4c2e1179179b21d6bc7cb83a | /app/src/main/java/com/example/admin/bitsandpizza/PizzaFragment.java | 0a979a35ef83ccee05e4e2d070c23e66d9fa3a4f | [] | no_license | e-kuri/BritsAndPizza | 85250396146a1070065701466b847620d6b7a0e6 | 8b3179a8439d96d59c19b4332cc56238d7781750 | refs/heads/master | 2021-01-20T15:39:27.099842 | 2016-07-18T13:20:54 | 2016-07-18T13:20:54 | 63,604,676 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 937 | java | package com.example.admin.bitsandpizza;
import android.app.ListFragment;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
/**
* A simple {... | [
"eugenio.kuri@gmail.com"
] | eugenio.kuri@gmail.com |
ae0fc7bd0acdaa26ee6f9543d99543e74e814b08 | a81744f4917a8cd429dde2b0b6fcd787e6e35c7e | /src/tetris_ui/MainFrame.java | 28f65c46061ac5f070347595d17b4af0dc7e937b | [] | no_license | IgorMedved/tetrisSolver | 6956304700d443956b1c34fb9664b54c999da071 | 5696cb654b3fc5c10450e22c6afa0e152bdfa2bd | refs/heads/master | 2021-01-10T17:56:11.941820 | 2017-06-16T03:39:13 | 2017-06-16T03:39:13 | 51,782,859 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,591 | java | package tetris_ui;
import java.awt.Dimension;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.ItemEvent;
import java.awt.event.ItemListener;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseE... | [
"igor.medvedyev@gmail.com"
] | igor.medvedyev@gmail.com |
89832b206b2770c5ed5cb886bc3dda70a20df9be | 997f8ddc11ecf15d8232030673e2fcb45a16857d | /src/main/java/com/hcl/bank/benef/app/util/ApiResponse.java | eec1ca87e6b0313e8a998f5aca16b8a021d28e0b | [] | no_license | udaych31/BankBeneficiaryApp | 5765f7c1dbcf5cc9205d62b866a64697e61ef021 | 079db1c1267d84173e019580950a22c0995a5872 | refs/heads/master | 2020-05-31T06:40:13.656297 | 2019-06-05T10:52:27 | 2019-06-05T10:52:27 | 190,146,309 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 534 | java | package com.hcl.bank.benef.app.util;
import java.io.Serializable;
public class ApiResponse implements Serializable {
private static final long serialVersionUID = 1L;
private Integer statusCode;
private String status;
public ApiResponse() {
super();
}
public Integer getStatusCode() {
return statusCod... | [
"49300434+admin1104@users.noreply.github.com"
] | 49300434+admin1104@users.noreply.github.com |
2e3f06ddb2a3d63efb6fd72b158f4b24a65d8592 | 27b7583996fe74b6039eda51a51ecdb767c90f8c | /app/src/main/java/com/white/ghost/programmersupermario/base/BaseLazyFragment.java | 28a38c22e45701f5716d73f6f50104efa38f02ce | [] | no_license | ChrisChing24/ProgrammerSuperMario | 03225f1bb708b8e83d86ffa0b698c1e5b0808351 | 94256c578d1189c5898c3db913b367db9b420966 | refs/heads/master | 2020-05-18T00:07:41.599731 | 2019-05-16T07:28:57 | 2019-05-16T07:28:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,351 | java | package com.white.ghost.programmersupermario.base;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.view.Window;
import android.view.WindowManager;
import com.trello.rxlifecycle3.components.support.RxFragment;
import com.white.ghost.... | [
"gaodun123com"
] | gaodun123com |
0f297c94a792ac1e88fee344171e7dcd06fd85f4 | 73f4ba554a081b222c24798d8bff1c2998215bd7 | /src/main/java/com/bad/remon/io/tempateJava/paramEntry/LombokAnn.java | 673a40c5725fa4cf71ed8e2f61ee59f494c9dc63 | [] | no_license | remonlong/bad-io-template | 256e084cb20d985565ea9669ac6aa09c0b57b136 | 822e56c604c65fa07a10d68d827e806fb55f4b65 | refs/heads/master | 2020-03-19T04:52:49.276845 | 2018-06-05T02:27:25 | 2018-06-05T02:27:25 | 135,878,176 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 165 | java | package com.bad.remon.io.tempateJava.paramEntry;
/**
* @author remon
* @create 2018-06-02 22:59
**/
public class LombokAnn {
private Class<?> clazzName;
}
| [
"remonzilong@sian.com"
] | remonzilong@sian.com |
bef225c7f9a82c88277adc1417202c2ffa28d0b0 | f296e69ee23105e630c6ebb6393dba8dce157ee9 | /2019-3-4/src/school/course/AboutClass.java | 707b1a1f2412824f90ac2d0bcfdb6e8075fb7d00 | [] | no_license | 2676583711/school.course.java | 1a3c91aad5b2bc28a944b3739023c195c22dd00d | 8fbb243c57f8ac72365cfb65bde754c5913ee805 | refs/heads/master | 2020-04-25T02:06:07.422165 | 2019-03-18T02:07:10 | 2019-03-18T02:07:10 | 172,427,593 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 651 | java | package school.course;
/*
*关于 java 的对象的学习
*/
class Person {
protected String name;
protected int age;
public void speak() {
System.out.println("我叫" + name + ",今年" + age + "岁了");
}
}
public class AboutClass {
public static void main(String[] args) {
Person p = new Person();
p.name = "张三";
p.age = 250;... | [
"liberalzhou@163.com"
] | liberalzhou@163.com |
dc506aa63a868853d1847bc78b5b2534ce3fcbad | fc249fdee1cf8faa8bda0c593f44e5a781485d33 | /app/src/main/java/com/clicktech/snsktv/module_home/inject/module/PracticingSongModule.java | 9019b9437837618c0ea0845a92a4ae059437388f | [] | no_license | WooYu/Karaok | 320fbcc7d97904d8b20c352b4ffb9cb31bf55482 | 42120b10d4f5039307348976b508ccc89ff0f40b | refs/heads/master | 2020-04-08T11:30:29.288269 | 2018-11-27T09:28:22 | 2018-11-27T09:28:22 | 159,308,447 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,759 | java | package com.clicktech.snsktv.module_home.inject.module;
import com.clicktech.snsktv.arms.inject.scope.ActivityScope;
import com.clicktech.snsktv.module_home.contract.PracticingSongContract;
import com.clicktech.snsktv.module_home.model.PracticingSongModel;
import dagger.Module;
import dagger.Provides;
/**
* 通过Templ... | [
"wuyu@lcworld-inc.com"
] | wuyu@lcworld-inc.com |
d514d4d11d9bca2126b22a68e2a38c557a345830 | c9a7ddb19aef9d88bcd05fe37417ed86f30a8834 | /stable/src/drcl/inet/protocol/dv/DVPacket.java | b556267950ff6069da1803a82b99425cfc6e3ab2 | [
"BSD-3-Clause"
] | permissive | jsimjava/j-sim | ca1ca5b5ef8d0ba67ed5b58b62fccb5acd9e986f | 7cee84946bd85d7a8ba641039baacdb3b973e1e2 | refs/heads/master | 2020-06-01T13:25:53.114658 | 2015-08-04T07:34:07 | 2015-08-04T07:34:07 | 32,123,947 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,815 | java | // @(#)DVPacket.java 2/2004
// Copyright (c) 1998-2004, Distributed Real-time Computing Lab (DRCL)
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// 1. Redistributions of sourc... | [
"jsim.java@8bbd7491-ab50-0410-b0e2-7bef82531098"
] | jsim.java@8bbd7491-ab50-0410-b0e2-7bef82531098 |
147d5d1f448d1efab4cc89b9ae9a8f254bb18571 | b86dafabc3c7424adaf76f6c32bf9e6955277a46 | /java/javaday18/src/checkpoint1/Test07.java | c4e1932ba3a7a76b08883c26bef02c5c79a55f4c | [] | no_license | Caressing-bot/sbjy_hezh | a0fe39eeef199851e22a5121bedb75cdc56a53d6 | 3bd96d0fbd551a214e412c4bca39cee6a4581c25 | refs/heads/master | 2020-09-21T15:01:13.961463 | 2019-11-29T09:32:11 | 2019-11-29T09:32:11 | 224,825,180 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 538 | java | package checkpoint1;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
public class Test07 {
public static void main(String[] args) {
int len;
byte[] b = new byte[1024];
try (FileOutputStream fos = new FileOutputStream("a2.jpg"); FileInputStream f... | [
"2568314841@qq.com"
] | 2568314841@qq.com |
8c04415d6cbd89b151aaf53a720d378571dedf4e | 92f5860bfd39930a8108cff2e0a8b0eeece12b25 | /src/main/java/com/syntaxerror/ezz0034/business/EmployeeBusiness.java | 372b3602df908b9ca2876294d04e7247c73b2a0e | [] | no_license | piooneer77/EzzSystemJPA | cc47a4bd6379dfd6a9f597802dba1dfc322bbf8b | 4aa1d2c93f36cd020db3fb867e5695614d342e84 | refs/heads/master | 2021-07-10T20:38:42.271616 | 2017-10-10T14:31:58 | 2017-10-10T14:31:58 | 106,416,403 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 683 | java |
package com.syntaxerror.ezz0034.business;
import com.syntaxerror.ezz0034.models.Employee;
import com.syntaxerror.ezz0034.repositories.EmployeeRepository;
import java.util.List;
import javafx.collections.ObservableList;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.s... | [
"piooneer77@gmail.com"
] | piooneer77@gmail.com |
5da5939afe350441f0c31fa5fc4526336b08a98d | 7bc6ef3eda2ee41386f7e52a44e1ae2779a7338a | /favoritemovies/src/main/java/com/putrasamawa/favoritemovies/rest/UtilsConstant.java | 36391adef328bb7c32c992b6b30df290921c7cb6 | [] | no_license | narumiya1/Dicoding-AndroidExpert-Sub5 | 4bc11a7502c85d40c113d2b8b527cddbd447f16d | 438e4bd702c200762b4b1055d046f208b63e1eb8 | refs/heads/master | 2022-04-05T14:19:42.585062 | 2020-02-25T01:25:33 | 2020-02-25T01:25:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 732 | java | package com.putrasamawa.favoritemovies.rest;
/* Copyright Satria Junanda */
public class UtilsConstant {
public final static String BASE_URL = "https://api.themoviedb.org/3/";
public final static String MOVIE_LIST_INSTANCE = "MOVIE_LIST";
public final static String MOVIE_LIST_QUERY = "MOVIE_LIST_QUERY";
... | [
"satrialin34@gmail.com"
] | satrialin34@gmail.com |
d3768366254082fdd79987b244e8ba0d964e8c3d | 030e2be4cbee11998c4f87c4d0f497103ba39756 | /src/tactics/DefaultQuackBehavior.java | e809a9056288703ab9720c17a3107192411e9138 | [] | no_license | zhsheng26/design | 900e2324149d85fd516e460d39c65c8293fecd8f | 67bf2f694f61075e716d918e3a8bdcf105b3aebf | refs/heads/master | 2020-04-04T00:30:37.604122 | 2018-11-13T06:51:39 | 2018-11-13T06:51:39 | 155,652,324 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 177 | java | package tactics;
public class DefaultQuackBehavior implements QuackBehavior {
@Override
public void quack() {
System.out.println("普通鸭子叫声");
}
}
| [
"zhsheng26@gmail.com"
] | zhsheng26@gmail.com |
c17ecd54e2e806202c3066e3f51dad27f01f46a6 | 6b0b65b21c5a0d2021f706b62564bf0e74e98473 | /src/com/vendor/Vendor.java | c32a789ae99555fd378855e730622b3cd753a012 | [] | no_license | amanthajayathilake/Online-Event-Management-System | e6e91326049c40b5ebeebafa2b3e27777578e81a | 10524a5b487f3ca4d7c1900ecb99f3184703b29c | refs/heads/main | 2023-07-31T17:22:02.085649 | 2021-09-16T18:31:51 | 2021-09-16T18:31:51 | 407,270,058 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,293 | java | package com.vendor;
public class Vendor {
private int id;
private String name;
private String email;
private String phone;
private String userName;
private String password;
private String vendorpackage;
private String venue;
private String buffet;
private String maxGuests;
p... | [
"amanthaj@xinotechsoftware.com"
] | amanthaj@xinotechsoftware.com |
9449cac9308abcf732ca7f75994217a346121601 | b1e0f7b8f64267c82dd236fb65d89cfcefb8df43 | /src/test/java/com/lusa/carros/functional/PostCarroValidationTest.java | ac8e2df4da615a3f6a4c8df14df7d63faa1e57fb | [] | no_license | brunolusa/api-carros-integration-test | 02c3a09e681b506cf9f4e7fe403e0665074d2911 | 53b56db80a2f73977a0bdfa7c5bf31cf7da21468 | refs/heads/master | 2023-05-13T03:58:01.671668 | 2020-08-19T18:33:23 | 2020-08-19T18:33:23 | 283,604,929 | 1 | 0 | null | 2023-05-09T18:40:05 | 2020-07-29T21:21:28 | Java | UTF-8 | Java | false | false | 763 | java | package com.lusa.carros.functional;
import com.lusa.carros.basetest.BaseTest;
import com.lusa.carros.model.Carro;
import com.lusa.carros.datadriven.CarroDataProvider;
import org.testng.annotations.Test;
import static org.testng.Assert.assertEquals;
import static org.testng.Assert.assertNotNull;
public class PostCarro... | [
"bruno.lusa@gmail.com"
] | bruno.lusa@gmail.com |
71d42479ab28549f230a9df1dde7fc0c168e3b64 | 0889521f422166404e325d3716e0b6ddbdef8ff1 | /src/main/java/com/pinpinbox/android/Views/HeaderScroll/scrollable/CanScrollVerticallyDelegate.java | 551ddda106e406a97a73296f166bd71dd2017551 | [] | no_license | pinpinbox/app | 8efac19291b0d243ee305971cb43944878334adf | a32914264de932e73f762396a10143149f2ea670 | refs/heads/master | 2021-06-30T01:49:40.132026 | 2019-04-03T08:06:51 | 2019-04-03T08:06:51 | 115,250,997 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 307 | java | package com.pinpinbox.android.Views.HeaderScroll.scrollable;
/**
* Created by Dimitry Ivanov (mail@dimitryivanov.ru) on 28.03.2015.
*/
public interface CanScrollVerticallyDelegate {
/**
* @see android.view.View#canScrollVertically(int)
*/
boolean canScrollVertically(int direction);
}
| [
"k57764328@vmage.com.tw"
] | k57764328@vmage.com.tw |
b89ee35577770fa756c5a97291fa83650db96487 | 0cf80bc132b107b1adcfdcb62e9c0f3b72dfd903 | /src/main/java/base/patient/service/PatientInfoService.java | e95158b8c32b1ba1720c00c1c25b2c77b40c6fb6 | [
"Apache-2.0"
] | permissive | clairewoo66/pdct | b3e5b408d04d71f38bdf9d81c464e3a427909a14 | 3cb2d842874c7687b0f42b420e1892887b140bd5 | refs/heads/master | 2020-12-30T14:19:42.489230 | 2017-05-15T07:31:04 | 2017-05-15T07:31:04 | 91,307,389 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,340 | java | package base.patient.service;
import base.patient.mapper.PatientContactInfoMapper;
import base.patient.mapper.PatientInfoMapper;
import base.patient.mapper.PatientInformedMapper;
import base.patient.model.*;
import com.github.pagehelper.Page;
import com.github.pagehelper.PageHelper;
import com.github.pagehelpe... | [
"claire@wuhuizideMacBook-Pro.local"
] | claire@wuhuizideMacBook-Pro.local |
d74602292c61ac5dfc3685337b2a7fa95b9b4ac1 | aa7193834b08a3b4bb2acc10236afdf4e50660d8 | /src/net/sourceforge/plantuml/skin/rose/ComponentRoseDestroy.java | 68f0b410d37a78fc5bdbd1249302411a4f7ace99 | [] | no_license | tabahara/plantuml | 90c07ed4a4b16137621543ef9c9aae0e97400d81 | 30ffb8bdae209dce2631ce252f28dc74efd63479 | refs/heads/master | 2020-12-27T21:18:36.063678 | 2014-12-11T05:42:13 | 2014-12-11T05:42:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,500 | java | /* ========================================================================
* PlantUML : a free UML diagram generator
* ========================================================================
*
* (C) Copyright 2009-2013, Arnaud Roques
*
* Project Info: http://plantuml.sourceforge.net
*
* This file is part of... | [
"plantuml@gmail.com"
] | plantuml@gmail.com |
2e1505f0dd22c8ad3053d32875a0614e110c2312 | a059d1f1e05f3257dbb73d4556c9f530791ac98c | /src/main/java/com/jfeat/pdf/print/util/Fonts.java | 18d8990c4bdc33243f652ce144955b14e909a500 | [] | no_license | LDJ4cob/zero-io | 1f9f7da7e522f1896658404a617c7374021ba0b3 | 9ecefbe4839e965d74cc47c938efeef97f3eb450 | refs/heads/master | 2020-04-29T07:22:30.120825 | 2019-03-15T08:33:30 | 2019-03-15T08:33:30 | 175,950,663 | 0 | 0 | null | 2019-03-16T09:16:04 | 2019-03-16T09:16:03 | null | UTF-8 | Java | false | false | 2,351 | java | package com.jfeat.pdf.print.util;
import com.itextpdf.text.DocumentException;
import com.itextpdf.text.pdf.BaseFont;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
import static com.itextpdf.text.pdf.BaseFont.NOT_EMBEDDED;
import static com.itextpdf.text.pdf.BaseFont.createFont;
/**
* ... | [
"1023839362@qq.com"
] | 1023839362@qq.com |
92d14dba58e5967eb651c576127e9eafdeca775c | 524e0d20a43523bf6c928a0ddf6abe5da71d6661 | /Java_OO/Aula6/CreditoBancario/src/main/java/com/mycompany/creditobancario/CreditoHabitacao.java | 85a234ee016146033df8197227f1128621f00c08 | [] | no_license | helfer1991/UPSkill | dae4faa48a5c9f8003792d82f219efe23b2e0175 | c518f008cd07400e5b8ac38e14f906f79a824fdc | refs/heads/master | 2023-02-15T09:34:14.792007 | 2021-01-13T09:02:00 | 2021-01-13T09:02:00 | 305,502,551 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,007 | 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.mycompany.creditobancario;
/**
*
* @author Asus
*/
public class CreditoHabitacao extends CreditoBancario {
private ... | [
"1171482@isep.ipp.pt"
] | 1171482@isep.ipp.pt |
2d9fbeee16ea1972aa99d1072c421acb2e6d9016 | b524cff38faeca93ea899457be2fc1412853f0be | /random-beans/random-beans-producer/src/main/java/org/esco/notification/randombeans/GeneratorException.java | f05e155e6cae318c90e0edc95bc62515b9a2a7fb | [
"Apache-2.0"
] | permissive | GIP-RECIA/Notification-POC | 2ec98d9d071a6a9e16f14e4f92ceb8d11dd3ae1b | 338f742b3359348c064439225bf3f6077c49de1b | refs/heads/master | 2021-09-04T06:08:38.605724 | 2018-01-16T15:19:46 | 2018-01-16T15:19:46 | 110,958,026 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 595 | java | package org.esco.notification.randombeans;
public class GeneratorException extends Exception {
public GeneratorException() {
}
public GeneratorException(String message) {
super(message);
}
public GeneratorException(String message, Throwable cause) {
super(message, cause);
}
... | [
"remi.alvergnat@gfi.fr"
] | remi.alvergnat@gfi.fr |
e847604d5b85b8f00c561716f938b501cf888e85 | da71f6a9b8a4949c8de43c738fa61730129bdf5e | /src/minecraft/net/minecraft/src/RenderPainting.java | b51f365b9879c84f5453227603ee4ef85f59e926 | [] | no_license | nmg43/mcp70-src | 1c7b8938178a08f70d3e21b02fe1c2f21c2a3329 | 030db5929c75f4096b12b1c5a8a2282aeea7545d | refs/heads/master | 2020-12-30T09:57:42.156980 | 2012-09-09T20:59:42 | 2012-09-09T20:59:42 | 5,654,713 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 6,335 | java | package net.minecraft.src;
import java.util.Random;
import org.lwjgl.opengl.GL11;
import org.lwjgl.opengl.GL12;
public class RenderPainting extends Render
{
/** RNG. */
private Random rand;
public RenderPainting()
{
rand = new Random();
}
public void func_77009_a(EntityPainting par1E... | [
"nmg43@cornell.edu"
] | nmg43@cornell.edu |
9c525dbbb13f565d45aaf679db79947642b66359 | 64e4ac0cffb656d2c8e4c2760615ea3aed6a3126 | /UT5/src/ejemplos/Ejemplo3.java | acedd1a2dad84e8554eb7c67a6dd0ea420ba5c6e | [] | no_license | AlvaroSanCer/EntornosUT5 | c95a77e827a505f73132ca82f4046808c45721b9 | 4653e094979d8bfd58093c69c7b77080e22da3de | refs/heads/master | 2020-05-05T04:53:46.243509 | 2019-05-02T19:27:04 | 2019-05-02T19:27:04 | 179,729,166 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,750 | java | package ejemplos;
import java.awt.BorderLayout;
import java.awt.EventQueue;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import javax.swing.JButton;
import java.awt.event.ActionListener;
import java.awt.event.ActionEvent;
public class Ejemplo3 extends JFram... | [
"alsancer2@gmail.com"
] | alsancer2@gmail.com |
1b53c2b0195c05d96fc702a8380362fcd7358226 | 9323d904a3b09ca1958013835fa526ccbfae9799 | /src/com/clientwin/fram/RegisterFrame.java | 5117978f99037e1e6cf39ea21181c56ed6c74af0 | [] | no_license | ChenJiWei95/ClientWin | d4a33b60a2fa40e7ec45eea536cafe5d24f26ce9 | 4bb2046ca578e0d4dc06aad01b56401fc870389c | refs/heads/master | 2020-03-17T17:33:55.409180 | 2018-05-17T09:48:51 | 2018-05-17T09:48:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,842 | java | package com.clientwin.fram;
import java.awt.Color;
import java.awt.Cursor;
import java.awt.Font;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Image;
import java.awt.Point;
import java.awt.RenderingHints;
import java.awt.Toolkit;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEv... | [
"39364860+13430394603@users.noreply.github.com"
] | 39364860+13430394603@users.noreply.github.com |
faf962de9b8ef80737dbbb3ab9aeeb7c06b6f8f7 | 6a3b36644a367bbfb21d180bcb540c5d8c24d9aa | /IBatisQuickStartSample/src/main/java/com/ibatis/quickstart/sample/main/Executor.java | 99ca14b59a0c43fb90340cf38c4b20027242240a | [] | no_license | matsuSV/IBatisQuickStartSample | 0d9ecbe78be9d95ceb9f2764e22f5c9e02f10d50 | 8fdce1427c99ee6a794179c95cdfdf7e2e3d0ccf | refs/heads/master | 2020-06-08T15:03:40.393703 | 2014-05-06T12:21:45 | 2014-05-06T12:21:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 845 | java | package com.ibatis.quickstart.sample.main;
import java.io.IOException;
import java.sql.SQLException;
import com.ibatis.quickstart.sample.bean.SampleTable;
import com.ibatis.quickstart.sample.query.Inserter;
import com.ibatis.quickstart.sample.query.Selector;
import com.ibatis.quickstart.sample.util.LogProvide... | [
"shota0123art@yahoo.co.jp"
] | shota0123art@yahoo.co.jp |
a6f62abe1123d21c36a54a62829b2d36305b0dbe | dc08f5a5178a074cfe9069e413c4e6ea1ade9aa9 | /TeamCode/src/main/java/org/firstinspires/ftc/teamcode/AutonomousOpModes/BeaconTest.java | 4f665f2cbb8248a6634c1debc47e6f7efff038b2 | [
"BSD-3-Clause"
] | permissive | gutsylvin/Team_Repo_TheClueless | e7124b4f71cd79893bb154f7af205e15712f6f96 | 852f21a95a80002c1bef5a739ab7c6423a3f8457 | refs/heads/master | 2021-01-12T13:45:23.353017 | 2017-02-12T05:29:36 | 2017-02-12T05:29:36 | 69,124,756 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 24,068 | java | package org.firstinspires.ftc.teamcode.AutonomousOpModes;
import com.qualcomm.robotcore.eventloop.opmode.Autonomous;
import com.qualcomm.robotcore.hardware.ColorSensor;
import com.qualcomm.robotcore.hardware.DcMotor;
import com.qualcomm.robotcore.hardware.DcMotorSimple;
import com.qualcomm.robotcore.util.ElapsedTime;
... | [
"gutsylvin@gmail.com"
] | gutsylvin@gmail.com |
56f10fa9dc40ef3939716e8833750eb8ec8b0083 | e82b41390ca70e8571b692bdf4c17a25ae06a148 | /src/main/java/com/lt/concurrency/example/aqs/ForkJoinTaskExample.java | 7ac9f19f0a08ce39b8ea4b7e8fa505d6bdb976c1 | [] | no_license | lttoto/concurrency | 4e7d6ff25d1e3418b28ea43c4d67dd88be9bff96 | 45d81eca4e1573b3dc28a943f0dd16919fc3b7c5 | refs/heads/master | 2020-03-10T18:45:09.186133 | 2018-04-30T09:26:25 | 2018-04-30T09:26:25 | 129,533,057 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,634 | java | package com.lt.concurrency.example.aqs;
import lombok.extern.slf4j.Slf4j;
import java.util.concurrent.ForkJoinPool;
import java.util.concurrent.Future;
import java.util.concurrent.RecursiveTask;
import java.util.function.Function;
/**
* Created by taoshiliu on 2018/4/30.
*/
@Slf4j
public class ForkJoinTaskExample ... | [
"18616948061@163.com"
] | 18616948061@163.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.