blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9e5698a94723bd599e071fd5f86f3e1329d06c8b | be40fdfd1a353a7e89c085f96376c2b3b5162554 | /asciidoctor-editor-plugin/src/main/java/de/jcup/asciidoctoreditor/Matcher.java | a29062806fad1f1a3a07e4d4f8e3eeffd03e3083 | [
"Apache-2.0"
] | permissive | rbioteau/eclipse-asciidoctor-editor | 4a7dcd898370b18dec9481fc07edc61dd04407e5 | dcab5981887fc7eb24b6004f3d6def847a539b27 | refs/heads/master | 2022-05-01T11:04:34.869188 | 2022-02-20T19:57:44 | 2022-02-20T19:57:44 | 221,953,460 | 0 | 0 | NOASSERTION | 2019-11-15T15:40:39 | 2019-11-15T15:40:39 | null | UTF-8 | Java | false | false | 836 | java | /*
* Copyright 2016 Albert Tregnaghi
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | [
"albert.tregnaghi@gmail.com"
] | albert.tregnaghi@gmail.com |
48782a3346d4bdd3fcd403409c28989bf2f9b8ba | 3ed1675a63b4e86014dd866f0b20163a89a22791 | /app/src/main/java/android/example/firebaseapp/fragments/NotificationFragment.java | 4ae3a1e9467e76ecc82c8857632557a552677c22 | [] | no_license | BlajDavid/tutorial-firebase-android | e8c87ecba2aab8a8659ef9330b92992802bfa210 | 3d12893063300c5e01c11f7d94728c2d07d32793 | refs/heads/master | 2022-12-18T01:43:46.299211 | 2020-08-28T08:54:41 | 2020-08-28T08:54:41 | 285,375,158 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 537 | java | package android.example.firebaseapp.fragments;
import android.os.Bundle;
import androidx.fragment.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.example.firebaseapp.R;
public class NotificationFragment extends Fragment {
@Override
pu... | [
"blaj.david1@gmail.com"
] | blaj.david1@gmail.com |
298ac3aac7fec57864312b4f2170a8a6b93012a3 | d696e137eeda76613393e629c68df7f691fa82dc | /android/app/build/generated/not_namespaced_r_class_sources/debug/r/com/facebook/react/R.java | 3acfab127df99666501db42475435c5b49df0dad | [
"MIT"
] | permissive | alexkoles/videoListRN | d39dc22eacc8fc5aad8c821366f2cb20aa4b1c2d | c68934490a81a69d0853a3e633c2d7d5e4e247ab | refs/heads/master | 2022-12-13T16:06:41.013379 | 2020-09-10T13:14:19 | 2020-09-10T13:14:19 | 294,413,264 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 137,155 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package com.facebook.react;
public final class R {
private R() {}
public static final class anim {
private anim() {}
... | [
"knure4@gmail.com"
] | knure4@gmail.com |
21b899cf61c244ffe6a159512d5946ed8ed60713 | 7e47326b2b14ea54bb3f0e11fb412ce88218dc15 | /Algorithm/src/Lead2Offer/sort/HeapSortV2.java | 4556f9e2b02e036baa8c4b4123754959ca430235 | [] | no_license | AchillesYoung/re_learn | e321175db0afd2fdb1953ee270a0a8d3cf5d38f8 | 9fd4625a7d6aac5e4027db440a9c0fff5f95d80e | refs/heads/master | 2023-02-19T19:13:13.234581 | 2021-01-23T09:23:34 | 2021-01-23T09:23:34 | 289,865,134 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 4,303 | java | package Lead2Offer.sort;
import java.util.Arrays;
public class HeapSortV2 {
/**
* 构建大顶堆,然后后数组最后一位换位置
* 时间复杂度O (nlgn)
* 就地排序?O(1)
*/
public int[] heap_sort(int[] unsorted_arry) {
int size = unsorted_arry.length;
if (unsorted_arry == null || size < 2) {
return un... | [
"yang_shu@muorngtech.com"
] | yang_shu@muorngtech.com |
5781617ae4cfdbf42906dbb2857a2c3922eec799 | 24acbcc7b5ad20d2cea61b2b2b8190befe7f5bce | /Blogs/src/algs/blog/multithread/array/MultiThreadDriver.java | 294cfbd5b2d2e0dcf1b37485e8e1216fd7ae04a8 | [
"MIT"
] | permissive | heineman/algorithms-nutshell-2ed | a08e2136fb3f9199e119a8aebca1be09a02b86f4 | 6bdaf7ee2878f69a2df00ae7a3274f5d43d24605 | refs/heads/master | 2022-09-04T20:53:52.422824 | 2021-12-29T02:34:44 | 2021-12-29T02:34:44 | 43,086,309 | 577 | 226 | null | null | null | null | UTF-8 | Java | false | false | 6,419 | java | package algs.blog.multithread.array;
import algs.model.IPoint;
import algs.model.array.IPivotIndex;
import algs.model.array.LastSelector;
import algs.model.array.RandomSelector;
import algs.model.data.points.UniformGenerator;
import algs.model.tests.common.TrialSuite;
import algs.model.tests.common.TrialSuiteH... | [
"heineman@cs.wpi.edu"
] | heineman@cs.wpi.edu |
7b589a5dcacd48b30124107152ce5164b60ffb26 | ba252c8563cdc726a4dcfc2e6fa614b07d8a9d51 | /flaptor-util/com/flaptor/util/apis/GoogleGeo.java | bfc2bde8d14a875a4f35fe0d4244795824efc317 | [
"Apache-2.0"
] | permissive | ramiyer/indextank-service | d5f535820bb1ece696fbbd72af571c10376c4af4 | e71329dbeffbb5c0c3735f64e98da98dcd747e51 | refs/heads/master | 2021-01-18T07:22:28.416088 | 2014-05-18T03:08:41 | 2014-05-18T03:08:41 | 3,032,084 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 493 | java | package com.flaptor.util.apis;
/**
* Interface for Geocoding queries
*
* @author Martin Massera
*/
public interface GoogleGeo {
/**
* get from cache or google api the geographic information
*
* blocking wait to enforce the request limit
* @param place
* @return
*/
pub... | [
"adrian@ghosthack.com"
] | adrian@ghosthack.com |
9b478457649ff8301db43ffe64100839511f35b0 | 9c0a5b81ee94366fe3e4c81e7d9dd93bff41c14e | /app/src/main/java/com/sung/noel/demo_keyboard/util/TextToSpeechUtil.java | a18e514c373c1a55f18111c5f56823d8ef8c5e28 | [] | no_license | noel77543/Demo_keyboard | a90a9db58ef6ee69ffe7cf8621c0aab15118b962 | e8ad7942512156f6789b215106fcecb332d66542 | refs/heads/master | 2020-04-06T12:54:11.139515 | 2018-11-14T07:25:45 | 2018-11-14T07:25:45 | 157,475,411 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,789 | java | package com.sung.noel.demo_keyboard.util;
import android.content.Context;
import android.speech.tts.TextToSpeech;
import android.widget.Toast;
import com.sung.noel.demo_keyboard.R;
import java.util.Locale;
public class TextToSpeechUtil implements TextToSpeech.OnInitListener {
private TextToSpeech textToSpeech;... | [
"noel77543@gmail.com"
] | noel77543@gmail.com |
91ad2e23a444994dab016f68fe1b0739f6a39e01 | 89085eceddd2d32e962eea67ccc1852f6c9e17db | /testdata/com/wordpress/login/LoginModule.java | 6ee76fa3bbe470eb2c90be161665e1a4dfd23ef5 | [] | no_license | locnguyent3108/30DAYSCHALLENGE | 7195cead397cf8e4ab94e2042dd5e1f5a018d6aa | 5e275092624d9b77222c93a3d1ba2df0a6d9909a | refs/heads/master | 2023-05-12T11:07:00.313587 | 2020-07-23T10:21:05 | 2020-07-23T10:21:05 | 279,071,457 | 0 | 0 | null | 2023-05-09T18:51:37 | 2020-07-12T13:36:04 | Java | UTF-8 | Java | false | false | 59 | java | package com.wordpress.login;
public class LoginModule {
}
| [
"ltnguyen@napster.com"
] | ltnguyen@napster.com |
d627b81a10c29b305d70dc6e1d4a111e7098ed1e | 926b938969fcf7ac3235583f49712158a1b12f7b | /tlum_groupware_e/src/main/java/com/tlum/service/EmployeeService.java | 78c5cddf3bdbab15edd6099eb85942625641cfeb | [] | no_license | EomSuengHyeun/tlum_groupware_e | d8cce6d7d674c97a71836aeb27b0673adee0207d | 3c8b524e1bc026f5f2e1085d33344bd44188f43f | refs/heads/master | 2020-03-18T02:37:57.148670 | 2018-05-21T00:57:43 | 2018-05-21T00:57:43 | 134,199,630 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 818 | java | package com.tlum.service;
import java.util.List;
import com.tlum.dto.EmployeeVO;
import com.tlum.dto.SearchCriteria;
public interface EmployeeService {
public List<EmployeeVO> selectEmployeeList()throws Exception;
public EmployeeVO selectEmployeeById(String emp_id)throws Exception;
public void insert... | [
"djatm@LAPTOP-N4RNINRI"
] | djatm@LAPTOP-N4RNINRI |
2436cab8f8586131dde875556bbc6fe2c7b315ca | f9b2f91b49abac0ab6bf8926d3637944799915a7 | /src/main/java/com.optimist.pokerstats.pokertracker/account/event/AccountPositionPlayerIdChanged.java | 4f10baa42a6679589085614589d54a635a0d79b5 | [] | no_license | robertBrem/pokertracker-cassandra | 1a54fd51bdb538f75fd567ca670a38110a2f0567 | 548e40f688f98798dfab082425a5fed42cfe8260 | refs/heads/master | 2020-04-06T06:59:09.700126 | 2016-08-21T13:31:04 | 2016-08-21T13:31:04 | 58,078,034 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 331 | java | package com.optimist.pokerstats.pokertracker.account.event;
import lombok.Getter;
@Getter
public class AccountPositionPlayerIdChanged extends AccountPositionEvent {
private final Long playerId;
public AccountPositionPlayerIdChanged(Long id, Long playerId) {
super(id);
this.playerId = playerI... | [
"brem_robert@hotmail.com"
] | brem_robert@hotmail.com |
bf3f6275bed38ccdf5873eb2c1bf8045da755ae8 | 55486e812e2449fe8bcc8c972b2e721a231083a0 | /Assignments/QuyPV/FFSE1703/src/assignment/Sosanh.java | 419479d6e76bdd1f513febf6372ba4d3078f7483 | [] | no_license | FASTTRACKSE/FFSE1703.JavaCore | 15bdcfe15fbdf7fbc94a99c11f58b940149f0b01 | 14ba6725f3424724cf5ac20c57321162ae9ddd0a | refs/heads/master | 2021-07-11T20:33:02.506208 | 2018-12-28T01:06:07 | 2018-12-28T01:06:07 | 125,818,158 | 4 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,040 | java | package assignment;
import java.util.Scanner;
public class Sosanh {
public static void main(String[] args) {
Scanner myInput = new Scanner(System.in);
int a, b, c, d;
System.out.print("Nhập Vào số thứ 1: ");
a = myInput.nextInt();
System.out.print("Nhập Vào số thứ 2: ");
b = myInput.nextInt(... | [
"FFSE1703010@st.fasttrack.edu.vn"
] | FFSE1703010@st.fasttrack.edu.vn |
e31f1f1ac920aab0d5495f862290321ade5add7e | d9d959f661f934c3c93d3ffd0297ebe277f7bb7b | /app/src/main/java/vip/okfood/opendd/AccServiceQQ.java | 438db2ba82602c5e44f9ac918e0cc16bd524b575 | [] | no_license | Leo0618/OpenDD | 931a8f8aec68b9f69d7961f89d52e85733cf7f0a | b2fdddaccc9b1b41e027b86882b2bb1bcface4ca | refs/heads/master | 2020-12-02T04:59:33.161348 | 2020-01-03T02:45:09 | 2020-01-03T02:45:09 | 230,897,092 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,260 | java | package vip.okfood.opendd;
import android.accessibilityservice.AccessibilityService;
import android.view.accessibility.AccessibilityEvent;
import java.util.List;
/**
* function:AccServiceQQ
*
* <p></p>
* Created by lzj on 2019/3/18.
*/
public class AccServiceQQ extends AccessibilityService {
private stati... | [
"leo0618@126.com"
] | leo0618@126.com |
ae3d7d67a2e70251c627d4ae06d90fe88d1d78af | 96e93f497b336001e2447f7564c4b146a74c5893 | /src/main/java/com/niall/connect3/MainActivity.java | 9f92a890dbcde0c83d779ee2f810f289cb2a1076 | [] | no_license | Dhruvjain2000/Tic-Tac-Toe-Android | 654ddad076fa6cce741369c7528c31e338fbd78b | c6fba72d69d24ddddfbd10ee7708211047b952f4 | refs/heads/master | 2021-04-29T16:58:59.873230 | 2018-02-15T17:39:42 | 2018-02-15T17:39:42 | 121,659,623 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,054 | java | package com.niall.connect3;
import android.graphics.Color;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.GridLayout;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
import android... | [
"noreply@github.com"
] | Dhruvjain2000.noreply@github.com |
6e436d20c14aa26bfb7b1f3b5a836261c48991e4 | 20bfd34a7f09565bda4c6490799d71c26a22d974 | /common-lib/src/main/java/com/codekutter/common/GlobalConstants.java | 89b0ac1828d2ce5cbbcd730f94e683daada640de | [
"Apache-2.0"
] | permissive | subhagho/codekutter | e0dba77d8ddb9e41bff79ab01ea0e018614cbf31 | 0715300a7c953d4c02bb386d58a2fcc9789d6508 | refs/heads/master | 2023-08-07T20:19:22.910659 | 2021-07-06T06:01:16 | 2021-07-06T06:01:16 | 224,968,407 | 3 | 3 | Apache-2.0 | 2023-08-24T20:27:42 | 2019-11-30T06:12:54 | Java | UTF-8 | Java | false | false | 4,831 | 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 ... | [
"subho.ghosh@outlook.com"
] | subho.ghosh@outlook.com |
2f91d00aea78d070276fdfa69b37cf1d6d96c33c | 5a225eec2f13bd66df75a927ca3d7701f34d8240 | /CMP464/chatProgram/src/utils/Interface/FCTA.java | 55ed6cacd31f193def11ab9decf8ce769d515c43 | [] | no_license | EnjoyWorkTrue/Spring2014 | d0dece545039ab8011b476a75e474de745d171d1 | 1b368f7d8eff12d633fee7bc8519eb565e290816 | refs/heads/master | 2021-01-23T12:45:40.390026 | 2014-05-28T20:03:34 | 2014-05-28T20:03:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 222 | java | package utils.Interface;
public interface FCTA {
public void appendMessage(String message);
public void setNicknameList(String readUTF);
public void addClient(String name);
public void deleteUser(String user);
}
| [
"dldytpq234@gmail.com"
] | dldytpq234@gmail.com |
33f6e7bd14bb62ddc9eb92a447f8b4b311a4a4c4 | df730f8905a7296e5a19eea30a325cdbf8299310 | /ai2331/common_base/src/main/java/com/ai2331/common/cache/impl/RedisCacheService.java | dc9b264f555335b9a81a4ec6945da6d1d5b519dd | [] | no_license | jyxs/springboot | b1013ee0f7e11b14ca6149db3f2e319a8867652e | ad72fac618687945e8e7fa5701b4b971b6041d64 | refs/heads/master | 2023-06-24T09:11:04.174841 | 2020-11-04T14:25:15 | 2020-11-04T14:25:15 | 219,902,418 | 2 | 0 | null | 2023-06-14T22:31:00 | 2019-11-06T03:16:29 | JavaScript | UTF-8 | Java | false | false | 13,966 | java | package com.ai2331.common.cache.impl;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.concurrent.TimeUnit;
import org.apache.commons.lang3.ObjectUtils;
import org.apache.commons.lang3.RandomUtils;
import org.springframework.data.redis.core.BoundListOperations;
import org.... | [
"56882658@qq.com"
] | 56882658@qq.com |
0b9515811875a556ae8d0d9e68171a825907b05e | 18644800777f9b9cfcd1ccb9efc2fa7a8697dca8 | /src/dobble/Carta.java | f37655821eb6a8aa6ab28cc7bd30e2ec3e666a8b | [] | no_license | carsanvel/Dobble | b87efbff1ee83220bd9cabc25a8e11d36b95dc94 | 80e771bcb4248125f6e64c6fb4cf00987b4af436 | refs/heads/master | 2023-05-04T13:26:57.889950 | 2021-05-25T19:41:27 | 2021-05-25T19:41:27 | 341,247,681 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 384 | java | package dobble;
import java.io.Serializable;
public class Carta implements Serializable{
private String directorio;
public Carta(String directorio) {
this.directorio = directorio;
}
public String getDirectorio() {
return directorio;
}
public void setDirectorio(String direct... | [
"carvsk@gmail.com"
] | carvsk@gmail.com |
7516700e4a2b02ee055313366cfbb5201753d13c | 25a436417d2122691d769a0c7a96cbd916774b63 | /src/cn/sxt/service/PermissionService.java | a3c4f3a60ea97433d42c36ed507038f2dbb6e3e4 | [
"MIT"
] | permissive | Icyfighting/Car-Rental-Management-System | 1501ec0cd59e8dae904e2a5fdca58fa1c7af88a1 | 0b68aea3fa7ae12dac62ddc11ceb131d3dd21055 | refs/heads/master | 2020-04-11T13:55:40.241062 | 2018-12-16T16:51:18 | 2018-12-16T16:51:18 | 161,830,510 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 254 | java | package cn.sxt.service;
import java.util.List;
import cn.sxt.pojo.Funs;
import cn.sxt.pojo.Menus;
public interface PermissionService {
public List<Menus> getMenuByUserName(String userName);
public List<Funs> getFunsByUserName(String userName);
}
| [
"187233718@qq.com"
] | 187233718@qq.com |
51fabde5a29be25510ea4c4168f49390db43022e | d4bc8939d38dedeca6b6f93e46580c3f8ee9b2a5 | /StackMin.java | 351920edbd818de9264b87d5e07723b73c4049ef | [] | no_license | pavi2004/Stacks-and-Queues | 6413fb941593051fb2b85fe4cbbaa96f779d3f2d | e28853781721edc829ac2b04e11d20f125ccdaef | refs/heads/master | 2021-01-05T21:33:29.516403 | 2020-02-24T05:19:01 | 2020-02-24T05:19:01 | 241,143,765 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,487 | java | import java.util.*;
class MyStack
{
Stack<Integer> s;
Integer minEle;
MyStack()
{
s = new Stack<Integer>();
}
void getMin()
{
if (s.isEmpty())
System.out.println("Stack is empty");
else
System.out.println("Minimum Element in the " +
" stack is: " + minEle);
}
void p... | [
"noreply@github.com"
] | pavi2004.noreply@github.com |
1805aa6aae6aac84deeee0e8aa50d7a688157f83 | fe755c562710dbe487c3197e11b2c6e91fbec9e3 | /src/main/java/learningfiles/Collections.java | f032c24e8921aaaa44fd60d7e8d479876447a40c | [] | no_license | khurshedkadyrov/googleProject | 2525534e0883f8e1215db02da60b0c5aa1819d58 | 1343c32437c92c6d9b357743a8019744db6a711e | refs/heads/master | 2021-07-14T13:33:34.282903 | 2019-12-04T18:14:48 | 2019-12-04T18:14:48 | 216,406,449 | 3 | 0 | null | 2020-10-13T16:56:12 | 2019-10-20T18:16:36 | Java | UTF-8 | Java | false | false | 444 | java | package learningfiles;
import java.util.ArrayList;
import java.util.Collections;
class MyClass1 {
public static void main(String[ ] args) {
ArrayList<String> animals = new ArrayList<String>();
animals.add("tiger");
animals.add("cat");
animals.add("snake");
animals.add("dog"... | [
"khursh.kadyrov@gmail.com"
] | khursh.kadyrov@gmail.com |
ff5a09c801670191360fa070ecdb9b3581969371 | e20b9a1f40a130cbebbbfb018072eb2d07862478 | /net/minecraft/server/ChatComponentUtils.java | 941a6044641522bd37862ae54b2b13c2e00b9f07 | [] | no_license | IServerPowered/mc-dev | d3aec5d09375e34264037a190285dbfbc95fc46a | 14d88a9a6d9e4c9084d3037a0682a5c415832042 | refs/heads/1.8.3 | 2021-01-17T17:49:54.651138 | 2015-03-09T22:35:39 | 2015-03-09T22:35:39 | 33,264,491 | 2 | 0 | null | 2015-04-01T18:19:08 | 2015-04-01T18:19:07 | null | UTF-8 | Java | false | false | 2,765 | java | package net.minecraft.server;
import java.util.Iterator;
import java.util.List;
public class ChatComponentUtils {
public static IChatBaseComponent filterForDisplay(ICommandListener icommandlistener, IChatBaseComponent ichatbasecomponent, Entity entity) throws CommandException {
Object object = null;
... | [
"Techcable@outlook.com"
] | Techcable@outlook.com |
e29b73ca1083950ca4858b14e983eba536a38b60 | a04e8bedf2fb66fc9996cd631a46c8a86aa0c7f3 | /app/src/main/java/com/example/dictionary/ui/login/LoggedInUserView.java | f99fb3de9443800da031168e781cb8b83c510258 | [] | no_license | tuancode123/App-Tudienanhviet | 8c8707480054aeeeeea9f4731b2cde83b22880da | 40a60873c71afea0be8fd6da2da041891ab5c946 | refs/heads/master | 2022-11-29T01:10:18.714853 | 2020-08-05T15:42:38 | 2020-08-05T15:42:38 | 280,556,717 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 380 | java | package com.example.dictionary.ui.login;
/**
* Class exposing authenticated user details to the UI.
*/
class LoggedInUserView {
private String displayName;
//... other data fields that may be accessible to the UI
LoggedInUserView(String displayName) {
this.displayName = displayName;
}
S... | [
"48654876+tuancode123@users.noreply.github.com"
] | 48654876+tuancode123@users.noreply.github.com |
e4b04f5d2a7d9d59d2af2e6bcf65a582aa8a0b93 | e96172bcad99d9fddaa00c25d00a319716c9ca3a | /plugin/src/test/resources/codeInsight/daemonCodeAnalyzer/quickFix/genericCreateFromUsage/after2.java | cdfc6cc67e2eece775df6bcc44dbaf72db1a507f | [
"Apache-2.0"
] | permissive | consulo/consulo-java | 8c1633d485833651e2a9ecda43e27c3cbfa70a8a | a96757bc015eff692571285c0a10a140c8c721f8 | refs/heads/master | 2023-09-03T12:33:23.746878 | 2023-08-29T07:26:25 | 2023-08-29T07:26:25 | 13,799,330 | 5 | 4 | Apache-2.0 | 2023-01-03T08:32:23 | 2013-10-23T09:56:39 | Java | UTF-8 | Java | false | false | 208 | java | // "Create Method 'get'" "true"
class Generic<T> {
public T get() {
<caret><selection>return null;</selection>
}
}
class WWW {
<E> void foo (Generic<E> p) {
E e = p.get();
}
} | [
"vistall.valeriy@gmail.com"
] | vistall.valeriy@gmail.com |
43c42bb80647475996bb71a6aba8ca4b309bc88d | ee803b09a37881b9e6388956b5a9d569c886a7b2 | /src/main/java/com/gorban/easy/dynamicprogramming/BestTimeToBuyAndSellStock.java | b373f76ef7be4fd52dffb11e748e1180c56b1d34 | [] | no_license | dimalgor/leetcode-interview-questins | 540b66d8e4cafcccff3462065d44c834fa5f0990 | 216dc5acf5d36071667ba92e983ab6ee2f4e961d | refs/heads/main | 2023-07-23T16:56:29.167384 | 2021-09-07T11:52:49 | 2021-09-07T11:52:49 | 363,573,986 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 490 | java | package com.gorban.easy.dynamicprogramming;
public class BestTimeToBuyAndSellStock {
public int maxProfit(int[] prices) {
int minPrice = Integer.MAX_VALUE;
int maxProfit = 0;
for (int i = 0; i < prices.length; i++) {
if (prices[i] < minPrice){
minPrice = prices[... | [
"gorban@qarea.com"
] | gorban@qarea.com |
4e424875ea37ffdd93fc092e9bb0bee74287272e | 361649e5f457cb27498a1c54b1574ed250be2939 | /src/main/java/com/ruoyi/project/system/domain/FeeApplyInfoChild.java | 63c349d1c1bc0bd7cd44378e5a9ec2000d732205 | [] | no_license | wgp1996/project | e9dbbd34cc063117e2000c58df444d73984ccd71 | b2ecd685e83b2debc67eb9e375b7dd8e0bf8fcf7 | refs/heads/master | 2023-04-08T06:25:52.125344 | 2021-04-23T06:34:20 | 2021-04-23T06:34:20 | 331,804,643 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,510 | java | package com.ruoyi.project.system.domain;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;
import com.ruoyi.framework.aspectj.lang.annotation.Excel;
import com.ruoyi.framework.web.domain.BaseEntity;
/**
* 费用报销子表对象 fee_apply_info_child
*
* @author ruoyi... | [
"wgp1996"
] | wgp1996 |
06976adf6871b9ded536c3dc6a9a22d1df90c56c | b3002a34125c34b8ed62b693ae9dfba51bdd62e5 | /weigaoSys/src/main/java/org/mybatis/weigao/service/SalesmanService.java | f1f10b97cf0448437c3c2c00c52b4130a0c8dbb1 | [] | no_license | ghouman/weigaoSys | d38c76b9cfe7dbb8fc4766787df5e82a54a314f6 | e5a472a0bade993149c06e1c6e307cc3020977f8 | refs/heads/master | 2021-01-13T02:07:11.081666 | 2014-05-08T16:09:07 | 2014-05-08T16:09:07 | 19,579,739 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 673 | java | package org.mybatis.weigao.service;
import org.mybatis.weigao.domain.Salesman;
import org.mybatis.weigao.persistence.SalesmanMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
/**
* Created with IntelliJ IDEA.
* User: ghm
* ... | [
"houmangong@163.com"
] | houmangong@163.com |
588d1c7c063f0536ac1a05ddc025154ea1fd62b6 | 17579c03e3ac445da521dd78fc72ca300e52d1b5 | /app/src/main/java/com/seuic/app/store/ui/activity/SplashActivity.java | adbe937b5b9c6e0959985c8fdb21cc72b4035777 | [
"Apache-2.0"
] | permissive | garyzqg/AppStore | a5daa2f0469f88dd0cd932b52886f6567d5a08fb | b2d18c97b7d8d18e7aeb64da42330d958c00594f | refs/heads/master | 2023-03-18T12:54:05.513010 | 2017-10-29T05:03:45 | 2017-10-29T05:03:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,987 | java | package com.seuic.app.store.ui.activity;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.View;
import android.widget.TextView;
import com.seuic.app.store.R;
import com.seuic.app.store.utils.AndroidUtils;
import butterknife.BindView;
import butt... | [
"fangmingxingdd@gmail.com"
] | fangmingxingdd@gmail.com |
9a2c1d3e448442f9e5f8595f48babfa75941f12f | 189561dd893653f0f92a0e7d4932f7e0585cb36e | /app/src/main/java/cn/zhouzy/greatcate/module/main/model/DisplayModel.java | 9766d615f7bac7135cbc582f1becdd6e0378a72b | [] | no_license | IzZzI/GreatCateAs | abad71279a326a17e3396b8e6524d23fea0144aa | e94bcf04b227e8be2cdc28a278d18f750c7dc7a8 | refs/heads/master | 2021-01-19T21:54:33.358887 | 2017-10-12T15:22:16 | 2017-10-12T15:22:16 | 88,719,507 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,060 | java | package cn.zhouzy.greatcate.module.main.model;
import cn.zhouzy.greatcate.api.DisplayApi;
import cn.zhouzy.greatcate.common.callback.CommonCallback;
import cn.zhouzy.greatcate.common.constant.Constant;
import cn.zhouzy.greatcate.common.mannager.RetrofitMannager;
import cn.zhouzy.greatcate.contract.DisplayContract;
imp... | [
"18583684367@163.com"
] | 18583684367@163.com |
5abdc8ed864965b3f7e1375b670a4494c4d56bf2 | ac899212bf96b52c2540ab8b1346a9d5dc71d32a | /StarGame/core/src/ru/vyacheslav/andrdgb/base/SpritesPool.java | 895a75d83a75f06ec5408c8a534384e3ebf811db | [] | no_license | viacheslav-s/AndroidGameGB | 6091d2a958ef14aa1411f8c893a40963ed0f9b80 | 27f5b40b41bb56327bcdf8445f8fec3125c015f0 | refs/heads/master | 2020-03-28T17:23:38.161600 | 2018-10-10T23:22:57 | 2018-10-10T23:22:57 | 148,784,308 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,076 | java | package ru.vyacheslav.andrdgb.base;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
import java.util.ArrayList;
import java.util.List;
public abstract class SpritesPool<T extends Sprite> {
// список активных объектов
protected List<T> activeObjects = new ArrayList<T>();
// список свободных объектов
... | [
"aswexxx@gmail.com"
] | aswexxx@gmail.com |
47df2e860409c076d64d31580020977a8955f9be | 49239851600bec967e94aa0e8891ffae2e9018ed | /mavenbos44/src/main/java/cn/itcast/bos/service/qp/NoticeBillService.java | d5a69d6a2904f34c5165bfec753c2fb1a5a6f97c | [] | no_license | facestosun/myproject | 115ce8ce98e09a4080fed53e99ce13628c81d5ed | 9058715861a8706e998c3a3605ef99ce60b43523 | refs/heads/master | 2021-01-21T20:43:12.023977 | 2017-06-18T13:00:27 | 2017-06-18T13:00:27 | 94,676,476 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 338 | java | package cn.itcast.bos.service.qp;
import cn.itcast.bos.domain.qp.NoticeBill;
//通知单业务层接口
public interface NoticeBillService {
/**
*
* 说明:保存通知单
* @param noticeBill
* @author 传智.BoBo老师
* @time:2017年3月12日 下午5:18:49
*/
public void saveNoticeBill(NoticeBill noticeBill);
}
| [
"facesunny@126.com"
] | facesunny@126.com |
920bd5ec784b1a0dfba72099250daf520bf2be73 | 4f95ee547c24f46eaa691efa1aeacb18eb8613f6 | /src/main/java/com/smartcity/event/LightChangeEvent.java | ae52bb699201354b4e133c63ad6f409489551f74 | [] | no_license | samanpanwar/cen6087panwarparmeter | 439d70310f746d4be2afc8a8cbc10baf7030cd13 | 858ac9a268ee6e9df46eb1018f034e311c626c86 | refs/heads/master | 2021-08-22T18:07:18.848705 | 2017-10-27T03:33:06 | 2017-10-27T03:33:06 | 104,002,492 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,500 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.smartcity.event;
import com.smartcity.application.Simulation;
import com.smartcity.model.Car;
import com.smartcity.model.I... | [
"BlakeParmeter@gmail.com"
] | BlakeParmeter@gmail.com |
551c0f3e7aa3299409fd33cdbfb8d321722b682a | 0eff078d53ad5ca1f5db377ca3d279227345cb47 | /project4-1/src/main/java/com/ziwu/controller/off/OffStudentCourseController.java | 8be921fe2441b720aa603a5ed3c15b2ce11b6f5d | [] | no_license | JaSDLe/CPEMS | eb35749186d38d1390af0853b1840039aaad0003 | cf2a1b7500f509a5687abc56f0a9d64ac9b5569e | refs/heads/master | 2022-12-24T10:02:18.356996 | 2019-08-20T05:26:45 | 2019-08-20T05:26:45 | 199,406,810 | 0 | 0 | null | 2022-12-10T05:13:09 | 2019-07-29T08:01:41 | Vue | UTF-8 | Java | false | false | 2,112 | java | package com.ziwu.controller.off;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.... | [
"jasdlee@outlook.com"
] | jasdlee@outlook.com |
05e06e62d6fc4043ae48485cb2b1e933d115e5ed | 44bfe83ec7bc3733a21edcecaad41502c452b780 | /app/src/main/java/com/example/ankit/firebasewithlistview/MyDBHandler.java | 2a85592263df96070db806254cee15db19da3e84 | [] | no_license | ankitkishore/FacebookLogin | fcb271a3389d42da07f2db8874fc79272b6d32dd | 4f463d10201afcad5da21b0810d89b4a780f0c1d | refs/heads/master | 2021-09-02T19:14:09.690786 | 2018-01-03T19:03:14 | 2018-01-03T19:03:14 | 116,171,625 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,927 | java | /*
package com.example.ankit.firebasewithlistview;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import java.util.ArrayList;
*/
/**
* Created by ankit on 12/20/2017... | [
"ankitkishore12@gmail.com"
] | ankitkishore12@gmail.com |
029da60ef145ea9d8bf134799fdb3e83b4cdecf2 | 30a3c97f8ed5782c8a698fb2b9bbd5830eb8d71c | /app/src/main/java/test/alexzander/swipetodelete/ContactHolder.java | a31e82daf0747f58829d18d4745bf30f0be76902 | [] | no_license | TermLog/SwipeToDelete | 57ba8dc28a86600ad85d93915b7ff87cbb893b05 | 3f229e41c23c128a67e1fd80b66f3d3e5bcd2ff6 | refs/heads/master | 2021-01-20T03:04:01.975512 | 2017-04-26T16:03:59 | 2017-04-26T16:03:59 | 89,493,659 | 3 | 2 | null | 2017-06-27T07:11:15 | 2017-04-26T14:56:50 | Java | UTF-8 | Java | false | false | 1,589 | java | package test.alexzander.swipetodelete;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.widget.TextView;
/**
* Created by AlexZandR on 4/24/17.
*/
public class ContactHolder extends RecyclerView.ViewHolder {
public boolean isPendingDelete = false;
public TextView del... | [
"alexander.nekrasov@agilie.com"
] | alexander.nekrasov@agilie.com |
0b9c26a6777ac84d535c7ce3525709c9ac5a2b78 | 499771a524b00a915d779d96ab8439b7c180da39 | /src/main/java/mjb/dev/cjo/channels/package-info.java | 4a5a2481282e6932d0b36c34a9aaab9bd7c9817e | [] | no_license | michaelbradley91/CJO | 63cc1be9a3c378a29fa31c48318d1bb3b341f8c0 | 65fb4d1b6bdf49fcbb221234da3b702d56f9325d | refs/heads/master | 2021-01-20T21:24:12.299437 | 2014-07-22T12:16:20 | 2014-07-22T12:16:20 | 17,651,625 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,951 | java | /**
* ****************<br>
* Date: 15/03/2014<br>
* Author: michael<br>
* ****************<br>
* <br>
* This package contains all of the basic channels provided by CJO to enable concurrency!<br>
* This package does not include operators, such as alt, or serve or parallel composition.<br>
* <br>
* All channels... | [
"michael.bradley@hotmail.co.uk"
] | michael.bradley@hotmail.co.uk |
ff7612e4a7ff61359ce87b5c44ea69c114bc721d | 0b918b10690bb3a6268aad9991f743288c73b31b | /src/main/java/com/niit/DAO/BlogDAOImpl.java | 72dd5e094f6f80115293fd3d358ca7e729036711 | [] | no_license | Nagaakhila/Project2 | 1285b4eb4eb085571ca7708c8607f39b32685912 | 9c67b4c65399cd483e45b5aca68b1d5466b273fc | refs/heads/master | 2021-01-23T22:31:14.969217 | 2017-09-12T17:55:00 | 2017-09-12T17:55:00 | 102,940,471 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,128 | java | package com.niit.DAO;
import java.util.List;
import javax.transaction.Transactional;
import org.hibernate.SessionFactory;
import org.hibernate.query.Query;
import org.springframework.beans.factory.annotation.Autowired;
import com.niit.model.Blog;
public class BlogDAOImpl implements BlogDAO {
@Autowire... | [
"NAGA AKHILA@LAPTOP-C1KQN4GL"
] | NAGA AKHILA@LAPTOP-C1KQN4GL |
1276e17942bd0752aa90af929d2881fc34a29315 | f69f55587297f7eabf39367965b454aac385e885 | /src/com/lanou/dao/StudentDao.java | e39b9f51577b68941b9ead07f026237344d74418 | [] | no_license | lemonbin/Day06_hibernate | 6cac80220d1521b7b5f24534821b538430235e6c | 4a7b41bac1b09858d7eb4a93d5663c4807a499df | refs/heads/master | 2021-07-12T09:11:49.523876 | 2017-10-17T09:52:54 | 2017-10-17T09:52:54 | 107,200,845 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 350 | java | package com.lanou.dao;
import com.lanou.domain.Student;
/**
* Created by dllo on 2017/10/17.
*/
public interface StudentDao extends BaseDao<Student> {
/**
* 学生登录查询
* @param sname 用户名
* @param psw 密码
* @return 成功返回true, 否则返回false
*/
boolean login(String sname, String psw);
}
| [
"771448371@qq.com"
] | 771448371@qq.com |
92414629113b6ad6f0225d7a1707005a3d5e4309 | 7ffbd449b15c100c818a826b010326090ec72c2b | /src/main/java/com/hcl/claimprocessing/utils/ClaimConstants.java | b21208f1e02dc51d2f6e7b825c6f5286a3ba955b | [] | no_license | moramjyoshna/claim_processing | 0658491195006683ae273f853e0eef947adc2fcd | fe45d913ea50f3e3439578145881aa79c839ea0b | refs/heads/master | 2020-08-27T08:59:04.238981 | 2020-03-16T05:44:42 | 2020-03-16T05:44:42 | 217,309,442 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,747 | java | package com.hcl.claimprocessing.utils;
public class ClaimConstants {
private ClaimConstants() {
throw new IllegalStateException("Utility class");
}
public static final String CLAIM_INFO_EXIST = "Claim Info Already Exist";
public static final String POLICY_INFO_DOESNOT_EXIST = "Policy Info Not Found";
public s... | [
"moramjyoshna@gmail.com"
] | moramjyoshna@gmail.com |
758f1cb20d4ec62a2309deee96384d5b286612d7 | 3a9171f0d989e019577c66de45d6e4cb9ac21408 | /pestival3/src/pestival3/c.java | 92e7e6be9aa1c2d7d858788d96a744ff0f42ff96 | [] | no_license | gudals6676/java | 159d36701553152ac9fdc0ca2c817954dc1b5009 | 88a5fbde27893d49c307d59ffd474d41d5aa936a | refs/heads/master | 2023-04-20T07:30:53.828870 | 2021-05-07T04:52:22 | 2021-05-07T04:52:22 | 359,686,867 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 738 | java | package pestival3;
public class c {
public static void main(String[] args) {
// TODO Auto-generated method stub
char[][] arr = new char[5][5];
char mora = 'A';
for (int i = 0; i < arr.length; i += 1) {
if (i <= 2) {
for (int j = i; j <5-i; j += 1) {
arr[i][j... | [
"gudals6676@naver.com"
] | gudals6676@naver.com |
b6aad76669ce99ddaa2d2998e093e1c2bb61a44c | 5f367650f000a434182b6699ae32c88b80ec1d09 | /src/de/fh_muenster/its/info2/vokabel/ListenVerwaltung.java | 2f28cc9b0e7ee41ef855f4c43e8cd7502f506fc6 | [] | no_license | Metaxion/DBVokabeln | 549b50c1ab5b611b5cfd5536b1f2450527697a1e | babf9b832a678917c8dafb070302d1d411a510a3 | refs/heads/master | 2023-05-30T03:28:38.476692 | 2021-06-08T11:26:04 | 2021-06-08T11:26:04 | 372,518,831 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,698 | java | package de.fh_muenster.its.info2.vokabel;
/**
* Stellt die Verwaltung fuer eine doppelteverkettete Liste dar
* @author Marcel Krups
*
*/
public class ListenVerwaltung {
private Vokabel anfang;
private Vokabel ende;
/**
* Fuellt den Anfang der Liste mit den Vokabeln aus der uebergebenen zeile
* @param vok... | [
"66787957+Metaxion@users.noreply.github.com"
] | 66787957+Metaxion@users.noreply.github.com |
708a65d4f89debb2781c1b0260ce03e2d0ce59b0 | 96d5f10e1fc8378d4ca1f2de1b893b33aeeffd68 | /app/src/main/java/com/dscnitp/freshersportal/ImageViewActivity.java | caff500ce5472387e2934f3d48b7101fa2339ab6 | [] | no_license | shreyavijayvargiya/freshers-portal-app | 87c2b81460b9d35899f92e9fece622399befc092 | be0b6e63bf56a09488b1d63edf9bc772d4559fae | refs/heads/master | 2022-12-30T13:36:00.680905 | 2020-10-25T07:34:11 | 2020-10-25T07:34:11 | 303,754,504 | 0 | 0 | null | 2020-10-25T07:34:12 | 2020-10-13T15:54:09 | null | UTF-8 | Java | false | false | 351 | java | package com.dscnitp.freshersportal;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
public class ImageViewActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout... | [
"kumarianni1213@gmail.com"
] | kumarianni1213@gmail.com |
2503b8d3ba243d516a4c92f25e728d17bccc4c8c | 873ba033d4c470f88512544bbaeab2a5dbfbf7a6 | /Java/Project 3/Floatp.java | 82ce6a2e67546f0fce9cc2eac8ec9f6fd88376cc | [] | no_license | derickh93/School-Code | a888c88d8cf1270865b84867c4ed4dcaee619613 | fea2081956ceb9941f3ceb58e04fbe8f5b7b4f23 | refs/heads/main | 2023-05-27T04:41:42.522130 | 2021-06-10T05:22:04 | 2021-06-10T05:22:04 | 301,509,770 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 387 | java | class Floatp extends Primary
{
float val;
Floatp(float f)
{
val = f;
}
public String toString()
{
return this.getClass().getName() + " : " + val;
}
void printParseTree(String indent)
{
String indent1 = indent+" ";
super.printParseTree(indent);
IO.displayln(indent1 + indent1.length() + "... | [
"derickhansraj@ymail.com"
] | derickhansraj@ymail.com |
617afc4341c0cb2e647667dfe80471c137f2f496 | 40304730ea043e99c4967e9220d8e79956aa27cd | /consumer/src/main/java/com/PaDa/controller/StudentHandler.java | a2f1e2074556864d286b2e134b901a0444a6f8dd | [] | no_license | 0PaDa0/SpringCloud | 5c21ea7b01d2afa2a07f77cd6eeb5aa6b6432d69 | 38ce8a826cdd832b3ca24735e4f9186ccb2e5022 | refs/heads/master | 2022-11-02T05:07:57.097551 | 2020-06-12T18:04:15 | 2020-06-12T18:04:15 | 271,849,969 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 713 | java | package com.PaDa.controller;
import com.PaDa.entity.Student;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import org... | [
"zhongyuan_cao@163.com"
] | zhongyuan_cao@163.com |
7906f8b031ed90a59ee944c3fd05e955d2ab775c | d28dcdf2154fdff2839817834ea7ccbfadd349d6 | /src/main/java/net/playblack/cuboids/gameinterface/CWorld.java | 07f00c493727cbda761c479b44d28e630a6eeb7e | [
"BSD-2-Clause"
] | permissive | darkdiplomat/Cuboids | 39b1b6087bb633163cf15fb7d636b9a0f6c5ac4f | 97246bfb267192dd0000fb4d1a35ae60cc2c431c | refs/heads/master | 2021-01-18T09:56:58.256623 | 2013-09-10T09:36:21 | 2013-09-10T09:36:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,298 | java | package net.playblack.cuboids.gameinterface;
import net.playblack.cuboids.blocks.CBlock;
import net.playblack.mcutils.Vector;
/**
* Adapter for a world object. Implement this to map to your local world
*
* @author chris
*
*/
public abstract class CWorld {
/**
* Get fully qualified (unique) world name
... | [
"chris@playblack.net"
] | chris@playblack.net |
00a41afbe806ad1d4c9b2c228019cfb0d8b3ac03 | dad58132832f19e09667181236ee8b781c3a2f7f | /labs/vcloud-director/src/main/java/org/jclouds/vcloud/director/v1_5/domain/VAppReference.java | 6833ffff014a679c61a65c982274037b3fbe7548 | [
"Apache-2.0"
] | permissive | danikov/jclouds | d08cb3169eb15a8e49a3e4ee4946549e7976b512 | 588a7c38ad2ffb7a10fb5c434d8f9fda8510dc0d | refs/heads/master | 2021-01-18T20:57:11.057424 | 2012-04-27T02:21:19 | 2012-04-27T02:21:19 | 2,746,934 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,122 | java | /*
* Licensed to jclouds, Inc. (jclouds) under one or more
* contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. jclouds licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use t... | [
"andrew.kennedy@cloudsoftcorp.com"
] | andrew.kennedy@cloudsoftcorp.com |
f03b3e18be3f193a2ad453d6c39e2ed708ba25e5 | 66b29e3878bcf9259e203cb17a4447971bf7c851 | /service/service_sys/src/main/java/com/pactera/sys/service/impl/FzUserServiceImpl.java | 826447581d2fd8abe13ece3ec2442a7af96f5230 | [] | no_license | yixuan30/base | 78ccd25cbee1f5ca0eed1d0f6cf1adca7dd2cc47 | 83512b11c64a0a52639ee755e05beb148880d280 | refs/heads/master | 2022-12-12T00:56:05.640478 | 2020-09-03T08:17:57 | 2020-09-03T08:17:57 | 288,607,766 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 14,102 | java | package com.pactera.sys.service.impl;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.github.pagehelper.PageHelper;
import com.github.pagehelper.PageInfo;
import com.pactera.commonUtils.JWTUtils;
import com.pactera.commonUtils.MD5Utils;
import com.pactera.config.exceptionhandler.pacteraE... | [
"3043451759@qq.com"
] | 3043451759@qq.com |
05396ee6765d4b7d41b2f3aafc86c3a1c4f26b0d | 7e723643210fb9b9329b55a25e41341d33149f71 | /RobotSmailHelper/app/src/main/java/com/jeff/robotsmailhelper/application/MyApplication.java | 1f7d0031cee7252613fbbf752122e8aa8c081b8d | [] | no_license | lxchenyong/ChatRobot | ef7fd709f1dd0bfa716ab31b22365ed54f72724a | 1b92688029f4cbb3ff861046d688060d6730b950 | refs/heads/master | 2021-01-23T02:48:18.409693 | 2017-08-26T10:20:40 | 2017-08-26T10:20:40 | 86,024,048 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 369 | java | package com.jeff.robotsmailhelper.application;
import org.litepal.LitePal;
import bz.sunlight.volleylibrary.StorageApplication;
/**
* 自定义application
* Created by chen_yong on 2017/3/29.
*/
public class MyApplication extends StorageApplication {
@Override
public void onCreate() {
super.onCreate();... | [
"784592715@qq.com"
] | 784592715@qq.com |
0f8c723f99ed4e1b060ba92bf8021e1456aaab15 | 7d8622045826ca5328cccb57466821409e40715a | /src/ood/payment/Booking.java | 6a7f1409676fe5396591cff0ced696b925bd86af | [] | no_license | yashiljijhotiya/Interview-Prep | 5f298f7ad22a19396c6c06821778e58dde9b0019 | 190eccbac554a1afc85b8ae9990ee7a09955b081 | refs/heads/master | 2022-11-04T20:43:53.263403 | 2022-10-10T12:00:51 | 2022-10-10T12:00:51 | 227,983,786 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 259 | java | package ood.payment;
import ood.enums.BookingStatus;
import java.util.Date;
public class Booking {
private String bookingNumber;
private int noOfBookings;
private Date createdOn;
private BookingStatus status;
private Payment payment;
}
| [
"yashiljijhotiya@subhanu.com"
] | yashiljijhotiya@subhanu.com |
973924d2d8e58bfbe6b4a4ec873cd08bbd779413 | 4b2c479327968b216da9fd44e752a92d2a4780ca | /src/main/java/ch/hslu/oop/sw04/Line.java | 989ba5c9ef2b95c879f09f55f196cd444025c72a | [] | no_license | Lucaraid/oop_project | 4ef7eb20556297047d27e46857ce57f384f8c5d3 | ff0bdfee582ac74e22ed0b6b1f4daa401859e79d | refs/heads/master | 2020-03-13T00:34:46.876096 | 2018-05-08T11:16:26 | 2018-05-08T11:16:26 | 130,889,567 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,389 | java | package ch.hslu.oop.sw04;
/**
*
*/
public class Line {
private Point startPoint, endPoint;
private int x1, y1, x2, y2;
public static void main(String[] args) {
Point startPoint = new Point(1,2);
Point endPoint = new Point(3,4);
Line line1 = new Line(startPoint, endPoint);
... | [
"luca.wandfluh@gmail.com"
] | luca.wandfluh@gmail.com |
3a4a8c0918a4e8861016217cff4d68ce6d642a3e | a7ec1f2a5f2a793ea8f1c294df3c2ddedaaaad1d | /insane-test/src/main/java/com/kh/insane/salary/model/vo/Provision.java | faf01059ad03c04bee366592c209409215ef250c | [] | no_license | orderthan23/insane | 26e48910b89d789c85a1a4a79e5ffca465e47b76 | 7096d61aff4325013ac59748a154036ca72a00b0 | refs/heads/master | 2022-12-09T18:10:08.338069 | 2020-09-28T12:16:43 | 2020-09-28T12:16:43 | 299,295,373 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,436 | java | package com.kh.insane.salary.model.vo;
public class Provision {
// PROVISION 테이블
private int provisionSeq; // PROVISION_SEQ 지급수당코드
private String provisionName;// PROVISION_NAME 지급항목명
private String taxYn;// TAX_YN 과세비과세구분
private String provisionType;// PROVISION_TYPE 지급항목유형
private int provisionLimit;// PROVIS... | [
"skygg@naver.com"
] | skygg@naver.com |
72b5539ff741e8a702ecca9d1c1448cdf09311c2 | 25887e77403165f04e8b43a4cc8ce016e51a9dad | /tools/com.liferay.ide.portlet.ui.tests/src/com/liferay/ide/portlet/ui/tests/JSFPortletWizard.java | 75757ebc1ff6729457bb0b016188b0316c6edc0d | [] | no_license | gamerson/liferay-ide-tests | e307bbe87fc40237c6e13907284b1eb8a82def4b | 098b7a34699b98a223080eb340ada0946bd3f0df | refs/heads/master | 2021-01-16T23:34:44.140146 | 2017-06-06T05:29:24 | 2017-06-09T07:42:17 | 52,887,467 | 0 | 8 | null | 2017-06-09T07:42:18 | 2016-03-01T15:29:49 | Java | UTF-8 | Java | false | false | 2,031 | java | /*******************************************************************************
* Copyright (c) 2000-present Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software... | [
"terry.jia@liferay.com"
] | terry.jia@liferay.com |
7143d67b6587bba2a36ed1bb6c2d594d7e7e9c1c | a8acd956cea7475ff0470a8c3393a1186787161d | /src/main/java/org/openapitools/configuration/OpenAPIDocumentationConfig.java | b8be732803c858db1d731c5f7d5ea6a0672d12fa | [] | no_license | kslat3r/ob-aisp-balances-autogen-api | 72cb1ab70322d6444956019885f3ab9e49f82418 | 97fb45611f4f684e3fcd99d847842e06a8f0e9d4 | refs/heads/master | 2020-06-12T20:37:32.699869 | 2019-06-29T17:56:19 | 2019-06-29T17:56:19 | 194,418,264 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,974 | java | package org.openapitools.configuration;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.util.UriComponentsBuilder;
import springfox.documentation.builders.ApiInfoB... | [
"ed@newlinelabs.com"
] | ed@newlinelabs.com |
13ab06eb8623ebfa423e2e01580e33ea8b175db7 | 1ba7b9fc0123bcfbe02bcf2d49e46c5191e90c34 | /src/baidu/Main.java | 7a5672eb7b5efe4ac31201086b40b6fe9446e26f | [] | no_license | hackjus/Interview-Algorithm | af17d9da6ed15488a4e3b8a96b35e172f4581b7d | 6ce33625ac348c1b96d58eb54869d752d5c8d4da | refs/heads/master | 2022-12-29T16:19:58.031295 | 2020-10-18T09:17:49 | 2020-10-18T09:17:49 | 287,580,693 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,693 | java | package baidu;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
int[] x = {1, 2, 3, 4, 7, 9};
System.out.println(Arrays.binarySearch(x, 5));
Scanner in = new Scanner(System.in)... | [
"1096024838@qq.com"
] | 1096024838@qq.com |
29e34caca439b0198017d8ed6a60502ed0dc598a | ddd81a639eb986b0f6c6887be92df338101ec743 | /src/main/java/com/example/tgpmsystem/utils/JwtUtil.java | 187f6718114ca80cd39bb0f2957c73bea7f7d288 | [] | no_license | crnwtxxi/TgpmService | 50c3fc80d3f592370ad3ad32ecf31fbd212d81d0 | e94068147e8ea15f416a1391d4dedd47dd4410be | refs/heads/master | 2023-04-30T12:12:39.808748 | 2021-05-11T13:03:18 | 2021-05-11T13:03:18 | 366,383,793 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,199 | java | package com.example.tgpmsystem.utils;
import io.jsonwebtoken.Claims;
import io.jsonwebtoken.JwtBuilder;
import io.jsonwebtoken.Jwts;
import io.jsonwebtoken.SignatureAlgorithm;
import org.springframework.http.converter.json.GsonBuilderUtils;
import java.util.Date;
import java.util.Map;
public class JwtUtil {
//盐值... | [
"39458276+ey-crnwtxxi@users.noreply.github.com"
] | 39458276+ey-crnwtxxi@users.noreply.github.com |
71be2fbe8c410394a7c024db528c71b088b2cab2 | e5fe1d4b35655f7b8e25d4318879e03937681ee3 | /BeanWiringImplicitAnnotatio/src/edu/jspiders/beanwiringimplicitxmlcpu/beans/MotherBoard.java | a2e4b5070df42f6659f8fd8e6a73ebbabdbc68b3 | [] | no_license | NitheshKrishnan/HESM15 | c0ad4cd3d2d7e52ec4c2461285a497d8fec6021c | 5d93924320a90c9dc25714868edc594efbaebd04 | refs/heads/master | 2020-07-03T21:17:23.768357 | 2019-08-22T02:41:52 | 2019-08-22T02:41:52 | 202,052,583 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 856 | java | package edu.jspiders.beanwiringimplicitxmlcpu.beans;
import java.io.Serializable;
public class MotherBoard implements Serializable
{
private String brand;
private String dimension;
private double price;
public MotherBoard()
{
System.out.println(this.getClass().getSimpleName()+" Object Created");
... | [
"noreply@github.com"
] | NitheshKrishnan.noreply@github.com |
7fe5d7340da9e91bb4f8fd0a9bbf3a02709c8259 | d96cbdb4f7cbe45946b891bf8fe5f47c4fde33bc | /src/test/java/com/tecsup/gestion/dao/RoutesDAOTest.java | 81425a124c3eef5325a69925f5a3288a40f4ae03 | [] | no_license | hipcam/PI_Spring | bfe81e6e15173a17d8474c9439fa2b5ccd1bfa18 | 03261850882002aac541242c07a931635c82a184 | refs/heads/master | 2020-03-18T18:44:50.297349 | 2018-06-08T09:15:30 | 2018-06-08T09:15:30 | 134,218,499 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,814 | java | package com.tecsup.gestion.dao;
import static org.junit.Assert.fail;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Assert;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
impo... | [
""
] | |
68141670b90c4c8bdc92f2801779a243fdccded8 | fdd4fe64e780ae3de2b2a64ade6b035be7f1cef9 | /src/main/java/com/microguru/api/domain/Card.java | 0f813e96ac3d727d6f3bcfb3c190b833cfd44a79 | [] | no_license | mguruk/spring-rest-api-sample | a36f8f29ace9c423c38a962d4742b82f80393774 | b0e96f06c9d9525413ab9bf1075e855a6f087590 | refs/heads/main | 2023-07-01T03:16:22.635285 | 2021-08-03T04:46:59 | 2021-08-03T04:46:59 | 392,192,521 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,446 | java |
package com.microguru.api.domain;
import java.io.Serializable;
import java.util.HashMap;
import java.util.Map;
public class Card implements Serializable
{
private String type;
private String number;
private ExpirationDate expirationDate;
private String iban;
private String swift;
private M... | [
"kumar540manish@gmail.com"
] | kumar540manish@gmail.com |
c65329822d3854bc5e7e53ea9d4f6e5b8e4fd1a5 | 60b4c47647daa872744621eaa2ded12fa07aa7c6 | /src/main/java/cc/christen/app/service/mapper/package-info.java | c994d136cc2f78fcba3bb2ecc0f15e4ae05c641d | [] | no_license | BulkSecurityGeneratorProject20/store | 298b3ab03d5bb03153920b8c32fdf54cd7eba7f8 | eb36011fb1b6cbb13d51d69ae8f9f4dd1d08fd67 | refs/heads/master | 2022-12-14T11:28:56.074679 | 2018-07-15T13:13:19 | 2018-07-15T13:13:19 | 296,662,608 | 0 | 0 | null | 2020-09-18T15:39:13 | 2020-09-18T15:39:12 | null | UTF-8 | Java | false | false | 123 | java | /**
* MapStruct mappers for mapping domain objects and Data Transfer Objects.
*/
package cc.christen.app.service.mapper;
| [
"jhipster-bot@users.noreply.github.com"
] | jhipster-bot@users.noreply.github.com |
d971e997078601138b54a6b28f016779f308c51a | 3fc0ac5b232512af0d878473531d03f47651b05f | /src/main/java/com/jeecms/cms/action/member/ForgotPasswordAct.java | 78397fba9c5055638cb7f6867a756de9cfc50230 | [] | no_license | cderfdsa/jeecms-1 | 95ead45d60a1a26be528b0c7755c1b2d6b579abb | b75cdab89d547718e0b5605c95f2bed2a4e70f6f | refs/heads/master | 2020-07-13T09:04:08.476104 | 2019-07-31T09:38:15 | 2019-07-31T09:38:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,337 | java | package com.jeecms.cms.action.member;
import com.jeecms.cms.api.Constants;
import com.jeecms.cms.api.ResponseCode;
import com.jeecms.cms.web.Token;
import com.jeecms.common.email.EmailSender;
import com.jeecms.common.email.MessageTemplate;
import com.jeecms.common.security.encoder.PwdEncoder;
import com.jeecms.common.... | [
"231027538@qq.com"
] | 231027538@qq.com |
5b70366fb309bdc41c8d1c51a7fe5dfb074669a4 | 878b0db310c68f26075c16170a5dc8a4bb0a7e5e | /account_service/src/test/java/net/medrag/account_service/service/CustomMetricsModeTest.java | ce841e817c58ad1936dc0c1073f731e3d2261c8d | [] | no_license | Suomessa/ifuture | ecd68cca069fb5dde60ca0ac21684807389fefc3 | efbbeb90376b4254bbc7951ea95e81a0d61d2265 | refs/heads/master | 2023-03-16T12:17:51.396254 | 2020-06-28T13:38:35 | 2020-06-28T13:38:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,961 | java | package net.medrag.account_service.service;
import net.medrag.account_service.model.Statistics;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.TestConfiguration;
import org... | [
"fg2946gznal30fu2"
] | fg2946gznal30fu2 |
b6c41e13c11c2b6c45969f6db2cbb9add470ede9 | 4beb274e3d197a22d248a94ab8f36d38304716ea | /design/src/main/java/com/tomclaw/design/PseudoSpinnerView.java | 61f967d7190a50caeea5739028f1ade43d793bef | [
"MIT"
] | permissive | solkin/mandarin-android | ecd59c1807991391fa41da90628a72e68822b157 | b49ba9c5d6757aeaa6fb9c1a138bb401f09d6102 | refs/heads/master | 2023-04-05T05:34:26.021628 | 2021-03-02T19:23:49 | 2021-03-02T19:23:49 | 8,887,274 | 22 | 5 | null | null | null | null | UTF-8 | Java | false | false | 856 | java | package com.tomclaw.design;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.PorterDuff;
import androidx.appcompat.widget.AppCompatTextView;
import android.util.AttributeSet;
import android.util.TypedValue;
/**
* Created by solkin on 29.05.15.
*/
public clas... | [
"inbox@tomclaw.com"
] | inbox@tomclaw.com |
9a85044a8bbbac3f74478cfeb87762059607abd1 | 508ffdb40a3d9ecb84a0a10dfb3f745cd2b4d27f | /Java/code/web-ui/src/java/org/cluj/bus/model/MapInfo.java | 0d00407c48e68704d18502e36584122be2203faa | [
"Apache-2.0"
] | permissive | abotos/ClujLiveTransit | 8626b50b50d1f97e0ffc2c18bd1bb8413ac4ab01 | fa69e20ca0811cdff6dc0ecad1235aa0cb8ec3c7 | refs/heads/master | 2021-01-01T06:27:22.199353 | 2014-03-16T07:40:46 | 2014-03-16T07:40:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,068 | java | /*
* *************************************************************************
* Copyright (C) FRS Belgium NV ("FRSGlobal"). All rights reserved.
*
* This computer program is protected by copyright law and international
* treaties. Unauthorized reproduction or distribution of this program,
* or any portion of it,... | [
"anghel.botos@gmail.com"
] | anghel.botos@gmail.com |
ce6ea589d50ffd8f839d86df64bd10dd55e1dbe3 | 6100bb97604bd6ddc1174167b12cdfbe32703be7 | /tass/bcel-5.1/src/src/java/org/apache/bcel/classfile/LineNumber.java | 19a265cdf099c7b647cf1dcbf69e85c58bf98eb3 | [
"Apache-2.0",
"BSD-2-Clause",
"Apache-1.1"
] | permissive | zathras/java.net | 1c06bce2f8218f63b0a3174c774872d5bb43882c | cc10f2dbe6879dd2f387631510e2fb247b43aa62 | refs/heads/master | 2023-02-02T12:34:11.749192 | 2022-01-27T04:50:00 | 2022-01-27T04:50:00 | 176,968,689 | 13 | 3 | null | null | null | null | UTF-8 | Java | false | false | 5,370 | java | package org.apache.bcel.classfile;
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modificati... | [
"billf@jovial.com"
] | billf@jovial.com |
7265d5a718595a7bc2bd12519952f77f20baa3a4 | 0396d0e7cf12171e9a6f6972e6cc21732a55aa28 | /src/main/java/de/vwgis/kafkatitanixexercise/model/PassengersData.java | 820baf9691879d62d25d2adec99a6fea48b8e5d5 | [] | no_license | Vilkaz/kafka-titanix-exercise | b4727237fe2baa53924ba1b1cc6ab145ce080ce1 | 5d468c2e083373d89dc8c742189e38d914b78536 | refs/heads/master | 2022-11-26T04:20:20.520204 | 2020-07-31T08:07:25 | 2020-07-31T08:07:25 | 278,098,956 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,146 | java | package de.vwgis.kafkatitanixexercise.model;
import lombok.Data;
import org.springframework.stereotype.Component;
/**
* A Class for to accumulate Data about all Passengers.
*
* Kinda like replacement for a DB in this exercise.
*/
@Data
public class PassengersData {
private int male;
private int female;... | [
"vilius.kukanauskas@vwgis.de"
] | vilius.kukanauskas@vwgis.de |
c25fdf82d40e22a3663f7fc9394f0ec4dda55b1c | 78da5c34df2d9f98592fffca68752c1104905e39 | /LTIWebExample/src/com/lti/servletExamples/Example1.java | 1027b5d0922c57033fbef7f36a0ee6f643bdb257 | [] | no_license | architRaj2159/ProjectGladiator | 8444bc948e3442a5b62657732fbb8201cc676ec1 | 415cbf29323edfe5dc0e52f83041daa31182744d | refs/heads/master | 2022-12-16T17:35:20.282270 | 2020-08-27T20:58:47 | 2020-08-27T20:58:47 | 289,845,618 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 877 | java | package com.lti.servletExamples;
import java.io.IOException;
import java.io.PrintWriter;
import java.time.LocalDate;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSer... | [
"aryany996699@gmail.com"
] | aryany996699@gmail.com |
7a1c24f63197b15387313921cb93820dd499360b | 0faf5c3affe35c9bd105903945cf1be391aa84e4 | /app/src/main/java/com/example/sampramudana/mvp32api/Main/Activity/MainActivity.java | c0b07bae6b051b655c1bbb9b47882769ae33be88 | [] | no_license | Sampramudana/MVP32API | 0465cddafbba9e56264985eaf1af4c99a9a0693f | 670542de16693729909d79581bbb1ee0f6e4cf9a | refs/heads/master | 2020-04-01T19:39:04.054225 | 2018-10-18T04:43:55 | 2018-10-18T04:43:55 | 153,564,726 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,541 | java | package com.example.sampramudana.mvp32api.Main.Activity;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import com.example.sampramudana.mvp32api.Main.Adapter.MainAdapter;
import com.example... | [
"sampramudana@Ndhit-Nto.local"
] | sampramudana@Ndhit-Nto.local |
9f83c7f58dc97b248bea862a9c7d6a92c7f3b2d7 | 37a7c112c8c50f1920229ad8ed6a90583e8ce4c8 | /src/zrsy/dao/helper/GpHelper.java | a3c4baaeb8f5d87c30742d8df73e987941e26d70 | [] | no_license | yeqingyun/pdm | a25ebe6a4aed80c8a706a4cafbedd97ea114f9d6 | 80cdaf5d84711b0fbd72ba04e1a966971af12ceb | refs/heads/master | 2021-04-12T11:27:28.603837 | 2018-08-16T13:56:19 | 2018-08-16T13:56:19 | 126,423,239 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,438 | java | package zrsy.dao.helper;
import java.sql.ResultSet;
import java.util.ArrayList;
import java.util.List;
import org.apache.log4j.Logger;
import zrsy.vo.Gp;
public class GpHelper extends BasicGpHelper {
public String getSqlString() {
return " from Gp " +
" left join SyDef on (SyDef.SyId = Gp.SyId) " +... | [
"yeqy@gionee.com"
] | yeqy@gionee.com |
07199cb451e5fc6b1e93f0e3df05abba31255a2e | 29c775f96e9c734e30f149e6b00382c887d6cecb | /java/src/main/java/com/jmy/service/admin/SubjectService.java | 0a558e1a317c01830dbb5151ab4da85b73b69a57 | [] | no_license | KrisJiang1/EASWeb | 718aa28ac3d3a479d906ac05bfda83134c725b62 | ab54d6be7758477ef893ce4a3ea53f1c05d9843a | refs/heads/master | 2023-01-09T09:26:13.725719 | 2020-11-16T16:25:02 | 2020-11-16T16:25:02 | 304,688,363 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 450 | java | package com.jmy.service.admin;
import com.alibaba.fastjson.JSONObject;
import com.baomidou.mybatisplus.extension.service.IService;
import com.jmy.pojo.admin.Subject;
import java.util.List;
import java.util.Map;
public interface SubjectService extends IService<Subject> {
Subject insertSubject(Subject subject);
... | [
"691467408@qq.com"
] | 691467408@qq.com |
0dc3c00945efcc0d096dfe4ae577910109fc465b | 7f6667ee00a1e757ccf1a12c0618a82f1e39179f | /src/model/Ticket.java | 12bbc662a7583db9e31e4ebe84b694cb35aa48b4 | [] | no_license | cjwen15/TicketSelling | 6d7c016a4fde67114e29f6c83b2b1fa28c8bbc23 | 8cfd4d68760e8ef6a560a072cfd6c37d4a134427 | refs/heads/master | 2021-11-22T00:42:09.896694 | 2018-09-17T03:15:50 | 2018-09-17T03:15:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,362 | java | package model;
import java.util.ArrayList;
import javax.swing.JComboBox;
import javax.swing.JTextArea;
import javax.swing.JTextField;
public class Ticket extends Thread {
//获得控件
JComboBox pathCom, com1, com2;
JTextField jtf1, jtf2;
JTextArea showMessage;
ArrayList<Path> list = null;
... | [
"735506355@qq.com"
] | 735506355@qq.com |
57b8c8279f6363df5724d960517d50bb2aad7a42 | 70612533c98269a724799a0fb1c792f5717d5d3f | /src/main/java/com/example/demo/model/MessageForm.java | 512a6fcbb1aa9c414bbb10f1bc9d8302ac5172ce | [] | no_license | soichiro0311/ElasticBeansTalkSample | 076ee8bc7d9e5249991924337b8bdc2bf636b9bb | 766dc2ca9cf1d2d3e184d7b28f61d4c0e1018a31 | refs/heads/master | 2020-04-05T10:55:33.712251 | 2018-11-10T17:50:20 | 2018-11-10T17:50:20 | 156,816,110 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 407 | java | package com.example.demo.model;
import javax.validation.constraints.Size;
public class MessageForm {
@Size(max = 80)
private String name;
@Size(min = 1, max = 140)
private String text;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String getTe... | [
"soichiroseike@gmail.com"
] | soichiroseike@gmail.com |
20da569bd711f53808dfd28843d62ed3c195193f | bbcd74f1d9f20beea0d8aafdf7965d89fbed3cea | /QuickStart/src/test/java/QuickStart/QuickStart/AppTest.java | 20bd18567b9831400c1958adef3292df71b66fee | [] | no_license | yigonglou/QuickStart | fdca349fa4f3ed332c144db04599b98c4cd06e40 | 619e62b65d3489fe1beb7d6166c0430e02a9a1e3 | refs/heads/master | 2021-05-20T10:10:27.945308 | 2020-04-01T20:22:23 | 2020-04-01T20:22:23 | 252,241,980 | 0 | 0 | null | 2020-10-13T20:49:52 | 2020-04-01T17:26:09 | HTML | UTF-8 | Java | false | false | 858 | java | package QuickStart.QuickStart;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* Unit test for simple App.
*/
public class AppTest
extends TestCase
{
/**
* Create the test case
*
* @param testName name of the test case
... | [
"yigongl@hotmail.com"
] | yigongl@hotmail.com |
612549d3af24d70d0bca8c2a4c847fc316826aeb | db30ca3612ca3fdf7bd6abdf8f9c096f0a100807 | /src/main/java/ndov/cdm/trein/reisinformatie/data/_2/MaterieelDeelDVSType.java | 12bbf7cd7f0b8d8bacb4e154b0ae1f843279168b | [
"MIT"
] | permissive | joelhaasnoot/widt_push | 2a0693f94c62561e8c057ec0eb0fd13c0d301e4a | c0a735bbfc50bf97fe71cda1f789a7bddbd3cac6 | refs/heads/master | 2021-01-21T12:46:19.409881 | 2015-03-06T13:40:06 | 2015-03-06T13:40:06 | 31,770,647 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,790 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
// 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: 2014.10.07 at 09:16... | [
"joelhaasnoot@gmail.com"
] | joelhaasnoot@gmail.com |
e9ae767a08e10b2e861af52e9ba2b56fa3bd5b7e | 5b4172a52bab4acf1fbe1e9218e89b94bd33b29c | /src/unsw/dungeon/InventoryView.java | 09b2d82fae3e37f6a94eadd400e7e57c4e9e4b7b | [] | no_license | declan-warn/dungeon-explorer | 970ec24d767296ebed698c1ae2a4056037daf8af | 4d90cf887aad093927b59721d3b6f64bcef18de0 | refs/heads/master | 2021-01-05T02:47:21.213340 | 2019-11-20T02:38:42 | 2019-11-20T02:38:42 | 240,848,943 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,422 | java | package unsw.dungeon;
import java.util.HashMap;
import java.util.LinkedHashMap;
import java.util.Map;
import javafx.geometry.Insets;
import javafx.geometry.Pos;
import javafx.scene.image.Image;
import javafx.scene.layout.ColumnConstraints;
import javafx.scene.layout.GridPane;
import javafx.scene.layout.Row... | [
"declan.warn@gmail.com"
] | declan.warn@gmail.com |
763edebf92f5f9383d94fec7a654786c8d588429 | 2716dd247fef3b7c0e2b08d6318e3f9451af9582 | /Labs/BaseBallLeague/src/main/java/com/mycompany/baseballleague/controller/App.java | 8c3910ee4d8b65a97d0136075a48c0cd8d8f4193 | [] | no_license | ategt/guild-self-work | ce4a1cb0be8c65c69c1ce908d3def9aa0386d60e | 55fb12c31fe70abfb315cf39bb9ef331afd05e50 | refs/heads/master | 2021-09-01T00:54:20.423148 | 2016-06-29T19:21:03 | 2016-06-29T19:21:03 | 115,227,667 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 448 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.mycompany.baseballleague.controller;
import com.mycompany.baseballleague.controller.BaseballController;
/**
*
* @author... | [
"ategtmei@gmail.com"
] | ategtmei@gmail.com |
26b0e84aea98b4d6e871e9c6eb7d41905255b0a3 | 49739a17cb09d7db35fdd1cfbb1a0c68092f6754 | /src/org/parallax3d/lights/AmbientLight.java | 72216799850b9fa1fcd96e53ffd047e56936daea | [
"CC-BY-3.0"
] | permissive | realh/parallax | 84d9709f713fd2121a7d45ca25953624e9d033c1 | 37f3fbc01dfa2f346b217e4c0a86e918c35dab98 | refs/heads/master | 2020-02-26T15:13:51.392986 | 2015-11-21T17:33:16 | 2015-11-21T17:33:16 | 44,762,693 | 1 | 0 | null | 2015-10-22T17:47:03 | 2015-10-22T17:47:03 | null | UTF-8 | Java | false | false | 2,421 | java | /*
* Copyright 2012 Alex Usachev, thothbot@gmail.com
*
* This file is part of Parallax project.
*
* Parallax is free software: you can redistribute it and/or modify it
* under the terms of the Creative Commons Attribution 3.0 Unported License.
*
* Parallax is distributed in the hope that it will be useful, ... | [
"h@realh.co.uk"
] | h@realh.co.uk |
c29c5e7d30f7464db43054d25aacb7349473e629 | 297b2b4dad220397902bea562655921d2695924a | /src/test/java/WarmUpTask/forMySelfPractice/P4VerifyOrder.java | 05880c4aaed53b405293b668f41391099eeb66fb | [] | no_license | RajmiNakarmi/seleniumProjectB20 | 033d379023b85aeb75f6160a7cea48b13ee86d91 | 48231532fe9b5f6aa205d8ba90292d10f5fd0565 | refs/heads/master | 2023-01-11T09:49:50.588040 | 2020-11-15T15:47:00 | 2020-11-15T15:47:00 | 313,065,094 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 985 | java | package WarmUpTask.forMySelfPractice;
import com.cybertek.utilities.SmartBearUtilities;
import com.cybertek.utilities.WebDriverFactory;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.testng.Assert;
import org.testng.annotations.BeforeMethod;
impor... | [
"68827515+RajmiNakarmi@users.noreply.github.com"
] | 68827515+RajmiNakarmi@users.noreply.github.com |
001bf61d18021c04e408d661efb6567eaea97610 | 49a5ca02311785f0ef2b1e4bed37fd29e5fac8da | /src/test/java/sn/delivery/neldam/repository/timezone/DateTimeWrapper.java | 342103528f22753a82e2ab02774b21b4b0a7cd2e | [] | no_license | anscamou/neldam | 400138896827d70e11d31f2c0c7e14fc13c921f9 | d5f646f28587cf87b337797e99b57bba80146055 | refs/heads/main | 2023-03-24T06:11:33.663237 | 2021-03-17T19:03:48 | 2021-03-17T19:03:48 | 345,460,574 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,098 | java | package sn.delivery.neldam.repository.timezone;
import java.io.Serializable;
import java.time.*;
import java.util.Objects;
import javax.persistence.*;
@Entity
@Table(name = "jhi_date_time_wrapper")
public class DateTimeWrapper implements Serializable {
private static final long serialVersionUID = 1L;
@Id
... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
0c540879e013654b70eb108caa29931498a8a5d5 | 7fec055610b4441d39ddb15f3f6cfb09559b2017 | /src/com/company/Archosaur.java | 9d2d78368171cf4418c4fa9987573035e219a8f9 | [] | no_license | Freatnor/Subclasses-Lab | 7e13dfc0eec1889cf41deae88555c22ecb34e138 | 4a36bf8473cc98ce95f4a4e4f45dd28f103e6144 | refs/heads/master | 2021-01-16T19:49:46.087146 | 2016-06-28T18:33:05 | 2016-06-28T18:33:05 | 62,154,955 | 0 | 0 | null | 2016-06-28T15:58:37 | 2016-06-28T15:58:37 | null | UTF-8 | Java | false | false | 1,646 | java | package com.company;
/**
* Created by Jonathan Taylor on 6/28/16.
*/
public class Archosaur extends Reptile{
private boolean mIsExtinct;
private boolean mIsWarmBlooded;
private boolean mHasFeathers;
private static final String archosaur = "\n |------They are also an Archosaur which ";
private... | [
"jonathan.randall.taylor@gmail.com"
] | jonathan.randall.taylor@gmail.com |
af13d7d76beabf8afb83dcd8cbe5053325da813b | b730e4b88a1fc40732d94d0beefd6d8f8cacee04 | /platforms/android/src/org/linphone/LinphoneManager.java | bd927fc178627390a31f4a605a16ef475d9c8deb | [] | no_license | dannyrojas28/SoftphoneEmsGit | 14f56d30eda8a1314e6fdbf3fd61aef6ff75b465 | 5fb8e9e28c4e89fc0db982038d92eb3455dceff2 | refs/heads/master | 2021-01-18T01:42:52.353693 | 2016-09-14T21:24:44 | 2016-09-14T21:24:44 | 68,207,569 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 50,646 | java | /*
LinphoneManager.java
Copyright (C) 2010 Belledonne Communications, Grenoble, France
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 option) any later ... | [
"rojas2895@gmail.com"
] | rojas2895@gmail.com |
ba1c4c16ec1814055f40af044966486411366a46 | dd0e7f769b273cc96c2da337a71bd8e0c77b28a3 | /src/main/java/com/jakes/movies/repository/MovieRepository.java | 3df117b02e1a0b1ca46ea6d18a186f3de309d91a | [] | no_license | JakeDasheck/Spring-movies | ba2feed506ad8c419adb0011b5a6bfa0914da94f | 6e427b0dad99ec50aed06d7f3ebbfac4a51cc78f | refs/heads/master | 2023-03-24T11:33:04.895042 | 2021-03-19T11:03:11 | 2021-03-19T11:03:11 | 287,374,616 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 346 | java | package com.jakes.movies.repository;
import com.jakes.movies.model.Movie;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface MovieRepository extends JpaRepository<Movie, Integer> {
List<Movie> findMov... | [
"daszek07@gmail.com"
] | daszek07@gmail.com |
3efea899c5388639ecebbea92ceba012740900b2 | 55b6fb53025fdcf78f266c94556329421c1b7305 | /src/main/java/com/nieyue/dao/CollectDao.java | ca413ecc27083a20108179efeec28762f651d623 | [] | no_license | lijin148/SevenSeconds | d318c38b1731bbb326afc2de87dc06372752b885 | 8d22ca6048f98426348bcce04ce1bde5a084fe8b | refs/heads/master | 2020-03-07T05:30:40.378493 | 2017-08-25T09:48:42 | 2017-08-25T09:48:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,443 | java | package com.nieyue.dao;
import java.util.List;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import com.nieyue.bean.Collect;
import com.nieyue.bean.CollectArticleDTO;
/**
* 收藏数据库接口
* @author yy
*
*/
@Mapper
public interface CollectDao {
/** 新增收藏*/
public boolean add... | [
"278076304@qq.com"
] | 278076304@qq.com |
47fc0680d9a329ace3921af0a0a5a667e6651a07 | d56afbed8bd86bb68dda53b06d9832c848ebf2b6 | / hem-system/src/main/java/hu/bme/analytics/hems/encrypt/PasswordModifierListener.java | 2fc2335d4637d80fb122c0379346e3df29a25bb5 | [] | no_license | balazsbalintm/hem-system | 65d4ef16b2c8dcb148ad209e6db60d3da9dcb48b | 96cd112fc98f29dd5a11f3f57dd476eb9c16aa4c | refs/heads/master | 2021-01-10T19:41:16.011856 | 2015-11-15T15:36:09 | 2015-11-15T15:36:09 | 42,005,551 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,343 | java | package hu.bme.analytics.hems.encrypt;
import java.awt.TextField;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.security.NoSuchAlgorithmException;
import java.securit... | [
"balazsbalint.bb@gmail.com"
] | balazsbalint.bb@gmail.com |
a8460ca447500616af1da844ada3021cb2e0b5bc | 9b1d15ddf1fe42ac866c9e5a63b76f6df55bb2be | /09_EL_JSTL/src/cn/bjtu/servlet/Download.java | c157182fc89c947134fbf65618e68d6dcef78886 | [] | no_license | ZhaoChancey/JavaWebDemo | a233854968717b4625c6c716a2cbd3cf530575cf | 8614e625d38f2d99c36a94eb63f27dc83a6f4dbb | refs/heads/master | 2021-05-25T16:54:20.858572 | 2020-04-07T14:59:13 | 2020-04-07T14:59:13 | 253,829,168 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,776 | java | package cn.bjtu.servlet;
import org.apache.commons.io.IOUtils;
import sun.misc.BASE64Encoder;
import javax.servlet.ServletContext;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.I... | [
"756359715@qq.com"
] | 756359715@qq.com |
0c85ad183141866a23d849788d104deaed425012 | dcb13920a8c29324d1cc2a220adf73b1eccdb5e5 | /FrameWork/src/Common/WebDriverGeneric.java | c93d6009d84e92b7de03ebb5d422b9dea08f069f | [] | no_license | shanmugam2690/Seleniumbasic | e7dcb36210adf23e3cbd7d2ff0a087015e411781 | f98d6fdb4958c1dbc0eb789e7351158dd6f0a99b | refs/heads/master | 2021-01-19T19:13:20.675595 | 2017-04-16T11:02:22 | 2017-04-16T11:02:22 | 88,407,268 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 473 | java | package Common;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.testng.Reporter;
public class WebDriverGeneric
{
public WebDriver driver = null;
public void enterTextById (String id , String value)
{
driver.findElement(By.id(id)).sendKeys(value);
Reporter.log("... | [
"shanmugasundaram.g@192.168.1.7"
] | shanmugasundaram.g@192.168.1.7 |
7865e17088fe8d3cae48069499498c2726203c81 | fae0a973015ca7ca6f8c415f1257fdf6cff3c559 | /zookeeper-3.3.3/src/java/main/org/apache/zookeeper/server/persistence/FileSnap.java | e10c6b5bf112aff8f77ac8e84d4b682c2244af1c | [
"Apache-2.0"
] | permissive | jiaqiang/thirdparty | 2c197db2f70f568829ff43ba0f96b9d5fbba96ba | 6ee8c1cfa659228770d1598139d47331a5e852a4 | refs/heads/master | 2021-01-15T12:37:59.453381 | 2015-09-05T14:46:20 | 2015-09-05T14:46:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,107 | 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... | [
"user00@VM_64_237_centos.(none)"
] | user00@VM_64_237_centos.(none) |
836cfe27b1e623b1a131b082b9c5147955ad11d8 | 51c77cd0ce4c0c14d60b341e0be89d0088172320 | /imageio/imageio-metadata/src/main/java/com/twelvemonkeys/imageio/metadata/tiff/TIFF.java | 539a2e128396c12f88ecbe847962fe8ba2b06f15 | [
"BSD-3-Clause"
] | permissive | lafaspot/TwelveMonkeys | f633467c7c78a26afe9cf15c37134348a9e2861e | dbf1ea6d1190965026d2e39ae6dac7d31001e78e | refs/heads/master | 2021-01-20T04:09:50.542559 | 2017-07-06T19:44:23 | 2017-07-06T19:44:23 | 89,653,173 | 1 | 1 | null | 2017-07-06T19:44:24 | 2017-04-28T00:57:33 | Java | UTF-8 | Java | false | false | 8,391 | java | /*
* Copyright (c) 2009, Harald Kuhr
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice, this list of cond... | [
"harald.kuhr@gmail.com"
] | harald.kuhr@gmail.com |
66d9e5f3bbbd8cb360a420bb8cf15b927dce05ec | 5b7b57c14b91d3d578855abebae59549048b1fd9 | /AppCommon/src/main/java/com/trade/eight/moudle/auth/AuthUploadIdCardAct.java | 637aecc56305c788aefa7eac75106c09a5fe6607 | [] | no_license | xanhf/8yuan | 8c4f50fa7c95ae5f0dfb282f67a7b1c39b0b4711 | a8b7f351066f479b3bc8a6037036458008e1624c | refs/heads/master | 2021-05-14T19:58:44.462393 | 2017-11-16T10:31:29 | 2017-11-16T10:31:55 | 114,601,135 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 29,493 | java | package com.trade.eight.moudle.auth;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Matrix;
import android.... | [
"enricozhang@126.com"
] | enricozhang@126.com |
a78aeacb4f323e973578c7b9dfad19885c1f6253 | 0e7529e0b264fdfdc7d86fcb9ee74679bb930458 | /src/main/java/com/dnp/bulidingmanage/common/config/MyWebAppConfigurer.java | 8af4655d8e9ace9b0567fe954f5116ff0822f01c | [] | no_license | 379924269/buliding_manage | e06f9545fa8454ed25c043a9a8e6ae60f14d43a1 | 117768c6b07cabfdd6f792219dc28174ec4f9bcc | refs/heads/master | 2021-05-08T03:07:36.843068 | 2017-11-14T07:16:33 | 2017-11-14T07:16:33 | 108,231,290 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,396 | java | package com.dnp.bulidingmanage.common.config;
import com.dnp.bulidingmanage.common.MyInterceptor;
import org.springframework.context.annotation.Configuration;
import org.springframework.util.ResourceUtils;
import org.springframework.web.servlet.config.annotation.InterceptorRegistry;
import org.springframework.web.serv... | [
"379924269@qq.com"
] | 379924269@qq.com |
0bac3594d653de114500a0989590062e1cd672ca | 9df515f1b1498d9923c8fdbd4cc024781fd59024 | /app/src/main/java/com/afwsamples/testdpc/common/ColorPicker.java | d93ac3c9dca2e3a1b08b4b78fbfdeea3532a96a3 | [
"Apache-2.0"
] | permissive | jindog/android-testdpc | 0452866f6a73e3fd46ffff6e9501e81bb5f04d05 | 14d1aa42539dbe8232d89b9b810afff079d41544 | refs/heads/master | 2021-06-21T13:58:33.958065 | 2020-12-10T11:11:00 | 2020-12-10T11:11:00 | 140,535,194 | 0 | 0 | Apache-2.0 | 2020-12-10T11:11:02 | 2018-07-11T07:03:16 | Java | UTF-8 | Java | false | false | 8,481 | 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... | [
"sudheersai@google.com"
] | sudheersai@google.com |
972f42479dda89478c3d281f0be7808342f06053 | 99de17bc26dfd7c61484ab3c04f7582a2db7a2a0 | /HermesEventbus/src/main/java/com/lhfboy/library/hermes/wrapper/MethodWrapper.java | 784f0a43676641b31b0d770d28ca71db96c7bb87 | [
"Apache-2.0"
] | permissive | kesionli/HermesEventBus-master | 56d9ff74f6105b2091301d5737d4649301abd68c | edec6d6b0833c1320c2fe52224b0553d60d016df | refs/heads/master | 2022-04-22T10:54:31.212781 | 2019-05-23T09:11:29 | 2019-05-23T09:11:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,034 | java | /**
*
* Copyright 2016 Xiaofei
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | [
"dong1825650144"
] | dong1825650144 |
686c34fd2690242c5db0ef2f5448f4eaffcc554d | 5b65dc08a7caa2709ee2e64c5ced1a0050bf489b | /flink-examples-api/src/main/java/com/buildupchao/flinkexamples/api/JoinExample.java | c9113636f0a4da0bc5eebbfcb6036da87d170118 | [] | no_license | suixuan/flink-examples | 614a553853ca576fa1630e7e425354684eb0cd96 | 0e3c3bd54d90614d85f3d9900af0f4de403775bb | refs/heads/master | 2022-12-28T14:14:37.054725 | 2020-05-16T10:21:41 | 2020-05-16T10:21:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,398 | java | package com.buildupchao.flinkexamples.api;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.ToString;
import org.apache.flink.api.common.functions.JoinFunction;
import org.apache.flink.api.java.DataSet;
import org.apache.flink.api.java.ExecutionEnvironment;
import org.apache.flink.api.java.operators... | [
"yachaoz@foxmail.com"
] | yachaoz@foxmail.com |
b594b2fe6bb13ea3b025540cb59043675a4f3365 | de455d4ae2c998c9cd7fc485acce3e414b10218c | /Tigerstripe/NRP_Interface/src/NRP_Interface/TypeDefinitions/TerminationState.java | ed02702272c3e8b7825eb2b87293b5b87a835390 | [] | no_license | donaldh/mef-nrp-yang | a3f93b0469459ea1c9a150a97f0d3b07f91146b1 | f7d3a1d4b3cd5c349292bcb18a481f974c1b6b1b | refs/heads/master | 2021-01-16T23:20:32.983856 | 2017-01-30T15:44:43 | 2017-01-30T15:45:14 | 56,094,174 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,617 | java | /*******************************************************************************
* Created with Tigerstripe(tm) Workbench v.$runtime.getProperty("tigerstripe.feature.version")
* Copyright (c) 2007 Cisco Systems, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the t... | [
"donaldh@cisco.com"
] | donaldh@cisco.com |
693dac9be92b192d99ec15a3a2ed6516802fa600 | 3a41bdf604d4eebdb53f24e809872039d1605051 | /Array Lab 1/task11.java | fb3b51103ed45cc78cef1cd61a489bdad5d3baaf | [] | no_license | iamraufu/BRACUCSE110 | e12a5d5779bb5f09c4674c2fc0410416e40be67e | 367255bcf3c375cdff4bd7140238d30dd5048950 | refs/heads/main | 2023-01-06T11:36:04.384245 | 2020-11-07T22:14:26 | 2020-11-07T22:14:26 | 310,927,841 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 587 | java | import java.util.Scanner;
public class task11{
public static void main(String []args){
Scanner sc= new Scanner(System.in);
System.out.println("Enter Ten Numbers");
int a[]=new int[10];
for(int i=0;i<a.length;i++){
a[i]=sc.nextInt();
}
for(int i=0;i<a.lengt... | [
"43452776+RaufuPrezens@users.noreply.github.com"
] | 43452776+RaufuPrezens@users.noreply.github.com |
c9116a57cb1412f0774752c6b71d0329c000a3a8 | 446f34f1400a35149758107c284046839d4ae233 | /market-product/src/main/java/com/lyc/market/product/web/IndexController.java | 471147840ac93bcca31839f0b3159218c28f4a6b | [] | no_license | lycGlish/Market | 6f1b20cfa418be4cdd79ad53281720a9fb188575 | eddc6509c9d0da0fd0c472a5a992ecf9bf28e7dd | refs/heads/master | 2022-12-03T09:39:00.849108 | 2020-08-20T08:05:39 | 2020-08-20T08:05:39 | 287,201,964 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,191 | java | package com.lyc.market.product.web;
import com.lyc.market.product.entity.CategoryEntity;
import com.lyc.market.product.service.CategoryService;
import com.lyc.market.product.vo.Catalog2Vo;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.spring... | [
"708901735@qq.com"
] | 708901735@qq.com |
b3dfdc7b289a4c80e799b139f94b9cf5c822e7ce | 6816462670c067a360582c0780429bfbc1b4195b | /service-user/src/main/java/com/luotao/demo/zipkin/service/OrderServiceImpl.java | 73609ca5729db7e26d0f08532bc72326d9e8d52e | [] | no_license | abcde10156/dubbo-zipkin-demo | 6c3ea242ea00720104b5700fd075a85dfcc654f3 | e282e89a8b7e843eeb28468e2b8679e7927e057b | refs/heads/master | 2020-03-20T21:05:38.056952 | 2018-06-18T07:47:04 | 2018-06-18T07:47:04 | 137,723,461 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 943 | java | package com.luotao.demo.zipkin.service;
import com.luotao.demo.dubbozipkin.request.RequestLong;
import com.luotao.demo.dubbozipkin.response.ResponseOrder;
import org.springframework.stereotype.Service;
import java.util.LinkedHashMap;
import java.util.Map;
/**
* User: luotao-pc
* Date: 2018/6/16
* Time: 14:54
*/
... | [
"luotao@okay.cn"
] | luotao@okay.cn |
90d71d2bef3c4116866ff193448ba9b26f12af18 | 27c4841c76805bbb3ef9a9d5ae273c41a6d0cfc2 | /lib-base/src/main/java/com/android/base/loadsir/ErrorCallback.java | a6a5951c37368a8a95e5e77f8f0e7bc265e34260 | [] | no_license | Demo-H/openEye | 757b23b7af76bd750994dcf78090716911ebf942 | 992c446a4107d5c68c9369f6893c40ef14798c4f | refs/heads/master | 2022-10-06T21:21:11.022930 | 2020-06-07T02:33:04 | 2020-06-07T02:33:04 | 270,168,541 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 347 | java | package com.android.base.loadsir;
import com.android.base.R;
import com.android.base.loadsir.callback.Callback;
/**
* <p>
* 类描述: 错误页面
* <p>
* Created by Dhunter on 2020/6/2.
*/
public class ErrorCallback extends Callback {
@Override
protected int onCreateView()
{
return R.layout.base_layout_e... | [
"wbin18@126.com"
] | wbin18@126.com |
be89415165bb38badbfd0d464b677cf474634951 | 912bc4335ce933982177ec34717efdc289827348 | /src/main/java/com/example/docureader/model/I9/SubSection1AliensAuthorizedToWorkHelpPassportNum.java | 1d06be09e1e69453d152bd1498677acff5365d5c | [] | no_license | Srujith/docureader | 6bb426365a9d393d2335d370c74cba20d77e5a1c | 3f141b9e401a40391eb66a5e923b9a91c1c177f4 | refs/heads/master | 2022-04-17T02:36:02.940567 | 2020-04-13T19:29:27 | 2020-04-13T19:29:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,217 | java |
package com.example.docureader.model.I9;
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.fas... | [
"iamcloudkraken@gmail.com"
] | iamcloudkraken@gmail.com |
d9f3cbe2b652d28f23dd9307475f775104126424 | cc483e31e0049ac9652dfe9c543164e5fed02c7e | /ultravioletZx/src/main/java/org/ultraviolet/spectrum/z80/Z80.java | a2603377024821dca359d80c8451aa1bfcf779e0 | [] | no_license | ultravioletemulator/ultravioletZx | 549475b2ab2afd5fb424658eded92216d56e1966 | 82a0774fa27c4937711f2bdbc10f75dcec70a28d | refs/heads/master | 2021-07-02T20:35:17.968160 | 2017-09-22T12:09:29 | 2017-09-22T12:09:29 | 104,324,110 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,746 | java | package org.ultraviolet.spectrum.z80;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.ultraviolet.spectrum.core.Masks;
import org.ultraviolet.spectrum.machines.Machine;
/**
* Created by developer on 21/09/2017.
*/
public class Z80 {
//Re... | [
"aalkorta.caf@gmail.com"
] | aalkorta.caf@gmail.com |
0f19cd84dc0996f37329b3be49c59474ede2e676 | 7abf3e0d525c8b3700f3f05751eedef953a9eef7 | /src/ReverseWords.java | 7651d7be3984c455fb6c63c214cc8526dd0e3819 | [] | no_license | panbowen/LeetCodeOnlineJudge | 40cb07bfbf132896a8dfe88986692c04040f222b | 39d9406f76121af373e335f7dec281d9b6d72b0f | refs/heads/master | 2016-09-06T00:07:02.672823 | 2015-08-02T14:12:35 | 2015-08-02T14:12:35 | 17,144,477 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 556 | java |
public class ReverseWords {
public static String reverseWords(String s) {
int len = s.length();
if (len == 0 || len == 1) return s;
String[] temp = s.split(" ");
StringBuilder sb = new StringBuilder();
for (int i = temp.length -1; i>=0 ; i--){
if(!temp[i].equals(""))
sb.append(temp... | [
"pbwpbw2008@yahoo.com"
] | pbwpbw2008@yahoo.com |
b956946209770742b9b46d9a7ce9058fba2723e6 | 46d8584ea10af86dc69f3ec85cc3fcc08f4b4b10 | /app/src/main/java/news/syj/com/activity/MainActivity.java | 8ddb5d516dd35811ae1ec4e5a2112c8cbd9177e9 | [] | no_license | shayajie/MyNewsApplication | 7d0bf4d29e8c45d05a5ad7fa62bb6a18d7e5e124 | d2e407684674ce95e947770f56429a2bbbf86c8f | refs/heads/master | 2021-01-17T20:31:06.425193 | 2016-07-18T09:05:22 | 2016-07-18T09:05:22 | 63,029,046 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,272 | java | package news.syj.com.activity;
import android.content.Intent;
import android.support.annotation.Nullable;
import android.support.design.widget.TabLayout;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import and... | [
"1045070573@qq.com"
] | 1045070573@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.