blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
7122e8ba872742e22fe1ff801807fde2374d39e8 | 8daeb7879fef7f8651acbf6e3474662af66163c4 | /src/asafov/com/IsBeautifulString.java | b560bf5706e46d068b3d4d032f367f95c5c2ec24 | [] | no_license | naum43312016/CodeSignal-ProblemSolving | 8ecd5b464d5c832ddf46ddfc7e94e66297f317a3 | d15d528d8c6a98a8844070efbdd46086b764002f | refs/heads/master | 2021-05-16T19:13:16.224762 | 2020-06-02T20:53:32 | 2020-06-02T20:53:32 | 250,434,738 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 929 | java | package asafov.com;
import java.util.HashMap;
import java.util.Map;
public class IsBeautifulString {
static boolean isBeautifulString(String inputString) {
Map<Character,Integer> map = new HashMap<>();
for(char ch : inputString.toCharArray()){
map.put(ch,map.getOrDefault(ch,0)+1);
... | [
"naum43312016@gmail.com"
] | naum43312016@gmail.com |
a61d6f4b082ad303fb131a5a3ade37214e69262d | d4692be261739742257f24bd4df17defd70ce4de | /src/dao/storeDao/CategoryDao.java | c9ce0b075244109ba5ffbbc3772e3c3a782c04cd | [] | no_license | dd1227514920/SCM | 053253e29a95b2b8587df10a8724f02188f694d0 | bde80081d1927828cd0d329d7e70c40f3cb11ed1 | refs/heads/master | 2020-03-16T14:55:08.175562 | 2017-09-10T09:10:34 | 2017-09-10T09:10:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,560 | java | package dao.storeDao;
import model.storeModel.Category;
import util.DBUtil;
import java.sql.*;
import java.util.ArrayList;
/**
* Created by leo on 2017/6/29.
*/
public class CategoryDao {
public ArrayList<Category> query(){
ArrayList<Category> al=new ArrayList<Category>();
Connection conn= DBU... | [
"838058452@qq.com"
] | 838058452@qq.com |
ab71b1c986a496d8abe2e0e9df8cfe891ca329fa | ee8958533f72272c54474d2f8e9b71802244baef | /android/SmsBlocker/src/com/angelstone/android/smsblocker/provider/SmsBlockerProvider.java | 5c94e7ac95d2cf86d9b922ef92d4837b574a3add | [] | no_license | stonewell/mobilegdatasync | 0aa1a1f3599e00ab7395321b0513e3cb4e287299 | b70aa8de82402e6d7bf59a06e9d20c809b89762f | refs/heads/master | 2020-05-30T01:13:30.518889 | 2011-06-11T13:09:53 | 2011-06-11T13:09:53 | 32,113,703 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 936 | java | package com.angelstone.android.smsblocker.provider;
import java.util.ArrayList;
import java.util.List;
import com.angelstone.android.database.Entity;
import com.angelstone.android.database.GenericContentProvider;
import com.angelstone.android.database.GenericDatabaseHelper;
import com.angelstone.android.phonetools.st... | [
"jingnan.si@gmail.com"
] | jingnan.si@gmail.com |
0fb70d3af8b7520d0cfc6c8b3615f503861ccfb9 | 2294d667dcdadf90349a99ea3ad9b710f9767aa7 | /eclipse-workspace/Java22_Event/src/com/event/part02_howToUse/B_Run.java | 17acd0dd0fa3af03666684926e1bb58a90502cc2 | [] | no_license | lafayetteey/WorkSpace_Java | a3a8ef4e6d9b29502350de2ec76f558f729530f1 | ec2e0df912190495cd2013c6750eee59ef91b9c2 | refs/heads/master | 2022-11-29T05:26:15.233522 | 2020-08-05T03:32:13 | 2020-08-05T03:32:13 | 258,063,309 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 131 | java | package com.event.part02_howToUse;
public class B_Run {
public static void main(String[] args) {
new B_OtherClass();
}
}
| [
"ksjason162@gmail.com"
] | ksjason162@gmail.com |
e75918009e80cd0254523cda221b56c67d1ae70b | 2c835746382fc93391a7be909fd189ef0f3516bb | /src/entites/Funcionario.java | b0936b0fa293b6b2ab65dda9097579b012e48ce7 | [] | no_license | pauloricardolongi/ccc1 | b56127d161015d9ed55539c6e9a51fa83409a94d | 8b05c002134d2eb382eb69873c180012009b59a8 | refs/heads/master | 2023-04-22T09:52:11.317339 | 2021-05-13T03:33:49 | 2021-05-13T03:33:49 | 366,920,542 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 799 | java | package entites;
public class Funcionario {
private Integer id;
private String nome;
private Double salario;
public Funcionario() {
}
public Funcionario(Integer id, String nome, Double salario) {
this.id = id;
this.nome = nome;
this.salario = salario;
}
public Integer getId() {
return id;
}
p... | [
"pauloricardolongi@gmail.com"
] | pauloricardolongi@gmail.com |
853cfbcae3d396807c65cf287d7f29f1c8d949a5 | aeef2494b283012ed619870c4275e7d015f4017a | /sdk/java/src/main/java/com/pulumi/gcp/dataloss/inputs/PreventionJobTriggerInspectJobStorageConfigHybridOptionsTableOptionsIdentifyingFieldArgs.java | cdde8a4421edf7e6b321f749c05a779f79729a6a | [
"BSD-3-Clause",
"MPL-2.0",
"Apache-2.0"
] | permissive | pulumi/pulumi-gcp | d4fd3f80c3df5290edaf33eb5eafe34e6699d0ff | 7deea0a50a4ee5ab7bd722a83eca01707e298f85 | refs/heads/master | 2023-08-31T07:12:45.921522 | 2023-08-31T06:16:27 | 2023-08-31T06:16:27 | 97,485,806 | 160 | 63 | Apache-2.0 | 2023-09-14T19:49:36 | 2017-07-17T14:28:37 | Java | UTF-8 | Java | false | false | 2,833 | java | // *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.gcp.dataloss.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.String;
import java.util.Objects;
publi... | [
"noreply@github.com"
] | noreply@github.com |
264bd0f45d3bc5dcd6d9a30ba98fabdaf811b127 | 48e835e6f176a8ac9ae3ca718e8922891f1e5a18 | /benchmark/test/org/pac4j/core/profile/converter/ColorConverterTests.java | 6187e5421e56e53c6dfcfb9e201a42479d1b07bd | [] | no_license | STAMP-project/dspot-experiments | f2c7a639d6616ae0adfc491b4cb4eefcb83d04e5 | 121487e65cdce6988081b67f21bbc6731354a47f | refs/heads/master | 2023-02-07T14:40:12.919811 | 2019-11-06T07:17:09 | 2019-11-06T07:17:09 | 75,710,758 | 14 | 19 | null | 2023-01-26T23:57:41 | 2016-12-06T08:27:42 | null | UTF-8 | Java | false | false | 1,672 | java | package org.pac4j.core.profile.converter;
import org.junit.Assert;
import org.junit.Test;
import org.pac4j.core.profile.Color;
/**
* This class tests the {@link ColorConverter} class.
*
* @author Jerome Leleu
* @since 1.1.0
*/
public final class ColorConverterTests {
private static final String BAD_LENGTH_... | [
"benjamin.danglot@inria.fr"
] | benjamin.danglot@inria.fr |
a907bc1660c8b0e9c4485e1580c3af8dfa759693 | 0bf8d5ec6d47467e941a2b1e49f6a5f2442f3f10 | /app/src/main/java/com/control/yourself/db/DbUtils.java | 13d2d353e2190f1df4fe6cfc50209e7377dd2b21 | [] | no_license | Yorashe/ControlYourSelf | 63f6944ca877f9e2ca1623c1f49dcddd06554b8b | d45fe8989d827fca7e6b48936dbd1b0265a9b9c8 | refs/heads/master | 2020-06-03T10:58:29.354094 | 2019-06-14T06:32:54 | 2019-06-14T06:32:54 | 191,542,233 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,722 | java | package com.control.yourself.db;
import android.app.AlarmManager;
import android.app.Application;
import com.control.yourself.MyApplication;
import com.control.yourself.greendao.Entity.RemindBean;
import com.control.yourself.greendao.Entity.UserBean;
import com.control.yourself.greendao.gen.DaoSession;
import com.con... | [
"xiaoyangchu@pateo.com.cn"
] | xiaoyangchu@pateo.com.cn |
39aa2105ffe9ff6f2c29da12312e04c31056e42a | abfe4c41fa530e653bd9dbadd888a7799e5fb424 | /src/graphAlgorithms/unweighted/FixedGraph.java | 34ebb0009df4f5bf8a5d862c6caf70474b886d66 | [] | no_license | DimitarHKostov/DSA | eae2e90a74a7b6a5f73fcfb38a28e9a7c37dd6b4 | e0d881bb1dee8a57704653803ba8792dd31757b5 | refs/heads/master | 2023-05-11T13:28:45.507487 | 2021-06-03T15:53:05 | 2021-06-03T15:53:05 | 373,262,384 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 551 | java | package graphAlgorithms.unweighted;
public class FixedGraph {
private static final DirectedGraph directedGraph = initialize();
private static DirectedGraph initialize() {
DirectedGraph graph = new DirectedGraph();
graph.addEdge(0, 1);
graph.addEdge(0, 2);
graph.addEdge(0, 3);
... | [
"dimitarkostov99@gmail.com"
] | dimitarkostov99@gmail.com |
861ba76ee966aed84d5fd24c228c9a397def608b | eb5f5353f49ee558e497e5caded1f60f32f536b5 | /com/sun/xml/internal/ws/encoding/xml/XMLMessage.java | 5286426409cc3dd1fa5e13d88ec82c6194f41796 | [] | no_license | mohitrajvardhan17/java1.8.0_151 | 6fc53e15354d88b53bd248c260c954807d612118 | 6eeab0c0fd20be34db653f4778f8828068c50c92 | refs/heads/master | 2020-03-18T09:44:14.769133 | 2018-05-23T14:28:24 | 2018-05-23T14:28:24 | 134,578,186 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 19,347 | java | package com.sun.xml.internal.ws.encoding.xml;
import com.sun.istack.internal.NotNull;
import com.sun.xml.internal.bind.api.Bridge;
import com.sun.xml.internal.ws.api.SOAPVersion;
import com.sun.xml.internal.ws.api.WSFeatureList;
import com.sun.xml.internal.ws.api.message.Attachment;
import com.sun.xml.internal.ws.api.... | [
"mohit.rajvardhan@ericsson.com"
] | mohit.rajvardhan@ericsson.com |
fe6fa119567da8dbb3a303a44279937546bcf32a | 43176d2d52b2c272c19016ecee63e83528eafe06 | /Restaurant/src/redixbit/restaurant/About.java | d887ba88b441bc4fb6d620cac23da46a3c82b080 | [] | no_license | KNIGHTTH0R/Eatsy | 35a1da95ede626e66e9dc6f909587255d26e727e | 0922885cd395f44b08d5eca12d4bae3755d16e57 | refs/heads/master | 2021-06-18T16:57:04.532143 | 2017-06-05T06:32:08 | 2017-06-05T06:32:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,486 | java | package redixbit.restaurant;
import com.google.android.gms.ads.AdRequest;
import com.google.android.gms.ads.AdView;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
public class About extends Activity {
@Override
protecte... | [
"gauravgd16@gmail.com"
] | gauravgd16@gmail.com |
1ee1fa4071c89d7a584c4c263ae1969a1efec04f | 9acc9dec34e2565d4a483a37868dba276f201d2b | /credentialstore/src/main/java/com/sos/keepass/SOSKeePassDatabase.java | 8a9913b3b9572150dbc257b971903c94abc18418 | [] | no_license | sudhakarvenkatesh/commons | 8c05bd502eabceed588b8d6142220af7436e0e74 | ac95ddfbd1fcf26ea03d5c4439dbd2bd6e1f3eea | refs/heads/master | 2020-04-27T03:43:52.160011 | 2018-03-23T14:40:27 | 2018-03-23T14:40:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 13,275 | java | package com.sos.keepass;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.InputStream;
import java.nio.file.Path;
import java.util.List;
import org.linguafranca.pwdb.Credentials;
import org.linguafranca.pwdb.Database;
import org.linguafranca.pwdb.Entry;
import org.linguafranca.pwdb.kdb.... | [
"robert.ehrlich@sos-berlin.com"
] | robert.ehrlich@sos-berlin.com |
be88dbd8146d1a1619f125b25d022225c0a0d824 | 276dbcf05f1d60424e47fe1891098bd72990f508 | /src/main/java/Iterator/Sample/StringDisplay.java | 92af683670d7da44849314e4b28e14c7bd3c324e | [] | no_license | takehir00/javaTryAndErrorProjects | 34c01c0b3e82a4efa738c31946b75d07eb2757ef | 05b4e53e07fe95eb36309ec162789ef715d389cf | refs/heads/main | 2023-07-30T07:59:26.753142 | 2021-09-23T02:49:15 | 2021-09-23T02:49:15 | 409,425,284 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,287 | java | package Iterator.Sample;
public class StringDisplay extends AbstractDisplay { // StringDisplay�⡢AbstractDisplay�Υ��֥��饹��
private String string; // ɽ������٤�ʸ����
private int width; // �Х���ñ�̤Ƿ�����ʸ����Ρ����ס�
public StringDisplay(String s... | [
"0kutakehiro15@gmail.com"
] | 0kutakehiro15@gmail.com |
c4cc88a8fa3db8320c8c50515df2589e313dfd08 | 1a115fc134ec8e690caf653300e1aa2fbcec441e | /src/main/java/com/capstone/recipestashapi/security/oauth2/HttpCookieOAuth2AuthorizationRequestRepository.java | c9e147174e444ed5df83607477c6a55d0c743550 | [] | no_license | jasyl/recipe-stash-api | 410db5fb853c421ffc4e059db387d15808b19916 | 45fb55a94f45e2ff989cc7fe9ee30eedf93cb3a5 | refs/heads/master | 2023-03-04T08:11:17.131833 | 2021-02-19T20:23:15 | 2021-02-19T20:23:15 | 333,558,774 | 0 | 0 | null | 2021-02-08T20:46:28 | 2021-01-27T21:00:43 | Java | UTF-8 | Java | false | false | 2,518 | java | package com.capstone.recipestashapi.security.oauth2;
import com.capstone.recipestashapi.util.CookieUtils;
import com.nimbusds.oauth2.sdk.util.StringUtils;
import org.springframework.security.oauth2.client.web.AuthorizationRequestRepository;
import org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationR... | [
"jasylop@gmail.com"
] | jasylop@gmail.com |
fc68aa7ed36621fab966871c42aeecc7e1c8d335 | 9fce4b94350f003d94b4da78dadc5615e8ca3e43 | /src/com/yybt/datastructure/hashtable/Info.java | cf1095daff7a40a6ba07593e5646713f6900a7e3 | [] | no_license | yybtlzh/- | 61590c113103bebed06438161fef8213e38160ed | 29a6ed86fa80a17a7695afffb7c4169a84b79a39 | refs/heads/master | 2020-09-15T18:40:22.006292 | 2020-01-09T01:06:15 | 2020-01-09T01:06:15 | 223,529,619 | 2 | 0 | null | 2019-11-23T12:29:23 | 2019-11-23T04:18:38 | Java | WINDOWS-1252 | Java | false | false | 485 | java | package com.yybt.datastructure.hashtable;
/**
* ÐÅÏ¢Àà
* @author Administrator
*
*/
public class Info {
private String key;
private String name;
public Info(String key, String name) {
this.key = key;
this.name = name;
}
public String getKey() {
return key;
}
public void setKey(St... | [
"刘海@Admin"
] | 刘海@Admin |
46912fa2c0eb0a3096627cd25e552eea031ec6e9 | b848478d7cee0bc4191d71b4502d10d06b89d4ae | /src/shared/communication/params/GetProjects_Params.java | 1395fae9b3e5a1494db56eb49d86a613fb936351 | [] | no_license | mn263/record-indexer | eff8e0878aa7a361fe3ba3ecfe516c89045f9822 | 4428000876a57b5488be5c474e484c66804a355d | refs/heads/master | 2016-09-08T01:40:55.868986 | 2014-02-22T00:17:42 | 2014-02-22T00:17:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 677 | java | package shared.communication.params;
/**
* User: mn263
* Date: 10/18/13
* Time: 12:04 PM
*/
public class GetProjects_Params {
private String userName;
private String password;
/**
* required parameters to get projects
*
* @param userName String
* @param password String
*/
public GetProjects_Params(... | [
"matt.nielson.byu@gmail.com"
] | matt.nielson.byu@gmail.com |
6a756050fa7933c58880c3b76517d0c75a942208 | 12daebd5e6399d367c147ff88fad236c66b40786 | /src/main/java/com/refinedmods/refinedstorage/api/network/node/INetworkNodeFactory.java | 85d559e679b788e669d206a4cdecfcd5ba465bc0 | [
"MIT"
] | permissive | refinedmods/refinedstorage | 767b2acbcc2bd498d7633308f589062b89e77ab8 | e46046418fca514b58c3abb93e1b9b98d5361ce7 | refs/heads/develop | 2023-09-01T14:33:35.870033 | 2023-07-08T13:02:37 | 2023-07-08T13:02:37 | 47,563,072 | 181 | 115 | MIT | 2023-07-05T09:32:58 | 2015-12-07T16:05:16 | Java | UTF-8 | Java | false | false | 612 | java | package com.refinedmods.refinedstorage.api.network.node;
import net.minecraft.core.BlockPos;
import net.minecraft.nbt.CompoundTag;
import net.minecraft.world.level.Level;
import javax.annotation.Nonnull;
/**
* A factory for reading network nodes from the disk. Used in a {@link INetworkNodeRegistry}.
*/
public inte... | [
"raoulvdberge@gmail.com"
] | raoulvdberge@gmail.com |
34baefa0428069ce1b4ac82530855e29456b0831 | a04fa80d0e993a40ac34f26a8d55d4b6f0bf9b91 | /src/main/java/sima/core/exception/NotCorrectContextException.java | 3d147196bced0b4c8c545035e189b29d614fd2d2 | [] | no_license | SealAndBlock/Si-MA | e4697d0dde4ad5799b9d4e50c69038ce764b6de4 | 9aa8619875b383d7ff5c3d16e420dd26a2006d0a | refs/heads/master | 2023-09-05T09:56:11.660334 | 2021-11-25T12:38:49 | 2021-11-25T12:38:49 | 384,137,706 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 99 | java | package sima.core.exception;
public class NotCorrectContextException extends RuntimeException {
}
| [
"admin@sealandblock.fr"
] | admin@sealandblock.fr |
df20570e132ad842ab6e24f3aac74a9aaf5d18db | c413c4b8e6e1d03dbfd72355526b8cd806ebe732 | /java/PrimaDla/src/org/primaresearch/dla/page/MetaData.java | 5d380aba7c64d380c4ede20641398eb6e24af847 | [
"Apache-2.0"
] | permissive | kba/prima-core-libs | 8cdc88852afec819caac9449c105362f5d87270c | 3f68361e2d8903a33937a5dad755f3d34a1bc173 | refs/heads/master | 2021-01-22T13:57:36.871271 | 2014-10-31T11:01:13 | 2014-10-31T11:01:13 | 56,372,857 | 1 | 0 | null | 2016-04-16T08:10:14 | 2016-04-16T08:10:13 | null | UTF-8 | Java | false | false | 2,905 | java | /*
* Copyright 2014 PRImA Research Lab, University of Salford, United Kingdom
*
* 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
*
* Unle... | [
"c.clausner@primaresearch.org"
] | c.clausner@primaresearch.org |
b73b3842c5dda99e5e77216f2792ea0a8f8852c4 | c1374006c608859ac2e4f05765ddf25829e451e9 | /app/src/main/java/emerge/project/mrsolution/ui/adapters/visits/VisitsLocationAdapter.java | c65a87733c3b9143ddc651a9cfd2b7397542d117 | [] | no_license | himanshufernando/MR_Halcyon_User | 9b5625d0935bbc16b3d0c5ec1f5c532f34f0dd06 | d6591ab1d384c25eb7e110e2bc070ba3df17b3e4 | refs/heads/master | 2022-02-26T08:32:38.785633 | 2019-09-06T09:47:18 | 2019-09-06T09:47:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,105 | java | package emerge.project.mrsolution.ui.adapters.visits;
import android.content.Context;
import android.support.v7.widget.CardView;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.RelativeLayout;
import andr... | [
"emerge_github@friendtho.com"
] | emerge_github@friendtho.com |
82f1f909d74014e2ae93dbbff0571aff97b44a53 | e9fcbafddd85af53d6921b3857d107b291c6920c | /base-game/src/main/java/fr/unice/miage/classloader/ClassLoaderCustom.java | d4c2518d585a5650cd83c82ee6aec17572774b7d | [] | no_license | ChrisTram/Advanced-Programmation-Project-Loader-M1 | 44d51dbc04d236dd27d2bf316f1d0e823f6b04a5 | ae9a7a3d9fd2f8eea101b354cba55f55266680ee | refs/heads/master | 2023-02-06T01:09:18.165935 | 2020-12-27T16:15:30 | 2020-12-27T16:15:30 | 324,799,557 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 413 | java | package fr.unice.miage.classloader;
public abstract class ClassLoaderCustom extends ClassLoader {
public Class<?> loadClassNoDeep(String name) throws ClassNotFoundException {
Class<?> cl = super.findLoadedClass(name);
if(cl != null)
return cl;
return findClassNoDeep(name);
}... | [
"chris.tramier97@gmail.com"
] | chris.tramier97@gmail.com |
1561d4616dcfbea65e0ce234e29133f0e9b7a5f4 | 7870efe9a75402f7f58f6ab135c31feb67b1b479 | /LinkUPTrans_newVersion/src/com/cq/game/trans/view/OnTimerListener.java | 2499528031b9ccba3de47e9fc1d765650919c533 | [] | no_license | verybig/ourfruit | 1a36938776b8e1492689b0cd5af5a94434798b23 | 87816c3b682c09d10926ae2d400b8378470aebf1 | refs/heads/master | 2021-01-10T02:13:36.253691 | 2013-03-05T13:35:26 | 2013-03-05T13:35:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 112 | java | package com.cq.game.trans.view;
public interface OnTimerListener{
public void onTimer(int leftTime);
}
| [
"cq8587@163.com"
] | cq8587@163.com |
891d99ec470a7305a543db2dff6e3382e28c3fd2 | 4c304a7a7aa8671d7d1b9353acf488fdd5008380 | /src/main/java/com/alipay/api/domain/DeviceInfo.java | 6ba0e1d510c97366439c0e2c5144ff07d17e5dba | [
"Apache-2.0"
] | permissive | zhaorongxi/alipay-sdk-java-all | c658983d390e432c3787c76a50f4a8d00591cd5c | 6deda10cda38a25dcba3b61498fb9ea839903871 | refs/heads/master | 2021-02-15T19:39:11.858966 | 2020-02-16T10:44:38 | 2020-02-16T10:44:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,514 | java | package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 设备信息模型
*
* @author auto create
* @since 1.0, 2018-12-27 14:36:08
*/
public class DeviceInfo extends AlipayObject {
private static final long serialVersionUID = 7415749672859883... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
45524bb6695e2956581038f3a148ce4e3b45f17a | 580384bf75942e02e474005a66ab90c4d7c1252a | /antioch-main/src/main/java/nl/knaw/huygens/antioch/endpoint/iiif/IIIFCollectionEndpoint.java | b1c3e30eb8a35b2ba8257c9c3316c9f66519c270 | [
"Apache-2.0"
] | permissive | HuygensING/antioch | 57b3cabe0be51cda3510ee5208e36ad9ff3954b9 | dfa6af02ed964075054ba2b949310296c98b9f75 | refs/heads/master | 2018-12-24T19:21:34.810350 | 2017-09-06T15:11:52 | 2017-09-06T15:11:52 | 31,207,941 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,368 | java | package nl.knaw.huygens.antioch.endpoint.iiif;
/*
* #%L
* antioch-main
* =======
* Copyright (C) 2015 - 2017 Huygens ING (KNAW)
* =======
* 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 a... | [
"bram.buitendijk@huygens.knaw.nl"
] | bram.buitendijk@huygens.knaw.nl |
43bdbe13d708560c9aa5daf1d955915c615c3340 | 0c98cf3f64a72ceb4987f23936979d587183e269 | /services/vod/src/main/java/com/huaweicloud/sdk/vod/v1/model/VideoTypeRef.java | 26fc22536835a98ec3147d07cd39ae66afd52824 | [
"Apache-2.0"
] | permissive | cwray01/huaweicloud-sdk-java-v3 | 765d08e4b6dfcd88c2654bdbf5eb2dd9db19f2ef | 01b5a3b4ea96f8770a2eaa882b244930e5fd03e7 | refs/heads/master | 2023-07-17T10:31:20.119625 | 2021-08-31T11:38:37 | 2021-08-31T11:38:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,268 | java | package com.huaweicloud.sdk.vod.v1.model;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonValue;
import java.util.Collections;
import java.util.HashMap;
import ja... | [
"hwcloudsdk@huawei.com"
] | hwcloudsdk@huawei.com |
82fabd1895e8a305bb4dfa6c4aaf0360f491d320 | f27cb821dd601554bc8f9c112d9a55f32421b71b | /entity-view/testsuite/src/test/java/com/blazebit/persistence/view/testsuite/update/remove/orphan/nested/EntityViewOrphanRemoveNestedSubviewCollectionsTest.java | 3c1982d40edc53858f348646fa11529f559a8887 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Blazebit/blaze-persistence | 94f7e75154e80ce777a61eb3d436135ad6d7a497 | a9b1b6efdd7ae388e7624adc601a47d97609fdaa | refs/heads/main | 2023-08-31T22:41:17.134370 | 2023-07-14T15:31:39 | 2023-07-17T14:52:26 | 21,765,334 | 1,475 | 92 | Apache-2.0 | 2023-08-07T18:10:38 | 2014-07-12T11:08:47 | Java | UTF-8 | Java | false | false | 7,356 | java | /*
* Copyright 2014 - 2023 Blazebit.
*
* 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 agre... | [
"christian.beikov@gmail.com"
] | christian.beikov@gmail.com |
b3568264ff1dfd13c01207ec9aa2989b3740abac | 74ae24d049cfcab4f477dde92367094890aec688 | /components/phase_management/src/java/tests/com/topcoder/management/phase/stresstests/DefaultPhaseValidatorStressTest.java | e3162426f4d57e77a349de67ce0fa14fb9d92fbe | [] | no_license | appirio-tech/direct-app | 8fa562f769db792eb244948f0d375604ac853ef1 | 002aa5e67064a85ed9752d651d86403b1268cf38 | refs/heads/dev | 2023-08-09T20:01:29.514463 | 2022-12-21T01:19:53 | 2022-12-21T01:19:53 | 23,885,120 | 21 | 78 | null | 2022-12-21T01:41:11 | 2014-09-10T17:49:11 | Java | UTF-8 | Java | false | false | 2,440 | java | /*
* Copyright (C) 2006 TopCoder Inc., All Rights Reserved.
*/
package com.topcoder.management.phase.stresstests;
import com.topcoder.management.phase.validation.DefaultPhaseValidator;
import com.topcoder.project.phases.Phase;
import com.topcoder.project.phases.PhaseStatus;
import com.topcoder.project.phases.PhaseTy... | [
"hohosky@gmail.com"
] | hohosky@gmail.com |
4374dfb634d6076fa456c7fc79821d24b63fce85 | 79aac454dbadd82c18d64bc675f7929c07b50ad8 | /src/main/java/service/impl/stockServiceimpl.java | c3efa4cf642f868bc3eb759f03bd47040e766151 | [] | no_license | HiteshPerishetty/ormLearn | 795cba83dc1159ba7e9873b420b77fa08c95335b | b6e8d2078e41458804faf49b9092c5ac7df975dd | refs/heads/main | 2023-06-01T04:54:33.565743 | 2021-06-24T13:41:37 | 2021-06-24T13:41:37 | 379,923,846 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,250 | java | package com.cognizant.ormlearn.service.impl;
import java.util.Date;
import java.util.List;
import javax.transaction.Transactional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.cognizant.ormlearn.model.Stock;
import com.cognizant.ormlearn.re... | [
"noreply@github.com"
] | noreply@github.com |
5ee07640e042fef9f4373cb300626c6bca94d016 | 9ff43cd795a11562a094466dc030163a2c7ed4b3 | /target/classes/com/jxedt/entity/Comments.java | ca02fd053ab125ad9a655c3a1e60a1f3e7d1a9b5 | [] | no_license | kei299/fahrschule | 191401e6042d4cf34a3bcdd42c29a032dc0d0b30 | a683efbb4666c602138e10ddce9b92c904ebe094 | refs/heads/master | 2022-12-22T23:48:41.644121 | 2019-11-11T03:06:38 | 2019-11-11T03:06:38 | 220,886,779 | 0 | 0 | null | 2022-12-16T06:47:22 | 2019-11-11T02:40:37 | Java | UTF-8 | Java | false | false | 1,689 | java | package com.jxedt.entity;
import java.util.Date;
public class Comments {
private Integer commentsId;//留言编号
private Integer userId;//用户编号
private String photo;//用户图像
private String words;//留言内容
private Integer pointRatio;//点赞数
private Date sending;//发表时间
private String viewName;//视频名称
public Comments() {
... | [
"35882993@qq.com"
] | 35882993@qq.com |
bc99287203ac5c115facae601fb263d0e2153686 | 8a040e5371e09083bbf5723d7dfa18f6b227f32e | /app/src/main/java/com/example/restfulapiandroid/api/ApiClient.java | 971cfc61e97cf5ef2c0ac895aae20930a3a26e40 | [] | no_license | ixiDev/RestfulApiAndroid | 21690fbd48fa2a2039974295a1fd603d320b35f1 | 06d3f91eea5d36c0c995fecdb416728cc891d6c4 | refs/heads/master | 2020-04-05T11:38:19.898083 | 2018-11-10T17:16:48 | 2018-11-10T17:16:48 | 156,842,408 | 4 | 1 | null | null | null | null | UTF-8 | Java | false | false | 667 | java | package com.example.restfulapiandroid.api;
import retrofit2.Retrofit;
import retrofit2.converter.gson.GsonConverterFactory;
/**
* Created by ixi.Dv on 09/11/2018.
* Email : feedback.mrzero@gmail.com
*/
public class ApiClient {
public static final String API_BAS_URL = "http://10.0.3.2"; // change localhost to i... | [
"feedback.mrzero@gmail.com"
] | feedback.mrzero@gmail.com |
1dd5d569eafd24cfac14e8de96107b23e2647c43 | 938f9f1d91150cd531e7607505dea9777a711c36 | /src/com/nicknackhacks/dailyburn/adapters/FoodWrapper.java | 8df33f241efa9c834025350c44f65ff8cc7fcea8 | [] | no_license | sporksmith/BurnBot | 106990a2ffffdc12208de8f902fe5d6f70964db1 | 6e19f2e603151189f505e3f38f2efec87ba0515d | refs/heads/master | 2021-01-16T22:48:56.341435 | 2010-08-15T05:19:49 | 2010-08-15T05:19:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,713 | java | package com.nicknackhacks.dailyburn.adapters;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import com.nicknackhacks.dailyburn.R;
import com.nicknackhacks.dailyburn.model.Food;
public class FoodWrapper {
TextView name;
TextView size;
TextView nutrition1;
... | [
"nicholas.nezis@gmail.com"
] | nicholas.nezis@gmail.com |
51c1b2d2d4a7cf9784d3c392fc0f37667ea09bed | bdf23ff1c84a320dfd6d7273b6e60715441872ee | /sunnyFrame/src/org/sunnyframework/core/common/model/json/Highchart.java | fdbf8207555f5c3dc97872478c143dc6f59a6727 | [] | no_license | myorgan1/myRep2 | 8b5658289d4a80cca7db0d0384971fc410d06961 | 4ba5704af34f05b53070b8cb1a1d5c9ed598de0d | refs/heads/master | 2020-03-09T05:11:16.440421 | 2018-12-28T03:45:03 | 2018-12-28T03:45:03 | 128,606,435 | 0 | 3 | null | 2018-04-08T14:32:10 | 2018-04-08T06:27:02 | JavaScript | UTF-8 | Java | false | false | 522 | java | package org.sunnyframework.core.common.model.json;
import java.util.List;
/**
* 统计报表模型
* @author sunyard
*
*/
public class Highchart {
private String name;
private String type;//类型
private List data;//数据
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public List g... | [
"306459563@qq.com"
] | 306459563@qq.com |
465645067becc83de05a9db8d046e2ec37a1dcca | ee62b49485984f2e1bcac32d943c57ae43fee80f | /app/src/main/java/com/jasminelawrence/popularmoviesstage1/Movie.java | fdf0d9d2a935a56f6cd1f1260aa800d4990aa8b4 | [] | no_license | sunnyeyez123/popular-movies-stage1 | 16402ca6610477cb90b006559db494a4ab8f22f3 | 187c819129619a774c075dcf0c7d739bb123eb24 | refs/heads/master | 2020-03-15T10:28:19.428863 | 2018-07-26T06:45:39 | 2018-07-26T06:45:39 | 132,099,417 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,589 | java | package com.jasminelawrence.popularmoviesstage1;
import android.os.Parcel;
import android.os.Parcelable;
public class Movie implements Parcelable {
// After implementing the `Parcelable` interface, we need to create the
// `Parcelable.Creator<MyParcelable> CREATOR` constant for our class;
// Notice how ... | [
"lawrence.jasmine@gmail.com"
] | lawrence.jasmine@gmail.com |
2dccc2398787ac018312067450fa45e2612d057c | 2a55ca5fe8af7194c7ae2b3487b9176676bac487 | /Ramya_27-11-2018/iooperation/FileSeperatorDemo.java | df8669bbe348c5012f92bb7afe8916f6c3ec5e26 | [] | no_license | lavanya-gn/taranga-java-training | 2c858b75e3b7a06f8270c83d2d525f9ac0ae7c21 | 51868f77fc5c23f20a30d9eea82e663ad134e17b | refs/heads/master | 2020-05-24T08:22:12.372179 | 2019-02-18T08:20:03 | 2019-02-18T08:20:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 443 | java | package com.tharanga.iooperation;
import java.io.File;
public class FileSeperatorDemo {
public static void main(String[] args) {
System.out.println("File.separator = "+File.separator);
System.out.println("File.separatorChar = "+File.separatorChar);
System.out.println("File.pathSepa... | [
"noreply@github.com"
] | noreply@github.com |
ec82b28aeeb9528376a8d6952cb3c6214d8f3d43 | d05ac0e945576eb8e51cb38dcf7350296bacdba1 | /jboss-remoting/src/org/jboss/remoting/socketfactory/CreationListenerServerSocketFactory.java | af1b1b834d23d138b71d412704ecc421116773b8 | [] | no_license | Arckman/CBPM | 9b6a125ea2bebe44749c09cfc37f89fdc15d69b7 | 10663b40abf151c90d0b20878f8f7f20c8077b30 | refs/heads/master | 2016-09-06T09:02:15.819806 | 2014-05-22T02:40:16 | 2014-05-22T02:40:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,624 | java | /*
* JBoss, Home of Professional Open Source
* Copyright 2005, JBoss Inc., and individual contributors as indicated
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of t... | [
"fengrj1989@gmail.com"
] | fengrj1989@gmail.com |
619bcc73a4a8b0875657c03cf27a1b79b99b5576 | ec0cce44f1a3d70c1297afa7cdf2c3dfdcfb5e4d | /src/test/java/org/taxidermia/voteweekrestaurant/model/MemoryPersonRepositoryTest.java | 9f195a78f0d891166f66fb7896994faa09d58e6c | [] | no_license | rroldan/vote-week-restaurant | 24470f13719c48be3e40c15178a8a403cb0590ac | 73ab30881cfa6f079dc64a7e2659add9fb66b537 | refs/heads/master | 2021-01-20T11:04:46.728913 | 2015-08-06T22:45:41 | 2015-08-06T22:45:41 | 39,293,649 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,056 | java | package org.taxidermia.voteweekrestaurant.model;
import org.junit.Test;
import java.util.Collection;
import java.util.List;
import static org.junit.Assert.*;
public class MemoryPersonRepositoryTest {
@Test
public void testPersonRepositorySaveAndFindOneCorrect(){
PersonRepository personRepository... | [
"roldan.ricardo@gmail.com"
] | roldan.ricardo@gmail.com |
f19ca06c95f20f7a132c8a83a1be7fc367484b45 | 89ac9deedf1de9580c75661f54160214b57b9a0b | /VDRMovie/src/net/go2mycloud/vdrmovie/MainVDRFragment.java | 394395eae2cfe0eb4063c72ed0e6c35a38eb67b5 | [] | no_license | MyCloud/VDR1 | c5d5b194816237b586e11d1ea3ad7b070a842c48 | 530fa18700967e54fdf24a5b07788343e66b8c90 | refs/heads/master | 2016-09-05T19:03:41.241142 | 2012-12-19T14:07:00 | 2012-12-19T14:07:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,712 | java | package net.go2mycloud.vdrmovie;
import android.annotation.TargetApi;
import android.app.ActionBar;
import android.app.Fragment;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.DialogInterface.OnCancelLis... | [
"menno@mdj.lan"
] | menno@mdj.lan |
a2c2a3237f637427c39ebc5000675ca899ea56ad | 9b365bd029284a46e79ca788f1b08588976656fc | /Week_04/个人每日刷题/P20200504/P78.java | c1a7ba6196ec20eef3de033c635b724bb8319973 | [] | no_license | wyc192273/algorithm008-class02 | 7a8415fd1ae43c1dfc6521754582e316fa2368dc | 1e4638609f8454c0c02202d660ea9eb103116fa6 | refs/heads/master | 2022-11-06T23:10:50.289261 | 2020-07-04T02:35:37 | 2020-07-04T02:35:37 | 255,090,685 | 0 | 0 | null | 2020-04-12T13:40:52 | 2020-04-12T13:40:52 | null | UTF-8 | Java | false | false | 804 | java | package leetcode.P20200504;
import java.util.ArrayList;
import java.util.List;
/**
* https://leetcode-cn.com/problems/subsets/
* Created by yuchen.wu on 2020-05-04
*/
public class P78 {
public List<List<Integer>> subsets(int[] nums) {
List<List<Integer>> result = new ArrayList<>();
result.add... | [
"wuyuchen@kkworld.com"
] | wuyuchen@kkworld.com |
60e983bb5b13a0fbe5fa4fc5d5bc6ce9244a70f4 | 1bd86f837fdde15f035994b28d694adabc88004a | /JAVAEX2/src/com/javaex/exceptions/CustomArithmeticException.java | 922459e40b57a7fb95c1427b5b31c2f0c55e870c | [] | no_license | JM0222/JavaEx | c58ab0cd1d812ed58492df2db1817e7112a92591 | c61209847be55a394bb3e3160af681980dc565e7 | refs/heads/master | 2023-03-15T13:58:48.663638 | 2021-03-22T07:19:23 | 2021-03-22T07:19:23 | 342,141,319 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 451 | java | package com.javaex.exceptions;
public class CustomArithmeticException extends ArithmeticException {
// 필드
private int num1;
private int num2;
// 생성자
public CustomArithmeticException(String message, int num1, int num2) {
super(message);
this.num1 = num1;
this.num2 = num2;
}
/**
* @return the num1
... | [
"wkdwoals96@gmail.com"
] | wkdwoals96@gmail.com |
c80444316be11232c151397405a9ef64188d84e6 | fc58ffcbbc8aff4ea198d5e6f3d8e5f83177bdf4 | /config/src/main/java/org/springframework/security/config/annotation/web/configuration/OAuth2AuthorizationServerSecurity.java | 102078fbaa59f9a7c30430c308a95b962b12c818 | [
"Apache-2.0"
] | permissive | lucasjo/spring-authorization-server | 003cc9f96430e0f3602866398e4532cb0a3ae675 | 1ecafc94205757a4ed53bb1ac1fc86c5740ce783 | refs/heads/master | 2022-11-28T16:05:27.601421 | 2020-08-12T20:26:27 | 2020-08-12T20:26:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,556 | java | /*
* Copyright 2020 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... | [
"jgrandja@vmware.com"
] | jgrandja@vmware.com |
225e58437b741abbd89b852c890ff2e274baead9 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/28/28_3812b03117130bd95ef16e8305ca3ab7bc8df4b1/SplashScreen/28_3812b03117130bd95ef16e8305ca3ab7bc8df4b1_SplashScreen_t.java | bd88dec6e97d155cbbc4c697045c76e135f2a449 | [] | 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 | 3,628 | java | package com.gamelab.mmi;
import java.awt.List;
import java.sql.BatchUpdateException;
import java.util.Random;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.InputProcessor;
import com.badlogic.gdx.Screen;
import com.badlogic.gdx.graphics.GL10;
import com.badlogic.gdx.graphics.OrthographicCamera;
imp... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
2deef5e60de64fdb4f4129f99c99f6f01186ad58 | ceed28b7b586c381ba0dbd4e2f9e0cb27e1d3092 | /java1/src/ru/geekbrains/java1/dz/dz3/SerdakovAU/Main.java | 7ac6e61423efcdad5683a73aac9ecbb90186c335 | [] | no_license | serdakov/git-repo | b7e7656f38e6fe76d795ddb876dcfe8379d95d8e | 7f641558b0f09c913e4f5d9d573cbfd86dc269e9 | refs/heads/master | 2020-03-23T05:57:00.921690 | 2018-12-05T13:09:51 | 2018-12-05T13:09:51 | 141,178,803 | 0 | 0 | null | 2018-12-12T13:37:20 | 2018-07-16T18:37:27 | Java | UTF-8 | Java | false | false | 1,493 | java | package ru.geekbrains.java1.dz.dz3.SerdakovAU;
import java.util.Random;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
while (true) {
guessNumber();
Scanner scanner = new Scanner(System.in);
System.out.println("Повторить игру еще ... | [
"serdakov@gmail.com"
] | serdakov@gmail.com |
b8696226f230781441a56bded0acecfb07525b81 | b906616e1f403bf4d284418deaea398b16b6a5e9 | /src/com/yuzx/taskcoach/weather/WeatherUtil.java | 61f619bdc10bd8aa10202eb120b7fb66a7e121c8 | [] | no_license | yuzx99/TaskCoach | 6ea2b4819939e4c6b4b15a50e4f1134c9c1f4e07 | c31caf39391de1a50608abe98fe1e9a304497fa6 | refs/heads/master | 2021-01-01T15:23:23.225398 | 2014-06-26T12:28:13 | 2014-06-26T12:28:13 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 4,437 | java | /**
*
*/
package com.yuzx.taskcoach.weather;
import java.util.ArrayList;
import java.util.List;
import org.ksoap2.SoapEnvelope;
import org.ksoap2.serialization.SoapObject;
import org.ksoap2.serialization.SoapSerializationEnvelope;
import org.ksoap2.transport.HttpTransportSE;
/**
* @author yuzx
*
*/
public clas... | [
"xiaji0909@gmail.com"
] | xiaji0909@gmail.com |
dc11759345ab53bbe921de250cb90cc38c5613fe | 9e3314ff3cf2160064ad6d09eb39ac012fdc735f | /Android/app/SettingProfile.java | 36e515be43126f7a8480ea806a126a45fd705d1f | [
"MIT"
] | permissive | Prabodh12/VETO | 6f683bc6375c720bd70acf7df555cab1cb1901a9 | 1cec3c9d12700761adc951ec1cc6019642df2176 | refs/heads/master | 2020-06-28T07:35:48.919532 | 2019-03-17T06:59:36 | 2019-03-17T06:59:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,824 | java | package com.example.veto;
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.TextView;
import android.widget.Toast;
import com.android.volley.AuthFailureError;
import com.and... | [
"noreply@github.com"
] | noreply@github.com |
3ac0ed4d2b8a896ad19c161da814dcf6adf40f42 | d34b097ecc98955dcd7b56fe18206c2757cd9c58 | /Aula130820AvaliacaoFinal/app/src/main/java/game/curso/aula130820avaliacaofinal/CheckListActivity.java | c162e2aecb389a0652105b05a1901261422d97d0 | [] | no_license | JeremiasNS/PDM_II_2020 | 9e3651335d4b8d9f570aa43e3fc7aa6e471cfa68 | 83ebc1a1fa851fde970f041f7159b1b88af02a85 | refs/heads/master | 2020-12-24T00:09:15.383988 | 2020-08-26T21:05:51 | 2020-08-26T21:05:51 | 237,316,048 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,125 | java | package game.curso.aula130820avaliacaofinal;
import androidx.appcompat.app.AppCompatActivity;
import android.app.Notification;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.content.Intent;
import android.content.res.Resources;
import android.os.Build;
import android.os... | [
"jeremiasneres23@gmail.com"
] | jeremiasneres23@gmail.com |
6d9e59a78888fb466371ff42dbc1ae60529527a0 | 86f942558b8df61c565b5ea2d6f3ffa0848d5b1e | /src/main/java/com/yanxisir/neb/service/INebApiUserService.java | 5b42fa2e04696e3ca11ea851f83b098264a2a8ac | [] | no_license | YanxiSir/neb-api | 3a7d383f5e6e5d50a8580ead310fda2982e522ee | 970e183f0698a0d78ab895035362219b201ec431 | refs/heads/master | 2020-03-18T03:15:48.745068 | 2018-06-03T15:16:18 | 2018-06-03T15:16:18 | 134,231,112 | 5 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,792 | java | package com.yanxisir.neb.service;
import com.yanxisir.neb.bean.*;
import retrofit2.http.Body;
import retrofit2.http.GET;
import retrofit2.http.POST;
import rx.Observable;
/**
* https://github.com/nebulasio/wiki/blob/master/rpc.md
*
* @author YanxiSir
* @since 2018/5/18
*/
public interface INebApiUserService {
... | [
"yanxisir@gmail.com"
] | yanxisir@gmail.com |
8fbfca26b4c3813fbce0242e9917cf0927e58e99 | 029943a736db4a19700dc5e8093ffac451b0eec8 | /src/com/vidyo/webservices/user/SetMemberModeResponse.java | 90de5a13745d8579a9f6278c639fb99f0c36c22a | [] | no_license | hsolia/rankrepo | 8c051ba5704cc81c2d93c061b6c38931e564cb0a | 5a26c815a0e485d6a3294d4eaa7ac876a0ea7110 | refs/heads/master | 2021-01-25T07:19:47.078792 | 2012-09-21T06:56:47 | 2012-09-21T06:56:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,500 | java |
package com.vidyo.webservices.user;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for anonymous ... | [
"hsolia@kristeksoftware.com"
] | hsolia@kristeksoftware.com |
5ab2bb9750ef1e681b0d0a456d9a0295d392c045 | e2f6808efac2bdfae8ddfd1be97ff1482d8c996c | /build/javasqlc/srcAD/org/openbravo/erpWindows/Reference/ListReferenceInstanceSpecificData.java | e7a5e20f8a4f1788dc6832f88799d9ba778c02b0 | [] | no_license | Omeru/ELREHA_ERP | 4741f6c88d6d76797e9e6386fe3d8162353e3eb7 | 0935d9598684dde1669cbddf85c82f49a080d85e | refs/heads/master | 2020-04-30T10:43:39.181327 | 2016-11-09T12:41:05 | 2016-11-09T12:41:05 | 64,836,671 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 36,413 | java | //Sqlc generated V1.O00-1
package org.openbravo.erpWindows.Reference;
import java.sql.*;
import org.apache.log4j.Logger;
import javax.servlet.ServletException;
import org.openbravo.data.FieldProvider;
import org.openbravo.database.ConnectionProvider;
import org.openbravo.data.UtilSql;
import org.openbravo.data.FRes... | [
"neeko@gmx.de"
] | neeko@gmx.de |
0e0012d683018b3f599a5bd54c11d6dd1f01447b | 06430807b2402d0d0dd5a2eb526ac6a583ffa91e | /J2EE/glassfish5/samples/jsf/eventSource/src/main/java/stockticker/StockTickerBean.java | 2afdfd62fe1da97606364acc0a492d6100667580 | [] | no_license | what-yes/Junior-Year | 6f0a7e9ca5287e00eee915b6249e037d1485df69 | 17d9857cb7c70abfbc35060c6e0fbb953b304fea | refs/heads/master | 2023-07-18T07:25:57.439168 | 2021-09-10T02:32:27 | 2021-09-10T02:32:27 | 403,462,231 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,659 | java | /*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
* and Distribution License("CD... | [
"56341258+what-yes@users.noreply.github.com"
] | 56341258+what-yes@users.noreply.github.com |
39256fef2a19e9870db7146c2518e68e5ceea017 | b80d5f3dfd48e859d14c7b53d529d9b99da2bf88 | /swing5-comp/UIUtil/src/swingutil/UiUtil.java | a1f321fd97d66702dded9e1eb1a737fd4b2e21b4 | [] | no_license | divannn/swng | 35f96d30e8e2187fad0cd8584b64c91cd910d579 | ed943181620e3dcc367def3c7db9cabc781d223f | refs/heads/master | 2021-01-21T13:11:47.130036 | 2012-10-28T21:48:56 | 2012-10-28T21:48:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,596 | java | package swingutil;
import java.awt.Component;
import java.awt.Container;
import java.awt.KeyboardFocusManager;
import java.beans.PropertyChangeEvent;
import java.beans.PropertyChangeListener;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Enumeration;
import java.util.Stack;
import javax.s... | [
"divannn@mail.ru"
] | divannn@mail.ru |
c61f3d6afe10a8cd98fcd3f05bb9326465ec5fe2 | f17cd1a0b44e5f2f85986a8d614b09dd4967ad0e | /Bubble/app/src/main/java/kr/ac/kaist/vclab/bubble/Generators/MapGenerator.java | b0c363492d06e728b2fcf525aafa9a21106d3be5 | [] | no_license | snagna/kaist_cs482_2016_team4 | e4273740f689dae2f17fdc308ccc74d6e00d271a | ad53ae7281af136e765ab280ea04c18d233adab3 | refs/heads/master | 2021-06-07T16:24:51.314798 | 2016-11-29T14:46:57 | 2016-11-29T14:46:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,949 | java | package kr.ac.kaist.vclab.bubble.generators;
import android.opengl.GLES20;
import java.util.ArrayList;
import java.util.List;
import kr.ac.kaist.vclab.bubble.PerlinNoise;
import kr.ac.kaist.vclab.bubble.utils.VecOperator;
/**
* Created by avantgarde on 2016-11-02.
*/
public class MapGenerator {
... | [
"noreply@github.com"
] | noreply@github.com |
de579f27107692d642d83ada1486a831f22dd020 | ec0c00ed43048f1a4e46719ff1ac628a4a1f323e | /oauth-server/src/main/java/com/zero/oauth/server/config/SwaggerConfig.java | 7c778b601f35c7c981774ab29916746dbc102f4f | [
"Apache-2.0"
] | permissive | frozero/zero-cloud | 26cfcfbf890671291e2fe59233c7703a92395cdc | 2b8ebdf53083728288a58975989e510157182e9e | refs/heads/master | 2020-04-27T23:28:00.065830 | 2019-03-10T11:23:45 | 2019-03-10T11:23:45 | 174,777,250 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 881 | java | package com.zero.oauth.server.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.Contact;
import sp... | [
"frozero@163.com"
] | frozero@163.com |
93f3b00b498732995bc1473eed9bc19102f1ba1b | cacf9f692ac35c14f6af7510bc19fa40ca65dc8d | /ImplementacionJEE/LogicaNegocioCatalogo/src/casosDeUso/ObtenerCatalogoFranquiciaLocal.java | d8befa1525c4b9af7d40b108360ccdb132c140e9 | [] | no_license | SantiagoCaroprese/Arquitectura-de-software | faf21a2a7be9a8cdb0255b8882f3cd848c642697 | 89faf81fd63128bb4df00b72ffa31151b6ddd636 | refs/heads/main | 2023-05-13T14:05:47.855446 | 2021-06-03T20:11:49 | 2021-06-03T20:11:49 | 345,441,737 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 206 | java | package casosDeUso;
import java.util.List;
import javax.ejb.Local;
import model.Producto;
@Local
public interface ObtenerCatalogoFranquiciaLocal {
public List<Producto> execute(int idFranquicia);
}
| [
"69251328+JuanCarlosSuarezJaimes@users.noreply.github.com"
] | 69251328+JuanCarlosSuarezJaimes@users.noreply.github.com |
3584147d6cdb7c9eb6dad2d5f1c1d470702e7582 | 3fbc3dcd2094d08d1890e353507196cfeeb1f801 | /src/com/company/Main32.java | cac2099495c7867583ec2c2fe0588cbe53c9f10d | [] | no_license | AndriiKovalBora-Bora/ExceptionPart1 | 73eb1452e25ebda73c6e928abf343d6da8575b2f | c6f33afc20fe681b8c149751414c33edeecacf06 | refs/heads/master | 2020-04-24T04:23:03.444933 | 2019-02-20T15:41:53 | 2019-02-20T15:41:53 | 171,700,438 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 282 | java | package com.company;
public class Main32 {
public static void main(String[] args) {
System.err.println(f());
}
public static int f() {
try {
throw new Error();
} finally {
throw new RuntimeException();
}
}
}
| [
"andy1koval@gmail.com"
] | andy1koval@gmail.com |
ce52eac5a95c7edf6df5695b28240e95366228a2 | 6c4bdf896fb2c7cc14e49e3edd3c650d08947b45 | /src/main/java/me/alexng/worldGen/sampler/PlaneSampler.java | 3ad9f7603314ec4adf92e170c9dac1dabe02759f | [] | no_license | Gnxela/WorldGen | 8852ae3ddfc591f608402313fcc45ab26edb4dce | e5cda4fdc106ae54a137758b1514b4c9d9959214 | refs/heads/master | 2023-02-21T13:00:22.278350 | 2021-01-28T11:36:46 | 2021-01-28T11:36:46 | 306,379,808 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,365 | java | package me.alexng.worldGen.sampler;
import java.util.Iterator;
/**
* A class that samples points from a plane. All coordinates are positive (subject to change).
*/
public class PlaneSampler implements Sampler {
private final int x, y, width, height, numPointsX, numPointsY, totalWidth, totalHeight;
public PlaneS... | [
"qawswedfrgtt@gmail.com"
] | qawswedfrgtt@gmail.com |
bf1e822897985b4c299bef0283ab4fcce4fd3e40 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_fc3d887aaa8dd59cc7c1a46daad51d2cc76661a1/Activity/2_fc3d887aaa8dd59cc7c1a46daad51d2cc76661a1_Activity_s.java | 67ed3a7873c11839a7d609156f26bc0e1589ec7d | [] | 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,452 | java | package net.praqma;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.SortedSet;
import java.util.TreeSet;
/**
*
* @author wolfgang
*
*/
class Activity extends ClearBase
{
private String fqactivity = null;
private String... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
315d0c1048d83234dd2a4401fcd849b25ef598be | 2f84cc446f324146064fa8b1b1fa87b0c46e698d | /app/src/main/java/com/example/han/myapplication001/Global.java | b3d00d3d2c5f27d466aea388bf6ce5355d4a96c0 | [] | no_license | JHansol/X.M.P.P.Chat_A.ndroid_Client | 8b09a275fb125694b220ae502d935f805edcd332 | 3f4953ec723957ecef2aa0ef19f377161dd9246f | refs/heads/master | 2020-12-31T00:55:24.255889 | 2017-05-26T03:05:51 | 2017-05-26T03:05:51 | 80,599,000 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,438 | java | package com.example.han.myapplication001;
import android.app.Application;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.os.Handler;
import android.util.Log;
import android.widget.ListView;
import android.widget.Toast;
import com.example.han.myapplicat... | [
"gksthf1226@naver.com"
] | gksthf1226@naver.com |
c4d75878098d39ac1fe1c7940107a5fa9075d4d7 | 6e08c5d4435482ddbd3c3b65dd9ee538248c8fb3 | /src/fr/uga/miashs/album/service/PictureAnnotationService.java | 0f24ba7af2d55231603288a9b91ad6970c3cd2a1 | [] | no_license | agnef/projet-jee | f36038a9581b8fec86806472b55b5961b0dc8924 | fd8901e6834a8d6857dba89ec0dc4c8e5468a6ba | refs/heads/master | 2021-01-11T22:13:29.600194 | 2017-01-17T11:53:23 | 2017-01-17T11:53:23 | 78,936,729 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,006 | java | package fr.uga.miashs.album.service;
import java.util.ArrayList;
import java.util.List;
import org.apache.jena.query.*;
import org.apache.jena.rdf.model.*;
import org.apache.jena.update.*;
import fr.uga.miashs.album.model.Album;
import fr.uga.miashs.album.model.Picture;
public class PictureAnnotationService extends... | [
"agnese.forlani@gmail.com"
] | agnese.forlani@gmail.com |
696f3542087ee2ec21788a7dbf28362c25109653 | 0117ec6c45490e611639cec4f7f3239095b2bbcd | /src/main/java/com/mmoreno/app/BowlingGame.java | dde557ad8473ff60ba8cb82691b72a9ff127663e | [] | no_license | MatiMorenoIglesias/tddJava | ada1266912c21d7b5496536e65e62271b75dee6a | 4cd7e04af45c46d4b1f3d05131a5d005c26bbbe7 | refs/heads/master | 2023-01-19T03:06:59.809759 | 2020-11-26T18:58:04 | 2020-11-26T18:58:04 | 316,312,446 | 0 | 0 | null | 2020-11-26T18:58:06 | 2020-11-26T18:45:23 | null | UTF-8 | Java | false | false | 1,447 | java | package com.mmoreno.app;
public class BowlingGame {
private int[] rolls;
private int currentRoll;
public BowlingGame() {
this.currentRoll = 0;
this.rolls = new int[21];
}
public void roll(int points) {
this.rolls[this.currentRoll++] = points;
}
public int[] getRol... | [
"moreno.iglesias07@gmail.com"
] | moreno.iglesias07@gmail.com |
9d7ab7c1a25d1a60d233340e664c018709bc6101 | cd9fdd7bf5ec9b0dfdc08d9307cbf4611050c369 | /src/java/user/User.java | 03ebf58fd5d19356bc0542cc2c940dbb3649b930 | [] | no_license | peterFran/CaS_Assignment | 1198b4cfe7397b598b4e31948ab72923ff19d148 | 5e4e85be784691d3dac4b2b43ff4e4b4d5d71c6f | refs/heads/master | 2020-06-04T12:28:23.672426 | 2012-11-29T12:04:49 | 2012-11-29T12:04:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 602 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package user;
/**
*
* @author petermeckiffe
*/
public class User {
private String firstName;
private String lastName;
private int ID;
public User(int ID, String firstName, String lastName) {
... | [
"peterf.meckiffe@gmail.com"
] | peterf.meckiffe@gmail.com |
c6e625e39e95b40200ef258d0043b864929c1103 | 101f07beca22533df20aa53d89bf14571863f153 | /cli/modules/driver/DriverTakeRequest.java | 14fa4d604c7529f43b034faf5ed8b207b9976108 | [] | no_license | Andrewfang21/CSCI3170-Introduction-to-Database-Systems-Project | a57c1247dfa7ba2e4c93ed6d8a8f932fb26dcc77 | 8c3024a8be750b46e4fdc7c022ee50419c10d943 | refs/heads/master | 2023-01-22T13:53:53.789585 | 2020-12-04T11:33:46 | 2020-12-04T11:33:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 696 | java | package cli.modules.driver;
import java.util.Scanner;
import cli.CLIInterface;
import service.DriverService;
public class DriverTakeRequest extends AbstractDriver implements CLIInterface {
private int requestID;
public DriverTakeRequest(Scanner sc, DriverService service) {
this.sc = sc;
this... | [
"Andrewfanggara21@yahoo.com"
] | Andrewfanggara21@yahoo.com |
2d0a3a4a39b1fb51f7b10c62abb8aac03b23cac2 | cf04cc7d6303533c4a094cd47e459950adb2b2ef | /app/src/main/java/com/example/doubtfire/Models/MyTag.java | 220b1431e18947df43698ebd9f1205950e2c2abe | [] | no_license | ayush-sharma2601/DoubtFire | 1775e6a5865081d67db70f2b7769091a88fa6ecd | 6c7755b16868885b345c915cdacba26dc17bf1f4 | refs/heads/master | 2022-11-14T19:05:43.925940 | 2020-07-04T07:50:10 | 2020-07-04T07:50:10 | 264,227,674 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 300 | java | package com.example.doubtfire.Models;
public class MyTag {
public String key;
public String magnifier;
public MyTag() {
key = "";
magnifier = "";
}
public MyTag(String key, String magnifier) {
this.key = key;
this.magnifier = magnifier;
}
}
| [
"ayushsh2601@gmail.com"
] | ayushsh2601@gmail.com |
d269cb4341a7dea63180fe9f098dd7c3a10f7fff | da505fd90305678c186f801a2173745554e08f69 | /Problem4/Problem4c.java | e03e9a21e0d54f58785e6bcea105044a954a011e | [] | no_license | np595/CS435Project2 | 73d86fede5aefc8125b473a4887f4063828cd479 | 93d559466ce71d753c3bb9a6bffcce571ca156bd | refs/heads/master | 2021-04-17T22:31:11.166519 | 2020-04-19T20:58:50 | 2020-04-19T20:58:50 | 249,480,645 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,079 | java | import java.util.*;
import java.util.Random;
class Edge{
public Node dest;
public String weight;
public Edge(Node d, String w){
this.dest = d;
this.weight = w;
}
}
class Node{
public String data;
public List<Edge> neighbors;
publi... | [
"noreply@github.com"
] | noreply@github.com |
f216a61796acdfa87ae20eedee7ce05ea7d4f295 | 441cd00c59b8f2825ea70bbb2a743dfaaa8425d7 | /build/java/src/haxe/root/StringBuf.java | e267f0013d6664991633915e510d5f3043c0fa13 | [] | no_license | francescoagati/haxe-testing-erazor | a365ef4d9a2ee9157c10051609f67d3dae284cc9 | 52b733d02c3da82d53a7a4bd078ef47dc429e162 | refs/heads/master | 2021-01-10T11:45:23.631664 | 2015-06-05T01:27:33 | 2015-06-05T01:27:33 | 36,904,077 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,826 | java | package haxe.root;
import haxe.root.*;
@SuppressWarnings(value={"rawtypes", "unchecked"})
public class StringBuf extends haxe.lang.HxObject
{
public StringBuf(haxe.lang.EmptyObject empty)
{
}
public StringBuf()
{
//line 30 "/usr/lib/haxe/std/java/_std/StringBuf.hx"
haxe.root.StringBuf.__hx_ctor__StringBu... | [
"franescoagati1975@gmail.com"
] | franescoagati1975@gmail.com |
37cf2533510b5046dde2091e35aa32f347f3a084 | 13c82eeb3d6caaa31d88b52429ea4239f54f30cd | /chap004/src/main/java/java8_3/ch07_inheritance/interface_/unitEx/Unit.java | 099e745ac9bbc1eb85a131cf56092736257f1e77 | [] | no_license | nekisse-lee/java_study | 9d8c3735cc02c66a2c66210c4e3859727fee860c | b661a3b22e61e90f9134bc3d1229954c5672f024 | refs/heads/master | 2020-05-22T13:59:48.844596 | 2019-08-04T08:18:06 | 2019-08-04T08:18:06 | 186,373,107 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 170 | java | package java8_3.ch07_inheritance.interface_.unitEx;
public class Unit {
int hitPoint;
final int MAX_HP;
public Unit(int hp) {
MAX_HP = hp;
}
}
| [
"lsh891224@gmail.com"
] | lsh891224@gmail.com |
5954dd4091797c8444d17ead30da78f8aff51e43 | ca0e9689023cc9998c7f24b9e0532261fd976e0e | /src/com/tencent/mm/d/a/ez$b.java | 1de31c4bd6e21ce65f1fca5ef59606bb89938d50 | [] | no_license | honeyflyfish/com.tencent.mm | c7e992f51070f6ac5e9c05e9a2babd7b712cf713 | ce6e605ff98164359a7073ab9a62a3f3101b8c34 | refs/heads/master | 2020-03-28T15:42:52.284117 | 2016-07-19T16:33:30 | 2016-07-19T16:33:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 204 | java | package com.tencent.mm.d.a;
public final class ez$b
{
public int ret = 0;
}
/* Location:
* Qualified Name: com.tencent.mm.d.a.ez.b
* Java Class Version: 6 (50.0)
* JD-Core Version: 0.7.1
*/ | [
"reverseengineeringer@hackeradmin.com"
] | reverseengineeringer@hackeradmin.com |
aafb887b381acf8501abb59bc928ff9db02b0537 | e6c6061a2fcb2a1f5b861fdbe67ce7f8dc8a2b6a | /src/main/java/com/example/FlyAway/model/FlightBooking.java | 77c4c4caa6e2f22c96b72c1cc800feba7d7ea7b4 | [] | no_license | Asayel0/fly_away- | e68b0e3a7faddf53263686a0fda17393f5fa4b14 | 2956f640b550f3022025a6d05da04a94a4b6ac56 | refs/heads/main | 2023-07-24T10:39:15.589519 | 2021-09-06T20:13:55 | 2021-09-06T20:13:55 | 403,738,691 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,434 | java | package com.example.FlyAway.model;
import java.util.Set;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinTable;
import ... | [
"Asayel.Falatah@ouylook.sa"
] | Asayel.Falatah@ouylook.sa |
efd8625281b4c6a513723cdb6d9889833af17a3a | a6a90408407d5975ab6f23da7479f2517626ed16 | /src/MediClientdemo/LogTable.java | 5939bfbc8f6d4754edece033b6c304291d7d412c | [] | no_license | minionsrahat/Queue-Manager | 990f35c7bf70fedca473603ba98baaa550dd8a99 | a37720d52d45704114a38bb3df587c4a5ed4a86e | refs/heads/master | 2021-03-06T22:19:37.027796 | 2020-03-10T07:19:32 | 2020-03-10T07:19:32 | 246,228,676 | 1 | 0 | null | 2020-03-10T06:52:39 | 2020-03-10T06:52:39 | null | UTF-8 | Java | false | false | 3,428 | java |
package MediClientdemo;
import java.awt.Color;
import java.awt.Container;
import java.awt.Font;
import java.io.FileWriter;
import java.io.IOException;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.JScrollPane;
import javax.swi... | [
"rahatuddin786@gmail.com"
] | rahatuddin786@gmail.com |
a5bf9ff09e02b7be431d8903ae8c96921ffdeac1 | d5a2b383109e16ebfb2b7f700a49ff7a4c44f182 | /app/src/main/java/com/example/whddu/project01/ui/SplashActivity.java | 07fc1454f8eef032988780b0ab5b8f72fe77d770 | [] | no_license | alattalatta/touriends-app | 41a4f7aef22b9796e109f16a31bef647a0050c73 | 806664de34f8f14d0dc3f2431fe5244f16de83a5 | refs/heads/master | 2021-07-25T21:34:00.234536 | 2017-11-04T03:43:25 | 2017-11-04T03:43:25 | 102,315,535 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 836 | java | package com.example.whddu.project01.ui;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.view.WindowManager;
import com.example.whddu.project01.R;
public class SplashActivity extends Activity {
public void onCreate(Bundle savedInstanceSt... | [
"jm9546@gmail.com"
] | jm9546@gmail.com |
7e9270308cc921bd108ee99302c4269cfd4fefb1 | dab687fec11d993b98e95db9118558b59810ca4f | /Por/src/Mysql/MainSql.java | a89cf25f96af3232c0bb0af8088dde7f08b3a9ac | [] | no_license | mengporly-git/JavaSchoolWork | c48157a6cff8f95bd6f42d9b92b33540b15cafb8 | 218a2eb6ffb751a6a9ef0df27ee29395097c2527 | refs/heads/master | 2021-10-25T03:25:24.169175 | 2019-03-31T08:19:58 | 2019-03-31T08:19:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 970 | 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 Mysql;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.Statement;
/**
... | [
"ly.porpor@gmail.com"
] | ly.porpor@gmail.com |
53027c085dda9a90966f7b8b3d51dd195dad1252 | c4500f535aa9d595f55b725aa1bac39589496c93 | /java/isp-01-initial/src/test/java/no/bouvet/solid/isp/JsonStoreTest.java | e320168c8e3aabb922883132ae1e9d8186b08407 | [] | no_license | bouvet/solid-3 | 6ca888adeea7b9c19075305d5eede26612782055 | 075bb34b236d1367c47e36eab859cf6d65f07c4c | refs/heads/master | 2020-08-06T19:26:21.527736 | 2015-04-28T13:29:15 | 2015-04-28T13:29:15 | 33,530,421 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 561 | java | package no.bouvet.solid.isp;
import static org.junit.Assert.assertEquals;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
public class JsonStoreTest {
private JsonStore subject;
@Before
public void beforeTest() {
subject = new JsonStore();
subject.open();
}
... | [
"havard.kristiansen@bouvet.no"
] | havard.kristiansen@bouvet.no |
1f222e5f821b8b4da78454251f2e3607fc0d6bc8 | d868fdad46fc63cbd35b0f00df1b594a9a968d75 | /app/src/androidTest/java/com/example/rajan/hangingegg/ExampleInstrumentedTest.java | 64fa6007d10796adc3f0585356809e93dd22cfa0 | [] | no_license | RajanDey/Hanging-Egg | 8aac6d0fec59d3dec5a59e0ba86d34997fd4698a | b8c140f130e89945cbc53bbda061c4ea515bd247 | refs/heads/master | 2020-03-28T20:18:59.486262 | 2018-09-17T02:59:52 | 2018-09-17T02:59:52 | 149,058,779 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 740 | java | package com.example.rajan.hangingegg;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an An... | [
"feb17rajandey@gmail.com"
] | feb17rajandey@gmail.com |
49645e2b86ae30b7e461c878e86fadad54c7fac1 | 84b38ea2f96a9d9b7d6142a73fbf0b03db41a4a6 | /src/main/java/com/athena/chameleon/engine/entity/xml/ejbjar/jeus/v5_0/ColumnMapType.java | eedf2228cf128ca7c369c55dee9ecf86d395d66b | [
"Apache-2.0"
] | permissive | OpenSourceConsulting/playce-chameleon | 06916eae62ba0bdf3088c5364544ae1f6acbe69b | 356a75674495d2946aaf2c2b40f78ecf388fefd0 | refs/heads/master | 2022-12-04T10:06:02.135611 | 2020-08-11T04:27:17 | 2020-08-11T04:27:17 | 5,478,313 | 4 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,062 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2012.0... | [
"nices96@gmail.com"
] | nices96@gmail.com |
870c24b78f5117141c40af0b242fafc5f8f339b5 | 0e0949ffe6ad77023c03ff789b5e3589d70670c6 | /src/main/java/cn/du/dao/MenuDao.java | 44b1576d9ec19e3c2f771d4c997c1862c3cbae6d | [] | no_license | dumengzhen/sfsShop | 45b2c7ccdd8e0986768a56c073af24525ac18467 | dd46f93cb1b4f14496f9e66b318c615a8a28263d | refs/heads/master | 2021-01-24T06:21:49.511031 | 2017-06-05T09:07:50 | 2017-06-05T09:07:50 | 93,313,242 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 157 | java | package cn.du.dao;
import org.springframework.stereotype.Repository;
import cn.du.entity.Menu;
@Repository
public class MenuDao extends BaseDao<Menu>{
}
| [
"dumengzhen_1@163.com"
] | dumengzhen_1@163.com |
a50a2f91f0acdda81a0cf5144bc1da6e8979b67b | 7c0e66ca0dace8b1eb4cea9de861e31ef86117f7 | /src/lib/HelloPackages.java | df5cb7f14e8d51e7ada7092e4094d860812a2e0a | [] | no_license | Royal-lobster/java-lab-experiments | be5504c0e4d66b6078d7417ffe9f45612822c612 | 2274efe9d2dad9ec2606c0f579fc7664cb0c5f46 | refs/heads/main | 2023-06-30T14:12:07.274533 | 2021-08-08T11:19:48 | 2021-08-08T11:19:48 | 389,162,485 | 4 | 1 | null | null | null | null | UTF-8 | Java | false | false | 147 | java | package lib;
public class HelloPackages {
public void sayHello() {
System.out.println("Hello 👋 from a different package");
}
}
| [
"srujangs8@gmail.com"
] | srujangs8@gmail.com |
5dcfba8054b7899599586b96abf08074d5cd7fdd | b41933455a3da03e06cda414a9f17b60c3a6a61c | /app/src/main/java/com/runjing/bean/response/good/SkuImageBean.java | 7876e3805c93ea13ef9485585479a9ff9e6473c1 | [] | no_license | GrassJuly/wineword | 62f5dc5735af5585ca29f954cefa8df2aaf97ccc | 5434648db10873e21f0957c849d6ac807ca57026 | refs/heads/master | 2022-12-01T13:00:12.498243 | 2020-07-28T17:53:53 | 2020-07-28T17:53:53 | 280,475,024 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,221 | java | package com.runjing.bean.response.good;
/**
* @Created: qianxs on 2020.07.23 13:39.
* @Describe:
* @Review:
* @Modify:
* @Version: v_1.0 on 2020.07.23 13:39.
* @Remark:
*/
public class SkuImageBean {
private String imgUrl;
private String sceneType;
private String tenantId;
private String index;... | [
"qianyu@runjingchina.com"
] | qianyu@runjingchina.com |
065b0cd2e9509c699399593dff03bb94cda077f1 | 924d0030c94c7f14ae660fed8e061735e5b73c71 | /SpringBootMyBatis/config/PageBean.java | 9418b82836b39df9be6707b4b55efcf82397662c | [] | no_license | huhuiyu/TeachVideos | 7ac12ffc0ef9a220682a6c97779583779f7819ff | 8d72451e689a6cfd19ce12063d421e5a893d1054 | refs/heads/master | 2020-03-29T16:25:47.668847 | 2018-10-28T03:31:53 | 2018-10-28T03:31:53 | 150,113,434 | 15 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,283 | java | package top.huhuiyu.springboot.projects.util;
import java.io.Serializable;
import com.github.pagehelper.Page;
public class PageBean implements Serializable {
private static final long serialVersionUID = -2047703337735760044L;
private int total;
private int pageNumber;
private int pageSize = 5;
private int... | [
"huhuiyu.vip@gmail.com"
] | huhuiyu.vip@gmail.com |
f76d3786fb88df85709429db7a8b3f2eb82848a7 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/32/32_11fdf2e01d95b874f493e0249a58e9d49eb9216b/Config/32_11fdf2e01d95b874f493e0249a58e9d49eb9216b_Config_s.java | 13eda0b92536cdd38c57a5377b7a68a8888b7e29 | [] | 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 | 20,596 | java | /*
* Copyright (c) 2008-2013, Hazelcast, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
450177d0325bb527803bbeb3410063ad792390ee | 34042bc54db1817cc616536c86e2d915210130b0 | /src/main/java/com/github/xjs/util/LogUtil.java | d0346d2f4ddd5218f37e1c2b3dd70ee322a39a75 | [] | no_license | kangaroo-lu/util | 682c12279f2640debc87fa2f76656873aab563c5 | 489c83a1416a7f295d59394d14e18cddf9c13d5f | refs/heads/master | 2021-01-13T05:55:41.973016 | 2017-06-16T00:52:48 | 2017-06-16T00:52:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,106 | java | package com.github.xjs.util;
import java.util.function.Supplier;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* @author 605162215@qq.com
*
* 2017年6月5日 下午3:45:18
*/
public class LogUtil {
public static Logger log = LoggerFactory.getLogger(LogUtil.class);
public static void debug(Supplier<Str... | [
"xjs@163.com"
] | xjs@163.com |
982f0f30afa85dfecbbc37f67fe8ce41844a5000 | 400a3ffbc259861b41314b5fb486b21ba7acd675 | /app/src/androidTest/java/com/codelab/bottomnavigation/ExampleInstrumentedTest.java | cd18a760d210941b78cca40df51cd406ec6687e9 | [] | no_license | ahmfarisi/BottomNavigationDanFragment | c0f8aa586d14ce6a7e57e59fd32d8a5defb6bb8f | 04543b28e25b0b8d4920ecf05055e34bb8088c65 | refs/heads/main | 2023-03-17T14:19:22.269192 | 2021-02-28T14:03:27 | 2021-02-28T14:03:27 | 343,110,105 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 770 | java | package com.codelab.bottomnavigation;
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 execu... | [
"ahmaadfarisi@gmail.com"
] | ahmaadfarisi@gmail.com |
fd610ed4dc0bfe9f9b1120e3cd296f55dbd75002 | 96736f3d40d517b98472283c1b4f70f6bbd646cd | /Davinci/src/Prolog.java | 9bbae05eb550ff4e8e12e715fcd39b99ce9c7707 | [] | no_license | caskercasker/javaStudy | d77064e38372b1f405e45d6dde9fc5570ddea4ad | 3e153d227e043fa8cd2d5bc9c2dceb517e8162f1 | refs/heads/master | 2020-09-29T14:05:37.848322 | 2020-01-22T02:05:03 | 2020-01-22T02:05:03 | 227,052,024 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,800 | java | import java.util.Map;
import java.util.Vector;
import org.jpl7.Atom;
import org.jpl7.Compound;
import org.jpl7.JPL;
import org.jpl7.Query;
import org.jpl7.Term;
import org.jpl7.Variable;
public class Prolog
{
public static void init()
{
String[] args = {
"pl",
"-g", "true",
"-nosignals",
"-q"
};
... | [
"sist@DESKTOP-SM05CIM"
] | sist@DESKTOP-SM05CIM |
0ddfa26c88797613c383d0471b7819a426920731 | 56b38fde5f18a14987c890827a0324c99b7cf223 | /lc-micro-service/lc-services/lc-service-xx-admin/src/main/java/com/lc/admin/domain/request/cms/DictRequest.java | 4d1daec85b6d2f1b1593cfdb45976ca35f508ebf | [] | no_license | lcliucheng/springboot-micro-service-temp | ee2b6cb97ad9044c417df11c2acdd5a7ebc9dd1f | ea9118595d7a3ba03d181dae3cf1ab80abf9e591 | refs/heads/master | 2022-10-02T14:37:50.162375 | 2019-12-29T06:35:19 | 2019-12-29T06:35:19 | 215,517,038 | 0 | 0 | null | 2022-06-21T04:10:06 | 2019-10-16T10:07:14 | Java | UTF-8 | Java | false | false | 1,279 | java | package com.lc.admin.domain.request.cms;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.experimental.Accessors;
import java.io.Serializable;
import java.util.Map;
/**
* 问题反馈
*
* @author yanghy
* @date 2019/05/13
*/
@ApiModel(value = "Qu... | [
"admin"
] | admin |
f652c5d0b9d81c2e4f52a243d4a39e3b38793cdd | 7078d1a288ca49e83f6695a26e116264385754e6 | /Grading.java | 1559aa7611d33d26df3fdfcb4fbc229b38777f13 | [] | no_license | Unnatipate/Homeworkjava | 06fb99dcd34ab52542c88eb8f48a3fc690f7eb3e | e3f07279b67eaf37c3c6cb1749a8d3f346dba786 | refs/heads/main | 2023-08-25T18:18:44.489420 | 2021-10-27T17:21:24 | 2021-10-27T17:21:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,701 | java | import java.util.Scanner;
public class Grading {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
int marks[] = new int[6];
int i;
float total = 0, avg;
System.out.print("Enter name of student: ");
String n = in.nextLine();
... | [
"noreply@github.com"
] | noreply@github.com |
71fea0d60442504c74eb586c5900c206d9f16429 | 606f6edd804ba920ff460d1ce1dfc2cdf7640957 | /ch.acanda.eclipse.pmd.core.swtbot/src/ch/acanda/eclipse/pmd/swtbot/bot/AddRuleSetConfigurationWizardBot.java | 63536b12e738fe19ad26c8987aca7be587a78189 | [] | no_license | cybernetics/eclipse-pmd | 690c0debf40c323c708f3589ee4e6401c539d001 | 431ca7e05bab53bf07499507c9f50bef6e078112 | refs/heads/master | 2021-01-12T22:14:37.431912 | 2014-03-01T12:26:21 | 2014-03-01T12:26:21 | 17,356,903 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,461 | java | // =====================================================================
//
// Copyright (C) 2012 - 2014, Philip Graf
//
// All rights reserved. This program and the accompanying materials
// are made available under the terms of the Eclipse Public License v1.0
// which accompanies this distribution, and is avail... | [
"git@acanda.ch"
] | git@acanda.ch |
2e0d5938afaadfde33e3071d2ddf5e3d463a1651 | a074624e71667f40a445e98bf83776965875f308 | /MidiSong/src/de/free_creations/midisong/MidiTrack.java | 5027721f6220e4afd78b55abcc14266ba072b1d6 | [
"Apache-2.0"
] | permissive | free-creations/Repetitor | 1d7ff96e21d235c989c54ccb67685fce6cb571dc | 0f9cb29f95f71236252cfc48e5bfe13574ebddb3 | refs/heads/master | 2021-06-02T00:06:45.412139 | 2019-06-10T16:23:55 | 2019-06-10T16:23:55 | 7,716,376 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,565 | java | /*
* Copyright 2011 Harald Postner <Harald at H-Postner.de>.
*
* 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 requ... | [
"harald@free-creations.de"
] | harald@free-creations.de |
e239f880c11a4c2387c138905b397ad78c4aff2c | 4cc67c134a3747b848a63d6c7b29659ffd5f3e04 | /src/api/src/netcraft/NetcraftPlugin.java | 9690ad0d1b64c3b87a44c2e05c3cb5fcd9538ae6 | [] | no_license | animaltier/Netcraft | cfdc7d9b596036832a8f8b5d74342707c75703a3 | b3b6b41da8a9eb501094f71e9e5b1bb2e61bb2d6 | refs/heads/master | 2021-03-22T03:15:18.514695 | 2018-06-30T12:41:39 | 2018-06-30T12:41:39 | 106,299,573 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 323 | java | package netcraft;
public class NetcraftPlugin {
private String id, version;
public NetcraftPlugin(String pluginID, String pluginVersion) {
this.id = pluginID;
this.version = pluginVersion;
}
public String getNetcraftVersion() {
return NetcraftCore.getNetcraftVersion();
}
... | [
"alexkutschera01@gmail.com"
] | alexkutschera01@gmail.com |
6fb6ac23a71f20a39ddb13ec0f829eae522de2f5 | 2c93c69d484567480302e33f8564f63a04a6b967 | /src/main/java/node/MultNode.java | f1e5a8a4fff9d07a461669c6b139c31b6b3e2096 | [] | no_license | dmitrykolesnikovich/compiler | 80ee775c51ec7bd019e413a50ff6e46f2da9b2bd | 9143bd45ab95af83d742f8502b85de36efd26c61 | refs/heads/master | 2021-09-07T10:52:37.782814 | 2018-02-21T21:37:24 | 2018-02-21T21:37:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,581 | java | package node;
import javafx.util.Pair;
import java.util.ArrayList;
import java.util.List;
/**
* @author Rabo
*/
public class MultNode extends OperationNode {
public MultNode(Node left, Node right) {
super(left, right);
}
@Override
public Node simplify() {
left = left.simplify();
... | [
"rabodaber@gmail.com"
] | rabodaber@gmail.com |
95b21d2532af64400a9a7cdaeb711410be19c8b3 | 51837ac601a5b125e2788aca73859a25fadcec8d | /Java/danger_zone/DangerControl.java | 7542f76d4c5d346c62e843eb91379a1b4a96b5e0 | [] | no_license | EdgeCaseBerg/API-Page | e402a695df6140d07b9324b5dbf7b5751b175c6a | 49a8760c7f218bbfdf1d0d157b576cfbb62f3792 | refs/heads/master | 2020-06-03T14:03:04.777164 | 2012-12-06T02:05:51 | 2012-12-06T02:05:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,026 | java | package danger_zone;
import java.io.*;
import java.net.*;
import java.util.Timer;
import java.util.Stack;
import java.util.Map;
import java.util.ArrayList;
//http://code.google.com/p/json-simple/
import org.json.simple.JSONObject;
/**
*@author Ethan Eldridge <ejayeldridge @ gmail.com>
*@version 0.1
*@since 2012-10-5... | [
"ejayeldridge@gmail.com"
] | ejayeldridge@gmail.com |
364352a1214b56626cdabd873b51b7f703ca45aa | 161b6536ddcb9091a0a373dc5a607722aa703999 | /app/src/androidTest/java/ca/caffee/eventsearch/ExampleInstrumentedTest.java | 5ee5ca86a65226b5086a059952d0472bd8f7d0e7 | [
"MIT"
] | permissive | hackaAICaffeeBabesTeam/EventSearch_Android | 74e90aa9025ad5e3b237f1015f76e3d0b2fa1aba | 3ae5131c81954e190c5a6e3b433cc31f99903010 | refs/heads/master | 2021-01-21T14:38:51.131951 | 2017-06-25T18:25:54 | 2017-06-25T18:25:54 | 95,313,438 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 747 | java | package ca.caffee.eventsearch;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on ... | [
"mtajchert@gmail.com"
] | mtajchert@gmail.com |
39cf265798ec42cf2294e00a514b9bac9574db57 | e5574b45d60fa932dcf9fc36e4d9c6922163765e | /joyo-monitor-mq/src/main/java/com/joyotime/net/monitor/exchange/mq/config/ActivemqConfig.java | c1b16d697619283122aadbc2c160a8a5817b2360 | [] | no_license | niubin0919/joyo-monitor-support | 2d876f5fbcf9999efaab28fd51383901d2139774 | 23e0eccfb121526b327492cde80bd821d1f8fd50 | refs/heads/master | 2020-04-19T09:08:00.582441 | 2019-01-29T08:24:48 | 2019-01-29T08:24:48 | 168,100,724 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,670 | java | /**
* com.joyotime.net Inc.
* Copyright (c) 2019-2019 All Rights Reserved.
*/
package com.joyotime.net.monitor.exchange.mq.config;
import java.io.IOException;
import java.io.InputStream;
import java.util.Properties;
import lombok.extern.slf4j.Slf4j;
/**
*
* @author nbin
* @version $Id: ActiveConfig.java, v 0.... | [
"niubin@95z.cn"
] | niubin@95z.cn |
54d3862d94d162441282008fa80e16f5a5cd9752 | 6888a877b5e49791af7046fd295b9e597d22492a | /subprojects/gradle-core/src/test/groovy/org/gradle/messaging/remote/internal/ChannelMessageMarshallingDispatchTest.java | f98d4925daed0fab9e8a085211b7729f3b663339 | [] | no_license | peas/gradle | c98d655efbb86c636c0a31bf09047325f39bba63 | 42c18c115912d891da9843ee9a785dfdd2e363f6 | refs/heads/master | 2021-01-17T23:02:04.476863 | 2010-08-04T08:40:09 | 2010-08-04T08:40:09 | 825,368 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,778 | java | /*
* Copyright 2010 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 applica... | [
"a@rubygrapefruit.net"
] | a@rubygrapefruit.net |
9841a3cfde718034d7295f3faa33b5d08bbf1833 | 18e7aa27dd52a667f667ca88adc21b8d0a0892a3 | /src/main/java/edu/uab/registry/domain/RetrievedPatient.java | 20bf11d86728bd14bcf0a423253299e305788fa1 | [] | no_license | heenachitkara/PHEDRS | 4d4204977f77fb3d209f48ef83052624c9fc3cdc | 0c59f0d541f76278f719a072cfcba397b18a51fa | refs/heads/master | 2020-04-10T22:13:54.498135 | 2018-03-30T19:42:13 | 2018-03-30T19:42:13 | 124,298,911 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,796 | java | package edu.uab.registry.domain;
import java.util.List;
public class RetrievedPatient
{
public List<CrecPatient> getUnder_review() {
return under_review;
}
public void setUnder_review(List<CrecPatient> under_review) {
this.under_review = under_review;
}
public List<CrecPatient> getValidated() {
return v... | [
"hchitkara@uabmc.edu"
] | hchitkara@uabmc.edu |
3c2383ff7548c606166f4297a946031256cc31c2 | 93295d5690037339f69adec76bd2292fa975e7de | /src/main/java/fauxspring/ModelMap.java | cbbb00969b67e844078526ee947d5b38b6502585 | [] | no_license | k-mendza/tddjunit5 | e0a8e4c94ce235f756efa29bf2e6e25277554145 | 0b582adb4770c5b37d169a628d99fe8d7e8cd70b | refs/heads/master | 2020-07-09T13:44:01.712449 | 2019-08-24T15:01:04 | 2019-08-24T15:01:04 | 203,985,699 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 106 | java | package fauxspring;
import model.Pet;
public interface ModelMap {
void put(String pet, Pet pet1);
}
| [
"karolmendza@gmail.com"
] | karolmendza@gmail.com |
10ce5311f469cc4881027f082ebda2a27cde83b4 | d00d3f3f64b1f078e53ce0e8b5c65193ece98a32 | /src/main/java/martin/site/documents/Estudiante.java | 81436e8768fa2656fbe3889ecc4a359b32c5c46a | [] | no_license | JHON-MAURICIO-MANCERA/spring-webflux-academia | 9e266287f8fa7382c59bdeaca1e59b648f819df3 | eac6fafd3da347e3ce6252709cc1f0d340bca841 | refs/heads/master | 2022-04-10T03:00:51.052533 | 2020-03-24T21:01:24 | 2020-03-24T21:01:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,371 | java | package martin.site.documents;
import javax.validation.constraints.NotEmpty;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Size;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Document;
@Document(collection = "estudiantes")
publi... | [
"martinhuacho@hotmail.com"
] | martinhuacho@hotmail.com |
38b8734bb8145cd8683a469391b4439311bbb740 | 8c2fc839a283d7f9c2b4ab214f4cb9221f9aebef | /Week3/CodeInFigures/GetUserInfo2.java | d944d54d30288e3609a97ee037efc2995e4b00fd | [] | no_license | EthanHay/CP2406 | 7f08b0923523649409fd54b346a1ff3c87cf2242 | 007b13da376a2d1be834d9fb721886a723b152f8 | refs/heads/master | 2020-04-06T06:53:31.414619 | 2016-09-05T05:12:49 | 2016-09-05T05:12:49 | 65,521,311 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 486 | java | package CodeInFigures;
import java.util.Scanner;
public class GetUserInfo2
{
public static void main(String[] args)
{
String name;
int age;
Scanner inputDevice = new Scanner(System.in);
System.out.print("Please enter your age >> ");
age = inputDevice.nextInt();
System.out.print... | [
"jc319762@ad.jcu.edu.au"
] | jc319762@ad.jcu.edu.au |
c3ea2decb3e45c7d76673f0df3deb8a649404672 | a39e11f54f7fd25ba635ec42bcc577c1fbf30d81 | /app/src/main/java/com/myapps/toualbiamine/bouncy/C0000R.java | 86a08c8de4fc40f55a5d4111a6cedac041d0b2e0 | [] | no_license | AmineToualbi/Bouncy | f6a615830df0dc24254aa28f144f0c376774d8c9 | 9d48bc07977f8f41cc6fe87263de139fdd1fc88e | refs/heads/master | 2020-03-21T06:22:08.325665 | 2019-04-18T21:14:38 | 2019-04-18T21:14:38 | 138,215,076 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,504 | java | package com.myapps.toualbiamine.bouncy;
/* renamed from: com.myapps.toualbiamine.breakout.R */
public final class C0000R {
/* renamed from: com.myapps.toualbiamine.breakout.R$attr */
public static final class attr {
}
/* renamed from: com.myapps.toualbiamine.breakout.R$color */
public static fina... | [
"amine.toualbi@yahoo.fr"
] | amine.toualbi@yahoo.fr |
a608d07bccb2e5b4f36678176a67ebccc09622c8 | 3fbc9015328aeb73dc5fa95c7f749cbcbef8965c | /CommandServer/src/model/Address.java | c5f1c31c13f717b98963da3e3830617a905ad66a | [] | no_license | coopes-dev/hotelbooking | a40cf3f73038dd372103421c1bb3018191274a81 | 2b60c72320bd8ea7a5263bdf5d3f6f445749762f | refs/heads/master | 2023-03-17T11:35:01.141869 | 2021-03-08T12:13:22 | 2021-03-08T12:13:22 | 344,808,880 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,779 | java | package model;
import javax.persistence.Entity;
import javax.persistence.Table;
@Entity
@Table(name = "ADDRESS")
public class Address {
private int addressID;
private String houseNameOrNumber;
private String addressLine1;
private String addressLine2;
private String addressLine3;
private String postalTo... | [
"coopes@liv.ac.uk"
] | coopes@liv.ac.uk |
2fe8785047b514f5eaac0edebc5ba233e74931a6 | 66880b4c06bf662d058b1184642e9f052779ea9e | /libcore/jsr166-tests/src/test/java/jsr166/ThreadLocalTest.java | 885c2b2b2210356a9ff1645a572aa518d71fc77f | [
"W3C-19980720",
"W3C",
"ICU",
"MIT",
"LicenseRef-scancode-generic-cla",
"Apache-2.0"
] | permissive | ParkHanbum/dex2ir | afa195163a048efa01c1cbd44c90ffd84565d053 | a4cc0fe939146ca258c50a6b52b8fa09313f5eb4 | refs/heads/master | 2022-07-02T20:28:19.323269 | 2022-05-30T09:22:33 | 2022-05-30T09:22:33 | 247,693,944 | 51 | 16 | null | null | null | null | UTF-8 | Java | false | false | 2,692 | java | /*
* Written by Doug Lea with assistance from members of JCP JSR-166
* Expert Group and released to the public domain, as explained at
* http://creativecommons.org/publicdomain/zero/1.0/
* Other contributors include Andrew Wright, Jeffrey Hayes,
* Pat Fisher, Mike Judd.
*/
package jsr166;
import junit.framework... | [
"kese111@gmail.com"
] | kese111@gmail.com |
6661695580445d0a0d4be1b4179ddf36bb45d329 | 3b5aa7b19ff6ed1a20617d2296e83666ade0250c | /src/test/java/pageobject/utils/AppDriver.java | 3a70dabc0cce89148ee33cc98747ed85f276ffe6 | [] | no_license | seveniruby/AppiumPageObjectDemo20180812 | 2fee8926f7603a47cc6a93b9b3f995acee52c9c4 | e3b2273f933e8e603bec25d130bc886c6a11f5af | refs/heads/master | 2020-03-26T03:14:15.099005 | 2018-08-12T10:08:01 | 2018-08-12T10:08:01 | 144,446,233 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,495 | java | package pageobject.utils;
import io.appium.java_client.AppiumDriver;
import io.appium.java_client.android.AndroidDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.remote.DesiredCapabilities;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.concurrent.TimeUnit;
publ... | [
"seveniruby@gmail.com"
] | seveniruby@gmail.com |
850e9f24a3c3f11fb7dc84602aa0c675d87e2750 | 311f1237e7498e7d1d195af5f4bcd49165afa63a | /sourcedata/jedit40source/jEdit/bsh/StringUtil.java | d4f0cfb5ffdb7610ad74c05eb71739c840f5c559 | [
"Apache-2.0"
] | permissive | DXYyang/SDP | 86ee0e9fb7032a0638b8bd825bcf7585bccc8021 | 6ad0daf242d4062888ceca6d4a1bd4c41fd99b63 | refs/heads/master | 2023-01-11T02:29:36.328694 | 2019-11-02T09:38:34 | 2019-11-02T09:38:34 | 219,128,146 | 10 | 1 | Apache-2.0 | 2023-01-02T21:53:42 | 2019-11-02T08:54:26 | Java | UTF-8 | Java | false | false | 4,611 | java | /*****************************************************************************
* *
* This file is part of the BeanShell Java Scripting distribution. *
* Documentation and updates may be found at http://www.beanshell.org/ *
* ... | [
"512463514@qq.com"
] | 512463514@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.