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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0965dc8afddb929b01adf34bfa622838e4c5b95c | 329be945c297354a23dc4fd69122d54e1dea9ed5 | /hrm_basic_parent/hrm_basic_util/src/main/java/com/ymy/hrm/util/LetterUtil.java | 44b53ae8b95fa6c748a8c4001ad5c3861489444d | [] | no_license | jackyang92/hrm_parent | d57fa7f3b7f46704108ce3a84a027dbc91b22f20 | ae9db97fe6f78ea45ec06f56f7950ff88150c1e1 | refs/heads/master | 2022-07-05T04:13:39.059021 | 2019-10-07T01:57:43 | 2019-10-07T01:57:43 | 205,696,724 | 1 | 0 | null | 2022-06-17T03:28:10 | 2019-09-01T15:36:25 | Java | UTF-8 | Java | false | false | 6,016 | java | package com.ymy.hrm.util;
import java.io.UnsupportedEncodingException;
import java.util.HashMap;
import java.util.Map;
import java.util.Map.Entry;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
/**
* 取得给定汉字串的首字母串,即声母串 Title: ChineseCharToEn(含常用汉字,不常见汉字及多音字)
* @date: 2014-1-15 注:只支持GB2312字符集中的汉字
*... | [
"jack@163.com"
] | jack@163.com |
ef3c67b42128a7226a62da2632a9543a2da461fa | fd7632b65edcc03954ef021a12d73e0913f152f7 | /common-hibernate/src/main/java/com/htp/repository/spingdata/SpringDataRoleDao.java | 2b709a4f3056a75e0644783f7b425d9f07f9636a | [] | no_license | Andreibich/project_stock_jd2 | 17c31bbd67e76ae90b1416604c9e7834c6f8b6df | e6627392eacd14ab4b442ca686dcebf594f08a57 | refs/heads/master | 2022-06-22T16:52:48.413772 | 2019-06-03T19:12:08 | 2019-06-03T19:12:10 | 187,281,684 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 333 | java | package com.htp.repository.spingdata;
import com.htp.domain.hibernate.HibernateRole;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
public interface SpringDataRoleDao extends JpaRepository<HibernateRole, Long> {
HibernateRole findByRoleName(String ... | [
"as.bich88@gmail.com"
] | as.bich88@gmail.com |
e103a3f1c8d2b8289548974934edaf094f732465 | eb6b3fa48347c20e11efd17ccddaff41668b9fc2 | /app/src/main/java/com/ece651group8/uwaterloo/ca/ece_651_group8/dao/TokenDao.java | faa2569e406c2e276a5e342d832ea0cc22625b7f | [] | no_license | Justin-YueLiu/ECE_651_Group8 | 1571c9dbb3ec8859939fb0caff67aa24747aa8e5 | f1f05700eb5616a17829a3c89f8a12d37a4306fa | refs/heads/master | 2021-01-11T02:04:19.039420 | 2016-12-02T03:41:35 | 2016-12-02T03:41:35 | 70,842,204 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 240 | java | package com.ece651group8.uwaterloo.ca.ece_651_group8.dao;
import android.database.sqlite.SQLiteDatabase;
public interface TokenDao {
public boolean save(SQLiteDatabase db, String token);
public String query(SQLiteDatabase db);
}
| [
"x467chen@uwaterloo.com"
] | x467chen@uwaterloo.com |
33b7567bbabcd0a0382304f312a4072e3a653411 | 690c8424361f1f208348e496b5d4cbecdce928a1 | /app/src/androidTest/java/com/trilochan/topic4/ExampleInstrumentedTest.java | 40a2717087181e24a5416b762df49d941d50d7c4 | [] | no_license | Trilochankc/Topic4 | ed6b89e5266b9a63a6e969eddc40c3553ef8e868 | 65d04f2ec45405f95de8ddb6f6f9ff4cd14762c2 | refs/heads/master | 2020-09-14T07:49:23.702291 | 2019-11-21T02:20:31 | 2019-11-21T02:20:31 | 223,069,415 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 756 | java | package com.trilochan.topic4;
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 an... | [
"49303045+Trilochankc@users.noreply.github.com"
] | 49303045+Trilochankc@users.noreply.github.com |
ce56cbed175fcb3e60764f6dc5c5dd8f075e243e | a360efd58fe8a7d52cb66525c762caf424883dcc | /BigStudent2/app/src/main/java/com/example/laptop/bigstudent2/base/BaseActivity.java | 4de5bc8ecb2cbaaf45ad63ba9b6fd12d78c7eb34 | [] | no_license | WilliamEyre/bigStudent | dc1c389157c9fead13fbae073272e9255fbb6222 | d83672953727a37687348492de59fb69a873aada | refs/heads/master | 2021-08-20T02:55:22.244329 | 2017-11-28T02:33:07 | 2017-11-28T02:33:07 | 112,263,552 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 943 | java | package com.example.laptop.bigstudent2.base;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import com.example.laptop.bigstudent2.app.App;
import com.example.laptop.bigstudent2.utils.Tutils;
/**
* Created by Laptop on 2017/11/28.
*/
public abs... | [
"1764750372@qq.com"
] | 1764750372@qq.com |
64f32eca2a158b8435c75a24c7ba9bcb5a34d2de | 42c43cbe50c422ad3a11752e9091667e8bce2b24 | /generative/naivebayes/NaiveBayesGaussian.java | 6b7960d012d9ce58565509604dc2369da0beaec0 | [] | no_license | rangsansith/Machine-Learning-2 | d4c0968ed95a50bd0d427bf03a3ddfb5e9ba9533 | b5e81f4670b1c0fb09c1c20a094fb48a78ad297c | refs/heads/master | 2020-04-04T15:40:39.822854 | 2015-12-15T00:01:51 | 2015-12-15T00:01:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,939 | java | package hw3.generative.naivebayes;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.FileReader;
import java.io.FileWriter;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.Random;
public class NaiveBayesGaussian {
static int len=4601;
s... | [
"ramesh.v@husky.neu.edu"
] | ramesh.v@husky.neu.edu |
d3ef98c10fc323dc73c38c6c68a6e583723db500 | 8e194cd97abc4e2938889e8457b21d6c409b8351 | /src/main/java/com/wb/pro/service/observable/ProductListJdObserver.java | d95d8eb10d36a72891e3dfd24307e219e6d1bdbe | [] | no_license | sky0504/pro | f5fe74801425e9e2be63fdf921d2c10def6f537c | a45bee4c76ce913bd674a7c450bc3d35d0793e1d | refs/heads/master | 2021-06-20T18:29:09.175595 | 2021-04-15T11:57:01 | 2021-04-15T11:57:01 | 200,950,086 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 495 | java | package com.wb.pro.service.observable;
import com.wb.pro.util.LogPrintUtil;
import java.util.Observable;
import java.util.Observer;
/**
* 京东电商接口
*
* @author: WangBin
* @create: 2020-01-31 20:05
**/
public class ProductListJdObserver implements Observer {
@Override
public void update(Observable o, Object... | [
"bluesky0504@163.com"
] | bluesky0504@163.com |
d3232b4f19111f552cf8d77e15fde8c23ad66efa | cff02be8ffd197a0c734647cdfef112a197dbb04 | /app/src/main/java/ir/android_developing/chargeapp/GiftcardPurchaseFragment.java | 2035891b56e470d3d9057f97f6fb183f2f161150 | [] | no_license | mehrdadbahri/charge-app-android | 970f2fe77c865ec1561a2d809be329b8d5a2a661 | 350251d0af64466d6a9983f11b33d79c8063344b | refs/heads/master | 2021-10-28T22:28:27.287477 | 2019-01-30T18:40:57 | 2019-01-30T18:40:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,098 | java | package ir.android_developing.chargeapp;
import android.app.Activity;
import android.content.ActivityNotFoundException;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.database.Cursor;
import android.graphics.Color;
import android.graphics.drawabl... | [
"mehrdadbahri71@gmail.com"
] | mehrdadbahri71@gmail.com |
c7077ad16c5c84ac0aac1f172f4f11709efa408a | 5a774c954d6f317281ac7e575dea1ce01e3a2066 | /src/main/java/org/generation/blogpessoal/seguranca/UserDetailsImpl.java | 0952f29825237deea18fc13ce5c93fe37774b689 | [
"MIT"
] | permissive | Anderson815/Blog_Pessoal_-_API_REST | 9737c857390cc53786b8166d18096e4dee4659cb | 40c1b12d903fb42b04a77f2ed1da4ea230eb2b6b | refs/heads/master | 2023-05-13T21:13:18.568797 | 2021-06-09T00:36:21 | 2021-06-09T00:36:21 | 362,188,671 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,334 | java | package org.generation.blogpessoal.seguranca;
import java.util.Collection;
import org.generation.blogpessoal.model.Usuario;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.userdetails.UserDetails;
public class UserDetailsImpl implements UserDetails{
private stat... | [
"anderson_souza33@outlook.com.br"
] | anderson_souza33@outlook.com.br |
1b2450b81f2ae0d48aa75961bc0b05c1df996a1c | 22382bda78336703a16ddd0e2aef001217766ae6 | /app/src/test/java/com/example/officemanagement/ExampleUnitTest.java | 671945be81fe43f4850c03d80b39ee6fa42822d2 | [] | no_license | sayedseu/Office-Managemnt-App | d4e1af20fd5a4bc418c66c5fdfbf2fc2c2c0e87b | 50e89f31a676a2eb622dc60177676f6c64ee7c58 | refs/heads/master | 2022-04-04T01:33:19.258978 | 2020-01-22T23:32:52 | 2020-01-22T23:32:52 | 235,688,756 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 400 | java | package com.example.officemanagement;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
/**
* 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 {
@Tes... | [
"sayedhasanseu@gmail.com"
] | sayedhasanseu@gmail.com |
17938d84f17ca4f1a5e5f2df360dd0d0d9913805 | 1eb45109e75fc2330a11ccc2fb8c6acdde664c6b | /aesh-keyboard-example/src/main/java/org/jboss/aesh/KeyboardCommand.java | d2b3edd11104cefe84abd40e5d8d8011df6f1135 | [] | no_license | aeshell/examples | 96e9d16f3a942cac05c7cba08de9ae7dca5a6d66 | 3ba7349e267d1ccbe98f2bd34a292f6a6ee3b0e7 | refs/heads/master | 2021-01-10T14:56:29.690372 | 2015-09-14T15:59:26 | 2015-09-14T15:59:26 | 36,376,324 | 3 | 3 | null | 2015-05-28T11:47:25 | 2015-05-27T15:25:49 | Java | UTF-8 | Java | false | false | 2,161 | java | package org.jboss.aesh;
import java.io.IOException;
import org.jboss.aesh.cl.CommandDefinition;
import org.jboss.aesh.console.command.Command;
import org.jboss.aesh.console.command.CommandOperation;
import org.jboss.aesh.console.command.CommandResult;
import org.jboss.aesh.console.command.invocation.CommandInvocation... | [
"00hf11@gmail.com"
] | 00hf11@gmail.com |
98f6d54ef55d87ebc0bcb2b5a8064868938f9896 | c149a4c519aeb5ea2cc57502b6881c22272f2519 | /src/br/com/estudos15_override_teste/A.java | fd8bcbdf6e76490149a258cf6331ed9a62e5f551 | [] | no_license | GabrielGGhost/EstudoJavaTraineeAJ1-AJ3 | cc8a747c0e1b1297dbed7dac1f4d4f5f60a75f25 | 45c3d1cad2dd0e4ba1c5880536a6269ea1ebad82 | refs/heads/master | 2022-12-25T07:10:24.231491 | 2020-10-03T03:07:45 | 2020-10-03T03:07:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 129 | java | package br.com.estudos15_override_teste;
public class A {
public void testar() {
System.out.println("Testando A...");
}
}
| [
"gabryel_120@hotmail.com"
] | gabryel_120@hotmail.com |
750fe64d37f5658bd943875e01ecc991079a7156 | 6a61e393dfad6a6cefdf4f06798917c3a7aee971 | /external-programs/jbook/Misc_ThrowingException.java | 5807fa23e7f56e23bb701e8560f6898c8115eee1 | [] | no_license | kframework/java-semantics | 388bead15b594f3b2478441a5d95c02d7a0ccbf6 | f27067ee7a38d236499992eed1b48064e70680fa | refs/heads/master | 2021-09-22T20:42:43.662165 | 2021-09-15T19:53:33 | 2021-09-15T19:53:33 | 11,711,471 | 14 | 7 | null | 2016-03-16T22:03:02 | 2013-07-27T21:42:38 | Java | UTF-8 | Java | false | false | 944 | java | // Example adapted from
// http://www.thrishna.com/java/examples/java/exception/ThrowingException.htm
public class Misc_ThrowingException {
public void foo( boolean throwException ) throws Exception{
System.out.println( "in foo" );
if( throwException ){
System.out.println( "throwing exce... | [
"denis.bogdanas@gmail.com"
] | denis.bogdanas@gmail.com |
911d899b347717739a7e8320b0877fdb27cdbbbc | 4967b4de7ca2cbf960991d7f736f2d38e0bfb28e | /src/main/java/io/feaggle/toggle/BasicExperimentToggle.java | 6d1339b0d1dcf125b8b5b3f9085c0789d1b1d455 | [
"MIT"
] | permissive | feaggle/feaggle | 886fd184e2abf1a5376c27bf71db69aec0afe9ac | 8221dfaffc8e4d05d71dd004b42cc0088019ccc3 | refs/heads/master | 2020-03-30T17:58:06.422570 | 2019-06-04T19:14:56 | 2019-06-04T19:14:56 | 151,477,261 | 7 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,054 | java | /*
* Copyright (c) 2019-present, Kevin Mas Ruiz
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
package io.feaggle.toggle;
import io.feaggle.driver.DrivenBy;
import io.feaggle.toggle.experiment.ExperimentCohort;
import io.feaggle.tog... | [
"masruizkevin@gmail.com"
] | masruizkevin@gmail.com |
0f1a93af165ba430389d9f09fb68d9f16149c39e | 7c7b97f300b7f37cb6cc7f001dafa77bb5b03e9d | /app/src/main/java/com/startupideas/startupideas/MainActivity.java | 5e0da78a436cde37abb72b4cc1a60106949fde10 | [] | no_license | jwngma/Startup-Ideas | 1884103e9e165dcd5ec1037463c091f6560c0238 | 874a6ce9de67847abc46765dc8cf12a38413ba28 | refs/heads/master | 2020-05-24T22:49:45.368657 | 2019-05-19T17:03:14 | 2019-05-19T17:03:14 | 187,504,602 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,272 | java | package com.startupideas.startupideas;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.design.widget.NavigationView;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support... | [
"smkbty@gmail.com"
] | smkbty@gmail.com |
83678c19cc6db6435ca317687fad74231d796c93 | ea3f45400ac04f1c148beb849619327a964fc5ed | /src/standardtest/may2017/prob2/LibraryMember.java | 71bfd5076bc92fd19ef1b20c1bbd896f5a1eff1e | [] | no_license | vorleakchy/mpp | d12053c0b6a39e5a3b16b4cf7fc4900c70f58a56 | 53ea54e336099ebe83fab3394ea523314f8016e6 | refs/heads/master | 2020-04-08T14:18:30.863590 | 2018-12-20T00:00:39 | 2018-12-20T00:00:39 | 159,431,261 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 818 | java | package standardtest.may2017.prob2;
public class LibraryMember {
private String memberId;
private String firstName;
private String lastName;
private String phone;
private CheckoutRecord checkoutRecord;
public LibraryMember(String memberId, String firstName, String lastName, String phone) {
super();
this.me... | [
"vorleak.chy@gmail.com"
] | vorleak.chy@gmail.com |
0ba242a19c0c25aed93e0a895ac5bf61f3db3055 | 2675014ce51aa2be088c1c3d4126153ea3bdcf94 | /aws-java-sdk-ssm/src/main/java/com/amazonaws/services/simplesystemsmanagement/model/UpdatePatchBaselineResult.java | e4b2c3a6257e055070f06481cbb9994c4b81aa22 | [
"Apache-2.0"
] | permissive | erbrito/aws-java-sdk | 7b621cae16c470dfe26b917781cb00f5c6a0de4e | 853b7e82d708465aca43c6013ab1221ce4d50852 | refs/heads/master | 2021-01-25T05:50:39.073013 | 2017-02-02T03:58:41 | 2017-02-02T03:58:41 | 80,691,444 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 19,137 | java | /*
* Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
2d8bb02890c8e9a605a1d6b6f09354a1a7e7ee48 | 489e5079d342e025e3755f564ec94533bdd37c79 | /app/src/main/java/com/example/apidemo/view/ArcProgressBar.java | 0740a89031411d7918a506860dc38fd9ca56cfc0 | [] | no_license | sjhsjh/APIdemo | 1c81493a4b01b1d2f7648a26265751de782c5841 | 17d61e51e5e13491c6d66915f32710c8a11024f3 | refs/heads/master | 2022-12-22T12:12:10.323590 | 2022-12-17T07:38:24 | 2022-12-17T07:38:24 | 72,106,305 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 7,439 | java | package com.example.apidemo.view;
import android.animation.ValueAnimator;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.RectF;
import android.support.annotation.Nullable;
impor... | [
"shaojinhui@yy.com"
] | shaojinhui@yy.com |
d3dc76cc38cd9a1322d19c51b51a3bbc36b367b1 | b7d3ececaabf96d3144c252b67142bd229d8f3fc | /src/main/java/com/solomatoff/tracker/UserAction.java | 82ceaafb9ac27f3678af080226e8b582831676dc | [] | no_license | vsolomatov/job4j_tracker | 1cdf2420490b43845d4c8a6df9c1d80fd011f9a0 | 2972cbc7a5effc2e2770f99403904c689772d192 | refs/heads/master | 2023-08-25T03:28:40.458786 | 2021-10-12T06:27:07 | 2021-10-12T06:27:07 | 416,197,274 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 158 | java | package com.solomatoff.tracker;
public interface UserAction {
String returnKey();
void execute(Input input, Tracker tracker);
String info();
}
| [
"solomatoff.studio@gmail.com"
] | solomatoff.studio@gmail.com |
19c82f7d3ff4dfa364fe0fbaf65a71cf502c62e0 | 8a42bf06144a6d08a0ffc97121ecd58d27e0b513 | /Server/src/vo/IndexData.java | 165898f45d37bdd57a8ada63e0def629ad4ca312 | [] | no_license | ChaoYunTian/Software_second-hand-trading | 7bd45ea1ae82a0afaca63a582168cbcf68d41bd5 | ee1bfd58653defbe76f9ff0904131b5a2efcf92e | refs/heads/master | 2020-09-01T23:44:27.627439 | 2019-12-29T11:34:46 | 2019-12-29T11:34:46 | 219,087,790 | 3 | 1 | null | 2019-12-15T11:21:14 | 2019-11-02T01:32:35 | JavaScript | UTF-8 | Java | false | false | 615 | java | package vo;
import model.Song;
import java.util.ArrayList;
public class IndexData {
private ArrayList<Sheetitem> recommendSheetlist;
private ArrayList<Song> hotSonglist;
public ArrayList<Sheetitem> getRecommendSheetlist() {
return recommendSheetlist;
}
public void setRecommendSheetlist(... | [
"tcy219323@163.com"
] | tcy219323@163.com |
b2a274b46b8ed0d8fb456f4703384d288bc07fc4 | da1cb92616cc7e876bceb2a5e9593e815d4399b8 | /app/src/com/shushan/thomework101/HttpHelper/service/view/GoAcceptView.java | 99b4eece2e29247d759c9e7df0147ce93d9b6d22 | [] | no_license | nimingangle520/thomework101 | ad6d6be17c5c1e657bcc6fd00950c43e53d83337 | 508024cec1841c5a8eae75e1f573aa66f1a378c7 | refs/heads/master | 2020-04-05T07:03:55.327309 | 2018-11-10T08:52:32 | 2018-11-10T08:52:32 | 150,107,769 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 254 | java | package com.shushan.thomework101.HttpHelper.service.view;
import com.shushan.thomework101.HttpHelper.service.entity.orders.GoAccept;
public interface GoAcceptView extends View {
void onSuccess(GoAccept goAccept);
void onError(String result);
}
| [
"nimingangle520@gmail.com"
] | nimingangle520@gmail.com |
db02e28d615cb33408f9ebb2d1615203a483733f | f4e178086732e1dd16e958919c4f03238e621a67 | /app/src/main/java/com/toni/gwftest/utils/RecyclerTouchListener.java | d115bf947f16c9d177d01b0008bc537494f4e65e | [] | no_license | FationSH/GWFtest | aef0463aba10a391cc20b305a1b7369fa682f2e0 | 3bab4ef4912f19d0f7f050ae5344451363be11d4 | refs/heads/master | 2023-03-29T15:17:44.324749 | 2021-03-28T09:09:39 | 2021-03-28T09:09:39 | 352,153,646 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,832 | java | package com.toni.gwftest.utils;
import android.content.Context;
import android.view.GestureDetector;
import android.view.MotionEvent;
import android.view.View;
import androidx.recyclerview.widget.RecyclerView;
public class RecyclerTouchListener implements RecyclerView.OnItemTouchListener {
private ClickListener... | [
"fation.sh94@gmail.com"
] | fation.sh94@gmail.com |
e34bcc639a8be95531e52e754b81dfbe2c00c1cb | 247f1d1bb547086a338858d74d407c284b5da285 | /src/main/java/io/github/ademarizu/api/web/rest/vm/package-info.java | 2a5c4f9f4138b66b21c97348958e509cc1952865 | [] | no_license | ademarizu/jhipster-test-api | 495c689084e21387fd5f369ce0906c13c35efe37 | 38e7b9b86a826d7b1a7da6ac126e28c736a4f718 | refs/heads/master | 2020-03-29T06:19:45.061116 | 2018-09-20T14:11:59 | 2018-09-20T14:11:59 | 149,619,936 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 105 | java | /**
* View Models used by Spring MVC REST controllers.
*/
package io.github.ademarizu.api.web.rest.vm;
| [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
78d7c283808d68c19c1d3f3e51a61246d58980e9 | 7f24ca0d2ab2447279d0aaa83af539c8683a9589 | /app/src/main/java/com/vincent/luoxiang/smsmanager/MainActivity.java | 526de8a52509c8fceebc3f90af0dd8c89aca35e6 | [
"Apache-2.0"
] | permissive | ynztlxdeai/SmsSender | 0f9504fe5a1fdd0e018024d746c5c11e4459c3a0 | 87bcc33b09494e255b40ef8f9a5b380f0f412da5 | refs/heads/master | 2020-03-11T01:03:28.826526 | 2018-04-16T06:07:13 | 2018-04-16T06:07:13 | 129,680,183 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,284 | java | package com.vincent.luoxiang.smsmanager;
import android.content.ContentResolver;
import android.content.ContentValues;
import android.content.Intent;
import android.net.Uri;
import android.os.Build;
import android.os.Bundle;
import android.provider.Telephony;
import android.support.annotation.RequiresApi;
import andro... | [
"luoxiang@megvii.com"
] | luoxiang@megvii.com |
95a00fdc6a6bc0f96789091419459a3f318ced07 | f3ddd233a2823e3544c7b45b7e368bcec170cf69 | /app/src/test/java/com/cp/ExampleUnitTest.java | bc258041f084af3d9621d5aa9351ba6b12cd3747 | [] | no_license | CaoPeng/MyAndroidDemo | cc87abdfc2d4cf2cb14596e05095c8c74a46d6e1 | 6e5538d5a786cf353712e2029be7d1a289b758da | refs/heads/master | 2021-04-12T08:48:44.155711 | 2018-03-27T14:02:51 | 2018-03-27T14:02:51 | 126,661,774 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 384 | java | package com.cp;
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_isCorr... | [
"382577110@qq.com"
] | 382577110@qq.com |
a7990843112d3dafa359fb60bb6f886a3d3714b4 | 714590d8e3512194888612b55cc6e300421763d7 | /we-web-parent/web-linyun-airline/src/main/java/com/linyun/airline/common/form/SQLParamForm.java | 72c1fc3f6087558f60a082fff93b90bad277c3f1 | [] | no_license | HKjournalists/zhiliren-we | 140624a6ded06b156245ef194eba4b1cc12583fb | ab969fafc617891f46d0a36130157248f932d4af | refs/heads/master | 2021-01-20T15:23:28.633464 | 2016-11-16T09:34:37 | 2016-11-16T09:34:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 569 | java | /**
* SqlParamForm.java
* com.xiaoka.game.common.form
* Copyright (c) 2016, 北京聚智未来科技有限公司版权所有.
*/
package com.linyun.airline.common.form;
import org.nutz.dao.SqlManager;
import org.nutz.dao.sql.Sql;
/**
* 封装复杂SQL查询参数,可直接用于接收页面参数,然后封装好查询SQL
* <p>
* @author 朱晓川
* @Date 2016年8月26日
*/
publi... | [
"3065805295@qq.com"
] | 3065805295@qq.com |
f4904e64ab6783be2833d9652d22ed24db2ea4f3 | ab22a3f52bbb9665cf21cc46d84134a49d280b77 | /src/Hausaufgabe08/Testfall.java | a614bd0124fa489596cb852dd3993f32594b113e | [
"MIT"
] | permissive | alexemm/Programming-Homework-WS2016-17 | d11ff1982795d0c0fe82736bcae58c5a18934ab3 | 91723ec77b906e7dc5589fc6ab46e4bb125a4cee | refs/heads/master | 2022-04-24T17:32:22.874401 | 2020-04-29T08:13:30 | 2020-04-29T08:13:30 | 259,863,394 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 422 | java | package Hausaufgabe08;
public class Testfall {
public static void main(String[] args) {
Schiebepuzzle puzzle = new Schiebepuzzle();
// Mischen nicht vergessen, ansonsten hat der Spieler sehr schnell gewonnen
puzzle.mische();
System.out.println(puzzle);
// Testen des Loesungsalgorithmus
// -> zufaellig sch... | [
"al_emmerich@gmx.de"
] | al_emmerich@gmx.de |
ee79aaff4354f91f4f7027379293e7af803f766b | c81dd37adb032fb057d194b5383af7aa99f79c6a | /java/com/facebook/ads/redexgen/X/FS.java | 5fa2492718a83ae5c1d05691745105bbdf31108d | [] | no_license | hongnam207/pi-network-source | 1415a955e37fe58ca42098967f0b3307ab0dc785 | 17dc583f08f461d4dfbbc74beb98331bf7f9e5e3 | refs/heads/main | 2023-03-30T07:49:35.920796 | 2021-03-28T06:56:24 | 2021-03-28T06:56:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 245 | java | package com.facebook.ads.redexgen.X;
import android.os.Handler;
public final class FS {
public final Handler A00;
public final FW A01;
public FS(Handler handler, FW fw) {
this.A00 = handler;
this.A01 = fw;
}
}
| [
"nganht2@vng.com.vn"
] | nganht2@vng.com.vn |
3a84b964c47f563a74c157ffb16114699ab898d1 | 34221f3f7738d7a33c693e580dc6a99789349cf3 | /app/src/main/java/defpackage/awt.java | d669d8a826352ddc7ee4f8aa00a7ff0c48d1f191 | [] | no_license | KobeGong/TasksApp | 0c7b9f3f54bc4be755b1f605b41230822d6f9850 | aacdd5cbf0ba073460797fa76f1aaf2eaf70f08e | refs/heads/master | 2023-08-16T07:11:13.379876 | 2021-09-25T17:38:57 | 2021-09-25T17:38:57 | 374,659,931 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,493 | java | package defpackage;
/* renamed from: awt reason: default package */
/* compiled from: PG */
public final class awt {
@java.lang.Deprecated
public static final defpackage.ayd a = new defpackage.ayd("ClearcutLogger.API", c, b);
private static defpackage.ayh b = new defpackage.ayh(0);
private static defpa... | [
"droidevapp1023@gmail.com"
] | droidevapp1023@gmail.com |
90e8c2dc10d0431b2ca73ec24081e34a8d98f31a | 8c55c1166edd377029cde58e71fe562af3bf4e8e | /src/mx/unam/ciencias/cv/utils/trainer/ImageTrainer.java | f63bb872e88f207cf5de1a09038584d5a5a6f292 | [] | no_license | ndrd/visual-cosmic-rainbown | d0193a5cc0b611637f998676dd0290eca80cd15d | 2ce3c8b05c084d9ddaac6fc4cd5b522cd7a25a7e | refs/heads/master | 2021-01-22T16:45:15.355124 | 2015-04-01T10:51:43 | 2015-04-01T10:51:43 | 31,004,590 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,357 | java | package mx.unam.ciencias.cv.utils.trainer;
/*
* This file is part of visual-cosmic-rainbown
*
* Copyright Jonathan Andrade 2015
*
* visual-cosmic-rainbown 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... | [
"ndrd@ciencias.unam.mx"
] | ndrd@ciencias.unam.mx |
40bd0c1d42136b786f6dd8ff505e93d73c7dac6f | fdb18752ce836dbe6a7c6aa4fdda2b9a036cdbb5 | /proxy/src/main/java/com/yhx/pattern/dynamic/IGamePlayer.java | 88f8a4f6f1b460077a0b12e8671859f63fedff1d | [] | no_license | yuhuanxi/pattern | c8b6a55f326dd1e5bcfa7c3d9d7137b54bcaecc4 | fdb8c6dcf6c43563a6610ea0f4d8f0521ac32e85 | refs/heads/master | 2021-01-11T20:28:08.003597 | 2017-01-16T14:08:50 | 2017-01-16T14:08:50 | 79,124,168 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 273 | java | package com.yhx.pattern.dynamic;
/**
* @author: shipeng.yu
* @time: 2017年01月08日 下午3:38
* @version: 1.0
* @since: 1.0
* @description:
*/
public interface IGamePlayer {
void login(String name, String pass);
void killEnemy();
void upgrade();
}
| [
"adobe1874@126.com"
] | adobe1874@126.com |
212ccb03813d57d2b826a61db3afb1c1c9dc8405 | 98eb1cf17808132f483643ae74b2693f48db1e7d | /BillSplit/app/src/main/java/billsplit/pma/hdm/de/billsplit/QuantityPriceActivity.java | 5c4a37e2a6c35e1efedd31be8df28c25055cba59 | [] | no_license | kabdelg/BillSplit | 23078008ff7474b949e04e4c5b316899cbfbcfd9 | 9b6ebf2d5bca9ac4b967dce2b8ac01cbe59b8474 | refs/heads/master | 2021-01-01T18:21:39.974373 | 2017-07-25T15:11:00 | 2017-07-25T15:11:00 | 98,319,521 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,036 | java | package billsplit.pma.hdm.de.billsplit;
import android.content.DialogInterface;
import android.content.SharedPreferences;
import android.preference.PreferenceManager;
import android.support.v7.app.AlertDialog;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.DisplayMetrics... | [
"ka026@hdm-stuttgart.de"
] | ka026@hdm-stuttgart.de |
cade2eca566c3469af4ea6b7abf45bd31c2d6262 | 9e658c5c4939060b32443bd18d717854a5f38169 | /activiti-spring/src/main/java/org/activiti/spring/SpringEntityManagerSessionFactory.java | 995206961d057503cb358c5974ae2c8934b4ca2c | [
"Apache-2.0"
] | permissive | joshlong-attic/javaconfig-ftw | 08f724e785598a950d81529d58b0bf6ce7e1282a | a394c75e8c99071adcadcfb71a3bc4841a4de744 | refs/heads/master | 2023-01-05T13:16:14.443223 | 2013-09-12T03:00:34 | 2013-09-12T03:00:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,295 | java | /* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... | [
"josh@joshlong.com"
] | josh@joshlong.com |
6065abacaf6b918e06ef1d017b77fab0e6ae4249 | 44e7adc9a1c5c0a1116097ac99c2a51692d4c986 | /aws-java-sdk-xray/src/main/java/com/amazonaws/services/xray/model/UntagResourceResult.java | 20a24ae2eea3dd9ffd778dbd9bfdcce6c1b27ceb | [
"Apache-2.0"
] | permissive | QiAnXinCodeSafe/aws-sdk-java | f93bc97c289984e41527ae5bba97bebd6554ddbe | 8251e0a3d910da4f63f1b102b171a3abf212099e | refs/heads/master | 2023-01-28T14:28:05.239019 | 2020-12-03T22:09:01 | 2020-12-03T22:09:01 | 318,460,751 | 1 | 0 | Apache-2.0 | 2020-12-04T10:06:51 | 2020-12-04T09:05:03 | null | UTF-8 | Java | false | false | 2,316 | java | /*
* Copyright 2015-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
844db548d1e3efae42683fe2e0b3d98b517eae4d | e060d9e89b900416d22d942d6109612d43a3273a | /Components/googleglass-1.1/lib/android/1/content/google-gdk/samples/Timer/src/com/google/android/glass/sample/timer/SetTimerActivity.java | 1426a3a6432d041fce2c286123b8432ab771edf5 | [
"MIT",
"Apache-2.0"
] | permissive | longzheng/PTVGlass | 18c2867d8b4d18aefca7f59ecd9c2b03f42ef675 | da70778a6ed63921ce4ac408e2a4724e5abfdf49 | refs/heads/master | 2021-01-15T23:40:01.791369 | 2019-01-05T05:26:18 | 2019-01-05T05:26:18 | 18,239,042 | 16 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,270 | java | /*
* Copyright (C) 2013 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... | [
"long.zheng@gmail.com"
] | long.zheng@gmail.com |
a514740d5218439b3f0341ece25dbf152f1828e5 | 3b58527c713935e3b8151bdf542035cd813135be | /src/Fibanocci.java | 1be92d6d40ea3f68eb9500df12851e25cb9895ee | [] | no_license | vekon/JavaBasics | 8adc66923e0544d495978d4614a7434f24ab3cf2 | 686d9a41b094a246c8625ef711025daa03e41105 | refs/heads/master | 2020-04-01T04:02:11.115997 | 2018-10-13T07:36:10 | 2018-10-13T07:36:10 | 152,847,281 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 505 | java | import java.util.Scanner;
public class Fibanocci {
public static void main(String[] args) {
System.out.print("Enter a number to display fibonacci series : ");
Scanner in = new Scanner(System.in);
int number = in.nextInt();
int f1 = 0, f2 = 1;
System.out.print("Fibonacci ser... | [
"vkonda@opentext.com"
] | vkonda@opentext.com |
97a650fb0801fedf2585ca8ca162687e06425611 | 742baa4af9ddeb8fe1b762d1ff332ba7d12bf5e5 | /src/com/luv2code/jdbc/TestEagerLazyLoading.java | 080cfeb0309550874f8140576dd843c6515e5ccc | [] | no_license | adavuruku/spring-hibernate | 7b94db87b436ca3afaaf7d62eb18015ebbb445e2 | 4c053e5546c51cb9de7c2281f11aeb41c6a277ae | refs/heads/main | 2023-02-13T04:51:59.951987 | 2021-01-18T17:38:53 | 2021-01-18T17:38:53 | 330,231,494 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,640 | java | package com.luv2code.jdbc;
import org.hibernate.Session;
import org.hibernate.query.Query;
public class TestEagerLazyLoading {
public static void main(String[] args) {
Session session = HibernateUtil.getSessionFactory().openSession();
try {
// in Eager Loading - the table and all its related child tables ... | [
"aabdulraheemsherif@gmail.com"
] | aabdulraheemsherif@gmail.com |
7887f31113daf6653df357a19ea0d7473d036cdd | 4cae639de0d01954e97746933c5a40f5c015e084 | /dkplayer-sample/src/main/java/com/dueeeke/dkplayer/util/DataUtil.java | b9fdbb63c457212f2caa2b4e4b64d992cf8b2890 | [
"Apache-2.0"
] | permissive | lyBigdata/DKVideoPlayer | e9a41d8e544e1ac888fc3215271ab52b3f2c3682 | 407a76b2b009e9b50ea0ddcebeb7903e81a9a1a5 | refs/heads/master | 2020-12-30T01:36:08.228046 | 2020-02-06T15:51:10 | 2020-02-06T15:51:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,425 | java | package com.dueeeke.dkplayer.util;
import android.content.Context;
import com.dueeeke.dkplayer.bean.TiktokBean;
import com.dueeeke.dkplayer.bean.VideoBean;
import java.io.IOException;
import java.io.InputStream;
import java.nio.charset.Charset;
import java.util.ArrayList;
import java.util.List;
public class DataUti... | [
"xinyunjian1995@gmail.com"
] | xinyunjian1995@gmail.com |
85ffe6629c1fb364d2dfc0aafafc7ad9a4c07593 | 1086d45fe3deb1f36208d8b577a54575b2c769e2 | /src/main/java/cache/UserAdCache.java | 5f73a977b42b476b9347043d31411ced43587dd2 | [] | no_license | a6jora/uxboost-bot | 31c59177a505ed60fe719eb4150761313023fa26 | fd847a10d9737a3f5dcbfa634863eda4897b9017 | refs/heads/master | 2023-06-04T07:06:59.978601 | 2021-06-14T12:20:36 | 2021-06-14T12:20:36 | 373,838,319 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,012 | java | package cache;
import botapi.BotState;
import botapi.handlers.fillinfad.UserAd;
import java.util.HashMap;
import java.util.Map;
public class UserAdCache implements AdCache{
private Map<Integer, BotState> usersBotStates = new HashMap<>();
private Map<Integer, UserAd> usersAds = new HashMap<>();
@Override
... | [
"45771682+a6jora@users.noreply.github.com"
] | 45771682+a6jora@users.noreply.github.com |
f80bf04f4bb2e2cb39ae8093eb4b9b189afa6dbd | 61086fedbbc8dc01c1e4d55392fd2aa5501eda03 | /src/main/java/com/sales/market/util/CheckedException.java | 0a83ced4ec8e6650d2d3948714b87ac0ab9115a9 | [] | no_license | samuelBaz/spring-backend | bd5a76107e5824467e36d0695e84f8d963e9c925 | 599f54676cd2c5fa8c9b1578072ee84ea17494ee | refs/heads/main | 2023-07-20T10:52:09.394690 | 2021-09-07T00:28:21 | 2021-09-07T00:28:21 | 399,600,470 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 120 | java | /**
* @author: Samuel Bazoalto
*/
package com.sales.market.util;
public class CheckedException extends Exception {
}
| [
"bazoaltoSamuel33@outlook.com"
] | bazoaltoSamuel33@outlook.com |
a2c505900f822719cec5693cc1aba6ef3b99bc44 | 040860662a4ea4331584b74a2891628c7619fc7c | /src/main/java/kr/co/hucloud/batch/job/stock/vo/StockVO.java | bf2504ca2125061268d6d3af3cc2d82c2af9252e | [] | no_license | Ahndaewon/HuCloudBatch | f10d54adc9bb0857be1eed657de9d2a8d9838d66 | 17904f7511892da3c7e37dd2f72904d73325a682 | refs/heads/master | 2020-03-07T19:56:17.754006 | 2018-04-02T08:40:23 | 2018-04-02T08:40:23 | 127,684,031 | 0 | 0 | null | 2018-04-02T00:51:30 | 2018-04-02T00:51:30 | null | UTF-8 | Java | false | false | 1,323 | java | package kr.co.hucloud.batch.job.stock.vo;
public class StockVO {
private int rank;
private String name;
private String nowPrice;
private String growthRate;
private String upAndDown;
private String dealQuantity;
private String dealAmount;
private String highPrice;
public int getRank() {
return rank;
}
p... | [
"dks0815@gmail.com"
] | dks0815@gmail.com |
a102d2e687861e89d7f17c3a0fb38cd7da6aa1f7 | 170d452b4651ccd610efe3eedeaad0f9d112a9a8 | /src/com/sxh/newfolder/DP13_策略模式/DP_13/公式计算/CalculatorHelper.java | 784717a50487c27c7eaf6a1920c7126d925e17d9 | [] | no_license | JokerByrant/designPattern | 76eaa04bc5f516f37c550e93326dc7a329e54c5e | 9421181ce1bc67ebc12102e67317893a3a9de267 | refs/heads/master | 2020-07-30T17:02:12.322130 | 2020-06-17T08:49:01 | 2020-06-17T08:49:01 | 210,296,799 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 640 | java | package com.sxh.newfolder.DP13_策略模式.DP_13.公式计算;
/**
* 计算辅助类,用于提取出公式中的数
* @author 一池春水倾半城
* @date 2019/12/28 16:56
*/
public class CalculatorHelper {
/**
* 提取出公式中的数
* @param formula 公式
* @param pattern 运算符
* @return
*/
public static double[] getValArray(String formula, String patter... | [
"water!264835"
] | water!264835 |
eab2e86b76bf9c688d43171f42bf8923a950c8ac | e65ce599b6383d487e12740986ec78eb283bc377 | /A3Portal-POM/src/test/java/com/A3Portal/Testcases/HomePageTest.java | 17fa9e7e36d0a23d64f2007231e33430c3a3e96a | [] | no_license | spadeinfotech/A3portal-POM | ca01688c6b728618bb7f0e82cc8429ff49d32a20 | f7917afa7419a01365ed1fc614cf599c9a9cab77 | refs/heads/master | 2023-05-14T20:03:06.167816 | 2019-06-28T07:07:08 | 2019-06-28T07:07:08 | 192,528,794 | 0 | 0 | null | 2023-05-09T18:08:55 | 2019-06-18T11:42:01 | HTML | UTF-8 | Java | false | false | 1,561 | java | package com.A3Portal.Testcases;
import org.testng.Assert;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import com.A3Portal.TestPages.ContactPage;
import com.A3Portal.TestPages.HomePage;
import com.A3Portal.TestPages.LoginPage;
import com.A3... | [
"ankit@spadeinfotech.net"
] | ankit@spadeinfotech.net |
1dc1f3ff44248423bdebbef24eeae8e7d28cf35c | 13befa8dfc25715a4410d8e161a7c2bfb71c15e4 | /src/model/level/LevelEasy.java | 8b00a2f08912be544332eca6b75303c61fa81ef2 | [] | no_license | totine/codecool--java-se--tw-assignment--hangman-game | 5058f75f435773a98592d6a9aed1c84485e8cef1 | 238fc2156af64bde3e9a54b451e59247a188ff6e | refs/heads/master | 2021-08-23T04:46:42.901300 | 2017-04-21T08:56:18 | 2017-04-21T08:56:18 | 112,921,946 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 329 | java | package model.level;
import java.util.ArrayList;
import persistence.CsvHandler;
/**
* Created by joanna on 20.04.17.
*/
public class LevelEasy extends Level {
public LevelEasy() {
this.words = CsvHandler.getWordListForLevel("easy");
this.lives = 7;
this.wordToGuess = getRandomWord();
... | [
"joanna.gargas@gmail.com"
] | joanna.gargas@gmail.com |
b988f4ca665a2d7cf344b4435074ba6b2b76bef9 | 303188c71fd7fd8590038a1a430b1ba37f50c9bc | /src/connect4/Computer.java | e23a326aa900fe5a307caad5f014e15648e4759c | [] | no_license | SomeyaGinji/test | 6ac797f446e71230ac1e91525790ab959d95f1d3 | 5f01a2d75802494ca113bca76ac05fd1c955cf8e | refs/heads/main | 2023-08-15T05:30:55.051968 | 2021-09-24T15:02:09 | 2021-09-24T15:02:09 | 378,773,481 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,502 | java | package connect4;
import java.util.Random;
public class Computer {
Random random = new Random();
Computer(){
}
int select(int array[][],int score){
int i,j,decidej;
Assessment assessment = new Assessment();
int tmparray[][] = new int[6][7]; //盤面の情報をtmparrayに記憶
for ... | [
"cist.b220.g.someya@gmail.com"
] | cist.b220.g.someya@gmail.com |
66527d511a8f21c799be9c1f3b36e516dae8fc1b | df351b1fe41376661afa00a6b7d6a7dca4d02108 | /Banco/Banco.java | 1b4ed25caf4437f9bf84ea18e0894375362ceadd | [] | no_license | ChristianARamos/JAVA-BancoArq | e2b398d8b61dcfc8ffe7176a2f32206fd73b1da9 | 77a5ebc6b4a2df23c70505a55a916c505f5f1324 | refs/heads/master | 2016-09-05T09:25:30.232129 | 2015-05-21T14:22:58 | 2015-05-21T14:22:58 | 35,241,204 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,601 | java | /*
* Christian de Avila Ramos.
*/
package br.graduacao.banco;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
/**
* A classe Banco faz a conexão com o banco de dados; insere, altera, apaga,
* lista e atualiza os... | [
"christian.a.ramos@gmail.com"
] | christian.a.ramos@gmail.com |
d8ddb626b687bee64475058b87ed8f7e987d39b4 | d3864b5b47018ca9d4b83a435c80eac08f4cf8a3 | /codedojo/src/com/kavanal/interviewcake/linkedlists/ContainsCycle.java | 36b3de274b55a53258a7df40897674c6cc127a71 | [] | no_license | bazikpath/codetryouts | cdb6e9aa83904337375bd06d8cf0faa7c1ce5f15 | 5d09fb9907558ee8fd4f9d1c9e33e30a4a725624 | refs/heads/master | 2022-06-23T01:18:24.225891 | 2020-05-05T18:22:35 | 2020-05-05T18:22:35 | 256,035,645 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,291 | java | package com.kavanal.interviewcake.linkedlists;
import org.junit.Test;
import org.junit.runner.JUnitCore;
import org.junit.runner.Result;
import org.junit.runner.notification.Failure;
import static org.junit.Assert.*;
public class ContainsCycle {
public static class LinkedListNode {
public int value;
... | [
"support@urduathome.com"
] | support@urduathome.com |
c45596d599b75e86c9c31376b5b77b9110c4db5d | 37713af6e30a7f393948b6a3a58e34a662693614 | /src/dk/brics/tajs/analysis/dom/event/EventTarget.java | f28f179f2961ebbbfadd7ebec1e42b9b7d27f304 | [
"Apache-2.0"
] | permissive | CameronChambers93/codesmells | da4c4e566c955710d4089633c03e3ea852e24a26 | afe9fe661147680b798fe936aa1487bed7b3b1ea | refs/heads/master | 2021-10-25T22:55:43.491959 | 2019-04-08T04:14:04 | 2019-04-08T04:14:04 | 97,957,825 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,947 | java | /*
* Copyright 2009-2016 Aarhus University
*
* 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... | [
"ctchambers@oakland.edu"
] | ctchambers@oakland.edu |
8c1e07eac4c0b9299e51f3d389202c12c554d128 | 9dfab677a152cb0e895792e51f7c719ecbffe46d | /Retail(mini-project)/Retail(MR)/GrossProfitByProduct.java | ae68908c3d68f89de1903761939d55f31f5939b5 | [] | no_license | AnuR1234/Assignments | 08ee8ec7184776e7163e77026aad8375a3e7c16d | 8638e6dd74f0cc75031eaa490100702f6ffb3b56 | refs/heads/master | 2021-06-23T14:08:18.643024 | 2020-11-17T17:32:14 | 2020-11-17T17:32:14 | 132,868,224 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,746 | java | import java.io.IOException;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.io.LongWritable;
//import org.apache.hadoop.io.NullWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Job;
import org.apache.hadoop.mapreduce.Mapper;
import or... | [
"anureddy.fan5@gmail.com"
] | anureddy.fan5@gmail.com |
edbea0fb8a8b5524f815b62239ec80eff2ee9d1f | 5dd5dfed9f3599a0a391636f4d72a0513e8d1c79 | /src/org/yejt/maze/MazeGame.java | 3a5c2ccd56fe7e046f74e6cb90c737037ce0ac20 | [
"Unlicense"
] | permissive | keys961/Design-Pattern | 4f3b5bb579befb8f72917884defb96a59ec70bcc | edacae4965e129ee5dc462970e3e629f67bc7ab4 | refs/heads/master | 2021-01-01T19:08:11.090098 | 2018-01-22T14:06:03 | 2018-01-22T14:06:03 | 98,513,827 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,565 | java | package org.yejt.maze;
/**
* Created by Yejt on 2017/7/28 0028.
*/
public class MazeGame
{
private Room currentRoom;
public Maze createMaze(MazeFactory mazeFactory)
{
Maze aMaze = mazeFactory.makeMaze();
Room r1 = mazeFactory.makeRoom(1);
Room r2 = mazeFactory.makeRoom(2);
... | [
"keys961@hotmail.com"
] | keys961@hotmail.com |
5a25edc5a87195b010df34b902dd344afcac6dc6 | dfc121836ddf54e0b43747955ef2da202c59681e | /src/main/java/com/zy/zhuang/controller/StudentController.java | 1eb38428253a4b0dceb56f3007bedf96e561998f | [] | no_license | yuanjz/zhuang | a5512449442b026b982121ff6a0851326c619db5 | ec5b88bf6ddbdfd1b7870087dcfed42172027d4d | refs/heads/master | 2020-04-08T15:46:07.685978 | 2018-12-13T09:24:19 | 2018-12-13T09:24:19 | 159,491,052 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,459 | java | package com.zy.zhuang.controller;
import com.zy.zhuang.dto.StudentDTO;
import com.zy.zhuang.request.AddStudentRequest;
import com.zy.zhuang.request.IdRequest;
import com.zy.zhuang.service.StudentService;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired;
import o... | [
"jizhuang.yuan@ymm56.com"
] | jizhuang.yuan@ymm56.com |
410be8e8bba74cb95a7fa93274d592f4157386ce | 0fb3b2989f94f49aaa5fac658e5c0110b4d1d88b | /TourGuideApp/app/src/main/java/com/example/android/tourguideapp/Place.java | 4191730fc49ff5258fc4fba135e178ce941f2b3a | [] | no_license | bartaeva89/TourGuide | 29b107bf90f6c6c5c90219e79f459da5fc95e316 | 325cabd2bd8c1a31c7e2f011880f03bfe66d869a | refs/heads/master | 2020-03-19T04:28:17.975242 | 2018-06-12T04:36:19 | 2018-06-12T04:36:19 | 135,832,390 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 540 | java | package com.example.android.tourguideapp;
public class Place {
private String name;
private String address;
private int mImageResourceId;
public Place(String name, String address, int mImageResourceId) {
this.name = name;
this.address = address;
this.mImageResourceId = mImageR... | [
"barta.eva@gmail.com"
] | barta.eva@gmail.com |
38914729e4b9917417661d020863568ca76edde2 | 3356c28b68da5e91e66d6f613710e0b548f3e7da | /src/chapter03/TV.java | c68cf26c7ae5b50a08813d72e72a8dabd78c22c7 | [] | no_license | planemirror/chapter03 | ec1a8d66b79e46510aa75d6ad63358aaa466e2ad | 4e686d5883d46f9caaba36b979d92c545d5eaa44 | refs/heads/master | 2020-09-10T08:03:07.137316 | 2019-11-25T12:48:24 | 2019-11-25T12:48:24 | 221,694,956 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,341 | java | package chapter03;
public class TV {
private int channel; // 1 ~ 255 까지
private int volume; //
private boolean power;
// 상속받은 자식관계인 SmartTV를 위해 부모인 TV클래스에 기본 생성자를 만듬
public TV()
{
}
public TV (int channel, int volume, boolean power)
{
this.channel = channel;
this.volume = volum... | [
"BIT@DESKTOP-D7VRVOQ"
] | BIT@DESKTOP-D7VRVOQ |
0710ecb7df18549b80df1b3e1a2712e3cb4a71c2 | caaf7861304758dd0e073530d2dab47917c564c1 | /src/main/java/com/kbalazsworks/weathersnapshot/service/DownloaderService.java | f3459e5602920dab6e80346d1d9049654b11caaa | [] | no_license | balazskrizsan/weather-snapshot | 7ee6e0c12bc0eb147a3d7769474b18b432a64816 | 9aed238c87ceb568b56d08859829464ba9cf9fa3 | refs/heads/master | 2022-11-26T19:35:30.152581 | 2020-08-09T16:47:24 | 2020-08-09T16:47:24 | 274,982,120 | 0 | 0 | null | 2020-08-02T04:23:33 | 2020-06-25T17:59:07 | Java | UTF-8 | Java | false | false | 4,317 | java | package com.kbalazsworks.weathersnapshot.service;
import com.kbalazsworks.weathersnapshot.entity.HtmlLog;
import com.kbalazsworks.weathersnapshot.entity.SiteUri;
import com.kbalazsworks.weathersnapshot.enums.HttpMethodEnum;
import com.kbalazsworks.weathersnapshot.enums.SiteEnum;
import com.kbalazsworks.weathersnapshot... | [
"krizsan.balazs@gmail.com"
] | krizsan.balazs@gmail.com |
4d05a7a3ecebe1f77344b12fafa3aebf104f14a5 | 8ec700cda7bec824ed7a955e788bbfcf9b902224 | /app/src/main/java/com/example/andreadeoli/flixster/MovieDetailsActivity.java | 05d033d0b6e39b97c0508d2e1ee52ee334c6b858 | [
"Apache-2.0"
] | permissive | andreadeoli/FlixsterRepo | 8e77f840677ca59fe87c05c2df6ae4665abb8765 | 0462cf1a6fe6e0ede4130021c7c29d9e5c7c8637 | refs/heads/master | 2021-01-21T14:17:11.827030 | 2017-06-23T23:54:45 | 2017-06-23T23:54:45 | 95,263,649 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,622 | java | package com.example.andreadeoli.flixster;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.widget.RatingBar;
import android.widget.TextView;
import com.example.andreadeoli.flixster.models.Movie;
import org.parceler.Parcels;
import butterknife.BindVie... | [
"andreadeoli@fb.com"
] | andreadeoli@fb.com |
280ec1b4d5264b58b6548c644f6075baa9ef51c1 | 810a4d4d7e300efeea6d7118184c369ca37a522e | /src/MainNInterface.java | 310e12d4fc6e7129bc80e5d4487fc8e93282b325 | [] | no_license | naufalabrori/Tubes-PBO | 921f1f213bf963ae6321d5b2d22c54d0849c14a9 | 2c38e328e4884461686c58d24c6bbd92f4513abc | refs/heads/master | 2020-05-16T22:48:33.580920 | 2019-05-31T13:15:22 | 2019-05-31T13:15:22 | 183,345,129 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,295 | 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.
*/
import javafx.application.Application;
import javafx.event.EventHandler;
import javafx.geometry.Pos;
import javafx.scene.Gr... | [
"lenovo@NOPAL"
] | lenovo@NOPAL |
4986298b54e950048205695d197cbd63ef0cec49 | 8549c8692cf72e6bdb36a1c75b33fbd7cefb475f | /MTA Framewrok/datanucleus-rdbms/src/main/java/org/datanucleus/store/rdbms/valuegenerator/AbstractRDBMSGenerator.java | 65500b06be5e9da9b2481ca021c46dd4d4aa8c04 | [] | no_license | NCCUCS-PLSM/SaaS-Data | 3e4d30a04b3f4b653d7ce1fb66a95d9206a7b675 | 577bbc54480927a8aa93c5182683304d22be34e0 | refs/heads/master | 2021-03-12T23:51:15.168140 | 2013-12-23T01:52:50 | 2013-12-23T01:52:50 | 11,502,003 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,227 | java | /**********************************************************************
Copyright (c) 2006 Andy Jefferson and others. 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:/... | [
"jiujye@gmail.com"
] | jiujye@gmail.com |
41b7aaebebe8284f5cabe12d1d281bea577b5e79 | 6b7628664773ada2d0988cbb39b7bef15d2f5f50 | /antlr/JavaParsing/.antlr/JavaParser.java | fa8339ece7aa4b45dae7aadba6ed7979d72eb326 | [] | no_license | HamiltonManalo/SessionTypes | 29e246b9b57b0e6b3372f8ba5b85df70c099c1af | 035313fb5d91a914664e46bd06a43c63efcf8f21 | refs/heads/master | 2020-08-12T07:21:52.578771 | 2020-02-09T01:20:02 | 2020-02-09T01:20:02 | 214,715,744 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 241,744 | java | // Generated from d:\coding projects\SessionTypes\antlr\JavaParsing\Java.g4 by ANTLR 4.7.1
import org.antlr.v4.runtime.atn.*;
import org.antlr.v4.runtime.dfa.DFA;
import org.antlr.v4.runtime.*;
import org.antlr.v4.runtime.misc.*;
import org.antlr.v4.runtime.tree.*;
import java.util.List;
import java.util.Iterator;
impo... | [
"hamiltonm@gmail.com"
] | hamiltonm@gmail.com |
d81f7c173bac469507e7e19f1612c13edc7bdeaf | 1a0bff868c54c311c3ff12ee8ecf80fb2a98fc7c | /colordetails/src/main/java/com/example/colordetails/service/WaterTypeService.java | 2155fb83a8cfc5a0bef129385b64b67f402bfce8 | [] | no_license | yuzi1588/MyRepository | 59370a26f3e67b39cce093758e3e9ec7713c4ea3 | 47411fcfbcb75f1a0f76ecedaba244147b7e9e5f | refs/heads/master | 2020-03-28T18:15:15.531981 | 2018-09-15T03:57:08 | 2018-09-15T03:57:08 | 148,865,289 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 456 | java | package com.example.colordetails.service;
import com.example.colordetails.entity.WaterTypeInfo;
import java.util.List;
public interface WaterTypeService {
//查全部水的类型
List<WaterTypeInfo> getAllWaterType();
//根据id删除类型
void deleteWaterTypeById(Integer id);
//根据id查找类型
WaterTypeInfo getWaterTypeByI... | [
"yuzi1588@126.com"
] | yuzi1588@126.com |
95880fee8d429192dd288965d3f09ac17416b0a8 | a140f0956c57e6080d6d0c7c8340a5d238e0b271 | /src/main/java/com/wyzssw/distributedLock/DistributedLock.java | 24798f0d5fe072da8cd032e0a0bf260f06e21bc3 | [] | no_license | heianxing/DistributedLock | 4846929400e467d8577861ce2facbc26f3f08d9f | 0f67e1e0c057709490edb558092a78c3a237bbd3 | refs/heads/master | 2020-12-06T17:20:41.416265 | 2015-07-03T15:37:25 | 2015-07-03T15:37:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,619 | java |
package com.wyzssw.distributedLock;
import org.apache.commons.lang3.StringUtils;
import redis.clients.jedis.Jedis;
/**
* redis实现的distributedlock ,锁占用时间不宜过长
* @see http://www.jeffkit.info/2011/07/1000/
* @author wyzssw
*/
public class DistributedLock {
private String host;
private Integer port;
... | [
"wyzssw@163.com"
] | wyzssw@163.com |
95d49069810a4878533f823a3c461fab14506fea | 7192ad57ed18a6299d9a5cd8072474e6eb7f2519 | /src/main/java/range_pixel/myComparator.java | 1e329d1db1f9357d50430a6f8c14d7147cd77bb7 | [] | no_license | huipingcao/GRAZETOOLS | 9fad01792e61e30c89d3339bebb1a0445c012b29 | 62cbdc3133e19a54cba3cbdbf22d230403f6bf21 | refs/heads/master | 2023-04-26T05:21:30.439707 | 2021-05-26T05:06:41 | 2021-05-26T05:06:41 | 279,935,283 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,057 | java | package range_pixel;
import org.apache.commons.lang3.tuple.Pair;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Comparator;
import java.util.Date;
public class myComparator {
}
class SortByTime implements Comparator<Pair<String, double[]>> {
Dat... | [
"gongwolf@gmail.com"
] | gongwolf@gmail.com |
e382be512f162c8516643b5e27c2585a41890428 | e33e7ccfcd4e9cba4ac39e44a96e1385ee1a3de1 | /Selenium/src/newTourAppLogin/BaseTest.java | b4022ce0d3e653cafbb3367d9de5d2fdf2aebe01 | [] | no_license | aparna147/OrangrHRM | f1360d07feac3f2301ce55b559cf176bc14bf617 | 8e79509041c6e896daa2f9f602c87c51c400e015 | refs/heads/master | 2022-07-19T11:07:36.317805 | 2020-02-24T08:07:07 | 2020-02-24T08:07:07 | 237,152,394 | 0 | 0 | null | 2022-06-29T17:58:44 | 2020-01-30T06:23:33 | JavaScript | UTF-8 | Java | false | false | 535 | java | package newTourAppLogin;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.testng.annotations.BeforeTest;
public class BaseTest {
WebDriver driver=null;
String url="http://www.newtours.demoaut.com/";
@BeforeTest
//@BeforeTest
public void setUp()
{
System.setPrope... | [
"maparna3303@gmail.com"
] | maparna3303@gmail.com |
e3755ee692f852ebdc60dc87e81b3681f6b219ef | 7a246f6b7acffd6dba12f9474321086b9fe71651 | /Blatt_7/Blatt07_4_Bildbearbeitung/SWBild.java | 334cd3a84811274b44c5936f8b98201ac5762dd5 | [] | no_license | jonabacke/programieren-1 | c223403f2f337b66a53ee0d36c036b3c6d9c9ffb | 1c6996c218aa0e694a9cfdc8827d0d41d711eacf | refs/heads/master | 2020-03-07T10:50:29.488628 | 2018-06-19T09:30:14 | 2018-06-19T09:30:14 | 127,441,186 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,824 | java | /**
* SWBild ist eine Klasse, die Graustufenbilder repraesentiert und
* manipuliert. Die Implementierung erfolgt durch ein einfaches
* Bildformat: Die Bildpunkte werden in einem zweidimensionalen
* Array von 'short'-Werten gehalten. Jeder Feldeintrag kann einen
* Wert zwischen 0 und 255 annehmen. Andere Werte sind... | [
"jonathan.backes.jb@googlemail.com"
] | jonathan.backes.jb@googlemail.com |
5d7fe722f2cf2bcdb37642920c15ed5e34568e97 | 92a9f25c5599b5c81029652a71f41ed887c6e424 | /S01/S06.01-Exercise-LaunchSettingsActivity/app/src/main/java/com/example/android/sunshine/SettingsActivity.java | caf7dda2895713d942863b1b7453e40968d8fb29 | [
"Apache-2.0"
] | permissive | emeruvia/Intermediate-Android-Google-Challenge | f40af162c5894427a51be4fb4107ce15ccbcf13e | 9ebd005315b557726bd98ffa2cf65766d679972c | refs/heads/master | 2021-05-12T05:12:31.964889 | 2018-03-22T19:32:36 | 2018-03-22T19:32:36 | 117,185,340 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 350 | java | package com.example.android.sunshine;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class SettingsActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout... | [
"emeruvia@gmail.com"
] | emeruvia@gmail.com |
e21d31e977a496772a4d7ed2b874894d1bc3a1da | 18f98448791a2b52be57a50bc2b2e8aa9ea3bb0a | /src/main/java/concurrent/spinlock/CLHLock.java | 02da16128b7d134a1657775da6faee5802ce6f5b | [
"MIT"
] | permissive | qindongliang/Java-Note | 27b85a1d31c70bfbc72198e4b18cf7abd0c8a1f4 | 539068105a28c959879c6507731295c8d834517f | refs/heads/master | 2021-06-03T05:38:58.737551 | 2021-04-08T14:30:37 | 2021-04-08T14:30:37 | 138,539,248 | 16 | 8 | MIT | 2021-04-08T14:31:27 | 2018-06-25T03:29:07 | Java | UTF-8 | Java | false | false | 2,595 | java | package concurrent.spinlock;
import java.util.concurrent.atomic.AtomicReference;
/**
* Created by qindongliang on 2018/8/5.
*/
public class CLHLock {
class Node{
//false代表没人占用锁
volatile boolean locked=false;
}
//指向最后加入的线程
final AtomicReference<Node> tail=new AtomicReference<>(new... | [
"182100507492@126.com"
] | 182100507492@126.com |
b1efc8e8189e9b45e258e2e0ada1bfe069a8f567 | 85a2fcd90994553e98e5da39388efd7e410b643b | /src/test/java/msz/javabasics/AppIT.java | 06b1cdd157d0dee7daf08e2b3f7fe5d1ddf30eb9 | [] | no_license | vacant78/javaBasics20150708 | 0060ab3cc66774d422ef0316941eb8204e948492 | 1dec6fe99289acf2e96d1455d408fec9817ac07b | refs/heads/master | 2020-05-31T07:02:24.239980 | 2015-07-10T07:26:56 | 2015-07-10T07:26:56 | 38,775,490 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,177 | java | package msz.javabasics;
import junit.framework.TestCase;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import java.io.ByteArrayOutputStream;
import java.io.PrintStream;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.junit.Assert.assertThat;
/**
* Created by SzatanskiM ... | [
"maciej.szatanski@betfair.com"
] | maciej.szatanski@betfair.com |
7a5e76e6817fee13a1eee8fb5de696f3e1e98509 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/23/23_c19ce7b1d5055a5bbb2bd34623c1a7acd729e34e/EventModel/23_c19ce7b1d5055a5bbb2bd34623c1a7acd729e34e_EventModel_s.java | 6e632e4c1e91c6d9eecd1c9428ddc7fe17d2902a | [] | 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 | 4,946 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); yo... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
4ff570106ae1dd945c8b42957c307185e7d8e72b | f4625b429364037d154a99739b827e1fb0b979e1 | /build/app/generated/source/buildConfig/debug/com/example/calculadora_simples/BuildConfig.java | f35c9c24ae45fdb49bdf9d888e3978dc9b3c03f3 | [] | no_license | gaabipacheco/trabalho3 | 3a00437283473578f824f167c7644150c2429703 | 2a1187669807906381fb847a49749dc55ecd1c4d | refs/heads/master | 2023-06-25T13:12:04.876296 | 2021-07-24T20:14:46 | 2021-07-24T20:14:46 | 389,191,366 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 429 | java | /**
* Automatically generated file. DO NOT MODIFY
*/
package com.example.calculadora_simples;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.example.calculadora_simples";
public static final String BUILD_TYPE =... | [
"panzgab@gmail.com"
] | panzgab@gmail.com |
04740e6f25308b33d9ac0d71d8f631ba9615d5ce | d2eee6e9a3ad0b3fd2899c3d1cf94778615b10cb | /PROMISE/archives/synapse/1.1/org/apache/synapse/config/xml/XSLTMediatorFactory.java | 7e9bfca260e8f5e6ddcc6129e63976288cc41cf5 | [] | no_license | hvdthong/DEFECT_PREDICTION | 78b8e98c0be3db86ffaed432722b0b8c61523ab2 | 76a61c69be0e2082faa3f19efd76a99f56a32858 | refs/heads/master | 2021-01-20T05:19:00.927723 | 2018-07-10T03:38:14 | 2018-07-10T03:38:14 | 89,766,606 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,522 | java | package org.apache.synapse.config.xml;
import org.apache.axiom.om.OMAttribute;
import org.apache.axiom.om.OMElement;
import org.apache.axiom.om.xpath.AXIOMXPath;
import org.apache.synapse.config.xml.OMElementUtils;
import org.apache.synapse.Mediator;
import org.apache.synapse.mediators.transform.XSLTMediator;
import o... | [
"hvdthong@github.com"
] | hvdthong@github.com |
5f1293945014dc8c51aac2132c5170f62ca1c1ac | c673d3e107bdcb7e986c5074d6f7fd587e7e44e3 | /gmall-MBG/src/main/java/com/duheng/gmall/ums/service/impl/MemberStatisticsInfoServiceImpl.java | f687388dc9160a692e60c43d53a9541a48de53ff | [] | no_license | UserJustins/Gmalls | 2f47a195b529fb1c10ac8d7248d314b90cf3dc08 | 7c7b28dcad50a842b805ea32999d4029a647afa5 | refs/heads/master | 2022-06-23T07:03:26.384770 | 2020-02-23T08:16:33 | 2020-02-23T08:16:33 | 234,525,787 | 0 | 0 | null | 2022-06-21T02:50:45 | 2020-01-17T10:26:25 | Java | UTF-8 | Java | false | false | 616 | java | package com.duheng.gmall.ums.service.impl;
import com.duheng.gmall.ums.entity.MemberStatisticsInfo;
import com.duheng.gmall.ums.mapper.MemberStatisticsInfoMapper;
import com.duheng.gmall.ums.service.MemberStatisticsInfoService;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import org.springframew... | [
"DuHeng@sina.com"
] | DuHeng@sina.com |
6fe760cb3bbcce9db9cca84dbc126294dbaabb86 | 7edc6fcdff878c9b9aa8448a34c03e5cd41eba49 | /src/main/java/com/deng/o2o/service/impl/ShopServiceImpl.java | 924f7b8c8f6907ed48b1dbc57cc2196305f1defd | [] | no_license | dengcong139/o2o | 178cf255557dee9d23f3d499c5e776a449d5b462 | 9c3201226e98428a42c310d7a872d924f79c18ee | refs/heads/master | 2020-03-24T20:23:10.895275 | 2018-07-31T07:01:16 | 2018-07-31T07:01:16 | 142,975,366 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,660 | java | package com.deng.o2o.service.impl;
import java.util.Date;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.deng.o2o.dao.ShopDao;
import com.deng.o2o.dto.Imag... | [
"36321743+dengcong139@users.noreply.github.com"
] | 36321743+dengcong139@users.noreply.github.com |
0947b7346c63bc525bb7a735c8c4fb008c50022d | 01aeac2759b1990ddd505788ded8fd9d9a1423b5 | /runner/src/test/java/com/frocate/taskrunner/AbstractTaskTest.java | 8138d90b9cb36067bc1cb5bce28cc88f194f6d89 | [] | no_license | dmitrymurashenkov/frocate | 46fca89aee1f6834d89691521c5986202ba59f9a | 823a67bcaad05bc1f26a149cba82804b1f393eff | refs/heads/master | 2021-01-12T11:45:19.933604 | 2016-10-30T11:51:22 | 2016-10-30T11:51:22 | 72,290,449 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,069 | java | package com.frocate.taskrunner;
import com.frocate.taskrunner.executable.Executable;
import com.frocate.taskrunner.executable.ExecutableType;
import com.frocate.taskrunner.junit.TaskProgress;
import com.frocate.taskrunner.result.ProgressListener;
import com.frocate.taskrunner.result.TestResult;
import org.junit.Test;
... | [
"dmitry.murashenkov@mind.com"
] | dmitry.murashenkov@mind.com |
09fab7f9b10ace5b3523ab6e45b12f441d46c73e | 541b2c0ceac53b935d79fd2cab9ded8d82c09e03 | /src/main/java/com/bbs/starter/interceptor/BeforeActionInterceptor.java | 0006f0744e44abf8bf07bf57aa13bbd1f5320910 | [] | no_license | wwwkim/Springboot-Mybatis-BBS | bb58def3e23dcc6c16cfdc280d7027e25355a407 | b8918f55dcc712fcbbcabe0412de54e364834b33 | refs/heads/master | 2023-03-27T19:26:36.916729 | 2020-09-01T05:43:59 | 2020-09-01T05:43:59 | 280,653,803 | 0 | 0 | null | 2021-03-31T22:10:10 | 2020-07-18T12:39:31 | CSS | UTF-8 | Java | false | false | 1,284 | java | package com.bbs.starter.interceptor;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import org.springframework.web.servle... | [
"mandojjang@gmail.com"
] | mandojjang@gmail.com |
e90f62cad6ad9b44967dcc658a81311854c06429 | 3be625511c617eb28d9e73525a16e3ea08bdea5b | /auth-app/src/main/java/com/broad/security/auth/client/domain/OAuthToken.java | 9d461c87d07120213fc0ae42f067c4618a8e13fc | [] | no_license | Yuedecky/auth-around | e6f0797b43f748e0a89d7d862b9773f0b9629d86 | 53c03ad70d4dddc2faed0bd17be1d409e2a66669 | refs/heads/master | 2020-04-20T07:04:43.315328 | 2019-07-04T14:29:32 | 2019-07-04T14:29:32 | 168,701,888 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 421 | java | package com.broad.security.auth.client.domain;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Data;
@Data
public class OAuthToken {
@JsonProperty("access_token")
private String accessToken;
@JsonProperty("token_type")
private String tokenType;
@JsonProperty("expires_in")
... | [
"yzy091633"
] | yzy091633 |
289c704b31b2b8afe34858981e0199978ed316bb | 6de79f6ab24f48e37cdaa406df2f5ae0cc6bc674 | /tree/NonEmptyTree.java | 68f600efeee6a9443f998b061630b95dd9dacece | [] | no_license | Wllmgong/Object_oriented | 72de509ed11f58a7d90135e1d5fbf0e8fe0c3b11 | b5ea01416cef197783c35f4b6b2b14cee0844ae0 | refs/heads/master | 2021-01-23T10:44:04.784406 | 2017-05-31T21:57:52 | 2017-05-31T21:57:52 | 93,088,328 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,626 | java | package tree;
/**
*
* @author William Gong Name:William
* Gong Section:0303 ID:113510311 Directory
* ID:wgong1
* Honor Code:I pledge on my honor that i have not give or
* received any unauthorized assistance on this assignment
*
* The purpose of the project is to create a polym... | [
"wllmgong@gmail.com"
] | wllmgong@gmail.com |
df0629b4a4b108b679a1b3e9723f365ecdba4ddc | ff5047c91cd445d61f0e6891ed40d5ee2a78f888 | /PINApp/src/PINFrame1.java | 51bff92643d8ce47f9ca5cb553be59784b6fa3db | [] | no_license | bmcveigh/Java | 1bf604dd78e3fac9bc097082620c7c4bdd15a7bc | fe16fcf49819609311622aae9ddcaf314f3341d3 | refs/heads/master | 2020-04-06T05:25:50.834689 | 2014-07-31T20:09:46 | 2014-07-31T20:09:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,264 | java | import javax.swing.JFrame;
import javax.swing.JTextField;
import java.awt.FlowLayout;
import javax.swing.JLabel;
import java.awt.event.ActionListener;
import java.awt.event.ActionEvent;
import javax.swing.JOptionPane;
public class PINFrame1 extends JFrame {
/**
*
*/
private static final long serialVersionUID... | [
"bcmcveigh@gmail.com"
] | bcmcveigh@gmail.com |
8bf2709bf1585b45f4694e4baa58e590ebe8ab41 | 0706a1e05ca4177eb7ea51a8cbf1cf9e11eae8b7 | /myboard/src/main/java/tommy/spring/web/common/BeforeAdvice.java | 00f241fe2a96c391025b2a6b7789f27b5ee1a311 | [] | no_license | woongpark-9/springExam2 | bb75b4581899f81f57870bd81462b19f6406a7e3 | 8e0bacf3319e41990be002a4ec4f2bf7d7343809 | refs/heads/master | 2023-03-20T06:58:19.257439 | 2021-03-19T11:18:44 | 2021-03-19T11:18:44 | 347,916,664 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 661 | java | package tommy.spring.web.common;
import org.aspectj.lang.JoinPoint;
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.annotation.Before;
import org.aspectj.lang.annotation.Pointcut;
import org.springframework.stereotype.Service;
@Service
@Aspect
public class BeforeAdvice {
@Pointcut("execution(* tom... | [
"yw53999654@gmail.com"
] | yw53999654@gmail.com |
e58a33fb80c349948b7b4d4ca12a4e2eb1ed231f | ed3cb95dcc590e98d09117ea0b4768df18e8f99e | /project_1_2/src/b/g/i/e/Calc_1_2_16845.java | c41d07661c9e9f4d7bdd8675e0c887b56b5715f5 | [] | no_license | chalstrick/bigRepo1 | ac7fd5785d475b3c38f1328e370ba9a85a751cff | dad1852eef66fcec200df10083959c674fdcc55d | refs/heads/master | 2016-08-11T17:59:16.079541 | 2015-12-18T14:26:49 | 2015-12-18T14:26:49 | 48,244,030 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 134 | java | package b.g.i.e;
public class Calc_1_2_16845 {
/** @return the sum of a and b */
public int add(int a, int b) {
return a+b;
}
}
| [
"christian.halstrick@sap.com"
] | christian.halstrick@sap.com |
deed1e08efad7b70727f54f0d06fe5393a565354 | 51f5beac483cada010f9a41f5718273450a697c1 | /pushlibrary/src/main/java/com/believer/mypublisher/googlecode/mp4parser/boxes/mp4/objectdescriptors/DecoderSpecificInfo.java | 5ffef8d95b9ae3f0853ea8041e529ce1904823b1 | [] | no_license | zkbqhuang/streampusher | c24e9123faf0988c583307fb9174ee10e4c07dd0 | ec7d21874c43392a25932caebbbf17148969ccb6 | refs/heads/master | 2021-09-14T07:06:51.827446 | 2018-05-09T08:42:36 | 2018-05-09T08:42:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,249 | java | /*
* Copyright 2011 castLabs, Berlin
*
* Licensed under the Apache License, Version 2.0 (the License);
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... | [
"believer@hopesinfo.com"
] | believer@hopesinfo.com |
789edef74cf67704d36ebd07f210703e1a3c511c | f27460e133c35eb38808f307d2fb1230819cbe12 | /src/main/java/com/shiyu/demo/mapper/CommunityPostMapper.java | d1b915230e85850a939f3767478521b9536f1867 | [] | no_license | laowanggit/- | 02d6527fcbb7c0fae2602e1859b815adcec28be4 | d93e69e1f9ad08201d89969c6a812d7be458c524 | refs/heads/master | 2022-06-24T10:40:54.489936 | 2019-07-16T01:09:26 | 2019-07-16T01:09:26 | 197,094,935 | 2 | 0 | null | 2022-06-21T01:27:24 | 2019-07-16T01:02:16 | Java | UTF-8 | Java | false | false | 3,098 | java | package com.shiyu.demo.mapper;
import com.shiyu.demo.entity.CommunityPost;
import com.shiyu.demo.entity.CommunityPostExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface CommunityPostMapper {
/**
* This method was generated by MyBatis Generator.
* This method corr... | [
"1552496525@qq.com"
] | 1552496525@qq.com |
e1c0e4a6683b07698e349e9a9346158fb071fd91 | d197d0cffd9ba7d7120ce73036d74d959a57e35b | /app/src/main/java/com/example/addresschangedialog/AddressItemView.java | bb773cdab01bd4e865f71be6a0e853cda9d82f52 | [] | no_license | CasWen/AddressDialog | a38614599b7ba837c375148a8da2acdf03a15212 | 7a4e0a41658fc08c3fa9abd929611f367b514ca3 | refs/heads/master | 2020-07-06T16:53:28.765539 | 2019-08-19T02:59:04 | 2019-08-19T02:59:04 | 203,084,152 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 122 | java | package com.example.addresschangedialog;
/**
* Created by zhongwenjie on 2019/8/16.
*/
interface AddressItemView {
}
| [
"kevin.zhong@foreo.com"
] | kevin.zhong@foreo.com |
3701eae8c4894145d82685561a97789a3deea01f | 341048676cf6922f696e3e59b862f00f1b356f03 | /android/src/main/java/com/lwansbrough/RCTCamera/RCTCameraViewFinder.java | a52048aab3048f5cae62d9acbc721e6b3ea2b93d | [
"MIT"
] | permissive | javiercf/react-cam-fd | 95039fb5e7e6fc66942f9144654573556320d637 | 3d2147c5d3e3f305af3aafe79bd66a1fa93e136f | refs/heads/master | 2021-01-22T13:30:35.067748 | 2017-08-18T03:30:19 | 2017-08-18T03:30:19 | 100,669,329 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,834 | java | /**
* Created by Fabrice Armisen (farmisen@gmail.com) on 1/3/16.
*/
package com.lwansbrough.RCTCamera;
import android.content.Context;
import android.graphics.SurfaceTexture;
import android.graphics.Matrix;
import android.graphics.RectF;
import android.hardware.Camera;
import android.util.Log;
import android.view.T... | [
"javiercferrans@gmail.com"
] | javiercferrans@gmail.com |
df8c081c36732c2d4208c1c34290cf5ae4e1214f | e3d52991a192a58fd3096947ccddbb9529521a8b | /app/src/main/java/com/example/woojinkim/pushnotitest/MyFirebaseInstanceIDService.java | f0fd39cfff68c775b95ea7635910f4cc7e97b105 | [] | no_license | 94imain/PushNoti_test | 803a710bcda204f2a5ac3ec6b61c0aa2e9310c66 | 327bccfa5bdcdf1ff073f598a9dfbc5493c98daa | refs/heads/master | 2021-07-15T12:14:00.346294 | 2017-10-19T09:00:52 | 2017-10-19T09:00:52 | 105,349,359 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 857 | java | package com.example.woojinkim.pushnotitest;
import android.util.Log;
import com.google.firebase.iid.FirebaseInstanceId;
import com.google.firebase.iid.FirebaseInstanceIdService;
public class MyFirebaseInstanceIDService extends FirebaseInstanceIdService {
private static final String TAG = "MyFirebaseIIDService";
... | [
"94rladnwls@naver.com"
] | 94rladnwls@naver.com |
01ef9c627889cf592c16f413ac8e39dec20c7f53 | 79b2f1664f8896507fce63e0ec9f5057c02cecb8 | /src/main/java/com/spring/starter/exception/GlobalExceptionHandler.java | d6f2d829ce5b308c353cb8d1b6e6b567ad5327fd | [] | no_license | mattruddy/SpringAuthStarter | 5947ab948e7a749a49686a59c59a18665816f46f | 39e57b3409d65ee7f3a79bd7804f2c3ed2bb51f8 | refs/heads/master | 2021-04-13T23:51:20.927770 | 2020-03-22T14:23:05 | 2020-03-22T14:23:05 | 249,195,854 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,424 | java | package com.spring.starter.exception;
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.MethodArgumentNotValidException;
import org.springframework.web.bind.annotation.ControllerAdvice;
import org... | [
"mjruddy94@gmail.com"
] | mjruddy94@gmail.com |
49e5ae96c001f2f03fd940de373a2adf02f081d5 | 4bb83687710716d91b5da55054c04f430474ee52 | /dsrc/sku.0/sys.server/compiled/game/script/conversation/padawan_the_ring_02.java | 49254e9d762ed4b448701eb66c3265347aad7505 | [] | no_license | geralex/SWG-NGE | 0846566a44f4460c32d38078e0a1eb115a9b08b0 | fa8ae0017f996e400fccc5ba3763e5bb1c8cdd1c | refs/heads/master | 2020-04-06T11:18:36.110302 | 2018-03-19T15:42:32 | 2018-03-19T15:42:32 | 157,411,938 | 1 | 0 | null | 2018-11-13T16:35:01 | 2018-11-13T16:35:01 | null | UTF-8 | Java | false | false | 24,330 | java | package script.conversation;
import script.*;
import script.base_class.*;
import script.combat_engine.*;
import java.util.Arrays;
import java.util.Hashtable;
import java.util.Vector;
import script.base_script;
import script.library.ai_lib;
import script.library.chat;
import script.library.jedi_trials;
import script.l... | [
"tmoflash@gmail.com"
] | tmoflash@gmail.com |
85b22ff504c9e7f63b524c3c596815ccfb816733 | 2439358c701013d381ab8b74305c56c5628d79db | /src/NodeWindow.java | 262e66dbd2338140f3489482b672dc0a734a8a3f | [] | no_license | JordanTFA/Jordans-Sound-Control | ab45d0f92b627831eaca04b5138d21b4a8758c64 | bd89c4013f111f64207402f915112bb5cf6ae0d3 | refs/heads/master | 2018-11-08T15:49:10.887513 | 2018-10-15T22:36:47 | 2018-10-15T22:36:47 | 125,776,389 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,050 | java | import javafx.geometry.Insets;
import javafx.geometry.Pos;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.control.ColorPicker;
import javafx.scene.control.Label;
import javafx.scene.control.TextField;
import javafx.scene.layout.StackPane;
import javafx.scene.layout.VBox;
import javaf... | [
"Jordantfa@hotmail.co.uk"
] | Jordantfa@hotmail.co.uk |
57eb43904f7aa8fcb8ac58327332e749bcc0b8f0 | 5d4220ff341263d00b89aad6acbd270dd58e9b46 | /src/main/java/com/lhp/spring5_demo19/bean/User.java | 62ddb3c640129585d8f55f9d64739166564de79c | [] | no_license | peng-ge/spring5_demo | 6881e2cce557675011c749b7f884de21079f10aa | 371d720abb23e7aed0c2e42f4f9e28e052deb346 | refs/heads/master | 2023-03-19T09:59:47.771088 | 2021-03-10T15:36:41 | 2021-03-10T15:36:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,137 | java | package com.lhp.spring5_demo19.bean;
/**
* @author 53137
*/
public class User {
private int id;
private String name;
private String sex;
public User() {
}
public User(int id, String name, String sex) {
this.id = id;
this.name = name;
this.sex = sex;
}
public... | [
"531372791@qq.com"
] | 531372791@qq.com |
4b2249409fab0777b3ddc1f403d04a9672ebb10b | 8a75472e8144e3823d5e6764b17d62ad1da72dd7 | /src/cn/it/shop/model/Sorder.java | be9cb4d94c5c960b66393bf1965cb5d229667d4f | [] | no_license | berrong-chen/MyStoryshop | a6255286f815126e005e5e4db80f8aba50413063 | df927c296e6d11c140833fe95c0bea35c9b5ea37 | refs/heads/master | 2021-01-23T05:15:06.465146 | 2017-03-27T04:35:10 | 2017-03-27T04:35:10 | 86,291,718 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,061 | java | package cn.it.shop.model;
import java.math.BigDecimal;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.per... | [
"berrong.chen@gmail.com"
] | berrong.chen@gmail.com |
f0c719f6ed8d6276ad6da7abe8a48abc956a83e1 | f6e44733e10d0e9ac681c6e79e71f018381172a2 | /app/src/androidTest/java/com/example/android/simpleblog/ApplicationTest.java | 146787611808ab4872c628f7c5de16e0180f6d0e | [] | no_license | TingaZ/Simple_Blog | 20edaf1f1ad25119333e274e76e62f7da2e678bb | 1f7f9cd5601ddee04e6576c085025e416a1bb347 | refs/heads/master | 2020-06-15T14:00:53.191882 | 2016-12-01T11:42:18 | 2016-12-01T11:42:18 | 75,287,172 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 361 | java | package com.example.android.simpleblog;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
... | [
"zakheletinga@gmail.com"
] | zakheletinga@gmail.com |
c254425b3693a33eea491abc5ff5e8f66776d2ea | d199c1810a953a35108d3cd205f9f1ff88dbd55a | /src/entidades/Terror.java | cea195c4a6de4d59a0e753b4159cc622748dd2ec | [] | no_license | sivianicast/2ParcialParte2 | f31ac3e93ee7826b4cde0c1c06b9d6fa7970a3a4 | 85ce14674133cf3917cce74232b429d9826381b4 | refs/heads/master | 2020-11-26T19:36:37.380550 | 2019-12-20T04:09:20 | 2019-12-20T04:09:20 | 229,187,774 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,170 | 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 entidades;
import java.util.ArrayList;
/**
*
* @author siviany
*/
public class Terror extends Pelicula {
public Terror... | [
"siv_cast_22@yahoo.com"
] | siv_cast_22@yahoo.com |
3f7da4d1baa50c3686614e549e88a14c99fba844 | ab7ff1ef7c3d4ca3ed82ed277eb5a3c0ceceab15 | /BSP/src/main/java/com/mbs/bsp/exceptionhandler/ApiExceptionHandler.java | 8bd2886df48172d3ea09dc00e5811fae22caab14 | [] | no_license | sharmarvind/MSB | f27b3d96c38d3263ce6ecf325334a768fa644e23 | 7053db514d1707c6be9e08999a626060d7e01975 | refs/heads/master | 2020-03-19T02:52:20.891509 | 2018-06-01T05:19:01 | 2018-06-01T05:19:01 | 135,670,144 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,306 | java | package com.mbs.bsp.exceptionhandler;
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.http.converter.HttpMessageNotReadableException;
import org.springframework.web.bind.MethodArgumentNotValidException;
... | [
"arvind.sharma@kronos.com"
] | arvind.sharma@kronos.com |
79bfbd82e53992a62b1a3636085d683f870b6ab5 | 2bcb01f53707121184e95b2bbadf6e7ae4f70469 | /src/main/java/org/vertx/java/core/impl/BlockingAction.java | 220b9dd97275e190faf88827100b2106db20defe | [
"Apache-2.0"
] | permissive | yeison/vert.x | 14fff1084621bff55e4051eaf751dd3107d9122d | 3cf2ffabaf2b01773b237c7f9b5ecd645329de31 | refs/heads/master | 2021-01-21T01:26:47.185308 | 2012-03-01T20:27:41 | 2012-03-01T20:27:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,904 | java | /*
* Copyright 2011-2012 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 app... | [
"timvolpe@gmail.com"
] | timvolpe@gmail.com |
53959867ca335cb9a71d493298c23b5db8b1a6bf | 6dc89699f9e02e6c3f7feec166ebaeb21e692ba0 | /android/src/main/java/cn/waitwalker/flutter_socket_plugin/jt808_sdk/oksocket/core/iocore/interfaces/IStateSender.java | 5484e7473e066a5340ed941c2d23420294b0ac36 | [
"MIT"
] | permissive | waitwalker/flutter_socket_plugin | 8ea06de03a5c87a9b875f4da1d76bc1466b5353c | 2630ed27ccc8b7348f78dfbd679dcede40ec2cef | refs/heads/master | 2023-07-06T06:23:53.668503 | 2023-06-29T01:11:03 | 2023-06-29T01:11:03 | 203,282,893 | 16 | 11 | null | null | null | null | UTF-8 | Java | false | false | 302 | java | package cn.waitwalker.flutter_socket_plugin.jt808_sdk.oksocket.core.iocore.interfaces;
import java.io.Serializable;
/**
* Created by xuhao on 2017/5/17.
*/
public interface IStateSender {
void sendBroadcast(String action, Serializable serializable);
void sendBroadcast(String action);
}
| [
"waitwalker@163.com"
] | waitwalker@163.com |
a589074752002b31a950d047dbf651446c591092 | 797075bb77f0766cc5d9664e40b1af765bedccde | /app/src/main/java/xoapit/controldev/About.java | 145836d755fded84ce3cd29360f4151e3c6b9837 | [] | no_license | xoapit/Control-Electric-Devices | 2531587a280281258a3be91d9256ecd35f213d8a | 38862a926468d0ed94ed6e11c9e2a1e4743e0b49 | refs/heads/master | 2021-07-16T19:03:35.446541 | 2017-04-18T11:39:46 | 2017-04-18T11:39:46 | 88,615,936 | 1 | 1 | null | 2021-06-21T20:09:51 | 2017-04-18T11:10:37 | Java | UTF-8 | Java | false | false | 432 | java | package xoapit.controldev;
import android.app.Activity;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.Window;
public class About extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
... | [
"taquyit@gmail.com"
] | taquyit@gmail.com |
3b094f029554d2a6cfce12a3ef04444fcfa7c1ff | fbf7ad0dc9e5b7ac88aa99f77347c15ebe4b521a | /JavaWork/JSP06_ServletInitParam/src/com/lec/servlet/InitServlet.java | d80f6a5e0a321e1f3081de03554b53c806218c5d | [] | no_license | GoForWalk/JavaPractice | d86a361f20c9a4e085754814083233595e3bd0de | 3d838769821193263d4c55195f069ddac67fe041 | refs/heads/master | 2023-05-14T03:01:14.406318 | 2020-06-22T05:21:34 | 2020-06-22T05:21:34 | 259,175,380 | 0 | 0 | null | 2021-06-07T18:48:41 | 2020-04-27T01:41:18 | Java | UTF-8 | Java | false | false | 1,409 | java | package com.lec.servlet;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebInitParam;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.ht... | [
"atcgsp912@gmail.com"
] | atcgsp912@gmail.com |
f93fc29894c93d472e9cd91c4e6e5c5fe4d33bed | 8e1140921e1aa96005eda0cf00b83ad6fee929be | /Target/Leviathan/src/stuffplotter/signals/CalendarAuthorizedEvent.java | 9a5544377067490ae4482192fc44c501b1ff81d5 | [] | no_license | TylerPadfoot/CS410---TeamVersion | c1d11b5f950ae3566596b144c424b160807be94e | 755bab253b0c94adc0a688d46515341facebbbc1 | refs/heads/master | 2021-01-23T18:12:32.395591 | 2014-11-04T05:04:50 | 2014-11-04T05:04:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 575 | java | package stuffplotter.signals;
import com.google.gwt.event.shared.GwtEvent;
/**
* Event that gets fired when an google calendar is successfully authorized.
*/
public class CalendarAuthorizedEvent extends GwtEvent<CalendarAuthorizedEventHandler>
{
public static Type<CalendarAuthorizedEventHandler> TYPE = new Type<Ca... | [
"tyler.padfoot@live.com"
] | tyler.padfoot@live.com |
d9f37477d9ffb67271daafc38ca88118be3c4686 | 69a4f2d51ebeea36c4d8192e25cfb5f3f77bef5e | /methods/Method_29986.java | e54e95c87254f313c5652b280d70a7545ea124fe | [] | no_license | P79N6A/icse_20_user_study | 5b9c42c6384502fdc9588430899f257761f1f506 | 8a3676bc96059ea2c4f6d209016f5088a5628f3c | refs/heads/master | 2020-06-24T08:25:22.606717 | 2019-07-25T15:31:16 | 2019-07-25T15:31:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 800 | java | @AfterPermissionGranted(REQUEST_CODE_CAPTURE_IMAGE_PERMISSION) private void pickOrCaptureImage(){
if (mImageUris.size() >= Broadcast.MAX_IMAGES_SIZE) {
ToastUtils.show(R.string.broadcast_send_add_image_too_many,getActivity());
return;
}
if (EffortlessPermissions.hasPermissions(this,PERMISSIONS_CAPTURE_IMA... | [
"sonnguyen@utdallas.edu"
] | sonnguyen@utdallas.edu |
37f690f9dbaf54070acd1de953c29074941562ec | 78b989e34803b9d53f1a43d0fae4e3d01f0bc7e0 | /UWS-MPTT_dp-1.0.0/src/dataprotect/ui/multiRenderTable/MyDefaultTableModelForTabX1.java | 2800a4173523effc533c7347957f05b914a8f8cb | [] | no_license | zhbaics/UWS-MTPP_dp | e2104c7e241a20f3f3ba9c6a26ab56177a46cbd6 | 11e7264ddfbd639016906bd29cac916b69b03860 | refs/heads/master | 2016-09-05T16:01:29.568782 | 2014-10-30T01:14:11 | 2014-10-30T01:14:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,135 | java | /*
* MyDefaultTableModelForTabX1.java
*
* Created on 2008/8�/�20, ��morning��11:46
*
* To change this template, choose Tools | Options and locate the template under
* the Source Creation and Management node. Right-click the template and choose
* Open. You can then make changes to the template in the Source Edito... | [
"1026074303@qq.com"
] | 1026074303@qq.com |
08298ca963ea477364fe49ec03e2e9b1ceafb883 | c13c2a87ade0af685bbd882ea8f9d9ba1f04e180 | /app/src/main/java/com/example/ril1/login1.java | 05ba00f9b0fd2f25fe4116e14defb98efd303d98 | [] | no_license | Abhilash-0111/RIL1 | 1dbedee6c2d4d99978e7e2100a1357450335bf46 | 9e9959ff8ec3b0fbf5c5138c3018bf5d2e724f6d | refs/heads/master | 2023-06-05T15:54:14.793484 | 2021-06-22T08:31:39 | 2021-06-22T08:31:39 | 379,197,482 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,944 | java | package com.example.ril1;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.Button;
import android.widget.Spinner;
import android.widget.Toast;... | [
"abhlshtrpth13@gmail.com"
] | abhlshtrpth13@gmail.com |
597ebc537fc77813179bc2e62390cbdab106ca4d | 4bf68f8a687249c15bf14550b75a48a796517a0e | /src/PhotoQuiz.java | 06df89bf71fdc65422341feb985d0f2c910ae78e | [] | no_license | LucasKhattar/EclipseLucasLvl1 | b6ff986fc4a721830a76c93f1d2a2ac7f15d24c1 | feffe6668df9b0a80a0006378aa3066afd12e79b | refs/heads/master | 2020-04-04T07:19:29.047537 | 2017-08-04T02:56:39 | 2017-08-04T02:56:39 | 46,099,354 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,722 | java |
// Copyright Wintriss Technical Schools 2013
import java.awt.Component;
import java.awt.Frame;
import java.net.MalformedURLException;
import java.net.URL;
import javax.swing.Icon;
import javax.swing.ImageIcon;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JOptionPane;
public class PhotoQui... | [
"league@iMac.attlocal.net"
] | league@iMac.attlocal.net |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.