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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
aad900d6cc0616f9196a9e66a3c43f62a9871ff4 | 9be301d93ec7ac89295eb08592b38d01712f85cc | /coremodule/src/main/java/com/danny/coremodule/CoreActivity.java | d9f2c9dd082bc7957cc52e86ffb4d6bcd6377c30 | [] | no_license | khysokhorn/reanAndroid | e9eed7931173ba7d232b62152d12e8cf5e1a449b | 2b6805b906f696673533498053b6a260d5d00902 | refs/heads/master | 2023-06-26T17:47:03.491921 | 2021-08-04T07:24:08 | 2021-08-04T07:24:08 | 392,591,014 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,417 | java | package com.danny.coremodule;
import android.content.IntentFilter;
import android.os.Bundle;
import android.util.Log;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;
public abstract class CoreActivity extends AppCompatActivity
implements InternetBroadcastReceiver.OnInter... | [
"sokhornkhy88@gmail.com"
] | sokhornkhy88@gmail.com |
f5e0c3ee356a6377cb51742d6f1a5027c71d526a | e45bdfe09f5abddcccbcbf44ca532729c6480123 | /IDEA2020.1.1/springmvc_study/springmvc-intercept/src/main/java/com/wang/Interceptor/LJ1.java | bbcaa7537e2f8071033d943429da389a17d11386 | [] | no_license | 18222137497/Learning-path | 71417330650c326637290cbbb9c77375a284b94f | 12a415ffce3ba8528666792ad99b8c9e6f9d107f | refs/heads/master | 2023-03-12T06:37:09.380592 | 2021-02-23T10:18:32 | 2021-02-23T10:18:32 | 303,752,409 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 960 | java | package com.wang.Interceptor;
import org.springframework.web.servlet.HandlerInterceptor;
import org.springframework.web.servlet.ModelAndView;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
public class LJ1 implements HandlerInterceptor {
@Override
public boolean ... | [
"67040612+18222137497@users.noreply.github.com"
] | 67040612+18222137497@users.noreply.github.com |
3bf4c6717c52bf7702d74bc1d58007339d2e8bdb | 7a0ad5754e47917e4822ad324440f86629e13756 | /dev_web/src/com/ajax/memo/MemoUpdateAction.java | 9b28b08ffe0e9798097310fc96a2ff56e0997ca4 | [] | no_license | ckdrmsdl9999/dev_lab | 26fece29f6158531ba6dfe06df403e4f995250d2 | 09d4897bc627ff9a6a2558d288c897eb08cbcd2e | refs/heads/master | 2021-01-25T08:02:06.311187 | 2017-03-03T03:20:06 | 2017-03-03T03:20:06 | null | 0 | 0 | null | null | null | null | UHC | Java | false | false | 1,355 | java | package com.ajax.memo;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.log4j.Logger;
import com.util.Action;
import com.util.ActionForward;
import com.vo.MemoVO;
public cl... | [
"H@DESKTOP-A7RLDUN"
] | H@DESKTOP-A7RLDUN |
d7d75bd1bfa3ff875f627a98efa098ffaf7f267d | 3dbbfac39ac33d3fabec60b290118b361736f897 | /leetcode/872-Leaf-Similar Trees.java | 6d43cb13dfc6218f744d939c430a542cf5f9188e | [] | no_license | joshua-qa/PS | 7e0a61f764f7746e6b3c693c103da06b845552b7 | c49c0b377f85c483b6d274806afb0cbc534500b7 | refs/heads/master | 2023-05-28T15:01:28.709522 | 2023-05-21T04:46:29 | 2023-05-21T04:46:29 | 77,836,098 | 7 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,094 | java | // 1ms. 트리 순회법을 알고 있으면 5분 컷
/**
* Definition for a binary tree node.
* public class TreeNode {
* int val;
* TreeNode left;
* TreeNode right;
* TreeNode() {}
* TreeNode(int val) { this.val = val; }
* TreeNode(int val, TreeNode left, TreeNode right) {
* this.val = val;
* ... | [
"jgchoi.qa@gmail.com"
] | jgchoi.qa@gmail.com |
7b2ddeb4fcae3b66c0e37f18b146c020c9b77442 | 119852755d9dcf604edf7d011097973e7150081e | /SSSP.java | df9ccedd1f0814488759342af1a74ef5bffefc52 | [] | no_license | chupotle/Multi-Threaded-Dijkstras | 6b711fedff24ac71cb5585163691587b1431f35b | ba9f2a438e0358d1db36cf47c4afa9a8b8091b70 | refs/heads/master | 2021-09-05T04:56:50.935263 | 2018-01-24T07:51:40 | 2018-01-24T07:51:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 40,484 | java | /*
SSSP.java
Single-source shortest path finder.
Includes a (sequential) implementation of Dijkstra's algorithm,
which is O((m + n) log n).
Also includes a (sequential) implementation of Delta stepping.
You need to create a parallel version of this.
Michael L. Scott, November 2017; based... | [
"tcchu97@gmail.com"
] | tcchu97@gmail.com |
b1ec86b9c0ec8caa2b8f16a20d2225f609d8e177 | 60ed365682f1af0a6712c897929e189604c7b80b | /Cosmo.Core/src/com/cosmo/ui/controls/FormControl.java | 869cb13ed0eb4bc300678fae71266f873d18e533 | [] | no_license | gllortc/cosmo-framework-java | 88b1da6b72eec97f257e871ea3c12096978bcc15 | ffd2a463ee33a296cd7a7d63d92118d087b1b2fa | refs/heads/master | 2020-04-13T11:41:17.595067 | 2015-05-28T11:20:57 | 2015-05-28T11:20:57 | 32,355,224 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 21,676 | java | package com.cosmo.ui.controls;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.util.ArrayList;
import java.util.Iterator;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import com.cosmo.Cosmo;
import com.cosmo.Workspace... | [
"gllortc@gmail.com@aa0a416d-39ab-07c1-7aa7-9644586876c2"
] | gllortc@gmail.com@aa0a416d-39ab-07c1-7aa7-9644586876c2 |
840bfb135bfb21dc811e431f70e4049972118dd2 | 78856c64cf77742436d7a496b867f6c1b5267134 | /src/main/java/fr/df/muscu/api/service/SerieService.java | c6a9857131b62e2cbc7e7e30c2dbb90a09a1dbde | [] | no_license | Marms/MuscuAPI | 367ad9db7ce31869f531511e2186e3f7e98eea1e | 67345b189c301f9fae301fe36f6117ba591fe7e8 | refs/heads/master | 2021-01-12T17:06:01.707876 | 2017-11-18T09:08:38 | 2017-11-18T09:08:38 | 71,498,760 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 341 | java | package fr.df.muscu.api.service;
import java.util.List;
import fr.df.muscu.api.model.Seance;
import fr.df.muscu.api.model.Serie;
/**
* @author Florent
*/
public interface SerieService {
Serie save(Serie se) ;
List<Serie> list();
Serie find (Integer id);
void delete(Serie serie);
void delete... | [
"delmotteflorent@sfr.fr"
] | delmotteflorent@sfr.fr |
cd2c11b2a009871b76522fc6809f2eb2d7eb1653 | bc639d15bcc35b6e58f97ca02bee2dc66eba894b | /src/com/vmware/vim25/ArrayOfHostPortGroupPort.java | 1358b3f57edf30c4ab64fb75db3248438a295109 | [
"BSD-3-Clause"
] | permissive | benn-cs/vijava | db473c46f1a4f449e52611055781f9cfa921c647 | 14fd6b5d2f1407bc981b3c56433c30a33e8d74ab | refs/heads/master | 2021-01-19T08:15:17.194988 | 2013-07-11T05:17:08 | 2013-07-11T05:17:08 | 7,495,841 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,151 | java | /*================================================================================
Copyright (c) 2012 Steve Jin. All Rights Reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must re... | [
"sjin2008@3374d856-466b-4dc9-8cc5-e1e8506a9ea1"
] | sjin2008@3374d856-466b-4dc9-8cc5-e1e8506a9ea1 |
a9d52687abbd2d511720081f6aab001e03de9564 | 473b21c8216f7c7c2c481e1e1df6a5d632236730 | /app/src/main/java/com/zxb/xmap/remote/route/WalkRouteActivity.java | d7741eccba196e573d542185f4961bd4e4d0bd28 | [] | no_license | somezhao1990/AMap3DDemo | cbdd0c21b307c7c1eeb34af6f07790d79dbb959a | 018933827cfcf6df6a54bb5985b025434139687e | refs/heads/master | 2021-01-20T16:50:38.428258 | 2017-06-01T23:56:31 | 2017-06-01T23:56:31 | 90,851,211 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,911 | java | package com.zxb.xmap.remote.route;
import android.app.Activity;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.RelativeLayout;
import android.widget.Tex... | [
"赵锡彬"
] | 赵锡彬 |
26549c821f6b5e4dc42d6e67161e40169c14b2e5 | d13e942b46aeb2c88b726aa438b987770eaba116 | /Development of online data-driven monitoring methodologies and piloting analytical and monitoring tools by the State Audit Service of Ukraine/Public Dashboard/Back-End/src/main/java/com/datapath/sasu/integration/prozorro/tendering/containers/AwardAPI.java | 641f1516d6d64d7591e97c122c0692f5f0b76f19 | [] | no_license | EBRD-ProzorroA7-RiskIndicators-SASU/Ukraine-Development-of-online-data-driven-monitoring-methodologies-and-piloting-analytical-tools | 7f01956b454cfb8f2fa7821e713898068c3db81f | 2a67c467c878e57f1ee81aef3b49f409bd8e2658 | refs/heads/main | 2023-06-18T23:18:28.367265 | 2021-07-13T18:22:10 | 2021-07-13T18:22:10 | 333,778,176 | 0 | 0 | null | 2021-01-28T14:09:57 | 2021-01-28T14:09:56 | null | UTF-8 | Java | false | false | 200 | java | package com.datapath.sasu.integration.prozorro.tendering.containers;
import lombok.Data;
@Data
public class AwardAPI {
private String id;
private Value value;
private String status;
}
| [
"eduard.david9@gmail.com"
] | eduard.david9@gmail.com |
a338eedc0ce1543f423d6667ba615fadc16b9adf | 7dc6bf17c5acc4a5755063a3ffc0c86f4b6ad8c3 | /java_decompiled_from_smali/com/google/android/gms/maps/a/e.java | 4dc9204d2be38289db8f9d80122cd8844410a864 | [] | no_license | alecsandrudaj/mobileapp | 183dd6dc5c2fe8ab3aa1f21495d4221e6f304965 | b1b4ad337ec36ffb125df8aa1d04c759c33c418a | refs/heads/master | 2023-02-19T18:07:50.922596 | 2021-01-07T15:30:44 | 2021-01-07T15:30:44 | 300,325,195 | 0 | 0 | null | 2020-11-19T13:26:25 | 2020-10-01T15:18:57 | Smali | UTF-8 | Java | false | false | 15,018 | java | package com.google.android.gms.maps.a;
import android.location.Location;
import android.os.Binder;
import android.os.IBinder;
import android.os.IInterface;
import android.os.Parcel;
import com.google.ads.AdSize;
import com.google.android.gms.b.f;
import com.google.android.gms.maps.model.CameraPosition;
impor... | [
"rgosa@bitdefender.com"
] | rgosa@bitdefender.com |
3ebee193c6d8687a4974fab63c55afa1d385267a | 7bdef87f254d832513226328115eb0058bf24258 | /NorthPeopleJob/src/com/hyd/northpj/service/interfaces/AnalysisServiceInterface.java | bfcb43979f2071e8d10cefd8bb2e12b29310661b | [] | no_license | NPeopleGroup/NRPeople | 421fa55508982714a0f918ecff12e416b6c3f2ce | 48b95f9370caf92ceedf0d72fbce800b64cd8740 | refs/heads/master | 2021-01-13T01:44:43.364515 | 2015-07-07T10:25:01 | 2015-07-07T10:25:01 | 35,520,660 | 1 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,098 | java | package com.hyd.northpj.service.interfaces;
import java.util.ArrayList;
import java.util.Date;
import com.hyd.northpj.entity.User;
public interface AnalysisServiceInterface {
/**
* 查询时间段内的一组用户
*
* @param beginDate
* @param endDate
* @return 一组用户
* @throws Exception
*/
public ArrayList... | [
"xiangyanglai@126.com"
] | xiangyanglai@126.com |
c4b6c9039d7a154e5476546da594d1d74cd601b0 | 3183c6de4ab409c03043b1c9c131313e3d542ce6 | /app/src/main/java/com/serloman/popularmovies/movieDetails/FullMovieDetailsFragment.java | a0e6536bfd5d530a376906fd3e4fc96a1e4a1c57 | [] | no_license | Serloman/Android-Developer-Nanodegree-Project-2-Popular-Movies-P2 | d5721fc13206781fe13ccee39819c013d5c26f18 | bf23010c99044a9f8381f5faaabc0a7266a0b3a3 | refs/heads/master | 2021-01-01T16:29:38.858530 | 2015-07-30T21:35:44 | 2015-07-30T21:35:44 | 39,721,677 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,236 | java | package com.serloman.popularmovies.movieDetails;
import android.os.Bundle;
import android.os.Parcelable;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.serloman.popularmovies.R;... | [
"serloman@gmail.com"
] | serloman@gmail.com |
922820e59960793bcf9dcced84cb1daad91f6a6c | bbca12983a7c9559dd69af5376c8e4c9f5bfbe65 | /app/src/main/java/kz/rzaripov/ps_client/json_class/get_domains_list_answer.java | e725944095d56d9b113dd092cf6c57b6e4729d7f | [] | no_license | rzaripov1990/ps_client | ee4780721be27c3f822d47fcf90416f2e337b57f | 4d3fb48453d495ef822f0a8507f3a0214ab13caf | refs/heads/master | 2021-05-15T07:47:12.545264 | 2017-11-04T17:12:00 | 2017-11-04T17:12:00 | 109,512,362 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 209 | java | package kz.rzaripov.ps_client.json_class;
/**
* Created by ZuBy on 29.10.2017.
*/
public class get_domains_list_answer {
public String domain;
public String expirydate;
public String status;
}
| [
"rzaripov1990@gmail.com"
] | rzaripov1990@gmail.com |
ce3ad9318857517e469b2b368babe009799644e4 | dda81b93a12e0695dc1c85a6a8ca3785f2e36e23 | /spigot/work/decompile-93a89a75/net/minecraft/server/BiomeJungle.java | d6bbb01a949ee23aef6c0bb928819cced68209fa | [] | no_license | skychwang/MindCraft | a4a8a337738b884af6ecc65c133b314418757a7d | 48923ed1c2b9fbc807a61619cc17001312082b83 | refs/heads/master | 2023-07-20T14:36:48.872240 | 2021-09-07T20:00:04 | 2021-09-07T20:00:04 | 336,148,107 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,962 | java | package net.minecraft.server;
public final class BiomeJungle extends BiomeBase {
public BiomeJungle() {
super((new BiomeBase.a()).a(WorldGenSurface.G, WorldGenSurface.v).a(BiomeBase.Precipitation.RAIN).a(BiomeBase.Geography.JUNGLE).a(0.1F).b(0.2F).c(0.95F).d(0.9F).a(4159204).b(329011).a((String) null));
... | [
"sky.wang@yahoo.com"
] | sky.wang@yahoo.com |
1bb31edf27df7a1d3ecc5ea3759f7584196f650f | 010bba12ba3beec185f8344cdd90a3f88c92fb58 | /programmers/src/level2/VisitLength2.java | f92d9e7e6ed755b6de4eef33bca7193bfa392d83 | [] | no_license | SongHae8640/Algorithm | 993ffbf7b4a5806c7b2246c3b519499c6126b923 | ecb8c12d07c559e699b89e8a6c0f07013e13bcb3 | refs/heads/master | 2022-02-13T01:00:57.996835 | 2022-01-17T23:34:39 | 2022-01-17T23:34:39 | 221,455,578 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,497 | java | package level2;
public class VisitLength2 {
public int solution(String dirs) {
//격자판 - xy 축이 모두 짝수이면 점, 둘중 하나만 짝수이면 선
//지나간 선은 1, 지나가지 않은 선은 0
int [][] gridPlate = new int[21][21];
int xAxis = 10;
int yAxis = 10;
for (int i = 0 ; i <dirs.length() ; i++){
... | [
"thdgo456@gmail.com"
] | thdgo456@gmail.com |
941d089975f5f7037cb65d6f094de73984ce59c3 | 52fb067b0f2a2efd03058755ff8d2659f8290ac2 | /app/src/main/java/android_network/hetnet/vpn_service/ServiceTileFilter.java | da0d8424db2231aeb9cd1b2e1e7b5f752d113f0e | [] | no_license | lanking520/HetNet | 31fa1924b515089b92d896633ce11fbbab64878e | 43287340e53570daf69c64505e86ecffa6b64178 | refs/heads/master | 2021-01-12T01:18:02.299211 | 2017-05-14T22:15:52 | 2017-05-14T22:15:52 | 70,446,041 | 0 | 0 | null | 2016-10-10T02:48:00 | 2016-10-10T02:47:59 | null | UTF-8 | Java | false | false | 2,619 | java | package android_network.hetnet.vpn_service;
/*
This file is part of NetGuard.
NetGuard 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... | [
"lanking520@gmail.com"
] | lanking520@gmail.com |
27718b04c0cb868151d7b9025b1cc95f135723f9 | 562112f15c396095bf6a54a197980449def5848b | /src/main/java/com/agile/dao/interfaces/UserGroupDao.java | 4a8bb79bb435490d496b9cb54aac5df074d4f1c1 | [
"Apache-2.0"
] | permissive | xuanspace/SpringAgile | 52507c7610554a47eeba0e83d8a2b70b94eeb28e | f4adacd93a305498d4b9102280c87c36bd5be8dc | refs/heads/master | 2021-09-13T13:21:12.487488 | 2018-04-30T15:01:22 | 2018-04-30T15:01:22 | 115,268,268 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 300 | java | /*
* Copyright (C) 2016-2017 Spring Agile. All rights reserved.
* Licensed under the Apache License, Version 2.0
*/
package com.agile.dao.interfaces;
import com.agile.model.UserGroup;
import com.agile.framework.persistence.IBaseDao;
public interface UserGroupDao extends IBaseDao<UserGroup>{
}
| [
"linweixuan@gmail.com"
] | linweixuan@gmail.com |
474874d8e15c6cbc917496ea9d21d6e99eea519d | de9c5d5a1dee46b3c18883a836e132e6dccdeedd | /src/main/java/Repositories/VehiculoRepository.java | 42c283d9d014ac4c7d555996b4ae949284ab8c80 | [] | no_license | sbbruno17/javaTest | 7009ae26bbff309c716a3361ab60106d7847b0e5 | 5d6e0cc18f82685d33610a701ca5c01aa550a409 | refs/heads/master | 2022-11-27T17:00:34.011072 | 2020-08-07T13:13:06 | 2020-08-07T13:13:06 | 285,833,734 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 63 | java | package Repositories;
public interface VehiculoRepository {
}
| [
"bbruno.sgb@gmail.com"
] | bbruno.sgb@gmail.com |
5b7137a7e8ab9b91823c107987d13314b2cf10d3 | b2d511ddbcf00140a87c7afe6fac9640502bd1e3 | /application/model/src/main/java/by/vbalanse/model/psychologist/WithWhomWorks.java | 64dd479a1862701d575f3afffa88827b36949d5a | [] | no_license | vasilinka/vbalanse | b6b9296ad78a2eeed02262b908beef98591438d2 | a33c17c8a249b9b8ad6c3f55fdc84a5a5dd6d9ec | refs/heads/master | 2021-09-03T04:39:03.478807 | 2018-01-05T16:26:29 | 2018-01-05T16:26:29 | 114,117,396 | 0 | 2 | null | 2017-12-29T08:07:38 | 2017-12-13T12:21:35 | JavaScript | UTF-8 | Java | false | false | 1,122 | java | package by.vbalanse.model.psychologist;
import by.vbalanse.model.common.AbstractManagedEntity;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.validation.constraints.NotNull;
/**
* writeme: Should be the description of the class
*
* @author <a href="v.terehova@itision.com">Vasilina ... | [
"4vasilinka@gmail.com"
] | 4vasilinka@gmail.com |
82eb491ea2801b43b7419eab3712fe5e7feb2c10 | 2e7fae5a260e8a8718f3ae11a837fbc576eaf4f2 | /src/animals/utils/Inputer.java | 2e05ee014c73798b035c8bc14ac2cd421d08ee9c | [] | no_license | ksnortum/guess-the-animal | cc78abed5b75e2fe505d26bd7544985b15c82636 | 0f0df5c3ac4bb6b895efe0fe14e680163d1c8ca8 | refs/heads/main | 2023-03-13T04:34:12.619892 | 2021-03-08T22:18:28 | 2021-03-08T22:18:28 | 345,696,394 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,517 | java | package animals.utils;
import java.util.*;
public class Inputer {
private static final Scanner SCANNER = new Scanner(System.in);
private static final Random random = new Random();
private static final ResourceBundle messagesBundle = PropertiesUtils.getMessagesBundle();
private static final List<String... | [
"knute@snortum.net"
] | knute@snortum.net |
bb88811d381f303e706b699a99d7f012a9a384ba | 7f3376d74b84ca55d9a9f52c641aca9b52a8ffc6 | /cas_paste/src/main/java/org/jasig/cas/ticket/registry/support/JpaLockingStrategy.java | 2814342fcd5bd2056aff01c325e33d00e8eea7f5 | [] | no_license | iswangyj/casserver | 4027376ffd70fd167566cc9dae27cb0ac100dd84 | 1773b1cbbe027c1dfc25781cb8d7196975dcd7bb | refs/heads/master | 2020-03-30T01:41:21.691250 | 2018-09-27T13:35:52 | 2018-09-27T13:35:52 | 150,588,014 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,883 | java | package org.jasig.cas.ticket.registry.support;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.transaction.annotation.Transactional;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
import java.util.Calendar;
import java.util.Date;
/**
* @author SxL
* Cre... | [
"iswangyj@yeah.net"
] | iswangyj@yeah.net |
c058500808e35950de37b274ab155a6c42a8a5fe | f3ec3cf39e7087cde4715a29283893f4144974eb | /src/main/java/rest/App.java | f61b8479e4f25a5772ad68fcb6ad1ce5ed4e3f91 | [] | no_license | luke-c/RentalCarsCodingTest | 10b85aa5e26e20f6ed8c26ac8fe3a25a9a76be48 | 4563a04955608c14f836c785105bf5ca2580e713 | refs/heads/master | 2021-01-20T03:12:33.296403 | 2017-04-26T17:45:00 | 2017-04-26T17:45:00 | 89,509,493 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,458 | java | package rest;
import java.io.IOException;
import java.net.InetSocketAddress;
import java.net.URI;
import javax.ws.rs.core.UriBuilder;
import javax.ws.rs.ext.RuntimeDelegate;
import com.sun.net.httpserver.HttpHandler;
import com.sun.net.httpserver.HttpServer;
/**
* Created by luke_c on 26/04/2017.
*/
// Code take... | [
"lukecasey94@gmail.com"
] | lukecasey94@gmail.com |
981e2cb03d37667181e5610f2fa733acd4f1f00e | 7f4bf47a3863cb0028cb225e9241ac576979b82d | /RdbAssistant/src/main/java/net/cattaka/rdbassistant/jspf/core/JspfException.java | 14fcf5b71857663a67fc75788c6eb2cf4edb5f62 | [
"BSD-3-Clause",
"Apache-2.0",
"BSD-2-Clause",
"ANTLR-PD"
] | permissive | cattaka/RdbAssistant | c3f7173e3cc5da235fb397b092bde26019014a8e | aa4a4ca9b22d435f0a0e47d6be93b17cc618483f | refs/heads/master | 2021-07-01T22:43:09.469488 | 2020-10-14T01:02:19 | 2020-10-14T01:02:19 | 22,362,182 | 2 | 1 | null | 2020-10-14T01:02:21 | 2014-07-29T00:12:00 | Java | UTF-8 | Java | false | false | 2,105 | java | /*
* Copyright (c) 2009, Takao Sumitomo
* All rights reserved.
*
* Redistribution and use in source and binary forms,
* with or without modification, are permitted provided
* that the following conditions are met:
*
* * Redistributions of source code must retain the
* above copyright notice, thi... | [
"cattaka.net@gmail.com@4abaf870-a9f9-8e59-304d-5252f5ea09fa"
] | cattaka.net@gmail.com@4abaf870-a9f9-8e59-304d-5252f5ea09fa |
37db5bd5fc1b2ddd6ea60b160cafcff2118fe90d | dd0023fa194c2d1900ff09ba34920181d5c78555 | /src/com/acl/controller/log_out_Servlet.java | ff60ee267a52a7529315ca9e2c6612894381a512 | [] | no_license | VimukthiRajapaksha/AccessControlLoginDemo | 2500503044229a0d16d6b5223a69903b4095b1df | 964bd7b3ae90ed16a4d9a59ba4514c6aac6e7d6a | refs/heads/master | 2020-03-29T01:22:29.827139 | 2018-10-04T04:34:13 | 2018-10-04T04:34:13 | 149,385,686 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,176 | java | package com.acl.controller;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
/**
* S... | [
"vimukthi.rajapaksha@my.sliit.lk"
] | vimukthi.rajapaksha@my.sliit.lk |
b767203e87f39c80a364c2ca2b4b8817563059ae | 98c9ff510b396b4e879ca3ddce1f65c0adc618b5 | /src/CTAMapper/CTALocation.java | d8ee5bf119666e71ddacc75d546881273183f72a | [] | no_license | George-Poulos/CTA-Mapper | 7a40ef4f63c7f96a27e4682a0c4d2f9105fbbd28 | 8ecd0abb8b36db176f22ffd202fd5b33dc8cb912 | refs/heads/master | 2021-01-12T10:14:03.083085 | 2016-12-13T20:29:01 | 2016-12-13T20:29:01 | 76,391,980 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,721 | java |
package CTAMapper;
/**
* This project takes information from CTA API and plots the current locations of every train on every line
*
* @author George Poulos
* @version 1.0
*/
import javax.swing.*;
import java.awt.*;
import java.awt.event.MouseEvent;
import java.io.*;
import java.math.BigDecimal;
import java.util... | [
"Georgepoulos5@gmail.com"
] | Georgepoulos5@gmail.com |
c3fcefb5110d6cd530fedc3df353c3d69193438b | dbaa6469e758ebfa313a2e6799598470c8fe77a1 | /assessment/src/main/java/com/mediscreen/mediscreenapp/assessment/exception/RestServiceTransmitException.java | ee0386c33d783597dafae26d2c3fc37f13ad5679 | [] | no_license | ClementDv/OpCl-JAVA-P9 | dba11a75b881c8fade766794eef708cbd974d8f8 | 4062a210d698e96c8ea4fa0149ab8a61256fbfad | refs/heads/master | 2023-07-02T12:08:44.224781 | 2021-07-28T14:07:18 | 2021-07-28T14:07:18 | 375,366,295 | 1 | 1 | null | 2021-07-23T16:49:47 | 2021-06-09T13:32:00 | Java | UTF-8 | Java | false | false | 518 | java | package com.mediscreen.mediscreenapp.assessment.exception;
import lombok.Getter;
@Getter
public class RestServiceTransmitException extends RuntimeException {
private String errorResponse;
public RestServiceTransmitException() {
}
public RestServiceTransmitException(String errorResponse) {
t... | [
"p.clement777@gmail.com"
] | p.clement777@gmail.com |
44d0e1b89b7e9d8cc90c60cc242a6aa7d38a469e | 9ee004cd4f2ca3360948a03ffea37851beba9636 | /GSCMobile/src/arm/developer/gsportmobile/utility/BookHelper.java | bda9d3517088a52b45ef22aa6cdbe3987b7cd464 | [] | no_license | damnedivan/GSCMobile | 922aa9304c4baf2a94d9b3409446299678026b87 | b363fb50b51f27f5d85c0aea8f61730fb9e23fa7 | refs/heads/master | 2020-05-09T22:32:26.188993 | 2013-07-12T12:49:36 | 2013-07-12T12:49:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 687 | java | package arm.developer.gsportmobile.utility;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.telephony.SmsManager;
public class BookHelper {
public static void sendSMS(Context context, String phoneNo, String message) {
String SENT = "SMS_SEN... | [
"tivanoedwin@gmail.com"
] | tivanoedwin@gmail.com |
e86770476a3a081f49e2b63a19dd2046c921b05f | e0918c93dca0479f5ee6df3e78ea93e0dae1c540 | /04_実装/テストコード/ModeTest.java | 4b18f2ee828386f47b8b50fe04fc6dd95507f47a | [] | no_license | IshikawaAyaka/Repitition4 | b3090a6a93e3a1a8e20394bee8b594d9218e62ca | 8fd38491b5fdc15e819c15c8ab00d387edf003b9 | refs/heads/master | 2022-10-22T04:08:43.083999 | 2020-06-15T05:55:11 | 2020-06-15T05:55:11 | 271,671,927 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 675 | java | package typingGame;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertThat;
import org.junit.Test;
public class ModeTest extends EasyMode{
Mode e;
@Test
public void test1_1() {
e = new EasyModeStab();
// 実行
e.setAnswer();
boolean test_1_1 = e.judge("1234567");
// 検証
as... | [
"a-yoshitomi@cresco.co.jp"
] | a-yoshitomi@cresco.co.jp |
beffb11ecb6b7ff21179556ee91f2f7c97fa9303 | f97d91e69c2fd1f6b8c3c3cd9e662f180ffb5d32 | /smbms/src/cn/pb/smbms/dao/DaoFactory.java | 5574d7482b5fafd2c9c6a3d805a16128839fa2f2 | [] | no_license | liuyabo11/smbms | abdf075d9e930f49d7acc9981be165b043ec865f | 05c38952b6baec1abd7040cf1dfbe58b22db30a6 | refs/heads/master | 2021-01-19T14:49:21.041897 | 2017-08-21T07:50:00 | 2017-08-21T07:50:00 | 100,926,770 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,031 | java | package cn.pb.smbms.dao;
/**
* Dao层的工厂 因为只需创建一个 使用单例
*
* @author Administrator
*
*/
public class DaoFactory {
// 私有化本对象
private static DaoFactory daoFactory;
// 私有化构造
private DaoFactory() {
}
/**
* 静态代码块 创建dao工厂实例
*/
static {
if (daoFactory == null) {
synchronized (DaoFa... | [
"1014418619@qq.com"
] | 1014418619@qq.com |
f3a86a65cfac0de838e7e3aac1e147a1db266327 | 4d6c87b92af9aad1dcbb85220cc4f852068983b8 | /src/worldfoodgame/model/EnumContinentNames.java | 7e608e8f5baff78591cafa60030e2eae881e4460 | [] | no_license | jjones203/PizzaPartyPresident | 505a33ebeac82a4579afbc01af2d423af314eb57 | 6e328d2cdac52e4cb34d267435d600c1982346c9 | refs/heads/master | 2021-01-12T20:27:48.189168 | 2015-05-07T00:57:12 | 2015-05-07T00:57:12 | 33,828,625 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,188 | java | package worldfoodgame.model;
/**
* Holds names of continent groups; use when reading csv and initializing continents
* @author jessica
*/
public enum EnumContinentNames
{
N_AMERICA, S_AMERICA, EUROPE, AFRICA, OCEANIA, ASIA, MIDDLE_EAST;
public String toString()
{
String name = name();
String retStr... | [
"JJONES203@UNM.EDU"
] | JJONES203@UNM.EDU |
3ec8ae79bc71a669a1f0b8f55935163849677a4c | 939768bc793510deefdbb3db10c6116c02275020 | /src/main/java/org/silnith/browser/model/NavigationListener.java | 4f344f19ac263a1859576aa6cf22ed774efbcd97 | [] | no_license | silnith/responsive-browser | 87229ffeabebb4cd21657b5178efcd3af19105fe | 8951c43ac45d35a32c2e2e8b6645166ef2ef9180 | refs/heads/master | 2021-01-10T03:52:07.535073 | 2016-01-29T20:13:12 | 2016-01-29T20:13:12 | 50,687,823 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,277 | java | package org.silnith.browser.model;
import java.awt.EventQueue;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.net.MalformedURLException;
import java.net.URL;
import org.silnith.browser.ui.NavigationPanel;
public class NavigationListener implements ActionListener {
... | [
"silnith@gmail.com"
] | silnith@gmail.com |
33006c6117a64be7465464cc6a48a5fc15eca196 | 973ae40f2d3e2faba81155d3ec61c0f858e7017d | /mobile/src/main/java/com/shadow/manga/listeners/RecyclerEndlessOnScollListener.java | 681825c79cbdad76c44cbabe0b78d974e5fef056 | [] | no_license | ShaneRich5/manga-app-android | 879ac17a77b9f74fa18c207c18e7a9d77e549a69 | b19854300c68651e807e3dac18c3e78d8af117ed | refs/heads/master | 2016-08-05T11:28:17.997742 | 2015-05-18T16:57:27 | 2015-05-18T16:57:27 | 35,646,893 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,577 | java | package com.shadow.manga.listeners;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
/**
* Created by Shane on 5/18/2015.
*/
public abstract class RecyclerEndlessOnScollListener extends RecyclerView.OnScrollListener{
private int previousTotal = 0;
private ... | [
"shane.richards121@gmail.com"
] | shane.richards121@gmail.com |
9c1fa0864f0b834823f9d55dad4389fb30763735 | 0c395d3f0bd3831069be16d5234ec3f4ab3d5eac | /app/src/main/java/com/tcl/myapplication/view/AudioPlayerActivity.java | 0db573445d190cb5c8251dd7a7c2ed7dd7cc63b7 | [] | no_license | lishiwei/IflySoundDemo | 90e64fb0af6592a0369b7b7320d2a61d271bb9fb | 6992498fbd97b078cc74d6517d043abfa2d88032 | refs/heads/master | 2020-04-06T04:42:47.738588 | 2017-04-07T10:36:53 | 2017-04-07T10:36:53 | 82,886,404 | 0 | 0 | null | 2017-03-01T09:27:18 | 2017-02-23T05:05:53 | Java | UTF-8 | Java | false | false | 3,289 | java | package com.tcl.myapplication.view;
import android.os.Bundle;
import android.support.v4.app.FragmentActivity;
import android.support.v4.app.FragmentPagerAdapter;
import android.support.v4.view.ViewPager;
import android.view.Gravity;
import android.view.MotionEvent;
import android.view.View;
import android.view.ViewGro... | [
"294357228@qq.com"
] | 294357228@qq.com |
a2b3b0a3e7c4b33d9a842e8eed292ee439e4068b | 4e3fc9d43725db30e97c8ca80d41741850d43013 | /MozuAndroidInStoreAssistant/app/src/main/java/com/mozu/mozuandroidinstoreassistant/app/models/authentication/UserAuthenticationFailed.java | a4a91b448c4c623d46c73ff27b9b4d72afffeec6 | [
"MIT"
] | permissive | dhootha/MozuAndroidInStoreAssistant | ae73bfd26e3fee18963b706f10ebe7b1899b8efa | 039d4e1d3a9a243fb3258a389df47314c9124cf8 | refs/heads/master | 2021-01-13T12:54:18.611620 | 2015-10-14T19:10:01 | 2015-10-14T19:10:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 354 | java | package com.mozu.mozuandroidinstoreassistant.app.models.authentication;
public class UserAuthenticationFailed extends UserNotAuthenticatedNoAuthTicket {
public UserAuthenticationFailed(UserAuthenticationStateMachine stateMachine) {
super(stateMachine);
}
@Override
public boolean isErrorState(... | [
"matt_wear@volusion.com"
] | matt_wear@volusion.com |
ca144f834160c61631953be323a947467d9e86bf | 58f9ed107e610a612af459d8231fbe97dd0c814f | /src/main/java/com/ht/extra/pojo/comm/PhamDict.java | 52dfd3d91ac9c2d92a86698fc856a65823275a6e | [] | no_license | tangguoqiang/htwebExtra | 3bee6434a87e9333d80eeb391f80dfb72178675d | ca9d50a66586905d5164f6087b7778f233a1fd13 | refs/heads/master | 2020-03-15T13:13:57.645083 | 2018-08-22T12:54:44 | 2018-08-22T12:54:44 | 132,161,700 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,441 | java | package com.ht.extra.pojo.comm;
public class PhamDict {
private String phamStdCode;
private String phamName;
private String phamSpec;
private String phamUnit;
private String phamForm;
private String toxicologyProperty;
private Long stdDose;
private String materialProperty;
p... | [
"ttang11@its.jnj.com"
] | ttang11@its.jnj.com |
1d52227d157b9c90e75c2424639c53d7277f3dea | 1209f282172e15505a2ed352ab9a6d1aafac54e3 | /app/src/main/java/com/scaleablesolutions/crm_aurhentication_sample_using_soap/MainActivity.java | d9b7f6e923f49de325b5a2df2f709e1c820c929e | [] | no_license | Scaleable-solutions/Connecting-Android-apps-to-Dynamics-CRM-using-SOAP-endpoint | 71f6ca2b5d0042f75461c2e3320653d92aabfff1 | ab43f33a7559a22b018ba47c5e0094c1e37ba9bb | refs/heads/master | 2021-01-15T15:16:25.545833 | 2016-01-06T12:27:45 | 2016-01-06T12:27:45 | 48,979,798 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,732 | java | package com.scaleablesolutions.crm_aurhentication_sample_using_soap;
import android.app.ProgressDialog;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.View;
import android.widget.Button;
import andr... | [
"aamir@scaleablesolutions.com"
] | aamir@scaleablesolutions.com |
bbcb2d9c4b4f880dce427a14e758e69712bc4bdf | 53df0c694bcc0033ec13841a714268a0767cf60b | /src/writerr/Main.java | 3b35c209d01e41954a3f9280bbbc4e65a5e077d9 | [] | no_license | Cannarozzo/Writer-functor-in-Java | e09a89e54b7493d5b62850bc67009f37eb72bcbe | cec217146e8a169f9c42c26440af4f489cd1c84f | refs/heads/master | 2020-07-11T07:58:30.312754 | 2019-08-26T13:42:49 | 2019-08-26T13:42:49 | 204,483,879 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 805 | java | package writerr;
import java.util.function.Function;
@SuppressWarnings("unchecked")
public class Main {
public static <T, R> void main(String[] args) {
Peixe p = new Peixe<Integer, Integer, Integer>();
Function<Integer, Writerr> f = a -> new Writerr(a, "log");
Function<Writerr, Integer> g = b -> (I... | [
"felipe.cannarozzo@gmail.com"
] | felipe.cannarozzo@gmail.com |
7f75d39c7799b36b557b2ee1e9674f550d1f20a2 | 9b56c1a7ff68cec78d2d469242dc396fc9fd7b02 | /bin/platform/bootstrap/gensrc/de/hybris/platform/impex/model/exp/ImpExExportMediaModel.java | 1c2b40e1824501846f10bef9b47014f9175e4874 | [] | no_license | noiz23/TourHy | e32f411786c140e08b977dbe89f912061f47ce7f | 8379099898362e7c697c6ef22ae988c85e41eae3 | refs/heads/master | 2020-04-11T08:14:00.193050 | 2019-01-03T10:15:13 | 2019-01-03T10:15:13 | 161,634,988 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,629 | java | /*
* ----------------------------------------------------------------
* --- WARNING: THIS FILE IS GENERATED AND WILL BE OVERWRITTEN! ---
* --- Generated at Dec 31, 2018 5:45:51 AM ---
* ----------------------------------------------------------------
*
* [y] hybris Platform
*
* Copyright... | [
"ruben.echeverri"
] | ruben.echeverri |
323f48611fea4b90304480ff7a88d769db039d44 | dc9d908f5a9e34baae2fd916011cd24f2b3d2741 | /ConquerYo/app/src/main/java/com/conquer/elspet/conqueryo/mvp/model/api/cache/CommonCache.java | 0f6cc5e165649a087a488bc641bed4fdb58ee7bf | [] | no_license | elspet/ConquerYo | 16232f7d41bf0f775d0ac1b351853b4d483498de | 4d1a93361dd3a3b12192679e3124664344d896a1 | refs/heads/master | 2020-11-29T14:51:19.987064 | 2017-04-07T11:47:21 | 2017-04-07T11:47:21 | 87,491,823 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 655 | java | package com.conquer.elspet.conqueryo.mvp.model.api.cache;
import android.database.Observable;
import com.conquer.elspet.conqueryo.mvp.model.entity.User;
import java.util.List;
import java.util.concurrent.TimeUnit;
import io.rx_cache.DynamicKey;
import io.rx_cache.EvictProvider;
import io.rx_cache.LifeCache;
import ... | [
"466092956@qq.com"
] | 466092956@qq.com |
a953e58ef7e7855d8394c15d73157810a1206683 | 628a5037ac56c736c4d5f101ce51f648dcabfa3c | /projects/TicTacToe/java/src/tictactoe/GameResult.java | 4c10cb6849953bde6d600a23673e943b56396255 | [] | no_license | mohanmca/course | c5c58f93fbae3c09eddffaef5111870d685c5bdf | 804aaf5aecd93d3def632f32245b2c0eb88a68a8 | refs/heads/master | 2021-01-17T23:02:27.834256 | 2015-07-21T07:06:17 | 2015-07-21T07:06:17 | 40,645,738 | 1 | 0 | null | 2015-08-13T07:46:05 | 2015-08-13T07:46:05 | null | UTF-8 | Java | false | false | 1,140 | java | package tictactoe;
import fj.F;
import fj.data.Option;
import static fj.data.Option.some;
import static tictactoe.Player.Player1;
import static tictactoe.Player.Player2;
public enum GameResult {
Player1Wins, Player2Wins, Draw;
public boolean isWin() {
return this == Player1Wins || this == Player2Wins;
}
... | [
"tmorris@tmorris.net"
] | tmorris@tmorris.net |
a7a4202c79176149cabe64f7d7252b3b1d6fb397 | e3cb50f4c0cda9326774575d5a958bd283b93769 | /app/src/androidTest/java/heinke/hsmontagens/ExampleInstrumentedTest.java | 19564f7236e4c3a99b9942225fd5448df3fc755b | [] | no_license | robsonheinke/ordemServico | d9d67142ae5152c39b629ef6c95487b54c71b27a | 8cc0c10dea6db9c867db5f82db3ea9b3a8f5dd6b | refs/heads/master | 2021-05-06T01:14:42.174715 | 2018-01-03T14:02:04 | 2018-01-03T14:02:04 | 114,426,104 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 737 | java | package heinke.hsmontagens;
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 devi... | [
"robsonheinke@hotmail.com"
] | robsonheinke@hotmail.com |
b1041c03667d4f5f375cc56789bbf90ea8de6d87 | ae9d72e8e4493ec5baa492db35eaf148357975ae | /servlet/api/src/test/java/javax/servlet/http/TestHttpFilter.java | 46796a6eaf9b63ba045757e13c9917456c1b8644 | [
"BSD-3-Clause"
] | permissive | PratesLab/piranha | 49d00804dbeaa233c619bbeaf45a723fbb2feb3b | 1b03e72752aee4a70e5ce5ba90a938d9937ac851 | refs/heads/master | 2023-01-14T01:45:50.312653 | 2020-08-13T14:25:14 | 2020-08-13T14:25:14 | 287,337,057 | 0 | 0 | BSD-3-Clause | 2020-11-22T21:14:14 | 2020-08-13T17:09:00 | null | UTF-8 | Java | false | false | 2,508 | java | /*
* Copyright (c) 2002-2020 Manorrock.com. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list ... | [
"mriem@manorrock.com"
] | mriem@manorrock.com |
f06bfa94053111e70b2a22938ffae29b8b4bc8ae | 473fc28d466ddbe9758ca49c7d4fb42e7d82586e | /app/src/main/java/com/syd/source/aosp/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/java/org/mockftpserver/core/util/PortParserTest.java | ee3e60e39347af39540a3287eed3bd8cf5f3fc35 | [
"Apache-2.0"
] | permissive | lz-purple/Source | a7788070623f2965a8caa3264778f48d17372bab | e2745b756317aac3c7a27a4c10bdfe0921a82a1c | refs/heads/master | 2020-12-23T17:03:12.412572 | 2020-01-31T01:54:37 | 2020-01-31T01:54:37 | 237,205,127 | 4 | 2 | null | null | null | null | UTF-8 | Java | false | false | 4,229 | java | /*
* Copyright 2008 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 appl... | [
"997530783@qq.com"
] | 997530783@qq.com |
b021eda9aa5659eae5766ba049e8461a0b9ef6eb | 4d5f3c54f25823cd2d5d475531f5bbfd1795627d | /src/main/java/com/ny/dao/CardOut3MDao.java | 91afd258c00ce1ec55aabcc7b0d34ce0f2d2507e | [] | no_license | NYfor2017/CreditItem | bbe955297ddd800e8f6a7989f4a53d94e56dea66 | 462033fd65421b3af5c51b491be3a360ffd43f77 | refs/heads/master | 2020-03-24T07:05:41.874342 | 2018-09-07T07:33:20 | 2018-09-07T07:33:20 | 142,132,277 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 968 | java | package com.ny.dao;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.ny.entity.CardOut3M;
/**
* CardOut3的Dao类
* @author N.Y
*
*/
public interface CardOut3MDao {
/**
* 获取用户三个月的支出信息
* @param user_id
* @return
*/
List<CardOut3M> getOwnCardOut3M(@Param("user_id")int user_id);
... | [
"897095558@qq.com"
] | 897095558@qq.com |
ca250fb88198251a108c7f6cfbb544c9edbd3875 | cec1602d23034a8f6372c019e5770773f893a5f0 | /sources/kotlin/annotation/MustBeDocumented.java | ee7e765dcda24abdaf2d9fd1530a00677fb12651 | [] | no_license | sengeiou/zeroner_app | 77fc7daa04c652a5cacaa0cb161edd338bfe2b52 | e95ae1d7cfbab5ca1606ec9913416dadf7d29250 | refs/heads/master | 2022-03-31T06:55:26.896963 | 2020-01-24T09:20:37 | 2020-01-24T09:20:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 668 | java | package kotlin.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import kotlin.Metadata;
@Target({ElementType.ANNOTATION_TYPE})
@Target(allowedTargets = {AnnotationTarget.ANNOTATION_CLASS})
@Meta... | [
"johan@sellstrom.me"
] | johan@sellstrom.me |
1f5441f9f69ba9a40b75651eb6ef18ba8258f0dd | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/10/10_b81967dae9cec51ea794e7bbfc70497ec48b9183/B2bHelper/10_b81967dae9cec51ea794e7bbfc70497ec48b9183_B2bHelper_s.java | 132f7b9974675794a4f29982e51e2860edd9a6f9 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 14,880 | java | // ========================================================================
// Copyright 2012 NEXCOM Systems
// ------------------------------------------------------------------------
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the Lice... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
46a197e2234e2f4da9ae94a2bd6c2b110d56aeeb | 0f920aa82bb4ea5ff3cc78432525ef9232272ad5 | /src/main/java/com/motows/tenant/util/MdcTaskDecorator.java | ccda37f5aaac65fc4b0d58fcc970af655332dc44 | [] | no_license | sureshgit4u/tenant-develop | 6116ddd1984e8b4e0b4d5a25648b136b8efa79d1 | 52cdf14d106b55f974b971729011300a1ae84af5 | refs/heads/master | 2023-05-09T12:18:08.835100 | 2021-06-06T14:03:19 | 2021-06-06T14:03:19 | 356,560,981 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,325 | java | package com.motows.tenant.util;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.slf4j.MDC;
import org.springframework.core.task.TaskDecorator;
import org.springframework.web.context.request.RequestAttributes;
import org.springframework.web.context.request.RequestContextHolder;
import java.util.Ma... | [
"sureshmail4u@gmail.com"
] | sureshmail4u@gmail.com |
b100856abf01f391960a7de76f1d7f58bde3c387 | a803976462e4c4094db2834d82edeb9ee9b9abaa | /TestServlet/src/com/anka/fcm/FCMPushNotification.java | d1fc1ba8a0e7d3278aa4b37bb6c5fd2aee51514a | [] | no_license | GovindCoding/bdo-code | a1f78ed70eb85f89fda7acc3cb0e3ad6d3fd563f | b3aadb8cd12467a35d5579a6cf7e4d7ac1b41f68 | refs/heads/master | 2021-10-09T15:44:55.481709 | 2018-12-31T07:06:49 | 2018-12-31T07:06:49 | 113,535,615 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 289 | java | package com.anka.fcm;
public class FCMPushNotification {
public static void main(String[] args) {
// TODO Auto-generated method stub
try {
PushNotification.pushFCMNotification();
} catch (Exception e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}
}
| [
"govindeak@gmail.com"
] | govindeak@gmail.com |
f7f141aae7e5b718ed66dbe70d12f54bcc888d43 | 492015ccca08e88cac0fc89af8fdd043411af619 | /DixitaWedsHarsh/app/src/androidTest/java/com/dixitawedsharsh/ExampleInstrumentedTest.java | 2d453ba0b91e938a8658f32213d0eefc8800a584 | [] | no_license | adityashah27/Android-Projects | c16d82f10ef0afecbe1150fe4974c754739ce1dc | 0e1d814649b39e764fb1be43b8fd1b3637900171 | refs/heads/master | 2021-08-23T03:55:13.238999 | 2017-12-03T03:23:09 | 2017-12-03T03:23:09 | 112,895,675 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 742 | java | package com.dixitawedsharsh;
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.*;
/**
* Instrumentation test, which will execute on an Android ... | [
"aditya.bs@somaiya.edu"
] | aditya.bs@somaiya.edu |
ef14ffb70b2396208ab0c7f335333448868d0dc9 | 467487f90942539a95cd12a09bc9baa7641e52d0 | /src/main/java/com/github/jwenjian/springboot/starter/fastdfs/FastDfsManager.java | 18c12943cbecc9303c82da87cbfd508fd0e9f754 | [
"Apache-2.0"
] | permissive | jwenjian/spring-boot-starter-fastdfs | 9fb770848d469e56ec91476259b9bc80ab1c390b | 0a44f7e5b2e1d149ad87b8dcc7e585289d306ffa | refs/heads/master | 2020-03-15T15:00:04.889624 | 2018-06-01T08:16:45 | 2018-06-01T08:16:45 | 132,202,135 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,330 | java | package com.github.jwenjian.springboot.starter.fastdfs;
import org.csource.fastdfs.*;
/**
* A manager(wrapper) of original fastdfs client.
*
* @author jwenjian
*/
public class FastDfsManager {
private TrackerClient trackerClient;
private TrackerServer trackerServer;
private StorageServer storageSer... | [
"1639301503@qq.com"
] | 1639301503@qq.com |
fc46a77399c74e35089d87e7ee4b71f7ef715af3 | 75e7d1a3ab7e6bf8e9305827aebb787cd6ed94e6 | /study/thinkinjava/src/main/java/thinkinjava/containers/SlowMap.java | 4f6798372c092a4d4b5e33a2696a9164e23ac278 | [
"Apache-2.0"
] | permissive | nickshang/study | 9f3f8c9b4bfe72a67b54aed24973e9bb941b603a | 49afda86aa3a816a21d998a8456106a6d78d7cf5 | refs/heads/master | 2021-01-22T10:59:36.107512 | 2018-03-01T14:57:24 | 2018-03-01T14:57:24 | 102,343,161 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,807 | java | package thinkinjava.containers;//: containers/SlowMap.java
// A Map implemented with ArrayLists.
import net.mindview.util.Countries;
import java.util.*;
public class SlowMap<K,V> extends AbstractMap<K,V> {
private List<K> keys = new ArrayList<K>();
private List<V> values = new ArrayList<V>();
public V put(K key... | [
"ssj00@163.com"
] | ssj00@163.com |
bd1c280f32b3125628e4d4a609cc587b5455b1a7 | 2e007171683616881b62eb3f1db8b271dc3284d1 | /axinfu-model/src/main/java/modellib/thrift/payment/QuickPayMethod.java | e5e318e8143fb9ad871a36c1bf0be944f97e2a95 | [
"Apache-2.0"
] | permissive | ZcrPro/axinfu | cc85856cefbd4b2050566d2d18f611e664facd9d | 66fc7c6df4c6ea8a8a01a0008d5165eb6e53f09a | refs/heads/master | 2020-03-20T08:45:38.205203 | 2018-07-09T01:56:39 | 2018-07-09T01:56:39 | 127,858,246 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 362 | java | package modellib.thrift.payment;
import java.io.Serializable;
import java.util.List;
/**
* Created by zcrprozcrpro on 2017/8/1.
*/
public class QuickPayMethod implements Serializable {
public String merchant_code;
public String channel;
public String promotion_hint;
public String assistance_hint;
... | [
"zcrpro@gmail.com"
] | zcrpro@gmail.com |
951c019c97cb947b500b2a788dded0418dc504c4 | 9259bb523e4f2085ca0ae3be84ff3ce861875b9a | /common/java/core/net/i2p/client/datagram/I2PDatagramDissector.java | 945043ea6c145ade9fb7f8c0331fac40ddd1bbb8 | [
"Unlicense",
"LicenseRef-scancode-public-domain"
] | permissive | PDAHubbard/Nightweb | 8f607bd48cf72dd7221a3093fc10bac4b53fed88 | 7966ab2bcb87ea92abd6741f6184885afbad6fee | refs/heads/master | 2021-01-22T12:12:22.346366 | 2013-11-26T20:35:57 | 2013-11-26T20:35:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,991 | java | package net.i2p.client.datagram;
/*
* free (adj.): unencumbered; not under the control of others
* Written by human in 2004 and released into the public domain
* with no warranty of any kind, either expressed or implied.
* It probably won't make your computer catch on fire, or eat
* your children, but it migh... | [
"zsoakes@gmail.com"
] | zsoakes@gmail.com |
13b32ec30288f4db4fed244aa932960599a2fcf0 | a94d20a6346d219c84cc97c9f7913f1ce6aba0f8 | /felles/felles/db/src/main/java/no/nav/vedtak/felles/db/doc/model/Kodeverk.java | 25de69a8ce1366deb7a4a6f377c8763c086dbcfa | [
"MIT"
] | permissive | junnae/spsak | 3c8a155a1bf24c30aec1f2a3470289538c9de086 | ede4770de33bd896d62225a9617b713878d1efa5 | refs/heads/master | 2020-09-11T01:56:53.748986 | 2019-02-06T08:14:42 | 2019-02-06T08:14:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,365 | java | package no.nav.vedtak.felles.db.doc.model;
import io.github.swagger2markup.markup.builder.MarkupDocBuilder;
import io.github.swagger2markup.markup.builder.MarkupTableColumn;
import javax.sql.DataSource;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLExcept... | [
"roy.andre.gundersen@nav.no"
] | roy.andre.gundersen@nav.no |
5aca0aa6df808413e8eb4e3975c9094ebf287433 | 0d431ef258e784a3f7ffde1004d96a0056ff1313 | /src/main/zahlensysteme/Zahlensysteme.java | 28c2b77efcacfb050d8b3aff0535f6591c6b8e9d | [] | no_license | geopeter91/Uebung3 | f40349f746692d481a8fa24f707bee05c53b2eb9 | edc9337684e855f496d2e17ba39cb44c1c336aeb | refs/heads/master | 2020-03-19T09:31:27.997375 | 2018-06-06T09:23:43 | 2018-06-06T09:23:43 | 136,296,375 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 1,159 | java | package main.zahlensysteme;
public class Zahlensysteme {
public void start() {
System.out.println("\n__START ZAHLENSYSTEME__");
int myDec = 42;
String myBin = "101010";
String myHex = "2a";
String dToB = decToBin(myDec);
System.out.println("Die Dezimalzahl "+myDec+" in Binärform: "+dToB);
... | [
"s72210@beuth-hochschule.de"
] | s72210@beuth-hochschule.de |
b802e153168236995cea59df38db64fc2f5094ab | 33c61ac9f51fb9d7479db7cf5ca80375dd881311 | /mybatis-generator-pluginsplus/src/main/java/xyz/vsl/mybatis/generator/pluginsplus/BiPredicate.java | 30d3a6bdc26e9dc68b316d9535e2994763381bcd | [
"BSD-3-Clause"
] | permissive | bapleliu/mybatis-generator-pluginsplus | 86ed597c47ec4e68dbe197db8eb9b987fad535a0 | 16c4ddf19bb0b25fc1b432124867cbb7e66c8286 | refs/heads/master | 2021-01-21T20:56:16.971983 | 2017-05-25T01:17:50 | 2017-05-25T01:17:50 | 92,290,529 | 0 | 0 | null | 2017-05-24T12:35:33 | 2017-05-24T12:35:33 | null | UTF-8 | Java | false | false | 398 | java | package xyz.vsl.mybatis.generator.pluginsplus;
/**
* Backport of java.util.function.BiPredicate
* @author Vladimir Lokhov
*/
interface BiPredicate<T,U> {
public BiPredicate<T, U> and(final BiPredicate<? super T, ? super U> other);
public BiPredicate<T, U> or(final BiPredicate<? super T, ? super U> other);... | [
"vsl1978@gmail.com"
] | vsl1978@gmail.com |
bcccd3aafe5847661050515345ec441a42aea917 | 065c1f648e8dd061a20147ff9c0dbb6b5bc8b9be | /eclipseswt_cluster/25704/tar_0.java | 964eebdfa904a6bb05335b278dd17a81f622bd2e | [] | no_license | martinezmatias/GenPat-data-C3 | 63cfe27efee2946831139747e6c20cf952f1d6f6 | b360265a6aa3bb21bd1d64f1fc43c3b37d0da2a4 | refs/heads/master | 2022-04-25T17:59:03.905613 | 2020-04-15T14:41:34 | 2020-04-15T14:41:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 38,621 | java | /*******************************************************************************
* Copyright (c) 2000, 2013 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... | [
"375833274@qq.com"
] | 375833274@qq.com |
85337297864c77701e7b0621837b6f02f805b399 | 07a25c4283d5e95b5ff81d7a561c9532e3a828ce | /app/src/main/java/com/ustc/wsn/mobileData/bean/Filter/LPF.java | 2d40bcc4b0d5226efef4236dcf0ca683e54fcab1 | [] | no_license | halostorm/MobileData | 338d01214e4452eda26a53ff92bd47178d2cbfe9 | ed98656e0e5d0b31a4310d01722373a6a830a099 | refs/heads/master | 2021-10-27T20:14:40.008272 | 2018-06-04T05:31:50 | 2018-06-04T05:31:50 | 109,242,804 | 5 | 2 | null | null | null | null | UTF-8 | Java | false | false | 3,719 | java | package com.ustc.wsn.mobileData.bean.Filter;
/**
* Created by halo on 2018/1/20.
*/
/*
* Simple Linear Acceleration
* Copyright (C) 2013, Kaleb Kircher - Boki Software, Kircher Engineering, LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Publ... | [
"2524416894@qq.com"
] | 2524416894@qq.com |
941829b6932ca783275f9fa3945660004c014a02 | 13cbb329807224bd736ff0ac38fd731eb6739389 | /java/nio/ByteBufferAsCharBufferL.java | 5cf5f37e919cd410baa7c50a774b9a70f43cf2db | [] | no_license | ZhipingLi/rt-source | 5e2537ed5f25d9ba9a0f8009ff8eeca33930564c | 1a70a036a07b2c6b8a2aac6f71964192c89aae3c | refs/heads/master | 2023-07-14T15:00:33.100256 | 2021-09-01T04:49:04 | 2021-09-01T04:49:04 | 401,933,858 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,671 | java | package java.nio;
class ByteBufferAsCharBufferL extends CharBuffer {
protected final ByteBuffer bb;
protected final int offset;
ByteBufferAsCharBufferL(ByteBuffer paramByteBuffer) {
super(-1, 0, paramByteBuffer.remaining() >> 1, paramByteBuffer.remaining() >> 1);
this.bb = paramByteBuffer;
int ... | [
"michael__lee@yeah.net"
] | michael__lee@yeah.net |
0e066e7fbbe5239b7124509b4e4c63955ad3211e | 3f8ab2b9ba5ff3ab8d05517304ad981dec2c0dde | /app/src/main/java/com/ibotn/ibotncamera2/utils/DevicePath.java | 1d5b2c2f7b6e0e53ee6b35ae7623032682df2459 | [] | no_license | adai12388/IbotnCameraRelease2 | 981b0e72d9ea7b8c347a6d4468a70f7479dacbbe | 461971db91e1b40ffe63b06046d8a73e19a565b8 | refs/heads/master | 2020-03-22T21:18:28.567498 | 2018-09-25T07:02:33 | 2018-09-25T07:02:33 | 140,675,827 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,173 | java | package com.ibotn.ibotncamera2.utils;
import android.content.Context;
import android.os.Environment;
import android.os.StatFs;
import android.os.storage.StorageManager;
import android.text.TextUtils;
import java.io.File;
import java.lang.reflect.Method;
import java.util.ArrayList;
import java.util.List;
//import and... | [
"window_binyi@ibotn.com"
] | window_binyi@ibotn.com |
7bfc91e3c63658cf04f1610271cea17e465e770e | b66a1d6ccbd16a2d57baa9a16d14c25f62929d20 | /src/java/Action/ActionResult.java | 90cc82bb0ede288478dc9e289cf0b490cb710243 | [] | no_license | myothuzarwin/CameraOnlineShopping | e74b0fbd717a1d8dd11d8f5c3f636f4f30b6402f | c1ca85ad0fc96e9442c350473b977a81bcaf78c9 | refs/heads/master | 2021-01-15T15:06:02.685783 | 2017-08-08T14:59:22 | 2017-08-08T14:59:22 | 99,703,061 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 604 | 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 Action;
/**
*
* @author myothuzar
*/
public class ActionResult {
public static final String SUCCESS = "success";
pu... | [
"myothuzarwin2015@gmail.com"
] | myothuzarwin2015@gmail.com |
f5ed611e931c6fc74553587a47cb0541d0c9f1e0 | 5427850ebc9ed0dd8f1660f7cfaee69e42738d31 | /src/main/java/com/github/muktiharahap/migjabar/security/SecurityUtils.java | eacaeb14d65d77adb773e6979412b9c6d5476c94 | [] | no_license | BulkSecurityGeneratorProject/migjabar | f48caeac1c8d2f738900a5d31e050e48e16753ed | b9f385e6b4c09f1a4e84637599c4adb4cca7dafb | refs/heads/master | 2022-12-14T19:14:50.494623 | 2017-12-20T15:14:03 | 2017-12-20T15:14:08 | 296,583,458 | 0 | 0 | null | 2020-09-18T10:01:26 | 2020-09-18T10:01:25 | null | UTF-8 | Java | false | false | 2,601 | java | package com.github.muktiharahap.migjabar.security;
import org.springframework.security.core.Authentication;
import org.springframework.security.core.context.SecurityContext;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.security.core.userdetails.UserDetails;
/**
*... | [
"skylae.mukti@gmail.com"
] | skylae.mukti@gmail.com |
a3c84183d2f49abdea88cda36033a033515776c7 | 3abc52034effb91beb0e72d8e693dc4d7df27e39 | /src/main/java/io/depa/model/Context.java | 788eabcc4bf5515c5b87dc3e12bdbacab753ade8 | [] | no_license | artemiokost/spring-web-server | c6c2aebfcb3fffdeac903a606977072e6d18a45e | bf5eddc09fe34784196cbacf581c6acb63a46270 | refs/heads/master | 2021-09-26T15:19:40.946142 | 2018-10-31T10:31:22 | 2018-10-31T10:31:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,519 | java | package io.depa.model;
import javax.persistence.*;
import java.util.ArrayList;
import java.util.List;
/**
* Simple JavaBean object that represents Context for {@link Post}.
*
* @author Artem Kostritsa
* @version 1.0
*/
@Entity
@Table(name = "context")
public class Context {
@Id
@Column(unique = true)
... | [
"artemletter@gmail.com"
] | artemletter@gmail.com |
1cab160e386dc59d71ba1370a742d903ce71079c | 42f93c0174cf1e00b54c4d98ccfa25fd5d3d659d | /app/src/main/java/com/bsw/mydemo/zxing/decoding/InactivityTimer.java | 585efb08783f9106bf9f36926968b59acf6a72da | [] | no_license | BanShouWeng/MyDemo | 2c0bf24f7a15d45351ec7edc2e56c9b2b37fd1bf | c2690fb84a6e32e43597c352bee5720211b6c248 | refs/heads/master | 2022-11-15T12:19:10.322486 | 2020-07-08T02:13:24 | 2020-07-08T02:13:24 | 110,081,779 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,100 | java | /*
* Copyright (C) 2010 ZXing 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 applicable law or agr... | [
"leiming@zxycloud.com"
] | leiming@zxycloud.com |
82a36f7d90d536cf55c9d7dd65fbdfcceb6ecd3f | 7443cad6728a78e81ff18dfe95349044129c47b4 | /src/skylight-commons-core/src/main/java/br/skylight/commons/plugin/annotations/ExtensionPointsInjection.java | 68cc45a14d40a0c83aa1e2c33b9a88c6c5b556c3 | [
"MIT"
] | permissive | nibbleshift/skylight-uas | c78e022248a81e635f6ae13bc7fa9a7569eb29ec | d9be7a377ebd25bbf00aac857309a310d5121255 | refs/heads/master | 2021-05-21T03:48:19.477508 | 2020-04-02T18:12:01 | 2020-04-02T18:12:01 | 252,528,996 | 0 | 1 | MIT | 2020-04-02T17:59:33 | 2020-04-02T17:59:32 | null | UTF-8 | Java | false | false | 675 | java | package br.skylight.commons.plugin.annotations;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD,ElementType.FIELD})
public @interfac... | [
"flaviostutz@gmail.com"
] | flaviostutz@gmail.com |
800780d48f08e8eaf992004fceb53ae97ee07745 | 6251091f5622727965a5b372480a20e4ee19c11a | /app/src/main/java/com/example/mad/MainActivity2.java | 23321772ed2ec3c349efc2af0128fd9e4c1258fc | [] | no_license | wishva8/MAD | 1983259dd20fded5da447190adc0b5ca34bcdf0e | 0f418feaaf024dd1cfc625b695c0f026757369f6 | refs/heads/master | 2022-12-29T05:55:49.148974 | 2020-10-04T04:06:38 | 2020-10-04T04:06:38 | 288,084,691 | 1 | 1 | null | 2020-10-04T04:06:39 | 2020-08-17T04:40:20 | Java | UTF-8 | Java | false | false | 330 | java | package com.example.mad;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity2 extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main2... | [
"vibushitha99@gamil.com"
] | vibushitha99@gamil.com |
1aa1301d5bf47012af920e9e5f2cc4fc90aef952 | a3d55436c17f67856c3a7cd2bee27930ee664c2f | /FrameWork/src/main/java/dataProvider/DataProviderInput.java | 9634426f9d706967acb4fd99bd41b4fd64ee997d | [] | no_license | LakshminarayananG/Page-Factory | b6508f3b3959f66d6d15127cd9717841c03fb574 | 6d48f48f759f355cbde89403edbe3ab5c2d3ce13 | refs/heads/master | 2021-01-20T04:58:14.071365 | 2019-11-08T09:18:16 | 2019-11-08T09:18:16 | 101,402,488 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,736 | java | package dataProvider;
import java.io.File;
import java.io.FileInputStream;
import org.apache.poi.xssf.usermodel.XSSFRow;
import org.apache.poi.xssf.usermodel.XSSFSheet;
import org.apache.poi.xssf.usermodel.XSSFWorkbook;
public class DataProviderInput extends AbstractDataProvider {
@SuppressWarnings("dep... | [
"lakshnarayanan7@gmail.com"
] | lakshnarayanan7@gmail.com |
53fe09ace8095199cb9b70ffee47b43dbb497aed | 4ec5b9a03e80e98fc5497a37afc72c54d43e8d81 | /src/com/yjgs/bll/ibll/IAdviceManageBll.java | 40a15aa31cd033ff79cf3479158224c341dc2f64 | [] | no_license | ManfredHu/YJGS | ddfec64b1cabe22c2a03c968d46c28bf5767e337 | 0fd216455c4171c51e689915da0cb8425b64d497 | refs/heads/master | 2021-01-10T17:03:29.067802 | 2016-03-17T14:11:39 | 2016-03-17T14:11:39 | 50,172,922 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 754 | java | package com.yjgs.bll.ibll;
import java.util.ArrayList;
import com.yjgs.dcl.Advice;
public interface IAdviceManageBll {
/**
* 获取建议反馈列表总页数
*
* @return 返回总页数
*/
public int getSumOfPage();
/**
* 加载具体页码的建议反馈
*
* @param fPage 页码
* @return 建议反馈信息集合
*/
public ArrayList<Advice> loadAdvices(int fP... | [
"manfredHuFE@gmail.com"
] | manfredHuFE@gmail.com |
eb82d9eacf1c9ba61aa557d6392a4b7216eaabcd | 762c6acbbd4d7169fcb44f643af4777cac3bd568 | /src/com/ximei/tiny/tools/DBFField.java | 2878ca387e7e3966de76f2a552e2ca751eb19665 | [] | no_license | MrYangWen/GASXM2020-11-11 | 9099de56ad99d76a1835f0db729717aa00548f57 | 1f3ddde91b772bd4f7193828107562b2ce0d2e8f | refs/heads/master | 2023-01-08T00:48:17.171236 | 2020-11-11T03:25:32 | 2020-11-11T03:25:32 | 311,852,344 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,835 | java | package com.ximei.tiny.tools;
import java.io.DataInput;
import java.io.DataOutput;
import java.io.IOException;
public class DBFField
{
public static final byte FIELD_TYPE_C = 67;
public static final byte FIELD_TYPE_L = 76;
public static final byte FIELD_TYPE_N = 78;
public static final byte FIELD_TYPE_F = 70;... | [
"1397675719yw"
] | 1397675719yw |
a11960a9ae5d9b285bde57390bef2e232b48e199 | ef8b1b9f01e9932cb876f3356b7c3b8ff36a3d6c | /android/app/src/main/java/com/addressbook/MainApplication.java | c87483eee88d202a0c54a2308624922cb41547e5 | [] | no_license | filipebotti/address-book | dec00d86d05e79aae81f5c2c98c57927d0062727 | 5d2d3df151de08bf248c808cea5154fc1c42000c | refs/heads/master | 2023-01-12T14:38:31.572905 | 2020-03-11T05:18:57 | 2020-03-11T05:18:57 | 246,481,344 | 0 | 0 | null | 2023-01-05T09:41:47 | 2020-03-11T05:18:03 | JavaScript | UTF-8 | Java | false | false | 2,373 | java | package com.addressbook;
import android.app.Application;
import android.content.Context;
import com.facebook.react.PackageList;
import com.facebook.react.ReactApplication;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
import com.facebook.soloader.SoLoader;
import java.lang.reflect.... | [
"filipebotti@hotmail.com"
] | filipebotti@hotmail.com |
b5373896fb3418d9dfdf143655787cf779453475 | 30ce04cd1a54c58217c90e140b820ead5f2c35a8 | /G53DIAMulti-src/src/uk/ac/nott/cs/g53dia/multidemo/sharedTankerMethods.java | 94981eab8d39261c283e638ddf6cb4a77928eeeb | [
"TCL"
] | permissive | Kuldr/G53DIA-Code | 70fea765186df3c74fbb88e848bf6464da3a5139 | 13f152cfaefd9188e9819aed5322f01542ca2abc | refs/heads/master | 2020-06-24T05:13:49.050993 | 2018-03-28T21:20:04 | 2018-03-28T21:20:04 | 198,858,599 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,090 | java | package uk.ac.nott.cs.g53dia.multidemo;
import uk.ac.nott.cs.g53dia.multilibrary.*;
import java.util.Random;
public class sharedTankerMethods {
/*
This class is refactored methods of other components used by the other tankers to avoid code duplication
*/
//Takes a Coordinate and converts it int... | [
"kuldrgames@gmail.com"
] | kuldrgames@gmail.com |
3c037717c934b8dbe9a63cf93b64d10031b7cd56 | 3ed5e75bef21da3cc84fa12e7ac2aa365c83091a | /jboot-admin-base/src/main/java/io/jboot/admin/base/common/ErrorResult.java | f7d18631e88e32eb1361c9dfff64bfaa87e2e3db | [
"Apache-2.0"
] | permissive | whmnoe4j/jboot-admin | 7fb985df8bec31bf2879d3aa93a8c27e20902977 | ce1982e570b42b37ddbd70aad259e2d73670ecf5 | refs/heads/master | 2020-03-15T20:57:16.530889 | 2018-05-04T02:45:25 | 2018-05-04T02:45:25 | 132,344,848 | 0 | 1 | Apache-2.0 | 2018-05-06T14:12:58 | 2018-05-06T14:12:57 | null | UTF-8 | Java | false | false | 876 | java | package io.jboot.admin.base.common;
import java.io.Serializable;
/**
* 错误返回
* @author Rlax
*
*/
public class ErrorResult implements Serializable {
public final static Integer NORMAL_ERROR = 0;
public final static Integer VALIDATOR_ERROR = 1;
public final static Integer BUSINESS_ERROR = 2;
public ... | [
"popkids@qq.com"
] | popkids@qq.com |
2f5db209bdab222196e5464d09422fecc2cb1df6 | 71e6797c3cb112c893cff06205fb9c3bec81b480 | /src/main/java/com/fin/moblibrary/domain/Book.java | 952e5e100968e8c13cdc17f2b8ffeb5ff8157c0b | [] | no_license | KatherineJY/MobileLibrary | ba03c789c769c0c905337f094bb3165e448f8a7a | 1d6b71c3c09e254456bfc5e6400463994d1eb115 | refs/heads/master | 2021-09-02T12:24:22.113446 | 2018-01-02T15:35:20 | 2018-01-02T15:35:20 | 115,312,224 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,028 | java | package com.fin.moblibrary.domain;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
/**
* @author KatherineJY
* Book类
* 表示具体的某一本书
*/
@Entity
public class Book {
private Integer id;
private Integer bookCategoryId;
private Integer libraryId;
private boolea... | [
"kellymayliu@163.com"
] | kellymayliu@163.com |
05279d81dc38eb593a4601ad40092fe835087495 | 7558fcb794b0364b5e9043060ba513bd5155f425 | /.SHP/SHP-Bean/ejbModule/Bean/WeatherBean.java | 4c34e48bb91245ec6c86aa183234b87bb27a8a36 | [] | no_license | Veganizer/Spezielle-Gebiete-zum-Softwareengineering | b855a98294e1b5e9aadf4122fea99e32e3819774 | 4fd61f09a964b88704747d14cb8a44b554791792 | refs/heads/master | 2021-06-18T21:41:45.081450 | 2017-07-10T08:36:29 | 2017-07-10T08:36:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 774 | java | package Bean;
import javax.annotation.PostConstruct;
import javax.ejb.EJB;
import javax.ejb.Schedule;
import javax.ejb.Singleton;
import javax.ejb.Startup;
import com.arcusweather.forecastio.Weather;
import Interface.AutomationBeanRemote;
import Interface.HomeBeanRemote;
@Singleton
@Startup
public class WeatherBean... | [
"jowieweb@gmail.com"
] | jowieweb@gmail.com |
fe374ac4f2b1f3a64496e57bd537e9dc2a139889 | badd32f6c68ad1103b78edac873a475b2888febf | /src/main/java/com/bootdo/common/dao/ScoreDao.java | fa19595c0e930353ec0d16568b40d7d82373814c | [] | no_license | alwaysfaith/boot-mini | 5159c7d092545869ff5b34280b07601fc1e5ca3c | ece04ae6002dc08298f63aa6572db0fcd6253db8 | refs/heads/master | 2022-11-05T18:04:40.523925 | 2019-08-14T06:54:34 | 2019-08-14T06:54:34 | 164,089,817 | 0 | 0 | null | 2022-10-12T20:22:09 | 2019-01-04T09:53:15 | JavaScript | UTF-8 | Java | false | false | 565 | java | package com.bootdo.common.dao;
import com.bootdo.common.domain.ScoreDO;
import java.util.List;
import java.util.Map;
import org.apache.ibatis.annotations.Mapper;
/**
*
* @author chglee
* @email 1992lcg@163.com
* @date 2019-01-04 14:59:46
*/
@Mapper
public interface ScoreDao {
ScoreDO get(Long betId);
Lis... | [
"XinCai@sf-express.com"
] | XinCai@sf-express.com |
e79c5ef32340825753c9e12f50dab30e4e9f1897 | 7b1296b08eea87ee84af01fff736d6dafd5b1599 | /LetterCombinationsOfAPhoneNumber.java | 230bfef53ef5a46c073153a8fb97d8edb67d1658 | [] | no_license | YingZong887/Leetcode-Java | 63634eccee53965d49206b1439c305c530b189c0 | 151cbb1e1ae75992ba118473f1408f0e34f80744 | refs/heads/master | 2021-01-10T14:34:56.140394 | 2015-12-27T01:16:22 | 2015-12-27T01:16:22 | 46,536,954 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,236 | java | import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
public class LetterCombinationsOfAPhoneNumber {
public List<String> letterCombinations(String digits) {
List<String> result = new ArrayList<String>();
if(digits == null || digits.length() == 0) {
return result;
}
HashMap<Characte... | [
"yz887@cornell.edu"
] | yz887@cornell.edu |
a7d74d1e4a4e9b221a4501a950e084f213eafb7c | 2395cbc10266cfc5e2cf172fda3d4af4855ababa | /chapter05/self-test/Average/Average.java | f5aa583486b5d57c5b1e4c26065a7155f0659116 | [] | no_license | ChristopherDuggan/JavaBeginnersGuide | 941965e26d2e67c855e376010adc7ff85bde4730 | 13a9da6d342d012a9d7924d015783756df9001c5 | refs/heads/master | 2020-09-16T08:43:35.644462 | 2020-01-28T23:43:15 | 2020-01-28T23:43:15 | 223,715,692 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 282 | java | class Average {
public static void main(String args[]) {
double[] arr = {12, 43, 2, 38, 129, 30, 84, 3, 8, 567};
int sum = 0;
for(double d : arr)
sum += d;
double avg = sum/arr.length;
System.out.println("the average of the numbers is: " + avg);
}
}
| [
"chris@Christophers-MacBook-Air.local"
] | chris@Christophers-MacBook-Air.local |
c181db58a5921f650cf068225011a7ae530da901 | 54e9e08ca046936652301d6d723a3e0ae4ba3b70 | /srv/samhsa-srv/src/main/java/org/everydaymatters/samhsa/rules/Responder.java | d171e29a50e2aa0e0b851411b11fe34c8c11a5e6 | [
"CC-BY-3.0"
] | permissive | edmMyLifeMatters/MyLifeMatters | 88d407e89777fa8ae56ed080ec8c06f04eefcdfd | 64513731d21f2359df2902630302610365e58c99 | refs/heads/master | 2020-02-26T15:19:58.603373 | 2013-08-09T20:39:03 | 2013-08-09T20:39:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,841 | java | /*
MyLifeMatters
Copyright (c) 2013 by Netsmart Technologies, Inc.
This work is licensed under the Creative Commons Attribution 3.0 Unported License.
To view a copy of this license, visit http://creativecommons.org/licenses/by/3.0/.
*/
package org.everydaymatters.samhsa.rules;
import com.mongo... | [
"edmMyLifeMatters@gmail.com"
] | edmMyLifeMatters@gmail.com |
26b0871245cdbd5559d75b77a71e18a51a6254c4 | e888e108602bed150fee49cbe49ed7faff5089a2 | /src/main/java/com/jiuzhe/hotel/entity/SkuDetail.java | f0ea1bbf48c388cd0aaaa51e94653849c384fbee | [] | no_license | sinyears-xw/hotel | 0ad98e5b05140f64d64f320078b4e6628cb3cad7 | 919fddfca55bae131593944cb4aece9428e57757 | refs/heads/master | 2022-03-30T22:07:29.906062 | 2020-01-19T13:13:39 | 2020-01-19T13:13:39 | 219,424,177 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,199 | java | package com.jiuzhe.hotel.entity;
import java.util.List;
import java.util.Map;
/**
* @Description:点击图标返回给前台的酒店详情
* @author:郑鹏宇
* @date: 2018/4/9
*/
public class SkuDetail {
/**
* 酒店id
*/
private String id;
/**
* 酒店名称
*/
private String skuName;
/**
* 日期价格对应表
*/
... | [
"zhengpy@gooalgene.com"
] | zhengpy@gooalgene.com |
c61ec8ca3c19b9e4124310b3560c53d341310fe0 | 698c9eeb05a22b9a7bb4e2bf5f2204b872da6275 | /trackstacking/src/main/java/top/wangruns/trackstacking/controller/LoginController.java | 95aab3350002017d47962ddf76daaf08d1ed6260 | [
"MIT"
] | permissive | musicRecSys/musicRec | 63383206e8f3c236a3cd4385a970b0e482216326 | 8d81a7c8accd69997f0afe2d19f2024ec2b61433 | refs/heads/master | 2022-12-22T15:20:54.863448 | 2019-11-11T12:14:22 | 2019-11-11T12:14:22 | 220,964,326 | 0 | 0 | MIT | 2022-12-16T08:45:27 | 2019-11-11T11:16:57 | Java | UTF-8 | Java | false | false | 1,283 | java | package top.wangruns.trackstacking.controller;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.PostMapping;
impor... | [
"821725353@qq.com"
] | 821725353@qq.com |
93eaebd196a144e2743854ff24eb20c7984e6e49 | ba54f5ad6ffdf84e52d4e6918d6938dbd40ceaa3 | /app/src/main/java/apps/firmanmujahidin/com/iakbeginner/About.java | 78f4d59ffea7bda55e13879cfd0fbfd8b1dd551d | [] | no_license | ladycaesar/IAKBeginner | 10ad70069876c482a2eb435c35568e0175145b9d | 41b21e61ee0e06134def76c8a328f9daa1b72a08 | refs/heads/master | 2021-01-21T16:28:28.906563 | 2017-05-20T13:25:24 | 2017-05-20T13:25:24 | 91,878,828 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 367 | java | package apps.firmanmujahidin.com.iakbeginner;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
/**
* Created by Ladydeeyy on 5/20/2017.
*/
public class About extends AppCompatActivity {
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
... | [
"sevikalady@gmail.com"
] | sevikalady@gmail.com |
d2707a9ef880d9f97dd85d78c4340dcf1eb1a84a | 420f88201bdb924338647f14da7b2271f1abc64d | /src/main/java/com/lauta/model/Scalene.java | d859c4ee4ac1160fa4f1f8d8533f1b66892c7d5f | [] | no_license | DavidLauta/FlexionCodeReview | e06666c89fcb6c9605fd80f9487543e3cbfd2666 | 8c420b06b04337df22121b1524244b5c79d10e15 | refs/heads/Develop | 2021-01-22T19:44:50.179273 | 2017-03-17T07:09:46 | 2017-03-17T07:09:46 | 85,239,836 | 0 | 0 | null | 2017-03-17T07:15:32 | 2017-03-16T20:42:45 | Java | UTF-8 | Java | false | false | 588 | java | /*
* Source code copyright David Lauta
* All rights reserved
*/
package com.lauta.model;
/**
* This class represents a Triangle where none of the sides are equal length
* @author Dave
*/
public class Scalene extends BaseT implements Triangle{
public Scalene(double sideA, double sideB, double sideC){
... | [
"lautad@gate.net"
] | lautad@gate.net |
9ce04551e7ca21c26221289719321932c30692dd | 6e2657898326cb0cfec4c62973db10469bbd0aec | /app/src/main/java/com/media2359/acpdemo/env/ImageUtils.java | 81e3d2efa3d5fb4225868887694ccdd23a1a0425 | [] | no_license | khoi-nguyen-2359/TensorFlowDemo | 5f422b0089e8067e9a75f62f2befeb386fb63dbb | 9b5c136040e33a0779ef50b4aeb095c7b128e42b | refs/heads/master | 2021-05-03T07:16:32.319914 | 2018-02-07T05:13:19 | 2018-02-07T05:13:19 | 120,605,595 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,691 | java | /* Copyright 2015 The TensorFlow Authors. 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 applicable law or a... | [
"akhoi90@gmail.com"
] | akhoi90@gmail.com |
94b1cacfefa26dbdfd26ef44c99938315b669a90 | 8397330f51db7b70f812b13013004ba0362bac01 | /src/main/java/org/cytoscape/analyzer/tasks/RemoveSelfLoopsTask.java | 1c6a8e0d728101cdf43db6b0712614c25043a071 | [] | no_license | cytoscape/analyzer | ffc3af8f53520d283c7ffcbab60729103acefddb | ef8d1146b2a78a7e9a38cfa3ebba2475a5c26b34 | refs/heads/master | 2023-09-05T21:53:55.190587 | 2022-01-07T02:01:14 | 2022-01-07T02:01:14 | 167,079,989 | 0 | 1 | null | 2020-10-13T11:44:43 | 2019-01-22T22:54:52 | Java | UTF-8 | Java | false | false | 3,275 | java | package org.cytoscape.analyzer.tasks;
/*
* #%L
* Cytoscape NetworkAnalyzer Impl (network-analyzer-impl)
* $Id:$
* $HeadURL:$
* %%
* Copyright (C) 2006 - 2013
* Max Planck Institute for Informatics, Saarbruecken, Germany
* The Cytoscape Consortium
* %%
* This program is free software: you can redistribute... | [
"scooter@cgl.ucsf.edu"
] | scooter@cgl.ucsf.edu |
bfc99862ec0db32adb20f38641db82632db5261e | 675b99783f99a4addc203a01a0f82632abf5bd3c | /LaTaxiDriver/app/src/main/java/com/guvi/gt/lataxidriver/activity/DriverDocumentsActivity.java | 01b5a51938a1a00bb9cdf85e11c357cdbc357dc9 | [] | no_license | Dummyurl/guvi | 479723735dddec274b9f0f3757d53a9976339949 | 304ad375a5b8b38e32629f8a1fd978d88ee0d5bb | refs/heads/master | 2020-04-10T09:19:34.737798 | 2018-01-17T04:30:10 | 2018-01-17T04:30:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 20,056 | java | package com.guvi.gt.lataxidriver.activity;
import android.content.Intent;
import android.os.Bundle;
import android.support.design.widget.Snackbar;
import android.util.Log;
import android.view.HapticFeedbackConstants;
import android.view.View;
import android.widget.ImageView;
import com.google.gson.Gson;
... | [
"moytho@hotmail.com"
] | moytho@hotmail.com |
581d6cb734ba53c0bd70f2398c63710a57c1eba0 | c885ef92397be9d54b87741f01557f61d3f794f3 | /tests-without-trycatch/JacksonDatabind-110/com.fasterxml.jackson.databind.deser.impl.JavaUtilCollectionsDeserializers/BBC-F0-opt-20/16/com/fasterxml/jackson/databind/deser/impl/JavaUtilCollectionsDeserializers_ESTest.java | eb7f081aef85dc29d867d43a10cf06b56069ce47 | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 8,104 | java | /*
* This file was automatically generated by EvoSuite
* Fri Oct 22 02:47:36 GMT 2021
*/
package com.fasterxml.jackson.databind.deser.impl;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.runtime.EvoAssertions.*;
import com.fasterxml.jackson.core.JsonFactory;
import com.fasterxm... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
d84cfd6138306ae46076f144a65c41114ad1bb39 | 34b0056b3e6ab71e814a91382eb44d664c7d1014 | /src/main/java/dbd/hackaton/mymechanic/spring/domain/Garage.java | d29f899caafd54efd865a65b77c0df81442aeecf | [] | no_license | davidalbert/vivatech-hackathon-2018 | b300cd8ede56e27cb652a76aa6ddbbd0bc656676 | ff7ab17eaa7dc3da6930a0f7e189f00db269f43d | refs/heads/master | 2020-03-18T16:14:51.394839 | 2018-05-26T11:27:28 | 2018-05-26T11:27:28 | 134,955,402 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,181 | java | package dbd.hackaton.mymechanic.spring.domain;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import java... | [
"david.albert@prestomarket.com"
] | david.albert@prestomarket.com |
e4bde8f83005c54ee4eb2c6612b608e9c5de12c2 | 4fe3aa0d5c6d25088cb679414431aace2d1c2ee6 | /src/main/java/ch/ethz/idsc/tensor/pdf/HypergeometricDistribution.java | 1597afacc46b5415599301ba1d7de88524bfd9ee | [] | no_license | shyding/tensor | 8959d4a821418042ae61925b45cda2c9bf451cec | dc9b421b4f6542dd4568649c6cc989873ac4942a | refs/heads/master | 2023-03-17T13:03:44.651851 | 2019-11-17T08:45:11 | 2019-11-17T08:45:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,656 | java | // code by jph
package ch.ethz.idsc.tensor.pdf;
import ch.ethz.idsc.tensor.RationalScalar;
import ch.ethz.idsc.tensor.RealScalar;
import ch.ethz.idsc.tensor.Scalar;
import ch.ethz.idsc.tensor.alg.Binomial;
/** Quote from Mathematica:
* "A hypergeometric distribution gives the distribution of the number of successes
... | [
"jan.hakenberg@gmail.com"
] | jan.hakenberg@gmail.com |
979258f17111b14700fde0fc359e4da309ffbcf0 | be8e617b0a5a4ab0d637b3309b4a4c2454ff0183 | /src/test/java/com/eaglesakura/android/rx/ResultCollectionTest.java | 140cd96370e56935ababfdfff8b56a727506bcc1 | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | eaglesakura/rxandroid-support | 786ed57855f124354e79b19e64c45dd28c6a2390 | 80f1e7ff0b0f9ef1f974b0de89a2d39c4dd6fb48 | refs/heads/v2.0.x | 2021-01-24T10:28:41.155721 | 2017-03-19T11:59:46 | 2017-03-19T11:59:46 | 52,934,386 | 3 | 1 | null | 2017-03-19T11:59:47 | 2016-03-02T04:41:49 | Java | UTF-8 | Java | false | false | 1,020 | java | package com.eaglesakura.android.rx;
import org.junit.Test;
import java.util.ArrayList;
import java.util.List;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
public class ResultCollectionTest {
void stringMethod(String value) {
assertEquals(value, "test");
... | [
"eaglesakura@SQUALL.local"
] | eaglesakura@SQUALL.local |
5d1d7edab3250d5447c2f51292e4c08a6c7877a7 | 2c859cb5aa801b7e92cf2a835a2535878828a63f | /IdeaProjects/MyProject/src/TestBank.java | bd82ca668fde01034abe6b2f97da67fb1481bcf5 | [] | no_license | Kal009/pageObjectModel | 5fd15d7ae8337211ab7321ce44672b908bfb7c17 | d29da6e08bccde18a4bd60cae5b8239db22ce790 | refs/heads/master | 2020-03-11T15:19:32.084963 | 2018-04-19T15:42:35 | 2018-04-19T15:42:35 | 130,080,894 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 261 | java | /**
* Created by Trupesh on 20/04/2017.
*/
public class TestBank {
public static void main(String[] args){
Bank B1 = new Bank1();
Bank B2 = new Bank2();
System.out.println(B1.rate());
System.out.println(B2.rate());
}
}
| [
"kal_ghinaiya@yahoo.co.in"
] | kal_ghinaiya@yahoo.co.in |
75d7c66777027b444c9eb48b7f927f19dc50fa71 | f22e90a3a51f3b1b9cbbc8478550d6f7853cc829 | /app/src/test/java/com/zj/dp/ExampleUnitTest.java | a4fcc631751ac972bf143a51e9b41fa4b080eae3 | [] | no_license | zj614android/designPattern | afeb9547cb6018b489c477c037891382568e947f | 3573e23c3c5c7fca3503d0c9ee0c6e768df6a356 | refs/heads/master | 2021-10-20T09:19:53.975169 | 2019-02-27T06:41:49 | 2019-02-27T06:41:49 | 117,074,363 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 387 | java | package com.zj.dp;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void addition_isC... | [
"2807738720@qq.com"
] | 2807738720@qq.com |
2f57175f5094430b027d89ac24aa35db4f7225fe | fb9aadedc65478e9bff4d6b4d5a58234e0d8a088 | /gui/SubmitLabelManipulationTask.java | f6edb9cd545ce84ce53e82daa5aab112ecbb39cb | [] | no_license | ctuu/ThinkingInJava | 80dbfa57bb8e074fb06d00b7d6f4caa21a59b383 | 51d5e188fe17459631fa9a85ace6048a619c425b | refs/heads/master | 2021-01-21T12:30:35.569385 | 2017-12-16T03:04:49 | 2017-12-16T03:04:49 | 102,073,285 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 562 | java | import javax.swing.*;
import java.util.concurrent.*;
public class SubmitLabelManipulationTask {
public static void main(String[] args) throws Exception {
JFrame frame = new JFrame("Hello Swing");
final JLabel label = new JLabel("A Label");
frame.add(label);
frame.setDefaultCloseOperation(JFrame.EXIT_... | [
"ct.liuu@gmail.com"
] | ct.liuu@gmail.com |
e851f7d1c655d5ea37a4976468b0becabc26af90 | 27b8f14e7afdac2f1fb762ef4c7ad3345319df4d | /Gift/Jalebi.java | c923d1c1821504301eec3c8fecfa63e60f29f511 | [] | no_license | Avinash9565/NewYearGift | ca614c35162ccc1866f4db63d2a8fca14597b15b | 461e2dfe0f52adfbff65eacaf3f61b0d9e36b0eb | refs/heads/master | 2021-01-01T07:41:25.528606 | 2020-02-09T09:24:57 | 2020-02-09T09:24:57 | 239,176,393 | 0 | 0 | null | 2020-10-13T19:23:08 | 2020-02-08T17:47:08 | Java | UTF-8 | Java | false | false | 303 | java | public class Jalebi extends Desserts
{
float jalebi_cost;
float jalebi_weight;
Kazuburfi(String a,float b.float c){
super(a);
this.jalebi_cost=b;
this.jalebi_weight=c;
}
public float cost(){
float c=jalebii_cost*jalebi_weight;
return c
}
} | [
"ponduriavinash@gmail.com"
] | ponduriavinash@gmail.com |
c8d2bce2d9ea1232601753020ed04d928020907d | 1f19aec2ecfd756934898cf0ad2758ee18d9eca2 | /u-1/u-11/u-11-111/u-11-111-f3816.java | cc3bfd5b58576fefdfd3dcd087163cab6155412b | [] | no_license | apertureatf/perftest | f6c6e69efad59265197f43af5072aa7af8393a34 | 584257a0c1ada22e5486052c11395858a87b20d5 | refs/heads/master | 2020-06-07T17:52:51.172890 | 2019-06-21T18:53:01 | 2019-06-21T18:53:01 | 193,039,805 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 106 | java | mastercard 5555555555554444 4012888888881881 4222222222222 378282246310005 6011111111111117
1835596267927 | [
"jenkins@khan.paloaltonetworks.local"
] | jenkins@khan.paloaltonetworks.local |
b6ad5ed7d4cd8c33b27f831dd2cc611f7d0ddbc8 | d9fa3d00858a3b6e08bd9995097c683a52a103d9 | /java/Atena/src/main/java/com/hugo/atena/controler/enums/TipoDespesa.java | 33fa87a84e9022d60e6ccfb72fe6fcc932775355 | [] | no_license | hugoharoldo/remote_git | 7d2f51c00347337664f61f68538d81b18e3047d2 | fcb1f590258cc033dbbe5d47d60c05a8f8d3118c | refs/heads/master | 2023-08-09T11:05:50.881108 | 2020-08-09T17:31:16 | 2020-08-09T17:31:16 | 157,298,578 | 0 | 0 | null | 2023-07-20T01:57:06 | 2018-11-13T00:55:22 | Java | UTF-8 | Java | false | false | 2,443 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.hugo.atena.controler.enums;
import com.hugo.atena.utils.HNumber;
/**
*
* @author hugo
*/
public enum TipoDespesa {
... | [
"hugoharoldo@gmail.com"
] | hugoharoldo@gmail.com |
082eede4cf6b7be9e697c855edb10895693f233c | 256355d624d56633a21dc9cb64758ee5545cbd7d | /src/main/java/Parser.java | 640d0776b6b9c71a4563299304b76a72f4713cb5 | [] | no_license | Zdwasserman/HurtLocker | 96fdf09c26830deb3c8096dffb4021e9d8977cf5 | d6763857a96a0dd220da99381e1449de7baeffaa | refs/heads/master | 2021-01-11T04:39:52.960388 | 2016-10-19T19:21:16 | 2016-10-19T19:21:16 | 71,144,932 | 0 | 0 | null | 2016-10-17T14:06:04 | 2016-10-17T14:06:04 | null | UTF-8 | Java | false | false | 7,376 | java | import java.security.Key;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.LinkedHashMap;
/**
* Created by zacharywasserman on 10/17/16.
*/
public class Parser {
ArrayList<Food> foods = new ArrayList();
ArrayList<ArrayList<String>> listOfPrices = new ArrayList();
HashMap<String, Int... | [
"Zdwasserman@gmail.com"
] | Zdwasserman@gmail.com |
e0aad832a9c36565c5f420e9609d8efd26fb903f | c28dee75feaedd7101b0dd31e289ffca9cbf65ea | /src/main/java/com/blogspot/jesfre/recipes/services/ImageService.java | 018b4933e932fa93ad30ed37cdf3ecd299bec056 | [
"Unlicense"
] | permissive | jesfre/recipes | c3d074abe94a19480f676ebd66e73d2f03cb29e9 | ba195769cd6c0869024561ef33dc2b07ff8e0aac | refs/heads/master | 2020-04-25T02:26:57.485060 | 2019-05-22T10:09:04 | 2019-05-22T10:09:04 | 172,438,241 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 198 | java | package com.blogspot.jesfre.recipes.services;
import org.springframework.web.multipart.MultipartFile;
public interface ImageService {
void saveImageFile(Long recipeId, MultipartFile file);
}
| [
"jesfre.gy@gmail.com"
] | jesfre.gy@gmail.com |
24498246b6510fdc7f8956d1db03b94ae1011c73 | 54aab5a0bd09d9e2860125a8935cdf301ec00dbb | /src/main/java/DataCleaner.java | 1048c45966726bad009620d8370f7c25af639bb9 | [] | no_license | ZhouDavid/Basis-of-Big-Data | 728db5aa8562d2afc55b7126c6d8a45e815aae71 | f780632a035213b20b0e3d3b11847057a0e4a2ce | refs/heads/master | 2021-01-12T01:02:59.725409 | 2017-01-08T14:36:55 | 2017-01-08T14:36:55 | 78,337,433 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,619 | java | import com.jcraft.jsch.ConfigRepository;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.FSDataOutputStream;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.io.IntWritable;
import org.apache.hadoop.io.NullWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapred.lib... | [
"zjybox@126.com"
] | zjybox@126.com |
ece330388ea4a7315be7f871f8cd8d566b1cbc42 | 772b3b3a9e0c6a2f1981f5871448849e1a5de23c | /app/src/main/java/ulyne/com/reservedforfanwei/MainActivity.java | 85d58ac573b7f7b29392791f0e02674656cb592a | [] | no_license | fanerwei222/Android | 20cbfe45d0a800703b054095fa03aea73d65eb64 | f41af239bedc1cdf6070d727fef4a6d27a6fe159 | refs/heads/master | 2021-01-19T10:00:23.315633 | 2017-04-11T08:05:59 | 2017-04-11T08:05:59 | 87,809,110 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 340 | java | package ulyne.com.reservedforfanwei;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.acti... | [
"fanerwei222@163.com"
] | fanerwei222@163.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.