blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 132
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9d7a3c2062f4f3420d9b45b10f8467cd53843242 | baa246d5d13925a40b0b9d9bf8b68ebb7d5b48d3 | /app/src/main/java/wrteam/ecommerce/app/helper/AppController.java | 6587db1e0676251cfb24147aa1367ef81a53d7ba | [] | no_license | Omender123/Ekart | 9a85c4498bcde456926e87a93901b0ed3210e295 | 744323802cd0255a063f6a77284a285024417d2d | refs/heads/master | 2022-12-28T12:33:03.247844 | 2020-10-21T05:21:36 | 2020-10-21T05:21:36 | 305,912,004 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,061 | java | package wrteam.ecommerce.app.helper;
import android.app.Activity;
import android.app.Application;
import android.content.Context;
import android.content.SharedPreferences;
import android.graphics.Color;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.os.Build;
import android.text... | [
"Os7290915329@gmail.com"
] | Os7290915329@gmail.com |
f39b02b6f6deb25d009c1ff62f0995a611bca447 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/8/8_a05e2e69e7de55b61776631688315698f56f358f/MergeOp/8_a05e2e69e7de55b61776631688315698f56f358f_MergeOp_t.java | 265aa9ebe6af543eb78be015f474e16828157bfd | [] | 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 | 31,022 | java | // Copyright (C) 2008 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 ap... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
22bf3c5b052498fe62672b0da89340993b725c35 | 725bcd371a5267e149fcee9c71aa6268b77eef77 | /src/Exercicio/Exercicio.java | 8c98bd29f62c944b2c92d08adeb97a1493a46aee | [] | no_license | Vilela320/Vetores | 99be8a378ab6f2c6773f370ef64fe5abaddbc0dd | 0f475ca744e0a59294c4f7355b2add258602db89 | refs/heads/main | 2023-05-13T14:10:56.479090 | 2021-06-04T21:02:44 | 2021-06-04T21:02:44 | 373,958,508 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 872 | java | package Exercicio;
import java.util.Scanner;
import Exercicio2.Exercicio1;
public class Exercicio {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
Exercicio1[] vect = new Exercicio1[10];
System.out.print("How many rooms will be rented? ");
int n = sc.nextInt();
... | [
"Vilela320@outlook.com.br"
] | Vilela320@outlook.com.br |
030b2173137402d832981a8c8ba82e8339364ecf | d5374123f066438cfb79b65a047e5c1098f19967 | /hello/src/api01/Lang/string/CharAtDemo.java | ca27b17bc7ad2a2a4288fd396dc6cae8d46a3369 | [] | no_license | zhclfclfdl/jse | c328e6bb91edb45e88d40ca49277035dfc5b3c9e | 626ff0d01af22e510db78a1f839a70fa125a95e0 | refs/heads/master | 2016-09-06T11:29:06.381952 | 2015-06-03T02:17:36 | 2015-06-03T02:17:36 | 35,396,826 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,319 | java | package api01.Lang.string;
import java.lang.invoke.SwitchPoint;
/*
Date 2015.05.27
Author : 이현석
Desc : java.lang.String
*/
/*
java.lang.String
charAt() : 지정된 위치에 있는 문자를 리턴함. index 는 0 부터 시작
IndexOf() : 주어진 문자가 존재하는지 확인하여 위치를 알려줌. 없으면 -1 qksghks
*/
public class CharAtDemo {
public static void main(String[] ar... | [
"iseunghyun.lee@gmail.com"
] | iseunghyun.lee@gmail.com |
2bc975afa071c51d73eefb2a1e44fc762891708d | 10a689229d6889f86bf6c4ad106caa433379bb49 | /trunk/ihouse/ihouse/src/com/manyi/ihouse/assignee/model/AssigneeModel.java | 4d4407f0451c8e76010fe1dda90fef5cb16f50e1 | [] | no_license | sanrentai/manyi | d9e64224bc18846410c4a986c3f2b4ee229b2a2e | c4c92f4dde1671027ff726ba6bbe6021421cd469 | refs/heads/master | 2020-03-12T19:30:47.242536 | 2015-04-10T08:40:20 | 2015-04-10T08:40:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,012 | java | package com.manyi.ihouse.assignee.model;
public class AssigneeModel {
/**
* ID
*/
private int id;
/**
* 经纪人姓名
*/
private String name;
/**
* 经纪人编号
*/
private String serialNumber;
/**
* 手机号码
*/
private String mobile;
/**
* 备注
*/
private String information... | [
"zhangxiongcai337@gmail.com"
] | zhangxiongcai337@gmail.com |
3b224436bd812c2ee20bfc63fb4ad6d92f18ecf4 | 3bdf97f8225bd427b3eb27973aa9c46f83db4a7d | /app/src/main/java/com/example/firebase/MainActivity.java | ec1bbcc1bcc9c04512b51bebb50cd15d135ad8cb | [] | no_license | Foxmik0007/AndroidFireBase | ee1d1baeac36fca18f2e239c9c0e554904c1b027 | aff7bcc68c8617cc4f5ec3c9bacc538a17a54eee | refs/heads/master | 2023-01-23T21:39:26.426109 | 2020-11-24T18:30:34 | 2020-11-24T18:30:34 | 315,714,616 | 0 | 0 | null | 2020-11-24T18:30:35 | 2020-11-24T18:06:39 | null | UTF-8 | Java | false | false | 6,502 | java | package com.example.firebase;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.View;
import android.widget.ArrayAdapter;
import android.widget.Bu... | [
"mrafa099@uottawa.ca"
] | mrafa099@uottawa.ca |
8255f1ba98171bb12951b19e559f8497b300d5c4 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/12/12_dcaa226dbe799ec07de7e21627bc840d3090343d/LoggingEvent/12_dcaa226dbe799ec07de7e21627bc840d3090343d_LoggingEvent_s.java | cb06257b110889e508927d5797da06e3c3246785 | [] | 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 | 8,556 | java | /*
* Copyright (C) The Apache Software Foundation. All rights reserved.
*
* This software is published under the terms of the Apache Software
* License version 1.1, a copy of which has been included with this
* distribution in the LICENSE.APL file. */
package org.apache.log4j.spi;
import org.apache.lo... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
988cb668c863323390989de95fb7f73b7b5cfc0e | d4d1d06fc32cd788b48066a7e99e6d1589899c73 | /src/main/java/ivorius/yegamolchattels/client/rendering/ModelWardrobe.java | 9fc3452efb43161b1834ab1859b8d918360a6bd7 | [
"MIT"
] | permissive | Ivorforce/YeGamolChattels | 0fb918ea646a744007224df14ba06ef334248509 | 36aca1700b60d722680feff5e54076977dfd0783 | refs/heads/master | 2023-08-24T05:44:42.719684 | 2022-01-13T23:04:03 | 2022-01-13T23:04:03 | 21,396,460 | 8 | 11 | null | 2015-05-17T13:59:58 | 2014-07-01T17:25:15 | Java | UTF-8 | Java | false | false | 5,276 | java | /***************************************************************************************************
* Copyright (c) 2014, Lukas Tenbrink.
* http://lukas.axxim.net
**************************************************************************************************/
// Date: 29-1-2014 18:13:04
// Template version 1.1
... | [
"lukastenbrink@googlemail.com"
] | lukastenbrink@googlemail.com |
e6c4fd0adfc23deb333cdd9c0b56be64c8c0dd9c | 8d45e307761c0886f4b5665a367b06a3fa2f22b4 | /src/main/java/com/ym/print/request/RestRequestSort.java | 4b186ec5bb37c1136a6ee8c76a8965374d40add7 | [] | no_license | 1101480750/print-exception | b94beb9964cb4fd83252dc8ebe2c52943c5e6d0d | 748ea66853e6bda6ab5417ce11afea39bc95b4d2 | refs/heads/master | 2022-06-22T05:26:37.164137 | 2020-01-13T16:04:57 | 2020-01-13T16:04:57 | 233,632,625 | 0 | 0 | null | 2022-06-17T02:49:04 | 2020-01-13T15:50:37 | Java | UTF-8 | Java | false | false | 652 | java | package com.ym.print.request;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import lombok.AllArgsConstructor;
import lombok.Data;
import java.io.Serializable;
/**
* 排序字段
*
* @author YAZUO)WU-TONG
*
*/
@Data
@AllArgsConstructor
@JsonIgnoreProperties(ignoreUnknown = true)
public class RestRequestS... | [
"zhouyaoming@yazuo.com"
] | zhouyaoming@yazuo.com |
2126be75155831f906fc99024a5c48d8122154f4 | 629e42efa87f5539ff8731564a9cbf89190aad4a | /unrefactorInstances/eclipse.jdt.core/65/cloneInstance6.java | 7e6cc3e0901476c779dab42c810318c64d6846df | [] | no_license | soniapku/CREC | a68d0b6b02ed4ef2b120fd0c768045424069e726 | 21d43dd760f453b148134bd526d71f00ad7d3b5e | refs/heads/master | 2020-03-23T04:28:06.058813 | 2018-08-17T13:17:08 | 2018-08-17T13:17:08 | 141,085,296 | 0 | 4 | null | null | null | null | UTF-8 | Java | false | false | 370 | java | public void nonStaticAccessToStaticField(AstNode location, FieldBinding field) {
this.handle(
IProblem.NonStaticAccessToStaticField,
new String[] {new String(field.declaringClass.readableName()), new String(field.name)},
new String[] {new String(field.declaringClass.shortReadableName()), new String(field.name)},... | [
"sonia@pku.edu.cn"
] | sonia@pku.edu.cn |
e62658bb6959f58d1ff4b887070b5740f71b4fcf | eab06b48df2b63005150c10f1afc4d8bec9a3543 | /src/main/java/code/code150/question138/Solution.java | b5655149fc1b404be31c83febe742dce8d2ad663 | [] | no_license | AziCat/leetcode-java | a0ca9db9663e1a86d82ffaa5fe34326ff1a0b441 | 0263ac668717a07ad4245edbb6d34db24b63b343 | refs/heads/master | 2023-04-30T18:19:13.100433 | 2023-04-19T08:04:14 | 2023-04-19T08:04:14 | 217,955,860 | 0 | 0 | null | 2020-10-14T02:48:50 | 2019-10-28T03:04:58 | Java | UTF-8 | Java | false | false | 1,175 | java | package code.code150.question138;
import java.util.HashMap;
import java.util.Map;
/**
* 给定一个链表,每个节点包含一个额外增加的随机指针,该指针可以指向链表中的任何节点或空节点。
* <p>
* 要求返回这个链表的深拷贝。
*
* @author yan
* @version 1.0
* @date 2019/11/28
*/
public class Solution {
static class Node {
public int val;
public Node next;
... | [
"1003980136@qq.com"
] | 1003980136@qq.com |
5fbaa48262dd29b7565c55a613ef0bc15de6d963 | 9082e4b28670e5aad1a1c5eab08167c19e61ddce | /src/plotter/FunctionTypeController.java | 55d71532c38db1aeec8ccad63bdc18047b689199 | [
"MIT"
] | permissive | Babbiorsetto/Plotting | abba067ebfe1dd8fe56fe011701f22e0e70f1ff2 | af55f03323b3af77a7b167adc8b8e51eca840eca | refs/heads/master | 2021-07-14T22:17:50.211381 | 2019-12-13T16:46:43 | 2019-12-13T16:46:43 | 190,574,778 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 563 | java | package plotter;
import function.FunctionFactory;
public class FunctionTypeController implements FunctionTypeChangeListener {
private GraphOptionsView view;
private FunctionModel functionModel;
public FunctionTypeController(GraphOptionsView view, FunctionModel functionModel) {
this.view = view;
view.addFunc... | [
"aleruby97@hotmail.it"
] | aleruby97@hotmail.it |
a430a447b7e5553f69b85f24f055785a686f3264 | 83a29d9d1324d0768d587c12aab8e278d0e89400 | /app/src/shotTest/java/com/roger/shot/customview/WheelView.java | 5d49ab03c6387125770029b04972446e301e72ef | [] | no_license | liuwenrong/Demo4Roger | b2fc9080c44bad1d9a28a4d9a40262b65e91c928 | a771c64e9d7311191e6469e039692a6eafb1386e | refs/heads/master | 2020-03-16T21:40:16.388847 | 2019-04-24T06:37:54 | 2019-04-24T06:39:20 | 133,009,326 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,046 | java | package com.roger.shot.customview;
import android.content.Context;
import android.support.v4.widget.ViewDragHelper;
import android.util.AttributeSet;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.MotionEvent;
import android.view.View;
import android.view.ViewTreeObserver;
import andr... | [
"liuwenrong@yotamobile.com"
] | liuwenrong@yotamobile.com |
208ead218c11d3e2471267d47fbaa741bf2ce1c7 | 3d1e45df732bc260c1efe7d585d57f0a9e5ff930 | /materialup/src/main/java/io/jari/materialup/rest/endpoints/ShowCasesService.java | da4c40e9ce10a1bd94454970bdd60b09b229dc82 | [] | no_license | wangjun/MaterialUp | fadb2076526ec6adbcbe1210c147e86daf2038cf | 20090b7221820616190cc5203d0e702f3d3c3895 | refs/heads/master | 2020-07-11T04:47:55.708330 | 2015-10-09T13:03:24 | 2015-10-09T13:03:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 279 | java | package io.jari.materialup.rest.endpoints;
import io.jari.materialup.rest.models.Showcase;
import retrofit.Call;
import retrofit.http.GET;
/**
* Created by rsicarelli on 9/7/15.
*/
public interface ShowCasesService {
@GET("posts")
Call<Showcase[]> listShowcases();
}
| [
"rodrigo.sicarelli@easytaxi.com.br"
] | rodrigo.sicarelli@easytaxi.com.br |
a1c97ef73672205681a9785a6559dc4c5e9ee0ba | 966ab94751f7ad98055493dc4cbb57f2e4fe3790 | /space3d-core/src/game/systems/MovementSystem.java | a73ebea0da8e9e3dd38b1695573b7611a1c318b9 | [] | no_license | byronh/libgdx-space3d | 81210a746c98296de23edff675e8a72fb2d515e9 | 529519e9a49db63838ff8bbfbdb9c071ff61efb8 | refs/heads/master | 2021-01-19T11:45:12.384672 | 2014-03-18T01:59:55 | 2014-03-18T01:59:55 | 17,394,418 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 979 | java | package game.systems;
import com.badlogic.gdx.utils.Array;
import engine.artemis.ComponentMapper;
import engine.artemis.Entity;
import engine.artemis.Filter;
import engine.artemis.systems.EntitySystem;
import game.components.Movement;
import game.components.Position;
public class MovementSystem extends ... | [
"byronh@gmail.com"
] | byronh@gmail.com |
b335a0d373213be225b75e46643919c00775eca9 | da3d7461a5efdb210f61922a865bdfc68e1867d7 | /src/main/java/com/decagonhq/projects/prince/coronavirustracker/CoronavirusTrackerApplication.java | 26d5d83955b2220b569d0a452c4221bbc481e80c | [] | no_license | princeid/corona-virus-tracker | 67ed8157246ad7116ef006e851bc5abf9e141ca2 | c520b7ca38037c080353b03edabfc2d67a64b3b7 | refs/heads/main | 2023-03-03T21:55:34.877497 | 2021-02-18T20:18:23 | 2021-02-18T20:18:23 | 338,847,685 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 449 | java | package com.decagonhq.projects.prince.coronavirustracker;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.scheduling.annotation.EnableScheduling;
@SpringBootApplication
@EnableScheduling
public class CoronavirusTrackerA... | [
"dicksoniprince@gmail.com"
] | dicksoniprince@gmail.com |
260efbde1a12baaf50bc6e572bbf5a92c6688dbb | eeea26b3f42de48acd26649079f476f2e3488c4a | /common/src/main/java/com/abrenoch/hyperiongrabber/common/util/HyperionGrabberOptions.java | c35f654855d44ec0f9ab620b042eab1e5bb70499 | [
"MIT"
] | permissive | abrenoch/hyperion-android-grabber | 1926a0d05f369ff293ec57726752a394d2687d0a | 1f8466c0ecd6b7544bb338068601cbfbef9dd48a | refs/heads/master | 2022-12-10T10:28:44.322590 | 2021-12-19T15:11:47 | 2021-12-19T15:11:47 | 119,703,816 | 161 | 36 | MIT | 2022-12-03T21:50:52 | 2018-01-31T15:16:50 | Java | UTF-8 | Java | false | false | 3,930 | java | package com.abrenoch.hyperiongrabber.common.util;
import android.util.Log;
import java.util.ArrayList;
import java.util.List;
import java.util.ListIterator;
public class HyperionGrabberOptions {
private static final boolean DEBUG = false;
private static final String TAG = "HyperionGrabberOptions";
privat... | [
"nlclothing@gmail.com"
] | nlclothing@gmail.com |
119015928e770cf115b46ed1a6d9d1d9e0bd57de | 7830cea162219022f6422616fae474f4083cf356 | /android/src/se/riol/anes/proximitysensor/ProximitySensorInitFunction.java | 1e6162ce80d4dccafea8840609aabec843ffc203 | [] | no_license | richardolsson/proximity-sensor-ane | 1ea9f509ebd64669a20a1eff69080869fe9f100f | ace96a4aab95149718c871bfbb57a078868e91a4 | refs/heads/master | 2021-01-20T09:32:43.662981 | 2011-11-09T17:20:32 | 2011-11-09T17:20:32 | 2,742,579 | 12 | 2 | null | null | null | null | UTF-8 | Java | false | false | 699 | java | package se.riol.anes.proximitysensor;
import android.app.Activity;
import android.hardware.SensorManager;
import android.util.Log;
import com.adobe.fre.FREContext;
import com.adobe.fre.FREFunction;
import com.adobe.fre.FREObject;
public class ProximitySensorInitFunction implements FREFunction {
public FREObject ca... | [
"r@richardolsson.se"
] | r@richardolsson.se |
a914baebfbeab83fd81eeb4b19c8f1f5f7cc561e | 99bf64b7fd481fa4f124592f2dda8ed773edc0cc | /src/main/java/com/store/snacks/SnacksApplication.java | 9d37555aa581d8cb0ff50ce81a427d57af0045a8 | [] | no_license | RunInto/snackstore | ba33409364b9e4ad05800abe85117b557a9e407b | 9d989aa1987e792af6b53e96456c7bcbd314eceb | refs/heads/master | 2022-06-26T13:09:48.734153 | 2019-12-30T14:38:54 | 2019-12-30T14:38:54 | 230,742,805 | 0 | 0 | null | 2022-06-21T02:32:30 | 2019-12-29T11:48:25 | Java | UTF-8 | Java | false | false | 566 | java | package com.store.snacks;
import com.spring4all.swagger.EnableSwagger2Doc;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.ComponentScan;
@MapperScan("... | [
"15822145962@163.com"
] | 15822145962@163.com |
9192c508eff72643a5d946e51330f7cb1247a9d0 | 17657aa89d30b4ede7f40a19d38675ed6f86787d | /app/src/main/java/com/example/maps_charmi_c0768448/mapsActivity.java | eced6f9fb95f821b476475dcc407c9cc2d180605 | [] | no_license | CharmiPatel25/maps_Charmi_C0768448 | eec14974637968d157788c3a813be48d6d29e856 | ece1f38bc0cfedfe2b68d28a4c5188229d07f7ea | refs/heads/master | 2022-11-18T00:27:51.042055 | 2020-07-13T19:39:36 | 2020-07-13T19:39:36 | 279,057,137 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 18,987 | java | package com.example.maps_charmi_c0768448;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AlertDialog;
import androidx.appcompat.app.AppCompatActivity;
import androidx.core.app.ActivityCompat;
import androidx.fragment.app.FragmentActivity;
import android.Manifest;
import android.content.Context;
imp... | [
"c0768448@mylambton.ca"
] | c0768448@mylambton.ca |
07860a56211d3519e33254526278b1695fe0855e | bbcd2ba052daae9c2345ddfd6e28685b9d296469 | /app/src/main/java/com/family/ghost/fam/singleActivitys/PayActivity.java | 932c647e3ae45eacde68a449327c9695e6e2026c | [] | no_license | RasabelGhost/FamilyAndFriends | cac04207bbc76eea20a9d16f8a656495c5eae1ec | e2ffc8bdc328965af9d7da70f5b75f7a350e5d5a | refs/heads/master | 2020-03-19T10:01:02.835451 | 2018-07-20T08:14:41 | 2018-07-20T08:14:42 | 136,335,978 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,494 | java | package com.family.ghost.fam.singleActivitys;
import android.content.Context;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.Toolbar;
import android.content.pm.ActivityInfo;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import a... | [
"abel.bekele9@gmail.com"
] | abel.bekele9@gmail.com |
89c7a10e8c567423daa617df77f9454904b97f45 | 245f5ee9ddeebebf65124964fe52443b4ffcd0fc | /代理题/005/h2/Proxy.java | 739fb3733210e534182a0bf42248685a17071b53 | [] | no_license | eden57/Competition2016Q4 | 9dedbef823104d9b9eafcf8994958f97df94c6a9 | 9df5dcb19c5111f37a85a0ddf83b78fc2c307c94 | refs/heads/master | 2021-06-10T22:24:25.562787 | 2017-02-14T02:24:57 | 2017-02-14T02:24:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,995 | java | package com.test.h2;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
public class Proxy implements ConnDB{
ConnH2 h2;
public Proxy(ConnH2 h2) {
this.h2 = h2;
}
@Override
public boolean createDB() {
if(!h2.createDB()){
String sql=... | [
"cyqian@gmail.com"
] | cyqian@gmail.com |
c5ac2fb1b7e0e50cdb41d4d19c94deb09bd24bad | 66cac7d48ad19a3d79e2418db73e3e20e0a228c6 | /src/main/java/com/dhcc/scm/blh/weixin/WxUserBlh.java | 56b468720ef72bae18b129e000937cfb406d134d | [] | no_license | dannisliang/scm_weixin | 9538d22ab94aef38154c767647ab12a3703ea216 | 287bf87976f95cfc4e552fe75243da8caf7ebc09 | refs/heads/master | 2021-01-18T17:22:45.778157 | 2015-09-25T04:11:13 | 2015-09-25T04:11:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,121 | java | /**
* 通过模板生成Blh
* template by zxx
*/
package com.dhcc.scm.blh.weixin;
import javax.annotation.Resource;
import me.chanjar.weixin.cp.api.WxCpService;
import me.chanjar.weixin.cp.bean.WxCpUser;
import org.apache.commons.lang.StringUtils;
import org.springframework.stereotype.Component;
import com.dh... | [
"Administrator@QH-20150110MDGA"
] | Administrator@QH-20150110MDGA |
346daf46e22c704924cc8e189a8042af63833aa3 | ba9192f4aeb635d5c49d80878a04512bc3b645e9 | /src/extends-parent/jetty-all/src/main/java/org/eclipse/jetty/websocket/WebSocketGeneratorRFC6455.java | dedaa735aa3839006058d7ce8345e148ed3bbb49 | [
"Apache-2.0"
] | permissive | ivanDannels/hasor | 789e9183a5878cfc002466c9738c9bd2741fd76a | 3b9f4ae6355c6dad2ea8818750b3e04e90cc3e39 | refs/heads/master | 2020-04-15T10:10:22.453889 | 2013-09-14T10:02:01 | 2013-09-14T10:02:01 | 12,828,661 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,022 | java | //
// ========================================================================
// Copyright (c) 1995-2013 Mort Bay Consulting Pty. Ltd.
// ------------------------------------------------------------------------
// All rights reserved. This program and the accompanying materials
// are made available under the ter... | [
"zyc@byshell.org"
] | zyc@byshell.org |
154b60d53e97bf8ba464f6b1bf1d522a19f0cb26 | a27a7e9a50849529a75a869e84fd01f2e9bbd4e4 | /src/main/java/guru/springframework/recipeproject/service/IngredientServiceImpl.java | 4435ec670d1892aba5902906efbfa0f3bf73ca77 | [] | no_license | lucascalsilva/spring-boot-recipe-project | 2960e3fd9f113a6fd3ebcbffde1bf53eb8710b9a | 086c9e3ee6aa2546f56f48d10ada06198f3bc541 | refs/heads/master | 2021-05-18T20:08:15.928341 | 2020-08-29T20:00:25 | 2020-08-29T20:00:25 | 251,396,296 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,310 | java | package guru.springframework.recipeproject.service;
import guru.springframework.recipeproject.commands.IngredientCommand;
import guru.springframework.recipeproject.converters.IngredientCommandToIngredient;
import guru.springframework.recipeproject.converters.IngredientToIngredientCommand;
import guru.springframework.r... | [
"lucasc.alm.silva@gmail.com"
] | lucasc.alm.silva@gmail.com |
a2c672c2c0d7b70ae0730e8a38f21f3099d9c7eb | 9dcc6b9e56b588f9a653900efb9c8bd751aaa8dd | /bundles/org.eclipse.ecf.python.protobuf/src/org/eclipse/ecf/python/protobuf/PythonServiceExporter.java | 858d870b3becb2ad77ffbfedd3189376b6d10080 | [
"Apache-2.0",
"Python-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | ECF/Py4j-RemoteServicesProvider | 32c1da61f33c7e61254691dffafeeb77e76c1442 | d171ed6da3786810f0bbd50e8f688164ca4f5d57 | refs/heads/master | 2023-05-26T21:55:05.031970 | 2023-05-20T15:34:31 | 2023-05-20T15:34:31 | 62,237,655 | 12 | 1 | null | 2017-07-07T04:44:40 | 2016-06-29T15:37:53 | Python | UTF-8 | Java | false | false | 980 | java | /*******************************************************************************
* Copyright (c) 2017 Composent, Inc. and others. All rights reserved. This
* program and the accompanying materials are made available under the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and is
* a... | [
"slewis@composent.com"
] | slewis@composent.com |
c6a37efab54f239367de9cdc0bf11c02803fc0a4 | f103e5fe797cdc81358a508ecf1868692ae309c1 | /Git2/src/Git.java | 5fa8a1fd8c001589d6fe05460e2f8a095be17d6e | [] | no_license | Satyam0612/Giteclipse | 3b1386c21a72f809f486eb25c174387ed8306284 | bee12cf6484922d6e87d1231be45ac525cbaae53 | refs/heads/master | 2020-05-29T21:58:48.302329 | 2019-05-30T12:45:04 | 2019-05-30T12:45:04 | 189,397,993 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 62 | java |
public abstract class Git {
abstract void Insurance();
}
| [
"er.satyamshrivastava@gmail.com"
] | er.satyamshrivastava@gmail.com |
b299a9e1439e94504c99a28ded5abd56d0ac4207 | f498015b7cc15c0b30656ea7056bcc2f0a7b137f | /app/src/main/java/com/olaover/inmortaltech/ola/Adapter/MetroAdapter.java | 9fac3607212c437a9b08f3c1af60f76709d84e41 | [] | no_license | guptaamit96/VehicleTracker | ea92fb6e38738bab5b479307899dd67d33cfe09a | c7bfb9a9f92e1f0138f52c65d35cb58857cb785b | refs/heads/master | 2020-04-15T04:39:16.317131 | 2018-07-16T11:06:55 | 2018-07-16T11:06:55 | 164,390,910 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,946 | java | package com.olaover.inmortaltech.ola.Adapter;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import com.olaover.inmortaltech.ola.R;
import com.olaover.... | [
"you@example.com"
] | you@example.com |
556c8319ed5da859b27c823cce92f3033a11e541 | 09a9a7cfe7ba841e1931dc2e2a598b12abcb0435 | /src/ua/kpi/carrentals/filters/LocaleFilter.java | a595876b67849d80b4f3d25ff6415a2c7eb7fbb3 | [] | no_license | CrocusJava/carrentals-v2 | f0d271d41ad74b240f88211532cd2da6405260be | f5cc53838aeb12ffb46faa0590fea8754d65ca00 | refs/heads/master | 2020-09-12T18:40:04.524280 | 2013-04-03T20:38:39 | 2013-04-03T20:38:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,475 | java | package ua.kpi.carrentals.filters;
import java.io.IOException;
import java.util.Locale;
import javax.servlet.Filter;
import javax.servlet.FilterChain;
import javax.servlet.FilterConfig;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import ... | [
"Ruslan.Tkachuk.V@gmail.com"
] | Ruslan.Tkachuk.V@gmail.com |
9ea7d185d74e4a898592c1c72aaaac6358330d82 | 90d563a57497fff40c586b0cbbc5b10e0ac1a5f0 | /src/BinaryTree/LeetCode101/Solution.java | 93e7d13e874456c22b2651f76201ab77941b3925 | [] | no_license | betterGa/Review-DS | 852b6aa3da401e78ca19efc40486cd57089acb2d | 61699bcf4dcbfb4af2ca6cd95d8cb33804512fa0 | refs/heads/master | 2022-04-03T21:00:37.071086 | 2020-02-19T14:55:48 | 2020-02-19T14:55:48 | 209,009,441 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,121 | java | package BinaryTree.LeetCode101;
public class Solution {
class TreeNode {
int val;
TreeNode left;
TreeNode right;
TreeNode(int x) {
val = x;
}
}
public boolean isSymmetric(TreeNode root) {
/*太憨了 不是这样的。
//递归终止条件
... | [
"2086543608@qq.com"
] | 2086543608@qq.com |
fdef933b59859191275a6cab85d425f0f7cb34a6 | c4981386c53ff55ff0120e2d0fa18196c7998dc5 | /JavaAbstractMachine/src/at/mhofer/jam/data/attributes/RuntimeVisibleParameterAnnotationsAttribute.java | 486c7aaeece14dbe3833e3d6c2b684bba79cdd2f | [] | no_license | mathiashofer/jam | aed2cab4d8673e983aad9d00287658dbbdeff0e4 | 6f153c1640ddf5d2aa847b28fbe8df5ef35bd459 | refs/heads/master | 2021-01-16T18:35:31.069854 | 2015-10-03T10:02:50 | 2015-10-03T10:02:50 | 33,381,557 | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 1,297 | java | package at.mhofer.jam.data.attributes;
/**
*
* @author Mathias
*
*/
public class RuntimeVisibleParameterAnnotationsAttribute extends AttributeInfo
{
/**
* The value of the num_parameters item gives the number of formal
* parameters of the method represented by the method_info structure on
* which the annot... | [
"e1226806@student.tuwien.ac.at"
] | e1226806@student.tuwien.ac.at |
5a39385556beaccef657ffc371a02cee66a13e97 | 490e7598170fb9af08909adea93a8cac24201d10 | /app/src/test/java/com/example/jinwoo/app01/ExampleUnitTest.java | acc265d6dd60befca9ddfd5329e17f481339c7ca | [] | no_license | yeji9649/final_exam | bd78bf2163fbb279b53b2eb214d0410afc70c742 | 62ea0790bcd5990350a63f8536b281427cd11159 | refs/heads/master | 2021-01-12T10:02:59.693813 | 2016-12-09T07:22:46 | 2016-12-09T07:22:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 402 | java | package com.example.jinwoo.app01;
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 vo... | [
"supermanjw@naver.com"
] | supermanjw@naver.com |
d9f5f3b0e6720dc186bdac35524f41a1e675763c | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/3/3_6f29df77620630dd9e6eb0beadf6ac9194706b08/reportHTML/3_6f29df77620630dd9e6eb0beadf6ac9194706b08_reportHTML_s.java | 5a2ed14deec089922492ef41a0630ebd4d21df9e | [] | 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 | 8,686 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.sleuthkit.autopsy.report;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.Map.Entry;
... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
ed475415721926234a50d48f577c6c99a131988c | c85452d3ddfc46880d638ec2e4d8602368a7e423 | /src/main/java/co/com/empleados/app/BackendEmpleadosApplication.java | 88666f54b2d76f7d59dffd5a523e147cc2497c26 | [] | no_license | jjvalencial/empleados | 2cb0f56b8b89dc96e27506fb9f1264eca87f433d | 39c37c612e5399945a562dfef635c6ba4dc85b42 | refs/heads/master | 2023-04-25T13:01:32.287650 | 2021-05-18T04:17:56 | 2021-05-18T04:17:56 | 367,504,888 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 333 | java | package co.com.empleados.app;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class BackendEmpleadosApplication {
public static void main(String[] args) {
SpringApplication.run(BackendEmpleadosApplication.class, ... | [
"jairo185@gmail.com"
] | jairo185@gmail.com |
4200498c109898326851b741ee82605ede390160 | 5b45c25f5bea07baf0351cc55614b48a307350fc | /movies.suggestion/src/main/java/com/sensedia/movies/suggestion/controller/MovieController.java | 51db45255fb7b1837494f9a9bd66cf7e14b85bb8 | [] | no_license | otavioprado/movie-suggestions | d0531563d237aabdd6f0d5f8f01524455b3c69f8 | 2314f72f3fa7e5ddeb1cc4369429de268a437613 | refs/heads/master | 2020-03-21T04:14:31.090560 | 2018-06-21T02:24:49 | 2018-06-21T02:24:49 | 138,098,456 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 986 | java | package com.sensedia.movies.suggestion.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RequestPa... | [
"otaviofelipedoprado@gmail.com"
] | otaviofelipedoprado@gmail.com |
1ed59367eee471a3ccbb5f04153a1e1f7afdc289 | 58f14db401b489079e079c45436e15c7532eea9b | /sep3sim3forJava11/src/sep3/model/operation/RorOperation.java | 21807b5d3fd721bb6581b2b2b4bd4774f7ca5419 | [] | no_license | okitsune157/MachineLang-lecture- | bc61d379425cb184f693c0f8622c3e4471a90621 | 69ed1f57b4500ec566deea3b52a552cd3c842809 | refs/heads/master | 2023-07-17T14:53:13.726580 | 2021-09-02T13:29:53 | 2021-09-02T13:29:53 | 402,430,245 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 959 | java | package sep3.model.operation;
import sep3.model.CPU;
//import java.lang.Integer;
public class RorOperation extends Operation{
private CPU cpu;
RorOperation(CPU cpu) { super(cpu); this.cpu = cpu; }
public void operate() {
// AバスもBバスも使わない?
useABus(true);
useBBus(false);
... | [
"myuuuuym@gmail.com"
] | myuuuuym@gmail.com |
8b3982752b5798c999338747a0f4adad370fde5c | 231bcbd7375067d8457ddb287ef09f9de6870fb0 | /src/com/easemob/chatuidemo/activity/LoginActivity.java | 8a9a3fb0da621d3fa5d37e4ebd71c2a4fdd79d9a | [] | no_license | wyxy2005/BlackBoard | 93c9500435e8fff071e7b5e2a6d1f86406321e56 | ea42995b9c0599ef5128caac52f81e231ded7c90 | refs/heads/master | 2021-05-29T19:58:52.455381 | 2015-11-13T09:17:14 | 2015-11-13T09:17:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,693 | java | /**
* Copyright (C) 2013-2014 EaseMob Technologies. 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
* Unless requi... | [
"19995945@qq.com"
] | 19995945@qq.com |
8548d70ab113ead00fe6be8756440ab99b9ccb80 | 37d9cb637892adc1060cc2d6a656831f37ce2a1e | /telegram-message-analysis-bot/src/main/java/com/neoshell/telegram/messageanalysisbot/HTMLFormatter.java | 473630375c95711fadb8a1b92a0899ceaefde48a | [] | no_license | neoshell/TelegramMessageAnalysisBot | 83e11fc0cc4cb9265de71b266959a19f9339ed52 | eb790ce11299ecece016712eb7e1261dbc02cfa1 | refs/heads/master | 2022-03-04T22:47:10.217814 | 2022-02-26T00:18:59 | 2022-02-26T00:18:59 | 114,452,835 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 679 | java | package com.neoshell.telegram.messageanalysisbot;
public class HTMLFormatter {
public static String bold(String str) {
return "<b>" + str + "</b>";
}
public static String italic(String str) {
return "<i>" + str + "</i>";
}
public static String inlineURL(String text, String url) {
return "<a hr... | [
"contact.neoshell@gmail.com"
] | contact.neoshell@gmail.com |
6c737a457fcc9baec4cee3de156b005d7e3bcb03 | 91f7d855ebaf0d384a60ce78c309c71a989b7006 | /src/test/java/kln/reactor/collection/ringbuffer/ArrayBlockingCounsumer.java | cc7abca549d2182e94ee2cebcd7faa12681b0fb8 | [] | no_license | KulanS/reactor-core | 6d3d17068aa92d339f2fbcaad53cb0b5ca644b2e | c75b7718d79fc7915cf3f95d7ad11c8861550539 | refs/heads/master | 2023-08-12T16:59:59.600385 | 2021-10-18T20:17:11 | 2021-10-18T20:17:11 | 388,063,467 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 556 | java | package kln.reactor.collection.ringbuffer;
import java.util.concurrent.BlockingQueue;
public class ArrayBlockingCounsumer implements Runnable{
BlockingQueue<StockPrice> queue;
public ArrayBlockingCounsumer(BlockingQueue<StockPrice> queue) {
this.queue = queue;
}
@Override
public void run() {
try {
... | [
"kulan_s@epiclanka.net"
] | kulan_s@epiclanka.net |
dce9cbebcbe5fe37b730675887c2eea1f653ae2c | ff90cb1e2d41244050f16393ed1a5d6270cfba64 | /src/com/designpatterns/behavioral/interpreter/OperationContext.java | 1e474317e2f1a0d72a0e96f92b2fa9f2318d51bc | [] | no_license | alikemaltasci/DesignPatterns | c87a5e85861b7ab9d5ef8e348d594b963cf94142 | e414cb5e33b160af6ebbbc06873e1c9b6df82c54 | refs/heads/master | 2020-05-23T07:49:23.537740 | 2017-01-31T08:16:01 | 2017-01-31T08:16:01 | 80,448,228 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 426 | java | package com.designpatterns.behavioral.interpreter;
public class OperationContext {
public int add(int operand1, int operand2){
return (operand1 + operand2);
}
public int subtract(int operand1, int operand2){
return (operand1 - operand2);
}
public int divide(int operand1, int operand2){
return (operand1... | [
"alikemaltasci@yahooo.com"
] | alikemaltasci@yahooo.com |
e5d8e964a1a3c2a24f6a2a893f56e1b8e4a22338 | 9f7a049d7a827716dd68acbdb3c5cdb90d82ed60 | /Lesson10-Hydration-Reminder/T10.05-Exercise-ChargingBroadcastReceiver/app/src/main/java/com/example/android/background/sync/ReminderTasks.java | ec71706f23b15df11d01d49bf7346d6736b32621 | [
"Apache-2.0"
] | permissive | Madonahs/ud851-Exercises | b2d85e1e3263786a653058323b8c12eee8ab3412 | 4e4d8f378f2ce4eb50abdd4ef52a87fc67284530 | refs/heads/student | 2020-03-24T23:52:23.267138 | 2018-09-15T02:56:03 | 2018-09-15T02:56:03 | 143,158,189 | 4 | 1 | Apache-2.0 | 2018-09-15T02:56:04 | 2018-08-01T13:14:31 | Java | UTF-8 | Java | false | false | 1,920 | java | /*
* Copyright (C) 2016 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... | [
"asser@udacity.com"
] | asser@udacity.com |
b8abcaeae34b92cba5d45d96dd0f66fc79eff193 | 3719ce60d99ef540600bb475eb303e21f2d5b7b9 | /core-base/src/test/java/org/imanity/frameworktest/CacheableTest.java | daf4f54e3279b3f208e903409bb61ad92411d4b3 | [
"MIT"
] | permissive | CyberFlameGO/fairy | 3704ea6ef2359c53e147b97427b0ff7634011d65 | a86b4011a3f11e3bb4e7d8bf3ab8a3ad6ffadd03 | refs/heads/master | 2023-08-12T20:06:38.456921 | 2021-09-01T10:38:39 | 2021-09-01T10:38:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,773 | java | /*
* MIT License
*
* Copyright (c) 2021 Imanity
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, ... | [
"lee20040919@gmail.com"
] | lee20040919@gmail.com |
d527fb8250893582c0deee8c7d9dec63c621dda8 | ee0ddf0854f1092c3d6dccabeafaeec2840eacfc | /app/src/main/java/com/xmx/searchpoi/Tools/FragmentBase/BaseFragment.java | cae932e6df82749184680f4b4db52789efe0459d | [] | no_license | The---onE/SearchPOIA | 73a64de322d19cc8db58343bfa1816db76162ec9 | 0a2c9e42d84a52e11a95fa11e4e8663e2fe3277f | refs/heads/master | 2021-01-12T01:51:34.235622 | 2017-01-13T13:05:21 | 2017-01-13T13:05:21 | 78,438,638 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 874 | java | package com.xmx.searchpoi.Tools.FragmentBase;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
/**
* Created by The_onE on 2016/7/4.
*/
public abstract class BaseFragment extends BFragment {
@Override
public View onCreateView(LayoutInfla... | [
"834489218@qq.com"
] | 834489218@qq.com |
7d8e4f135cbf76fe8138d279039fb7334ee5e44a | 2be000098b192546e2c052f68f9cb8b2ed6db21c | /src/main/java/com/qin/springbooteasyexcel/util/excel/ExcelException.java | 9e9d826451fa75c64a600eb58e70d1e5a112232b | [
"Apache-2.0"
] | permissive | zhflemon/springboot-easyexcel | b943d1f2bc68c372cb2ff335bacbebec8f494071 | 567ab1221e572ff275c22a95179f9e35da755a3b | refs/heads/master | 2021-05-18T11:14:30.276284 | 2019-12-04T05:27:26 | 2019-12-04T05:27:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 336 | java | package com.qin.springbooteasyexcel.util.excel;
/**
* Created with IntelliJ IDEA
*
* @Author yuanhaoyue swithaoy@gmail.com
* @Description Excel 解析 Exception
* @Date 2018-06-06
* @Time 15:56
*/
public class ExcelException extends RuntimeException {
public ExcelException(String message) {
super(messag... | [
"mm739023340@qq.com"
] | mm739023340@qq.com |
97e9213d14616496384563323e9dabc0cfe72e2a | 4cff4f30ade18b7fc6aca820da73fc559e624ab5 | /app/src/main/java/be/ucll/electroman_jeroen/UserEntity.java | 1291e3f10dbdc7665e25cac43ba6dad921df24cd | [] | no_license | r0431179/ElectroMan_Jeroen_Van_den_Rul | 54f3a991d8c641865c024354c9426badcf9d4130 | d1357ef53b03f82fee33d086895a26f1ae9ab1e1 | refs/heads/master | 2023-04-23T18:07:52.454752 | 2021-04-25T08:34:13 | 2021-04-25T08:34:13 | 361,374,851 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,576 | java | package be.ucll.electroman_jeroen;
import androidx.room.ColumnInfo;
import androidx.room.Entity;
import androidx.room.PrimaryKey;
import androidx.room.TypeConverters;
import java.io.Serializable;
import java.util.List;
@Entity(tableName = "users")
public class UserEntity{
@PrimaryKey(autoGenerate = true)
In... | [
"73129410+r0431179@users.noreply.github.com"
] | 73129410+r0431179@users.noreply.github.com |
f15e3d7276ef51b76cb4a23d2a56f2474c6b0853 | b6f05e13fe7040ab59deaddab23bc4e0c2b525a4 | /fiji-commons/fiji-commons-monitoring/src/main/java/com/moz/fiji/commons/monitoring/MetricUtils.java | 0a90501712065c5ffff1c7865d97f1aaff157cdb | [
"Apache-2.0"
] | permissive | seomoz/fiji | a621b6d6db3a7731414f6ea7d2bc6fc5ee2d59ec | bed3b7d20770ab2c490b55f278cb4397937f61b6 | refs/heads/master | 2021-01-18T08:56:48.848846 | 2016-07-19T20:30:17 | 2016-07-19T20:30:17 | 53,540,389 | 1 | 0 | null | 2016-07-06T20:52:33 | 2016-03-09T23:47:08 | HTML | UTF-8 | Java | false | false | 7,324 | java | /**
* (c) Copyright 2014 WibiData, Inc.
*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* 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... | [
"vagrant@mozlinks"
] | vagrant@mozlinks |
2a1b043849b89d99fe9692ddfeaca692ee34a5d4 | f31d4fd81ed75710d6eb563e5eb7efd913903380 | /src/com/jiadong/dao/UserDaoImpl.java | 18c020e49f58a7bad6c7518f4813286311ef57cb | [] | no_license | JohnMai1994/StudentManageSystem | e60505d047de2f9e7a493c1fab767d1d18b63e30 | 13c7505c52191aa8e20f9bf8c55296ca43ce4354 | refs/heads/master | 2022-12-03T00:25:08.368864 | 2020-08-24T05:35:57 | 2020-08-24T05:35:57 | 289,425,768 | 0 | 0 | null | 2020-08-24T05:35:58 | 2020-08-22T05:29:38 | CSS | UTF-8 | Java | false | false | 1,825 | java | package com.jiadong.dao;
import com.jiadong.bean.User;
import org.apache.commons.dbutils.QueryRunner;
import org.apache.commons.dbutils.handlers.BeanHandler;
import org.apache.commons.dbutils.handlers.BeanListHandler;
import java.sql.Connection;
import java.sql.SQLException;
import java.util.List;
public class UserD... | [
"mjd64929@gmail.com"
] | mjd64929@gmail.com |
7662affa88fc497069ee44d3a2a3a84c03742d78 | ca2a46024fc5cb6e7ded7a4351db259bd4d9df9c | /app/src/main/java/com/example/segundoauqui/foodcatolog/view/fingerprint/FingerprintHandler.java | a53fae90b832a57e08943547fa2dc8e50e661dfa | [] | no_license | SAUQU/FoodCatolog | c2257c2420c707a8481cde52d2f55ac37adba969 | 6a0838893f6d14068bbaf7099a5e490f1e047d24 | refs/heads/master | 2018-10-25T14:47:08.181761 | 2018-08-21T12:39:13 | 2018-08-21T12:39:13 | 110,216,594 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,156 | java | package com.example.segundoauqui.foodcatolog.view.fingerprint;
import android.annotation.TargetApi;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.hardware.fingerprint.FingerprintManager;
import android.Manifest;
import android.os.Build;
import an... | [
"auquisegundo@gmail.com"
] | auquisegundo@gmail.com |
0b737682188c4c718ae191e6ed30bb7f71fbc210 | 64fa075d41fa8fa5215f9fabecb65cbb8b5f9e28 | /src/main/java/net/shopec/util/FreeMarkerUtils.java | 5363892d3d2f7f6039a70c929f9e62ea097e4f37 | [] | no_license | jay763190097/shopecb2b2c | 069c7a5efd5151f3d267088daa4fcde0f9cb8195 | 08b650dc630d4d264daeaad446c5abfc69894138 | refs/heads/master | 2020-09-06T23:06:12.574861 | 2019-11-14T06:58:40 | 2019-11-14T06:58:40 | 220,583,739 | 0 | 0 | null | 2019-11-09T03:05:25 | 2019-11-09T03:05:25 | null | UTF-8 | Java | false | false | 7,304 | java | package net.shopec.util;
import java.io.IOException;
import java.io.StringReader;
import java.io.StringWriter;
import java.util.Date;
import java.util.List;
import java.util.Map;
import net.shopec.CommonAttributes;
import net.shopec.EnumConverter;
import org.apache.commons.beanutils.ConvertUtilsBean;
import org.apac... | [
"fz323817"
] | fz323817 |
9063d09ad6a2647085454c5e3137b4574d1b4186 | 29bb1d481f6bcd0342f994af78bf3553bb080912 | /src/main/java/com/example/smsdrw/controller/CategoryController.java | 07b8806fdbd6bc1d134d96e70ceb04f23cfd6407 | [] | no_license | tanakorn-rattanajariya/money-saving-backend | e0bac2245ed60cba203dde0312f14fed7294dd35 | 32bcaffe99f5531585fc7536bf8ae085937f646f | refs/heads/master | 2023-04-01T23:43:09.891299 | 2021-04-10T02:28:45 | 2021-04-10T02:28:45 | 353,037,572 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,163 | java | package com.example.smsdrw.controller;
import java.util.UUID;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import com.example.smsdrw.model.Category;
@RestController
@RequestMapping("/cate... | [
"lufas2603@gmail.com"
] | lufas2603@gmail.com |
2dcf8b1d189d154563abbf391046b364ea655424 | 13e384e0a3750db3a7e259f64b28724e443bb669 | /app/src/main/java/com/example/liao/xml/MainActivity.java | 4b83e88037d5206de35f3f2602093a846edc0737 | [] | no_license | liaoxianfu/XML | a345c3772ed6e605458ec03bbfc9f92d153bccf4 | 9742f3c475e804a484897dc09389fa6f15b2441f | refs/heads/master | 2020-03-10T21:36:52.900896 | 2018-04-15T10:13:36 | 2018-04-15T10:13:36 | 129,598,506 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,239 | java | package com.example.liao.xml;
import android.os.Environment;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Xml;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import org.xmlpull.v1.XmlSerializer;
im... | [
"liaoxianfu555@outlook.com"
] | liaoxianfu555@outlook.com |
22cd3867395b00e7acf5ca275954fbe59d429cf5 | fee61d9cafa4447e86bcdae4f8d13ac29d7c368d | /src/main/java/com/sanity/utils/PHATLogger.java | 73e0f257ef06a7ca5f6491681c8de34dff93e220 | [] | no_license | angu2015/afw | 22dec9c62d4fd369417576e535e81f6fa71adb05 | 0fa38c1c75d1838ab0a88279d2aeba61685ecc16 | refs/heads/master | 2021-01-10T13:50:21.472960 | 2015-12-18T17:44:51 | 2015-12-18T17:44:51 | 48,242,709 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,741 | java | /**
*
*/
package com.sanity.utils;
import java.time.LocalDateTime;
import java.time.format.DateTimeFormatter;
import java.util.Locale;
/**
* @author anponnus
*
*/
public class PHATLogger {
/**
* Logger for different log level
*/
private StringBuilder infoLog = new StringBuilder();
private StringBuilde... | [
"jdakshan@cisco.com"
] | jdakshan@cisco.com |
12f305ca4533ebb7ddfc93509349f62331102865 | 89d67145e783d83ca4a56de5021abdbaa06a3fb3 | /common/src/main/java/qunar/com/hotel/common/jdk8/funtional/Converter.java | d0c90c677fd922b317ddfe2bfe05c816756cc3e8 | [] | no_license | baymaxonly/qunar-my-example | 069495e455caac89227a7a962779218087c98bdb | 68bc3a4ec047e0b9c46283bf71afe8292e7f464a | refs/heads/master | 2021-01-11T11:37:10.145406 | 2016-12-23T12:27:43 | 2016-12-23T12:27:43 | 76,843,231 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 287 | java | package qunar.com.hotel.common.jdk8.funtional;
/**
* Created by shixian.zhen on 2016/12/23.
*
*
*/
// Keep in mind that the code is also valid if the @FunctionalInterface annotation would be ommited.
@FunctionalInterface
public interface Converter<F, T> {
T convert(F from);
}
| [
"543405693@qq.com"
] | 543405693@qq.com |
6ab17606e59ef00fe4bc199f03375d0d382dba14 | 87b120fdfc5aabae26a69cc4ff488b0828a8c3ac | /src/main/java/ru/cheb/intercity/bus/constants/PropertyConstants.java | 3a85624a021e48c38317978b5ad633601f192d48 | [] | no_license | dinarAkv/TelegramBotBusSchedular | 8e894a70dbbfa803bbc0e940e85d7bff29070955 | c1c196e4562149622f019261fdf39daad449d20b | refs/heads/develope | 2021-01-23T10:34:54.059452 | 2017-09-22T08:55:00 | 2017-09-22T08:55:00 | 102,621,327 | 0 | 0 | null | 2017-09-22T08:55:01 | 2017-09-06T14:50:13 | Java | UTF-8 | Java | false | false | 431 | java | package ru.cheb.intercity.bus.constants;
/**
* Class ci=onatin constants that bind with .properties files.
*/
public class PropertyConstants {
public static String propKeyUrlWithStations = "avtoVasUrlWithStations";
public static String propHostUrl = "hostUrl";
public static String propertyFileName... | [
"akhmetzyanov@i-teco.ru"
] | akhmetzyanov@i-teco.ru |
924453926caab82f5d180ee55d58eff26a5566b0 | 2a2a9b7869bb53105e4397eb1a181f6f9ab7710c | /isp-automotriz-web/src/main/java/com/sd/isp/beans/role/RoleB.java | 848a55f6f32c10070262735048acae7517f9230e | [] | no_license | mlored/swd | 689c3d3e12f42e15175dfa7835b45763f5f0b651 | 80d38d238d6de8ff2e0178fe72c814bea2fa6cd2 | refs/heads/master | 2023-01-22T21:51:56.335512 | 2019-07-04T21:22:54 | 2019-07-04T21:22:54 | 107,619,427 | 0 | 0 | null | 2023-01-11T18:57:57 | 2017-10-20T01:56:02 | JavaScript | UTF-8 | Java | false | false | 55 | java | package com.sd.isp.beans.role;
public class RoleB {
}
| [
"loredelpuerto@gmail.com"
] | loredelpuerto@gmail.com |
443bb280e958d7d4b95fcfa407c071b54d7ea6a3 | 17f6d7ec4ac95b3a95739c94ab292584b088b09a | /app/src/main/java/com/mvs/loaderasynctaskexample/MainActivity.java | 4bc6e585842c62dfa9647a0a348638526acd838c | [] | no_license | devmanjun/LoaderAsyncTaskExample | f81d2014a1e6578e7429780d6344433801d04435 | 950bcf836b09aeff7287da353a4d22e061430043 | refs/heads/master | 2021-05-09T22:39:29.378600 | 2018-01-24T12:01:15 | 2018-01-24T12:01:15 | 118,759,674 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,612 | java | package com.mvs.loaderasynctaskexample;
import android.support.v4.app.LoaderManager;
import android.support.v4.content.Loader;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.widget.ListView;
import java.util.ArrayList;
import java.util.List;
public ... | [
"devmanjun@gmail.com"
] | devmanjun@gmail.com |
45d20f0512051290d756ba50467e139e98f00a63 | dbc0aeed3ac687e898ab9b2299ec48b5102930d8 | /domain/src/main/java/com/nhsbsa/security/AppToken.java | 511f221beefeaa8199b6d52b3ff3e5550ddf3759 | [
"MIT"
] | permissive | Muddy91/nhs-finance | 5560309718133f0b87d809a8c3d22eea0f326676 | 2558ac39ab0d0cb7f0ba9380b9b9d23ebe7c8332 | refs/heads/master | 2020-08-04T23:55:36.386894 | 2017-02-09T14:34:21 | 2017-02-09T14:34:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 268 | java | package com.nhsbsa.security;
import lombok.*;
/**
* Created by jeffreya on 27/09/2016.
* AppToken
*/
@Data
@Builder
@NoArgsConstructor
@AllArgsConstructor
@ToString(of = {"id", "token"})
public class AppToken {
private String id;
private String token;
}
| [
"andrew-jeffrey@live.co.uk"
] | andrew-jeffrey@live.co.uk |
321dfb5761a4c9bb3cd7afeee8cb03d9834a1be4 | 0ec9b09bca5e448ded9866a5fe30c7a63b82b8b3 | /modelViewPresenter/presentationModel/withoutPrototype/src/main/java/usantatecla/mastermind/MastermindStandaloneDB.java | ee35c7161f93b2d1e087544c82da95231b2df0d9 | [] | no_license | pixelia-es/USantaTecla-project-mastermind-java.swing.socket.sql | 04de19c29176c4b830dbae751dc4746d2de86f2e | 2b5f9bf273c67eedff96189b6b3c5680c8b10958 | refs/heads/master | 2023-06-10T13:09:55.875570 | 2021-06-29T15:16:23 | 2021-06-29T15:16:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 428 | java | package usantatecla.mastermind;
import usantatecla.mastermind.models.DAO.SessionImplementationDAO;
import usantatecla.mastermind.models.dataBase.SessionImplementationDBDAO;
public class MastermindStandaloneDB extends MastermindStandalone{
protected SessionImplementationDAO createDAO() {
return new SessionImpleme... | [
"jaime.perez@alumnos.upm.es"
] | jaime.perez@alumnos.upm.es |
80d431c8d4daceeae99707dd2b468b9c05ec357e | 9bdc5e2452c18abf969b1c7bd388b5f68549c38a | /cloud-config-server/src/main/java/com/yy/ConfigServerApplication.java | 97a4c1e8fdb460d82edc59b2759fec14e6e46c4e | [] | no_license | 1993Yy/cloud | 7dd3a6a4955de6a9310c601ab997e84a18748a10 | 83bbcd8203a36700a3c05d55b6dcb472c22f5d7e | refs/heads/master | 2022-07-07T02:38:47.853174 | 2019-12-06T09:31:11 | 2019-12-06T09:31:11 | 225,821,891 | 0 | 0 | null | 2022-06-17T02:45:51 | 2019-12-04T08:54:45 | Java | UTF-8 | Java | false | false | 410 | java | package com.yy;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.config.server.EnableConfigServer;
@SpringBootApplication
@EnableConfigServer
public class ConfigServerApplication {
public static void main(Stri... | [
"940357154@qq.com"
] | 940357154@qq.com |
caf712e3a88c59164ac66a843c1b02dd0b258772 | b69bb77d8ac87732bf9bb0989e58964962a9a980 | /src/main/java/com/zlt/service/FinanceService.java | 798bdcb884358037eb48fd09d08fba0b7d34f949 | [] | no_license | hylxj/- | 569506076d592d3ae9c0f3e5f9e3b57f4ece68d2 | d34395ab8bb87d49ee5782a795ca16d3f51dd895 | refs/heads/master | 2022-12-24T17:24:40.503433 | 2020-06-07T06:42:43 | 2020-06-07T06:42:43 | 245,827,787 | 0 | 0 | null | 2022-12-15T23:47:04 | 2020-03-08T14:18:48 | Java | UTF-8 | Java | false | false | 2,035 | java | package com.zlt.service;
import com.zlt.pojo.Expense;
import com.zlt.pojo.FundOut;
import com.zlt.pojo.Income;
import java.util.List;
import java.util.Map;
public interface FinanceService {
/**
* 查询收入表信息
* @return
*/
List<Income> selectIncome();
/**
* 查询支出表信息
*... | [
"1156551992@qq.com"
] | 1156551992@qq.com |
e6a667b38b68a753389ebe339561264e167d5cc6 | 5eee173b40df296242ef57145ee747347b47147c | /BackEndVideo/MiniVideo-common/src/main/java/com/llingwei/utils/RedisOperator.java | 12627517d0487b1a1570112fbc8c8c35f6eed91e | [] | no_license | Luolingwei/Video-Share-Platform | b4bead8f67f00b643904c37149595df20b2798db | 0d458878ea435f2395ecb3b5da615d9f90e19b3c | refs/heads/master | 2022-12-29T06:16:46.952065 | 2020-09-10T00:33:49 | 2020-09-10T00:33:49 | 251,198,476 | 1 | 0 | null | 2022-12-16T11:55:17 | 2020-03-30T04:09:39 | Java | UTF-8 | Java | false | false | 4,420 | java | package com.llingwei.utils;
import java.util.Map;
import java.util.Set;
import java.util.concurrent.TimeUnit;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.redis.core.StringRedisTemplate;
import org.springframework.stereotype.Component;
/**
* @Description:... | [
"564258080@qq.com"
] | 564258080@qq.com |
262cc7b3c9026a49ab83d49596517a2fca4dbad0 | 8c1eec6c8551a9e1977541636e4574dda6f858f2 | /TheProject/src/kyPkg/uFile/FileUtil_Test.java | 595b9fe3bce3dd4c346618442c98c82ac0b3b4e6 | [] | no_license | TinkerLabo/TextFactory | 2cc640a2e5e2e7e7c5a97c7b715ef741f5c802b9 | ba546c0a86682658d452eb746bdc880a1a37ecdb | refs/heads/master | 2020-03-22T21:15:41.064197 | 2018-07-12T06:48:53 | 2018-07-12T06:48:53 | 140,671,984 | 0 | 0 | null | null | null | null | SHIFT_JIS | Java | false | false | 5,020 | java | package kyPkg.uFile;
import static kyPkg.uFile.FileUtil.getDefaultDelimiter;
import static org.junit.Assert.*;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import org.junit.Test;
public class FileUtil_Test {
// @Test
// public void testoFileChk(... | [
"simujya@yahoo.co.jp"
] | simujya@yahoo.co.jp |
a0ea4527486888c73edb61655eaf761ecea62419 | 67dd1c142fd1f7299185d1ac70d6eb870c0ecde9 | /src/main/java/one/innovation/digital/andrelugomes/interfaces/Programa.java | a830f7a3f4f7f1f24db00ba2b0cd53a169a89edb | [] | no_license | vitormanoelcsantos/Bootcamp-Inter-Java-Developer | 88a2c3ec23a7f4835b179a39aa9639192aea314c | f12393a0004a446c4d9776e008db41b345c4dc6b | refs/heads/master | 2023-03-20T05:46:58.745737 | 2021-03-14T16:00:53 | 2021-03-14T16:00:53 | 342,277,276 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,046 | java | package one.innovation.digital.andrelugomes.interfaces;
public class Programa {
public static void main(String[] args) {
// Como dito anteriormente, a classe se torna aquela interface que ela implementou ou seja,
// um Objeto gol, também é do tipo carro.
// final Gol gol = new Gol();
final... | [
"vitormanoelcsantos@outlook.com"
] | vitormanoelcsantos@outlook.com |
6dd914d726391cfba4ac944a43e7b126c2e76430 | 1ae60085fd221d5389f23d36fb04494accbf4e14 | /models/build/tmp/kapt3/stubs/main/com/vimeo/networking2/PlayUtils.java | 7dd96eb2c6ee70a8b1a072e685c606d30ee53d46 | [] | no_license | dadhaniyapratik/MVP_Room_Architicture | 268eee023d1fff408f62c8807c8b4c1a8b012c2e | 832839321cb57a358e15892f3c81fa06f1e5f51e | refs/heads/master | 2020-06-27T14:51:17.706384 | 2019-08-01T05:04:43 | 2019-08-01T05:04:43 | 199,980,300 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 840 | java | package com.vimeo.networking2;
import java.lang.System;
@kotlin.Metadata(mv = {1, 1, 13}, bv = {1, 0, 3}, k = 2, d1 = {"\u0000\u000e\n\u0000\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0003\"\u0015\u0010\u0000\u001a\u00020\u0001*\u00020\u00028F\u00a2\u0006\u0006\u001a\u0004\b\u0003\u0010\u0004\u00a8\u0006\u000... | [
"pkdadhaniya@cygnet.com"
] | pkdadhaniya@cygnet.com |
81c11854c52190627c3ef6fa702dba9f739123a7 | 3ea71877c83ccdd99bd0f79bd25b6b635cb61cac | /MVCProj9-MiniProject-CURDOperation-StudentRegistration/src/main/java/com/manash/service/StudentRegisterServiceImpl.java | a17ca5c9d4de00617db0dc184d9bf73f9635cc0b | [] | no_license | manash6173/SpringMVC-SFC | d4b12b85153eaa9a8418d5dea09ed6ead1d9ca09 | 6c3831ee17d9d1eea38425c0789d3b7d42d5c16c | refs/heads/master | 2022-12-12T14:03:43.680037 | 2019-05-11T04:32:51 | 2019-05-11T04:32:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,089 | java | package com.manash.service;
import java.util.ArrayList;
import java.util.List;
import org.springframework.beans.BeanUtils;
import com.manash.bo.StudentBO;
import com.manash.dao.StudentRegisterDAO;
import com.manash.dto.StudentDTO;
public class StudentRegisterServiceImpl implements StudentRegisterService ... | [
"ManashMVC@gmail.com"
] | ManashMVC@gmail.com |
348ff8d6376a87c3b5b6f209d1c52167971f4ac6 | 83110fbb179713c411ddf301c90ef4b814285846 | /src/HostService.java | a33f58e130a6a591f74181dc6700772990d38761 | [] | no_license | mikelopez/jvm | f10590edf42b498f2d81dec71b0fee120e381c9a | 36a960897062224eabd0c18a1434f7c8961ee81c | refs/heads/master | 2021-01-19T05:36:54.710665 | 2013-06-09T04:36:41 | 2013-06-09T04:36:41 | 3,783,647 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,909 | java |
package com.vmware.vim25;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for HostService compl... | [
"dev@scidentify.info"
] | dev@scidentify.info |
0d6815f22501b231787aec8777625be274179d02 | 6196bd646a4cbc398bb21d5b16b9973f3b3b1ec8 | /extra/camino/fitters/ZeppelinGDRCylindersMultiRunLM_Fitter.java | 31934a92f49882aa8fe4044cc27c828ff69c19b0 | [
"Artistic-2.0"
] | permissive | justinblaber/dtiQA_app | a684764fd1fd12116e7e1e5d7fba12f337af73aa | ea1577c641564acd9b446dccd1048d2e4b9f58e7 | refs/heads/master | 2021-04-06T09:59:04.402762 | 2018-03-14T01:39:36 | 2018-03-14T01:39:36 | 124,810,970 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,947 | java | package fitters;
import models.*;
import models.compartments.CompartmentModel;
import models.compartments.CompartmentType;
import optimizers.*;
import inverters.*;
import numerics.*;
import misc.*;
import data.*;
import tools.*;
import imaging.*;
/**
* <dl>
*
* <dt>Purpose:
*
* <dd>Fits the Z... | [
"justin.akira.blaber@gmail.com"
] | justin.akira.blaber@gmail.com |
7843e35f0eb6bdbf8a52c6f2cf94980764a4ff39 | 6baa09045c69b0231c35c22b06cdf69a8ce227d6 | /modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201603/cm/CustomerExtensionSettingService.java | 39c797a31ba3086ff29dbadcb3353dbc8b83e464 | [
"Apache-2.0"
] | permissive | remotejob/googleads-java-lib | f603b47117522104f7df2a72d2c96ae8c1ea011d | a330df0799de8d8de0dcdddf4c317d6b0cd2fe10 | refs/heads/master | 2020-12-11T01:36:29.506854 | 2016-07-28T22:13:24 | 2016-07-28T22:13:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 783 | java | /**
* CustomerExtensionSettingService.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Mar 02, 2009 (07:08:06 PST) WSDL2Java emitter.
*/
package com.google.api.ads.adwords.axis.v201603.cm;
public interface CustomerExtensionSettingService extends javax.xml.rpc.Service {
public java.lan... | [
"jradcliff@users.noreply.github.com"
] | jradcliff@users.noreply.github.com |
6744178075c0faf1cd4cda19ade88ab35dadcf76 | f26a86b07a5ff823f7f2b6f7234e29e86a07104c | /src/coagent/gui.java | 4933f8a1bae4a09ec1e766f5107d0b8c9bc43af7 | [] | no_license | MichelKu/coagent_school_project | 9e147ec1bbb01847ba70a28b40f8316271c09777 | c40cc5dbceab50ca3d95c8bfd8d161dd2bcc8d59 | refs/heads/main | 2023-04-23T20:45:58.694544 | 2021-05-19T10:02:18 | 2021-05-19T10:02:18 | 368,823,473 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,370 | 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 coagent;
import java.awt.BorderLayout;
import java.awt.CardLayout;
import java.sql.Connection;
import java.sql.PreparedStateme... | [
"michelkugler95@gmail.com"
] | michelkugler95@gmail.com |
551bda22a027af902705ea7b29591577a9645f19 | 02ece4df74127b779db5348eb9b5d77338ece2c8 | /Formulario_Alta_Usuario.java | 8c0c80945056c290dac8b68ac32f0a372e3cb522 | [] | no_license | elbamer/Ejercicio-Java-Alta-usuarios-y-logarse- | 9b7aa6d4c9ad4500389b3bb804a85e86b37c6e3b | 9937bc30b6d8870b541b494d192e90afb25744cb | refs/heads/master | 2020-07-05T07:02:48.917967 | 2019-08-15T15:14:27 | 2019-08-15T15:14:27 | 202,564,089 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,459 | 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 ejerciciologin;
import javax.swing.JOptionPane;
import metodos_Sql.Metodos_Sql;
/**
*
* @author elbam
*/
public class Form... | [
"elbamer33@gmail.com"
] | elbamer33@gmail.com |
78cf7235224eae90d78ff0203ef561c0689dddee | a780697ef68b4aed3fff4cf644462636d8afe8ec | /app/src/main/java/com/example/android/declarationsapp/retrofit/ApiData.java | a5490a92e00e779b578b0df21ebabaf11294d826 | [] | no_license | LizaPolishchuk/DeclarationSearch | f5536f9f85246ee338b800e996cff2bf80a1a4e3 | f227bf3fd5e1c8a4a6d46f5f2b5119abf295ccb9 | refs/heads/master | 2020-04-01T14:56:59.839650 | 2018-10-21T18:09:44 | 2018-10-21T18:09:44 | 153,314,560 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 297 | java | package com.example.android.declarationsapp.retrofit;
import com.example.android.declarationsapp.data.Items;
import retrofit2.Call;
import retrofit2.http.GET;
import retrofit2.http.Query;
public interface ApiData {
@GET("declaration/")
Call<Items> itemList(@Query("q") String query);
}
| [
"lizapolic@ukr.net"
] | lizapolic@ukr.net |
6081ffcb7dd937cba1ffbb6d4677e6fb3fffcd29 | 6c038bac76027ace0b236ff131cbcffebd274985 | /workspace/05_Jms/src/main/java/com/curso/microservicios/_Jms/Persona.java | 113d1c6bd90a181a920bcac0606d66c409c0cff8 | [] | no_license | victorherrerocazurro/MicroserviciosSpringATSistemasOctubre2017 | 2f1752055c4f58b3faa4ab4470a3e51032e97541 | 2512133b51d64a77a947aaad2e053f69d262d7ba | refs/heads/master | 2021-07-08T15:30:55.572658 | 2017-10-05T17:28:12 | 2017-10-05T17:28:12 | 105,535,171 | 0 | 3 | null | null | null | null | UTF-8 | Java | false | false | 654 | java | package com.curso.microservicios._Jms;
import java.io.Serializable;
public class Persona implements Serializable{
private long id;
private String nombre;
public Persona(long id, String nombre) {
super();
this.id = id;
this.nombre = nombre;
}
public Persona() {
super();
// TODO Auto-generated cons... | [
"victorherrerocazurro@gmail.com"
] | victorherrerocazurro@gmail.com |
4fb94201c6b0ad92113c0d58ed47a1a57d57ab20 | 968bb7ebec13384163c2c53ec1bb2588d3ded9ed | /src/main/java/com/shop/exceptions/UploadException.java | b5910dd92d0a08b0debd1c2383638e899501d7f6 | [] | no_license | LongRongZai/second_hand_shop | 0ee65f789ba023da5088eff19d1f6416eb83b9bc | 623a71da5be5c4d17e71fbfa893150041913a9d8 | refs/heads/main | 2023-04-20T14:09:19.839222 | 2021-05-08T13:47:44 | 2021-05-08T13:47:44 | 356,520,020 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 164 | java | package com.shop.exceptions;
public class UploadException extends RuntimeException {
public UploadException(String message) {
super(message);
}
}
| [
"924602944@qq.com"
] | 924602944@qq.com |
03baf8ae67c36f54378bd52d34ee3a385c610d2d | 6a2b95cdd1338186162004b93225eda376705c47 | /src/se/maxjonsson/days/december2/December2Test.java | bd6fba7bcc3026d65518efbd2931bf63823d3fc3 | [] | no_license | emomax/advent_of_code-2017 | 15d3aa520e07694ba5b6d09b05478083edd59ae3 | 4efd31a57785bdcce084a7a2761f36f38412f941 | refs/heads/master | 2021-08-29T04:36:45.357116 | 2017-12-13T12:01:59 | 2017-12-13T12:01:59 | 112,717,723 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 808 | java | package se.maxjonsson.days.december2;
import java.util.Arrays;
import org.junit.Test;
import sun.jvm.hotspot.utilities.Assert;
public class December2Test {
/**
* Tests derived from task.getDescription();
*/
@Test
public void taskATest() {
final December2_TaskA task = new December2_Tas... | [
"jag@maxjonsson.se"
] | jag@maxjonsson.se |
8e4c3bdb72b083c6ef8b0f0e1bd7e69ee7010794 | f8d54143f9c2afd29bb43dd846cabfb947c37ad3 | /app/src/main/java/levandowski/primao/criptocon/fragments/SixthFragment.java | b80c179bc9eed70b3c76ed069c224df646fc4c14 | [] | no_license | glevandowski/criptocon-vplaystore | b8aa688452fc4732c143fb85982db8df80636c70 | cfa5cc6b1d4afa6806ecd2cec273c1821762c78f | refs/heads/master | 2022-12-09T15:48:20.479633 | 2022-12-03T15:50:52 | 2022-12-03T15:50:52 | 129,497,258 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 658 | java | package levandowski.primao.criptocon.fragments;
import android.annotation.SuppressLint;
import android.app.Fragment;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import levandowski.primao.criptocon.R;... | [
"33090649+glevandowski@users.noreply.github.com"
] | 33090649+glevandowski@users.noreply.github.com |
f00d1d67ecb4d9e76002452acf6c9c06bc3c013b | f2197575e69f42af5ba2812d4bd0e563bbe6853f | /src/main/java/org/esupportail/esupsignature/config/security/cas/CasConfig.java | 6055efbd5885adf12937218b1f9bf3a99187ce62 | [
"Apache-2.0",
"CDDL-1.1",
"LGPL-2.1-only",
"BSD-3-Clause",
"CDDL-1.0",
"EPL-1.0",
"Classpath-exception-2.0",
"MIT",
"LGPL-2.0-or-later",
"GPL-2.0-only",
"W3C",
"GPL-1.0-or-later",
"SAX-PD",
"LicenseRef-scancode-public-domain",
"AGPL-3.0-only",
"MPL-1.1"
] | permissive | prigaux/esup-signature | 2d34e3e415ae603877933c921965563ca8a54398 | 32b27c36b61ad1dbe42482314ec25cb1d6d46c42 | refs/heads/master | 2023-08-12T18:17:35.310244 | 2021-10-08T16:01:45 | 2021-10-08T16:03:48 | 271,847,055 | 0 | 0 | Apache-2.0 | 2020-06-12T16:48:41 | 2020-06-12T16:48:40 | null | UTF-8 | Java | false | false | 1,375 | java | package org.esupportail.esupsignature.config.security.cas;
import org.esupportail.esupsignature.service.security.cas.CasSecurityServiceImpl;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.autoconfigure.condition.Co... | [
"david.lemaignent@univ-rouen.fr"
] | david.lemaignent@univ-rouen.fr |
3907aaa248e5945c4446f713f7ff3c9bf2b0991a | a2075d046250d6e8b27d69f1030142f0efdf3e2e | /hrms-backend/src/main/java/com/finalproject/hrmsbackend/entities/concretes/CandidateSkill.java | 32ce1e214e5df6b8e17206fe8e4e181b3ff25a99 | [] | no_license | CosmicDust19/kodlama.io-javareactcamp | c42921845f3a1da52198ca6c59d0747af0bae50f | 886bbae133dcf9739d8dda0471a20cfb9cb4952b | refs/heads/master | 2023-08-18T02:22:23.016255 | 2021-10-04T11:40:26 | 2021-10-04T11:40:26 | 365,454,905 | 20 | 4 | null | null | null | null | UTF-8 | Java | false | false | 1,187 | java | package com.finalproject.hrmsbackend.entities.concretes;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.finalproject.hrmsbackend.entities.abstracts.CvProp;
import lombok.*;
import javax.persistence.*;
@Getter
@Setter
@ToString
@AllArgsConstructor
@NoArgsConstructor
@Entity
@Table(name = "c... | [
"smh01.2019@gmail.com"
] | smh01.2019@gmail.com |
5cd0464528eefe6c522f61af9592cbbef6a5bc28 | c27505c5c417b01930825c1d4cf9e563fbc33ee9 | /orgjson/src/test/java/com/hua/test/orgjson/ObjectToXmlTest.java | 952197a38504a84bf230c2aa29d793d12de25edb | [] | no_license | dearcode2018/json-entire | 6234d08c9588c52651a89f275021acd873761b2d | f02a8ac524b24480bd7a984d2c7f6843832d6802 | refs/heads/master | 2023-02-26T18:09:34.445848 | 2021-01-25T10:39:31 | 2021-01-25T10:39:31 | 324,156,464 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,747 | java | /**
* 描述:
* ObjectToXmlTest.java
*
* @author qye.zheng
* version 1.0
*/
package com.hua.test.orgjson;
// 静态导入
import static org.junit.Assert.assertArrayEquals;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotEquals;
import static... | [
""
] | |
96e5e6b0e6bd3df0e49c66f2c98be373a6bc797b | ae9efe033a18c3d4a0915bceda7be2b3b00ae571 | /jambeth/jambeth-merge/src/main/java/com/koch/ambeth/merge/util/IPrefetchHelper.java | d838a2023cbb59e1e5839f24bc817ab06c78f6d1 | [
"Apache-2.0"
] | permissive | Dennis-Koch/ambeth | 0902d321ccd15f6dc62ebb5e245e18187b913165 | 8552b210b8b37d3d8f66bdac2e094bf23c8b5fda | refs/heads/develop | 2022-11-10T00:40:00.744551 | 2017-10-27T05:35:20 | 2017-10-27T05:35:20 | 88,013,592 | 0 | 4 | Apache-2.0 | 2022-09-22T18:02:18 | 2017-04-12T05:36:00 | Java | UTF-8 | Java | false | false | 6,579 | java | package com.koch.ambeth.merge.util;
/*-
* #%L
* jambeth-merge
* %%
* Copyright (C) 2017 Koch Softwaredevelopment
* %%
* 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.... | [
"dennis.koch@bruker.com"
] | dennis.koch@bruker.com |
66579143de8a66c77be9abe8e66339ad8b1b4263 | 84d305a2476ade42dcb23f5b247459867c2c9357 | /app/src/main/java/space/firsov/kvantnews/ui/posts/GetCoursesNews.java | b888630c951fb6d4e74b01b3fbc7fc82bdb1182b | [] | no_license | makerssyktyvkar/kvant1 | 996ddad48fcf376b7e916174dd8cb7fb492faac0 | 9639209802b0dc251824b42cde6ce3186bedb323 | refs/heads/master | 2021-01-02T06:57:40.138250 | 2020-06-09T15:47:36 | 2020-06-09T15:47:36 | 239,537,578 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,905 | java | package space.firsov.kvantnews.ui.posts;
import android.content.Context;
import android.os.AsyncTask;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.select.Elements;
import space.firsov.kvantnews.R;
public class GetCoursesNews extends AsyncTask<String, Void, Integer> {
private String ... | [
"53371833+Firsov62121@users.noreply.github.com"
] | 53371833+Firsov62121@users.noreply.github.com |
d1f3cf9d8f0f7387b8f620658ee41fef17f0405c | 28d1354e63724bb72300507c1b61695bd92fc27c | /gradle/app/src/main/java/com/example/newbiechen/ireader/ui/fragment/DiscHelpsFragment.java | 6f52385f15c68a230b80777b0b2ef2ae980f8b92 | [
"MIT"
] | permissive | yxiaojian33/NovelReader | c2a4dc81653e5a37f9ffea5062ec2a646bf07fa3 | e21ca1d6b84b2420efeaa676fe9a3e850644be22 | refs/heads/master | 2022-02-02T19:58:52.614710 | 2019-05-09T05:22:11 | 2019-05-09T05:22:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,908 | java | package com.test.xiaojian.simple_reader.ui.fragment;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import com.test.xiaojian.simple_reader.R;
import com.test.xiaojian.simple_reader.RxBus;
import com.test.xiaojian.simple_reader.event.SelectorEvent;
import com.test.xiaojian.simple_reade... | [
"Xiaojianlei@users.noreply.github.com"
] | Xiaojianlei@users.noreply.github.com |
9a288f917ef78b5f1b4e34d69ac1e268cd9e19c5 | 9117482c62a55d686f7777830723b48fe284d9e8 | /EmployeeDatabase/src/com/cubic/application/services/JDBConn.java | 71624f47b299a2652b56e7ef36c135e5b0d16706 | [] | no_license | smaharjan99/coffee | 3760626af9cfc9fd7995e509f111636f1a03fb2b | 920ef2fe6b0ebb72f1f7908bfa3eaf985209090e | refs/heads/master | 2021-01-12T10:59:18.690988 | 2016-11-29T18:24:33 | 2016-11-29T18:24:33 | 72,780,987 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 435 | java | package com.cubic.application.services;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
public class JDBConn {
public Connection getConnection() throws ClassNotFoundException, SQLException{
Connection dbconn =null;
Class.forName("oracle.jdbc.driver.OracleDriver");
dbc... | [
"smaharjan237@gmail.com"
] | smaharjan237@gmail.com |
23c1265b935707f5d2576e3e79afe8cf474539be | 336cbbe808a7353cb1966f816a81bbaf077295c2 | /src/test/java/com/github/madeindjs/feedID3Test/DiscogReleaseTest.java | 6ec088377713a332426cc442537bdb1a20975e85 | [] | no_license | madeindjs/feedID3 | 3458b60f70f9f3af544cd9c96b65ada395b8f6ec | 2a0f3c7fcad47a0ba46ff28139ed35d6ebc33de7 | refs/heads/master | 2021-04-09T17:09:07.973636 | 2018-04-20T11:55:58 | 2018-04-20T11:55:58 | 125,757,937 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,174 | java | package com.github.madeindjs.feedID3Test;
import com.mpatric.mp3agic.ID3v24Tag;
import com.github.madeindjs.feedID3.DiscogRelease;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Paths;
import junit.framework.Assert;
import org.json.JSONObject;
import org.junit.Test;
/**
*
* @author app... | [
"contact@rousseau-alexandre.fr"
] | contact@rousseau-alexandre.fr |
3035a1183b71c5d4654a2a74a5a22387dbdc3fba | 507955ae1ae8efc0b772a02399d15cced3d0442c | /pattern/src/main/java/com/gupao/gp16306/pattern/singleton/lazy/LazyDoubleCheckSingleton.java | d24f6e55d82f617c19168d16269e4716b6c5b9e6 | [] | no_license | fire-feng/GP16306 | 0f302b8bc0492c9fba59f9db6fd02bace2d29ca2 | 8ae1f9278750e27b69dfc51513de51b42a0207bf | refs/heads/master | 2022-12-24T23:27:26.797874 | 2019-06-25T16:10:23 | 2019-06-25T16:10:23 | 174,558,990 | 0 | 0 | null | 2022-12-16T04:24:32 | 2019-03-08T15:12:56 | Java | UTF-8 | Java | false | false | 701 | java | package com.gupao.gp16306.pattern.singleton.lazy;
public class LazyDoubleCheckSingleton {
private volatile static LazyDoubleCheckSingleton lazy = null;
private LazyDoubleCheckSingleton(){ }
public static LazyDoubleCheckSingleton getInstance() {
if (lazy == null) {
synchronized (LazyD... | [
"369596957@qq.com"
] | 369596957@qq.com |
331451d258a897f5be06a95b64548cbcb85f13ad | e8d9a5ae1a33001a8008bde85565c201077c1cba | /com.io7m.jdae.collada1_5/src/main/java/com/io7m/jdae/collada1_5/MeshType.java | b92c6e0927b0b65b2e6cf68d540b0a5d184fb35b | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain"
] | permissive | io7m/jdae | 6839b34294185a81c5ce9b6ea9a392d992bec0b1 | 9c4555487fd0cab7824ab384c6a3d3eef76ba298 | refs/heads/master | 2023-09-01T22:40:43.760915 | 2021-01-17T14:52:38 | 2021-01-17T14:52:38 | 48,003,036 | 1 | 1 | NOASSERTION | 2020-10-12T23:31:08 | 2015-12-14T21:47:05 | Java | UTF-8 | Java | false | false | 6,595 | 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: 2015.12.... | [
"code@io7m.com"
] | code@io7m.com |
e3e4d46f9ce65e10d6520562ba0a68823e831485 | ec6cf05df19026a5d8aab1752471daeb2a8edefc | /game_api/src/main/java/com/sbmage/exception/LogicException.java | 33d330252e34279ee7678a7b44772e838602a7b3 | [] | no_license | sbmage/game-api | 59e2922ca5ea64afbdfffa8c34eb76f468bb1439 | 0167aacb0191d2f3584f5d637760378a0f247da9 | refs/heads/master | 2021-01-10T04:02:58.966590 | 2016-03-30T04:09:30 | 2016-03-30T04:09:30 | 54,959,266 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,623 | java | package com.sbmage.exception;
import java.util.Iterator;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import org.apache.commons.lang.StringUtils;
import org.apache.log4j.Logger;
import org.springframework.web.context.request.RequestContextHolder;
import org.springframework.web.contex... | [
"sbmage.ha@gmail.com"
] | sbmage.ha@gmail.com |
80737cd501b788d0f2ff757b772e9c2ce583fd24 | bd6edfdfb35d96f689b3952e2655e05b755c1870 | /src/main/java/net/todo/model/Item.java | 499d616c7aab0bc87842963759439ee27bc40ac3 | [] | no_license | pizzou/task-force | 4779445bacb22ddff447667fae7080504682e9bb | a6f85a1e23c947c818bf8eace07855f70099af19 | refs/heads/master | 2023-03-10T03:21:42.721878 | 2021-02-24T07:23:37 | 2021-02-24T07:23:37 | 341,194,024 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,333 | java | package net.todo.model;
import javax.persistence.Entity;
import javax.persistence.Enumerated;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import net.todo.enumerato... | [
"mpumuro.patrick@hotmail.com"
] | mpumuro.patrick@hotmail.com |
3f39d623e4d6214aac14d0f5a705638cc308196a | e8dd79e3db821e8a2d885061cc10b5e4205198cd | /src/main/java/com/gmail/shvetsova2015/inna/controllers/MyControllerSalary.java | b1254b0acfafe5426ef508110c789cd22bfd9de5 | [] | no_license | InnaShvetsova2016/SSM | 50458d5ddcb2046fa70229387284ce71054d05a2 | 617e6d558f8cf1b4e0d3f2f9d0be34ab8e9fae67 | refs/heads/master | 2021-01-01T04:45:50.897486 | 2016-05-25T19:14:32 | 2016-05-25T19:14:32 | 59,362,966 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,134 | java | package com.gmail.shvetsova2015.inna.controllers;
import com.gmail.shvetsova2015.inna.entity.Order;
import com.gmail.shvetsova2015.inna.entity.Salary;
import com.gmail.shvetsova2015.inna.services.MasterService;
import com.gmail.shvetsova2015.inna.services.OrderService;
import org.springframework.beans.factory.annotati... | [
"inna.shvetsova2015@gmail.com"
] | inna.shvetsova2015@gmail.com |
46da4d04a62cf8e824fd838ce0dfae58c2ab725a | 8b4d223f252dd135b9271b207a21e29fa4cbfdf3 | /src/main/java/com/db/prisma/droolspoc/pain001/ChequeDelivery1Code.java | cdb4042c05356f2211d3448acc401bef9abb9341 | [
"MIT"
] | permissive | demoth/finistika | 254c4a687cd4fe2ad7ecb590243703cabc4c14eb | 4850cca7345f42033558a83b4c6ffe4e168efc80 | refs/heads/master | 2021-01-18T19:31:46.642965 | 2017-06-06T15:58:40 | 2017-06-06T15:58:40 | 86,899,301 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,628 | 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: 2017.03.... | [
"bubnov.d.e@gmail.com"
] | bubnov.d.e@gmail.com |
6e98007505b119e5ecf44bf0714f7918ecac5413 | 4c95ffa4ad30e2bddae85569f3acf8e40e6bcddd | /src/main/java/com/raga/service/ProductRetrieverService.java | e5afa99bfcd6c5433e5461c27d0c5ae3c84baff7 | [] | no_license | rohitsingh186/amazin-cart | 3073e9287d3d8e3370debbdc70d690c77adc789a | 98f5e8fe33ac0cb7eef8b8ce30647c00a42a8e17 | refs/heads/master | 2021-06-15T23:23:52.253903 | 2019-09-05T19:09:42 | 2019-09-05T19:09:42 | 206,617,865 | 0 | 0 | null | 2021-06-04T02:10:36 | 2019-09-05T17:14:32 | Java | UTF-8 | Java | false | false | 1,642 | java | package com.raga.service;
import com.raga.vo.ProductDetails;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Service;
import org.springframework.web.client.RestTemplate;
import java.io.IOException;
import j... | [
"rohitsingh17219@gmail.com"
] | rohitsingh17219@gmail.com |
7acd6742659b42dd3d45d17481e03fc44cf07cf1 | 5df41d496c4f422cbe7c01a1bb187df169fd5e9e | /src/main/java/com/mitocode/model/Signos.java | 6f715248445c3d63332bac0b348e28dfa888346e | [] | no_license | CECASTANEDA/mediapp-backend | 5719f835ce9b1f6668df0e88a46cc359a019a9f9 | 2fb5a4eb9a12dc1a1bf459442ccfd0e5a2253597 | refs/heads/main | 2023-05-31T02:12:09.214240 | 2021-06-19T15:49:56 | 2021-06-19T15:49:56 | 378,449,290 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,508 | java | package com.mitocode.model;
import java.time.LocalDateTime;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.ForeignKey;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import ... | [
"CARLOS.E.C.CASTILLO@GMAIL.COM"
] | CARLOS.E.C.CASTILLO@GMAIL.COM |
3bf68ccfdb48de251ecb6cea8f1d63e2c8aa380a | 22f3ef4a83b08da3b6be4ebf937e59aecf371619 | /JavaMisc/CommandLineExample.java | 7eda6b93e8f09a4ef67ac49d8be08e53ed0bed80 | [] | no_license | tushar9604/Javatpoint | 574e544ad7bd72354a198a6583dcf119446fbd83 | f325c2a1373394514f9ee9ed60f15e0c62f6cea2 | refs/heads/main | 2023-04-08T01:19:15.617991 | 2021-04-05T04:56:17 | 2021-04-05T04:56:17 | 351,664,806 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 129 | java | class CommandLineExample{
public static void main(String[] args){
System.out.println("Your first argument is: "+args[0]);
}
} | [
"tushar9604@gmail.com"
] | tushar9604@gmail.com |
d695b5e857c48bb08c8f0525771789b68fcf3cbe | 3b92a640108d73e38de0ec1104d8cb3189b9227e | /HydreixBesiegt.java | cd034c9f48f507655dd63fb33449e80ca3ce0468 | [] | no_license | thuylinhluu/reMemorization | 773647ab8660b1808fc26b67bfcb5d7b174962bc | 7ae12a0fbc51d70a0dbdc4feba442827c5e115df | refs/heads/master | 2020-09-22T05:36:05.469064 | 2020-02-24T16:13:02 | 2020-02-24T16:13:02 | 225,069,547 | 0 | 0 | null | 2019-11-30T21:02:52 | 2019-11-30T21:02:52 | null | UTF-8 | Java | false | false | 1,429 | java | import greenfoot.*;
public class HydreixBesiegt extends Textbox
{
private int gespraechsteil;
private Emrael emrael;
public HydreixBesiegt(Emrael em) {
drawText("Hydreix", "Schämst du dich denn nicht?");
gespraechsteil = 1;
setFertig(false);
emrael = em;
emrael.se... | [
"linhson@hotmail.de"
] | linhson@hotmail.de |
eba1755ed6db5edbd4cd128539c208c7b56fb1dc | d681cc80c86a1a26f6d833d76d798872599428f3 | /src/com/sunwah/baseapp/weixin/entity/Message/req/LinkMessage.java | 8444ee462fa3134fc282d8550ee1fcda04ff935b | [] | no_license | lwbmygithub/weixinDevelop | 1237fc9ba52753ac2b3c11a29bd0cdf15a30c690 | ea8c0ecdf7064752beb02711647ad22114e10ddd | refs/heads/master | 2020-09-26T08:04:10.215026 | 2016-09-02T02:42:44 | 2016-09-02T02:42:44 | 67,183,808 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 784 | java | package com.sunwah.baseapp.weixin.entity.Message.req;
public class LinkMessage extends BaseMessage {
/**
* 消息标题
*/
private String Title;
/**
* 消息描述
*/
private String Description;
/**
* 消息链接
*/
private String Url;
public String getTitle() ... | [
"501312862@qq.com"
] | 501312862@qq.com |
c12eb348b1907055918c0f3ec8a63dc4f81220b7 | 280790f1f00569d2c29a86455e55e9423146f56f | /src/main/java/io/fixer/fixerio/model/RatesByDate.java | 9c3fb36d1254170b18f1ad2d1163e9b5731f767d | [] | no_license | Merkanto/Fixer | e7db2e2847fe5c3fd41b131c983d9f243768dac3 | 5ac61c9dab4c9ee9e7e566ac37982d9ac6f75f41 | refs/heads/master | 2022-12-14T06:37:55.469372 | 2020-09-13T19:25:29 | 2020-09-13T19:25:29 | 295,209,159 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,024 | java | package io.fixer.fixerio.model;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import java.math.BigInteger;
import java.sql.Timestamp;
import java.util.HashMap;
@JsonIgnoreProperties(ignoreUnknown = true)
public class RatesByDate {
private String date;
private Timestamp timestamp;
priva... | [
"miroslav.i.zhelezchev@gmail.com"
] | miroslav.i.zhelezchev@gmail.com |
c00fa2efc05faaa64b077ffcf956a5d3d0ac359f | a440057da0b221185d1c7c606da223dc971be017 | /src/main/java/com/dgg/store/controller/store/CommonApplyController.java | ffb2198696ab8e57f356f1b15820b65f59782eb8 | [] | no_license | QM-Developers/store_v1.1.1 | 94e2a5df1859bd070ecfb639a377d7b5a4540c97 | 476d494eafc0505b5d981a8ee43f4eb7e8dafb46 | refs/heads/master | 2021-01-21T14:19:33.718456 | 2017-11-15T10:33:22 | 2017-11-15T10:33:22 | 95,266,012 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,342 | java | package com.dgg.store.controller.store;
import com.dgg.store.service.store.CommonApplyService;
import com.dgg.store.util.core.constant.Constant;
import com.dgg.store.util.core.constant.RequestConstant;
import com.dgg.store.util.pojo.CommonApply;
import com.dgg.store.util.pojo.CommonApplyApprove;
import com.dgg.store.u... | [
"1109440800@qq.com"
] | 1109440800@qq.com |
e087be8bbd10e87afa82fa59b1e7105915caf176 | acb05846499755ddd5bf496a1941818315e7593b | /src/main/java/edu/iis/mto/multithread/BetterRadar.java | 4ef82de664e6f622b5a4bde2402c9c97033c9b5b | [] | no_license | msulejLab/lab5_1 | d35f1324c5f23ca2fdb3a6a610c4ec8cf8c027df | 8671f5068fca3a3489bec370d04471db7267d2b8 | refs/heads/master | 2021-01-22T16:05:10.909327 | 2016-05-20T09:38:03 | 2016-05-20T09:38:03 | 59,214,313 | 0 | 0 | null | 2016-05-19T14:31:36 | 2016-05-19T14:31:35 | Java | UTF-8 | Java | false | false | 660 | java | package edu.iis.mto.multithread;
import java.util.concurrent.Executor;
public class BetterRadar {
private PatriotBattery battery;
private Executor executor;
public BetterRadar(PatriotBattery battery, Executor executor) {
this.battery = battery;
this.executor = executor;
}
public... | [
"187809@edu.p.lodz.pl"
] | 187809@edu.p.lodz.pl |
f97171fa2027a62b61f9a9dbc3237137b2eef439 | f0a489388a23b557fc04a136ee93d9d9cdfdc4e9 | /testWeb2/src/dao/BaseDao.java | ec2666087d96e2884cac3803bc0d560b949cf4bd | [] | no_license | zzt17863815136/stuWeb | f027f4327d6e6729b9791276b9c44d9306c8f199 | 75eae89b951d10865649a12dce951cd84751a674 | refs/heads/master | 2021-05-05T13:05:41.472180 | 2017-09-27T02:56:08 | 2017-09-27T02:56:08 | 104,960,077 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,507 | java | package dao;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
public class BaseDao {
Connection conn=null;
Statement stat=null;
PreparedStatement pstat=null;
ResultSet rs=null;
public ... | [
"王文娟"
] | 王文娟 |
7352ba4394a8ecd379305c59773a83fc06e6a636 | 045218f685e847fde11181c8d7933da1b3fc29dd | /app/src/main/java/disstudio/top/dismessenger/Activity/StartActivity.java | 8ac7722d1a60f62fad4d0443dd3716ed11ad865a | [] | no_license | Dis2017/DisMessenger | 3d1902fb3324bae307dc7e40ad86b96fee56e0a2 | dafaebc38986f43ae8dce06f62854b774920d843 | refs/heads/master | 2020-04-21T08:35:01.467263 | 2019-02-06T15:15:07 | 2019-02-06T15:15:07 | 169,423,932 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,057 | java | package disstudio.top.dismessenger.Activity;
import android.content.Intent;
import android.graphics.Color;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
import disstudio.top.dismessenger.Bean.User;
import disstudio.top.dismessenger.Network.Callback.loginCallback;
import disstudio... | [
"2632699773@qq.com"
] | 2632699773@qq.com |
aba4f34eef95053a96abc246a3aed5568375b626 | 781709a427e29bf7eadb0c11b8a281f718e1e839 | /ViewPageFragment/src/com/example/viewpagefragment/PersonFragement.java | f72aabac4a40b9630e31b0aab7727ed126d3da93 | [] | no_license | RunCross/ifly-android-wuhu-workspace | c46c6a2bfcf5969d83898c139f393a92890e8ccb | a2d1d3e78fd1308a07cc663562a43098ee6015f9 | refs/heads/master | 2020-05-20T09:29:32.793856 | 2013-12-27T02:34:51 | 2013-12-27T02:34:51 | 13,534,808 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 3,010 | java | package com.example.viewpagefragment;
import java.util.ArrayList;
import com.runcross.vpfragmenutab.po.Person;
import android.app.Activity;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import... | [
"rujiang_g@qq.com"
] | rujiang_g@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.