blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
73c294b758ce98fea4d32ae0482490ccfb06b083 | 8c0a8c06e92fdd5965a76cd35d8ceac66e7250b8 | /app/src/main/java/com/example/demo/food_details.java | 4cbe50071274f2824fa7232d316cba5c7e8101f9 | [] | no_license | Wandrew1201/Demo | 7016f94377361823b80508174eb7082339607c2a | cee67f951a7a01eadeb72d50889176edb0dd28af | refs/heads/master | 2023-05-11T17:27:35.820104 | 2021-05-25T03:53:33 | 2021-05-25T03:53:33 | 370,556,716 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,076 | java | package com.example.demo;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.Spinner;
import android.widget.TextView;
import java.util.ArrayList;
public class food_details e... | [
"wandrew1201@gmail.com"
] | wandrew1201@gmail.com |
8d579cf1277a9c7fba55ce1973c5969d23acbeeb | 80e47f5d51d8a53f132bfe14ad6a542d4f34c106 | /Java/CompareTo/glavna.java | 35de4d8eacf4c5dc904d4acb822cc5cee056a586 | [] | no_license | ilicmarko/OOP1 | f5ce2937cff57be75edc1f2bef5e29f8826aa3ee | 3086e68365d507984f19941df55ae515b77d84ba | refs/heads/master | 2020-04-06T06:54:58.962029 | 2016-09-09T19:32:28 | 2016-09-09T19:32:28 | 61,937,436 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 550 | java |
public class glavna {
public static void main(String[] args) {
Motor m1 = new Motor("Golf MK4",325,5);
Motor m2 = new Motor("Golof MK4",500,3.8);
MotorSaTurbinom mt1 = new MotorSaTurbinom("Golf MK5", 338.1,6,75);
MotorSaTurbinom mt2 = new MotorSaTurbinom("Golf MK6", 483.1,5,40);
... | [
"ilic.marko.05@live.com"
] | ilic.marko.05@live.com |
18cb39577df47d5d31e28eecd11c6abd24532f23 | 64cad38eb1ab11772b733f0dda797eb97494675b | /src/OfficeHours/Practice_03_18_2020/SortHandOperators_Practice.java | c253a751acbfde68b7fceebb25dd1b58a41a4d13 | [] | no_license | hdemir5416/Spring2020B18_Java | 5f2ad943f1b94f0a852b0ca92ae1c8ccf5379b8d | 62125a1a1a33e871f109cf6cf0901fc3d72fe69b | refs/heads/master | 2022-06-19T15:01:51.036076 | 2020-05-05T05:57:35 | 2020-05-05T05:57:35 | 259,141,949 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 960 | java | package OfficeHours.Practice_03_18_2020;
public class SortHandOperators_Practice {
public static void main(String[] args) {
}
}
// +=: addition assigment
/* int a: 100;
// a = a + 200;
a += 200; // 300;
System.out.println(a);
a +=200 * 3; // a = 900
System.out.pri... | [
"hdemir5416@gmail.com"
] | hdemir5416@gmail.com |
0877d47c5cca3996077df4e03ac96d40ca65b348 | c10dd8d2ab54a75a186fe7ccef50aeb9e572882f | /src/main/java/cn/kaliuyang/mysit/dto/ArchiveDto.java | 60a10cc60e3a04bf068e5a09c217e0d7788d80c9 | [] | no_license | lynnok/mysit | e1fc4e063326ac6661d1c24f44ce48e9ad611413 | 64ff404795a966722c679bd4568b16d3f8752183 | refs/heads/master | 2022-05-28T14:22:19.657606 | 2019-09-08T14:37:27 | 2019-09-08T14:37:27 | 207,125,511 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 735 | java | package cn.kaliuyang.mysit.dto;
import cn.kaliuyang.mysit.model.ContentDomain;
import java.util.List;
/**
* 文章归档类
* Created by lynnok on 2018/4/30.
*/
public class ArchiveDto {
private String date;
private String count;
private List<ContentDomain> articles;
public String getDate() {
retu... | [
"prett@xxl"
] | prett@xxl |
0e456054fafce1602a148ffe32a0531715480f47 | c793453f95848e0b7ea2f9244b4b792579e772b4 | /src/SinglyLinkedLists/TripletFrom3ListsEqualToGivenSum.java | b11348c3869f552044cc3ff81eab56ace589e835 | [] | no_license | nithinbandaru/Data-Structures | 2274cf8263e202f626940c3ea29f3f25e8d7cdcc | 53d0a804c40abe07afda4af94a3b0f800beff6ae | refs/heads/master | 2021-01-10T05:43:43.026510 | 2015-12-19T01:32:57 | 2015-12-19T01:32:57 | 48,263,035 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,491 | java | package SinglyLinkedLists;
public class TripletFrom3ListsEqualToGivenSum {
LinkNode head;
public static void main(String[] args) {
// TODO Auto-generated method stub
TripletFrom3ListsEqualToGivenSum list1 = new TripletFrom3ListsEqualToGivenSum();
list1.addAtBeginnning(20);
list1.addAtBeginnning(5);
list1... | [
"Nthin Bandaru"
] | Nthin Bandaru |
02c454d7c230288ce68d445b23ab46bdda850788 | eebfd6c587692e141882cde9878ecd76c095612f | /app/src/main/java/com/example/kumaradewi/nyomandiahkumaradewi_1202150256_modul3/DrinkAdapter.java | 4f8467dffa12135d5afd3da6fc2c3a52f763350e | [] | no_license | kumaradewi/Nyoman-Diah-Kumara-Dewi_1202150256_MODUL3 | 12ceba404bf5483612b3269fafd6c4adcfe06caf | d2263399474a6b429cc298a86f5cf2fcee09b195 | refs/heads/master | 2021-01-24T01:59:43.783322 | 2018-02-25T12:00:02 | 2018-02-25T12:00:02 | 122,831,315 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,228 | java | package com.example.kumaradewi.nyomandiahkumaradewi_1202150256_modul3;
import android.content.Context;
import android.content.Intent;
import android.graphics.Color;
import android.graphics.drawable.Drawable;
import android.graphics.drawable.GradientDrawable;
import android.support.v4.content.ContextCompat;
import andr... | [
"kumaradewi88@gmail.com"
] | kumaradewi88@gmail.com |
71361ba8018e87ed3f213f060e63716868e3b4d6 | 840a71fce9a51000c100a6a506c029f95479d345 | /JohnMovieApp/app/src/main/java/com/gmail/aziz/mouawad/john/johnmovieapp/DetailFragment.java | 409b9c4d6ce1bc7b8ca72fc26f25a3280d202d41 | [] | no_license | JohnMouawadAziz/Popular-Movie- | 7f34bcf4bf1d849e2c1e4f014d197f85388b67ef | 0d93e90a9d3c318600f94d686b411b97226f2261 | refs/heads/master | 2020-06-12T23:28:52.739459 | 2016-12-03T14:19:22 | 2016-12-03T14:19:22 | 75,477,726 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,621 | java | package com.gmail.aziz.mouawad.john.johnmovieapp;
import android.content.Intent;
import android.database.Cursor;
import android.net.Uri;
import android.os.Bundle;
import android.support.design.widget.CollapsingToolbarLayout;
import android.support.v4.app.Fragment;
import android.util.Log;
import android.view.LayoutIn... | [
"john.mouawad.aziz@gmail.com"
] | john.mouawad.aziz@gmail.com |
038f7cebbc00e28bdae632bde2362ab4e11daf8c | 280df24fad074dc529246404bcbd9326077a45f9 | /src/main/java/net/mcreator/teztdummimod/gui/overlay/SaltyoverlayOverlay.java | 1eddfd9734c27869b5b2c477c91588154125ec74 | [] | no_license | TeztDummi/Tezt-Dummi-Mod | d7509150cb3fef11547745bd24f05612e547898a | 869d9be8bab5e7cf36b53d8e6a81ff269936c14d | refs/heads/master | 2023-06-14T04:21:13.025649 | 2021-07-16T00:43:13 | 2021-07-16T00:43:13 | 359,555,179 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,572 | java |
package net.mcreator.teztdummimod.gui.overlay;
import net.minecraftforge.eventbus.api.SubscribeEvent;
import net.minecraftforge.eventbus.api.EventPriority;
import net.minecraftforge.common.MinecraftForge;
import net.minecraftforge.client.event.RenderGameOverlayEvent;
import net.minecraftforge.api.distmarker.On... | [
"nintu@DESKTOP-672CAQD.fios-router.home"
] | nintu@DESKTOP-672CAQD.fios-router.home |
cb22202d8adccaec0f319cc34723576eef84d928 | 73aaf5e2262f3ae44098abc552f29bfb74a560d1 | /src/test/java/com/michal/clinicals/ClinicalsapiApplicationTests.java | fb125272b52c62757885700687408e6eaeb9daf5 | [] | no_license | michalbac/udemy-end-to-end-clinicals | 658ee59f850f658ad66d12ae28ad01133b8fd483 | 727b4f7011e8be92ccee132e665ca9077bd6583d | refs/heads/master | 2022-04-24T23:41:55.860399 | 2020-04-26T15:33:33 | 2020-04-26T15:33:33 | 259,066,098 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 542 | java | package com.michal.clinicals;
import com.michal.clinicals.entities.ClinicalData;
import com.michal.clinicals.entities.Patient;
import com.michal.clinicals.service.PatientService;
import com.michal.clinicals.util.ClinicalDataUtil;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Au... | [
"michal.bac1993@gmail.com"
] | michal.bac1993@gmail.com |
28a63bda6c28f4f6246d894508dd8cd42dd65e17 | 67d7f6759992489e8db99f3a59ceb4528dcaf68d | /android/app/src/main/java/de/ktbl/eikotiger/view/viewmodel/indicator/IndicatorListItem.java | 1471c79d9d24a1e431bf682ba5d3207ef72b8922 | [
"MIT"
] | permissive | KTBL/icdl-tk | 8b0a51cb68799d65205d0d5f1272cbbf76bd5a88 | dba3464e3d4b00ecf4c880da7f55cfc8e51da11f | refs/heads/main | 2023-05-28T21:46:15.548119 | 2021-06-10T08:55:54 | 2021-06-10T08:55:54 | 375,598,306 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,268 | java | package de.ktbl.eikotiger.view.viewmodel.indicator;
import javax.inject.Inject;
import de.ktbl.android.sharedlibrary.annotation.mock.Mock;
import de.ktbl.android.sharedlibrary.navigation.NavigationCommand;
import de.ktbl.android.sharedlibrary.util.Strings;
import de.ktbl.android.sharedlibrary.view.adapter.Clic... | [
"k.schneider@ktbl.de"
] | k.schneider@ktbl.de |
f8c5e9871716dec1ba91ed18cc6f370cf743646a | 6d9e0152408328b7c843de7af1356edd25e4805f | /src/main/java/com/harms/stash/plugin/jenkins/job/intergration/StashEventListener.java | 759e4366adc889c2e1d485f816cadc305039cede | [
"Apache-2.0"
] | permissive | umbrew/stash-pullrequest-jenkins | 56c00c4d04ba06f530cc4c27547959cfb9ab885f | 3621bb382dba7574648a72c742a066e6927537fa | refs/heads/master | 2021-03-13T00:07:11.970566 | 2015-07-01T17:26:22 | 2015-07-01T17:26:22 | 24,818,695 | 2 | 2 | null | 2015-07-01T17:26:22 | 2014-10-05T15:24:23 | Java | UTF-8 | Java | false | false | 7,568 | java | package com.harms.stash.plugin.jenkins.job.intergration;
import java.io.Serializable;
import java.util.Calendar;
import java.util.Date;
import java.util.Map;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.atlassian.event.api.EventListener;
import com.atlassian.sal.api.pluginsettings.PluginSettin... | [
"flemming.harms@schneider-electric.com"
] | flemming.harms@schneider-electric.com |
adc45524120434f8ce6b3c75455683548df5dab9 | 2a045eff2be22f3dfb5bf2541903027f7fb266fd | /LabCenter/src/com/lifepics/neuron/admin/Merchant.java | 75187c2198b1ec487f81b0ec1583ac332e43d53f | [] | no_license | htliu/labcenter | dbbc2fbbfb364e2d7772ecd0ec82430b685cb726 | 2c630317f922933d4923b90ec32c8af6a088d02e | refs/heads/master | 2021-01-17T07:53:44.692102 | 2016-07-27T07:55:32 | 2016-07-27T07:55:32 | 64,288,024 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 950 | java | /*
* Merchant.java
*/
package com.lifepics.neuron.admin;
import com.lifepics.neuron.core.ValidationException;
import com.lifepics.neuron.struct.*;
/**
* An object that holds information about a merchant.
*/
public class Merchant extends Structure {
// --- fields ---
public int merchantID;
... | [
"htliu@nltc101.corp.tcc.inet"
] | htliu@nltc101.corp.tcc.inet |
5932693f050570139fff35b3480a5994ff42a0ab | fa32ceba8346d6f01719bed30a1d6d09c8e9d0e4 | /src/main/java/onlineShop/service/CartService.java | ca460f5021567a5bc04cec2af4c7be7b98789277 | [] | no_license | necall/OnlineShopping-System | 7762d0f6473aed7dca46c85861c3078d868b98c9 | 32a51135570e3f7c4fa61322515c7487f3108531 | refs/heads/master | 2020-04-01T08:54:10.681659 | 2018-10-15T04:02:13 | 2018-10-15T04:02:13 | 153,051,383 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 128 | java |
package onlineShop.service;
import onlineShop.model.Cart;
public interface CartService {
Cart getCartById(int CartId);
}
| [
"yandssg6@gmail.com"
] | yandssg6@gmail.com |
d540fd067d13025eb97f6247ececb8c622769e6d | 0919746d1db9003f1a33231e8c89ac910c74998a | /src/main/java/TP/config/RestConfiguration.java | d722f78d83619d4d93367e0eb8d4c857c4d012b4 | [] | no_license | AnassYKN/game-ui-AnassYKN | 87126ed18c935c9a0e2200eb98878e4d45e639f3 | 002b832597411606886e777b94021e9ae4d9d6b2 | refs/heads/master | 2022-07-02T17:27:05.687781 | 2020-05-10T00:08:35 | 2020-05-10T00:08:35 | 262,676,743 | 1 | 0 | null | 2020-05-09T23:25:13 | 2020-05-09T23:25:12 | null | UTF-8 | Java | false | false | 834 | java | package TP.config;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.*;
import org.springframework.http.client.support.BasicAuthenticationInterceptor;
import org.springframework.web.client.RestTemplate;
@Configuration
public class RestConfiguration {
@Value... | [
"anassyakine06@gmail.com"
] | anassyakine06@gmail.com |
5794d0373815eabf57d2be51656098fc53d222da | fcc94289c7dcf2be103dfbc3ca140ef3c2ffae76 | /src/main/java/com/cperbony/App.java | 90749bd7c3dd4509adb7cb10b464707311d4f532 | [] | no_license | Cperbony/jsf-2 | 853759fab7595f5cfec085d9b564ec416113fc8f | 410258c5e45e22039a3ef4466d5acc04ade09696 | refs/heads/master | 2020-03-30T04:43:20.331808 | 2018-09-28T15:21:40 | 2018-09-28T15:21:40 | 150,758,738 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 743 | java | package com.cperbony;
import java.sql.Connection;
import java.sql.SQLException;
import javax.faces.bean.ManagedBean;
import javax.naming.Context;
import javax.naming.InitialContext;
import javax.naming.NamingException;
import javax.sql.DataSource;
@ManagedBean(name="appBean", eager = true)
public class App {
// @R... | [
"cperbony@gmail.com"
] | cperbony@gmail.com |
f7f246e24a4451259058bafbec37152495393c46 | fa5eff7c4264420a960ab5aa44be69f6bfa7b56f | /src/main/java/com/payfix/packages/service/CategoryService.java | 2e38bad3f7d84285bc641643d63923611e528b93 | [] | no_license | biradarkailas/payfixResource | 312eaa6f1879eafe0d6742764dc1033cbb0eec8b | 5aa897f4f7731522b755831a3e71a23116915b85 | refs/heads/main | 2023-04-17T05:30:02.213438 | 2021-05-01T08:31:53 | 2021-05-01T08:31:53 | 356,812,614 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 853 | java | package com.payfix.packages.service;
import com.payfix.packages.service.dto.CategoryDTO;
import java.util.List;
import java.util.Optional;
/**
* Service Interface for managing {@link com.payfix.packages.domain.Category}.
*/
public interface CategoryService {
/**
* Save a category.
*
* @param cate... | [
"biradarkailas@gmail.com"
] | biradarkailas@gmail.com |
5a20e911deaba9ee8b4c455ec0096357834f252e | cfec1fd7f6d6ceebd37260f340f9c1facbeeb16f | /src/com/eims/tjxl_andorid/ui/user/complain/ComplainTipActivity.java | bc0edcdab9c2ad6ba7c64f6c196f4e116cb231aa | [] | no_license | caocf/Tjxl | adc21e67c86c438d592af26a9e30d22c2e565485 | 371b51d7ffe3909d003353139863bbc4ff771803 | refs/heads/master | 2021-01-18T12:21:29.000804 | 2015-07-28T07:26:16 | 2015-07-28T07:26:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,756 | java | package com.eims.tjxl_andorid.ui.user.complain;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
import com.eims.tjxl_andorid.R;
import com.eims.tjxl_andorid.app.BaseActivity;
import com.eims.tjxl_andorid.entity.ComplainResultBean;
import com.eims.tjxl_andorid.weght.HeadView;
/**
... | [
"293575570@qq.com"
] | 293575570@qq.com |
036cfb649d8ca9e0fa5ddd2fb41fdde06b7b977b | 612ef954aa14b4e7bdc2ec4b4f3b6d143e3afe6c | /android/app/src/main/java/com/rnthenovo/generated/BasePackageList.java | 142032275a72e93e1917c46251f147b155adcf47 | [] | no_license | barsnes-group/deNovoGame_ReactNative | 5e1aa39ddedafb48d58e1a0b672696a9c55df2b6 | 218adf9944b938fa054f400e6501ca2ffe13ef10 | refs/heads/master | 2023-05-05T14:36:01.665542 | 2021-05-20T07:54:49 | 2021-05-20T07:54:49 | 337,724,322 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,046 | java | package com.rnthenovo.generated;
import java.util.Arrays;
import java.util.List;
import org.unimodules.core.interfaces.Package;
public class BasePackageList {
public List<Package> getPackageList() {
return Arrays.<Package>asList(
new expo.modules.application.ApplicationPackage(),
new expo.module... | [
"ier008@uib.no"
] | ier008@uib.no |
a959e5171ce1f5cc0c2516785a088a4b7659ff4a | 20628be0a5a791551df5a7369426a750e75c5065 | /src/main/java/com/example/demo/expenseNoSQL/homePayment/HomePayment.java | 1ca7bd10c8466b10e482dcdee0a9fa5048b8fba3 | [] | no_license | TylerMcCoi/ExpenseCalc-backend | 7ceac654e317426543ef10fff743558f0e8b27ff | 5889cbb0535353f6517ee793b2e14796a5b24f5e | refs/heads/master | 2023-04-28T23:28:05.077559 | 2021-05-05T18:36:07 | 2021-05-05T18:36:07 | 362,535,150 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 180 | java | package com.example.demo.expenseNoSQL.homePayment;
import com.example.demo.expenseNoSQL.ExpenseNoSQL;
public class HomePayment extends ExpenseNoSQL {
private String address;
}
| [
"tymcpro@gmail.com"
] | tymcpro@gmail.com |
a38a67b8ce313833901ee8bc2930932ca984ef9e | 2445201afc3d71e1d3f7af28d708d7d23c1a6ddd | /trustline/src/main/java/com/ripple/trustline/service/MailReceiptService.java | 2eb71c2e244646a3ba11109d5c8bf0873ca78b19 | [] | no_license | shahabyou1/TrustLine | 5e253bb52dca2159138eac5b5002503a3c4821d2 | 764c2eb5cfc7497139ebfbfe2596cda696c6db7e | refs/heads/master | 2020-04-18T01:43:53.091022 | 2019-01-23T06:44:28 | 2019-01-23T06:44:28 | 167,131,117 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 809 | java | package com.ripple.trustline.service;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.ripple.trustline.domain.Transaction;
import com.ripple.trustline.repository.PartyRepository;
import co... | [
"syousefi@apple.com"
] | syousefi@apple.com |
67c4d69e24d6b582875e1dfeb74ce11cc7ed45b4 | 7fb580d0fc2bbffc164ad18aae8102be30410666 | /src/dragonball/view/BattleMode.java | 1f627aef8c0fac537d4019416c2ed7c9b8b87488 | [] | no_license | AmrAymanKhalil505/DragonBall_Game | f2c5f19d0f329d5552e6273f9f35127c91bcbfcb | 14eec686f3f5fb55c5dc1b9a99fe46629fe8c24f | refs/heads/master | 2021-06-16T16:57:39.182595 | 2017-05-12T23:40:37 | 2017-05-12T23:40:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,382 | java | package dragonball.view;
import java.awt.BorderLayout;
import java.awt.EventQueue;
import java.awt.Image;
import javax.swing.ImageIcon;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import javax.swing.JLabel;
import java.awt.GridLayout;
public class BattleM... | [
"amr.khalil@student.guc.edu.eg"
] | amr.khalil@student.guc.edu.eg |
86adc9b25ab427f5f3b19af40de36a959cc79bf1 | f424c8574eace16a3c5bd78420b4c0e6be932ac2 | /target/tomcat/work/Tomcat/localhost/crm/org/apache/jsp/WEB_002dINF/workbench/activity/index_jsp.java | a187120413da1cfae41f62932723c4043b974735 | [] | no_license | maoyuhao1/ssm | 3a62c1c08764567348ae60cf16c46ba4e8b77fc3 | 9be27f43b05bf15ab4870173bd7be457fb0fb6d5 | refs/heads/master | 2023-01-23T05:14:51.789628 | 2020-11-23T11:29:01 | 2020-11-23T11:29:01 | 312,769,915 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 35,627 | java | /*
* Generated by the Jasper component of Apache Tomcat
* Version: Apache Tomcat/7.0.47
* Generated at: 2020-11-21 13:32:50 UTC
* Note: The last modified time of this file was set to
* the last modified time of the source file after
* generation to assist with modification tracking.
*/
package org.ap... | [
"maoyuhao1013@163.com"
] | maoyuhao1013@163.com |
4f9e88761338505d98f270bfd2c4f7de94a9725f | e16cf96f36bdb27a7ade926b1ca5383d1e45693d | /go-impl/src/main/java/com/goide/util/GoTargetSystem.java | 3e6316fd8b6a3e7eaeeb076a34bf92b0ea50385b | [] | no_license | consulo/consulo-google-go | fb313e52fbb60557b98dc1463705a36dcb6d0567 | 395db75680ab98db1baa2a8f967ce228ffa907ba | refs/heads/master | 2023-08-29T12:51:12.883006 | 2023-07-08T08:55:26 | 2023-07-08T08:55:26 | 220,055,526 | 2 | 0 | null | 2023-01-01T16:39:23 | 2019-11-06T17:43:52 | Java | UTF-8 | Java | false | false | 3,932 | java | /*
* Copyright 2013-2016 Sergey Ignatov, Alexander Zolotov, Florin Patan
*
* 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 req... | [
"vistall.valeriy@gmail.com"
] | vistall.valeriy@gmail.com |
92247f700597f7cfc2ab7fd1e699487d7f3d969f | 6cd1e4b15884a72ebc5af94b85a467893243ddeb | /SplitImage/gen/com/example/splitimage/BuildConfig.java | 34ba0498c02c75a9856736fe72bad4d4e724c5dc | [] | no_license | ankurgupta85/Android-Apps | a3bfa2208bddc963167bfe07cf8234092134c43c | a578e3a8b0578838410f6a4067de7d1979f31341 | refs/heads/master | 2020-05-18T09:28:54.057125 | 2015-09-06T21:10:34 | 2015-09-06T21:10:34 | 13,005,493 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 164 | java | /** Automatically generated file. DO NOT MODIFY */
package com.example.splitimage;
public final class BuildConfig {
public final static boolean DEBUG = true;
} | [
"ankurgupta85@gmail.com"
] | ankurgupta85@gmail.com |
c7b54a7de8011b94f15f4bdbd5a2e0a30d6a6a1a | 60fad7284f37aca5d45c1c19cde12f523aa51a84 | /eclipse/demo/src/com/rankwave/sdkdemo/IntroActivity.java | d067f4a7861c5ef24c411c6283fdcd05c1752ed5 | [] | no_license | dongmuni/connect-android | f89d3914d2a4f3413b1644330f2e42fff92d1849 | c8ce4124148c62b6c5b8d6c8771283d09572aa09 | refs/heads/master | 2021-06-03T22:17:20.179538 | 2016-07-08T07:13:13 | 2016-07-08T07:13:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,496 | java | package com.rankwave.sdkdemo;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.util.DisplayMetrics;
import android.util.Log;
import android.view.View;
import android.view.animation.Animation;
import android.view.animation.AnimationUtils;
im... | [
"ydse@rankwave.net"
] | ydse@rankwave.net |
04749189aaf1dac28d8177784fa5bfca204ea145 | c84088fed6a7b4f392810bb166e66dbfe3df4286 | /wms2014/src/main/java/com/yongjun/tdms/model/asset/spare/spareInAndOut/SpareInAndOutStoreMonthReportView.java | 3ffe0c4ea3b44d7ab0b6c37840789233f8e40203 | [] | no_license | 1Will/Work1 | 4c419b9013d2989c4bbe6721c155de609e5ce9b5 | 16e707588da13e9dede5f7de97ca53e15a7d5a78 | refs/heads/master | 2020-05-22T16:52:56.501596 | 2018-03-20T01:21:01 | 2018-03-20T01:21:01 | 84,697,600 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,375 | java | package com.yongjun.tdms.model.asset.spare.spareInAndOut;
import java.util.Date;
import com.yongjun.pluto.model.security.User;
import com.yongjun.tdms.model.BaseInfoEntity;
/**
*
* <p>Title: SpareInAndOutStoreMonthReport
* <p>Description:</P>
* <p>Copyright:Copyright (c) 2008 yj-technology</P>
* <p>Company:www... | [
"287463504@qq.com"
] | 287463504@qq.com |
fb9d5b6a313c4fc24d3f0b8c9dad51bd3af78ac7 | 3ac20f01b64d23bda2a0069925a528d85da39d4c | /homework26/src/by/gerasimchik/Main.java | df1e6321e7763876b50bc4c299b7e29421e7c5cf | [] | no_license | pavelgerasimchik20/homework-first-repository | b95f7828e6f439811d814b76732ea3f8ea58bdd8 | c6bb514cc2ab98428ad05378fab2e0da655518a0 | refs/heads/master | 2022-04-12T17:43:34.199473 | 2020-04-07T17:43:24 | 2020-04-07T17:43:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,330 | java | package by.gerasimchik;
import javax.swing.*;
import java.util.ArrayList;
import java.util.List;
public class Main {
public static void main(String[] args) {
int listSize = Integer.parseInt(JOptionPane.showInputDialog(null,
"Сколько учеников должны получить отметки ???",
... | [
"pavelgerasimchik20@gmail.com"
] | pavelgerasimchik20@gmail.com |
67b9ff721a0960f6bab7209db7c43e4e5664e146 | ef0c1514e9af6de3ba4a20e0d01de7cc3a915188 | /sdk/powerbidedicated/azure-resourcemanager-powerbidedicated/src/main/java/com/azure/resourcemanager/powerbidedicated/models/VCoreSkuTier.java | adf7d2a348346650fe2f236c922554388f7040a4 | [
"LicenseRef-scancode-generic-cla",
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference",
"LGPL-2.1-or-later",
"CC0-1.0",
"BSD-3-Clause",
"UPL-1.0",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause"
] | permissive | Azure/azure-sdk-for-java | 0902d584b42d3654b4ce65b1dad8409f18ddf4bc | 789bdc6c065dc44ce9b8b630e2f2e5896b2a7616 | refs/heads/main | 2023-09-04T09:36:35.821969 | 2023-09-02T01:53:56 | 2023-09-02T01:53:56 | 2,928,948 | 2,027 | 2,084 | MIT | 2023-09-14T21:37:15 | 2011-12-06T23:33:56 | Java | UTF-8 | Java | false | false | 1,343 | java | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.powerbidedicated.models;
import com.azure.core.util.ExpandableStringEnum;
import com.fasterxml.jackson.annotation.JsonCreator;
i... | [
"noreply@github.com"
] | Azure.noreply@github.com |
81a2efe49d3cc0be45b3eb8d2343346cfa51cd7f | 2c107c0051d942362a5632ca7eca477d6cd66468 | /pao_user/app/src/main/java/common/repository/http/entity/order/OrderExplainResponseBean.java | b1ef139f60260d991b9799bf4eb9ee0337bb565b | [] | no_license | Mo-AG/xinlizixun_app | 8ac23f9ef3091dd40b4aecc59d517808979b7139 | 40b587a5a69b72547b4b98fa45f4def4c0128fef | refs/heads/master | 2023-03-20T06:12:51.074683 | 2020-06-09T23:03:53 | 2020-06-09T23:03:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 951 | java | package common.repository.http.entity.order;
import common.repository.http.param.BaseResponseBean;
/**
* Created by hpzhan on 2020/2/24.
*/
public class OrderExplainResponseBean extends BaseResponseBean {
private int account;
private DetailedDescriptionBean detailedDescription;
public int getAccount()... | [
"root@localhost.localdomain"
] | root@localhost.localdomain |
2cd5e83416408388729aa4583b4a8af0d8a6f619 | 8ca4c36c0c84e697ebcc70c568420b64872fdb19 | /src/cn/edu/szu/mytestproject/algorithm/QuickSort.java | 212fc174b42e921b545f121e20ecad390a9517d7 | [] | no_license | hengyilin/datastructAndalgorithm | 9b7d9a69b2d6d7f8ccf92c20402481970305ea8e | 3b1cbdc7fba227341e30d2f38fbaa8913a1b7387 | refs/heads/master | 2021-01-12T12:58:01.450615 | 2016-10-15T08:45:28 | 2016-10-15T08:45:28 | 70,133,535 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,990 | java | package cn.edu.szu.mytestproject.algorithm;
/**
* Author : hengyilin
* Date : 16-10-6
* Version: 1.0
* Email : hylin601@126.com
* Github : www.github.com/hengyilin
*/
public class QuickSort {
private static void quickSort(int[] array, int start, int end) {
if (start < end) {
int priori... | [
"hylin601@126.com"
] | hylin601@126.com |
b31ac04d2c9bfdbfed8f027da2fa67c17e9ab367 | 83b92027d475732cab28f56355be8cd00b25b368 | /app/models/BackgroundJobStatus.java | 64f1da29be85934d0a50e03e0177ef307923966d | [
"Apache-2.0"
] | permissive | angebagui/odh-web | afebdf4a5b5250bed36de495cb2c464e7269650c | ea571d938bae8cbcc26f2495272082fc0a0f45e5 | refs/heads/master | 2021-01-17T18:16:38.315493 | 2012-10-28T21:51:43 | 2012-10-28T21:51:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 331 | java | package models;
import javax.persistence.MappedSuperclass;
import play.db.jpa.Model;
import com.fasterxml.jackson.annotation.JsonProperty;
@MappedSuperclass
public class BackgroundJobStatus extends BaseModel {
@JsonProperty
public Status status;
public static enum Status {
PENDING, FAIL, SUCCE... | [
"regis.bamba@gmail.com"
] | regis.bamba@gmail.com |
943cf008e7aa8bda6512538601c56c966ce44bac | bd2c35be1037a706928809113dd81fe4929f0995 | /src/SteamedMilk.java | e601f8930aaa409fe5ab656f12509bc428f7920e | [] | no_license | Tai112141/DecoratorPattern | 3b632ef276bdb9537ac5d6d51e1c7e090d78c3c6 | 8b752a2469e83b55ca0895ad1e7aad8019f741a6 | refs/heads/master | 2020-07-26T20:33:30.619823 | 2019-09-16T09:17:43 | 2019-09-16T09:17:43 | 208,758,723 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 296 | java |
public class SteamedMilk extends CondimentDecorator {
Baverage beverage;
public SteamedMilk(Baverage beverage){
this.beverage = beverage;
}
public String getDescription(){
return beverage.getDescription() + ",SteamedMilk";
}
public double cost(){
return .10 + beverage.cost();
}
}
| [
"52741223+Tai112141@users.noreply.github.com"
] | 52741223+Tai112141@users.noreply.github.com |
fe5a1a23a56cbcca33478b2574fb92084026448d | 92d056c527c7524c81f6700a37afc4644fbaa5e5 | /pokedeck/src/main/java/upmc/pcg/game/Otaria.java | 0064ac5e4dacb63776a810438866f3d9b28dd334 | [
"Apache-2.0"
] | permissive | LauraPerinet/pokedeck | 9715953a00722b8843925c26c32399a8ba0cdf46 | 6258aa2b43aa706f798038259420ce2c4e52c186 | refs/heads/master | 2021-08-28T00:50:23.776159 | 2017-12-10T23:31:11 | 2017-12-10T23:31:11 | 106,298,762 | 0 | 0 | null | 2017-10-09T15:05:49 | 2017-10-09T15:05:49 | null | UTF-8 | Java | false | false | 1,243 | 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 upmc.pcg.game;
import java.util.ArrayList;
import java.util.HashMap;
/**
*
* @author Laura
*/
public class Otaria extends ... | [
"lpmarquet@gmail.com"
] | lpmarquet@gmail.com |
296cbad189255c1ce6adca2f48ef149a459ce832 | 972f08883203901a97a6f82141577d2aaa5eb668 | /app/src/main/java/wang/oo0oo/accountbook/pojo/Record.java | 6c3b1c7133a2023b20c13af0729b28751a5b5582 | [] | no_license | oo0oo2015/AccountBook | 6ff2aaff2169a00dc47df5d19e0b6778f91ff3ea | 9f28efb021c3dac6c024f9e1e5d3fd8bbf239576 | refs/heads/master | 2020-05-24T14:23:54.105516 | 2019-05-21T08:52:15 | 2019-05-21T08:52:15 | 187,309,095 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,878 | java | package wang.oo0oo.accountbook.pojo;
import org.litepal.crud.DataSupport;
import java.math.BigDecimal;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Locale;
public class Record extends DataSupport {
private int id;
private String type;
private String category;
private Da... | [
"1148059382@qq.com"
] | 1148059382@qq.com |
41008f39fe73b9d2bea3960b50f174bb090e4939 | 1d63aad51b7ad9e18d4a1ebaf6c9d28626987b69 | /Wheels.java | ed3eb769b0eeda2f9490e5a701eb1e466da58ae9 | [] | no_license | Akalanka-1996/Java_Automobile_project | a0fdf0513ab242f8ae9a1675bd683e3b6e71e01b | dc6602decd9008a1e843d02f575373e3f227988d | refs/heads/main | 2023-07-16T20:34:24.955356 | 2021-08-28T19:48:05 | 2021-08-28T19:48:05 | 400,407,362 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 860 | java | package com.company;
public class Wheels {
private int numberOfWheels;
private float pressure;
private int durability;
public Wheels() {
}
public Wheels(int numberOfWheels, float pressure, int durability) {
this.numberOfWheels = numberOfWheels;
this.pressure = pressure;
... | [
"kasunakalanka4@gmail.com"
] | kasunakalanka4@gmail.com |
2cb72c23fe9234d34d56f55ce0f8556be56fc6be | 43066bb10a2c0f4917a764a6b5de9e129aad3cc5 | /BuilderClicker/src/sample/GameViewManager.java | d8a752c7474ab01894b86fc384fcb5796ad8b83b | [] | no_license | Bogysh/BuilderClicker | f3b443e2cebe333c3e1ec8d61249ef6ab03d2916 | 7667d8b44457ff5b2ce5c2146ba70bc315208311 | refs/heads/master | 2020-08-03T17:30:23.717901 | 2019-09-30T09:53:40 | 2019-09-30T09:53:40 | 211,828,551 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,960 | java | package sample;
import javafx.application.Platform;
import javafx.concurrent.Service;
import javafx.concurrent.Task;
import javafx.geometry.Insets;
import javafx.geometry.Pos;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.control.Label;
import javafx.scene.image.Image;
i... | [
"noreply@github.com"
] | Bogysh.noreply@github.com |
a6a92e750329de9e6db8392489064ee6b28a2e16 | 08e0b2b909ac50089b034f4dff95f1e69fadc7e7 | /src/main/java/servlet/selectableTasksServlet.java | 582b8cdb8d963fb8cebc92c2919889f7305fe1c5 | [] | no_license | 657671238/Bountytask | 54ec3a6e13d65560845cb9bee1adc89e59ba1a69 | dfb94927f6b6d75642ee167854601de8f1a91a80 | refs/heads/master | 2020-04-18T23:26:40.195864 | 2019-04-23T16:07:42 | 2019-04-23T16:07:42 | 167,821,697 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,414 | java | package servlet;
import java.io.IOException;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSessi... | [
"657671238@qq.com"
] | 657671238@qq.com |
a275e6d9cbd2f73cfd895b09c7468a51ec7a6a7f | ae0229767b812ed0ab1d8996bc547d495abd589a | /src/task4/part4/AutoRespondMain.java | e76d4120f0271f10f6161c832f6af20d467117be | [] | no_license | Silver1441/L5_DataHandling | cc9329d9fcd4f9b97bad19e68a4300619557961b | 8283fd087c4bc7e10a9256663929934c2d1e1bee | refs/heads/master | 2020-06-13T05:18:41.133856 | 2019-07-23T17:35:28 | 2019-07-23T17:35:28 | 194,549,335 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,713 | java | package task4.part4;
//Дана строка-шаблон, содержащая заготовку письма. Например, "Уважаемый, $userName, извещаем вас о том,
//что на вашем счете $номерСчета скопилась сумма, превышающая стоимость $числоМесяцев месяцев пользования
//нашими услугами. Деньги продолжают поступать. Вероятно, вы неправильно настроили автоп... | [
"Kishkan91@gmail.com"
] | Kishkan91@gmail.com |
658683a10a9528f492fd9d9efc192a0c46396494 | 8fc1bcf057df5effc3557cbc66554f215e238d89 | /app/src/androidTest/java/com/noor/simplecalculator/ExampleInstrumentedTest.java | 9ebc4d17f41f17627b6bcf621a5c5db0ff7d77f9 | [] | no_license | NoorMohammedAnik/SimpleCalculator | 79c5b11bf60495a3f6dc81e947896ef6afc48a75 | 9dbef539a30cd0159454d82a21fb919251f4d2ad | refs/heads/master | 2021-01-11T16:46:54.648502 | 2017-01-21T20:53:10 | 2017-01-21T20:53:10 | 79,671,518 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 754 | java | package com.noor.simplecalculator;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test, which will execute on an An... | [
"noormohammedanik@gmail.com"
] | noormohammedanik@gmail.com |
d3869afc0d744d0df196987975632be467092d68 | 27e5e7e37faaad5fa5297689c14faf3ac2439108 | /bbrowser/src/breder/gui/task/RemoteTask.java | af4936d789d3a5b4187e272cf052e43bfc9726b0 | [] | no_license | bernardobreder/agbreder | aa0402a6eb911d88b577a68a7e6b07d9ced235b8 | 3977b76a7f3f210a2a12fd9e6e260d6270a0e023 | refs/heads/master | 2021-07-01T14:02:10.289273 | 2017-09-22T23:46:38 | 2017-09-22T23:46:38 | 104,519,874 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 379 | java | package breder.gui.task;
public abstract class RemoteTask extends Task {
public abstract void perform() throws Throwable;
public abstract void updateUI();
public abstract void handler(Throwable t);
public abstract void step(String title, double percent);
public void stop() {
}
public void start() {
this... | [
"bernardobreder@gmail.com"
] | bernardobreder@gmail.com |
3dd58185fdc714a439778fc968419577b1aba677 | ffbb3b79ce846f36b0ad2f218e6e6d6b77f91e73 | /app/src/main/java/com/italankin/fifteen/GameSurface.java | 3c6f72e1c0d5425649167bc0830e5b3be18b930c | [
"MIT"
] | permissive | ogundimu1/15Puzzle | 2b1286ade47ba6fd06551017812ecfaa673f37e3 | 4d5dc47ad41d2b683568f3142462987953ad4076 | refs/heads/master | 2020-09-23T14:00:55.557125 | 2019-12-03T03:19:05 | 2019-12-03T03:19:05 | 225,516,879 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,063 | java | package com.italankin.fifteen;
import android.content.Context;
import android.content.SharedPreferences;
import android.content.res.Resources;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.RectF;
import android.preference.PreferenceManager;
import... | [
"abolajic@gmail.com"
] | abolajic@gmail.com |
5ea2721ec4db4dbb34e8d93adca70782a7c74cda | 4710b9d5d319ea0f412469292d1de3dfb794c9bc | /src/main/java/com/ttsc/data/dao/user/BankInfoDao.java | 21bccc3863d3e7fb75a4d7e2a2598bddf75534af | [] | no_license | stonezhu1985/ttsc-app | 35205a0f4a2b301f99846af458df3cde6c8abbda | f72f9773dda41efd638c259cdf41cd3557328825 | refs/heads/master | 2021-01-10T03:31:28.330733 | 2015-11-22T07:28:35 | 2015-11-22T07:28:35 | 46,650,716 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 333 | java | package com.ttsc.data.dao.user;
import java.util.List;
import org.springframework.stereotype.Repository;
import com.ttsc.data.entity.BankInfo;
/**
* 银行帐号信息
* @author stone.zhu
*
*/
@Repository
public interface BankInfoDao {
/**
* 获取账号信息
* @return
*/
public List<BankInfo> findBankInfo();
}
| [
"zhuyouzhi19850917@126.com"
] | zhuyouzhi19850917@126.com |
8f444dad9308dd3e7e8b5daaf96bb43fbaee484f | 9fe7b8ae58ab96183d49df7cd248dc778f464cf3 | /src/main/java/app/aria/robot/ArRobotMobile.java | 0900dd86284c9afe3706fbf085b107fd85641db0 | [
"MIT"
] | permissive | sauljabin/ariajava-p3dx | f475379fc7f9cebda05dc1f5e5b3d62ca4bd40f0 | fd0add7c1737081d89fef6d5afefdd573e35121e | refs/heads/master | 2021-01-10T04:03:57.200405 | 2017-12-07T13:33:21 | 2017-12-07T13:33:21 | 53,235,022 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,952 | java | /**
* Copyright (c) 2014 Saúl Piña <sauljabin@gmail.com>, Jorge Parra <thejorgemylio@gmail.com>.
* <p>
* This file is part of AriaJava P3DX.
* <p>
* AriaJava P3DX is licensed under The MIT License.
* For full copyright and license information please see the LICENSE file.
*/
package app.aria.robot;
import app.m... | [
"sauljabin@gmail.com"
] | sauljabin@gmail.com |
4b760bc9faee11426e071a535d45083714368b06 | f9c26417c53756fa03b089c3a3f2d1ba8c2a3565 | /app/src/main/java/com/devmobile/ecoleenligne/checkEmail.java | 7c8b8ca66a33d1dccff6ca72649ef8b3af6cddf3 | [
"MIT"
] | permissive | Nassim18/EcoleEnLigne | 1f494be84a3b940fc2973e601f6e61da89171697 | 655f03e68b4d445281ef7bdfd745b3380473bf5b | refs/heads/master | 2022-09-01T14:29:58.705236 | 2020-05-29T17:38:16 | 2020-05-29T17:38:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 766 | java | package com.devmobile.ecoleenligne;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import androidx.appcompat.app.AppCompatActivity;
public class checkEmail extends AppCompatActivity {
Button check;
@Override
protected void onCreate(Bundle ... | [
"nassim_sehout@yahoo.fr"
] | nassim_sehout@yahoo.fr |
0f8a91ad27dee38e32acbc44938744a80febe682 | d96112609030ee297fc7fce657d140d079ca8434 | /app/src/test/java/com/example/kashmirtourguide/TestDemo.java | fc4e965e06df33be1cac04df5cba9843071e0a4f | [] | no_license | harish6471/KashmirTourGuide1 | 06887da748d8b15d03c5a194dcca36290a67bb9c | 159d96c0ef4efa0e1e3146a492f506cbf5e3cb11 | refs/heads/master | 2020-09-25T03:41:16.024091 | 2019-12-04T13:28:49 | 2019-12-04T13:28:49 | 225,909,430 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 434 | java | package com.example.kashmirtourguide;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotEquals;
public class TestDemo {
Test t=new Test();
@org.junit.Test
public void match()
{
assertEquals("umar","umar");
}
... | [
"44668310+harish6471@users.noreply.github.com"
] | 44668310+harish6471@users.noreply.github.com |
02458c8da64dadbd3e72b90b950a506373108f40 | b522fba67d1b738dd446b78dc4f9980981327d67 | /src/th/ac/npru/swe/atittaya/oop/Ractangle.java | d1f96d245f1b946ddb78f8468f1141a63fb62ec6 | [] | no_license | captainatittaya/ObjectConcept | d77ad11db0dfa266e610f4f4dbb8293a35e7efa7 | c1b677da08f369b7bd62424ce8b4a0a2dc6e121c | refs/heads/master | 2022-02-11T15:53:21.500034 | 2019-07-22T09:09:34 | 2019-07-22T09:09:34 | 198,184,212 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 306 | java | package th.ac.npru.swe.atittaya.oop;
public class Ractangle extends Shape {
private int length;
private int width;
public Ractangle(int lengthValue,int widthValue){
length = lengthValue;
width = widthValue;
}
@Override
public double getArea() {
area = length * width;
return area;
}
}
| [
"52741112+captainatittaya@users.noreply.github.com"
] | 52741112+captainatittaya@users.noreply.github.com |
103120e00e638723736a56689ea744d1014a6320 | 1fa157fdd0e7a095655df93f7d2bbcbf6fd1a2b1 | /src/main/java/com/example/sblesson17/Sblesson17Application.java | 7d1a1566f0537a82481404af3bd448edefa1bd82 | [] | no_license | SpringBootLessons/Lesson17 | d060745d81b35c273ad89e1847b9e48b7e137a7b | a6c5b8b43b297be202deef09a9ad9b60cd0e0f71 | refs/heads/master | 2020-03-26T06:55:42.899301 | 2018-08-23T15:26:14 | 2018-08-23T15:26:14 | 144,628,197 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 322 | java | package com.example.sblesson17;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class Sblesson17Application {
public static void main(String[] args) {
SpringApplication.run(Sblesson17Application.class, args);
}
... | [
"dave45678@gmail.com"
] | dave45678@gmail.com |
70a44c0bdef59350b131a3040332b8c67cc0c832 | 76c8c39cd3353a3897f5cb1a8021f09be2ef2f11 | /Spring/spring_day01_04_DI/src/main/java/com/hollay/service/impl/AccountServiceImpl.java | d5b43338824970eb2008ddbf4b6454fa36967e4e | [] | no_license | vk-hollay/SSM | 7f35f3024c38cfc04ae5048f8f6c27e6f63bf6ab | e8f718a099a7288fd0c1a1853625e445128cf0d3 | refs/heads/master | 2023-07-28T16:18:06.693103 | 2021-09-09T02:14:51 | 2021-09-09T02:14:51 | 398,587,057 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 660 | java | package com.hollay.service.impl;
import com.hollay.service.IAccountService;
import java.util.Date;
/**
* 账户的业务层实现类
*/
public class AccountServiceImpl implements IAccountService {
//如果是经常变化的数据,并不适用于注入的方式
private String name;
private Integer age;
private Date birthday;
public AccountServiceImpl... | [
"byebye.fu_glb@qq.com"
] | byebye.fu_glb@qq.com |
ff1c92bb8aaf63b9ba550855956af7af5b06ad04 | fb227b5d5eca7216f73c80d4b5471d80636453bd | /Utils/ReflectionUtils.java | ce75156ed5d7ae5c7c22712fb935dc9ca2f0ef68 | [] | no_license | ByNeoX/HUBS | 8dd2e8c23498bda026b60da8d6da5e46f9f0f3c0 | 6e350703bfe3a79a9d2320596c6d213452fb7d4b | refs/heads/master | 2020-07-25T15:13:32.018923 | 2019-09-13T20:04:19 | 2019-09-13T20:04:19 | 208,335,261 | 0 | 0 | null | 2019-09-13T19:52:30 | 2019-09-13T19:45:41 | Java | UTF-8 | Java | false | false | 27,926 | java | package mlg.byneox.tc.Utils;
import java.lang.reflect.Constructor;
import java.lang.reflect.Field;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.util.HashMap;
import java.util.Map;
import org.bukkit.Bukkit;
/**
* <b>ReflectionUtils</b>
* <p>
* This ... | [
"noreply@github.com"
] | ByNeoX.noreply@github.com |
a74d5c2e81c9d12f1bafa65b828525cd2f03b710 | 1f2ea54799f9422e27f5a14f0fc39a1ff79eb8f6 | /BookStore/src/main/java/com/cg/dao/BookyDao.java | 3d7a6c57e0cb995ddce57d4c6b8e4b04caf0ade0 | [] | no_license | sakshi-lan/book-app | ad05336b943330ab60ea51bd4596aa5c30eaabce | 1d307dc3f8af7f6afe116ffb65c26a3b643e104d | refs/heads/master | 2022-11-06T23:25:21.861490 | 2020-07-16T15:47:19 | 2020-07-16T15:47:19 | 280,191,744 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 241 | java | package com.cg.dao;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.cg.entity.Book;
@Repository
public interface BookyDao extends JpaRepository<Book, Integer>{
} | [
"sakshilan123@gmail.com"
] | sakshilan123@gmail.com |
846e63dc11b31325b5bd836bb80ab2f88ae8a662 | 399b3ab0b1375c4b943c078efb5f07f1d0e118fa | /Projectile.java | 7c0adb02bf32f4d0f6f4e9717826f7424bf589d9 | [] | no_license | ER2-1017/Java4Lesson6 | 477110993fba014d7836b06e080db6c100a235bd | 30c98612c5f66051f042bcc8fe8743ff0e832a00 | refs/heads/master | 2022-09-30T04:12:17.451901 | 2020-06-05T00:06:12 | 2020-06-05T00:06:12 | 269,490,663 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,658 | java | package com.dune.game.core;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
import com.badlogic.gdx.graphics.g2d.TextureRegion;
import com.badlogic.gdx.math.MathUtils;
import com.badlogic.gdx.math.Vector2;
public class Projectile extends GameObject implements Poolable {
private TextureRegion texture;
... | [
"noreply@github.com"
] | ER2-1017.noreply@github.com |
2aad225b8a1194f9fec53300fe5d670cea08cba2 | 13a99632212c1f65455b02236ff70881b86aadad | /src/CPP14Parser.java | f9f62e9d021a9dfb01082204f93e37379ca1774e | [] | no_license | gudiseva/AntlrProj2 | ee6ffc64607300ca60da8669a0deb6653750ab03 | 6329cb8339ffc323dee5c9fdfa4fea21250e97f4 | refs/heads/main | 2023-08-15T18:06:23.532667 | 2021-09-09T18:20:05 | 2021-09-09T18:20:05 | 404,804,121 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 531,841 | java | // Generated from CPP14.g4 by ANTLR 4.8
import org.antlr.v4.runtime.atn.*;
import org.antlr.v4.runtime.dfa.DFA;
import org.antlr.v4.runtime.*;
import org.antlr.v4.runtime.misc.*;
import org.antlr.v4.runtime.tree.*;
import java.util.List;
import java.util.Iterator;
import java.util.ArrayList;
@SuppressWarnings({"all", ... | [
"gnarvind@gmail.com"
] | gnarvind@gmail.com |
612985eeb94fe727ba28d78deffebfb6559ae054 | 3e77c4e98463d4bd9ed3413e84e762cd8f285f0f | /Exam1/src/main/java/com/hand/util/DBUtils.java | 884f98539a901fea26dda38ffa0e5bb08110719c | [] | no_license | chenwei0214/JavaTest3 | 7dce71be163200ad2d0f1eb1642772fb994385fa | c4387b58ba18293d3822192c0e34f822cb05c38c | refs/heads/master | 2020-03-23T19:43:09.428230 | 2018-07-24T12:53:06 | 2018-07-24T12:53:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,317 | java | package com.hand.util;
import java.io.IOException;
import java.io.InputStream;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.util.Properties;
public class DBUtils {
private static String USERNAME;
private static String PASSWORD;
private static Stri... | [
"wei.chen16@hand-china.com"
] | wei.chen16@hand-china.com |
6cadd7d2271180230bbafeececce7496c19f3e01 | 4a4ebdcdf9c5e0a290f1195c80d64ae5defc7fe0 | /src/com/rokonoid/algorimthms/Nonmax.java | e3583b895cf10a4d6997e6075627dcfc30413ac6 | [] | no_license | rokon12/image-processing | 0e0f15faaff9d324107b7584a295dd50fbeef974 | 7e0f94402a361f8a467cd77b9c55d10ebbe3ee1a | refs/heads/master | 2020-03-27T01:01:22.261098 | 2012-12-26T14:47:10 | 2012-12-26T14:47:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,596 | java | package com.rokonoid.algorimthms;
public class Nonmax {
private static double[] input;
private static double[] output;
private int progress;
private int width;
private int height;
private int convolveX[] = { -1, 0, 1, -1, 0, 1, -1, 0, 1 };
private int convolveY[] = { -1, -1, -1, 0, 0, 0, 1, 1, 1 };
... | [
"bazlur@therapservices.net"
] | bazlur@therapservices.net |
869911406e7af954c754d8b830e228f766f262e8 | c885ef92397be9d54b87741f01557f61d3f794f3 | /results/Jsoup-87/org.jsoup.nodes.Element/BBC-F0-opt-100/tests/28/org/jsoup/nodes/Element_ESTest.java | 00af53d38a51113426caadfa3ea8183c94ac5824 | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 129,274 | java | /*
* This file was automatically generated by EvoSuite
* Fri Oct 22 21:25:50 GMT 2021
*/
package org.jsoup.nodes;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.runtime.EvoAssertions.*;
import java.io.BufferedWriter;
import java.io.ByteArrayOutputStream;
import java.io.CharArra... | [
"pderakhshanfar@serg2.ewi.tudelft.nl"
] | pderakhshanfar@serg2.ewi.tudelft.nl |
6210eb60b3d0b37cbfe986cb671faaad5b593128 | 2d3f37a1c5233a045be2bd2e1f8e9128f41a8d46 | /libs/baseUtilsLibrary/src/main/java/com/xx/baseutilslibrary/network/gson/ZipHelper.java | d91db422cfe18d3daa3d1060529b175ed29f9026 | [] | no_license | qi5945/frameCode | 001fd3338d85e0ad0a25e174b6f9f85cbec2ccb2 | 703c9a60e0e8dace8cd74ce596b50b4ec5fd628e | refs/heads/master | 2020-05-30T03:59:09.155232 | 2019-05-31T04:19:12 | 2019-05-31T04:19:12 | 189,525,815 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,699 | java | package com.xx.baseutilslibrary.network.gson;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.util.ArrayList;
import java.util.List;
import java.util.zip.DataFormatException;
import java.util.zip.Deflater;
i... | [
"18973825550@sina.cn"
] | 18973825550@sina.cn |
27dfc412065bfae84962aab5400fa69f3d58e7cb | 4269b6985edf6f5d1d18dcd981869d8960c3ca0e | /DRY_Examples/Page2.java | 12b4844cdd09935ec1896828bed544f4ed016ce6 | [] | no_license | ojimenezc/porfolio | 8a002a0fccce7ea7afb826fa866ae584f5c1de51 | 50096ddb81852b3c12497b252b11f6aa7a4b619d | refs/heads/master | 2023-03-24T04:41:04.736673 | 2021-03-17T20:45:44 | 2021-03-17T20:45:44 | 347,119,339 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 390 | java | public class Page2 {
public Page2(){
this.loadPage();
}
public void loadPage() {
UsersValidation userValidation = new UsersValidation();
if(userValidation.isUserValid("123")){
//Do some code if user is valid
System.out.println("Page 2 loaded");
}else... | [
"oscar.jimenez.carmona@gmail.com"
] | oscar.jimenez.carmona@gmail.com |
d09e5b60ebedb4bfb0c617a90b65ff839b3eeb0f | 71f1c2cf2963da0de31ff3a038dc56b9ec7d17a1 | /src/com/example/sensorapp/ui/adapter/MyFragmentPagerAdapter.java | bc2869d021f5ee219836fb684828fa3fc1c66596 | [] | no_license | bushinvren/SensorAppV2 | ccd937d6f1462dbdee0ce4068e8c71873fce7f0b | 16be65e8c5948cf72e787a675fe1771f7c7d6705 | refs/heads/master | 2016-09-06T10:20:03.965838 | 2014-11-10T06:06:38 | 2014-11-10T06:06:38 | 19,136,965 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,557 | java | /**
* liuzw.
*/
package com.example.sensorapp.ui.adapter;
import java.util.ArrayList;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
/**
* @author Administrator
*
*/
public class MyFragmentPagerAdapter ex... | [
"ranwei.zhu@qq.com"
] | ranwei.zhu@qq.com |
f1d9bdc2baf30e688b4b6d76591d1a317fdd65f4 | 54ea49a854add3c882db1f745858966e0b2174ae | /src/main/java/com/QAWeb/async/EventModel.java | 416d8141e7e2f54d54cea1b490cdee724bfba2d3 | [] | no_license | wuxianshuguang/QAWeb | 1017fc43ebe2c946d592f157bf1d94fd972213da | a940e177ccd08c84cdc76d9cfcc46c5bbb35bc9e | refs/heads/master | 2020-03-07T11:05:21.755098 | 2018-04-16T12:39:49 | 2018-04-16T12:39:49 | 127,447,508 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,692 | java | package com.QAWeb.async;
import java.util.HashMap;
import java.util.Map;
public class EventModel {
private EventType type;
private int actorId;
private int entityType;
private int entityId;
private int entityOwnerId;
private Map<String, String> exts = new HashMap<String, String>();
publi... | [
"951994842@qq.com"
] | 951994842@qq.com |
e401b0ff452c8150118bf73ccf03dc87b908c6d4 | 1302a788aa73d8da772c6431b083ddd76eef937f | /WORKING_DIRECTORY/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/OnboardingDemoFragment.java | 5868c26b38af3c3c58f778d49827426638f0a4c5 | [] | no_license | rockduan/androidN-android-7.1.1_r28 | b3c1bcb734225aa7813ab70639af60c06d658bf6 | 10bab435cd61ffa2e93a20c082624954c757999d | refs/heads/master | 2021-01-23T03:54:32.510867 | 2017-03-30T07:17:08 | 2017-03-30T07:17:08 | 86,135,431 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 5,658 | java | /*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... | [
"duanliangsilence@gmail.com"
] | duanliangsilence@gmail.com |
5808e776a42a59114dc1f4a702f3ef00267fd89c | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/12/12_74a9273792f2668fc3d17f0583fc0c5d3b09c131/MainApp/12_74a9273792f2668fc3d17f0583fc0c5d3b09c131_MainApp_t.java | e1a528d069123fc5e21595dce52b0b5c6c8efef9 | [] | 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 | 29,282 | java | /*
This file is part of JSMAA.
(c) Tommi Tervonen, 2009
JSMAA is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
19c1c2af809e26710ed667882477ce902b58f501 | 7c531962eef9e9feba8415b40bd6c00028502031 | /app/src/main/java/com/gxuc/runfast/shop/activity/usercenter/AddressSelectActivity.java | 3edf94e298208615b32fc5a117968cc7d78dfa1e | [] | no_license | wdevon523/runfast_shop | ccb386032da19f7478c4060fba3f32935628f971 | 806a9d88798acf7f75f29fe2f6ffdc33f717e065 | refs/heads/master | 2021-05-15T21:05:35.725514 | 2018-07-20T08:46:04 | 2018-07-20T08:46:04 | 107,922,312 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 12,138 | java | package com.gxuc.runfast.shop.activity.usercenter;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.text.TextUtils;
import android.view.View;
import com.example.supportv1.utils.JsonUtil;
import ... | [
"532738963@qq.com"
] | 532738963@qq.com |
f40a04440386a2e4dc1ad5aaa0c9428a54fb20b4 | b7a2f6b4d8e3c799e13c6c5f32d514a90a5bce73 | /app/src/main/java/iconicfont/IconicFontDrawable.java | 236c4ecbc0d5cc7d91e9100a62ae3edba604e022 | [] | no_license | zhenghengZN/Savemoney | 5f3e35fd4c5681a07edec449aadb015ec70f7a33 | edc760a628b2e0be34717b8f1bce74856b1b8c23 | refs/heads/master | 2021-09-01T06:41:58.658925 | 2017-12-25T12:13:13 | 2017-12-25T12:13:13 | 109,675,188 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,359 | java | /*
* Copyright (C) 2013 Artur Termenji
*
* 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 ag... | [
"zhengheng@Mac-mini.local"
] | zhengheng@Mac-mini.local |
b14e456e8fa97683df3570fbeec6759bdc624b0f | 013a5bbafc8cec24b8a778f9dd125d551ad180b6 | /src/main/java/im/zuber/server/entity/Deviceinfo.java | e37da3788c33b0d22a37d2ec46b4c85196cea10b | [] | no_license | yandeqing/appmonitor_server | 0a2c819aa3b13e1e673088df4d4993b70a34d8cd | e0a902cc7c8ecdd26bcb99b2e00ad57a07ca6106 | refs/heads/master | 2020-03-28T12:18:50.514840 | 2018-09-11T08:48:41 | 2018-09-11T08:48:41 | 148,286,920 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,536 | java | package im.zuber.server.entity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import java.time.LocalDateTime;
import com.baomidou.mybatisplus.annotation.TableField;
import im.zuber.server.base.BaseBean;
/**
* <p>
*
* </p>
*
* @author yandeqing
* @since 2... | [
"546218945@qq.com"
] | 546218945@qq.com |
88e9fd9db2da036a54fdcc5ff5b46c62d882b65c | a1826c2ed9c12cfc395fb1a14c1a2e1f097155cb | /maxcompute-20220104/src/main/java/com/aliyun/maxcompute20220104/models/ListUsersByRoleResponse.java | a5f4e946c233635a9477bafaa217648a98c14e21 | [
"Apache-2.0"
] | permissive | aliyun/alibabacloud-java-sdk | 83a6036a33c7278bca6f1bafccb0180940d58b0b | 008923f156adf2e4f4785a0419f60640273854ec | refs/heads/master | 2023-09-01T04:10:33.640756 | 2023-09-01T02:40:45 | 2023-09-01T02:40:45 | 288,968,318 | 40 | 45 | null | 2023-06-13T02:47:13 | 2020-08-20T09:51:08 | Java | UTF-8 | Java | false | false | 1,374 | java | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.maxcompute20220104.models;
import com.aliyun.tea.*;
public class ListUsersByRoleResponse extends TeaModel {
@NameInMap("headers")
@Validation(required = true)
public java.util.Map<String, String> headers;
@NameInMap("statusCode... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
c679a816a386df5f03335b8551d9526b313aab99 | 0f5ff07bea890d746623c79b037b90c77e5968bd | /src/main/java/com/zhoupiyao/dao/CommentRepository.java | eb244512375ba01843594235cd66b3dee3c2d436 | [] | no_license | Zhoupiyao/BlogResp | 6933df1952d22302a7854b500fe10155e7757af6 | 57cedc3f982671b4e864560c0684c96e5ebf7070 | refs/heads/master | 2023-04-13T14:03:28.363469 | 2021-04-23T04:47:11 | 2021-04-23T04:47:11 | 356,821,173 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 455 | java | package com.zhoupiyao.dao;
import com.zhoupiyao.po.Comment;
import org.springframework.data.domain.Sort;
import org.springframework.data.jpa.repository.JpaRepository;
import java.util.List;
public interface CommentRepository extends JpaRepository<Comment, Long> {
List<Comment> findCommentByBlogId(Long blogId, So... | [
"1763388938@qq.com"
] | 1763388938@qq.com |
158147de8ccf5d4bfa780b2942e4596d004feaff | d0e58cade4a5955deee404aa8faf48b7ba9a94a7 | /HRD_Project/app/src/main/java/ZzangWoo/com/BoardModifyActivity.java | b36cd369322dc9326f84831b1336c29bf1a5298c | [] | no_license | ZzangWoo/HRD_SearchingProject | 1d9304da6cf19fc27cd48061045397367f684868 | 98858705681261b6b2f9a404c7c7524ccbbdd0da | refs/heads/master | 2020-06-02T06:51:45.405864 | 2019-06-20T04:42:00 | 2019-06-20T04:42:53 | 191,075,044 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,921 | java | package ZzangWoo.com;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.View;
import android.widget.EditText;
import android.widget.ImageView;
import android.widget.Toast;
import java.util.concurrent.ExecutionExceptio... | [
"whdlwns20@gmail.com"
] | whdlwns20@gmail.com |
6ff71edd40139e891a743af5c0c172702008910f | 830f9e0d64a4001d40d566b37e28edc30a0cf4c1 | /HashMap/hfc.java | 6fbe4554eb967c23c1bff472533e927ea4f301c8 | [] | no_license | akkigulati/JAVA | 9d4f39ff5a0f90728a4c191a781b99968ca0624d | 0c11f1a99f4ba7949515a57ae005957d2da0d7ee | refs/heads/master | 2021-01-06T18:16:54.670444 | 2020-07-29T08:50:11 | 2020-07-29T08:50:11 | 241,435,594 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,212 | java | /*
Question
1. You are given a string str.
2. You are required to find the character with maximum frequency.
Input Format
A string str
Output Format
The character with highest frequency
Constraints
0 < str.length() <= 100
There will be a single character with highest frequency
Sample Input
zmszeqxllzvheqwrofgcuntypejcx... | [
"noreply@github.com"
] | akkigulati.noreply@github.com |
0dff2d55f794b54559e2f783f2ef5446f1d29985 | b2f07f3e27b2162b5ee6896814f96c59c2c17405 | /com/sun/java/swing/plaf/windows/WindowsIconFactory.java | c8cbb03e51164a1a8bd11697fabe721a896a34f0 | [] | no_license | weiju-xi/RT-JAR-CODE | e33d4ccd9306d9e63029ddb0c145e620921d2dbd | d5b2590518ffb83596a3aa3849249cf871ab6d4e | refs/heads/master | 2021-09-08T02:36:06.675911 | 2018-03-06T05:27:49 | 2018-03-06T05:27:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 43,715 | java | /* */ package com.sun.java.swing.plaf.windows;
/* */
/* */ import java.awt.Color;
/* */ import java.awt.Component;
/* */ import java.awt.Dimension;
/* */ import java.awt.Graphics;
/* */ import java.awt.Graphics2D;
/* */ import java.io.Serializable;
/* */ import javax.swing.AbstractB... | [
"yuexiahandao@gmail.com"
] | yuexiahandao@gmail.com |
71e5d1184a96016a28886123f96ff7ac5e98c423 | 75633dbedb7f68f8ef8a507d0295cc31d6d12078 | /jbgd/src/main/java/com/edu/shop/sale/model/SaleListDto.java | 1f79f51f78e3b6a64fa2c35ee9fc06b75d75d9fb | [] | no_license | cropsin/disertPj | 6ea89cd6955e7dbf13d1a671f6fb4081898c586c | 8ed40a7d0ad82f91e4d4b2fca0ae495104fdc0a8 | refs/heads/master | 2022-12-26T00:14:28.685782 | 2019-12-10T08:56:21 | 2019-12-10T08:56:21 | 227,056,599 | 0 | 0 | null | 2022-12-16T12:01:38 | 2019-12-10T07:34:04 | Java | UTF-8 | Java | false | false | 1,383 | java | package com.edu.shop.sale.model;
import java.util.Date;
public class SaleListDto {
private int saleNo = 0;
private String itemName = "";
private int count = 0;
private int salePrice = 0;
private Date saleDate = null;
private String saleState = "";
public SaleListDto() {
super();
}
publ... | [
"ballgun413@gmail.com"
] | ballgun413@gmail.com |
13c4f884b3ca5d167920c316c9c16022b15933d0 | 7adc8a0a46340f94cec9dce1a2042c25bf7ebac0 | /backend/suyang_project_server/o2o-massage/o2o-client-web/src/main/java/com/o2o/massage/web/client/controllers/CommonController.java | 45422866dc0d5c48046ba4ff670303c0c0d29fe2 | [] | no_license | sonia630/suyang_project | 23b651b4259a0359bde20fd082410b8a09235466 | 0701c1706cf7d45274758053bba3bb8d64bc9205 | refs/heads/master | 2021-04-12T10:34:54.413844 | 2018-07-25T01:35:47 | 2018-07-25T01:35:47 | 126,292,773 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 7,532 | java | package com.o2o.massage.web.client.controllers;
import com.o2o.massage.biz.ClientUserBiz;
import com.o2o.massage.biz.ProviderBiz;
import com.o2o.massage.core.common.ApiRequestContext;
import com.o2o.massage.core.common.EnumApiRequestSide;
import com.o2o.massage.dao.entity.CustomerAddress;
import com.o2o.massage.web.C... | [
"yongtali@cisco.com"
] | yongtali@cisco.com |
349d003c94f5d1ee75c83ae5fba32764630b2d58 | d7c839d6ccb78e1c77940c758d0b330cbc9cffcb | /Java interface cyber medallions/cyber medallians/src/cyber/medallians/disable.java | 485e708e3d0f987f8297ed3490e853ff4da1731b | [] | no_license | desilvaNSP/Level-1-Project | 024bb0b25949bf9148f5a5afdcb814f587c0af6c | 1cb56ca0f72d8e12670cdc49cc598e29b9d4e051 | refs/heads/master | 2016-09-05T23:21:41.102984 | 2013-12-25T09:17:01 | 2013-12-25T09:17:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 27,286 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/*
* disable.java
*
* Created on Jul 2, 2012, 12:04:23 AM
*/
package cyber.medallians;
import DBManage.DBManager;
import DBManage.DatabaseConnector;
import java.sql.Connection;
import java.sql.ResultSet;
import jav... | [
"desilva.nsp@gmail.com"
] | desilva.nsp@gmail.com |
e771c29b612db769f28dc0cd60c3e2818ef753e9 | f29c91f6481bcf718c89447ef1db3a48c9853621 | /src/main/java/Method/Client/module/player/FoodMod.java | d3608a88ef112face7cd3ff2eae42095fc6ce2b5 | [
"WTFPL"
] | permissive | ProfKambing/MethodClient | 264de79b23fe42918025bed93dd191e28ff34e56 | d3aae34431880ee6efc3a242aa24daef2e72241b | refs/heads/main | 2023-03-20T06:37:38.038004 | 2021-03-17T04:45:08 | 2021-03-17T04:45:08 | 348,583,403 | 1 | 1 | null | 2021-03-17T04:52:49 | 2021-03-17T04:52:48 | null | UTF-8 | Java | false | false | 10,786 | java | package Method.Client.module.player;
import Method.Client.managers.Setting;
import Method.Client.module.Category;
import Method.Client.module.Module;
import Method.Client.utils.system.Connection;
import Method.Client.utils.system.Wrapper;
import net.minecraft.block.Block;
import net.minecraft.block.BlockContainer;
imp... | [
"danman19992@gmail.com"
] | danman19992@gmail.com |
5492cc56a3f98fcdba6b86b4abeea6cc44a0e9c0 | 36fca6ee6e3d27b8568f3999fae89a443937ba6c | /daydream/com/google/vr/cardboard/MutableEglConfigChooser.java | 00cc078ab65eb849f3fe2311ba27c0291ce77640 | [] | no_license | wjfsanhe/ddwangjf | c2a9e61e5e1b22ec65b095dc2c5b4e9a5d1fe6ef | 95ee031abf532d837061e952683a71a500a2302c | refs/heads/master | 2021-01-11T14:26:54.481864 | 2017-02-09T06:08:44 | 2017-02-09T06:08:44 | 81,415,471 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,181 | java | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: packimports(3)
// Source File Name: MutableEglConfigChooser.java
package com.google.vr.cardboard;
import android.opengl.GLSurfaceView;
import javax.microedition.khronos.eg... | [
"wjfsanhe@126.com"
] | wjfsanhe@126.com |
9baacec11ca78c30988a09ab8374a8a96edfe311 | 62d7594cd12e84f99828183124474e634d86fe19 | /Assignment5/Question5.java | 7d953fdf4dddaa60b73614529cc6b608a7395ef5 | [] | no_license | karanaggarwal1/competitive-coding | 028672ff32e54181967125e3439382c699cdb9ce | fba6cbdd6111848a60941f8d0e0318348876d584 | refs/heads/master | 2021-05-12T07:44:55.249040 | 2018-04-14T19:04:41 | 2018-04-14T19:04:41 | 117,256,146 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 756 | java | package Assignment5;
import java.util.Scanner;
public class Question5 {
public static void main(String[] args) {
Scanner scn = new Scanner(System.in);
System.out.print("Enter a string:");
String str = scn.next();
System.out.print("The converted string is:" + replacePi(str, ""));
}
public sta... | [
"karan.aggarwal789@gmail.com"
] | karan.aggarwal789@gmail.com |
cea69bbadf143ce7b2004f93c4e501df2e25cb4f | 3a699fd6695f15c13286cbac4f4db7b353b045e4 | /lab5/InterfaceDemo/src/net/machina/interfacedemo/workers/Worker.java | c1d6bc47b73d0d5cd9a2e43c2084acd1e5074190 | [
"MIT"
] | permissive | Machina123/JavaCourse | 30e258606a2e5cd4851a9b5317821de10ef86605 | 3fb916ddf62d02954ac9304233d0b5a6e65a1d10 | refs/heads/master | 2020-04-25T17:24:55.827901 | 2019-05-15T17:35:18 | 2019-05-15T17:35:18 | 172,947,292 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 576 | java | package net.machina.interfacedemo.workers;
public class Worker implements IPayment, Comparable<Worker> {
private String fullName;
private double payment = 2500;
public Worker(String fullName) {
this.fullName = fullName;
}
@Override
public double getPayment() {
return this.pay... | [
"machina123@boun.cr"
] | machina123@boun.cr |
bdad49ea4879d192847c70d7ce3ce2b093d9f14d | 9494b29d58ea98fba2938a2c7b5470ab06593745 | /src/main/java/CustomLogAppender.java | 4d38725cb75c813032fd1b153054f7663e0fda68 | [] | no_license | evvil/webspider | a9e1a2f351334d65d946f78f6b82d9560e5ba0ba | 20600d425d88e7f5b143dd6005e3539a9cc13a38 | refs/heads/master | 2021-05-30T21:51:35.347061 | 2016-05-13T09:45:24 | 2016-05-13T09:45:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,098 | java | import java.io.File;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Date;
import java.util.List;
import org.apache.log4j.FileAppender;
import org.apache.log4j.Layout;
import org.apache.log4j.helpers.LogLog;
import org.apache.log4j.s... | [
"vtroop@126.com"
] | vtroop@126.com |
9cab3cb118a3c651bc4f109244585dd1e9801727 | 476c028ad11c119a85ed3b5ae084a9a92d7abc6e | /docroot/WEB-INF/service/net/zylk/liferay/portal/model/SubscriptorCategory.java | 26823e1761d2ea12660e4f2d88fcac7e22919397 | [] | no_license | PolitAktiv/newslettter-fork | d5d054022e1e82e875772491b5e953ff6b816b6d | e8bf3f061a389e60a535a24ef21673abd133f4f7 | refs/heads/master | 2021-01-19T14:23:51.414685 | 2017-08-23T14:00:22 | 2017-08-23T14:00:22 | 88,156,908 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 864 | java | package net.zylk.liferay.portal.model;
import com.liferay.portal.model.PersistedModel;
/**
* The extended model interface for the SubscriptorCategory service. Represents a row in the "ZN_SubscriptorCategory" database table, with each column mapped to a property of this class.
*
* @author zylk.net
* @see... | [
"tobias.scherer@integrata-stiftung.de"
] | tobias.scherer@integrata-stiftung.de |
930ae50bf603b1d5446ddc9f8152429392b22270 | 60282a55340d75325bb96e95e86381a12d66c006 | /src/main/java/io/webfolder/cdp/type/debugger/Scope.java | 462fb8d73ce81c8a0c89354643565388458b1fd6 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | Billesper/cdp4j | f7aee808f5d1833d83b113bd63f2ed61cbb3abb9 | d94a69195b4e8874f42e30dc69b97b61dade4015 | refs/heads/master | 2022-11-25T16:23:51.822342 | 2020-08-03T18:34:41 | 2020-08-03T18:34:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,958 | java | /**
* cdp4j Commercial License
*
* Copyright 2017, 2020 WebFolder OÜ
*
* Permission is hereby granted, to "____" obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without
* restriction, including without limitation the rights to use, cop... | [
"support@webfolder.io"
] | support@webfolder.io |
b8e89b6c68780376fbacce6c4d302d4ade7d09eb | 19f887cc2586d12f4cd4a4a5b6c560be13ae5148 | /src/main/java/com/bitbus/fantasyprep/lineup/LineupOptimizationService.java | e2fe2c883d801a4ad3cd614adb49099a1e598008 | [] | no_license | jayprock/fantasy-prep | f87427a5c8bd1bf9c76fe482b07e3b1cd2c1f7a6 | 7bb33c33ab32dfeba12f4df091a235d8a7b04a82 | refs/heads/master | 2021-09-22T11:20:15.797886 | 2018-09-09T10:37:07 | 2018-09-09T10:37:07 | 148,013,257 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 26,802 | java | package com.bitbus.fantasyprep.lineup;
import java.util.ArrayList;
import java.util.List;
import javax.transaction.Transactional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.bitbus.fantasyprep.league.League;
import com.bitbus.fantasyprep.l... | [
"jprochnow1@gmail.com"
] | jprochnow1@gmail.com |
15733d3bd88c20610eb7f1c1ea9997966f9ddacb | 53beb95e200a6d6825f80a89ccbf4398d7a0ade9 | /src/main/java/com/csharp/bikerental/persistence/model/TwoWheel/Bike.java | cf06aedb26948d6d08001772e6a83cbb948133e3 | [] | no_license | conorH22/bike-rental | 63b53ea4acb301a8b59e1c25fef70e87695fdc29 | fcc4137af757e38663e6c82783936bcbd89e7b7f | refs/heads/master | 2020-04-24T21:14:27.199508 | 2019-04-19T07:38:24 | 2019-04-19T07:38:24 | 172,271,222 | 0 | 0 | null | 2019-04-19T07:38:25 | 2019-02-23T22:31:54 | Java | UTF-8 | Java | false | false | 1,505 | java | package com.csharp.bikerental.persistence.model.TwoWheel;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
@Entity
public class Bike extends TwoWheel {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
privat... | [
"lackamoredude@gmail.com"
] | lackamoredude@gmail.com |
d4217e47d7c340433f3b45504a4a7e89bc139276 | 594909074c1af66e02d883f892eb788a02315665 | /xmdl.core/src/org/xmdl/core/templates/ui/web/decorator/Application01.java | 211dd99f2fa92cf65c09e68332e18900571f06c0 | [] | no_license | GArlington/xmdl | 8d23fab821f061f34e4fbcc9151ec33af466eb40 | 812a3d22a7182398be94c05e80839e85d7889917 | refs/heads/master | 2016-08-12T22:54:32.937489 | 2008-11-27T16:27:28 | 2008-11-27T16:27:28 | 52,354,136 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 565 | java | package org.xmdl.core.templates.ui.web.decorator;
import org.xmdl.xgen.*;
import org.xmdl.xmdl.XProject;
import org.xmdl.core.templates.ui.web.decorator.impl.Application01Impl;
public class Application01
extends Application01Impl
implements TemplateConfiguration{
public String targetFile(Object ob... | [
"hakandilek@4326f340-9937-0410-85f0-7193a15cbf30"
] | hakandilek@4326f340-9937-0410-85f0-7193a15cbf30 |
5f0ce719e6d7a89ff10fb8779da1b87b5236ac3e | d5e67541765f6ea3782ec2b75be2a5416cb35cc3 | /L23-noSQL/redis-demo/src/main/java/ru/otus/redisdemo/model/Phone.java | 0b434858ffa9a63345bc0c6c53c52b0beda9d7a9 | [
"MIT"
] | permissive | petrelevich/otus_java_2020_06 | 53ddbf0fd96fa1fe17df289766447a239869a819 | 432ffe13dc58466c7845b268b024c4f0df5caaeb | refs/heads/master | 2023-01-09T09:42:55.653183 | 2020-11-09T22:18:15 | 2020-11-09T22:18:15 | 275,573,565 | 3 | 17 | MIT | 2020-08-02T17:07:47 | 2020-06-28T11:47:40 | Java | UTF-8 | Java | false | false | 322 | java | package ru.otus.redisdemo.model;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.util.UUID;
@AllArgsConstructor
@NoArgsConstructor
@Data
public class Phone {
private String id;
private String model;
private String color;
private String serialNumber;
... | [
"stvort@mail.ru"
] | stvort@mail.ru |
94d476fd4252a8b4988625cd8a13b2e533267996 | 94bdf8ccee118fac7bc3f269b95ee016ac30b8b8 | /src/main/java/com/xujiang/childbodyguard/domain/po/ArticlePO.java | 49c66154022f983d4a2a3c1115f2aff36ba8329c | [] | no_license | wxmaudio/child-bodyguard | 49901092bcc6920f863e09c9070d68b062583743 | 48f81360999cee2c19e6706dccf5b027b078bcb4 | refs/heads/master | 2020-03-21T09:07:12.126849 | 2018-06-25T05:01:35 | 2018-06-25T05:01:35 | 138,383,372 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,273 | java | package com.xujiang.childbodyguard.domain.po;
import java.util.Date;
public class ArticlePO {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database column t_article.id
*
* @mbggenerated Sun Jun 24 19:54:09 CST 2018
*/
private Long id;
/**
... | [
"madenghui1@guazi.com"
] | madenghui1@guazi.com |
9b9be74c3c110123316f54f44cc8dcffead80a3a | 739ead93d140c47b0884feaa7006455fec711a4f | /app/src/main/java/com/developer/alienapps/networkingex/RetrofitAPI.java | 46fc36057146730361cb67525ee0a2186d95e003 | [] | no_license | Singhak/AndroidNetwrkEx | 49f477378042ceb74765ea77f02730cc525e144c | 0150a570adb5ea97c5d4eefc42453b06c9f24961 | refs/heads/master | 2021-07-08T02:07:09.932983 | 2017-09-29T17:31:13 | 2017-09-29T17:31:13 | 105,298,680 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 284 | java | package com.developer.alienapps.networkingex;
import java.util.ArrayList;
import retrofit2.Call;
import retrofit2.http.GET;
/**
* Created by AMIT on 24-Sep-17.
*/
public interface RetrofitAPI {
@GET("/repositories")
Call<ArrayList<Repository>> retrieveRepositories();
}
| [
"anilsingh.singh09@gmail.com"
] | anilsingh.singh09@gmail.com |
996ed714af1f8dd06f2ebeaef38e33b83efe6229 | aba8b18352b7b7eb42a9da32c1bc34b81e682e7e | /xiangmu/daima/src/main/java/com/jianz/degeapp/config/SpringWebConfig.java | 2e60bd03f5d12af4d585574ff9d57a4a4a2d48b9 | [] | no_license | degeapp/xiangqiankan | 5bb0825f807e6f5540bb2c89e67a9b8bc7310f50 | b7c5e7d275a5849b2484516a77b6cc6323ef64a7 | refs/heads/master | 2023-05-01T15:32:44.354749 | 2019-10-24T00:47:06 | 2019-10-24T00:47:06 | 217,179,272 | 2 | 0 | null | 2023-04-14T17:09:16 | 2019-10-24T00:40:39 | JavaScript | UTF-8 | Java | false | false | 1,213 | java | package com.jianz.degeapp.config;
import javax.servlet.Filter;
import org.springframework.boot.web.servlet.FilterRegistrationBean;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.filter.DelegatingFilterProxy;
impor... | [
"Administrator@I91T1FM30VWNVX5"
] | Administrator@I91T1FM30VWNVX5 |
b8ec710a6c2cbf968cd937c714e909b0e96f42fb | e2a65861467a2c929d33bdd210bd01df77146c60 | /QualCepJDBC/src/main/java/br/paulorjuniorp/jdbc/LogradouroDao.java | 9bb5109fb203094b769ec32ea10a5eca78432c14 | [] | no_license | paulorjuniorp/QualCep | 969ba2e019ba360769a33109ae6f1b8e723059de | 489c598be56d9200765d285ac05f9ce06a971cb1 | refs/heads/master | 2021-01-25T06:30:48.107973 | 2017-06-07T03:43:27 | 2017-06-07T03:43:27 | 93,585,966 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,884 | java | package br.paulorjuniorp.jdbc;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import com.mysql.jdbc.PreparedStatement;
import br.paulorjuniorp.entidades.Logradouro;
import br.paulorjuniorp.entidades.TiposLogradouro;
public clas... | [
"paulorjuniorp@gmail.com"
] | paulorjuniorp@gmail.com |
36a8c40955e06d0aa57857b5ac2273c2bf3bfa5b | acd43c42c30fdb0ecf2954bd9fffb042a02e4190 | /src/_9_inheritance/exe3/Employee.java | f0c78b5baa590442c6e9995978499d34d14660d8 | [] | no_license | talgreen1/Basic-Java-Exercises-Solutions | 27e49e5f419a6fbf97fb756aac109bbf7ba49a89 | 6c0914c60a8198127a4ecd56c057c9f389814313 | refs/heads/master | 2021-09-17T20:59:08.853705 | 2018-07-05T10:36:39 | 2018-07-05T10:36:39 | 110,505,453 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 967 | java | package _9_inheritance.exe3;
public class Employee
{
////////////////////////////////////// Members
private String m_name;
private int m_id;
private int m_basicSalary;
////////////////////////////////////// Constructors
public Employee()
{
m_name = "";
m_id = 0;
m_basicSalary = 0;
}
public Employ... | [
"talgreen1@yahoo.com"
] | talgreen1@yahoo.com |
b17137042f9d2eb848028205f744a1603520eed3 | cbaeffa0cab3b8cb849dd6348aa163042b037fb5 | /Alpha/Early Code/Old Code/Processing/libraries/GameControlPlus/src/net/java/games/input/ButtonUsage.java | e5f035e2ee3a2da4747de40cd0fe6c17cb00c3cf | [] | no_license | k-sheridan/HighlyAutonomousAerialReconnaissanceRobot | 208c7204db60bbe3500929cf3389cb2ba3db1d88 | 0798a73586c8191cf751f55c01a82f1e4673722e | refs/heads/master | 2022-02-22T21:49:55.408031 | 2019-09-14T21:39:14 | 2019-09-14T21:39:14 | 68,154,334 | 7 | 6 | null | null | null | null | UTF-8 | Java | false | false | 4,819 | java | /*
* %W% %E%
*
* Copyright 2002 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
/*****************************************************************************
* Copyright (c) 2003 Sun Microsystems, Inc. All Rights Reserved.
* Redistribution a... | [
"sheridak@purdue.edu"
] | sheridak@purdue.edu |
ac0e2cf44e7ff410d543f17b20a38cb8a9cb4846 | f54446a58be17e4ca9e5a75792b3419aa96b3e91 | /2.JavaCore/src/com/javarush/task/task14/task1408/MoldovanHen.java | 9cef8e8f0c1e407fbcf926388ad399567b964abe | [] | no_license | marinated32/JavaRushHomeWork | e6b7e30c25a6a5b06b99c5d3afaa84bdb5cb4bdb | 99eca4042c3a095bca0ca07b50fa7d0e865cf171 | refs/heads/master | 2023-03-16T12:25:53.097989 | 2021-03-15T12:12:42 | 2021-03-15T12:12:42 | 328,926,360 | 0 | 0 | null | 2021-03-15T12:12:43 | 2021-01-12T08:54:29 | Java | UTF-8 | Java | false | false | 427 | java | package com.javarush.task.task14.task1408;
public class MoldovanHen extends Hen {
public int getCountOfEggsPerMonth() {
return 10;
}
public String getDescription() {
// String result = this.getDescription();
return String.format(super.getDescription() + " Моя страна - %s. Я нес... | [
"marinagavrilova2012@gmail.com"
] | marinagavrilova2012@gmail.com |
2c2b4207b26180ddbc93575bf1601c7baec683c0 | ac440385c6bebdcd569c8080a4faaed75238a27d | /src/main/java/com/mageshuo/trash/web/rest/AccountResource.java | 818060f9e612f8683ef95c5b8bb04bf1003f4fba | [] | no_license | coolma0516/springbootdemo | 5f1c892f59315d1bed1253bc234282dd15c43a7a | 9999d438d1e0af1348d5573bdcc2b48d28d923f8 | refs/heads/master | 2022-07-23T22:45:13.639926 | 2019-07-24T06:37:32 | 2019-07-24T06:37:32 | 197,296,565 | 0 | 0 | null | 2022-07-07T10:59:38 | 2019-07-17T02:02:40 | Java | UTF-8 | Java | false | false | 7,489 | java | package com.mageshuo.trash.web.rest;
import com.mageshuo.trash.domain.User;
import com.mageshuo.trash.repository.UserRepository;
import com.mageshuo.trash.security.SecurityUtils;
import com.mageshuo.trash.service.MailService;
import com.mageshuo.trash.service.UserService;
import com.mageshuo.trash.service.dto.Passwor... | [
"jianma@JiandeMacBook-Pro.local"
] | jianma@JiandeMacBook-Pro.local |
6689cada9c332313c5e9a9e2682eeedc7ba1a9c2 | 66928879f97ec4fc0d6d36b8189e498b4a43d6d7 | /app/src/main/java/com/fishflying/org/GameOverActivity.java | 934f14b9965370ad442799f718daa7deaa1ac155 | [] | no_license | mjmaurya/FishFlying | cc789ea58e39f8858eaa8a3a5794b1b8230755f6 | 15a88d2c2912c1fdd922bb60520b91030117e3a7 | refs/heads/master | 2020-09-10T16:15:39.443086 | 2019-11-14T07:15:17 | 2019-11-14T07:15:17 | 221,755,268 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 965 | java | package com.fishflying.org;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
public class GameOverActivity extends AppCompatActivity {
Button button;
TextView displ... | [
"gcssm1999@gmail.com"
] | gcssm1999@gmail.com |
50e230590997f6dd3b81077b491581d3bfd1e07c | cc5b547f63340ddce2e0f9692b68b6fd3129389a | /springwithxml/src/main/java/com/olgun/dependency/injection/service/impl/GoodMorningServiceTurkishImpl.java | 7c4404df74a10acf4881d1f8b06284c71e25b6f5 | [] | no_license | olgunyldz/springwithxml | a5fb79c2f45638121aedb63411f99fb6f574f4b1 | 28a97194b7c7ede227dbf5b4a16cc69333190fea | refs/heads/master | 2021-01-13T15:48:24.450382 | 2017-01-25T14:31:30 | 2017-01-25T14:31:30 | 80,022,011 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 299 | java | package com.olgun.dependency.injection.service.impl;
import com.olgun.dependency.injection.service.GoodMorningService;
public class GoodMorningServiceTurkishImpl implements GoodMorningService {
@Override
public String sayGoodMorning() {
return "Good Morning in Turkish!!!";
}
}
| [
"olgun.yldz@gmail.com"
] | olgun.yldz@gmail.com |
29610a5a2007a42f4c99309f286afd7fabf5150a | 6b8db603f961fed816493303700daa4e79d2c24b | /ibmiotplatform-android-mqtt/app/src/androidTest/java/com/funers/ibmiotplatform_mqtt/ExampleInstrumentedTest.java | 29be61b80746173706fe2a1da027f88a5c9afe85 | [] | no_license | jihye-kim11/2021cns01 | ba25ae2ca9c33b1d059f3d928deb2a7287e178a7 | 7000be91cb21cc9ea99220ca7e48ec765b63b015 | refs/heads/master | 2023-06-12T15:52:09.056018 | 2021-07-09T07:55:08 | 2021-07-09T07:55:08 | 383,349,421 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 775 | java | package com.funers.ibmiotplatform_mqtt;
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 exe... | [
"kjh9711266@naver.com"
] | kjh9711266@naver.com |
992e1f8ae2a885d264631688b97a9a7afa13c6f7 | d0959c0d6547d70e6ada3938ce456def3d968d7d | /training/DominosPizza/DominosPizza/src/com/psl/main/Client.java | eca73dbfe5b19738e450f17e9fdd5095fa5aed91 | [] | no_license | lokeshsarathe18/MPC-Persistent | 7a279931ab8d2d83acf4c681ed1123b7ca5fe9c2 | ecd769001043f6c598f88110fe651ed838a635dd | refs/heads/master | 2022-12-02T02:58:14.200509 | 2020-08-10T07:42:37 | 2020-08-10T07:42:37 | 286,413,195 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,096 | java | package com.psl.main;
import java.util.ArrayList;
import java.util.List;
import com.psl.bean.Dish;
import com.psl.bean.Location;
import com.psl.bean.Order;
import com.psl.util.DominozPizzaDeliveryImpl;
/*
* @Author: Gandhali Inamdar
*/
public class Client {
public static void main(String[] args)
{
List<Dish>... | [
"lokesh.sarathe.560@gmail.com"
] | lokesh.sarathe.560@gmail.com |
cb8cfe630745d97fbc3b92a6aca83c3103374d7f | 3e2266f5ae213e8ee5f94a2dcd348ea5c579cdc3 | /02-backend/spring-boot-ecommerce/src/main/java/com/xs2929/ecommerce/dao/ProductCategoryRepository.java | 35d14d263310f72dfaba011f2e6815b4d81ae6b6 | [] | no_license | XS2929/EcommerceApp | d81379a66da7ab6bef25357ca5773df5cf895cfa | fa4324d8c011c086632826f7fe39f5b737fd9ea1 | refs/heads/master | 2022-10-17T10:56:24.310230 | 2020-06-11T07:27:43 | 2020-06-11T07:27:43 | 270,903,526 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 522 | java | package com.xs2929.ecommerce.dao;
import com.xs2929.ecommerce.entity.ProductCategory;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.rest.core.annotation.RepositoryRestResource;
import org.springframework.web.bind.annotation.CrossOrigin;
@CrossOrigin("http://local... | [
"xs2929@utexas.edu"
] | xs2929@utexas.edu |
47fda8e8b705c2721b97b0b3a8f6fa81d20e81a6 | dcf96d5ce172af2046a6a7e73b09aa379348757f | /itemlib/src/main/java/free/com/itemlib/RecyclerViewPagerAdapter.java | cca8ecc46c448917d83dbece4fad177c46c52d70 | [] | no_license | free46000/itemlib | f2af502d476cb5b1587b5742b87ddf257609255a | b367792d15d0e65d4065476e3fd5c50f3bfc7a41 | refs/heads/master | 2020-05-21T22:29:36.227512 | 2017-01-26T03:32:25 | 2017-01-26T03:32:25 | 61,463,931 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,391 | java | package free.com.itemlib;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.view.ViewGroup;
public class RecyclerViewPagerAdapter<VH extends RecyclerView.ViewHolder> extends RecyclerView.Adapter<VH> {
private final PagerRecyclerView mViewPager;
RecyclerView.Adapter<VH> mA... | [
"free46000@163.com"
] | free46000@163.com |
90371f006441800763391d8cc9043b4ee157052d | c44f2f9fe32baef0e18d34f5d3f48c583111eb46 | /src/Dr_Sideburns/SecretAgentMod/entity/EntityArchAgent.java | f7c47aa74d7ee6395023e4c3a5f42a80c1a606a1 | [
"Apache-2.0"
] | permissive | Vecktor007/Secret-Agent-Craft-Minecraft-1.6.4 | 9f1469d6065e6b2ee4ea8f3203578a257f2e6e92 | 7576a5056d9838a976f4f193b106ca32f90cf896 | refs/heads/master | 2020-04-05T18:58:07.665234 | 2014-01-03T03:10:29 | 2014-01-03T03:10:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,900 | java | package Dr_Sideburns.SecretAgentMod.entity;
import java.util.Calendar;
import Dr_Sideburns.SecretAgentMod.EntityBullet;
import Dr_Sideburns.SecretAgentMod.EntityGoldenBullet;
import Dr_Sideburns.SecretAgentMod.EntityOddjobsHat;
import Dr_Sideburns.SecretAgentMod.EntityThrowableHat;
import Dr_Sideburns.SecretAgentMod.... | [
"jpmodig@att.net"
] | jpmodig@att.net |
c3f6a25d5c3178c50a750e70285139342df93fe0 | 1c53d5257ea7be9450919e6b9e0491944a93ba80 | /merge-scenarios/dubbo/9af1f1a97-dubbo-config-dubbo-config-api-src-main-java-org-apache-dubbo-config-AbstractConfig/base.java | d56dc95e30259adbf3a953a70b5da7d6870ce5c1 | [] | no_license | anonyFVer/mastery-material | 89062928807a1f859e9e8b9a113b2d2d123dc3f1 | db76ee571b84be5db2d245f3b593b29ebfaaf458 | refs/heads/master | 2023-03-16T13:13:49.798374 | 2021-02-26T04:19:19 | 2021-02-26T04:19:19 | 342,556,129 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 20,404 | java | package org.apache.dubbo.config;
import org.apache.dubbo.common.Constants;
import org.apache.dubbo.common.URL;
import org.apache.dubbo.common.extension.ExtensionLoader;
import org.apache.dubbo.common.logger.Logger;
import org.apache.dubbo.common.logger.LoggerFactory;
import org.apache.dubbo.common.utils.CollectionUtil... | [
"namasikanam@gmail.com"
] | namasikanam@gmail.com |
2c5220befbaa9c91dbeea348943d0e3255c4ba04 | 15d66d1eaf6274acbe7f46b81b778f004466937d | /CalcularMedia/app/src/main/java/br/com/calcularmedia/MediaActivity.java | f2dc9b706b1630612cae48f6cdfb51553fc8c4ca | [] | no_license | Tinuthas/MediaEnem | e24d5d3f1564d2639b9fcda480989b7e088248b7 | d61cfa4925f41db45ae75a8d2395116aa217b6e2 | refs/heads/master | 2020-04-28T18:58:12.455670 | 2019-03-13T20:43:49 | 2019-03-13T20:43:49 | 175,495,665 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 892 | java | package br.com.calcularmedia;
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;
public class MediaActivity extends AppCompatActivity {
@Override
protected void onCre... | [
"vinicius1504_medeiros@hotmail.com"
] | vinicius1504_medeiros@hotmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.