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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3ca4f3da633f13e8326fcdfd73666f7587091b55 | 2935ed67070bdce9ff887342b95919251a269f48 | /src/easy/MaximumDepth.java | 78ee3a8688da7d4bd4d9bf6f4a7df275cd4c2248 | [] | no_license | wenkie077/leet_code | e780c8fdcff1bafc9023d18fa8af2bf3cda27440 | 6c155b81486ef5e6379406fff961cc6a4f98f30b | refs/heads/master | 2020-05-09T12:12:35.468100 | 2020-01-16T19:01:46 | 2020-01-16T19:01:46 | 181,105,305 | 0 | 0 | null | 2019-04-13T22:20:29 | 2019-04-13T01:24:42 | null | UTF-8 | Java | false | false | 51 | java | package easy;
public class MaximumDepth {
}
| [
"wenqi.wang077@gmail.com"
] | wenqi.wang077@gmail.com |
677493fe601e57bfefca28bed6177c33ca63da6c | 6b526c9d489f7f466fa77e190929187c3f52b91a | /src/main/java/rien/bijl/Scoreboard/r/Main.java | e6859521c65bbe797e9880bb3522d1310e42882d | [] | no_license | Apisathan/Scoreboard-revision | f5cd129669e365e8da6e93c0f89dba3b629ac4c3 | 079d057e99a735b3035defd1395b749ecd486752 | refs/heads/master | 2023-03-31T07:05:24.225395 | 2021-03-24T18:58:02 | 2021-03-24T18:58:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 228 | java | package rien.bijl.Scoreboard.r;
import org.bukkit.plugin.java.JavaPlugin;
public class Main extends JavaPlugin {
public void onEnable()
{
new ScoreboardRevision(this, "board")
.enable();
}
}
| [
"helloitsrien@gmail.com"
] | helloitsrien@gmail.com |
b878f000c00103256e25aae7d24ed45d7e1618bd | a133808b36294d9a4e3dec4238e788936cffe117 | /src/com/Day3/ForEachLoop.java | d79af0b9dee0f5bd2acaed246301a2a24ba770cd | [] | no_license | SahilTiwari22/Training-Assignments | 26e4f95dd35d32006ab41407663464e20ded9356 | 0cb5c73abdb44273440cc4da28c4bb73b8594815 | refs/heads/master | 2022-12-19T17:30:55.888237 | 2020-09-28T05:11:20 | 2020-09-28T05:11:20 | 287,051,600 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 343 | java | package com.Day3;
public class ForEachLoop {
public static void main(String[] args) {
/* int[] NumberArray = {1, 2, 3, 4, 5};
int number = HighestNumber(NumberArray);
*/
}
}
/*public static int HighestNumber(int[] numbers){
for (int traverse:numbers) {
int result;
... | [
"sahiltiwari001@gmail.com"
] | sahiltiwari001@gmail.com |
e1f5de3f6a6ae26bdebab1cc13d1774b048c6e3f | ce81794284403a139b2235411db3c69801836131 | /exercicios-jpa/src/infra/DAO.java | 065c3807db4b1ddcf4efeaa2f514171e2ba5f0d9 | [] | no_license | jrxr/Programas_Java | b7d491aa4172c22e734b7fed8690e553500f20bb | 19b3ffb39186c973487990861ddbee0545abf8b3 | refs/heads/master | 2022-11-06T22:36:59.042040 | 2020-06-27T15:43:18 | 2020-06-27T15:43:18 | 275,393,548 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,929 | java | package infra;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
import javax.persistence.TypedQuery;
public class DAO<E> {
private static EntityManagerFactory emf;
private EntityManager em;
private Class<E> classe;... | [
"juniormartinssom@gmail.com"
] | juniormartinssom@gmail.com |
6cb04fe247bcc67bdabd36f7c0d6604a95b7fa19 | 91945432326100e7b6f069f7a234e21c8d6b18f6 | /engsoft1globalcode/LojaCelular/src/Loja.java | cf9a125f286f350f189ca748af6a80bdf8fbabf1 | [
"MIT"
] | permissive | andersonsilvade/workspacejava | 15bd27392f68649fe92df31483f09c441d457e0e | dd85abad734b7d484175c2580fbaad3110653ef4 | refs/heads/master | 2016-09-05T13:03:02.963321 | 2014-09-16T12:49:41 | 2014-09-16T12:49:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 550 | java | import java.util.LinkedList;
import java.util.List;
public class Loja {
private List<Celular> celular;
public Loja(){
celular =new LinkedList<Celular>();
}
public void addCelular(Celular cel){
celular.add(cel);
}
public List<Celular> buscarCelular(Especificacao espCliente){
List<Celular> encontrad... | [
"andersonsilvade@gmail.com"
] | andersonsilvade@gmail.com |
0af37543b89f6c155c8ae1dbc11e4580ac8c7896 | ae4dc0f7994beb9218f30754806d99781d889ce9 | /src/main/java/br/com/caelum/carangobom/webapi/security/SecurityConfiguration.java | 6cebf32ee84e5e3943b807569d72c840bf292aa2 | [] | no_license | knuxbbs/carango-bom-api-base | e32dc9b0e0daab7e922d66922d0f7b11ffed9228 | 9a5c5396d0558d024dddcfa32fc9e2048e8b1cf3 | refs/heads/main | 2023-08-06T09:11:07.548915 | 2021-09-23T14:45:41 | 2021-09-23T14:45:41 | 402,888,489 | 0 | 0 | null | 2021-09-15T19:27:12 | 2021-09-03T20:18:41 | Java | UTF-8 | Java | false | false | 2,031 | java | package br.com.caelum.carangobom.webapi.security;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.http.HttpMethod;
import org.springframework.security.authenticatio... | [
"knuxbbs@gmail.com"
] | knuxbbs@gmail.com |
8d5dbd502b11668a1c85bf49627031eb19a49df0 | 9bab563a41f780fefeec632d5570f871a31780b5 | /src/main/java/gov/cqaudit/finance/hibernate/entities/BillDBackId.java | c2a4de3bae5fa6d882f61d201569e94eb22f2407 | [] | no_license | cqqyd2014/finance | 3304cf4891e115a601ca37bd2696738c5b44f668 | 1a705476b9eb823869b88192edd204cdd7942437 | refs/heads/master | 2021-09-16T03:00:35.975060 | 2018-06-15T06:58:20 | 2018-06-15T06:58:20 | 111,647,255 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,315 | java | package gov.cqaudit.finance.hibernate.entities;
// Generated 2018-2-9 12:39:57 by Hibernate Tools 5.2.3.Final
import javax.persistence.Column;
import javax.persistence.Embeddable;
/**
* BillDBackId generated by hbm2java
*/
@Embeddable
public class BillDBackId implements java.io.Serializable {
private String billU... | [
"cqqyd2014@hotmail.com"
] | cqqyd2014@hotmail.com |
7d38b0bbe6dd74bd60860e4c8cf2cfa7cc027a5c | 06610056bfd1c9aec25cf7ec19249e42ba737850 | /UserModel.java | bf798ba589175ca0d65e01f00ade8ffe91cfe62d | [] | no_license | Jate099/ejercicioS4_2 | 4220ff80d67e72318f05bb6a7fb099e64b504a6a | d6bc89c1f0d4a7566428373a005941e94f76a255 | refs/heads/master | 2020-03-27T03:45:54.342915 | 2018-08-23T17:59:54 | 2018-08-23T17:59:54 | 145,888,119 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 788 | java | package com.example.estudiante.ejercicios4_2;
//Se crea una clase modelo para controlr los datos
public class UserModel {
private String name;
private String email;
private String userName;
public UserModel(String name, String email, String userName) {
this.name = name;
this.email = e... | [
"jtrochez.jate@gmail.com"
] | jtrochez.jate@gmail.com |
068a6f139a510d9502339f416a6ba45414dcd795 | 7a5b587696528e3cc6d839534ac1b7e5ab2ef41f | /src/com/huxiqing/vo/JsonBean.java | c99736e3ec4a6e9cbf3edf8a509e2a09a0a30503 | [] | no_license | h2440222798/booksys | d5d07375de823cf0630b435f4a27783215fed1b5 | 7c67c1cca7c7d720286d001907ae986955d6cb52 | refs/heads/master | 2020-03-24T17:05:36.048656 | 2018-07-30T10:41:02 | 2018-07-30T10:41:02 | 142,848,742 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 324 | java | package com.huxiqing.vo;
public class JsonBean {
private Integer code;
private Object msg;
public Integer getCode() {
return code;
}
public void setCode(Integer code) {
this.code = code;
}
public Object getMsg() {
return msg;
}
public void setMsg(Object msg) {
this.msg = msg;
}
... | [
"2440222798@qq.com"
] | 2440222798@qq.com |
0149b91b9d6b5d2c4f252e694adb148203bed2dd | 4c9b4886f833b3a462ffc60f8fde5412e2826e68 | /leetcode/Algorithms/953.VerifyingAnAlienDictionary/Solution.java | 262d1768427e66ac09b027cf7ea132a00cd6a0b2 | [
"MIT"
] | permissive | liupangzi/codekata | a99f015c9149b20565be85ed5c4f55cccdf5b5ee | 079373707601198f79fb6215b876a4cbcab32ee9 | refs/heads/master | 2021-01-23T21:34:26.416592 | 2020-09-21T05:32:25 | 2020-09-21T05:32:25 | 57,054,901 | 58 | 8 | null | null | null | null | UTF-8 | Java | false | false | 890 | java | class Solution {
public boolean isAlienSorted(String[] words, String order) {
int[] orders = new int[26];
for (int i = 0; i < order.length(); i++) {
orders[order.charAt(i) - 'a'] = i;
}
for (int i = 1; i < words.length; i++) {
if (!isSorted(words[i - 1], word... | [
"i@liuchao.me"
] | i@liuchao.me |
e3e92fa027cf3b435902e89f58a1bcf7188a1905 | 7ccd6e86155802647561a856890f23450dea67b0 | /app/src/main/java/com/zhuyu/retrofitdemo/netUtils/AppendHeaderParamInterceptor.java | 31102a9ad192a16403bf051f222101afe4c22440 | [] | no_license | zhuyu1022/RetrofitDemo | 0b2aa83e7171c58de41a0d566b137df1db8fce99 | 3eee57035674ad1d615a6e010b18676b7c75ca60 | refs/heads/master | 2020-03-22T03:02:25.721426 | 2018-07-05T09:43:28 | 2018-07-05T09:43:28 | 139,409,629 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 949 | java | package com.zhuyu.retrofitdemo.netUtils;
import java.io.IOException;
import okhttp3.Headers;
import okhttp3.Interceptor;
import okhttp3.Request;
import okhttp3.Response;
/**
* Name: AppendHeaderParamInterceptor header统一追加参数
* Author: zhu_yu
* Email:
* Comment: //TODO
* Date: 2018-07-05 17:12
*/
public class A... | [
"757693435@qq.com"
] | 757693435@qq.com |
9d6400aa9d26524b6457f303fab7e40017ccad89 | dd5a7cdf2d6b7d20dc6fb51702c19912f0c2a44c | /baseweb/src/main/java/com/star/base/dataobject/CommonFileDOExample.java | 684abdc2f1df137efbf6bdbf205234a9a1e14f98 | [] | no_license | chirdxing/starplay | ef4a547117d9a59c05db8746ec257c8e2f018ac5 | 9e87c993fb84e497ec55e252e607e196b23c6b5b | refs/heads/master | 2022-12-20T23:45:45.959412 | 2020-01-07T05:52:19 | 2020-01-07T05:53:25 | 232,250,403 | 1 | 0 | null | 2022-12-16T05:16:38 | 2020-01-07T05:36:49 | Java | UTF-8 | Java | false | false | 17,604 | java | package com.star.base.dataobject;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class CommonFileDOExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public CommonFileDOExample() {
oredCriteria = new... | [
"614280908@qq.com"
] | 614280908@qq.com |
2c2c69ae70bddd792b3d24ece0c965bc5bb3b2f6 | 7e68bf8fb4f22d6b3de2250c8cbf1984b35b241c | /android/app/src/main/java/com/biometricspoc/MainApplication.java | de7c550d89f252d5642c9ec632d64e79a85fdf3a | [] | no_license | iujisato/biometricspoc | 48890b4fcc748d2220ddac8e97e77f68089c669b | 9462ed7352f64f298bd0792c0ac3b8cab3ad2a8b | refs/heads/master | 2023-04-02T02:24:43.050776 | 2021-04-13T16:47:07 | 2021-04-13T16:47:07 | 357,625,253 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,049 | java | package com.biometricspoc;
import android.app.Application;
import com.facebook.react.ReactApplication;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
import com.facebook.react.shell.MainReactPackage;
import com.facebook.soloader.SoLoader;
import java.util.Arrays;
import java.util.... | [
"iuji.ujisato@gmail.com"
] | iuji.ujisato@gmail.com |
1c43f5ebe74db53e7b23985199f995dafaf1bf0b | 4e3ad3a6955fb91d3879cfcce809542b05a1253f | /schema/ab-products/common/resources/src/main/com/archibus/app/common/notification/dao/datasource/NotificationTemplateDataSource.java | 79ae4d594ee5a9070dc8fb645299feedefd7c977 | [] | no_license | plusxp/ARCHIBUS_Dev | bee2f180c99787a4a80ebf0a9a8b97e7a5666980 | aca5c269de60b6b84d7871d79ef29ac58f469777 | refs/heads/master | 2021-06-14T17:51:37.786570 | 2017-04-07T16:21:24 | 2017-04-07T16:21:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,925 | java | package com.archibus.app.common.notification.dao.datasource;
import java.util.List;
import com.archibus.app.common.notification.dao.INotificationTemplateDao;
import com.archibus.app.common.notification.domain.NotificationTemplate;
import com.archibus.datasource.*;
import com.archibus.datasource.data.*;
/**
*
* @se... | [
"imranh.khan@ucalgary.ca"
] | imranh.khan@ucalgary.ca |
74393793c5742f3b538d8286208bfb54104ab838 | 6eb998912ed789495f0a321cb6038ad618a1ced3 | /src/main/java/io/vlingo/example/perf/model/greeting/Greeting.java | ec01e45f40ad43565ecf133f9d70716bbc84a3c2 | [] | no_license | pflueras/vlingo-example-perf | 2fcb3c44e2d688cad3a60bb243c20048b82b75b3 | 66ce8a48fb4c73383522b3ac989b988486195af9 | refs/heads/main | 2023-02-27T08:37:53.416739 | 2021-01-29T22:05:43 | 2021-01-29T22:05:43 | 334,273,930 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 823 | java | package io.vlingo.example.perf.model.greeting;
import io.vlingo.actors.Address;
import io.vlingo.actors.Stage;
import io.vlingo.common.Completes;
import io.vlingo.example.perf.infrastructure.data.GreetingData;
import io.vlingo.example.perf.infrastructure.data.UpdateGreetingData;
public interface Greeting {
stati... | [
"petru.flueras@gmail.com"
] | petru.flueras@gmail.com |
f7e304b029318c2951401116a7d48f976dfde513 | 7bd3005495d0ba120c43c0c5cd6e6384c95c5990 | /meadjohnson/src/main/java/com/cpm/dailyentry/MccainType.java | d1ae95ecdc5d44a751fbe1e07db699f5bdc4c13d | [] | no_license | osgirl/ReckittBenckiser | a0f53ca5b662c24069644ebb5987cbca408054f1 | 01f95600920d3a7c870563c2b9df996e7f32d5fe | refs/heads/master | 2020-04-21T12:02:17.479096 | 2019-03-04T19:25:38 | 2019-03-04T19:25:38 | 169,549,152 | 0 | 0 | null | 2019-02-07T09:45:24 | 2019-02-07T09:45:24 | null | UTF-8 | Java | false | false | 17,331 | java | package com.cpm.dailyentry;
import java.util.ArrayList;
import java.util.Calendar;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.TabActivity;
import android.content.Context;
import android.content.DialogInterface;
import android.content.SharedPreferences;
import android.os.Bundle;
im... | [
"yadavendra.singh@in.cpm-int.com"
] | yadavendra.singh@in.cpm-int.com |
6033152b3bcdfeb433149c496b687af9e24f9d39 | 9aa9f17fec143be82cc49408e37d2c6b690e815a | /src/main/java/com/dataart/fastforward/app/services/validation/MessageType.java | d7d59264c56707de4267aa537e97cb8d1458140d | [] | no_license | 4kush/ideabank | 48b6b8a4a4c1dd119f5bdbf5492d4012d05a6175 | 2c5148a3bf8f10f0195a4158b8c976093975a4c5 | refs/heads/master | 2021-01-13T03:43:39.498971 | 2016-12-21T19:07:08 | 2016-12-21T19:07:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 164 | java | package com.dataart.fastforward.app.services.validation;
/**
* @author logariett on 20.12.2016.
*/
public enum MessageType {
SUCCESS, INFO, WARNING, ERROR
}
| [
"logariett@gmail.com"
] | logariett@gmail.com |
206cd112b9c036e7e53a792555e395b2300399c1 | be055b703d30a87b1f90157987de620c0089f82b | /src/main/java/com/yuwenxin/blog/service/implement/QuestionServiceImpl.java | aad9efc34f1aa541561d1fef94d69e92280e5be4 | [
"Apache-2.0"
] | permissive | wencynyu/blog | 5783703c59e049230f84942dcb6bcf38f833e32c | aff3547d0d76f06b82d88c230afc5c5735c2ac54 | refs/heads/master | 2022-07-11T17:21:28.526567 | 2020-02-28T15:27:15 | 2020-02-28T15:27:15 | 242,655,341 | 0 | 0 | Apache-2.0 | 2022-02-09T22:22:32 | 2020-02-24T05:38:24 | HTML | UTF-8 | Java | false | false | 489 | java | package com.yuwenxin.blog.service.implement;
import com.yuwenxin.blog.core.BaseServiceImpl;
import com.yuwenxin.blog.dao.QuestionDao;
import com.yuwenxin.blog.model.Question;
import com.yuwenxin.blog.service.QuestionService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.ster... | [
"1351819147@qq.com"
] | 1351819147@qq.com |
6aff7fee943f72d6284fbe5d26e3836dca3d5cc4 | bbb746b6d324792c16871eb36155014a77a1444b | /src/ui/UIObject.java | b21f49e90d27c081a5fa79d39b38eda83e34b410 | [] | no_license | L4v/game_00 | d11e506c5f14d877645927168e9532f5cda7d7ca | f28e52a565c2c5dc29af3ccd3bdfe35a612665c1 | refs/heads/master | 2021-07-11T00:26:20.606474 | 2017-10-07T14:21:08 | 2017-10-07T14:21:08 | 104,204,328 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,547 | java | package ui;
import input.MouseManager;
import java.awt.*;
import java.awt.event.MouseEvent;
public abstract class UIObject {
protected float x, y;
protected int width, height;
protected Rectangle bounds;
protected boolean hovering = false;
public UIObject(float x, float y, int width, int height... | [
"ivos.jovan@gmail.com"
] | ivos.jovan@gmail.com |
8921998587af678d389615c41f19eb698b1fbc92 | 8070da8c6ec4af55959cb7736730a0eb227b2cbb | /airport/AirportSimulation.java | fb7b455a536030521702244faec7412b19cbb647 | [] | no_license | morganebridges/IntroToDataStructures | ec3e965a4807ffbfeabfa9eb6f384aa889837727 | 41e3b9fc453f8fdca13b469bb8d3b77eded9e95f | refs/heads/master | 2020-12-31T04:56:03.194180 | 2016-04-21T11:14:24 | 2016-04-21T11:14:24 | 56,766,248 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,303 | java | package airport;
import java.util.*;
public class AirportSimulation
{
public static void main(String[] args)
{
System.out.println("Welcome to the airport simulator!");
runSimulation();
}
public static void runSimulation()
{
Scanner input = new Scanner(System.in);
char runAgain = 'y';
... | [
"morganebridges@Morgans-MacBook-Pro.local"
] | morganebridges@Morgans-MacBook-Pro.local |
29b2bb4d2df358dbb1d2e01e6eb7caa95e1376b9 | bedfd628d3ba6449b931bf6b7439c30195d35da8 | /src/main/java/GestionEntretien/ServiceImpl/BonReparationServiceImpl.java | 0e030dab83ed78ce61605f42032298f0a07abdd7 | [] | no_license | bart-khalid/gestionEntretien | 65b594933c741f8281effe1c5c0ce280a14bb7e9 | 6b5e3fbea910b0b1a49220fa8e76e70ea1ab4721 | refs/heads/master | 2022-10-18T23:20:20.602955 | 2020-06-11T21:02:54 | 2020-06-11T21:02:54 | 258,908,359 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,045 | 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 GestionEntretien.ServiceImpl;
import GestionEntretien.Bean.BonReparation;
import GestionEntretien.Dao.BonReparationRepository;... | [
"zikochakir@gmail.com"
] | zikochakir@gmail.com |
8454ad30d33384d1b0d4c3c4bfa8cb0a99a60051 | e16bef8659687caef50d6dc4eb6913184da401c3 | /Game2048/app/src/main/java/com/example/tian0312/game2048/MainActivity.java | cb40f074f0e89002b41acad921080c11a771e969 | [] | no_license | tian0312/2048 | 147addc8a7b6dc36fcc7502658037f52206f36e1 | 2a906a8a0514d5fdd179626d1d4fc8eae6d87e86 | refs/heads/master | 2020-06-12T11:41:56.192032 | 2016-02-28T11:35:25 | 2016-02-28T11:35:25 | 50,188,509 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,390 | java | package com.example.tian0312.game2048;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.Button;
import android.widget.GridLayout;
import android.widget.TextView;
public class MainActivity... | [
"tianweining0312@sina.cn"
] | tianweining0312@sina.cn |
3d09065b466691f397f48f8d01055cfd7e3adc2d | 40c3de1fb1ecb65f944c2fa4e1025c31016ab541 | /jrds-standalone/src/main/java/jrds/standalone/CheckJar.java | f8f784eb2997d62b98c657a9869c21ac21bdd2d9 | [] | no_license | fbacchella/jrds | 683ab9267135d083f459756b7d92296e64046912 | 1c2913641f35b913f5ff20e67928a71700f60418 | refs/heads/master | 2023-08-02T21:20:15.451991 | 2023-08-02T18:27:00 | 2023-08-02T18:27:00 | 2,334,806 | 72 | 45 | null | 2023-04-17T11:02:32 | 2011-09-06T14:12:03 | Java | UTF-8 | Java | false | false | 4,201 | java | package jrds.standalone;
import java.io.File;
import java.net.URL;
import java.net.URLClassLoader;
import java.util.Collection;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
import javax.xml.parsers.DocumentBuilderFactory;
import javax.xml.transform.OutputKeys;
impor... | [
"fbacchella@spamcop.net"
] | fbacchella@spamcop.net |
2a44d8d5ccee7907e911f36622207d428ffcaca5 | 631d3e97d9f77de5edd0e027f8a63ef1f317657a | /src/main/java/com/hntest/dao/StudentDao.java | cce1a8af8b612853c0b0d040fbf1109d107e307e | [] | no_license | want-fly-high/SpringBootCrud | e66b691a0f237a510401f98fea6511abce1cc684 | 161f3a0590b59e5a52ddbbf58cd565a77550c646 | refs/heads/master | 2020-09-22T16:30:09.107669 | 2019-12-02T01:19:06 | 2019-12-02T01:19:06 | 225,257,353 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 512 | java | package com.hntest.dao;
import com.hntest.entity.Grade;
import com.hntest.entity.Student;
import org.springframework.stereotype.Repository;
import java.util.List;
import java.util.Map;
@Repository("studentDao")
public interface StudentDao {
List<Student> listByPager(Map<String, Object> map);
int getCounts(S... | [
"37840883+want-fly-high@users.noreply.github.com"
] | 37840883+want-fly-high@users.noreply.github.com |
f0daf9f000165c15903ec2abbdd9cd4a2a7823d4 | 8275f74facbbd4bfc8bb2bff98a94fd54b244011 | /app/src/main/java/mobile/omandotkom/dakwahsosial/Initializer.java | d76e883cbdae58f2ea289e2b9dbee1b16bf84567 | [] | no_license | omandotkom/DakwahSosial | 85a5ec118a66ddc8deeb41c0ca3ad732a9417619 | eee8cb99f8d1294c4d3c9ce6fbe62ed533420d28 | refs/heads/master | 2020-03-26T23:03:42.538243 | 2018-09-06T13:00:32 | 2018-09-06T13:00:32 | 145,507,110 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 313 | java | package mobile.omandotkom.dakwahsosial;
import android.app.Application;
import net.gotev.uploadservice.UploadService;
public class Initializer extends Application {
@Override
public void onCreate() {
super.onCreate();
UploadService.NAMESPACE = "mobile.omandotkom.dakwahsosial";
}
}
| [
"omandotkom@gmail.com"
] | omandotkom@gmail.com |
0c187070e9c3de47ae9f4126a7e5929cc486b928 | e9ebdad07cacd15ab84dc906167ec70dea6789b6 | /gsi-maven-plugin-old/src/main/java/com/indracompany/jaxb/note/column/Display.java | 829d035046fcb30798a6cc20ca5f714c6852e07a | [] | no_license | luizarantes/bep | 33e048267280399fddeb5b136e8646994f2fe30d | 011b7680f53e31c50fb2e4dc88271cb62d708f98 | refs/heads/master | 2021-01-20T11:14:26.970276 | 2017-03-16T21:11:30 | 2017-03-16T21:11:30 | 71,595,325 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,668 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2012.0... | [
"luizarantes@gmail.com"
] | luizarantes@gmail.com |
fce16a840b50a9675ab7ce50d2936f4cf2eb0ff1 | e01fa832cba9fa2e7f75afe5533ad2ce4a053976 | /src/main/java/com/bjss/shopping_basket/model/Soup.java | 2a0d36ec40e6e95d0855ea4cc7a5aff65fa3f332 | [] | no_license | vilmoszsombori/shopping-basket | f98cfaf1193a74838e226ab915a632c2858ef6b0 | 58520b9b36cc56d7da489e630617fd126d1fb476 | refs/heads/master | 2021-01-10T21:56:51.296882 | 2016-02-12T13:06:49 | 2016-02-12T13:06:49 | 33,768,439 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 290 | java | package com.bjss.shopping_basket.model;
public class Soup extends Item {
public static final double UNIT_PRICE = .65;
@Override
public Type getType() {
return Item.Type.SOUP;
}
@Override
public double getUnitPrice() {
return UNIT_PRICE;
}
}
| [
"vilmosz@nr-online.com"
] | vilmosz@nr-online.com |
b15d7e0a8d4b1b32ae4447934a2babc1a6d2e1c6 | 7464c36b876bc60e3e732efdf4ac9e5b38475c62 | /HFBitsandPizzas/app/src/main/java/com/electromech/hfbitsandpizzas/StoresFragment.java | 92d40f4df65d07f3a9ea0d9073cfde42cd8eac0d | [] | no_license | scorebrain/Test1 | 3d8ebc7c8881b38568485730ea79a5fd703a43e6 | 221c2aa3a5c5d9d8a670f06e704b7c65e9b535d6 | refs/heads/master | 2020-09-06T20:32:41.565788 | 2020-07-23T17:53:39 | 2020-07-23T17:53:39 | 220,542,712 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 888 | java | package com.electromech.hfbitsandpizzas;
import android.os.Bundle;
import android.support.v4.app.ListFragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
public class StoresFragment extends ListFragme... | [
"chapman@electro-mech.com"
] | chapman@electro-mech.com |
8ffdb8eea5866178e214b7e13205222a62cefb78 | 506a31228dc6bba3bc38b1db640c3ca391af4b4e | /app/src/androidTest/java/com/example/myapplication/RecipeListActivityTest.java | 927b51eb0d21133d6be9bc832e199815eee474d9 | [] | no_license | ebteesaam/BakingApp | c83a85389fd7fa41c937109ea38912349b86e2d6 | ee2bd3680073fa86c22c63c002a485e6f123052d | refs/heads/master | 2020-04-24T23:58:43.783840 | 2019-11-01T21:35:57 | 2019-11-01T21:35:57 | 172,363,060 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,164 | java | package com.example.myapplication;
import android.support.test.espresso.contrib.RecyclerViewActions;
import android.support.test.rule.ActivityTestRule;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
import static android.support.test.... | [
"1ebteesaam@gmail.com"
] | 1ebteesaam@gmail.com |
438218da5651a03d9b792d0c0e208dbdfe135f85 | fe5716b24c8696989722732542647ef00befd966 | /chapter3/GridRecycleViewTest/app/src/main/java/com/dangerdasheng/gridrecycleviewtest/FruitAdapter.java | c44f0c4e2302c2fc0d39e07b7e462a414c942414 | [] | no_license | dangerlds/AndroidLearn | b76f00a7db4bdda4a9ffe7e0c6c8a86cb8c300d6 | cd5f6ed915d9f1310e7330ec6f21a2caab0f36d9 | refs/heads/master | 2022-10-10T23:22:09.819448 | 2020-06-10T15:29:41 | 2020-06-10T15:29:41 | 152,261,589 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,579 | java | package com.dangerdasheng.gridrecycleviewtest;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import android.widget.Toast;
import java.util.List;
import androidx.annotation.NonNull;
import androidx.recycler... | [
"893181495@qq.com"
] | 893181495@qq.com |
07491a486954d212f4002a5f22d0f7243da76aaa | dd0f2611d0537f0085d4b262ecf3945152bd62b0 | /src/test/java/inf/ufes/web/rest/QualitativaResourceIntTest.java | a3ba3642724a1d870271dfa0ddcc26232f91dde1 | [] | no_license | nemo-ufes/INTERSEP | 896093b090bf2caee112606c9b00d1ddcba4ee91 | 3394cd2b917d94ac75a5e44a9ab9adf667ac8804 | refs/heads/master | 2023-04-13T01:23:29.756266 | 2023-04-10T19:33:13 | 2023-04-10T19:33:13 | 216,617,772 | 0 | 0 | null | 2023-04-10T19:33:15 | 2019-10-21T16:45:00 | Java | UTF-8 | Java | false | false | 8,854 | java | package inf.ufes.web.rest;
import inf.ufes.IntersepApp;
import inf.ufes.domain.Qualitativa;
import inf.ufes.repository.QualitativaRepository;
import inf.ufes.web.rest.errors.ExceptionTranslator;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.MockitoAnnotations;
im... | [
"cesar.hber@gmail.com"
] | cesar.hber@gmail.com |
f9ee1f0e194833dc7d38e86154c9984a30e84f46 | 7e412d6328fbecf670d2d1c86d4a4507c126f743 | /metoo-api/src/main/java/com/metoo/api/order/NrOrderInvestApi.java | c89eb5eac506fcc5475cd1bfb678a4d3608e08ab | [] | no_license | 18357697090/metooxinli | d6f353ecb29c961a78e447a330c922df52a08595 | 18fcf69461db60c44625e3defc35a95804e2e32b | refs/heads/master | 2023-06-01T09:25:30.249658 | 2021-01-20T08:29:47 | 2021-01-20T08:29:47 | 376,896,165 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 431 | java | package com.metoo.api.order;
import com.loongya.core.util.RE;
import com.metoo.pojo.nr.vo.NrGoodsVo;
import com.metoo.pojo.nr.vo.NrOrderInvestVo;
import com.metoo.pojo.order.vo.NrBackpackVo;
/**
* <p>
* 用户背包商品表 服务类
* </p>
*
* @author loongya
* @since 2020-12-28
*/
public interface NrOrderInvestApi {
RE cr... | [
"243570131@qq.com"
] | 243570131@qq.com |
f63ec03c15bbecb76e6d07ae28952eafdd5735ca | c697b14836a01be88e6bbf43ac648be83426ade0 | /Algorithms/1001-2000/1202. Smallest String With Swaps/Solution.java | 01fa97f4a1e5b720c10a72368a3aa639315d5f48 | [] | no_license | jianyimiku/My-LeetCode-Solution | 8b916d7ebbb89606597ec0657f16a8a9e88895b4 | 48058eaeec89dc3402b8a0bbc8396910116cdf7e | refs/heads/master | 2023-07-17T17:50:11.718015 | 2021-09-05T06:27:06 | 2021-09-05T06:27:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,918 | java | class Solution {
public String smallestStringWithSwaps(String s, List<List<Integer>> pairs) {
Map<Integer, Set<Integer>> adjacentMap = new HashMap<Integer, Set<Integer>>();
for (List<Integer> pair : pairs) {
int index1 = pair.get(0), index2 = pair.get(1);
Set<Integer> set1 = ... | [
"chenyi_storm@sina.com"
] | chenyi_storm@sina.com |
c0daa3d9082ae203700652dae1c9b6fc6ffecb0c | ee1e606989f12cbde2267bc50a1026be498ecf42 | /src/main/java/com/thai/scraping/model/ProductUrl.java | 9d3a362348f1d3fc1e6a7bb9357beca9b6ff5359 | [] | no_license | thailt/scraping | 4e4c8c1f7eac8dba0f35141185a6f517b8f0aa87 | d5f189696286e9e695aedef5478b536074ba347a | refs/heads/master | 2022-09-28T06:45:45.473836 | 2019-10-27T15:06:37 | 2019-10-27T15:06:37 | 97,114,123 | 0 | 0 | null | 2022-09-01T22:19:59 | 2017-07-13T11:15:10 | Java | UTF-8 | Java | false | false | 1,067 | java | package com.thai.scraping.model;
import java.util.Date;
import javax.persistence.Entity;
import javax.persistence.Id;
import org.apache.commons.lang3.builder.EqualsBuilder;
import org.apache.commons.lang3.builder.HashCodeBuilder;
@Entity
public class ProductUrl {
@Id
private String productUrl;
private Date crea... | [
"thai.le@eastgate-software.com"
] | thai.le@eastgate-software.com |
3fd0a7401be853df372e703a7853b74d04406b37 | 4b957545858abbd03d5d0e0172a568453a1923fd | /3rd Year/Android Individual Practical/Practical/src/com/assignment/practical/RestSpecific.java | 70fa56547302c08fbf51502c502f772a02178599 | [] | no_license | shofman/UniversityCoursework | 0abd398c6391f0a7fda53857ef3f83f049d46828 | 2da36e87e796c533df6a596e95f6aa5204ca9450 | refs/heads/master | 2021-01-16T21:21:16.493769 | 2013-11-28T04:23:48 | 2013-11-28T04:23:48 | 14,734,641 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 5,117 | java | package com.assignment.practical;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.ActivityNotFoundException;
import android.content.DialogInterface;
import android.content.Intent;
import android.database.Cursor;
import android.net.Uri;
import android.os.Bundle;
import android.util.L... | [
"stumpitron@gmail.com"
] | stumpitron@gmail.com |
ab7924ea3fd07cc623e8c51bd113766e5fd74a51 | c6c1a124eb1ff2fc561213d43d093f84d1ab2c43 | /games/two-legs/desktop/assets-develop/tests/utils/IssueTest.java | 07fb6ede4dd02b019ea7d50ab1c571dcb1dc4555 | [] | no_license | fantasylincen/javaplus | 69201dba21af0973dfb224c53b749a3c0440317e | 36fc370b03afe952a96776927452b6d430b55efd | refs/heads/master | 2016-09-06T01:55:33.244591 | 2015-08-15T12:15:51 | 2015-08-15T12:15:51 | 15,601,930 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 750 | java | package cn.javaplus.twolegs.tests.utils;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.Texture;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
/**
* Placeholder class that's wired up with all backends so i can quickly test out
* issues...
*
* @author badl... | [
"12-2"
] | 12-2 |
7d35ab86ee5235dcb1c258f923a9c5452fd66ced | 707896735da5f92f7615ad4181c91b3499993fda | /src/main/java/tools/MD5Decoder.java | af46cedf468c2edb7c6377134953e8afe06bbe7e | [
"Apache-2.0"
] | permissive | sentinalll/rotterdam | fc8d4810680ef01ae63e345208f4948621349041 | 41d6d4da254bfedc9b43d6f77d16b3b228257806 | refs/heads/master | 2021-01-13T02:36:02.634367 | 2014-12-13T10:01:20 | 2014-12-13T10:01:20 | 26,598,747 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,006 | java | package tools;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
public class MD5Decoder {
private static MessageDigest md;
public static String encryptPass(String pass){
try {
byte[] passDigestBytes = getDigestBytes(pass);
return getStringC... | [
"ko.telizhenko@gmail.com"
] | ko.telizhenko@gmail.com |
7587a42cb1de1f2ca2740c1231cb4111618f2b5b | b056e1383381f6e9d15acc8589e8d6f172e498db | /src/Bootcamp/week1/TryCatch/CheckAge/TooYoungException.java | cc821d5a050e27a9855742b55a51aed1d63b6a45 | [] | no_license | phanthienhoang/Java_Learn | 264f3d8b213d5e283256aec941afa0c2c24b543d | 9b671ce71569bdd27707efbd49e68b1e5b71faf4 | refs/heads/master | 2020-08-14T16:54:39.774650 | 2019-10-16T06:36:30 | 2019-10-16T06:36:30 | 215,203,193 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 177 | java | package Bootcamp.week1.TryCatch.CheckAge;
public class TooYoungException extends AgeException {
public TooYoungException(String message) {
super(message);
}
} | [
"phanthienhoang95@gmail.com"
] | phanthienhoang95@gmail.com |
b55b935b0330eb18fc7347dafb419c19bfbb5a5d | b31b2ab93994b59330005d24d2d788e80c4db9dc | /PaintDemo/src/com/example/paintdemo/mywidget/Game.java | e5bbfd066cceefb46f8c61b4af50b66f2d7aaa78 | [] | no_license | crazysniper/MyDemoTest | 31d04f209a1b546fa32f6dfedb678701377512a1 | a75876319949ab8977d56e5059ee3206e7e61457 | refs/heads/master | 2021-01-21T12:43:43.075653 | 2015-08-06T15:20:48 | 2015-08-06T15:20:48 | 33,294,572 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,228 | java | package com.example.paintdemo.mywidget;
public class Game {
/** 初始化 九宫格的数据 */
private final String initStr = "360000000004230800000004200" + "070460003820000014500013020" + "001900000007048300000000045";
private int[] shuduku = new int[9 * 9];
public Game() {
shuduku = fromPuzzleString(initStr);
}
/**
* ... | [
"1163432768@qq.com"
] | 1163432768@qq.com |
87a34bd1eb2aefc0ea5f4a406040e41b002c3d6d | 71821d22e511ff469a837d7708769449cb8d5e44 | /src/main/java/com/bxthree/config/DateTimeFormatConfiguration.java | bf94cf78e776a2997e2eadbac84c7937ac30bc8b | [] | no_license | boardman/jhmono | 61dc194239e87235117116757c2739e68ae3fb06 | 49c91715c8e230f8cc4d29bd79255d17908c69c2 | refs/heads/master | 2022-12-23T00:46:54.770340 | 2020-03-04T22:26:08 | 2020-03-04T22:26:08 | 245,126,945 | 0 | 0 | null | 2022-12-16T05:13:31 | 2020-03-05T09:59:00 | Java | UTF-8 | Java | false | false | 718 | java | package com.bxthree.config;
import org.springframework.context.annotation.Configuration;
import org.springframework.format.FormatterRegistry;
import org.springframework.format.datetime.standard.DateTimeFormatterRegistrar;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
/**
* Configure the ... | [
"roger@Rogers-MBP-3.localdomain"
] | roger@Rogers-MBP-3.localdomain |
665df5b81bfde33a84e0329b34fb0cb81727d059 | 9afe98af45aa4497fe9b20f2f37b2405e754d29e | /src/main/java/com/pointlion/sys/mvc/admin/generator/Enjoy.java | e059ee9322225433a7491a49de09a968d6122e39 | [
"Apache-2.0"
] | permissive | baslilon1978/JFinalOA | e9b2022abc604570e01c1f2e5821ed4bc2f7351c | 9a83eee4490b3e7bc33705baeaf6a58e02c7e401 | refs/heads/master | 2022-06-30T12:40:20.082236 | 2019-12-17T04:17:01 | 2019-12-17T04:18:19 | 228,505,006 | 0 | 0 | Apache-2.0 | 2022-06-29T17:51:11 | 2019-12-17T01:10:54 | JavaScript | UTF-8 | Java | false | false | 2,688 | java | package com.pointlion.sys.mvc.admin.generator;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import com.jfinal.kit.Kv;
import com.jfinal.kit.PathKit;
import com.jfinal.template.Engine;
/***
* jfinal魔板引擎
* @author dufuzhong
*/
public class Enjoy {
sta... | [
"baslilon1978@163.com"
] | baslilon1978@163.com |
b60ee28e5c48f36ebe2b95df2bbc226f1145b107 | 65abc1a04dde58d0541571fe6af8c347a1b8f5eb | /kr/ac/snu/cares/sampleTrace/RandomPeriodGenerator.java | ffbc8dea460c5ae8970fd49b56dd4b09746a79e6 | [] | no_license | atcle1/MDSim | 42f93d7e3e454d41d78f2c75a67bd4f86aacfc7d | cdf6567bd6844dd9796c0ef9bced8ceb444bd8b0 | refs/heads/master | 2022-12-09T00:23:19.312626 | 2020-09-15T02:33:39 | 2020-09-15T02:33:39 | 295,593,702 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,253 | java | package kr.ac.snu.cares.sampleTrace;
import java.util.ArrayList;
import java.util.Random;
public class RandomPeriodGenerator {
Random random = new Random();
int minTerm;
int slice;
int startHour, startMin, startSeconds;
int endHour, endMin, endSeconds;
public static void main(String args[]) {
RandomPeriod... | [
"kjh@kjh.com"
] | kjh@kjh.com |
0cc64edd2ba6a82465b8b676f35e3e859ccc2e31 | f205b149ba643ff48a48af4ffda05eef1813467a | /src/main/java/xbog/controller/QuestionController.java | 12b97b7b0ac1ff05720373cc0d8999d9790bd781 | [] | no_license | Godlvxbog/cims | 2db146b7747842f60a6a062f6b7a9d1ed569cb0e | 91efc1975c1aba92ecc8a30e760d78671afc710e | refs/heads/master | 2020-06-14T20:33:17.791169 | 2016-12-04T15:07:04 | 2016-12-04T15:07:04 | 75,350,007 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,626 | java | package xbog.controller;
import xbog.async.EventModel;
import xbog.async.EventProducer;
import xbog.async.EventType;
import xbog.service.CommentService;
import xbog.service.LikeService;
import xbog.service.QuestionService;
import xbog.service.UserService;
import xbog.util.WendaUtil;
import org.slf4j.Logger;
import org... | [
"80210534@qq.com"
] | 80210534@qq.com |
8c15a07156b259d5ecbf1dbfb8d976f57e1f119a | e45ef1e1a070666123d8f1cefdb1c2ec1791e998 | /src/main/java/nz/ac/auckland/marketcomprehension/Document.java | 18061dd465cb476ca66cc537d5c51e5be72b2caf | [] | no_license | bmil852/softeng754_6-feet-under | 741342f66a60b5538d3c51a1feb4d331b36bc15c | 07c8b987ecd6e6084b32afb70e48bd73d3cd9f4a | refs/heads/master | 2020-03-16T12:42:30.615802 | 2018-05-18T19:52:47 | 2018-05-18T19:52:47 | 132,672,701 | 1 | 0 | null | 2018-05-18T19:51:40 | 2018-05-08T22:40:14 | Java | UTF-8 | Java | false | false | 358 | java | package nz.ac.auckland.marketcomprehension;
public class Document {
private String _documentText;
private Category _category;
public Document(String text, Category category) {
_documentText = text;
_category = category;
}
public String getDocumentText() {
return _documentText;
}
public Category get... | [
"bmil852@aucklanduni.ac.nz"
] | bmil852@aucklanduni.ac.nz |
bd8e402298477922716dd67304ac499e7d929bfc | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/23/23_a0844064c4bb8bbd4950554fa53c4b97a865c4f8/DataExporter/23_a0844064c4bb8bbd4950554fa53c4b97a865c4f8_DataExporter_t.java | ce69b036bf297579fc89e3e537b43df62e45484f | [] | 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,808 | java | /*
* Copyright 2004-2013 ICEsoft Technologies Canada Corp.
*
* 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
*
* Unles... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
69da0f65242fcc1e87d074072464eff8c42f2b11 | 536656cd89e4fa3a92b5dcab28657d60d1d244bd | /components/background_task_scheduler/internal/android/java/src/org/chromium/components/background_task_scheduler/internal/BackgroundTaskSchedulerJobService.java | 85cb5208e7cfba25dce60f624ff295de3d53b40e | [
"BSD-3-Clause"
] | permissive | ECS-251-W2020/chromium | 79caebf50443f297557d9510620bf8d44a68399a | ac814e85cb870a6b569e184c7a60a70ff3cb19f9 | refs/heads/master | 2022-08-19T17:42:46.887573 | 2020-03-18T06:08:44 | 2020-03-18T06:08:44 | 248,141,336 | 7 | 8 | BSD-3-Clause | 2022-07-06T20:32:48 | 2020-03-18T04:52:18 | null | UTF-8 | Java | false | false | 11,084 | java | // Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.components.background_task_scheduler.internal;
import android.annotation.TargetApi;
import android.app.job.JobInfo;
import android.a... | [
"pcding@ucdavis.edu"
] | pcding@ucdavis.edu |
450c55e5dd96036e04cdf772630593010d30b5d7 | be9cd50b4205ca997c4214c983e214ff3dfc4bec | /src/com/example/controlflujo/Condicionales_if_3.java | c40e84abcdb21af2f0fd696d9ef09f9fa24cbcae | [] | no_license | elaris6/JavaPildoras | 9b5a7595cd8872a8adab74f5cc7ee4264bfed9fe | 858621c4497d628c56b90016594e9f84446d0e15 | refs/heads/master | 2023-03-07T06:13:48.822989 | 2021-02-21T18:11:26 | 2021-02-21T18:11:26 | 340,969,210 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,292 | java | package com.example.controlflujo;
import javax.swing.JOptionPane;
public class Condicionales_if_3 {
public static void main(String[] args) {
/* USO OPERADORES LOGICOS
Programa para evaluar las condiciones de un alumno para el acceso a una beca
en función de los ingresos familiar... | [
"69580384+elaris6@users.noreply.github.com"
] | 69580384+elaris6@users.noreply.github.com |
bd8762017721753fab7b150e8169bd0c88c3d083 | 542a54d1150a15d90f8636a863242598850a828c | /code/SqlRunner.java | 948ae21d931a6a8bcaeb6d5ac5275607c5147521 | [] | no_license | netwelfare/mybatis | 92d7374f4306d0187169e10b7fee668a35a19aa8 | 5c64f7e948e498744e08e4c9130a5277b1180856 | refs/heads/master | 2020-05-22T06:41:03.728275 | 2017-06-13T10:05:40 | 2017-06-13T10:05:40 | 60,523,658 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,996 | java | package code;
import java.io.IOException;
import java.io.InputStream;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import org.apache.ibatis.builder.xml.XMLMapperBuilder;
import org.apache.ibatis.executor.parameter.DefaultParameterHandler;
impo... | [
"wangxiaofei@corp.netease.com"
] | wangxiaofei@corp.netease.com |
3a477366345c6cb932fb049e7b517a2713411928 | af2b3ba0c64f3b4c9d2059f73e79d4c377a0b5d1 | /java基础/day0201_基本类型/src/tarena/day0201/Test2.java | 06267fc651f475686898926a8a271618e476c654 | [] | no_license | xuelang201201/Android | 495b411a3bcdf70969ff01cf8fcb7ee8ea5abfd8 | 0829c4904193c07cb41048543defae83f6c5a226 | refs/heads/master | 2022-05-06T09:09:48.921737 | 2020-04-22T08:41:15 | 2020-04-22T08:41:15 | 257,838,791 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 406 | java | package tarena.day0201;
public class Test2 {
public static void main(String[] args) {
/*
* 定义四个变量,分别保存两种浮点数的最小值和最大值
*/
float a = Float.MAX_VALUE;
float b = Float.MIN_VALUE;
double c = Double.MAX_VALUE;
double d = Double.MIN_VALUE;
System.out.println(a);
System.out.println(b);
System.out.prin... | [
"xuelang201201@gmail.com"
] | xuelang201201@gmail.com |
c5e2e5416792a6b1b8f15ba49482a69de756c37e | f8a58cf39e58fbd53007f9fe3529cf5c6b5a85f8 | /app/src/main/java/com/royll/demo/base/BasePresenter.java | e10b3da6fc9b01f259f5c8f9c018ff06bf33a360 | [] | no_license | wherego/mvp-dagger2-rxjava-retrofit-demo | e675dce5d161c22550112d11c67d769d8aa74a85 | 908fac9f992bbba688cf67893c67e5e68149f3b7 | refs/heads/master | 2021-01-20T14:55:40.973338 | 2016-07-27T01:50:01 | 2016-07-27T01:50:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 114 | java | package com.royll.demo.base;
/**
* Created by Roy on 2016/7/19.
* desc:
*/
public interface BasePresenter {
}
| [
"liulou.zh@gmail.com"
] | liulou.zh@gmail.com |
d081147e172f4bc413f72cd60393208813270ee5 | 21c70f242ba92c4f5c23b2ceb88f897413a71da4 | /src/main/java/com/hujian/switcher/reactive/flowable/FlowableSubscriber.java | 8eb1a836dda88c58606f5714a340540d21312d85 | [
"Apache-2.0"
] | permissive | pandening/JSwitcher | fd16829be94f1001cd42e98b5c347357bf815742 | c536f5ec71e0fea847aa2517ae030509b7fe5ff7 | refs/heads/facade | 2021-01-19T12:25:15.543666 | 2017-09-20T14:52:27 | 2017-09-20T14:52:27 | 100,784,178 | 2 | 0 | null | 2017-09-27T14:54:33 | 2017-08-19T09:28:29 | Java | UTF-8 | Java | false | false | 1,222 | java | /**
* Copyright (c) 2017 hujian
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... | [
"hujian06@meituan.com"
] | hujian06@meituan.com |
5831d7b0bc60c02296222a26760fb98b61fa0f82 | e95c95867e9042a4d26ef0771f610cebc289b2bc | /app/src/test/java/com/zeus/javadevs/ExampleUnitTest.java | eb34cf6ddd96a4e571cb6481f8bfaafd43088a54 | [] | no_license | iamzeus4u/JavaDevs | 9a718ce32334fb61ce0367a96dcd9d4b7b952aff | da13cd333cf3a94b8fe12c2e9048001e70422b97 | refs/heads/master | 2020-05-21T06:27:17.311142 | 2017-03-10T19:02:32 | 2017-03-10T19:02:32 | 84,588,865 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 406 | java | package com.zeus.javadevs;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
publi... | [
"iamzeus4u@gmail.com"
] | iamzeus4u@gmail.com |
c145ff99a9b9ce4d251f01d035375cb250b56d7e | ee889d9f2b3d38579ef36fc07e862100e6e3088e | /meta-sql-plugin-second/src/ru/bellski/metasql/lang/parser/MetaSqlParserUtil.java | 67f387ff460503883ae6fbc110892ddb13b89af7 | [] | no_license | Bellski/metadata | 9bdc1960c7186d5e9ae80efb3ef6ae47e8152006 | 3e92b0b7c4ab26db733b4262b6e2ef29303a406d | refs/heads/master | 2020-12-21T01:06:27.285208 | 2016-08-07T21:07:47 | 2016-08-07T21:07:47 | 57,114,613 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 482 | java | package ru.bellski.metasql.lang.parser;
import com.intellij.lang.PsiBuilder;
import com.intellij.lang.parser.GeneratedParserUtilBase;
/**
* Created by oem on 6/6/16.
*/
public class MetaSqlParserUtil extends GeneratedParserUtilBase {
public static boolean parseGrammar(PsiBuilder builder_, int level, Parser pars... | [
"h.bellski@gmail.com"
] | h.bellski@gmail.com |
7f172dd41b35f955e16457ba4dc68a401a0e094d | b9379b98e636990a597d096a9a80b5d8c2a46ed8 | /serivce/service_edu/src/main/java/com/lsh/serviceedu/controller/EduVideoController.java | f5bed7d679b2be11ba7b9195429e2482abd23a54 | [] | no_license | fhawke/edu_platform | 6bbf1204e14c98bde2f8452fc3c69a5c0a5b31d9 | 088ad70f3492a337c920446eee485ec9389b7175 | refs/heads/master | 2023-02-08T20:36:44.041326 | 2020-12-25T02:47:39 | 2020-12-25T02:47:39 | 324,274,303 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,176 | java | package com.lsh.serviceedu.controller;
import com.lsh.commonutils.util.R;
import com.lsh.servicebase.exceptionhandler.EduException;
import com.lsh.serviceedu.client.VodClient;
import com.lsh.serviceedu.entity.EduVideo;
import com.lsh.serviceedu.service.EduVideoService;
import org.springframework.beans.factory.annotat... | [
"7142220@qq.com"
] | 7142220@qq.com |
a03d0675e4475b2eb6cb3aba1c516453f629ec0c | 4b0ca748c43c8d099b41551a330191d7c9793fed | /secondUber/src/main/java/com/app/comic/utils/VRSMLog.java | 94ce1cff61f275100eaf0eb9ea5f44db9bdb155f | [
"MIT"
] | permissive | imalpasha/secondUB | ce2d2757b98b65af07830d2bb73c98f3cbc87c6f | d900f1083fa5ed6d20d42dff0c54d4a901a54e88 | refs/heads/master | 2021-01-11T18:15:33.356116 | 2017-01-22T14:18:34 | 2017-01-22T14:18:34 | 79,524,098 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,643 | java | package com.app.comic.utils;
import android.os.Environment;
import android.util.Log;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.io.InputStreamReader;
import java.text.SimpleDateFormat;
import java.util.Date;
pu... | [
"imalpasha@gmail.com"
] | imalpasha@gmail.com |
ba4b67c4afccaad17c8d71ec57fb3205f0a2bcc5 | f824ff98d4609a6cb632b15e6561284401890981 | /pcgen-formula/src/test/java/pcgen/base/formula/parse/FormulaArithmeticTest.java | ef51e4d51520537af4b38dc2a55f18fe4d1498fc | [] | no_license | kypvalanx/pcgen-reactor | 37a00c5ec3499dd8012fe88e090a6fd4d8f56ecb | 07dcf84dabba92fe25a5061672a5fd496de617b2 | refs/heads/master | 2022-12-23T10:15:51.408142 | 2019-06-08T17:56:52 | 2019-06-08T17:56:52 | 170,901,532 | 1 | 0 | null | 2022-12-16T04:47:52 | 2019-02-15T17:16:27 | Java | UTF-8 | Java | false | false | 107,366 | java | /*
* Copyright 2014 (C) Tom Parker <thpr@users.sourceforge.net>
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any later... | [
"Andy.Lijewski@cerner.com"
] | Andy.Lijewski@cerner.com |
be1e74d888398a3884a8f1178451da6b991c101a | 54ae4396bf18cec6484f6fcac767fa998f318f9d | /Escalonador/Escalonador/src/prioD/App.java | be0a9edf7cbf18c75e36a159d191cb45aba9111f | [] | no_license | rodrigobaptistonefilho/EscalonamentoSO | d61d883391b8fddeb4567decf04ad34a218cff0b | e6234865ad954a8c773e107b8922706aa0c3b858 | refs/heads/master | 2022-12-10T22:52:55.828999 | 2020-08-29T13:42:44 | 2020-08-29T13:42:44 | 291,278,475 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,076 | java | package prioD;
import java.util.ArrayList;
import java.util.List;
/**
*
* @author Rodrigo
*/
public class App {
public static void main(String[] args) throws InterruptedException {
List<Process> process = new ArrayList();
List<Process> ready = new ArrayList();
Process a... | [
"noreply@github.com"
] | rodrigobaptistonefilho.noreply@github.com |
c2796366fff07b73c37df568fb6f5460ae637dba | f1b939abf4e02a687c6a3a0e16fd3cbf7e3bc5f0 | /app/src/main/java/com/example/capstone0/BottomNavigationThings/Profile/D_Address.java | 34ad53ce8989c1c0c4278c33bba58d32ac05a664 | [] | no_license | Alexa200/Capstone0 | 57489c3c7b5995ab9cd5142f8241f59334265e4b | d490a532f5fddafcdf83587ecdec5a64479a7068 | refs/heads/master | 2022-03-12T20:37:53.309618 | 2019-12-02T17:20:56 | 2019-12-02T17:20:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,148 | java | package com.example.capstone0.BottomNavigationThings.Profile;
import androidx.annotation.NonNull;
public class D_Address {
public String PinCode;
public String HouseNo;
public String Road_Area_Colony;
public String City;
public String State;
public String Name;
public String Phone;
pu... | [
"aravind4532@gmail.com"
] | aravind4532@gmail.com |
551dbb4e15b28eda9bbc1ebf184662de1a0d6547 | c8d37adeda427699b22504ae7fc97b041751ede5 | /gmall-manage-web/src/main/java/com/atguigu/gmall0311/manage/GmallManageWebApplication.java | 9ee108471db554a8ef901e07236ca8281f9f3762 | [] | no_license | cpeng1130/gmall0311 | 8bb729d841bc7f0df4d6852bff0c23debdb5fe0d | 7e167fceb33d98038433b0dd7f002de13337c188 | refs/heads/master | 2022-09-23T00:20:21.662799 | 2019-11-03T08:06:14 | 2019-11-03T08:06:14 | 224,199,172 | 0 | 0 | null | 2022-09-01T23:16:11 | 2019-11-26T13:30:36 | CSS | UTF-8 | Java | false | false | 337 | java | package com.atguigu.gmall0311.manage;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class GmallManageWebApplication {
public static void main(String[] args) {
SpringApplication.run(GmallManageWebApplication.cla... | [
"cpeng1130@gmail.com"
] | cpeng1130@gmail.com |
a3baf7d6daa33b8b64048a96f5a0111ddd4e98a9 | 7518aff135206625fcad5ff872f50edbeac41b58 | /Boletin_Tema_6_POO/Ejer_7_Agroalimentaria/Prueba_Herencia.java | 19d39a31aee76292289f3a80f8d49988930f9c8a | [] | no_license | Royal6969/Ejercicios_Programacion_Java_1_DAM | ce19d6f2c259a99564cc7bfd46d6ea3b8f6b7617 | d3ea7ca9671ecb1487c29093729de3ec8f25ba61 | refs/heads/main | 2023-08-06T12:59:35.557018 | 2021-09-15T21:31:23 | 2021-09-15T21:31:23 | 399,794,463 | 0 | 0 | null | null | null | null | ISO-8859-10 | Java | false | false | 1,234 | java | package Ejer_7_Agroalimentaria;
public class Prueba_Herencia {
public static void main(String[] args) {
// TODO Auto-generated method stub
Fecha cad=new Fecha(1, 1, 1);
Fecha envasa=new Fecha(2, 2, 2);
Frescos fresco=new Frescos(cad, envasa, 1, "Espaņa");
Frescos frescos=new Frescos(cad, env... | [
"noreply@github.com"
] | Royal6969.noreply@github.com |
85fd9e5c35c5103998ac4d16d84d538a405d75f3 | 942b915c089e0a97cd57bbdaac40ea5f1c9688c2 | /src/main/java/com/liangxunwang/unimanager/mvc/member/RecordController.java | d76ae4e8e228430b4299cad2eb8924371016b53c | [] | no_license | eryiyi/LbinsManager | 86e8648804b391beed69cab085a43f1ea6ee59c7 | 05f9f745178da26ac3e78fe6add37e56f02ecbde | refs/heads/master | 2021-01-10T11:50:40.649724 | 2016-04-02T02:33:38 | 2016-04-02T02:33:38 | 55,196,053 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 10,466 | java | package com.liangxunwang.unimanager.mvc.member;
import com.liangxunwang.unimanager.model.Advert;
import com.liangxunwang.unimanager.model.Record;
import com.liangxunwang.unimanager.model.tip.DataTip;
import com.liangxunwang.unimanager.mvc.vo.CommentVO;
import com.liangxunwang.unimanager.mvc.vo.RecordVO;
import com.lia... | [
"826321978@qq.com"
] | 826321978@qq.com |
e992b374b76ea4c5f989f1c3e38502e409900cb4 | 7a3f2697878f51bcb536dcf756611e5d4a18c7f6 | /app/src/main/java/com/receipt/invoice/stock/sirproject/Adapter/User_Listing_Adapter.java | bed0cc9f4a571e5ae0c997893b0541cdb0d6daf1 | [] | no_license | pctguy/SirProject3 | 0b05cddc2c099cac0647ce7f87d6ece1930779a5 | 6418b7ff97326502c9addafb81c06dbeca036293 | refs/heads/master | 2022-05-22T11:33:39.326133 | 2020-05-02T01:58:25 | 2020-05-02T01:58:25 | 260,499,812 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,422 | java | package com.receipt.invoice.stock.sirproject.Adapter;
import android.content.Context;
import android.content.Intent;
import android.graphics.Typeface;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.v... | [
"pctguy"
] | pctguy |
6e742a8e9527c9c3eb62ef8b04fd59efdb3e59b3 | 82e0d1cf671be828adc80c673c29c0dfc674fa62 | /mdl4ui-fields/src/main/java/org/mdl4ui/fields/model/component/TextBoxField.java | 0a222c1f8a3f3c511ac6d6b53a535fc6b41c46f7 | [] | no_license | lesfurets/mdl4ui | 09b8f414e47163ba42283faec3607ac73d97143e | e986cdd0cc4698da526a6bc834f61403e183e8bb | refs/heads/master | 2016-09-06T01:24:54.194853 | 2016-01-25T22:44:44 | 2016-01-25T22:44:57 | 7,135,530 | 6 | 1 | null | null | null | null | UTF-8 | Java | false | false | 113 | java | package org.mdl4ui.fields.model.component;
public interface TextBoxField extends FieldComponent<String> {
}
| [
"jul.baudry@gmail.com"
] | jul.baudry@gmail.com |
94608a333d3f1441a3d8f40a3b50ecf7a86ef33c | 7a6c915aad309c2347aab9a92359a41b76b49943 | /rompasaurus-week2-032.TheSumOfSetOfNumbers-1421111/src/TheSumOfSetOfNumbers.java | e13de319e49173b0982bbbdd84c87bfbc943a3ab | [] | no_license | rompasaurus/Helsinki-Mooc-Projects | 62928f72d150ab544a7fa63eca53032ca19a96a0 | d415eee31393ab313bbe001600cdddbdd932348f | refs/heads/master | 2021-04-15T04:57:05.000948 | 2018-03-21T08:09:24 | 2018-03-21T08:09:24 | 126,144,493 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 394 | java |
import java.util.Scanner;
public class TheSumOfSetOfNumbers {
public static void main(String[] args) {
Scanner reader = new Scanner(System.in);
System.out.println("Until what? ");
int max = Integer.parseInt(reader.nextLine());
int sum=0;
for(int i=0;i<=max;i++) {
... | [
"michael.e.mchenry@gmail.com"
] | michael.e.mchenry@gmail.com |
8ed4493f057bdbee1fdd8399a1404afcfce13244 | b4656118863153130dc04b92abc0e2105e966f16 | /src/_06_kethua/baitap/PointendMoveablePoint/Testpoint.java | 8474dfa3566ed272278aefbc6ffc2581b1e9d872 | [] | no_license | huynhduc296/C1220G2_LeVanHuynhDuc_Module2 | 2c88ec3718063970eb406faaf45562217b97ca05 | 6222f4d2b65f97709734cb748d218b9780de18cd | refs/heads/master | 2023-03-24T13:51:04.672165 | 2021-03-22T02:09:22 | 2021-03-22T02:09:22 | 334,828,573 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 373 | java | package _06_kethua.baitap.PointendMoveablePoint;
public class Testpoint {
public static void main(String[] args) {
MovablePoint movablePoint=new MovablePoint(0,0,3,5);
System.out.println(movablePoint);
movablePoint.move();
System.out.println(movablePoint);
movablePoint.move(... | [
"huynhduc290698@gmail.com"
] | huynhduc290698@gmail.com |
218617d7e6f05b4d7f859fd491ca33a4beb1018e | 8365760b774554aa7fa629c23f134e585ee2f13c | /Stack.java | 1abe56fe3c8de41e0305d706f7aea0218d5b3b18 | [] | no_license | Noor-Ahmed-12/DSA-Uni-tasks | f91d0290423c5f80b6b227888573163c294426aa | 29e7dad764b35128bbbcae56d38f7db5cd3f76aa | refs/heads/main | 2023-03-20T13:15:24.635646 | 2021-03-13T18:09:59 | 2021-03-13T18:09:59 | 347,337,657 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 142 | java | public interface Stack {
void push(Object obj);
Object pop();
Object peek();
boolean isEmpty();
int size();
}
| [
"noreply@github.com"
] | Noor-Ahmed-12.noreply@github.com |
989a87a9a7becc16dad2178a8878adf41aa85180 | 5b122bba77a21132e0ca4c6fa75b7ba12a51bd6b | /OpenClosedPrinciple/src/openclosedprinciple/Calculator.java | 341cdc6cd91447047adec5b76ee3106ad559d02f | [] | no_license | elvinaliyev6/SOLID-Principles | b151688f748d746c48aa8616d943e6b21e7288a1 | 36001f24e81da4423088527193c41359a1861a16 | refs/heads/master | 2023-08-15T00:05:41.547796 | 2021-09-21T11:53:38 | 2021-09-21T11:53:38 | 359,348,234 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 440 | 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 openclosedprinciple;
public class Calculator {
public void calculate(CalculatorOperation operation) {
if (operati... | [
"aliyevaliyevelvin@gmail.com"
] | aliyevaliyevelvin@gmail.com |
886701c647180676794e32bc711ffd47a514db3e | 6ffe52410356f2b3579fc9caec9188ff82a6447c | /src/me/sergivb01/sutils/player/StaffListener.java | 895ed32f200b8c867180cc2c1ef75761d78b078e | [] | no_license | sergivb01/Zebra | 1a70442db5f4a1bb9aaed52ccdc7ddcf6688a608 | ff44ed0ee4ceb02e1cbe09821fdd7fae4737a5f9 | refs/heads/master | 2021-03-27T17:12:34.819894 | 2018-05-16T20:16:01 | 2018-05-16T20:16:01 | 118,378,604 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,382 | java | package me.sergivb01.sutils.player;
import me.sergivb01.sutils.ServerUtils;
import me.sergivb01.sutils.payload.PayloadSender;
import me.sergivb01.sutils.utils.LogManager;
import org.bukkit.Bukkit;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit... | [
"sergivb01@gmail.com"
] | sergivb01@gmail.com |
ccc5c7387363240382dd3aa0fe29dc487e5f3062 | 70eb068bd8379bd387ae169122ae7eb9a57360bc | /BallotBox/app/src/main/java/edu/rpi/rcos/ballotbox/PublicVotesActivity.java | e52e34613a43ef8a874574fb71b3d24316c548c8 | [] | no_license | ballotbox/ballotbox-android | ee4d717f3a992946a384c103a66835ad027cd701 | 058690ac3fcded4590ba477c79c27254801cee82 | refs/heads/master | 2021-01-20T06:57:45.022088 | 2015-05-09T22:45:59 | 2015-05-09T22:45:59 | 31,624,773 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,723 | java | package edu.rpi.rcos.ballotbox;
import android.app.ListActivity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.ListView;
import android.widget.Toast;
import com.example.gulena.ballotbox.R;
import java.util.List;
import retrofit.Call... | [
"brenoc@rpi.edu"
] | brenoc@rpi.edu |
e686fab2f9af2fc319f500749bbcf8cc3d11f7b8 | a739cae2c2d367ac3777155c32c161d1c3f749e0 | /week1/src/Import.java | f3522e6230edc6e20ebe24a011f8c06b8f1e0a9b | [] | no_license | AnhLuc04/BaiModun2 | 03be4e6c800b944326a95b9a74c251da983e511c | 4c85c0bc233fd8c8088cde2092683036f7c0a048 | refs/heads/master | 2022-09-14T21:20:14.705243 | 2020-05-23T08:13:19 | 2020-05-23T08:13:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 290 | java | import java.util.Scanner;
public class Import {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
System.out.println("Enter your name: ");
String name = scanner.nextLine();
System.out.println("Hello: " + name);
}
}
| [
"lucle99994@gmail.com"
] | lucle99994@gmail.com |
48b0cd4aaf079c824d013204bb78434fc6077e80 | 8c9ba566d5425c13de4716fc3972fe532bad22f6 | /oauth2/oauthserver/src/main/java/com/flyonsky/config/OAuth2AuthorizationServer.java | c5796a81a95d20b31a8585d89cf7ecad52a57be5 | [
"Apache-2.0"
] | permissive | flyonskycn/micro-service-study | 0b75b25d5aa052587851b565c379ea7a836dc7bb | 94e01e10e07b3888c68e791bd265dd387c6ec26c | refs/heads/master | 2023-06-25T11:31:53.978694 | 2019-09-26T13:58:19 | 2019-09-26T13:58:19 | 155,157,833 | 0 | 0 | Apache-2.0 | 2023-06-20T18:33:18 | 2018-10-29T05:42:27 | Java | UTF-8 | Java | false | false | 906 | java | package com.flyonsky.config;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.oauth2.config.annotation.configurers.ClientDetailsServiceConfigurer;
import org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerConfigurerAdapter;
im... | [
"2628387671@qq.com"
] | 2628387671@qq.com |
d9a487b0d8cecd5e3afecc1faa33f883d941548c | f0b0bf3624114f8cc12dd8a9e003fe5757b688ca | /E_comm/src/main/java/com/E_comm/domain/ShippingAddress.java | 9141c28445fbb7c51b6ae163d757d2be19942db6 | [] | no_license | Rushabh-C/RC_Tech | 0a52819ce7482b57dc5fbcb20e344dccc1a00a48 | d5225f6bd0f0d8ebaf974026bce7e92344003564 | refs/heads/master | 2023-06-04T12:44:10.182354 | 2021-06-26T08:54:33 | 2021-06-26T08:54:33 | 380,448,957 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,374 | java | package com.E_comm.domain;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.OneToOne;
import org.hibernate.annotations.GenericGenerator;
@Entity
public class ShippingAddress {
@Id
@GeneratedValue... | [
"rushabhchheda02@gmail.com"
] | rushabhchheda02@gmail.com |
118713b1ca49aac809adc7fa2e0d7e11458a61c8 | 3aaf9aec1a71a7c327504b0c4a6067d371d9927a | /app/src/main/java/ipnossoft/rma/ui/button/IsochronicSoundButton.java | 952c51d38d6b5b0abea73a1da7abdd03c766b94e | [] | no_license | intrepiddhole/SleepSound | fc09ad0ed319d25f842abd952afcb781ceea397a | 9980a02899e71d54ad5199fa080d1671d8417d70 | refs/heads/master | 2021-09-05T21:30:14.728309 | 2018-01-31T04:29:58 | 2018-01-31T04:29:58 | 119,634,610 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 320 | java | package ipnossoft.rma.ui.button;
import android.content.Context;
import com.ipnossoft.api.soundlibrary.Sound;
public class IsochronicSoundButton extends BrainwaveSoundButton {
public IsochronicSoundButton(Context var1, Sound var2, int var3, SoundButtonGestureListener var4) {
super(var1, var2, var3, var4);
}
} | [
"wildwolfteeth@hotmail.com"
] | wildwolfteeth@hotmail.com |
ff1a44495cb7ae4ef8a798ebdb0ddff7aae7f2d3 | 1121afd4366c2532515b65c3b569eca7e82169bf | /Reanimators/src/main/java/com/unco/reanimators/command/syntax/parsers/EnumParser.java | 06d9deb8476ffc9994fb208d6c563b7b1949ed28 | [] | no_license | Soulbond/Reanimators | 6c13ca934ee46c1b46c137d9afeed4153f968588 | 3ddcf2164c1118bf93bab61697886b42220bc311 | refs/heads/master | 2021-05-22T18:09:15.477640 | 2020-05-01T05:20:13 | 2020-05-01T05:20:13 | 260,385,911 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,202 | java | package com.unco.reanimators.command.syntax.parsers;
import com.unco.reanimators.command.syntax.SyntaxChunk;
import java.util.ArrayList;
import java.util.Collections;
public class EnumParser extends AbstractParser {
String[] modes;
public EnumParser(String[] modes) {
this.modes = modes;
}
... | [
"Soulbond@users.noreply.github.com"
] | Soulbond@users.noreply.github.com |
9ba795fb871a1bf7cb535f3e4a543c82bc52389c | bdf129fb93ac9c751f1ac58074cb7d0132f8f147 | /src/main/java/icrperusa/servlet/reports/GuideReturnMaterials.java | c243b66dcc701b78079bc3a1a1e0a002c5df459f | [
"Apache-2.0"
] | permissive | cvaldezc/reports | 7ab8702fc6bb502a5583da79c8d5f1ff87331b4e | a5c537049c176a83637f45803f4470084f4868fc | refs/heads/master | 2021-01-19T13:42:00.755017 | 2017-09-19T22:53:42 | 2017-09-19T22:53:42 | 88,102,699 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,383 | java | package icrperusa.servlet.reports;
import java.io.IOException;
import java.sql.SQLException;
import java.util.HashMap;
import java.util.Map;
import java.util.logging.Logger;
import javax.servlet.ServletException;
import javax.servlet.ServletOutputStream;
import javax.servlet.http.HttpServlet;
import javax.servlet.htt... | [
"cvaldezchavez@gmail.com"
] | cvaldezchavez@gmail.com |
9419ed6b796d7a77d00b4e666e9084d70d099336 | 78ae6b125cbd8df23db5deab84a2474b3c2bc45b | /Subuwuliu/src/com/johan/subuwuliu/bean/DriverInfoBean.java | 3d2ccee598ba7d872bcba42b89e4659c06fe1eb3 | [] | no_license | henryxzw/subuwuliu | 5778603b81a3c2a76d206142282acf86f36e72c7 | b99927e80402b4cc21f9dc77478c8b9324047b17 | refs/heads/master | 2021-01-18T04:23:44.724637 | 2016-11-24T03:07:17 | 2016-11-24T03:07:17 | 13,641,579 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 955 | java | package com.johan.subuwuliu.bean;
public class DriverInfoBean {
public String status;
public String driver_id;
public String car_status;
public String car_msg;
public String nick_name;
public String mobile;
public String avatar;
public String credit;
public String timestamp;
public String goods_comment;
pu... | [
"xiaziwentyu@126.com"
] | xiaziwentyu@126.com |
2d914f45ef5423d34c3e626399e4a86da279a594 | d40b228a3fa3480fc6a0c8a15e6ddbd3ae825f0d | /fleetap/src/main/java/com/kindsonthegenius/fleetap/models/VehicleHire.java | 01b59dc9ffb1cd7c86646c70ddce886b723d406f | [] | no_license | Akif-jpg/FirstSpringApp | 3f61a3bfa0501eec3901a848d92f408bb74ebce7 | 533497e915ca6ce4bd4c5051585a996db977e08b | refs/heads/main | 2023-06-19T11:52:18.493935 | 2021-07-17T12:48:33 | 2021-07-17T12:48:33 | 385,668,567 | 0 | 0 | null | 2021-07-17T12:48:33 | 2021-07-13T16:29:39 | HTML | UTF-8 | Java | false | false | 1,293 | java | package com.kindsonthegenius.fleetap.models;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
... | [
"akifesadi193@gmail.com"
] | akifesadi193@gmail.com |
8c937436a446392f90da8e4dc34037be23970562 | fe49198469b938a320692bd4be82134541e5e8eb | /scenarios/web/large/gradle/ClassLib043/src/main/java/ClassLib043/Class006.java | e7dfce8972d46e84932294ec05c5bcc9519709e6 | [] | no_license | mikeharder/dotnet-cli-perf | 6207594ded2d860fe699fd7ef2ca2ae2ac822d55 | 2c0468cb4de9a5124ef958b315eade7e8d533410 | refs/heads/master | 2022-12-10T17:35:02.223404 | 2018-09-18T01:00:26 | 2018-09-18T01:00:26 | 105,824,840 | 2 | 6 | null | 2022-12-07T19:28:44 | 2017-10-04T22:21:19 | C# | UTF-8 | Java | false | false | 122 | java | package ClassLib043;
public class Class006 {
public static String property() {
return "ClassLib043";
}
}
| [
"mharder@microsoft.com"
] | mharder@microsoft.com |
80f4e4024097061e247624c5d2072f48189b485b | 6f75895b650a04e9a3daa5b03017624c2864c7d4 | /src/main/java/com/matt/tech/service/controllers/RequestController.java | 59a6dca348b733d46ad8abfd09b57372e8a891e3 | [] | no_license | mattballvox/simple-web-service | 3ec6f133e0da704a804099f7a39ae58043a5b458 | 146eb16b4ff14bec9e67d8a1d1117da74f101344 | refs/heads/master | 2020-03-16T15:16:22.226207 | 2018-05-09T10:09:28 | 2018-05-09T10:09:28 | 132,736,076 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,901 | java | package com.matt.tech.service.controllers;
import com.matt.tech.service.models.CustomerRequest;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.MediaType;
import org.sprin... | [
""
] | |
1f09e8faa05126ef16facf3f38061dee36a37ff6 | a40c536770c2d505544d282eb117a3e2f86d78ad | /Tekram_Driver/captin/src/main/java/com/turnpoint/ticram/tekram_driver/modules/Order.java | 6aa97d73ac35936dc3c6222495eb6c0601d509a7 | [] | no_license | ersalye/ticramAndroid | 42e9825abaafe68a12f760e70d7de2152f698b62 | fde28eedc4060bcf1bac1404566c5ce609c3665f | refs/heads/master | 2022-12-18T00:03:55.236005 | 2020-09-19T07:05:46 | 2020-09-19T07:05:46 | 297,832,463 | 1 | 0 | null | 2020-09-23T02:43:00 | 2020-09-23T02:43:00 | null | UTF-8 | Java | false | false | 7,225 | java | package com.turnpoint.ticram.tekram_driver.modules;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class Order {
@SerializedName("id")
@Expose
private Integer id;
@SerializedName("user_id")
@Expose
private Integer user_id;
... | [
"awshakam1998@gmail.com"
] | awshakam1998@gmail.com |
5193ca25be309b0e3d7d395059ea1ac195be548d | 28f56cfc9d684d8b2ec8ac3e9dfe83223306401f | /src/pdf/base/unit/DoubleArrowGraph.java | 3d4668716b55f81438d370e9f031f5fa073b75de | [] | no_license | cyys/ITextDraw | fe5019c486defc18865fcb10edc5c41fa4598ac5 | 1e98a49ac22a8680b1a4384e1f5290b1d15f8f6f | refs/heads/master | 2020-08-04T00:26:44.395015 | 2016-12-17T14:39:28 | 2016-12-17T14:39:28 | 73,534,921 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,450 | java | package pdf.base.unit;
import com.itextpdf.text.BaseColor;
import com.itextpdf.text.Document;
import com.itextpdf.text.pdf.PdfContentByte;
import com.itextpdf.text.pdf.PdfWriter;
import pdf.base.AbstractBaseChart;
import pdf.base.AbstractBaseUnitChart;
import pdf.base.TPoint;
/**
* 双箭头图
* @author cheny
*
*/
publi... | [
"chenying2100@163.com"
] | chenying2100@163.com |
b07ce3c20ccb52e28ee8aa9c48f1068f3e5f0e20 | 947f97a97c246e3d704f8ef88cfe4233fe339b35 | /src/finalZ/module/ModuleInfo.java | 06de294c478f4033a795ea166c44c41bc1395e7a | [] | no_license | nvn75/FinalZ | fd9285ad71b46e26f8db7feef2af1c9e170e3f01 | 045d5c8366d99ec9c171d7c8210656ef59c3c6ed | refs/heads/master | 2021-07-09T01:57:45.338019 | 2020-08-13T04:44:35 | 2020-08-13T04:44:35 | 144,549,080 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,348 | java | package finalZ.module;
import finalZ.FlowEnv;
import finalZ.Log;
import finalZ.ModuleIF;
import finalZ.Port;
import finalZ.annotation.Execute;
import finalZ.annotation.Instantiate;
import finalZ.annotation.InstantiationPolicy;
import finalZ.annotation.Module;
import finalZ.exceptions.*;
import org.reflections.Reflecti... | [
"hai.nguyenviet75@gmail.com"
] | hai.nguyenviet75@gmail.com |
bbe21e7ee85248df455cd58bbda62cef6808cd9d | fae6b35952e3fd7de173d1c21d7f2f7a95b5922e | /src/main/java/com/bean/FeedbackUser.java | 4311003a2fef7ba5f9176a7397c05cad068c8ef8 | [] | no_license | 7FBI/ElderlyManagementSystem7FBI | 23d1bcca63e45a210c3487a1d729856a17b2f02e | e0822760a7d1818c477952d78123369158d8050f | refs/heads/master | 2021-08-24T05:14:08.878764 | 2017-12-08T05:43:00 | 2017-12-08T05:43:00 | 106,272,349 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 522 | java | package com.bean;
public class FeedbackUser extends Feedback{
private String username;
private String tell;
private String address;
public String getUsername() {
return username;
}
public void setUsername(String username) {
this.username = username;
}
public String getTell() {
return te... | [
"1666307441@qq.com"
] | 1666307441@qq.com |
d31a08bb0e6691b33bd2ba20ffca20f809deb7eb | d6c4abde7704e73f288e2b578b755cb9a2cabb51 | /app/src/main/java/com/example/smart_mirror/BOARD/BoardRead_Request.java | f425e4b18436d4e241886029786ab8f1e5918646 | [] | no_license | peter3476/Smart_Mirror | 4df802ab1b1f413d503e9c3df0442d78b0d75ea4 | fd768f679d75b5a51e6688d73e4f16e4affa1664 | refs/heads/master | 2023-04-21T12:36:03.358623 | 2021-05-11T04:26:13 | 2021-05-11T04:26:13 | 366,254,186 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 772 | java | package com.example.smart_mirror.BOARD;
import com.android.volley.AuthFailureError;
import com.android.volley.Response;
import com.android.volley.toolbox.StringRequest;
import java.util.HashMap;
import java.util.Map;
public class BoardRead_Request extends StringRequest {
// 서버 URL 설정 ( PHP 파일 연동 )
final stat... | [
"whtjdwo78@naver.com"
] | whtjdwo78@naver.com |
e47b70408fcdb69deada60cafe9cf6bf3a143b1c | e25fafa3b68c5a509a5a411e12259c9eaa7288f8 | /CS 2410 - Java/Stoplight/Dogs/Dog.java | 0fa162426cc300a4ca6359cf1255412e1a56e0e9 | [] | no_license | Candlemancer/Freshman-Year | cab237adfabd3bb5fc1b0d6d29111c3c3978bf2c | ce1882601ef10be011ea963b2388941f04266c1a | refs/heads/master | 2016-09-02T04:55:00.790034 | 2014-10-08T07:08:32 | 2014-10-08T07:08:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 619 | java | //Jonathan Petersen
//A01236750
//Dog Info
package Dogs;
public class Dog {
private String name;
private int age;
public void setInfo(String nameInput, int ageInput) {
name = nameInput;
age = ageInput;
}
public String getName() {
return name;
}
public int getAge() {
return age;
}
public int do... | [
"Candlemancer@gmail.com"
] | Candlemancer@gmail.com |
e4783d4c734678374e41cd48d963ad1c0b7ade82 | 07f98afc870110b7698351649d8ea77624d15dc8 | /JFXCollectionSamples/src/shoppingcart/Model.java | 8e50cdc3c95e1d04c4d710a215696f5e56245b4c | [] | no_license | snejka844/ShoppingCartProject | d274c518fd7e36f14befca0432f3942711897148 | 960b5becc5f8f0103a22a5534a40a21c19e8cade | refs/heads/master | 2022-12-11T16:59:59.033125 | 2020-08-29T12:59:02 | 2020-08-29T12:59:02 | 291,271,352 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,208 | java | package shoppingcart;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.util.Arrays;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
public class Model {
private ObservableList<Item> itemsObservableList = FXCollections.obser... | [
"noreply@github.com"
] | snejka844.noreply@github.com |
c17f7cd48c553f9d78482d3f6b4469d8c5b61566 | 11e9f185ff8cff4ada5f4cda7b9eb36394a31a75 | /spring-boot-04-web-restfulcrud/src/main/java/com/dsxdmfz/servlet/MyServlet.java | 2b392eb7b360cd0cb2b28770c0a05969205570e7 | [] | no_license | dsxdmfz/springBoot | 4dce9dbe7f43e64a51041ac917f420c5c5142de9 | 8c086b246a468cad680c691fa8c00cfaa6915427 | refs/heads/master | 2020-03-12T15:56:33.602323 | 2019-06-18T09:57:27 | 2019-06-18T09:57:27 | 130,703,341 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 673 | java | package com.dsxdmfz.servlet;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
public class MyServlet extends HttpServlet {
@Override
protected void doGet(HttpS... | [
"534277194@qq.com"
] | 534277194@qq.com |
2e4eb4ff0f629e5e0c4f5b824bab8d86a7dad2e7 | c31d4146f27dac81a7c80d61b0ea3fe49d7c1820 | /Ejercicio1/src/test/java/org/urjc/isi/travis/AppTest.java | 583e71eb6a6a0b88bda01eba6a674b39c991af45 | [] | no_license | TomasGalindo/pruebas_grafos_2 | 4c8b60adcf8719c7307d648a503fa61d81958606 | 906b9db81d62dac92708846297e1c82739747173 | refs/heads/master | 2021-05-14T16:57:56.068129 | 2018-01-17T18:13:37 | 2018-01-17T18:13:37 | 116,034,986 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 649 | java | package org.urjc.isi.travis;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* Unit test for simple App.
*/
public class AppTest
extends TestCase
{
/**
* Create the test case
*
* @param testName name of the test case
*/
public AppT... | [
"tgalindoencinas@yahoo.com"
] | tgalindoencinas@yahoo.com |
510667d9ad6978fab28907a4049e495901654f20 | 545aad674b28cd457bd41cb0b0c61ccb643c4499 | /SD4.2_Project/SD4.2_Assignment/src/assignment/Date.java | f980be4c6e741446060c47301096ec90d0a7a715 | [] | no_license | shubhamkj5/Software_Design | ba886a1ec1a5f23ae28f67b2a7c0083310d6164b | eaf67cc3be0ca68cf04e12e3858eae6280233080 | refs/heads/master | 2021-10-24T02:42:59.199577 | 2019-03-21T14:09:59 | 2019-03-21T14:09:59 | 149,273,644 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 362 | java | package assignment;
public class Date {
private String date,month,year;
public Date(String d, String m, String y) {
this.date=d;
this.month=m;
this.year=y;
}
public String toString(){
return " "+date+"/"+month+"/"+year;
}
public void reset(String d,String m,String y){
this.date=d;
t... | [
"noreply@github.com"
] | shubhamkj5.noreply@github.com |
e04f8a763ae2d5b2b325fc85625fdf505dd0be15 | 97d621d2b533b3535610cba21814ea046ed560bb | /app/src/main/java/br/com/github/kalilventura/products/models/ProductEvent.java | 9d5f0bb6b93c843225f0d77e35e11f75f99c73e9 | [] | no_license | kalilventura/java_aws | 3b2d5d3b846321a90eab537a1d9cc8ba5f47b666 | 172fc9c0a6ef31f3c1ae95b090ba28c336275a95 | refs/heads/main | 2023-07-13T11:50:44.260337 | 2021-08-26T01:40:33 | 2021-08-26T01:40:33 | 350,541,736 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 605 | java | package br.com.github.kalilventura.products.models;
public class ProductEvent {
private Long productId;
private String code;
private String username;
public Long getProductId() {
return productId;
}
public void setProductId(Long productId) {
this.productId = productId;
}
... | [
"kalilventur@hotmail.com"
] | kalilventur@hotmail.com |
c3c405697fd7cb8cf98c76ea12e33b856cf4f770 | fd1fbc6226e84c9b6111e0a2b1247402a747230e | /Manager/src/service/FlowService.java | 4262bc3a21c6fd1fb65824245292d520e5d78f0b | [] | no_license | innonxu/ManagerSSH | 4b19b5a009fc5fe5622ea1395556b365e3307593 | 3b271a8ddb87e15c2d9de4cf552057fcd19036e8 | refs/heads/master | 2021-01-17T23:21:25.732842 | 2015-09-06T02:35:47 | 2015-09-06T02:35:47 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 5,653 | java | package service;
import java.io.*;
import java.net.*;
import java.util.*;
import org.json.*;
import model.*;
import dao.impl.*;
public class FlowService {
private NodeDaoImpl nodeDaoImpl;
private NetworkDaoImpl networkDaoImpl;
private SubnetService subnetService;
private SubnetDaoImpl subnetDaoImpl;
public... | [
"zhangghabc@163.com"
] | zhangghabc@163.com |
cdf012700363253ec5a2d3ad64148a1d8ed17be8 | 99b5aa95759e88ee49d32d753efac5d89268899a | /src/main/java/com/digital/devs/dao/ICitaDAO.java | 4e95dc74dda95b90fae41695e42b4b1ae86721fd | [] | no_license | alfredjava/salud | fc26feb316cdeb259a990908b6696a1935a5297d | 44c1eb835b59a8fc87c90ab6975239d7999f1772 | refs/heads/master | 2020-03-28T10:19:53.358985 | 2018-09-15T13:29:40 | 2018-09-15T13:29:40 | 148,100,735 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 390 | java | package com.digital.devs.dao;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import com.digital.devs.model.Cita;
import com.digital.devs.model.Paciente;
public interface ICitaDAO extends JpaRepository<Cita, Integer>{
public List<Cita> findByPaciente(Paciente paciente);
public... | [
"alfredo.barrios.perez@bbva.com"
] | alfredo.barrios.perez@bbva.com |
004c820f3f266aa52f915e391e782a0d89007a9c | 7b632c4996e14ef1d47460bc5b258a2f84eb8702 | /src/main/java/viettel/huannt14/checklist/repository/ServerInfoRepo.java | 8f6f9a1d1895d403ffda043a3786f86325e52cff | [] | no_license | Huan24121999/checklist2 | d512bb8456108ee8dfe043b92d548f1978117f05 | bfddd174283866a9a2d039ce41105a68cd5b1637 | refs/heads/master | 2023-04-06T17:46:07.950116 | 2021-04-08T10:46:41 | 2021-04-08T10:46:41 | 346,071,497 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 359 | java | package viettel.huannt14.checklist.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.stereotype.Repository;
import viettel.huannt14.checklist.entity.ServerInfo;
@Repository
public interface ServerInfoRepo extends ... | [
"nguyentronghuan24@gmail.com"
] | nguyentronghuan24@gmail.com |
952af626ca660b912669575d66c40e5bed86472b | 4410969f4087b88919c1b873129f28ac04f66c89 | /main/java/com/pranayama/basic/ILabel.java | 7b750de99237a01eb5c1a6d5dfe556bed9e9a8f8 | [] | no_license | odinzero/PRANAYAMA | 1526c1bedde45288dfa232b01b27218ba169a939 | a43be71261561895cc7ba1e9fc49e9595d3d41bb | refs/heads/master | 2020-04-21T01:32:18.087605 | 2020-01-09T12:01:37 | 2020-01-09T12:01:37 | 169,226,906 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 478 | java |
package com.pranayama.basic;
import java.awt.Color;
public interface ILabel<T> {
public void setDisabledStateColor(String name, T resource, int x, int y, int w, int h);
// public void setDisabledStateColor( T resource);
// public T getDisabledStateColor();
public void setEnabledStateCol... | [
"alekseykravchenko1979@gmail.com"
] | alekseykravchenko1979@gmail.com |
be04bb007483788a6119a6fe07d9ac2499a7df67 | 3a634c83c08d736ece6e2de12a2f2870fbbc6023 | /java9-sample/mods/mod-collection/src/main/org.eugene.mod.collection/org/eugene/mod/collection/SetTest.java | 154827d5cdf3e16d6b729dca85c3bc86b53e6486 | [
"Apache-2.0"
] | permissive | eugenewyj/eugene-webapp-samples | db59e074d12954ee5718ec941625c370f3aa4df0 | 44ab68b847cdf4779c22bd82eedc20e00891f171 | refs/heads/master | 2021-01-20T08:25:49.591750 | 2017-11-14T08:36:16 | 2017-11-14T08:36:16 | 101,557,977 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,084 | java | package org.eugene.mod.collection;
import java.util.Set;
public class SetTest {
public static void main(String[] args) {
Set<Integer> emptySet = Set.of();
Set<Integer> luckyNumber = Set.of(19);
Set<String> vowels = Set.of("A", "E", "I", "O", "U");
System.out.println("emptySet = " +... | [
"fengbaoxp@gmail.com"
] | fengbaoxp@gmail.com |
51b99e1edb956c931e4dc60f093b8c69c9c40cc1 | 936a983e1992f917865ce751e9953101eb996ac9 | /src/com/study/test/Test_1.java | f6ee707d1ad1186d8a9bebfc480a69128bb231d5 | [] | no_license | xiaozhl/rippledemo | 896f4cd0e71d8050d9631e536524bc6168a38286 | de89e93468b7cba3ce9c07ff67360d3c64bb4523 | refs/heads/master | 2020-04-06T06:56:59.130851 | 2014-06-05T08:36:43 | 2014-06-05T08:36:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 800 | java | package com.study.test;
import java.util.List;
import java.util.UUID;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import com.study.business.Business;
import com.study.pojo.Book;
public class Test_1 {
@Tes... | [
"qianxingchuan@gmail.com"
] | qianxingchuan@gmail.com |
760485224c6a06ba7c70bab7735531175bd61954 | fea266d6d031c075dc916369cbb98113d135e807 | /db/src/main/java/me/ift8/basic/db/config/mybatis/MapperAutoConfiguration.java | 6b690b1aae1951c7e446273c6d08f62c4a3c98c8 | [
"Apache-2.0"
] | permissive | IFT8/basic | 48c26420b6413b42f05bbf37d5a071c25a41102e | 2ddd2be9bd8500ebd0a639362dc37cb2e9ff8963 | refs/heads/master | 2021-01-18T19:42:45.767000 | 2019-02-25T10:28:40 | 2019-02-25T10:28:40 | 86,907,613 | 0 | 0 | null | 2018-11-27T10:18:18 | 2017-04-01T10:59:54 | Java | UTF-8 | Java | false | false | 2,188 | java | package me.ift8.basic.db.config.mybatis;
import me.ift8.basic.db.BaseMapper2;
import lombok.extern.slf4j.Slf4j;
import org.apache.ibatis.session.SqlSessionFactory;
import org.mybatis.spring.boot.autoconfigure.MybatisAutoConfiguration;
import org.springframework.beans.factory.annotation.Autowired;
import org.springfram... | [
"IFT8@qq.com"
] | IFT8@qq.com |
83c8bf8c3b571001d0bc61a47d45e7fce5cfb51a | 3ad2d2bced76dfb9db65586bd2126c5af61f85a3 | /src/main/java/messageModule/MessageModule.java | c108f6e5328ec4b085856cd4e509b7230ce2f241 | [
"Apache-2.0"
] | permissive | Counterbalance/Bit-Runner-2048 | 66f75f5979a4af1e7544a0700df848f02611fb8a | 7ad7d1a3dcfc6d4c056344b1251052553a7c5d25 | refs/heads/master | 2020-05-16T00:13:22.019928 | 2019-04-25T15:20:17 | 2019-04-25T15:20:17 | 182,573,794 | 0 | 1 | Apache-2.0 | 2019-04-21T19:25:06 | 2019-04-21T19:25:05 | null | UTF-8 | Java | false | false | 798 | java | package messageModule;
import java.util.ArrayList;
import com.codingame.game.Player;
import com.codingame.gameengine.core.Module;
import com.codingame.gameengine.core.MultiplayerGameManager;
import com.google.inject.Inject;
public class MessageModule implements Module {
MultiplayerGameManager<Player> gameManag... | [
"ekv@dips.no"
] | ekv@dips.no |
43d52986c395134d722eaea6dc7d266826a04031 | 6a95484a8989e92db07325c7acd77868cb0ac3bc | /modules/adwords_appengine/src/main/java/com/google/api/ads/adwords/jaxws/v201502/cm/CustomerFeedErrorReason.java | a604a4d69779495108ae3d460dd5bfdbd1afe218 | [
"Apache-2.0"
] | permissive | popovsh6/googleads-java-lib | 776687dd86db0ce785b9d56555fe83571db9570a | d3cabb6fb0621c2920e3725a95622ea934117daf | refs/heads/master | 2020-04-05T23:21:57.987610 | 2015-03-12T19:59:29 | 2015-03-12T19:59:29 | 33,672,406 | 1 | 0 | null | 2015-04-09T14:06:00 | 2015-04-09T14:06:00 | null | UTF-8 | Java | false | false | 2,654 | java |
package com.google.api.ads.adwords.jaxws.v201502.cm;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for CustomerFeedError.Reason.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* <p>
* <pre>
* <simpl... | [
"jradcliff@google.com"
] | jradcliff@google.com |
f55e8c4b4dce8c8548a0a2a726cb92168661e5b8 | da294037101505324873870d4cf4eb0a73de55c0 | /app/src/main/java/co/infinum/locationawareapp/LocationTrackDialog.java | ba4feccb4963ac4f79c425cced675c554282ed47 | [] | no_license | mariciv/Location-Aware-App | 4b09342b5d9d344b7176429eb05acc916a87618e | 21952c2d501795ca333630c87457461ec4ee0954 | refs/heads/master | 2020-06-06T15:19:08.612694 | 2015-05-07T09:27:37 | 2015-05-07T09:27:37 | 35,210,932 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,462 | java | package co.infinum.locationawareapp;
import com.google.android.gms.location.LocationListener;
import com.google.android.gms.maps.LocationSource;
import android.app.Dialog;
import android.content.DialogInterface;
import android.location.Location;
import android.os.Bundle;
import android.support.annotation.NonNull;
imp... | [
"ivan.maric@infinum.hr"
] | ivan.maric@infinum.hr |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.