blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e7acbce969287f6d633a1416f97bc4aacc8fd466 | 7fce9d9992cb57c8f0761ac0bee1005e141be021 | /lib_src/src/com/sap/spe/condmgnt/finding/ITracerAccessAttributes.java | ffdb53ca0350ca8a7a50423711f770cabbb651e6 | [] | no_license | mjj55409/cintas-pricing | 3e10cb68101858f56a1c1b2f40577a0ee5b3e0e0 | 037513a983f86cfd98a0abbe04fb448a2d1c7bea | refs/heads/master | 2020-04-02T03:28:54.953342 | 2016-06-27T19:18:34 | 2016-06-27T19:18:34 | 60,651,882 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 950 | java | /*
Copyright (c) 2005 by SAP AG
All rights to both implementation and design are reserved.
Use and copying of this software and preparation of derivative works based
upon this software are not permitted.
Distribution of this software is restricted. SAP does not make any warranty
ab... | [
"michael@mertisconsulting.com"
] | michael@mertisconsulting.com |
87b3016b97dd1a1032a0bfcefe23e6d979b4ff51 | d57d8067d2a17c6b67674ebfebd361dcab717d60 | /Design-and-Analysis-of-Algorithms/MultiGraph.java | 19ad50eebb658e24abd65692ee9a23e5f37c5cf7 | [] | no_license | aksharp95/Design-and-Analysis-of-Algorithms | 1b9d72f1578ed8262bbc2f8b5b04f62ab7c84cf6 | 1f8fdba4fa0f0bcceaa0021ffcc7862ac3a8cdd5 | refs/heads/master | 2022-04-14T19:26:34.565938 | 2020-04-09T01:03:49 | 2020-04-09T01:03:49 | 224,361,726 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,730 | java | // Question 6
import java.util.HashSet;
import java.util.LinkedList;
import java.util.Queue;
public class MultiGraph {
private int V;
private LinkedList<Integer> [] adjacency;
private HashSet<Integer> [] answer;
MultiGraph(int V){
this.V = V;
adjacency = new LinkedList[V];
for... | [
"58247141+aksharp95@users.noreply.github.com"
] | 58247141+aksharp95@users.noreply.github.com |
05db1eb68e59c0b2b421620c0c0b743767afaa8f | 035c5b0fee4313d3583d3e05ecb77f5976e54053 | /app/src/test/java/com/example/administrator/shopcardemo/ExampleUnitTest.java | cdb3427a0e8a864f4feb1a71d1db235ed8b323ca | [] | no_license | androidjiasheng/ShopCarDemo | a36a542f183af0e1264aeac47353ba9695ac6fda | 883efbc1c756e6c975aacfd5e9c16c4ad466c90e | refs/heads/master | 2021-01-19T04:43:30.125555 | 2017-04-06T05:13:03 | 2017-04-06T05:13:03 | 87,388,582 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 415 | java | package com.example.administrator.shopcardemo;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
... | [
"898478073@qq.com"
] | 898478073@qq.com |
9510f4e7cf3f4b0a379f58972a03c1ccdfd5e88c | f070bc719e870678f39cf4daaa87edac9e58de20 | /docroot/WEB-INF/src/mylocalization/JavaText.java | 1efce627047f9fd584d1923c1b15383f4dff8388 | [] | no_license | YueRongLee/Questionnaire | 6ccb7e597562aef548185c8a28920298cced1405 | 4184fb6d35912487b86c3d0304cb1bd23f87e7af | refs/heads/master | 2020-03-09T10:52:32.459242 | 2018-04-19T06:21:43 | 2018-04-19T06:21:43 | 128,747,276 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,199 | java | package mylocalization;
import myutil.TextUtil;;
/**
* Java端訊息本地化.
* @author Jason
*/
public enum JavaText {
/**
* 非常满意.
*/
VERY_SATISFIED("very-satisfied"),
/**
* 满意.
*/
SATISFIED("satisfied"),
/**
* 比较满意.
*/
SO_SO("so-so"),
/**
* 不满意.
*/
NOT_SATISFIED("not-satisfied"),
/*... | [
"jasoa125@gmail.com"
] | jasoa125@gmail.com |
eed0022aa7c18132b504f9683c8c2408b0e19a59 | 23ff493b8800c3c43bb37303c7c7886bef34ba82 | /src/hpu/zyf/service/impl/ProductServiceImpl.java | 61cf11bddd3155cd1e50b861ef6cc6c4124145d9 | [] | no_license | hpulzl/snackShop | 223c381fd368ba207c4e7ea7f9cf56e2476974ff | 74566253173b4abba569bfb44c5492a9254a473f | refs/heads/master | 2021-01-01T05:29:03.445658 | 2017-04-13T06:53:34 | 2017-04-13T06:53:34 | 59,088,502 | 1 | 0 | null | null | null | null | GB18030 | Java | false | false | 3,290 | java | package hpu.zyf.service.impl;
import hpu.zyf.entity.Discountproduct;
import hpu.zyf.entity.ProductType;
import hpu.zyf.entity.Productdetail;
import hpu.zyf.entity.ProductdetailExample;
import hpu.zyf.entity.ProductdetailExample.Criteria;
import hpu.zyf.exception.CustomException;
import hpu.zyf.mapper.DiscountproductMa... | [
"824337531@qq.com"
] | 824337531@qq.com |
2b4f00e9d60b49ef165578279f370309958f387e | 9b0ce2a6ee915fc276406f8a0e7b4dd7b11c5d48 | /worker/src/main/java/com/bot/worker/config/ConfigLoader.java | b24f3d510198759e1843049575e8191be67e0029 | [
"Apache-2.0"
] | permissive | oleshkoa/Bot | a374a17b507b1bf96b7fc97bba331a0b8d17199f | 8b23f43a0d3ff6f48fb3d5ec902a412e744bd929 | refs/heads/master | 2021-01-21T22:09:42.308999 | 2017-01-30T20:42:24 | 2017-01-30T20:42:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,751 | java | package com.bot.worker.config;
import com.bot.worker.EventBusComponent;
import com.bot.worker.common.Annotations.TaskConfigFile;
import com.bot.worker.common.Constants;
import com.bot.worker.common.events.AppInitEvent;
import com.bot.worker.common.events.GetStatusRequest;
import com.bot.worker.common.events.TaskConfig... | [
"aleks.n.fedorov@gmail.com"
] | aleks.n.fedorov@gmail.com |
f623a6c3b8c23f2c79a286142e31800fe1c70d95 | 1770a422e9d78009777608357b892d8c01e9d990 | /app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/v7/cardview/R.java | 1116c892ac31ca5e481fc31fb5ffa4cc02802f7c | [] | no_license | jar00t/Inharmonia | d27fd7b69952c016ad8246b6d264bd15ec5810bb | 40210f996dfac3a136f4d1a41ae75d27092d68e5 | refs/heads/master | 2021-10-10T17:47:49.667974 | 2019-01-14T11:04:32 | 2019-01-14T11:04:32 | 158,631,052 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,195 | 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.v7.cardview;
public final class R {
private R() {}
public static final class attr {
private at... | [
"myn.fajar@gmail.com"
] | myn.fajar@gmail.com |
68fa73e4d8e3c1baa91cd6e8777638658ed03a16 | f03eb5b6adbd7b9bcf1e0d3689f7339b36c400b8 | /app/src/main/java/org/zeniafrik/helper/BottomNavigationHelper.java | 800a635db104d092e148fc3511e024b04ae677cc | [] | no_license | code-fi/zeni_app | ee7dd38eb3f31d925a20f326b9a6c3ceec084cf5 | 8ed99ed5b76ad4c62f1eb90b589cb4a3827dff87 | refs/heads/master | 2020-09-16T04:32:55.698203 | 2019-11-23T21:20:01 | 2019-11-23T21:20:01 | 223,654,300 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,457 | java | package org.zeniafrik.helper;
import android.support.design.internal.BottomNavigationItemView;
import android.support.design.internal.BottomNavigationMenuView;
import android.support.design.widget.BottomNavigationView;
import android.util.Log;
import java.lang.reflect.Field;
public class BottomNavigationHel... | [
"codewithfrank@gmail.com"
] | codewithfrank@gmail.com |
57bee2a8a0de6a427e08940607bce9097aa9b76f | 73f1645de3ab5472ea2a22d13e5f3e66a7737bc4 | /src/com/hung/controller/giaovien/ExportThiLaiController.java | 4a32becdf5eb14e7a129eae5adc26f8853722ece | [] | no_license | HaTrongHoang/QuanLyDiem | 6451e5faef9a3996eebc5a539c1cef4e3a536141 | e48e56200cce28b5e0545d0d60f974729b68a426 | refs/heads/master | 2023-06-06T16:54:19.571388 | 2021-06-21T02:47:27 | 2021-06-21T02:47:27 | 323,518,290 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,833 | java | package com.hung.controller.giaovien;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.... | [
"tronghoang98lt@gmail.com"
] | tronghoang98lt@gmail.com |
cae39f1318faf45af296714a4958c6cb3cb844b0 | 2d3073bb785ea1fa630c22993f282263b5236c27 | /src/main/java/com/univ/action/FileDownload.java | 963de1ea7335219580a516b83583fb5c25394c8d | [] | no_license | jssgsy/struts2 | 4366e2c90b746e3f4b466b081823bad4598ebb44 | f57922f02f712be976743adeddba57c420cd2609 | refs/heads/master | 2021-01-10T17:45:48.614009 | 2018-11-07T06:52:54 | 2018-11-07T06:52:54 | 39,761,394 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 997 | java | package com.univ.action;
import java.io.InputStream;
import org.apache.struts2.ServletActionContext;
import com.opensymphony.xwork2.ActionSupport;
/**
* @author: liuml
* @date: 2015年8月28日 上午10:38:06
* @version: 1.0
* @description:
*/
public class FileDownload extends ActionSupport {
//获取下载的文件名,便于在文件下... | [
"fcsnwu@163.com"
] | fcsnwu@163.com |
84d34b8ee844803dc9e4b41749ec2ae4889a9772 | 7f9e44a5f3137f2830fb8b0c3c0dd5ea5ca39aa2 | /src/main/java/std/wlj/dan/SearchForPlaceReps.java | 09f6c4bfaccc311ee49709bfa39f342c6b9af3c7 | [] | no_license | wjohnson000/wlj-place-test | 042398f3b6f3472638e2c6d263419eb4670a5dde | d23ece28efe4f79b9f5343a75b1a85e8567d3021 | refs/heads/master | 2021-08-03T22:42:30.127330 | 2021-04-29T21:19:27 | 2021-04-29T21:19:27 | 18,767,871 | 0 | 0 | null | 2021-08-03T12:18:26 | 2014-04-14T16:30:20 | Java | UTF-8 | Java | false | false | 1,325 | java | package std.wlj.dan;
import org.familysearch.standards.place.data.PlaceRepBridge;
import org.familysearch.standards.place.data.PlaceSearchResults;
import org.familysearch.standards.place.data.SearchParameter;
import org.familysearch.standards.place.data.SearchParameters;
import org.familysearch.standards.place.data.so... | [
"wjohnson@familysearch.org"
] | wjohnson@familysearch.org |
6b400717674907d607e5cd5fe0edbaa671de549c | 7d1df492699a1d2e5e1ab0fdb91e92ef1c3b41b8 | /distr_manage/src/com/xwtech/uomp/base/dao/business/BusinessExattrDzMapper.java | 873efdd7a57f3ff3816acfb3a373f736662a949e | [] | no_license | 5391667/xwtec | ab492d6eeb4c00a2fac74ba0adc965932a4e4c5f | ca6c4f0011d5b1dbbfaa19468e5b5989c308496d | refs/heads/master | 2020-05-31T16:06:18.102976 | 2014-04-30T08:39:05 | 2014-04-30T08:39:05 | 190,374,043 | 0 | 0 | null | 2019-06-05T10:21:40 | 2019-06-05T10:21:40 | null | UTF-8 | Java | false | false | 523 | java | package com.xwtech.uomp.base.dao.business;
import java.util.List;
import com.xwtech.uomp.base.pojo.business.BusinessExattrDzBean;
/**
*
* This class is used for ...
* @author zhangel
* @version
* 1.0, 2013-11-6 下午02:53:06
*/
public interface BusinessExattrDzMapper {
List<BusinessExattrDzBe... | [
"redtroyzhang@gmail.com"
] | redtroyzhang@gmail.com |
23776939c71159c5639be502cdffb64dfb8722f2 | 6fa09a2331910a8fb54a8c654da641638bf3d1c0 | /bbstats-backend/src/test/java/at/basketballsalzburg/bbstats/services/impl/AgeGroupServiceTest.java | 11a6f5fea3d51ba6c0649c56418962434877710a | [] | no_license | martinschneider/bbstats | 0f08ec4ba58c84b54134772a3c6f2c6629636bf2 | 61aa1d669af1e26e0daad91a15f56c5426f33e33 | refs/heads/master | 2021-01-20T04:58:36.946427 | 2017-03-03T22:43:14 | 2017-03-03T22:43:14 | 83,848,272 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,497 | java | package at.basketballsalzburg.bbstats.services.impl;
import static org.testng.Assert.assertEquals;
import static org.testng.Assert.assertNotNull;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.testng.... | [
"mart.schneider@gmail.com"
] | mart.schneider@gmail.com |
36159dc4ceb00231719810649aebd74e9793097f | e3c9f7397802a76557c6783f3d8d839f2ccda27e | /src/Presentacion/Licencias/pnlDiasLic.java | d4dcfb7ee9c88e30e10c2efc9faed46fd5a78ef0 | [] | no_license | patricioattun/SistemaDeSueldos | 04fec6a8e7b4cf2457fdfbe8a283b05f85ad2a02 | 704669ab59ae0961c6eefcafbb6529a74df114c3 | refs/heads/master | 2021-05-12T01:54:17.406601 | 2018-01-15T17:30:33 | 2018-01-15T17:30:33 | 117,570,747 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,055 | java |
package Presentacion.Licencias;
import Dominio.Licencia;
import Logica.LogFuncionario;
import Presentacion.frmPrin;
import java.awt.Color;
import java.awt.Component;
import java.awt.Font;
import java.sql.SQLException;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
imp... | [
"pattun@DESARROLLO-03.PROYECTO.ACE"
] | pattun@DESARROLLO-03.PROYECTO.ACE |
89f7cd9ba2f24019da68beb25cf0f63b3d78fcf4 | 326b2d92e2369145df079fb9c528e2a857d2c11a | /src/java/com/felix/interview/leetcode/medium/dfs/PacificAtlanticWaterFlow.java | fe22b6b14a5022cdba8c3850890da2813e8c3b0b | [] | no_license | felixgao/interview | 1df414f21344e02219f16b1ca7966e61fe6cba77 | 0593fa2a3dff759f93a379cee34a29ab80711cc2 | refs/heads/master | 2021-01-18T16:50:11.641731 | 2019-02-05T16:59:43 | 2019-02-05T16:59:43 | 86,773,709 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,486 | java | package com.felix.interview.leetcode.medium.dfs;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
/**
* Created by felix on 3/18/17.
* 417
* https://leetcode.com/problems/pacific-atlantic-water-flow/#/description
* Given the following 5x5 matrix:
* <p>
* Pacific ~ ~ ~ ~ ~
* ~... | [
"felix@Felix-MBP.local"
] | felix@Felix-MBP.local |
6a2f13a384bbb3320d56d3ffbb142e312522fc90 | ae5eb1a38b4d22c82dfd67c86db73592094edc4b | /project287/src/test/java/org/gradle/test/performance/largejavamultiproject/project287/p1436/Test28721.java | a07b621dc3ba2c080bea77a007dc1a6ddea008f8 | [] | no_license | big-guy/largeJavaMultiProject | 405cc7f55301e1fd87cee5878a165ec5d4a071aa | 1cd6a3f9c59e9b13dffa35ad27d911114f253c33 | refs/heads/main | 2023-03-17T10:59:53.226128 | 2021-03-04T01:01:39 | 2021-03-04T01:01:39 | 344,307,977 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,113 | java | package org.gradle.test.performance.largejavamultiproject.project287.p1436;
import org.junit.Test;
import static org.junit.Assert.*;
public class Test28721 {
Production28721 objectUnderTest = new Production28721();
@Test
public void testProperty0() {
String value = "value";
objectUnderTes... | [
"sterling.greene@gmail.com"
] | sterling.greene@gmail.com |
f607d89bba2f4b86927fc65d7df0111d535028a7 | 725c08af771bbbb431ade39f2e0af98415befe0e | /android/app/src/main/java/com/nda/MainActivity.java | 4657a25884ea0a2aa605128fa1ac2f99e3bd3b2d | [] | no_license | FlyingPollo12/NDAapp | b3df37430125e203a6b1c8903efac45a00ee2b85 | 49b457c0f8694b3fad7df39554d50c9e0f7ab6c0 | refs/heads/master | 2023-03-26T00:20:02.483951 | 2021-03-20T16:30:19 | 2021-03-20T16:30:19 | 309,541,750 | 0 | 0 | null | 2020-12-23T19:07:17 | 2020-11-03T01:42:13 | Java | UTF-8 | Java | false | false | 333 | java | package com.nda;
import com.facebook.react.ReactActivity;
public class MainActivity extends ReactActivity {
/**
* Returns the name of the main component registered from JavaScript. This is used to schedule
* rendering of the component.
*/
@Override
protected String getMainComponentName() {
return ... | [
"tylersobacki12@gmail.com"
] | tylersobacki12@gmail.com |
2c8dd74e90336eedaffc722b0b55fd8f8447809b | 859fd744f586b6ee2c5631c028478840fd49fdb4 | /src/main/java/com/awb/controller/ShareConttroller.java | 098434f776beaf8ef301911a9b3515b605bd12ec | [] | no_license | itachihq/awb | 0d02ec5742400bde5a13f53263bf26a635f47253 | e7e2176364439faa5fd016249f91ed77b060c422 | refs/heads/master | 2022-07-12T20:10:51.989289 | 2019-11-26T02:51:26 | 2019-11-26T02:51:26 | 210,282,242 | 0 | 0 | null | 2022-06-29T17:48:16 | 2019-09-23T06:39:44 | Java | UTF-8 | Java | false | false | 3,351 | java | package com.awb.controller;
import com.awb.entity.param.ShoporderParam;
import com.awb.entity.vo.Result;
import com.awb.service.LoginService;
import com.awb.service.OtherService;
import com.awb.service.UserService;
import io.swagger.annotations.ApiImplicitParam;
import io.swagger.annotations.ApiImplicitParams;
import ... | [
"425095103@qq.com"
] | 425095103@qq.com |
fb6b97b16e8fc05fbe7740a2c1dc27bed485e9cf | d6707a11f0c8e0c9f3430045f78e5a17e932eec8 | /Droid/obj/Debug/android/src/android/support/mediacompat/R.java | e378642e8875370aa110ef566161a2b745074561 | [] | no_license | JeisonSalda/PlatziTrips | edf9cad5a3b205240ad991c8a4da02100c8c76bb | dca1e60a26e8546e5142684a281f54b8c5fe1cda | refs/heads/master | 2020-03-23T02:34:16.840654 | 2018-07-14T22:00:33 | 2018-07-14T22:00:33 | 140,980,629 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 21,197 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package android.support.mediacompat;
public final class R {
public static final class attr {
/** <p>Must be a reference to an... | [
"jeisonsaldarriaga_11@hotmail.com"
] | jeisonsaldarriaga_11@hotmail.com |
1c6827329734bd6ca20db2fafe624d3c84ee946d | 8d5b60eda732ff2333c45b682c37cb54cf2bf31f | /src/main/java/mx/com/gseguros/portal/general/dao/MenuDAO.java | d7b76833fd307d3015cbe444d5c3f7adad620fed | [] | no_license | dbrandtb/gsc | aaa1bf78a149d89c51f943006eb103147a4eb5ae | cd11940a89b2a61fd017f366d7505e1495809e35 | refs/heads/master | 2021-07-05T21:37:37.232642 | 2017-09-28T15:47:41 | 2017-09-28T15:47:41 | 105,169,627 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 865 | java | package mx.com.gseguros.portal.general.dao;
import java.util.List;
import java.util.Map;
public interface MenuDAO {
public List<Map<String, String>> obtieneOpcionesLiga(Map params) throws Exception;
public List<Map<String, String>> obtieneMenusPorRol(Map params) throws Exception;
public List<Ma... | [
"31972858+dbrandtb@users.noreply.github.com"
] | 31972858+dbrandtb@users.noreply.github.com |
f7692d0de891b80a86883976142cee98136482c0 | 2e796fed07b32120adb91354d9763be7979d98ba | /src/main/java/ExcelDemo/Nongkeyuan.java | 5203d5c80a502b6e278c6d39adee45d3c8a9e07b | [] | no_license | shenqiangbin/javademo | b52fb72763daf11981bd1db24257c720dd1d7d00 | 3d23716160ce497699b4185116415a425c99eb46 | refs/heads/master | 2023-05-24T04:41:15.809555 | 2023-04-14T07:31:23 | 2023-04-14T07:31:23 | 162,777,741 | 3 | 0 | null | 2023-01-08T06:10:34 | 2018-12-22T03:15:40 | Java | UTF-8 | Java | false | false | 15,596 | java | package ExcelDemo;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import com.zaxxer.hikari.HikariDataSource;
import dbmgr.mySqlAccess.MySqlHelper;
import fileDemo.FileHelper;
import org.apache.commons.lang.StringUtils;
import org.apache.poi.ss.usermodel.*;
import org.openqa.selenium.By;
impo... | [
"1348907384@qq.com"
] | 1348907384@qq.com |
2f27f7ababc4429034175d715ad5cb615a61e4a5 | 37d1d73ec78f69e395dbb921002fa439d90e7450 | /HeadFirstJava/src/main/java/patterns/factory/factory_method/NYVeggiePizza.java | 4c0118c3e122a33b872d2549ef5f6160b04a3e52 | [] | no_license | SChepinog/CodeExamples | ad891d84329be75f571e5b280380e26e85323f26 | 3997dd73d6953c029879b8916ba45e1ee41555b6 | refs/heads/master | 2023-03-08T12:36:14.181317 | 2023-02-25T11:40:29 | 2023-02-25T11:40:29 | 241,859,007 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 87 | java | package patterns.factory.factory_method;
public class NYVeggiePizza extends Pizza {
}
| [
"s.chepinoga@dreamkas.ru"
] | s.chepinoga@dreamkas.ru |
4fe8220c986c1aa24bde54f169821b505acd5426 | b2137dd5421e19449237b733cfe2000d1158a833 | /src/main/java/cn/sys/entity/UserExample.java | b8e19efea7d8dac6254acec75e4c421e463d1d85 | [] | no_license | zerasi/manager_sys | 959201369dc438fc50d92089857a970b37926f3b | d7d8a85149406a9697a5b7eac094ebdef09a3107 | refs/heads/master | 2022-12-24T22:51:56.854244 | 2020-04-19T10:51:50 | 2020-04-19T10:51:50 | 248,885,394 | 0 | 0 | null | 2022-12-16T07:17:11 | 2020-03-21T01:30:29 | JavaScript | UTF-8 | Java | false | false | 21,251 | java | package cn.sys.entity;
import java.util.ArrayList;
import java.util.List;
public class UserExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public UserExample() {
oredCriteria = new ArrayList<Criteria>();
}
public void set... | [
"zerasi@163.com"
] | zerasi@163.com |
b6351542bfa6f80ffe23d0b476d00aabc138dd2c | a840ad11c5313a362827e2f50788ef0a14561fed | /9.Polymorphism/src/Wind.java | f1c7caa2505471f04d94a21b20d89ab1ebe9cc58 | [] | no_license | denglitong/thingking_in_java | 4f3d5cc4341877978b21b3123b57b45f0f157c0c | 76addcb8758e6d5f720760ab58b9db6cf5c1ef46 | refs/heads/master | 2023-05-04T13:43:07.119064 | 2021-05-27T09:59:45 | 2021-05-27T09:59:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 345 | java | /**
* @autor denglitong
* @date 2019/7/27
*/
public class Wind extends Instrument {
@Override
public void play(Note note) {
System.out.println("Wind.play() " + note);
}
@Override
String what() {
return "Wind";
}
@Override
void adjust() {
System.out.println("A... | [
"denglitong@xiaomi.com"
] | denglitong@xiaomi.com |
d4c5a0fea51fa3d9199c0a0ce83e59197671ad1c | d819e5c4a020fc2c7027d2cf1d527e3e7d1b164b | /src/main/java/com/nsf/traqtion/business/config/ClientConfigManagerImpl.java | 9c0ab9d2317a323775a875da7cec9c1ca317e771 | [] | no_license | btirumalesh/traqtest | 66970a4e84536ce712712b961f61c736d22edf03 | 22693b1226e29a056ae81ddd57796481e3635e7c | refs/heads/master | 2020-06-28T13:37:19.825426 | 2016-09-06T16:58:47 | 2016-09-06T16:58:47 | 67,522,567 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,884 | java | package com.nsf.traqtion.business.config;
import java.math.BigInteger;
import java.util.ArrayList;
import java.util.List;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
i... | [
"tirumaleshb@htcindia.com"
] | tirumaleshb@htcindia.com |
70dfe870b9996b3f7a8b2702244c7350834b6791 | 87e3d71ad952f6b495592a0dd7bb696ed999bb3d | /web/src/main/java/crd/student/api/controller/WxApiController.java | 933b3304906174e61171ccb83e7208f7a3b310f6 | [] | no_license | chenrongda/student_api | 8b4bdeb0f95cb8169aa4a20e5806ff9fb2b58a29 | c0203d98842bde34f1b5ed58b269aa59da624085 | refs/heads/master | 2020-04-22T08:21:31.907465 | 2019-02-12T03:14:42 | 2019-02-12T03:14:42 | 170,240,577 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,392 | java | package crd.student.api.controller;
import crd.student.api.common.DefaultValue;
import crd.student.api.model.Score;
import crd.student.api.model.Student;
import crd.student.api.reponse.Result;
import crd.student.api.reponse.StudentExam;
import crd.student.api.service.IScoreService;
import crd.student.api.service.IStud... | [
"510104023@qq.com"
] | 510104023@qq.com |
18287405dffacc55f4436696f308eb91cbf8f502 | 717b154999c74a505ad4a2bf11221856230158ba | /src/main/java/com/spring/demo/filter/RestFilter.java | b10a8eba1f41f711f31aade30af5cbcbb36bdf82 | [] | no_license | HerrAgner/movie_night | 3ee4cbc4e7f8ef6f4ad0b7d93f4612f8e5a17177 | 16a1df2e9381fbc31176edeee84c18021525a277 | refs/heads/master | 2023-01-13T14:50:39.816243 | 2019-12-19T10:10:08 | 2019-12-19T10:10:08 | 225,610,891 | 1 | 0 | null | 2023-01-05T02:14:37 | 2019-12-03T12:09:31 | Java | UTF-8 | Java | false | false | 1,723 | java | package com.spring.demo.filter;
import com.spring.demo.db.RestInfoRepository;
import com.spring.demo.entities.RestInfo;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Configuration;
import org.spring... | [
"ted.agner@hotmail.com"
] | ted.agner@hotmail.com |
1a47ef157be50c24014db075212ef2ff8bbb23eb | 0f1f7332b8b06d3c9f61870eb2caed00aa529aaa | /ebean/tags/v2.6.0/src/main/java/com/avaje/ebeaninternal/server/type/ScalarTypeBase.java | 9f7467969b5cbc90df7203d800d242e5fa44c28b | [] | no_license | rbygrave/sourceforge-ebean | 7e52e3ef439ed64eaf5ce48e0311e2625f7ee5ed | 694274581a188be664614135baa3e4697d52d6fb | refs/heads/master | 2020-06-19T10:29:37.011676 | 2019-12-17T22:09:29 | 2019-12-17T22:09:29 | 196,677,514 | 1 | 0 | null | 2019-12-17T22:07:13 | 2019-07-13T04:21:16 | Java | UTF-8 | Java | false | false | 2,793 | java | /**
* Copyright (C) 2006 Robin Bygrave
*
* This file is part of Ebean.
*
* Ebean is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2.1 of the License, or
* (at your opti... | [
"208973+rbygrave@users.noreply.github.com"
] | 208973+rbygrave@users.noreply.github.com |
fdf0255e33b223692b5e2ff1d053c127ff74dd00 | 4365604e3579b526d473c250853548aed38ecb2a | /modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v202011/CreativeTemplateOperationErrorReason.java | b2539091a3bbddb9ddbf90cf21db8413f8cf3349 | [
"Apache-2.0"
] | permissive | lmaeda/googleads-java-lib | 6e73572b94b6dcc46926f72dd4e1a33a895dae61 | cc5b2fc8ef76082b72f021c11ff9b7e4d9326aca | refs/heads/master | 2023-08-12T19:03:46.808180 | 2021-09-28T16:48:04 | 2021-09-28T16:48:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,835 | java | // Copyright 2020 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
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writi... | [
"christopherseeley@users.noreply.github.com"
] | christopherseeley@users.noreply.github.com |
0ffc1b8be179eeecff53cf37b8adf6705f26f6e3 | 56e87f1d1ea499318c5fcdb4594f0efd9cfceebb | /repository/src/main/java/oasis/names/tc/emergency/EDXL/TEP/_1/SpecialClassificationDefaultValues.java | 8ebb1290b8e5dedab6e832954fb3aae8c081a415 | [] | no_license | vergetid/impress | 7da9353b65bc324bb58c6694747925ab92bac104 | dd207cabeff4af8449245d96d276ceb7a71ba14d | refs/heads/master | 2020-05-21T12:34:54.412796 | 2017-06-20T13:28:14 | 2017-06-20T13:28:14 | 55,222,896 | 0 | 0 | null | 2017-03-31T13:00:22 | 2016-04-01T10:06:44 | Java | UTF-8 | Java | false | false | 1,842 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2016.04.... | [
"vergetid@ubitech.eu"
] | vergetid@ubitech.eu |
51d26acddb085266de3abe01d0a29c6c2dc72df4 | 00e5475b5093288e65b2c1090745d2a1ae7e5579 | /app/src/main/java/com/example/mantraapp/ui/share/ShareFragment.java | c20100c6450bb84fdcbd55edc1dcfaf9b8047ecc | [] | no_license | Brejesh1234/E-commerce_app | 0664894b4157fb813c9c4b648546b49ecf5ac194 | a8f82295db7a0822e4323f85e6e9b018f85ce166 | refs/heads/master | 2023-07-02T07:28:05.997872 | 2021-08-09T08:18:30 | 2021-08-09T08:18:30 | 348,821,768 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,142 | java | package com.example.mantraapp.ui.share;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.annotation.Nullable;
import androidx.annotation.NonNull;
import androidx.fragment.app.Fragment;
import androidx... | [
"brejeshjeet@gmail.com"
] | brejeshjeet@gmail.com |
7b74ead188aa9d1b38bd6d0043c5388652d082df | a66a4d91639836e97637790b28b0632ba8d0a4f9 | /src/generators/sorting/StoogeSortHL.java | 897c7411eb9cf7aff8f4be1e9e7b5b14176bb1f3 | [] | no_license | roessling/animal-av | 7d0ba53dda899b052a6ed19992fbdfbbc62cf1c9 | 043110cadf91757b984747750aa61924a869819f | refs/heads/master | 2021-07-13T05:31:42.223775 | 2020-02-26T14:47:31 | 2020-02-26T14:47:31 | 206,062,707 | 0 | 2 | null | 2020-10-13T15:46:14 | 2019-09-03T11:37:11 | Java | UTF-8 | Java | false | false | 13,505 | java | package generators.sorting;
import generators.framework.Generator;
import generators.framework.GeneratorType;
import generators.framework.properties.AnimationPropertiesContainer;
import java.awt.Color;
import java.awt.Font;
import java.util.Hashtable;
import java.util.Locale;
import algoanim.animalscript.... | [
"guido@tk.informatik.tu-darmstadt.de"
] | guido@tk.informatik.tu-darmstadt.de |
26b8a2c50cbf0a80004bf261fcd43965a468b51e | 611e0544ff871e5df58f13a5f2898102f521ec8e | /clients/src/main/java/org/apache/kafka/server/quota/ClientQuotaType.java | 5b0828a08211f017bbf75e8b1604e68189b5df7c | [
"Apache-2.0",
"GPL-2.0-only",
"LicenseRef-scancode-public-domain",
"W3C",
"CC0-1.0",
"GPL-1.0-or-later",
"CPL-1.0",
"GPL-2.0-or-later",
"LicenseRef-scancode-generic-export-compliance",
"LicenseRef-scancode-other-permissive",
"CC-PDDC",
"BSD-3-Clause",
"APSL-2.0",
"LicenseRef-scancode-free-... | permissive | confluentinc/kafka | 3b0830c0afd81bc84ff409fa9eff61418636d697 | cae0baef40b0d5d97af32256800492cb9d6471df | refs/heads/master | 2023-09-03T12:54:24.118935 | 2023-08-31T18:05:22 | 2023-08-31T18:05:22 | 37,555,321 | 216 | 235 | Apache-2.0 | 2023-09-14T12:05:20 | 2015-06-16T20:48:28 | Java | UTF-8 | Java | false | false | 1,014 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may n... | [
"noreply@github.com"
] | confluentinc.noreply@github.com |
bc1df20e55a9e7c6b97787aee2ffe2e9e98d1486 | e569fc1404ebe258c3296115cddfad9dd255c921 | /src/main/java/com/digitalinovationone/gft/util/BundleUtil.java | dd7b6599be5f9fcefe56b03341467d972c77543c | [] | no_license | mbgarcia/dio-gft | 50f423dd0d5707e3960110fb86634193ab67d352 | 8019338c0afd197e68aada6c02bb915a3a72dc65 | refs/heads/master | 2023-08-29T05:56:55.260028 | 2021-10-13T22:04:27 | 2021-10-13T22:04:27 | 413,930,562 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 970 | java | package com.digitalinovationone.gft.util;
import java.nio.ByteBuffer;
import java.nio.CharBuffer;
import java.nio.charset.Charset;
import java.text.MessageFormat;
import java.util.Locale;
import java.util.ResourceBundle;
public class BundleUtil {
public static String getText(String key, Object... args) {
Resourc... | [
"mbgarcia_pa@yahoo.com.br"
] | mbgarcia_pa@yahoo.com.br |
da5f6e2b41016235e9ff6cfb9473475e8af706d1 | bfba3b96cd5d8706ff3238c6ce9bf10967af89cf | /src/main/java/com/robertx22/age_of_exile/saveclasses/unit/Unit.java | 5921a9310e2a07b71e381ec967c29bc6c9f33ae1 | [] | no_license | panbanann/Age-of-Exile | e6077d89a5ab8f2389e9926e279aa8360960c65a | cc54a9aa573dec42660b0684fffbf653015406cf | refs/heads/master | 2023-04-12T14:16:56.379334 | 2021-05-04T21:13:19 | 2021-05-04T21:13:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,729 | java | package com.robertx22.age_of_exile.saveclasses.unit;
import com.robertx22.age_of_exile.capability.entity.EntityCap.UnitData;
import com.robertx22.age_of_exile.config.forge.ModConfig;
import com.robertx22.age_of_exile.damage_hooks.util.AttackInformation;
import com.robertx22.age_of_exile.database.data.game_balance_conf... | [
"treborx555@gmail.com"
] | treborx555@gmail.com |
5616561a5995cc6c55762fa6caa3e93775c7e43f | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/5/5_e4d8a80c639d59173672634a9acb90c9a4f55c1f/BoxAndWhiskerRenderer/5_e4d8a80c639d59173672634a9acb90c9a4f55c1f_BoxAndWhiskerRenderer_s.java | a8fefff22d8c72051c89cc7faf7d8d7e0db595d8 | [] | 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 | 42,171 | java | /* ===========================================================
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2009, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreec... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
fb17435a260a1566e6a3d2479f601022f629cf62 | 7346901d3bd4beb3e19600671ea7a251aa219037 | /PrejudgeGame/PrejudgeGameModule/src/multi/premier/demoo/version01/MultibuffException.java | 07e1f6bb92985c64347f5782f5ef78a8ef7e14ec | [] | no_license | YiFan-Evan/strategic-game | 7ace1d16dda6317e998d8566c1acfe59cf77dc53 | 45ba5904becca17ef2f2e22eae5b480c0cfc6ed4 | refs/heads/main | 2023-08-25T06:09:36.130521 | 2021-10-24T04:19:25 | 2021-10-24T04:19:25 | 344,667,480 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 94 | java | package multi.premier.demoo.version01;
public class MultibuffException extends Exception {
}
| [
"61977364+YiFan-Evan@users.noreply.github.com"
] | 61977364+YiFan-Evan@users.noreply.github.com |
af3c605a7b5d7764c5643f021757a1958deb9a99 | 16a292ceef1df62ab31f0e6746a72b26c79c1d32 | /src/main/java/mabaya/assignment/AssignmentApplication.java | b4db8d882922f435c64c5e7341ad101cc7ef91c2 | [] | no_license | DavidRadchenko/mabayaExam | a2f42b2a24fa286062b3322928a18aeb675528e6 | a4bb826b99d63f13dd07dc5bc7c5172e2d274611 | refs/heads/master | 2022-10-14T22:34:38.818708 | 2020-06-14T18:39:06 | 2020-06-14T18:39:06 | 272,256,398 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 359 | java | package mabaya.assignment;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class AssignmentApplication {
public static void main(String[] args) {
SpringApplication.run(AssignmentApplication.class, args);
System... | [
"val10293@gmail.com"
] | val10293@gmail.com |
e626f4243b63aecd5f288e7f5be375a208bc57ab | eae5e01cfcfadcd52954e52d96f5bbbba929be4e | /src/com/tust/tools/db/JZData.java | c6287cc93c1e630a2e5128132c690de0575c09e0 | [] | no_license | yanghuiyang/LiCai | ab351d82716b777cde55c5152353dc3106c0a56c | cb02420db9e7050168b5bd98e3d01f17e298cc6e | refs/heads/master | 2021-01-21T12:59:10.506239 | 2016-05-29T05:01:11 | 2016-05-29T05:01:11 | 55,654,631 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,723 | java | package com.tust.tools.db;
import java.util.ArrayList;
import java.util.List;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import com.tust.tools.bean.JZshouru;
import com.tust.tools.bean.JZzhichu;
import com.tust.... | [
"362046076@qq.com"
] | 362046076@qq.com |
72cfb492ab39f59ca89333b619e3aa6490772a9f | 995f73d30450a6dce6bc7145d89344b4ad6e0622 | /P40_HarmonyOS_2.0.0_Developer_Beta1/src/main/java/android/hardware/radio/V1_2/VoiceRegStateResult.java | f53faabf90994ad0ef8077d83bd7d98a2f611e36 | [] | no_license | morningblu/HWFramework | 0ceb02cbe42585d0169d9b6c4964a41b436039f5 | 672bb34094b8780806a10ba9b1d21036fd808b8e | refs/heads/master | 2023-07-29T05:26:14.603817 | 2021-09-03T05:23:34 | 2021-09-03T05:23:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,484 | java | package android.hardware.radio.V1_2;
import android.hardware.radio.V1_0.RegState;
import android.os.HidlSupport;
import android.os.HwBlob;
import android.os.HwParcel;
import java.util.ArrayList;
import java.util.Objects;
public final class VoiceRegStateResult {
public CellIdentity cellIdentity = new CellIdentity(... | [
"dstmath@163.com"
] | dstmath@163.com |
3b1559d4ba694220a91e7382a3437828dd97460a | c1e4dd152ada287a824dbf0b1aa8d5384e585dcf | /src/maximumareahistrogram/MaximumHistrogramAreaTest.java | 12f13306f027f2abf737c5da8384cb578322de0f | [] | no_license | ajanac/HistrogramProblem | 12b58218dd790bcb4f222705e6a3f1d443bb70f3 | 1c369487b52820455eec79e989f9f1bf8e68958c | refs/heads/master | 2021-01-19T03:51:08.473182 | 2017-04-05T17:22:46 | 2017-04-05T17:22:46 | 87,334,984 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 318 | java | package maximumareahistrogram;
import static org.junit.Assert.*;
import org.junit.Test;
public class MaximumHistrogramAreaTest {
@Test
public void test() {
MaximumHistrogramArea obj=new MaximumHistrogramArea();
int input[]={1,2,4};
int maxArea=obj.maximumHistaArea(input);
assertEquals(4,maxArea);
}
}
| [
"ajanacs@gmail.com"
] | ajanacs@gmail.com |
1d56493ef8ff2dcc4a1567305c848bc26608686c | a2c651af55d69301d5d4aadcbb7eb445f87c4167 | /nuls-switch-manage/src/main/java/io/nuls/nulsswitch/common/dao/LogDao.java | 93141e158bf3f84b1a04c80d47f4b69ef761ae75 | [
"MIT",
"Apache-2.0"
] | permissive | CCC-NULS/nuls_switch | 085700160b353640cfeb6c7908e3dfdd91f89ea7 | a5a19841044de7f28b4498e06a9eca2262f3be10 | refs/heads/master | 2022-12-22T05:53:09.319091 | 2020-02-05T03:16:07 | 2020-02-05T03:16:07 | 195,358,468 | 2 | 3 | MIT | 2022-12-11T23:20:23 | 2019-07-05T07:15:23 | JavaScript | UTF-8 | Java | false | false | 287 | java | package io.nuls.nulsswitch.common.dao;
import io.nuls.nulsswitch.common.base.BaseDao;
import io.nuls.nulsswitch.common.domain.LogDO;
/**
* 系统日志
*
* @author chglee
* @email 1992lcg@163.com
* @date 2017-10-03 15:45:42
*/
public interface LogDao extends BaseDao<LogDO> {
}
| [
"chenxue1@cmhk.com"
] | chenxue1@cmhk.com |
b0c6cb495a586b58603227f18a67e1c31d1731b7 | d99b9eb522758208f9d0b8d860a9c6c186555c8d | /src/pastYear2018_1/Q5.java | 358cc55ee6e5d7d61319f3b868550409db097d51 | [] | no_license | TINGWEIJING/FOP-LAB-GROUP2-2020 | a4f0b071b192633c2edd098f55fc55656e813969 | 8d6a60e07d3a546a78392498d19701353b2940fd | refs/heads/main | 2023-02-19T00:35:25.377427 | 2021-01-21T05:21:54 | 2021-01-21T05:21:54 | 318,084,808 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 714 | java | package pastYear2018_1;
/**
*
* @author TING WEI JING
*/
public class Q5 {
public static void main(String[] args) {
Fruit[] fruits = new Fruit[4];
fruits[0] = new Apple("Red", 8);
fruits[1] = new Apple("Green", 11);
fruits[2] = new Watermelon("Local", 7.6);
fruits[3] = n... | [
"tingweijingting2000@gmail.com"
] | tingweijingting2000@gmail.com |
72082cfcf637c310aecbc3b6357e54609d016447 | 72d02201a0cfe57885ef3ce31f6c5df176c537b3 | /src/chapter13/FileStreamDemo.java | 9b47d066dab48620c4612d4ecb107ec83e75e185 | [] | no_license | yuniler/beautifulDay | 21ec1e50a070d77798ba9d9312fd0af2a86809c6 | 33b171e7025c3612f89f5ae428a5d78c54dca627 | refs/heads/master | 2020-12-11T11:13:42.728823 | 2020-02-12T15:22:08 | 2020-02-12T15:22:08 | 233,832,587 | 1 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,663 | java | package chapter13;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.File;
import java.io.InputStream;
import java.io.OutputStream;
/**
* 演示文件输入。输出流的基本用法
* 注意,目前的读写方式比较元素,在这里熟悉InputStrean/OutputStream的一些方法
* 会有高级方法在后面
*... | [
"sunguangyuniler@163.com"
] | sunguangyuniler@163.com |
27c7d143f8b785fde35a1edada62e5f98e011179 | 7f261a1e2bafd1cdd98d58f00a2937303c0dc942 | /src/ANXCamera/sources/com/bumptech/glide/load/engine/bitmap_recycle/g.java | f6ed2f5b8213149c2ab9dff9f7a2d525fcd57354 | [] | no_license | xyzuan/ANXCamera | 7614ddcb4bcacdf972d67c2ba17702a8e9795c95 | b9805e5197258e7b980e76a97f7f16de3a4f951a | refs/heads/master | 2022-04-23T16:58:09.592633 | 2019-05-31T17:18:34 | 2019-05-31T17:26:48 | 259,555,505 | 3 | 0 | null | 2020-04-28T06:49:57 | 2020-04-28T06:49:57 | null | UTF-8 | Java | false | false | 3,251 | java | package com.bumptech.glide.load.engine.bitmap_recycle;
import android.support.annotation.Nullable;
import com.bumptech.glide.load.engine.bitmap_recycle.l;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/* compiled from: GroupedLinkedMap */
class g<K extends l, V> {
... | [
"sv.xeon@gmail.com"
] | sv.xeon@gmail.com |
eb1d24b5b314341cbf86ce07f0a4fe9a8d94f439 | 8650ce09a3d571f2b64ba93f6083eb031c22db05 | /BistuTalk/app/src/main/java/com/example/bistutalk/MainActivity.java | 64e3d996275f284332cf00c8741b6b305b521cbb | [] | no_license | chenwwwwww/bistumlson | 885c7924aaea59622f519e027b76582ec36e1ff3 | 5e990ec4e54295017551be1bd2bb7eb2a82dcb4d | refs/heads/master | 2020-05-24T13:48:08.588461 | 2020-04-16T10:22:10 | 2020-04-16T10:22:10 | 187,297,475 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 6,324 | java | package com.example.bistutalk;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.drawable.Drawable;
import android.os.StrictMode;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import andro... | [
"2726514272@qq.com"
] | 2726514272@qq.com |
10df45ef89f665f037a139dbe7c3e15bfb03ccb5 | 48d379a69fb6a2021b8e6bce41f56c13477a95c6 | /GeoPosUy/EJB/com/clases/Observacion.java | abb47e2ffa750f27ab429aa22314207cec131846 | [] | no_license | juanipicart/UtecGrupoEAE | 8793855745a1ddde5290947df159ae6b59c3ac7b | 456b31dc292f60b91245284f22d0f6a98d0158c1 | refs/heads/master | 2022-11-06T19:29:24.221000 | 2020-04-29T03:45:29 | 2020-04-29T03:45:29 | 213,785,463 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,590 | java | package com.clases;
import java.util.Date;
import com.clases.relaciones.RelUbicacion;
public class Observacion {
long id_observacion;
String descripcion; //max 100 not null
String geolocalizacion; //max 150 not null
Date fecha_hora; //not null
private RelUbicacion ubicacion; //not null
private Usuario usuar... | [
"41879116+ignaciorosales@users.noreply.github.com"
] | 41879116+ignaciorosales@users.noreply.github.com |
f04869d78a79eec403f1a82781eedbefdce5dd2a | 4465f015bdd33b7da92d273af1f7037d5fb758f0 | /app/src/main/java/com/rbn/mynote/database/DatabaseHelper.java | de58e2732a46f74d30b1bbb6e92b9c155bf3f583 | [] | no_license | RaihanBagasNugraha/MyNote | 85075a5c8eaa4b66e093b1891a78eb89967995ba | 8a44795b8d7339a0f22e5abe3938292b488ecd69 | refs/heads/master | 2020-04-30T21:45:35.787451 | 2019-03-22T08:32:37 | 2019-03-22T08:32:37 | 177,099,414 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,415 | java | package com.rbn.mynote.database;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import java.util.ArrayList;
import java.util.List;
import com.rbn.mynote.database.model... | [
"raihan.bagas1088@students.unila.ac.id"
] | raihan.bagas1088@students.unila.ac.id |
b677289c497759fd5ceaa052080990fadac02af1 | f5e6ccf907b3735ea0f0542cab86c6ca64eee4de | /TheRandomMod/screen/ChestScreen.java | fac546c18d1cabfbf676c594b61b0d2113a32d6e | [] | no_license | salemgeorge/TheRandomMod | 4a196d28194c42a95eb3d71450c21b3b839e366c | 7ffb0a04884b22c51ef79490868f29b40f6aa3f5 | refs/heads/master | 2022-11-22T21:51:57.481625 | 2020-07-30T05:19:29 | 2020-07-30T05:19:29 | 283,675,908 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,475 | java | package com.IslamicReligion.TheRandomMod.screen;
import com.IslamicReligion.TheRandomMod.blocks.ChestTypes;
import com.IslamicReligion.TheRandomMod.inventories.ChestBlockContainer;
import com.mojang.blaze3d.matrix.MatrixStack;
import com.mojang.blaze3d.systems.RenderSystem;
import net.minecraft.client.gui.IHasCo... | [
"noreply@github.com"
] | salemgeorge.noreply@github.com |
929bed305354f4b9da01b439c327aad497982ca0 | 61f4bce6d63d39c03247c35cfc67e03c56e0b496 | /src/dyno/swing/designer/properties/editors/accessibles/AccessibleListModelEditor.java | ca87b51764e8a2e138a6a1d1d4afd87b3b035b06 | [] | no_license | phalex/swing_designer | 570cff4a29304d52707c4fa373c9483bbdaa33b9 | 3e184408bcd0aab6dd5b4ba8ae2aaa3f846963ff | refs/heads/master | 2021-01-01T20:38:49.845289 | 2012-12-17T06:50:11 | 2012-12-17T06:50:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,465 | java | /*
* AccessibleComboBoxModelEditor.java
*
* Created on 2007-8-28, 0:45:25
*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package dyno.swing.designer.properties.editors.accessibles;
import dyno.swing.designer.properties.editors.*;
import dyno.swing.designer.prope... | [
"584874132@qq.com"
] | 584874132@qq.com |
b2a3449466ddf10cd2e7871aed2d3afce74df81e | 854e0a7dce78849b1d83ad9b1bbbc2235492f220 | /src/main/java/guru/springframework/didemo/services/PrimaryItalianGreetingService.java | 915613b73c5d4c3a595b577976f406f68c66a999 | [] | no_license | annivajo/di-demo | 9b1cc98d39d334a8078dfec3118f62fd2f3ab01b | a31ec766af255eae00f6cb24026d665fecf9b639 | refs/heads/master | 2020-03-26T22:05:59.523976 | 2018-08-20T14:55:10 | 2018-08-20T14:55:10 | 145,431,806 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 392 | java | package guru.springframework.didemo.services;
import org.springframework.context.annotation.Primary;
import org.springframework.context.annotation.Profile;
import org.springframework.stereotype.Service;
@Service
@Profile("it")
@Primary
public class PrimaryItalianGreetingService implements GreetingService{
@Ove... | [
"annivajo@gmail.com"
] | annivajo@gmail.com |
1636c04c025c8a202454df14a84282f7ff2cd82e | 149109a11ea36670a8b4146bf08611de34f7e4a9 | /src/main/java/com/epam/alex/trainbooking/dao/jdbc/JdbcTrainTypeDao.java | 129612d8b4927e7b5a1a85b336f9e5ce0d4b526e | [] | no_license | AlexandrSerebryakov/TrainBooking | d204834ec16e11e820d68e57b5d3deb5b6422f0d | 32589ee917592ecf2d42c40c7440dff14682e6a9 | refs/heads/master | 2020-06-10T12:30:47.754523 | 2017-01-18T13:56:07 | 2017-01-18T13:56:07 | 75,961,828 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 143 | java | package com.epam.alex.trainbooking.dao.jdbc;
/**
* Created by ${AlexandrSerebryakov} on ${09.10.2016}.
*/
public class JdbcTrainTypeDao {
}
| [
"common190516@mail.ru"
] | common190516@mail.ru |
e04a96d3334a0f9af522f3752bb14967e522a8b7 | 7123114243c9124a8aff87d1941a6c20e2cf07cb | /src/main/java/com/shivamrajput/finance/hw/shivamrajputhw/module/management/Core/NextDayMaxTrialPolicy.java | bf16ce5802bba81fa7edee7b3f4785cfee99ff02 | [
"MIT"
] | permissive | Cyraz/4FIT_shivam_HW | 3f023f4ae68e5fb52c59de4ecd572689d2ae7cc5 | e5e561ffe78d8d30b4f127bc812b8c9fe9fcdb07 | refs/heads/master | 2021-05-05T15:17:28.156896 | 2018-01-14T05:39:11 | 2018-01-14T05:39:11 | 117,301,035 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,000 | java | package com.shivamrajput.finance.hw.shivamrajputhw.module.management.Core;
import java.math.BigDecimal;
import java.time.LocalDateTime;
/**
* This policy prevents users to take full amount of loan at 00:00
* this is extra step to block users who are blocked by MaxLoanApllicationPolicy
*/
public class NextDayMaxTri... | [
"srecho97@gmail.com"
] | srecho97@gmail.com |
eb097a7eb26a9e6077f10beaf829bff2cf1721de | fb4287b54a3e771f5703d8c717b465f43c4f8970 | /YBW3.0/src/com/scsy150/volley/net/UpLoadAvatar.java | fe6660b216ca34065d522e802c1d285e47525316 | [] | no_license | chengchangmu/150 | 3a83a644a4aae43607aff86821234a49415d7ef0 | ddd87080bc4a1c361a9899b86f98b0a041549da1 | refs/heads/master | 2016-08-11T17:24:07.836575 | 2015-10-24T03:04:12 | 2015-10-24T03:14:00 | 44,849,706 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,915 | java | package com.scsy150.volley.net;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.InputStream;
import java.io.OutputStream;
import java.net.HttpURLConnection;
import java.net.URL;
import java.util.Date;
import android.content.Context;
import android.... | [
"ZCAPP3@zengxin"
] | ZCAPP3@zengxin |
75f36648d8c914e86d579ee958f3941fc964fb27 | 222c56bda708da134203560d979fb90ba1a9da8d | /uapunit测试框架/engine/src/public/uap/workflow/engine/mail/MailScanCmd.java | c6d69d9716c58a3080e500f1976ed3e6b17c7476 | [] | no_license | langpf1/uapunit | 7575b8a1da2ebed098d67a013c7342599ef10ced | c7f616bede32bdc1c667ea0744825e5b8b6a69da | refs/heads/master | 2020-04-15T00:51:38.937211 | 2013-09-13T04:58:27 | 2013-09-13T04:58:27 | 12,448,060 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 6,477 | java | /* 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 to in writing, software
* distribut... | [
"langpf1@yonyou.com"
] | langpf1@yonyou.com |
2e25caad4ecba02407de370330a69c1fea7baa98 | 0613bb6cf1c71b575419651fc20330edb9f916d2 | /CheatBreaker/src/main/java/net/minecraft/network/play/server/S08PacketPlayerPosLook.java | abe7787829694d6aa2fa58524a2dc60c43bb6f1c | [] | no_license | Decencies/CheatBreaker | 544fdae14e61c6e0b1f5c28d8c865e2bbd5169c2 | 0cf7154272c8884eee1e4b4c7c262590d9712d68 | refs/heads/master | 2023-09-04T04:45:16.790965 | 2023-03-17T09:51:10 | 2023-03-17T09:51:10 | 343,514,192 | 98 | 38 | null | 2023-08-21T03:54:20 | 2021-03-01T18:18:19 | Java | UTF-8 | Java | false | false | 2,713 | java | package net.minecraft.network.play.server;
import java.io.IOException;
import net.minecraft.network.INetHandler;
import net.minecraft.network.Packet;
import net.minecraft.network.PacketBuffer;
import net.minecraft.network.play.INetHandlerPlayClient;
public class S08PacketPlayerPosLook extends Packet
{
private dou... | [
"66835910+Decencies@users.noreply.github.com"
] | 66835910+Decencies@users.noreply.github.com |
9b132bc0a31dae0ee3bdb2fa6dae850a39721a5e | bdef4522e54283152e5fad0490878ad07d4e4273 | /app/src/main/java/com/horizon/android/activity/WebViewActivity.java | 47a6606472b5a9557d088fcadcbf615dd7eaaef9 | [] | no_license | Horizonxy/horizon_android | 1b15a2f02539e9d15e0de351b3a2df330bbf81fe | 688a537c53b043eca2b3f97cc2b341d843591bb9 | refs/heads/master | 2021-01-17T10:24:04.054447 | 2016-06-13T03:06:48 | 2016-06-13T03:06:48 | 57,014,789 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,830 | java | package com.horizon.android.activity;
import android.content.Context;
import android.net.ConnectivityManager;
import android.os.Bundle;
import android.view.KeyEvent;
import android.view.View;
import android.widget.ProgressBar;
import com.horizon.android.Constants;
import com.horizon.android.R;
import com.horizon.andr... | [
"horizon.xy@foxmail.com"
] | horizon.xy@foxmail.com |
5c008655dcda93ab5d67ed16ff60b61903f216ae | 74a91f99f35408d99e4dcbd13f762cd00ef7510a | /PSGTreimanento/src/main/T1019.java | 371ceb369806a37752926d20d2cd237a4a4caa3e | [] | no_license | silas00/PSGTraining | 8f68a4b282b61d3fea02434231f59817611f6ddc | c386dfcdf6816cce6cf855f30b530331465c34c1 | refs/heads/master | 2022-12-03T05:44:44.499694 | 2020-08-25T15:30:48 | 2020-08-25T15:30:48 | 286,883,873 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 490 | java | package main;
import java.util.Scanner;
public class T1019 {
public static void main(String[] args) {
Scanner entrada = new Scanner(System.in);
int valor = entrada.nextInt();
int horas = valor / 3600;
int restoHoras = valor % 3600;
int minutos = restoHoras / 60... | [
"soliveira@DESKTOP-378D65R.PSG.LOCAL"
] | soliveira@DESKTOP-378D65R.PSG.LOCAL |
8562343a17b21c1e8e78a5955fa688da13fab173 | d049893e680f6f7736748459a2bcd0d2f52be645 | /Lp-common/src/main/java/com/lp/rpc/LpClass.java | e821cd6faf6a19dfe82a6b9c99b7f876acd26f86 | [
"MIT"
] | permissive | steakliu/Lp-Rpc | c3337c9d5ee3166df6523833769cf574637d5b22 | 6616190763c2e3006d486bbf8bec1f1d81162ff0 | refs/heads/master | 2023-07-16T10:20:28.297058 | 2021-08-31T09:26:40 | 2021-08-31T09:26:40 | 399,060,021 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 48 | java | package com.lp.rpc;
public class LpClass {
}
| [
"2319492349@qq.com"
] | 2319492349@qq.com |
65b6ca02e24c3b6264848c25aac1671ef2f74516 | d817267149acf53fafe3ec4553485e2169c9c6e9 | /api/src/main/java/org/openmrs/module/shr/cdahandler/order/ObservationOrder.java | f3c848aed56df73c0c42875ca7b416913b9324ba | [] | no_license | jembi/openmrs-module-shr-cdahandler | 5f21b326b449047142c6044e72809da43df03086 | 47610b625fd50214af66b2ed7caa4918194cb36f | refs/heads/master | 2020-06-02T19:56:29.221932 | 2017-02-24T08:57:11 | 2017-02-24T08:57:11 | 15,729,824 | 0 | 3 | null | 2017-02-24T08:57:12 | 2014-01-08T08:30:11 | Java | UTF-8 | Java | false | false | 2,311 | java | package org.openmrs.module.shr.cdahandler.order;
import org.openmrs.Concept;
import org.openmrs.Order;
import org.openmrs.module.shr.cdahandler.processor.util.OpenmrsMetadataUtil;
/**
* Represents a request to perform an observation
*/
public class ObservationOrder extends Order {
/**
*
*/
private ... | [
"justin.fyfe@ecgroupinc.com"
] | justin.fyfe@ecgroupinc.com |
4593b59e868f3c57bcc075305136be093f0cf5e0 | 5af057e66e70dae899a87bdc1407f169b46e0038 | /plgE/AnalizadorLexico.java | 18be569c63c91765e1bb6873e5d8313efc779c5d | [] | no_license | BackupTheBerlios/plg0506 | ad249382fe0e719a9e6733b629e27f6feae7168d | 4962c1c55d575c72a75caf8ff68d3898a626d3d8 | refs/heads/master | 2021-01-01T17:21:08.351401 | 2008-06-08T17:35:34 | 2008-06-08T17:35:34 | 40,042,713 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 8,503 | java | import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
/**
* Clase que implementa el analizador léxico.<p>
* @author
*/
public class AnalizadorLexico {
// Archivo a analizar;
private BufferedReader in;
// Puntero a la tabla de símbolos.
private tablaSimbolos ts;
// Buffer para g... | [
"scaramouche"
] | scaramouche |
e85f80cd8f92eea6b11f1784e618d8206550fdeb | 852c382f0dcb93f5118a9265e84892fcdf56de73 | /prototypes/ethosnet/trunk/dspace-jspui/src/main/java/org/dspace/app/webui/servlet/ItemsBySubjectServlet.java | 10593c859e84ee7741163340ae9abf38a7f74639 | [] | no_license | DSpace-Labs/dspace-sandbox | 101a0cf0c371a52fb78bf02d394deae1e8157d25 | a17fe69a08fb629f7da574cfc95632dc0e9118a8 | refs/heads/master | 2020-05-17T21:33:34.009260 | 2009-04-17T13:43:32 | 2009-04-17T13:43:32 | 32,347,896 | 0 | 4 | null | null | null | null | UTF-8 | Java | false | false | 4,863 | java | /*
* ItemsBySubjectServlet.java
*
* Version: $Revision$
*
* Date: $Date$
*
* Copyright (c) 2002, Hewlett-Packard Company and Massachusetts
* Institute of Technology. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the fo... | [
"richard-jones@users.noreply.github.com"
] | richard-jones@users.noreply.github.com |
a60fed07c8dfa62a62ed564e0648fcefc3c18e7e | 2e22ebfe6cee0e3b511b7a2026a31a15a59e758b | /src/main/java/com/Application.java | 5eebf24a3139ca19fd0aa6b40b53da616a42c3a0 | [] | no_license | kumaraakash25/StockViewer | b91a8bd0d8aa6c6601f2884d49518c7819abf973 | 3adef59e24351c1856b6c645e90be47089861ab4 | refs/heads/master | 2021-06-27T22:38:10.873566 | 2020-11-27T22:16:36 | 2020-11-27T22:16:36 | 176,833,453 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 394 | java | package com;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.data.jpa.repository.config.EnableJpaRepositories;
@EnableJpaRepositories
@SpringBootApplication
public class Application {
public static void main(String[... | [
"aakashthesid@gmail.com"
] | aakashthesid@gmail.com |
a3e1638ddf3d2ec1a9419fdab3fc252fede548e8 | 69deb05dc31c2e33de28738191a402011b61c855 | /src/pl/AdamWisniewski/car/Car.java | ece0bc04eacd1f7d0f265cb3d218f5f51a933e80 | [] | no_license | AdamWisniewski/VimExercise01 | 7479561b26da92cb6c03af53a3fcf12fc825d34d | 9867be3c1b1280379f1ea06de32822b771fdae2e | refs/heads/master | 2021-03-31T01:42:44.171167 | 2018-03-08T17:27:44 | 2018-03-08T17:27:44 | 124,422,804 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,079 | java | package pl.AdamWisniewski.car;
public class Car {
private ElectricEngine electricEngine;
private ConventionalEngine conventionalEngine;
private boolean carWorks = false;
private int fuel = 100;
// Electric car
public Car(ElectricEngine electricEngine) {
this.electricEngine = electricEngine;
}
// Convent... | [
"awisniewski27@gmail.com"
] | awisniewski27@gmail.com |
716ca392e5a6f141cd967c2f2948df6bef710bad | 6dfe44a8e2c8c577536e0757164a4647eb020b3e | /src/me/naithantu/ArenaPVP/Gamemodes/Gamemodes/Paintball/PaintballTimer.java | 60f1e883a45ccdaf88738b220ae47fc474643bc7 | [] | no_license | SlapGaming/ArenaPVP | 0e2fd47fe5a6e1cc2bc3e2c6a8f9f55a6044fd68 | 685ede15b91f8e7330ef49c92e0057e19eb1acfa | refs/heads/master | 2016-09-05T23:09:28.002571 | 2015-03-02T20:52:31 | 2015-03-02T20:52:31 | 11,369,390 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,159 | java | package me.naithantu.ArenaPVP.Gamemodes.Gamemodes.Paintball;
import me.naithantu.ArenaPVP.Arena.ArenaExtras.ArenaPlayerState;
import me.naithantu.ArenaPVP.Arena.ArenaPlayer;
import me.naithantu.ArenaPVP.Arena.ArenaTeam;
import org.bukkit.Bukkit;
import org.bukkit.Material;
import org.bukkit.entity.Player;
import org.b... | [
"m.tebraake.95@gmail.com"
] | m.tebraake.95@gmail.com |
21ca4dc5699b462dbed402ce28724ac20dec1298 | 4ef733fecc5f85f57516b7cd5a113aa6c556b6aa | /user.java | 38782ba76d439f81fe5bbaeb35e68703e6e2d20b | [] | no_license | cocakolla123/MazeGame | 519330bd04d3522ad4494c6549dc30c3311740dc | 8a0eb3bde131f271cee121a7ff8ab399414b7d95 | refs/heads/main | 2023-01-22T06:34:45.606095 | 2020-12-04T05:49:01 | 2020-12-04T05:49:01 | 318,416,528 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,265 | java | import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo)
import java.util.* ;
//import java.util.List;
//import java.util.ArrayList;
/**
* Write a description of class user here.
*
* @author (your name)
* @version (a version number or a date)
*/
public class user extends Actor
{
... | [
"noreply@github.com"
] | cocakolla123.noreply@github.com |
4555ed7bd86e108d78260b475b8d1e56e7e4e216 | d1d79c769156693f5b8e0eb921207bd1bf0e7ba2 | /src/main/java/br/com/guilherme/cursomc/domain/Categoria.java | 7a80b59866e199c3199b7f62a8e2917cb12bbd8a | [] | no_license | guilhermedigue/cursomc | bea90736d8e113b1eb1568708c4692da055cd838 | 52c75a723d7578ffee91af2ce171af8e056d08e6 | refs/heads/master | 2020-08-21T10:13:35.874271 | 2019-10-19T18:27:53 | 2019-10-19T18:27:53 | 216,138,191 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,191 | java | package br.com.guilherme.cursomc.domain;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import java.io.Serializable;
import java.util.Objects;
@Entity
public class Categoria implements Serializable {
private static f... | [
"guilherme_digue@hotmail.com"
] | guilherme_digue@hotmail.com |
0cd52a92f948162ee91cab8cbb49b7503f1e306f | 4e7cc60be0d5b68da137506f4336a6a17167afa1 | /src/stegen/client/gui/score/ScoreTableRow.java | d18491d7eab440094cf0992b944913571c1c3e2c | [] | no_license | askeew/Vinnarstegen | e0b75c91b2635442b8a036b18f8f40f5f2a0d6a9 | c940703af68a77f4ecdbef7da01366431d687a4d | refs/heads/master | 2021-01-15T18:14:52.260393 | 2011-12-04T22:51:27 | 2011-12-04T22:51:27 | 2,666,763 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 642 | java | package stegen.client.gui.score;
import stegen.shared.*;
// Går det att få bort PlayerDTO?
public class ScoreTableRow {
public final PlayerDto player;
public final String score;
public final String ranking;
public final String changedDateTime;
public final String changedBy;
public final boolean currentUser;
p... | [
"bjorn.ekryd@gmail.com"
] | bjorn.ekryd@gmail.com |
28272552d8bec107c216c4ac627bc5cf271bf6ce | 3d12c4dd59406e12fa60cec790d9b3236a1a8ad8 | /strings/anagrams/anagrams.java | 9793651080e1b51277b465ae4bd6b4b12782c242 | [] | no_license | toyotathon/leetcode_problems | 5aec33d8ba810c63d73819400df0f5ca2b51e84e | b885f0e2c842902ba25bbd85859fccacad7bebb4 | refs/heads/master | 2021-09-04T01:28:17.944235 | 2018-01-14T03:19:05 | 2018-01-14T03:19:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,403 | java | import java.util.*;
class Solution {
private static Map<Character, Integer> createMap(String s) {
Map<Character, Integer> returnMap = new HashMap<Character, Integer>();
int length = s.length();
for (int i = 0; i < length; i++) {
char current = s.charAt(i);
if (return... | [
"Jason_Valenzuela@comcast.com"
] | Jason_Valenzuela@comcast.com |
4d19d7ceae4a7ae7dc8c055f5582fa6b339d2d0c | 362fe7b4b63d89c14e6a69549d6cda215b268204 | /Mechanics.java | 6878b1ad02b024ec87549ec0b15742f73ffd75e2 | [] | no_license | tcloudb/Java-Wars | 722881eb9ec6e04aed55111e64d98fb82f5fc24e | 7c93347dd045950cf0407021963e14495619bc85 | refs/heads/master | 2021-01-19T14:45:52.138697 | 2017-04-13T21:06:21 | 2017-04-13T21:06:21 | 88,188,012 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 762 | java |
public class Mechanics {
private int turn;
public Mechanics() {
turn = 1;
}
public void battle(Unit a, Unit b) {
a.damage(b);
calcDeath(b);
if (!b.getIsDead()) {
b.damage(a);
calcDeath(a);
}
}
private void calcDeath(Unit a) {
if (a.getHP() == 0) {
a.setIsDead(true);
... | [
"tcloudb@gmail.com"
] | tcloudb@gmail.com |
f448a5cd6b58dfdc803561758843f90235d72534 | 4cc020d488db5e7f856276fc4f6ec96efa9e25a0 | /src/main/java/io/praveen/reactbootapp/model/UserRepository.java | 70e9db30adef276482cb15e238c13903d5388ceb | [] | no_license | praveen270794/react-boot | abd2134b1ac47e8688761ddb56246131c2f65e0b | 7f54c3267078853049775e4b2eb963b75e49ed19 | refs/heads/master | 2023-02-09T21:59:11.145829 | 2020-05-31T11:45:23 | 2020-05-31T11:45:23 | 268,070,341 | 0 | 0 | null | 2021-01-06T03:43:54 | 2020-05-30T11:56:47 | JavaScript | UTF-8 | Java | false | false | 174 | java | package io.praveen.reactbootapp.model;
import org.springframework.data.jpa.repository.JpaRepository;
public interface UserRepository extends JpaRepository<User, String> {
} | [
"praveen.gupta@magicbricks.com"
] | praveen.gupta@magicbricks.com |
11cc14546abab3722f4a4c107b2948a0b97c627f | 431ccc0276d045e34c1749782e2d99c1179d219f | /dayTwo/Expression/ComparisonOperators.java | b5101dd50434da31ed469613e305fc9f37a0b277 | [] | no_license | Abeleencon/Core_java | 16c8daf5bf7df8dd8760bb4f58176e457ccdc162 | 25d6482b56cfe3511112ff231313fd4aebdd715f | refs/heads/master | 2020-04-01T15:32:21.879417 | 2018-10-16T19:26:01 | 2018-10-16T19:26:01 | 153,341,311 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 665 | java | package dayTwo.Expression;
public class ComparisonOperators {
//We have six relational operators in Java: ==, !=, <, >, <=, >=
public static void main(String[] args) {
int num1 = 10;
int num2 = 50;
if (num1 == num2) {
System.out.println("Num1 and num2 are the same");
}
else {
System.out.print... | [
"abiodunowoseje@gmail.com"
] | abiodunowoseje@gmail.com |
f1fd5fb76369efbcbe4d6d867c51223389866c4f | 1932273022878e5adcf56d0309c2e25d9c40e7da | /src/main/java/jp/bananafish/spark/sample/Address.java | 3bd437135479cda5863fb22028667732947be712 | [
"MIT"
] | permissive | border-aloha/SparkSample | 47a5f2899d1aa8f0b7fc265a1d705c09d47b3ef5 | f3e3e4b65afc3f8db56427dc54ef35462279fa79 | refs/heads/master | 2020-05-31T16:04:07.867432 | 2014-11-03T13:10:10 | 2014-11-03T13:10:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,943 | java | /**
*
*/
package jp.bananafish.spark.sample;
import java.io.Serializable;
/**
* 郵便番号CSVのレコード
*
* @author border
*
*/
public class Address implements Serializable {
/**
* 全国地方公共団体コード(JIS X0401、X0402)
*/
private String jisCode;
/**
* (旧)郵便番号(5桁)
*/
private String oldPostal... | [
"tmikami@gmail.com"
] | tmikami@gmail.com |
6a6d36bc0a9f8d6934f2ecd2aee6d16913dd3e03 | 5e2cab8845e635b75f699631e64480225c1cf34d | /modules/core/org.jowidgets.tools/src/main/java/org/jowidgets/tools/powo/JoCheckedMenuItem.java | 49f4b96252b84b6a8c19b95d8da8bbc1f2935636 | [
"BSD-3-Clause"
] | permissive | alec-liu/jo-widgets | 2277374f059500dfbdb376333743d5507d3c57f4 | a1dde3daf1d534cb28828795d1b722f83654933a | refs/heads/master | 2022-04-18T02:36:54.239029 | 2018-06-08T13:08:26 | 2018-06-08T13:08:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,518 | java | /*
* Copyright (c) 2010, grossmann
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice, this list of condit... | [
"herrgrossmann@users.noreply.github.com"
] | herrgrossmann@users.noreply.github.com |
769221ba660c3e35fb1dbe543fecb3fa0fd44de9 | dca1f809072be590af0d518a488a173d4dd259c9 | /AndroidApp/Android911Client/app/src/main/java/com/example/cuixuelai/android911client/TaggingFragment.java | d60173a92aef6d3075fb004dd72afcc38e670491 | [] | no_license | yiwen-luo/911-Call-Indoor-Positioning | a6a18f138dc22b0ea15597314f3dc9c513103187 | 5bfd1b7ce56ab5e9d970db468499953486af417e | refs/heads/master | 2023-01-11T20:57:03.178096 | 2019-12-03T06:28:54 | 2019-12-03T06:28:54 | 70,303,164 | 0 | 0 | null | 2022-12-26T20:23:15 | 2016-10-08T04:13:25 | Python | UTF-8 | Java | false | false | 3,454 | java | package com.example.cuixuelai.android911client;
import android.app.Activity;
import android.app.Fragment;
import android.hardware.SensorEvent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.Comp... | [
"lyw920203@gmail.com"
] | lyw920203@gmail.com |
d833795a1123b348c5226f027c35f0ec45fc6b57 | a8e47979b45aa428a32e16ddc4ee2578ec969dfe | /base/config/src/main/java/org/artifactory/descriptor/repo/distribution/rule/package-info.java | dc7e8858814b341d6143eb9803fc30dbfb38d12c | [] | no_license | nuance-sspni/artifactory-oss | da505cac1984da131a61473813ee2c7c04d8d488 | af3fcf09e27cac836762e9957ad85bdaeec6e7f8 | refs/heads/master | 2021-07-22T20:04:08.718321 | 2017-11-02T20:49:33 | 2017-11-02T20:49:33 | 109,313,757 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,175 | java | /*
*
* Artifactory is a binaries repository manager.
* Copyright (C) 2016 JFrog Ltd.
*
* Artifactory is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at yo... | [
"tuan-anh.nguyen@nuance.com"
] | tuan-anh.nguyen@nuance.com |
682b4ad86804011a0bc5d1cc4cb672b1a45e5192 | 5c206806f5c612d14400682030cda0bd23b98981 | /src/main/java/org/cyclops/integrateddynamics/core/inventory/container/ContainerMultipart.java | 4b60725b049eb059f755d9ef388597e89f1329af | [
"MIT"
] | permissive | way2muchnoise/IntegratedDynamics | 1ed49a413a21492e18e9bbe9ab51c03ccc81e41e | fcd4d71623a5a70d929bb7f6a9bed15745ac039f | refs/heads/master-1.10 | 2021-05-04T09:06:40.797829 | 2016-11-01T10:21:15 | 2016-11-01T10:21:15 | 70,403,691 | 0 | 0 | null | 2016-10-09T13:08:23 | 2016-10-09T13:08:23 | null | UTF-8 | Java | false | false | 3,709 | java | package org.cyclops.integrateddynamics.core.inventory.container;
import com.google.common.collect.Maps;
import lombok.Data;
import lombok.EqualsAndHashCode;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.util.math.BlockPos;
import net.minecraft.world.World;
import org.cyclops.cyclopscore.helper.... | [
"rubensworks@gmail.com"
] | rubensworks@gmail.com |
eac0a88286d07c50a89e1375a892df44977d1cc0 | e789eec798176e5ac3836680c7b458332151cceb | /src/persistentie/JPAUtil.java | ed24300902928cb196ea04e3f735e5b25f926e9c | [] | no_license | thomasdejagere/SaniManage | 7ac5ac9213762259d4d8f7b95f78fd00c39074dd | 503ce4b004a9539c2901d668ef33bbf443b4ce3c | refs/heads/master | 2021-01-10T02:34:40.154927 | 2015-12-16T19:01:44 | 2015-12-16T19:01:44 | 48,129,117 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 652 | 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 persistentie;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
/**
*
* @author Seppe
*... | [
"thomas.dejagere.x7268@student.hogent.be"
] | thomas.dejagere.x7268@student.hogent.be |
d01d4cab57c46cb4c1f20fb8e394c4d0ab5e4984 | 06810721513d822ee66f72b0c3de355899510597 | /src/main/java/com/cis/project/config/CacheConfiguration.java | 14a2e99d6d4dc8e74869c751520f7f9cd221dc76 | [] | no_license | bonnefoipatrick/CisProjectApplication | 776c4070c55b961b3691c34600de08331ab3675e | 174598b4cc371e4a4e93ff2aff8eb440038e7398 | refs/heads/master | 2020-03-09T13:56:43.980452 | 2018-04-09T19:54:43 | 2018-04-09T19:54:43 | 128,823,204 | 0 | 0 | null | 2018-04-10T19:57:14 | 2018-04-09T19:28:13 | Java | UTF-8 | Java | false | false | 2,457 | java | package com.cis.project.config;
import io.github.jhipster.config.JHipsterProperties;
import org.ehcache.config.builders.CacheConfigurationBuilder;
import org.ehcache.config.builders.ResourcePoolsBuilder;
import org.ehcache.expiry.Duration;
import org.ehcache.expiry.Expirations;
import org.ehcache.jsr107.Eh107Configura... | [
"jhipster-bot@users.noreply.github.com"
] | jhipster-bot@users.noreply.github.com |
b53279da1c7a21c5ff4713b8b3cbaed4e9a26ed0 | fe9d840eefd1034d86531678077513df021a6bad | /app/src/main/java/com/huoxy/androidheros/chapter3/CustomMeasureView.java | c953479516152a9acc92695c5340a104c40ed8e4 | [
"Apache-2.0"
] | permissive | ContinueCoding/AndroidHeros | 1d3496a4c3f8fb009adf9ee026a6dd6e6cde482f | 0d71bf022e037340a3627b38494e139bca9fce54 | refs/heads/master | 2021-01-20T06:15:17.020652 | 2018-01-31T00:32:48 | 2018-01-31T00:32:48 | 101,497,348 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,038 | java | package com.huoxy.androidheros.chapter3;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.support.annotation.Nullable;
import android.util.AttributeSet;
import android.util.Log;
import android.view.View;
/**
* Created by huoxy on 2017/8/16.
* 自定义View - 测... | [
"huoxiaoyi@didapinche.com"
] | huoxiaoyi@didapinche.com |
9eadbbf238528a51c55eebc82f60658220b8745b | 96f23ab49d69dff1431d81ae1428d4ef205774c1 | /src/main/java/com/capgemini/movieManagement/dao/MovieDao.java | ba814ebc1f41b43a06df2f137c5f20bb42d9f89c | [] | no_license | andy077/movieManagement | 6abe3a3245f8937ca0e1cc9e1008c9b51c25cda1 | a766e7435611340c8798bda265ccf13ee7b4a8ed | refs/heads/master | 2021-01-07T01:48:54.787059 | 2020-03-23T11:33:57 | 2020-03-23T11:33:57 | 241,543,336 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 441 | java | package com.capgemini.movieManagement.dao;
import com.capgemini.movieManagement.dto.Movie;
import com.capgemini.movieManagement.util.MovieRepository;
public class MovieDao implements MovieDaoInterface {
public Movie searchMovieById(int id) {
for(int i=0;i<MovieRepository.getMoviesList().size();i++) {
if(MovieRe... | [
"anandrajanand720@gmail.com"
] | anandrajanand720@gmail.com |
66a21cf490f8c011efd63bd375bae8363f7d6f63 | 7dafd999eeef3092e7462ecb975a91b13e7ed6b7 | /src/main/java/org/audit4j/core/RunStatus.java | 51a6d53f5447edbb3b0e282d307339d5e0ca4c10 | [
"Apache-2.0"
] | permissive | hascode/audit4j-core | 937329a8a494e10e44ac6512ae362db21e5b8dda | 60f075c1828164c7d1041561ab12978bb5d4b687 | refs/heads/master | 2021-01-16T20:04:47.137389 | 2015-02-16T18:59:44 | 2015-02-16T18:59:44 | 30,883,039 | 0 | 0 | null | 2015-02-16T18:57:13 | 2015-02-16T18:57:12 | null | UTF-8 | Java | false | false | 963 | java | /*
* Copyright 2014 Janith Bandara, This source is a part of
* Audit4j - An open source auditing framework.
* http://audit4j.org
*
* 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
*
* ... | [
"janith3000@gmail.com"
] | janith3000@gmail.com |
784716ccd7a95a0788ab43e82f72df63bee4e9d7 | 54f352a242a8ad6ff5516703e91da61e08d9a9e6 | /Source Codes/CodeJamData/14/52/7.java | 6d740833a1fb6426268c1c2d013843319594dc85 | [] | no_license | Kawser-nerd/CLCDSA | 5cbd8a4c3f65173e4e8e0d7ed845574c4770c3eb | aee32551795763b54acb26856ab239370cac4e75 | refs/heads/master | 2022-02-09T11:08:56.588303 | 2022-01-26T18:53:40 | 2022-01-26T18:53:40 | 211,783,197 | 23 | 9 | null | null | null | null | UTF-8 | Java | false | false | 2,037 | java | package round3;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
public class B {
public static void main(String[] args) throws FileNotFoundException {
Kattio io;
// io = new Kattio(System.in, System.out);
// io = new Kattio(new FileInpu... | [
"kwnafi@yahoo.com"
] | kwnafi@yahoo.com |
304573aedc00f46d3c1a923ad2ac4f8f3e49d26e | ee83062efa5a231fcac01a074880138687966a06 | /src/main/java/cn/wanglei/bi/utils/MissInfo2Redis.java | 294e60e02351fc25121f8bb3fd24c1e67ee825fc | [] | no_license | blake-wang/MyXiaoPeng_BI | 6f5a7549d2560c14fac4bca30ee862b80f149cd7 | 412b1bebc8761b7c4390cfc0c5b53c6f6671ff19 | refs/heads/master | 2021-01-01T15:37:31.407048 | 2018-02-10T10:37:11 | 2018-02-10T10:37:11 | 97,658,415 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,370 | java | package cn.wanglei.bi.utils;
import cn.xiaopeng.bi.utils.JdbcUtil;
import redis.clients.jedis.Jedis;
import redis.clients.jedis.JedisPool;
import testdemo.redis.JedisUtil;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.HashMap;
import j... | [
"wangl@yyft.com"
] | wangl@yyft.com |
255d15959da3a65b9235e8cf06906f6d14f8012d | 0a053c3321ca12ef5d8f8f018f481f0537d8bc1a | /java-jdi/src/main/java/com/baeldung/jdi/ProgramTrace.java | e4f9e87864dfc793c20610ba0befd5021e11d1c0 | [] | no_license | jeremyVienne/CAL_DEBUG | b791883a0e4c5a2228a9955860654a5ce7376a85 | 9f2efde4dca170f2949d1ab5e44b11a09239fba6 | refs/heads/master | 2020-11-24T09:38:21.439303 | 2019-12-14T20:37:23 | 2019-12-14T20:37:23 | 228,085,254 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 732 | java | import java.util.ArrayList;
public class ProgramTrace{
private static final ProgramTrace pgm = new ProgramTrace();
private ArrayList<Trace> traces;
private int index;
private ProgramTrace(){
this.traces = new ArrayList<Trace>();
this.index = 0;
}
public static ProgramTrace getPg... | [
"https://gitlab-etu.fil.univ-lille1.fr"
] | https://gitlab-etu.fil.univ-lille1.fr |
85074a20bb8809ca03fc3d0f1e1f13c662296100 | b4f4e0fda77d0d58cac2fad2d753e2a1925224de | /src/main/java/com/hekaihang/service/AccountServiceImpl.java | 39a97e706d6b8d117d09e349daad46b6437e22e8 | [] | no_license | 1yujian1/ssmbuild | aa4180c428cfce00dbc647f5e3a91dceb946f409 | 38ffcac3190b0d77e1e06e4e43e9592e8034f72e | refs/heads/master | 2023-01-05T15:53:48.897936 | 2020-10-20T01:48:38 | 2020-10-20T01:48:38 | 305,560,358 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,104 | java | package com.hekaihang.service;
import com.hekaihang.dao.AccountMapper;
import com.hekaihang.pojo.Accounts;
import javax.servlet.http.HttpSession;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class AccountServiceImpl implements AccountService {
private AccountMapper accountMapper;... | [
"1637601056@qq.com"
] | 1637601056@qq.com |
8bd1edaa6003116730fd8c6d81c086997bd32fa8 | 373d01d25ecaa4564ba8a5dd5a4477f2ccc8d426 | /Lab3/src/lab3/Driver.java | 6a576656ac333e356d63cbbde0471d7b47c3f318 | [] | no_license | paytonharrison/232Algorithms | 182b7e94854abf3f5bb25b90ead1b47868c6ed4c | 34c99a2906b49c402bed2c4d87657bf1769357c6 | refs/heads/master | 2020-03-11T06:32:55.230101 | 2018-04-17T02:26:52 | 2018-04-17T02:26:52 | 129,832,826 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 517 | java | package lab3;
import lab3.Graph;
public class Driver {
public static void main(String[] args) {
Graph graph = new Graph();
System.out.println("Prim's Algorithm: ");
System.out.println("");
graph.prims();
System.out.println("");
graph.resetVertices();
System.out.println("Kruskal's Algorith... | [
"noreply@github.com"
] | paytonharrison.noreply@github.com |
7cabb8f1c4926b8ecd06c3c82da9c62c20170a57 | 1213f1dcf5500859a248de45c1ff986c48c56c43 | /flightSearch/src/com/iss/controller/ForgetPwd.java | 3185e15c2dbdcf3451544e39e28b214c55bf4c06 | [] | no_license | Crisgene/JavaDemo | a6f7ac9c3f565b31f95d0c7181d5c35802b6f28b | 028e60261fabb211512f92bd9100f13def8165b5 | refs/heads/master | 2020-12-07T21:43:26.891298 | 2020-01-09T13:06:26 | 2020-01-09T13:06:26 | 232,808,325 | 3 | 0 | null | null | null | null | GB18030 | Java | false | false | 3,290 | java | package com.iss.controller;
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.ResultSet;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Random;
import javax.servlet.ServletException;
import javax.serv... | [
"htyu_cauc@outlook.com"
] | htyu_cauc@outlook.com |
9bb315b17c7d93e8f80aaf4892d801386d800629 | 0689f3b456ddce965659abcd4d2de68903de59a1 | /src/main/java/com/example/jooq/demo_jooq/introduction/db/pg_catalog/routines/GinExtractJsonb.java | 8894d219518d2e3e6406aae81bfc2e230803e650 | [] | no_license | vic0692/demo_spring_jooq | c92d2d188bbbb4aa851adab5cc301d1051c2f209 | a5c1fd1cb915f313f40e6f4404fdc894fffc8e70 | refs/heads/master | 2022-09-18T09:38:30.362573 | 2020-01-23T17:09:40 | 2020-01-23T17:09:40 | 220,638,715 | 0 | 0 | null | 2022-09-08T01:04:47 | 2019-11-09T12:25:46 | Java | UTF-8 | Java | false | true | 4,037 | java | /*
* This file is generated by jOOQ.
*/
package com.example.jooq.demo_jooq.introduction.db.pg_catalog.routines;
import com.example.jooq.demo_jooq.introduction.db.pg_catalog.PgCatalog;
import javax.annotation.Generated;
import org.jooq.Field;
import org.jooq.JSONB;
import org.jooq.Parameter;
import org.jooq.impl.A... | [
"vic0692@gmail.com"
] | vic0692@gmail.com |
1ad37e2558a417f5f775b07cb1c3e94e855e15e7 | 5783dc53ae048651c7730958562cec22bd0e0d59 | /src/javaapplication9/asdf/NewJInternalFrame.java | d9c633e70ab0105d69f45864740b75e7759dd94d | [] | no_license | jagannath311/DailyHunt | 02b0638b23800d695efaac2a38ce10ef291d9cbe | 98078e260f41bd219eea0a4da37c9678ab8445d1 | refs/heads/master | 2022-10-03T00:52:08.497226 | 2020-04-18T12:49:12 | 2020-04-18T12:49:12 | 270,144,741 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 91,340 | 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 javaapplication9.asdf;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.S... | [
""
] | |
91c3f2af06caa41186737cbbab219d5d4b145544 | 53f895ac58cb7c9e1e8976c235df9c4544e79d33 | /18_Polymorphism (115- 123 in Section8)/com/source/polymorphism/D.java | 65755f39c02a6d2c4d062eceb994f7918f06de60 | [] | no_license | alagurajan/CoreJava | c336356b45cdbcdc88311efbba8f57503e050b66 | be5a8c2a60aac072f777d8b0320e4c94a1266cb3 | refs/heads/master | 2021-01-11T01:33:11.447570 | 2016-12-16T22:24:58 | 2016-12-16T22:24:58 | 70,690,915 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 121 | java | package com.source.polymorphism;
class D extends C
{
void test()
{
System.out.println("from D-test");
}
}
| [
"AlaguAishu@192.168.1.5"
] | AlaguAishu@192.168.1.5 |
9d09bb9e3a5c75dec2ecf3ad0d3f4410aaa05447 | a1646e8ba2488f0fff0137eecc0306c1d880f5f4 | /app/src/main/java/com/example/tvapp/activities/MainActivity.java | fce367f7960da54d4aab87765b95262424769d10 | [] | no_license | Winhour/TVApp | ebf1da149ebc0135aadfd159c63a291d4b92e553 | cec1c201a9e4b3f176a87ab7d3d8cd844a94456f | refs/heads/master | 2023-04-04T04:17:34.977797 | 2021-04-08T09:49:53 | 2021-04-08T09:49:53 | 355,847,817 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,462 | java | package com.example.tvapp.activities;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.databinding.DataBindingUtil;
import androidx.lifecycle.ViewModelProvider;
import androidx.recyclerview.widget.RecyclerView;
import android.content.Intent;
import android.os.Bundl... | [
"81164377+Winhour@users.noreply.github.com"
] | 81164377+Winhour@users.noreply.github.com |
2af779dfc27eb5d2174641d6146807e2161b921e | 51db985d221ee30b35f103adb07e3107426c33dc | /app/src/main/java/example/com/android_note/model/Note.java | 09e7853de46a7ea806eebca329c7661062b1fc00 | [] | no_license | andrei1994rus/Android_Note | 5f879359cc6c7e814b8ebca2495904cf619d3ec0 | 9608ae63b08abbcba996f8634fccb1774a956adc | refs/heads/master | 2020-04-19T18:33:09.665242 | 2020-01-29T17:26:50 | 2020-01-29T17:26:50 | 168,366,271 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,404 | java | package example.com.android_note.model;
import java.io.Serializable;
/**
* This class is used for work with information of every note.
*/
public class Note implements Serializable
{
/**
* Date of creating/editing of note.
*/
private String date;
/**
* Identifier of note.
*/
private lo... | [
"parkur193@gmail.com"
] | parkur193@gmail.com |
688aab9fdd3b8d9489174c7538e2f9e22429bfb6 | 1a3b0a73d52d029e709bfb1486fa1eb35c867a28 | /src/java/Main/DeleteCommentServlet.java | ec92bd2fcf37a0c3a06d7175c5679fccfebc2c1e | [] | no_license | almontasser/LearnRemotely | d68834fad68d9070a1f84c7a3aea04bc482cb901 | 96913545d59e903c5036448eef32dd5d5cef38d9 | refs/heads/main | 2023-02-18T09:57:22.604537 | 2021-01-20T04:49:33 | 2021-01-20T04:49:33 | 323,308,077 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,495 | 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 Main;
import Main.Helpers.Auth;
import Main.Helpers.DataAccess;
import Main.Models.Comment;
import Main.Models.Post;
import ja... | [
"almontasser@outlook.com"
] | almontasser@outlook.com |
8e52cbaec30ed0164f955f4d2ac7ed363462b655 | ac93221d4f938ef525c75a0936ef99ab1ff545f2 | /lib/src/main/java/plainbus/Listener.java | 8721b29fd037a291226e1203204ada4897343792 | [] | no_license | KidNox/plainbus | c16bc74bcaff30aecbe70dd5ff95144b6713c80a | b3ca854e60bfce1494eb443ea0f25373f0718433 | refs/heads/master | 2021-04-28T18:40:30.442325 | 2018-03-09T10:25:23 | 2018-03-09T10:25:23 | 121,878,662 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 298 | java | package plainbus;
public interface Listener<Event> {
void onEvent(Event event);
static void reject() {
throw new Rejection();
}
class Rejection extends RuntimeException {
@Override public Throwable fillInStackTrace() {
return null;
}
}
}
| [
"truthno3@gmail.com"
] | truthno3@gmail.com |
2bb1bbf324868fc16acfe4825294660c8ca8f0ca | b44c72e97af3180df9b779d5a62a8018a138f3ff | /app/src/main/java/com/openwebsolutions/propertybricks/ForgetPassword_Page/ForgetPasswordActivity.java | e9f8a3bca06c9ed5d9e90ad9d860b7b6af2779cd | [] | no_license | mou2706/PropertyBricks | 54aacc0de9c23b803b11eac8b4ade6cfe9c786ed | bc08d36e4f6c82238e2505b49f8a060310f6c5a1 | refs/heads/master | 2023-03-31T12:02:36.634191 | 2021-04-03T08:49:36 | 2021-04-03T08:49:36 | 354,238,733 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,636 | java | package com.openwebsolutions.propertybricks.ForgetPassword_Page;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.Gravity;
import android.view.LayoutInflater;
import and... | [
"majumdar2706@gmail.com"
] | majumdar2706@gmail.com |
6befa2b7b43cb6b309c1cef57c5acb4af60b7fa3 | c120a7bcd77f4911a4a19ad14ef806cb86226e39 | /bucketlist/src/main/java/com/example/bucket/demo/services/PersonServiceImpl.java | 84dfba5954634bb6e52dfcb255e0182eda20b47b | [] | no_license | vjanosigergely/projects | f51a1fccceab78677bf4d6eab93b62fb7afedba8 | 55ad5d4751845470e2484c3c60a07c8ae0dbfc7c | refs/heads/master | 2021-05-22T16:57:45.259197 | 2020-04-21T14:57:59 | 2020-04-21T14:57:59 | 253,012,475 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 694 | java | package com.example.bucket.demo.services;
import com.example.bucket.demo.models.Person;
import com.example.bucket.demo.repos.PersonRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
public class PersonServiceImpl implements PersonService ... | [
"v.janosi.gergely@gmail.com"
] | v.janosi.gergely@gmail.com |
0d113c3db80e0397a276b2d5bc7f25d14a93fc07 | 66b630094446e0456033f2a06348f21ea17bd3e1 | /src/main/java/tch/impl/UserServiceImpl.java | 11289eb745c15735e97debb826a206d9ebca3a99 | [] | no_license | FiseTch/anaylse | ccaa0d73135a18ba33517f96178d46a8a742cde4 | 40e92ab766a8a1dd83e58e51ffbf7d06ff613fea | refs/heads/master | 2022-12-21T22:32:53.526537 | 2018-06-07T04:29:12 | 2018-06-07T04:29:12 | 124,012,351 | 2 | 0 | null | 2022-12-16T08:39:17 | 2018-03-06T03:04:02 | Java | UTF-8 | Java | false | false | 3,186 | java | package tch.impl;
import java.util.List;
import javax.annotation.Resource;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Service;
import tch.dao.UserMapper;
import tch.model.User;
import... | [
"2289717264@qq.com"
] | 2289717264@qq.com |
2458f3a4ad44835fbf8b0350148633349beefa16 | 4dcca2f0b3e2649ce000b1af139bb5833d307f87 | /RobotSpring/src/main/java/com/voytovych/basic/impls/sony/SonyLeg.java | f0fbd9e14dcdedb35ef6c25fd140896d14ad04bb | [] | no_license | Voytovych/spring-basic-repository-014 | e006b32f8a1d584859a5904f55090801daa44b76 | fd010cbc5b53cbdf24e64ddafeda12ac912f659e | refs/heads/master | 2021-01-20T20:45:20.196636 | 2016-07-21T10:44:51 | 2016-07-21T10:44:51 | 63,598,625 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 198 | java | package com.voytovych.basic.impls.sony;
import com.voytovych.basic.interfaces.Leg;
public class SonyLeg implements Leg {
public void go(){
System.out.println("Go to Sony!");
}
}
| [
"voytovych.ua@gmail.com"
] | voytovych.ua@gmail.com |
81190acf62de3b3f74e55e99b8e6822c9fd54373 | 28e6915a086ec5b5bbdb0008cac479fe98d1dc4e | /Android/UdacityProjects/QuizApp/app/src/main/java/com/example/android/quizapp/MainActivity.java | fdae67155d7137121dd620a6625ef750ed086425 | [] | no_license | Humad/Project-Playground | 38215c208025d22a6e8ec90d203b8937f0f29ba1 | a6ccd01edee7f136dc6aa6be36519ad1b5d0bfee | refs/heads/master | 2018-10-10T03:31:11.400971 | 2018-08-17T01:05:35 | 2018-08-17T01:05:35 | 94,341,886 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,399 | java | package com.example.android.quizapp;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.CheckBox;
import android.widget.RadioButton;
import android.widget.Toast;
public class MainActivity extends AppCompatActivity {
private int score;
@... | [
"humad@live.com"
] | humad@live.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.