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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f7f8e76ab334be54548bfe87a60713a53fc519ff | 42937c06b788b8d18b10d1ecc677b070790f9228 | /ums/src/main/java/com/webapi/user/model/Address.java | 0c5236c9c30bf08a8b2349cd5cb0d3b3177d5a01 | [] | no_license | tulica/sample-eureka-clientserver-implementation | 6b2823dc2cab3f0f2855bb29ba27bb81f919a2e6 | 3046ba1b349e126804f923dbfbeb0718d27987f7 | refs/heads/master | 2023-04-27T11:06:32.107805 | 2020-05-18T10:25:57 | 2020-05-18T10:25:57 | 264,894,776 | 0 | 0 | null | 2023-04-14T19:32:20 | 2020-05-18T09:42:49 | Java | UTF-8 | Java | false | false | 816 | java | package com.webapi.user.model;
import javax.persistence.Embeddable;
import javax.persistence.Embedded;
@Embeddable
public class Address {
private String street;
private String suite;
private String city;
private String zipcode;
@Embedded
private Geo geo;
public String getStreet() {
return street;
}
public... | [
"tulica.bhattacharya@nissanmotor.com"
] | tulica.bhattacharya@nissanmotor.com |
14800692c1ccea47b135f90f73657fe0ddbe4ebf | 20798b3195e3256d174fa64d71be0a1cef38a602 | /app/src/main/java/com/pmpandroid/mymovieexplorer/services/tv/TvApi.java | 6406715d720675fb8d653e30f92908611364b22d | [] | no_license | rps700/MyMovieExplorer | 4a349de425d60c240bd2ec852b2fe0e8e5b328e5 | 0ee4a9d00f6a3038544a7d96011a1eb97df3d1bc | refs/heads/master | 2020-12-30T15:55:02.589922 | 2017-05-25T03:49:44 | 2017-05-25T03:49:44 | 91,187,333 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,061 | java | /*
* Copyright (C) 2017 PMP Creative Studioz
*
* 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... | [
"rpoonams@gmail.com"
] | rpoonams@gmail.com |
6563b064bc6e971a5fc8f8782d0a85bdff32d51d | 954cbc355b5370afe1df752db7d36d51109ae994 | /http-jdbc-core/src/main/java/com/github/smartbooks/httpjdbc/core/QueryResult.java | cb0f6cd5518dd4d86c0d7a4f08bda30fde1b6f33 | [] | no_license | smartbooks/http-jdbc | aa04f6ad13cf8c626655867121bafd4e78eacf9a | edf704feae8ab0c486962085bb6bb7e15ae3db64 | refs/heads/master | 2021-04-15T08:25:25.669555 | 2018-06-25T08:03:58 | 2018-06-25T08:03:58 | 126,305,781 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 495 | java | package com.github.smartbooks.httpjdbc.core;
import java.util.ArrayList;
import java.util.List;
/**
* 查询结果
*
* @author smartbooks@qq.com
*/
public class QueryResult {
/**
* 元数据信息
*/
public List<ColumnMeta> meta = new ArrayList<>();
/**
* 查询结果数据
*/
public L... | [
"smartbooks@qq.com"
] | smartbooks@qq.com |
fb799e0484b4d9ae21d54a8f2427ad0e834f57b7 | f6107635c3e640cd33dec0ef7363215f09d547bb | /40_NumbersAppearOnce/Solution.java | 9cc8fb3f8445769a61c27fd1e6869008077e8b5b | [] | no_license | idear1203/PointsToOffer | e8e9ebf9a89cea308788358e0c7064055415f5f5 | 42af3b7db3f6a0eae891f0f51b330d0628876ba4 | refs/heads/master | 2020-01-23T22:04:59.645353 | 2016-10-08T12:14:01 | 2016-10-08T12:14:01 | 67,205,177 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,225 | java | import java.util.*;
public class Solution{
public List<Integer> findNumsAppearOnce(int[] nums){
int xorResult = 0;
for (int num : nums){
xorResult ^= num;
}
int indexOfMostRight1 = findIndexOfMostRight1(xorResult);
int num1 = 0;
int num2 = 0;
for... | [
"wangdongwei@pku.edu.cn"
] | wangdongwei@pku.edu.cn |
5d9eafbd98820cbdee89b07c8b7c51d08e638ab6 | 36585341f83094aa72bb1e3ab944bb7aa7513879 | /Java_App/MTS/Servlet/tomcat/Record.java | 86c524125c6f7217ea0580d21d5d6ca65fc99018 | [] | no_license | Hungama/IVR | 274c74aa7a8167ef24b1521e2a6f662a73d96080 | 9cfabb8ef07179cd38383655ea77f3874e864ba4 | refs/heads/master | 2021-01-21T14:01:07.035216 | 2015-04-20T07:51:44 | 2015-04-20T07:51:44 | 29,134,210 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,110 | java | import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.io.PrintStream;
import java.io.PrintWriter;
import javax.servlet.ServletContext;
import javax.servl... | [
"rahul.jain@hungama.com"
] | rahul.jain@hungama.com |
9ffd08fa54cf1dceb6ebf23674690a549b2c31df | 3f06dc3a00e19878a3f31bea78a05fc4a7e10f97 | /src/main/java/com/pearson/test/daalt/dataservice/request/action/StudentAccessContentTestAction.java | 881d73e05c44576c966601e0ff1b5700611259d6 | [] | no_license | wsoneking/dataservice-tests | f221eec7af27e10c80ac274efd58d2ed8f9c119d | bd4b3d8ea225993f639985a206ef243f93c9060f | refs/heads/master | 2021-01-10T01:54:27.059616 | 2015-11-13T18:49:03 | 2015-11-13T18:49:03 | 46,140,642 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,172 | java | package com.pearson.test.daalt.dataservice.request.action;
import java.util.List;
import com.pearson.test.daalt.dataservice.model.CourseSection;
import com.pearson.test.daalt.dataservice.model.LearningActivity;
import com.pearson.test.daalt.dataservice.model.Page;
import com.pearson.test.daalt.dataservice.request.mes... | [
"jin.wang@pearson.com"
] | jin.wang@pearson.com |
5ef39bde33cfe9861e4547de944557e0d441281c | 447d41085c0c9ba39ebd457b6360c5778990944b | /src/L4N_result.java | 5ba2917de3decb892174d165c64c3e710543f14a | [] | no_license | slavicf/MorningTask | 6608760d681d2f6137ce534374a68dc39754d536 | 4e71ef0136e68300f38a1a4f92de5f5e2d8a66da | refs/heads/master | 2023-06-22T11:42:13.842502 | 2021-07-21T16:13:13 | 2021-07-21T16:13:13 | 388,183,380 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 228 | java | public class L4N_result {
static {
i = 10;
}
static int i = 0;
static {
++i;
}
public static void main(String[] args) {
new L4N_result();
System.out.println(i);
}
}
| [
"jaroslavfrunt@gmail.com"
] | jaroslavfrunt@gmail.com |
e406fbab5a8f55e15011ac0624e97a1c495c343d | 2b2fcb1902206ad0f207305b9268838504c3749b | /WakfuClientSources/srcx/class_7188_coM.java | 1a70f04ed2f95c62d87aca1bcb5489c13425c422 | [] | no_license | shelsonjava/Synx | 4fbcee964631f747efc9296477dee5a22826791a | 0cb26d5473ba1f36a3ea1d7163a5b9e6ebcb0b1d | refs/heads/master | 2021-01-15T13:51:41.816571 | 2013-11-17T10:46:22 | 2013-11-17T10:46:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 98 | java | public abstract interface coM
{
public abstract String anI();
public abstract String anJ();
} | [
"music_inme@hotmail.fr"
] | music_inme@hotmail.fr |
9d5f8df49a1ffaec83ecfb2617acd7b629b29fc5 | 64c047f3854e6e6c24410e72f82ff12779040e0d | /src/com/dsw/util/ImageUtil.java | 38b9fee4240f36944339308c1201319e6127a6f1 | [] | no_license | justdoitqxb/daishangwo | 42d86022c529f488bdb686002d3484ff83f57e87 | 1c88efae7a298f048d73218066b9198d5da41d21 | refs/heads/master | 2021-01-10T09:31:28.492749 | 2016-02-25T03:03:33 | 2016-02-25T03:03:33 | 46,478,196 | 0 | 7 | null | null | null | null | IBM852 | Java | false | false | 4,062 | java | package com.dsw.util;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import javax.servlet.http.HttpServletResponse;
import org.apache.struts2.S... | [
"justdoittwo@163.com"
] | justdoittwo@163.com |
246a3b228816ee327ad4b39b50d25e9a231abb9c | ce994a3c3171776572390882de705f421cf3f0f7 | /emf4sw/bundles/com.emf4sw.owl/src/com/emf4sw/owl/DataHasValue.java | 6a8f351fc5be07c2c9bbf640aaabf8f55cea0c7f | [] | no_license | MSubhanH/Ecore2OWL | 46c2a70c747d157eabbed6bbc280edfea3296eb4 | e8698bdadebafca8b3b8775cbfb4f615bc931124 | refs/heads/master | 2020-04-07T00:17:41.193676 | 2018-11-28T16:21:23 | 2018-11-28T16:21:23 | 157,893,574 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,389 | java | /**
* <copyright>
* </copyright>
*
* $Id$
*/
package com.emf4sw.owl;
import com.emf4sw.rdf.Literal;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Data Has Value</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link com.emf4... | [
"subhan_h93@hotmail.com"
] | subhan_h93@hotmail.com |
b74d1791a36572a2dc39e428f15916005e8717b6 | 38412ef15d3f0675449d26c7b55e425804dc18b3 | /higia/src/main/java/higia/utils/ClassificationMeasures.java | 248457bf829ed3a938f984dc06d2a8d48009b322 | [] | no_license | douglas444/novelty-detection-env | 68e355f6c735085ae8ea37f785860fd9eca3fcd5 | cc24c1ca2cd6cee5cedcade24ef7e832cb8db45c | refs/heads/main | 2023-02-24T12:41:50.523509 | 2021-01-23T17:58:04 | 2021-01-23T17:58:04 | 318,396,596 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 565 | java | package higia.utils;
public class ClassificationMeasures {
public String name = null;
int n = 0;
int classified = 0;
ClassificationMeasures(){
}
public ClassificationMeasures(String name){
this.name = name;
this.n = 1;
}
public String getName() {
return name;
}
public void setName(String name) {... | [
"douglas.m.cavalcanti@gmail.com"
] | douglas.m.cavalcanti@gmail.com |
0cfd9606fcc3f6717076c40f97de487b0904714b | 4e30f9135c46db613bd3ceea938be843610842dc | /src/main/java/com/fisc/decldoccomptable/ApplicationWebXml.java | 601c46ca68bed34fff6c2c8222c07730c92e367a | [] | no_license | sandalothier/jhipster-decldoccomptable | ed3b2fc5e18b49a7679d4bdcadb0184d421d6008 | b251f192a3c278b1cb7810e0ef43e977334184d4 | refs/heads/master | 2022-12-23T18:13:10.417492 | 2019-12-19T13:18:07 | 2019-12-19T13:18:07 | 229,058,379 | 0 | 0 | null | 2022-12-16T06:07:19 | 2019-12-19T13:17:58 | Java | UTF-8 | Java | false | false | 858 | java | package com.fisc.decldoccomptable;
import com.fisc.decldoccomptable.config.DefaultProfileUtil;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
/**
* This is a helper Java class that provides an alternative to creating... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
a5ca5e223ad699d583e824f3892479675ed43cc7 | 44f2fa0aa6b5d2f8478eb4448e1f49293415455e | /src/main/java/com/example/test/model/entity/Item.java | dd0974f6e9909595e94a981e0f07adfae0f88e5a | [] | no_license | shlee0882/spring-boot-IntelliJ | bc566ada9c1a0747d280e1453568370676651db9 | cbb7e285467811e7ce869f6d8ba4254182052780 | refs/heads/master | 2020-07-07T21:26:44.649627 | 2020-04-19T09:55:44 | 2020-04-19T09:55:44 | 203,482,025 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 658 | java | package com.example.test.model.entity;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
import java.util.List;
@Data
@AllArgsConstructor
@NoArgsConstructor
@Entity
public class Item {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
... | [
"shlee0882@gmail.com"
] | shlee0882@gmail.com |
52ee7e2f064b9e79d85f70410b3b0e0a94e242c1 | 66dfd566a71d3bb5df1470c18615fcceade8a305 | /app/src/test/java/com/sannas/custompwdwidgt/ExampleUnitTest.java | 1420979df1c0dbb6d1830a7f196e9d1044d06af3 | [] | no_license | yinzeping/CustomPwdWidget | 7c4fd901730f17a66a854c788076c73b4071917c | 0996ff8e8bd509c726b1583e37208a80c4d2f603 | refs/heads/master | 2021-06-21T04:40:42.792265 | 2017-06-07T04:33:46 | 2017-06-07T04:33:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 403 | java | package com.sannas.custompwdwidgt;
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 v... | [
"851151582@qq.com"
] | 851151582@qq.com |
3e05ddca24a374e67ab5f1b626e34aeeb7b4c450 | 32ed0a557b1070683873d46a2e28f5494bd383c6 | /Dip/src/main/java/net/craigrm/dip/orders/Order.java | 523ae0cdad6a456550081b9d4993c66e8d2d4ed1 | [] | no_license | ricmcraig/Dip | ffc038120f3dcf220bec3595592f46ee04bc9c46 | ec56250fd0ce32e605ac25066c6c63e2966d4afc | refs/heads/master | 2016-09-05T14:13:48.903640 | 2014-03-20T13:30:51 | 2014-03-20T13:30:51 | 2,711,641 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,170 | java | package net.craigrm.dip.orders;
import net.craigrm.dip.map.DipMap;
import net.craigrm.dip.map.ProvinceIdentifier;
import net.craigrm.dip.orders.properties.OrderType;
import net.craigrm.dip.state.Unit;
public class Order {
public static final boolean WELL_FORMED = true;
public static final boolean NOT_WELL_... | [
"ricmcraig@gmail.com"
] | ricmcraig@gmail.com |
ace33cd96b556261bf6fc4a597838b51230cf82f | a0658539889d24ecb12c81d521857a13489ff8e0 | /modules/utils/src/main/java/org/springside/modules/utils/collection/ListUtil.java | 1cb8b908efd90c553a1ae33b9a24104f5c690a10 | [
"Apache-2.0"
] | permissive | mickylee/springside4 | 26e876e795cf8750035f15d741e014964761354b | 5223dc469618892cd1a52f80fc60a17a541fb7fb | refs/heads/master | 2021-01-11T20:29:26.421780 | 2017-01-16T10:47:33 | 2017-01-16T10:47:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,472 | java | package org.springside.modules.utils.collection;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
import java.util.Random;
import java.util.concurrent.CopyOnWriteArrayList;
import org.springside.module... | [
"calvin.xiao@vipshop.com"
] | calvin.xiao@vipshop.com |
5c429604404e75543b82251f05090d58c6257a5c | 4eb20658959fecf6203e36eb9adb5f327358060d | /src/main/java/fr/ensim/tp5/controller/MeteoController.java | 48e61f39776624e6251547da4295dfc310807ff7 | [] | no_license | MaiwennLeCacheux/DM_POO_API | 48583c85aee1bae7f06e1b9ef74dd4e6ba516bae | 6ed67312af6b01bed9f66870059c96f15c3a3072 | refs/heads/master | 2023-02-09T17:13:04.439427 | 2020-12-30T11:28:10 | 2020-12-30T11:28:10 | 323,730,032 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,106 | java | package fr.ensim.tp5.controller;
import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.... | [
"74050437+MaiwennLeCacheux@users.noreply.github.com"
] | 74050437+MaiwennLeCacheux@users.noreply.github.com |
503c4db61ad2c5caa2b9fb465d6dcc44b5b0723f | 69a4f2d51ebeea36c4d8192e25cfb5f3f77bef5e | /methods/Method_53108.java | cd76477bec81f25a2cbe14063f8eebdd10006388 | [] | no_license | P79N6A/icse_20_user_study | 5b9c42c6384502fdc9588430899f257761f1f506 | 8a3676bc96059ea2c4f6d209016f5088a5628f3c | refs/heads/master | 2020-06-24T08:25:22.606717 | 2019-07-25T15:31:16 | 2019-07-25T15:31:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 868 | java | private void collectEntities(JSONObject json) throws JSONException, TwitterException {
if (!json.isNull("entities")) {
JSONObject entities=json.getJSONObject("entities");
userMentionEntities=EntitiesParseUtil.getUserMentions(entities);
urlEntities=EntitiesParseUtil.getUrls(entities);
hashtagEntities=E... | [
"sonnguyen@utdallas.edu"
] | sonnguyen@utdallas.edu |
ad63eabed91f76c3d0a90424374bedfaeb20f3d5 | 08bf224bd71c2c3e1c61450bcf5805f97e25770c | /main/java/pams/repository/model/SysLockExample.java | a8dfbe358baac78dd22a1fab5f750ce32137d915 | [] | no_license | liveqmock/fbipams | f70e6a3e57b2a9ec0f376f616a550eb40c1270d7 | 20b5e6d33c57bd2c1b12f7c7a191637e2104d4f2 | refs/heads/master | 2021-01-14T13:16:48.687340 | 2014-01-08T04:02:42 | 2014-01-08T04:02:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,298 | java | package pams.repository.model;
import java.util.ArrayList;
import java.util.List;
public class SysLockExample {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table SYS_LOCK
*
* @mbggenerated Sat Mar 19 22:33:45 CST 2011
*/
pr... | [
"zhanrui@gmail.com"
] | zhanrui@gmail.com |
bf832cac7546e70dbe92391af11899ca8352dfba | dc4f589de848f5f68f3dd769f1ffb25266615c2b | /app/src/androidTest/java/com/savinoordine/espressoplayground/ApplicationTest.java | 35a4665aaedaa0ac4474cdf7cb3a16f1e7a80ad6 | [] | no_license | onivas/EspressoPlayGround | 5bd0da2104869833c8c7c90d0d3cf4ecde7b587d | eeaf74d4576c170bfecff0d42b0e406674d070f1 | refs/heads/master | 2021-01-10T05:53:40.965156 | 2015-07-07T13:18:24 | 2015-07-07T13:18:24 | 36,861,750 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 366 | java | package com.savinoordine.espressoplayground;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest... | [
"savino.ordine@subito.it"
] | savino.ordine@subito.it |
f920d252bc28a6bd0f5c6f7fb1c7a403d0f59496 | e11918b3a03f20e6e73c473fb3c3102c4b552a8d | /src/polymorphism/main.java | a73b91e9fb01b57dc940e74ff2792c665706101b | [] | no_license | AKSHAYAUOTE1/repository2 | db85e1e39ec6ddc244272a32261342ad21a00f42 | 8e6ff737d859e83ac459bd7c5338489f189e9683 | refs/heads/master | 2022-12-24T00:17:08.312641 | 2020-09-30T09:44:43 | 2020-09-30T09:44:43 | 299,875,381 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 154 | java | package polymorphism;
public class main {
public static void main(String[] args) {
overloading1 f=new overloading1();
f.akshay(1,2);
}
}
| [
"A@DESKTOP-D33NOES"
] | A@DESKTOP-D33NOES |
c0f265cb65e6acd6a3ceb981014b2c397135eca6 | 33009e49f5aaba3a27e3e14345e1777abbbc91c4 | /src/main/java/com/pjt/util/ys/MediaUtils.java | e645fb8792fe1af577380b9922eb718023eb9d33 | [] | no_license | Supurum/old_spring_project | f462d7cde652e2e372e1d392214ce8800ae286c6 | d2dfb9481e4ec52cd31aab49f95eb5428daebd57 | refs/heads/master | 2022-12-25T04:55:13.743277 | 2019-10-29T09:06:28 | 2019-10-29T09:06:28 | 218,245,564 | 0 | 2 | null | 2022-12-16T06:04:23 | 2019-10-29T09:05:01 | Java | UTF-8 | Java | false | false | 753 | java | package com.pjt.util.ys;
import java.util.HashMap;
import java.util.Map;
import org.springframework.http.MediaType;
public class MediaUtils {
private static Map<String, MediaType> mediaMap;
// 클래스 레벨의 초기화 작업
static {
mediaMap = new HashMap<>();
mediaMap.put("JPG", MediaType.IMAGE_JPEG); // image/jpeg
med... | [
"supurum@gmail.com"
] | supurum@gmail.com |
f09ae1b0684b9d0ddb8d757e11fbeec630089b5a | 25f3948676223b2d6a7a9cec459397d90eaed942 | /src/buoi_2/Bai13.java | 5c082992da92eea48dd4d10a3b08ce60817eda45 | [] | no_license | phuongHoang01/review-java | 0021e1341229fd9a080ca4bc189423bf36815dd4 | 2cab2ff47c25a9d869ac26563371f58f1789420a | refs/heads/master | 2023-08-15T19:57:06.417249 | 2021-10-05T13:34:18 | 2021-10-05T13:34:18 | 413,796,570 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 963 | java | package buoi_2;
import java.text.ParseException;
import java.util.ArrayList;
import java.util.InputMismatchException;
import java.util.List;
import java.util.Scanner;
public class Bai13 {
public static List<Integer> numbers = new ArrayList<Integer>();
public static void addNumber() {
boolean isConti... | [
"phuonght@fundiin.vn"
] | phuonght@fundiin.vn |
72f12797b0cc63ef4edc23d0f5a176f8420678ba | a2440dbe95b034784aa940ddc0ee0faae7869e76 | /modules/lwjgl/opengl/src/generated/java/org/lwjgl/opengl/ARBVertexArrayBGRA.java | 06b9cb6df8a6b4a119fd953fde30c42d87e24a0f | [
"LicenseRef-scancode-khronos",
"LGPL-2.0-or-later",
"BSD-3-Clause",
"LicenseRef-scancode-free-unknown",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | LWJGL/lwjgl3 | 8972338303520c5880d4a705ddeef60472a3d8e5 | 67b64ad33bdeece7c09b0f533effffb278c3ecf7 | refs/heads/master | 2023-08-26T16:21:38.090410 | 2023-08-26T16:05:52 | 2023-08-26T16:05:52 | 7,296,244 | 4,835 | 1,004 | BSD-3-Clause | 2023-09-10T12:03:24 | 2012-12-23T15:40:04 | Java | UTF-8 | Java | false | false | 3,433 | java | /*
* Copyright LWJGL. All rights reserved.
* License terms: https://www.lwjgl.org/license
* MACHINE GENERATED FILE, DO NOT EDIT
*/
package org.lwjgl.opengl;
/**
* Native bindings to the <a href="https://www.khronos.org/registry/OpenGL/extensions/ARB/ARB_vertex_array_bgra.txt">ARB_vertex_array_bgra</a> extension.
... | [
"iotsakp@gmail.com"
] | iotsakp@gmail.com |
671caced4d7a3288970ff9f058f02850cc528149 | 4947df8792e76c57860252ca9135179c7b71965f | /libemailprovider/src/main/java/com/blackberry/email/photomanager/ContactPhotoManager.java | 92aa0860137880a4d8ce6ad2aeecb1f6a16edaf6 | [] | no_license | gordonhtfu/LearnCantonese | 1bb1e2d09c36dfcc3784f896730523b00605ee80 | 5393883be830f3285f2acb0b82efb3b5e1667cf5 | refs/heads/master | 2020-05-01T13:49:23.837084 | 2015-09-22T23:44:46 | 2015-09-22T23:44:46 | 42,967,305 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,809 | java | /*
* Copyright (C) 2012 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"gofu@blackberry.com"
] | gofu@blackberry.com |
0a29d09ce0e63d3853046c3a7f1e0019813871b3 | 03d8b70079bdd59ba2609520fd84924b6a4b86d1 | /src/Installer.java | 56d249f3b0c1dadc95628beaf560a75c9f888e07 | [] | no_license | kschat/Java-Installer-API | 68b16ac31a495acffad24b16c2194c0089e7c8e3 | 630ade23e11b861dfe542fe5f900dec4573c9752 | refs/heads/master | 2020-12-30T09:58:02.896162 | 2012-05-03T22:01:02 | 2012-05-03T22:01:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,166 | java |
import java.io.*;
import java.util.*;
//import com.mcvs.core.*;
//import com.mcvs.core.platformManager.*;
public class Installer {
private static Installer INSTANCE = null;
private final static String INSTALL_DIR = "MCVersion-Control/";
//private FileManager fileManager;
//private PlatformManager platformManager... | [
"kyleschattler@gmail.com"
] | kyleschattler@gmail.com |
0434573aba6c8338a8968349cb9670cf7491c95c | 8ee5090a7dbd077a9ff348e1682ea6cf701ce473 | /dogeDash/dogeDash/src/com/alicode/game/dogedash/Statics.java | aa6b5d74c579a169dbeaf1f078856694cfcd6f0a | [
"Apache-2.0"
] | permissive | Mazinkam/DogeDash | 24f333750763ae9d219323bdd2e804046bd49283 | 16e8e53f6fd4b827f6d489bdfffa4f0d9b37b8cc | refs/heads/master | 2016-09-11T05:12:34.332651 | 2014-02-20T10:34:05 | 2014-02-20T10:34:05 | 14,176,522 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,165 | java | package com.alicode.game.dogedash;
public class Statics {
public static enum GameState {
Ready, Running, Paused, GameOver
}
public static GameState state = GameState.Ready;
// Game vars
public static int gameLevel;
public static int gameLevelDifficulty;
public static boolean gameSound;
public static bool... | [
"ali.abdulkarim90@gmail.com"
] | ali.abdulkarim90@gmail.com |
8ed4adcc56c3f643ae4094f06683e079ba5288a4 | 190e549474ee173faf5915e3adcb480969f343ea | /app/src/main/java/com/restaurant/restaurantorderadmin/OrderModel.java | 8805545860374fbdfb66c39653a12ef266a87fb2 | [] | no_license | arun-ramachar/RestaurantOrderAdmin | e97a332f7001d230ae97b2cc52a0cd40f099971b | c8b3bea56dc57565caf684ddf16f0311dda7bdc5 | refs/heads/master | 2022-11-11T18:09:59.902829 | 2020-07-08T06:34:34 | 2020-07-08T06:34:34 | 278,006,784 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,001 | java | package com.restaurant.restaurantorderadmin;
public class OrderModel {
String id;
String username;
String order_detail;
public String getOrderId() {
return orderId;
}
public void setOrderId(String orderId) {
this.orderId = orderId;
}
String orderId;
public OrderM... | [
"arunramachar@gmail.com"
] | arunramachar@gmail.com |
5abcd06e84e7ed2a5df6fea64ec20123b679cc04 | ce5254ea6b8c961bb8339963d8c170a42d070110 | /src/main/java/com/beijing/course/service/impl/UserServiceImpl.java | 3820028fc724143fc0b7a1a8614c71c606d92771 | [] | no_license | choshiho/CourseManage | 8450d512cefe76c55a289573d37c5bfe6829af60 | 11c34ced6ef619aa7153aea203405040b3a3b10e | refs/heads/master | 2021-01-15T08:19:58.786219 | 2016-09-18T06:38:38 | 2016-09-18T06:38:38 | 68,493,082 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 685 | java | package com.beijing.course.service.impl;
import java.util.List;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import com.beijing.course.dao.UserMapper;
import com.beijing.course.pojo.User;
import com.beijing.course.service.UserService;
@Service
public class UserServiceImpl implem... | [
"williamrose@163.com"
] | williamrose@163.com |
5cce26caaaeee58f63989403159f9047fc2383cc | 56345647827f1c27d4c8aa5e5c9d75fdfae487d9 | /src/com/jrtcms/web/service/PhraseLibraryService.java | 3d07552caa6e25aeb3159e104f1bdecb2ae487e9 | [] | no_license | omusico/jrtcms | acfebffaaec4a7ab3f0b4156bd3adaea024d3d4f | f713a200f9913412d7f395f543df831bbde4245f | refs/heads/master | 2020-12-25T10:14:11.737687 | 2013-04-19T08:44:24 | 2013-04-19T08:44:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 563 | java | package com.jrtcms.web.service;
import java.util.List;
import com.jrtcms.web.model.PhraseLibraryMD;
import com.jrtcms.web.pojo.PhraseLibrary;
public interface PhraseLibraryService {
/**
* 添加词组
* @param pl
*/
String add (PhraseLibrary pl);
/**
* 修改词组信息
* @param pl
* @return
*/
String updatePhraseLi... | [
"xiongdecai@ruyicai.com"
] | xiongdecai@ruyicai.com |
b06f9859b657b2695f6a299d8dc2db30d60f0d46 | 7e80d91759f89d91ca766a29ed51af46a119ac57 | /src/SobekDataModel/writer/crossSection/profileDat/ProfileDatModel.java | 9caf9d094572b6bfd264f5b59a07fe89f7de733a | [] | no_license | AlterChiu/SMM2021-SOBEK-dataModel | e9eac4ba456653b51470faecfa73bc88cb914683 | 105705eba3a15b833b773a070be29455fcce163e | refs/heads/master | 2023-05-10T14:50:26.173838 | 2021-06-12T03:53:45 | 2021-06-12T03:53:45 | 368,437,729 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,065 | java | package SobekDataModel.writer.crossSection.profileDat;
import java.math.BigDecimal;
import java.math.RoundingMode;
import SobekDataModel.Global;
import SobekDataModel.KeyValuePair;
public abstract class ProfileDatModel {
/*
* @ Parameter : rl
*
* @ Necessary
*
* @ Description :
*
... | [
"andy950702@gmail.com"
] | andy950702@gmail.com |
3ba792bc486b48431c408cc221ded7e8d8fad623 | 2dcd39e65738d555870125e234db663018574cde | /pizza-process/src/main/java/de/cpredikant/camunda/pizza/process/CreateOrderServiceTask.java | 1ad49d79023ca9477d5a19e23da4b665cebf7021 | [] | no_license | cpredikant/pizza-multiproject | de0045da66a6a9bb0b99b0f93ad31c05d777ae95 | 830b271f85ce10b03a02bafce8d57a136c6d1a12 | refs/heads/master | 2020-07-06T10:38:08.468980 | 2019-08-18T10:31:29 | 2019-08-18T10:31:29 | 202,983,932 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 619 | java | package de.cpredikant.camunda.pizza.process;
import org.camunda.bpm.engine.delegate.DelegateExecution;
import org.camunda.bpm.engine.delegate.JavaDelegate;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import javax.ejb.Stateless;
import javax.inject.Named;
@Named
@Stateless
public class CreateOrderService... | [
"christian.predikant@gmail.com"
] | christian.predikant@gmail.com |
86d1b1629bdf0bc55bed2ae4be3eabe07c5ca133 | 2581796c2f65f3361c24aa0955258f0fc40fc23c | /src/test/java/com/pedrozopayares/webapp/WebappApplicationTests.java | d56a98dc424b869836cd63edf9aaeb6b4ec55b53 | [] | no_license | pedrozopayares/webapp | d508d304abebd686d23a5e3272b67fb9e03c65ee | 4817df4c732ac951a98c45c1924d0b2b23a66b24 | refs/heads/master | 2023-06-18T15:47:13.387818 | 2021-07-12T03:26:20 | 2021-07-12T03:26:20 | 385,113,604 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 217 | java | package com.pedrozopayares.webapp;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class WebappApplicationTests {
@Test
void contextLoads() {
}
}
| [
"7519384+pedrozopayares@users.noreply.github.com"
] | 7519384+pedrozopayares@users.noreply.github.com |
e6bc1e2683a57e984f280ba0237055396dc4e7ed | ae749aae6a544b66106293e07215510559e4ab44 | /src/main/java/me/haroldmartin/reddit/intent/home/PartialStateChanges.java | e8cc7a8ccc01ca0924ae2a53c1ddf900c5521dcf | [] | no_license | javsyandex/reddit-mosby3-dagger2-retrofit2-rxjava2-butterknife8 | 152fe5494b5767523e40b6c5505d186af79327ad | 9d9b86a45dc07600f9b8bcac3280c61f4c28a3a7 | refs/heads/master | 2020-05-28T13:32:55.578144 | 2017-06-29T13:06:12 | 2017-06-29T13:06:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,271 | java | package me.haroldmartin.reddit.intent.home;
import java.util.List;
import me.haroldmartin.reddit.intent.FeedItem;
public interface PartialStateChanges {
final class FirstPageLoading implements PartialStateChanges { }
final class FirstPageError implements PartialStateChanges {
private final Throwabl... | [
"harold.martin@gmail.com"
] | harold.martin@gmail.com |
b16f44ae7e668866de55c230bd85a70268f5429a | 6533a20444604138c7bc546cfd170e88b3da72b8 | /ems/src/main/java/com/tool/common/utils/RandomUtils.java | 12031718d7769f791a494f5118b6c67e4e467df5 | [
"Apache-2.0"
] | permissive | angelaj/dd-training | 03dba620d7ec02b3e46bb35dd462efaa747be3f9 | bd51ed774182cd81f618c0bd4c4746503961f39a | refs/heads/master | 2020-04-22T09:11:49.041401 | 2019-02-12T06:33:56 | 2019-02-12T06:33:56 | 170,264,051 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 627 | java | package com.tool.common.utils;
import java.util.Random;
public class RandomUtils {
public static String getRandomChar(int length) { //生成随机字符串
char[] chr = {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9',
'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O'... | [
"jiangyanyan@cnbn.cn"
] | jiangyanyan@cnbn.cn |
f7fcc891b5dd3d480a600ac31f0b1ad1f6713a97 | 4b62a5dd234bdcb346cc68a0da4e50fb70336cb5 | /app/src/main/java/ca/moinadil/paradoxbowling/SettingsActivity.java | d52e6903ff3ed097dc00f7d90b14111deee12786 | [] | no_license | moinadil90/ParadoxBowling | 0187bb5323bb8d943c49613637c9c8d4da38b04a | 8640a1732b9cd128678d49d4216ca21adbcb066f | refs/heads/master | 2020-03-26T04:10:14.860153 | 2018-08-12T18:17:28 | 2018-08-12T18:17:28 | 144,490,369 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 29,434 | java | package ca.moinadil.paradoxbowling;
import android.annotation.TargetApi;
import android.app.Fragment;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.content.res.Conf... | [
"moinadil@ip-192-168-1-5.ec2.internal"
] | moinadil@ip-192-168-1-5.ec2.internal |
bddafe24cd80989909bc84a6c2739cd1ab40a319 | d8761eac480455586bc3a4e4c30a37d6ab4c6b59 | /hadoop-hdfs-domain/src/main/java/ex/random/hadoophdfs/domain/base/BaseEntity.java | 888ae4de2fcba2b06dd285f8c4e0156c88b9b649 | [] | no_license | japingzeng/hadoop-hdfs | 6fca360e4afbcd3ff9c932db71123b562be23e49 | 5d52642f0041291fa6f6f37cf10a5f704f821c70 | refs/heads/master | 2020-04-06T06:58:49.499203 | 2016-09-02T12:40:01 | 2016-09-02T12:40:01 | 64,655,267 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 713 | java | package ex.random.hadoophdfs.domain.base;
import java.io.Serializable;
import java.util.Date;
public class BaseEntity implements Serializable {
/**
*
*/
private static final long serialVersionUID = 1L;
private Long id;
private Date createdTime;
private Date modifiedTime;
public Long getId() {
return id;... | [
"cdzengjiaping@jd.com"
] | cdzengjiaping@jd.com |
a8be4ac0fbb2ed5ba982ab8a7cccd9b6b7e9a5d3 | f3a59a57e80bdb35a3e79c3057c6ba7efc326963 | /src/main/java/ci/j2code/swagger/SwaggerConfig.java | 3313b5ae92614ae7bbb04dff4f475715f1aca6a2 | [] | no_license | SoungaloYeo/SpringRest | 5bf57c664be616ead3ab29892e7ac5cf20155d84 | cf56814ef1bde6df07d2469be08cd2731a77421a | refs/heads/master | 2023-07-25T22:23:30.184438 | 2023-07-06T13:06:24 | 2023-07-06T13:06:24 | 161,659,958 | 4 | 1 | null | 2019-12-13T14:47:21 | 2018-12-13T15:42:12 | Java | UTF-8 | Java | false | false | 1,405 | java | package ci.j2code.swagger;
import org.springframework.context.annotation.Configuration;
import com.google.common.base.Predicate;
import springfox.documentation.builders.ApiInfoBuilder;
import springfox.documentation.service.ApiInfo;
import springfox.documentation.spi.DocumentationType;
import springfox.documentatio... | [
"soungaloyeo@gmail.com"
] | soungaloyeo@gmail.com |
cc29ef5e74c0b8df741221ad8fc0162811027237 | e5883f0acc2e8a455cf7db0f4546d16492376661 | /DrogariaBrasil/src/main/java/com/farmarcia/DrogariaBrasil/Repository/ProdutoRepository.java | 2d94a953782556c7aebf0694bb40870709d05028 | [] | no_license | RodrigoPDias/Farmacia | b4b32912364feb571d0babb55f8a6272af5fbdc6 | f16e66fb7a328585db478f496010232e7dbfe188 | refs/heads/master | 2023-04-12T02:13:37.993695 | 2021-05-05T00:23:48 | 2021-05-05T00:23:48 | 363,977,629 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 409 | java | package com.farmarcia.DrogariaBrasil.Repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.farmarcia.DrogariaBrasil.model.Produto;
@Repository
public interface ProdutoRepository extends JpaRepository<Produto, Lon... | [
"80522229+RodrigoPDias@users.noreply.github.com"
] | 80522229+RodrigoPDias@users.noreply.github.com |
1ed91ca9cd42e5e86d17f00050f1ac7fd1d693fe | d3c60e92374af5d070a82426c2f040cddf11dc46 | /android/commons/src/main/java/org/apache/weex/commons/AbstractWeexActivity.java | 8849befb3d8569b1e142cd9135e14af7c8aa9088 | [
"Apache-2.0"
] | permissive | ellisez/weex-playground | 2ac0824227841fdfe00e3252c7a17a8d6dbf29cc | 83b77742f198c4319dc6d6b6d0f75e7c9d4ab37b | refs/heads/master | 2023-01-06T16:25:52.099274 | 2020-01-22T10:40:23 | 2020-01-22T10:40:23 | 235,249,890 | 0 | 0 | Apache-2.0 | 2023-01-06T01:28:46 | 2020-01-21T03:41:52 | Java | UTF-8 | Java | false | false | 7,168 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | [
"ellise@qq.com"
] | ellise@qq.com |
907f2fc6f1e1149b11f0ddbe965a18c5406fe6b7 | 6b14e1581cb39bd98d8e60403e24893200e048f6 | /exceptions/customerOrderExceptions/noTimestampException.java | d4420f5d6718429cb4c5fdb138ac155e0c74cb5f | [] | no_license | clr3/ASE_Coursework | 81b429a3b05252751b94eed4bb4a6e1261ec1761 | 460df62c254798423f6d23ea1e12cf5a9f5ebaeb | refs/heads/Development | 2020-04-17T08:26:44.758707 | 2019-03-21T02:29:11 | 2019-03-21T02:29:11 | 166,412,351 | 0 | 0 | null | 2019-03-21T23:57:36 | 2019-01-18T13:51:15 | Java | UTF-8 | Java | false | false | 159 | java | package customerOrderExceptions;
public class noTimestampException extends Exception{
public noTimestampException() {
super("No Date Recorded");
}
}
| [
"clr3@hw.ac.uk"
] | clr3@hw.ac.uk |
6651ec5232f907dc5354358b85179ddb74cef127 | 966f951ccf7af38838b9d65f894996a2ba2d2902 | /src/main/java/by/pvt/kish/pojos/Employee.java | dac7140a0e67df4ee785a027b6a2a5d07fa8accf | [] | no_license | alexeykish/hibernate-person-annotation | 8ce11f4ed6bbe5e607a5e88d0c0f0b7fea362413 | fd80434852b4c8203937cdebd715a1e0661533af | refs/heads/master | 2021-01-10T14:24:29.340790 | 2016-02-03T20:34:29 | 2016-02-03T20:34:29 | 50,740,017 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,833 | java | package by.pvt.kish.pojos;
import javax.persistence.*;
import java.io.Serializable;
import java.util.HashSet;
import java.util.Set;
/**
* @author Kish Alexey
*/
@Entity
public class Employee implements Serializable{
@Id
@GeneratedValue
private Long employeeId;
@Column
private String firstName;
... | [
"alx.kish83@gmail.com"
] | alx.kish83@gmail.com |
fc760326d0ed920e8e514cbd09080df1f7856a06 | 09250e62ce432d29e56d904db112512dbb3a41ce | /app/src/main/java/com/lzk/moushimouke/VideoFileProvider.java | 9978c6ed2b4e7428aa3c2252a3a7cedb608074a6 | [
"Apache-2.0"
] | permissive | 7zhi/MouShiMouKe | a8eba22894e8b66bc1ece1def1a9a9707051e639 | fe977568bad130db3e65a58672ebeb17965dd0db | refs/heads/master | 2022-12-30T16:48:14.352609 | 2020-10-14T10:44:16 | 2020-10-14T10:44:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 178 | java | package com.lzk.moushimouke;
import android.support.v4.content.FileProvider;
/**
* Created by huqun on 2018/4/30.
*/
public class VideoFileProvider extends FileProvider {
}
| [
"1254233340@qq.com"
] | 1254233340@qq.com |
ac6cc1a945ddb444ba582dda4321c6656973bec5 | d7d47af57b693e096660f8fc2d30dd134288a71c | /src/main/java/com/lambdaschool/ordersswagger/repositories/AgentRepository.java | bab491ecff8de1212d7cdd5b2a47a2e46e391f0e | [
"MIT"
] | permissive | johnoro-CS-for-Lambda/java-week-three-iv | c1601b176b4d45612cf4a1164580665beea95585 | eedfbc55061e0664c245719a5cca2385937b3a6f | refs/heads/master | 2020-04-25T19:14:55.248835 | 2019-02-28T00:44:49 | 2019-02-28T00:44:49 | 173,012,912 | 0 | 0 | MIT | 2019-02-28T00:44:51 | 2019-02-28T00:37:40 | null | UTF-8 | Java | false | false | 169 | java | package com.lambdaschool.ordersswagger.repositories;
import com.lambdaschool.ordersswagger.models.Agent;
public interface AgentRepository extends Repository<Agent> {}
| [
"officialjohnorourke@gmail.com"
] | officialjohnorourke@gmail.com |
2a05e07b71cd43769bab4f6666ec692782e5c8c5 | fceb4722aa1367c94269c6faefb818ec0a8410a6 | /YuanMa/Remark/SSH/SSHOne/src/com/zuxia/dao/IDepartmentDao.java | 8a3fe81ac58042fb68064d032d83e8ca6bd3aae3 | [] | no_license | MagicYinuo/shuimuyun_git | 9fb761f7230d69de9599e10be55fec677948ac98 | e9a09bb3d91d4905c9b6f7a2312e3b1308a6ce4d | refs/heads/master | 2021-01-20T10:19:42.715582 | 2017-07-03T11:27:46 | 2017-07-03T11:27:46 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 550 | java | package com.zuxia.dao;
import java.util.List;
import com.zuxia.model.Depts;
/**
* 部门信息的操作的接口
* @author Administrator lixiaojie
* @version 1.0
* @datetime 2016-10-21
*/
public interface IDepartmentDao {
//查询部门所有信息的方法,返回list集合
public List<Depts> getDempartmentList();
//根据id查询部门信息的方法,返回list集合
public List<Dept... | [
"13068326391@163.com"
] | 13068326391@163.com |
09460843313cabf4531d5d59c78035843760a87d | 8a98577c5995449677ede2cbe1cc408c324efacc | /Big_Clone_Bench_files_used/bcb_reduced/3/selected/825410.java | 66551165b0c4831ca9f63c34101ac73d0c41bfe3 | [
"MIT"
] | permissive | pombredanne/lsh-for-source-code | 9363cc0c9a8ddf16550ae4764859fa60186351dd | fac9adfbd98a4d73122a8fc1a0e0cc4f45e9dcd4 | refs/heads/master | 2020-08-05T02:28:55.370949 | 2017-10-18T23:57:08 | 2017-10-18T23:57:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,847 | java | package com.handy.util;
import java.io.UnsupportedEncodingException;
import java.security.InvalidKeyException;
import java.security.NoSuchAlgorithmException;
import javax.crypto.BadPaddingException;
import javax.crypto.IllegalBlockSizeException;
import javax.crypto.NoSuchPaddingException;
import javax.crypto.SecretKey... | [
"nishima@mymail.vcu.edu"
] | nishima@mymail.vcu.edu |
85f350a5c38166ed8c611927c6d4d6e9f440867c | 8d5665054814b4d3ac1ae8a70d3ad3db6a16de81 | /src/test/java/RideMate/service/CyclerServiceTest.java | 15ed184e54f583048a76a7b3f778f61efa008c50 | [] | no_license | Frances72/RideMate | c48376e71589280be3b25b3e9b79a3563438fdb7 | b293adeb34326d730f0bc7bedb011eb0b5624279 | refs/heads/master | 2021-01-10T18:32:13.850526 | 2015-09-06T11:56:37 | 2015-09-06T11:56:37 | 34,180,601 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,351 | java | package RideMate.service;
import RideMate.App;
import RideMate.conf.factory.CyclerFactory;
import RideMate.domain.Cycler;
import RideMate.repository.CyclerRepository;
import RideMate.services.CyclerService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.SpringApplic... | [
"Francesanderson3@gmail.com"
] | Francesanderson3@gmail.com |
f09980952e6537092f45906accd7e8695a775b44 | adc31cceff979a92a16951e7b66658c5a530fd96 | /springbootdemo/src/main/java/com/neuedu/springbootdemo/controller/TestController.java | f03456f551c30936dfcc31b3313b493888eb4b12 | [] | no_license | cgjacklin/Neuedu | 614083a25e718a0ca21415e732ba082133e4b2e2 | 8df39494ae6cc65f134780f647143fb63d0a24d6 | refs/heads/master | 2022-11-06T15:54:38.558576 | 2020-01-09T10:38:13 | 2020-01-09T10:38:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,392 | java | package com.neuedu.springbootdemo.controller;
import java.io.File;
import java.io.IOException;
import java.sql.Date;
import java.util.List;
import javax.annotation.Resource;
import javax.servlet.ServletContext;
import javax.servlet.http.HttpServletRequest;
import com.neuedu.springbootdemo.model.po.Emp;
i... | [
"raven.xu98@gmail.com"
] | raven.xu98@gmail.com |
603ba3ffcf539a2a554e9b0351feaf56a7dd3aa7 | 97efb0f2955ea63d84247013e8a510f7f7acac93 | /src/se/liu/ida/malvi108/tddd78/project/listeners/ViewListener.java | 6326c2f245f8b42011fa50ee4c74cf253bf5d0c0 | [] | no_license | malcx95/TDDD78-Project | 554b67809d5c6bbdd6b913d6d71ca569623adda9 | b59e85218bc802c311bd0a21d36102f95f50a015 | refs/heads/master | 2021-05-29T10:49:19.154255 | 2015-08-28T06:56:47 | 2015-08-28T06:56:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 372 | java | package se.liu.ida.malvi108.tddd78.project.listeners;
/**
* Listens to a particular <code>View</code>, and is notified when an appointment is selected.
*/
public interface ViewListener
{
/**
* Invoked when someone selects or deselects an appointment in a view.
*/
void appointmentSelectedOrDeselecte... | [
"trekommafem2@gmail.com"
] | trekommafem2@gmail.com |
e691b51139372db81a5086fda03b4eb9a2c74fe2 | c7d2f0c03a17973ddfee2f91ed0fcc08b63e1a45 | /src/server/maps/MapleMapEffect.java | 3377e100391fe089e2d2aceacc6977c167d5c2f6 | [] | no_license | Rabbit-Guo/TWMS_134 | 1ff26104efcfe4973c9ba803ebedb8ab6ea989b5 | ffe96a957c216fba23c5361c89c3817ce44e4b90 | refs/heads/master | 2023-05-18T18:38:08.794937 | 2019-01-09T18:12:22 | 2019-01-09T18:12:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 742 | java | package server.maps;
import client.MapleClient;
import tools.MaplePacketCreator;
import handling.MaplePacket;
public class MapleMapEffect {
private String msg;
private int itemId;
private boolean active = true;
public MapleMapEffect(String msg, int itemId) {
this.msg = msg;
this.itemId = itemId;
... | [
"s884812@gmail.com"
] | s884812@gmail.com |
ca0d415c77c2fc8ff5724a276c627dd5a48c9266 | b2fc010ab08c0426245d2818609333bd625330ed | /Android/TP01/HelloWorld/src/com/epsi/i5/tp01/HelloListGSONDBServiceActivity.java | 2337fb2079ab373332b3056a9af458d187661457 | [
"Apache-2.0"
] | permissive | binomed/CoursMobileEpsi | 2231502aeffe3bdb2ba4ff3c7b5536531d20c3f9 | 071cfcf16e7512b5cdc5617983499fc4a4448a22 | refs/heads/master | 2021-01-02T08:56:51.913004 | 2014-01-08T09:40:41 | 2014-01-08T09:40:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,230 | java | package com.epsi.i5.tp01;
import java.io.BufferedReader;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.util.ArrayList;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.impl.client.Default... | [
"jean.francois.garreau@gmail.com"
] | jean.francois.garreau@gmail.com |
52dab0435f2145908fda725904b7d56b39c7b18c | 55275101bdf62d5863c95d54036e3bbe964a7d95 | /app/src/main/java/ar/com/wolox/unstuckme/model/event/ShareEvent.java | 187ddfcbdb5570a1e9d11b124f0859ead3aa88f3 | [] | no_license | gnardini/unstuck-me-android | acf68ec0cf9023a8d7fbeb8e55aa3e02e7610c15 | a632d4a6017e914052874452b6d374dc123277c3 | refs/heads/master | 2016-09-06T08:07:06.577185 | 2015-09-10T03:52:36 | 2015-09-10T03:52:36 | 40,051,253 | 0 | 0 | null | 2017-02-02T16:26:03 | 2015-08-01T15:39:05 | Java | UTF-8 | Java | false | false | 73 | java | package ar.com.wolox.unstuckme.model.event;
public class ShareEvent {
}
| [
"gonzalo.nardini@wolox.com.ar"
] | gonzalo.nardini@wolox.com.ar |
a568e01860a49568d56f0dfca5a3f8c0eb0ffa6a | 74b47b895b2f739612371f871c7f940502e7165b | /aws-java-sdk-codeartifact/src/main/java/com/amazonaws/services/codeartifact/model/transform/UpstreamRepositoryJsonUnmarshaller.java | b43c8a12bd3260f29ab1197f637c6d6f026ed1e8 | [
"Apache-2.0"
] | permissive | baganda07/aws-sdk-java | fe1958ed679cd95b4c48f971393bf03eb5512799 | f19bdb30177106b5d6394223a40a382b87adf742 | refs/heads/master | 2022-11-09T21:55:43.857201 | 2022-10-24T21:08:19 | 2022-10-24T21:08:19 | 221,028,223 | 0 | 0 | Apache-2.0 | 2019-11-11T16:57:12 | 2019-11-11T16:57:11 | null | UTF-8 | Java | false | false | 2,794 | java | /*
* Copyright 2017-2022 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... | [
""
] | |
94c6518a8537546a471d33214a879cfb957098b3 | 411dc6a3f49141aba83ffe9650379cbe0350cbc0 | /spring-boot-11-validate/src/main/java/com/bjsxt/contorller/UsersController.java | 885f37215de13773ef380b382d6838ba611fc9c3 | [] | no_license | xubao0413/springboot2 | f163c2864d33e1531e1bba364df3b4a29dc74753 | 355b77f92ac2ef842c2a525a9a52d321f113b339 | refs/heads/master | 2022-11-13T02:48:56.319294 | 2020-06-29T06:18:12 | 2020-06-29T06:18:12 | 275,711,802 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,136 | java | package com.bjsxt.contorller;
import javax.validation.Valid;
import org.springframework.stereotype.Controller;
import org.springframework.validation.BindingResult;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.RequestMapping;
import com.bjsxt.p... | [
"xuebao0413@sina.com"
] | xuebao0413@sina.com |
d170fdb67cebafe5a623e546d9dd5150a8d9db5a | dba1f9f3d53f1b8e4b040b9b8974f6ac60d97b01 | /src/main/java/com/hyman/demo/QueryTest.java | 1153fd7a7b97575c34cc823335e3624a25c49f69 | [] | no_license | hymanlew/springhibernate | bd39d48babe9ed91fdf33bf91558fd785a9721f7 | d3cb78621ed4efedd0767e3ee009cb13c24bdd12 | refs/heads/master | 2022-11-24T14:22:09.171936 | 2019-06-02T10:56:50 | 2019-06-02T10:56:50 | 177,436,904 | 0 | 0 | null | 2022-11-16T06:54:26 | 2019-03-24T16:00:41 | Java | UTF-8 | Java | false | false | 6,232 | java | package com.hyman.demo;
import com.hyman.entity.Role;
import com.hyman.entity.User;
import com.hyman.util.HibernateUtil;
import javafx.scene.transform.Rotate;
import org.hibernate.Criteria;
import org.hibernate.Session;
import org.hibernate.criterion.DetachedCriteria;
import org.hibernate.criterion.Restrictions;
impor... | [
"hyman@163.com"
] | hyman@163.com |
a6579dc44e916f294ea0107cbb935554390c4b98 | 8b931f49230bfef9b3cfc9ca8a2cc60de17c1c90 | /src/main/java/problems/DictionaryOrder.java | 55f344361f4c5ed3dc352887b0570946aede75b3 | [] | no_license | feigeswjtu/algorithm-project | 8b962b7ba824c7fa605735920709615b4f30afbe | cc9bc0b5738bcf4dfce88de757b2fe08a7eb1177 | refs/heads/master | 2023-05-14T21:25:46.496232 | 2021-02-19T09:54:13 | 2021-02-19T09:54:13 | 123,642,695 | 0 | 1 | null | 2023-05-09T18:27:54 | 2018-03-02T23:47:05 | Java | UTF-8 | Java | false | false | 147 | java | package problems;
/**
* 字典序算法
*
* @author chenyafei
* @version 1.0
* @date 10/04/2018 10:54
*/
public class DictionaryOrder {
}
| [
"feigeswjtu@163.com"
] | feigeswjtu@163.com |
73b2899938da375099d3aba5776e17ae2e6e6c1e | 98046eaa6169af8b59c8d5b4396442710c955a6b | /amzNew/src/main/java/com/amazon/webservices/awsecommerceservice/VariationDimensions.java | ff542f3f08f70dd9d79d21959dcc4e7614fa0c50 | [] | no_license | projectabhi/SPR4 | 3fed2fe1395b9074a181d94ae6dd34292709afff | c916d9782e4f3945bae4e277ada7ce302d1216c5 | refs/heads/dev | 2022-12-21T05:19:08.096365 | 2020-09-04T19:11:30 | 2020-09-04T19:11:30 | 54,183,418 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,071 | java |
package com.amazon.webservices.awsecommerceservice;
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.XmlRootElement;
import javax.xml.bind.... | [
"borokali@borokali.inter.borokali.com"
] | borokali@borokali.inter.borokali.com |
1f33209c0903f38a43c6f16116365e13846d6ffb | edfa05b040a311d60b3540c9131b20ee47dc9ac2 | /aconf-service/src/main/java/com/github/bh/aconf/service/job/FilterCacheUpdateJob.java | 34b2a207681d7d847dfd55e1cb6292105ed961e2 | [] | no_license | BenHaiXiao/aconf | 92ba31d8a31c56a43a6935e9f02f7205145d8706 | ba237b8a2e6ab3efe393b4256478032906fd589a | refs/heads/master | 2021-04-12T03:30:41.059223 | 2018-04-07T13:23:35 | 2018-04-07T13:23:35 | 125,700,399 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 799 | java | package com.github.bh.aconf.service.job;
import com.github.bh.aconf.service.FilterCacheService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
/**
* @author xiaobenhai
* Date: 2017/2/19
* Time: 1... | [
"BenHaiXiao@163.com"
] | BenHaiXiao@163.com |
19df04a58dbb6a6b29eb67e9176d0a6117ddce74 | bb39422372bf5595ed7c39e53d7e497bb39d37e1 | /mars/util/SystemIO.java | fd58fff2d2e9419fa5bdfc14101025615cf361b3 | [
"MIT"
] | permissive | eToTheEcs/MARS_Assembler | ebd298bc7a8fa6378c588a98fafd463da7277c09 | 0f32b9269c09cc29ced403ef9586291441ee6d44 | refs/heads/master | 2023-03-04T22:07:21.548607 | 2021-02-15T23:54:10 | 2021-02-15T23:54:10 | 298,376,781 | 0 | 0 | NOASSERTION | 2020-09-24T19:31:40 | 2020-09-24T19:31:39 | null | UTF-8 | Java | false | false | 25,768 | java | package mars.util;
import mars.*;
import java.io.*;
import javax.swing.*;
import java.util.*;
/*
Copyright (c) 2003-2013, Pete Sanderson and Kenneth Vollmar
Developed by Pete Sanderson (psanderson@otterbein.edu)
and Kenneth Vollmar (kenvollmar@missouristate.edu)
Permission is hereby gra... | [
"adolphenom@gmail.com"
] | adolphenom@gmail.com |
5e94b2907747d0216cee14b312d1c8e373399db6 | 3ea8347047b7452b546b7e34ee775bb00395204c | /src/main/java/como/dipassio/com/config/CloudDatabaseConfiguration.java | d484dbe383587e330ea53eaae1eb56fabcc42c0b | [] | no_license | dipass-io/Dasher | 62981272253c0a59c774ad72075edda76076ff9c | 5581bf38fb6da3e8fff0294459fbea2a9f2aa229 | refs/heads/main | 2023-02-25T01:59:51.027829 | 2021-02-04T11:04:19 | 2021-02-04T11:04:19 | 335,927,347 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 926 | java | package como.dipassio.com.config;
import io.github.jhipster.config.JHipsterConstants;
import javax.sql.DataSource;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.cloud.config.java.AbstractCloudConfig;
impor... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
bf5d782eb5ea4699a591fe3ece4756bb7a56c4ad | 324e8f764c3328c93f898508f9b17091a26decac | /net.orange.yap.machine/src/main/java/net/orange/yap/machine/stack/Program.java | 5fb5ac5d5f1ef8e72a652c72440574f954dc330f | [
"MIT"
] | permissive | esjaysmith/orange-yap | 768ce6cfbafc380678a1112de085cd712f74c473 | dd0d91937f995e7638b8a28e39b220e222b1623b | refs/heads/master | 2021-05-06T18:01:58.320850 | 2018-02-01T09:46:53 | 2018-02-01T09:46:53 | 111,936,313 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 405 | java | package net.orange.yap.machine.stack;
/**
* The syntax of Push is simply this:
* <p>
* program ::= instruction | literal | ( program* )
* <p>
* In other words:
* <p>
* an instruction is a Push program
* a literal is a Push program
* a parenthesized sequence of zero or more Push programs is a Push program
* <... | [
"stephan.smit@careweb.nl"
] | stephan.smit@careweb.nl |
90cfc0bb9a24f4351dfd90ea5520dd4345523103 | 673db0961925d8defcccfaf5c3f13e2e14383753 | /atcrowdfunding07-member-parent/atcrowdfunding10-member-mysql-provider/src/main/java/com/phj/crowd/mapper/ReturnMapper.java | 573b161cad3b8a32dfb723057155fd90cf319c06 | [] | no_license | 316374157/ShangChouwang | fb6bf5aee587c731494d1f5f1c8a9bddeca16af8 | 4dedbd2dbd1f7b075c6240c8dc7881063d55026e | refs/heads/master | 2022-12-19T19:09:51.179963 | 2020-10-21T03:15:50 | 2020-10-21T03:15:50 | 302,598,905 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 273 | java | package com.phj.crowd.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.phj.crowd.entity.po.ReturnPO;
/**
* <p>
* Mapper 接口
* </p>
*
* @author phj
* @since 2020-09-01
*/
public interface ReturnMapper extends BaseMapper<ReturnPO> {
}
| [
"316374157@qq.com"
] | 316374157@qq.com |
0af5fb75e365d894ca0eb4f8a177970e1e1746cb | abe16d0ba344a67354718c7324e1ddac43efd373 | /dahua-design/src/main/java/ch18/CashRebate.java | d7d4ab6857458036805fea47b69c93a175a193d7 | [] | no_license | gerrywen/java-learn | 9888ccdf04aff50e4d8e5902c03e13c64dbf65b8 | a3ed4ab50af0c2bf305eda04730f7f2db326a141 | refs/heads/master | 2022-12-24T18:14:07.724295 | 2020-06-15T08:30:49 | 2020-06-15T08:30:49 | 203,317,957 | 0 | 0 | null | 2022-12-15T23:58:26 | 2019-08-20T06:56:17 | Java | UTF-8 | Java | false | false | 416 | java | package ch18;
/**
* program: java-learn->CashRebate
* description: 打折收费子类
* author: gerry
* created: 2020-03-16 20:57
**/
public class CashRebate extends CashSuper {
private double moneyRebate = 1d;
public CashRebate(double moneyRebate) {
this.moneyRebate = moneyRebate;
}
@Override
p... | [
"blog@gerrywen.com"
] | blog@gerrywen.com |
33b42d20f5737768de1e499935cec6ac5289a504 | 58e555e306f41d1a1d06f7c5e30db13eee2c1eed | /src/java/util/stream/SpinedBuffer.java | f85a16e1302965f733993d20d77ee70cdb74cdc4 | [] | no_license | SmartTalk/jdk8-source-reading | 33db15399d1b0de5c3062b2a2ec2d2ae3bbbaa4d | 0682559ef6c84a73addd8375253755dfb9e647fd | refs/heads/master | 2020-05-17T17:08:28.390691 | 2018-10-27T13:01:48 | 2018-10-27T13:01:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 38,315 | java | /*
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package java.util.stream;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Iterato... | [
"charpty@gmail.com"
] | charpty@gmail.com |
0b4947f5a45e3cf5bc20b197230587906bd7b091 | bc4a250e3193f10ecf470f8db4e3cd8058a612da | /src/factory/simple/ClamPizza.java | 71871cb40d532f1e6239de73c1e0a75c50c3fb3c | [] | no_license | olegshan/Patterns | 11a597f512943bb1747524ce1a2f40c0712eadb3 | f8de97a5383ef180dd2106f1ef78a10a6fd2bf19 | refs/heads/master | 2021-01-20T19:57:57.329266 | 2016-07-10T17:26:04 | 2016-07-10T17:26:04 | 62,997,349 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 320 | java | package factory.simple;
import factory.Pizza;
/**
* Created by Bors on 09.07.2016.
*/
public class ClamPizza extends Pizza {
@Override
public void prepare() {
}
@Override
public void bake() {
}
@Override
public void cut() {
}
@Override
public void box() {
}
}
| [
"olegshan@gmail.com"
] | olegshan@gmail.com |
3a497ebce04cd15bca067245250e5c04804f1684 | a36058be6fd0fe932fe0733aa192fb9aaf7dc125 | /MySkypeClient/src/TextSender.java | a3d16e53e208cc37e1d052672c843444a99cac4d | [] | no_license | asukero/MySkype | 22b65ecf6ffa3b8a66805c8345d9b824edf4209c | 2452e3b4f934e1b8dcbce722de9b36f062e2ba7d | refs/heads/master | 2021-01-23T01:29:57.436610 | 2017-06-06T20:45:44 | 2017-06-06T20:45:44 | 92,876,111 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,926 | java | import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.ObjectOutputStream;
public class TextSender extends ObjectSender {
private TextHandler textHandler = new TextHandler();
public TextSender(ObjectOutputStream toServer, Username username) {
this.toServer = toServer;
... | [
"lowgravityisfun@gmail.com"
] | lowgravityisfun@gmail.com |
e21182b57768b1c3d53b92a7e8e4b49ce9382e75 | 8a2403c62c16c3dc750e08d3416be70d02906a0f | /src/controller/viewsalary.java | e1439a77be8badd3d91e4e2efca816b4f22cc43f | [] | no_license | jay9116/SUN_INDUSTRIES | 33f591d29ae660bce116992b486ffde982bb142d | 323463427482069692b4c4514ac9487c37266d0f | refs/heads/master | 2020-05-18T15:05:41.349091 | 2017-03-07T23:01:39 | 2017-03-07T23:01:39 | 84,253,284 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,459 | java | package controller;
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.Statement;
import java.util.Date;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.ht... | [
"Jay Patel"
] | Jay Patel |
2222538b45d5a4745812bbace04265dba81c4fe1 | 8b2510423cd646fc612c1571cd0862b9c223738d | /unshell/gen/com/zs/unshell/R.java | 724c89657d9568b0ea5e4819b8e4e3451f3eec11 | [] | no_license | qq137712630/shellApk | f6d54d4a03a09a8e13af17607d97090dccaff5ad | 017bdc73aeff999cf6185afbed73a33db0532195 | refs/heads/master | 2021-01-22T16:52:44.874255 | 2015-10-30T08:09:32 | 2015-10-30T08:09:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 345,126 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.zs.unshell;
public final class R {
public static final class anim {
public static final int abc_fade_in=0x7f04000... | [
"rokyou@163.com"
] | rokyou@163.com |
806a29c94fc3d92324d9f5d5adfbb6bba15f6420 | 379dd3e239dc3f3236e3e1304f8e611bf182e30e | /java-multi-thread-chapter02/src/main/java/setNewProperitiesOneLock/Run.java | eac5824f258d5d7264a8ff021327040c6d52d7a2 | [] | no_license | only3seconds/Multi-Thread | b11b12fbcd0e458c8202dac203a3b8089607aeff | d9e6291c539da38307e6347e4658222bbcc1119b | refs/heads/master | 2020-12-30T15:42:49.296526 | 2017-10-01T06:49:10 | 2017-10-01T06:49:10 | 91,170,890 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 511 | java | package setNewProperitiesOneLock;
public class Run {
public static void main(String[] args) {
// TODO Auto-generated method stub
try {
Service service = new Service();
Userinfo userinfo = new Userinfo();
ThreadA a = new ThreadA(service, userinfo);
a.setName("a");
a.start();
Thread.sleep(50);
... | [
"TripleP3@163.com"
] | TripleP3@163.com |
6ed71cef81be87b121f5a9cf02565f3ca09b1d70 | 21e7b447ccebc5a87416fb6dbfdd23924d6020a1 | /app/src/main/java/fr/istic/mob/star2eg/modeles/Calendar.java | 5e35ba6a7fabc31bbe0939d9213e36f02e19b959 | [] | no_license | TodiBG/Star2EG | 6631c4379fa7433c9d3874164d0b74463882ecf5 | d235a649acbf8cb32ecc0c6b35f00fb3d780a5ae | refs/heads/master | 2023-02-12T12:01:30.929481 | 2021-01-10T21:03:07 | 2021-01-10T21:03:07 | 316,273,834 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,762 | java | package fr.istic.mob.star2eg.modeles;
/**
* Created by Bonaventure Gbehe && Rebecca Ehua on 31/12/2020.
*/
public class Calendar {
private String monday;
private String tuesday;
private String wednesday;
private String thursday;
private String friday;
private String saturday;
private S... | [
"bonaventure.gbehe@etudiant.univ-rennes1.fr"
] | bonaventure.gbehe@etudiant.univ-rennes1.fr |
b3cf4279493a5d1f0d78b801b3edb9c6d02821f5 | 307eb242838781f17a5e9d2f4922ec3786ff408d | /smsn-server/src/main/java/net/fortytwo/smsn/server/actions/RootedViewAction.java | fcbfd6a5e487fb5be4e36271eb7f55e8eb094537 | [
"MIT"
] | permissive | hoijui/smsn | 29802f4c19fbbea5563df08d3cb3b09ba603e9cb | 859c19fe4dbc5a10eedf59749417a0fe0f85636c | refs/heads/master | 2020-04-24T08:55:12.495363 | 2019-02-21T09:54:41 | 2019-02-21T09:54:41 | 171,845,970 | 0 | 0 | null | 2019-02-21T09:55:36 | 2019-02-21T09:55:36 | null | UTF-8 | Java | false | false | 827 | java | package net.fortytwo.smsn.server.actions;
import net.fortytwo.smsn.brain.model.entities.Atom;
import net.fortytwo.smsn.server.ActionContext;
import javax.validation.constraints.NotNull;
public abstract class RootedViewAction extends BasicViewAction {
@NotNull
private String root;
private Atom rootAtom;... | [
"josh@fortytwo.net"
] | josh@fortytwo.net |
ecb103e3da1d7fe40e3fe1d5adc8897d3ef20f8b | 7b9c22446df75210f51854b7553506321069aac9 | /app/src/main/java/icewater/mytrackingapplication/MainActivity.java | 8b4057dc185be35592cb4cf8275d4d7eea6d50e4 | [] | no_license | Icewater1337/smallFitnessTracker | 6966b95b7ad64efb55caf24c9f95ea496420f712 | ac90c47d14b8cbc423576361481b4278f17a573c | refs/heads/master | 2020-04-19T10:10:38.566996 | 2016-10-24T18:33:55 | 2016-10-24T18:33:55 | 66,343,763 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,175 | java | package icewater.mytrackingapplication;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.view.View;
import android.support.design.widget.NavigationView;
import and... | [
"fuchsmath@gmail.com"
] | fuchsmath@gmail.com |
d17d658f7a118374a4fc925ed202ecf4e208c371 | 1eebd2d46c4c6abddd6cabf8507c12347d371059 | /.metadata/.plugins/org.eclipse.core.resources/.history/19/50d03093d40c0018148382379c6fbd76 | a8f1ff8a6cd3cc118d3ca5ee2f3b9c92b8308791 | [] | no_license | atiqahammed/Decision-Tree | 39ffd4a0d6e8a388964a7050fa93b81431665533 | a210c7cddb750aa6d25e0e9b748b6d31c1a32ff4 | refs/heads/master | 2021-05-02T13:16:48.473686 | 2018-11-03T12:17:48 | 2018-11-03T12:17:48 | 120,754,842 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 252 | package test;
import java.io.File;
public class Main {
public static void main(String[] args) {
System.out.println("Hello World");
DecisionTree tree = new DecisionTree();
tree.train(new File("resources/vertebrate.psv"));
}
}
| [
"atiqahammedshamim@gmail.com"
] | atiqahammedshamim@gmail.com | |
163ff37bbf7295326f05ab4b34adcb0f73b34e3a | 0e29f1868b1a5ca904dde605fb9b249d4409685b | /PT&TK 1/New folder/New folder/baiTest1/src/java/com/examp/giaima/Account.java | 3a02a25a8dadc0a600f7b5685d7ac149a667b470 | [] | no_license | quyetaloha/semester-7 | b186f6456b8e736bee40c48e9386038be94b236f | 0896ef89addc702a55f4d5daeee13c3ccf4dcecb | refs/heads/master | 2020-08-31T22:26:39.559904 | 2019-10-31T15:48:52 | 2019-10-31T15:48:52 | 218,799,513 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 724 | 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.examp.giaima;
/**
*
* @author DUCTHANH
*/
public class Account {
private String username;
private String pass;
... | [
"quyethocngu@gmail.com"
] | quyethocngu@gmail.com |
f23c06eb23a50592a6addd37ce37bace07be12b3 | 20eb62855cb3962c2d36fda4377dfd47d82eb777 | /newEvaluatedBugs/Jsoup_59_buggy/mutated/209/Node.java | 48705d60dd023b266451e5cdbe4ce5cf5edcb3e2 | [] | no_license | ozzydong/CapGen | 356746618848065cce4e253e5d3c381baa85044a | 0ba0321b6b1191443276021f1997833342f02515 | refs/heads/master | 2023-03-18T20:12:02.923428 | 2020-08-21T03:08:28 | 2020-08-21T03:08:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,066 | java | package org.jsoup.nodes;
import org.jsoup.helper.StringUtil;
import org.jsoup.helper.Validate;
import org.jsoup.select.NodeTraversor;
import org.jsoup.select.NodeVisitor;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
/**
... | [
"justinwm@163.com"
] | justinwm@163.com |
155ca637416e04657a13eea172f065a240c1979e | 4b4bc1d702ed223f48996ff93224e83a2a2a4d6a | /src/main/java/bla/A.java | 91b1e015ca356ea79b3b51be92b6d9bfbebf8639 | [
"MIT"
] | permissive | musavvirn/Java-Text-Game | cb998c1876f0482dc48b415b749058496b8906de | a53826b30893266a79cd69b2771a436c9c954759 | refs/heads/master | 2022-11-19T12:43:12.827009 | 2020-07-22T02:09:10 | 2020-07-22T02:09:10 | 275,013,167 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 49 | java | package bla;
public class A extends Addable {
}
| [
"musavvir.noor@gmail.com"
] | musavvir.noor@gmail.com |
fb5e71a9eb64705b2578fc6ec88f4e40a8a3ac5a | e543a345b8d6c62720b8ff584eba53b833202711 | /twinkle-baseplatform/twinkle-auth-server/src/main/java/com/twinkle/cloud/authserver/template/ClientServiceMyBatisTemplate.java | be40d195f06baad12fd618bcf2370186d479d215 | [] | no_license | cxj110/twinkle-cloud | d565d573a644d1ce03f66c1926834ab5a07e533c | 0c8a263ebebbc7b1c0e244cd10abd91e68cae0c6 | refs/heads/master | 2022-06-30T05:12:54.452003 | 2019-07-04T10:13:03 | 2019-07-04T10:13:03 | 137,180,030 | 0 | 1 | null | 2022-06-17T02:16:29 | 2018-06-13T07:37:47 | Java | UTF-8 | Java | false | false | 633 | java | package com.twinkle.cloud.authserver.template;
import com.twinkle.cloud.authserver.data.domain.ClientService;
import com.twinkle.cloud.authserver.mapper.ClientServiceMapper;
import com.twinkle.cloud.common.mybatis.template.AbstractMapperTemplate;
import org.springframework.stereotype.Service;
/**
* ClassName: Client... | [
"xuejin.chen@gemii.cc"
] | xuejin.chen@gemii.cc |
c84a430e64ce80d0e48e5d5c32bb0f6a587ef2a1 | 94f810eda289bc75febf3f338eb606310d62e778 | /src/com/u1553617/Model/Booking.java | 7db5f4b1b5a13bbbfbdc0ce4e66766123dd807dc | [] | no_license | mannysanny7/AdvancedSoftware | 3b842610a82931ed53944c3d3972499cfb7bd5f2 | d1dfc8dfe82baee1a8cdcd3bd6b347fa5ef2fc15 | refs/heads/master | 2022-07-03T05:40:07.861041 | 2020-05-14T23:53:57 | 2020-05-14T23:53:57 | 235,780,978 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,068 | java | package com.u1553617.Model;
import com.u1553617.Model.BookingNode;
import com.u1553617.Model.RoomNode;
import java.util.ArrayList;
public class Booking<T> {
private BookingNode<T> bookingHead;
private int size = 0; //size of list
private ArrayList<RoomNode> linkedRooms;
public synchronized void ad... | [
"25615439+mannysanny7@users.noreply.github.com"
] | 25615439+mannysanny7@users.noreply.github.com |
e918f905fb7c71db073c4000b79260d4fab3d58f | 6dafa8ca2d7fe05b404b2cabd8ba0468d7db0c63 | /Chapter 7/SinaNewsCrawler/src/main/java/com/parse/Parse.java | c8f6db1a0822f3054f67bd9ed74b1c6b1f57c0b2 | [] | no_license | kennycaiguo/Java-Carwler-Technology | 90a138b3a0d191365b7d828dc28d0e8d85ecb3f8 | 79dd55671e114d54b078474fa004ff5c681c3646 | refs/heads/master | 2023-07-09T07:22:59.019133 | 2019-11-06T03:00:46 | 2019-11-06T03:00:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,004 | java | package com.parse;
import java.util.ArrayList;
import java.util.List;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import com.model.SinaNewsModel;
public class Parse {
//解析json数据
public static List<SinaNewsModel> getData (String jsonString) {
JSONObject json = JSONObject.parseObject(jso... | [
"qy20115549@126.com"
] | qy20115549@126.com |
8ab514dfd5289ae307fc94d1feea1f47139c1d3a | 1c5f0c9b7eaf71704f4aae96abaee93d384f34ee | /src/main/java/com.xb/domain/Picture.java | 057df31582dd1fbddcf05cebabe9330547789845 | [] | no_license | yxb888/demoone | 8eeb00e053aa8804aae6382642b99372e448fc9a | 185cd6b3c6391e311a0f6abd7dfc6a75b9448734 | refs/heads/master | 2021-05-06T07:50:53.302822 | 2017-12-12T09:31:05 | 2017-12-12T09:31:05 | 113,967,590 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,237 | java | package com.xb.domain;
import java.io.Serializable;
public class Picture implements Serializable{
private static final long serialVersionUID = -6029819821254737716L;
private Integer pId;
private String pName;
private String pUrl;
private String pLastname;
private String pOldname;
publi... | [
"34472886+yxb888@users.noreply.github.com"
] | 34472886+yxb888@users.noreply.github.com |
e46499a252f416d4dad1dcde3b15f8f43c60b3b8 | b4f27e8f24929db51bef3656d3c2f573effa7884 | /NetBeans/Ejemplos Antiguos/Diego/Servlet/EJB/Ejercicio1/src/ejercicio1/InfoLocalHome.java | b2d7d573c49cc9623d97c7b1a0c7147db6b8599c | [] | no_license | eugeniogarcia/netbeans | 266d8c222299c107d0aace3d942efb653abe563e | c4a52a136150f9acfa481c7545b5b070a3409ab9 | refs/heads/master | 2021-07-08T13:39:09.156013 | 2019-06-22T09:59:14 | 2019-06-22T09:59:14 | 193,218,420 | 0 | 0 | null | 2020-10-13T14:07:00 | 2019-06-22T09:56:50 | HTML | UTF-8 | Java | false | false | 198 | java | package ejercicio1;
import javax.ejb.CreateException;
import javax.ejb.EJBLocalHome;
public interface InfoLocalHome extends EJBLocalHome {
InfoLocal create() throws CreateException;
}
| [
"egsmartin@gmail.com"
] | egsmartin@gmail.com |
71819a8835ed3fbab3902434a3381605459a4d6b | 9fe0c3e58fc279871638d819056997b67b9f3586 | /.apt_generated/com/svanda/amlocker/fragments/FragmentOne$$ViewInjector.java | 97e28026f27202943ef3cf36cf0d7f33b15387a9 | [] | no_license | dominik-svanda/AMLocker | feafb52a32494130ebf8917220d6095921460f2f | b0971b118c9c1ad23a24b3feb759adfcfb2938e6 | refs/heads/master | 2020-12-24T14:45:58.703495 | 2014-06-02T07:06:38 | 2014-06-02T07:06:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,019 | java | // Generated code from Butter Knife. Do not modify!
package com.svanda.amlocker.fragments;
import android.view.View;
import butterknife.ButterKnife.Finder;
public class FragmentOne$$ViewInjector {
public static void inject(Finder finder, final com.svanda.amlocker.fragments.FragmentOne target, Object source) {
V... | [
"thesvanda@gmail.com"
] | thesvanda@gmail.com |
9dafd6510015725b76df32cf8b75369b90c359ad | c1226d43c92a11dbf1990278f4325e5bca721d40 | /baselib/src/main/java/com/thlh/viewlib/sweetdialog/ProgressWheel.java | eda25fd33ab68b8e2b1e6b9abdaf6301e84f6586 | [] | no_license | lieying15/jinhui | 37709b15bd29758c53673a57f145421abc88e2af | 5eeb454b969708f9c353b2ea649242ba5f98c7ae | refs/heads/master | 2020-09-03T01:54:23.341980 | 2017-09-19T13:52:56 | 2017-09-19T13:52:56 | 94,408,300 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 19,093 | java | package com.thlh.viewlib.sweetdialog;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.Paint.Style;
import android.graphics.RectF;
import android.os.Parcel;
import android.os.Parcelable;
import android.os.Syste... | [
"lidong@email.thlhchina.com"
] | lidong@email.thlhchina.com |
28c2c14499fee1c541eb9e6deee6d8c52700b68e | 11abf5d25551f426193a766ddf97e5c126aa5236 | /Ex7.1/7.1/src/dashboard/DeveloperActivity.java | ca1a13f4715d5d895349f0b38c9c3cdf0e0c397f | [] | no_license | NDECROIX/AlyraExo | b436383365787a7ef56d5c2de5e1d3479dd07bb9 | 7f6b461133fada9a598f18601bcd06e76632f5a3 | refs/heads/master | 2020-04-19T05:17:34.518336 | 2019-04-01T17:56:36 | 2019-04-01T17:56:36 | 167,983,953 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,036 | java |
package dashboard;
import java.util.HashMap;
import java.util.Map;
import com.fasterxml.jackson.annotation.JsonAnyGetter;
import com.fasterxml.jackson.annotation.JsonAnySetter;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotat... | [
"nicolas.decroixx@gmail.com"
] | nicolas.decroixx@gmail.com |
607cbb8daf417210f12695c4462ad1072981e518 | cc0854fa6079f0e2632419af9b0191638c58b859 | /app/src/main/java/com/dlwx/wisdomschool/activitys/MyRecordVideoListActivity.java | 88a4ec848d4ef6664855989c6387dfad67c59528 | [] | no_license | wch2219/wisdomschool | 6c381b1ec95b829ce1743614dc7f56bb6a61ff80 | a5be78c454dcb0acf2861bb1f27830469fe0ca7a | refs/heads/master | 2021-09-06T17:55:16.684624 | 2018-02-09T09:21:30 | 2018-02-09T09:21:30 | 115,481,370 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,807 | java | package com.dlwx.wisdomschool.activitys;
import android.content.Intent;
import android.database.Cursor;
import android.provider.MediaStore;
import android.support.v7.widget.Toolbar;
import android.view.View;
import android.widget.AdapterView;
import android.widget.GridView;
import android.widget.TextView;
import com.... | [
"wangchonghui2219@126.com"
] | wangchonghui2219@126.com |
d0ac3f21482e3129c6182835b8679d48e6da1f35 | 1cf2ea35b756cc2da028745c9faf0a5cf1f13dd8 | /org.ascape.core/src/org/ascape/model/HistoryValueSetter.java | 8378dbd19588e3f410641e3995b26116723ad4d6 | [
"BSD-3-Clause"
] | permissive | liveqmock/MASON4AMP | 06b5dbf078b368fa465dcc710a193f17fa153870 | 5c1ae900503c0512471b8410a67a0fdf14b19e1e | refs/heads/master | 2021-01-20T10:47:25.194166 | 2013-10-31T17:33:19 | 2013-10-31T17:33:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,782 | java | /*
* Copyright 1998-2007 The Brookings Institution, NuTech Solutions,Inc., Metascape LLC, and contributors.
* All rights reserved.
* This program and the accompanying materials are made available solely under the BSD license "ascape-license.txt".
* Any referenced or included libraries carry licenses of their respe... | [
"mail.amff@gmail.com"
] | mail.amff@gmail.com |
ec2568383b5d7d7819b96f83ba5cfb057cab165e | ada748fb55ceefaa5469b997744a3b20f75bd9f3 | /src/com/expose/restapi/FtoCService.java | be5e3542128e831d1241e4489372d6dc5d2c2003 | [] | no_license | aschuettler/REST-APIs | 5955f6cc4ce086f9b9bcc51d873520bd0c0d1dc2 | b4a931090cd92995240d85dcd62ecd22cdd749a1 | refs/heads/master | 2021-01-21T16:52:54.519701 | 2016-04-18T11:38:33 | 2016-04-18T11:38:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,547 | java | package com.expose.restapi;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
import javax.ws.rs.Produces;
import javax.ws.rs.core.Response;
import org.json.JSONException;
import org.json.JSONObject;
//Annotation for URL path to query the API service
@Path("/ftocservice")
public class Fto... | [
"soumyajit.basu@srijan.in"
] | soumyajit.basu@srijan.in |
16fa57e4b68278a02c466fadf12b4b946b9d18c3 | 9ea0126f22af93934be7a47b343f48cbb80d60c5 | /app/src/main/java/com/sumavision/talktv2/videoplayer/player/impl/SohuPlayer.java | e69868a4882b58bc7d809e629067182ea61d7d84 | [] | no_license | PioneerLab/talkTV4.0 | 88e19ded64176116b89320a6469b733cc2e35968 | ab77ca3c4ed3b53268f85e8c6dad0ead46af0cbc | refs/heads/master | 2021-06-16T00:17:25.383170 | 2017-04-13T19:54:38 | 2017-04-13T19:54:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,124 | java | package com.sumavision.talktv2.videoplayer.player.impl;
import android.content.Context;
import android.net.Uri;
import android.util.Log;
import android.view.Surface;
import android.view.SurfaceHolder;
import android.view.ViewGroup;
import com.sohuvideo.api.SohuPlayerError;
import com.sohuvideo.api.SohuPlayerItemBuild... | [
"864064269@qq.com"
] | 864064269@qq.com |
a4f7b1347123e22f18ac821b72a56d89215b2e92 | 978e7b14ec2415bf2640c7623ea8c416fe839695 | /src/main/java/com/scr/repository/ContentCategoryRepository.java | 24deb9f0974bc0109d55111b671d24dfce13f0ed | [] | no_license | gvrc1881/scr | bfa86b83930c9a92440e26cc92119746d0d136bc | 96aec64db11abc6e7d60ea09dbc102f9428cd76d | refs/heads/master | 2021-06-12T18:07:34.811989 | 2021-03-29T09:19:25 | 2021-03-29T09:19:25 | 254,370,785 | 0 | 2 | null | 2021-04-26T20:09:27 | 2020-04-09T12:53:48 | Java | UTF-8 | Java | false | false | 299 | java | package com.scr.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.scr.model.ContentCategory;
@Repository
public interface ContentCategoryRepository extends JpaRepository<ContentCategory, Integer>{
}
| [
"learn.tech2413@gmail.com"
] | learn.tech2413@gmail.com |
7006d509300b5b6ca3ef161df1e2e4f4a353bc68 | 88f0f9de2a142b0fae29c246332edc90d35da940 | /src/Configs.java | d07b10a036c1eb83b789c062f7ce6f081ff2d752 | [] | no_license | Aleksey-Kn/RGZ-Visprog | f434066cc11a554705e48d34e350938525a39cd8 | d599234a751aea86db4f745e6affd00cb009ce75 | refs/heads/master | 2021-05-19T11:21:06.793048 | 2020-04-13T09:16:03 | 2020-04-13T09:16:03 | 251,671,178 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 278 | java | public class Configs {
protected static final String host = "localhost";
protected static final String port = "3306";
protected static final String user = "root";
protected static final String pass = "root";
protected static final String name = "Facultet";
} | [
"aleksey.k2000@mail.ru"
] | aleksey.k2000@mail.ru |
4abd9ce3456fe3b70d1f343725ad65226b548ea9 | 86a48bf085dcbdeebb16b1fe53531377b0364510 | /Agenda/app/src/main/java/br/com/alura/agenda/FormularioActivity.java | ca10e572bfa556c5830a5839cf9d6a6c05b498dc | [] | no_license | caroltr/alura-android1 | 3c300bd4198171c1f2f7bc23c9bd3bbaf506aad7 | 2bb3cdc685aa655cd0f9c7307a46d2b0a380b391 | refs/heads/master | 2021-03-16T05:46:58.004621 | 2017-08-17T23:58:33 | 2017-08-17T23:58:33 | 99,381,528 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,774 | java | package br.com.alura.agenda;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuInflater;
import android.view.MenuItem;
import android.widget.Toast;
import br.com.alura.agenda.dao.AlunoDAO;
import br.com.alura.age... | [
"caroltr.srs@gmail.com"
] | caroltr.srs@gmail.com |
1c19ad7b0cfea30dccfa8221bfee124e817f6fcf | 72d9875674e46e6972bfa293aa9f5d43bc9a52f0 | /MavenProject/src/main/java/SeleniumProgram/SeleniumLogin.java | 67ea7f0052f829d1d49f41e3f300dcec03aa7d97 | [] | no_license | GowshikR/Java_Selenium | dff609a28b43c4d76b8d9782dfb97a5df418f369 | be1eae27b42d7edae4a1319d3544b57bd93ffa56 | refs/heads/master | 2023-05-11T14:06:44.926011 | 2019-07-02T06:35:11 | 2019-07-02T06:35:11 | 192,520,455 | 0 | 0 | null | 2023-05-09T18:41:49 | 2019-06-18T10:43:42 | Java | UTF-8 | Java | false | false | 559 | java | package SeleniumProgram;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
public class SeleniumLogin {
public static void main(String[] args) throws InterruptedException {
System.setProperty("webdriver.chrome.driver","G:\\chromedriver.exe");
WebDriver driver = new C... | [
"Gowshik.Rajkumar@DUCENTRNG-11.ducenitchn.com"
] | Gowshik.Rajkumar@DUCENTRNG-11.ducenitchn.com |
25f9d4e24056ac6b9506f9143db64f4beb765f6a | 127fb4900266cdfcc96613e3a77c0285a09b94a6 | /src/com/bayviewglen/zork/Parser.java | 7af97521fa47e09a5d287d89e0f8a0633742bd4e | [] | no_license | charlotteKoch/ISP-2015 | 209156b1caf5453314a5c5a3fad51f9a988718eb | 3689f435076b60a1c9a9b025fcb6fc1f829e3702 | refs/heads/master | 2021-01-10T13:33:38.995122 | 2015-06-16T13:47:10 | 2015-06-16T13:47:10 | 36,146,492 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,050 | java | package com.bayviewglen.zork;
/*
* Author: Michael Kolling
* Version: 1.0
* Date: July 1999
*
* This class is part of Zork. Zork is a simple, text based adventure game.
*
* This parser reads user input and tries to interpret it as a "Zork"
* command. Every time it is called it reads a line from the termin... | [
"ckoch@bayviewglen.ca"
] | ckoch@bayviewglen.ca |
ea6f4cd0a75d0720230c0168aa36d217286d8db3 | 69e71f3a23e20bcf66975f1c97d9732db15d5615 | /android-robot-control/src/javaclient2/structures/map/PlayerMapData.java | 1362935794e24d2d0956eb2e11664ed50c95ad67 | [] | no_license | jobsonp/android-robot-control | 731df5abad4a3d2fa7bcbcdfa9c8bd055d83ec90 | e4035421f8a880c423885201edb55f7b527ba832 | refs/heads/master | 2020-05-28T07:05:31.995185 | 2010-10-19T02:50:59 | 2010-10-19T02:50:59 | 41,233,250 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,897 | java | /*
* Player Java Client 2 - PlayerMapData.java
* Copyright (C) 2006 Radu Bogdan Rusu
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your... | [
"agusgutierrez@gmail.com"
] | agusgutierrez@gmail.com |
3744bcf6e1d489206d3f68c68a7aa35a0ccb2b15 | a8a82db29042c5d38b31ab8d562d80f003313593 | /src/com/wizard_quest/Parser.java | 63c5af520c2dd9b201fb8d0f3a4d4bf2272a8e78 | [] | no_license | captpierce/wizard_quest_lab2108 | 3265ec61a0808c2310623b3af551514b2c3b27f3 | bda84105e9a48b70cc44a5e5ce898f006d04d54b | refs/heads/master | 2020-04-12T03:23:06.330216 | 2018-12-18T09:46:22 | 2018-12-18T09:46:22 | 162,265,751 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,312 | java | package com.wizard_quest;
import java.util.Scanner;
public class Parser
{
private CommandWords commands; // holds all valid command words
private Scanner reader; // source of command input
/**
* Create a parser to read from the terminal window.
*/
public Parser()
{
co... | [
"safieva.d@yandex.ru"
] | safieva.d@yandex.ru |
251076cdb66fd44f9aef2083468c60e081edc419 | d70f61b1c1e86688d4b4144c31fd4118051121e8 | /src/main/java/com/yy/common/ehcache/YYEhcacheUtil.java | c487e37b95e9b1baf4d56d7747579704c1bc7400 | [] | no_license | ls909074489/productAdmin | a5c5419ac9b5aeb9323d4bc39f9a4eb7eb286130 | 5723e1c07cc4777f9e2720d1508420c6863232fb | refs/heads/master | 2022-12-28T11:05:50.843273 | 2020-12-15T03:31:10 | 2020-12-15T03:31:10 | 141,645,895 | 0 | 0 | null | 2022-12-16T04:49:50 | 2018-07-20T01:00:03 | JavaScript | UTF-8 | Java | false | false | 11,177 | java | package com.yy.common.ehcache;
import java.util.List;
import net.sf.ehcache.Cache;
import net.sf.ehcache.CacheManager;
import net.sf.ehcache.Element;
import net.sf.ehcache.config.CacheConfiguration;
import org.apache.commons.lang.StringUtils;
/**
* ehcache工具类
*/
public class YYEhcacheUtil {
private static CacheM... | [
"ls909074489@gmail.com"
] | ls909074489@gmail.com |
da6b04ade7c161024e1ee098c79695f21aa6ff11 | 139958dacf7f6949f413d58de11793ec14758ddb | /src/leetcode19/Main.java | 873b1240acbf3ad72728458dcc616528762f5d60 | [] | no_license | YiMysty/leetcode | 1fc0f0d266cd882ad2ab4981048f5a115e2e915c | 4725187157f077b79ca44896ecefafc301077edd | refs/heads/master | 2021-06-12T01:00:33.326308 | 2021-03-09T17:58:12 | 2021-03-09T17:58:12 | 35,655,986 | 1 | 1 | null | 2021-03-09T18:01:40 | 2015-05-15T05:46:43 | Java | UTF-8 | Java | false | false | 44 | java | package leetcode19;
public class Main {
}
| [
"yimingzi@foxmail.com"
] | yimingzi@foxmail.com |
fd35f1a19044a66b3978f859220211088355f02f | f012610e4dbe066a10fd751aae68225b9b66990e | /src/JavaEssential/HomeWork002/Task4/Car.java | 1fa652ffba41e6762e961a5f8668b846da5660ec | [] | no_license | alexkristal2009/CBHomeWork | 1530e29174fb0fa9e074ae12407743f318d84953 | db994b7d8aa7b06604f62aebde3c7db3fbaf200b | refs/heads/master | 2023-07-07T07:17:07.809079 | 2021-08-06T12:19:45 | 2021-08-06T12:19:45 | 375,258,945 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 652 | java | package JavaEssential.HomeWork002.Task4;
public class Car {
int year;
double speed;
int weight;
String color;
public Car() {
this(2000, 200.10, 1254, "Blue");
}
public Car(int year) {
this(year, 200.10, 1254, "Blue");
}
public Car(int year, double speed) {
... | [
"alexkristal2009@gmail.com"
] | alexkristal2009@gmail.com |
b4baebd041d74546fa4ca41ed2c632a29332ce21 | 852c382f0dcb93f5118a9265e84892fcdf56de73 | /prototypes/ethosnet/trunk/dspace-api/src/main/java/org/dspace/eperson/LDAPAuthentication.java | 4febbaf3b831d001a48be908dbad36113d8efe6d | [] | no_license | DSpace-Labs/dspace-sandbox | 101a0cf0c371a52fb78bf02d394deae1e8157d25 | a17fe69a08fb629f7da574cfc95632dc0e9118a8 | refs/heads/master | 2020-05-17T21:33:34.009260 | 2009-04-17T13:43:32 | 2009-04-17T13:43:32 | 32,347,896 | 0 | 4 | null | null | null | null | UTF-8 | Java | false | false | 16,657 | java | /*
* LDAPAuthentication.java
*
* Version: $Revision$
*
* Date: $Date$
*
* Copyright (c) 2002-2005, Hewlett-Packard Company and Massachusetts
* Institute of Technology. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the ... | [
"richard-jones@users.noreply.github.com"
] | richard-jones@users.noreply.github.com |
700f1675541858f835fdf9452562af8a33d04627 | 31e2fe3503bca81f18a754ed8910ebc9ef6cb460 | /mySpringBasic/mySpringAop/src/main/java/com/yapeng/mySpringBasic/Logging.java | 8c681ffd83df903191f76d69d6c383d221654a8b | [] | no_license | tomtom0516/myProjects | 819c4cf2b79fc22b4945bb63c922ed314c0575c5 | 754686ee6b0d0732a479965812c1cb223672a4ae | refs/heads/master | 2021-07-04T20:26:36.074851 | 2020-08-29T10:00:04 | 2020-08-29T10:00:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 981 | java | package com.yapeng.mySpringBasic;
public class Logging {
/**
* This is the method which I would like to execute
* before a selected method execution.
*/
public void beforeAdvice(){
System.out.println("Going to setup student profile.");
}
/**
* This is the method which I wou... | [
"12465001@qq.com"
] | 12465001@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.