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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e618474373c7440c609dc0ece0c6a6b81e80afd3 | 0bf97546e0d4c41973e6e6fe84eb8b287e01903e | /chap10/code10-09/SuperHero.java | 8648589cdfbee5b0e304851b388c5b6376260fd4 | [] | no_license | Soh1121/JavaIntroduction | 1a738ccb93bdb52ed094dd844a46e308c52aca75 | 238860cfd950ce4f25721581a2cbdf35ae2c306d | refs/heads/master | 2023-06-10T21:56:01.596208 | 2021-06-22T03:02:09 | 2021-06-22T03:02:09 | 293,400,714 | 0 | 1 | null | 2021-06-22T03:02:09 | 2020-09-07T02:17:26 | Java | UTF-8 | Java | false | false | 483 | java | public class SuperHero extends Hero {
boolean flying;
public void fly() {
this.flying = true;
System.out.println("飛び上がった!");
}
// 着地する
public void land() {
this.flying = false;
System.out.println("着地した!");
}
public void run() {
System.out.println(this.name + "は撤退した");
}
... | [
"satou.shg@gmail.com"
] | satou.shg@gmail.com |
042d11436a502cbe13eea08ebb89c5cf3e6b6cab | 58570a7f0bf34d72205e67a21b38aba2e1f3abd6 | /app/src/main/java/com/aqar55/activitys/Signin_Enter_phone_Activity.java | 53ce5d1f40218712b36eaff687e93f2aca97c944 | [] | no_license | Bandar55/aqar-android | dc43dd644786ff1b5a2ed9022296c54f682cd0f2 | e1b00dd0da8c1203d7ae4da1f4ce7d422a5204ea | refs/heads/master | 2022-12-04T16:10:04.522496 | 2020-08-28T06:31:54 | 2020-08-28T06:31:54 | 290,713,365 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,419 | java | package com.aqar55.activitys;
import android.content.Intent;
import android.databinding.DataBindingUtil;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Toast;
import com.aqar55.R;
import com.aqar55.... | [
"shalini.gupta@mobulous.com"
] | shalini.gupta@mobulous.com |
fa756e3cf41b791cb79c9890056557e14ccff7a3 | 925335202a3f534f47eeebaa6c1e125095f68fab | /app/src/main/java/quixada/ufc/br/kisan/activity/MainActivity.java | 9d75422a6af4b5fc4b64712495ecace583102717 | [] | no_license | anderson-uchoa/QXD0102 | e1f8c8365242e9c19854663e304ce94403a8bfeb | 1e9a550d9d254c258e0feb05387d71400a142bdc | refs/heads/master | 2021-06-04T11:18:01.705089 | 2016-02-15T20:45:41 | 2016-02-15T20:45:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,164 | java | package quixada.ufc.br.kisan.activity;
import android.content.Intent;
import android.content.res.Configuration;
import android.os.Bundle;
import android.support.design.widget.TabLayout;
import android.support.v4.view.ViewPager;
import android.support.v4.widget.DrawerLayout;
import android.support.v7.app.ActionBarDraw... | [
"andersonguchoa@gmail.com"
] | andersonguchoa@gmail.com |
9c0dc4de01f994e0706f7bb068cea083b72125de | b97e3051cb8eed972578f0e15ffb8835a424cf4b | /prjWebStocks/src/com/sanguine/webpos/bean/clsFormMasterBean.java | db9058f7e181a97c158df740fb540c688a07e327 | [] | no_license | xsashitc/SanguineERP | d3b75bcf015c731ad73c437341f41b742cd1ef5e | e2181996ecfab9a713e822ebef09375d42342e8b | refs/heads/master | 2020-03-25T08:02:27.256579 | 2018-08-03T13:43:03 | 2018-08-03T13:43:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,786 | java | package com.sanguine.webpos.bean;
import java.util.List;
public class clsFormMasterBean {
private String strFormName;
private String strModuleName;
private String strModuleType;
private String strImageName;
private String strColorImageName;
private int intSequence;
private String strRequ... | [
"gadhave.monika27@gmail.com"
] | gadhave.monika27@gmail.com |
fa53bc1c45b325d1cb2f9fea1bb43f34169313a6 | 47fad5eecb0fb95afa7dd136edaf5e568a7a993e | /src/com/Day_1/defaultAnPprotected/protectedPak/ProtectedClass.java | c019ec9cbaec19a221151f67eeb97aaab66fdd09 | [] | no_license | ushambu/SCJP | 66387819c416d844972f936f7a9cc74b9e77a62a | 96923a8697d15a52a0a1873e9bd3a7885a0f2a39 | refs/heads/master | 2020-12-24T12:39:39.617066 | 2016-11-06T04:44:27 | 2016-11-06T04:44:27 | 72,970,168 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 250 | java | package com.Day_1.defaultAnPprotected.protectedPak;
class ProtectedClass {
protected String protedMethod() {
System.out.println("This is protected");
return "This is protected";
}
public static void main(String[] args) {
}
}
| [
"shimbu.48@gmail.com"
] | shimbu.48@gmail.com |
25552074881b0d062739d3ee5248d6674473fb02 | ba28f7e56838b09e7a6a6931a517281efd01e976 | /Hadoop/src/PooledStreamCompressor.java | 4ae42ff712a3c55ebe2babdafbd5d92455355bd7 | [] | no_license | mohamedniyaz/Hadoop | 0c84e270c212fd10783cc3d0862c40bdd6fe1ca5 | 2c5aa6b16fb8470b84b24b18c2f8803db46dbf8f | refs/heads/master | 2020-06-05T07:20:05.270749 | 2014-03-04T20:07:23 | 2014-03-04T20:07:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,030 | java | import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.io.IOUtils;
import org.apache.hadoop.io.compress.CodecPool;
import org.apache.hadoop.io.compress.CompressionCodec;
import org.apache.hadoop.io.compress.CompressionOutputStream;
import org.apache.hadoop.io.compress.Compressor;
import org.apache.... | [
"zackriyaniyas@gmail.com"
] | zackriyaniyas@gmail.com |
ef27a1160d43855ff6971e69a4b0cf8b83491e20 | d4de1413887532bd7cb7588665f28a7b141ccd36 | /modified acc to delete operators/Roots.java | 584ad5ec42266283e71ebf642ce87e9b95582fd7 | [] | no_license | SiberSilanet/Mutation | 135edb821cbf4d51448d46828be292aceba0bfe2 | c301114feee0ba3b388ec5fb3e2e10d8262e39fc | refs/heads/master | 2023-03-17T22:45:06.654198 | 2016-09-26T04:58:18 | 2016-09-26T04:58:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 623 | java | package classes;
public class Roots {
public static String get_roots(int a, int b,int c){
int validInput=0,d=0;
double D=0.0;
String rtype="";
String root1="",root2="";
if((a>=0) && (b>=0) &&(c>=0)){
validInput =1;
if(a==0){
validInput=-1;
}
}
if(validInput==1){
d = b*b - (4 * a * c... | [
"gagannagpal68@gmail.com"
] | gagannagpal68@gmail.com |
0d4ef816892205c112878876daed33d040430317 | d23a66807b2aa2b4866d0620c59cba27e4f1f756 | /easy-core/src/main/java/net/dreamlu/easy/commons/plugin/sqlinxml/SqlInXmlPlugin.java | e62c6f05510466ecdfe85cc5b29a6cb961944ec8 | [
"MIT"
] | permissive | ChunMengLu/Easy4JFinal | 0bd8e3bf65d1d0d16ca01ab716bc9774ff694a4f | 2df6edc101af660a448ab59ceddaa9d825d6773c | refs/heads/master | 2020-12-04T02:40:45.195825 | 2017-01-13T11:35:11 | 2017-01-13T11:35:11 | 66,321,954 | 5 | 0 | MIT | 2020-09-08T10:51:24 | 2016-08-23T01:36:34 | Java | UTF-8 | Java | false | false | 3,363 | java | package net.dreamlu.easy.commons.plugin.sqlinxml;
import java.io.InputStream;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
import org.w3c.dom.Node;
import org.w3c.dom.NodeList;
import com.jfinal.plugin.IPlugin;
import net.dreamlu.easy.commons.searcher.ResourceMatcherSearcher;
i... | [
"596392912@qq.com"
] | 596392912@qq.com |
b6ac92d355c548999a536aa0c001a374f2c6e1e6 | 6bb72498b7dcdf53d6255bb16bbefa8bec1b9cc0 | /src/main/java/com/livechat/demo/config/AppProperties.java | c9b9fc9f83f9bf74aedc9ff4135b0106630e959c | [] | no_license | XaTH-TN/nats-chat-server | 66e4f6bbaa9c4224d3779423e3a44b344a253c47 | 3a079cf7178d75d97b6ef4b0b51e683132a27578 | refs/heads/main | 2023-07-16T18:59:45.562424 | 2021-08-27T07:48:00 | 2021-08-27T07:48:00 | 398,337,517 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 365 | java | package com.livechat.demo.config;
import lombok.Getter;
import lombok.Setter;
import org.springframework.boot.context.properties.ConfigurationProperties;
@ConfigurationProperties(prefix = "application")
@Getter
@Setter
public class AppProperties {
private String verifyToken;
private String pageAcce... | [
"xath.hx1001@gmail.com"
] | xath.hx1001@gmail.com |
4e3dff9f7504ade7d1ef65f5817732c40975bf6a | 9ff189e79be21864d20237fe68ab9046d0cd18a9 | /backend1/src/main/java/com/example/People/Student.java | 41ca6b20a66de29d04d02b16da78da671c280e56 | [] | no_license | Bil31901G/CS319Project | f2c9165a1b2e132ae89478592af0554166acf061 | 43602e14f710f31d0fa0bdefeae968d5650a9f86 | refs/heads/main | 2023-04-20T19:46:53.559529 | 2021-05-06T20:23:19 | 2021-05-06T20:23:19 | 337,153,421 | 0 | 11 | null | 2021-05-07T08:47:11 | 2021-02-08T17:23:47 | JavaScript | UTF-8 | Java | false | false | 527 | java | package com.example.People;
import javax.persistence.Entity;
import java.util.Date;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.MappedSuperclass;
import javax.persistence.Table;
import com.example.Grades.Grade;
// Old Design
... | [
"58989220+OnurCore@users.noreply.github.com"
] | 58989220+OnurCore@users.noreply.github.com |
8b549e374428fb93723167fe74c44a2ddfbe6293 | 991a0e7162fa314fe322f11f0e16ce4adde30fb0 | /Fall/Projects/yost-project2/ChristmasCountdown/app/src/main/java/com/example/madi/christmascountdown/SectionsPageAdapter.java | 1a8557acf34f446c3868355907acd31827caf13c | [] | no_license | myost/Madi-MobileAppDev | fe0e2d0769a009307a365ae37aa6ee025134d881 | aa5844961ffd9284ed5b1ea26d7a0ac6a0983ad2 | refs/heads/master | 2021-07-03T02:59:16.246592 | 2019-05-04T21:29:58 | 2019-05-04T21:29:58 | 147,708,566 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,015 | java | package com.example.madi.christmascountdown;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import java.util.ArrayList;
import java.util.List;
public class SectionsPageAdapter exten... | [
"mayo9279@colorado.edu"
] | mayo9279@colorado.edu |
27556be14050fb282215c237b0c6dd25fd693ec0 | 9920148ad798f71af9b6b618fdfd977323bbfba7 | /jax-auth-poc/src/com/rmd/first/DemoRESTRequestFilter.java | f8fc905f5b735568ef4f83eae5723d3c7c51358e | [] | no_license | rperng/JERSEY_REST_Auth | 2ff4149f8a90fd41c71a94909dbb7383ee110c0f | 1d1ae0a2e530396163f6241b4d694d14588bff8d | refs/heads/master | 2021-01-20T20:08:39.284699 | 2016-07-17T17:48:14 | 2016-07-17T17:48:14 | 63,345,700 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,168 | java | package com.rmd.first;
import com.rmd.first.DemoAuthenticator;
import com.rmd.first.DemoHTTPHeaderNames;
import java.io.IOException;
import java.util.logging.Logger;
import javax.ws.rs.container.ContainerRequestContext;
import javax.ws.rs.container.ContainerRequestFilter;
import javax.ws.rs.container.PreMatching;
impo... | [
"rogerpp@gmail.com"
] | rogerpp@gmail.com |
ba6697f99bfa64bb487824db41e6d33df6348524 | e18ac2b7957c06303e006e31594c4d734c514740 | /languages/ADSML/source_gen/ADSML/behavior/Bike__BehaviorDescriptor.java | 24294f1ca95693bc08f8eb0ce7c1a4fa30cc8858 | [] | no_license | Cucujn/ADSML | c25014f7e38d1191aba9c4335f166d58061c2f49 | 309089d076338152fdd00123ae67cbd011b39225 | refs/heads/master | 2023-02-26T23:51:12.649535 | 2021-02-11T04:43:34 | 2021-02-11T04:43:34 | 337,930,850 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,755 | java | package ADSML.behavior;
/*Generated by MPS */
import jetbrains.mps.core.aspects.behaviour.BaseBHDescriptor;
import org.jetbrains.mps.openapi.language.SAbstractConcept;
import jetbrains.mps.smodel.adapter.structure.MetaAdapterFactory;
import jetbrains.mps.core.aspects.behaviour.api.SMethod;
import jetbrains.mps.core.a... | [
"806157205@qq.com"
] | 806157205@qq.com |
93590af9048e53ae2d732141606ff930442ae086 | 71957d9b88f12ba5a488d482544697148219b2df | /src/main/java/com/demoprogra/progratres/data/dto/People/PeopleDto.java | cf38bf92c0c540d755519daf5c4dfefad72ccc05 | [] | no_license | wil-deving/backend-ex-final | b38df70b6613d9abbe2b68281a232ee5bf6272eb | 2c370c7c598390ad0e644d6de4f8b0ec92f47dbb | refs/heads/main | 2023-04-08T20:38:33.209814 | 2021-04-17T07:45:48 | 2021-04-17T07:45:48 | 358,273,466 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,632 | java | package com.demoprogra.progratres.data.dto.People;
public class PeopleDto {
private String peopleId;
private String name;
private String aPaterno;
private String aMaterno;
private String document;
private String expDocument;
private String address;
private String phone;
pri... | [
"wroger.gutierrez@gmail.com"
] | wroger.gutierrez@gmail.com |
8807fac999a5c22ef61b678742d0ea557e36f95d | 5177176d110e0afe77c857229d2e4a717e7e0940 | /AnShengApplication/zatgov/src/main/java/com/safetys/zatgov/bean/CheckListInfo.java | eba970c878770730d1c4167ffe90bbe366f0eec6 | [] | no_license | RickyYu/CommonAndroid | 12bf6793d3b814f0bcb694605a7cf49cf0ed93db | 25fe2535d39ece61715355eed0d330e94f294039 | refs/heads/master | 2021-08-30T13:39:47.750892 | 2017-12-18T05:46:40 | 2017-12-18T05:46:40 | 106,800,196 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,623 | java | package com.safetys.zatgov.bean;
/**
* Author:Created by Ricky on 2017/11/16.
* Description:
*/
public class CheckListInfo {
/**
* 检查记录id
*/
private String id;
/**
* executeUnit检查单位
*/
private String executeUnit;
/**
* 检查时间
*/
private String checkTimeBegin;
... | [
"584182977@qq.com"
] | 584182977@qq.com |
3a279863b5345831bdc7db128ca6f4af6a4cd0e9 | cf5ff8e0bbd93e0d3110169bc7f89e2a2b2be60d | /app/src/test/java/com/thinkcoo/mobile/ApplicationStub.java | ebb6051885fc542580da861a9fdb396e68c27955 | [] | no_license | yaolu0311/ThinkcooRefactor-2016526 | 993c09b50719322d9d89621f2d991e4687ab81f8 | bfe011a0650ca0c80932dc45c2e60868966afda6 | refs/heads/master | 2020-09-26T05:30:24.155465 | 2016-09-05T07:12:13 | 2016-09-05T07:12:13 | 67,396,724 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 162 | java | package com.thinkcoo.mobile;
import android.app.Application;
/**
* Created by Robert.yao on 2016/5/12.
*/
public class ApplicationStub extends Application{
}
| [
"yaolu0311@163.com"
] | yaolu0311@163.com |
ebd5e7573b4cf0db4fcceeabfa4993f90f6a080a | 180e78725121de49801e34de358c32cf7148b0a2 | /dataset/protocol1/repairnator/learning/6449/ProjectInspector4Bears.java | 92c6a9d121e6e6b0683c26145ca9c4622c51cbbe | [] | 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 | 7,111 | java | package fr.inria.spirals.repairnator.process.inspectors;
import fr.inria.spirals.repairnator.BuildToBeInspected;
import fr.inria.spirals.repairnator.process.step.checkoutrepository.CheckoutBuggyBuildTestCode;
import fr.inria.spirals.repairnator.process.step.paths.ComputeClasspath;
import fr.inria.spirals.repairnator.p... | [
"bloriot97@gmail.com"
] | bloriot97@gmail.com |
1b4dbf9f0416a1a968d1a15877fa89ffb54b0c80 | 09e96b45469f9c1609c78325eefa187fee2b31f1 | /src/test/java/CMV5Test.java | 32d1d412ade728a556b13bba44e6115cc1f4d075 | [] | no_license | oolofsson/DECIDE | 76cb1dcbeed9058738b26cefdb92abc0d8cf18be | f4c23382eec918dd554913a6d3750438b3fd4438 | refs/heads/master | 2020-03-31T06:19:53.810707 | 2018-10-07T19:32:49 | 2018-10-07T19:32:49 | 151,977,531 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,568 | java | import org.junit.Test;
import java.util.ArrayList;
import java.util.List;
import static org.junit.Assert.*;
/**
* Created by heysunk on 2018-01-21.
*/
public class CMV5Test {
@Test
// Contract: if there are less than 2 points in the list cmv5 should return false
public void test1() throws Exception {
... | [
"oskarolo@kth.se"
] | oskarolo@kth.se |
b384d747db46eb208333eb9011995c639ef4fc5e | 56cf339ab14905ec3110eac07764eb8c480bf821 | /Matrix/Kth element in Matrix.java | fda1d40e5adc90f6a64ccb444d89f88e41ee10f6 | [] | no_license | aryankapoor0021/DSA | 80045d82553225322fcd8e1425eac027abb3a2e6 | e1b8898dbac96c1037f49cbde28f4544d0b390fe | refs/heads/main | 2023-02-27T08:59:21.635917 | 2021-02-02T17:15:56 | 2021-02-02T17:15:56 | 325,268,193 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 349 | java |
class Solution
{
public static int kthSmallest(int[][]mat,int n,int k)
{
//code here.
ArrayList<Integer> a=new ArrayList<Integer>();
for(int i=0;i<n;i++)
{
for(int j=0;j<n;j++)
{
a.add(mat[i][j]);
}
}
Collections.sort(a);
return a.... | [
"aryankapoorjagadhri@gmail.com"
] | aryankapoorjagadhri@gmail.com |
4b2a20f43db8b60e1ad899837b22ad3bb79fbe09 | 321159f229edbf5d6c015ddeba22ae48ca98aaac | /src/day37_Constructors/StudentsObjects.java | e4ce482d4eb85fed1ec84c6cd3010972e2669918 | [] | no_license | store13/JavaB18 | 6a9f5ef0bfeba04df727bb69a95bae10aae874aa | e8a53f7fe6fff6c6b6c5d7b6d14cd1b597341e40 | refs/heads/master | 2022-08-04T20:11:23.174753 | 2020-05-15T20:34:01 | 2020-05-15T20:34:01 | 259,387,153 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 392 | java | package day37_Constructors;
public class StudentsObjects {
public static void main(String[] args) {
Student student1 = new Student("Marina", 34, 'F', "Cybertek");
//student1.setInfo("Marina", 34, 'F', "Cybertek");
System.out.println( student1 );
Student student2 = new Student("S... | [
"torefmly@gmail.com"
] | torefmly@gmail.com |
13881c5158cc8fe9db06d786b15edfe20ce84d9b | 854b5facf3c3477728bcfb116bf8cee5bec3e833 | /server/src/main/java/com/omigost/server/config/FrontendLocalstackConfig.java | 1fae9d0e384105c9335dfa8890bcf44f86202f15 | [
"MIT"
] | permissive | Omigost/Omigost | 5c812d44ccedb32b519090c907be1af411c84982 | f3ba7d39e4ff6b1f9a252b0cba87d4e9b16c0a51 | refs/heads/master | 2022-12-16T17:34:52.318675 | 2019-06-10T18:56:45 | 2019-06-10T18:56:45 | 157,181,083 | 9 | 1 | MIT | 2022-12-09T14:02:42 | 2018-11-12T08:34:51 | TypeScript | UTF-8 | Java | false | false | 1,538 | java | package com.omigost.server.config;
import org.springframework.boot.web.servlet.FilterRegistrationBean;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Profile;
import org.springframework.core.Ordered;
import ... | [
"piotrsty1@gmail.com"
] | piotrsty1@gmail.com |
05438927e7ce8746f31f24930cd564d1663b9182 | 48ad608e3502515447747fef5165dd5ddec2d9fd | /src/main/java/uk/co/thomasc/steamkit/base/generated/internal/MsgGSGetUserGroupStatus.java | 379b3e1579a7ef4140bbaa1028441c9e35dc75f7 | [
"MIT"
] | permissive | vitaxa/JaSteamKit | cda1360e72b89a2bba608500e201ac7674dca943 | f55f55b2d20bae139492179643d2e4e12e66082f | refs/heads/master | 2022-10-13T23:41:29.760245 | 2020-05-11T15:11:01 | 2020-05-11T15:11:01 | 191,310,767 | 2 | 2 | MIT | 2022-10-04T23:52:14 | 2019-06-11T06:47:36 | Java | UTF-8 | Java | false | false | 1,501 | java | package uk.co.thomasc.steamkit.base.generated.internal;
import uk.co.thomasc.steamkit.base.ISteamSerializableMessage;
import uk.co.thomasc.steamkit.base.generated.enums.EMsg;
import uk.co.thomasc.steamkit.types.SteamID;
import uk.co.thomasc.steamkit.util.stream.BinaryReader;
import uk.co.thomasc.steamkit.util.stream.B... | [
"vitaxa93gamebox@gmal.com"
] | vitaxa93gamebox@gmal.com |
0a1e01fec72577ad718a7be83c9bb15d52441a4f | 89803b356920bc361d9e9d9d5f81cc3a489084a0 | /src/entities/RoomEnum.java | 84bfc3fe7b319fe2c675b08c521df7214bae2d10 | [] | no_license | designTa/finalDesign | e980d21a39c72fd70a684171ebaf33e9d8f3c3ad | 34ea74538d89994d7d1ca88c7fd62cfc033adb42 | refs/heads/master | 2021-04-30T03:09:49.321351 | 2018-02-15T14:16:25 | 2018-02-15T14:16:25 | 121,512,910 | 0 | 0 | null | 2018-02-15T14:16:26 | 2018-02-14T13:19:21 | Java | UTF-8 | Java | false | false | 181 | java | package entities;
/**
* Created by hackeru on 15/02/2018.
*/
public enum RoomEnum {
Kitchen,
FirstRoom,
SecondRoom,
ThirdRoom,
ForthRoom,
LivingRoom;
}
| [
"designta@mailinator.com"
] | designta@mailinator.com |
ca718d6b90aac8fd8ca8485950cc39cda2caf4c3 | a1f54c4fc08b70dfcde20dd3dc2e0b544850ceb9 | /PIJ(Эккель)/src/ch_17/Unsupported.java | 5fedffd9a8f579ac44523d392c553016d5cf72c8 | [] | no_license | smith1984/java_src_tutorial | 175d4f69e443084f82c48ab7457dcacfae3dfb23 | 50fd98e37d675f597074a6e53a9ef34824d5fcd4 | refs/heads/master | 2020-04-09T03:38:38.848665 | 2018-12-01T21:57:20 | 2018-12-01T21:57:20 | 159,990,788 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,365 | java | package ch_17;//: containers/Unsupported.java
// Unsupported operations in Java containers.
import java.util.*;
public class Unsupported {
static void test(String msg, List<String> list) {
System.out.println("--- " + msg + " ---");
Collection<String> c = list;
Collection<String> subList = list.su... | [
"smith150384@gmail.com"
] | smith150384@gmail.com |
286710ebe692f1cb896f3be04d38867d4aed117b | bf78ff44b2c7c47c42255f72a015e0e0be526025 | /app/src/main/java/com/example/erik/erp_hotel_industry/product_classes/Product_type.java | ba52c69e0c26b6690030089d3f9e5631631ac4f6 | [] | no_license | Karaghak/hostelry_app | 45ce85b9dee2435502bdc99cbfa1c2f547e316cf | fadfda408e697b86b5e3274eb78cd38a9cac867d | refs/heads/master | 2021-01-12T03:38:36.965571 | 2017-02-01T00:33:52 | 2017-02-01T00:33:52 | 78,245,057 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 136 | java | package com.example.erik.erp_hotel_industry.product_classes;
/**
* Created by Erik on 08/11/2016.
*/
public class Product_type {
}
| [
"karaghak@hotmail.com"
] | karaghak@hotmail.com |
adaff8cb46cafded195961bbcf2f1eb6e55131eb | 1677a2c6de039bf13e92c8844a2c42e8be8e9a1f | /src/main/java/br/utfpr/lsip/forum/service/TeamService.java | 04fad5a9b352aab3b679f8f66424658063db1bae | [] | no_license | mchicalski/forumweb | 9b232e79b153555ff96924d1e917861fcbdfaadc | 8cff0b0a9535d4037227ed6098f79343eebde23b | refs/heads/master | 2020-04-09T07:40:57.703606 | 2018-06-05T00:31:21 | 2018-06-05T00:31:21 | 6,375,879 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 921 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package br.utfpr.lsip.forum.service;
import br.utfpr.lsip.forum.dao.TeamFacade;
import br.utfpr.lsip.forum.model.Resource;
import br.utfpr.lsip.forum.model.Team;
import java.util.List;
import javax.ejb.EJB;
import javax... | [
"mauricio.2203@gmail.com"
] | mauricio.2203@gmail.com |
532458b977207c8a324e563db242fa60d496322e | 0848566a32f66a522d0e2990d0c6b368cf40d914 | /src/test/java/com/hisign/controller/GraphControllerTest.java | fc84a4afff79379cb492ea3f27773eec45749021 | [] | no_license | AnsonLoveLina/graphServer | 745d394651167705a26f14095d4bde669f2b7088 | 41a2f75c5d6ce407006a394cfc39f5c0c5da603b | refs/heads/master | 2021-09-11T23:45:48.771549 | 2018-04-13T08:03:49 | 2018-04-13T08:03:49 | 108,394,091 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,683 | java | package com.hisign.controller;
import com.google.common.collect.Sets;
import org.apache.tinkerpop.gremlin.structure.Graph;
import org.apache.tinkerpop.gremlin.structure.T;
import org.apache.tinkerpop.gremlin.structure.Vertex;
import org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph;
import org.junit.Test;... | [
"384539643@qq.com"
] | 384539643@qq.com |
047cfa51768e965ed243dde8334ee9b468b2bad4 | fff37195a56505553c1336d192390aae96069c60 | /Lab4Struts2/src/md/victordov/lab/services/CursService.java | 75d1e44de29aabf460882f185f6123a4fb2d11a0 | [] | no_license | J-Z-Z/Lab4Struts2 | 079d61a2d9240785de6fddf4b7082f8aee2279c5 | 28b77dd34c535d15c39fc4ddfabb6c8a179506c0 | refs/heads/master | 2021-01-17T08:49:54.095389 | 2013-05-26T22:16:50 | 2013-05-26T22:16:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,163 | java | package md.victordov.lab.services;
import java.util.ArrayList;
import java.util.List;
import md.victordov.lab.common.exception.MyDaoException;
import md.victordov.lab.dao.CursDAO;
import md.victordov.lab.view.model.CursModel;
import md.victordov.lab.vo.Curs;
import md.victordov.lab.vo.Profesor;
import md.victordov.la... | [
"victordov2001@yahoo.com"
] | victordov2001@yahoo.com |
80bdcc1c426f6647fc9ee9f982239ee100ab3217 | d7a9b1d508b78813a2678b2176ab5797cb2293d7 | /src/posttest4/tugas4.java | 4d331c3a28ef3b71d0b08276eb713c9fe0d8e4f9 | [] | no_license | saraswatidm/Visual_A_1515015017_161617 | 33a3bd47983fd4be295f83630e86fc23c58db07a | 497265acce1bcf9981b27384ed23d4fb261c508f | refs/heads/master | 2021-01-22T19:08:48.060024 | 2017-03-31T13:31:57 | 2017-03-31T13:31:57 | 85,167,086 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 26,759 | 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 posttest4;
import java.awt.event.KeyAdapter;
import java.awt.event.KeyEvent;
import javax.swing.JOptionPane;
import javax.swin... | [
"saraswatidaranada_16@yahoo.com"
] | saraswatidaranada_16@yahoo.com |
9f6a1e920ea45edd947758830445243a3945f14e | 4c8ee148c12767f2fdef29ab6cbb7f7ed34fb219 | /app/src/main/java/com/example/imagecatalog/ui/imagelist/ImageListFragment.java | a2f4e5585c399c95f814015ba5b63fa9d9121e2c | [] | no_license | alonso1230/ImageCatalog | 7bfeea46c40abbec244d5d6ba9b209c8dd99fcfa | 5609435e8b39e99b9cefba05daa64d9fdce96cf8 | refs/heads/master | 2022-04-16T16:16:52.306375 | 2020-04-14T05:09:44 | 2020-04-14T05:09:44 | 255,515,617 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,118 | java | package com.example.imagecatalog.ui.imagelist;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.databinding.DataBindingUtil;
import androidx.lifecycle.ViewMode... | [
"a.reshitov@ideas-world.com"
] | a.reshitov@ideas-world.com |
7b4d4b45b69fcacf8ad981099cda1d06ac840176 | 52d75b3c0f01a4ef38bd63383973ebed669f310a | /app/src/main/java/com/xq/LegouShop/activity/OrderManagerActivity.java | c271ccc10d22f47d6259e290e02316bf6d22bf42 | [] | no_license | xumingda/LeGou | 21d9510d2e48be40cc8785725e268f63f1855238 | d0710ecc6e321c4361760f9b965dd925de13c4ee | refs/heads/master | 2020-06-24T10:53:37.935834 | 2019-08-28T07:28:31 | 2019-08-28T07:28:31 | 198,942,958 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,958 | java | package com.xq.LegouShop.activity;
import android.content.Context;
import android.content.Intent;
import android.os.Build;
import android.speech.tts.TextToSpeech;
import android.support.annotation.RequiresApi;
import android.support.v4.view.PagerAdapter;
import android.support.v4.view.ViewPager;
import android.util.Lo... | [
"317335277@qq.com"
] | 317335277@qq.com |
a2fe81dc724c9a50c7766b774f9ed2a7e429e8b3 | 2c82e14460f8e142246f74a65eb9ea86bd20fc5d | /app/src/main/java/com/example/sidra/quizapp/MainActivity.java | 56d8107a325c6398fc18a13e760b895289e211e4 | [] | no_license | sidrajawaid/Test-Your-GK | ad08a6a208081617eaacaef1efc6322fc49b3404 | 586643602a4a83eb5cdbb9bc09ed9ec6a4c3b084 | refs/heads/master | 2021-04-28T05:31:48.728112 | 2018-02-20T09:52:27 | 2018-02-20T09:52:27 | 122,178,568 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,813 | java | package com.example.sidra.quizapp;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.RadioButton;
import android.widget.TextView;
import android.widget.Toast;
import java.util.ArrayList;
public class MainActivity e... | [
"Sidra Jawaid"
] | Sidra Jawaid |
1c718082399cf6eb1ed744ba929db78a0841ad06 | df017a315ed3c77d931e9695d3a0f135e833759e | /src/BlackjackGUIRunner.java | 2ab01c598f00be3cd43ea4ed775dc48ae7cd78ae | [] | no_license | jaker00/Blackjack | 0a5b86ec8cb69b9dc8813d35fe4525a5933e6e72 | c6f1e1f3bef768dc58a94986a413e16082949ff1 | refs/heads/master | 2021-01-23T01:18:11.282140 | 2017-03-23T02:16:56 | 2017-03-23T02:16:56 | 85,896,933 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 452 | java | import javax.swing.*;
/**
* Created by jakereisner on 3/18/17.
*/
public class BlackjackGUIRunner extends JPanel {
public static void main(String[] args) {
Board game = new TwentyOneBoard(new User(50, "jake"));
CardGameGUI gui = new CardGameGUI(game);
gui.displayGame();
System.out... | [
"jfreisner10@gmail.com"
] | jfreisner10@gmail.com |
942161ec8f6156c6de9f39c0fef6ff75bcea9e18 | 7dcdee71c2d4348961eb07b0c348ba49ece250a2 | /src/main/java/io/xxx/sunflower/test/sample/FeedComeEventHandler.java | 72999c738a74866c135440986a569bb2d7fc76d2 | [] | no_license | dengbin19910916/sunflower | 049f961364da3372027d2c292a7cb9bb2794a193 | 17de5f6684d0d7b05810a18ee17884933314be0e | refs/heads/master | 2022-07-06T23:58:23.415969 | 2019-11-14T09:35:43 | 2019-11-14T09:35:43 | 213,513,860 | 0 | 0 | null | 2022-06-17T02:39:57 | 2019-10-08T00:37:25 | Java | UTF-8 | Java | false | false | 664 | java | package io.xxx.sunflower.test.sample;
import com.lmax.disruptor.EventHandler;
import com.lmax.disruptor.WorkHandler;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
@Component
public class FeedComeEventHandler implements EventHandler<FeedComeEvent>, Work... | [
"dengbin@winnermedical.com"
] | dengbin@winnermedical.com |
0b2eecef8d42f10f6bb61ab07262772d9c34d457 | f69bca55cdf223bfd8c87369855703c96817422a | /app/src/main/java/dev/hw/app/streaming/model/MessageStranger.java | 998440fe564fa521809cfe88b1a276400102a770 | [] | no_license | huynn109/stream | 9de7d50d382d0deaa654348bc0a20e74133de17a | 545ee871374d4772f163f185adcef5bfeaf75c81 | refs/heads/master | 2016-08-10T22:46:26.686814 | 2015-06-05T09:45:32 | 2015-06-05T09:45:32 | 36,294,720 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,247 | java | package dev.hw.app.streaming.model;
public class MessageStranger {
public static final int TYPE_MESSAGE = 0;
public static final int TYPE_LOG = 1;
public static final int TYPE_ACTION = 2;
private int mType;
private String mMessage;
private String mUsername;
private MessageStranger() {
... | [
"huynn109@gmail.com"
] | huynn109@gmail.com |
326145f6a4ca5e6027e6c2b459c25385a29c247d | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/15/15_c571e8a8f11c10fc9e39854d2faaa6606132d158/EditOptionPanel/15_c571e8a8f11c10fc9e39854d2faaa6606132d158_EditOptionPanel_t.java | 7be14824ff89c5f01ff1769b3d1c5c8c7808c575 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 3,893 | java | package munk.graph.gui;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.vecmath.Color3f;
import munk.graph.function.*;
import com.graphbuilder.math.*;
@SuppressWarnings("serial")
public class EditOptionPanel extends JPanel {
private Function oldFunc;... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
9f2da0a63fdb87c77d0baff747b5183a377601ec | 49fc9da23d7b0a206df712f9ea3f423bca53bf4b | /symbols/types/EnumTypeDescriptor.java | 084e1fcfe4b63dd162ffc85827461ee530152172 | [] | no_license | bconniff/MiniAda | 5d0b7e522677e82c7ddfc7ad3d5876e339afe4d3 | 0a89163b1dd9e8bfe120dcf8267961f41382e2c0 | refs/heads/master | 2021-01-17T03:03:27.907417 | 2012-06-29T07:50:17 | 2012-06-29T07:50:17 | 3,466,487 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 379 | java | package symbols.types;
import symbols.attributes.EnumAttributes;
import java.util.List;
import java.util.ArrayList;
public class EnumTypeDescriptor extends TypeDescriptor {
public final List<EnumAttributes> items;
public EnumTypeDescriptor() {
this.items = new ArrayList<EnumAttributes>();
}
public... | [
"niffshack@gmail.com"
] | niffshack@gmail.com |
980ed892b363b024a5e57726854f1dc57c78c0c8 | 6e6b497f244d19bc0041d671e7b470591687c5cb | /assQ3.java | c3504fc4672b0d0d6ec06bf16852e7ffb5b8e6e3 | [] | no_license | nurwahidahmohamed/ITT786 | 05bf231ffd7f2882471fdf917ba140014edf816c | 6c91b67edfa0f90d65a93d40e1ceac07757288b1 | refs/heads/master | 2021-01-21T13:37:01.481066 | 2016-05-10T15:14:02 | 2016-05-10T15:14:02 | 54,760,499 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,058 | java | package assgmt1;
import static java.nio.file.StandardOpenOption.*;
import java.nio.file.*;
import java.io.*;
import java.nio.charset.Charset;
import java.util.ArrayList;
import java.util.List;
import java.util.Scanner;
public class assQ3 {
public static void main(String[] args) throws IOException {
String f... | [
"nurwahid@gmail.com"
] | nurwahid@gmail.com |
3969dbc7da1ee28604c88bc56ca5af7165babe14 | be82311d069688854119611fb8e74ac75c20afd7 | /ch04_excercise/src/com/test/exercise/EX04_10.java | 831c05ac2000d7d20ced913ef00207252199c66a | [] | no_license | Kjan1993/study | 81cd45ea25582cd4cf0b336c086f083f76d37cb4 | 8dc44fd10255d94c55ebc53c2e2ce964f7e23395 | refs/heads/master | 2021-08-24T05:06:04.332748 | 2017-12-08T05:03:38 | 2017-12-08T05:03:38 | 113,404,499 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 351 | java | package com.test.exercise;
public class EX04_10 {
public static void main(String[] args) {
//문자열로 변환하지 말고 숫자로만 처리해야 한다.
int num = 12345;
int sum = 0;
while(num>0){
sum += num%10;
num = num / 10;
System.out.println(num);
}
System.out.println("sum = " + sum);
}
}
| [
"big-13@BIG-12-PC"
] | big-13@BIG-12-PC |
7b4574c438e8dc05f993e17cb99e476f6202a1a6 | 926b7007b03d1261717aeaf9fef1ba8fceb5ad12 | /src/main/java/com/msun/thirdpartyPay/alipay/core/Verifies.java | 24efcd4ba54592009ad9dc4c74d06f5e7069983b | [
"Apache-2.0"
] | permissive | MSUNorg/thirdpartyPay | f5dee9d6ec25b975efef7c0b1ddfa4837bcd0140 | 35fa62c2aa23042f54314cebb1b918c707e3e82a | refs/heads/master | 2021-01-19T14:22:25.835211 | 2017-08-04T09:12:45 | 2017-08-04T09:13:39 | 88,155,176 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,278 | java | package com.msun.thirdpartyPay.alipay.core;
import static com.msun.thirdpartyPay.support.util.Preconditions.checkNotNullAndEmpty;
import java.util.Map;
import java.util.Objects;
import com.msun.thirdpartyPay.alipay.model.enums.AlipayField;
import com.msun.thirdpartyPay.alipay.model.enums.Service;
import com.msun.thi... | [
"zhangxiongcai337@163.com"
] | zhangxiongcai337@163.com |
a29c50ab7376b913ab12c6472f734edcc4a74185 | 11d4b8599f657960c2f16e14ae0d1019806e2e01 | /src/main/java/cn/tarena/ht/controller/UserController.java | 3e6cac36a7bcea720a2da605167d6178239ec254 | [] | no_license | jeffrey666/ht | 9ddaf5826a9a26b1258798c0950be72932fc78e8 | 2da436007aeb6db58c03148ccc25937024668ec8 | refs/heads/master | 2021-05-05T08:33:16.073951 | 2018-01-26T12:55:49 | 2018-01-26T12:55:49 | 119,051,590 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,763 | java | package cn.tarena.ht.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.Re... | [
"315340106@qq.com"
] | 315340106@qq.com |
577ca7b3b4bf748046d7d2300cde857286adfed6 | ae5eb1a38b4d22c82dfd67c86db73592094edc4b | /project85/src/main/java/org/gradle/test/performance/largejavamultiproject/project85/p427/Production8549.java | 0d9e182b818ffdc30eb88aee7d20a64fcb332f62 | [] | no_license | big-guy/largeJavaMultiProject | 405cc7f55301e1fd87cee5878a165ec5d4a071aa | 1cd6a3f9c59e9b13dffa35ad27d911114f253c33 | refs/heads/main | 2023-03-17T10:59:53.226128 | 2021-03-04T01:01:39 | 2021-03-04T01:01:39 | 344,307,977 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,887 | java | package org.gradle.test.performance.largejavamultiproject.project85.p427;
public class Production8549 {
private String property0;
public String getProperty0() {
return property0;
}
public void setProperty0(String value) {
property0 = value;
}
private String property1;
p... | [
"sterling.greene@gmail.com"
] | sterling.greene@gmail.com |
7200f92892b1e03e56840ee16c02b59ebb738ad2 | 8f8cb5dc4b3b6109cb25c866f6c92527e712a12f | /security1/src/main/java/ru/sysout/sec1/security/SecurityConfig.java | 70d7742a23eeb9f483997b7f83e5b4f239072b19 | [] | no_license | roxanacruceanu/sysout | 3951dbb9454f3cdbd1193645ab2eee889447c9d5 | 19d592653e42c4dd2dadf0109e064f600854f267 | refs/heads/master | 2022-12-21T10:22:04.263215 | 2020-09-19T08:01:44 | 2020-09-19T08:01:44 | 298,516,774 | 2 | 0 | null | 2020-09-25T08:41:02 | 2020-09-25T08:41:02 | null | UTF-8 | Java | false | false | 1,110 | java | package ru.sysout.sec1.security;
import org.springframework.context.annotation.Bean;
import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder;
import org.springframework.security.config.annotation.web.configuration.EnableWebSecurity;
import org.springframework.securit... | [
"myluckagain@gmail.com"
] | myluckagain@gmail.com |
aa4a1acd56bfbc0d9e59bd8374aebfdc1a5af6e7 | fee80e730c0a9d2ede2721d4441970bafaaaa646 | /src/org/ace/insurance/life/bancassurance/proposalhistory/persistence/interfaces/IBancaassuranceProposalHistoryDAO.java | ead71ed25d348faf0b237224f3beb5c99b1152b4 | [] | no_license | LifeTeam-TAT/GGLI-Core | 242360ba9a6dd7cb3841fa495f9124a327df8450 | d000f3068b863a581775f5cd7b78b2bfd06b378f | refs/heads/master | 2023-03-29T06:26:44.456523 | 2021-04-02T15:03:18 | 2021-04-02T15:03:18 | 354,049,682 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,167 | java | package org.ace.insurance.life.bancassurance.proposalhistory.persistence.interfaces;
import org.ace.insurance.life.bancassurance.proposalhistory.BancaassuranceProposalHistory;
import org.ace.java.component.persistence.exception.DAOException;
public interface IBancaassuranceProposalHistoryDAO {
public Bancaassurance... | [
"lifeteam.tat@gmail.com"
] | lifeteam.tat@gmail.com |
bac5c4123101c59b40e9cc668e6df562195ed4ca | d6de3bd8574333a697d8f9c607e95fda7d1163c1 | /ahome-titanium/src/main/java/com/ait/toolkit/titanium/mobile/client/buffer/BufferStream.java | 7a35da3ee607331f9ba4eecb9a8cfa2a9815f2ab | [] | no_license | dikalo/ahome-titanium | c565a489778d5301a9517d3b7bf9331c0d7103e6 | 48104da303de2f8704728e199ac97e26b9a29fb2 | refs/heads/master | 2021-06-01T03:57:55.840203 | 2016-07-27T00:36:55 | 2016-07-27T00:36:55 | 30,990,755 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,868 | java | /*
Copyright (c) 2014 Ahomé Innovation Technologies. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applic... | [
"alainekambi@alaineksmacbook.fritz.box"
] | alainekambi@alaineksmacbook.fritz.box |
fba206585d2322d8202d3ca8835a2b82508d76fb | 0555cd6d895373f7bede1e34930a19c39c4bdf12 | /practice-manual-proxy/src/main/java/com/myccnice/practice/manual/proxy/style/package-info.java | f5395e147f2c2948725ade628cfdc2fe064d7458 | [] | no_license | myccnice/practice-manual | 0fdbf745d3c2321c756ebbb6258a4e6b4bf01b05 | 5443ee945ec830a3148dea20b77b1858eb46c505 | refs/heads/master | 2022-12-23T15:13:32.332972 | 2020-03-10T01:12:15 | 2020-03-10T01:12:15 | 146,542,590 | 0 | 0 | null | 2022-12-16T04:48:54 | 2018-08-29T03:57:14 | Java | UTF-8 | Java | false | false | 979 | java | /**
* AVA的动态代理
* 代理模式
* 代理模式是常用的java设计模式。
* 他的特征是代理类与委托类有同样的接口,代理类主要负责为委托类预处理消息、过滤消息、把消息转发给委托类,以及事后处理消息等。
* 代理类与委托类之间通常会存在关联关系,一个代理类的对象与一个委托类的对象关联,代理类的对象本身并不真正实现服务,
* 而是通过调用委托类的对象的相关方法,来提供特定的服务。
* 按照代理的创建时期,代理类可以分为两种。
* 静态代理:由程序员创建或特定工具自动生成源代码,再对其编译。在程序运行前,代理类的.class文件就已经存在了。
* &n... | [
"wangpeng@51web.com"
] | wangpeng@51web.com |
4691e6d4ad64de30abfd14e3e07a5002c4a95d11 | 090c6984159eb340e31818420bad17f48e1a19c4 | /0.20190418_03 libraryProject/src/com/kitri/library/member/mng/MemberMngService.java | 10c9ca5f09cc7862cf15a8b5b05b44f88b6c8f15 | [] | no_license | TaeHeeHyeung/KitriJava_Project1Library | d702e0cf056090307850671050180decfa613ada | 2ff485d2e1ffc0343a239690ab75fe7fd45f52bd | refs/heads/master | 2020-06-18T11:40:00.311379 | 2019-07-22T17:17:24 | 2019-07-22T17:17:24 | 196,291,120 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 2,983 | java | package com.kitri.library.member.mng;
import java.util.Vector;
import javax.swing.JOptionPane;
import javax.swing.JTextField;
import javax.swing.table.DefaultTableModel;
import com.kitri.library.db.*;
import com.kitri.library.file.ImageFile;
import com.kitri.library.member.add.MemberAddController;
import com.kitri.l... | [
"hth0893@naver.com"
] | hth0893@naver.com |
62ffcedc4988ad62c9f2b7c9786bdea8ae62b515 | 41f81c58af8d0dcccffbc652a9fadb8d6c3817cb | /app/src/main/java/com/example/administrator/mgo/MainActivity.java | fa76856954bb556587185a722b883c70bfd4a76d | [] | no_license | shivanipk/MGO | ca2bcfc0edfc2f8f7363e8e57f9f07b041506fda | a1b0b03e127065f53c1492b15d0c83fa4b5d6732 | refs/heads/master | 2021-01-01T17:08:20.940577 | 2017-07-22T04:19:37 | 2017-07-22T04:19:37 | 98,007,941 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,495 | java | package com.example.administrator.mgo;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.ArrayAdapter;
import android.widget.Button;
import android.widget.Spinner;
public class MainActivity extends AppCompatActivit... | [
"shivanipk11@gmail.com"
] | shivanipk11@gmail.com |
81529c082c3c2f14542ee292a5b66db543fd019b | 47080056ada2286efd638c8f35ed54be82da8dae | /app/src/main/java/com/example/jonmid/contactosbasededatos/Views/SearchContactActivity.java | 78a131be6d143566d59c5b5840250a58c967b75d | [] | no_license | ivandiaz2425/FinalContactoBaseDatos | 01e9db9dd186ef01372423a011eb37b3c3036b25 | 9421b55f527ec9b51a8bde90ea40819e3c1577cb | refs/heads/master | 2021-05-07T14:25:54.759424 | 2017-11-07T18:56:56 | 2017-11-07T18:56:56 | 109,877,529 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,426 | java | package com.example.jonmid.contactosbasededatos.Views;
import android.content.Intent;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.support.design.widget.TextInputEditText;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.Vie... | [
"ivandiaz2422@gmail.com"
] | ivandiaz2422@gmail.com |
cdea28d684d09496525c89be4ae8575436729527 | e50453fc37d3c47676131db4929647c4df160c8a | /ui-java/modules/common/src/main/java/kr/promu/caireen/common/interceptor/FileImageInterceptor.java | 219759bbb11c61940c475efb2ac0910eb11cb1df | [] | no_license | promu/caireen | c982a9a0b27632ad35aa2feae9b44e19c3b86b12 | 36ad454893623d6838ec8649e0538ab59c0b4fb7 | refs/heads/master | 2020-04-09T09:11:54.048170 | 2014-06-15T21:02:54 | 2014-06-15T21:02:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,282 | java | package kr.promu.caireen.common.interceptor;
import java.io.Closeable;
import java.io.File;
import java.io.IOException;
import javax.annotation.PreDestroy;
import javax.imageio.ImageIO;
public class FileImageInterceptor extends DefaultImageInterceptor implements Closeable {
private final Object lock = new Obje... | [
"lion.myip@gmail.com"
] | lion.myip@gmail.com |
fc925832631adf2f011b7bb8d3f5e299927ba6aa | 78e9ec78904f4b923296adebcbdd78dc345925c8 | /atu/testrecorder/media/Buffer.java | aeaeae46c7a10708fadc73f9a2e3dc6147b9dd76 | [] | no_license | qamate/ATUTestRecorder_2.1_source_from_jdcore | e46eae14f42749333490945962f2f890dddf7d30 | fb94b04bc220cc994d2603c2fd9860894a3cedfd | refs/heads/master | 2021-04-26T22:08:37.760756 | 2018-03-06T05:48:48 | 2018-03-06T05:48:48 | 124,027,594 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 439 | java | package atu.testrecorder.media;
public class Buffer
{
public static final int FLAG_DISCARD = 2;
public static final int FLAG_KEY_FRAME = 16;
public int flags;
public Object data;
public int offset;
public int length;
public long duration;
public long timeScale;
... | [
"mail@mayurshah.in"
] | mail@mayurshah.in |
1c80576a05031d0f1f900f677904490cdb5d6259 | 6d08e89ccb2ebf9334d43fe407180cb19f85468d | /src/main/java/com/jbridgiee/web/response/Results.java | 75ca06246b1aebacc5c6b2022bfa8cc44d0e190c | [] | no_license | josh-bridge/films-webservice | e4375f6b782af977db93cc72120b8ae0a1708ec4 | c84a451e6f723e0b36113914329b44d84f556096 | refs/heads/master | 2021-03-27T11:10:44.155304 | 2018-02-22T14:41:55 | 2018-02-22T14:41:55 | 108,417,632 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,192 | java | package com.jbridgiee.web.response;
import java.util.List;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXml... | [
"14032908@stu.mmu.ac.uk"
] | 14032908@stu.mmu.ac.uk |
8d12508e45f93e58801532fabd80189e372e72dc | b0e9958c7af0af5133c3aa88be01b3b79296b425 | /StarHydro/generated_src/app/worker/pdf/reg/ElevationRaiser_generated.java | 8e3065b7d399d716fafa9bbf38f34b729204aaa7 | [] | no_license | starteam/starhydro_workspace | fb9c43375e6a0a97e3158353664744e12e622a05 | 69a4ab61a29a2ab1137f6e7db0d5de52fd054d2c | refs/heads/master | 2021-01-22T22:50:12.903953 | 2013-06-24T17:23:08 | 2013-06-24T17:23:08 | 10,913,524 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 773 | java | /* Generated by star.annotations.GeneratedClass, all changes will be lost */
package app.worker.pdf.reg;
public abstract class ElevationRaiser_generated extends java.lang.Object implements star.event.EventController, star.hydrology.events.regionalization.RegElevationPDFRaiser
{
private star.event.Adapter adapter;
p... | [
"iceraj@gmail.com"
] | iceraj@gmail.com |
0774d5cfb3c712c96456b4ea6a952b37cc57af62 | 8e44f6d1eeb8ac7cfddee38b92345bd200cc458c | /src/main/java/palaster/gj/items/ItemHand.java | 26b9d1c8ce6cc0ec0fa0322758c2c9a34d9018c7 | [] | no_license | oooooof74/Get-A-Job | 6a33db8b279cadc1347001d0bd7bfab3e4170248 | f4b900368323e9371578c3d15c39bc1aa5878a9c | refs/heads/master | 2020-03-24T21:35:13.885856 | 2018-07-25T00:51:37 | 2018-07-25T00:51:37 | 143,040,609 | 0 | 0 | null | 2018-07-31T16:37:39 | 2018-07-31T16:37:39 | null | UTF-8 | Java | false | false | 1,538 | java | package palaster.gj.items;
import net.minecraft.item.ItemSword;
import net.minecraft.util.DamageSource;
import net.minecraft.util.EnumHand;
import net.minecraftforge.common.MinecraftForge;
import net.minecraftforge.event.entity.player.PlayerInteractEvent.RightClickItem;
import net.minecraftforge.fml.common.eventhandle... | [
"palaster307@gmail.com"
] | palaster307@gmail.com |
9325813994cd2647138c59358c8468e94669f9a4 | 2fa841ff965f3c58bb69f14454d3e38e233caf09 | /src/main/java/org/screaming/ultrasaurus/data/WordDaoImpl.java | e383de3083ca29ac3346a693eec0c097aa1755b7 | [] | no_license | pohl/ultrasaurus | 38b9e9f6df94713328a2ae04ff39edebd7010e36 | 6d26a274d36781ae15f27b93f5c0ea325c7b57b2 | refs/heads/master | 2021-01-23T22:38:00.856574 | 2015-03-14T17:40:38 | 2015-03-14T17:40:38 | 31,243,012 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,497 | java | package org.screaming.ultrasaurus.data;
import static javax.ws.rs.core.MediaType.APPLICATION_JSON;
import static org.slf4j.LoggerFactory.getLogger;
import java.util.Optional;
import javax.inject.Inject;
import javax.inject.Singleton;
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.JsonNod... | [
"pohl_longsine@gallup.com"
] | pohl_longsine@gallup.com |
1ac95abec77b42c38d2340414fbd0162a8af2c75 | 96cea51e092cf1499e1d78dcf1a61243ec27cb63 | /app/src/main/java/a1506a4/bwie/com/bwapp/model/bean/ReportBean/ReportMyLowerBean.java | e2b9cbc47a4a3bd6477218c86f5690ef6e4c7207 | [] | no_license | tongchexinfeitao/Work-report-platform-new | 719ed45a8b7c756ddea01ba30509c62989c08330 | bd8c79f934acd48f7e9f94e8da62b9e13b784522 | refs/heads/master | 2020-03-23T19:28:01.942762 | 2018-07-23T07:45:56 | 2018-07-23T07:45:56 | 141,979,725 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,282 | java | package a1506a4.bwie.com.bwapp.model.bean.ReportBean;
import java.util.List;
/**
* 作者 : 赵虔
* 时间 : 2017/11/7
* 作用 :
*/
public class ReportMyLowerBean {
/**
* code : 200
* message : success
* object : [{"name":"县办主任张xx","reportlogview":[{"id":4,"typeid":1,"reporttype":"咨询","parentname":null,"pa... | [
"tongchexinfeitao@sina.cn"
] | tongchexinfeitao@sina.cn |
adc28d423120404d848208c27dd3f1cfb5569091 | eb9d014addb1e7360b5af0fdf9ecc1bfe719126c | /lib_base/src/main/java/com/allens/lib_base/retrofit/subscriber/DownLoadObserver.java | 13288b58a83b5c9886ca48c92041b4f6bfab16b8 | [] | no_license | HobertHe/XBase | 4c5353760486273352ad16bac5c4bf8c18cdc7ec | e474a7480d6cb8bc35e8016f6407b1394fa7b1fd | refs/heads/master | 2020-08-30T02:33:35.088780 | 2019-10-23T02:04:41 | 2019-10-23T02:04:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,727 | java | package com.allens.lib_base.retrofit.subscriber;
import com.allens.lib_base.log.LogHelper;
import com.allens.lib_base.retrofit.download.bean.DownLoadBean;
import com.allens.lib_base.retrofit.download.impl.OnDownLoadListener;
import com.allens.lib_base.retrofit.download.pool.DownLoadPool;
import com.allens.lib_base.ret... | [
"1885690754@163.com"
] | 1885690754@163.com |
37c269f982ed8bd989375bc1a45b04d5f6e83e06 | 10cdc50ad7e378957b5df934ae2e8b7edfb95564 | /rest_chat_client/src/main/java/org/rest_chat/rest_chat_client/control/ClientRestController.java | cb8ab2891933647b14bf4cd16b050cf93157f01f | [] | no_license | mikebychkov/rest_chat | 63cd867a67fc63edb194a31f38735d472d0e4040 | f4fa02e287a7a5b538ba69726a17e1ea0664a560 | refs/heads/master | 2023-01-29T14:15:02.521539 | 2020-12-11T18:16:52 | 2020-12-11T18:16:52 | 318,828,193 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,072 | java | package org.rest_chat.rest_chat_client.control;
import org.rest_chat.model.Message;
import org.rest_chat.rest_chat_client.service.ChatService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.PostMapping;
import or... | [
"mihailbichkov@yandex.ru"
] | mihailbichkov@yandex.ru |
bf3b0c27cd87c11a5fa2552ff3d16f322015916e | 57c85b8327bbd26d31de0f9bb59e4291048df2e6 | /src/main/java/com/cloudcmr/app/web/rest/vm/package-info.java | 0ccf6734944f7060ac682cec169b170aa355ec15 | [] | no_license | truar/cloudcmr-jhipster | 5c24469b1176f54e2ac6e83f8d3a5dfb8ad92cff | 802fa6449e75c68c59f53daf91f0e4df08289229 | refs/heads/master | 2020-04-16T07:55:51.772045 | 2019-01-13T19:52:33 | 2019-03-31T19:08:43 | 165,404,412 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 98 | java | /**
* View Models used by Spring MVC REST controllers.
*/
package com.cloudcmr.app.web.rest.vm;
| [
"thibault.ruaro@gmail.com"
] | thibault.ruaro@gmail.com |
235fb4353432cef29a91e676aa56fb780b180862 | 12de6c39b18d9f84cb3e493d68a823b1ec78fdd3 | /java/com/zmy/entity/ShopCategory.java | 6ee1330ac5c6bab5e78b0309ecd4f08c068ea826 | [] | no_license | lion-yu/o2o | 60f6156d17b62f4888f1c8e6a6edfe173e109615 | 480e68fced673906d32c982676f7691a752ce18d | refs/heads/master | 2021-04-23T19:37:31.353795 | 2020-03-25T13:38:17 | 2020-03-25T13:38:17 | 249,984,349 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,569 | java | package com.zmy.entity;
import java.util.Date;
public class ShopCategory {
private Long shopCategoryId;
private String shopCategoryName;
private String shopCategoryDesc;
private String shopCategoryImg;
private Integer priority;
private Date createTime;
private Date lastEditTime;
//上级店铺
private ShopCategory p... | [
"promeryu@foxmail.com"
] | promeryu@foxmail.com |
5b5704c604d1f4ca923860360790e9fe71770485 | deec487feb9b3aa7b25ecd51d46fa067e9152834 | /config-client/src/main/java/cn/fan/ConfigClientApp.java | 9a4ed04b3ce64cb503923a4e37b712036cd6e617 | [] | no_license | fan1607/spring-cloud-usage | 908d7983803585502fa31c5b8c4e3adbbd0b80c1 | e82003a5be1405ca40327b0ca408ab8006c12ed4 | refs/heads/master | 2022-12-25T09:02:30.191500 | 2020-09-28T16:02:39 | 2020-09-28T16:02:39 | 297,076,895 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 512 | java | package cn.fan;
import org.springframework.boot.WebApplicationType;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
@EnableDiscoveryClient
@SpringBootApplicat... | [
"yuefanlee@gmail.com"
] | yuefanlee@gmail.com |
f8dcc0da1fa6dc3080ca6597edff8d3b5a2fd040 | 6245fa3c85dac1ca4f1da502a7fc5669e9856671 | /homework-20210609/src/main/java/ru/otus/homework20210609/domain/Author.java | 7afaf6a52c51b5d88b2666046ff3c5233a1f6766 | [
"MIT"
] | permissive | alexeykozoriz/2021-03-otus-spring-kozoriz | cc730466d81c03c8b94730558721cb37567135bf | d8650528f7f20ebe385f65be19939711086f9ab0 | refs/heads/main | 2023-08-22T07:24:47.506089 | 2021-10-18T13:32:23 | 2021-10-18T13:32:23 | 353,050,416 | 0 | 0 | MIT | 2021-09-16T14:46:32 | 2021-03-30T15:29:37 | Java | UTF-8 | Java | false | false | 488 | java | package ru.otus.homework20210609.domain;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
/**
* Автор
*/
@NoArgsConstructor
@AllArgsConstructor
@Builder
@Data
@Entity
@Table(name = "authors")
public class Aut... | [
"akozoriz@diasoft.ru"
] | akozoriz@diasoft.ru |
0eddcfa02f87b2244360fb96936c28c7b3def8a6 | a7bb656c02637831909b9268ff8a80951d1fc656 | /src/Singleton/PrincipalSingleton.java | 65bf000286339f1dfa80c1a5bfb8de103de98945 | [] | no_license | patrickmedeiros/Singleton | cc419447b638dd436c1ae29cefa07b82035668bc | 6e845c55303401cb246f37eb0868ceba4a6e6d55 | refs/heads/master | 2021-10-01T14:10:21.242148 | 2018-11-26T23:18:47 | 2018-11-26T23:18:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 260 | java | package Singleton;
public class PrincipalSingleton {
public static void main(String[] args) {
Singleton singleton = null;
for(int i = 0; i < 1000000; i ++){
singleton = Singleton.getInstancia();
}
}
}
| [
"patrickgoncalvesmedeiros@hotmail.com"
] | patrickgoncalvesmedeiros@hotmail.com |
cfd39c28fcf6ff7386c333b91bb95a42bb8fde88 | ae5eb1a38b4d22c82dfd67c86db73592094edc4b | /project201/src/main/java/org/gradle/test/performance/largejavamultiproject/project201/p1005/Production20111.java | 5ab37882ff0d81215a2b0301612772f16fde94e3 | [] | no_license | big-guy/largeJavaMultiProject | 405cc7f55301e1fd87cee5878a165ec5d4a071aa | 1cd6a3f9c59e9b13dffa35ad27d911114f253c33 | refs/heads/main | 2023-03-17T10:59:53.226128 | 2021-03-04T01:01:39 | 2021-03-04T01:01:39 | 344,307,977 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,971 | java | package org.gradle.test.performance.largejavamultiproject.project201.p1005;
public class Production20111 {
private Production20108 property0;
public Production20108 getProperty0() {
return property0;
}
public void setProperty0(Production20108 value) {
property0 = value;
}
pr... | [
"sterling.greene@gmail.com"
] | sterling.greene@gmail.com |
98d216c76d6f965c083c8a3d65c43f39e27581b6 | 2ee643e8669e84da0a84cd2024dfeb1847110378 | /hkl/hadoop/Adult/AdultMapper.java | 7826ab50d5cdbc56f97a2adfd342fd5bb298c98e | [] | no_license | googolhkl/DataProgramming | 488530ffe16521ed18c19a845354ea9bf1e0ac11 | d5687fa65aa8544090cf336ad56cdadff0257ab9 | refs/heads/master | 2021-01-17T18:57:06.628275 | 2016-07-12T08:04:23 | 2016-07-12T08:04:23 | 62,542,294 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,017 | java | package hkl.hadoop.Adult;
import java.io.IOException;
import org.apache.hadoop.io.IntWritable;
import org.apache.hadoop.io.LongWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Mapper;
import hkl.hadoop.Adult.AdultInformationParser;
public class AdultMapper
extends Mapper<LongWritabl... | [
"googolhkl@gmail.com"
] | googolhkl@gmail.com |
e945c314c297157328b1f5242e8767558a42a5d6 | 0eb57875e00a8ca9b74bdd2e06e19131b90c0342 | /src/main/java/com/dailycodebuffer/Springboot/tutorial/error/DepartmentNotFoundException.java | f639f8255a67b754f6a6df7eca2d05ea0d00b119 | [] | no_license | My3H/Springboot-Tutorial | e696eb2a71ad22378f3b011df0fa5801692ec760 | ddb780dea3d689a08e94c1521bbfe66bfc0e0fe9 | refs/heads/main | 2023-04-11T17:05:43.238969 | 2021-05-16T12:41:38 | 2021-05-16T12:41:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 681 | java | package com.dailycodebuffer.Springboot.tutorial.error;
public class DepartmentNotFoundException extends Exception{
public DepartmentNotFoundException() {
super();
}
public DepartmentNotFoundException(String message) {
super(message);
}
public DepartmentNotFoundException(String me... | [
"shabbirdwd53@gmail.com"
] | shabbirdwd53@gmail.com |
29e24e0ffdda42e7f6730439c1faea8e07dffa88 | bb31459105957582389905d56a90c290a5d79f3f | /pinyougou/pinyougou-content/pinyougou-content-service/src/main/java/com/pinyougou/content/service/impl/ContentServiceImpl.java | 1e6579b1554f5c839956b8e5609e939e0f58c8ad | [] | no_license | Mysterioushacker/pinyougouday01 | f36dabc936d36a8814c06047a77b00de233ec47c | 8b8bbfc4c7621af2ce7cc7b33fcbba423a4fc746 | refs/heads/master | 2020-04-17T14:33:03.506671 | 2019-02-23T13:28:44 | 2019-02-23T13:28:44 | 166,661,083 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,293 | java | package com.pinyougou.content.service.impl;
import com.alibaba.dubbo.config.annotation.Service;
import com.github.pagehelper.PageHelper;
import com.github.pagehelper.PageInfo;
import com.pinyougou.mapper.ContentMapper;
import com.pinyougou.pojo.TbContent;
import com.pinyougou.content.service.ContentService;
import com... | [
"1050619625@qq.com"
] | 1050619625@qq.com |
91386c0eb27cd140e5e8f9160acecc0106c3a1ea | d36141b773ad1c169d8363f662290a6b1411a327 | /src/main/java/mx/com/assessment/service/TransactionService.java | 39f9ca2eaddd959aa4fe1e481d72baaee2366dd9 | [] | no_license | ElPinchePedro/java-assesssment | 902971aa5a448eec8b64916a57e63eb7af2784b7 | d8209d513666d80036da91d1971c631346a11119 | refs/heads/master | 2023-06-20T03:56:07.365449 | 2021-07-15T20:30:27 | 2021-07-15T20:30:27 | 385,285,578 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,939 | java | package mx.com.assessment.service;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import java.util.UUID;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.st... | [
"prangelg@cinepolis.com"
] | prangelg@cinepolis.com |
b6b496f48777ae7272b052eae199d585af9aeb8e | d49f3a568aee89140a5aad6fe6504746f948974e | /src/test/java/yegav/SanityTest.java | 6c13b6a4857e9c128b09d15efd15c8f0e6d24234 | [] | no_license | hruday241/paytmwar | 98d23dc0af6abc529bfe5952ad396c3c237e95d8 | c8d346489f2c0d82a08994b15599e0b9afbacf3d | refs/heads/master | 2023-08-12T15:44:43.667949 | 2021-09-17T09:57:01 | 2021-09-17T09:57:01 | 405,850,945 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 466 | java | package yegav;
import static org.junit.Assert.assertNotNull;
import javax.inject.Inject;
import org.junit.Rule;
import org.junit.Test;
import yegav.di.CoreModule;
import yegav.fixture.ContainerRule;
import com.amazonaws.services.ec2.AmazonEC2;
public class SanityTest {
@Rule
public ContainerRule containerRule =... | [
"prasanthhruday@gmail.com"
] | prasanthhruday@gmail.com |
fe5b4cf704865506595d7462de7610fb23e4c6df | 418daca58727f590216726c8c540670f12773b31 | /app/src/main/java/com/example/myapplication/Book.java | 567215568affbec1d575957ad10e5fbf108c491f | [] | no_license | sharvanivennapusa/MyApplication3 | ecf66977b1c424f95e4a6c16e8393b7d33235a97 | 43103f6cea87d09dfe2df457e5fc6428e56ff799 | refs/heads/master | 2020-06-16T12:35:13.515686 | 2019-07-19T04:00:04 | 2019-07-19T04:00:04 | 195,576,377 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 740 | java | package com.example.myapplication;
public class Book {
private String Title;
private String Category;
private int Thumbnil;
public Book(String title, String category, int thumbnil) {
Title = title;
Category = category;
Thumbnil = thumbnil;
}
public Book(){
}
... | [
"vennapusasharvani@gmail.com"
] | vennapusasharvani@gmail.com |
39200e74a8cc10718f7765d020dd9f2b6d6acc28 | 2362070976ea045f8c4f6213dc27f0d0f672b657 | /bimovie/src/main/java/org/zerock/bimovie/entity/Poster.java | d389cd14cb9879aa8210da258e80bbb6ea5f7e86 | [] | no_license | JonghunCHAE/storecoding2 | a497cc2f119c8a40f57372b0bad641893ba77e66 | 2d21fce33e90f9d3249871a7796427548b0cd0bb | refs/heads/master | 2023-02-18T17:50:28.920558 | 2021-01-19T02:01:48 | 2021-01-19T02:01:48 | 326,194,533 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 548 | java | package org.zerock.bimovie.entity;
import lombok.*;
import javax.persistence.*;
@Entity
@Builder
@AllArgsConstructor
@NoArgsConstructor
@Getter
@ToString
@Table(name = "tbl_poster")
public class Poster {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long ino;
private String fname;... | [
"ace1373@naver.com"
] | ace1373@naver.com |
350f8924273c64c0e553147818d3e9b24bd32619 | 7361846e16b9f439f692cd366ed9b8238bd74d34 | /lansedadao/app/src/main/java/com/botann/driverclient/ui/activity/GaoDeMapActivity.java | f04e00accc91c784eff0e30209b228e015e5da2e | [] | no_license | wannaRunaway/btwork | 9cfcb336e23c6805ee0efe315a4266b8e8f69744 | e22f47660c1ef5696024419008a9aa1f6333b267 | refs/heads/master | 2023-07-14T08:35:04.472645 | 2021-08-30T12:13:11 | 2021-08-30T12:13:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 29,803 | java | package com.botann.driverclient.ui.activity;
import android.app.Dialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Color;
import android.graphics.Matrix;
i... | [
"xuedicr7@gmail.com"
] | xuedicr7@gmail.com |
ff2ebebbf4efa6e5b9fc4e4fa9618aa06e910670 | 4bf229ab1cc1c28bedf4ac7cdc256328600f4492 | /Bot Blocks/src/org/botbeans/blocks/util/LRUCache.java | 50dc58c0e4c7c7312e8da7f8d08bada84856a20b | [] | no_license | Cloudxtreme/botbeans | cc4537804ae28e41faafab9238f35c82c70c7633 | 02e4fa140b0560d8e9994c3bd8b1554d48b94f7c | refs/heads/master | 2021-05-27T08:38:32.366307 | 2012-08-07T23:31:49 | 2012-08-07T23:31:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,029 | java | package org.botbeans.blocks.util;
import java.util.*;
/**
* This class implements a Least Recently Used cache that stores arbitrary key/value pairs.
*/
public class LRUCache<K, V>
{
private final int capacity;
private final LinkedHashMap<K, V> map;
public LRUCache(int _capacity)
{
... | [
"petermdias@gmail.com"
] | petermdias@gmail.com |
190e05ef8c869f0578ae9349652202b5b56adf76 | 2e457bed00557e04cae89b91047fd2e0c40ce413 | /src/main/java/com/selmec/plantaselmec/dto/UsuarioDTO.java | 0992b3dc11bcf53244376f42361b453464cc1ae1 | [] | no_license | Pariz2018/PruebasPlanta | 4d96d8261e14ceb9809e7814dd45606a60ebd8c1 | b865501247767302b4295b1f5ef9db68b0f8fcf8 | refs/heads/main | 2023-04-16T14:26:21.009541 | 2021-03-03T05:58:56 | 2021-03-03T05:58:56 | 362,354,776 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 931 | java | package com.selmec.plantaselmec.dto;
import com.selmec.plantaselmec.Models.Rol;
import com.selmec.plantaselmec.Models.Usuarios;
import java.util.ArrayList;
import java.util.List;
/**
*
* @author cognos
*/
public class UsuarioDTO implements java.io.Serializable {
public String email;
public String nombres;... | [
"Pariz2018@users.noreply.github.com"
] | Pariz2018@users.noreply.github.com |
f9b25bee66a1af9d967ac44b17b7bf01a2d3af8c | 212c23d1ee0c06d0db6b64b01ca4f18bb548e718 | /Cards2/src/test/java/com/proyecto/Cards2ApplicationTests.java | 027e50517918dd26e4fefb64297ed33b79c744f5 | [] | no_license | fredyshm/proyectofinalcompleto | 068fe2bbec5a2f1d0923a016515570ef2245bede | 12cf67a9f81657b297fe4cc8346130c68a49fc26 | refs/heads/master | 2022-12-31T23:44:52.954139 | 2020-10-23T04:51:29 | 2020-10-23T04:51:29 | 306,531,643 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 204 | java | package com.proyecto;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class Cards2ApplicationTests {
@Test
void contextLoads() {
}
}
| [
"1412424@utp.edu.pe"
] | 1412424@utp.edu.pe |
80afb23130293dae021192790f22f4ba23f261fb | 4a3adf1cc12786d4b2bf5fbcf9cc18f0e3ebdf53 | /src/main/java/com/imjooshin/ideas/services/IdeaService.java | 2303151eb1887a885cbdde9cba90f542eb1cb6da | [] | no_license | imjooshin/Java-Ideas | 0ff87a3391d05c2101a381074923100eafa7feb8 | a0adde9cf30dae9a8f8d927b1f5f3d9431e7396d | refs/heads/master | 2020-04-24T00:36:24.240574 | 2019-02-20T00:18:36 | 2019-02-20T00:18:36 | 171,570,927 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,031 | java | package com.imjooshin.ideas.services;
import java.util.ArrayList;
import java.util.Optional;
import org.springframework.stereotype.Service;
import com.imjooshin.ideas.models.Idea;
import com.imjooshin.ideas.repositories.IdeaRepository;
@Service
public class IdeaService {
private final IdeaRepository ideaRepo;
... | [
"imjooshin86@gmail.com"
] | imjooshin86@gmail.com |
3791b75f1d4cf07ed0d9d34eb1ff3dae0f487093 | 27f37fb1426cef8a8aa030f5677deb7acead8f2b | /SpeechTextConverter/app/src/main/java/com/example/pro/CustomAdapter.java | aa6c7178d4b101d1e5044d8a7c26fc2c8774c356 | [] | no_license | VarshiniSrin/Speech-text-converter-and-recognition-android-app | 4e94da196eb0662f4f739fadb842081bf5c13447 | 505e6b21d39598b18a64bf83bde558b6865981b1 | refs/heads/master | 2023-02-08T20:57:50.977232 | 2021-01-01T18:59:51 | 2021-01-01T18:59:51 | 326,039,061 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,929 | java | package com.example.pro;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseExpandableListAdapter;
import android.widget.TextView;
import java.util.ArrayList;
public class CustomAdapter extends BaseExpandableListAdapter... | [
"66558439+VarshiniSrin@users.noreply.github.com"
] | 66558439+VarshiniSrin@users.noreply.github.com |
ac0495278d85aefd3e4224e11ce354e182cf5e91 | bfaddd17ec3239e82e4e87fee432648fd525143e | /src/main/java/com/milleniumMike/springblog/service/UserService.java | 309474056e13eb9247d92d1242054cc613f2d2a3 | [] | no_license | MilleniumMike/BlogApp | 1c2b0e06014b91c38950d400443638b36773d812 | f375b7e6ef0b4f02b5861387abb552efe191b947 | refs/heads/master | 2022-11-15T23:31:34.610662 | 2020-07-03T15:02:05 | 2020-07-03T15:02:05 | 274,378,131 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 283 | java | package com.milleniumMike.springblog.service;
import com.milleniumMike.springblog.model.User;
import java.util.Optional;
public interface UserService {
Optional<User> findByUsername(String username);
Optional<User> findByEmail(String email);
User save(User user);
} | [
"misha-kokorin@yandex.ru"
] | misha-kokorin@yandex.ru |
174790378fafe5ae9c01d84a92277679d4d44564 | 4a116a0a8fd6c12f6f9b7022e2dfe4bebcff4fb1 | /app/src/main/java/com/example/chrystalball/app/MainActivity.java | eb81e1413909f98399c1d3bcc35fd94cd52875a0 | [] | no_license | jalvarado91/chrystal-ball-app | 0a7c2fdeccf0f76ba94fe09fbc85a86a085ecddc | a37ee3dc58828235fe71fca679ffe43f919668bc | refs/heads/master | 2021-03-19T16:57:31.695218 | 2014-07-16T11:02:31 | 2014-07-16T11:02:31 | 20,355,844 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,460 | java | package com.example.chrystalball.app;
import android.support.v7.app.ActionBarActivity;
import android.support.v7.app.ActionBar;
import android.support.v4.app.Fragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import ... | [
"jalvarado91@gmail.com"
] | jalvarado91@gmail.com |
5af34ad548b9959153af0e2b97ef111dca6906a1 | b256e7bc1b0250b1517089e47959fa6bf0026172 | /duotiaomu/src/main/java/com/example/duotiaomu/model/UserModel.java | 3e75ac623639a28dde7a290dae70df4a3dbc554a | [] | no_license | liuzheng0101/duotiaomu | 625da16c1627c01a317061bb44fec2e06535a8c6 | 7dea1b191fac5b0be271bb654c93c4ece0918a5f | refs/heads/master | 2020-04-16T14:12:50.353459 | 2019-01-18T00:46:51 | 2019-01-18T00:46:51 | 165,658,875 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,021 | java | package com.example.duotiaomu.model;
import com.example.duotiaomu.api.UserApi;
import com.example.duotiaomu.contract.OkhttpCallback;
import com.example.duotiaomu.contract.UserContract;
import com.example.duotiaomu.net.OkhttpUtils;
import java.util.HashMap;
public class UserModel implements UserContract.IUserModel {
... | [
"1131010226@qq.com"
] | 1131010226@qq.com |
53b54ea088febc61eea3c26ed17fa3e626520d19 | b15e1aa06701809d0d6f7ee11d2f82ca9591786f | /day9/src/toller/Ticket.java | cbe68fe2ae298e19ef4f32d5164bc68f5cdb2cd1 | [] | no_license | MinhQuang110786/MinhQuang110786.github.io | 178ccedd81c78e161fd11b6666f32ca7a4288962 | 5fa628e6e3a954f8ef3fa5105620ff1579b296a6 | refs/heads/master | 2023-06-28T14:42:00.094874 | 2021-08-01T17:47:15 | 2021-08-01T17:47:15 | 290,822,839 | 0 | 3 | null | null | null | null | UTF-8 | Java | false | false | 690 | java | package toller;
abstract public class Ticket {
private int value;
private Gate origin;
public Ticket(int balance) {
this.value = balance;
}
public int getValue() {
return value;
}
public abstract void adjustValue(int amount);
public abstract boolean isValid();
pub... | [
"heavenlight86@gmail.com"
] | heavenlight86@gmail.com |
3745f8e64cb0f05301b0e326847efedd109f0ac6 | b35fadf8d375525e320751e25893f6f69a04e37d | /leimingtech-cms/src/main/java/com/leimingtech/cms/service/activity/ActivityOptionExtServiceI.java | e2b84e2a8df376f19579c69a52d4b4bd964f6ec3 | [] | no_license | dockercms/cms-4.0 | 8e41fca1142e121861a86006afaf378327f1917b | 8f390cc00848124daeb997b8c09aefa0f465572c | refs/heads/master | 2021-05-19T03:38:03.644558 | 2019-12-06T02:10:27 | 2019-12-06T02:10:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,383 | java | package com.leimingtech.cms.service.activity;
import java.util.Map;
import com.leimingtech.core.entity.ActivityOptionExtEntity;
/**
* @Title: interface
* @Description: 活动报名表接口
* @author
* @date 2015-08-28 17:59:53
* @version V1.0
*
*/
public interface ActivityOptionExtServiceI {
/**
* 保存活动报名表
*
* @p... | [
"pixiaoyong@leimingtech.com"
] | pixiaoyong@leimingtech.com |
ac397895bcef494f584b3f55de486f8a43542d05 | 1c3a103c1aef9945bc3887f56ebd295d74db2204 | /src/java/org/jetbrains/plugins/clojure/parser/Expression.java | 79c366a78f706de4604996ff9e38283a62f807a0 | [] | no_license | PetrGlad/slacker-clojure | a928d52a9345ec9bf86f9ba63cccb90214ea2bee | 63eb369d39e040de4845fe747deb50b16c317917 | refs/heads/master | 2020-05-31T00:08:58.569558 | 2016-10-07T14:35:24 | 2016-10-07T14:35:24 | 62,946,834 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 951 | java | package org.jetbrains.plugins.clojure.parser;
import com.intellij.lang.ASTNode;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.plugins.clojure.psi.ClojurePsiElementImpl;
/**
* Created by IntelliJ IDEA.
* User: peter
* Date: Jan 1, 2009
* Time: 5:43:42 PM
* Copyright 2007, 2008, 2009 Red Shark Tec... | [
"Ilya.Sergey@@jetbrains.com"
] | Ilya.Sergey@@jetbrains.com |
6f4750e2a786e7faf36fcfca1b3e7eaffbe060c4 | 9b3408acc895ef48ea59583709e0d3241fd06fc3 | /RetrofitRx/app/src/test/java/com/example/dell/retrofitrx/ExampleUnitTest.java | c4e9a34f488a7adb6718b447212164b924d65898 | [] | no_license | oasis9594/RetrofitRxJavaExample | c6c661a0850be5890fc45fe6fa8c868673630969 | 7ae539a5fe1b0354b87d5572cdc14c418543eb9d | refs/heads/master | 2021-01-21T20:33:22.780376 | 2017-05-24T06:08:44 | 2017-05-24T06:08:44 | 92,245,710 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 405 | java | package com.example.dell.retrofitrx;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public... | [
"oasis9594@gmail.com"
] | oasis9594@gmail.com |
f7a593e175603f5455f65ffbd1844d34d4b9400e | 1e0e4a0ccf0f194e60774f21da0eb5dc62463395 | /src/main/java/com/example/demo/components/ClientEditor.java | 0ae247c9889874560b26eaf26bd016a90e13b417 | [] | no_license | romakishinka/test-haulmont | 3716649bf6fbe3e682c88b0378f60d8d2cc06dcf | 892d420529e15aa3c3970e6fcee36070c0918063 | refs/heads/master | 2023-05-02T07:07:28.207617 | 2021-05-17T06:38:57 | 2021-05-17T06:38:57 | 364,453,120 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,263 | java | package com.example.demo.components;
import com.example.demo.dao.Client;
import com.example.demo.repository.ClientRepository;
import com.example.demo.service.ClientService;
import com.vaadin.flow.component.Key;
import com.vaadin.flow.component.KeyNotifier;
import com.vaadin.flow.component.button.Button;
import com.vaa... | [
"roma.kishinka@yandex.ru"
] | roma.kishinka@yandex.ru |
1e14f3950c784400bc756b2f0e6ae4c5357388d9 | 42db35a9409b8df8d06dcda1f805f56b352c65da | /gggw-demo-back Maven Webapp/src/main/java/com/gggw/core/user/UserArgumentResolver.java | fcd99240dee5315dd2ebc2819d52131dd8a77aeb | [] | no_license | cuigw/gggw-demo-back | 09d65d8c6be3bf3edf25e0f2041ed9203cd74c96 | 45484baa7e1f42c17c810c9e9a58c2aa6b41c699 | refs/heads/master | 2021-01-17T15:30:56.615804 | 2019-05-29T05:02:47 | 2019-05-29T05:02:47 | 63,074,592 | 0 | 0 | null | 2016-11-24T16:09:40 | 2016-07-11T14:24:08 | Java | UTF-8 | Java | false | false | 1,434 | java | package com.gggw.core.user;
import org.springframework.core.MethodParameter;
import org.springframework.stereotype.Component;
import org.springframework.web.bind.support.WebDataBinderFactory;
import org.springframework.web.context.request.NativeWebRequest;
import org.springframework.web.context.request.RequestAt... | [
"cuigw0293@cairenhui.com"
] | cuigw0293@cairenhui.com |
4f245a1308acbe97129f4af626c974986c10e918 | fb72aaf0d48d0f6ca3e7ca2b12d53a5e5fd87bf6 | /src/main/java/com/jifenke/lepluslive/yinlian/controller/PosController.java | dc2f4bb80df922b681a1a5abd12aaccb23c1de4f | [] | no_license | wcggit/tiegan | 330ac7c740b8d3c44bf0b0201b9af8c8aca8e442 | 141e6660ab377e41db0c7730802c015e66e223a9 | refs/heads/master | 2021-01-17T10:20:16.936318 | 2017-08-16T07:00:57 | 2017-08-16T07:00:57 | 58,988,377 | 0 | 11 | null | 2017-06-13T03:29:37 | 2016-05-17T03:45:01 | Java | UTF-8 | Java | false | false | 3,642 | java | package com.jifenke.lepluslive.yinlian.controller;
import com.jifenke.lepluslive.global.util.LejiaResult;
import com.jifenke.lepluslive.global.util.MvUtil;
import com.jifenke.lepluslive.merchant.domain.criteria.OLOrderCriteria;
import com.jifenke.lepluslive.merchant.domain.entities.*;
import com.jifenke.lepluslive.mer... | [
"wanjunis@163.com"
] | wanjunis@163.com |
59da6b6046d6fec09175b0e5ef75b8ffa50eec80 | f4e15ee34808877459d81fd601d6be03bdfb4a9d | /com/sun/xml/bind/XmlAccessorFactory.java | 4c5b3425d7033d10e7b1e8f696daee50b8af8ea3 | [] | no_license | Lianite/wurm-server-reference | 369081debfa72f44eafc6a080002c4a3970f8385 | e4dd8701e4af13901268cf9a9fa206fcb5196ff0 | refs/heads/master | 2023-07-22T16:06:23.426163 | 2020-04-07T23:15:35 | 2020-04-07T23:15:35 | 253,933,452 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 445 | java | //
// Decompiled by Procyon v0.5.30
//
package com.sun.xml.bind;
import java.lang.annotation.ElementType;
import java.lang.annotation.Target;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Retention;
import java.lang.annotation.Annotation;
@Retention(RetentionPolicy.RUNTIME)
@Target({ Ele... | [
"jdraco6@gmail.com"
] | jdraco6@gmail.com |
0d1d5bd2fe1cb8ce6fe8f03de96af1a7f4da6041 | 3c8c03d1131a0617eee14abb8e6c59736710e374 | /src/main/java/lesson2/ParkingLot.java | f0cf3d323576ec3b61a0ee0a4c81d3ea144f690b | [] | no_license | xuanmitang/TDDBootcamp | 41729ba05389081d07047e7377262bf83747131a | 1fc03a75d4e5335d4d0707d1d49bc3a59ab6aec0 | refs/heads/master | 2022-01-14T05:22:11.549452 | 2019-07-24T03:07:12 | 2019-07-24T03:07:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,512 | java | package lesson2;
import lesson2.exception.DuplicateCarNoException;
import lesson2.exception.NoCarNoException;
import lesson2.exception.ParkingLotFullException;
import lesson2.exception.TicketNotMatchException;
import java.util.HashMap;
import java.util.Map;
public class ParkingLot {
private int capacity;
... | [
"liu.siping@thoughtworks.com"
] | liu.siping@thoughtworks.com |
47e3cb28fb0a7f298b9dc57e7507ce4b50bf75ce | 53b02a52027473956d2285a6dde921b70203ba34 | /omod/src/main/java/org/openmrs/module/patientsummary/web/controller/summary/GenerateSummariesController.java | 7ee3090d366dc6c3ce099433019e0397e8f9eea0 | [] | no_license | amirbuzo/openmrs-module-patientsummary | 012ffbb83ce8c7549cb55611d7fdcba9da0f91cd | 0793353bf2f77e612eac54c29af1e084910c0f53 | refs/heads/master | 2020-11-30T23:35:42.692220 | 2012-07-16T09:18:58 | 2012-07-16T09:18:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,363 | java | /**
* The contents of this file are subject to the OpenMRS Public License
* Version 1.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://license.openmrs.org
*
* Software distributed under the License is distributed on an "AS IS"
... | [
"nyoman.ribeka@gmail.com"
] | nyoman.ribeka@gmail.com |
48d4d39a0225b113c8363e57e5bcf93520e7015d | b31d3bc40abff99fb52c5c7a785f5c1b70d36785 | /app/src/main/java/view/activity/ScannerActivity.java | d7c691a016326b572d8c4c75e72a4ff8bc7219b7 | [] | no_license | wangwenjie1504d/SubjectDemo | 94494149818a9b378f0e67f6a4163969bb56f333 | be8173df12f8fe30280840c17b0756535b10a84a | refs/heads/master | 2021-01-01T16:54:41.324254 | 2017-07-21T13:40:33 | 2017-07-21T13:40:33 | 97,951,281 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,892 | java | package view.activity;
import android.Manifest;
import android.content.Intent;
import android.os.Bundle;
import android.os.Vibrator;
import android.support.v4.app.ActivityCompat;
import android.support.v7.app.AppCompatActivity;
import android.text.TextUtils;
import android.util.Log;
import android.view.View;
import an... | [
"1975098810@qq.com"
] | 1975098810@qq.com |
f8a9442c1f13505467e5c82c09a885551c5444c4 | c039d8bb8657242775367a60acd4f36e2873f4c5 | /src/main/java/com/dyny/gms/db/pojo/StationExample.java | cb040040cb013a69a0344f14e9e9ee927a9b1f21 | [] | no_license | wglbsr/gms | 952d43f0c87f3837f8a2fde84eb43e40ea79d2eb | f740d93df75d33f78c6b0c804b9175f87b5a5a8d | refs/heads/master | 2020-03-25T07:13:17.121809 | 2019-01-10T08:15:43 | 2019-01-10T08:15:43 | 143,548,480 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 54,208 | java | package com.dyny.gms.db.pojo;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class StationExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public StationExample() {
oredCriteria = new ArrayList<Cri... | [
"wglbsr@163.com"
] | wglbsr@163.com |
1200ebc9767f8f7ed37b184733b52ad49c72f982 | 8a00498867939b388765400d138b4327769ee992 | /CodeNutrient2/app/src/main/java/v1/app/com/codenutrient/Activities/CustomViewFinderScannerActivity.java | 62457be32756bffe5473b8a57ec9d0ad5aeadfc1 | [] | no_license | arturo9324/CodeNutrient | ac50b273a2ea27fbdae4a44ea308a061f1911ad8 | 052d8b1dede30430566992401979c8ff3f951461 | refs/heads/master | 2020-05-21T09:36:59.688216 | 2017-09-08T17:56:20 | 2017-09-08T17:56:20 | 84,612,023 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,081 | java | package v1.app.com.codenutrient.Activities;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import com.google.zxing.Result;
import com.squareup.picasso.Picasso;
import me.dm7.barcodescanner.zxing.ZXingScannerView;
imp... | [
"arturo9324@gmail.com"
] | arturo9324@gmail.com |
723362591778b9f4ddda52795791f2ee24c2ba86 | 71a5184b55d73d593f1f5d5bc960bf62066fd252 | /3_ora/hotel-domain/src/main/java/com/training/hotel/domain/RoomType.java | b5a97dc9ac4213d45a3622e9ef172219933678a0 | [] | no_license | gulyassimone/Elte-5fv-Web-fejlesztes-4.-Java-alapon-EA-GY | 05252066c14528c60631683f9c9c38cb533e29ad | d264e6cec3c9123ad8ebac62dc309f944c98c8d1 | refs/heads/main | 2023-08-02T08:35:03.534965 | 2021-11-14T14:22:26 | 2021-11-14T14:22:26 | 403,713,589 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 115 | java | package com.training.hotel.domain;
public enum RoomType {
SINGLE, DOUBLE, STUDIO, PRESIDENT_SUITE, APARTEMENT
}
| [
"gulyassimone@gmail.com"
] | gulyassimone@gmail.com |
c893899f787d96ef842e242e70a5280f44de6a04 | 217b05d8e2960013708f47ed790cc6a4e57c0c15 | /LaunchServer/source/command/hash/IndexAssetCommand.java | 40b7103c5e1a30b772aeb964a1114b119df9454a | [
"WTFPL"
] | permissive | MorokMC/Launcher | 2aa393840042de3237a58767a091b2f605012fbb | 30c1fc2d072bc955e9e07fdb47cfb4c65ccb81d4 | refs/heads/master | 2020-07-22T01:32:55.732460 | 2020-02-05T18:59:14 | 2020-02-05T18:59:14 | 207,032,624 | 0 | 0 | WTFPL | 2019-09-07T22:28:18 | 2019-09-07T22:28:18 | null | UTF-8 | Java | false | false | 4,230 | java | package launchserver.command.hash;
import java.io.BufferedWriter;
import java.io.IOException;
import java.nio.file.FileVisitResult;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.SimpleFileVisitor;
import java.nio.file.attribute.BasicFileAttributes;
import java.util.Collections;
import co... | [
"mail@sashok724.net"
] | mail@sashok724.net |
f41e6a571fc7fcf6ec8b6529222e679430fb2321 | 25b7f01dcaff5729da21e77957f5f698793b5194 | /src/main/java/com/udaan/quiz/Service/QuizServiceImpl.java | 446518065a9164ac35137eb9fd155f8e99609caf | [] | no_license | NaveenHugar/QuizApp | 0a89b75b26922a48bc55439d25b60ff3a3f6a60d | ce2a5ebe802466b501a57d26d15a96fee9ebc33f | refs/heads/master | 2023-06-05T02:53:52.962631 | 2021-06-19T11:49:08 | 2021-06-19T11:49:08 | 378,397,011 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 836 | java | package com.udaan.quiz.Service;
import com.udaan.quiz.Exception.DuplicateQuizSetException;
import com.udaan.quiz.Model.Question;
import com.udaan.quiz.Model.Quiz;
import com.udaan.quiz.Model.QuizSet;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotat... | [
"naveen.hugar@jda.com"
] | naveen.hugar@jda.com |
b82c546ae038be8a5a55dbd06d78110aeade39f5 | b655b90058a4d511263aba408a08e760032618e8 | /src/main/java/cn/edu/zsc/rms/exception/api/validation/AbstractApiValidationException.java | 645011a2eb52c807d9f77e7a47898130e9651462 | [] | no_license | lt515/gittest | 915cdcd6fe6c9029c26d5752f9cf3ae4c78bcb24 | 33b95b58fd3a14ff4547310a92736d9ed26f27f7 | refs/heads/master | 2020-06-18T23:48:00.359777 | 2019-07-23T04:19:05 | 2019-07-23T04:19:05 | 196,495,681 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,226 | java | package cn.edu.zsc.rms.exception.api.validation;
import cn.edu.zsc.rms.exception.api.ApiException;
import cn.edu.zsc.rms.spring.i18n.MessageUtil;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ResponseStatus;
/**
* @author hsj
*/
@ResponseStatus(HttpStatus.BAD_REQUEST)
ab... | [
"790368776@qq.com"
] | 790368776@qq.com |
e5100d492f264f045c9d38edcba183dbe1082771 | c4d29cb469ac895bab014bc9b606a8bf4cba5d32 | /app/src/main/java/com/example/guiwu/myweather/weather/ForecastDay.java | c7679a53498044cd13a2f8358ab0fc21fc26278f | [] | no_license | 752053299/weather2 | 48d4bb2e7518bc254dead99aae9f4cb3dcfa7164 | b44609ba82f2624285c7bdd277d719747812ce8e | refs/heads/master | 2021-08-30T06:01:34.223907 | 2017-12-16T09:48:12 | 2017-12-16T09:48:12 | 113,761,480 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 144 | java | package com.example.guiwu.myweather.weather;
/**
* Created by 乔冠 on 2017/12/15. forecast 三天预报
*/
public class ForecastDay {
}
| [
"752053299@qq.com"
] | 752053299@qq.com |
f1195fa2f3eb90b36da57e3d47de4957bb07f7e5 | ed84d40941c6c13f1a507e87ba1f76eaf13513e0 | /src/mygame/model/Interruptor.java | 416de88e55e2e361388313dabae862e526d33c44 | [] | no_license | daniazar/levelupstardom | 5295d34b7b773028f2cfe2edff73de6fe3f92a17 | 7feb950e24476987826f1a55edf65862fdb4ac44 | refs/heads/master | 2021-01-21T19:28:24.743518 | 2011-02-18T00:20:17 | 2011-02-18T00:20:17 | 32,128,874 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,622 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package mygame.model;
import com.jme3.asset.AssetManager;
import com.jme3.material.Material;
import com.jme3.math.ColorRGBA;
import com.jme3.math.Vector3f;
import com.jme3.scene.Geometry;
import com.jme3.scene.Mesh;
imp... | [
"dgrandes@2dcc1c5e-6ac2-6f9f-833e-70b64b0a047f"
] | dgrandes@2dcc1c5e-6ac2-6f9f-833e-70b64b0a047f |
ae759039b094489728797adc8e8aeb98db6c0dda | 0ce1925a449b145d02a9f80b2768ab8dafec6c5f | /src/oopuebung1/Und.java | 0f9e380d4e5b3b56b3870183773296278fda7203 | [] | no_license | sWMAveholz/OOP | 68861a85bc9cf4331dfe0f9a7c5b4f06762e0367 | 00a38038418e356378660ad1fa306613117538be | refs/heads/master | 2020-08-26T14:13:33.198685 | 2019-11-21T10:24:42 | 2019-11-21T10:24:42 | 217,037,305 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 260 | java | package oopuebung1;
public class Und extends ErweiterbarerKnoten {
@Override
public Boolean getWert() {
boolean erg=true;
for(Knoten k : super.unterknoten){
erg = erg && k.getWert();
}
return erg;
}
}
| [
"vroniholzmayer@hotmail.de"
] | vroniholzmayer@hotmail.de |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.