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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d82437c30dbc2278655da275c60c52b8f9e78c4f | b6f29a2c8b0674c62e953e60a3d55460b800e60e | /sample-common/src/main/java/me/sample/sys/domain/SysUserGroup.java | cbd037459507ea18423a73f3f26e2e2840832acf | [
"MIT"
] | permissive | jrchens/sample | 53436005a734b3492d590e453e2d5b3690ed7216 | 10c54f5eccc6d16f3e717c7b4be4c9284b7ffc77 | refs/heads/master | 2021-01-10T09:26:51.530460 | 2017-12-14T04:23:27 | 2017-12-14T04:23:27 | 46,535,108 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,554 | java | package me.sample.sys.domain;
import java.io.Serializable;
public class SysUserGroup implements Serializable {
/**
*
*/
private static final long serialVersionUID = 7367746587216778639L;
private Integer id;
private String username;
private String groupname;
public Integer getId(... | [
"shengchen@promote.cache-dns.local"
] | shengchen@promote.cache-dns.local |
077c33a9da7030563a5c879190be0efdc66136e5 | ec54e2c177a52affe300369ee5265c0f6a12f4d7 | /src/java/cusc/mbean/DangkyNhaTuyenDung.java | dc47098b76bc0b91dcd0f494ed163a1edcac0533 | [] | no_license | giaotrinhjavaee/JobCenter | 906b092ab2d75ce8c17ce0807ec78ea01a40f9d0 | 0e1ee2b3b325057490368b9df61e4c0a117b8455 | refs/heads/master | 2021-01-10T11:21:24.873703 | 2016-04-02T09:46:05 | 2016-04-02T09:46:05 | 39,068,012 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,455 | java | package cusc.mbean;
import javax.annotation.PostConstruct;
import javax.annotation.PreDestroy;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.RequestScoped;
@ManagedBean
@RequestScoped
public class DangkyNhaTuyenDung {
private String email;
private String matkhau;
private Strin... | [
"Le Thi Minh Loan@minhloan"
] | Le Thi Minh Loan@minhloan |
484a84af346e0add6f20ebf64ba78f33fde3efa8 | 9e781ed9a2bc216197f85c2648ceea3e98f28397 | /java/src/main/java/com/java/model/strategy/behavior/fly/FlyBehavior.java | a82c5dd4bdde841c6fa8517b4a16af9617e6209f | [] | no_license | tom-QQQ/javaLearn | aee8d5d22a799e555018db9e6978eae89ebd93c1 | 10839b9dcea5d55d2812433d38d2d749e3c47bcf | refs/heads/master | 2022-07-07T00:45:29.633120 | 2021-06-28T01:00:38 | 2021-06-28T01:00:38 | 213,827,379 | 0 | 0 | null | 2022-06-17T02:34:52 | 2019-10-09T05:20:42 | Java | UTF-8 | Java | false | false | 186 | java | package com.java.model.strategy.behavior.fly;
/**
* @author Ning
* @date Create in 2019/3/20
*/
public interface FlyBehavior {
/**
* 飞的动作
*/
void fly();
}
| [
"kangning.qu@changhong.com"
] | kangning.qu@changhong.com |
53eb153881700e52275bfcead8d28355a9fe3f2d | 0eab5324c4a2326daf2372515d8487cdb62cb421 | /Wapp/app/src/main/java/com/example/wapp/RegisterActivity.java | 25e228ab286edd1fc41e34adb099d4fa8b379067 | [] | no_license | Raj-Mehta2012/ChitChat_ChattingApp | b15668b5782f32352af89b76c3a74434ccdb5c0f | 0dd867b2f2523327222a1c2e6dd3ee8e5a96dfa6 | refs/heads/master | 2022-11-09T00:41:35.192369 | 2020-06-26T08:50:29 | 2020-06-26T08:50:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,896 | java | package com.example.wapp;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolbar;
import android.animation.ObjectAnimator;
import android.content.Intent;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.View;
import and... | [
"61338379+Raj-Mehta2012@users.noreply.github.com"
] | 61338379+Raj-Mehta2012@users.noreply.github.com |
78a2c976fbd57bf67651daecb1aee1f27e871855 | 902cbae1f871f128a64e1b140fff23f72465ca0c | /java-algorithm/src/main/java/com/ethan/sort/RadixSortDemo.java | f752998416cc8562d12039b7dc2117dcfe7497fc | [
"Apache-2.0"
] | permissive | PhotonAlpha/spring-creed | 5f085e612fccd767baa68de7359f1ca53fcb111d | 64a08bc59ef1e21e47893ace707307bb7c529866 | refs/heads/master | 2023-06-23T02:03:34.214592 | 2023-05-13T12:05:29 | 2023-05-13T12:05:29 | 225,605,374 | 2 | 0 | Apache-2.0 | 2023-08-07T16:18:15 | 2019-12-03T11:38:37 | JavaScript | UTF-8 | Java | false | false | 6,141 | java | package com.ethan.sort;
import java.util.Arrays;
import java.util.Random;
/**
* @className: RadixSortDemo
* @author: Ethan
* @date: 8/7/2021
**/
public class RadixSortDemo {
public static void main(String[] args) {
// int[] arr = {53, 3, 542, 748, 14, 214};
int[] arr = new int[8000_000];
... | [
"ethan"
] | ethan |
4315d5a9dac7637000551e882315a3edc0e97b8e | 81038212f616419aebae9c96deb3c66a7c94590d | /app/src/main/java/com/nikolaevdev/weatherapp/model/pojo/Weather.java | 3201986bc25206915a33dc8b86989ad1e52b32e3 | [] | no_license | rkNiko/WeatherApp | b1926e619eda3099cc08bbc76cac3e23c984e3e7 | a799a0f4331c1d6741146c6d32e1138740e75d5c | refs/heads/master | 2020-06-20T16:53:41.908160 | 2019-07-16T14:46:50 | 2019-07-16T14:46:50 | 197,184,427 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,931 | java |
package com.nikolaevdev.weatherapp.model.pojo;
import java.util.HashMap;
import java.util.Map;
import com.fasterxml.jackson.annotation.JsonAnyGetter;
import com.fasterxml.jackson.annotation.JsonAnySetter;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonInclude;
import c... | [
"kostenkoaleksander7@gmail.com"
] | kostenkoaleksander7@gmail.com |
5da023990b98343713301aa54186434e003140f2 | 14f6aefcadf94f0dbc8346b89810755910f6a9c9 | /_5/src/main/java/DatabasePostgreSql.java | 0a48a02c6a4ef7b365cec243fc92b6201c141010 | [] | no_license | MikolajNawojowski/projektowanie | 69b497dd2a447d54a09e5d0353b790e4b11020c7 | 0fbfc24c52eb4b5e0de7a9bcc695dd87179718cd | refs/heads/master | 2021-09-06T10:02:40.911182 | 2018-02-05T09:13:02 | 2018-02-05T09:13:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 947 | java | import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
public class DatabasePostgreSql implements InterfaceDatabase {
private static DatabasePostgreSql instance = null;
public static DatabasePostgreSql getInstance() {
if (instance == null) {
instance = ne... | [
"mikolaj.nawojowski@student.uj.edu.pl"
] | mikolaj.nawojowski@student.uj.edu.pl |
4c9b6354849c67d05cb2567edfd2956c889557f7 | a89c1aaad9e05338429942edad4dbbdc3f3aa563 | /src/noteFrame/TestFrame.java | 67172fc5700d478e1a22e11302bba3982e93eae8 | [] | no_license | shamanovskyi/ACO1 | 7f40cc246ae01850014f15ab1a72519f7c896a80 | 1717a4f671430133b81676793568ffe3c4beb725 | refs/heads/master | 2021-05-29T18:36:28.466712 | 2015-04-22T20:12:35 | 2015-04-22T20:12:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 128 | java | package noteFrame;
public class TestFrame {
public static void main(String[] args) {
new MyFrame("Note");
}
}
| [
"some4day@gmail.com"
] | some4day@gmail.com |
95b797066d012a29717af59d6a44401473370a0b | f1efeb2876f4f4f3acf717af8feddf30f16976f1 | /persistence/src/main/java/com/stockatto/repository/user/UserRepository.java | 65791dc047d6e0077c838621d7bec5b8e42c91a9 | [] | no_license | haileypark-kr/stockatto-backend | 03f7123ae0ce2cc0a61dabe446b6742d2d6306c1 | ef2176575e02cce6cbd8375dead42807611a8a17 | refs/heads/master | 2023-08-09T22:38:43.177707 | 2021-09-16T12:49:45 | 2021-09-16T12:49:45 | 407,148,022 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 212 | java | package com.stockatto.repository.user;
import org.springframework.data.jpa.repository.JpaRepository;
import com.stockatto.model.user.User;
public interface UserRepository extends JpaRepository<User, Long> {
}
| [
"soohyun@Soohyuns-MacBookPro.local"
] | soohyun@Soohyuns-MacBookPro.local |
bac77f62f11df7937c98c760566979a906498a2c | 9acfab9d154da29f2f44e5ce9dcc39a2a1e2a170 | /openhealth/src/org/bn/annotations/ASN1Float.java | 301f9d41de976c3ef5801000b8b93231698cb541 | [] | no_license | joan38/openhealthsecured | 34bd0828c991897c92d7af4370fa208475a8ad94 | 2975560d74e412ba2bb2745b7081c7cce2903601 | refs/heads/master | 2020-05-17T23:56:39.591783 | 2015-03-16T10:32:03 | 2015-03-16T10:32:03 | 32,317,424 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 377 | java | /*
* Copyright 2008 Santiago Carot Nemesio (sancane@gmail.com).
*/
package org.bn.annotations;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE... | [
"joan.goyeau@db5d540e-1c00-245f-e998-93d8dc787d26"
] | joan.goyeau@db5d540e-1c00-245f-e998-93d8dc787d26 |
7b240ac4b7bdbad9b791f26daeb7d2f1dd5bee86 | 662432df2c6a6080a1d3c8c166261273c93ee060 | /HoMED/HoMED-rws/src/java/ws/datamodel/UnassignFcmTokenReq.java | 1388677c41a2450361ab3e0e246daf4b2d5be3d1 | [] | no_license | jianyiee96/HoMED | 93dac6f1534171911f91bd200bc3b04bf6db6f7c | 539bab09df8ed0d566741fac3d7de539356ac94d | refs/heads/master | 2023-01-23T16:01:38.716276 | 2020-11-15T09:40:08 | 2020-11-15T09:40:08 | 294,517,792 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 555 | java | /*
* Project Title: Home Team Medical Board
* Project Application: HoMED-rws
*/
package ws.datamodel;
/**
*
* @author Keith Lim <https://github.com/keithlim>
*/
public class UnassignFcmTokenReq {
private Long servicemanId;
public UnassignFcmTokenReq() {
}
public UnassignFcmTokenReq(Long servic... | [
"keithlck96@gmail.com"
] | keithlck96@gmail.com |
30c3fb8809d496845e0308cf39029f9a0c3e0289 | a47f5306c4795d85bf7100e646b26b614c32ea71 | /sphairas-libs/couchdb/src/org/thespheres/betula/couchdb/ui/CouchDBCredentialsController.java | e8dadf75c31585ddfe91dd4160895c23991d2982 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | sphairas/sphairas-desktop | 65aaa0cd1955f541d3edcaf79442e645724e891b | f47c8d4ea62c1fc2876c0ffa44e5925bfaebc316 | refs/heads/master | 2023-01-21T12:02:04.146623 | 2020-10-22T18:26:52 | 2020-10-22T18:26:52 | 243,803,115 | 2 | 1 | Apache-2.0 | 2022-12-06T00:34:25 | 2020-02-28T16:11:33 | Java | UTF-8 | Java | false | false | 2,629 | 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 org.thespheres.betula.couchdb.ui;
import java.beans.PropertyChangeListener;
import java.beans.PropertyChangeSupport;
import ja... | [
"boris.heithecker@gmx.net"
] | boris.heithecker@gmx.net |
bf4bca340506c9cd4922e4965bc8b2bfb17c178e | 0708888b1ae0b9827d02afa113818ea07088b6cc | /v2/datastream-to-spanner/src/test/java/com/google/cloud/teleport/v2/templates/spanner/ProcessInformationSchemaTest.java | e9ec99e4abe8d8d8b116072758224a781e361c8a | [
"Apache-2.0"
] | permissive | Pio1006/DataflowTemplates | 93201954a5b4b5bd7804a5631c2f2a35d40cd971 | 7c054cec559d5df69451d98a825647a890b56ecf | refs/heads/master | 2023-07-12T03:17:21.596892 | 2021-06-24T11:41:15 | 2021-06-24T11:41:15 | 397,986,386 | 0 | 0 | Apache-2.0 | 2021-08-19T15:19:17 | 2021-08-19T15:16:27 | null | UTF-8 | Java | false | false | 5,240 | java | /*
* Copyright (C) 2021 Google Inc.
*
* 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 ... | [
"cloud-teleport@google.com"
] | cloud-teleport@google.com |
a1b276d47fdf6f00bcb35d961a73c72a30b5e334 | 6da351eb6669d0afc1649e7e9b489ad5fbe40caf | /src/main/java/com/evalution/rewards/config/JpaConfig.java | da81576c02fc39d5dce31d2ac301eaed8ad93d63 | [] | no_license | nikhileshch/RewardPoints | b95a70906c3040a58bb45c8cc64f18af7b37d9c6 | ba3c30196b59cb7ec8e7a3c323d94697b8d35207 | refs/heads/main | 2023-04-18T06:10:22.407469 | 2021-04-23T21:24:54 | 2021-04-23T21:24:54 | 360,970,172 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 493 | java | package com.evalution.rewards.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.data.domain.AuditorAware;
import org.springframework.data.jpa.repository.config.EnableJpaAuditing;
@Configuration
@EnableJpaAuditing... | [
"ch.nikhil6@gmail.com"
] | ch.nikhil6@gmail.com |
0267a6d0f0c59de42d99481da849dca59d345414 | ca1a412a08c8bbb254f4cb72d5ba957627d35a9d | /ssm/maven2/src/main/java/com/chenv/dao/UserMapper.java | f458e0477776d6b355f59e5d59c992a6547a91d8 | [] | no_license | chenvi/JavaWeb | ecf426524f60a38009fd3c26e2ac542037435da7 | d781f4afcf70e6dc46e049f48cd0e08b583a1143 | refs/heads/master | 2020-04-09T16:03:57.313307 | 2016-12-18T06:55:48 | 2016-12-18T06:55:48 | 60,084,549 | 6 | 0 | null | null | null | null | UTF-8 | Java | false | false | 328 | java | package com.chenv.dao;
import com.chenv.pojo.User;
public interface UserMapper {
int deleteByPrimaryKey(Integer id);
int insert(User record);
int insertSelective(User record);
User selectByPrimaryKey(Integer id);
int updateByPrimaryKeySelective(User record);
int updateByPrimaryKey(User re... | [
"chen-v@foxmail.com"
] | chen-v@foxmail.com |
08e0142876a7503223f7241adddfa6ef102d15d9 | 6882f778ff961d5c87e838f2027d61d7021bd6bc | /org.jvoicexml.callmanager.text/unittests/src/org/jvoicexml/callmanager/text/TestTextApplication.java | 233b6359aae7d8afbe540fdef4bb691abe8a8b95 | [] | no_license | ridixcr/JVoiceXML | ac75ce5484e41dcf720269e63caeb262b14fb2c8 | 3b36d974ec41b3d5a277fd2454957fd3331a6fe4 | refs/heads/master | 2021-01-18T03:45:57.337021 | 2015-09-16T07:05:52 | 2015-09-16T07:05:52 | 42,839,146 | 1 | 0 | null | 2015-09-21T02:21:46 | 2015-09-21T02:21:45 | null | UTF-8 | Java | false | false | 3,322 | java | /*
* File: $HeadURL$
* Version: $LastChangedRevision$
* Date: $Date$
* Author: $LastChangedBy$
*
* JVoiceXML - A free VoiceXML implementation.
*
* Copyright (C) 2012-2013 JVoiceXML group - http://jvoicexml.sourceforge.net
*
* This library is free software; you can redistribute it and/or
* modify it un... | [
"dirk.schnelle@jvoicexml.org"
] | dirk.schnelle@jvoicexml.org |
2d1e395b95c7f80ce91dea55cbc6df5200ecce10 | 5bbc3c8f190febd708bc9c8aae6271d085ed7220 | /app/src/main/java/com/xian/www/cinemas/fragments/PostersActivityFragment.java | c415a646bed8213f8ea79fceb1d29969f79a5d1e | [] | no_license | dshrout/cinemas | 70efa50e1268751243ed94849e8a14dc2f596872 | c978338cdfcbcba79e87ad90ec7dc0d25a821631 | refs/heads/master | 2021-01-10T12:21:47.850156 | 2016-04-04T13:13:18 | 2016-04-04T13:13:18 | 55,411,646 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 626 | java | package com.xian.www.cinemas.fragments;
import android.support.v4.app.Fragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.xian.www.cinemas.R;
/**
* A placeholder fragment containing a simple view.
*/
public class PostersActivit... | [
"madwhit@gmail.com"
] | madwhit@gmail.com |
120a64c335c8a30ecac433f49fd06fa1ed94c37c | 8a93b9ff5c0520e3d538076b7e29d72f63f1a2cf | /src/egc3_lw31/client/util/Member.java | 8860ea1d8a314c48a771f6a2d0446ab059efa9af | [] | no_license | rocmeister/Trivia-Game | 54ab8f170860065fc512c3954361a4a06bf6548b | f13179b7767b7b2e4573ee2b70837330b39c4125 | refs/heads/master | 2020-05-02T11:58:54.730701 | 2019-11-20T19:16:09 | 2019-11-20T19:16:09 | 177,946,840 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,631 | java | package egc3_lw31.client.util;
import java.rmi.RemoteException;
//import java.util.UUID;
import common.IMember;
import common.IGroup;
import common.ICmd2ModelAdapter;
import common.IRemoteConnection;
import common.message.GroupDataPacket;
import common.message.GroupDataPacketAlgo;
import provided.datapacket.IDataPac... | [
"lw31@rice.edu"
] | lw31@rice.edu |
e20295b908c0f392a6e1742a558da248eedbcf48 | f3ba304fff2397123fc09e9f5e3652d799575297 | /src/main/java/backtracing/Q79.java | 3b861304e4359a3f4bd9d060ba85e7886b9eaa77 | [] | no_license | LucasPiazon/leetcode | d1d9b9eebb4aa146d3fe36b6e11b2bbe9d70a7d9 | 0edc47be6265b5ebc6ff32d70a5deb93457364cd | refs/heads/master | 2020-09-15T22:56:55.950369 | 2020-01-07T13:45:42 | 2020-01-07T13:45:42 | 223,576,819 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,972 | java | package backtracing;
import java.util.stream.Collectors;
import java.util.stream.IntStream;
/**
* @author chelsea
* @date 2019-11-23
* <p>
* 单词搜索
*/
public class Q79 {
public static void main(String[] args) {
Solution solution = new Solution();
char[][] board = new char[][]{{'a'}};
s... | [
"liuchaoqun@guazi.com"
] | liuchaoqun@guazi.com |
ee5d560c7c050d6a99abda772aa88f1f2defbfcb | 5a171739937788559f1a2c071e04f2e32e08e3a8 | /app/src/main/java/com/thedramaticcolumnist/appdistributor/mAdapter/SliderAdapterHome.java | d5cfd1614b81fb42a4e4124412510e4a0bccc97b | [] | no_license | SanjaySinghGangwar/easybutorDistributor | 0bbf6cf3a8d6fa18182c314f17f85d3bb7a27a69 | a4b29782b2b0e1f2732168841a517b50003b0058 | refs/heads/master | 2023-08-13T21:21:04.941652 | 2021-10-05T12:01:28 | 2021-10-05T12:01:28 | 385,240,128 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,995 | java | package com.thedramaticcolumnist.appdistributor.mAdapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import com.bumptech.glide.Glide;
import com.bumptech.glide.load.engine.DiskCacheStrategy;
import com.s... | [
"gangwar.jar@gmail.com"
] | gangwar.jar@gmail.com |
f5848808e6031b2b364b687924e8188bac488fcc | 7dbbe21b902fe362701d53714a6a736d86c451d7 | /BzenStudio-5.6/Source/com/zend/ide/cb/a/oc.java | f59b4ec7fc74406e663d70965dcf8b6765e95d10 | [] | no_license | HS-matty/dev | 51a53b4fd03ae01981549149433d5091462c65d0 | 576499588e47e01967f0c69cbac238065062da9b | refs/heads/master | 2022-05-05T18:32:24.148716 | 2022-03-20T16:55:28 | 2022-03-20T16:55:28 | 196,147,486 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 600 | java | package com.zend.ide.cb.a;
import com.zend.ide.util.c.h;
import com.zend.ide.util.ct;
import java.awt.event.ActionEvent;
import javax.swing.AbstractAction;
class oc extends AbstractAction
{
final dd a;
public oc(dd paramdd)
{
super(ct.a(116));
}
public void actionPerformed(ActionEvent paramActionEvent... | [
"byqdes@gmail.com"
] | byqdes@gmail.com |
2055ed19951cad5c5c73dddd22732976f9566f6b | 9486fbb937256e9edfe11c20a1455978c8529631 | /src/rs/ac/bg/etf/pp1/ast/MaybeRelopExpr.java | 58a0a306a8516262ff6915dc3f53c1bac16d251c | [] | no_license | Djordje1995/MJCompiler | 162b6a5c942d2ad7ea27c790eaee4f355de4f8e4 | b34222e0e4e2d09fccba0d821b2286c07a517761 | refs/heads/master | 2020-05-16T06:56:45.537414 | 2019-06-13T18:36:38 | 2019-06-13T18:36:38 | 182,860,394 | 0 | 0 | null | 2019-06-13T18:36:39 | 2019-04-22T20:11:05 | Java | UTF-8 | Java | false | false | 829 | java | // generated with ast extension for cup
// version 0.8
// 13/5/2019 19:21:7
package rs.ac.bg.etf.pp1.ast;
public abstract class MaybeRelopExpr implements SyntaxNode {
private SyntaxNode parent;
private int line;
public SyntaxNode getParent() {
return parent;
}
public void setParent(Sy... | [
"bozovic.djole@yahoo.com"
] | bozovic.djole@yahoo.com |
54886e8f3fffae4d1bc5f6ccde51e8ee1b4b773f | e91b2bb5f405f880ce79aec737237cebbef0e94b | /app/src/main/java/com/ske/snakebaddesign/models/Player.java | 741da2174576d9e85c9f28f00a48c7af85b43a63 | [] | no_license | chinatip/Snake-and-Ladder | 5d17a336a29e96c122fe2f5dc4972e6668f6d939 | da3b6ebe23d224a5736941dab9f5dc7b15eb9356 | refs/heads/master | 2021-01-10T13:39:54.357092 | 2016-03-17T14:24:54 | 2016-03-17T14:24:54 | 54,123,055 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 632 | java | package com.ske.snakebaddesign.models;
public class Player {
private static int NUMBER = 1;
private int number;
private Piece piece;
public Player(int color){
this.number = NUMBER;
piece = new Piece(color);
NUMBER++;
}
public int getNumber() {
retur... | [
"namtan8888@gmail.com"
] | namtan8888@gmail.com |
2296df56a9e93bc673b956dc24d3e645009e0543 | 4e8757f15e3792c04c3d8d6a6c865d231d85511d | /sevensGame/src/main/java/techtest/sevensGame/sevensGame/MouseLogic.java | 3cbaf0ebe1dd968753dfdf0049825446272cf5f8 | [] | no_license | ScottFreeman96/sevensGame | 66aa3471cc62484697179cb48f3f695183d615a1 | 0f137171573e130e055eeb2df00c3b32bb718304 | refs/heads/main | 2023-01-23T15:58:04.016754 | 2020-12-07T14:33:12 | 2020-12-07T14:33:12 | 319,141,628 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 429 | java | package techtest.sevensGame.sevensGame;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
public class MouseLogic extends MouseAdapter
{
Player player;
public MouseLogic(Player player)
{
this.player =player;
}
@Override
public void mouseClicked(MouseEvent e)
{
//Coordinates of cl... | [
"scott_freeman1996@hotmail.com"
] | scott_freeman1996@hotmail.com |
b8b30e898ed52aca6fceb788816bd16fe2ac848f | 9254e7279570ac8ef687c416a79bb472146e9b35 | /codeup-20200414/src/main/java/com/aliyun/codeup20200414/models/GetMergeRequestDetailResponseBody.java | ba9deb16b0b7f0185d70a9ba6c58ffaf80823f64 | [
"Apache-2.0"
] | permissive | lquterqtd/alibabacloud-java-sdk | 3eaa17276dd28004dae6f87e763e13eb90c30032 | 3e5dca8c36398469e10cdaaa34c314ae0bb640b4 | refs/heads/master | 2023-08-12T13:56:26.379027 | 2021-10-19T07:22:15 | 2021-10-19T07:22:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 26,256 | java | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.codeup20200414.models;
import com.aliyun.tea.*;
public class GetMergeRequestDetailResponseBody extends TeaModel {
@NameInMap("ErrorMessage")
public String errorMessage;
@NameInMap("RequestId")
public String requestId;
@Nam... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
132d8e4967e22d72b42a536f452d2a74a6e6f48d | 7f20b1bddf9f48108a43a9922433b141fac66a6d | /csplugins/trunk/ucsd/kono/NCBIUI/src/edu/ucsd/bioeng/idekerlab/ncbiclientui/NCBIUIPlugin.java | 1eafd4bf9b7db413141905ebc067d2044acd7734 | [] | no_license | ahdahddl/cytoscape | bf783d44cddda313a5b3563ea746b07f38173022 | a3df8f63dba4ec49942027c91ecac6efa920c195 | refs/heads/master | 2020-06-26T16:48:19.791722 | 2013-08-28T04:08:31 | 2013-08-28T04:08:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,340 | java | /*
Copyright (c) 2006, 2007, The Cytoscape Consortium (www.cytoscape.org)
The Cytoscape Consortium is:
- Institute for Systems Biology
- University of California San Diego
- Memorial Sloan-Kettering Cancer Center
- Institut Pasteur
- Agilent Technologies
This library is free software; you can redistribute it ... | [
"kono@0ecc0d97-ab19-0410-9704-bfe1a75892f5"
] | kono@0ecc0d97-ab19-0410-9704-bfe1a75892f5 |
7e652a382c02870b80e38c6886cbff04c012c62f | 8c6ce5e7ef5addb7e8c40d17d59510e9d3c80977 | /app/src/main/java/com/eightyeightysix/shourya/almondclient/fcm/FirebaseIDService.java | 11b0e23cac5f79e11797db7d92e6d877af9692bb | [] | no_license | shouryalala/periferi-client | d9dafdc6cc82e0e7815aba94e9ff84d8b8137108 | 7e0c79b91a8fe5f08cc54d9410775d9c536eb877 | refs/heads/master | 2021-03-19T18:11:09.604047 | 2020-05-25T11:38:56 | 2020-05-25T11:38:56 | 91,770,221 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,144 | java | package com.eightyeightysix.shourya.almondclient.fcm;
/*
* Created by shourya on 20/6/17.
*/
import android.util.Log;
import com.google.firebase.iid.FirebaseInstanceId;
import com.google.firebase.iid.FirebaseInstanceIdService;
public class FirebaseIDService extends FirebaseInstanceIdService {
private static f... | [
"shouryalala@gmail.com"
] | shouryalala@gmail.com |
83566c4ddd8ea5ac3935e95522eb46ff7f560b24 | 101aeec35377267eb0901e9e805690c415cc2524 | /Prj1/src/lectureExample/Array/String/StringExam3.java | 6f15893cc4867b32a8593c129c9694d83204a3b7 | [] | no_license | marhabaeli/java2020 | c1c09bc8c0e8fdc364386f137a7f971006069527 | ea1f309d117dc71f2a7aa6c1519a76373b630e11 | refs/heads/master | 2020-12-26T16:31:22.756949 | 2020-05-05T19:20:29 | 2020-05-05T19:20:29 | 237,564,795 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,253 | java | package lectureExample.Array.String;
public class StringExam3 {
public static void main(String[] args) {
String s="Robert Rosar";
StringExam3 obj=new StringExam3();
// System.out.println(obj.getAbbrName(s));
System.out.println(obj.delConsonant("Hello, have a good day!"));
}
String... | [
"marhabaeli@gmail.com"
] | marhabaeli@gmail.com |
1141db2a4edc4c85c42507e7e832d2cf86274412 | e9310550eebc4f8dfcd97a38256e5d2c078b0b2b | /app/src/main/java/com/example/basisql/Model/Contact.java | 59a1ab6088283189ef5d6ff9179db63637949118 | [] | no_license | Durganand-ds1/sql | 80cc2d9ae1173ce87b1467b727f9521e7aab0014 | b736321c762abcf949adf672a29532023516288d | refs/heads/master | 2023-03-24T02:34:17.781124 | 2021-03-19T15:19:55 | 2021-03-19T15:19:55 | 349,466,856 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 775 | java | package com.example.basisql.Model;
public class Contact {
private int id;
private String name;
private String email;
public Contact(String name, String email, int id) {
this.name = name;
this.email=email;
this.id=id;
}
public Contact(String name, String email) {
... | [
"dmdu23@gmail.com"
] | dmdu23@gmail.com |
30224328e1ca4f24354be8f9040045c1ab24ef1c | c1882c016759cb782faa166108df245481ab6294 | /Data-Structure-Implementations/src/linkedList/ILinkedList.java | f8f92c161a91510fc2f5db8c93ae7e6c06d0f965 | [
"Unlicense"
] | permissive | mostafaLabib65/Data-structure-implementation | 4e6df6786c0fa655f7ba6f7f0e9c4b0e81d1d5b1 | 67cdeaa9985a8576b62c5f2bb469814ee8bcef08 | refs/heads/master | 2021-01-18T20:05:18.710787 | 2017-08-25T01:16:47 | 2017-08-25T01:16:47 | 100,543,532 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,138 | java | package linkedList;
public interface ILinkedList {
/**
* Inserts a specified element at the specified sposition in the list.
*/
public void add(int index, Object element);
/** Inserts the specified element at the end of the list. */
public void add(Object element);
/** Returns the element at the specified position in ... | [
"Mustafa@admin-pc"
] | Mustafa@admin-pc |
5ad39f2b9a0d6170873df88c61bd0065194e32fb | ceac2e92837be22cb82086ef9448dcd290271656 | /app/src/main/java/com/puzzle/industries/inumbr/ui/PlaceBetActivity.java | c128493b686f01186028b1d905aafad3e752d8be | [] | no_license | MulisaRamukosi/inumbr | d64f64070cb6370ca5e2314ef83d7f72f27d0a97 | 33d6cc45bd182ebb817843a0c043470ac4973b9c | refs/heads/master | 2023-04-19T22:09:22.942823 | 2021-05-03T13:02:24 | 2021-05-03T13:02:24 | 348,459,928 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,623 | java | package com.puzzle.industries.inumbr.ui;
import android.os.Bundle;
import androidx.annotation.Nullable;
import com.puzzle.industries.inumbr.dataModels.LuckyNumberGame;
import com.puzzle.industries.inumbr.databinding.ActivityPlaceBetsBinding;
import com.puzzle.industries.inumbr.utils.Constants;
import java.io.IOExce... | [
"mulisa0998@gmail.com"
] | mulisa0998@gmail.com |
37c55562a41e4dc0eacabe7959e5f8197e5296c4 | 4ea516edf07e87b15e424d1411c4deb3ae2e4fc5 | /apigetway/src/main/java/com/pack/apigetway/core/zuul/filter/pre/RateLimiterFilter.java | 4faa39daa2b4135d8b72b41d446749745e6ec3ca | [] | no_license | maoxinyuan/zuul1.x | 3b9113844945b7be625f9c88c8851d95df3e1b98 | 3a264368313160da487a1025942ed9705143aacd | refs/heads/master | 2023-01-06T16:08:28.613428 | 2020-11-10T07:07:30 | 2020-11-10T07:07:30 | 311,565,719 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,054 | java | package com.pacific.apigetway.core.zuul.filter.pre;
import com.google.common.util.concurrent.RateLimiter;
import com.pacific.apigetway.core.zuul.FilterOrder;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import javax.servlet.http.HttpServletRequest;
/**
* @author yekai
* @date 20181210
* 限流过滤器
**/
pub... | [
"maoxinyuan0@gmail.com"
] | maoxinyuan0@gmail.com |
6c79cafa504819fb1fba8ee3b81fc00152cdc751 | b7e855c85deaf26fa5d2f7652cfb72cbfebf02b9 | /spring/springCore/src/main/java/org/springframework/core/env/PropertySourcesPropertyResolver.java | a164cf34f49ce496df3f614cecc8381d7f1ed9ed | [] | no_license | 90ji/studySourceParent | 36f45a14c6797aac76629d1e27404871549b0565 | b4a9716dcb40a920a5489eddff591ba5de6d582b | refs/heads/master | 2022-10-08T08:47:52.166076 | 2020-06-12T03:22:38 | 2020-06-12T03:22:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,424 | java | /*
* Copyright 2002-2017 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 appli... | [
"394731688@qq.com"
] | 394731688@qq.com |
d8a1873b0c414bd4a14d83799370df612915cf5d | 2f4a058ab684068be5af77fea0bf07665b675ac0 | /app/com/facebook/katana/platform/PlatformWrapperActivity.java | 5fdde58063b40e9c83fdb03a6c951b358a5ba7b3 | [] | no_license | cengizgoren/facebook_apk_crack | ee812a57c746df3c28fb1f9263ae77190f08d8d2 | a112d30542b9f0bfcf17de0b3a09c6e6cfe1273b | refs/heads/master | 2021-05-26T14:44:04.092474 | 2013-01-16T08:39:00 | 2013-01-16T08:39:00 | 8,321,708 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,818 | java | package com.facebook.katana.platform;
import android.content.Intent;
import android.os.Bundle;
import com.facebook.common.util.ErrorReporting;
import com.facebook.katana.LoginActivity;
import com.facebook.katana.activity.BaseFacebookActivity;
import com.facebook.katana.binding.AppSession;
import com.facebook.katana.bi... | [
"macluz@msn.com"
] | macluz@msn.com |
05cd1dcd56a1080a65dec69186122f59b065a5ef | b2dd36dde592e75701b6f44bbc0d4d262e4c6422 | /ace/ace-live/ace-live-web/target/tomcat/work/localEngine/localhost/live/org/apache/jsp/dynamic/common/footer_002d2_jsp.java | 38081e2ed9b3fd5d313295196f566637d5a54dbd | [] | no_license | marswon/ace | 1257f8f7160115f3d8d0a312443d650b015537dc | a75ccdb02644e98c5953e8157250d81280b1f62c | refs/heads/master | 2020-03-11T02:25:22.244394 | 2018-04-16T07:04:46 | 2018-04-16T07:04:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,697 | java | package org.apache.jsp.dynamic.common;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
public final class footer_002d2_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static final JspFactory _jspxFactory = JspF... | [
"249134995@qq.com"
] | 249134995@qq.com |
5deac7eeb6ae50a9a698b5463baca1ab417d7eba | ee7e3493b1c3857c83f0a23f61803c1d86f7dd43 | /src/main/java/xyz/mizan/springbootsecurity/boot/service/package-info.java | 3a57c32a7eee6c303e0c1b44b2ca8044f53fbed1 | [] | no_license | kmmizanurrahmanjp/spring-boot-security | 2a48807dced0d23bafcc7e75f57f6a6678b40e60 | c49d48f679223c44b9974c5c83f1044cbdfa3204 | refs/heads/master | 2020-04-02T23:01:55.423243 | 2018-10-29T17:00:29 | 2018-10-29T17:00:29 | 154,853,355 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 91 | java | /**
*
*/
/**
* @author lenovo
*
*/
package xyz.mizan.springbootsecurity.boot.service; | [
"https.mizan@gmail.com"
] | https.mizan@gmail.com |
078447b0fa2fb7b08aeef47e951d44255c1ffe35 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/8/8_1c01ecdc8bdb26db006a9e7fca946214d646ed8b/ImageLayer/8_1c01ecdc8bdb26db006a9e7fca946214d646ed8b_ImageLayer_s.java | c5365bfe5b2263d3707a183718cc5010ef11e0ba | [] | 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 | 6,409 | java | package net.coobird.paint.image;
import java.awt.Graphics2D;
import java.awt.image.BufferedImage;
import net.coobird.paint.BlendingMode;
/*************************
* TODO Clean up this class!!
*/
/**
* Represents a image layer within the Untitled Image Manipulation Application
* @auth... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
6ffb9dbd9f213938de09b75a5e5f379428e1b7cd | beede3370b36f14dd8151cdd165fdd42105ef594 | /app/src/main/java/ru/electronim/msuc/ListViewAdapterForWorkToday.java | 1a2aca58bce5895d99a105105a5dde2c8905a629 | [] | no_license | reffren/2016_msdp | 9d0656052302860c2e8b370ad5c7f5f80b50f960 | d81cbc32d1cc856428cc685f39868579eb309dcb | refs/heads/master | 2020-04-06T03:57:56.016748 | 2017-02-27T22:55:26 | 2017-02-27T22:55:43 | 83,083,706 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,534 | java | package ru.electronim.msuc;
import android.content.Context;
import android.database.Cursor;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import java.util.ArrayList;
/**
* Created by Tim on 20.01.2016.
*/
public class ListViewAdapterFor... | [
"emailtotimur@gmail.com"
] | emailtotimur@gmail.com |
c57cd8f362e9596ef71f8bd1ce99412c842ebc0f | 517dfd08ed6e957d201cf0fe2160b3c41a30d517 | /TP5_Autowired/src/main/java/Application.java | aae28c526aab6bad488eb52fa69fe450d098c034 | [] | no_license | jeanyvesruffin/SPRING | c23fdf5db6adbe449735c71c65d2c4c17e65246a | 51535cacfecb60f54b48362e778b4b1f9db835ad | refs/heads/master | 2021-07-14T02:10:24.975340 | 2020-06-23T13:54:46 | 2020-06-23T13:54:46 | 173,896,193 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 744 | java |
import org.springframework.context.ApplicationContext;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
import com.ruffin.service.SpeakerServiceImpl;
public class Application {
public static void main(String[] args) {
@SuppressWarnings("resource")
ApplicationContext appContext ... | [
"ruffinmax@hotmail.fr"
] | ruffinmax@hotmail.fr |
3ed72b085cd8333f40d9df7df7e923aa87812414 | ab3b50ba1ecef6dbc0072158d09df5d66f207788 | /src/main/java/ru/geekbrains/demo/repository/UserRepository.java | 0c48934a01688d03df3bf9f1a1e6788bfb63d57e | [] | no_license | IgorTribul/geekbrains-spring-jdbc | bfe8c1af81e3c8122f7fba14f41c376769eba917 | 89db3ce2ba9f13f11cf64c1f2697f4b4a872faf9 | refs/heads/master | 2022-12-26T16:52:00.291269 | 2020-10-12T21:28:06 | 2020-10-12T21:28:06 | 303,516,968 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 337 | java | package ru.geekbrains.demo.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import ru.geekbrains.demo.model.User;
import java.util.List;
public interface UserRepository extends JpaRepository<User, Long>{
List<User> findAllByAgeBetween(int min, int max);
List<User> deleteUsersByName(... | [
"igor_tt@rambler.ru"
] | igor_tt@rambler.ru |
286d0189674415b7c0582b14606a1ca9ac76c232 | bfd1d439a04d2f1f84befb98ff8c445180248c4a | /app/src/main/java/com/feitianzhu/huangliwo/shop/adapter/ServeOrderAdapter.java | 25ce6dbd60d3d4569934836190022174a5e74ff0 | [
"Apache-2.0"
] | permissive | cliangtime/huangliwo_android | 29e0b1c0d3f4875879d7cf45dc259ff309a9de40 | 662fdd4586d4a9ef9c286055fbb567b1e9185261 | refs/heads/master | 2022-10-28T12:39:56.989273 | 2020-06-18T05:41:45 | 2020-06-18T05:41:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,409 | java | package com.feitianzhu.huangliwo.shop.adapter;
import android.support.annotation.Nullable;
import android.widget.ImageView;
import com.bumptech.glide.Glide;
import com.bumptech.glide.request.RequestOptions;
import com.chad.library.adapter.base.BaseViewHolder;
import com.feitianzhu.huangliwo.R;
import com.feitianzhu.h... | [
"694125155@qq.com"
] | 694125155@qq.com |
a064992031d006cac25edab6cb2e0c23c25c3bcb | bc55d7d928d3c6ba0dc72cdc969c3e69427d9f2d | /app/src/main/java/com/example/tryretrofitlogin/adapter/Lelbyhwburungadapt.java | 3e3f6359beed1c31b686c327ef75cecadf818844 | [] | no_license | galangsur/TryRetrofitLogin | c4bce48190063428b5458acb4c977c276258cd62 | 62d0b87a05dabd04ebc973e0027c3c5711327380 | refs/heads/master | 2023-06-28T18:18:11.580744 | 2021-08-04T09:33:57 | 2021-08-04T09:33:57 | 256,243,465 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,017 | java | package com.example.tryretrofitlogin.adapter;
import android.content.Context;
import android.content.Intent;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx... | [
"galang221b@gmail.com"
] | galang221b@gmail.com |
d8e3eddda8bfc9cd3515cea2c7cd5aafd206037c | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /large-multiproject/project35/src/main/java/org/gradle/test/performance35_3/Production35_255.java | 2f93c0972b8febcebe63cfe32eaa5999042bdd4d | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 305 | java | package org.gradle.test.performance35_3;
public class Production35_255 extends org.gradle.test.performance12_3.Production12_255 {
private final String property;
public Production35_255() {
this.property = "foo";
}
public String getProperty() {
return property;
}
}
| [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
7f93289c9629f81b7f2d55b2e0734a4657e3370e | 2bbe916e09670674397ff0eba62e20ee1b408eb3 | /src/Java_15/TestCricle.java | 6f769a5a6311b3795319c79824d9025360d8c3f2 | [] | no_license | tuanpth1909/P_Tuan_Java | 694530a8227b18ec2d9a8d28a1be6a3c6af125aa | d793e6b6d0933d187b78322573fc958f2a98a658 | refs/heads/master | 2021-03-20T14:22:47.423467 | 2020-04-28T03:01:01 | 2020-04-28T03:01:01 | 247,213,420 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,671 | java | //package Java_15;
//
//public class TestCircle {
// public static void main(String[] args) {
// // Test Constructors and toString()
// Circle c1 = new Circle();
// System.out.println(c1); // Circle's toString()
// Circle c2 = new Circle(1, 2, 3.3);
// System.out.println(c2); // ... | [
"60849085+tuanpth1909@users.noreply.github.com"
] | 60849085+tuanpth1909@users.noreply.github.com |
f31d3be9a4331516904c6e07effc3a7fa1476912 | e5c911145590bf6b5b08d8445e6626dcf9c0ce42 | /src/test/java/ru/job4j/pooh_jms/TopicTest.java | c31fc3991c78ed4b9ca6e7e89bf65a550875a552 | [] | no_license | i3acsi/job4j-middle | b31b336e078b36aefb34cbbc2da3dc11f18382d6 | f6f83bb6c45719a5cdec7a684817c01c7308a7cd | refs/heads/master | 2023-04-09T20:28:18.072110 | 2021-04-16T18:36:37 | 2021-04-16T18:36:37 | 294,595,408 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,124 | java | package ru.job4j.pooh_jms;
import org.junit.Assert;
import org.junit.Test;
import java.util.Iterator;
import java.util.List;
import java.util.Random;
import java.util.function.BiConsumer;
import java.util.function.Supplier;
import static ru.job4j.pooh_jms.Tools.assertJson;
import static ru.job4j.pooh_jms.Tools.getRa... | [
"gasevskyv@gmail.com"
] | gasevskyv@gmail.com |
7b15461da3bc5ccfd43ba172ab3e60929d52f36d | 823a6fc581cb0d1857083de8270e9ab21ba6708e | /src/com/vince/demo/mediator/colleague/Purchase.java | 7155b9b0f63c7dc6c30af54e320e94ceae747853 | [] | no_license | zouqinjia/design-pattern | 0463384e989e045a1232d218817319f2091ccbc4 | 0fa6222d1809a7501159c04b218a0c70fa25e5b8 | refs/heads/master | 2021-07-03T04:28:53.634088 | 2020-08-18T13:15:30 | 2020-08-18T13:15:30 | 135,042,005 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 484 | java | package com.vince.demo.mediator.colleague;
import com.vince.demo.mediator.mediator.AbstractMediator;
/**
* colleague
*/
public class Purchase extends AbstractColleague{
public Purchase(AbstractMediator abstractMediator) {
super(abstractMediator);
}
public void buyIBMComputer(int number){
... | [
"zouqinjia@163.com"
] | zouqinjia@163.com |
53f27ea52e1f61aa4c785981188fb7b7d8e2d543 | d490e90c7784dbf952bcf85027e4dded8453e6f9 | /FileConverterApi/src/main/java/com/kryptow/fileConverterapi/tools/FileBaseName.java | 399732fb13e05cdc413f019cc80452311579c7ee | [] | no_license | onuraykut/fileConverterApi | 919a239c08bdcaba2ac25eb4851a60bbeab1ac87 | f21f617fc176511466789245d76ac48ccb94d8b0 | refs/heads/master | 2023-05-04T23:25:58.966234 | 2021-05-22T06:48:51 | 2021-05-22T06:48:51 | 334,456,803 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 583 | java | package com.kryptow.fileConverterapi.tools;
public class FileBaseName {
public static String getBaseName(String fileName) {
int index = fileName.lastIndexOf('.');
if (index == -1) {
return fileName;
} else {
return fileName.substring(0, index);
}
}
public static String getUni... | [
"onuraykut@outlook.com"
] | onuraykut@outlook.com |
51fd10e747a8346ddf43124cf7cb6b46fffee326 | 786210736d40715f28b1bbd1b9c275afae3bf20e | /Karaok/src/com/karaok/note/Model.java | 96735cc6de93ab406a25ba276b77660856a41759 | [] | no_license | kosta130/karaok | b40aec9223b44e6486a90a8cfb19e8a90e6913de | 733be42db236e893e8d574800f6f56273c9991fa | refs/heads/master | 2021-01-11T01:37:47.040496 | 2016-11-04T08:11:49 | 2016-11-04T08:11:49 | 70,682,224 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 55 | java | package com.karaok.note;
public class Model {
}
| [
"SungWook@192.168.0.116"
] | SungWook@192.168.0.116 |
0a9e401bc21e3381ce75407993a61682c63a1dec | 180e78725121de49801e34de358c32cf7148b0a2 | /dataset/protocol1/kylin/learning/4524/AclPermissionFactory.java | 49015984c13d2983b5f9699181d65662a6143bb3 | [] | no_license | ASSERT-KTH/synthetic-checkstyle-error-dataset | 40e8d1e0a7ebe7f7711def96a390891a6922f7bd | 40c057e1669584bfc6fecf789b5b2854660222f3 | refs/heads/master | 2023-03-18T12:50:55.410343 | 2019-01-25T09:54:39 | 2019-01-25T09:54:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,034 | 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"); you ... | [
"bloriot97@gmail.com"
] | bloriot97@gmail.com |
64334cfd85cc413f9c5925886a9095d60215f978 | ef0c039e27f173a3aa4e82ab4e26edc93f9e28e0 | /bazel/testSrc/com/android/tools/gradle/ProfilerToBenchmarkAdapter.java | dbec8dab6f72aec3548b11135251b9d396cba15a | [] | no_license | ggaier/android_platform_tools_base | 1091a25aa220665d7eb02481426f4941d0fedd18 | 85c6b73c22cd23c069d94eb19c824d4fb74a5ec9 | refs/heads/master | 2020-09-17T11:33:48.674204 | 2019-11-26T02:43:12 | 2019-11-26T02:43:12 | 224,085,780 | 1 | 3 | null | null | null | null | UTF-8 | Java | false | false | 14,290 | java | /*
* Copyright (C) 2018 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... | [
"jwenbo52@gmail.com"
] | jwenbo52@gmail.com |
947ff6a421739179587dcf01db98b385ab4a6764 | d97488157ad05c35595404c7a854b08b28927281 | /src/main/java/com/example/emailschedulerwithquartz/dto/RescheduleMinuteDTO.java | 170a20bb0a898ddb70c83f9b9ff958f3b42a6a2f | [] | no_license | kutayyaman/email-scheduler-with-quartz | 70c1d7c2d9f7f875efe61528eccf5552096705d3 | 8ad9f69a8a30b06a3a06bd190bbe90f4e322965d | refs/heads/master | 2023-07-16T01:58:23.490559 | 2021-08-23T12:13:22 | 2021-08-23T12:13:22 | 398,404,238 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 238 | java | package com.example.emailschedulerwithquartz.dto;
import com.fasterxml.jackson.annotation.JsonInclude;
import lombok.Data;
@JsonInclude(JsonInclude.Include.NON_NULL)
@Data
public class RescheduleMinuteDTO {
private String minute;
}
| [
"yamankutay1@gmail.com"
] | yamankutay1@gmail.com |
2a211a9119f818adf2dd149041b71a7050d3e1d8 | 0915b39458bf947a804f25c73304baf8fd96e3c1 | /similarnames2-java/SimilarNames2Test.java | d20714191d4c26764f0e0c0243c3909651cb4515 | [] | no_license | rafalio/topcoder | 28fa2fb33d0565ddaf305cc26193ff49613d10f8 | f1325e248660c006cb2b10502ead2dfaf2c27e4d | refs/heads/master | 2021-01-02T09:07:21.532953 | 2014-09-03T17:08:10 | 2014-09-03T17:08:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,067 | java | import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
public class SimilarNames2Test {
protected SimilarNames2 solution;
@Before
public void setUp() {
solution = new SimilarNames2();
}
@Test(timeout = 2000)
public void testCase0() {
String[] names = new Str... | [
"me@rafal.io"
] | me@rafal.io |
3933d62267321aec444ee50e35038bafaec19c9f | 5f3f46c97bdecaf3b99307c5fcaf2f5e1974555f | /src/main/java/com/ubisys/drone/modules/base/model/SensorConfigTemporary.java | 8df9a4f3df091477e457e36bda58f97c9e7084bc | [] | no_license | shao139772/springboot2WithSecurity | 54bf1a9968887ceee0eb92038b00df7f2108773a | 02dd5d27e548e88dac530cb54eb695f4b55ca2d7 | refs/heads/master | 2020-04-17T06:39:44.608688 | 2019-01-18T03:05:21 | 2019-01-18T03:05:21 | 166,334,162 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,925 | java | package com.ubisys.drone.modules.base.model;
import java.io.Serializable;
import java.util.List;
public class SensorConfigTemporary implements Serializable {
/**
* 暂时保留,创建时间
*/
/*@JSONField(name = "attacking")
private boolean attacking;*/
private String build_time;
/**
* 暂时保留
*/
/*@JSONField(... | [
"1223602751@qq.com"
] | 1223602751@qq.com |
f3ae19ee00b725d463ca9213d29e971358c65055 | 7d9946e5ae996e226f97cfcae9737c827d20aa08 | /src/main/java/com/example/lucklymoney/form/UserForm.java | 60bc025705a6604f9ff83fedf816f3979cec62ad | [] | no_license | Yyang2009/springBoot | 6f2657030a76737b3ae450820562782a03db6ec4 | f2970f98cc2909dca51b1885f745a6744603c21b | refs/heads/master | 2022-06-21T18:27:03.825361 | 2019-12-11T08:10:00 | 2019-12-11T08:10:00 | 224,656,860 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 367 | java | package com.example.lucklymoney.form;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
/**
* @author zhusidao855
* @date 2019/12/6
*/
@Data
@ApiModel
public class UserForm {
@ApiModelProperty("用户名")
private String userName;
@ApiModelProperty("... | [
"zhusidao855@pingan.com.cn"
] | zhusidao855@pingan.com.cn |
6b6bfe8682473a61231be5fb30050116aa7eeb5f | f11d0634c95a3340dd6b880ddd892a8da85729a9 | /way-cnab/src/test/java/br/com/objectos/way/cnab/TesteDeLoteExtItau.java | 7aad95c7dc1b0eaf13e7a5d0eb1c7661993753d2 | [
"Apache-2.0"
] | permissive | fredwilliamtjr/jabuticava | 11e27091cffd080853b6811ef364c8c9ab9aa9aa | 3235e3cc2f48e2145c86dfe73b88ebeed141cddb | refs/heads/master | 2023-03-18T05:16:17.925964 | 2014-09-27T22:00:56 | 2014-09-27T22:00:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,735 | java | /*
* Copyright 2014 Objectos, Fábrica de Software LTDA.
*
* 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 applicab... | [
"marcio.endo@objectos.com.br"
] | marcio.endo@objectos.com.br |
d782522a57f2c2043b0c1a7f69db45784309c785 | 068bb1a43adf5d128500d4f9cb2a2fade289db57 | /src/java/controller/RegisterController.java | 54bcfe4eab67659348dea96b75d5cb8c652a37cd | [] | no_license | Phonng/Teender-COPY- | f6f1e504724dab0d3d2a95f71783e9f95a0c5fb6 | 0553bac80b5ab9567443ffe2e29580b01529823b | refs/heads/master | 2020-03-23T19:30:49.262511 | 2018-07-31T11:44:49 | 2018-07-31T11:44:49 | 141,983,671 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,975 | 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 controller;
import dal.UserDAO;
import java.io.File;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.... | [
"heartgold1405@gmail.com"
] | heartgold1405@gmail.com |
8ae24c070237f095cb8d3a749c5dd4b99a15682f | 0a77b00a82aa6b80e32f2f8cb1522210eb65c197 | /app/src/main/java/com/github/s0nerik/shoppingassistant/glide_binding/GlideBindingAdapter.java | 9c248edc28f48273d4249181d8f7b1080ad3c5c9 | [] | no_license | s0nerik/Kart | 0b3e50445492a2f16b91e32cc018433310ca4665 | b496577c487351403412a5426ee96da64629f62d | refs/heads/master | 2021-01-17T04:30:51.387265 | 2017-12-09T21:57:35 | 2017-12-09T21:57:35 | 82,968,385 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,513 | java | package com.github.s0nerik.shoppingassistant.glide_binding;
import android.databinding.BindingAdapter;
import android.net.Uri;
import android.widget.ImageView;
import com.bumptech.glide.DrawableRequestBuilder;
import com.bumptech.glide.DrawableTypeRequest;
import com.bumptech.glide.Glide;
public class GlideBindingAd... | [
"thesonerik@gmail.com"
] | thesonerik@gmail.com |
262e75b404e380cbf0be599d2a1d565039b53a55 | f2ca82398c9ca6d21e7f0b6bc8cd56a5dffa757f | /dubbo-admin/dubbo-ops-backend/src/main/java/org/apache/dubbo/admin/registry/common/route/RouteUtils.java | 0ba04d3228500f2e4ba47d6808970bc64d9184ec | [] | no_license | nzomkxia/ops | a07f78ab996c918fce7cea251b6a1a491d00601e | 1113f294454e726f083c22d64d54afff87842c96 | refs/heads/master | 2020-03-26T13:37:48.911603 | 2018-08-16T07:21:43 | 2018-08-16T07:21:43 | 144,948,873 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,532 | 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"); you may ... | [
"minuxan.zmx@alibaba-inc.com"
] | minuxan.zmx@alibaba-inc.com |
c9a47fdfa854035ab0fc123a9b49b43b623e24fb | 5ac03030a05280364ab831eb0ee590f5af7a6f63 | /app/src/main/java/com/example/administrator/mjproject/DailyActivity.java | 9610d9dddb9a42044969b6d166915a0e2b9e7b7f | [] | no_license | danny0628/APP_project | d0666f013001fd2aba6918592dfc3bc3183a3a09 | 36153a47fda894757cc7a5a66cbdbdb0fc87fa1a | refs/heads/master | 2021-07-15T04:39:25.547402 | 2017-10-19T17:58:17 | 2017-10-19T17:58:17 | 107,614,167 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,760 | java | package com.example.administrator.mjproject;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.ArrayAdapter;
import android.widget.EditText;
import android.widget.ListView;
import java.util.ArrayList;
public class DailyActivity extends AppCompa... | [
"danny0628@naver.com"
] | danny0628@naver.com |
8fec8cdeb6ba62eb2f14eb0990d090ec532ad0dc | c81befea60b06542082d8d33dd439d8bb7bfc2de | /services-staticmap/src/main/java/com/mapbox/staticmap/v1/models/StaticMarkerAnnotation.java | e97dc7c0959d6a62cf4f3e5ce4a0db192da30b18 | [] | no_license | rubythonode/mapbox-java | b0c767957837e7f88adf3a608c2721a3c998d25b | 1e65f8f501763bc4b4f38821f19426d40500dc7e | refs/heads/master | 2021-08-15T19:56:14.160287 | 2017-11-18T05:46:00 | 2017-11-18T05:46:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,823 | java | package com.mapbox.staticmap.v1.models;
import android.support.annotation.Nullable;
import com.google.auto.value.AutoValue;
import com.mapbox.geojson.Point;
import com.mapbox.services.exceptions.ServicesException;
import com.mapbox.services.utils.TextUtils;
import com.mapbox.staticmap.v1.StaticMapCriteria;
import com.... | [
"cameron@mapbox.com"
] | cameron@mapbox.com |
0331e34bf1cf0ad8e2f6432ff82d1d440f89cd04 | c1bc8ca242cb90a26e4d842a1393fb89458b6b0d | /src/main/java/organizer/event/CsvReader.java | 9481b5d1dd2adfbbd25cc4dc30255e6381fe8d65 | [] | no_license | Makedo81/Calendar-Organizer | 4645080de9a75e3e816d385b9327e83c4bacc9df | 6914ce5e82efe30fc6192c069565e2d536b95fde | refs/heads/master | 2021-01-04T03:21:23.010316 | 2020-02-13T20:45:53 | 2020-02-13T20:45:53 | 240,356,231 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,571 | java | package organizer.event;
import com.google.api.client.util.DateTime;
import com.google.api.services.calendar.model.Event;
import com.google.api.services.calendar.model.EventDateTime;
import com.opencsv.CSVReader;
import java.io.IOException;
import java.io.Reader;
import java.nio.file.Files;
import java.nio.file.Paths;... | [
"domi.stan@wp.pl"
] | domi.stan@wp.pl |
f033f02168abd640ec1ea100954787352538f8c2 | d5f63aaabd51acd11753ef75abed3f0a2873fe49 | /roilat-study/roilat-study-java/src/main/java/cn/roilat/study/socket/iobuffer/TestSocketIOBufferServer.java | 9da758b73e8af866a0b89e25d7199df93409ea0c | [] | no_license | roilat/roilat_study_code | bf8ac1849f69d60ca0142fc03e452da5e235a975 | 8e58735b62c4ceda120410b999c06dea57d47e1d | refs/heads/master | 2022-12-23T21:07:26.720607 | 2019-12-17T16:00:39 | 2019-12-17T16:00:39 | 125,948,386 | 0 | 2 | null | 2022-12-16T06:11:44 | 2018-03-20T02:21:34 | Java | UTF-8 | Java | false | false | 2,287 | java | package cn.roilat.study.socket.iobuffer;
import java.io.IOException;
import java.net.InetSocketAddress;
import java.nio.charset.Charset;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import org.apache.mina.core.service.IoHandlerAdapter;
import org.apache.mina.core.session.IdleSta... | [
"wb-dtw368035@antfin.com"
] | wb-dtw368035@antfin.com |
d49dc53d92ca2254a8bdbe1ddf19bf0fc5acbae2 | 8f8961fcb17be9eb283eda1f66a5309d3198c9be | /branches/sandbox/src/main/java/es/us/lsi/tdg/fast/core/component/UnwiredComponent.java | b9499f997dc874a7b0235440516f2908ccee1b36 | [] | no_license | raina070/fast-trading | a98b453ddf0917e1459a30d225fe30c725f6a29c | 38e569225199d88a6a68f85ab12d395db48ac89f | refs/heads/master | 2016-09-06T21:35:28.613272 | 2012-09-21T20:17:17 | 2012-09-21T20:17:17 | 35,436,737 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 384 | java | package es.us.lsi.tdg.fast.core.component;
public class UnwiredComponent extends RuntimeException {
String unwiredAdaptor;
public UnwiredComponent(String unwiredAdaptor) {
this.unwiredAdaptor = unwiredAdaptor;
}
public String toString(){
return toString()+":"+unwiredAdaptor;
}
/**
* ... | [
"pafmon@1dd39048-c632-0410-b676-f7962134b12f"
] | pafmon@1dd39048-c632-0410-b676-f7962134b12f |
cfc1ebeb266be1443b99ff05aa755ddd9616ad0a | fa1408365e2e3f372aa61e7d1e5ea5afcd652199 | /src/testcases/CWE523_Unprotected_Cred_Transport/CWE523_Unprotected_Cred_Transport__Servlet_16.java | a6fb029c5150ef5ae04c2e34caa6d12f101f218a | [] | no_license | bqcuong/Juliet-Test-Case | 31e9c89c27bf54a07b7ba547eddd029287b2e191 | e770f1c3969be76fdba5d7760e036f9ba060957d | refs/heads/master | 2020-07-17T14:51:49.610703 | 2019-09-03T16:22:58 | 2019-09-03T16:22:58 | 206,039,578 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 4,205 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE523_Unprotected_Cred_Transport__Servlet_16.java
Label Definition File: CWE523_Unprotected_Cred_Transport__Servlet.label.xml
Template File: point-flaw-16.tmpl.java
*/
/*
* @description
* CWE: 523 Unprotected Transport of Credentials
* Sinks: non_ssl
* GoodSink... | [
"bqcuong2212@gmail.com"
] | bqcuong2212@gmail.com |
47005dc7fab5bbc636f3416b8fa20cfb34332a4d | 4b02716fe4b91399d2bfda4dda3becc31a9d793a | /huigou-uasp/src/main/java/com/huigou/uasp/bmp/dataManage/domain/query/OpdatakindQueryRequest.java | 1605326ab3854c15d6ee444cf77fcc7c3edb6017 | [] | no_license | wuyounan/drawio | 19867894fef13596be31f4f5db4296030f2a19b6 | d0d1a0836e6b3602c27a53846a472a0adbe15e93 | refs/heads/develop | 2022-12-22T05:12:08.062112 | 2020-02-06T07:28:12 | 2020-02-06T07:28:12 | 241,046,824 | 0 | 2 | null | 2022-12-16T12:13:57 | 2020-02-17T07:38:48 | JavaScript | UTF-8 | Java | false | false | 1,077 | java | package com.huigou.uasp.bmp.dataManage.domain.query;
import com.huigou.data.domain.query.QueryAbstractRequest;
/**
* 数据管理权限维度定义
*
* @author xx
* SA_OPDATAKIND
* @date 2018-09-04 10:52
*/
public class OpdatakindQueryRequest extends QueryAbstractRequest {
/**
* 编码
**/
protected String ... | [
"2232911026@qq.com"
] | 2232911026@qq.com |
cc3e5e260883e1b0fc2dbbf92c45537fd7d37ec6 | d7cdeb414c5effca26db5981d5c3275a2ebe42f4 | /src/main/java/com/expedia/www/EditWebPage.java | fced95dcbbffa127fa346cc61bb81ce089ea7e9d | [] | no_license | chilichilimo/expedia-challenge | 173e67cc5be0b8d297d0730c3255f54d6eb1f534 | ae040bc730b8d22d564e8120dee6799dec307ef8 | refs/heads/master | 2021-01-11T14:24:29.739406 | 2017-02-08T17:06:53 | 2017-02-08T17:06:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,693 | java | package com.expedia.www;
import java.util.Scanner;
/*
Ask user for the URL that they wish to edit
Display the current <title>, <meta name="description" content="" /> and <meta name="keywords" content"" /> to the user
Ask which element they would like to edit
Ask what the user wants the new content for that element ... | [
"linna.wang15@imperial.ac.uk"
] | linna.wang15@imperial.ac.uk |
2732c8ce1e8442a7b2842b0f60c42f872a758f8b | 97386b00aa112044a46b55db632c6be1195ed79d | /src/main/java/com/adpf/tracking/entity/TAppLogin.java | daf0d0a484a6bbf0fbbf500e93f82f9b857922c4 | [] | no_license | mayongcan/adpf | 8f1a036c05afdb8978730eebaa5860b5bc56219e | 69d3be034e4270501f56da5a3ac3a82825c4aac9 | refs/heads/master | 2022-07-09T21:57:35.733201 | 2020-01-20T07:04:48 | 2020-01-20T07:04:48 | 255,856,674 | 0 | 0 | null | 2022-06-29T18:04:31 | 2020-04-15T08:43:22 | Java | UTF-8 | Java | false | false | 2,571 | java | /*
* Copyright(c) 2018 gimplatform(通用信息管理平台) All rights reserved.
*/
package com.adpf.tracking.entity;
import java.io.Serializable;
import java.util.Date;
import javax.persistence.Basic;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.Ge... | [
"1571638094@qq.com"
] | 1571638094@qq.com |
a4c5c89b7baac0d29973d37e11aa0a01e9c9257f | addab6c55935a29d7663594b951416f035274f16 | /src/com/totalwine/test/storelocator/SLSearch.java | 8b1c6fda15f3b7fc0d1f97eadb0212b1d9ab147b | [] | no_license | mhossaintotalwine/TWMAutomation_Bugfix | 6a266c44a06c6de9537e7b1d8afaccf53e2f910a | b6949620a7297b8d67e550533ecf33f640465ee2 | refs/heads/master | 2021-01-14T08:51:55.219290 | 2016-04-22T13:57:25 | 2016-04-22T13:57:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,695 | java | package com.totalwine.test.storelocator;
/*
* Store Locator (Search)
* Workflow:
* 1. Access the site and navigate to the Store Locator page
* 2. Search using most-frequently used search terms
* 3. Validate result
*
* Technical Modules:
* 1. BeforeMethod (Test Pre-requisites):
* Maximize brow... | [
"rajatsud@yahoo.com"
] | rajatsud@yahoo.com |
a60210f0758d56a5b4ba33294a8a1c422768555d | b0ec91b43376b40b7b7c0c54b56cc14750d203d6 | /Code Snippets/September/30September/Codes/P6.java | cbbb712f70d88e679824484465dfe35ea75872df | [] | no_license | himanshuparmar121/Sortedmap | a8c1e8df24cd4b85f4beacac926feb3bf9fd0c89 | c55b9d1ed038311a679ca943f29054906b425458 | refs/heads/master | 2023-03-07T00:31:34.845702 | 2021-02-09T17:26:43 | 2021-02-09T17:26:43 | 281,379,432 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 165 | java | class Demo {
public static void main(String[] args) {
BufferedReader br = new BufferedReader();
String str = br.readLine();
System.out.println(str);
}
}
| [
"parmarhimanshu360@gmail.com"
] | parmarhimanshu360@gmail.com |
218cb5fc2e92f76fa058f2caf06aa4bd016139ab | 72e1e90dd8e1e43bad4a6ba46a44d1f30aa76fe6 | /java/core/javaee7-samples-master/websocket/atmosphere-chat/src/main/java/org/javaee7/websocket/atmosphere/JacksonDecoder.java | 94ef5505f1e21f3b124246ffdfa8e36b31f61805 | [
"CDDL-1.0",
"MIT",
"GPL-2.0-only",
"LicenseRef-scancode-oracle-openjdk-exception-2.0",
"Apache-2.0"
] | permissive | fernando-romulo-silva/myStudies | bfdf9f02778d2f4993999f0ffc0ddd0066ec41b4 | aa8867cda5edd54348f59583555b1f8fff3cd6b3 | refs/heads/master | 2023-08-16T17:18:50.665674 | 2023-08-09T19:47:15 | 2023-08-09T19:47:15 | 230,160,136 | 3 | 0 | Apache-2.0 | 2023-02-08T19:49:02 | 2019-12-25T22:27:59 | null | UTF-8 | Java | false | false | 1,159 | java | /*
* Copyright 2013 Jeanfrancois Arcand
*
* 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... | [
"fernando.romulo.silva@gmail.com"
] | fernando.romulo.silva@gmail.com |
727062792b8cbb3b0f3e1f86115d8e1537d733d1 | 13b65e436a57d944d41250d9f472cbe26775f38c | /app/src/main/java/com/Dayat/finalmobile/data/api/repository/SingleRequest.java | d1bce456cb21740d2b926b528faa8e51823d6239 | [] | no_license | Hidayatullah14/FinalPM | 433196e8c8f3ef7d30983312a1a1754a6c4623e2 | 015b953e362d8295af8444863b80723e898ae167 | refs/heads/master | 2023-05-15T05:33:46.940109 | 2021-06-10T15:37:43 | 2021-06-10T15:37:43 | 375,748,068 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 671 | java | package com.deril1709.finalmobile.data.api.repository;
import com.deril1709.finalmobile.Consts;
import com.deril1709.finalmobile.data.api.Service;
import retrofit2.Retrofit;
import retrofit2.converter.gson.GsonConverterFactory;
public class SingleRequest {
private static Service service;
public static Servi... | [
"Dayattulla14@gmail.com"
] | Dayattulla14@gmail.com |
0f19b21424dd89713223e768d863d51aac4abe95 | 4cd77f7b407a78b30ce79994c030e19047f1b60d | /src/main/java/com/assessment/API.java | f20b9a1d97c3c92960ee3d55e817543351150743 | [] | no_license | sunkanokporn/DDTHAssessment | 16af7b260fac95376fa8a9967d730a2b936645f5 | 64133aff8d400f3017537cc633ce0cb9fa636afb | refs/heads/master | 2020-05-07T09:04:11.800494 | 2019-04-09T15:22:26 | 2019-04-09T15:22:26 | 180,361,059 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,449 | java | package com.assessment;
import com.assessment.com.MainLogic;
import com.bean.Input;
import com.bean.Output;
import org.springframework.http.MediaType;
import org.springframework.web.bind.annotation.*;
@RestController
public class API {
static MainLogic mainLogic = new MainLogic();
@RequestMapping("/api/hell... | [
"kanokpon.tan@gmail.com"
] | kanokpon.tan@gmail.com |
f9d3de8ea99291fce5c15f2eb4b6d5399f5eebbf | 5923b0d035b7bafd6de650ceb7a67f25ba79eed9 | /src/main/java/cn/jianchen/com/trade/common/exception/ArgumentServiceException.java | 9b5b5b4436720c6898082f65ec7d98e2a591833d | [] | no_license | cpwk/school-trade-api | 0e825b8288723abcebb0b07799540477ed9ccd55 | 4129e4270f7fbb6eb13fa3f09be6b2b548b6c6be | refs/heads/master | 2023-02-25T03:30:51.461259 | 2020-08-05T06:29:44 | 2020-08-05T06:29:44 | 299,173,444 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 721 | java | package cn.jianchen.com.trade.common.exception;
import java.io.Serializable;
import java.util.HashMap;
import java.util.Map;
/**
* 创建人:chenpeng
* 创建时间:2019-11-01 10:05
**/
public class ArgumentServiceException extends ServiceException {
private static final long serialVersionUID = -7398899188917026294L;
... | [
"1395688079@qq.com"
] | 1395688079@qq.com |
a8955ca573000fb7e39f2e8b685753488a76818c | 01d4416163c2c8beace93930a8e7c3c7281cbc36 | /Zelda ROBERTs/src/entity/weapons/Seed.java | ed0cb456e1b0eda91f86ebe47b1d3fb7b7eb336f | [] | no_license | cubeman99/old-eclipse-workspace | 639c7a6540545b68b4068159872c3986f81925d0 | e6001ce0e9e657abfbe8e8ec5fb9e3d956251d39 | refs/heads/master | 2020-08-03T08:03:01.258280 | 2019-09-29T14:41:31 | 2019-09-29T14:41:31 | 211,675,002 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,305 | java | package entity.weapons;
import entity.Entity;
import geometry.Point;
import geometry.Rectangle;
import geometry.Vector;
import graphics.Draw;
import graphics.Sprite;
import graphics.library.Library;
import java.awt.Graphics2D;
import world.Room;
/**
* A base seed that can be dropped or shot.
* @author Robert Jord... | [
"jordand95@gmail.com"
] | jordand95@gmail.com |
b0f8e9fc814077249ce5ad324b0c0b32a7e379f6 | 5b216f274a8d14c9307ee32b5b8628bf0b083174 | /src/main/java/bjad/swing/DateEntryField.java | 82b9f06c6d454ea661fd3f36c248f7267658849f | [] | no_license | bendougall/BJAD_SwingUtils | 1c880e4ea4090409a77aed5db14ba42cf3a4ecec | 9a928af643ae83b49c52dcecae10a652543f9518 | refs/heads/master | 2022-12-03T13:33:38.861522 | 2022-11-26T12:58:32 | 2022-11-26T12:58:32 | 61,485,472 | 0 | 0 | null | 2021-12-19T14:45:44 | 2016-06-19T14:59:06 | Java | UTF-8 | Java | false | false | 5,913 | java | package bjad.swing;
import java.math.BigDecimal;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import javax.swing.text.Document;
import bjad.swing.InvalidKeyEntryListener.InvalidatedReason;
/**
* Field for entering a date value into and
* ... | [
"ben.dougall@gmail.com"
] | ben.dougall@gmail.com |
9b45e18e359867229315333fddd9a1e61af475b3 | d62b02b365b177d535a1a8b754aea6252c1a4199 | /week-01/day-4/src/Coding_Hours/CodingHours.java | 0b00add9701d6c5f55135a7acd0e233c9a8ba4bb | [] | no_license | green-fox-academy/SzidAnett | 56ed9839b9248993ce800c419519f66db56ce272 | 95f7e0d0e40ef68e6acc491ba5065fc8b18bf2ac | refs/heads/master | 2022-12-01T01:03:56.325146 | 2020-08-14T15:46:09 | 2020-08-14T15:46:09 | 265,593,989 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 423 | java | package Coding_Hours;
public class CodingHours {
public static void main(String[] args) {
int dailyHours = 6;
int weeks = 17;
System.out.println("Hours spent with coding in a semester: " + (weeks * 5 * dailyHours));
int a = weeks * 5 * dailyHours;
int b = weeks * 52;
... | [
"amszideri@gmail.com"
] | amszideri@gmail.com |
9593ef3ed5f4a9a8c785a4f1edc3291ac95f4e3e | 53d677a55e4ece8883526738f1c9d00fa6560ff7 | /com/tencent/mm/app/a.java | 014716bc27c1d7572a4561a5f5842a3084fbdb8d | [] | no_license | 0jinxing/wechat-apk-source | 544c2d79bfc10261eb36389c1edfdf553d8f312a | f75eefd87e9b9ecf2f76fc6d48dbba8e24afcf3d | refs/heads/master | 2020-06-07T20:06:03.580028 | 2019-06-21T09:17:26 | 2019-06-21T09:17:26 | 193,069,132 | 9 | 4 | null | null | null | null | UTF-8 | Java | false | false | 38,077 | java | package com.tencent.mm.app;
import android.content.Context;
import android.content.SharedPreferences;
import android.os.Handler;
import android.os.Looper;
import android.os.Process;
import android.util.Base64;
import com.tencent.matrix.trace.core.AppMethodBeat;
import com.tencent.mm.compatible.e.p;
import co... | [
"172601673@qq.com"
] | 172601673@qq.com |
b490c3c85b2cbf2f82ed3aacc5b17fc0bffaf580 | 6dbae30c806f661bcdcbc5f5f6a366ad702b1eea | /Corpus/eclipse.jdt.debug/991.java | fffddbb2fee2f674a73c25485f45c20ac486f28c | [
"MIT"
] | permissive | SurfGitHub/BLIZZARD-Replication-Package-ESEC-FSE2018 | d3fd21745dfddb2979e8ac262588cfdfe471899f | 0f8f4affd0ce1ecaa8ff8f487426f8edd6ad02c0 | refs/heads/master | 2020-03-31T15:52:01.005505 | 2018-10-01T23:38:50 | 2018-10-01T23:38:50 | 152,354,327 | 1 | 0 | MIT | 2018-10-10T02:57:02 | 2018-10-10T02:57:02 | null | UTF-8 | Java | false | false | 8,572 | java | /*******************************************************************************
* Copyright (c) 2007, 2012 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... | [
"masudcseku@gmail.com"
] | masudcseku@gmail.com |
451cba03a14387cf157941dbc671c652e02646de | 559d78fd7b69995001e74c7d34c2500d6ea4b18a | /pettrade/src/main/java/com/chongwu/pettrade/controller/OrdersController.java | 2c3a99b9d4ca455b03286d28a3aac0d7c4e2849a | [] | no_license | BoWen98/pettrade_parent | 98e17ea11c92188d654772528ca3abf4222523a1 | 295d9e92b94cc6a6abb7477091c036965fb5b288 | refs/heads/master | 2022-12-24T13:11:14.081303 | 2019-12-07T00:43:00 | 2019-12-07T00:43:00 | 226,434,242 | 0 | 0 | null | 2022-12-16T08:06:34 | 2019-12-07T00:42:11 | Java | UTF-8 | Java | false | false | 4,017 | java | package com.chongwu.pettrade.controller;
import com.chongwu.pettrade.bean.Cart;
import com.chongwu.pettrade.bean.CartItem;
import com.chongwu.pettrade.service.entity.OrderItem;
import com.chongwu.pettrade.service.entity.Orders;
import com.chongwu.pettrade.service.entity.User;
import com.chongwu.pettrade.service.servi... | [
"376512291@qq.com"
] | 376512291@qq.com |
9e26966263a8e0d7eae20df9ac56c514b04b1fc3 | 297b13a372efa3423f71e11fc157c0d5738f51cc | /src/emulator/src/andorxor/OR_A_XX.java | 7be4f0dcc23565f34ca6baf163d87c6c61a4363e | [] | no_license | milanvidakovic/16-bit-CPU-emulator | 7ccbe57ce08c5f7e5303e4d1eccdbbdb15dd5ffb | 431fabb31cf303ff6924a102ecb36633e71d96c2 | refs/heads/master | 2021-08-22T23:11:42.276223 | 2017-12-01T15:40:22 | 2017-12-01T15:40:22 | 112,648,291 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 459 | java | package emulator.src.andorxor;
import emulator.engine.Context;
import emulator.src.Instruction;
public class OR_A_XX extends Instruction {
public OR_A_XX(short[] memory, int addr) {
super(memory, addr);
super.setArgument();
super.setAssembler("or a, 0x%04x");
}
@Override
public void exec(Conte... | [
"minja@maja.localdomain"
] | minja@maja.localdomain |
2def5a2ba469767257e343a5b1db6eb5faf73f5d | 1b90935275ba3621376c480c5f788a5dc571eae1 | /src/java/com/uoc/ead/entity/Movie.java | e99331e53f26e940420cc696e633405737219774 | [] | no_license | PasinduWJ/GMDB_Movie_web_Application | 5851c56562059a2f93e21c358e1e8e57358c0e00 | 555aad9d9900c564b7f0921084ed7b6b484386ba | refs/heads/master | 2023-07-02T09:57:23.462567 | 2021-08-10T13:15:45 | 2021-08-10T13:15:45 | 394,608,375 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,892 | java |
package com.uoc.ead.entity;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Collection;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.pe... | [
"pasindujayasekara3@gmail.com"
] | pasindujayasekara3@gmail.com |
510c6406003b49bb5e96235f0be7cd5cf9acf251 | 1dbcbba915221357bc155ba9de6f3f74a31b7b79 | /src/main/java/com/blungehroot/javacore/chapter18/Address.java | 43b72566cd1a75478a184190832117d047f56a16 | [] | no_license | Blungehroot/javacore | 3fd1c98fdb8f041c72ea7a6e8936ae18906bf5a4 | 349630cd48948b09358b6d0ef0ac53f09d1009a9 | refs/heads/master | 2023-08-06T22:49:38.641519 | 2021-09-19T14:45:32 | 2021-09-19T14:45:32 | 388,747,537 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 500 | java | package com.blungehroot.javacore.chapter18;
public class Address {
private String name;
private String street;
private String city;
private String state;
private String code;
Address(String n, String s, String с, String st, String cd) {
name = n;
street = s;
city = с;
... | [
"yevgeniy.shaydur@kyivstar.net"
] | yevgeniy.shaydur@kyivstar.net |
6866e5e00a61bee4300d2261a96fc45278c06adb | 2ae62537a15964c0b1ba7bdb4b1fab180ba26ea1 | /src/OOP_CSE_2214/Buyer.java | 28a555717afa40ec359e33dd779ecd8d8dec8299 | [] | no_license | Mahbub2027/Shopping_Mall_Management_System_Java | a9d2ac49fcacc4c64b1950e4386798713af78add | 186a371e0f9c2daa013761c59b9466c25da38e03 | refs/heads/master | 2023-08-25T17:00:57.185098 | 2021-10-27T01:06:58 | 2021-10-27T01:06:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,658 | java | package OOP_CSE_2214;
import java.util.Scanner;
public class Buyer {
public void Buyer(){
System.out.println(" We select you as a buyer. ");
System.out.println("Choose an option: ");
System.out.println(" 1. Maps 2. Your Thoughts 3. About Ourself");
System.out.print... | [
"abidurrahman780@gmail.com"
] | abidurrahman780@gmail.com |
f4521b22064a181c29236b4127f563dbbce32d3a | ce8276068f14c233efb3c361be1259482edccccd | /app/src/main/java/com/tremainebuchanan/register/activities/Register.java | d4cb629523dcfb8fb90d4316f91c3d831ba4ea96 | [] | no_license | tremainebuchanan/register-mobile-app | f637f7d90fa0dbc9c1ec22c423f0a8f8e41484d8 | 740696483a69bafb0564144966f9640c7954ab69 | refs/heads/master | 2021-01-13T09:17:00.597570 | 2016-12-05T23:37:51 | 2016-12-05T23:37:51 | 69,660,766 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,701 | java | package com.tremainebuchanan.register.activities;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.AsyncTask;
import android.support.v7.app.AlertDialog;
import android.support.v7.app.AppCompatActivity;
import an... | [
"tremainekbuchanan@gmail.com"
] | tremainekbuchanan@gmail.com |
f45e68c1ae41a307fbad8c70a82a8e5570be4f72 | c2dd2f26744e41f1ca9a8650f451b63be14511e4 | /module-1/04_Loops_Arrays/student-lecture/java/src/main/java/com/techelevator/Lecture.java | 70d9ccdaf69876f9af5aeded65ccd38a049fa567 | [] | no_license | normrothwell/TechElevator | 0596d3528d77079072bc47dc89672e01717c454b | f850ff783d63fa28003f36d0a225cb27fc2d63b3 | refs/heads/master | 2022-12-22T12:01:31.485002 | 2020-08-10T23:32:41 | 2020-08-10T23:32:41 | 247,785,553 | 0 | 0 | null | 2022-12-16T10:33:04 | 2020-03-16T18:10:39 | TSQL | UTF-8 | Java | false | false | 4,233 | java | package com.techelevator;
public class Lecture {
/*
1. Return the created array
*/
public int[] returnArray() {
int[] array = { 80, 8080, 443 };
return array;
}
/*
2. Return the first element of the array
*/
public int returnFirstElement() {
int[] portNumbe... | [
"normrothwell@gmail.com"
] | normrothwell@gmail.com |
e54fb3b6ea2a4f76391210dba979709b255d134c | 4a3fb28c181be627a7b7cb58de0ad23989a47d63 | /src/test/java/hu/akarnokd/reactive4javaflow/tck/FromArrayTckTest.java | e4ca852d561750269e0a707ba667490e9292eec7 | [
"Apache-2.0"
] | permissive | akarnokd/Reactive4JavaFlow | b2d4ffcf035c9148d60a4375c7a9404a867319cf | a976aca7f8c16a097374df033d283780c7c37829 | refs/heads/master | 2023-02-04T08:36:10.625961 | 2022-12-01T08:29:56 | 2022-12-01T08:29:56 | 98,419,292 | 50 | 5 | Apache-2.0 | 2023-01-30T04:03:08 | 2017-07-26T12:16:51 | Java | UTF-8 | Java | false | false | 1,105 | java | /*
* Copyright 2017 David Karnok
*
* 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 wri... | [
"akarnokd@gmail.com"
] | akarnokd@gmail.com |
8eb142204d9dda43125be4fe255fe390d1a1b28a | 5df16f843c414071d71fd2a94b5836b7ae0cf01b | /app/src/main/java/com/zyd/kedaxunfeivoicetestapplication/WakeupWhenSpeakActivity.java | 3c05cf001d74cc4aa5486e4473fa9db62f56975f | [] | no_license | zhuyongdi/KeDaXunFeiVoiceTestApplication | 3c4d0f8d68285e0f83e0cb9f45288e5c6934b6b9 | 6e4ea820d66c77888a42e6eae72ff69612a555b5 | refs/heads/master | 2023-07-17T20:27:40.292441 | 2021-08-31T10:53:35 | 2021-08-31T10:53:35 | 401,668,671 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 922 | java | package com.zyd.kedaxunfeivoicetestapplication;
import android.os.Bundle;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;
import com.zyd.kedaxunfeivoicetestapplication.voice.VoiceManager;
public class WakeupWhenSpeakActivity extends AppCompatActivity {
@Override
protec... | [
"zhuyd@eaccessy.com"
] | zhuyd@eaccessy.com |
9287d395e27890af8e1484dec3314b60df12575c | 16bb610b27ef0d840bfc65a28533cce7f967aa5a | /src/main/java/Admin.java | 3161f97a164bad2913db9071e00462cfe2dfe431 | [] | no_license | Mr-java-little/ssm1 | edde062a69233a7eb1315fecf887cd8040914c44 | cd41d31f8179e77cb943244cb5d0a5828b35659d | refs/heads/master | 2021-07-20T00:30:37.698074 | 2019-11-17T12:00:12 | 2019-11-17T12:00:12 | 222,241,219 | 0 | 0 | null | 2020-10-13T17:31:13 | 2019-11-17T12:00:25 | Java | UTF-8 | Java | false | false | 112 | java | public class Admin {
public static void main(String[] args) {
System.out.println("疯狂");
}
}
| [
"172721151@qq.com"
] | 172721151@qq.com |
938e29b132ebfeb8d69444286f00ecf120432e03 | 5e46df3dab4a0d44ac1ff89b5eb8323cbf803a8d | /DBMeter/app/src/main/java/com/example/makeze/dbmeter/BackUpClass.java | 7517972d92e558b001f4722e67539993f481e6f5 | [] | no_license | hasan-li/Signal-Map | 7a7f2cb011574d02c25c055fdf55118c45d5700f | 84c53245d99233f6f605cee22d95a20d944a3136 | refs/heads/master | 2021-06-11T22:56:48.547083 | 2017-02-22T00:54:01 | 2017-02-22T00:54:01 | 71,238,639 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,058 | java | package com.example.makeze.dbmeter;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.util.List;
/**
* Created by maksudg on 06/01/2017.
*/
public class BackUpClass {
List<String> array;
FileWriter fw;
BufferedWriter bw;
public Ba... | [
"max.gana93@gmail.com"
] | max.gana93@gmail.com |
ef6f5bb0c3d7df6cddbc4cc4070f7369c4ccda0b | ea175d8d30a3c8566ce62fdd66ac4e7fb7935c37 | /core/src/main/java/com/orientechnologies/orient/core/security/authenticator/OServerConfigAuthenticator.java | e67551086266aa6662e19906cfc584c3daf4751f | [
"BSD-3-Clause",
"CDDL-1.0",
"Apache-2.0"
] | permissive | orientechnologies/orientdb | a9aa2708e927cfbd8ba479ed1ceabb1979ba9f65 | 7df5ffa9f691ae752a0abdb45ccf93bc8ae8b9a4 | refs/heads/develop | 2023-08-31T12:42:55.842426 | 2023-08-30T13:56:50 | 2023-08-30T13:56:50 | 7,083,240 | 3,932 | 979 | Apache-2.0 | 2023-09-11T12:49:58 | 2012-12-09T20:33:47 | Java | UTF-8 | Java | false | false | 2,168 | java | /*
*
* * Copyright 2016 OrientDB LTD (info(at)orientdb.com)
* *
* * 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... | [
"tglman@tglman.com"
] | tglman@tglman.com |
0c05c100027c3ae8b26f093748a77fb77ab16946 | 0efee7798dabe44888f7e4a7ea5438c2e9585aab | /src/day28_loops/JavaCityCases.java | f024a0f25b68d0bf7324fc10552fff368a6e83da | [] | no_license | EmrahTOPUZ/java-programming | e06c57ce83b4be21c46fe4150e94e9d28092eaaf | 058066d79c400cbb5f6cd7f366fa89169a08f7dd | refs/heads/master | 2023-08-28T19:13:18.805163 | 2021-10-14T13:15:56 | 2021-10-14T13:15:56 | 369,928,349 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 483 | java | package day28_loops;
public class JavaCityCases {
public static void main(String[] args) {
int totalCases = 0;
for (int day = 1; day <= 30 ; day++) {
if (day % 7 == 0) {
totalCases += 500;
}else {
totalCases += 200;
}
... | [
"emrtpz@gmail.com"
] | emrtpz@gmail.com |
1bd85eb9157e2fab45906b105abd9b8c49b7d83e | f4d4daae54ad24ae1907267c003332b398150f2e | /src/main/java/com/arenacampeao/config/KafkaProperties.java | 9424da57e142c944889b67aee862aad3c3ac9c47 | [] | no_license | ferreira-amaral/arena-campeao | 69fc815632484a99a936d3b563b7e94becb1381a | 94535ae2e778c056eac0005acce14b48ec8b0d80 | refs/heads/master | 2023-01-04T13:24:31.967250 | 2020-10-26T00:02:15 | 2020-10-26T00:02:15 | 307,218,130 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,491 | java | package com.arenacampeao.config;
import java.util.HashMap;
import java.util.Map;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.Configuration;
@Configuration
@ConfigurationProperties(prefix = "kafka")
public class KafkaProperties {
private... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
ab528136af4774d9d09c542f8f6b4c19d5346e2e | f9bfc65c18880590caf142b1490bcd59f5187096 | /src/test/java/stepDefinition/login.java | 02cda08067363c71eec4c213af39d449d300cb99 | [] | no_license | bhagyashreemalge/SampleCucumberFramework | df3ad23c3cf6f7d0647e90713922f364ce1bb1fc | 0530ae546884dbc9257028d866952a31a266a6b5 | refs/heads/master | 2022-12-01T16:06:43.626612 | 2020-08-06T09:27:43 | 2020-08-06T09:27:43 | 285,525,665 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,419 | java | package stepDefinition;
import java.util.List;
import org.junit.Assert;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import ResuseComponents.BaseClass;
import io.cucumber.datatable.DataTable;
import io.cucumber.java.en.Given;
import io.cucumber.... | [
"bhagyashreemalge@gmail.com"
] | bhagyashreemalge@gmail.com |
ff5507675f26ae7ff3d0d0d6dab0c2b1742f037c | 9c2f3fe064571a7f94d93dc00c356a57f833b087 | /analise-de-dados-java/analise-de-dados-java/src/main/java/com/analisededadosjava/analisededadosjava/Util/ManipuladorDeArquivos.java | d9c599c96b404708f2dbef90917243ffc060f257 | [] | no_license | beckeryuri/analise-de-dados-java | 7d1df69efca18c62e462e4307b40f5b7b1bab87c | 8f96c5a578df41b2a13c32f25a007c79c1512011 | refs/heads/master | 2022-11-30T09:39:44.053079 | 2020-08-04T18:29:51 | 2020-08-04T18:29:51 | 283,433,450 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,289 | java | package com.analisededadosjava.analisededadosjava.Util;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Component;
import java.io.*;
import java.util.ArrayList;
import java.util.Date;
@Component
public class ManipuladorDeArquivos {
Logger logger = LoggerFactory.get... | [
"beckercpg@gmail.com"
] | beckercpg@gmail.com |
dca4e680c6e96ecb713c05e05d8eba15f54904c0 | ad0351b1277c0534192a87409070926a3f0ddf02 | /deltaspike/modules/data/impl/src/main/java/org/apache/deltaspike/data/impl/property/query/PropertyQuery.java | 5276d78939e3871b98da1753dbe207a5eca3ab0e | [
"Apache-2.0"
] | permissive | struberg/deltaspike | 3c2d5ed6fc41c4497babe5052e8ead7dd9dee95f | f49e38635b10bfb8dac16f739eef48a1795a4a12 | refs/heads/master | 2022-11-25T03:07:25.712466 | 2021-12-04T12:25:48 | 2021-12-04T12:25:48 | 3,175,585 | 1 | 1 | Apache-2.0 | 2022-11-19T02:58:56 | 2012-01-14T00:49:21 | Java | UTF-8 | Java | false | false | 8,117 | 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"); you ma... | [
"Thomas.Hug@ctp-consulting.com"
] | Thomas.Hug@ctp-consulting.com |
21d40c953f52c570e85624a8ac83cc5d3fe94e7f | 98a9c286f5a515e5dc16f0869a9586a0d9565833 | /src/test/java/com/techproed/smoketest/PositiveTest.java | b084a481228bf75612873ad334b9ffe285b014cc | [] | no_license | hsn74/testNGfraemwork | 978270f77d764c7f98d8e009602f031f0f3f8a3c | c6c1dd8627cc87dc591ef6daa5279e7f55017460 | refs/heads/master | 2023-05-14T22:23:41.379403 | 2020-10-18T15:46:23 | 2020-10-18T15:46:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,024 | java | package com.techproed.smoketest;
import com.techproed.utilities.TestBase;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import org.testng.Assert;
import org.testng.annotations.Test;
public class PositiveTest extends TestBase {
//Create a clickLogin Method
public void clickOnLogin(){
... | [
"maliayyildiz61@gmail.com"
] | maliayyildiz61@gmail.com |
1db6ae866ac1ada1eef8b3263d66a5fd4c0d1855 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/5/5_1b46dc2d94e1e52fc12cbd7e6b865516f7046041/UDPReceiver/5_1b46dc2d94e1e52fc12cbd7e6b865516f7046041_UDPReceiver_s.java | 2ba1d94568d0b6edf988c8c007fb3a5ca69701f8 | [] | 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 | 1,947 | java | package Communications;
import java.io.*;
import java.net.SocketException;
import java.util.concurrent.*;
import Messages.Message;
import Utilities.Parser;
public class UDPReceiver {
protected PipedInputStream data=null;
protected UDPReceiverThread thread=null;
protected Thread t;
protected Conc... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
2bfb4a5f337fd93991b47522d23deb9399f93fd6 | e256f21b9efb17888de2ffbc2b9490e08c4c1de7 | /gearman-server/src/main/java/org/gearman/server/persistence/PersistenceEngine.java | 0f304b410c0c8b26b59bab1dd0ba60fe2cb702c1 | [] | no_license | dinhkhanh/gearman-java | 1ec395ff97ca8c39e57049d3f5f74ae503088fa6 | 47d318710bcc16d42f98d49eb1585907753cb80d | refs/heads/master | 2021-01-18T12:15:54.935406 | 2013-07-27T06:04:35 | 2013-07-27T06:04:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 608 | java | package org.gearman.server.persistence;
import org.gearman.common.Job;
import org.gearman.server.core.QueuedJob;
import java.util.Collection;
public interface PersistenceEngine {
public String getIdentifier();
public void write(Job job);
public void delete(Job job);
public void delete(String fun... | [
"john@unixninjas.org"
] | john@unixninjas.org |
c9ac5088b4038b489526f9e29afa86e5829ada01 | 191dc2563f6fbb71e6551f9b9ebd94da36258924 | /oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/Commit.java | 4fddaaf37f934f2cebc24c4755ec542e61f92956 | [
"Apache-2.0"
] | permissive | denismo/jackrabbit-dynamodb-store | d14b2c2417a3edf87d8a070c4ee70778125dbf44 | 953080b9de9b9333aec85292a75b7f75904d7a19 | refs/heads/master | 2016-09-06T01:13:06.318295 | 2014-11-25T14:14:25 | 2014-11-25T14:14:25 | 26,908,216 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 25,355 | 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"); you may ... | [
"denismo@yahoo.com"
] | denismo@yahoo.com |
85c67d1f8bbac791dc0dc415dcc1eab4c31e8187 | 385722dc7221c59df50c3077b6bdf6ce66163439 | /spring-boot-demo-neo4j/src/main/java/com/xkcoding/neo4j/SpringBootDemoNeo4jApplication.java | c9e8f4d0a22c4377cda600c1524b28c8c3dc67da | [
"MIT"
] | permissive | cuijxin/spring-boot-demo | f2a166391db1844adbe2c594b6be375e2004402a | 115a8fe5b539b4afe930b6a3604c3d9fb0d8ad6c | refs/heads/master | 2020-04-06T21:18:31.116461 | 2018-11-15T12:04:46 | 2018-11-15T12:04:46 | 157,799,298 | 1 | 0 | MIT | 2018-11-16T02:10:04 | 2018-11-16T02:10:04 | null | UTF-8 | Java | false | false | 348 | java | package com.xkcoding.neo4j;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class SpringBootDemoNeo4jApplication {
public static void main(String[] args) {
SpringApplication.run(SpringBootDemoNeo4jApplic... | [
"237497819@qq.com"
] | 237497819@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.