blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 132
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
949e07c997650247437fb4e4a43f43a24427a388 | f763af9d7f3cb2d9015e512e353385bc5abc8318 | /DSAJ-Ch2-Ex3/src/HighArray.java | 96e2b21994f38923cdf5bfeb721417de6802ac11 | [] | no_license | shonessy/Data_Structures_And_Algorithms_in_Java-AND-Programming_Interviews_Exposed | 18b66b5656cf577b88189fadad79c940800835f0 | c1c8fd74385fcae1ee2ec0b7e84a68de4bcbc2b6 | refs/heads/master | 2021-09-03T03:50:12.432391 | 2017-12-18T23:37:56 | 2017-12-18T23:37:56 | 109,734,362 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 868 | java |
public class HighArray implements Array{
private int array[];
private int index;
public HighArray(int max) {
this.array = new int[max];
this.index = 0;
}
public void insert(int e) {
this.array[this.index++] = e;
}
public int find(int e) {
for(int i=0; i<this.array.length; i++)
if(this.array[i]=... | [
"nemanja.el@hotmail.com"
] | nemanja.el@hotmail.com |
24a6ce30f1d00b0e93a6c143fbd843f9e301f95d | bde4985ac034c0067ca933b7b568c9d6f6905775 | /app/src/main/java/com/codepath/apps/mysimpletweets/fragments/TweetsListFragment.java | 1a93cef883809f49e77acab0cb1f3646ac5c241b | [] | no_license | fengsterooni/MySimpleTweets | 285d16707531a1175216e726b35a615c405eda0f | a0f12cb1928a615c27990d0ab5bddb042afe3b92 | refs/heads/master | 2021-01-15T20:57:51.055978 | 2015-05-26T21:46:39 | 2015-05-26T21:46:39 | 35,776,455 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,553 | java | package com.codepath.apps.mysimpletweets.fragments;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v4.widget.SwipeRefreshLayout;
import android.view.LayoutInflater;
import a... | [
"fengsterooni@gmail.com"
] | fengsterooni@gmail.com |
bde5e80a4f5ce6441c8a039fef5c94ccd757cedd | 3eae3ed65541d80f8ca7f727de3a2cd6f03e75a5 | /app/src/main/java/com/fuxia/w/view14/DialogNPV.java | 2065c0b8220af7a1d7627d541a6e363df2c6db2d | [] | no_license | fuyi11/fendou11 | 5001b9b5c028bd13b0412e3b63e362312c66a024 | 1fea13e6e7f54bf49edbe8f7c794390ea3388725 | refs/heads/master | 2021-01-18T17:23:40.551125 | 2018-01-05T03:01:01 | 2018-01-05T03:01:01 | 86,792,563 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,923 | java | package com.fuxia.w.view14;
import android.app.Dialog;
import android.content.Context;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.Toast;
import com.fuxia.w.R;
/**
* Created by carbs on 2016/7/11.
*/
public class DialogNPV exten... | [
"fuyinb@163.com"
] | fuyinb@163.com |
342443de799b9dde8f08173210ded45effb86aa8 | 68e4676b246cfef371a0de908fd3922f56b881d0 | /alipay-sdk-master/src/main/java/com/alipay/api/response/SsdataDataserviceRiskRainscoreQueryResponse.java | 7af199886579e475989ff8657e960082f22c6113 | [
"Apache-2.0"
] | permissive | everLuck666/BoruiSystem | c66872ac965df2c6d833c7b529c1f76805d5cb05 | 7e19e43e8bb42420e87398dcd737f80904611a56 | refs/heads/master | 2023-03-29T12:08:07.978557 | 2021-03-22T03:12:23 | 2021-03-22T03:12:23 | 335,288,821 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,105 | java | package com.alipay.api.response;
import java.util.List;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.internal.mapping.ApiListField;
import com.alipay.api.domain.InfoCode;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: ssdata.dataservice.risk.rainscore.query response.
*
* @autho... | [
"49854860+DFRUfO@users.noreply.github.com"
] | 49854860+DFRUfO@users.noreply.github.com |
130227bc360d9b1b4fbca5f233d10d924d59d500 | 939a62b960050c77c9ea846004dbd686e6074c42 | /collateral-web-portal/src/main/java/com/cts/training/collateralwebportal/model/Loan.java | 17291b372674676dbbd11c1c05a896344b02084d | [] | no_license | MEHULKUMAR1621/Collateral_loans_risk_assessment | 7df58434e320715806de2a4fec63d7e54ebba3b6 | 13864292142970a28f7f10d82e3f184424bebd2b | refs/heads/master | 2023-05-31T10:59:51.390919 | 2021-07-08T10:00:24 | 2021-07-08T10:00:24 | 384,078,456 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 417 | java | package com.cts.training.collateralwebportal.model;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
@AllArgsConstructor
@NoArgsConstructor
@Getter
@Setter
public class Loan {
private int loanProductId;
private String loanProductName;
private long maxLo... | [
"mehulkumar1621@gmail.com"
] | mehulkumar1621@gmail.com |
699d6d1e9a5197721d399e9187e8f40bab9e6dab | dde0d396930ceba620b5f369af11eae1358b6b51 | /EasyMock/src/main/java/com/owangwang/easymock/MainActivity.java | 4e78f41e9555aa9ba8d581a6c541b50db57ca5ee | [] | no_license | 354936210/TestDemo | 1ccccb4360983a161e47153167ef75769131239f | 1f9242e6469d47629d73673a515b8180f738d803 | refs/heads/master | 2021-09-01T13:50:54.080279 | 2017-12-27T09:12:00 | 2017-12-27T09:12:00 | 114,100,879 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,917 | java | package com.owangwang.easymock;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.net.Uri;
import android.os.Build;
import an... | [
"354936210@qq.com"
] | 354936210@qq.com |
9a1d55464890def31a0f08b3be9f46f205ef7805 | 5529a3a138da51a1bf4238ad78f3ea1016503c90 | /src/main/java/com/project/freeq/config/message/ResponseMessage.java | c64aa86e7cb5d7b8374306e95c5d0963c8ac56df | [] | no_license | WalkingMike/FreeQ | ba8cc5b93de4259f678bf1ed771390b27f97a77d | ff1e8af2f3a3c28401435832b1e103146cf6649a | refs/heads/master | 2022-02-21T15:24:10.380905 | 2019-10-20T13:35:48 | 2019-10-20T13:35:48 | 216,366,395 | 0 | 0 | null | 2022-02-10T00:17:42 | 2019-10-20T13:29:25 | Java | UTF-8 | Java | false | false | 336 | java | package com.project.freeq.config.message;
public class ResponseMessage {
private String message;
public ResponseMessage(String message) {
this.message = message;
}
public String getMessage() {
return message;
}
public void setMessage(String message) {
this.message = m... | [
"emelyanovma27@yandex.ru"
] | emelyanovma27@yandex.ru |
a981a3640b5fe0c1b676ada910a0915e62fef1c7 | 677dfda709332dd2574265a7cac6c2c59a0a30bd | /src/main/java/com/milak/security/ResourceServerConfiguration.java | bc0673cb09492e58c3439ac13c6071d6858a3855 | [] | no_license | fmilak/the-ring | 72bca414b8147b25e5fcde43cb3ac3f528db1716 | a8dae5d243c843d97ab1343843b95202af47a325 | refs/heads/master | 2023-01-08T09:32:42.025164 | 2020-06-15T15:50:21 | 2020-06-15T15:50:21 | 216,234,359 | 0 | 0 | null | 2023-01-05T00:36:36 | 2019-10-19T16:14:43 | JavaScript | UTF-8 | Java | false | false | 1,603 | java | package com.milak.security;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
import org.springframework.security.config.http.SessionCreationPolicy;
import org.spri... | [
"fmilak22@gmail.com"
] | fmilak22@gmail.com |
336cb50919fcaa102822d21eaef41943f1945ba3 | d310d2d6442754f7cd614150596fb5faed9363f4 | /src/main/java/prosayj/thinking/springsecurity/model/user/mapper/UserDomainMapper.java | fff529dcc59cf72b28dad090dfb598953834a0b9 | [] | no_license | ProSayJ/think-in-spring-security | 944d8e078835c247611552cef3a03a2ad1969e28 | 9cbacac76bb2b071ad2b8bb30ce0a4539d641182 | refs/heads/main | 2023-06-22T16:38:38.700341 | 2021-07-08T10:52:56 | 2021-07-08T10:52:56 | 332,620,997 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 364 | java | package prosayj.thinking.springsecurity.model.user.mapper;
import prosayj.thinking.springsecurity.model.user.domain.UserDomain;
/**
* UserDomainMapper
*
* @author yangjian@bubi.cn
* @date 2020-07-15 下午 11:13
* @since 1.0.0
*/
public interface UserDomainMapper {
UserDomain findByUsername(String username);
... | [
"15665662468@163.com"
] | 15665662468@163.com |
70531d94a5862ec9292477dbe8b5e40f65203982 | 5dcb8c63824fb70340e33f280706c6a126b39062 | /app/build/generated/not_namespaced_r_class_sources/debug/r/androidx/appcompat/R.java | ba0ea8e6ab407725a0a546f84d91402c471af5ca | [] | no_license | VotreZ/Responsi145 | 998492ca00f1fedcbc2cfb3edd3bf27667efe988 | 0e501468c78d7ce34ace530864a2430e19c98468 | refs/heads/master | 2020-08-31T18:46:58.750013 | 2019-10-31T12:15:33 | 2019-10-31T12:15:33 | 218,758,038 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 127,006 | 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 androidx.appcompat;
public final class R {
private R() {}
public static final class anim {
private anim() {}
... | [
"jedev087@gmail.com"
] | jedev087@gmail.com |
ac084f9356d95789af6a15539bca208df0c76964 | 8b7a432df14977311d57d16e09789282450146b2 | /src/main/java/win/zqxu/xjflac/sound/spi/FlacAudioFormat.java | e6ccc434f641ead5ef40e585b27a9f7a110ffcb9 | [
"Apache-2.0"
] | permissive | hawkxu/xjflac-codec | 28c19d93c1ba3ab956387b2c0d6b039c6b345af9 | c073c5fb6965590e4364a2e60ecfeeedd70a22db | refs/heads/master | 2020-04-13T17:41:04.106726 | 2018-12-28T05:35:25 | 2018-12-28T05:35:25 | 163,354,251 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,451 | java | /**
*
*/
package win.zqxu.xjflac.sound.spi;
import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
import javax.sound.sampled.AudioFormat;
import win.zqxu.xjflac.metadata.StreamInfo;
/**
* An AudioFormat instance wrapping a FLAC StreamInfo object. With Java 5.0
* style properties support... | [
"hawkx@163.com"
] | hawkx@163.com |
71e353b3ca945aa73d4f5f7bea66606af3298b58 | 369ef2198e854c8737b4906558ee764f51fce28a | /src/main/java/com/buaa/act/sdp/service/statistics/TaskMsg.java | 78de0961d3e2178a3a138f671973f6e49ed3bb3c | [] | no_license | yeluting/topcoder | 87bd39cd8fba8c5e2c0f44698c3dc30724ed7757 | 30a845fe0ba6c9d3ff95fac0428a7c30ac66ef57 | refs/heads/master | 2021-01-01T15:51:48.888633 | 2018-01-05T03:05:34 | 2018-01-05T03:05:34 | 97,714,033 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,794 | java | package com.buaa.act.sdp.service.statistics;
import com.buaa.act.sdp.dao.ChallengeItemDao;
import com.buaa.act.sdp.dao.ChallengeSubmissionDao;
import com.buaa.act.sdp.model.challenge.ChallengeItem;
import com.buaa.act.sdp.model.challenge.ChallengeSubmission;
import org.springframework.beans.factory.annotation.Autowire... | [
"1158804581@qq.com"
] | 1158804581@qq.com |
4007da0f5da3f014f912f9c2f001732892ea1f0b | 0e0d9401822050f24f00c0d2384cdb0b0929b261 | /src/爬虫/数据解析/电影资源爬取/Demo.java | 1a3cfd11861cbfd6d3653bfe16e1bf20f1fb9d26 | [
"MIT"
] | permissive | MingdaZheng/java-Crawler | 62a5b4c9e6118737f1872fd61bb283142c70bfce | 3fa075c0c24b09aef422d567d26801d33bd730f3 | refs/heads/master | 2022-01-22T05:14:50.443439 | 2019-08-09T03:00:38 | 2019-08-09T03:00:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,365 | java | package 爬虫.数据解析.电影资源爬取;
import org.apache.http.HttpEntity;
import org.apache.http.client.methods.CloseableHttpResponse;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.impl.client.CloseableHttpClient;
import org.apache.http.impl.client.HttpClients;
import org.apache.http.util.EntityUtils;
import ... | [
"1325200471@qq.com"
] | 1325200471@qq.com |
ef6a95098dbb0516a998163e6cc06a76e853326c | e9d61bb903393657fd6f09a72a2bf7dfbdf8973e | /app/src/main/java/riberd/puzzle/realmsample/RecyclerViewAdapter.java | d984e289c5c62832e6c0904f297c2ce582d08e78 | [] | no_license | Soma-Kato/RealmSample | 7982cde1acb631589b4a18a1b33aeebc35778d62 | 215618a7e02c09db961d727e1a9cc4bee6021d9b | refs/heads/master | 2021-01-19T04:56:18.072528 | 2017-04-07T06:08:36 | 2017-04-07T06:08:36 | 87,404,774 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,820 | java | package riberd.puzzle.realmsample;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import io.realm.RealmResults;
/**
* Created by Riberd on 2017/04/... | [
"kaso199553@yahoo.co.jp"
] | kaso199553@yahoo.co.jp |
63aff60e7ad41cd7c65a950a4d2930b59412336d | 81ec3a1020dc22e4cda6b9ac48e72e1b746a9c5b | /src/main/java/lykrast/defiledlands/common/block/BlockConjuringAltar.java | 6c638e8b37292bf579cf6a90806ce044f411e964 | [
"MIT"
] | permissive | RisingInIris2017/DefiledLands | 8bf0412b74d77b5c338c6573b33932b74d0d4ed4 | f4909ea8aeb14a7b460a7a0239110ec01db0850b | refs/heads/master | 2020-12-28T13:32:46.779279 | 2019-12-01T14:32:03 | 2019-12-01T14:32:03 | 238,351,296 | 0 | 0 | NOASSERTION | 2020-02-05T02:26:19 | 2020-02-05T02:26:18 | null | UTF-8 | Java | false | false | 3,200 | java | package lykrast.defiledlands.common.block;
import java.util.Random;
import lykrast.defiledlands.common.init.ModBlocks;
import lykrast.defiledlands.common.tileentity.TileConjuringAltar;
import net.minecraft.block.ITileEntityProvider;
import net.minecraft.block.SoundType;
import net.minecraft.block.material.Material;
i... | [
"aymericpm@gmail.com"
] | aymericpm@gmail.com |
915866b5cb543538f498515cf38b1e6351f07f3f | 41b0d66fd1a63fcaf354ea26a4aeb804215026d4 | /OkApp/src/main/java/com/xinyu/newdiggtest/utils/DateUtil.java | 87957827a39a0769f17019e834558dbef9179bc5 | [] | no_license | shanghaif/OkAppCmp | 7531a31eba26cae6db27b82639775251a964de5b | 5c3e5939d393c46df51278d51e99f8ccde4c0c56 | refs/heads/master | 2023-03-17T15:29:15.516441 | 2020-02-25T09:41:23 | 2020-02-25T09:41:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,209 | java | package com.xinyu.newdiggtest.utils;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import anet.channel.util.StringUtils;
public class DateUtil {
public static String getCurrentDay() {
int y, m, d;
Calendar cal = Calendar.get... | [
"liuqiang@xinyufoft.com"
] | liuqiang@xinyufoft.com |
e013481fc4c087c7b3ff84006206fa35b11f62e3 | 8d43bc7da5dafa0fecbf26d9083dfb707ccac33c | /app/src/main/java/com/menuexpress/equipo6/menuexpress/Model/Usuario.java | dda8a1753535859398397927f0cf027172b6651d | [] | no_license | miguelGlz345/MenuExpress | 8ab5ad8f1098165b1d6d4825c7584e3ad9e49899 | 9e2065a7fbf05b19f453ea0b4b0384200889324e | refs/heads/master | 2020-03-10T01:27:42.937671 | 2018-06-21T04:02:36 | 2018-06-21T04:02:36 | 129,105,217 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,074 | java | package com.menuexpress.equipo6.menuexpress.Model;
public class Usuario {
private String nombre;
private String ap_paterno;
private String ap_materno;
private String celular;
private String email;
private String contraseña;
private String direccion;
private String isAdmin;
public U... | [
"migpxel34.5@gmail.com"
] | migpxel34.5@gmail.com |
fef6c1a2bd04bdb1e246dbfc2d2680ab6c915028 | c6da1fabc4910b056e977afeb12739bd10d12fc9 | /project/security-client/src/main/java/br/com/ggdio/security/session/Session.java | 6159a52c5bb7cd2f29738655993fbf5aee2f4cad | [] | no_license | ggdio/security | 5af47500a4f64a3b77590f27683bdbf1d993df0c | f1c723e199ff99050e752ffba9ba73100ef4ae38 | refs/heads/master | 2020-04-22T13:04:28.932571 | 2019-02-25T20:58:35 | 2019-02-25T20:58:35 | 170,395,970 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,783 | java | package br.com.ggdio.security.session;
import java.util.Collection;
import java.util.HashSet;
import java.util.Set;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.atomic.AtomicBoolean;
/**
* A session represents the state of a current logged ... | [
"gdio@santander.com.br"
] | gdio@santander.com.br |
d67b5dde5ddcca2ce845102e3e6c738d7eb07cee | 0d2881e24715cce19585368f948415ce3bad757c | /entity-back/src/main/java/fr/laposte/entity/dto/JwtResponse.java | ba4e67a148d3f7eb138fd7464f723778f6984af3 | [
"MIT"
] | permissive | Major117/Entity | aef1c87c77e5ee6c38d0744b94337153c845c54b | 6aa3b83c626ac0bb6d33d70fca59a95b59d2839e | refs/heads/master | 2022-07-23T06:03:29.580286 | 2020-08-20T12:03:28 | 2020-08-20T12:03:28 | 247,647,014 | 0 | 0 | MIT | 2022-06-21T03:06:32 | 2020-03-16T08:20:05 | Java | UTF-8 | Java | false | false | 1,273 | java | package fr.laposte.entity.dto;
import java.util.List;
public class JwtResponse {
private String token;
private String type = "Bearer";
private String log;
private String prenom;
private String nom;
private List<String> roles;
public JwtResponse(String accessToken, String log, String preno... | [
"florian.dupont.lp4@gmail.com"
] | florian.dupont.lp4@gmail.com |
698d9b90652c619d8a02dca1f51cbbe9103d4b6a | 8e4cbedceec6f26889ea5421a89a21df2195e8e8 | /mobile/src/main/java/com/productiveengine/myl/common/HateCriteria.java | 3b9ee667ed7a1a6ad4afb72720061e694901f435 | [
"MIT"
] | permissive | CodeExcavator/MYL | 42b693e597cad7f4299bb78447bd4dae133109a3 | 5cd239925bf857c27b1f1e36032a5a23038cefff | refs/heads/master | 2018-12-25T12:06:48.033091 | 2018-10-18T18:52:44 | 2018-10-18T18:52:44 | 62,863,455 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 316 | java | package com.productiveengine.myl.common;
public enum HateCriteria {
TIME_LIMIT, PERCENTAGE;
public static HateCriteria fromInt(int x) {
switch(x) {
case 0:
return TIME_LIMIT;
case 1:
return PERCENTAGE;
}
return null;
}
}
| [
"nifragos@gmail.com"
] | nifragos@gmail.com |
efbf2e1040d6703b9d84c0591883967048b7422b | b15fb583370497f43ac40f9aec467369f5f2ad4c | /template/app/src/main/java/com/envyserve/githubreference/twi/Tweet.java | 7fa710c3bc74300c3473bd4280f5e5a865194a11 | [
"MIT",
"Apache-2.0"
] | permissive | sassigeeks/github-reference-android-app | db0ce21c3c0062456368e9419c7a0286f14b3884 | 203048799140d23fab5baf05cec8cc8598c77f18 | refs/heads/master | 2021-01-10T04:03:13.821891 | 2016-03-29T23:14:16 | 2016-03-29T23:14:16 | 55,016,242 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,428 | java | /*
* @author: Diogo Alves <diogo.alves.ti@gmail.com>
*/
package com.envyserve.githubreference.twi;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Locale;
import java.util.TimeZone;
import android.annotation.SuppressLint;
import com.envyserve.githubreference.util.Log;
/**
* ... | [
"jus@envyserve.com"
] | jus@envyserve.com |
8e8a3ddc6e7d07d9133cc393213cb3da7b9fca48 | 6a619a02d1cc9b11dcdfdcc246c63be541f3433a | /Programming Assignment 2/PA2/Linux/BindingList.java | f4db837bd0982d22ae5d55e88d6fcfe760ca191d | [] | no_license | ringmaj/CSE-175 | 092bb14dd24225d3bfc8c5d09924359a737fbb44 | f2aa1f2e5082a7b76a638cf46ef76720ae9c3e8b | refs/heads/master | 2021-01-21T08:40:28.810221 | 2017-05-18T01:57:58 | 2017-05-18T01:57:58 | 91,637,530 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,791 | java | //
// BindingList
//
// This class implements a logical binding list (or substitution list). It
// consists of a simple list of variable/value bindings. A method is
// provided for adding bindings, one at a time, and for composing binding
// lists together. Most importantly, a method is provided for searching
// a ... | [
"mring3@ucmerced.edu"
] | mring3@ucmerced.edu |
cba68a69f9f6a46c62099dd664566d898d395358 | 9bd25a75fdc4220abbe8b93da62d764cd7e79f4d | /subjectDetails/src/rest/SubjectRest.java | 438d779124d37b1a5cde4080b6c8e702ff80263f | [] | no_license | namitsharma99/java_microservices_springboot | e604d4d4eb9d5f5dddafdbd83e8586d1c23c594e | 382e616d0445dfe8b39619f22499e9faa5c4daee | refs/heads/master | 2021-01-20T08:00:59.489675 | 2017-05-02T22:22:33 | 2017-05-02T22:22:33 | 90,081,531 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 983 | java | package rest;
import java.util.ArrayList;
import java.util.List;
import javax.inject.Named;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
import javax.ws.rs.QueryParam;
import javax.ws.rs.core.MediaType;
@Named
@Path("/subject")
public class SubjectRest {
private static List<Subject> ... | [
"vats.namit@gmail.com"
] | vats.namit@gmail.com |
47627d32c8346b7e52a3fb926d08ecd77f8b4a03 | de0a1e6064fe1965204226371abd453d70ecef30 | /Grupo06OO22020/Grupo06OO22020/src/main/java/com/unla/Grupo06OO22020/repositories/IClienteRepository.java | 92f249f336e116a645d5e746f3e96bdd03e41f07 | [] | no_license | lumerlino/Grupo-06-OO2-2020 | c102b185e04c82ba31d3d8bf2c7cc8819523303a | 36ba6c38d82afe1af77fc12165df5fad3663b093 | refs/heads/master | 2022-07-06T14:25:30.358167 | 2020-05-17T00:05:17 | 2020-05-17T00:05:17 | 259,110,023 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 471 | java | package com.unla.Grupo06OO22020.repositories;
import java.io.Serializable;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.unla.Grupo06OO22020.entities.Cliente;
@Repository("clienteRepository")
public interface IClienteRepository extends Jpa... | [
"31358121+lumerlino@users.noreply.github.com"
] | 31358121+lumerlino@users.noreply.github.com |
a7c253e6b49e081246a76e23a6823e9ab5003c00 | 289a52f29a3d1ec903775a8bcee0b82b83d0a956 | /app/src/main/java/com/liuzhaoliang/hencoder6/CicleImage.java | cdf59909ca2e494d10c7d8b5822a95fa9f2622f6 | [] | no_license | jtnkkk999/custom-control-demo | ba39d52f7216a0ba0bacef1c34fe77adc32d4276 | d7fdbcf39142689b21e0198fdd041034083435e0 | refs/heads/master | 2020-03-26T22:47:58.073961 | 2018-08-21T01:38:15 | 2018-08-21T01:38:15 | 145,488,085 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,401 | java | package com.liuzhaoliang.hencoder6;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.PorterDuff;
import android.graphics.PorterDuffXfermode;
import... | [
"liuzhaoliang@hongtuidc.com"
] | liuzhaoliang@hongtuidc.com |
f212fceac59d39e801d47906de4a789ab6904370 | a6c5e1b9ce7cfd98635b60f703ac57ad3c8732af | /AndroidDemo.Core/src/com/Develomatic/AndroidDemo/Core/MainPresenter.java | 716ab179177c4cd21a22816d09e482d6649668b4 | [] | no_license | RossCode/AndroidDemo | f9dbc2b816b58c2efdc34f146cbf2d172e7bd46b | b85b4f7e688d260896d0d6d2f8927e1b390d8d44 | refs/heads/master | 2021-01-17T12:29:42.806365 | 2016-06-28T15:05:18 | 2016-06-28T15:05:18 | 945,415 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 402 | java | package com.Develomatic.AndroidDemo.Core;
import com.google.inject.Inject;
public class MainPresenter {
private final IUserRepository userRepository;
@Inject
public MainPresenter(IUserRepository userRepository) {
this.userRepository = userRepository;
}
public void InitializeWith(IMainActivity activity) {
... | [
"jross@rosscode.com"
] | jross@rosscode.com |
afae372a720248731771eb749062a19a4dfa3d5e | 53f895ac58cb7c9e1e8976c235df9c4544e79d33 | /27_String/com/source/string1/K.java | 43ac78948c34e519c132478b7a8d36d649ed87b3 | [] | no_license | alagurajan/CoreJava | c336356b45cdbcdc88311efbba8f57503e050b66 | be5a8c2a60aac072f777d8b0320e4c94a1266cb3 | refs/heads/master | 2021-01-11T01:33:11.447570 | 2016-12-16T22:24:58 | 2016-12-16T22:24:58 | 70,690,915 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 298 | java | package com.source.string1;
public class K
{
public static void main(String[] args)
{
String s1 = "null";
String s2 = null;
String s3 = s1+null;
String s4 = s2+null;
System.out.println(s3);
System.out.println(s4);
System.out.println(s3.equals(s4));
}
}
| [
"aalagurajan@gmail.com"
] | aalagurajan@gmail.com |
fca6d4d96824938a7c516f02be2f1855a836bcef | 043ec194f9c0bd152f34109529ed8279a81e09bd | /sky/src/main/java/com/imooc/tab03/util/ImageContainer.java | 39bf092d6fd4c2dcec53fbbb7664ba81aa8e8603 | [] | no_license | miguangshu/ShootSky | 3f57b4fac4089463d598b265dd76dfd2968b2625 | 60e8f4978d477c1ded6ad2c360fdfbfa5de9f1e6 | refs/heads/master | 2016-09-13T03:48:43.478391 | 2016-05-12T02:10:46 | 2016-05-12T02:10:46 | 56,762,102 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,141 | java | package com.imooc.tab03.util;
import java.lang.ref.SoftReference;
import java.util.HashMap;
import java.util.Map;
import android.graphics.Bitmap;
/**
*
* Class Name: ImageContainer
* Function:
*
* Modifications:
*
* @author tianqingsong DateTime 2012-8-31 下午3:59:37
* @version 1.0
*/
publ... | [
"miguangshu@foxmail.com"
] | miguangshu@foxmail.com |
ff9ffeeeed570cdff70a31adac5615364f2971b2 | e66990b9bdfe4753b74e20ee7e5efe29b8506353 | /app/src/main/java/com/example/anslo/mkulimaapp/Data/FertilizerSymbol.java | 0dc6447d76b18fe1f13f36ff5f205abd383c7639 | [] | no_license | kamau-mbugua/MkulimaApp | e79e60c2d51dc5f6cadf4e5b5c4ff5aaae884a48 | 6b79d50e2a74348371d6ac3babc701d7e9a1896e | refs/heads/master | 2020-04-09T02:09:52.631043 | 2018-11-08T20:40:20 | 2018-11-08T20:40:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 134 | java | package com.example.anslo.mkulimaapp.Data;
/**
* Created by Paul Mburu on 10/27/18.
*/
public enum FertilizerSymbol {
N,P,k
}
| [
"paulmburu53@gmail.com"
] | paulmburu53@gmail.com |
f31bb12725f76edd148aded69be36f0b57104f93 | d8d7755204f5f027c759f44026125bde7e4271c1 | /app/src/main/java/com/hisoybean/common/utils/RomUtils.java | 400d82ce3ebfd3034a3178dc0af0f4e53a8d5a51 | [] | no_license | AaronHuangGit/UtilCode | 780687272e40c7dc23b67fcf86653ad0a73028f5 | 3c514d9985e0d71cc8f09e2b7e8429958fafe5ab | refs/heads/master | 2023-04-05T14:27:18.095456 | 2021-04-13T04:26:24 | 2021-04-13T04:26:24 | 355,338,904 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,658 | java | package com.hisoybean.common.utils;
import android.annotation.SuppressLint;
import android.os.Build;
import android.os.Environment;
import android.text.TextUtils;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import ja... | [
"huangran@pyyx.com"
] | huangran@pyyx.com |
1f2fe950929d9ad93bb6cfaf37f02af3418b1dff | 4fc32a3588b38e5a833c9a038144f099aa439097 | /src/main/java/com/wellsfargo/cmt/model/Stock.java | a37b5227479f9f045d232ee49dbb0c14d3d7bafc | [] | no_license | hemsandy/OptionMarketData | dfbdef2f04864cf5a4ccca6a5c66508467edfbb8 | 84d13935329571629d17031a24409db061340a61 | refs/heads/master | 2020-05-09T20:41:23.821031 | 2019-05-03T09:45:38 | 2019-05-03T09:45:38 | 181,416,806 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,418 | java | package com.wellsfargo.cmt.model;
import com.google.gson.*;
import org.springframework.cglib.core.Local;
import java.lang.reflect.Type;
import java.time.LocalDateTime;
import java.time.format.DateTimeFormatter;
/**
* Created by hems on 13/04/19.
*/
public class Stock {
public Stock(String string, double d) {... | [
"hemakumar@gmail.com"
] | hemakumar@gmail.com |
87fa3e524918720cc9ee9195f12eb2aa4ae00db2 | 43b9439ea1f03442ff9f5e97eede837226ee6218 | /app/src/main/java/post/com/boxes/ResultActivity.java | 7b21a5b4de4314d6a0e7193c7d822273bcd07a2b | [] | no_license | quick119/Boxes | 59414e23aa3b01251f2970e5667108f5175d3919 | 12c8a5a6098374aa8c5b85cc3da15d48afd57369 | refs/heads/master | 2020-04-06T21:20:36.712368 | 2018-12-06T13:07:20 | 2018-12-06T13:07:20 | 156,386,790 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 968 | java | package post.com.boxes;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.TextView;
public class ResultActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setCont... | [
"quick.wang@gmail.com"
] | quick.wang@gmail.com |
eb579d3c3e19389ce0342d50f36c7c03aec6ad01 | b19314b5cf73780e8145967530fdec2c8a901172 | /src/main/java/com/platzi/ereservation/negocio/services/ReservaService.java | ff797e3a1337387cd15555d78d0031f1376c6138 | [] | no_license | all2066/HibernateAndSpring | 17373b04588d758c46fb52e70386e43dc6e4e219 | 56263ab5d76888399d4fc0335eb937aad19584cc | refs/heads/master | 2023-06-16T14:30:09.345679 | 2021-07-13T07:46:49 | 2021-07-13T07:46:49 | 385,513,033 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,254 | java | package com.platzi.ereservation.negocio.services;
import java.util.Date;
import java.util.List;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.platzi.ereservation.modelo.Cliente;
import com.platzi.ereservation.modelo.Reserva;
import com.plat... | [
"americo.ledesma@accenture.com"
] | americo.ledesma@accenture.com |
0e71026e29618926d87b5154c42e5d8d4a619e82 | fff8d45864fdca7f43e6d65acbe4c1f469531877 | /erp_desktop_all/src_inventario/com/bydan/erp/inventario/presentation/web/jsf/sessionbean/EmpleadoProcesoRubroSessionBean.java | 6940c0a01faa3beedb8c7a3f7db05380d4c67209 | [
"Apache-2.0"
] | permissive | jarocho105/pre2 | 26b04cc91ff1dd645a6ac83966a74768f040f418 | f032fc63741b6deecdfee490e23dfa9ef1f42b4f | refs/heads/master | 2020-09-27T16:16:52.921372 | 2016-09-01T04:34:56 | 2016-09-01T04:34:56 | 67,095,806 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,936 | java | /*
*AVISO LEGAL
© Copyright
*Este programa esta protegido por la ley de derechos de autor.
*La reproduccion o distribucion ilicita de este programa o de cualquiera de
*sus partes esta penado por la ley con severas sanciones civiles y penales,
*y seran objeto de todas las sanciones legales que correspondan.
*Su... | [
"byrondanilo10@hotmail.com"
] | byrondanilo10@hotmail.com |
e47b4911dce65aec123d4491f645aabe83b67b24 | 1c51f709a63332593b5f6394d26eb7fffd3ae446 | /app/src/main/java/edu/neu/madcourse/numad21su_archanaajith/TMDBModelClass.java | 1f43e38ad727e988bc83f3a53327a227df6d403a | [] | no_license | Archanajith/NUMAD21Su-ArchanaAjith | 111922658984c17e392f178411bb59b60282625a | b6684cc6d1eebdd607d5f0931675a8011bff4e08 | refs/heads/master | 2023-06-07T16:22:00.039879 | 2021-06-27T21:12:56 | 2021-06-27T21:12:56 | 367,905,045 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 968 | java | package edu.neu.madcourse.numad21su_archanaajith;
public class TMDBModelClass {
String id;
String name;
String img;
String movieDescription;
public TMDBModelClass(String id, String name, String img, String movieDescription) {
this.id = id;
this.name = name;
this.img = img... | [
"ajith.a@northeastern.edu"
] | ajith.a@northeastern.edu |
36f2b992bbde3983e97ae45631d65b0a739d78d2 | f58f1d09942bae0ff2a78738fd1f164f52eb0de0 | /motionview/src/main/java/com/dhavalbaldha/motionview/entity/ImageEntity.java | 01563b825ebcf3a5ee035c4ca11e9fa4977fe557 | [] | no_license | DhavalBaldhaa/MotionView-Android | 568e31c9a719f20a297abecc0887b297abcde64f | 03aa9353059522279de3d37e62c7723d11bf930f | refs/heads/master | 2023-07-04T01:18:25.821114 | 2021-08-09T16:59:46 | 2021-08-09T16:59:46 | 394,369,796 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,769 | java | package com.dhavalbaldha.motionview.entity;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Paint;
import androidx.annotation.IntRange;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import com.dhavalbaldha.motionview.viewmodel.Layer;
public class Im... | [
"dhaval.devstree@gmail.com"
] | dhaval.devstree@gmail.com |
49c8947c41f7ab17361d49e206a3a87698980747 | 163d1d41655bfe6d18fa1836fba89a197b8e89ca | /app/src/androidTest/java/ca/google/musicplayerexample/ExampleInstrumentedTest.java | 6feb0747588423ddce92e49f5b3456d51886970d | [] | no_license | RodelioT/AndroidMusicPlayerExample-MediaControls | c9241ecb072722d0d4635563211ada3079d68f04 | 3339d7e85e64a249b0ff7914c82f442faae439b4 | refs/heads/master | 2021-04-15T16:26:06.154303 | 2018-03-21T20:22:53 | 2018-03-21T20:22:53 | 126,219,473 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 757 | java | package ca.google.musicplayerexample;
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 An... | [
"rodelio.tagle@hotmail.com"
] | rodelio.tagle@hotmail.com |
f635757d8cd44c677b3cbd24fa25eac6f1b3f005 | 7f407369d39dc685d9922e5f7a6383974b5044ae | /api/src/main/java/org/openmrs/module/tebowcurescheduler/tasks/AdmissionRequestTask.java | 424182bd9a3a440b588e1e0a5b684e08a042aa1c | [
"Apache-2.0"
] | permissive | CURE-EMR/openmrs-module-tebowcurescheduler | aa607c8917c213e4653f75a55c436e03fc2d4c24 | d772d4843dc37f2728216419e7fad3746accd8dd | refs/heads/master | 2020-04-10T20:35:20.407401 | 2019-03-10T10:25:03 | 2019-03-10T10:25:03 | 161,272,386 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,768 | java | /**
* This Source Code Form is subject to the terms of the Mozilla Public License,
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
* obtain one at http://mozilla.org/MPL/2.0/. OpenMRS is also distributed under
* the terms of the Healthcare Disclaimer located at http://openmrs.org/license.... | [
"rubailly@gmail.com"
] | rubailly@gmail.com |
8dfa718a081ec5a176c7e485a128bae48b37a5e7 | 3804d69492bfa8962924c04a3993044400b5fc62 | /HW_2/HW_2.03/src/main/java/MainClass.java | f87e00d8bf313f4201873ff6649aaff5119d35c6 | [] | no_license | kem41k/EpamJavaFund | b80d9dcb844e08205b9b58936dc9e0c9ed28085b | 7ff2f016c2e15508d4973f5dc34c3a4b84bef07c | refs/heads/master | 2020-03-18T12:15:55.835373 | 2018-07-12T20:13:15 | 2018-07-12T20:13:15 | 134,718,269 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 974 | java | public class MainClass {
public static void main(String[] args) {
OfficeSupplies[] officeSupplies = new OfficeSupplies[7];
officeSupplies[0] = Pen.createPen("Parker", 15.50, 1, "black", Pen.Type.STYLUS);
officeSupplies[1] = Pen.createPen("Bic", 0.80, 5, "blue", Pen.Type.ROLLERBALL);
... | [
"kem41k@gmail.com"
] | kem41k@gmail.com |
2a877ae8cb1487c5fcca430ac8857ce5756c471c | e86e639336f5986ac4fcb68c989fe14d1115a344 | /src/main/java/com/educandoweb/course/entities/Order.java | 76145e64582adb494bc6c6a96228ed4d1da0997b | [] | no_license | hygino82/couse-springboot-2-java-11 | 736f546839f39cd4abc7d4a82c4ca027583f2a78 | dd45f2bb29b4b89fca0778f7c9960a870949fa5e | refs/heads/master | 2023-01-29T08:02:10.781158 | 2020-12-15T13:31:08 | 2020-12-15T13:31:08 | 319,045,142 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,843 | java | package com.educandoweb.course.entities;
import java.io.Serializable;
import java.time.Instant;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persiste... | [
"hygino@msn.com"
] | hygino@msn.com |
9046fc94765e753a5c49a2b1a2bc95828e6423aa | 0d4a7a7dc6a26b558c8d389a6c3ff129240ffb24 | /app/src/main/java/com/eigendaksh/vivid/utils/widget/FontTextView.java | 5fb93b96c6bd4e5fcd0d90aadcbb5bfa78896e07 | [] | no_license | ashutoshpurushottam/Vivid | 54bc55339c40c2bab0db51fd01ae35014e7f9420 | 5594bdf50512fdf0ed381e41b148808bbb631e84 | refs/heads/master | 2020-03-30T13:39:54.875249 | 2018-10-02T15:56:13 | 2018-10-02T15:56:13 | 111,515,995 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,441 | java | package com.eigendaksh.vivid.utils.widget;
import android.content.Context;
import android.content.res.TypedArray;
import android.util.AttributeSet;
import android.widget.TextView;
import com.eigendaksh.vivid.R;
import com.eigendaksh.vivid.utils.utilities.FontUtil;
/**
* Created by Ashutosh Purushottam
* EigenDaksh... | [
"apurushottam@icloud.com"
] | apurushottam@icloud.com |
2202fc383398d61de09c96b772bca7cf7a95df51 | 360b3bc5b0d8cfe654efe90c766b7a90c39a5b82 | /src/main/java/org/ldk/structs/Result_NodeInfoDecodeErrorZ.java | 11e99111511db3cba1da496a69a3679997147144 | [] | no_license | galderz/ldk-garbagecollected | 218a8cf6f30b1cd074d5f4f0d2d912e96c596bb1 | 085016be15a3ea80e3772cb66579a8e0ea52773c | refs/heads/main | 2023-06-09T02:45:01.748995 | 2021-02-02T22:45:37 | 2021-02-03T01:53:14 | 344,395,350 | 0 | 0 | null | 2021-03-04T08:01:06 | 2021-03-04T08:01:05 | null | UTF-8 | Java | false | false | 1,921 | java | package org.ldk.structs;
import org.ldk.impl.bindings;
import org.ldk.enums.*;
import org.ldk.util.*;
import java.util.Arrays;
@SuppressWarnings("unchecked") // We correctly assign various generic arrays
public class Result_NodeInfoDecodeErrorZ extends CommonBase {
private Result_NodeInfoDecodeErrorZ(Object _dummy, ... | [
"git@bluematt.me"
] | git@bluematt.me |
937119357097346a1a13776cb53c73f2669011cc | e51725b08773511846882386fff2365f908f1dc1 | /tunnel-spi/tunnel-api/src/main/java/com/hellobike/base/tunnel/spi/api/OutputHandler.java | b51b5577787e9ee4ee143f624e49e7f8c8fed2ad | [
"Apache-2.0"
] | permissive | caosuwenwu/tunnel | bdab302ca6b7f8be6a3e1f11eab6d177c84d6fdd | e55f23d195625382bc01e1fbfb38c89993f5134e | refs/heads/master | 2020-09-22T12:23:47.094250 | 2019-10-31T12:39:01 | 2019-10-31T16:49:57 | 225,192,567 | 1 | 0 | Apache-2.0 | 2019-12-01T16:29:30 | 2019-12-01T16:29:29 | null | UTF-8 | Java | false | false | 984 | java | /*
* Copyright 2018 Shanghai Junzheng Network Technology Co.,Ltd.
*
* 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 CONFIG_NAME copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unl... | [
"machunxiao04629@hellobike.com"
] | machunxiao04629@hellobike.com |
8e382f983c8a8336ef47649c27fb9e5952ef71e2 | 6928f1c8d5b86d24a0e017fc9ac180ed3d9e72b1 | /src/chapter06/ch13/SystemInTest1.java | 260f2ee71040e6e245c1d479d2586b2a77d504b3 | [] | no_license | minhee0327/fastcampus-java | 5c25d4377b720945b83646c34eb6af43c0a541a3 | 57f03ccc0ab4ec97b7305e09a944f6a0b8a9fb6f | refs/heads/master | 2023-05-22T18:11:15.092799 | 2021-06-14T02:28:12 | 2021-06-14T02:28:12 | 362,716,434 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 683 | java | package chapter06.ch13;
import java.io.IOException;
import java.io.InputStreamReader;
public class SystemInTest1 {
public static void main(String[] args) {
System.out.println("알파벳 여러개를 쓰고 [Enter]를 누르세요");
int i;
try {
//InputStreamReader 문자를 바이트 단위로 읽을 수 있도록 돕는 보조스트림
... | [
"queen.minhee@gmail.com"
] | queen.minhee@gmail.com |
93e3c4b99ec68deb2ab9351f0fe361b9e539ca29 | a94a722c196564864319eb317bd17fca02bff681 | /myweb/src/com/zhuxiaoxue/web/LoginServlet.java | db238d90e8942f0a7840a673166466e3e40798c4 | [] | no_license | Eva0104/myIdea | e8879ea751120eb084896fea5d5b1bfd2a633738 | 800434391ba535a2c01f9efc7acb256ce61d8326 | refs/heads/master | 2021-01-09T20:27:31.474680 | 2016-08-04T03:44:12 | 2016-08-04T03:44:12 | 60,609,779 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,614 | java | package com.zhuxiaoxue.web;
import com.zhuxiaoxue.servic.UserServic;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.htt... | [
"zhuxiaoxue0104@126.com"
] | zhuxiaoxue0104@126.com |
82de278a565ad2a02a22647c9643489165a28683 | 038cc5b4f2e7a1ce234461a77c15e5c4ae0f2b78 | /multi-module/module-oauth2/oauth2-authority/src/main/java/org/andy/authority/handler/AuthenticationSuccessHandler.java | 0da9078b6b7301418686beec3e428920d2da49e1 | [] | no_license | benlei5051/springStudy | 7e2e4086d546bc3d63ebdb19146bcc2b00295fcd | 254e85c4dd5b2d1aab7da5f7b8397de7c8afe9b2 | refs/heads/master | 2021-07-14T05:44:43.480965 | 2019-05-16T10:30:45 | 2019-05-16T10:30:57 | 101,483,890 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,956 | java | /**
*
*/
package org.andy.authority.handler;
import com.fasterxml.jackson.databind.ObjectMapper;
import lombok.extern.slf4j.Slf4j;
import org.andy.authority.annoation.AccountLog;
import org.apache.commons.lang3.StringUtils;
import org.springframework.http.HttpStatus;
import org.springframework.security.authenticatio... | [
"andy_linhao@outlook.com"
] | andy_linhao@outlook.com |
f242e947ff461db230a0d69bd35f56276c7ee566 | ea533430d47f79825cf6ab53ecc31de0b9f8eefd | /app/org/redcross/sar/wp/DiskoWpBriefingImpl.java | 1601adb9844386bee9d5b29bd36be4f5bdd39bea | [] | no_license | DISCOOS/disko-ntnu | 51d3ca4a8c26e12a0ca8568c1ea1c666b36d1d9d | 2e60903c8164adcddb33bf09491eaed30933f2ac | refs/heads/master | 2020-05-20T13:15:45.770938 | 2013-03-05T23:37:53 | 2013-03-05T23:37:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,876 | java | package org.redcross.sar.wp;
import java.awt.event.ActionListener;
import java.lang.instrument.IllegalClassFormatException;
import javax.swing.JButton;
import org.apache.log4j.Logger;
import org.redcross.sar.gui.factory.DiskoButtonFactory;
import org.redcross.sar.gui.UIConstants.ButtonSize;
import org.redc... | [
"kenneth@4871d71e-7f20-fb4f-bef1-fcbf30df1868"
] | kenneth@4871d71e-7f20-fb4f-bef1-fcbf30df1868 |
5d0af45971fa40def38b47c264be291dea27662b | 4d44594e097b26bb8e9e42b6997204874d45596f | /src/user/MemberUser.java | c3e820980a4fefdb8ca58c4535775f6681e5a9e1 | [] | no_license | yrchoi6/LibraryManagementSystem | d4bd6108745e27977ab273903b3f4a70ebdea453 | 8f7c68b21af8ab4461937e7aaf71570920e73629 | refs/heads/master | 2022-11-05T21:19:38.213576 | 2020-06-24T02:53:10 | 2020-06-24T02:53:10 | 274,560,076 | 0 | 0 | null | 2020-06-24T02:53:28 | 2020-06-24T02:53:28 | null | UTF-8 | Java | false | false | 2,808 | java | package user;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.Statement;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Scanner;
import admin.AdminMain;
import admin.AdminUser;
import user.MemberMain;
import user.MemberUser;
import admin.DBUtil;
public class MemberUser {... | [
"66768505+yrchoi6@users.noreply.github.com"
] | 66768505+yrchoi6@users.noreply.github.com |
5201d14de258cbb3aab511643fb671da396e4827 | 183dc9f120e6341083bec2b90d5151357f15f897 | /src/com/vulcastudios/states/ControlsState.java | eef31e131a9722343d2826849bd47b6990e3188b | [] | no_license | ameade/STZ | 00cf557aec993bf4b51f3f63dd5a9c7b514587a0 | 072cdf25d4347fa7ecd349a38dd5c75f2fd447ed | refs/heads/master | 2021-01-20T23:27:00.604198 | 2012-04-08T15:06:04 | 2012-04-08T15:06:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,147 | java | package com.vulcastudios.states;
import org.newdawn.slick.GameContainer;
import org.newdawn.slick.Graphics;
import org.newdawn.slick.Input;
import org.newdawn.slick.SlickException;
import org.newdawn.slick.state.BasicGameState;
import org.newdawn.slick.state.StateBasedGame;
import com.vulcastudios.TestGame;
public c... | [
"reese.sm@gmail.com"
] | reese.sm@gmail.com |
834a27206ba1d48be5cb92b927a86911e7c2057e | 8122409d3d5ec087ecdcf429d9f213ddabd19a64 | /app/src/main/java/com/cpigeon/book/module/play/viewmodel/PlayListViewModel.java | 60bc811ba2ae09cc98ea2ef935ed8715f8dddd10 | [] | no_license | xiaohl-902/PSpectrumAndroid | 69779c2813f0c0f45354d6182e47c16c4024e702 | 365d6015c2cbbf985b14b7e7009d0b893a4790ed | refs/heads/master | 2020-04-06T13:09:13.919105 | 2018-11-14T03:43:57 | 2018-11-14T03:43:57 | 157,486,399 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,278 | java | package com.cpigeon.book.module.play.viewmodel;
import android.arch.lifecycle.MutableLiveData;
import com.base.base.BaseViewModel;
import com.base.http.HttpErrorException;
import com.cpigeon.book.model.PlayModel;
import com.cpigeon.book.model.UserModel;
import com.cpigeon.book.model.entity.LeagueDetailsEntity;
import... | [
"656452024@qq.com"
] | 656452024@qq.com |
e0ea197f919b807768b00c9542323169025841ce | a1f39f2d61b0818a4712e94e3651ff1fc6f8a1ed | /Model/src/model/SessionEJB.java | 4f38ea38fee6a50599b9afee24d506fc69e4d012 | [] | no_license | PlumpMath/ClassLoaderTest-2 | a14c29a796a744e52bb64ee9aea924ed6ae032d3 | 440b31dc235ae77d7adf2be8abe34cd4b1139424 | refs/heads/master | 2021-01-20T09:54:14.732298 | 2014-12-05T15:28:49 | 2014-12-05T19:44:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 562 | java | package model;
import java.util.LinkedList;
import javax.ejb.Remote;
@Remote
public interface SessionEJB {
public LinkedList<String> getClassLoaders();
public LinkedList<String> getContextClassLoaders();
public LinkedList<String> getClassLoaderFinder(String _classloader);
public LinkedList<String> ge... | [
"rstyczynski@Ryszards-PC.local"
] | rstyczynski@Ryszards-PC.local |
90e72fcfe451a7ebe787bffb63d59aed2f7e9306 | e8377b998c4c9fd583710b70f15020e62c438595 | /src/array/java/world/com/geek/forgeek/MoveAllZeroInEnd.java | f25d8889d0bdf6e8046a97d521bf837644d0c431 | [] | no_license | ASHIVANISINGH/DataStructurePractce_Target_500 | ade57f8c68e5f0719958ce3607c4bea6a7c853f0 | 3d4cb18a894eac0cd9d9cf6dcd09a996f46eca88 | refs/heads/master | 2023-04-26T16:45:56.646312 | 2021-05-26T09:32:42 | 2021-05-26T09:32:42 | 341,905,482 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 847 | java | package array.java.world.com.geek.forgeek;
import java.util.Arrays;
public class MoveAllZeroInEnd {
public static void swap(int []arr,int i,int j){
int temp=arr[i];
arr[i]=arr[j];
arr[j]=temp;
}
public static void moveZero(int []arr){
int t=0,counter=0;
for(int i=... | [
"ashivani.singh2017@gmail.com"
] | ashivani.singh2017@gmail.com |
467fb7539f14178510abfd03dfd7217b99e67e72 | 3a94e2beee1f4d2289b1abbe459b1dad18b60168 | /src/main/java/org/lhqz/demo/thinkinginjava/enums/SpaceShip.java | 0cf66ea8e93053997b9819971de1a0c3ee7baeaf | [] | no_license | leihenqingze/demo-thinkinjava | 320b0292589dd52d02cad013558b8c45d5ba5a57 | 6735c807fad1963aaec2c755aae5f525304361ad | refs/heads/master | 2020-03-28T19:49:11.915175 | 2018-10-14T08:02:12 | 2018-10-14T08:02:12 | 149,012,487 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 513 | java | package org.lhqz.demo.thinkinginjava.enums;
import static org.lhqz.demo.tools.Print.*;
/**
* 覆盖enum方法
*/
public enum SpaceShip {
SCOUT, CARGO, TRANSPORT, CRUISER, BATTLESHIP, MOTHERSHIP;
@Override
public String toString() {
String id = name();
String lower = id.substring(1).toLowerCase... | [
"leihenqingze@sina.com"
] | leihenqingze@sina.com |
05166a871daa346de9c6e3c0bfe4bc34ab6b8db4 | 7aba69967b62f6ce6f710ea0d058da5b11b100b3 | /src/Solution.java | 50bca846902e5f05bebb9560dc981cd49a9e1977 | [] | no_license | Aphrodite000/doublePow | ce3fd78c3f5d5220b64738a053f52c848d3759e6 | 14bea62e53bb8f5c61c3548b16a7d76ae6af50fd | refs/heads/master | 2021-01-05T20:21:20.482961 | 2020-02-17T14:25:31 | 2020-02-17T14:25:31 | 241,127,162 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 285 | java | public class Solution {
public double Power(double base, int exponent) {
double result=1;
for(int i=0;i<Math.abs(exponent);i++){
result=result*base;
}
if(exponent<0){
result=1/result;
}
return result;
}
}
| [
"153118976@qq.com"
] | 153118976@qq.com |
7910f02ce6acf60da0d60695497f23204818a74b | 45d26acc585bfcf0612e6dacc6badfcf62c7985a | /dospexml-basic/src/main/java/javax0/dospexml/commands/basic/package-info.java | 8a978f98c15c750d0de24e968212ae32736614fe | [] | no_license | verhas/dospexml | 3d270f9fd66a15fde99f1180cbde5b1f22ba35ac | 5d314c5ca1b59a4ba08b662688a4d2111529186a | refs/heads/master | 2023-02-02T02:13:23.612687 | 2020-12-12T18:31:55 | 2020-12-12T18:31:55 | 233,652,144 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 130 | java | /**
* Very simple basic commands, which can be registered and used in an application.
*/
package javax0.dospexml.commands.basic; | [
"peter@verhas.com"
] | peter@verhas.com |
d6d607c54dbf60e76a56bca9e5fbd4751701d067 | 479cb855c505b1d901e544e7bdec2e7cb937b124 | /mallService/src/main/java/com/mal/service/domain/UserMallDetail.java | 5644288b7152865a576df152669748471df337c5 | [] | no_license | HuadongYang/mall-service | ab1dfb37a6e3672b18b2df5117e0b225fb210b43 | 75690962648f525f0d82b19dc7ed66451d5fed3f | refs/heads/master | 2023-04-15T17:59:12.529416 | 2021-04-23T05:07:50 | 2021-04-23T05:07:50 | 358,517,301 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 852 | java | package com.mal.service.domain;
import java.math.BigInteger;
public class UserMallDetail {
private Integer id;
private Integer userId;
private Integer mallId;
private Integer preferenceValue;
private BigInteger timestamp;
public Integer getId() {
return id;
}
public void setI... | [
"yanghd@glodon.com"
] | yanghd@glodon.com |
25f000b59acf9335143ea0c1e824a3c21e8eb133 | f7c574293f46b1094e8e101d911d9b064c0880f6 | /app/src/main/java/ru/omsk/metro/model/City.java | 55e406d3d29b4b39916dec9c7558dd7872084f43 | [] | no_license | avesloguzova/metro-omsk-android | 55e3306d628a4c3a5efcd8e0d72857bcdac05dcf | 65962893e1f39f2358f9d55f1ec6ca4d69f02d5b | refs/heads/master | 2020-04-05T22:54:09.575115 | 2014-11-07T16:01:57 | 2014-11-07T16:01:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 442 | java | package ru.omsk.metro.model;
import org.jetbrains.annotations.NotNull;
import org.json.simple.JSONObject;
/**
* Created by avesloguzova on 06.11.14.
*/
public class City extends NamedSubwayObject {
public City(int id, String name) {
super(id, name);
}
@NotNull
public static City fromJSON(@... | [
"sashickk@gmail.com"
] | sashickk@gmail.com |
bf3d7590a1cccc9bd3c458a49a7df88cb4329dba | ac1fbe70560e1b468690936e2bd92721e455a7fd | /src/test/java/com/yx1996/sp/com/inter/testChangeLetter.java | fc27a1d486df4e3a05067795041d2b3cd7f4ef8d | [] | no_license | boy13148687/spLearn | 423b71efdebc89f2adef9898bd3208372a41fb72 | aee6ea0849d1263e1393337bc6a87033117dcdde | refs/heads/master | 2020-04-04T13:17:17.430931 | 2018-11-03T06:46:55 | 2018-11-03T06:46:55 | 155,956,187 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 988 | java | package com.yx1996.sp.com.inter;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import org.springframework.context.support.FileSystemXmlApplicationContext;
public class testChangeLetter {
public static void main(String[] args) {
... | [
"https://github.com/boy13148687/spLearn.git"
] | https://github.com/boy13148687/spLearn.git |
6b40b0b577c166627f79dc2f3babd99e9e82901b | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /large-multiproject/project39/src/main/java/org/gradle/test/performance39_4/Production39_393.java | 91bd404fe28d2daf83bcd267c5cb79adef402b7d | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 305 | java | package org.gradle.test.performance39_4;
public class Production39_393 extends org.gradle.test.performance13_4.Production13_393 {
private final String property;
public Production39_393() {
this.property = "foo";
}
public String getProperty() {
return property;
}
}
| [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
6e06ee2f786b788d9671f5b916ede07af280bbbb | 0cfa4ea7cc3d0955734e59e8db984d6ae79e1174 | /JavaTutorial 88 JList/src/JavaTutorial88JList.java | 96e3b4418a5ff2f59a7124b5b73b2bf3bcad69fa | [] | no_license | Dante3085/OldJavaTutorials | 74eb0292e5407073cb3ddacd2d0a8f51c68891cf | fc93440efc9bd7294342a3dd2d5def7e4b90a22e | refs/heads/master | 2020-03-27T19:46:18.401858 | 2018-09-04T14:29:40 | 2018-09-04T14:29:40 | 147,010,415 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 806 | java | import javax.swing.JFrame;
import java.util.Scanner;
public class JavaTutorial88JList {
public static void main(String[] args) {
//JComboBox ist ein sog. Dropdownmenü
Scanner s = new Scanner(System.in);
LayoutTest lt = new LayoutTest();
lt.setVisible(true);
lt.setSize(500, 300);
lt.setDefaultClos... | [
"moritz97.s@web.de"
] | moritz97.s@web.de |
ed6ce8a0c4f70583c24af61b2a45865c59b16136 | 5cf7d25d4a182a5a65f07a01032f487f6b00248c | /tvbrowser-plugins/plugin-dvbviewerdataservice/src/main/java/dvbviewer/com4j/TExeType.java | 5da0d251f36e1db704bc71fed609be50c1289b49 | [] | no_license | Nadahar/tvbrowser | a4386958b7f435d403eaee34849cd4a4f7ea6fcf | 06bb0545a607e291dc55329f1c73cfc8f004b325 | refs/heads/master | 2021-09-01T21:48:03.618351 | 2017-12-25T22:53:36 | 2017-12-25T22:53:36 | 115,655,370 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 266 | java | package dvbviewer.com4j ;
/**
* The Execute type describes the type of command send to the executor Object of the DVBViewer
*/
public enum TExeType {
texScript, // 0
texApp, // 1
texCMD, // 2
texFunct, // 3
texHyperlink, // 4
}
| [
"troggan@3b0f13be-b878-488a-9e93-cd1a97d469cd"
] | troggan@3b0f13be-b878-488a-9e93-cd1a97d469cd |
34954011fecc9e5e471e5bba45339d6d7672faf5 | d33e0f73bb75541a031fa6f082c6d7706355233c | /ezyfox-hazelcast-mongodb/src/test/java/com/tvd12/ezyfox/hazelcast/testing/service/ExampleUserTest.java | 79a8444fa1b22aa6189925d1e1efc9341336ff9e | [
"Apache-2.0"
] | permissive | communityus-branch/ezyfox | 75707e0587fba2d0989a14fe44dc1ae9b28cf0dc | 8af507665bfb1bc53b8451c74a54e4be86f66f59 | refs/heads/master | 2020-04-17T15:56:52.591673 | 2018-10-13T18:20:51 | 2018-10-13T18:20:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,046 | java | package com.tvd12.ezyfox.hazelcast.testing.service;
import org.testng.annotations.Test;
import com.hazelcast.core.IMap;
import com.tvd12.ezyfox.hazelcast.service.EzySimpleMaxIdService;
import com.tvd12.ezyfox.hazelcast.testing.HazelcastBaseTest;
import com.tvd12.ezyfox.hazelcast.testing.constant.Entities;
import com.... | [
"itprono3@gmail.com"
] | itprono3@gmail.com |
57794de040958f173b872db444058eefc208d89d | dfd7e70936b123ee98e8a2d34ef41e4260ec3ade | /analysis/reverse-engineering/decompile-fitts-20191031-2200/sources/com/uber/rave/InvalidModelException.java | d3150cd14dac49b7bd3812217d5712e1a9ed50c9 | [
"Apache-2.0"
] | permissive | skkuse-adv/2019Fall_team2 | 2d4f75bc793368faac4ca8a2916b081ad49b7283 | 3ea84c6be39855f54634a7f9b1093e80893886eb | refs/heads/master | 2020-08-07T03:41:11.447376 | 2019-12-21T04:06:34 | 2019-12-21T04:06:34 | 213,271,174 | 5 | 5 | Apache-2.0 | 2019-12-12T09:15:32 | 2019-10-07T01:18:59 | Java | UTF-8 | Java | false | false | 208 | java | package com.uber.rave;
import java.util.List;
public final class InvalidModelException extends RaveException {
public InvalidModelException(List<RaveError> list) {
super(list);
}
}
| [
"33246398+ajid951125@users.noreply.github.com"
] | 33246398+ajid951125@users.noreply.github.com |
076ad16bd12ad006dfce1f8f8f1398fb0b28154e | 1794a770801ec994ad318d9ab484ef7008228b71 | /gmall-api/src/main/java/per/zzch/gmall/cms/entity/Subject.java | 7069c2c6a0c09b3f416d9679d60106969798de7d | [] | no_license | zzch137160176/gmall | 1c5b81e64f0ad853792257615204049a65cc29b5 | 34340ed86d19b08f3e66ea6f8b4a145b9a7b1f6e | refs/heads/master | 2022-06-22T20:35:23.381303 | 2020-03-23T08:37:27 | 2020-03-23T08:37:27 | 243,715,810 | 0 | 0 | null | 2022-06-21T02:54:20 | 2020-02-28T08:39:11 | Java | UTF-8 | Java | false | false | 2,152 | java | package per.zzch.gmall.cms.entity;
import com.baomidou.mybatisplus.annotation.TableName;
import com.baomidou.mybatisplus.annotation.IdType;
import java.util.Date;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableField;
import java.io.Serializable;
import io.swagger.an... | [
"zzch9qnby@163.com"
] | zzch9qnby@163.com |
d7f6c9543fb9f0729b88bc8d6f6185891f271841 | ab6b8b7f5536100a727b1eadce5158ddd5e24647 | /account-service/src/main/java/com/jmk/account/service/DonationService.java | f1dc97642aa5d264a7dfb3a6982a17881409659e | [] | no_license | singhdeveshv/DeveshLab | 75c2eed636bf2165913b0b8be712e9c832c9135b | 6a7d84e1bdeb6299b88465d2a75a5f6d6a501497 | refs/heads/master | 2023-06-03T04:29:26.772698 | 2021-06-26T16:47:34 | 2021-06-26T16:47:34 | 380,674,615 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 497 | java | package com.jmk.account.service;
import java.time.LocalDate;
import java.util.List;
import com.jmk.account.model.Donation;
public interface DonationService {
public Donation saveDonation(Donation donation);
public List<Donation> saveDonations(List<Donation> donations);
public Donation findDonati... | [
"rajivbansal2981@gmail.com"
] | rajivbansal2981@gmail.com |
1eaa4babc822f70c9eed9d21a2d6b261d1c03846 | 98d7840e439a8b05c3f4a9c0ff352eceff6c8b79 | /Android/NetworkingAndroidHttpClientXML/src/course/examples/Networking/AndroidHttpClientXML/XMLResponseHandler.java | 5393f9c5ea08a292516fd8f93d4b1b3549726597 | [] | no_license | vicrsp/TP-TID | c782bfa56d3f93dd148554eb0d49fcfd0ac327fd | 9ce3fe540ca60cec00c5100183e5996fd4e3cb30 | refs/heads/master | 2021-01-13T01:28:13.828353 | 2015-05-20T18:33:25 | 2015-05-20T18:33:25 | 33,501,005 | 0 | 0 | null | 2015-04-27T20:22:57 | 2015-04-06T19:28:49 | C | UTF-8 | Java | false | false | 1,572 | java | package course.examples.Networking.AndroidHttpClientXML;
import java.io.IOException;
import java.io.InputStreamReader;
import org.apache.http.HttpResponse;
import org.apache.http.client.ClientProtocolException;
import org.apache.http.client.ResponseHandler;
import org.xmlpull.v1.XmlPullParser;
import org.xmlpull.v1.X... | [
"victorspruela@gmail.com"
] | victorspruela@gmail.com |
1ab4d5830f0e94348365eb57cf8030e681f82dc7 | e1f8c291604076827c70b9d33aaf8994636555eb | /src/Comparator/MyStringComparator.java | 658e9e1fb6f783aaf1a4d11ee4384b0278a35755 | [] | no_license | GhostsOfHiroshima/algorithm | 801d765b5694b7d33dd2348ad6cba8da7a98cadc | 830cd64f0983f2205ae1a9165b45b0e119c9ccc1 | refs/heads/master | 2020-06-11T03:43:27.333055 | 2015-03-12T17:14:09 | 2015-03-12T17:14:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 876 | java | package Comparator;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashMap;
public class MyStringComparator implements Comparator<String>{
HashMap<Character, Integer> hM = new HashMap<Character, Integer>();
public MyStringComparator(){
hM.put('f', 5);
h... | [
"xab_benson@hotmail.com"
] | xab_benson@hotmail.com |
a36f82067cfccc3772ca86cb737fbfaab913a1be | 3c5f6688242fddbdf04ca839ddb8e033fda1555a | /src/com/baizhi/servlet/ChangeUserMessageAction.java | b0b3ae376014568050efff89379cf8a6e935b548 | [] | no_license | Tenghd/shopping | 3e535aa0e45ac9de0f9bfb8acaeb33a9c9eb8116 | 9e93cf7bbd270ad8bf2d2bf50ceadc80bc2fb75b | refs/heads/master | 2022-12-14T12:05:30.092163 | 2020-09-14T11:54:40 | 2020-09-14T11:54:40 | 295,399,288 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,043 | java | package com.baizhi.servlet;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.baizhi.entity.User;
import com.baizhi.service.UserService;
import com.baizhi.se... | [
"thd2790049099@163.com"
] | thd2790049099@163.com |
fbd3ffcf4eca5c7ac1e20060de3ff53ad8b805fe | f311c7063f3226966dea65e9102f60e4bb8cd821 | /src/main/java/enterprises/orbital/evekit/dataplatform/ReleaseWS.java | 7830dde0c1c979720dc63cc148a67a90ec2cbb4d | [] | no_license | OrbitalEnterprises/evekit-data-platform-frontend | 342d1a9eafe2d57873d9057ea869cfa6051e78f2 | 170b35e2563414d841f135fb8ea77fbfa0e46391 | refs/heads/master | 2021-07-13T11:02:09.762187 | 2017-10-15T21:25:47 | 2017-10-15T21:25:47 | 107,019,062 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,819 | java | package enterprises.orbital.evekit.dataplatform;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
import javax.ws.rs.core.Response;
import enterprises.orbital.base.OrbitalProperties;
/**
* API for release information.
*/
@Path("/ws/v1/release")
@Produces({
"application/json"
})
@io... | [
"deadlybulb@orbital.enterprises"
] | deadlybulb@orbital.enterprises |
2c8b9fa289e3088231e9ad870fa4bd1eb2e2ff25 | c3783f926129acdb5c19dcab864c0d3662c99921 | /RollerView.java | e7a06ecc11c773c403785ddf9623b9716cb59996 | [] | no_license | tanboying/rollerVIew | 320ad3fa40e08b0b2e25d86be1934d2304d08403 | aedcbf08e8677d1c3c09aa73d444d74b1bb22f2e | refs/heads/master | 2021-01-02T08:34:31.147891 | 2013-06-05T04:03:49 | 2013-06-05T04:04:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,385 | java | package com.tboing.ui;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Paint.FontMetrics;
import android.util.AttributeSet;
import android.view.MotionEvent;
import android.view.View;
import android.view.animation.Over... | [
"tanboying@dianxinos.com"
] | tanboying@dianxinos.com |
bde5cedc6c9393fdaac26b91d134ed2fc3098b31 | 764b687b50105ce7cf983ac839ae99cfba534f2d | /src/main/java/com/aedinger/employeeservice/manager/EmployeeServiceManager.java | d6165b363b5a252699051fc4045190e63fc52385 | [] | no_license | aedinger16/ServiceManagerVueBackend | 7fef5b8fbdfd2bb8f06319f404b69ab43126b734 | 331fa72c50f8f8e6546d7a68651bc3e038fe49c3 | refs/heads/master | 2022-04-28T09:37:24.865816 | 2020-04-28T07:39:31 | 2020-04-28T07:39:31 | 257,891,610 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,749 | java | package com.aedinger.employeeservice.manager;
import com.aedinger.employeeservice.daos.*;
import com.aedinger.employeeservice.database.EmployeeRepository;
import com.aedinger.employeeservice.database.ServiceRepository;
import com.aedinger.employeeservice.exceptions.EmployeeNotFoundException;
import com.aedinger.employ... | [
"alex_edi@gmx.at"
] | alex_edi@gmx.at |
8f4a487f7854c8b9d4929de54c29e4f51e523337 | f1586a5026589b71805054a72ab9f4ec04bcfa13 | /src/chapter1_3/exercises/Steque.java | 4086d42a1108b1f22afab39b41ab8ce0f2ff413d | [] | no_license | chuckha/reimagined-telegram | 4fe3acf514b14f52fea068bc589dabdb81c31721 | 40d29ce28f7fa8fd36f3c21425e7524fecab6add | refs/heads/master | 2016-08-11T16:39:41.997411 | 2016-02-17T21:11:15 | 2016-02-17T21:11:15 | 51,272,653 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,497 | java | package chapter1_3.exercises;
public class Steque<T> {
private class Node {
Node next;
T item;
}
Node first;
Node last;
private boolean isEmpty() {
return first == null;
}
public void push(T item) {
if (isEmpty()) {
first = new Node();
... | [
"cha@etsy.com"
] | cha@etsy.com |
1340c0135378fa5c05fcf6e7ab3abe0e3bd49d45 | 102450f8aa84cde7610eecc9a63655bc38106784 | /src/main/java/com/infobip/model/EmailReportsResult.java | e3c3de8aee5790b50e69d3c781a24a5984ed0115 | [
"MIT"
] | permissive | popmeals/infobip-api-java-client | 6b28ae080559823edef4e6018e7866b9502eb281 | 7797ea4c6efcd8096738d85dc8be34fdc6f36176 | refs/heads/master | 2023-07-06T23:08:36.970391 | 2021-06-17T12:46:26 | 2021-06-17T12:46:26 | 395,287,171 | 0 | 0 | MIT | 2021-08-12T10:54:59 | 2021-08-12T10:54:58 | null | UTF-8 | Java | false | false | 2,166 | java | /*
* Infobip Client API Libraries OpenAPI Specification
* OpenAPI specification containing public endpoints supported in client API libraries.
*
* Contact: support@infobip.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not ... | [
"support@infobip.com"
] | support@infobip.com |
460280a5e313bdcd4c616af3b77da98c2c10f4c5 | bde0ded5ff9eb1a93fe22e284aa80df6ed5d847c | /core/src/main/java/com/matsg/battlegrounds/command/SetGameSign.java | 12094e8b1ae114483a8522367194df2aef5bb3e4 | [] | no_license | matsgemmeke/battlegrounds-plugin | ee379db349f6624011fc327daa113414370569ab | 2fbdb6ac6364a804bae16c4698b3338854e0297e | refs/heads/master | 2021-07-17T08:40:43.359600 | 2021-07-14T23:16:04 | 2021-07-14T23:16:04 | 114,624,863 | 5 | 6 | null | 2019-11-11T08:41:53 | 2017-12-18T10:00:31 | Java | UTF-8 | Java | false | false | 2,125 | java | package com.matsg.battlegrounds.command;
import com.matsg.battlegrounds.TranslationKey;
import com.matsg.battlegrounds.api.GameManager;
import com.matsg.battlegrounds.api.Translator;
import com.matsg.battlegrounds.api.game.Game;
import com.matsg.battlegrounds.api.game.GameSign;
import com.matsg.battlegrounds.api.Place... | [
"matsgemmeke@gmail.com"
] | matsgemmeke@gmail.com |
6b05f18206fd17e9429f208d55e26cb304eba529 | 5ea1aceee53402510f9d8b6a93d1bdaee861545c | /app/src/main/java/my/edu/utar/drawertest/OnFragmentInteraction.java | 6df2962f9251a9bcff733100b754437aa7b6974a | [] | no_license | ares-dev05/school_learning_system_app | df8944d3063eaef7f2ff565caa764b6889ec2497 | d7fa3e607b61c8a12b36ab7a57e923a611c91702 | refs/heads/main | 2023-08-04T14:34:52.113433 | 2021-06-12T06:09:47 | 2021-06-12T06:09:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 179 | java | package my.edu.utar.drawertest;
public interface OnFragmentInteraction {
void onFragmentInteraction(String tag, Object object);
void onFragmentInteraction(String tag);
} | [
"ares.shine2021@gmail.com"
] | ares.shine2021@gmail.com |
916c6a13f1a7536cdf6c1e48eb4df6f5421e071a | 95daadb833f9bdaa3f3083bbf5ec48b9e641a833 | /Java/src/main/java/com/muye/thread/thread/ThreadDemo13.java | e48210894507c69f74a35256b5e0fe5238903968 | [] | no_license | dancheng0/Java | 8c35d8aade43d1f1f645fd72e1b438a6d4a1ac3a | a17909e8d787fd988fd44ce42bc145f9a0eb83ec | refs/heads/master | 2022-09-23T18:14:21.881594 | 2021-09-28T12:29:08 | 2021-09-28T12:29:08 | 219,087,210 | 0 | 0 | null | 2022-09-01T23:28:43 | 2019-11-02T01:25:03 | Java | UTF-8 | Java | false | false | 1,759 | java | package com.muye.thread.thread;/*
如何停止线程呢?
因为stop方法过时了。
停止线程的两种方式:
1,定义标记,让run方法结束。
run方法中一般都定义循环。只要控制住循环条件即可。
但是这种方式有局限性,如果线程进入到冻结状态,是不会读取标记的。那么线程是不会停止的。
2,中断线程。其实就是清除线程的冻结状态,让线程恢复到可运行状态,这样就可以让线程去读取标记,并结束线程。
停止线程原理:就是让run方法结束。
wait():释放资源,释放锁。
sleep():释放资源,不释放锁。
释放资源:就是cpu不在处理该线程。
*/
class ThreadDemo13 {
... | [
"1595864175@qq.com"
] | 1595864175@qq.com |
e0c34f365a6950e9ad3f9966e23d9cfba6d64715 | 895903679c1ecc18c19822ccb81c00e30f2ea72e | /usermanagement/src/main/java/kn_14_5/obykhvost/usermanagement/agent/SearchException.java | 777804352f9ade002e015c9f6a12f0dffce49665 | [] | no_license | NUREKN14-JAVA/ivan.obykhvost | 65db5be952238681e2cfb913382be1c12cf4334f | 9a8901b364aa939f60bf554be1fc9f8c6faa728f | refs/heads/master | 2020-05-29T08:52:36.532211 | 2016-12-12T05:53:45 | 2016-12-12T05:53:45 | 69,084,361 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 662 | java | package kn_14_5.obykhvost.usermanagement.agent;
public class SearchException extends Exception {
public SearchException() {
// TODO Auto-generated constructor stub
}
public SearchException(String arg0) {
super(arg0);
// TODO Auto-generated constructor stub
}
public SearchException(Throwable arg0) {
sup... | [
"ivan.obykhvost@nure.ua"
] | ivan.obykhvost@nure.ua |
c6db1e903d14fa3badd17128f1b389b70902f11e | 6336be0ebfa51d78829c2d1b99ff59e916ede41f | /app/src/main/java/com/ahmedkgamil/zoomedimagesliderexample/MainActivity.java | 3c10a4e2b4b5005a379c0ce25b35aa21f5604791 | [] | no_license | AhmedKhaledGamil/Android-ZoomedImageSlider | 297457455e8dea01d1426716263b38bba038790d | 2c61022ea46a8cc328e4901ee1d9cf9a64694f23 | refs/heads/master | 2023-02-02T13:13:53.651559 | 2020-12-22T19:07:39 | 2020-12-22T19:07:39 | 290,292,157 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,388 | java | package com.ahmedkgamil.zoomedimagesliderexample;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import com.ahmedkgamil.zoomedimageslider.ZoomedImageSlider;
import java.util.ArrayList;
import java.util.List;
public class MainActivity extends AppCompatActivity {
@Override
protec... | [
"ah.k.gamil@gmail.com"
] | ah.k.gamil@gmail.com |
bafca3e7358a0277285b53c8f33ca933a8975064 | 6c20f53a5a12d9dea50997f1b1e023d43e6786cf | /src/main/java/com/jsjn/apitest/dto/ReconciliationFileReadyDTO.java | ee1f50657e70f7c16efb2466c3ac91fcb938de95 | [] | no_license | yincongyang/apitest | eeb5056cc302b3060217ab64039be33e242f3024 | d4e4f3f29b0214e594430bc1e4ba3e65f264cd94 | refs/heads/master | 2021-05-08T09:06:20.644493 | 2017-10-17T03:13:28 | 2017-10-17T03:13:28 | 107,098,168 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 703 | java | package com.jsjn.apitest.dto;
/**
* 退款通知接口
*
* Created by yincongyang on 17/10/16.
*/
public class ReconciliationFileReadyDTO {
private String transDate;
private String fileName;
private String reserved;
public String getTransDate() {
return transDate;
}
public void setTransDate(S... | [
"yincongyang@gmail.com"
] | yincongyang@gmail.com |
4e8e0fc935f18cc5d84ab4556545d3c28e47698e | 032cf5abf54ade3ecb0de6f1159baa8c51954acb | /src/main/java/com/practise/conceptsV1/Singleton.java | 28446c05e51d765a1160a78555d94d26af17c9b3 | [] | no_license | KeerthanaChowdary/JavaV1 | dd2a992b09f514abd81fe0da94a2696b3886bd62 | 28ccd9647699eedd1a8a0be1ea3723b46b990bcd | refs/heads/master | 2021-08-08T02:35:03.937082 | 2017-11-09T11:04:43 | 2017-11-09T11:04:43 | 110,085,936 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 634 | java | package com.practise.conceptsV1;
public class Singleton {
//just some random variables
public String name;
public int rollNo;
public boolean admit;
public static Singleton so;
// private constructor
private Singleton() {
admit = true;
name = "keerthana";
rollNo = 1;
}
public static Singleton retur... | [
"keerthanachowdary.challa@abzooba.com"
] | keerthanachowdary.challa@abzooba.com |
8c60d6f3815174342e58a5adc8716b48b8c827a2 | 6ba8890bf767809d0af210f6cbd78c86228c1d35 | /example/android/app/src/main/java/com/rnlocalizeexample/MainActivity.java | 113585f908c410ff1d5efd96370df42c81866b3e | [
"MIT"
] | permissive | beedeez/react-native-localize | c27c10945e1a8cb18846fe85698f614c646b57a7 | e8636a1389e7062d5b22546e2d2bcbcbe5946228 | refs/heads/master | 2020-11-25T21:09:03.282791 | 2019-12-23T17:10:53 | 2019-12-23T17:10:53 | 228,848,737 | 0 | 2 | MIT | 2019-12-18T13:43:37 | 2019-12-18T13:43:36 | null | UTF-8 | Java | false | false | 361 | java | package com.rnlocalizeexample;
import com.facebook.react.ReactActivity;
public class MainActivity extends ReactActivity {
/**
* Returns the name of the main component registered from JavaScript.
* This is used to schedule rendering of the component.
*/
@Override
protected String getMainComponentName()... | [
"zoontek@gmail.com"
] | zoontek@gmail.com |
1ada46838db0a3a80437e5f190d5ba60868c8faf | d8344570cbb4674be1265127cabf610253165750 | /src/main/java/com/blod/utils/PageData.java | f7ddd9cb4fd07c685f788f3b7805d4b85566ad73 | [] | no_license | 1282370731/blod | 3f7f5b29396742466dd1249dfb0c0b020b602a1e | b7e3323eca0dab394c82cb1eac10a6483030e5d8 | refs/heads/master | 2022-07-19T02:06:00.265746 | 2019-11-27T03:59:13 | 2019-11-27T03:59:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 863 | java | package com.blod.utils;
import java.io.Serializable;
import java.util.List;
public class PageData implements Serializable{
private Long total;
private List list;
private Integer page;
private Integer rows;
private Integer pagetotal;
public Integer getPagetotal() {
return pagetotal;
}
public voi... | [
"1250402127@qq.com"
] | 1250402127@qq.com |
e06fc6de751bdc84901d9aaf95bac2a45aa5a61b | 152ef2363fd430cd7cfd2bbae3335c228f6b4634 | /src/main/java/com/gbw/httplog/store/redis/GBWHttpLogStoreRedisConfig.java | 283b9f02e28aedcbf4ec4a36df5cab5c8aba52d8 | [] | no_license | jacks001314/GBWHttpLog | b9acb0f4104d0ac62a1c88eedc71f893705b9343 | 847131f894c96a114bfab9faab02b41a96ce40a8 | refs/heads/master | 2022-12-31T06:59:25.278908 | 2020-10-22T04:47:42 | 2020-10-22T04:47:42 | 295,948,688 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,415 | java | package com.gbw.httplog.store.redis;
import com.gbw.httplog.store.GBWHttpLogStoreConfig;
public class GBWHttpLogStoreRedisConfig extends GBWHttpLogStoreConfig {
private String auth;
private int database;
private int timeout;
private int maxTotal;
private int maxIdle;
private int ma... | [
"you@example.com"
] | you@example.com |
bc442470301ef0fea803ebc2607d9f5ae12bc756 | d3d22f9436faf0b809496cef395e90c7ca818177 | /devtools/src/main/java/com/linln/devtools/code/utils/GenerateUtil.java | 3a494a6e324269d730aade630d7143ee6631139c | [
"Apache-2.0"
] | permissive | iuoon/SchoolManager | 2d817d14471d200c1cccc362dea700c3d9794956 | 7fdc0e4605f58762c8da4a6fc503092c718c8fbc | refs/heads/master | 2020-04-29T10:26:44.885572 | 2019-04-18T15:11:17 | 2019-04-18T15:11:17 | 176,062,326 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,604 | java | package com.linln.devtools.code.utils;
import com.linln.core.utils.ToolUtil;
import com.linln.devtools.code.DefaultValue;
import com.linln.devtools.code.domain.Generate;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStreamWriter;
import java.nio.file.FileAlread... | [
"710731936@qq.com"
] | 710731936@qq.com |
55589c4db5edbd79594f02d90a254cc0a6402b8c | 9f93d6364efbe867bbbdff2427c2efee584b27cf | /app/src/main/java/fayaz/example/com/roomdatabaseex/model/User.java | 92bf9b115a72228be0ebeddb31239fa6dbb0ec9e | [] | no_license | faiazhossen/RoomDatabase | 1098ca8c2986ddb1569465daddf4a17bb8d6a000 | 76fdb74df8daefcd0d5e687c69ed1307ff0cb044 | refs/heads/master | 2021-08-31T12:45:15.474616 | 2017-12-21T10:07:41 | 2017-12-21T10:07:41 | 114,991,572 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 870 | java | package fayaz.example.com.roomdatabaseex.model;
import android.arch.persistence.room.ColumnInfo;
import android.arch.persistence.room.Entity;
import android.arch.persistence.room.PrimaryKey;
/**
* Created by FAIAZ on 12/21/2017.
*/
@Entity
public class User {
@PrimaryKey
private int uid;
@ColumnInfo(n... | [
"faiaz.bin.hossen@gmail.com"
] | faiaz.bin.hossen@gmail.com |
20d42a96e118233767ca777d64e5dc75a6472823 | 349e9dcdff99fbfb0be2786a8c627fc845512c7c | /app/src/main/java/com/readboy/mathproblem/notetool/NoteToolboxDialog.java | ea3bf14f3958eec635bce769f558b76a42f80a3a | [] | no_license | MyJesus/MathProblem | eafd0f89620ee97e664809ce74d149ff8fdf1edc | 504fbb867079aec8987bca5aa49b3b1ddca198b2 | refs/heads/master | 2020-04-11T10:33:38.582483 | 2018-12-14T02:04:27 | 2018-12-14T02:04:27 | 161,719,054 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,592 | java | package com.readboy.mathproblem.notetool;
import android.animation.Animator;
import android.animation.AnimatorSet;
import android.animation.ObjectAnimator;
import android.app.Dialog;
import android.content.Context;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import android.o... | [
"1119723650@qq.com"
] | 1119723650@qq.com |
e9ec09b78e4cafc91cacfc8acecb9d4d65be4ca1 | bda4105f531a3cac2f15d5a06c520a9eb7667445 | /ATM2/src/com/feicuiedu/atm/admincontrol/AdmainControl.java | 462ee13d45db56c6f37f36a244e4013f833c26a1 | [] | no_license | AiHeAmillion/ATMio- | fdc8c6ae20337ed7794b529dfd41b408e5b7372d | b0109f4344a1b1c0ccbe82cc71fb44d09c00dbf9 | refs/heads/master | 2021-05-10T08:51:35.887973 | 2018-01-25T12:18:27 | 2018-01-25T12:18:27 | 118,908,802 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,485 | java | package com.feicuiedu.atm.admincontrol;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.lang.reflect.InvocationTargetException;
import java.util.HashMap;
import java.util.Properties;
import com.feicuiedu.atm.adminbusiness.AdminParent;
import com.feicuiedu.atm.tool.Tool;
im... | [
"1301744815@qq.com"
] | 1301744815@qq.com |
edfbfae330c6d21568c9cd68d2d2fafde5d57601 | 07bf31965d074d8413812272fe12103b01c6a490 | /src/main/java/org/egov/chat/service/streams/CreateStepStream.java | 2e43337ff59a1906454e067b5d08327115475cfc | [] | no_license | PrashantAswal/chatbot | 923085376a6141664ba8553f5c05b363f20e7989 | 0ef8c69c4e7e89d302734a149e82d39980740b23 | refs/heads/master | 2020-06-12T07:26:17.099131 | 2019-06-27T09:32:56 | 2019-06-27T09:32:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,132 | java | package org.egov.chat.service.streams;
import com.fasterxml.jackson.databind.JsonNode;
import lombok.extern.slf4j.Slf4j;
import org.apache.kafka.common.serialization.Serdes;
import org.apache.kafka.streams.StreamsBuilder;
import org.apache.kafka.streams.StreamsConfig;
import org.apache.kafka.streams.kstream.Consumed;
... | [
"rushangdhanesha@gmail.com"
] | rushangdhanesha@gmail.com |
83aefc7a8d0359d9a25eedf7caaca1e2d43509dd | 9acb2dcaac7c7e59c982e4a7c67118e2eccab681 | /src/main/java/net/sf/l2j/gameserver/model/actor/ai/NextAction.java | e44d7e16112faee5dd749e1292b5e5074921f0a8 | [] | no_license | denismaster/midnight | d1356bdbb06e56d67afea2c3090fcbca5e3d6b3f | d8832e701d1ba1b8ffadab5ec8e258a34dea2340 | refs/heads/develop | 2020-03-23T03:46:56.864185 | 2018-08-26T21:29:46 | 2018-08-26T21:29:46 | 141,048,546 | 1 | 0 | null | 2018-08-26T21:29:58 | 2018-07-15T18:18:40 | HTML | UTF-8 | Java | false | false | 1,052 | java | package net.sf.l2j.gameserver.model.actor.ai;
/**
* Class for AI action after some event.
* @author Yaroslav
*/
public class NextAction
{
/** After which CtrlEvent is this action supposed to run. */
private final CtrlEvent _event;
/** What is the intention of the action, e.g. if AI gets this CtrlIntention set,... | [
"denismaster@outlook.com"
] | denismaster@outlook.com |
270a6d910693e310fb7941dd35b7715f3ac6cb3e | 991c64efda3d86734df278f39ade4c0ab981cdff | /api/src/main/java/org/jboss/seam/drools/qualifiers/Channel.java | d9403a3ec1e94dbafb597ac324c3db399da918d5 | [] | no_license | sbryzak/drools | 4de3d05357ef7103f34efc10a8baa4c552e318dd | 43176f40b43c31c38552e22a9b3954f0e847d3a2 | refs/heads/master | 2021-01-20T23:04:07.480585 | 2010-10-26T10:40:02 | 2010-10-26T10:40:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,773 | java | /*
* JBoss, Home of Professional Open Source
* Copyright ${year}, Red Hat, Inc., and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of t... | [
"tsurdilo@redhat.com"
] | tsurdilo@redhat.com |
5437c93889800616e62ba3e6c462b38644bfe68c | 032786ecdd5e74865b063338413aff358a1397e8 | /main/coreplugins/io.sarl.lang.mwe2/src/io/sarl/lang/mwe2/keywords/GrammarKeywordAccessFragment2.java | 93a018dbc0ecf11e8147e34b23e72f91403d655b | [
"Apache-2.0"
] | permissive | HarshineeSriram/sarl | a967b8bf807b8a457af2822a20e656fb868543bc | c6fe8a1c6ccf84166f98a38dec2a953419d7e1bc | refs/heads/master | 2020-06-03T07:46:01.875253 | 2019-06-03T12:50:49 | 2019-06-03T12:50:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 21,802 | java | /*
* $Id$
*
* SARL is an general-purpose agent programming language.
* More details on http://www.sarl.io
*
* Copyright (C) 2014-2019 the original authors 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 ma... | [
"galland@arakhne.org"
] | galland@arakhne.org |
efcefb79d004d6f74fefcf1411de70fccd17bf30 | ba2eef5e3c914673103afb944dd125a9e846b2f6 | /AL-Game/src/com/aionemu/gameserver/services/SerialKillerService.java | 554a776d926ce84501a9a6f72b9c713b32a8be66 | [] | no_license | makifgokce/Aion-Server-4.6 | 519d1d113f483b3e6532d86659932a266d4da2f8 | 0a6716a7aac1f8fe88780aeed68a676b9524ff15 | refs/heads/master | 2022-10-07T11:32:43.716259 | 2020-06-10T20:14:47 | 2020-06-10T20:14:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,737 | java | /**
* This file is part of Aion-Lightning <aion-lightning.org>.
*
* Aion-Lightning 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 3 of the License, or
* (at your option) any lat... | [
"Falke_34@080676fd-0f56-412f-822c-f8f0d7cea3b7"
] | Falke_34@080676fd-0f56-412f-822c-f8f0d7cea3b7 |
842b444e3a0acf22c4442e372df04b44d68c97bb | bd8126e8bfdc478e6905a426809d897e9da4a724 | /src/main/java/me/jarad/rates/config/EmbeddedDbConfig.java | 6088872149475b1e01dc768bf829c9124ab316cd | [] | no_license | yarmol/get-my-rate | 2674dcc85164fa806517bc6fa53fa4b97c215d3d | 6dc7d2ab88a8eb7ccaa7bbc9b7a08fdb70c0fddc | refs/heads/master | 2020-05-17T01:12:50.016132 | 2019-04-25T12:08:01 | 2019-04-25T12:08:01 | 183,420,163 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,194 | java | package me.jarad.rates.config;
import ch.vorburger.exec.ManagedProcessException;
import ch.vorburger.mariadb4j.DBConfigurationBuilder;
import ch.vorburger.mariadb4j.springframework.MariaDB4jSpringService;
import lombok.extern.slf4j.Slf4j;
import me.jarad.rates.handler.ApplicationStartException;
import org.springframew... | [
"yarmol@gmail.com"
] | yarmol@gmail.com |
503a9fdfdafb1d2ea47660473987057803518c86 | 0c06da5144adda4512c3d58341c2630866d507f7 | /src/com/wiredave/uvite/gps/GPSTracker.java | 448f214b0145bf577c8b4dc870596a5ffde151ce | [] | no_license | bacancy/uVite | 422f10dae586ef9d1a1a558733ed626d22f3e17e | 56fd9761988caeedfe88f64ab3d0633c3a845cd8 | refs/heads/master | 2016-08-11T23:22:49.195459 | 2015-10-12T15:06:50 | 2015-10-12T15:06:50 | 44,112,368 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,330 | java | package com.wiredave.uvite.gps;
import android.app.AlertDialog;
import android.app.Service;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.location.Location;
import android.location.LocationListener;
import android.location.LocationManager;
import ... | [
"mailtobinal@gmail.com"
] | mailtobinal@gmail.com |
95843d357decfaeb40b3949d5cc51cb0464dae19 | 247ec40aa8e959b42fa22bd2635e505ec613e29a | /jdbc2/src/com/mindtree/dao/impl/VehicleDaoImpl.java | c3decbb073ff43e260633555fc723297acb64159 | [] | no_license | furqankhanfzd283203/TestProject | a574b5ceb9503265bc57f65b39645c75f874b16b | 275cabec06d7d1ed4fee86278d9c2d624178671c | refs/heads/master | 2023-06-27T08:32:55.747177 | 2021-08-02T05:17:21 | 2021-08-02T05:17:21 | 388,359,797 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,535 | java | package com.mindtree.dao.impl;
import java.sql.CallableStatement;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.LinkedHashSet;
import java.util.Set;
import com.mindtree.dao.VehicleDao;
import com.mindtree.entity.Customer;
impor... | [
"furqankhanfzd283203@gmail.com"
] | furqankhanfzd283203@gmail.com |
c6228b46877589eda0c65d479976575ecd486d9b | 329307375d5308bed2311c178b5c245233ac6ff1 | /src/com/tencent/smtt/export/external/DexLoader.java | 66feacf3d50008cae5f825ba337cb8399912c530 | [] | no_license | ZoneMo/com.tencent.mm | 6529ac4c31b14efa84c2877824fa3a1f72185c20 | dc4f28aadc4afc27be8b099e08a7a06cee1960fe | refs/heads/master | 2021-01-18T12:12:12.843406 | 2015-07-05T03:21:46 | 2015-07-05T03:21:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,953 | java | package com.tencent.smtt.export.external;
import android.content.Context;
import dalvik.system.DexClassLoader;
import java.lang.reflect.Constructor;
import java.lang.reflect.Field;
import java.lang.reflect.Method;
public class DexLoader
{
private DexClassLoader mClassLoader;
public DexLoader(Context paramConte... | [
"reverseengineeringer@hackeradmin.com"
] | reverseengineeringer@hackeradmin.com |
c24c13c9438902e9117a5842f3cbbbe32d732507 | 0e6ff18b33d529a7355a78073da364c9542ee764 | /src/main/java/com/demo/service/ClientService.java | 2eb66774a55c839d7610bb9a4da603e4c891430b | [] | no_license | percy-mescco/springboot-demo | 1d4db6dbd82b78e4118e9d8f454d8bd5536f695b | 0f1dab0991a026e51ff5f526fc5e8387c4f9b656 | refs/heads/main | 2023-02-23T07:42:52.172150 | 2021-01-29T04:49:57 | 2021-01-29T04:49:57 | 334,040,410 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 517 | java | package com.demo.service;
import com.demo.model.Client;
import com.demo.repository.ClientRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
@Service
public class ClientService {
@Autowired
public ClientRepository c... | [
"mespercy@gmail.com"
] | mespercy@gmail.com |
94e20a2da34086870b7fa9b578d43af343a330e8 | e56c8f12489d7f906699c8dc0d60323e8466e46c | /leetcode/Permutations.java | 1fe58be380f8d32f0b18217a75274dd9f7455f51 | [] | no_license | LucyMagic/CodingTime | afe97efa1c108e134963d6ac7acb759eea726415 | 13d4e2825deb9e74b669e6d62ded4a2640162c9d | refs/heads/master | 2021-01-01T06:17:23.039000 | 2014-11-18T04:17:44 | 2014-11-18T04:17:44 | 26,791,484 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,098 | java | import java.util.*;
public class Permutations {
public ArrayList<ArrayList<Integer>> permute(int[] num) {
ArrayList<ArrayList<Integer>> results =
new ArrayList<ArrayList<Integer>>();
enumerate(0, num, results);
return results;
}
private void enumerate(int k, i... | [
"yuwang@Yurong.local"
] | yuwang@Yurong.local |
b611a08064a4a724c1fd756e68a93eb1b7b3c7f8 | 6cfaca7b1b4f73419077fdbd1e0aa7b6503a2ea9 | /main/src/analysis/detector/BlobDecorDetector.java | 4cc7d44b86868d3a4259ed7da332ac66ab36cd9e | [] | no_license | moabson/thesis | 0d30fd9407c75f02f32fc792bf80a4cbb46c8be3 | ef77a2ecf42f08d642b227de7e5e13c2e57feaef | refs/heads/master | 2021-05-30T01:07:22.952343 | 2015-12-03T14:55:37 | 2015-12-03T14:55:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,231 | java | package analysis.detector;
import analysis.Metric;
import analysis.storage.PrimitiveIntMap;
import analysis.storage.SetIntMap;
import model.Class;
import model.Subroutine;
import util.LexicalHelper;
import java.io.IOException;
import java.util.Set;
import java.util.stream.Collectors;
/**
* Created by Nik on 05-11-2... | [
"vavrova.n@gmail.com"
] | vavrova.n@gmail.com |
5cf3116d6136dd054fcbbfcebd89b26474104030 | 8d033090eafe0f8dd11a2a36b0a19fedbfd38a07 | /DZAgile/src/com/decade/agile/validator/DZFormValidate.java | 7ecf153bc2070f45163221d9484eb6f3179941b3 | [] | no_license | Hiram-Y/DZAgile | 14fec09650db75df6a5bfdd41fc9f48aed41ce8c | c3daae88ab95f01b6c01d812bf4f18b958fb42b4 | refs/heads/master | 2021-01-14T12:31:39.601669 | 2015-05-05T03:08:03 | 2015-05-05T03:08:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,337 | java | package com.decade.agile.validator;
import android.content.Context;
import android.widget.EditText;
/**
*
* @description: 表单验证 工具类
* @author: Decade
* @date: 2013-9-12
*
*/
public class DZFormValidate {
private Context _context;
private DZForm _form;
public DZFormValidate(Context context) {
_context = c... | [
"397912357@qq.com"
] | 397912357@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.