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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
537f4d581e6abdd64c8b67959c2f0b6091e5a851 | 939dc5cd3529035b02a9eb47e1b224ce7661c1bf | /ion/src/com/koushikdutta/ion/Ion.java | aaaaabc7a600039a47e90405fb8b1190f39e66bb | [
"Apache-2.0"
] | permissive | lauren7249/android-smsmms | 326c781af3f72bd8ea97c3242a9d6cdb54258871 | 2e8036c0841b4625f4f4bc4febb719924755ef6a | refs/heads/master | 2016-09-10T09:11:57.154523 | 2014-07-02T18:21:27 | 2014-07-02T18:21:27 | 26,021,088 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 12,157 | java | package com.koushikdutta.ion;
import java.io.File;
import java.net.URI;
import java.util.ArrayList;
import java.util.List;
import java.util.WeakHashMap;
import android.content.Context;
import android.os.Build;
import android.os.Handler;
import android.os.Looper;
import android.util.Log;
import android.view.ContextThe... | [
"jklinker1@gmail.com"
] | jklinker1@gmail.com |
2ad483158ec2b50d1d045fd87ee370cb96ab8a33 | 95c49f466673952b465e19a5ee3ae6eff76bee00 | /src/main/java/com/zhihu/android/apm/p990a/ANRRecorder.java | 5bff5de3f8367a2ed5e0e3cb1f11b07b95cd28e5 | [] | no_license | Phantoms007/zhihuAPK | 58889c399ae56b16a9160a5f48b807e02c87797e | dcdbd103436a187f9c8b4be8f71bdf7813b6d201 | refs/heads/main | 2023-01-24T01:34:18.716323 | 2020-11-25T17:14:55 | 2020-11-25T17:14:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,601 | java | package com.zhihu.android.apm.p990a;
import android.os.Build;
import android.os.FileObserver;
import android.os.Process;
import android.text.TextUtils;
import com.secneo.apkwrapper.C6969H;
import com.zhihu.android.apm.DroidAPM;
import com.zhihu.android.apm.p1002j.C10393a;
import com.zhihu.android.apm.p990a.ANRWatchDog... | [
"seasonpplp@qq.com"
] | seasonpplp@qq.com |
c9dffa1a9bf57a8cde940426e6c6b942646cc759 | 7df9cecfa4a013e163f06d0839fd9b813e78c368 | /src/raytracer/utilities/Point3D.java | 96f15eab330d3cff5210b265283ef2c450c2f279 | [] | no_license | manishsinghrawat/Realistic-Ray-Tracer | 95c7fe251ff988af18321703991f503462a7da9a | 99c2c280ce164bccb6d345c62ef6fc04ab4bf283 | refs/heads/master | 2016-09-01T17:12:36.692250 | 2014-11-10T09:08:23 | 2014-11-10T09:08:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,755 | java | package raytracer.utilities;
public class Point3D {
public double x, y, z;
public Point3D(){
x = y = z = 0;
}
public Point3D(double a){
x = y = z = a;
}
public Point3D(double a, double b, double c){
x = a;
y = b;
z = c;
}
public Point3D(Point3D p){
this.x = p.x;
this.y = p.y;
this.z = p.z;
... | [
"coolpuneet0007@gmail.com"
] | coolpuneet0007@gmail.com |
129ea051f7af8592e4c1d1563cdc9ce1f7a0f9bd | ae5eb1a38b4d22c82dfd67c86db73592094edc4b | /project313/src/test/java/org/gradle/test/performance/largejavamultiproject/project313/p1565/Test31314.java | 143ce38dda0d09caee5f4cd03387f26b323b6da6 | [] | 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.project313.p1565;
import org.junit.Test;
import static org.junit.Assert.*;
public class Test31314 {
Production31314 objectUnderTest = new Production31314();
@Test
public void testProperty0() {
String value = "value";
objectUnderTes... | [
"sterling.greene@gmail.com"
] | sterling.greene@gmail.com |
8a18a736b702f6f3e0e57971ad75bd0aa9201419 | 0f190ca465d255c68ee4929370260eea0c68b13d | /productFactory/src/com/neusoft/unieap/techcomp/ria/individual/bo/impl/PageIndividualBOImpl.java | d456410a7180a70bd6c6dff583528e6b049264bc | [] | no_license | Abbyli/productFactory | d20e01bd73d00db4934ca2f68e0b37d28ba0d6e7 | 06d21f37161f14b26bb10e59d9525a5323a9cc02 | refs/heads/master | 2020-05-27T21:19:34.439297 | 2017-12-17T13:56:44 | 2017-12-17T13:56:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,234 | java | package com.neusoft.unieap.techcomp.ria.individual.bo.impl;
import com.neusoft.unieap.core.annotation.ModelFile;
import com.neusoft.unieap.core.base.model.DCRepository;
import com.neusoft.unieap.core.base.model.DevelopmentComponent;
import com.neusoft.unieap.core.base.model.SCActivator;
import com.neusoft.unieap... | [
"Administrator@XB-20160814PUNO"
] | Administrator@XB-20160814PUNO |
104ef918a95deec1e44099864f6683f4da18cb8c | cda86941684b7e0c964c065e14683ba5321ec724 | /src/main/java/com/example/demo/controller/UserController.java | e2e5a26e2b3563db554eb02013f2a3a06cf56c13 | [] | no_license | SanjithSivapuram/InvoiceBeneficiary-SpringBoot | 907cac608024912c4f466cac35b5dc52cb47106e | b49f37e5c8afddb900f26f64875c86d68e0bf61c | refs/heads/master | 2023-07-13T20:45:35.362536 | 2021-08-20T11:22:12 | 2021-08-20T11:22:12 | 397,659,165 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,588 | java | package com.example.demo.controller;
import java.security.Principal;
import java.util.Base64;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.crypto.password.PasswordEncoder;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.b... | [
"sanjithsivapuram@gmail.com"
] | sanjithsivapuram@gmail.com |
ccf5e94ce6eff6dfc71f2b0e73a1411da745ce8b | 03a1e0b9f9557cb2d8bb59dd82f35bb208da90c5 | /app/src/main/java/com/xnf/henghenghui/logic/BaseManager.java | 48db0fa816c4aa9c78d98099aa69555c92b68960 | [] | no_license | chenshunyao/PigCollege | 4db3334a2851e0cf3d9bf7cd5c52dbd0e3970b33 | e5e5bf6147c22863fc8de7b23a87ff95d7a764cc | refs/heads/master | 2021-01-20T06:12:57.599344 | 2017-04-30T14:54:22 | 2017-04-30T14:54:22 | 89,855,899 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 603 | java | package com.xnf.henghenghui.logic;
import com.xnf.henghenghui.ui.utils.HenghenghuiHandler;
import com.xnf.henghenghui.util.L;
import java.util.logging.Handler;
/**
* Created by Administrator on 2016/1/22.
*/
public class BaseManager {
public static int sRequestNum = 20;
protected static HenghenghuiHandle... | [
"chenshun_310@163.com"
] | chenshun_310@163.com |
1c8267260d575878fddb04d36575e87b545cc0f9 | da5a2d2050ac529a19e14a8ea3f9f21714cc2b5d | /app/src/main/java/com/fasterxml/jackson/databind/node/POJONode.java | afef421070ddb12e489ab0f07db919201015aaf4 | [] | no_license | F0rth/Izly | 851bf22e53ea720fd03f03269d015efd7d8de5a4 | 89af45cedfc38e370a64c9fa341815070cdf49d6 | refs/heads/master | 2021-07-17T15:39:25.947444 | 2017-10-21T10:05:58 | 2017-10-21T10:05:58 | 108,004,099 | 1 | 1 | null | 2017-10-23T15:51:00 | 2017-10-23T15:51:00 | null | UTF-8 | Java | false | false | 2,952 | java | package com.fasterxml.jackson.databind.node;
import com.fasterxml.jackson.core.JsonGenerator;
import com.fasterxml.jackson.core.JsonToken;
import com.fasterxml.jackson.databind.JsonSerializable;
import com.fasterxml.jackson.databind.SerializerProvider;
import com.fasterxml.jackson.databind.util.RawValue;
import java.i... | [
"baptiste.robert@sigma.se"
] | baptiste.robert@sigma.se |
e2ef578c415d181d9ad9a3ed67947b80e34bebd8 | c359beff19d9fbb944ef04e28b3e7f9e59a742a2 | /sources/com/android/systemui/statusbar/phone/BarTransitions.java | 26caa77bf4e0a1fd42ac934590f41c548123a001 | [] | no_license | minz1/MIUISystemUI | 872075cae3b18a86f58c5020266640e89607ba17 | 5cd559e0377f0e51ad4dc0370cac445531567c6d | refs/heads/master | 2020-07-16T05:43:35.778470 | 2019-09-01T21:12:11 | 2019-09-01T21:12:11 | 205,730,364 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 9,111 | java | package com.android.systemui.statusbar.phone;
import android.animation.TimeInterpolator;
import android.app.ActivityManager;
import android.content.Context;
import android.content.res.Resources;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.ColorFilter;
import android.graphics.... | [
"emerytang@gmail.com"
] | emerytang@gmail.com |
e2f7e7395f5a9e153269f382f963a359bc53db2d | a4cd716b2ca29324888102e610455fb65d352079 | /src/MovieDriver.java | ec907d66953b2517a90bc2c56c9b5898d2f8585c | [] | no_license | morriscasey/SetHelper | 5954e510b31b6ccff137b06e28eba48e8ac22616 | 2c201bf56b51d948dc8e6b250d5b5c6db86c3674 | refs/heads/master | 2021-01-19T19:31:15.574340 | 2015-01-31T05:57:31 | 2015-01-31T05:57:31 | 30,103,623 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,801 | java | import com.sun.tools.javac.util.Name;
import java.io.*;
import java.util.*;
/**
* Description: This driver is to test the Movie class and SetHelper class.
* Created by Casey Morris on 1/22/15.
*/
public class MovieDriver {
public static void main(String[] args)
{
System.out.println("Welcome to Mov... | [
"casemorris@hotmail.com"
] | casemorris@hotmail.com |
350c0894049439177aa277f1198b0eddea725a07 | df63c38c8fd5cea2a6dd8b0682d3e6fe84a3ab70 | /IntelliJ/SciFi Name Gen/BlueJ Starter/UserInput.java | 296e2d41572e5c75f32f6f6149adc895ae38921d | [] | no_license | samchihak/CSA | 5a0ef17185cc07cc62a9c8d928a03b745894c380 | a0fdf1358412d0d175008729357d183c7c301d44 | refs/heads/master | 2020-03-28T02:13:23.817981 | 2019-02-26T18:55:46 | 2019-02-26T18:55:46 | 147,555,861 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 233 | java |
import java.util.Scanner;
/**
* Convenience class for getting input from a user
*/
public class UserInput
{
public static String getString() {
Scanner in = new Scanner(System.in);
return in.next();
}
} | [
"samchihak17@gmail.com"
] | samchihak17@gmail.com |
7c0db23589bb55aa0e535c32dd72d03e68d8f9e5 | c1362a8a76dbb0b28f63caedf40afc8c9cc907b6 | /src/main/java/za/co/paygate/payhost/DeleteVaultResponseType.java | 08b10b11e250b4f8578356dde07571dbb968660f | [] | no_license | assertion-enterprise/payhost-common | 4e34a23d3ac1dced0ab71bf6cdd90b79c151c92f | 867309bc89703eeee38f9afffc57a5adc39477c9 | refs/heads/master | 2023-05-04T03:09:54.705822 | 2021-05-22T18:08:58 | 2021-05-22T18:08:58 | 369,875,855 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,037 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// 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: 2021.05.22 at 06:53:... | [
"assertion-enterprise@outlook.com"
] | assertion-enterprise@outlook.com |
4c1ab8cd1cad34af3c1416ecb920a1fb53707a65 | 6d4b9e760be0bfeb695813970bb356f2d455f639 | /kafka-basics/src/main/java/kafka/tutorial1/ProducerWithCallback.java | 546b7be033d2d4a0efc3fda984f376b61dc86dfb | [] | no_license | saleco/kafka-beginners-course | ffe80619d37951553ab5963fb7dd85044c06ce94 | 44c6e265cef62a4107aa4165ac5cdcf74b61b7eb | refs/heads/master | 2023-01-06T02:52:22.994938 | 2020-10-30T16:49:14 | 2020-10-30T16:49:14 | 308,413,579 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,884 | java | package kafka.tutorial1;
import org.apache.kafka.clients.producer.*;
import org.apache.kafka.common.serialization.StringSerializer;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.Properties;
public class ProducerWithCallback {
private static final Logger logger = LoggerFactory.getLogger... | [
"salloszrajbman@hotmail.com"
] | salloszrajbman@hotmail.com |
b69cd839c68172a3b7e66dd5247110d77a90e6d2 | fbda4404e152e537567a1f78e1b585eb7ee135bb | /app/src/main/java/venkov/vladimir/myapplication/services/base/SuperheroesService.java | 68fcf3517b767d0a6d1c684373fb927aa381bf27 | [] | no_license | vladimirVenkov/MyApplicationSuperheroes | e3b2e9d6bda188cac129ab4f0a877d6fe10761ba | e7669da7ae4a42ceb18a3a5a056ad65dc5ef75e2 | refs/heads/master | 2020-03-25T11:42:01.613783 | 2018-09-04T09:52:06 | 2018-09-04T09:52:06 | 143,743,775 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 464 | java | package venkov.vladimir.myapplication.services.base;
import java.io.IOException;
import java.util.List;
import venkov.vladimir.myapplication.models.Superhero;
public interface SuperheroesService {
List<Superhero> getAllSuperheroes() throws Exception;
Superhero getDetailsById(int id) throws Exception;
L... | [
"vladimir.ognyanov.venkov@gmail.com"
] | vladimir.ognyanov.venkov@gmail.com |
9605054550e4fd04fc77ff6da4e58f9b40ad9ecc | fad219ceac0faf4e405469345970245f7f85103a | /Kuurv/android/TrackerApp/app/src/main/java/com/benjaminshamoilia/trackerapp/fragment/FragmentPhoneAlertSetting.java | eb2b8b806fb79d574ecf3ff40aeee073c033087c | [] | no_license | VinayTShetty/ProjectsWorked_2019-2021 | f092e8b01e1707c82058acad572a6bfce77421d7 | 70c80b9ad681b099c6de9a718e103d362e9f453d | refs/heads/main | 2023-06-02T17:26:34.669354 | 2021-06-26T02:06:23 | 2021-06-26T02:06:23 | 380,391,756 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 19,530 | java | package com.benjaminshamoilia.trackerapp.fragment;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.content.ContentValues;
import android.content.DialogInterface;
import android.graphics.Color;
import android.os.Bundle;
import android.os.Handler;
import androidx.annot... | [
"vinay@succorfish.com"
] | vinay@succorfish.com |
21ac9aa6fc25f65a1683259a26a1aafabe6b2957 | b00c54389a95d81a22e361fa9f8bdf5a2edc93e3 | /frameworks/ex/common/java/com/android/common/widget/CompositeCursorAdapter.java | dddbcf6f1ce77154fb9906591622cb9d2d28516d | [] | no_license | mirek190/x86-android-5.0 | 9d1756fa7ff2f423887aa22694bd737eb634ef23 | eb1029956682072bb7404192a80214189f0dc73b | refs/heads/master | 2020-05-27T01:09:51.830208 | 2015-10-07T22:47:36 | 2015-10-07T22:47:36 | 41,942,802 | 15 | 20 | null | 2020-03-09T00:21:03 | 2015-09-05T00:11:19 | null | UTF-8 | Java | false | false | 16,186 | java | /*
* Copyright (C) 2010 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"mirek190@gmail.com"
] | mirek190@gmail.com |
45b43d86065ab8da7d2f700dfad60c16f62faf9c | e9affefd4e89b3c7e2064fee8833d7838c0e0abc | /aws-java-sdk-codebuild/src/main/java/com/amazonaws/services/codebuild/model/ReportGroupTrendStats.java | 189028ca420545c40342ca41215957563e7533a7 | [
"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 | 6,776 | 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... | [
""
] | |
248263cc8ef2c1d35642b10de957adb56e2b9e25 | 7b14fe6fe7124feb1148dbdc4049b8cbe35c5429 | /fszn-common/src/main/java/com/fszn/common/utils/YamlUtil.java | 1abf9cfc96849412dd5883b0f95189cd52433a24 | [
"MIT"
] | permissive | zhou-jiang-git/LeYouYiXiu | 3b05ddfa37eddc8fd49dbd6c7a1525970c6337a0 | 015bb38e1e7e76c6a826869363e39bd90e0be9f5 | refs/heads/master | 2023-01-02T12:04:11.691822 | 2020-10-22T02:22:04 | 2020-10-22T02:22:04 | 305,240,054 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,804 | java | package com.fszn.common.utils;
import java.io.FileNotFoundException;
import java.io.FileWriter;
import java.io.IOException;
import java.io.InputStream;
import java.util.LinkedHashMap;
import java.util.Map;
import org.yaml.snakeyaml.DumperOptions;
import org.yaml.snakeyaml.Yaml;
/**
* 配置处理工具类
*
* @author yml
*/
p... | [
"zj18770988063@163.com"
] | zj18770988063@163.com |
7fe1e95b560f67f60ca0393e83a88f3fbc23cf85 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/10/10_ac7d9e193eef7db13608a02c58d4e184ec5f30b7/NonlinearEquationSystem/10_ac7d9e193eef7db13608a02c58d4e184ec5f30b7_NonlinearEquationSystem_t.java | 33e997921704f6133fe0d916b2e601e48173a419 | [] | 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 | 3,834 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package edu.gatech.statics.modes.equation.solver;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
imp... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
08bbc3d4aade5a492dac3c54539d682e96894bce | a1b8aa04dd1d96a7775c57943a562c07a5bd83f8 | /app/src/main/java/com/example/gw/usbprint/common/utils/AppUtil.java | d357366910617e14553d073088e1e5f9a6892f3f | [] | no_license | YMY980828/usb-print | fd2ca4307bf76fa76b461b1d5ac42560260c2ba9 | a1d12ffaed74029642742d1fe7bc034a2ad62f2b | refs/heads/master | 2023-01-18T22:13:40.419904 | 2020-12-01T09:24:43 | 2020-12-01T09:24:43 | 317,488,561 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 470 | java | package com.example.gw.usbprint.common.utils;
import android.app.Application;
import android.os.Environment;
import com.example.gw.usbprint.FrmApplication;
/**
* Created by guwei on 15/4/15.
*/
public class AppUtil {
public static Application getApplicationContext() {
return FrmApplication.getInstanc... | [
"990116502@qq.com"
] | 990116502@qq.com |
3e64a7e0fff4da20b0a80c591936fb3c94ec0b34 | 982d5a71996bf35f743b8c674b3550034955b1f2 | /lims/src/cn/edu/buaa/leochrist/dao/hibernate/ResultDaoHibernate.java | 7a694d32e50039056b246c80cf87971aca8045f4 | [] | no_license | jaydi2014/leochrist-lims | ab57ab23a9e4b90747013e55aefbf47074a5dd20 | 823c3cc00f19ce85122a1ced1ddc0c25d7a0c6ce | refs/heads/master | 2021-01-01T20:10:11.175500 | 2010-07-01T02:52:00 | 2010-07-01T02:52:00 | 36,537,185 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 358 | java | package cn.edu.buaa.leochrist.dao.hibernate;
import cn.edu.buaa.leochrist.dao.ResultDao;
import cn.edu.buaa.leochrist.dao.generic.GenericDaoHibernate;
import cn.edu.buaa.leochrist.model.Result;
public class ResultDaoHibernate extends
GenericDaoHibernate<Result, Integer> implements ResultDao {
public ResultDaoHibe... | [
"leo.christ@hotmail.com"
] | leo.christ@hotmail.com |
00b099a04bf933d8388a06b054daca7e0e894113 | 16aece6efa4a83a23a4bf6e37748188a5fb37afd | /src/fr/tolc/jahia/intellij/plugin/cnd/model/ViewModel.java | fe6be1d0ca7603909911de0b0f8baa265e1c8eb3 | [
"Apache-2.0"
] | permissive | Tolc/IntelliJ_Jahia_plugin | 59184535f06b1e4c96e6881df8ae47a3c3a3a881 | 29e9e635b1bf3a8067135e3c8c50659b30601678 | refs/heads/master | 2023-02-20T16:31:21.582500 | 2023-02-16T18:55:09 | 2023-02-16T18:55:09 | 45,263,129 | 23 | 7 | Apache-2.0 | 2023-02-16T18:55:10 | 2015-10-30T16:31:23 | Java | UTF-8 | Java | false | false | 2,193 | java | package fr.tolc.jahia.intellij.plugin.cnd.model;
import org.apache.commons.lang.StringUtils;
public class ViewModel {
public static final String DEFAULT = "default";
private NodeTypeModel nodeType;
private String name;
private String type; //html/json/rss/xml/...
private String languag... | [
"thomas.coquel117@gmail.com"
] | thomas.coquel117@gmail.com |
dea43d10381f2dc14955dc1c346b8f693725f487 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/10/10_6ee2681059ac9c8f578105e527fb9ca956c445f3/JSONObjectComparator/10_6ee2681059ac9c8f578105e527fb9ca956c445f3_JSONObjectComparator_t.java | 21376fb6bc350f702ab9a37c833a5f4a80730a85 | [] | 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 | 964 | java | package autotest.common.table;
import autotest.common.table.DataSource.SortSpec;
import com.google.gwt.json.client.JSONObject;
import java.util.Comparator;
public class JSONObjectComparator implements Comparator<JSONObject> {
SortSpec[] sortSpecs;
public JSONObjectComparator(SortSpec[] spec... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
49958461c6be585c7306277dc563d7a03088bafd | fb1b04a30c6ec803328aa5451b542f601444383d | /app/src/main/java/com/techexchange/mobileapps/recyclerdemo/MainActivity.java | f756385496bacf77e40f15e2d9bd8adfa0236415 | [] | no_license | kristalys47/MobileApp-Lab7 | a189c6e4bff9e8ec8b949936c4d2155754288353 | ccdf5d8e39c19737a011bdc0233b1158771ac9f2 | refs/heads/master | 2020-03-28T17:07:37.820400 | 2018-09-15T20:48:10 | 2018-09-15T20:48:10 | 148,760,580 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,381 | java | package com.techexchange.mobileapps.recyclerdemo;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.res.Resources;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
... | [
"kristalys@google.com"
] | kristalys@google.com |
8e902de06ab44f1f47f0250f3f2561f7f55b2906 | 678de3b11eb0d9292eb52eb75f63115460fc02cb | /data/asia-tuning/ground-truth-codes/11/30204.java | 01fefd61d9f7c47882692da7841aa63f48627d2a | [] | no_license | ADANAPaper/replication_package | c531978931104fcae5e82fd27d7c3e47f4d748ab | 643e0cb9d42023dcc703a7c00af7627d9a08e720 | refs/heads/master | 2021-01-19T17:31:36.290361 | 2020-05-08T15:14:46 | 2020-05-08T15:14:46 | 101,067,182 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 278 | java | Intent intent = new Intent(this, TheServiceYouWantToStart.class);
PendingIntent pending = PendingIntent.getService(this, 0, intent, 0);
AlarmManager alarm = (AlarmManager) this.getSystemService(Context.ALARM_SERVICE);
alarm.set(AlarmManager.RTC_WAKEUP, Time_To_wake, pending);;
| [
"Anonymous"
] | Anonymous |
d6da9a858326e81dcf90fe00a5f674b2246a8322 | fe632383e59c105c760c4367a4f4fcabbe7995d2 | /src/main/java/br/ucb/filtro/ProdAcFiltro.java | 3720c7039290e877662ea89e51f00817829f2850 | [
"Apache-2.0"
] | permissive | GusAraujos/prodAcad | ebb4dc50d2398cede986b0f4d3fc7d67ac9a605a | 132efb4a33b900ed74f125e6cf941ba9f0b0f731 | refs/heads/master | 2020-05-01T17:19:49.617332 | 2019-03-25T14:01:14 | 2019-03-25T14:01:14 | 177,596,486 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,132 | java | package br.ucb.filtro;
import java.util.Date;
public class ProdAcFiltro {
private String titulo;
private String descricao;
private Date dataCadastro;
private Integer codigo;
private Integer codigoParticipante;
private String tipoAutor;
public String getTipoAutor() {
return this.tipoAutor;
}
public void... | [
"ovatsug12@hotmail.com"
] | ovatsug12@hotmail.com |
165493997ecfbbe7c054f940b73ae1cba0841961 | 334ea5de57a9d67bfb4dba383277d2842ab29db3 | /Java Back-End/src/main/java/be/pxl/AON11/basicsecurity/service/FileService.java | ef1c24258faf322c32a4c568ba57d8beaf6817bc | [] | no_license | heerenjasper/Basic-Security_2018 | 974c1644b1d1706101c27c2f9b21bd5cbba75a0a | 7712f5e4d56db9bd76a9b8a7896c6f93bae9bf04 | refs/heads/master | 2021-01-25T11:43:53.281078 | 2018-05-24T09:04:27 | 2018-05-24T09:04:27 | 123,424,311 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 478 | java | package be.pxl.AON11.basicsecurity.service;
import be.pxl.AON11.basicsecurity.model.File;
import java.util.List;
import java.util.Optional;
/**
* Created by Ebert Joris on 24/03/2018.
*/
public interface FileService {
Optional<File> findFileById(Integer id);
void saveFile(File file);
void updateFile... | [
"ebert-joris@hotmail.com"
] | ebert-joris@hotmail.com |
8ccd9f15a3937c0306b142a83d0f2534249f8fef | 5c5bad358e2d84dfc0236e9fe9e4509a7e79b17d | /src/main/java/com/webservice/app/converters/PersonaConverter.java | 7d3ea0e7016305583c99e785e78699eb0e2752c3 | [] | no_license | NRomeroO/Grupo-7-OO2-2021 | 01ca0ec3aaf09a3be4ffe951aa053c1c9c8a8669 | 8a0ba461242bc2eb6e8143f17506b4a186f00eed | refs/heads/master | 2023-05-02T13:42:46.833301 | 2021-05-24T22:38:46 | 2021-05-24T22:38:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 717 | java | package com.webservice.app.converters;
import org.springframework.stereotype.Component;
import com.webservice.app.entities.Persona;
import com.webservice.app.models.PersonaModel;
@Component("personaModel")
public class PersonaConverter {
public PersonaModel entityToModel(Persona persona){
return new Per... | [
"sofiasa@live.com.ar"
] | sofiasa@live.com.ar |
16765d77244f7213e0cdc47c52771505bfd9432e | 2d9687f827b72d418d595ec90498d1ae896b08ef | /GiftCard/src/com/iiht/giftcard/controller/GiftCardStatusController.java | d7f152a8db40231f4f282653cae0460694f42831 | [] | no_license | NiteenGhodke/FinGift | 241492ef6422b9b999b90b13e1290711000cd947 | 0e77a8f09a3a12e9081eb82856e122a52d1e7736 | refs/heads/master | 2022-09-07T10:09:43.124895 | 2020-05-22T12:17:16 | 2020-05-22T12:17:16 | 266,100,365 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,072 | java | package com.iiht.giftcard.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.util.CollectionUtils;
import org.springframework.web.bind.annotation.RequestMapp... | [
"nitt.ghodke@gmail.com"
] | nitt.ghodke@gmail.com |
fa3ead0c1261105aaf9dac0d283c6b457b58db4a | 3ef55e152decb43bdd90e3de821ffea1a2ec8f75 | /large/module1074/src/java/module1074/a/Foo3.java | f64287dbb5d57b28681f2d458b2f93da76084424 | [
"BSD-3-Clause"
] | permissive | salesforce/bazel-ls-demo-project | 5cc6ef749d65d6626080f3a94239b6a509ef145a | 948ed278f87338edd7e40af68b8690ae4f73ebf0 | refs/heads/master | 2023-06-24T08:06:06.084651 | 2023-03-14T11:54:29 | 2023-03-14T11:54:29 | 241,489,944 | 0 | 5 | BSD-3-Clause | 2023-03-27T11:28:14 | 2020-02-18T23:30:47 | Java | UTF-8 | Java | false | false | 1,494 | java | package module1074.a;
import java.rmi.*;
import java.nio.file.*;
import java.sql.*;
/**
* Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut
* labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.
* Stet c... | [
"gwagenknecht@salesforce.com"
] | gwagenknecht@salesforce.com |
4c69df4f7a7c91661df98f7deec60cdce0f44d1d | 333ade37fa73f481dbabde1bbc6e84db2909aa75 | /nqs-common/src/main/java/com/acsno/common/dao/RoleResourceDao.java | 6857bb31acbd74f24d57db17679954fcf6b2a1c1 | [] | no_license | sunjiyongtc0/cloud-nqs-web | 3eeba476c615a2513833396d30d37f908546fa47 | 1fd93ea34089114b9a160224e38bc71782c45150 | refs/heads/master | 2023-01-31T14:12:25.374502 | 2020-12-04T06:34:39 | 2020-12-04T06:34:39 | 304,198,315 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 394 | java | package com.acsno.common.dao;
import com.acsno.common.entity.RoleResourceEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
@Mapper
public interface RoleResourceDao extends BaseMapper<RoleResourceEntity> {
void... | [
"315541219@qq.com"
] | 315541219@qq.com |
a6fdb29e07264982199cfcca52158c2ac87dfc78 | e53b7a02300de2b71ac429d9ec619d12f21a97cc | /src/com/coda/efinance/schemas/currency/CurrencyExchangeRate.java | da6f4e06314e1ce183607fc039223ae309a8ef76 | [] | no_license | phi2039/coda_xmli | 2ad13c08b631d90a26cfa0a02c9c6c35416e796f | 4c391b9a88f776c2bf636e15d7fcc59b7fcb7531 | refs/heads/master | 2021-01-10T05:36:22.264376 | 2015-12-03T16:36:23 | 2015-12-03T16:36:23 | 47,346,047 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,149 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.12.03 at 01:43:... | [
"climber2039@gmail.com"
] | climber2039@gmail.com |
cd9462f43aa78577d432f9a95ff56f9190d8d72e | 88ab82476c4e07b0686e772f7aec672c395e01d9 | /DAO/StudentDao.java | 7a58a16f427f5cbb60846cc26d78fd977c95505f | [] | no_license | lismsdh2/projectF | 72bf29495a8f3c97711ba28b7534899ef447f4ce | 0e1666f0fb2d30148c066a517c47f4cf0f87ab85 | refs/heads/master | 2022-11-16T13:14:01.258566 | 2020-07-10T00:18:52 | 2020-07-10T00:18:52 | 261,232,831 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,314 | java | package DAO;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Types;
import java.time.LocalDate;
import java.time.format.DateTimeFormatter;
import DTO.StudentDto;
import DTO.TaskDto;
import javafx.collections.FXCollecti... | [
"noreply@github.com"
] | noreply@github.com |
1df2dbcc5094182b77cbf558d3a26a1cd4e0cab3 | 4aa90348abcb2119011728dc067afd501f275374 | /app/src/main/java/com/tencent/mm/plugin/sns/ui/h.java | b15267e97f57e0af8e4fca8e58863412f883f34b | [] | no_license | jambestwick/HackWechat | 0d4ceb2d79ccddb45004ca667e9a6a984a80f0f6 | 6a34899c8bfd50d19e5a5ec36a58218598172a6b | refs/heads/master | 2022-01-27T12:48:43.446804 | 2021-12-29T10:36:30 | 2021-12-29T10:36:30 | 249,366,791 | 0 | 0 | null | 2020-03-23T07:48:32 | 2020-03-23T07:48:32 | null | UTF-8 | Java | false | false | 3,926 | java | package com.tencent.mm.plugin.sns.ui;
import com.tencent.mm.modelsfs.FileOp;
import com.tencent.mm.protocal.c.aji;
import com.tencent.mm.protocal.c.aqr;
import com.tencent.mm.protocal.c.cf;
import com.tencent.mm.protocal.c.dp;
import com.tencent.mm.sdk.platformtools.x;
import java.util.ArrayList;
import java.util.Hash... | [
"malin.myemail@163.com"
] | malin.myemail@163.com |
da9ec22e27a718fbd08d6c589950e0f9f62ae367 | 2f7790c9b179c5ce05c589e5f116bf2c15a3cdeb | /app/src/test/java/com/galileoguzman/semovi06/ExampleUnitTest.java | 98911c896cdfe9e7c9a15d387b095a48f895e8c9 | [] | no_license | galileoguzman/semovi06 | 66fbad53ce52d8efc44d9bf3ec628ce6ed18f0d9 | 4778ff72a606b5fcc4bdeda1256702c8e5a2d2de | refs/heads/master | 2020-08-13T02:50:28.354050 | 2019-10-13T20:59:08 | 2019-10-13T20:59:08 | 214,892,997 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 387 | java | package com.galileoguzman.semovi06;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public ... | [
"galileoguzman@gmail.com"
] | galileoguzman@gmail.com |
9d14916cdf895335ca864a46c30a88682779d98b | 69e480ba3ee92d5c4501c90e86eb25ef8eb3f781 | /jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/message/handle/enums/SendMsgTypeEnum.java | a47b7e2711ded620fcacee04f6635072db50206e | [
"Apache-2.0"
] | permissive | xlj44400/jeecg-boot | 92358143e21e4ec9d45af8153bc143b0fb9d8a7b | 03429f398799fbb63025ce3abc769dae374c516b | refs/heads/master | 2022-12-10T19:03:36.408720 | 2022-12-08T06:38:26 | 2022-12-08T06:38:26 | 189,201,872 | 4 | 1 | Apache-2.0 | 2020-03-13T09:05:32 | 2019-05-29T10:15:31 | Java | UTF-8 | Java | false | false | 1,242 | java | package org.jeecg.modules.message.handle.enums;
import org.jeecg.common.util.oConvertUtils;
/**
* 发送消息类型枚举
* @author: jeecg-boot
*/
public enum SendMsgTypeEnum {
/**
* 短信
*/
SMS("1", "org.jeecg.modules.message.handle.impl.SmsSendMsgHandle"),
/**
* 邮件
*/
EMAIL("2", "org.jeecg.modules.... | [
"zhangdaiscott@163.com"
] | zhangdaiscott@163.com |
50e7816ba560eff387ae55b678e8a333ae4c2e5e | fccef82a5b1baeaab525e913179aada3cc607d95 | /net.sf.eclipsefp.haskell.debug.ui/src/net/sf/eclipsefp/haskell/debug/ui/internal/launch/LaunchUpdater.java | 31cbc93aa02c5a7d07fa1161beb060c4cf5930cf | [] | no_license | serras/eclipsefp | 251b634ce15d42a6cdfb92f3f24a182f047e3c56 | b16089b3e8b95e276f86155c743884f8efedf844 | refs/heads/master | 2021-01-15T18:30:54.538215 | 2014-02-14T12:58:55 | 2014-02-14T12:58:55 | 1,850,041 | 5 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,421 | java | package net.sf.eclipsefp.haskell.debug.ui.internal.launch;
import java.util.ArrayList;
import java.util.List;
import net.sf.eclipsefp.haskell.debug.core.internal.launch.ILaunchAttributes;
import net.sf.eclipsefp.haskell.ui.HaskellUIPlugin;
import net.sf.eclipsefp.haskell.ui.util.CabalFileChangeListener;
import org.ecl... | [
"jp@moresmau.fr"
] | jp@moresmau.fr |
12ceed3b6af2dd05c316b364303b906ccaab6594 | d264191c29200a7103bf4efbaaf36a96d41e0eb7 | /app/src/main/java/com/sts/teacher/NotificationActivity.java | b817565276151a10fefdca098ad683f0bf0eba86 | [
"Apache-2.0"
] | permissive | SarathTharayil/ClassPortal | 1c7be670430f18130c094283ac7ef269d2381e4e | f43e5b86fc359e53d31a11f3eed0815b64a7dfd7 | refs/heads/master | 2020-05-07T19:02:32.931747 | 2020-01-01T17:44:14 | 2020-01-01T17:44:14 | 180,794,316 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,813 | java | package com.sts.teacher;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.design.widget.FloatingActionButton;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.Recy... | [
"saraththarayil@gmail.com"
] | saraththarayil@gmail.com |
44982eb283a8473bac1df1425e6b432434520920 | 6e73cae0b3a2adef8378b6860a9528cabdae6857 | /src/Pages/POM/Loginpagenew.java | 8a1ab0347c489f26156566e358801c239ac047f5 | [] | no_license | aneesh-sharma1991/TestNG-project | d96f428d0a3362601ce28a00bd340a068a9174fc | 972f0c30a8e8cf25c282d2dfc77a91478f765735 | refs/heads/master | 2022-12-01T19:48:29.393868 | 2020-08-11T07:44:38 | 2020-08-11T07:44:38 | 286,676,685 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 636 | java | package Pages.POM;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.How;
public class Loginpagenew {
WebDriver driver;
public Loginpagenew(WebDriver ldriver) {
this.driver = ldriver;
}
@FindBy(id="... | [
"e040669@epidomain.com"
] | e040669@epidomain.com |
5e226f8e1c314994cd5b62889e875f324020381c | f9f7f5ae0392c5cd8ed13b17e68349ae0296178f | /Trial-FXML/src/trial/fxml/TrialFXML.java | 666faea6a03133f6fae7e64a7f7a19c2c91fc5d6 | [] | no_license | Georgina7/Ligimoja-Project | c61ad1692df6013cda8485357957942ddd2d59b4 | f26230e452f231afe30dd1c40c8a943eb2036f8d | refs/heads/main | 2023-03-21T05:11:23.836295 | 2021-03-11T10:07:42 | 2021-03-11T10:07:42 | 342,205,399 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 886 | 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 trial.fxml;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import... | [
"noreply@github.com"
] | noreply@github.com |
de059e9cb2389204473f1ec19a257b03dd61653b | 166a4615c0bb8a0759860955476ccd05cee61b67 | /TestJava/src/utility/TestBlob.java | a5f6af5eea6dc7f6aa59010a8d5c9fb822551252 | [] | no_license | prasenjit-biswas/TestJava | b89bdf70391a50ab8bf99638f83caa8a5625e510 | 5634ff97faa71a605d2bc551ac5e1ce00d53647c | refs/heads/master | 2020-05-17T16:28:55.487381 | 2015-05-08T09:23:29 | 2015-05-08T09:23:29 | 35,270,509 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,736 | java | package utility;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.DataInputStream;
import java.io.InputStream;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.Timestamp;
import Dataretrieval.util.DBConnection;
... | [
"biswas.prasenjit@tcs.com"
] | biswas.prasenjit@tcs.com |
3400b1a4232f8af66d9f821383e285a1d6ca4853 | 4b5350a4167f78be8e6210d597413ba00e872212 | /code/AwtDemo.java | 4859163ef94b6a58b3b97ac4594e7adefd5129c1 | [] | no_license | jullyjelly/JavaStudy | 7a51d803d459429c9428887fec952057e409e7b6 | 969cd1f0f5307e50b025dec5f714f6920413f1c9 | refs/heads/master | 2020-09-16T20:03:30.585379 | 2020-03-15T14:29:44 | 2020-03-15T14:29:44 | 223,876,012 | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 835 | java | package aban;
import java.awt.*;
import java.awt.event.*;
public class AwtDemo {
public static void main(String[] args)
{
Frame f=new Frame("my fram");
f.setSize(500,400);
f.setLocation(300,200);
f.setLayout(new FlowLayout());
Button b=new Button("°´Å¥");
f.add(b);
// f.addWindowListener(new MyWin());
... | [
"525851351@qq.com"
] | 525851351@qq.com |
c52a45fc3954121ea2879a505a9abe69aafd904f | 5d3bc28ac85ee83ea201d49be061994efc78bfc9 | /app/src/main/java/com/norihirosunada/rajawalitest/MainActivity.java | 356c4bf59ea5fd74253159e243adada1a90c50cb | [] | no_license | norihirosunada/RajawaliTest | 9c096d4982e2d02194edf07d6eebb1e6934c382f | a7989faaeecc8673a52561013666661b3f13266d | refs/heads/master | 2021-01-20T19:59:54.744103 | 2016-06-19T08:07:11 | 2016-06-19T08:07:11 | 61,470,040 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,365 | java | package com.norihirosunada.rajawalitest;
import android.app.ActionBar;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.util.Log;
... | [
"norisuna1201@gmail.com"
] | norisuna1201@gmail.com |
404c3718fd3b088110f7fcf5568d8207e45b3980 | d9ff1a7807b9c08d45f62f442d7388623a656f95 | /target/tomcat/work/Tomcat/localhost/SpringWeb/org/apache/jsp/type_jsp.java | 2e6eab789cce881f8c4be48fedeafda7fb69f106 | [] | no_license | haolutong199725/java11_neuedu | 3a4a12f8ed24703006e0c1fdb40ad37decf09b0a | d9894963431a16f3bc9ce10af0cae7b47d9c7c05 | refs/heads/master | 2020-03-07T09:07:17.381069 | 2018-03-30T08:22:55 | 2018-03-30T08:22:55 | 127,398,922 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,530 | java | /*
* Generated by the Jasper component of Apache Tomcat
* Version: Apache Tomcat/7.0.47
* Generated at: 2018-03-30 07:23:12 UTC
* Note: The last modified time of this file was set to
* the last modified time of the source file after
* generation to assist with modification tracking.
*/
package org.ap... | [
"2427545193@qq.com"
] | 2427545193@qq.com |
613c410c077ad104153e009c39ba9d16f05134f3 | 61993825803bb1de54ba2a752d4c7a83ccfe134f | /build/project/src/main/java/com/andwari/util/ResourceBundleKeys.java | ea7811f20714acf28aa141da233069df64e7b521 | [] | no_license | AndwariAciel/TournamentManagerOld | 65b84d95c7c89bfe51e1d4f527882b17bb6100ce | c2182d72dc0ff33dcab80578c626723a98a3b464 | refs/heads/master | 2020-09-26T21:11:23.882469 | 2019-11-05T16:27:42 | 2019-11-05T16:27:42 | 226,344,402 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 265 | java | package com.andwari.util;
public enum ResourceBundleKeys {
EVENT("event");
private String key;
ResourceBundleKeys(String key) {
this.key = key;
}
public String getKey() {
return key;
}
@Override
public String toString() {
return key;
}
}
| [
"andwariaciel@gmail.com"
] | andwariaciel@gmail.com |
088c1598ca72c8121ba9ae7f5142ce733f7ac6ff | 8ee42a114608a9f8479eaa0e1cba5579fe9c2e73 | /src/main/generated-java/com/keba/demo/web/domain/support/GenericEnumController.java | 0bd02e00fec5c6801d39b5cd2402f460ffc61f08 | [] | no_license | alexp82/myproject | 6414387b33da2b51fe65a00cf9111b3154e09625 | 827e11879f5fdaf9f2841d059ae44c9d4cb30f19 | refs/heads/master | 2016-09-03T06:41:59.139841 | 2014-07-15T14:39:05 | 2014-07-15T14:39:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,130 | java | /*
* (c) Copyright 2005-2014 JAXIO, http://www.jaxio.com
* Source code generated by Celerio, a Jaxio product
* Want to purchase Celerio ? email us at info@jaxio.com
* Follow us on twitter: @springfuse
* Documentation: http://www.jaxio.com/documentation/celerio/
* Template pack-jsf2-spring-conversation:src/main/ja... | [
"alexandru.pave.82@gmail.com"
] | alexandru.pave.82@gmail.com |
0896377e6d7e8a578ad43f918467e0d20679c1f8 | b4fcdaf36cba7926ef5ab0385f555c8b8a1aeaf9 | /algorithmsandme/src/main/java/algorithmsandme/FindIncreasingStopPointInArray.java | ffa09d82878e9a4d68bc68a36152026f2c2950af | [] | no_license | webNinja24/algorithmics | 21d0e37e7f04ea1a3a1e9c304306472c6385ad61 | 9d2b5b7ee7ff87a7e0b0f081aec70319587a199f | refs/heads/master | 2021-06-09T18:40:35.685223 | 2016-11-27T23:34:56 | 2016-11-27T23:34:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,211 | java | package algorithmsandme;
import org.junit.Test;
/**
* A array is increasing and then decreasing find the point where it stops increasing
*/
public class FindIncreasingStopPointInArray {
public int findIncreasingStopIndex(int[] a) {
for (int i = 1; i < a.length; i++) {
if (a[i] < a[i - 1]) r... | [
"mariusneo@gmail.com"
] | mariusneo@gmail.com |
4c23c29bce0b134ebee7ec8cc26d58d659f87954 | c9e96a38580c6f5acf9ec2e5f94adf5aa8d7adce | /src/main/java/chapter15/Solid2.java | cc1b103afe67ecbdc32adc248171f93f95fc0da8 | [] | no_license | hklv/thinkinjava | 5af1b6ee28cdbd12ab1b2aaee41136640e4d7511 | b4c38479ba81e478d025481dc9e68e06e2787132 | refs/heads/master | 2022-11-19T02:57:42.506039 | 2020-03-26T04:34:12 | 2020-03-26T04:34:12 | 73,045,307 | 0 | 0 | null | 2022-11-16T05:00:02 | 2016-11-07T05:31:16 | Java | UTF-8 | Java | false | false | 312 | java | package chapter15;
/**
* @author LvHuiKang mailTo lv.huikang@zte.com.cn.
* @Date 2016/11/26 17:47.
*/
public class Solid2<T extends Dimension & HasColor & Weight> extends ColoredDimension<T> {
public Solid2(T item) {
super(item);
}
int weight() {
return item.weight();
}
}
| [
"lv.huikang@zte.com.cn"
] | lv.huikang@zte.com.cn |
a0efb23c1f86924e4a253ad9adcde2758b6780f3 | 2ec7d0dcaf91073a957c25a3786157f1c90d7e56 | /JavaSE/imooc_IO/src/com/imooc/io/DosDemo.java | f76b566bed80efcc6a2bba341c1d114eebd93764 | [] | no_license | winxblast/myJavaLearn | 8eef13b404f072dbc5b6497fe34e3294b1eae18f | 04a178fe0924e1162052177bf8a0db1b82f99336 | refs/heads/master | 2021-01-23T16:17:51.222350 | 2017-09-09T02:26:47 | 2017-09-09T02:26:47 | 93,256,878 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 604 | java | package com.imooc.io;
import java.io.DataOutputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
public class DosDemo {
public static void main(String[] args) throws IOException {
String file = "demo/dos.dat";
DataOutputStream dos = new DataOutputStrea... | [
"winxblast@163.com"
] | winxblast@163.com |
2eb39e214ca807289782c2d2bde1a38882e7ee41 | 81d1ec9485eb93a3aa24db839ccba1e6dc4f0788 | /src/main/java/com/mycompany/hibernate/simple/persist/Ranking.java | dc9103a96e8b313d9bf65ada8c5fa127d19a69cd | [] | no_license | Ivan-Masli-GDP/hibernate-tuts | 9da1dfda08691f2c54140f62c5332a531074bbdc | c41382e6ac37b631b5a57cd4c88792bb76515149 | refs/heads/master | 2016-09-08T00:30:56.202756 | 2015-03-18T10:12:28 | 2015-03-18T10:12:28 | 32,402,010 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,576 | 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.hibernate.simple.persist;
import javax.persistence.Column;
import javax.persistence.Entity;
import java... | [
"ivan.masli@GDP-LTP-337"
] | ivan.masli@GDP-LTP-337 |
054d594d0dc8d8e1d5d06f51918b09aeb2dfacd9 | 0584073a918f1fe6c8df26797fdc363e2f7f93d1 | /joinarrays.java | c88b4ca95f04fb2cdfe2e97699491f16c65fb980 | [] | no_license | Sai-Durga-purella/16-07-2021-pgm-1-join-arrays | 225534b1f033f85ecde807f5ac2e2cd470d8b961 | d6bb16042d771d14b00251c1b7d208a9fb5f7164 | refs/heads/main | 2023-06-17T19:05:31.374380 | 2021-07-16T07:59:06 | 2021-07-16T07:59:06 | 386,556,767 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 736 | java | import java.util.*;
public class solution
{
public static void main(String args[])
{
ArrayList<Integer>a1=new ArrayList<Integer>();
a1.add(10);
a1.add(20);
a1.add(30);
a1.add(40);
System.out.println("List a1" +a1);
ArrayList<Integer>a2=new ArrayList<Integer>();
a2.add... | [
"noreply@github.com"
] | noreply@github.com |
d8bc14f9b6a96e31fb788ccbdd288ce81e0e66f6 | b3d89119afec24cef96f047dfb903532beeb602f | /src/main/java/com/mycompany/task/domain/User.java | 59759a0ce03af97ede25156c5956fbc83ebb0f70 | [] | no_license | jlabeaga/task-jh-jwt | 7a6f173b6274602a6daeb57d68167122e02024ef | 0ff46bbef424da0541b95554716fe1f5f1eec80c | refs/heads/master | 2022-12-04T20:17:01.820049 | 2020-08-06T09:18:07 | 2020-08-06T09:18:07 | 285,384,108 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,612 | java | package com.mycompany.task.domain;
import com.mycompany.task.config.Constants;
import com.fasterxml.jackson.annotation.JsonIgnore;
import org.apache.commons.lang3.StringUtils;
import org.hibernate.annotations.BatchSize;
import org.hibernate.annotations.Cache;
import org.hibernate.annotations.CacheConcurrencyStrategy;... | [
"jlabeaga@hotmail.com"
] | jlabeaga@hotmail.com |
a8b27ab66d6dbfb97209cc80721f25c02e4ca2c1 | 0dab916442fdec48986cfffbebc54e7f2b687b23 | /app/src/main/java/com/otitan/dclz/util/TimeUtil.java | 9dc7d18c713d5120e47ec390d9bd69224ed95f08 | [] | no_license | joker91083/DCLZ | 20620fde47d5b9808d435152aa2d63c7d220a360 | 16b462345494bde6a063ced96928716f5c3593cc | refs/heads/master | 2023-03-03T07:05:57.029657 | 2019-03-07T05:54:30 | 2019-03-07T05:54:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,572 | java | package com.otitan.dclz.util;
import java.net.URL;
import java.net.URLConnection;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import java.util.Locale;
import java.util.TimeZone;
/**
* Created by sp on 2018/10/16.
* 时间转换工具
*/
public class TimeUtil {
private static final... | [
"2517178889@qq.com"
] | 2517178889@qq.com |
d2c1f442aad0ff24fab0b7e21e5596aad43ce044 | 2a35580cd7c44885e4de8756d99063e841a79d76 | /Numbers/Rand7From5.java | 0d23f231a47fdd8650e2c0362d03f3ed46e47048 | [] | no_license | npipaliya10/CodeSnippets | ae22cb7a2632bf30bbcda15060dc383230efe344 | f1fa01a3b1063ef352724d808f1d25f95ab5f10c | refs/heads/master | 2023-03-18T04:51:19.049706 | 2018-06-03T02:36:05 | 2018-06-03T02:36:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 520 | java |
/**
Given a number that generates rand5(): numbers in the range 1 to 5.
Write a method that implements rand7().
**/
public static int rand7()
{
// intiailize a 2 dimensional vector that has equal number of non-zero elements that are divisible by 7.
int[] [] vals= {{1,2,3,4,5},
{6,7,1,2,3},
{4,5,6,7,1},
{... | [
"Vivek_Veeramani@intuit.com"
] | Vivek_Veeramani@intuit.com |
d78b041e75f02aafdeacc3f5fec0d5a67a33e743 | 507bff6330eabd8942850568634e1a8fbf08e20a | /Java_013_method/src/com/callor/method/Method_04.java | bcf89d43ccca69efe76cf0a5bc5492244b97c754 | [] | no_license | inqu0302/Biz_403_2021_03_Java | a6f6e805bfa18529c471ec4076260004fa3884f3 | 187100cf2a9e0623516784cc21f0496b0199ee50 | refs/heads/master | 2023-04-18T06:13:45.672749 | 2021-04-26T07:40:56 | 2021-04-26T07:40:56 | 348,223,471 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,054 | java | package com.callor.method;
import java.util.Scanner;
public class Method_04 {
public static void main(String[] args) {
/*
* 입력을 받는데 정수 0 ~ 100 또는 문자열 QUIT
* 다른 type의 데이터를 동시에 취급하기 위해서는
* 기본 type을 String 형으로 설정 하는것이 편하다
*/
Scanner scan = new Scanner(System.in);
System.out.println("0 ~ 100 까지 중 ... | [
"inqu0302@naver.com"
] | inqu0302@naver.com |
991b7da9973734063e9549f8209418bb0fede0ad | 16401e7a46ecbd90e05d9ba95f5b7eb2f15e8b0e | /src/main/java/com/fly/modules/sys/service/impl/SysUserRoleServiceImpl.java | df0fe82cc978ad221b98d21d17c50e107042b35c | [] | no_license | Heart998/flt-fast | 0095ab6924b6ec2256defcbd649b33253b4472f5 | c3cdd88b537f97682fafbbca1f77e390aace87c3 | refs/heads/master | 2023-02-04T20:41:43.406909 | 2020-12-22T15:14:09 | 2020-12-22T15:14:09 | 323,653,188 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,448 | java | /**
* Copyright (c) 2016-2019 人人开源 All rights reserved.
*
* https://www.renren.io
*
* 版权所有,侵权必究!
*/
package com.fly.modules.sys.service.impl;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.fly.common.utils.MapUtils;
import com.fly.modules.sys.dao.SysUserRoleDao;
import com.fly.mo... | [
"1793566207@qq.com"
] | 1793566207@qq.com |
8a86fac15a58ff6aa55e3ecf2b148dad18f9f792 | bda3d596f1e776e2866079061060f42fcd1ce00f | /src/main/java/spring_mvc_and_hiber/config/WebConfig.java | e07b3e4b04cddc29f6f0d62e905ccc5eb20d9ba5 | [] | no_license | javapushka/SpringMvcAndHibernate | 6ebe48c9fdc1e1a4448fab62d89a4e17ac21c18e | b2e9e60dd0ef79953b16da50d6f823ceace1a7f6 | refs/heads/master | 2023-08-25T10:17:57.930627 | 2021-10-16T13:55:44 | 2021-10-16T13:55:44 | 417,254,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,989 | java | package spring_mvc_and_hiber.config;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.ApplicationContext;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Confi... | [
"87712859+javapushka@users.noreply.github.com"
] | 87712859+javapushka@users.noreply.github.com |
c976be1bdf1a8293ea59bd72cc727fafa412b4ae | e38081fb72338c207aa7c2ea8d40953822d0ed06 | /app/src/main/java/sse/bupt/cn/translator/adapter/EnglishTextAdapter.java | dd8ee3a030b59e191ed864565ce879b4c16a2a73 | [] | no_license | leeshun/translator | 228a8b956b78efc4f2e9251060447e1fafeb3d22 | 77282920d24fd9514d1c7355031c776cbf77e3e7 | refs/heads/master | 2020-03-11T07:50:35.113609 | 2018-05-20T08:51:49 | 2018-05-20T08:51:49 | 129,864,974 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,690 | java | package sse.bupt.cn.translator.adapter;
import android.content.Context;
import android.net.Uri;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
import com.facebook.drawee.backends.p... | [
"leeshun1230@gmail.com"
] | leeshun1230@gmail.com |
7f64caf2a8587bd1554d98869f7206f49dd62fa3 | 5e2c86f515584f161f69966f387245e8b3320138 | /fromMM-NEAT/src/edu/southwestern/util/PythonUtil.java | 773ce2d200a8761bf1da1bce7f86624e5546ec67 | [
"MIT"
] | permissive | cappsb/TOAD-GAN | c34a4fcddbe294c814f1bda15362cc2bbc294619 | 9a4e89ec9189aa9191adc2074b1dbfdba454a31a | refs/heads/master | 2023-04-13T02:57:02.794128 | 2021-04-28T18:32:20 | 2021-04-28T18:32:20 | 340,740,321 | 0 | 0 | MIT | 2021-04-17T23:17:26 | 2021-02-20T19:51:28 | Python | UTF-8 | Java | false | false | 894 | java | package edu.southwestern.util;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Paths;
/**
* Utility class used for launching Python programs from Java.
*
* @author jacobschrum
*/
public class PythonUtil {
public static String PYTHON_EXECUTABLE = ""; // Overwritten by setting the... | [
"63438571+cappsb@users.noreply.github.com"
] | 63438571+cappsb@users.noreply.github.com |
99cdec52d29c4ba4cf19142a68a0f18585e423aa | 70a2a54e5af0d646719f52b6971a1a049bddafb3 | /src/com/hxdq/xedsms/db/model/InstockExample.java | 855483425fb8c10d333d598f9cde4d901ac51fff | [] | no_license | lesterli2010/xedsms | ac91fd2474e59a98dc1cfdbcc887ee62d6b6dbec | 584d0de5c6e0d11d8f10e3452a3a7af4f36bd729 | refs/heads/master | 2020-03-19T04:22:11.611971 | 2018-06-02T13:36:14 | 2018-06-02T13:36:14 | 135,820,393 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,473 | java | package com.hxdq.xedsms.db.model;
import com.hxdq.xedsms.db.Example;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class InstockExample extends Example {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public Inst... | [
"lesterli2010@gmail.com"
] | lesterli2010@gmail.com |
dde8dd43f61be01c27645b9b9ceb5d3c20d109a5 | 5f62a328a82bc30585c31be7c14d4526e16b108a | /src/main/java/com/xpinjection/java8/extensions/Permission.java | a7163bffee37940a63c96751782260cad31f8b6c | [] | no_license | xpinjection/java8-extensions | 4499069af785e41efc302d09e3424a88b7d5b1e2 | a514b61b7f2d0ef2d89bbcf0bbf33bf39ee8f5d8 | refs/heads/master | 2021-01-20T10:32:10.852479 | 2017-11-01T08:39:19 | 2017-11-01T08:39:19 | 101,643,171 | 13 | 4 | null | null | null | null | UTF-8 | Java | false | false | 99 | java | package com.xpinjection.java8.extensions;
public enum Permission {
READ, WRITE, EDIT, ADMIN
}
| [
"mikalai.alimenkou@epam.com"
] | mikalai.alimenkou@epam.com |
a9fa13e168be958426795196663ed50184d748a3 | b01fc3bc171a0f5989659c561b3c6b3847a7e90a | /src/base/BaseTest.java | e3ccdbfcc4ea43cefab5c201544a8760c763d48a | [] | no_license | KrishnaSakinala/StanfordUniversity- | 498eb2d8bd0ed58fe9abe8178fe7c9b0ec44a0c5 | 2a71e853da31b78baa3eec3e08d61b703bb8124e | refs/heads/master | 2022-04-30T01:25:34.618797 | 2017-03-23T10:36:02 | 2017-03-23T10:36:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,171 | java | package base;
import java.io.File;
import java.io.IOException;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Random;
import org.apache.commons.io.FileUtils;
import org.openqa.selenium.OutputType;
import org.openqa.selenium.TakesScreenshot;
import org.openqa.sel... | [
"kkabap@gmail.com"
] | kkabap@gmail.com |
174766f4de0f674daf9820d9c0c5a8dab7ce489c | 0b86b536e2c48872a1671a285b862145e54d3463 | /app/src/main/java/customclasses/Repayment.java | 479d418a2fae66ff426acd8030c8f03f6c22e213 | [] | no_license | sheryarAli/Safco | e237643cad8bc0b362395eb6d60e74efb2f724d7 | 19ed71f92537664de53dfdcc445d86f6a7c7ad6b | refs/heads/master | 2021-05-08T08:21:18.924162 | 2017-10-16T05:15:26 | 2017-10-16T05:15:26 | 107,079,513 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,235 | java | package customclasses;
import com.google.gson.annotations.SerializedName;
import java.io.Serializable;
/**
* Created by shery on 8/11/2017.
*/
public class Repayment implements Serializable {
/* [LoanID] => 27919
[custFullName] => Faiz Muhammad Qambrani
[EmoloyeeId] =>
... | [
"sheri.abhati@gmail.com"
] | sheri.abhati@gmail.com |
aeb7ab90d06512df194ebeb11e5ec0aff3136a2f | fbadaeab2f78ede5d91013e77817836f319c56c3 | /src/magic/card/Sphinx_of_Lost_Truths.java | 5dd28ad6087e856ad9e9ff5b06b4394141e29aaa | [] | no_license | neoedmund/neoedmund-magarena | 181b340fc3a25cf8e99ebd21fb4dd05de727708c | abe5f43288b88286a4a539fb0357bac8201b2568 | refs/heads/master | 2016-09-06T05:17:18.761950 | 2012-03-20T12:51:52 | 2012-03-20T12:51:52 | 32,125,604 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,840 | java | package magic.card;
import magic.model.MagicCard;
import magic.model.MagicGame;
import magic.model.MagicManaCost;
import magic.model.MagicPayedCost;
import magic.model.MagicPermanent;
import magic.model.MagicPermanentState;
import magic.model.MagicPlayer;
import magic.model.action.MagicDrawAction;
import magic.model.a... | [
"neoedmund@gmail.com"
] | neoedmund@gmail.com |
e5b90523e8b0b57ea684bc40779ead7fa6eb0209 | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Lang/53/org/apache/commons/lang/builder/ToStringStyle_appendDetail_1125.java | 9a42e489b434456fe7187152e6ac4a083d3a234f | [] | no_license | hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618255 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | null | UTF-8 | Java | false | false | 3,592 | java |
org apach common lang builder
control code string code format link string builder tostringbuild
main code string builder tostringbuild code
class intend code singleton code
instanti style time program
gener predefin constant
altern link standard string style standardtostringstyl
set indivi... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
927225e6968fa89b9fbd177a0499cfe75cb5ac2d | 9cb5117f8ca5ec5c054de23a1a66dfbdb5c22623 | /Cube_srv/src/com/cube/data/count/CountInfoMapper.java | 630ca6d25105056c8d008bda5fd302ce9e78bc72 | [] | no_license | Rynax/cube | 05cf9ba4792cc512946bae837789e5601e1bbe16 | f359bd0cee835148a1899882cad70ef521aa91ab | refs/heads/master | 2021-08-19T07:19:22.348960 | 2017-11-25T05:22:36 | 2017-11-25T05:22:36 | 111,860,711 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 427 | java | package com.cube.data.count;
import java.sql.ResultSet;
import java.sql.SQLException;
import org.springframework.jdbc.core.RowMapper;
public class CountInfoMapper implements RowMapper<CountInfoEntity> {
public CountInfoEntity mapRow(ResultSet rs, int rownum) throws SQLException {
CountInfoEntity card = new CountI... | [
"emilq@163.com"
] | emilq@163.com |
95aa5a633360d57c366255f94d244638b771be74 | 5cdfb81efd3165f2dd6b8181826bc30fcc807c89 | /learn-design-patterns-app/src/main/java/com/learning/designpatterns/behavioral/memento/example2/Memento.java | 439d317f92a4141e78381fc5f09368a80569eebd | [] | no_license | rod082/java-learning | fbcfea9036065771c4816bc6983be94f2d0b36a7 | e7cdd3959e6088459a2a0424e5afb1fcfd6e72b8 | refs/heads/main | 2023-06-26T21:17:57.848028 | 2021-07-12T02:31:24 | 2021-07-12T02:31:24 | 379,109,587 | 0 | 0 | null | 2021-07-12T02:31:25 | 2021-06-22T01:40:00 | null | UTF-8 | Java | false | false | 222 | java | package com.learning.designpatterns.behavioral.memento.example2;
public class Memento {
private String state;
public Memento(String state) {
this.state = state;
}
public String getState() {
return state;
}
}
| [
"rdakka@cisco.com"
] | rdakka@cisco.com |
2c315ca2519094d0b17a6e2354ff12c83c59c604 | 2b56dcc620946bcd2dd2a738726f5ba097364556 | /Test03/app/src/main/java/com/example/user/test03/Test03.java | b0a58f21c4715a862074e2b663a70557e7cc92ee | [] | no_license | Satirev1/project | 6c9ed27c672c27747dd9ae7b5c90497583ae4e59 | 164fd4019db7b4ff065956ae8e25a58f23a2067b | refs/heads/master | 2020-03-27T23:23:53.168596 | 2018-09-04T08:33:41 | 2018-09-04T08:33:41 | 147,314,320 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 548 | java | package com.example.user.test03;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
public class Test03 extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInsta... | [
"wlsrpxk@naver.com"
] | wlsrpxk@naver.com |
cd9776f81154d7340f6a2f0d65aa490955e3cdde | d0ea392eb8fa238440cd78902a29f21779bc5e44 | /app/src/main/java/com/github/mikephil/charting/charts/Chart.java | a62ac051e24fe208647316ccda7bf2e118ac223e | [] | no_license | fclehly/WifiMonitor | 744364e39440c6b4051e52675fd218476b8882f1 | 4a5130874fe1186b863b577d188411b5d3240ef6 | refs/heads/master | 2021-01-21T06:47:21.214928 | 2017-02-27T08:29:43 | 2017-02-27T08:29:43 | 83,285,524 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 51,645 | java |
package com.github.mikephil.charting.charts;
import android.animation.ValueAnimator;
import android.animation.ValueAnimator.AnimatorUpdateListener;
import android.annotation.SuppressLint;
import android.content.ContentValues;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.Bitm... | [
"ffwzz@outlook.com"
] | ffwzz@outlook.com |
4d7bfbde2ce9b0af8567c52097d45b19a8963dc4 | 7feb1a4195150ac73cdaa9e46a9da254d1e8b50b | /src/java/types/Genre.java | e7d650ebe592bc95321ad0f403ab4ca7d6ff19c9 | [] | no_license | wellocean/MusiBoy | 38dc92f7003d39f5e63ea8616ae24b6f4bdfd9f3 | 4e3883357eb54d4210277854d0eb0bc6e3f09a85 | refs/heads/master | 2021-01-18T21:36:26.510277 | 2015-07-05T11:02:02 | 2015-07-05T11:02:02 | 34,373,044 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 749 | 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 types;
import java.io.Serializable;
/**
*
* @author Purevsuren
*/
public class Genre implements Serializable {
String ... | [
"wellocean@163.com"
] | wellocean@163.com |
5624d36ad886fdc8c81100017d81d7d44885204d | 2aaaf214f44513dc4f20d7673c67ce2c3fed3efc | /hw_sol/Fa18HW5/src/test/java/edu/berkeley/cs186/database/concurrency/TestLockUtil.java | b7c87eb6cd9e8b60757354b9df9c8796f72efa31 | [] | no_license | ultrox/cs186_19 | fb97b06fb36cf41c1231efcb711440bd82e61ed4 | 9f835e58e012a5fa3341f81e35feb52f660a324e | refs/heads/master | 2021-07-10T23:38:52.827014 | 2019-07-15T20:05:50 | 2019-07-15T20:05:50 | 196,753,524 | 5 | 2 | null | 2020-10-13T14:36:05 | 2019-07-13T18:25:18 | Java | UTF-8 | Java | false | false | 3,199 | java | package edu.berkeley.cs186.database.concurrency;
import edu.berkeley.cs186.database.BaseTransaction;
import edu.berkeley.cs186.database.LoggingLockManager;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.DisableOnDebug;
import org.junit.rules.TestR... | [
"crashxx@gmail.com"
] | crashxx@gmail.com |
c8fa3b1f76463fb09fe6af96757859d2201d59e0 | 322994e68e818f7e4aa0d4b8f648c3ddc2231add | /org.eclipse.wb.tests/src/org/eclipse/wb/tests/designer/swing/model/layout/gbl/GridBagRowTest.java | bb321b606dd402813b8c4508c85e22e25e735a7f | [] | no_license | urna/windowbuilder-eclipse | 55e74f075e3eafdd4914d7607965332a815e3a6c | 47e9177ee99229551055602303376566e933b136 | refs/heads/master | 2021-04-15T13:44:13.385372 | 2017-11-24T14:20:56 | 2018-02-21T09:21:00 | 126,906,772 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 17,810 | java | /*******************************************************************************
* Copyright (c) 2011 Google, Inc.
* 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 distribution, and is available at... | [
"eclayberg@f1f5f5c2-2e22-11e0-a36a-49c83f4898e7"
] | eclayberg@f1f5f5c2-2e22-11e0-a36a-49c83f4898e7 |
bdac2b96de53658d4183af0aabfb795b8150ab2b | eca4a253fe0eba19f60d28363b10c433c57ab7a1 | /apps/jacob.heccadmin/java/jacob/event/ui/vdn/VdnNewRecordButton.java | e6b8c8001cd3620f713da01f51317337c91524f9 | [] | no_license | freegroup/Open-jACOB | 632f20575092516f449591bf6f251772f599e5fc | 84f0a6af83876bd21c453132ca6f98a46609f1f4 | refs/heads/master | 2021-01-10T11:08:03.604819 | 2015-05-25T10:25:49 | 2015-05-25T10:25:49 | 36,183,560 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,848 | java | /*
* jACOB event handler created with the jACOB Application Designer
*
* Created on Wed Jan 28 16:51:21 CET 2009
*/
package jacob.event.ui.vdn;
import de.tif.jacob.screen.IActionEmitter;
import de.tif.jacob.screen.IClientContext;
import de.tif.jacob.screen.IGuiElement;
import de.tif.jacob.screen.event.IActionButt... | [
"a.herz@freegroup.de"
] | a.herz@freegroup.de |
c419d1fc828f89d222a786ce9df4e45ac1786440 | 6b9559535268d3d933769632b2227aba68794711 | /Leetcode/@基本数据类型与封装类 值传递和引用传递/main.java | df79ba593031b678e3baf47f982af097de18ccb7 | [] | no_license | lobsterllj/LeetCodeAnswer | 8761d97ffc650111ef2b02b96fa6203e5c86031d | 2c06228309984861fefb05d6473fe6bca7559677 | refs/heads/master | 2023-04-11T04:51:47.523677 | 2021-04-17T07:11:41 | 2021-04-17T07:11:41 | 343,424,701 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,927 | java | import java.util.*;
import java.util.stream.Stream;
public class main {
public static void main(String[] args) {
main main = new main();
MyInterface mi = (a, b) -> (int) (b - a);
foo((a, b) -> (int) (b - a));
int[] nums = new int[10];
for (int i = 0; i < 10; ++i) nums[i] = ... | [
"1781419859@qq.com"
] | 1781419859@qq.com |
83d71f4a6d3a3d4b530960f4fb65844fab23df63 | 16864e07e1d0e51f44b8d4727504f63012784524 | /app/src/main/java/com/example/bong/rxjava/rxandroiddemo/HomeActivity.java | 6f51dbd0e044eb7744814942e05a294c7cb7a836 | [] | no_license | huangdashun/RxJava | 4b2628fb8794d9c2c837d09c547adaf9c769f8e0 | 8f0594c4b537a7b0f1ca06606f3493f0283fde41 | refs/heads/master | 2021-01-17T04:19:52.003958 | 2017-12-16T08:30:59 | 2017-12-16T08:30:59 | 82,939,782 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,950 | java | package com.example.bong.rxjava.rxandroiddemo;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
import android.widget.ImageView;
import com.example.bong.rxjava.R;
i... | [
"406846759@qq.com"
] | 406846759@qq.com |
1d7c2f7bfe4f72072e138cc35450009007fcfda0 | 78cdf57d221ba4282891d2a28239d82f152b8a5d | /taskscheduler-sample/src/main/java/me/passin/taskscheduler/sample/task/TaskL.java | b15c23f0384b24303627cbcb980588d89617f7e9 | [
"Apache-2.0"
] | permissive | passin95/TaskScheduler | c8065aaea3bed89e6eaf4aecd068650160f48776 | 537a34576926873cb0e9c8bc29a521d3f9d1a192 | refs/heads/master | 2020-05-05T08:02:06.030924 | 2019-04-23T01:31:00 | 2019-04-23T01:31:00 | 179,847,597 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,026 | java | package me.passin.taskscheduler.sample.task;
import android.support.annotation.Nullable;
import android.util.Log;
import java.util.List;
import me.passin.taskscheduler.Task;
import me.passin.taskscheduler.TaskScheduler;
import me.passin.taskscheduler.sample.TaskNameConstant;
/**
* @author: zbb 33775
* @date: 2019/4... | [
"zengbinbinpassin@foxmail.com"
] | zengbinbinpassin@foxmail.com |
43275a9db8e3dbcfbecf22cc73332316f1c054b9 | 56ed91cb0f1586ddfc67bc4fa90868ad49d9cb72 | /src/main/java/org/projectlarp/test/cucumber/CucumberHookTimeoutFailure.java | ec20498ca6cc3b563c8b5237536410da945f7b25 | [] | no_license | ProjectLarpOrg/project-larp-test | e44c83cc2dd01cfdde8b2c3a9c0222280f161bc6 | d7d2858d37dd5bff0c20b3d9b3ee19b90fd2ba34 | refs/heads/master | 2021-08-30T15:11:43.886550 | 2017-12-18T11:54:57 | 2017-12-18T11:54:57 | 114,029,353 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 579 | java | package org.projectlarp.test.cucumber;
import static org.assertj.core.api.Assertions.assertThat;
import org.joda.time.Duration;
import org.joda.time.Instant;
import cucumber.api.java.en.Then;
public class CucumberHookTimeoutFailure {
private Instant t1 = Instant.now();
@Deprecated
@Then("test duration should b... | [
"damien.fremont@gmail.com"
] | damien.fremont@gmail.com |
6df0cea0723e670448a3b978a87c5507bdcda164 | 183971c7803a11320821097129681bf73739ee28 | /src/cardsequence/package-info.java | b5cbf202b6bd9040370f147a98c1ce20bb7c6b13 | [] | no_license | dtanaji75/assignment | 2eb07148d1c885c467681300b084b48b96ab70ca | cccfc23332852a68cb16b022409243d2a737babd | refs/heads/master | 2022-11-09T11:36:11.264170 | 2020-06-26T13:01:41 | 2020-06-26T13:01:41 | 275,156,406 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 21 | java | package cardsequence; | [
"dtanaji75@gmail.com"
] | dtanaji75@gmail.com |
de9bbbf6d15a1823fd63e1dff4d7c2405dfc0f32 | e352c97d847c875a6478436ae1785c168e50dd09 | /POO/projeto/AnaoBarbaLongaTest.java | 1745eb06305efd274362990d6a70dcac8dc6c635 | [] | no_license | marcoshs90/jornada-curso | aaa77f813f92f908c1ec2ef9ce0bb1db00b8685a | 2a3a883d37a13f496e91d6b48ab7b652ec706eba | refs/heads/master | 2023-08-27T23:52:11.840279 | 2021-10-23T19:30:51 | 2021-10-23T19:30:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 712 | java | import static org.junit.Assert.*;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
public class AnaoBarbaLongaTest {
@Test
public void anaoDevePerderVida33PorCento() {
DadoFalso dado = new DadoFalso();
dado.simularValor(2);
AnaoBarbaLonga anao = new AnaoBarbaLonga( ... | [
"contato@comentandocodigo.com.br"
] | contato@comentandocodigo.com.br |
54c739100f6a5919d34754ca7b8525184b5c4efb | fa3e3a8883544c1452439b68593d4a77695290a1 | /src/main/java/com/ara/recipeplanner/dto/MeasureUnitDto.java | 14f226779a4f9acf365f64bd8c2ec701f1385d66 | [
"Apache-2.0"
] | permissive | azrobles/recipe-planner | b152a43b69c2a2b805ed83cbe5a999e85d56c695 | cad9ed868c32faf30866029ac4831a1d7337dbd5 | refs/heads/main | 2023-08-01T01:37:34.054024 | 2021-09-20T07:40:15 | 2021-09-20T07:40:15 | 352,051,393 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 559 | java | package com.ara.recipeplanner.dto;
import java.io.Serializable;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.Size;
public class MeasureUnitDto implements Serializable {
private static final long serialVersionUID = 1L;
private Long id;
@NotBlank
@Size(min = 1, max = 30)... | [
"kalea_yue@yahoo.es"
] | kalea_yue@yahoo.es |
224e0071030d91de44e90eec60d838b1e6937b77 | 7dda8b79d1e92b8292f551e52784f6005999b601 | /rts/src/ghcvm/runtime/exception/StgException.java | 3bdecffec4348b8c7323d53c7c1fb3edc5017569 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | NCrashed/ghcvm | c7597dac654a0123b702292132dd50b806f6dff2 | aa4436758642157dd46dcb21bd0f93ca36bf2f24 | refs/heads/master | 2021-01-13T07:16:51.957825 | 2016-10-21T04:08:00 | 2016-10-21T04:08:00 | 71,643,504 | 0 | 0 | null | 2016-10-22T14:15:44 | 2016-10-22T14:15:44 | null | UTF-8 | Java | false | false | 8,820 | java | package ghcvm.runtime.exception;
import java.util.ListIterator;
import ghcvm.runtime.stg.Stg;
import ghcvm.runtime.stg.Capability;
import ghcvm.runtime.stg.StgTSO;
import ghcvm.runtime.stg.StackFrame;
import ghcvm.runtime.stg.StgEnter;
import ghcvm.runtime.stg.StgClosure;
import ghcvm.runtime.stg.StgContext;
import g... | [
"rahulmutt@gmail.com"
] | rahulmutt@gmail.com |
af5abef8195b5b884452af3f3bf83f3c1b060e1d | 6edab1bf61608c9a3acb84a52bba38149ef55f2a | /repast-admin/src/main/java/com/aaa/repast/admin/framework/config/CaptchaConfig.java | cc1bdc0a23b5409e0f8129f966178346c23cf9d8 | [] | no_license | xiangyang-wang/repast-master | d1218717566087f90d61486608a1acc3b25b8181 | 35af3cc6e1ce74cc0a25077f1973d2121bcca838 | refs/heads/master | 2022-12-23T09:52:10.398850 | 2020-01-08T08:01:37 | 2020-01-08T08:01:37 | 230,433,994 | 1 | 1 | null | 2022-12-06T00:40:00 | 2019-12-27T11:43:43 | JavaScript | UTF-8 | Java | false | false | 4,376 | java | package com.aaa.repast.admin.framework.config;
import com.google.code.kaptcha.impl.DefaultKaptcha;
import com.google.code.kaptcha.util.Config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import java.util.Properties;
/**
* 验证码配置
*
* @author Seve... | [
"1356161332@qq.com"
] | 1356161332@qq.com |
7c06cf8ee85668bd4c336067a85ece20990c8a9a | 0e49eee4f85024e0857b77bce1e78030beb47b1f | /src/main/java/com/tencentcloudapi/cat/v20180409/models/GetDailyAvailRatioResponse.java | 3423f0a7fa8df191eedd286faf6faf10a1d571a9 | [
"Apache-2.0"
] | permissive | arbing/tencentcloud-sdk-java | 7b880af16540fac10a785a1bef0d529eec89c525 | c1bdd3f711c92f950ffe15e6506426a8e340a638 | refs/heads/master | 2021-03-31T15:58:36.276205 | 2020-03-18T00:28:16 | 2020-03-18T00:28:16 | 248,117,938 | 1 | 0 | Apache-2.0 | 2020-03-18T02:15:34 | 2020-03-18T02:15:33 | null | UTF-8 | Java | false | false | 8,321 | java | /*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. 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.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
... | [
"tencentcloudapi@tencent.com"
] | tencentcloudapi@tencent.com |
5ffb5905fe6bce6ffd3bc624eea7dfeae9ec178e | ce17ccab569b7efde4958dcd5e6030d25567aa7d | /src/main/java/io/github/batman/client/handler/outbound/PublishPromise.java | fd9634407dc6f4c0cc382560a865735ee62591f3 | [
"Apache-2.0"
] | permissive | devilyard/typhoon-mqtt-batman | 7d6e8693dc07a2cef3d256f8e8bda13a8d9f6856 | 4ff1023598ebb48abdd3520dd2077f12e509fd5b | refs/heads/master | 2023-06-06T14:38:24.534502 | 2021-06-25T08:08:12 | 2021-06-25T08:08:12 | 272,942,441 | 0 | 0 | Apache-2.0 | 2021-06-25T08:08:12 | 2020-06-17T10:15:14 | Java | UTF-8 | Java | false | false | 1,036 | java | /*
* Copyright (c) 2019. All rights reserved.
* PublishPromise.java created at 2019-10-08 11:33:12
* This file is for internal use only, it is belong to TYPHOON,
* you cannot redistribute it nor modify it for any purpose.
*/
package io.github.batman.client.handler.outbound;
import io.github.batman.MqttQoS;
import... | [
""
] | |
061d1dfd513e11772a192abf586230c16b110d62 | 2c0d3eb4919fffb06590770d6016ede3af2ca723 | /Chapter-12 and 15/src/Task11.java | 538e1370bf749970aeaf27eb94c26427bb1a73a4 | [] | no_license | Hellosakib/Java-Programming | 75e5ad3712dc86dea1a6a44d948d4422e1f0bdbf | 6a64836664f087668b213a3b029cabe06ddbdffe | refs/heads/master | 2020-03-18T20:18:48.486836 | 2018-05-28T21:04:53 | 2018-05-28T21:04:53 | 135,202,435 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,032 | java | import java.io.*;
import java.util.*;
public class Task11 {
public static void main(String[] args) throws FileNotFoundException {
Scanner in = new Scanner(System.in);
System.out.println("Enter a File: ");
File f = new File(in.nextLine()); //Enter the file name that you store your data
... | [
"noreply@github.com"
] | noreply@github.com |
862910e3fbc5484843c8ad3b5b861ef7028d643a | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/JetBrains--intellij-community/972b1e10244b389f547ae7432acd9d8ede5a1d54/after/BaseStreamApiMigration.java | 962bca1fcbe9659719210e10aa70ff4f793eee6b | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,805 | java | /*
* Copyright 2000-2017 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
ba1944562b985f0a13440475065625e642cc19d7 | c55db8895d64fcf430cad4c99433ff0c0ff5a1b6 | /OpenSourceProject/src/main/java/javacoretech/v2ch06/ProgressBarTest/ProgressBarTest.java | 5785e975d32d26f9771488bc7d38d3dfc79ef5de | [] | no_license | hwp0710/javabread | 388238f687552dd7f27f4c2236275b4a62251398 | 830744e095c99f8a4f4f443e245a1463db09099e | refs/heads/master | 2020-03-27T19:30:47.226558 | 2018-11-16T06:30:37 | 2018-11-16T06:30:37 | 11,274,934 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,639 | java | package javacoretech.v2ch06.ProgressBarTest;
import java.awt.*;
import java.awt.event.*;
import java.util.List;
import javax.swing.*;
/**
* This program demonstrates the use of a progress bar to monitor the progress of a thread.
* @version 1.04 2007-08-01
* @author Cay Horstmann
*/
public class Prog... | [
"weiping-he@PB1ZGB3.na.odcorp.net"
] | weiping-he@PB1ZGB3.na.odcorp.net |
c4d489df6f52cad2de720d9d31e55a757d63b4b8 | 877f5d612fb0bdfd7d588b2540294c3f75011f3a | /project/src/com/yczc/ssm/pojo/PlayerExample.java | 3758e7c359d6a385d5096fb13021c15620d0e56c | [] | no_license | h657280346/baodanwang | 9e8925cb5e61b8cb7ae58629bbe5bdddc6dac130 | 602ffb12f29e43bef3efc52a1f087ab08795dee4 | refs/heads/master | 2020-03-12T15:33:18.340315 | 2018-04-23T12:03:02 | 2018-04-23T12:03:02 | 130,685,897 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 25,836 | java | package com.yczc.ssm.pojo;
import java.util.ArrayList;
import java.util.List;
public class PlayerExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public PlayerExample() {
oredCriteria = new ArrayList<Criteria>();
}
public ... | [
"657280346@qq.com"
] | 657280346@qq.com |
bca631c632044a72dc5820e805256b0808b92df8 | 12fb5ed3b6311e2d8ef6de3d986c07f2ad544905 | /src/main/java/spring/bean/core/resolvable/ABService.java | 9ca9f73859af5bdd20f7c2a0bee2d57991d17e79 | [] | no_license | DanielDai0805/springIntegate | 642d33f8c1eff20c8f214f141f9f989eb7df62e0 | a5be38b1493fb154473f392086f61ddb2a99626a | refs/heads/master | 2021-01-10T17:58:32.896627 | 2015-07-01T15:10:29 | 2015-07-01T15:10:29 | 36,805,884 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 189 | java | package spring.bean.core.resolvable;
/**
* Created by ddai on 6/4/2015.
*/
@org.springframework.stereotype.Service
public class ABService implements Service<ABCDClass.A,ABCDClass.B>{
}
| [
"DanielDai0805@gmail.com"
] | DanielDai0805@gmail.com |
a629672a36d9d7c8ba10c7db8b3efea723be3aa7 | 3a505654f37c0a943de830dacea51680c4151133 | /KnowMoreWords/src/com/gini/coign/HowTo.java | 24a7d4fe1a55814eaa5fc2e3dbfdf18b78aa91b4 | [] | no_license | ptdeveloper1/AndroidPrograms | fd0a280a0283107909650e74b4663fabc4e7d31c | 262aab1a9ede6c4d7a14d31b311dcf4230a0e8d2 | refs/heads/master | 2020-03-11T07:00:13.827704 | 2018-04-17T06:42:47 | 2018-04-17T06:42:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 781 | java | package com.gini.coign;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.Window;
import android.widget.Button;
public class HowTo extends Activity {
public void onCreate(Bundle savedInstanc... | [
"pravalika.tirumala@outlook.com"
] | pravalika.tirumala@outlook.com |
bf1f84653624ef80585c4ef9b843977e7dfd4033 | 61c1e1c4ca22e48c19c3afb3849fc1807066b0ab | /sz-kernel/sz-common/src/main/java/com/lunz/fin/constant/MdcConstant.java | bc829f157fc21d17dc48eb282dcded0da2e1429b | [] | no_license | Cj951122/sz_cloud_backend | 24605114cc38254fe8e158d26dd4f4b1379e036e | b26766a2e838c279e565eee8dbc1c02c8504b4b5 | refs/heads/master | 2022-10-19T00:55:25.816307 | 2020-06-15T01:12:20 | 2020-06-15T01:12:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 542 | java | package com.lunz.fin.constant;
/**
* Slf4j MDC常量
*/
public class MdcConstant {
/**
* trace_id
*/
public static final String TRACE_ID= "trace_id";
/**
* baseInfo
*/
public static final String BASEINFO = "base_info";
/**
* clientId
*/
public static final String ... | [
"zhaoyue@e-trans.com"
] | zhaoyue@e-trans.com |
214c8956dc1906afcd6ac70f6ac87097293629e0 | ed865190ed878874174df0493b4268fccb636a29 | /PuridiomGraphs/src/org/jfree/chart/demo/servlet/NoDataException.java | 0774c9443feb0112f70024475ab8bd3c847325a5 | [] | no_license | zach-hu/srr_java8 | 6841936eda9fdcc2e8185b85b4a524b509ea4b1b | 9b6096ba76e54da3fe7eba70989978edb5a33d8e | refs/heads/master | 2021-01-10T00:57:42.107554 | 2015-11-06T14:12:56 | 2015-11-06T14:12:56 | 45,641,885 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 512 | java | /*
* This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
* ---------------------------
* NoDataException.java
* ---------------------------
* (C) Copyright 2002-2004, by Richard At... | [
"brickerz@9227675a-84a3-4efe-bc6c-d7b3a3cf6466"
] | brickerz@9227675a-84a3-4efe-bc6c-d7b3a3cf6466 |
1b1ba4a2461ab230de0d2ba9bc6c9c9bc9b46432 | 238fc6aac6d8f395087af2366d8542d0e3367ad1 | /ProyectoDiseño2/src/Controller/EscribirXML.java | d68591feb50664b58b79304de3693a9852639aa2 | [] | no_license | and951/Proyecto-Dise-o-2 | 603b7a40689a6aa99a609dc2e1c098efade8ee63 | 6b38f706dc55da8dea87ca37a86c5c081893e5f0 | refs/heads/master | 2021-01-09T20:26:53.728627 | 2016-06-15T05:52:14 | 2016-06-15T05:52:14 | 60,926,888 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 500 | 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 Controller;
/**
*
* @author Andres
*/
public class EscribirXML implements EscribirArchivo{
@Override
... | [
"Andres@Andy-PC.Home"
] | Andres@Andy-PC.Home |
6b9ca1bb4e82cc1eb7d26aab786df65d94d619a8 | 182e2061ae7e36ce4c6ffacb71b2fdf4c6f01a01 | /common/src/main/java/com/topjet/common/utils/PopupAlphaAnimatorUtil.java | cb534ba2b068fa683010b14cc331abf130b633c9 | [] | no_license | yygood1000/ph_project | 6e7918cde4aa18b30a935981c99a5f63d231ebdd | 7f0454240dec6fd308faf7192b96f5b90ae462c8 | refs/heads/master | 2020-04-05T04:02:42.515525 | 2018-11-07T11:24:38 | 2018-11-07T11:24:38 | 156,535,754 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,743 | java | package com.topjet.common.utils;
import android.animation.ValueAnimator;
import android.app.Activity;
import android.view.Window;
import android.view.WindowManager;
import com.topjet.common.R;
/**
* Created by tsj-004 on 2017/9/3.
* popupwindow渐变动画类
*/
public class PopupAlphaAnimatorUtil {
private static flo... | [
"yygood1000@163.com"
] | yygood1000@163.com |
7e187ac26ab3378551d2a47d589ccddec4b8fec7 | 58dd6ddfc41208ca610ff0b02515fa43081e8456 | /Java/Exercices/workspaces/smells-mf-longmethod-start/src/main/java/zenika/smells/mf/longmethod/exo2/lib/DomSnippet.java | 17797206e9c49745977f5407e422e9d0659746fb | [] | no_license | yanncourtel/CleanCode-katas | 331f3e1d44614fcc25635014fb9f21624b99d29d | f1eba786352a4556781c6fe49197821970820d3b | refs/heads/main | 2023-06-21T18:57:22.025990 | 2021-07-19T06:47:09 | 2021-07-19T06:47:09 | 386,553,907 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 322 | java | package zenika.smells.mf.longmethod.exo2.lib;
import java.util.List;
public class DomSnippet {
public static Object NullSnippet;
public DomSnippet(List<DomNode> childNodes) {
}
public void addNode(DomSnippet domSnippet) {
}
public void addChild(Object nullSnippet) {
}
... | [
"yann.courtel@ext.cdiscount.com"
] | yann.courtel@ext.cdiscount.com |
d1609a12126f1072b27e5e72da7bf7667c824e32 | 1ee2d2ff81cc5f4dbd45964184f21d03bf4b56cb | /vitro-core/webapp/src/edu/cornell/mannlib/vitro/webapp/auth/requestedAction/propstmt/EditDataPropStmt.java | 1f54c3f8bfdefdf076989d68ff4cf9388e1f3560 | [] | no_license | arockwell/vivoweb_ufl_mods | d689e0e467c64e5b349f04485f412fb0ec151442 | e5a1e9d15f47e85e48604544bead10814f2a11e3 | refs/heads/master | 2021-03-12T23:00:19.435131 | 2011-06-28T14:43:35 | 2011-06-28T14:46:15 | 859,154 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,543 | java | /*
Copyright (c) 2011, Cornell University
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 conditions and t... | [
"alexhr@ufl.edu"
] | alexhr@ufl.edu |
2cdae3ef10f6578925174bb833301ce75e07e92c | fc8c70cf99815d5de1079fe2e0873d0ecb0d6fe4 | /src/main/java/com/myhome/myhome/exception/CustomizeErrorCode.java | fb7c12770088fba914e3cbe2c4ecc4467c159a75 | [] | no_license | whathes/myhome | 2cdd8f3347381e9fd6bfadb96c3b1c5437217bb2 | 2e2e5ea28bff86ffdb0db6654082231a69182676 | refs/heads/master | 2022-06-22T02:08:23.874097 | 2019-09-14T07:55:31 | 2019-09-14T07:55:31 | 203,315,199 | 1 | 0 | null | 2022-06-17T02:24:42 | 2019-08-20T06:39:20 | Java | UTF-8 | Java | false | false | 801 | java | package com.myhome.myhome.exception;
public enum CustomizeErrorCode implements ICustomizeErrorCode{
QUESTION_NOT_FOUND(2001,"该问题不存在or已被删除!"),
TARGET_PARAM_NOT_FOUND(2002,"未选中问题或评论!"),
NO_LOGIN(2003,"未登录,不能评论!"),
COMMENT_NOT_FOUND(2004,"评论未找到,请重试!" ),
SYS_ERROR(2005,"系统错误,请重试!" ),
COMMENT_I... | [
"1563124347@qq.com"
] | 1563124347@qq.com |
992beecc159296be2e25f85c67e32decb8c4a2ce | 66bb0143cb7a836a81f99d03e75a6468cecfd1b1 | /app/controllers/Accounts.java | a64986447b4e80272f9b2423bc7915769a5231cd | [] | no_license | cathalduffy/weathertop-versioned | 953511cf27b943cf9ad895282c2d5c838d6f651c | cd04394f447832e5977c4954adff873fb91d62d9 | refs/heads/master | 2023-05-09T01:38:45.262399 | 2021-05-22T23:35:29 | 2021-05-22T23:35:29 | 367,002,608 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,616 | java | package controllers;
import models.Member;
import play.Logger;
import play.mvc.Controller;
public class Accounts extends Controller {
public static void signup() {
render("signup.html");
}
public static void login() {
render("login.html");
}
public static void register(String fir... | [
"cathalduffy89@gmail.com"
] | cathalduffy89@gmail.com |
aa745d98a55f45f2730f644f08a3941935038e8e | 3c2a88fdb5acc08e2214de772f0a8251f0bf52ae | /1st ANDROID PROJECT/app/src/main/java/Network/NetWorkInsert.java | df60acf092bc4e9c40319edc39282947e269a2cd | [] | no_license | hyj21028/ANDROID_PROJECT | 6f8808d1bf515072bbfa5c0b5912cb38b387dd66 | e7fabd6304c2077e40cf939c06d63bdea3ddedab | refs/heads/master | 2020-07-15T19:34:35.198086 | 2019-09-01T11:04:30 | 2019-09-01T11:04:30 | 205,634,698 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,747 | java | package Network;
import android.os.AsyncTask;
import com.example.dbinterlockandroid.Custom_Adapter;
import org.json.JSONException;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.io.PrintWriter;
import java.net.HttpURLConnec... | [
"hyj21028@gmail.com"
] | hyj21028@gmail.com |
57f5bbaa8cbc98b4b354f2ca47d348bbf77a96b0 | f4477d0e6e6a78157733206ed3116bcf6c3f4bd7 | /Engine.java | 97147f3d1efe955f02ee0240456c43575b06df9a | [] | no_license | dat17v1/23_ExerciseBuildaCarwithanEngine | cdd8d84fce4cb89165829b070d129ff6452c9c02 | bd5103411ffa661d1ed22d5d8020beddcdebfb3f | refs/heads/master | 2020-05-23T09:55:51.595072 | 2017-03-12T22:25:27 | 2017-03-12T22:25:27 | 84,761,069 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 314 | java | public class Engine {
private double size;
private String code;
private int horsepower;
public Engine(double eS, String eC, int hp) {
size = eS;
code = eC;
horsepower = hp;
}
public String toString() {
return "Size: " + size + ", code: " + code +
", horse: " + horsepower;
}
} | [
"ckirschberg@gmail.com"
] | ckirschberg@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.