blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7bddbe0633cf4af506bb9e9e40ca56e806689125 | 0f05870a76f41c2aafe69d72f869d2f010870379 | /app/src/main/java/br/com/etechoracio/navegationdrawer/CustomFragment.java | 09b7557279933d314c4b8aa27c9bd6d67b95e075 | [] | no_license | nicoleduarteluna/ETEC-NavigationDrawer | a70cdc1f73c97fc4cf015f2fca6d13c769e898c4 | f9938d9107cc47a9806e47bb84b1215071b79ced | refs/heads/master | 2022-03-03T18:52:28.811143 | 2019-10-16T23:31:17 | 2019-10-16T23:31:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,175 | java | package br.com.etechoracio.navegationdrawer;
import android.content.Context;
import android.net.Uri;
import android.os.Bundle;
import android.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
public class CustomFragment exten... | [
"nicoleduarteluna@hotmail.com"
] | nicoleduarteluna@hotmail.com |
23d8123c1795e0498aa27ae129b3c14e06eb7c7e | ae1513dfbf9a6d94b8aaa8db701b19b9defd3f1b | /Auction_Narubina-war/build/generated-sources/jax-ws/client/rate/Edit.java | b8c2c7b2a31245ff4bda0b7598d5b4f350b51170 | [] | no_license | Tanjusja/KURSACH | e51c4a1d14bc46be3a240edcfc09f2485c894d2a | 9326f5bdab3bd14cd98d33c4b8a05fd27920ea2d | refs/heads/master | 2021-01-23T14:05:29.824363 | 2013-11-25T22:45:37 | 2013-11-25T22:45:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,304 | java |
package client.rate;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for edit complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
... | [
"tanyxxxl91@mail.ru"
] | tanyxxxl91@mail.ru |
a433cc03dffaf08284432d537b6af35dfcdbdd83 | 6f37eaffdaa808db45d55e4fd99f44b097eaefa0 | /src/main/java/com/JWmes/project/system/menu/mapper/MenuMapper.java | 555a6febf0f51a583cdd66524ce04f7134cf25b5 | [] | no_license | MinJW/shiroWithVelocity | 37836e314b8228634587eaf7b26155fe3c4f0457 | 68c74b18ccab0da23e91d544086b7b858ceebf9e | refs/heads/master | 2020-03-17T17:17:46.483129 | 2018-05-17T08:27:32 | 2018-05-17T08:27:32 | 133,782,729 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,844 | java | package com.JWmes.project.system.menu.mapper;
import com.JWmes.project.system.menu.entity.MenuEntity;
import java.util.List;
/**
* 菜单表 数据层
*
* @author zhong
*/
public interface MenuMapper
{
/**
* 根据用户ID查询菜单
*
* @param userId 用户ID
* @return 菜单列表
*/
public List<MenuEntity> selec... | [
"Min_jw@aliyun.com"
] | Min_jw@aliyun.com |
0b2f5bd97e0910dbfdff06f9a6f296ec21ac27cc | e0b5ad594b1ce9c1be268979573371223a5e8359 | /Secao_10_Exercicio_03_Fixacao/src/Matriz.java | c5f5d76211503a1c5030d678ddb942f4f282d2a9 | [] | no_license | Jaspion45/Java-Completo-2020-Programacao-Orientada-a-Objetos | c22d5ca597f0bb5d36b0d8d098b04fb4f1612f6b | 7a56a4188fe04fee6935541c9cf1ec4e8d94b554 | refs/heads/master | 2023-03-26T09:51:07.696406 | 2021-03-25T00:25:34 | 2021-03-25T00:25:34 | 350,890,980 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 967 | java | import java.util.Locale;
import java.util.Scanner;
public class Matriz {
public static void main(String[] args) {
Locale.setDefault(Locale.US);
Scanner sc = new Scanner(System.in);
int M = sc.nextInt();
int N = sc.nextInt();
int[][] mat = new int[M][N];
for (int i = 0; i < mat.length; i++) {
... | [
"jaspion_45@hotmail.com"
] | jaspion_45@hotmail.com |
283b7109fe0cc33ea78ba2c53e8f1dac81c63671 | f66e9ce73c8dfcab523e680b59bb1e55f5ebe5d1 | /src/DynamicProgramming/CompleteKnapsack.java | df96d8e8e0ba5fd3afbd771f7e61b61438d34a6f | [] | no_license | kqiu10/LeetcodeSolutionJava | b8ca84df4e7ada2ad6be3bf1a34b19054ebb3b60 | f4609cc2c1fc9d1c21180bc1162bc1a538c4c6e5 | refs/heads/master | 2023-05-31T07:19:51.896361 | 2021-06-19T20:44:57 | 2021-06-19T20:44:57 | 280,535,038 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,032 | java | package DynamicProgramming;
/**
* Date: 10/25/20
* Question Description
*/
/**
* Description: TODO
* Time complexity:O();
* Space complexity: O();
*/
public class CompleteKnapsack {
public int knapsackComplete(int[] weight, int[] value, int C, int N) {
int[][] memo = new int[N + 1][C + 1];
... | [
"qiukan97@gmail.com"
] | qiukan97@gmail.com |
7b7ce3ca96d9cdc9f5c0208c56fcfe9812a89d93 | a7ba399fc75f31383ae78579fc3acb33ad81d2d4 | /src/main/java/com/radkevich/bookreader/repository/CommentRepo.java | 016ec9678bc007976bdf5d1ba192f2250f35dd92 | [] | no_license | Vitold-sys/bookreader1 | cf34513c575f9a62bb94254c714332122fad5b6b | a6f29123cf75c5f7b426bd9b28313169d2c4a398 | refs/heads/master | 2020-11-25T08:53:42.787602 | 2019-12-23T13:14:09 | 2019-12-23T13:14:09 | 228,581,324 | 0 | 0 | null | 2020-10-13T18:23:05 | 2019-12-17T09:31:26 | Java | UTF-8 | Java | false | false | 290 | java | package com.radkevich.bookreader.repository;
import com.radkevich.bookreader.model.Comment;
import org.springframework.data.repository.CrudRepository;
import java.util.List;
public interface CommentRepo extends CrudRepository<Comment, Long> {
List<Comment> findByTag(String tag);
} | [
"52232795+Vitold-sys@users.noreply.github.com"
] | 52232795+Vitold-sys@users.noreply.github.com |
d63ee4af24f21c9dddc91a4afd8ac4ba5a32d6fc | e0fa5aa195bafcf0386a6bed8969026fa10ba6ec | /src/composition/loader/ATXParser.java | b1ffd2e8681b8a0799d2e6637e17d814aca1e641 | [] | no_license | WHOmagoo/SoundEngine | dfca4f9b8b484111692bb522e53af1b524c32f30 | 2cbbe34c685535b35f7f6a2200f31daaf173e20a | refs/heads/master | 2021-01-09T17:26:02.324772 | 2020-02-23T18:06:15 | 2020-02-23T18:06:15 | 242,387,954 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 780 | java | package composition.loader;
import sound.Clip;
import sound.TimeSignature;
import sound.loader.SongLoader;
import sound.song.Clips;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class ATXParser {
public static Clips ParseATX(String s){... | [
"hrmagoo@gmail.com"
] | hrmagoo@gmail.com |
29762e16d7a68af2317b364abdbf227039adaba9 | 9d998e1f469630fc4104280c454472f34b618cc5 | /app/src/main/java/com/wjx/android/wanandroidmvp/presenter/collect/CollectPresenter.java | b8d9f585c12a2de3e095e4732f6b92d0da8139ad | [
"Apache-2.0"
] | permissive | htl1104/WanAndroidMvp | 8b79896b129344718b04f62fec65eb2e53979827 | 504f7993e693f8a0f55a6a1597442a26cdef1b97 | refs/heads/master | 2022-11-07T22:00:03.313170 | 2020-06-27T10:06:05 | 2020-06-27T10:06:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,789 | java | package com.wjx.android.wanandroidmvp.presenter.collect;
import com.wjx.android.wanandroidmvp.base.presenter.BasePresenter;
import com.wjx.android.wanandroidmvp.bean.collect.AddCollect;
import com.wjx.android.wanandroidmvp.bean.db.Collect;
import com.wjx.android.wanandroidmvp.contract.collect.Contract;
import com.wjx.... | [
"jianxianwang198@163.com"
] | jianxianwang198@163.com |
8d1da57f67981ed045020c4a077b1d7c2595e3e2 | 608c81924efd2a6a9789eae0f757967d5e3a9dfa | /leetcode/ValidPalindrome.java | d624a1c247f6e9aeca2a49d2b06956990501f744 | [] | no_license | SixPathsSage/100DaysOfCompetitiveCoding | 87bda93463171148b59fcae022e60348fa2c96c9 | f3bd69f5e4e0a67352e553828856d594bcb13bed | refs/heads/master | 2021-06-30T13:21:37.207594 | 2020-09-10T16:48:32 | 2020-09-10T16:48:32 | 146,382,456 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,191 | 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 leetcode;
/**
*
* @author Siddharth
*/
public class ValidPalindrome
{
public static void main(String[] args) {
... | [
"esiddharth1894@gmail.com"
] | esiddharth1894@gmail.com |
0a684eda14c41811c6dace63921d69d5040124c2 | 277dfe4114bca7646dfe2f71a3d939984dace4e8 | /PayrolltestingSorceCode/src/addEmployeePackage/EmailTesting.java | 3ba76faec731ccca57a3f2459dbc6cf2dcf588f2 | [] | no_license | amiransarii/PayrollSystem | 042abe87ddede7ee21d593b650443bb87d394ac1 | d17ee6ee3d420f8285d9916185dae34494bdc844 | refs/heads/master | 2020-08-02T20:42:21.277675 | 2019-09-28T13:08:08 | 2019-09-28T13:08:08 | 211,500,949 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,983 | java | package addEmployeePackage;
import static org.junit.Assert.*;
import org.junit.Test;
public class EmailTesting {
@Test
public void test() {
/* Employees Page correct input form */
String obj1 = "EMP201";
String obj3 = "Jackson";
String obj5 = "Bond";
... | [
"amiransari.my@gmail.com"
] | amiransari.my@gmail.com |
c3351d53f10cb21160699ec9fac9ff24b897e043 | 34cf7a41d0c7dc2485146852e700129497b68c8d | /result/MethodsFromColt/traditional_mutants/double_logGamma(double)/VDL_218/MethodsFromColt.java | 61c403fe29eead6ced261bc8bc21be9ce7b7d677 | [] | no_license | CruorVolt/mu | 59c3ea8937561a86cf17beb8ae0e0e93d41de307 | 49a181ba80121640d908c14bc1361a72b6da052f | refs/heads/master | 2021-03-12T23:25:45.815280 | 2015-09-22T18:44:58 | 2015-09-22T18:44:58 | 41,647,205 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,695 | java | // This is a mutant program.
// Author : ysma
package Test;
import java.util.Random;
import java.util.Arrays;
import org.apache.commons.math3.stat.StatUtils;
import org.apache.commons.math3.stat.descriptive.*;
public class MethodsFromColt
{
public static double autoCorrelation( double[] data, int lag, double... | [
"lundgren.am@gmail.com"
] | lundgren.am@gmail.com |
39e10ef3a116be8a353a6fda9002ff54ccdd8fb1 | 4efa872e8aa0df351a7a857beb9b50e97d05b243 | /spring/src/main/java/spring/demo/App.java | acf620df92d59c232c2212bbe4932e1de9e26b27 | [] | no_license | zealpane/ssm-book-code | f63600248840c662ef1d3ea31284a4d7dc00be79 | a23be8edca3d3be6d7e0b9be6b00ed01bdfbe5b4 | refs/heads/master | 2022-12-24T09:54:38.814848 | 2019-09-08T13:10:28 | 2019-09-08T13:10:28 | 198,553,313 | 0 | 0 | null | 2022-12-16T00:01:50 | 2019-07-24T03:43:01 | Java | UTF-8 | Java | false | false | 187 | java | package spring.demo;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}
| [
"zealpane"
] | zealpane |
7349259a00b0138e66a777ea03dc24c053b273a6 | 4158401bd6b66b0ee59fab2d027f80ae0337eb74 | /cognive-core/src/main/java/com/cognive/core/model/BasicBo.java | 6b7f267c33cb3975ab1bb96e86f5086b40e1a42f | [] | no_license | AlexUsovGit/cognive | 830b595b4964a8a9d72786f3294ab2615c4e022c | 28324e66912e67f75a50402b458f815e1225b773 | refs/heads/master | 2022-12-16T18:44:35.959407 | 2018-05-28T22:19:34 | 2018-05-28T22:19:34 | 194,631,880 | 0 | 0 | null | 2022-12-07T11:45:20 | 2019-07-01T08:27:48 | Java | UTF-8 | Java | false | false | 500 | java | package com.cognive.core.model;
import com.cognive.core.model.base.BaseModifiableBusinessObject;
import com.fasterxml.jackson.databind.JsonNode;
public class BasicBo extends BaseModifiableBusinessObject {
private String value;
private JsonNode ext;
public String getValue() {
return value;
}
pu... | [
"AndreyGabrinovich@fico.com"
] | AndreyGabrinovich@fico.com |
99fe9d4e184337c5fa2ec7661834226d3b6da50d | dc5459ac2dfd8647cdbed41b2f41607f7007e660 | /app/src/main/java/com/vvm/sh/util/constantes/Testes.java | ae5dd26157d1075429422d16b9b787fe325f5a17 | [] | no_license | ArtemisSoftware/VVM-SH | 5961540712193620291ecf3427181579bb6229b9 | d433a6821bcd4c4f9a41ab25f664e72251b83d63 | refs/heads/master | 2021-07-05T06:57:05.535395 | 2021-02-22T15:53:14 | 2021-02-22T15:54:10 | 237,837,228 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,246 | java | package com.vvm.sh.util.constantes;
import com.vvm.sh.baseDados.entidades.Utilizador;
import java.util.ArrayList;
import java.util.List;
public class Testes {
public static List<Utilizador> obterUtilizadores(){
List<Utilizador> resultado = new ArrayList();
resultado.add(new Utilizador("500005... | [
"gustavo.maia@b2b.com.pt"
] | gustavo.maia@b2b.com.pt |
2c7ae31c53155d44f85b32a480bf4d693d54ac3b | a40bc7f0e3ca1c8ba4588029fc4a67b490f79d8e | /app/src/androidTest/java/com/example/labirynt2/ExampleInstrumentedTest.java | abf2735b959cc72ee90f2403cf67282ea8bed68e | [] | no_license | JaroszMichal/Maze | 528f7584bc334b74262ff04a057af1f87837704c | 9e05d3114caf1a8d8fc96e85626ac296c74a3b83 | refs/heads/master | 2023-01-13T11:56:43.798165 | 2020-11-07T21:18:37 | 2020-11-07T21:18:37 | 309,085,798 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 758 | java | package com.example.labirynt2;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on a... | [
"jkm@jkm.pl"
] | jkm@jkm.pl |
625b9006eab02fd9cc9f75a3896092d194a88a9b | 3d7f60a174c38d6c8d4dba7a5cd47d1ac5c3cba3 | /Semana4/Proyecto/ProyectoMascotas/app/src/main/java/com/knaujolimac/proyectomascotas/restApi/model/MascotaLikeInstagramResponse.java | d8f3d47d2c5b3cca3fc00939e8274a2a76ce291e | [] | no_license | knaujolimac/Curso4_AplicacionesMovilesAndroid | e65d60a84c3ba08c74865eaa9315884ba94fb533 | d6faee41ebf851bae25c3828ee82a15c35f2f097 | refs/heads/master | 2021-01-11T03:25:04.896361 | 2016-11-07T05:14:49 | 2016-11-07T05:14:49 | 71,033,989 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 390 | java | package com.knaujolimac.proyectomascotas.restApi.model;
/**
* Created by Camilo Chaparro on 26/10/2016.
*/
public class MascotaLikeInstagramResponse {
private String codigoRespuesta;
public String getCodigoRespuesta() {
return codigoRespuesta;
}
public void setCodigoRespuesta(String codig... | [
"knaujolimac@gmail.com"
] | knaujolimac@gmail.com |
43fa9c9ce25e95574f4e05554e20ceb6d3be4ba6 | 5ed9eff4c7ae1f49e383fb1a446e2ca3d86586a4 | /src/main/java/wiremock/MetricsExtension.java | fd61c32513fdc61f4c097f96081d079a509e31e6 | [] | no_license | mihaita-tinta/wiremock-metrics | 0ddd1c9b0cfe0107f3a9af8072f842f82733dd83 | 70efde037531e769b0bf15505529dd56eba976ec | refs/heads/master | 2022-09-29T08:57:23.393265 | 2020-06-03T19:17:41 | 2020-06-03T19:17:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,957 | java | package wiremock;
import com.github.tomakehurst.wiremock.core.Admin;
import com.github.tomakehurst.wiremock.extension.Parameters;
import com.github.tomakehurst.wiremock.extension.PostServeAction;
import com.github.tomakehurst.wiremock.stubbing.ServeEvent;
import com.github.tomakehurst.wiremock.stubbing.StubMapping;
p... | [
"michael.sklyar@cyren.com"
] | michael.sklyar@cyren.com |
593ff83ca108ccb94d18561b1d6d708191c38f88 | d28005b2c3738f4e8d892e4eff3a075afb2b8bc3 | /app/src/main/java/mq/com/chuohapps/ui/xbase/BaseModel.java | 8d6df095048746460f247e0e30ce0aa27bde695b | [] | no_license | Huyenchu26/Demo-Chu | 003ee73275580798f439b1a1e1784adda8242b51 | 0e833c7950b01e09d4c52ba08a42812dc894dadc | refs/heads/master | 2020-03-20T04:07:32.786702 | 2019-01-14T16:53:17 | 2019-01-14T16:53:17 | 137,171,666 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 117 | java | package mq.com.chuohapps.ui.xbase;
/**
* Created by nguyen.dang.tho on 10/31/2017.
*/
public class BaseModel {
}
| [
"chu.thi.ngoc.huyen@mqsolutions.com.vn"
] | chu.thi.ngoc.huyen@mqsolutions.com.vn |
cba8bcc29d676563e011dbde7a3ac7df18e6a0be | b5f332d8096ab0b65f51fe2d197cb7a70b48f759 | /src/test/java/guickito/core/DependencyInjectionTest.java | f817f2aa999022c75828910bd81a1b70b055c71d | [] | no_license | fhiegel/injeckto | 787606b560fd045dc046a42fe2cee34a04fb989f | ff889805fc8daa8df3bf05354262ddeb27b6c326 | refs/heads/master | 2021-05-10T08:55:52.326595 | 2018-01-25T13:04:19 | 2018-01-25T13:04:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,204 | java | package guickito.core;
import guickito.samples.MyInjectedObject;
import guickito.samples.MyMockedObject;
import guickito.samples.MySpyiedObject;
import org.junit.ClassRule;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.MethodRule;
import org.mockito.Mock;
import org.mockito.Spy;
import org.mocki... | [
"fabien.hiegel@gmail.com"
] | fabien.hiegel@gmail.com |
296a1c6bc3a67067db09c90b64b1159b9b8e3475 | 39f3492b6b515d8070cbebb3499790f7bc47f10f | /src/main/java/ru/geekbrains/market/error_handling/ResourceNotFoundException.java | 00d32ed8847f7f234ae03402d8e145648d46120f | [] | no_license | illa911/market | 4c29ac8546ca8fb9a0cee739c7768dc01673d9bc | a76f5cba3fb2a1fff330cb7393cee0eb8865fbf6 | refs/heads/master | 2023-05-28T19:05:00.149548 | 2021-06-15T15:38:16 | 2021-06-15T15:38:16 | 377,213,543 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 199 | java | package ru.geekbrains.market.error_handling;
public class ResourceNotFoundException extends RuntimeException {
public ResourceNotFoundException(String message) {
super(message);
}
}
| [
"78314860+illa911@users.noreply.github.com"
] | 78314860+illa911@users.noreply.github.com |
c9bd3c5ed88fa0cfbd9be8c25e48c0cd8ecb46d2 | e8cd907e1dc61220fafd4ea5a8c0fda2cd18963d | /src/main/java/com/dash/it/solution/viewmodel/AuthCredentials.java | 9ea93cd76fb0d63860430d3b47d7cc33815db031 | [] | no_license | jasonmanda/indeed-clone-api | 8c9e2cc2c752275c2b7f362342320c112e9c3b27 | 3eea9e59ac642708799060f1a93218bf22688215 | refs/heads/main | 2023-08-05T07:33:32.350682 | 2021-09-16T21:06:42 | 2021-09-16T21:06:42 | 407,314,207 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 520 | java | package com.dash.it.solution.viewmodel;
public class AuthCredentials {
private String email;
private String password;
private boolean remember;
public String getEmail() {
return email;
}
public void setEmail(String email) {
this.email = email;
}
public String getPassword() {
return password;
}
public vo... | [
"jasonmandabrandja@gmail.com"
] | jasonmandabrandja@gmail.com |
08e7a176a0f840e34ff12f4ff10cd7aed2e47af7 | 14bdd78beb8dda0a756b26f8134dec94a2677e2d | /build/generated/not_namespaced_r_class_sources/debug/generateDebugRFile/out/com/google/gvr/permissionsupport/R.java | f15a5280cfa57445760f6054bf61b3cae9a30133 | [] | no_license | SzigetiBlanka/Presentation_measurement | ec6783be3acfb1c37f1d4df8184fb1dec39132ce | 3f8d8b9be28287ef9efd1ae856c84a1e34e8b25f | refs/heads/master | 2020-09-29T18:23:30.720429 | 2019-12-10T10:41:12 | 2019-12-10T10:41:12 | 227,092,844 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,234 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package com.google.gvr.permissionsupport;
public final class R {
private R() {}
public static final class color {
priv... | [
"szigetiblanka7@gmail.com"
] | szigetiblanka7@gmail.com |
629ccf66c484e95780f7b526f9ea30e52e0c605b | c9625e6fe112097630a9ae789b3534e132b00da1 | /src/main/java/com/march/libs/adapterlibs/QuickAdapter.java | 18c0ab831231de89c7d0b43a62a4c0afde160762 | [] | no_license | Darksiderl/cdlibs | 0efe31b23ca315a0d22c3051146943ec308d98fc | 1b69da7dee200327f100913193abc139af75a781 | refs/heads/master | 2021-01-22T08:48:16.740992 | 2016-03-08T06:04:53 | 2016-03-08T06:04:53 | 53,423,414 | 1 | 0 | null | 2016-03-08T15:34:15 | 2016-03-08T15:34:12 | Java | UTF-8 | Java | false | false | 2,294 | java | package com.march.libs.adapterlibs;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import java.util.List;
/**
* 抽象适配器,使用了模板方法模式,将设置item显示内容的部分抽象到了类外 这是单类型的抽象适配
*
* @author chendong
*
* @param <T>
*... | [
"1101873740@qq.com"
] | 1101873740@qq.com |
750ac602944513bf673f8aea583aed522dd9e0ad | 18e14014eb96679be37b5736ae54a4e6a30bf64c | /t-tian-service-api-impl/t-tian-service-api-impl-member/src/main/java/com/luyitian/son/member/mapper/entity/UserTokenDo.java | 5574b765fd3dc5b6c559fd682866196236d7a273 | [] | no_license | luyitiger2019/t-tian-super | 8963025377a065aa5bec802cf3bb684caf04d6b4 | 742dae37a9c7b64b997d358378b4f6e2be7bc751 | refs/heads/master | 2022-12-12T21:26:18.721654 | 2019-08-30T05:23:23 | 2019-08-30T05:23:23 | 204,616,534 | 1 | 0 | null | 2022-12-06T00:32:43 | 2019-08-27T04:01:02 | Java | UTF-8 | Java | false | false | 411 | java | package com.luyitian.son.member.mapper.entity;
import com.luyitian.son.base.entity.BaseDo;
import lombok.Data;
@Data
public class UserTokenDo extends BaseDo {
/**
* id
*/
private Long id;
/**
* 用户token
*/
private String token;
/**
* 登陆类型
*/
private String loginType;
/**
* 设备信息
*/
private St... | [
"413852131@qqcom"
] | 413852131@qqcom |
9d0463b64cfa1bc88ec8305bacfd7f9e4bb78b46 | 09277a6f618f841187cd3c3c0a76d083b994a65e | /src/test/java/FizzBuzz.java | bc3d5ab7ef31ad5ac147d0e59aad1b48ceecd4a0 | [] | no_license | dzh1024/fizzbuzz-maven-scaffold | 6f6182e7265f511afb5d50357f007e94b44c2318 | 27504832aabb5c90ebd968fad8375224be4dbc02 | refs/heads/master | 2020-12-08T12:49:17.950848 | 2020-01-14T14:30:40 | 2020-01-14T14:30:40 | 232,985,402 | 0 | 0 | null | 2020-01-10T06:55:44 | 2020-01-10T06:55:44 | null | UTF-8 | Java | false | false | 272 | java |
public class FizzBuzz {
public static String getStr(int i) {
if (i % 3 == 0 && i % 5 == 0) {
return "FizzBuzz";
} else if (i % 3 == 0) {
return "Fizz";
} else if (i % 5 == 0) {
return "Buzz";
} else {
return String.valueOf(i);
}
}
}
| [
"1170669295@qq.com"
] | 1170669295@qq.com |
c03041f1823ed9ea2dd55997bbc8cfebb1647d7f | d3905f4dc0869daa8410ccad02d41cd0688f3146 | /app/src/main/java/bd/piniti/service_pro/PestControlSecondActivity.java | fa62ecca210e5f6ff7afc669c411dbf53463e488 | [] | no_license | Piniti-Project-Development/PinitiServicePro | 1b8874353e05b506dfcb23b144d25340c312e018 | e4828fcc1efc5bfe1e5ea97b2ded210fa8a1750f | refs/heads/master | 2021-04-13T23:42:44.228407 | 2020-03-22T15:44:37 | 2020-03-22T15:44:37 | 249,195,159 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,996 | java | package bd.piniti.service_pro;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.TextView;
import at.grabner.circleprogress.CircleProgressView;
public... | [
"Iyitechteam@gmail.com"
] | Iyitechteam@gmail.com |
8c27d83d5c07d4bdecfa3130b32c52e65ef268e4 | e68ae05928a08625d30a6e57abcdcbfaae612123 | /src/main/java/com/nttdata/myztl/service/dto/GruppoVarchiCriteria.java | 200a938dc9b78aaf845cfd561788823da8f26ed1 | [] | no_license | wolfang007/ZTL4 | 22c9e4dbf2d80224209cb4d6131eca6602bdf375 | 4ad466a124c11e54f148884f654ac3a2333aa051 | refs/heads/main | 2023-01-23T22:18:40.172458 | 2020-11-23T12:12:46 | 2020-11-23T12:12:46 | 315,301,750 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 5,351 | java | package com.nttdata.myztl.service.dto;
import com.nttdata.myztl.domain.enumeration.EntityStatus;
import io.github.jhipster.service.Criteria;
import io.github.jhipster.service.filter.BooleanFilter;
import io.github.jhipster.service.filter.DoubleFilter;
import io.github.jhipster.service.filter.Filter;
import io.github.j... | [
"wolfang.leoni@nttdata.com"
] | wolfang.leoni@nttdata.com |
9b870c9e56fe761d97524487f8542e8f85326f39 | 8117fb5f96bd117a844d8ab6ba986dfffd976bbb | /de.unisiegen.gtitool.core/source/de/unisiegen/gtitool/core/exceptions/state/StateException.java | f5f2a6b74ceb01dde39c7ba4760bd134ef117cfd | [
"MIT"
] | permissive | cbsa-informatik-uni-siegen/gtitool | 1bcb4bd8f15630b581f9f9a1faa542748de96b13 | d3d8d9db1737f2d1cd7b0c2efa24d7f77e3e32da | refs/heads/master | 2021-01-02T08:32:20.336020 | 2011-08-29T15:24:21 | 2011-08-29T15:24:21 | 2,287,830 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 581 | java | package de.unisiegen.gtitool.core.exceptions.state;
import de.unisiegen.gtitool.core.entities.Symbol;
import de.unisiegen.gtitool.core.exceptions.CoreException;
/**
* The {@link StateException} is used if the {@link Symbol} is not correct.
*
* @author Christian Fehler
* @version $Id$
*/
public abstract class ... | [
"christian.fehler@gmx.de"
] | christian.fehler@gmx.de |
136e242b54154850fa66621b9b7dec40d0fe6176 | a2be26256789090c8b419e407dab2152b4da9ff2 | /app/src/main/java/com/cubikosolutions/dampgl/ejemplopcpartes/proveedor/ProveedorDeContenido.java | 9bc3fda5bb85f89461f5d9500a48d81c5bd5fed6 | [] | no_license | davidcbk/OApp | 90e60b7aa56cb5c413f4b2d9bdfa1bfe4fcb2bfa | c7f6ffe879ddab7368b062bbf38ecfd0fbd14134 | refs/heads/master | 2021-01-25T12:49:04.186578 | 2018-03-04T17:41:41 | 2018-03-04T17:41:41 | 123,511,759 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,393 | java | package com.cubikosolutions.dampgl.ejemplopcpartes.proveedor;
import android.content.ContentProvider;
import android.content.ContentUris;
import android.content.ContentValues;
import android.content.Context;
import android.content.UriMatcher;
import android.database.Cursor;
import android.database.MatrixCursor;
import... | [
"dmedina@cubikosolutions.com"
] | dmedina@cubikosolutions.com |
a48fde858c6b7db9d153a52a35e152b66f18a1ea | ab69bef51daa7f4e44b927df0a28bfec6a61e351 | /MethodDef.java | e3521a47b90d296cef689b6de90e9f54e3e8ad87 | [] | no_license | swethaqa/JAVASamples | da05bbe42aa153a278aab80b3ab5dea9f37cd7eb | 2332a6ba53492c9b5e9c92f6371dcac1798aefff | refs/heads/master | 2021-05-04T08:01:06.045957 | 2016-09-25T02:27:17 | 2016-09-25T02:27:17 | 69,139,222 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 201 | java | package assignment;
public class MethodDef {
public int division(int a,int b) {
int c = a / b;
return c;
}
public int multiply(int a, int b) {
int c = a * b;
return c;
}
}
| [
"noreply@github.com"
] | swethaqa.noreply@github.com |
ec5221f6e67f95303973cbd5607b97a8270f7f9e | 995e655293513d0b9f93d62e28f74b436245ae74 | /src/com/htc/gc/companion/settings/ui/gn.java | 51c00ef6b8dd51f5f78c8a1bbf0066083274d395 | [] | no_license | JALsnipe/HTC-RE-YouTube-Live-Android | 796e7c97898cac41f0f53120e79cde90d3f2fab1 | f941b64ad6445c0a0db44318651dc76715291839 | refs/heads/master | 2021-01-17T09:46:50.725810 | 2015-01-09T23:32:14 | 2015-01-09T23:32:14 | 29,039,855 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,076 | java | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.htc.gc.companion.settings.ui;
import android.app.NotificationManager;
import android.util.Log;
import com.htc.gc.companion.b.q;
impo... | [
"josh.lieberman92@gmail.com"
] | josh.lieberman92@gmail.com |
7fa7ca1e9d175b03e59aadc251551d26241013c4 | 6df071afab942a6932a6d6bc6bca691b44e16d6c | /src/main/java/br/com/compasso/web/cadastroclientes/domain/Cidade.java | 834a08843663f7c60bffcf08683f2dba167d847c | [] | no_license | Nadiane/CadastroCliente | c6b541aa711c2fd58f2263eaad61ffc9cb66a554 | 4d768e9eccc96213817d0656aa4ac49cdfb04e02 | refs/heads/master | 2020-06-25T15:41:32.630385 | 2019-07-31T03:10:53 | 2019-07-31T03:10:53 | 199,356,238 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,745 | java | package br.com.compasso.web.cadastroclientes.domain;
import org.hibernate.validator.constraints.NotBlank;
import javax.persistence.*;
import javax.validation.constraints.NotEmpty;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Size;
import java.io.Serializable;
import java.util.Objec... | [
"nadiane.t.ferreira@accenture.com"
] | nadiane.t.ferreira@accenture.com |
63de61165ce65096befc0d5b5f157b1ffaf7b6dc | 02d55c6099fe1398fe27fc446dc050d3856d92f6 | /ThinkingInJava10/src/Test26.java | 99a2b5d6f6e43765df78c653388c68926ff3db49 | [
"Apache-2.0"
] | permissive | wu-sicheng/Thinking-in-Java-4th | 398b54802cbabbc32737f4368929ef022c974c0a | 8a0dbc52a7f879f3c6998f32d0e8c88dfe143372 | refs/heads/master | 2021-05-31T11:40:18.479659 | 2016-02-29T13:09:37 | 2016-02-29T13:09:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 345 | java | class A26{
class A26In{
public A26In(int i){
System.out.println(i);
}
}
}
public class Test26 {
public class Test26In extends A26.A26In{
public Test26In(A26 a26, int i) {
a26.super(i);
}
}
public static void main(String args[]){
Test26 t=new Test26();
Test26.Test26In i=t.new Test26... | [
"1656423700@qq.com"
] | 1656423700@qq.com |
d37815737a8f8b0b73be96d584089216f04f1bd2 | a7534992c482b656cfb9924f2cdbad8bb29416a7 | /app/src/main/java/com/buildmyapp/android/DevDetailsActivity.java | 16e3507b4da9c81e1fc7d3b0df3364e32b51881b | [
"MIT"
] | permissive | labs13-build-my-app/Android | 33b7b92b6db52627356e520ba359feabb5ec5874 | 55fd93ab7b52776a15ffd9bdff0a66fecc9d203e | refs/heads/master | 2020-05-30T00:04:36.440895 | 2019-06-28T19:52:45 | 2019-06-28T19:52:45 | 189,450,540 | 2 | 1 | MIT | 2019-06-28T20:07:10 | 2019-05-30T16:53:39 | HTML | UTF-8 | Java | false | false | 1,665 | java | package com.buildmyapp.android;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.AppCompatTextView;
import android.support.v7.widget.Toolbar;
import android.view.View;
import android.widget.Button;
import android.widget.... | [
"pabloogata@gmail.com"
] | pabloogata@gmail.com |
2736942758651c46a65b445db16692dab5ca3d28 | 4ca107f8d2b1eb07159204d8b8cb36aed296532e | /TangoRosStreamer/app/src/main/java/eu/intermodalics/tango_ros_streamer/Logger.java | fb65ee0ce54c7955d432524d4695a227f1de95b1 | [
"Apache-2.0"
] | permissive | gitunit/tango_ros | 52981979e9f0fe2689c6ad65cc6da34e503d930b | 56472428c9d27af60105e4f693b4fb5eb8de26d0 | refs/heads/master | 2021-01-11T16:40:16.992166 | 2017-01-25T13:30:40 | 2017-01-25T13:30:40 | 80,135,397 | 2 | 0 | null | 2017-01-26T17:07:20 | 2017-01-26T17:07:20 | null | UTF-8 | Java | false | false | 5,058 | java | /*
* Copyright 2016 Intermodalics 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 appl... | [
"perrine.aguiar@intermodalics.eu"
] | perrine.aguiar@intermodalics.eu |
353755b67fc3167e1cbbad8469580072179f1424 | ce889aed95bdd6669f5ee380b98113c28511c00f | /src.main.java/com/bit2015/bitin/interceptor/AuthInterceptor.java | 9888214ea28d854353558f9d18247c18c9a689e8 | [] | no_license | bebop84/Stubit | d4a13f4db1603b618c1fe60a10efcfd8004183f9 | 565d0dbd1e804d5df646488490018a3c7eb89331 | refs/heads/master | 2016-08-11T21:49:40.434910 | 2016-02-15T09:15:56 | 2016-02-15T09:15:56 | 51,742,857 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,554 | java | package com.bit2015.bitin.interceptor;
import java.lang.reflect.Method;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import org.springframework.web.method.HandlerMethod;
import org.springframework.web.servlet.handler.Hand... | [
"Minyoung_PC@192.168.0.5"
] | Minyoung_PC@192.168.0.5 |
76e2b18478bd137d483d9cffb3fad3ca7f189c95 | aa54520d3f852c634d5639ea93bdcd149b178d8e | /MvcPcbMaker/Application/src/main/java/com/mvcpcbmaker/daos/ClosestParentDao.java | 6e48c8957ea6ac067fc58fa1fbeb6df11c28ab38 | [] | no_license | artgineer2/MvcPcbMaker | 35b696ee021c9ba0a06a9c82edf229f0caf3ac3b | 6c619f92507d4e6102bf0abacd4b46c1c226cd67 | refs/heads/master | 2023-01-05T22:26:06.206402 | 2020-05-11T15:42:02 | 2020-05-11T15:42:02 | 232,858,250 | 1 | 1 | null | 2023-01-05T05:36:21 | 2020-01-09T16:51:52 | Java | UTF-8 | Java | false | false | 222 | java | package com.mvcpcbmaker.daos;
public interface ClosestParentDao {
public void runClosestParentProc(String childPart);
public String getClosestParentPackage(String parentPart);
public void clearClosestParentData();
}
| [
"bachmoog2@gmail.com"
] | bachmoog2@gmail.com |
29add1fd2574126d44f1e4a29650dc48b67fec16 | ffad04827217659d32675bf61708465b0702082c | /src/main/java/com/prakash/messaging/service/ReactService.java | ad983a8d8a141f5a68facea25c298d372471e1a5 | [] | no_license | prakash24/messagePostApplication | ed45e5086146ac72d735113a8219d338eeaba4a0 | 7c8aafc784358bc8e2a3e5a859ce52eae955f734 | refs/heads/main | 2023-06-29T17:31:45.948806 | 2021-07-28T06:46:40 | 2021-07-28T06:46:40 | 384,254,064 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 71 | java | package com.prakash.messaging.service;
public class ReactService {
}
| [
"prakashps6666@gmail.com"
] | prakashps6666@gmail.com |
cf0948bf05f5eee2407303fe888ccab92fe587c2 | 96a3182c3c26fa012101624741a5d57294baa4f0 | /app/src/main/java/com/example/fahad/neurobuds/activities/GraphActivity.java | 9c92de22c06da974ee812aaf90c4aa251192407d | [] | no_license | shaheenkdr/fahadpk92-neurobuds-f588e83c2d8f | 3308ad35245dc8f57f8df862837ed988d83b356b | aac75203f33d820d04623fed0247240275b22985 | refs/heads/master | 2021-01-09T05:41:29.188273 | 2017-02-06T03:16:23 | 2017-02-06T03:16:23 | 80,813,196 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,037 | java | package com.example.fahad.neurobuds.activities;
import android.content.Intent;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.suppor... | [
"shaheenkader@outlook.com"
] | shaheenkader@outlook.com |
236a51328cf1090424e9920312ea9df6e3a96429 | 9f984fc65f65743ae1c89e07fd6ac0f5ab2a2a91 | /src/http/HttpClientSample1.java | eec227c8e781fd4057d70178aeeea82fc70b796d | [] | no_license | jjoylee/PersonalJavaStudy | ce8f4421d5e4755ec040f0ff40381021fb7c0e3d | beb968cd74d04dd32c43a56a1df74eeedd3b6289 | refs/heads/master | 2020-03-20T14:00:06.468988 | 2018-07-05T01:09:32 | 2018-07-05T01:09:32 | 137,472,828 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,189 | java | package http;
import java.io.BufferedInputStream;
import java.io.IOException;
import java.io.InputStream;
import org.apache.http.HttpResponse;
import org.apache.http.client.HttpClient;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.impl.client.DefaultHttpClient;
public class HttpClientSample1 ... | [
"ekdnlt1995@gmail.com"
] | ekdnlt1995@gmail.com |
ea520bcecc451c9c010731a54c6fbe7dfe4ac07c | aad40f08eeb44ab50d34a900c94e77394ce1067b | /blogpessoal/src/main/java/org/generation/blogpessoal/model/Tema.java | 7a8144e42b240abfa7e52f87a6ad9827e901fe02 | [] | no_license | carolcrisel/CRUD_Introduction | c684d44b601cb7f93ed47af34415fbdb80680f63 | 8ca30b75bd172aef631193feedf747087cd3079b | refs/heads/master | 2022-12-11T22:56:50.070542 | 2020-09-09T17:49:59 | 2020-09-09T17:49:59 | 293,879,492 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,092 | java | package org.generation.blogpessoal.model;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.OneToMany;
import javax.persistence.Table;
imp... | [
"portocrisel@hotmail.com"
] | portocrisel@hotmail.com |
bdefab5c2ed2f393646f1206d12bc185848038d2 | 0069b860a293c29ed5aa9686c285b7a84b659388 | /TestJdbc/src/cn/mcandroid/jdbc/Test01.java | 93b839f777ec8e7e555221604cb946aad9d7eedc | [] | no_license | LCQ622/Eclipse-Java-Web-Exercise | 0e14de587d76585fb79b5aa6b02702311921c874 | 3ffc971a485269c62e9670df2545bbeab046bae6 | refs/heads/master | 2020-05-30T14:43:48.970997 | 2019-06-02T02:51:21 | 2019-06-02T02:51:21 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 770 | java | package cn.mcandroid.jdbc;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
public class Test01 {
public static void main(String[] args) throws Exception {
//1.
Class.forName("com.mysql.jdbc.Driver");
//2.
Connection conn=DriverManager.getConnection("jdbc:mysql://localh... | [
"1780082826@qq.com"
] | 1780082826@qq.com |
71cb884f0a5cd9a60fc63bb6a2044b9d2bc8c052 | a2029b2d789073d6b2835fb0fa11acb611d639b6 | /newreg/src/java/nic/vahan/form/bean/fileMonitoring/FilePendingReportBean.java | 2a68a1900ce7b57e9fa61958d58b001473497b8a | [] | no_license | Kennywest3/vahan | 89a5007749ea23d8bdca7572d033966ef3dc5a3e | 656844679b37fb0736c3f7966dc474b4b0e44161 | refs/heads/main | 2023-02-17T13:43:35.529756 | 2021-01-04T09:05:55 | 2021-01-04T09:05:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,797 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package nic.vahan.form.bean.fileMonitoring;
import java.util.Iterator;
import javax.faces.application.FacesMessage;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.ViewScoped;
import javax.faces.c... | [
"sshende@taashee.com"
] | sshende@taashee.com |
3a3c79086a7738df6a3ffde92851d3b0c951dbf1 | 2b14a8dcdefbe45a22cf4750a39c30aaa891883e | /AppFGA_Piloto/gen/com/example/tonlib/R.java | baca9f86d4eba8cf1e926976a1ef7075bbb393cd | [] | no_license | EstudosLivres/AppFGA-Android | 695020ffb8cef5cfc63689b9753a0e796e5e01cd | 8740003f57c30e7beb5a1d248c0836fc318f737f | refs/heads/master | 2019-01-19T06:40:24.345109 | 2014-01-28T15:18:12 | 2014-01-28T15:18:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 755 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.example.tonlib;
public final class R {
public static final class style {
public static final int AppBaseTheme = 0x7f050000;... | [
"ton_unb@hotmail.com"
] | ton_unb@hotmail.com |
d00021c5a6aeb088f4bd6b70a328c00052111ccd | 97fc2985aa336d4c369300d652aab3dba31bd46c | /app/src/main/java/com/qzr/augustplayer/render/WaterMarkRenderDrawer.java | a4a1cc60ad681dce9a2406c25b956881d132bbbb | [
"Apache-2.0"
] | permissive | qzhuorui/AugustPlayer | 0d6161b90b1bdb63ffd2116029da9e0565896542 | cc9afbc6758117acc002d11968e1f3ba6574d698 | refs/heads/master | 2023-01-01T20:57:41.813016 | 2020-11-01T03:36:15 | 2020-11-01T03:36:15 | 287,882,088 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,551 | java | package com.qzr.augustplayer.render;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.opengl.GLES30;
import com.qzr.augustplayer.R;
import com.qzr.augustplayer.base.Base;
import com.qzr.augustplayer.utils.AssetsUtils;
import com.qzr.augustplayer.uti... | [
"qzhuorui@163.com"
] | qzhuorui@163.com |
d1ac866820298ac41b4d8c7cf66722be2b56f11f | f854deb050e81c91d3eb5f834180fe33e439fbdb | /src/com/habboproject/server/game/rooms/objects/items/types/floor/others/SeatFloorItem.java | cd958d23b99f43edaab18d2eab601693ff8cac87 | [] | no_license | dank074/CometEmulator | 9cedfd7c01ead997a99b8a3aa9d9530d9a809090 | 5e0123fdd1a54b448f0702af9d674e311ad9f339 | refs/heads/master | 2020-12-01T07:10:07.767081 | 2018-01-22T04:31:00 | 2018-01-22T04:31:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,753 | java | package com.habboproject.server.game.rooms.objects.items.types.floor.others;
import com.habboproject.server.game.rooms.objects.entities.RoomEntity;
import com.habboproject.server.game.rooms.objects.entities.RoomEntityStatus;
import com.habboproject.server.game.rooms.objects.entities.types.PetEntity;
import com.habbopr... | [
"orracosta@icloud.com"
] | orracosta@icloud.com |
2af88da75b947c418586516834f37372d6aea6a9 | 4c630ffd7d428fb772413de36860616f242c45ac | /backend/src/main/java/com/it/p/lodz/pl/masi/model/NumericQuestion.java | de7f69ac46adbbb25b466617c100b0142f84eafa | [] | no_license | lodz-university-of-technology-masi/Violet | 37925f338fcf4e82e3f20306c13de91ffbe453b2 | 231e91513e4c8c41882d998e3f03e9ad99aa9e4b | refs/heads/master | 2023-01-22T15:46:41.327343 | 2019-06-03T16:05:13 | 2019-06-03T16:05:13 | 176,295,695 | 0 | 0 | null | 2023-01-07T04:51:50 | 2019-03-18T13:47:30 | Java | UTF-8 | Java | false | false | 88 | java | package com.it.p.lodz.pl.masi.model;
public class NumericQuestion extends Question {
}
| [
"228021@edu.p.lodz.pl"
] | 228021@edu.p.lodz.pl |
05ebfea4fdbcf75b5312cf9b183322f045134957 | 46104235aea027f54d2945968979048150eedb97 | /src/main/java/libgdx/implementations/iqtest/spec/IqTestBaseLevelCreator.java | cf80b734e1c97c5736a35b50f39f125a31bef4f0 | [] | no_license | horeab/SkelClassicGame | 2aed9e53535688246ff06a83f36d8e4ace35fa44 | 789d48f90d1fd08c9ac154eb86e9c22ae539d229 | refs/heads/master | 2021-06-26T04:36:05.520593 | 2021-06-11T13:13:12 | 2021-06-11T13:13:12 | 229,983,033 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,707 | java | package libgdx.implementations.iqtest.spec;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.scenes.scene2d.InputEvent;
import com.badlogic.gdx.scenes.scene2d.actions.Actions;
import com.badlogic.gdx.scenes.scene2d.ui.Image;
import com.badlogic.gdx.scenes.scene2d.ui.Table;
import com.badlogic.gdx.scenes... | [
"horea.bucerzan@gmail.com"
] | horea.bucerzan@gmail.com |
50a80f61c60f5010336bd02cbdcefb7c8e67cc36 | 7b4fd58090aa7013137ba2734d7f256b812861e1 | /src/Ellias/rm/com/tencent/msdk/communicator/IHttpRequestListener.java | 3312ecb67d4996db3b71200577f1d88698e883c6 | [] | no_license | daihuabin/Ellias | e37798a6a2e63454f80de512319ece885b6a2237 | fd010991a5677e6aa104b927b82fc3d6da801887 | refs/heads/master | 2023-03-16T21:12:33.908495 | 2020-02-10T15:42:22 | 2020-02-10T15:42:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 417 | java | package com.tencent.msdk.communicator;
public abstract interface IHttpRequestListener
{
public abstract void onFailure(String paramString, int paramInt1, int paramInt2);
public abstract void onSuccess(String paramString, int paramInt1, int paramInt2);
}
/* Location: D:\rm_src\classes_dex2jar\
* Qualif... | [
"sevarsti@sina.com"
] | sevarsti@sina.com |
147cbbe17012ffae128471a0fc2a06a32d7f103c | 5748d8e5ab80776e6f565f0dd1f5029d4af5b65e | /codeforces/1466/D.java | 62248e5cedc940392f4a35f328c243a71b31d62c | [] | no_license | lokiysh/cp | f50394a98eec42aa4e9ae997aa4852253fff012f | 99cbf19c9db16f51de5a68a8c4989f5de36678c8 | refs/heads/master | 2023-02-10T21:18:51.987872 | 2011-07-22T13:04:00 | 2021-01-11T02:39:17 | 328,587,177 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,394 | java | import java.io.OutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.io.PrintWriter;
import java.util.PriorityQueue;
import java.io.BufferedWriter;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.List;
im... | [
"lokesh.khandelwal92@gmail.com"
] | lokesh.khandelwal92@gmail.com |
93d700f891988bb54aa5220f11abcfb2431b0d48 | 6ae784cfe38b143f2106e64f3a64799ba92eb884 | /app/src/main/java/com/kedacom/rxjavaactiondemo/model/net/NewsApi.java | eccadcd743c01648a25531b630a930d2f1156165 | [] | no_license | zhoutianjie/RxJavaAction | f2b85ce72900cffc03e3673cbc375eea85403335 | d126a3c104f2bc7aab4180e7284fa3b7a2c165aa | refs/heads/master | 2020-05-14T23:01:45.912199 | 2019-04-18T00:44:40 | 2019-04-18T00:44:40 | 181,989,663 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 515 | java | package com.kedacom.rxjavaactiondemo.model.net;
import com.kedacom.rxjavaactiondemo.model.entity.NewsEntity;
import com.kedacom.rxjavaactiondemo.model.entity.NewsResultApi;
import io.reactivex.Observable;
import retrofit2.http.GET;
import retrofit2.http.Path;
/**
* Created by zhoutianjie on 2019/4/17.
*/
public i... | [
"kkledvcent@126.com"
] | kkledvcent@126.com |
b4e7b57d4bf92be458ef48d32253613487bf9388 | 10afc658d77076aa360b9114aecb8464b8126975 | /java_gui/QKH_079/SuspResum.java | af53b32cc6223d5a8b86844d268c13b4bd72167f | [] | no_license | sametcem/Java-GUI | 41c868c9f575840ce5fb755dc3e05890125815da | 1f6b273107e0bd1e12a03e3a3fe1c8549916b57a | refs/heads/master | 2020-09-28T17:52:53.383645 | 2019-12-09T09:08:17 | 2019-12-09T09:08:17 | 226,828,535 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,879 | java | package java_gui.QKH_079;
// QKH-SuspResum/SuspResum.java
import javax.swing.JOptionPane;
class MyThread extends Thread {
volatile boolean stopped = false;
volatile boolean suspended = false;
public void run() {
int num = 0;
while(!stopped) {
try {
... | [
"noreply@github.com"
] | sametcem.noreply@github.com |
c6ed164116dfe98f08bd673c053fb7be60f1e46e | 853bab87ad4a61332383f860ed45da334078d4de | /src/main/java/com/yheeing/webservice/domain/posts/Posts.java | fc5f18366970a565e778323b3710634c299dc8fa | [] | no_license | yheeing/spring-webservice | 02690934273bbf31b44f208d10b988224cc6f0fb | 4fbf937c0a532f2984b48dcc22636f335d2e7e39 | refs/heads/master | 2022-11-09T02:29:15.153798 | 2020-06-24T01:34:33 | 2020-06-24T01:34:33 | 271,146,256 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 745 | java | package com.yheeing.webservice.domain.posts;
import javax.persistence.*;
import com.yheeing.webservice.domain.BaseTimeEntity;
import lombok.AccessLevel;
import lombok.Builder;
import lombok.Getter;
import lombok.NoArgsConstructor;
@NoArgsConstructor(access = AccessLevel.PROTECTED)
@Getter
@Entity
public class Posts... | [
"yheeing@tvstorm.com"
] | yheeing@tvstorm.com |
a4a0b6b0aba84a0c319ab2f9fb97ac6e81d2ae54 | 7e556ff4d83e7c4f5a0a58cb9e3bd536fcf0dabe | /geoide-print/src/test/java/nl/idgis/geoide/commons/report/template/HtmlTemplateDocumentProviderTest.java | 066400efb03dc5389cb545378b282b651110ebea | [] | no_license | IDgis/geoide-commons | bd27bf73379660f53e39a62b42f592cf74aada7e | ada3aef20c3858f24090069c891a4a83b87f0799 | refs/heads/master | 2023-05-28T14:17:21.234342 | 2023-05-23T09:23:43 | 2023-05-23T09:23:43 | 24,757,641 | 0 | 0 | null | 2023-05-23T09:23:45 | 2014-10-03T12:31:01 | Java | UTF-8 | Java | false | false | 10,323 | java | package nl.idgis.geoide.commons.report.template;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.mockito.Matchers.any;
import static org.mockito.Matchers.anyLong;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;
impor... | [
"erik.orbons@idgis.nl"
] | erik.orbons@idgis.nl |
a6dafadf243ff1954346cc1ffcc7ce89618a5500 | 721e67ce4aeb1c750ab5eb355e26494423307ae3 | /FreeCRM/src/main/java/ExcelUtility/ReadWriteExcel.java | efbac968c8a4f65caa50fd7af94454fb56d63f86 | [] | no_license | vishal180887/ExcelReadWrite | 4b6b2f4a888ef548debfd9fb38ababfa452e6c9d | 8f6901844a4b313ad3d8d7c8906387e6be5231e2 | refs/heads/master | 2021-07-04T00:03:15.454568 | 2020-01-01T17:28:47 | 2020-01-01T17:28:47 | 231,244,251 | 0 | 0 | null | 2021-04-26T19:50:29 | 2020-01-01T17:27:02 | HTML | UTF-8 | Java | false | false | 2,790 | java | package ExcelUtility;
import org.apache.poi.ss.usermodel.*;
import java.io.FileInputStream;
import java.util.Vector;
public class ReadWriteExcel {
private Vector<String> columnNames;
private Vector<Vector<String>> data;
private DataFormatter dataFormatter = new DataFormatter();
public Re... | [
"noreply@github.com"
] | vishal180887.noreply@github.com |
893f00302a4ec6ad318ef6cb52f37b1fa33c9756 | a1b4906a54ba81c24da4483f02110645e3807a30 | /Assignments/Week 4/ShapesAndPerimeters/src/main/java/com/sg/shapesandperimeters/Square.java | 78515062450c29ab82b48bd63cf9319d03cdff36 | [] | no_license | mdrozdz17/personalwork | 3b4177fa6d3a4a29ee9314f6ed033863e077aa0b | 49d12e6262349e0b0b663f1d5485609564c05f53 | refs/heads/master | 2020-06-10T14:04:11.866899 | 2016-12-08T16:10:45 | 2016-12-08T16:10:45 | 75,952,257 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 653 | 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.sg.shapesandperimeters;
import java.math.BigInteger;
/**
*
* @author apprentice
*/
public class Square extends Shape {... | [
"Matthew.Drozdz@LibertyMutual.com"
] | Matthew.Drozdz@LibertyMutual.com |
326b192ab0e7e5d48522ee8f94c7fa9b29cdf5eb | a09e55b66585b448b8fd51ea55a24b6b4252f877 | /Software-Architecture-01/src/com/baerwang/carp/MySqlConnection.java | 6aa70cc8b9c036381e9f9bfc67927ff073657ba5 | [] | no_license | baerwang/learn-java | 8224a44b52c2b8dd085df2e1305a21f541c6add8 | 963e8ad151f3434eff7602af94a0dee7dfad8c20 | refs/heads/master | 2023-04-18T20:56:28.443615 | 2021-04-27T07:49:39 | 2021-04-27T07:49:39 | 289,679,366 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 231 | java | package com.baerwang.carp;
/**
* @author baerwang
* @since 2020/8/26 6:38
*/
public class MySqlConnection extends DBConnection {
@Override
public String getConnection() {
return "MySql数据库连接";
}
}
| [
"bearwang_global@bearwang.com"
] | bearwang_global@bearwang.com |
58aec7d08c57f6e40e73276ba70cd4c8b5fa1330 | e12739407f4ef4d064b3b91b70627343364b8fde | /01-springboot-dubbo-interface/src/main/java/com/thunder/pojo/Pet.java | c27cc5fa80c63c3217c354e15426d35512dfd08d | [] | no_license | LaiXingJie/SpringBoot-Dubbo | 959aa451640998a79a2cae2a1c2db81536840028 | 98ec81922d521d4cb4beaf75569e82932a12bf7a | refs/heads/master | 2022-12-05T13:35:46.218525 | 2020-08-19T10:58:57 | 2020-08-19T10:58:57 | 288,705,519 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,658 | java | package com.thunder.pojo;
import java.io.Serializable;
import java.util.Date;
/**
* @author Think
*/
public class Pet implements Serializable {
private Long petid;
private String petname;
private Integer petbreed;
private Integer petsex;
private Date birthday;
private String descriptio... | [
"185752822@qq.com"
] | 185752822@qq.com |
b92e81746bd58371f7d8d09df78ea5565a483e17 | 71f463f19e4efa01ddfecf84c540bc9ba5021941 | /Chapter10/src/main/java/com/course/config/SwaggerConfig.java | 6fecf872044730c04cf9b2260667259fb37a6fd5 | [] | no_license | StefanieLily/InterfaceTest | 9e86ea5a06a4c2efbaace32e86d119ef1eb3a525 | 2642f8238a52f3775224105172765a2f97117338 | refs/heads/master | 2020-03-22T21:13:47.701441 | 2018-08-08T06:03:26 | 2018-08-08T06:03:26 | 140,669,157 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,208 | java | package com.course.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import springfox.documentation.builders.ApiInfoBuilder;
import springfox.documentation.builders.PathSelectors;
import springfox.documentation.service.ApiInfo;
import spring... | [
"ll@choicesoft.com.cn"
] | ll@choicesoft.com.cn |
6dd162db35294bfa486bc8dd9674ac5cca0fbfbe | fec4c1754adce762b5c4b1cba85ad057e0e4744a | /jf-base/src/main/java/com/jf/dao/VideoTipOffMapper.java | c85b078a665d6ce1877f6c0679088794892ad1bd | [] | no_license | sengeiou/workspace_xg | 140b923bd301ff72ca4ae41bc83820123b2a822e | 540a44d550bb33da9980d491d5c3fd0a26e3107d | refs/heads/master | 2022-11-30T05:28:35.447286 | 2020-08-19T02:30:25 | 2020-08-19T02:30:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,032 | java | package com.jf.dao;
import org.springframework.stereotype.Repository;
import org.apache.ibatis.annotations.Param;
import java.util.List;
import com.jf.common.base.BaseDao;
import com.jf.entity.VideoTipOff;
import com.jf.entity.VideoTipOffExample;
@Repository
public interface VideoTipOffMapper extends BaseDao<VideoT... | [
"397716215@qq.com"
] | 397716215@qq.com |
53fbd7b53b43c25f33549c55bf8973170bf72931 | 73de05b9d422057078cd206ff0c6539141ba6927 | /src/main/java/com/bourse/societe/entities/Societe.java | 8a1c36d2a28cd775d76b96c0e4146275632eed84 | [] | no_license | AbdelbassetNoomene/SpringBoot | 4539c1d7c438420b3dca534363e3e42f3b263082 | ff63edd57677e2b7307f4b3a6d3bf1cb5351df03 | refs/heads/master | 2021-01-11T11:07:52.771878 | 2016-03-15T06:24:35 | 2016-03-15T06:24:35 | 53,274,357 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 895 | java | package com.bourse.societe.entities;
import java.io.Serializable;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
@Entity
public class Societe implements Serializable{
@Id
@GeneratedValue
private Long id;
private String nomSociete;
/**
* @return the id
... | [
"noomene.abdelbasset@gmail.com"
] | noomene.abdelbasset@gmail.com |
65f4319e5d0f0cd19fc9736dc21c5275a5fb2a90 | 35776e2603ffc43c77e71d7ef093763f8611bd29 | /build/generated/src/org/apache/jsp/trail_jsp.java | a070a75ce07b215385a3a5f293eff58f280d395f | [] | no_license | praveenk0705/OnlineBusReservationApp | 81bfe91de74ee3e89528e0adbddf381d5ef1b2d9 | a9b75758e42151149b09dd70dbc5128728b09777 | refs/heads/master | 2021-01-20T06:44:51.276750 | 2017-08-26T20:57:18 | 2017-08-26T20:57:18 | 101,512,778 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 36,415 | java | package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
public final class trail_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static final JspFactory _jspxFactory = JspFactory.getDef... | [
"praveenk0705@gmail.com"
] | praveenk0705@gmail.com |
af6d4767940fb54b3d60a1ce577b8fa8c277b633 | aeb5606519c49392c3fa92fdbc049aa8a30107bb | /src-gen/streamprocessingapplication/Decompressor.java | 3d407e9c85d8d27c821acfe3c20c1753206590da | [] | no_license | tsokkisl/Asynchronous-Stream-Processing-Applications-DSL | 01ea6cc184b1dcb6a3f26d9c9029bb3d89b89517 | 4aae1f3f74ea500cee2e70ffa64bae7b354703a9 | refs/heads/master | 2023-03-18T16:55:29.444606 | 2021-03-15T23:42:48 | 2021-03-15T23:42:48 | 347,583,772 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 440 | java | package streamprocessingapplication;
/* protected region Imports on begin */
/* protected region Imports end */
public class Decompressor implements Runnable {
/* protected region Task on begin */
public static void thread(Runnable runnable, boolean daemon) {
Thread brokerThread = new Thread(runnable);
broker... | [
"tsokkis.l@gmail.com"
] | tsokkis.l@gmail.com |
c7a829ad90c6023ae8edbf9e214e1b1abab15e7c | 5a695501348546ffc57ad5e4d79f4f3fb45c699b | /projects/batfish/src/test/java/org/batfish/bddreachability/transition/EraseAndSetTest.java | 2d34cb469c6c13ae35d2a2d222244b35b2e86a4f | [
"Apache-2.0"
] | permissive | HewlettPackard/batfish | 372114b3451b70872c92ef2d88493d55fc7c6edb | d7fe613df3ab5082b547a5de34e575bd55eb5a08 | refs/heads/master | 2023-08-09T09:18:51.328254 | 2019-02-04T19:19:51 | 2019-02-04T19:19:51 | 169,150,959 | 2 | 0 | null | 2019-02-04T21:14:50 | 2019-02-04T21:14:49 | null | UTF-8 | Java | false | false | 2,112 | java | package org.batfish.bddreachability.transition;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.equalTo;
import java.util.Arrays;
import net.sf.javabdd.BDD;
import org.batfish.common.bdd.BDDPacket;
import org.batfish.datamodel.Ip;
import org.junit.Test;
/** Tests of {@link Er... | [
"noreply@github.com"
] | HewlettPackard.noreply@github.com |
e5a1502f3f929468d1a403c72dac9381d70af8c3 | 2ebc961c529def3f23512434cebdce4a3ae9dfde | /src/com/model/dao/DeleteProductDao.java | 2d6529789e5f833ef1153c3eb916853061d7dcca | [] | no_license | bobby1823/InventoryApp | 32d15df4d912116804e9a73a96579b54950eb96a | 3b99baf088244039bff39e16e7450c2e842ed333 | refs/heads/master | 2021-09-27T07:41:27.113165 | 2018-08-04T20:41:31 | 2018-08-04T20:41:31 | 138,378,476 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 387 | java | package com.model.dao;
import com.exception.InventoryAppException;
public interface DeleteProductDao {
public void deleteProduct(String userName, int productId) throws InventoryAppException;
public void deleteInventory(String userName, int productId) throws InventoryAppException;
public void deleteFromInvento... | [
"Sayanta.Roy@wnco.com"
] | Sayanta.Roy@wnco.com |
1e25cb99cdac9b60e0fdbbc6c75e66391c1d4e58 | 4973c88915010ec3129ada49baedb3e9329a0db0 | /plugin/src/main/java/com/softrice/systrace/Util.java | d057b74b890262a95c94b378a938eee601634883 | [] | no_license | softrice/SystracePlugin | 5be2d23a3c78d9e9bd547553288c7e5f90acddab | 8ea24eb2175b7ca15c06415c54069b0d1d232aa1 | refs/heads/master | 2022-10-02T04:12:12.464296 | 2020-06-09T08:44:24 | 2020-06-09T08:44:24 | 270,555,015 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,350 | java | package com.softrice.systrace;
import java.io.Closeable;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.Reader;
import java.lang.reflect.Field;
import java.util.zip.ZipEntry;
... | [
"huangzhangshuai@weidian.com"
] | huangzhangshuai@weidian.com |
df3a8f1c54e4159855b8000e351bec6288fa33b8 | ec857b9f104af4800a8beb4d9fd4ffcab90197c9 | /src/com/presupuesto/control/TrasladoRubroJpaController.java | ecc6fbc1f646fa7721b26b5aa44d5f1a5b3652dc | [] | no_license | lfleiva/Presupuesto | accace00d1b1ba45ba53ab53a7de5fbc2ff3a622 | 52323aee7ac6e52e554c30d15095a4bc3ab9dffc | refs/heads/master | 2021-03-30T17:32:43.738766 | 2017-03-15T21:26:25 | 2017-03-15T21:26:25 | 67,344,503 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,577 | 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.presupuesto.control;
import com.presupuesto.control.exceptions.NonexistentEntityException;
import java.io.Serializ... | [
"Luis Fernando Leiva@DESKTOP-E7N9NND"
] | Luis Fernando Leiva@DESKTOP-E7N9NND |
931b1c76645fc7b9f4e165dd434a4df1da6991d0 | 6f736ff77d23c7e0c2c57e170bad8e6d371ab9f9 | /array-manipulation/src/com/basic/sample/ex4/ReverseArray.java | 370abad8c05d8cdb81b02edc13dc7dc63590a9b5 | [] | no_license | thanh-vt/java-se-basic-exercise | 3870fb1cdbf294711a01b5c6e514d28b25a8a264 | 51804e0f1c3dd6035e58e7f192634a7053276b3d | refs/heads/main | 2023-01-23T02:07:45.754108 | 2020-12-04T10:43:21 | 2020-12-04T10:43:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,202 | java | package com.basic.sample.ex4;
import common.Exercise;
import java.util.Scanner;
public class ReverseArray implements Exercise {
@Override
public void start() {
int size;
int[] array;
Scanner scanner = new Scanner(System.in);
do {
System.out.print("Enter a size:");
... | [
"thanhvt@vissoft.vn"
] | thanhvt@vissoft.vn |
a1d0d28ceabb749050eb09011ced795861786dde | 612b1b7f5201f3ff1a550b09c96218053e195519 | /modules/core/test/com/haulmont/cuba/core/sys/querymacro/EnumQueryMacroHandlerTest.java | 40b6de4e32c36e99e2d6c3f1e363820c740389a9 | [
"Apache-2.0"
] | permissive | cuba-platform/cuba | ffb83fe0b089056e8da11d96a40c596d8871d832 | 36e0c73d4e3b06f700173c4bc49c113838c1690b | refs/heads/master | 2023-06-24T02:03:12.525885 | 2023-06-19T14:13:06 | 2023-06-19T14:13:06 | 54,624,511 | 1,434 | 303 | Apache-2.0 | 2023-08-31T18:57:38 | 2016-03-24T07:55:56 | Java | UTF-8 | Java | false | false | 1,751 | java | /*
* Copyright (c) 2008-2016 Haulmont.
*
* 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... | [
"krivopustov@haulmont.com"
] | krivopustov@haulmont.com |
8dfec219929df291c18e9950cfd7949f1507142c | eae21bede0bfd833d519131dd7f5d5aa01d47bc8 | /src/View.java | 893721c95a5c6e4343170b8392fee2c483ae9fe5 | [] | no_license | sayyes0928/TeamDB | a4cdecc9df6f22392ad66f8d7cdc8d4b6b8f973c | 0a42b5c8c146e93469ea7408fa8c17895df5141d | refs/heads/master | 2022-07-06T09:38:50.739209 | 2020-05-14T09:25:51 | 2020-05-14T09:25:51 | 263,290,240 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 1,278 | java |
public class View {
void start() {
System.out.println("[1]회원가입");
System.out.println("[2]로그인");
System.out.println("[3]종료");
}
void view(int i, String rs) { // 로그인시 출력되는 회원정보
String list[] = { "Null", "ID", "PassWord", "Name", "Birth", "Age", "Mail", "Tel", "Address", "Genfer" };
System.out.print... | [
"sayyes0928@gmail.com"
] | sayyes0928@gmail.com |
ff9f9215556b2e4e55d32d0ccb9e8324e01e1436 | 5ab17d80f118bff5627e79306b22700bc9637b85 | /app/src/androidTest/java/com/example/android/sunshine/app/data/TestDb.java | 080c3e5b5ef5e54d36b110bd847434cb8185e5e5 | [
"Apache-2.0"
] | permissive | c0state/udacity-nanodegree-androiddeveloper-sunshine | 158c67f84cc094da52488b3ec6dbf98facada489 | 13bf085bba8e73ce7d74a876e5e116bf56f8de06 | refs/heads/master | 2020-06-13T18:18:36.552925 | 2016-12-27T19:00:07 | 2016-12-27T19:00:07 | 75,570,515 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,058 | java | /*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"stephen.liu@alumni.stanford.edu"
] | stephen.liu@alumni.stanford.edu |
4ec0836a398881944c65d973562139e91d168bea | 86742d8bb627beda035b5398e5206dfd601df085 | /src/main/java/com/ngonhuhai/service/impl/BrandService.java | 670092d4d95de49f01e59cab024df4c9f39ab92f | [] | no_license | ngohai98/hai | bde914d945e6f7524cb532932263b265145d29c0 | e76568f87f20564e47371725422037ec9b0f40db | refs/heads/main | 2023-04-07T12:22:04.549094 | 2021-04-06T13:29:27 | 2021-04-06T13:29:27 | 354,918,360 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 592 | java | package com.ngonhuhai.service.impl;
import java.util.List;
import javax.inject.Inject;
import com.ngonhuhai.DAO.iBrandDAO;
import com.ngonhuhai.DAO.impl.BrandDAO;
import com.ngonhuhai.model.BrandModel;
import com.ngonhuhai.service.iBrandService;
public class BrandService implements iBrandService {
private iBrand... | [
"73178801+haiphutmot@users.noreply.github.com"
] | 73178801+haiphutmot@users.noreply.github.com |
3a0b3f365d6ef2b1600b8b4a9244d67f4def16c8 | 5860abdf102a174648722dadbb1e26154b340c05 | /src/main/java/com/starmcc/qmsecurity/utils/QmSignTools.java | 14c6209866413bd0ffbef766090a78ae21302cc8 | [
"Apache-2.0"
] | permissive | starmcc/qm-security | 6f1ac038839ccc1b06842a38dae637084764cec9 | 7cd2799a3901594aefda32e8e9c89b4522e99f74 | refs/heads/master | 2022-12-23T04:27:05.048186 | 2020-10-30T08:02:29 | 2020-10-30T08:02:29 | 188,813,604 | 2 | 0 | Apache-2.0 | 2022-12-16T00:45:45 | 2019-05-27T09:30:18 | Java | UTF-8 | Java | false | false | 1,143 | java | package com.starmcc.qmsecurity.utils;
import com.starmcc.qmsecurity.config.SecurityConstants;
import java.security.MessageDigest;
/**
* @author qm
* @date 2019/5/18 15:19
* @Description 签名工具
*/
public class QmSignTools {
/**
* 签名
*
* @param str
* @return
*/
protected static Stri... | [
"starczt1992@163.com"
] | starczt1992@163.com |
8a829e3d9881cb8be9107954d513225907fedbaa | f4fbaa6329d948954907112614ec0da0655e18b9 | /src/test/java/com/broglog/account/UserAuthenticationIntegrationTest.java | a5bad2e0c7f0e253e39bb7d93af4b45417e5a43d | [] | no_license | dishant/BrogLog | b5d9b357ca314b945986a80b284a08fc52d53d48 | d42e7be5f3aa8c18bed0625e09259e4c5c8b1bc7 | refs/heads/master | 2021-01-15T18:00:58.456986 | 2014-03-05T22:47:17 | 2014-03-05T22:47:17 | 17,457,900 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,575 | java | package com.broglog.account;
import org.junit.Assert;
import org.junit.Test;
import org.springframework.security.core.context.SecurityContext;
import org.springframework.security.web.context.HttpSessionSecurityContextRepository;
import org.springframework.test.web.servlet.MvcResult;
import org.springframework.test.web... | [
"dailawadi@walmartlabs.com"
] | dailawadi@walmartlabs.com |
c64a05d3c781f7df21c07fad8e9e87f96766e8d3 | eca96f314090d24f7ca8a8734f348c39db2e4a93 | /app/src/main/java/com/example/sweet_life/Icecream.java | 1d85b613dd068f79fa74bd7db4914f0a9b580c8a | [] | no_license | Overbyaka/Sweet-Life | 5b45c593ea13c6c7a8acd5e95b418414b9d47307 | 9c27811c60f624f1dd693f3bcfa6c2963e2e7088 | refs/heads/master | 2020-09-15T05:49:10.567465 | 2019-11-28T01:32:21 | 2019-11-28T01:32:21 | 223,360,026 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,204 | java | package com.example.sweet_life;
import android.widget.ImageButton;
public class Icecream extends Dish implements Paint, Posypka{
boolean isAutomat;
boolean isPosypka;
boolean isIce;
public Icecream(int colour, boolean isColour, boolean isIce, boolean isAutomat, boolean isPosypka){
t... | [
"malenkayaelfiyka@yandex.ru"
] | malenkayaelfiyka@yandex.ru |
66b974a447f454c725eb98ca01f897db110652d3 | ac36b981e539f0f69c59743bd81162167a76ba4b | /src/test/java/info/repy/dynamodb/DynamoDBJsonConvertTest.java | d309da5805a6202d28fd17ea370dc3b3f913014a | [] | no_license | Repy/dynamodb-converter | d76647b1d3856f540bad8e774d6d08be76e641c4 | 71b7980515de3e70e12ab9d3123db3bbb79dcb92 | refs/heads/master | 2020-07-31T19:09:06.612145 | 2019-10-04T00:31:52 | 2019-10-04T00:31:52 | 210,722,886 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 831 | java | package info.repy.dynamodb;
import com.fasterxml.jackson.databind.JsonNode;
import org.junit.Test;
import software.amazon.awssdk.services.dynamodb.model.AttributeValue;
import java.io.IOException;
import java.util.Map;
public class DynamoDBJsonConvertTest {
@Test
public void test() throws IOException {
... | [
"gamecube02+git@gmail.com"
] | gamecube02+git@gmail.com |
6033afb104cc0540753474df3f25ad2d05ea018f | 9c5e72fe0b141ce013b3a4faecfb4d172ae69cd1 | /src/main/java/ru/fitnessmanager/ActiveUser.java | 9c590ab23ef4a9b6110e9539e40fe76d72369f21 | [] | no_license | 1cebear/FitnessManager | d00af88f275029c19db23b1111b67d972cedcde9 | a65184dd468fb0583516bd6dbd50b69ba37fc4fe | refs/heads/master | 2021-05-11T20:36:02.527269 | 2018-02-19T18:41:50 | 2018-02-19T18:41:50 | 117,443,617 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,335 | java | package ru.fitnessmanager;
import org.springframework.security.core.Authentication;
import org.springframework.security.core.context.SecurityContextHolder;
import static java.util.Objects.requireNonNull;
import ru.fitnessmanager.model.User;
public class ActiveUser extends org.springframework.security.core.... | [
"ghost1515@yandex.ru"
] | ghost1515@yandex.ru |
a506470e1770714d0f59cdc5ca0116c4726b5655 | 7971da56d8f6717c3346cbb6756c01cc98ff9cdf | /EDMS3/src/kr/co/exsoft/eframework/util/MailSendUtil.java | de48d8f3a683da6b4db27a029fb83cee856a9061 | [] | no_license | asiojs/finotek | 36793a9b0230ca327f9d758451f7c584c2df91c1 | fd44e392355e03ad718cb247b35cd0f18be52679 | refs/heads/master | 2021-01-21T21:50:38.132873 | 2016-08-03T04:28:44 | 2016-08-03T04:28:44 | 56,277,699 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,971 | java | package kr.co.exsoft.eframework.util;
import java.util.List;
import java.util.Properties;
import javax.mail.Message;
import javax.mail.Session;
import javax.mail.Transport;
import javax.mail.internet.InternetAddress;
import javax.mail.internet.MimeMessage;
import javax.mail.internet.MimeUtility;
import javax... | [
"ellepark@192.168.20.24"
] | ellepark@192.168.20.24 |
77e71d7aeebcd7866c15cfd5eb8df458baee0dc7 | f9335b80a493718f62a879a40440616854f84941 | /rxjava2_android_sample/src/main/java/com/rxjava2/android/samples/ui/operators/FlowableExampleActivity.java | 51c205b74ed1f79275f25f2eb5a830f68543b7d0 | [
"Apache-2.0"
] | permissive | KevenT/RxJava2-Android-Samples | ddd9aa3c4f7d595a8a371a371249b53ea4dc6ce8 | 005b308407e9cccdb563d93d1637a67f31da9747 | refs/heads/master | 2020-05-26T08:41:39.595059 | 2019-05-23T09:26:56 | 2019-05-23T09:26:56 | 188,171,222 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,383 | java | package com.rxjava2.android.samples.ui.operators;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import com.rxjava2.android.samples.R;
import com.rxjava2.android.samples.utils.AppConstant;
import android.support.v7.app.AppCom... | [
"tv2014@126.com"
] | tv2014@126.com |
7b134a94dd4d3d16be574293b5d8283c50aa5a56 | ffc93724532ee421d1ba146412b5f4cd7b64e8e9 | /mockito-2.18.6/src/test/java/org/mockitousage/annotation/MockInjectionUsingConstructorIssue421Test.java | 0e693be455164c449d66269d53961c8c7d65bdd5 | [
"MIT"
] | permissive | abalon1210/Mockito-PITest | 996ef3a5049fded9fdaf108a263abe1cde3b9cc8 | 096791ef7852a0e3509c945d04b0519031a1bf2f | refs/heads/master | 2020-03-19T01:33:58.798818 | 2018-05-31T08:34:05 | 2018-05-31T08:34:05 | 135,554,752 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,121 | java | /*
* Copyright (c) 2007 Mockito contributors
* This program is made available under the terms of the MIT License.
*/
package org.mockitousage.annotation;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.main.InjectMocks;
import org.mockito.main.Mock;
import org.mockito.internal.util.MockU... | [
"abalon1210@daum.net"
] | abalon1210@daum.net |
5e1d2dd5307be2155c60a1066a6ba3024e20ed86 | 84000834bb94b433ad7e3c9f3be9188bf304f1e1 | /dma-network-client/src/main/java/dk/dma/navnet/client/connection/ClientConnection.java | 24a216d0e4a6b54db94cbd11561c15ce0bfe4a85 | [] | no_license | dma-graveyard/eNav-network | 5f9ce587fea4e814b6096d4205b2111d7b24ea21 | 1a1d3d85fcc635b53f7d9bacd4bb70a410d4f112 | refs/heads/master | 2021-01-01T17:10:18.616574 | 2014-03-25T15:54:31 | 2014-03-25T15:54:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,280 | java | /* Copyright (c) 2011 Danish Maritime Authority
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 of the License, or (at your option) any later version.
*
* This... | [
"kasperni@gmail.com"
] | kasperni@gmail.com |
feddc2ca28eb972f772a567dc8d4eaac67e320a9 | e1673667bed4ccc8d4ab92e2d42898799405907d | /jplat-user/src/test/java/com/jwell/JplatUserApplicationTests.java | 47a10b08b170108e6bb4cedb75f112a8167aa556 | [] | no_license | lbyjwwyqt147/spring-cloud-zipkin-demo | aa247f749846399a3c347c8aa6f5564677bc2d42 | 45771c64718a51f3caa92919aab2183b1307d757 | refs/heads/master | 2020-03-18T11:51:59.256391 | 2018-05-25T09:21:39 | 2018-05-25T09:21:39 | 134,695,015 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 329 | java | package com.jwell;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class JplatUserApplicationTests {
@Test
public void contextLoads()... | [
"lbyjwwyqt147@163.com"
] | lbyjwwyqt147@163.com |
dc7528003e8e89a71e474418c661668159f3f5bb | c6d17d235fe26c9ce861794ac2192f2488c0fd80 | /src/de/openhpi/capstone1/game/exceptions/OutOfDisplayException.java | ffc9c29d6f28ca5bd30f3671d676f15e83cc070a | [] | no_license | RaphaelKunis/openhpi_capstone1_TheProject | b907a3e4156483c5ad43d6fc63b29052105efb55 | 50a19f5ce7bd19637dab35b413fd2777f5a298aa | refs/heads/master | 2020-03-28T21:49:29.373107 | 2018-09-25T20:52:01 | 2018-09-25T20:52:01 | 149,185,138 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 275 | java | package de.openhpi.capstone1.game.exceptions;
public class OutOfDisplayException extends Exception {
/**
* UID
*/
private static final long serialVersionUID = -476269679752153851L;
@Override
public String getMessage() {
return "Ball went out of display";
}
}
| [
"krap81@gmail.com"
] | krap81@gmail.com |
cda6d8d94735e549bb27eaf4998403925fb233e8 | 3aa70b532528cd868f97cbd8b1cb2cc20f52cdbd | /app/src/main/java/com/goodreads/api/v1/Event.java | a29f547e77f9dddc8799c30e5ff74bafbb9365db | [] | no_license | alfredsamy/BestRead | b1ea5a0e5e15f127ce946153c7219675c52aeb74 | c7a2952b9e33e831e07e77ccdebb0d8a0bc49966 | refs/heads/master | 2021-06-10T13:15:50.084311 | 2016-12-21T02:59:58 | 2016-12-21T02:59:58 | 75,544,500 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,086 | java | //===============================================================================
// Copyright (c) 2010 Adam C Jones
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction,... | [
"Alfred Samy"
] | Alfred Samy |
bcabdf8ba2d5180f7e2ada5301cbac3dc2744b09 | 9909045fe8b2dac379dcf49f793c99b732f627cc | /src/main/java/nl/rutgerkok/bo3tools/util/PlayerDataCache.java | 5b358516896397fbbf3ec4f0495fdb3ba32b6e54 | [
"BSD-3-Clause",
"MIT"
] | permissive | rutgerkok/BO3Tools | e6461efe95ad906ca5d49610c5ebaa9b556504d6 | 9839914e2909586396e34fee83b913042a90e5da | refs/heads/master | 2021-01-17T13:30:40.906183 | 2018-11-17T10:29:28 | 2018-11-17T10:29:28 | 7,720,818 | 2 | 9 | MIT | 2018-11-17T10:29:29 | 2013-01-20T19:40:50 | Java | UTF-8 | Java | false | false | 4,389 | java | package nl.rutgerkok.bo3tools.util;
import java.util.Calendar;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
import org.bukkit.Bukkit;
import org.bukkit.entity.Player;
/**
* Represents a cache of Player data tha... | [
"rutger.kok@live.com"
] | rutger.kok@live.com |
02a45d3d2d58ec659c46b75689da655cc68b81cc | 01a314ea79ae516e3bee967f76c9950217a58551 | /crittercaptors/src/com/blastedstudios/crittercaptors/creature/StatusEffectEnum.java | 5f538a816f0d57fd7d7b76ac01cfe4d2c891378c | [
"Beerware"
] | permissive | narfman0/CritterCaptors | c5c8ddd2a818427f84b6ec1e654d309915c9f813 | f62ccd19fce103593b4e5d89aeed7b775456773e | refs/heads/master | 2016-09-05T20:28:50.218725 | 2012-04-28T01:25:40 | 2012-04-28T01:25:40 | 3,236,787 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 181 | java | package com.blastedstudios.crittercaptors.creature;
public enum StatusEffectEnum {
None, Burn, Freeze, Paralyze, Poison, Sleep, Confusion/*, Attraction, Flinch, Trapping*/
}
| [
"narfman0@yahoo.com"
] | narfman0@yahoo.com |
844fe3dbbcc0f3d2299bbf37fe8a01be64135e25 | 5b487427e314cd8ffe3bca3e2a0c9177a156b4f3 | /src/main/java/com/mwb/web/framework/mybatis/BasePackageRetrievableMapperScannerConfigurer.java | 3d05a695fe80ae5695369e98d70be7d13494d29d | [] | no_license | mwbGit/mwb-web-framework | 7e6a59c04754998cec0943078ec59cb036555bd7 | 652e1365751e567cc7c76faf5d2fd2aafa24b3e8 | refs/heads/master | 2021-01-11T20:55:20.314237 | 2017-03-23T10:54:13 | 2017-03-23T10:54:13 | 79,213,070 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 537 | java | package com.mwb.web.framework.mybatis;
import org.mybatis.spring.mapper.MapperScannerConfigurer;
import java.util.Properties;
public class BasePackageRetrievableMapperScannerConfigurer extends MapperScannerConfigurer {
private static final String BASE_PACKAGE = "mybatis.mapper.base.package";
private String baseP... | [
"mengweibo@shbj.com"
] | mengweibo@shbj.com |
8ab8d11953e3c92c39e91b5b7bd92b52b2f79b48 | 70bb0620d2b5432888848cc50f7d415c692e0b9c | /diplomska-jpeg-encoder-new/src/test/java/org/diplomska/jpeg/huffman/JpegHuffmanEncoderWithDefaultTablesTest.java | 2322f8f876fca7f7d7b0d6f2ce5fa300cf64235c | [] | no_license | ales-kunst/diplomska-steganography | 21a2dd45d7c39a5510c76655387530e4aaf13102 | 2cb2db43bd09922021f56d00742edc17ebab5610 | refs/heads/master | 2021-06-13T16:59:34.511197 | 2021-06-08T05:14:45 | 2021-06-08T05:14:45 | 192,041,109 | 2 | 0 | null | 2021-06-08T06:18:47 | 2019-06-15T05:35:57 | Java | UTF-8 | Java | false | false | 8,751 | java | package org.diplomska.jpeg.huffman;
import org.diplomska.jpeg.huffman.HuffmanOutputStructure;
import org.diplomska.jpeg.huffman.JpegHuffmanEncoderWithDefaultTables;
import org.junit.After;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import java.io.ByteArrayOutputStream;
import... | [
"ales.kunst@gmail.com"
] | ales.kunst@gmail.com |
eb88a028806a31f4fa24b393179f526e103cf86b | 7926a1c4fb7ae6e0ae44bd1d1382f22eca30a360 | /src/main/java/org/richardinnocent/feefo/api/v10/reviews/reviews/shared/dto/ProductThreadEntry.java | 754c7d725ab704560d7f1c3e277cbc7f9a60031d | [] | no_license | RichardInnocent/feefo-client-java | 4ee583ca3d7db5e28c92432385f24a9e8b854dfd | d7c1e3c452b9a2a621f9a5c6d65b50d2c1258448 | refs/heads/master | 2023-03-28T15:19:45.694562 | 2021-04-01T08:05:26 | 2021-04-01T08:05:26 | 353,490,643 | 0 | 0 | null | 2021-04-01T08:05:27 | 2021-03-31T21:07:34 | Java | UTF-8 | Java | false | false | 1,415 | java | package org.richardinnocent.feefo.api.v10.reviews.reviews.shared.dto;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.util.ArrayList;
import java.util.List;
import java.util.Objects;
/**
* Contains an audit history for some product feedback, including changes to the review and the
* conversation b... | [
"richardinnocent@sky.com"
] | richardinnocent@sky.com |
199892db38511460dc2b7563dd4ed321f339c330 | 87040048f6ecde5b87ef6a8582b804ceefdedf1f | /astar/ArrayHeapMinPQ.java | 3281632a446b05f79d9da38ed4f20aa12e4910de | [] | no_license | changer666666/CSE373-Data-Structure-Algrithom | 122178c5789860763fb2aee44a16f72ac8eeec98 | 6341afc2db0ea48b9d5d5d6540f4ea864dc60206 | refs/heads/master | 2020-09-09T09:12:06.390688 | 2019-11-13T09:20:55 | 2019-11-13T09:20:55 | 221,408,816 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,914 | java | package astar;
import heap.ExtrinsicMinPQ;
import java.util.HashMap;
import java.util.Map;
import java.util.NoSuchElementException;
public class ArrayHeapMinPQ<T> implements ExtrinsicMinPQ<T> {
private PriorityNode[] priorityNode;
private Map<T, Integer> map;
private int BORDER = 10;
private int SIZE... | [
"30694064+changer666666@users.noreply.github.com"
] | 30694064+changer666666@users.noreply.github.com |
b3e716dc01f49615957370a5a19c045a7020bded | 03aedc66284c42b891a368f3135ec50af483a2a0 | /ch06/examples/GiveChangeCoinsMod.java | 439e2fe5b5c24d3c352c72dec059f31e967fff3d | [] | no_license | Meira1427/learnJavaByTheByte | a04136f6474296aeeea612ac700f26c7ae6b8155 | fe85761a66f0fae651ec95bddba9a58bbc1a64e1 | refs/heads/master | 2021-01-21T14:43:21.475795 | 2017-06-26T23:38:54 | 2017-06-26T23:38:54 | 95,326,479 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,376 | java | package examples;
import java.math.BigDecimal;
import java.math.RoundingMode;
public class GiveChangeCoinsMod {
public static void main(String[] args) {
double amountDue, amountTendered;
BigDecimal num20, num10, num5, num1, numQuarter, numDime, numNickel, numPenny, leftover, tocheck;
BigDecimal twenty = new... | [
"meira@meirapentermann.com"
] | meira@meirapentermann.com |
94e495010e452a3d249351a70fcb1e78aff8e538 | 3030c25834fed3ef823cfa7ad309615b8ff0f62b | /shoppingcartest/src/test/java/com/bwei/shoppingcartest/ExampleUnitTest.java | a39e20f2a626514ec41ca89822886d6da65bf27f | [] | no_license | shixuerenxin/Qizhiwei20171120 | 98fda98ea9996518f533793c4bc004eaf48ecc28 | 20a8dd42ceb3bab9b8ec03a3be9ae78f390507e2 | refs/heads/master | 2021-08-30T15:09:06.495411 | 2017-12-18T11:37:39 | 2017-12-18T11:37:39 | 114,633,878 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 402 | java | package com.bwei.shoppingcartest;
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 vo... | [
"2418122543@qq.com"
] | 2418122543@qq.com |
b9206758ea98b30c145ace3e3f0d417cc536e435 | 6b4934d101743bb61391b4cb41f4e6f40a76952f | /app/src/main/java/project/mvp/com/socket/model/LabelDetail.java | a0ea62caaadde87ccfbfa315eec9074facceebff | [] | no_license | zhangyanyange/WorkshopPlane | 3317fa174a71b22bf325dbd1b78b6c4cf7ec3ffc | 7a25eb95d6eb8d5e5e841674a0cffb1d729405f8 | refs/heads/master | 2021-03-31T14:33:08.079108 | 2020-04-27T06:23:27 | 2020-04-27T06:23:27 | 248,112,817 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,931 | java | package project.mvp.com.socket.model;
import android.content.Intent;
import android.support.annotation.NonNull;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Comparator;
import java.util.Date;
import java.util.List;
public class LabelDetail {
/**
* Datas : [{"Pname":"... | [
"157763766@qq.com"
] | 157763766@qq.com |
8274fd8ca2ff263534f151f0b2d1d2407289a6b5 | 67322ffaef15475611b410685097bd138be28c54 | /timesheet/src/main/java/com/fastcode/timesheet/restcontrollers/extended/TimeofftypeControllerExtended.java | 166e6fcf49dc0e017c10adcfabf53fcb40588807 | [] | no_license | fastcoderepos/usman5-sampleApplication4 | f094d4919b9cd416e3fa0cb04583ecd3887dcbcf | ad6df9a472981a860a0bab4af4f0b5afc77302f5 | refs/heads/master | 2023-03-21T04:02:53.642221 | 2021-03-18T08:44:27 | 2021-03-18T08:44:27 | 349,000,392 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,016 | java | package com.fastcode.timesheet.restcontrollers.extended;
import com.fastcode.timesheet.application.extended.timeofftype.ITimeofftypeAppServiceExtended;
import com.fastcode.timesheet.application.extended.timesheetdetails.ITimesheetdetailsAppServiceExtended;
import com.fastcode.timesheet.commons.logging.LoggingHelper;
i... | [
"info@nfinityllc.com"
] | info@nfinityllc.com |
66338709c1d8a5b650f39709e0e02795f0c8be21 | fbc6f5d5b3ce181f5625de631c2ef08fe650e217 | /src/deadlock/Deadlock.java | eec5820055cf2bd2a673e505e1409fc234185602 | [] | no_license | FedorovPavel1990/Multithreading | b36a4eeef388746b455afbe0c8d5218e9bcaf488 | 24362569695bbec8bfda1af568b0056d38201ee7 | refs/heads/master | 2023-03-26T07:16:51.543997 | 2021-03-23T22:22:03 | 2021-03-23T22:22:03 | 330,160,261 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,047 | java | package deadlock;
/**
* Получаем deadlock
*/
public class Deadlock {
public static void main(String args[]) {
TestObject object = new TestObject("Объект 1");
TestObject anotherObject = new TestObject("Объект 2");
new Thread(() -> object.lockAnotherObject(anotherObject)).start();
... | [
"p.fedorov@tinkoff.ru"
] | p.fedorov@tinkoff.ru |
d3dcb0a3b30b6e0f9329030dc0680f99751ea82e | 48534cc8f8e19b97ed72fa6133a697c0db86b243 | /app/src/main/java/com/utabitwallet/tools/animation/SpringAnimator.java | 4588fb63e5c89df897967010ae57284ae94a1aba | [
"MIT"
] | permissive | mirzaei-ce/android-ausbit | b19a39a69599e93c2690bd4a22d893f233659214 | 358df363525bcb3e2d19a51b75bf1f357177438b | refs/heads/master | 2021-08-19T09:33:14.325249 | 2017-11-25T15:51:44 | 2017-11-25T15:51:44 | 112,015,364 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,587 | java | package com.ausbitwallet.tools.animation;
import android.app.Activity;
import android.os.Handler;
import android.view.View;
import android.view.animation.Animation;
import android.view.animation.AnimationUtils;
import android.view.animation.ScaleAnimation;
import com.ausbitwallet.R;
/**
* BreadWallet
* <p>
* Crea... | [
"mirzaei@ce.sharif.edu"
] | mirzaei@ce.sharif.edu |
3632d82a7ecabd80650ea49cf958d0c1214137b1 | 6266feae67e1d615c875bdd10344e7eaff193f27 | /tm-client/src/main/java/ru/burmistrov/tm/command/task/TaskListCommand.java | bc8d53b84d0a77085e1867fbe392879e8a8e649b | [] | no_license | DenisBurmistrov/Task-Manager | 7fb0fec4444e37bf228b8c926c52c1cde9ef4f00 | 4b85aa0e74f97bac7b6054b51e39bbfa97f3104b | refs/heads/master | 2022-12-09T00:44:13.973572 | 2019-04-08T15:07:48 | 2019-04-08T15:07:48 | 173,142,619 | 0 | 1 | null | 2022-11-16T11:37:58 | 2019-02-28T16:01:32 | Java | UTF-8 | Java | false | false | 1,862 | java | package ru.burmistrov.tm.command.task;
import org.jetbrains.annotations.NotNull;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import ru.burmistrov.tm.api.loader.ServiceLocator;
import ru.burmistrov.tm.command.AbstractCommand;
import ru.burmistrov.tm.en... | [
"6y6yka1997@gmail.com"
] | 6y6yka1997@gmail.com |
51346b763c9cee70e17bd41849a86f2f2a591954 | c89839e2b326aa953c3d4621b15a81692ad7e7f1 | /src/com/uv/utils/threadpool/UvExecutor.java | eda45936c032758e13fd361388e0a02271b4e8ab | [] | no_license | rogetsun/UVUtil | 4117128018c50d1e294c80c3a7a8f38bb268afd3 | 834698a2acb66b6a0ff072b424d48df2518b6908 | refs/heads/master | 2022-12-30T00:41:12.728906 | 2020-03-18T07:33:12 | 2020-03-18T07:33:12 | 48,096,427 | 0 | 0 | null | 2022-12-16T04:22:20 | 2015-12-16T08:07:38 | Java | UTF-8 | Java | false | false | 7,807 | java | package com.uv.utils.threadpool;
import java.util.concurrent.RejectedExecutionException;
import java.util.concurrent.RejectedExecutionHandler;
import java.util.concurrent.ThreadPoolExecutor;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.atomic.AtomicInteger;
/**
* Created by uv2sun on 2017/5/17.
... | [
"songyw163@163.com"
] | songyw163@163.com |
b6479a838453982b5538b29fb3bcd3babf693fd6 | 4abc11616311077cb670011ef5b6d7e5e8022d1e | /com.ibm.streamsx.kafka/impl/java/src/com/ibm/streamsx/kafka/clients/producer/TupleProcessedHook.java | 8433940691702dccd0041f5b95fd5e6b52a03693 | [
"Apache-2.0"
] | permissive | IBMStreams/streamsx.kafka | ba6068be5795b12ea51587171d35f3f9a3e75146 | 68f1d4facbbfe0035afcceb3930d04d044904081 | refs/heads/develop | 2022-08-18T14:10:49.215009 | 2022-07-22T18:32:18 | 2022-07-22T18:32:18 | 87,198,773 | 15 | 9 | Apache-2.0 | 2020-10-27T12:13:18 | 2017-04-04T14:48:33 | Java | UTF-8 | Java | false | false | 1,338 | java | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed ... | [
"rolef.heinrich@de.ibm.com"
] | rolef.heinrich@de.ibm.com |
e833097fb618da73778c5669f60e950206f4d7dd | e4410b5306d755f307d4c514d318bb7ea200ac36 | /src/main/java/com/ss/onlineTest/bean/Menu.java | 4d9b533df3203ecfa34ed366867f5bcd45bdb86f | [] | no_license | ssqiji/onlineTest | 574dd0df59cfe3554a7555c237278212351863da | 4d2955de392d40594dd47be6fed27d7e18f43b36 | refs/heads/master | 2021-09-02T14:44:40.848882 | 2018-01-03T08:30:12 | 2018-01-03T08:30:12 | 115,784,863 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 466 | java | package com.ss.onlineTest.bean;
import java.io.Serializable;
import java.util.List;
/**
* 一级菜单类
* @author 神兽
*/
public class Menu implements Serializable{
private static final long serialVersionUID = 7935649839472394259L;
private Integer id;
private String text;
private List<MenuItem> children;... | [
"203535142@qq.com"
] | 203535142@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.