blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1876c62fcc83778554760e1499f386986e5525a0 | 9638ad3b1c6fa73f3f37ec446d254ee952ab5974 | /Misc.java | 9b1c030986f9319043ac13ce21c2301294d73716 | [] | no_license | smithtrenton/mAPI | 09e6a17b443a47b2249d47928ed55a5693e40e9e | 5cff4eb56d5a72a88639441f53c9d3adf455b237 | refs/heads/master | 2021-01-20T04:30:19.665739 | 2018-08-19T03:35:44 | 2018-08-19T03:35:44 | 3,954,939 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 778 | java | package mAPI;
import org.powerbot.game.api.methods.Game;
import org.powerbot.game.api.methods.interactive.Players;
public class Misc {
public static boolean isFullyLoggedIn() {
return Game.getClientState() == Game.INDEX_MAP_LOADED && Game.isLoggedIn()
&& Players.getLocal() != null && Players.getLocal().getLe... | [
"tlsdude@gmail.com"
] | tlsdude@gmail.com |
c032219117c92b25527b39d1975dc6892703e435 | 36917d43334e34cdcc955707e1e1fa1d4c17845f | /src/test/java/com/adapterj/util/SimpleDataSet_ESTest_scaffolding.java | 92144540a969aa4fb157a977e633943bc8666ced | [
"Apache-2.0"
] | permissive | alieismy/adapterj | 44e02486e7fb98d3f05c2cd2e3bd8df941d42fd1 | e4e465ebe782b951154a72b7da3c93826fd8567c | refs/heads/master | 2021-05-22T14:32:02.272289 | 2020-03-29T16:20:13 | 2020-03-29T16:20:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,267 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Fri Sep 27 16:07:02 GMT 2019
*/
package com.adapterj.util;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.After;
im... | [
"york.deng@qq.com"
] | york.deng@qq.com |
b3122e3cb1c6b41a54c32c9487cd6b4e0a4cbaef | faf6b12c1f5e12844f0e5effe50c51c3d386f36f | /cli/src/main/java/com/box/l10n/mojito/cli/command/ExportDropConfigType.java | 2316ab8e77080cb4e04d5310c444d86c140e01e1 | [
"Apache-2.0"
] | permissive | sahwar/mojito | 00e8bfa44fa64f1e92122912fdb634a32b191526 | acf68d901fdcaf2fb9a14799007343ae91845c1e | refs/heads/master | 2020-04-21T20:54:13.999566 | 2019-02-01T19:28:53 | 2019-02-01T19:28:53 | 169,860,488 | 1 | 0 | Apache-2.0 | 2019-02-09T11:34:43 | 2019-02-09T11:34:42 | null | UTF-8 | Java | false | false | 743 | java | package com.box.l10n.mojito.cli.command;
import com.beust.jcommander.IStringConverter;
import com.beust.jcommander.ParameterException;
import com.box.l10n.mojito.rest.entity.ExportDropConfig;
/**
*
* @author jaurambault
*/
public class ExportDropConfigType implements IStringConverter<ExportDropConfig.Type> {
... | [
"aurambaj@users.noreply.github.com"
] | aurambaj@users.noreply.github.com |
124540a98c0c3388db566dbf62835225e0d0ba67 | 3a0161b0fc41d1a81c52deb573df622b9470234d | /src/trabalhom1/SelecaoCampeao.java | 719361b9134b42fd31a6ad3c0b16ec0161053603 | [] | no_license | Jp-K/LolDesktopApp | a9fc5478ffa7834e6a8720e1aeb38d6b67bde441 | 14b97cfaacc48e871b9b92e97081fb02335c9183 | refs/heads/master | 2022-12-25T10:59:24.932007 | 2020-09-28T14:18:16 | 2020-09-28T14:18:16 | 299,331,217 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,922 | 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 trabalhom1;
import com.mysql.jdbc.Connection;
import com.mysql.jdbc.PreparedStatement;
import java.sql.DriverManager;
import ja... | [
"noreply@github.com"
] | noreply@github.com |
c8dbe3927b6ea29f09208ec04f15901df576a29f | e92fb510775bf1672ec510fc3bac2a044356441d | /app/src/main/java/com/bd/proto/Recycler/Adaptador.java | fdaa2bf3d53ad74aa5aca2f1b0358bb7d7923565 | [] | no_license | Josuehdzp/Forestry-QR-Database | 1cd958c0b101cc474ef080712f638c6ea8584fce | 61fccffccdb82f4cfa9a477c0acaab9e1198e11b | refs/heads/main | 2023-06-20T01:56:55.233807 | 2021-07-20T06:11:54 | 2021-07-20T06:11:54 | 387,690,622 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,298 | java | package com.bd.proto.Recycler;
import android.content.Context;
import android.content.Intent;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.w... | [
"82606857+Josuehdzp@users.noreply.github.com"
] | 82606857+Josuehdzp@users.noreply.github.com |
240ea4b52312d0795a6e8110d5ebab551c3fe972 | 76da6f0fd7f75a2823db2813fd78d8b36b04fb6a | /Proyecto_Apiaria/src/apiario/edu/pe/dao/ITipoAlzaDAO.java | 640bf728b5b973cc67bfdb343b1fc29ad6436006 | [] | no_license | iberotec/dawii-apiaria | 135a7f5743aa802001e3a5634f507e333631aae2 | bee16444d245064fa53222db048b906fbf9beacc | refs/heads/master | 2020-05-18T21:05:53.422519 | 2013-01-23T19:17:07 | 2013-01-23T19:17:07 | 41,526,327 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 532 | java | package apiario.edu.pe.dao;
import java.util.List;
import apiario.edu.pe.bean.TipoAlza;
public interface ITipoAlzaDAO {
public abstract List<TipoAlza> listarTodosTipoAlzas() throws Exception;
public abstract TipoAlza guardarTipoAlza(TipoAlza instance) throws Exception;
public abstract List<TipoAlza> bu... | [
"johannfjs@gmail.com"
] | johannfjs@gmail.com |
ffac622a4baa4f8aee29230b5509b7515b0a43a8 | e26f814f695d1d26fb15a7f6f04651b1790f125a | /src/main/java/com/renren/api/service/Feed.java | 1434b9097e9196da92e19139ac407185e88af524 | [] | no_license | crackerlover/renren-api2-sdk-java | 70abf8e3651b853f68eff3fbf282f951abe5cfce | 107a353abfbd22fd50d44d7d057f7a83affe3755 | refs/heads/master | 2020-12-29T00:41:42.146879 | 2015-02-05T08:30:44 | 2015-02-05T08:30:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,474 | java | /**
* Autogenerated by renren-api2-generator 2014-04-23 18:03:22
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
package com.renren.api.service;
import java.util.*;
/**
*
* 新鲜事
*/
public class Feed {
/**
* 新鲜事的id
*/
private long id;
/**
* 新鲜事类型
*/
private Feed... | [
"platform@renren@2013"
] | platform@renren@2013 |
3eb3f4b28ea870209e065b6e768be669dd83f9a6 | 682aa499e2381c79c3cc859a42fe0da26dc92c3d | /src/main/java/com/acloudchina/m2m/analyze/flow/FileAnalyzeConfig.java | 11951493162b59d97556d85797c5c3f4d55e6d35 | [] | no_license | liuhu/file-analyze | 1cec1a8fb03672cc81d100feb39f9a2ff4e1740c | 705d6dbb19e47dc1a97aea9421deaf3eb67ece00 | refs/heads/master | 2021-01-21T19:40:01.862958 | 2017-05-24T08:36:00 | 2017-05-24T08:36:00 | 92,149,253 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,521 | java | package com.acloudchina.m2m.analyze.flow;
import com.acloudchina.m2m.analyze.domain.SimInfoDomain;
import org.springframework.batch.core.Job;
import org.springframework.batch.core.Step;
import org.springframework.batch.core.configuration.annotation.JobBuilderFactory;
import org.springframework.batch.core.configuration... | [
"mail.liuhu@gmail.com"
] | mail.liuhu@gmail.com |
9ff48e72f80954a535955774d5097ae0a9b7853f | fea4c2fb250ba1c90bc9e17ebbe089a6de318771 | /sources/mirror/android/telephony/CellIdentityCdma.java | 85de5b62f6fd82fe16db5561d0357a2f312f08ee | [] | no_license | revanthstrakz/vx | d7234ea9c8ff36d9e62dfd23218181a830db810f | 7e8cef0f0da9830246d3362341725b8e3c25e0fa | refs/heads/master | 2022-11-13T11:16:21.849058 | 2020-06-27T20:39:20 | 2020-06-27T20:39:20 | 275,443,477 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 502 | java | package mirror.android.telephony;
import android.annotation.TargetApi;
import mirror.RefClass;
import mirror.RefConstructor;
import mirror.RefInt;
@TargetApi(17)
public class CellIdentityCdma {
public static Class<?> TYPE = RefClass.load(CellIdentityCdma.class, android.telephony.CellIdentityCdma.class);
publi... | [
"dr.revanthstrakz@gmail.com"
] | dr.revanthstrakz@gmail.com |
f672bbee192c024b3a8d279c0bdae1904d9fff5b | 576dee0af620f9cb18b65a4babe64b1b0855ef05 | /src/main/java/org/example/album/Application.java | 49d8ec749043ace5f07d7964f59d423e28b7e75d | [] | no_license | IGrinrichI/album | ec79dbe41517f66e1955825db703c14cd6f7164d | 44e96e43ed60f72ce1d51b13a3fea9e94e11fb83 | refs/heads/master | 2022-05-13T13:42:10.549355 | 2022-05-05T10:57:59 | 2022-05-05T10:57:59 | 225,932,388 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 321 | java | package org.example.album;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class Application {
public static void main(String[] args) {
SpringApplication.run(Application.class, args);
}
... | [
"noreply@github.com"
] | noreply@github.com |
80b87f820573ab93880a81cc11f595152ac420bf | a30317921974c1438ca997b6b6019a27bfa56b82 | /app/src/main/java/de/phifo/csvtracker/CsvTrackerMain.java | b799f4dab54edfab81edf6f17cf499fddde059ce | [] | no_license | terix2k12/csvtracker | 12ae4321f2c9b8ddfb7823e213ac8c0a2e34bfe3 | c8480c34d63e9483553c4fc2e167fc2f60c834c4 | refs/heads/master | 2020-03-29T17:21:25.091556 | 2019-01-06T14:19:10 | 2019-01-06T14:19:10 | 150,157,372 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,157 | java | package de.phifo.csvtracker;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.ExecutionException;
import de.phifo.android.persistance.AndroidDAO;
import de.phifo.csvtracker.fragments.ListenFragment;
import de.phifo.csvtracker.persistance.CsvTrackerDatabase;
import de.phifo.csvtracker.sen... | [
"terixmail@googlemail.com"
] | terixmail@googlemail.com |
f031ca354df05b4e7def510d7ff4a48fe61e6e23 | 9be7aef21e1c3417a2c9aa9772d8cd1615ff356e | /tubuyeast/src/tools/xml/XMLNameMapConfiguredLoader.java | 37c47e49986183e23b5774ce9f881e937b38e15b | [] | no_license | mlaval6/tubuyeast | 807ee679a7c6a19ddef9e4a4dc210cc0c319bb90 | b4f0a46ddef838eb8ac301c4805767ccfbe60f61 | refs/heads/master | 2021-01-25T07:35:14.279627 | 2011-04-11T14:49:49 | 2011-04-11T14:49:49 | 34,587,605 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,032 | java | /*******************************************************************************
* XMLNameMapConfiguredLoader.java
* <p>
* Created on 05-Oct-2005
* <p>
* Created by tedmunds
******************************************************************************/
package tools.xml;
import java.util.HashMap;
impo... | [
"callmepiuze@gmail.com@dc43fe2f-35ef-995f-2e96-2876c01bb817"
] | callmepiuze@gmail.com@dc43fe2f-35ef-995f-2e96-2876c01bb817 |
db4d784a8122418621262e5ca73aa23aa8d13a02 | 6de28a76b0837c75bf9444adfbd4eb32c68d38a2 | /spindle/src/main/java/com/salesforce/ouroboros/spindle/util/Weighers.java | 399e66e661fac1092b288b87949f594b6a509d21 | [
"BSD-3-Clause"
] | permissive | zenstateofmind/Ouroboros | 49e7dd0aee16c2205d42276d9d4db00820046c63 | 535f95876dddc60f2aa2d39a57dc1a46b3b9b089 | refs/heads/master | 2021-01-16T20:39:26.305476 | 2012-05-22T00:12:41 | 2012-05-22T00:12:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,712 | java | /*
* Copyright 2010 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | [
"hal.hildebrand@gmail.com"
] | hal.hildebrand@gmail.com |
2e1e493b21de5ec5114d5e85b6fa43bcd815ffc0 | 95c49f466673952b465e19a5ee3ae6eff76bee00 | /src/main/java/com/fasterxml/jackson/databind/ext/NioPathDeserializer.java | 033d39e8906433811a7e61f5cadaa2fd5713f2f2 | [] | no_license | Phantoms007/zhihuAPK | 58889c399ae56b16a9160a5f48b807e02c87797e | dcdbd103436a187f9c8b4be8f71bdf7813b6d201 | refs/heads/main | 2023-01-24T01:34:18.716323 | 2020-11-25T17:14:55 | 2020-11-25T17:14:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,192 | java | package com.fasterxml.jackson.databind.ext;
import com.fasterxml.jackson.databind.DeserializationContext;
import com.fasterxml.jackson.databind.deser.std.StdScalarDeserializer;
import com.fasterxml.jackson.p519b.JsonParser;
import com.fasterxml.jackson.p519b.JsonToken;
import java.io.IOException;
import java.net.URI;
... | [
"seasonpplp@qq.com"
] | seasonpplp@qq.com |
67099178c8938e94284f648604199d793329ef15 | a25d497c117f8c28b6f335f4951552ef6186d07b | /app/src/main/java/com/confortapp/leon/confortapp/ViewHolder/ProductsViewHolder.java | 7c7e03daf22e5104eeb91e9696f3ba26606120ca | [] | no_license | simonenco-leonid/ConfortApp | 98584f48c4aa0afb86f5837fbe3e130b98e81b89 | bef96a4213c2ffc0cc4c9a12805717e147550f6f | refs/heads/master | 2022-11-26T02:13:03.556822 | 2020-06-23T10:45:31 | 2020-06-23T10:45:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,473 | java | package com.confortapp.leon.confortapp.ViewHolder;
import androidx.recyclerview.widget.RecyclerView;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import com.confortapp.leon.confortapp.Interface.ItemClickListener;
import com.confortapp.leon.confortapp.R;
/**
* Created by... | [
"leonsimonenco@gmail.com"
] | leonsimonenco@gmail.com |
67fbe6cf8e5ab9d9c0f55e31940c64b13f44ff64 | 3869a7e61615d3e40a987563bd5498454572df2f | /src/org/miguelaquino/controller/TurnosController.java | 551e1ef1391328923b93361257b1dbe0635356e1 | [] | no_license | ma2014029/Hospital_Infectology | afbb482734de6e32a72cbddf318327127bf54366 | a21e414e421ca4bec8e4058836198c7fa9617f1c | refs/heads/master | 2022-11-18T08:21:45.567027 | 2020-07-11T23:02:55 | 2020-07-11T23:02:55 | 278,955,019 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,469 | java | /*
creacion: 9/7/19
*/
package org.miguelaquino.controller;
import java.net.URL;
import java.sql.Date;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.ResourceBundle;
import javafx.collections.FXCollections;
import javafx.co... | [
"maquino-2014029@kinal.edu.es"
] | maquino-2014029@kinal.edu.es |
a130b8c87053ef49e83d2de66ff856e1bc2d3ff9 | faa5739da2d8e88f7013b49a65439a376e2564f7 | /app/src/androidTest/java/com/example/therussells/project8inventoryapp1/ExampleInstrumentedTest.java | 48d1b4f113b97ad99f7eb27403f18168de805ca4 | [] | no_license | dainantonio/Project8InventoryApp1 | a4f03f29e9e02627b1e9803244106168016ba95d | 89fdd22f3f70b04c90190adf6b25add22873ac4c | refs/heads/master | 2020-04-04T18:16:14.072485 | 2018-11-19T14:52:24 | 2018-11-19T14:52:24 | 156,156,975 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 774 | java | package com.example.therussells.project8inventoryapp1;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will... | [
"dain.russell@gmail.com"
] | dain.russell@gmail.com |
8fa2afa18b858524062cb714408c6a4c283ccfac | adc1005cf9e6de6d1346ddf967cbb2a0f22eb9b9 | /src/main/java/com/restaurant/restaurant_management/dto/Emaildto.java | 9fd854a0d788935165006c5e788af09e442e5574 | [] | no_license | kailashnadh/capstone | 3dda83217888ddd6f1cd2c46ec69ce81c3303cbe | 971f012ae938ff73b19348014376afc551e00e6b | refs/heads/master | 2020-08-04T02:42:32.171929 | 2020-03-08T02:08:10 | 2020-03-08T02:08:10 | 211,975,338 | 0 | 0 | null | 2019-10-23T23:42:05 | 2019-09-30T23:20:53 | Java | UTF-8 | Java | false | false | 138 | java | package com.restaurant.restaurant_management.dto;
import lombok.Data;
@Data
public class Emaildto {
private String email;
}
| [
"mkailashnadhn@gmail.com"
] | mkailashnadhn@gmail.com |
2128c0311d4632a5d6aa7a9d7c509e601b5d571d | 0155fbdef99b37732fcb404a2c579c2bd7089b8e | /src/main/java/com/traffic/transportservice/controller/RoadLightControlModeController.java | 1fed51908dcfc8033548a6579cb7585169a2e33d | [] | no_license | BeastAndBeauty/transportservice | 1795ad64796b9ff80afdff7e4ff0553b70b855f8 | 16280f4fe87ef44023cc48318a0b318948954793 | refs/heads/master | 2020-04-24T01:01:42.868390 | 2019-02-20T02:10:20 | 2019-02-20T02:10:20 | 171,583,864 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,975 | java | package com.traffic.transportservice.controller;
import com.traffic.transportservice.service.RoadLightControlModeInfoService;
import com.traffic.transportservice.service.UserService;
import com.traffic.transportservice.util.ResultUtil;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframew... | [
"2906381723@qq.comm"
] | 2906381723@qq.comm |
2e262233500f801b9ada9a1e994b5d2f7d85f0ac | e9345649b2dac39456504124137e3258283079a1 | /PastExams/Midterm/year_56/3/ListBreaker.java | 86f2199491d06157999549faabf9b24d3f3daeed | [] | no_license | str3lyx/oop | 494936d51af106684d5ce5eeb78a7b5f528e5846 | 660f75d6932e86e0c026547a9ac292dd5fc0ff26 | refs/heads/main | 2023-06-26T06:14:31.172325 | 2021-03-30T16:08:22 | 2021-03-30T16:08:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,146 | java | import java.util.*;
public class ListBreaker {
public static ArrayList<String> parse(String input) {
// "a bc, def, ge" ==split(",")==> {"a bc", " def", " ge"}
String[] st_arr = input.split(",");
ArrayList<String> list_str = new ArrayList<String>();
for(String tmp : st_arr... | [
"51486537+Strelyx@users.noreply.github.com"
] | 51486537+Strelyx@users.noreply.github.com |
bd076f2a52d973033ef8f320cbf18355734d3b3a | 7318a464e3ca7a48163cc5c7843d52f2a184cf06 | /Calculadora-de-Tributos-PJ/src/br/com/suelengc/calctributospj/view/activity/CalculatorActivity.java | 39b0509e26855beebb002648ff8234e2f3c995e1 | [] | no_license | SuelenGC/Calculadora-de-Tributos-PJ | 9079aa05998f2fd40e9d7d08a756c72ba205c61a | eb9e92e4c5da0314aae4b0792fde3f2997576323 | refs/heads/master | 2021-06-27T08:36:36.046182 | 2015-11-13T11:58:24 | 2015-11-13T11:58:24 | 3,819,042 | 2 | 8 | null | 2016-12-09T12:36:17 | 2012-03-24T18:14:52 | Java | ISO-8859-1 | Java | false | false | 6,925 | java | package br.com.suelengc.calctributospj.view.activity;
import android.annotation.SuppressLint;
import android.content.ClipData;
import android.content.ClipboardManager;
import android.content.Context;
import android.content.Intent;
import android.graphics.drawable.GradientDrawable;
import android.net.Uri;
import androi... | [
"suelengcarvalho@gmail.com"
] | suelengcarvalho@gmail.com |
b689e90ef71a23bd6ae6201a7a49b17b371c5d36 | 7c1a70d7c314c67930b09131ded68da5a5a698a5 | /src/com/kan/hro/dao/inf/biz/employee/IClickEmployeeReportDao.java | d75d4825f0b68d230e3d842f14d97c9f83dc6458 | [] | no_license | sunwenjie/hris_pro | 8d21c8e2955438086d3bbbacaad7511b3423b3a0 | dfd2a598604f4dc98d5e6e57671e3d479974610c | refs/heads/master | 2020-12-02T22:17:10.263131 | 2017-07-03T12:36:41 | 2017-07-03T12:36:41 | 96,108,657 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,213 | java | package com.kan.hro.dao.inf.biz.employee;
import java.util.List;
import org.apache.ibatis.session.RowBounds;
import com.kan.base.util.KANException;
import com.kan.hro.domain.biz.employee.IClickEmployeeReportView;
public interface IClickEmployeeReportDao
{
public abstract int countFullEmployeeReportVie... | [
"wenjie.sun@i-click.com"
] | wenjie.sun@i-click.com |
16ab9853d5f9a9b193454476c7ef122e545a57b6 | 257bd63361aa846ffdacdc15edaecf84c6364e78 | /jsou/java_basic/src/pack6/FlyerUtil.java | b3b6f9a027da8b4df2414ab00bbff71114ec859e | [] | no_license | gom4851/hcjeon | 86dcfd05ce47a13d066f13fe187d6a63142fb9fe | 59a00ca9499f30e50127bb16eb510553e88ace43 | refs/heads/master | 2020-06-04T23:16:08.632278 | 2019-01-15T09:54:08 | 2019-01-15T09:54:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 154 | java | package pack6;
public class FlyerUtil {
public static void showData(Flyer f) {
f.fly();
System.out.println("동물인가요?" + f.isAnimal());
}
}
| [
"wer104@naver.com"
] | wer104@naver.com |
dc1c72216cff80a48b06e2cd92f081ff6134c5cb | fa93c9be2923e697fb8a2066f8fb65c7718cdec7 | /sources/com/yandex/metrica/impl/ob/ai.java | 0fa56d0320755abba1089ed6cc8a54d8a91f368f | [] | no_license | Auch-Auch/avito_source | b6c9f4b0e5c977b36d5fbc88c52f23ff908b7f8b | 76fdcc5b7e036c57ecc193e790b0582481768cdc | refs/heads/master | 2023-05-06T01:32:43.014668 | 2021-05-25T10:19:22 | 2021-05-25T10:19:22 | 370,650,685 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 426 | java | package com.yandex.metrica.impl.ob;
import org.json.JSONObject;
public class ai {
private abj a = new abj();
private adj b;
public ai(adj adj) {
this.b = adj;
}
public void a(String str, String str2) {
this.b.a(this.a, str, str2);
}
public String a() {
if (this.a.... | [
"auchhunter@gmail.com"
] | auchhunter@gmail.com |
ff7d293a735fe203425a58d1498e68068d059d30 | d6b36e2e136a4dc19a125a63a6e4fbcd2f298aa4 | /spring-beans/src/main/java/org/springframework/beans/factory/xml/AbstractSingleBeanDefinitionParser.java | 96ab3e8a7a868bd6ca9208e5eb15214399980770 | [
"Apache-2.0"
] | permissive | yylstudy/spring-framework5 | f1fbbfdffa6b7e7916a9f0d806410f82c4df29bd | 53e4410cb0fd11a932b000241d302f12867506d9 | refs/heads/master | 2021-07-04T04:47:24.347469 | 2020-09-02T02:46:48 | 2020-09-02T02:46:48 | 168,099,236 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,842 | java | /*
* Copyright 2002-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | [
"1594818954@qq.com"
] | 1594818954@qq.com |
a1390b26bb9f9c59be6589b2715267d1f7d47e81 | e1e9de85a6af8c45f7337f0340e41256fa7b931e | /src/com/blj/javawiki/designpattern/singleton/inner/Singleton.java | 17688fb3300dec8768ce835563d29e73507a0e39 | [] | no_license | bailiangjin/JavaCodeWiki | 5edeaa4beffe567f58dc75b73483c8a72b09219e | b73c3a1f2f1ddb2b781413042dddf2ec029a60f1 | refs/heads/master | 2021-11-08T01:11:32.765285 | 2021-11-02T12:14:02 | 2021-11-02T12:30:23 | 145,964,981 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 302 | java | package com.blj.javawiki.designpattern.singleton.inner;
public class Singleton {
public static Singleton getInstance() {
return Holder.INSTANCE;
}
private Singleton() {}
private static class Holder {
private static final Singleton INSTANCE = new Singleton();
}
} | [
"liangjin.bai@megatronix.co"
] | liangjin.bai@megatronix.co |
a8cfec6fc0c7c8545b50c0f83bffbe4346adddd2 | cf562830faffa51bf89635c9ae27550dfa1b30be | /src/main/java/DaoImpl/ClienteDaoImpl.java | 94ed7ca07cf7d4ec4a639fc8d138c5c66718ee7d | [] | no_license | josueprogram2003/3er-parcial | 92aa745c933e42270d457a8884a14eaa867e2d18 | 978c0788872c307aeff645c011d04668a935a2de | refs/heads/master | 2023-06-16T07:43:21.579479 | 2021-07-19T21:07:48 | 2021-07-19T21:07:48 | 387,549,274 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,413 | 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 DaoImpl;
import Config.Conexion;
import Dao.ClienteDao;
import Model.Cliente;
import java.sql.Connection;
import ja... | [
"josuedominguezonline12@gmail.com"
] | josuedominguezonline12@gmail.com |
63b526c73348263b9c29394d2d2babc4ab95eba5 | 08480828ce6980a56b59ecd19adfeb52eb41ba2f | /Ready/src/链表问题/ReversePart.java | 93f57b79a9028d2910fe7984a0650a58fbc7f14d | [] | no_license | YinXinLION/JAVA | 227220ce8dda89b9a247829e567514de4969f9ad | 88d476e9d229b6b6217757a30a79dbe3708f2025 | refs/heads/master | 2021-01-12T00:18:05.380362 | 2017-09-22T07:19:37 | 2017-09-22T07:19:37 | 78,703,138 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,146 | java | package 链表问题;
/**
* Created by yinxin on 17-8-27.
*/
public class ReversePart {
public Node reversePart(Node head, int from, int to){
int len = 0;
Node node1 = head;
Node fPre = null;
Node tPos = null;
//先找到from前面那个 和 to后面那个
while (node1 != null){
len++... | [
"yinxin19950816@gmail.com"
] | yinxin19950816@gmail.com |
4b5e00cfbdbcb1a6907fcef5fddfd5cc622af250 | d3acda8814d85444db8bb8ebf39f7bf50e57cc99 | /Find-Food-APP/Spick/app/src/main/java/com/example/user/spick/hotpot3.java | d405fd4ef192214e066229d00dddc64d1c3e2def | [] | no_license | engineerpu/Find-Food-App | 566f525d84af9b3cd6bc7d39d79ce39f33d1fba9 | b0031ebeb1c0dbd8a89ebc1cf0d99be7f89ab329 | refs/heads/master | 2020-04-11T04:55:45.954152 | 2018-12-12T18:50:17 | 2018-12-12T18:50:17 | 161,531,818 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,055 | java | package com.example.user.spick;
import android.content.Intent;
import android.net.Uri;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.ImageButton;
public class hotpot3 extends AppCompatActivity {
@Override
protected void onCreate(Bun... | [
"dreamstyler@outlook.com"
] | dreamstyler@outlook.com |
71bab2e9c479524a4eaaa6f542d99cdb145d7656 | 9caaa729389a3f05cb2f35951efae53f253e727b | /src/main/java/com/emotte/order/order/file/rw/impl/excel/ExcelServiceImpl.java | 13edb7e8caa99d2a6a3b2d71e3ecaa580d6de4a3 | [] | no_license | GSIL-Monitor/order | ed2123f2f973876865342bb60370616c11e0d0da | b52e384ff2455cacf55179eaf9d765f7a0eca454 | refs/heads/master | 2020-04-23T15:34:57.098968 | 2019-02-18T09:52:12 | 2019-02-18T09:52:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 21,478 | java | package com.emotte.order.order.file.rw.impl.excel;
import java.io.InputStream;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
import org.apache.commons.lang.StringUtils;
impor... | [
"you@example.com"
] | you@example.com |
c16fbb062dedac9eebbc00dc15967d201bb33edf | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Lang/12/org/apache/commons/lang3/text/StrTokenizer_StrTokenizer_240.java | aa025cedb56f6bdb8dab13c7253decfb161dd76f | [] | no_license | hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618255 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | null | UTF-8 | Java | false | false | 2,239 | java |
org apach common lang3 text
token string base base delimit separ
support quot charact concept
split string smaller string aim
similar job link java util string token stringtoken string token stringtoken
offer control flexibl includ implement
code list iter listiter code set
code string token... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
c5ec99e0180f3589d83be947a8c0883600673d3d | e9daf626774663120f1793345c2fda81297efa44 | /src/main/java/pl/jaszczur/bots/aqi/BotUtils.java | 5447e71b9b896c4a26f5ec0971065b3f8be9aa48 | [] | no_license | jaszczur/telegram-airquality-bot | 503ea7115b1cdb44ad54a77616f24cdd62eb8b2d | 7387c3fc73049945e04568e0804567be85557de0 | refs/heads/master | 2021-01-19T17:25:13.370839 | 2017-02-22T07:46:11 | 2017-02-22T07:46:11 | 82,454,147 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,819 | java | package pl.jaszczur.bots.aqi;
import com.pengrad.telegrambot.model.Message;
import com.pengrad.telegrambot.model.MessageEntity;
import com.pengrad.telegrambot.model.request.Keyboard;
import com.pengrad.telegrambot.model.request.ReplyKeyboardMarkup;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.... | [
"jaszczur20@interia.pl"
] | jaszczur20@interia.pl |
a6c271ea7405f761ac6e2490c12b126cb36d80e6 | 638b818a64f74ff9f2b6f850ba5bf7831179281f | /components-starter/camel-hazelcast-starter/src/main/java/org/apache/camel/component/hazelcast/atomicnumber/springboot/HazelcastAtomicnumberComponentConverter.java | 1cd5335eea30536b1d40bd535a07f1f9cf25a23b | [
"Apache-2.0"
] | permissive | d8gmyself/camel-spring-boot | acebd50fbf0aeacd78a662dee078cf8be50ece91 | 9c99e3a5ab884c3389e15313c13096810710534c | refs/heads/master | 2023-02-18T04:57:03.624330 | 2021-01-21T09:32:27 | 2021-01-21T09:32:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,507 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"claus.ibsen@gmail.com"
] | claus.ibsen@gmail.com |
8e9211d91ec38e4baf9c2b89ea4a6671b1e578d8 | b4a833558edb0437dd107b10cb18463f67c9e601 | /src/main/java/com/study/code/paramVo/GeneParamsVo.java | 9eb71eeca5c778d5f95a5a48d9ffcc1f9b2b219b | [] | no_license | w521aaa/geneCode | 3ac652ef558228b94eb9f5998084253a4a3f8a7c | e74554171e55b6b9abbe8a9d92eedcfc7a9ba130 | refs/heads/master | 2022-09-15T14:47:20.763355 | 2020-01-11T10:36:20 | 2020-01-11T10:36:20 | 232,009,561 | 0 | 0 | null | 2022-09-08T01:05:05 | 2020-01-06T02:34:21 | Java | UTF-8 | Java | false | false | 1,112 | java | package com.study.code.paramVo;
import com.study.code.enums.DatabaseTypeEnum;
import lombok.Data;
@Data
public class GeneParamsVo {
//key
private String key;
//作者
private String author;
//默认mysql
private String databaseType = DatabaseTypeEnum.MYSQL.getKey();
//schemaName
private St... | [
"weim@weim_c"
] | weim@weim_c |
916e05068d6eb61fc59d565dfdd6c898aa6d8293 | 243b816fb023e98f4a4f220a5fac1d6f02bb0f15 | /src/main/java/io/api/etherscan/error/ConnectionException.java | 96a881cde7a7beea68d93bf4a87c4acf9264b8f2 | [
"MIT"
] | permissive | iSnow/java-etherscan-api | 7a13878de81b207d4a16040feeb0038ed21b9082 | f1a6a283f86ec8d9531456987715dae65ce20d97 | refs/heads/master | 2023-01-01T21:05:33.063475 | 2020-10-18T19:04:56 | 2020-10-18T19:04:56 | 278,457,522 | 1 | 0 | MIT | 2020-07-09T19:52:07 | 2020-07-09T19:52:06 | null | UTF-8 | Java | false | false | 326 | java | package io.api.etherscan.error;
/**
* @author GoodforGod
* @since 29.10.2018
*/
public class ConnectionException extends ApiException {
public ConnectionException(String message) {
super(message);
}
public ConnectionException(String message, Throwable cause) {
super(message, cause);
... | [
"goodforgod.dev@gmail.com"
] | goodforgod.dev@gmail.com |
86ac37261d6af5fffe2594c659fb6d5eddee6fc6 | 4d92d66ee472d8a3abbca1485d90b5cd20cd00e2 | /QuanLyNhaHang/src/vn/edu/vttu/model/Distributor.java | bc63f62aeeaf802242b1988a529a2cdeadb92f8e | [] | no_license | kibafizz/phanmemquanlynhahang | 744b70076e4e7ed9c32169eecfcbf1b790058c4d | 3d77f0f155eefa08cc17488e7639deef7c5d775a | refs/heads/master | 2021-05-28T23:32:13.072279 | 2014-04-09T07:38:28 | 2014-04-09T07:38:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 772 | 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 vn.edu.vttu.model;
/**
*
* @author nhphuoc
*/
public class Distributor {
private int id;
private Str... | [
"it.nhphuoc@22eacfa3-bf42-c4aa-dad9-262cba39f510"
] | it.nhphuoc@22eacfa3-bf42-c4aa-dad9-262cba39f510 |
fc9d47ff9c286ac9475f7ac65a5aa13286dff09b | dbc5755f263b0645346192d44f419fdd0e359133 | /src/main/java/org/lynch/netty/simple/NettyClientHandler.java | 59c360683cc4c6de4daa730aff31a549b2b93c0a | [] | no_license | linkypi/netty.demo | 95a77656787de450b6fa25ee948071372e404781 | bd045c58064343b6ea9b3549d4e1698e51325555 | refs/heads/master | 2022-10-30T18:25:23.821112 | 2021-06-02T08:32:20 | 2021-06-02T08:32:20 | 223,918,636 | 0 | 0 | null | 2022-10-04T23:55:04 | 2019-11-25T10:11:30 | Java | UTF-8 | Java | false | false | 1,108 | java | package org.lynch.netty.simple;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.Unpooled;
import io.netty.channel.ChannelHandlerContext;
import io.netty.channel.ChannelInboundHandlerAdapter;
import io.netty.util.CharsetUtil;
public class NettyClientHandler extends ChannelInboundHandlerAdapter {
// 当通道就绪就会触... | [
"trouble.linky@gmail.com"
] | trouble.linky@gmail.com |
5e5af9755b91f7816edc815b4621de53236f57c9 | 336af95355bee55d9bc104946f48dda8013fddb7 | /Assingment_EmployeeManagementRest/src/main/java/org/accolite/java/EmployeeManagement/Model/Employee.java | 94104da6ad8e7c02ea699ccd3db7a8e986733975 | [] | no_license | Khazinawaz/AU2018Spring | 548513c57aedad2448c0b6d4503bf6a131ec20fb | 368372f9f8cb38d76a20a124eb37b78079f0eb27 | refs/heads/master | 2021-05-11T16:57:47.913674 | 2018-01-18T10:30:51 | 2018-01-18T10:30:51 | 117,780,843 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 777 | java | package org.accolite.java.EmployeeManagement.Model;
import java.util.Date;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement(name="Employee")
public class Employee {
private int EmployeeId;
private String EmployeeName;
private Date DOB;
private float Salary;
public int getEmployeeId() {
... | [
"khazinawaz@gmail.com"
] | khazinawaz@gmail.com |
8ee262f957b4e2d743ad138b3b49712da1a95894 | 6fe7d747c89b426ec732a5c11702bbbea0824483 | /M1/s7/CISI/TP/TP4_CISI/src/cisi_td4/Line.java | ba72168e899bb043d6411bdf45012388312b5f19 | [] | no_license | aroquemaurel/Lessons-and-doc | 060e6926aa7a027cf12527d6d456bd31fb73111f | 3ac07418c2eada57f59541646c5b0d19e0346d4d | refs/heads/master | 2021-01-20T15:50:30.924076 | 2015-01-15T20:34:07 | 2015-01-15T20:34:07 | 24,933,013 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 407 | 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 cisi_td4;
import java.awt.Point;
/**
*
* @author florent
*/
public class Line {
private Point origine;
pri... | [
"antoine.roquemaurel@gmail.com"
] | antoine.roquemaurel@gmail.com |
a41dedcee4e23152f4fcd9f72db749491fc57ed6 | 344d5cb7f277439235dbade439dca566b4af510e | /collaborative-network-web/src/main/webapp/test/java/com/armandorv/cnpd/web/server/ejbremote/ContactsManagerTests.java | cbf4ac653278877b45c286ad30f99f13f845cabc | [] | no_license | armandorvila/collaborative-network | ae701fe9c98fde827127f326c3f5e64deda70154 | 131ff119609a0ff5e8245c4dc5b44c1aac2b5e8b | refs/heads/master | 2016-09-10T08:46:00.746357 | 2013-03-16T18:04:50 | 2013-03-16T18:04:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 284 | java | package com.armandorv.cnpd.web.server.ejbremote;
import static org.junit.Assert.*;
import org.junit.Test;
/**
* Test to check if ContactsManagerEjb.
* @author armandorv
*
*/
public class ContactsManagerTests {
@Test
public void test() {
fail("Not yet implemented");
}
}
| [
"armando.ramirez.vila@gmail.com"
] | armando.ramirez.vila@gmail.com |
fadabe19d504c0e8b073b75666876a7357a1aed9 | a140b1b9cd5a28a15a083865c5ec77a02748acd3 | /src/main/java/com/marcelocosta/cursomc/domain/ItemPedidoPK.java | 913f76e6a46fcaa8593546f23a21aeea312963fa | [] | no_license | marcelosccosta/cursomc | c48b567891f95e6d20d9167931704bec2e79c852 | 16a13c9f362b478c3a357980479b78d4048c2d2c | refs/heads/master | 2023-02-28T08:36:55.222824 | 2021-02-09T01:55:49 | 2021-02-09T01:55:49 | 288,861,198 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,438 | java | package com.marcelocosta.cursomc.domain;
import java.io.Serializable;
import javax.persistence.Embeddable;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
@Embeddable
public class ItemPedidoPK implements Serializable {
private static final long serialVersionUID = 1L;
@ManyToOne
@JoinC... | [
"marcelosantos20-13@hotmail.com"
] | marcelosantos20-13@hotmail.com |
beda5ce07b8b075cc2471cf6198b71398966fe2a | 0b46089acd3633e5a073431b0d87a54747dc31de | /ModSrc/src/main/java/com/mayakplay/cscase/network/CasesMainPacket.java | 422fe68b31fe81e536842d84f38e6c8fcee6a503 | [] | no_license | PurpleCraft/minecraftCases1.7.10_2016code | 9c22fe342b69937b8252183b3b8e4713dc2739e4 | 2a22dbac4af432a23e3bd803c92fd482c6f8767a | refs/heads/master | 2022-03-27T18:02:49.927513 | 2019-11-10T22:15:07 | 2019-11-10T22:15:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,405 | java | package com.mayakplay.cscase.network;
import com.mayakplay.cscase.gui.GuiCaseView;
import com.mayakplay.cscase.gui.GuiCasesShop;
import com.mayakplay.cscase.gui.GuiMotd;
import cpw.mods.fml.common.network.ByteBufUtils;
import cpw.mods.fml.common.network.simpleimpl.IMessage;
import cpw.mods.fml.common.network.si... | [
"noreply@github.com"
] | noreply@github.com |
73f4b2e3ab58937caade27a184b582cac8b224e8 | df88c39b6aa161517cfd56c6845ac29fcfba0961 | /src/main/java/com/totvs/tj/tcc/domain/conta/ResponsavelId.java | 2602d0f63f76c34e7cfd6b5cb0f7adfc1fa0b275 | [] | no_license | yuriiuchi/MMAEY | c65f6a016dd6f75f482320875baf0f86f02ffe7a | 5aa92a266a514fa24f5e457af2e5be226a702006 | refs/heads/master | 2020-08-26T19:04:04.632276 | 2019-11-06T11:36:04 | 2019-11-06T11:36:04 | 217,112,324 | 0 | 0 | null | 2019-11-06T11:36:06 | 2019-10-23T17:13:46 | Java | UTF-8 | Java | false | false | 348 | java | package com.totvs.tj.tcc.domain.conta;
import java.util.UUID;
import lombok.AllArgsConstructor;
import lombok.Value;
@Value
@AllArgsConstructor(staticName = "from")
public class ResponsavelId {
private String value;
public static ResponsavelId generate() {
return ResponsavelId.from(UUID.randomUUID(... | [
"yuri.iuchi@totvs.com.br"
] | yuri.iuchi@totvs.com.br |
18910a2f58bb5ba257e866f9dbf8b05ed945b405 | ce921e8adf9a1eceded2ae6dacb31fc9466eed30 | /app/src/main/java/com/example/mad_assignment/controller/EditEventButtonListener.java | ec4a4707b45ee6eb3878667c6a32de4f8c9bf1fe | [] | no_license | tylernnguyen5/movie-night-planner | fa1e201ef4dd948fbd800f6fec300450b54420de | 0d4a50e098253e82214d81fe777f34ea6d7ca768 | refs/heads/master | 2022-12-02T07:05:02.242997 | 2020-08-17T11:44:38 | 2020-08-17T11:44:38 | 278,090,633 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 999 | java | package com.example.mad_assignment.controller;
import android.content.Context;
import android.content.Intent;
import android.util.Log;
import android.view.View;
import com.example.mad_assignment.view.EditEvent;
public class EditEventButtonListener implements View.OnClickListener {
private String TAG = ... | [
"ngocthachnguyen98@gmail.com"
] | ngocthachnguyen98@gmail.com |
de5f8f15be0388cb3f66d7f23b470dc1310e30a3 | c9b8db6ceff0be3420542d0067854dea1a1e7b12 | /web/KoreanAir/src/main/java/com/ke/css/cimp/fwb/fwb11/Rule_MId_OTH.java | 9ac643e05a3510b965ad6f755aa383d11948dfe8 | [
"Apache-2.0"
] | permissive | ganzijo/portfolio | 12ae1531bd0f4d554c1fcfa7d68953d1c79cdf9a | a31834b23308be7b3a992451ab8140bef5a61728 | refs/heads/master | 2021-04-15T09:25:07.189213 | 2018-03-22T12:11:00 | 2018-03-22T12:11:00 | 126,326,291 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,111 | java | package com.ke.css.cimp.fwb.fwb11;
/* -----------------------------------------------------------------------------
* Rule_MId_OTH.java
* -----------------------------------------------------------------------------
*
* Producer : com.parse2.aparse.Parser 2.5
* Produced : Tue Mar 06 10:36:50 KST 2018
*
* -------... | [
"whdnfka111@gmail.com"
] | whdnfka111@gmail.com |
e4429a0968d06ef154d5daefe27049b680729104 | a034e1e6e071731677794a3b286770349a65f655 | /src/main/java/com/nelioalves/cursomc/dto/CategoriaDTO.java | 25e3b7f87e9be6bdc2a211f3fbadebdcb09bfc41 | [] | no_license | nkredd/sbi-backend | df484a1b6141ddec08f0fbd5418e1286a383b6fc | 93c06ef35a302ad249684c81cbcdc3c300106804 | refs/heads/master | 2020-04-07T16:37:16.460365 | 2019-08-21T19:46:56 | 2019-08-21T19:46:56 | 158,535,893 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 813 | java | package com.nelioalves.cursomc.dto;
import java.io.Serializable;
import javax.validation.constraints.NotEmpty;
import org.hibernate.validator.constraints.Length;
import com.nelioalves.cursomc.domain.Categoria;
public class CategoriaDTO implements Serializable {
private static final long serialVersionUID = 1L;
p... | [
"nel2703@gmail.com"
] | nel2703@gmail.com |
b85e0dd2ab29e696e1fcbb85005bd520c62c0cda | 0409a8e4f2a4628f15e7d82c9db8d8442e002ad5 | /esox-gui/src/main/java/nu/esox/gui/aspect/EnableAdapter.java | 35862d934a6a4d5ebc65a2c0ba2f60128159c8c6 | [
"Apache-2.0"
] | permissive | goranstack/esox | 555cfd8a8daba14e0a0f61fd340cbaeb0f270d1d | 322cb69cbff38cfecf60eab44ec4f92ebe003a94 | refs/heads/master | 2020-06-03T15:54:36.782749 | 2018-06-19T14:11:16 | 2018-06-19T14:11:16 | 35,273,240 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,121 | java | package nu.esox.gui.aspect;
import java.util.*;
import nu.esox.util.*;
import javax.swing.*;
public class EnableAdapter extends AbstractBooleanAdapter
{
private final EnableableCollection m_enableables = new EnableableCollection();
public EnableAdapter( JComponent trueComponent,
... | [
"dennis@esox.nu@99ce332b-f644-0410-803f-d158936ab739"
] | dennis@esox.nu@99ce332b-f644-0410-803f-d158936ab739 |
916361d7ed353de0d8ed7e475130a2ecba5e5f49 | d78aad1a0eea172d26db85c68e86c77c8b6a0abc | /app/src/androidTest/java/com/xxp/coolweather/ExampleInstrumentedTest.java | a6b22140fdb92cb12e66977fcddfa3f473a32a6a | [
"Apache-2.0"
] | permissive | Mia-Won/coolweather | 5ddf1626905a4908407e74a09d9bc7d5a4127f71 | 3b41b23fef50abfc9ab252ff42160a4c20e8d61c | refs/heads/main | 2023-05-04T19:42:37.333056 | 2021-05-23T09:19:50 | 2021-05-23T09:19:50 | 368,072,511 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 741 | java | package com.xxp.coolweather;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Android dev... | [
"2978216572@qq.com"
] | 2978216572@qq.com |
997fcd134843f347d83f7ca5446b08009b9d57a6 | f632da5bfd1123ae6d1dadf705d84c794d63b23f | /src/main/java/com/nongxin/terminal/entity/crop/Crop.java | e3e9b6f459f11166a43c32eb55506551f9b196ba | [] | no_license | jcst-group/nongxin-admin-java | 48b1c8746194c23102252a6368151a05c08ecbf2 | 36e8166cd547b1682b81388c6deb4203550c0f9d | refs/heads/master | 2022-07-03T13:00:40.614424 | 2020-06-15T06:28:20 | 2020-06-15T06:28:20 | 248,426,275 | 0 | 2 | null | 2022-06-29T18:01:36 | 2020-03-19T06:21:08 | Java | UTF-8 | Java | false | false | 3,544 | java | package com.nongxin.terminal.entity.crop;
import com.nongxin.terminal.entity.file.PictureInfo;
import com.nongxin.terminal.entity.plant.CalculateUnit;
import com.nongxin.terminal.entity.product.Products;
import javax.validation.constraints.NotEmpty;
import javax.validation.constraints.NotNull;
import java.util.List;
... | [
"331542397@qq.com"
] | 331542397@qq.com |
4b4b13943686686cf30ef796210c84ed8717c0ba | 8191bea395f0e97835735d1ab6e859db3a7f8a99 | /com.antutu.ABenchMark_source_from_JADX/com/google/android/gms/p146b/kt.java | 0aa2a33499458d3c0275650161e8ecb81ba0b1d5 | [] | no_license | msmtmsmt123/jadx-1 | 5e5aea319e094b5d09c66e0fdb31f10a3238346c | b9458bb1a49a8a7fba8b9f9a6fb6f54438ce03a2 | refs/heads/master | 2021-05-08T19:21:27.870459 | 2017-01-28T04:19:54 | 2017-01-28T04:19:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,018 | java | package com.google.android.gms.p146b;
import android.os.SystemClock;
import android.support.v4.view.MotionEventCompat;
import com.google.android.gms.p146b.C3345w.C3369a;
import com.taobao.accs.utl.UtilityImpl;
import com.umeng.message.util.HttpRequest;
import com.xiaomi.pushsdk.BuildConfig;
import java.io.EOFException... | [
"eggfly@qq.com"
] | eggfly@qq.com |
11d92671dc2ebbd1fabca5cc07c065a61ce7b3af | 9ce797822b1c6e5537ace77d2384ecd9ed6cf74b | /src/main/java/uk/co/probablyfine/aoko/controller/UserController.java | a17b5bc3e8099f1c57fb197a37a368c28a820244 | [] | no_license | UWCS/aoko | 1031805504a60e9e671bd9e1f85ff41ab89f5865 | 68e6a6f7974abaedf04f54c5087a7306f4387d87 | refs/heads/master | 2016-09-09T23:45:19.613088 | 2014-11-22T10:56:48 | 2014-11-22T10:56:48 | 3,416,842 | 4 | 2 | null | 2015-03-23T03:29:40 | 2012-02-11T18:16:06 | Java | UTF-8 | Java | false | false | 1,189 | java | package uk.co.probablyfine.aoko.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.anno... | [
"csuiav@warwick.ac.uk"
] | csuiav@warwick.ac.uk |
1f48499feb7c6c3471ce6df3cccb605136490e4a | 18e9b89cc2d59c5ddb99a672cbdc829874743182 | /.JETEmitters/src/org/talend/designer/codegen/translators/databases/teradata/TTeradataRollbackMainJava.java | 800e658672c0f8994b18bcd8321f3fc49f7d5a64 | [] | no_license | yshao0711/nms_etl | 60117745f0b63f760648ddd3beb249fbc7169668 | 3cd7b4a510eb02055a4400a43ca428db9f237a9f | refs/heads/master | 2020-04-02T15:08:24.417524 | 2018-10-29T02:16:50 | 2018-10-29T02:16:50 | 154,554,083 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 41,441 | java | package org.talend.designer.codegen.translators.databases.teradata;
import org.talend.core.model.process.INode;
import org.talend.core.model.process.ElementParameterParser;
import org.talend.designer.codegen.config.CodeGeneratorArgument;
import org.talend.core.model.utils.NodeUtil;
public class TTeradataRollbackMainJ... | [
"yshao05@gmail.com"
] | yshao05@gmail.com |
c27668d9f0b16ff724e37e0114f25056b53b18a0 | 7dbef807cbb8a8b0dcd4189f4aefc348ef43b42c | /Temperature/src/com/kiof/temperature/Temperature.java | 20ddfa5459e9655dc8d39420ba307dd3701587aa | [] | no_license | iamrahulyadav/and | 326da1d4b15c53283cecb1d3216e108be6d2338a | cb8a03b5b442ab8e979eb47b228ba1785b40b82a | refs/heads/master | 2020-03-27T18:44:12.550680 | 2013-08-05T16:16:00 | 2013-08-05T16:16:00 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 11,410 | java | package com.kiof.temperature;
import org.json.JSONException;
import android.location.Location;
import android.location.LocationListener;
import android.location.LocationManager;
import android.net.Uri;
import android.os.AsyncTask;
import android.os.Bundle;
import android.preference.PreferenceManager;
import ... | [
"fr20222@L81663.fr01.awl.atosorigin.net"
] | fr20222@L81663.fr01.awl.atosorigin.net |
93ebf9d012cf1093660ec0de4646cd3ec8b70670 | bb9e9d4027316803843699dc762cffb3bb6653e1 | /app/src/main/java/com/example/eraky/EshopUser/Product.java | 0da9ec3a89e2d2904e93676daee8c53227b34c20 | [] | no_license | ahmedsabrymohamed/EshopUser | 1ef09b93d7d5ec0e780cab0338ba3c3774f3dc89 | 23788217440e1dc3bcfef2e3fd6ae0cdb070380e | refs/heads/master | 2021-04-27T10:27:10.284154 | 2018-02-22T21:35:48 | 2018-02-22T21:35:48 | 122,538,099 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,834 | java | package com.example.eraky.myapplication;
import android.os.Parcel;
import android.os.Parcelable;
public class Product implements Parcelable{
private int Category_id;
private int id;
private String name;
private String description;
private String price;
private double rate;
private String... | [
"ahmeddood7@gmail.com"
] | ahmeddood7@gmail.com |
1da2cdac3fc4d168273531c32e1a91547a2f5450 | e2ccbe5117b5ba7a41a1537492c5d1fe966ee132 | /CRMMagicMindApplication/src/com/CRM/SalesExecutiveScripts/TestTicket.java | ffb12820a999ffb3e1b68cc038553c4c52c48b9b | [] | no_license | subir145/MAGICMINDcrm-App | 277d53f7262caec6a3ff45d0167f49d3d926f42e | f4aa1e7a507084f2c10eca133ff251d12893e47c | refs/heads/master | 2022-11-04T21:59:05.375548 | 2020-06-29T05:44:04 | 2020-06-29T05:44:04 | 275,737,752 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 826 | java | package com.CRM.SalesExecutiveScripts;
import org.testng.annotations.Test;
import com.CRM.SalesExecutivePages.LoginPage;
import com.CRM.SalesExecutivePages.TicketPage;
import com.CRM.generics.BaseTest;
public class TestTicket extends BaseTest {
@Test
public void TicketVerify() throws InterruptedExcept... | [
"subirkumar1994@gmail.com"
] | subirkumar1994@gmail.com |
036f62997264a2d718c7f58e45313576b224816c | 80b147f079e68a27b711ad7feb73493cf88bb6f1 | /new-sang-blog2/src/main/java/com/blog/newsangblog2/common/enumeration/ResourceType.java | 7052628cffdeb006947e1560ca1a1ac17d558378 | [] | no_license | ItChoi/NewSangBlog2 | 8e615fab4f41f3323cbb2dbda46d211fac31a95b | ca9518226528473e9be508df48f431838d15fae7 | refs/heads/master | 2021-07-25T09:09:50.777846 | 2021-01-19T03:11:02 | 2021-01-19T03:11:02 | 238,360,413 | 3 | 0 | null | 2020-07-08T12:43:55 | 2020-02-05T03:32:51 | HTML | UTF-8 | Java | false | false | 284 | java | package com.blog.newsangblog2.common.enumeration;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.RequiredArgsConstructor;
@Getter
@RequiredArgsConstructor
public enum ResourceType {
DIRECTORY("file"),
FILE("file");
private final String type;
}
| [
"itchoi0429@gmail.com"
] | itchoi0429@gmail.com |
c39eb06cf14fb72c59efdb8507d21d4c4ece71ad | b127d58a5d0e2a5ccdaecd628a3c3835ac3cbf80 | /jaxws-ri/tests/unit-rearch/src/client/dispatch/wsdl_hello_lit_asyncpoll/client/AllTests.java | c8dbc00769967459f08b2bb34b81d5988469f6b6 | [
"BSD-3-Clause",
"xpp",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"EPL-2.0",
"Apache-1.1",
"W3C",
"LicenseRef-scancode-generic-export-compliance",
"SAX-PD"
] | permissive | eclipse-ee4j/metro-jax-ws | 8fd9b08fa81b06a321528d4b803481280c13f392 | 92031958ca55feadac9bfc1055a6cdaad0e9d893 | refs/heads/master | 2023-08-04T16:54:56.873589 | 2023-06-23T11:14:55 | 2023-06-23T11:14:55 | 153,644,381 | 58 | 55 | BSD-3-Clause | 2023-09-06T16:51:22 | 2018-10-18T15:12:36 | Java | UTF-8 | Java | false | false | 815 | java | /*
* Copyright (c) 2004, 2018 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at
* http://www.eclipse.org/org/documents/edl-v10.php.
*
* SPDX-License-Identifier: ... | [
"david.k.kral@oracle.com"
] | david.k.kral@oracle.com |
05f62069d18a0af4f3c1a94175e55597caef4a55 | 9988024c8e8f2f694168f62d27e6f732eb76db41 | /baffalotech-integration/baffalotech-integration-core/src/main/java/com/baffalotech/integration/util/NamespaceUtil.java | d3aef23ff48c8985a3cefb6e1d9ed5a15b2680a3 | [
"Apache-2.0"
] | permissive | abel1225/baffalotech | 79ff1d89945c76cb0c218aead13af52344b2d7d8 | 9eb9be43e5884caa7e693b8e22a563e617f64822 | refs/heads/master | 2022-12-29T17:13:47.005002 | 2020-04-08T12:23:46 | 2020-04-08T12:23:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,573 | java | package com.baffalotech.integration.util;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.atomic.AtomicInteger;
/**
* @author 84215
*/
public class NamespaceUtil {
private static Namespace defaultNamespace;
private NamespaceUtil(){}
publ... | [
"chijinhuang@192.168.0.102"
] | chijinhuang@192.168.0.102 |
0e128489c3c931f647cf32ad9f8d2385b8c39f71 | b39d7e1122ebe92759e86421bbcd0ad009eed1db | /sources/android/accounts/IAccountAuthenticatorResponse.java | ab84e0942710690af0ff31c0938aa4bc467b4a00 | [] | no_license | AndSource/miuiframework | ac7185dedbabd5f619a4f8fc39bfe634d101dcef | cd456214274c046663aefce4d282bea0151f1f89 | refs/heads/master | 2022-03-31T11:09:50.399520 | 2020-01-02T09:49:07 | 2020-01-02T09:49:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,653 | java | package android.accounts;
import android.annotation.UnsupportedAppUsage;
import android.os.Binder;
import android.os.Bundle;
import android.os.IBinder;
import android.os.IInterface;
import android.os.Parcel;
import android.os.RemoteException;
public interface IAccountAuthenticatorResponse extends IInterface... | [
"shivatejapeddi@gmail.com"
] | shivatejapeddi@gmail.com |
8aa352647564bd7a87b856f7873c885281586cd7 | fb4627cfeb8b1ceff634bcb4133e1a652741d2bc | /src/main/java/org/teutinc/foobar/third/part1/Solution.java | d1711751228fdc4581a54b73017b9bf906cbc773 | [] | no_license | a-peyrard/foobar | d515e8babcf4f9cd7f62d97d0ab33f83ad58e225 | 59b1626a7c02a0cd13dfd2240b5ff555e33b4f4b | refs/heads/master | 2021-05-19T19:13:23.628443 | 2020-04-21T02:09:13 | 2020-04-21T02:09:13 | 252,078,711 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,279 | java | package org.teutinc.foobar.third.part1;
import java.math.BigInteger;
/*
Bomb, Baby!
===========
You're so close to destroying the LAMBCHOP doomsday device you can taste it! But in order to do so, you need to deploy special self-replicating bombs designed for you by the brightest
scientists on Bunny Planet. There are... | [
"augustin.peyrard@gmail.com"
] | augustin.peyrard@gmail.com |
7a975ce7160db05ed13c52fc1900f89a3d5e5e4c | 1be3c58802588e168d02fd40600c996699abaed4 | /apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/logging/core/LogEvent.java | f660d00174e11f778d568aafd957e8368470a576 | [
"Apache-2.0",
"BSD-3-Clause"
] | permissive | zhentaoJin/skywalking | e73a4dd612e01d93981345444a462c47096d6ab5 | dbce5f5cce2cd8ed26ce6d662f2bd6d5a0886bc1 | refs/heads/master | 2021-04-09T23:40:19.407603 | 2020-11-05T15:13:29 | 2020-11-05T15:13:29 | 305,288,772 | 6 | 0 | Apache-2.0 | 2020-10-19T06:48:38 | 2020-10-19T06:48:38 | null | UTF-8 | Java | false | false | 1,982 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"wu.sheng@foxmail.com"
] | wu.sheng@foxmail.com |
49d6f6867dee2d1efd5dcea2df4badf9bb7ee952 | 515a36aba1b4c8b50b560098821215296b080434 | /Linked List/Find Sorted Union of two Lists.java | a9bfb25ff64f6b5eb86c5f67d154d14548324f82 | [] | no_license | Shivam1432/Data-Structures | cfaa4a553900522d7b37443c0370dbf395665ddb | c8e4cf908d63168b874e80897de1564a9c7e7ce5 | refs/heads/main | 2023-03-22T11:25:17.830473 | 2021-03-18T10:06:05 | 2021-03-18T10:06:05 | 329,076,694 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,361 | java | /* class Node
{
int data;
Node next;
} */
static Node findUnion(Node head1, Node head2)
{
Node p1=head1;
Node p2=head2;
int c1=0,c2=0;
while(p1!=null)
{
p1=p1.next;
c1++;
}
p1=head1;
while(p2!=null)
{
c2++;
p2=p2.next;
}
p2=head2;
int arr1[]=new int[c1];
int arr2[]=new int... | [
"noreply@github.com"
] | noreply@github.com |
e6a1539cfc3e85ed234914e4807e78e9975c19ed | 5d2c6c9abb47f228e856a8a5d8dc3121f6937fc6 | /src/main/kotlin/net.println.kotlin/demo4/objects/MusicPlayerJava.java | 3aa38158d89f0341797db3da7207e431c546dc14 | [] | no_license | Chenshuai770/Chapter1 | 5db499b01a03837342c2129f6e86bcb9144ab63d | 7259a0f708a1566d15bbebca41571f432a3ec22f | refs/heads/master | 2020-03-25T04:23:06.198882 | 2018-08-03T07:09:40 | 2018-08-03T07:09:40 | 143,391,543 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 267 | java | package net.println.kotlin.demo4.objects;
/**
* Created by ChenShuai on 2018/7/22
* kotlin object关键字对于的单例
*/
public class MusicPlayerJava {
public static MusicPlayerJava INSTANCE=new MusicPlayerJava();
private MusicPlayerJava() {
}
}
| [
"770456288@qq.com"
] | 770456288@qq.com |
917d772c61d2e0a572bbc6d10b9a7c7043a40d85 | 9bf5215a91a97715c75f15e32fa0fa1bd3df9c4d | /src/main/java/com/kodewerk/epump/EventSource.java | 56f1e26617728510a7a2c74404659629e240ed04 | [] | no_license | johnoliver/epump | dd28e80f2a6dd23e5a8adb3f42cd291980acec5f | 86069c751d203b4f4576d81f7064f6ef3f7df5b8 | refs/heads/master | 2021-01-15T10:51:54.362584 | 2014-05-07T11:28:01 | 2014-05-07T14:47:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 265 | java | package com.kodewerk.epump;
/**
* The EventPump must be provided with an EventSource.
*
* Todo: bulk up interface to make it easier to work with different feeds.
*/
public interface EventSource {
public Event read();
public boolean endOfStream();
}
| [
"kirk@kodewerk.com"
] | kirk@kodewerk.com |
cb22d68cd32bab6b004291bc86ca206811afb18e | dc6419209f397a18695a340b81141aad5d320a8f | /src/main/java/com/forum/cons/CommonConstant.java | ebc31bc97cd1e445c78de0c32cd47b2aa83d8032 | [] | no_license | mouqi123/myForum | c175129f165191d366a9fc810ab09e23ab120adf | c7eab2ff45d428ccf7c82874caf55ff17acab1e7 | refs/heads/master | 2021-01-10T06:09:09.307367 | 2016-04-05T09:10:33 | 2016-04-05T09:10:33 | 54,309,206 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 509 | java | package com.forum.cons;
/**
*整个应用通用的常量
*<br><b>类描述:</b>
*<pre>|</pre>
*@see
*@since
*/
public class CommonConstant
{
/**
* 用户对象放到Session中的键名称
*/
public static final String USER_CONTEXT = "USER_CONTEXT";
/**
* 将登录前的URL放到Session中的键名称
*/
public static final String... | [
"mouqi562315905@qq.com"
] | mouqi562315905@qq.com |
741fcbd443ea5a9ddcc94c58abcf6400a64a09e2 | 2079ff0bfa752ac982b10d3304a0a224bc20e944 | /test-service/src/main/java/exo/portal/service/impl/CollectionParamSampleImpl.java | 597ac84fe61bcacb4a84215dc0303651e93e1e17 | [] | no_license | Elisabitao/exo-training | 32be8bca0257110b7fcf4df7313a9e8eb1a5917a | 414c2efb6c3f8b58331312e7bdfcecfa1a59b3dd | refs/heads/master | 2021-01-18T07:49:29.781846 | 2012-06-27T11:59:12 | 2012-06-28T11:06:07 | 62,512,864 | 1 | 0 | null | 2016-07-03T19:55:13 | 2016-07-03T19:55:11 | null | UTF-8 | Java | false | false | 1,769 | java | /*
* Copyright (C) 2003-2011 eXo Platform SAS.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Affero General Public License
* as published by the Free Software Foundation; either version 3
* of the License, or (at your option) any later version.
*
* This... | [
"haint@exoplatform.com"
] | haint@exoplatform.com |
783ddac1f724d112e60a3218c2e82912ddc3264b | 2dedbc6982ad0fe6042a6eafa33a7da7c76e604d | /IRProject/src/main/java/Parsers/StemmerParser.java | c7df67dd5c216dbfa031a303fb2ad05da9848ecd | [] | no_license | SeanHollen/InformationRetrieval | 81271ee9391737d9823456b3371b2cc4d44820da | 85ae498a428425cacb163b642613c935aa41d401 | refs/heads/master | 2023-02-14T17:24:41.384815 | 2021-01-02T14:33:00 | 2021-01-02T14:33:00 | 323,477,649 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 752 | java | package Parsers;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
import java.util.HashMap;
public class StemmerParser {
// HashSet<Term>
public HashMap<String, String> parseFile(String dir) throws IOException {
HashMap<String, String> map = new HashM... | [
"hollen.s@husky.neu.edu"
] | hollen.s@husky.neu.edu |
b8db496390dde66cd1be989a7406e9509821ca02 | ac8b018414cb96138e0a2dc906e69b46c01305ce | /customworkmanager/src/main/java/com/samagra/customworkmanager/impl/utils/futures/package-info.java | 763fe4c6acc5cf724909ce8e4829ded2e09f8347 | [] | no_license | lexbernier/demo_tutorial_app | 1a46ab561ae4105efd8e42c7f4c6e0f2b1585eb9 | bcaaf6c79207bf3abec9c2640d891a8b4d31143f | refs/heads/master | 2022-07-08T01:23:22.517780 | 2020-05-14T07:37:50 | 2020-05-14T07:37:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 776 | java | /*
* Copyright 2018 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 applica... | [
"umangbhola@samagragovernance.in"
] | umangbhola@samagragovernance.in |
c47e4e854dcccd25c13d22b967b5e9ed34738fae | 5b0c45e9fcb7e62d9a68f0ef7284e4cf1ca46826 | /Tunitrade-bean/ejbModule/edu/esprit/domain/entities/Article.java | 0efb9e926e34e639bb40f1d97c6d4ec7d41fb50e | [] | no_license | MINA2014/TunitradeFull | b8fb350d8dc8e5cc97834c1aaeec275866227ea2 | 98685f10983141afa86fe206133e517dfd585aa6 | refs/heads/master | 2021-01-10T18:51:26.244623 | 2014-04-24T12:41:54 | 2014-04-24T12:41:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,583 | java | package edu.esprit.domain.entities;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.ManyToOne;
@Entity
public class Article {
public int id;
public String subject;
public String to... | [
"mina@mina-PC"
] | mina@mina-PC |
b50f197b0fcedae83f2469ac53be6cb32685ea72 | 2add1cf4b1b97a4f84eb8bf8cd78205527f499f8 | /s2xmlrpc/src/test/java/org/seasar/remoting/xmlrpc/test/service/impl/StringArrayServiceImpl.java | 36171d4c6eeef2f35f87e3944583dd91e0f780c6 | [
"Apache-2.0"
] | permissive | seasarorg/s2xmlrpc | 145bbd181465247760e25fc4d85aaf41e735d866 | 92d16423ca0ff2311253e8f9f8e811086febfa7f | refs/heads/master | 2020-04-06T01:06:18.421304 | 2007-07-23T07:59:01 | 2007-07-23T07:59:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 366 | java | package org.seasar.remoting.xmlrpc.test.service.impl;
import org.seasar.remoting.xmlrpc.test.entity.Entity1;
import org.seasar.remoting.xmlrpc.test.service.StringArrayService;
public class StringArrayServiceImpl implements StringArrayService {
public String[] echo(String[] text) {
return text;
}
public Entity1 ... | [
"agata@af17e6e2-40f0-4ed2-8940-35b5f8ea79a1"
] | agata@af17e6e2-40f0-4ed2-8940-35b5f8ea79a1 |
8878f3c433393269c91c18de1439f803f56a455d | eb97ee5d4f19d7bf028ae9a400642a8c644f8fe3 | /tags/2006-05-09/s2-tiger-2.4.0-beta-2/src/main/java/javax/persistence/JoinColumn.java | 2203dfdb0a6647c7f1ae963dcd3eba3361d92e64 | [
"Apache-2.0"
] | permissive | svn2github/s2container | 54ca27cf0c1200a93e1cb88884eb8226a9be677d | 625adc6c4e1396654a7297d00ec206c077a78696 | refs/heads/master | 2020-06-04T17:15:02.140847 | 2013-08-09T09:38:15 | 2013-08-09T09:38:15 | 10,850,644 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,391 | java | /*
* Copyright 2004-2006 the Seasar Foundation and the Others.
*
* 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 ... | [
"higa@319488c0-e101-0410-93bc-b5e51f62721a"
] | higa@319488c0-e101-0410-93bc-b5e51f62721a |
57f2c3dee61b57c78e65c41f58e4f775fa147ed3 | 3e0c80d3848a977193555c1a7487cc97dd360d3e | /mall-mbg/src/main/java/com/macro/mall/mapper/SmsHomeRemindMapper.java | 8d866353d69e21127f2b0422f0c71b776c7f6216 | [
"Apache-2.0"
] | permissive | julian-jian/ocean-mall-backend | baa6cd3f550d0e338ddcea2cdb3c54d0eef3dbeb | 7a03b1cd98ba2a5dd15dd920506c36da53b0d7a7 | refs/heads/main | 2023-06-01T13:05:54.707332 | 2021-06-15T07:37:15 | 2021-06-15T07:37:15 | 377,076,622 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 937 | java | package com.macro.mall.mapper;
import com.macro.mall.model.SmsHomeRemind;
import com.macro.mall.model.SmsHomeRemindExample;
import org.apache.ibatis.annotations.Param;
import java.util.List;
public interface SmsHomeRemindMapper {
long countByExample(SmsHomeRemindExample example);
int deleteByExample(SmsHome... | [
"julian.chen@adber.com"
] | julian.chen@adber.com |
b7b001edc5881e3f607dabed2b661a547b3cb021 | 3d97702d2e0eaa4e6cfd4b351394d1e7f39623e7 | /src/QuranTeacher/Preferences/TranslationPreferences.java | 598116520691141c391ce612b36b421d3cc1a72d | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | frrahat/Quran-Teacher-Or-Learn-Arabic | 4691819fe57220cc80d236f73fa419cec135a510 | a98bede490e627778a7547b1b03cd3e1598d7e0d | refs/heads/master | 2021-01-17T12:30:51.402817 | 2018-01-01T16:02:21 | 2018-01-01T16:02:21 | 38,122,840 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,533 | java | /*
* In the name of Allah
* This file is part of The "Quran Teacher or Learn Arabic" Project. Use is subject to
* license terms.
*
* @author: Fazle Rabbi Rahat
*
*/
package QuranTeacher.Preferences;
import java.awt.Color;
import java.awt.Font;
public class TranslationPreferences extend... | [
"fr.rahat@gmail.com"
] | fr.rahat@gmail.com |
8cedc260e069c0fe82d1551a50ed9860b3c8c01e | f59f4e106a0a96a594a8f19038d1af88a4c76d00 | /src/main/java/com/shopnow/repository/CustomerRepository.java | 2f72b1e26b5218ada19c17ead03b4815df7a0d96 | [] | no_license | satasy102/Shopnow | 28fcb02ab7bc39f64852124117b552df2dbd6431 | 19c7783f74a6e65ea192e6efdbc8e38ad41a2765 | refs/heads/master | 2023-03-10T03:57:43.682337 | 2021-02-18T10:27:18 | 2021-02-18T10:27:18 | 331,506,087 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 268 | java | package com.shopnow.repository;
import com.shopnow.model.Customer;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Component;
@Component
public interface CustomerRepository extends JpaRepository<Customer,Long> {
}
| [
"@gmail"
] | @gmail |
1be6342a130a01066a66650d92e540e423278a91 | b4d24a19107b137c8450f9a6c57a00becb642f63 | /test/level08/lesson08/task03/Solution.java | 4d2f56dcf7331565476f00693e2f9ae1fc524224 | [] | no_license | Pokoinick/JavaRush-1.0 | 0b218a4efa7968953be4e72b92f6a72f99205a03 | 91345436c94faadbff8c38ffba140eccc7f7708c | refs/heads/master | 2021-07-05T10:45:04.366954 | 2017-09-28T17:42:47 | 2017-09-28T17:42:47 | 105,180,491 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,079 | java | package com.javarush.test.level08.lesson08.task03;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
/* Одинаковые имя и фамилия
Создать словарь (Map<String, String>) занести в него десять записей по принципу «Фамилия» - «Имя».
Проверить сколько людей имеют совпадающие с заданным имя или фамил... | [
"pokoi.htc@gmail.com"
] | pokoi.htc@gmail.com |
85b3a16dd777dcf599664f00fd42b0f12735a180 | 546da0178a302a931ec3f448f710e1a646bb72e6 | /src/Heap.java | 6616e3882f9a089c3bdb15586a21adb6ec94e801 | [] | no_license | provalinf/ImageResize | b5755826d06ce2b9f72f4ff1302bc4353f8877d8 | f389725526f745abd02c639028802165d51a82e7 | refs/heads/master | 2021-05-12T19:55:11.592983 | 2018-03-03T19:13:54 | 2018-03-03T19:13:54 | 117,109,579 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,230 | java | import java.util.Arrays;
class Heap {
int cor[];
int item[];
int heap[];
int size;
Heap(int N) {
cor = new int[N + 1];
heap = new int[N + 1];
item = new int[N + 1];
size = N;
int i;
for (i = 0; i < N; i++) cor[i] = i + 1;
for (i = 1; i < N + ... | [
"cyril_basile@hotmail.fr"
] | cyril_basile@hotmail.fr |
90a06e71de5a1e827a08f329b7d6348753d4518d | e016b6e85f67eb50a7ba0a9b9db0ba4797947786 | /app/src/main/java/com/cdlit/assetmaintenanceapp/Model/LocationUpdateReturn.java | 26fa07c91df98dec4fc1fbd58ba9c8b90443da00 | [] | no_license | lokeshkhinchi1983/yantra_android | e751886b51219e3e7117081ddec98f5ca8e65779 | 72c3ad0637cd56d9b79be71cbfec9d1362e27942 | refs/heads/master | 2020-05-29T19:48:48.905238 | 2019-05-30T03:30:19 | 2019-05-30T03:30:19 | 189,338,296 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,487 | java | package com.cdlit.assetmaintenanceapp.Model;
import java.util.Date;
/**
* Created by rakesh on 16-06-2017.
*/
public class LocationUpdateReturn {
// private Date createdDate;
// private int createdUser;
private int id;
// private int isActive;
private String locationName;
private Date modifie... | [
"khinchi1.rakesh@gmail.com"
] | khinchi1.rakesh@gmail.com |
70be0055112ab6d211e3fa546776928d6052ef44 | c6c02c3c37ff6f30379813d6b3772c67aeaf3925 | /src/main/java/rmi/interfaces/HangmanClientInterface.java | d899176c76284b63874cbd7c52ce360e2f7c5228 | [] | no_license | vonScholten/ConsolApp | ec3e8882af5bd8d6f20be4adf3d436e9f613af29 | 00e541861ac3723380032463cfd2ff5a6d0a82b6 | refs/heads/master | 2020-03-25T11:07:30.201009 | 2018-08-14T14:35:31 | 2018-08-14T14:35:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,508 | 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 rmi.interfaces;
import java.rmi.Remote;
import java.rmi.RemoteException;
/**
*
* @author s145005
*/
public interface Hang... | [
"s145005@192.168.174.130"
] | s145005@192.168.174.130 |
fd9e1309e70402cfbc13750e4c4185cb92a7c244 | 176a7c1b945e12bd21f1e6d559d2ff84ee352cb4 | /PopPicture/app/src/main/java/leonardolana/poppicture/common/GenericFragmentPagerAdapter.java | b1515b0798489493f9e88f71c7d19f04ae7dc726 | [
"Apache-2.0"
] | permissive | leonardodlana/pop-picture | 54fcddf3765027b236cac6c8a7da6b9d15f887c4 | 0cafdc6d293a4cc3302aab6a24875a254795b245 | refs/heads/master | 2020-03-24T04:03:58.242989 | 2019-02-06T21:30:22 | 2019-02-06T21:30:22 | 142,442,943 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,151 | java | package leonardolana.poppicture.common;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import android.text.TextUtils;
import java.util.ArrayList;
import java.util.List;
import leonardolana.poppicture... | [
"leonardoduartelana@gmail.com"
] | leonardoduartelana@gmail.com |
488588e7b3dc61aec4d58680540f45c0410a045b | 5f804649c61f25e76f56055a797a7769f3b3b93d | /src/samples/AwsFlowFramework/src/com/amazonaws/services/simpleworkflow/flow/examples/periodicworkflow/WorkflowHost.java | 6bfb9095e1ae29f2073dee4120b942f0e9bc78d9 | [
"JSON",
"Apache-2.0"
] | permissive | pbailis/aws-java-sdk-dynamodb-timestamp | 5992dbd022ddcab55f8c50344df6edf34a47a12f | 33d9beb9e8b8bf6965312c2c61c621ce96d054c8 | refs/heads/master | 2020-12-01T01:14:05.176666 | 2012-04-14T19:59:47 | 2012-04-14T19:59:47 | 4,027,256 | 2 | 4 | null | null | null | null | UTF-8 | Java | false | false | 2,219 | java | /*
* Copyright 2012 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 "license" ... | [
"zachmu@zachmu-1.desktop.amazon.com"
] | zachmu@zachmu-1.desktop.amazon.com |
a1b86afadffc200455e70a4846a2d2b16568756f | 30f47590c4b70e90a2409c28759fd8bc06ef5b96 | /test/src/test/java/org/zstack/test/cascade/TestCascadeDeletion5.java | 059d63f253acd990fad5cb0c2f5ef0ab5489be88 | [
"Apache-2.0"
] | permissive | no2key/zstack | 4739c627bd41c84f267a09c5dcea8fcf9c603184 | eda9592b3ef26363612e8df2a2c96fa12c8ba7b2 | refs/heads/master | 2020-12-03T03:34:02.743550 | 2015-07-24T03:56:18 | 2015-07-24T03:56:18 | 39,621,131 | 1 | 0 | null | 2015-07-24T08:38:43 | 2015-07-24T08:38:42 | null | UTF-8 | Java | false | false | 4,357 | java | package org.zstack.test.cascade;
import junit.framework.Assert;
import org.junit.Before;
import org.junit.Test;
import org.zstack.core.cloudbus.CloudBus;
import org.zstack.core.componentloader.ComponentLoader;
import org.zstack.core.db.DatabaseFacade;
import org.zstack.header.cluster.ClusterEO;
import org.zst... | [
"xing5820@gmail.com"
] | xing5820@gmail.com |
46b4d877cad644d82b433a6c8287f0e89fb31bad | ede6d9d392cd49bf8341bd29f9291fb8fc0029e9 | /HumanPlayer.java | 7e175a7d1fcaeffc55437bf02e44c0e52276b9a5 | [] | no_license | Mitzivera/Numerical-Tic-Tac-Toe | 85620deb63fe4d41893fa769b7b342c09ce0fc9e | 5b9a0a6d12c8d38f8281a09876692dc091a19bae | refs/heads/master | 2020-08-30T16:58:13.925719 | 2019-10-30T03:47:52 | 2019-10-30T03:47:52 | 218,438,432 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,865 | java | import java.util.ArrayList;
import java.util.Scanner;
/**
* DO NOT MODIFY unless you find a bug and discuss it with Dr. Yilek first.
*
* @author Scott Yilek, for use in CISC 230
*
*/
public class HumanPlayer implements Player {
/** Which side the human player is playing. Should be either PlayerSi... | [
"noreply@github.com"
] | noreply@github.com |
7b3f6124629b24104cdc4f0c73ba7f82e31711e2 | 0ca9a0873d99f0d69b78ed20292180f513a20d22 | /src/main/java/androidx/versionedparcelable/CustomVersionedParcelable.java | f2eb733a22dc4ee8f1cbb7c7b12cd8ffc2fc2d79 | [] | no_license | Eliminater74/com.google.android.tvlauncher | 44361fbbba097777b99d7eddd6e03d4bbe5f4d60 | e8284f9970d77a05042a57e9c2173856af7c4246 | refs/heads/master | 2021-01-14T23:34:04.338366 | 2020-02-24T16:39:53 | 2020-02-24T16:39:53 | 242,788,539 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 436 | java | package androidx.versionedparcelable;
import android.support.annotation.RestrictTo;
@RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX})
public abstract class CustomVersionedParcelable implements VersionedParcelable {
@RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX})
public void onPreParceling(boolean isSt... | [
"eliminater74@gmail.com"
] | eliminater74@gmail.com |
ac4affabf84a5381f1789095f8b97c927f30656e | d5967bf5798af148c9322a2b78d13e3103dfe7d3 | /lucene-plus-common/src/main/java/com/lucene/store/IndexInput.java | 221380d5cca0d2a473f9ada93984eb8da4ed1d5f | [] | no_license | jianjunyue/lucene-plus | e4d85a640e9c226dcd5255efd85dd307628cc5d2 | be97aa2e538ceda5fe16971dcaa371563e9d3d46 | refs/heads/master | 2022-11-05T14:18:44.578056 | 2020-11-17T07:14:25 | 2020-11-17T07:14:25 | 216,982,512 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,688 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"apple@apples-MacBook-Pro.local"
] | apple@apples-MacBook-Pro.local |
07193a84e94d424c0fb8f6ac3425bccb66637fc6 | 30b0aa30c6d05d4601516d59d8b21a0242cf63b4 | /app/src/main/java/com/acanvi/studios/betta/acanvi/fragment/CreateFirstActivityFragment.java | d3a6cb732410174ff97fac5a2fefd0f6663594ff | [] | no_license | martincrb/Acanvi-APP | 95136d59fc44ef17d02d141bc1ea450ca0b0aadd | c424de96ca83832251e8a56a0bf68863da1b8024 | refs/heads/master | 2021-05-01T00:01:01.326527 | 2016-06-26T20:41:19 | 2016-06-26T20:41:19 | 61,990,658 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 663 | java | package com.acanvi.studios.betta.acanvi.fragment;
import android.support.v4.app.Fragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.acanvi.studios.betta.acanvi.R;
/**
* A placeholder fragment containing a simple view.
*/
public... | [
"martincristobaltdr@gmail.com"
] | martincristobaltdr@gmail.com |
125cf60c83f455387debb52c584e968756bc0d7c | 1ff37bee039c6c8063b1844892ea6b8dd3e58f08 | /03_HelloMVC/src/common/util/Utils.java | bf625fbf86997b5162537091662f4e886913eb5f | [] | no_license | h2jinee/jspStudy | 5c8818d1911a6f589b1e0494a97ece6186229657 | 4d3629619f7e0cb1dfa0ebb04550b99089e08393 | refs/heads/master | 2020-09-17T23:06:09.297721 | 2019-12-19T03:43:24 | 2019-12-19T03:43:24 | 224,121,239 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,433 | java | package common.util;
import java.io.UnsupportedEncodingException;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.util.Base64;
public class Utils {
/**
* <= 불가능
* "abcd" => "aehuewfhweuafhlwv09==="
* 단방향 알고리즘
*
* sha512알고리즘을 이용한 암호화
* 1... | [
"wjsgmlwls97@gmail.com"
] | wjsgmlwls97@gmail.com |
c4485126ba9f7710d26a8e6e757fbbb887c9d19c | 0e5e69405c5afca70ceb4133024d2aa8048b7a54 | /src/main/java/neerajm/sftp4j/SFTP4jCLI.java | b9830a47103a8621388e303298be1d59126e37e5 | [] | no_license | neerajM3958/SFTP4j | 03b761ceee97d8302b1edf23674cc67dcbb0a7f4 | 15c1c1830ac6306f07414c27ad4825e8c8021737 | refs/heads/master | 2023-01-19T09:18:34.242265 | 2020-11-27T15:46:33 | 2020-11-27T15:46:33 | 289,562,176 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,997 | java | package neerajm.sftp4j;
import ch.qos.logback.classic.Level;
import ch.qos.logback.classic.Logger;
import neerajm.cli.CLI;
import neerajm.configprovider.ConfigProvider;
import org.slf4j.LoggerFactory;
import java.io.*;
import java.util.ArrayList;
import java.util.Scanner;
public class SFTP4jCLI extends CLI implement... | [
"neerajmalhotra3958@gmail.com"
] | neerajmalhotra3958@gmail.com |
6f292dd2b6b2ebf2a43d3ed557fe1056a0cf36ad | 52cdf2033df48ebfcfe4743b828dfc232bbcdc54 | /realtime-kafka-streams/src/main/java/com/everydots/kafka/streams/srdes/JsonPOJOSerializer.java | a1f7838df55073ea78faa4775ae1e7e12e343d23 | [] | no_license | singapore-intelligent-empowerment/realtime-clickstream-pipeline | f95d17e6cf17fbffcc2bd7cec6a968d621821933 | 83fbb7bffdaa339a1709f5cd1e3eef8925bd9298 | refs/heads/master | 2021-04-28T09:32:47.147855 | 2018-02-21T07:33:27 | 2018-02-21T07:33:27 | 122,042,726 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,724 | java | package com.everydots.kafka.streams.srdes;
/*
* 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 Licens... | [
"mxxiao@thoughtworks.com"
] | mxxiao@thoughtworks.com |
0530b2b746bf93069ea1d0849a6d17bf8b4ef746 | de38a0f76c07502d329d4c99b22ff1fce1256d28 | /apple-data-master/apple-data-hbase98/src/test/java/com/appleframework/data/hbase/client/service/basicService/hql/TestIsMissing.java | cc665205c2b3668f4563c54decb15cd00861f3fe | [
"Apache-2.0"
] | permissive | sjl421/distribute_framework | 3c99e7fbaabcc4c1296d95cd59bdf1636bc0e33e | 086712dc0d437a4c8fef70a73be3d8acec5272e2 | refs/heads/master | 2020-03-24T06:01:46.752774 | 2015-08-27T03:33:51 | 2015-08-27T03:33:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,639 | java | package com.appleframework.data.hbase.client.service.basicService.hql;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import junit.framework.Assert;
import org.junit.Test;
import com.appleframework.data.hbase.myrecord.MyFatRecord;
import com.appleframework.data.hbase.myrecord.MyRecordRowKey;... | [
"caochaofeng1989@163.com"
] | caochaofeng1989@163.com |
db45d6c3b39ef541891ebec50683ace114f32e42 | 2de82d4906085acb06bcb1f233443a168b80db73 | /FirstDemoClient/src/main/java/com/daniel/cxf/demo/first/service/client/package-info.java | 475da7ab1274176fe788a620e94e1403da24a59a | [] | no_license | BenniaoManfei/cxf | d6f4a86ab1875b46d970682f3a45a0995c0cb26e | 48caf455b9ca6de838d2e4ee358e7f3d2a16b376 | refs/heads/master | 2021-01-09T20:19:34.456485 | 2016-06-28T10:06:57 | 2016-06-28T10:06:57 | 62,031,347 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 148 | java | @javax.xml.bind.annotation.XmlSchema(namespace = "http://cxf.service.first.demo.cxf.daniel.com/")
package com.daniel.cxf.demo.first.service.client;
| [
"987461420@qq.com"
] | 987461420@qq.com |
010613f6b3452576d00604c8d409dd2769ee8f74 | c173fc0a3d23ffda1a23b87da425036a6b890260 | /hrsaas/src/org/paradyne/bean/D1/reports/ATRMISReport.java | 2716228f3d0a221506e089cbff88c6b4a31dd218 | [
"Apache-2.0"
] | permissive | ThirdIInc/Third-I-Portal | a0e89e6f3140bc5e5d0fe320595d9b02d04d3124 | f93f5867ba7a089c36b1fce3672344423412fa6e | refs/heads/master | 2021-06-03T05:40:49.544767 | 2016-08-03T07:27:44 | 2016-08-03T07:27:44 | 62,725,738 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 32,381 | java | package org.paradyne.bean.D1.reports;
import org.paradyne.lib.BeanBase;
public class ATRMISReport extends BeanBase {
/**
*Back Flag Hidden field.
*/
private String backFlag = "";
/**
* Save report hidden field.
*/
private String savedReport = "";
/**
* report id hidden field.
*/
priv... | [
"Jigar.V@jigar_vasani.THIRDI.COM"
] | Jigar.V@jigar_vasani.THIRDI.COM |
2f290636b5d9cc5ffad567ad66d4e3dd3f242997 | 986f32546b5d14ef4d068bcfcb60744491743624 | /stream-consumer/src/test/java/com/didispace/HelloApplicationTests.java | 257fb9cf30c2c3970e96cedc93323e857aa32f67 | [] | no_license | macrozheng/spring_cloud_in_action | 566edae11f6975ca6c5d087375d87de142221a05 | fdbfa1750e64de5b208f533bdbe2f7c6c1c00574 | refs/heads/master | 2021-08-28T03:23:06.389164 | 2017-12-11T05:15:39 | 2017-12-11T05:15:39 | 113,814,958 | 16 | 21 | null | null | null | null | UTF-8 | Java | false | false | 1,000 | java | package com.didispace;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.SpringApplicationConfiguration;
import org.springframework.cloud.stream.annotation.Output;
import org.springframework.integration.support.Me... | [
"zh@thinkerx.com"
] | zh@thinkerx.com |
b5b1ba950a88af7fb4c22700b44bcb6b61abf770 | d554cc4ae46462677c0e6383fa97c30e6f1d8ef7 | /src/main/java/uni/mlgb/storm/examples/ResourceAwareExampleTopology.java | 4781ed45a6a8bb10650382d9d0aa52cbd63d2ee1 | [] | no_license | mr-cloud/storm-examples | 045919c52055292e679996dcc4ee0c646afb1646 | 54a3e75ac64766e2db3c8eb7e7c779eb8010de22 | refs/heads/master | 2021-04-26T22:20:24.896600 | 2018-04-03T00:37:26 | 2018-04-03T00:37:26 | 124,074,160 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,959 | 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... | [
"zhangxin1992pm@gmail.com"
] | zhangxin1992pm@gmail.com |
aabdf39cf07a88f3e2244c5ea9e496e329ea5639 | 006aa49c84f3f2b0e3f2b36998d8125ac5da17cf | /TOPICOS-MAINATO-PRUEBA-1/Ejercicio_46/app/src/main/java/com/example/ejercicio_46/MainActivity.java | 780664bad229c42475ae4ea7d6648a54b9747150 | [] | no_license | CMainato/TOPICOS-MAINATO-PRUEBA-1 | f9a79d826e466b7a78e49153d9cf7e2943886a3b | ea308604263fa67854b45b7775f02d21226748a9 | refs/heads/master | 2022-11-14T07:36:05.031392 | 2020-06-27T23:18:57 | 2020-06-27T23:18:57 | 275,465,826 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,266 | java | package com.example.ejercicio_46;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.Toast;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(... | [
"CMainato"
] | CMainato |
b83d539edbd3361f4b24b8cb33c006b38667f957 | 5112b1d7720a6b72aaa6763f2d3616f6abb37236 | /common-component/v2.3.2/src/main/java/egovframework/com/cop/cmy/service/impl/CmyBBSUseInfoManageDAO.java | a1f9bc358b2364fb38fae730c7ae9f5e8fc6910e | [] | no_license | dasomel/egovframework | 1c5435f7b5ce6834379ec7f66cc546db18862b0b | a2fcdbf0a0a98e5a2ab8a3193f33cab9f1cd26e7 | refs/heads/master | 2021-06-03T10:44:26.848513 | 2020-11-03T07:27:05 | 2020-11-03T07:27:05 | 24,672,345 | 3 | 3 | null | null | null | null | UTF-8 | Java | false | false | 5,610 | java | package egovframework.com.cop.cmy.service.impl;
import java.util.List;
import org.springframework.stereotype.Repository;
import egovframework.com.cmm.service.impl.EgovComAbstractDAO;
import egovframework.com.cop.bbs.service.BoardUseInf;
import egovframework.com.cop.bbs.service.BoardUseInfVO;
/**
* 게시판 이... | [
"dasomell@gmail.com"
] | dasomell@gmail.com |
5ef86cc088886142d73ab230a495744c6c909992 | 97ecc6a437e6713b62cbd8be675fe773419a3d52 | /moviesApp/app/src/main/java/com/adjaran/app/CastOptionsProvider.java | 08f33d58521b25de9a84aa64d4d5dcb90a7f0e2a | [] | no_license | kaxuna1/android | d2ba5485401bbf3bc90199eda7f3c024fcae7f75 | 82ed2003c5b6eadc635322e006f6ef779bf98104 | refs/heads/master | 2021-01-01T05:51:09.440310 | 2017-01-16T04:36:16 | 2017-01-16T04:36:16 | 39,055,908 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,418 | java | package com.adjaran.app;
import com.google.android.gms.cast.framework.OptionsProvider;
/**
* Created by kaxa on 1/15/17.
*/
import com.google.android.gms.cast.framework.CastOptions;
import com.google.android.gms.cast.framework.OptionsProvider;
import com.google.android.gms.cast.framework.SessionProvider;
import co... | [
"kaxgel11@gmail.com"
] | kaxgel11@gmail.com |
346d9abb71e481ec69645ac8afb6ac9317c669a0 | aef1962d16636a4390f3eba580674cb521f5220e | /com.ibm.profiler.mongo/src/main/java/com/ibm/service/detailed/MongoLogger.java | 752056c271d2d70d7eb03117e478ff9ee46675d2 | [
"Apache-2.0"
] | permissive | dd00f/ibm-performance-monitor | d88d816ece019ed2e0c0bb1999f0831fde196f26 | 34c1a2a8a2930355174fac0822542f55f73a6c85 | refs/heads/master | 2022-07-11T04:10:13.485886 | 2022-07-05T19:49:27 | 2022-07-05T19:49:27 | 68,019,127 | 8 | 5 | Apache-2.0 | 2022-07-05T19:49:28 | 2016-09-12T14:57:12 | Java | UTF-8 | Java | false | false | 1,492 | java | /*
* Copyright 2017 Steve McDuff
*
* 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 ... | [
"mcduffs@ca.ibm.com"
] | mcduffs@ca.ibm.com |
ab172d283e65dd6cf3d30ccab1ca1207bbcd9c44 | aadf99d99d5c7b2ebd22b793ba525af68f619bbf | /src/com/bacon/gui/PanelSnapShot.java | 5773973c681d47e0650527c22bc845a29081d5a6 | [] | no_license | ballestax/baconapp | 74859c0437b55e57f2e310fa77b9fa454fe6aab1 | 056f80a5cbc486a7befb75636666c3148e4a2bd2 | refs/heads/master | 2023-08-18T06:03:46.700142 | 2023-08-09T21:45:32 | 2023-08-09T21:45:32 | 203,244,740 | 0 | 0 | null | 2023-08-09T21:45:34 | 2019-08-19T20:22:14 | Java | UTF-8 | Java | false | false | 21,845 | java | package com.bacon.gui;
import com.bacon.Aplication;
import com.bacon.ProgAction;
import com.bacon.domain.Cycle;
import java.awt.Color;
import java.awt.Component;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.beans.PropertyChangeEvent;
import java.text.Format... | [
"lrod@lrod-pc"
] | lrod@lrod-pc |
3ee9b687a12ce5298426a4f2dea2a2b1fbe6bdfa | 91e14637435af10b1bd3d236b1e32c13a595b474 | /AttackLogGui.java | 7650ac8a8dac76b0ca190b03f020a94c58afd7ae | [] | no_license | Jleaton/MessageSpammer | 8b3c0c0c5f7c586bb1e4721115f7651a8cc1dbc5 | a0d075b10f5e93913317a92e9590db276b35d890 | refs/heads/master | 2016-08-04T12:11:33.817431 | 2015-01-05T03:54:29 | 2015-01-05T03:54:29 | 28,796,427 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,825 | java | import java.awt.BorderLayout;
import java.awt.FlowLayout;
import java.awt.event.ActionListener;
import java.awt.event.ActionEvent;
import javax.swing.JPanel;
import javax.swing.JButton;
import java.awt.Dimension;
import javax.swing.JOptionPane;
import java.awt.Dimension;
import javax.swing.JLabel;
import javax.swing.Ic... | [
"jleaton@uno.edu"
] | jleaton@uno.edu |
bf1954343f0007917b4e6cd151397b708b0df6fa | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /components/spellcheck/browser/android/java/src/org/chromium/components/spellcheck/SpellCheckerSessionBridge.java | e65096c9a61f9872102a9a90e5c33afc7a4724e4 | [
"BSD-3-Clause"
] | permissive | Samsung/Castanets | 240d9338e097b75b3f669604315b06f7cf129d64 | 4896f732fc747dfdcfcbac3d442f2d2d42df264a | refs/heads/castanets_76_dev | 2023-08-31T09:01:04.744346 | 2021-07-30T04:56:25 | 2021-08-11T05:45:21 | 125,484,161 | 58 | 49 | BSD-3-Clause | 2022-10-16T19:31:26 | 2018-03-16T08:07:37 | null | UTF-8 | Java | false | false | 7,354 | java | // Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.components.spellcheck;
import android.content.Context;
import android.os.SystemClock;
import android.view.textservice.SentenceSugges... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.