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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e536d4aa159cd5d4ca29995ca31b05921c757d17 | 20626b983ba3c12f49393fc1b4d0c4fc7b8fad0a | /app/src/androidTest/java/com/example/aleks/movies/MoviesInstrumentedTest.java | 74dae34b6a83e6c8967453cdd61f43a92fbd1762 | [] | no_license | Alex12111/Movies | 55f12716eabaeff1f0a8f4f2eed3f6e608b52d97 | fc5e2a2bb7fd7ec272a316d86f84b43a72dae3a5 | refs/heads/master | 2020-05-03T11:52:49.909810 | 2019-04-01T16:30:54 | 2019-04-01T16:30:54 | 178,610,850 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 731 | java | package com.example.aleks.movies;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Androi... | [
"al.slipko@gmail.com"
] | al.slipko@gmail.com |
8280c7b97801ffe79c6a7713340e824ddf742f4c | d23d1b1465034245a4623f846c1aa610e53c1585 | /Lab3/src/Test/CounterTestCase.java | c915f8c5a7a2091d0dbb91cf027eb9163526a0ff | [] | no_license | IgorXY/Web-Tech-Lab1 | 2f8d4e6d11000f33f39ba009e75d6b7a6ffd4e5b | c63f057d0f938f46f94b728d09e7556ad1ff8341 | refs/heads/master | 2020-04-13T17:41:57.044315 | 2016-09-30T06:48:33 | 2016-09-30T06:48:33 | 68,271,710 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 287 | java | package Test;
import static org.junit.Assert.*;
import org.junit.Test;
import Logic.Counter;
public class CounterTestCase {
Counter counter = new Counter();
double res[];
@Test
public void TestRight() {
res = counter.CountFunction(0, 0, 0);
assertEquals(0, res[0], 0);
}
}
| [
"igor_tonko@mail.ru"
] | igor_tonko@mail.ru |
56c4a12c11b4144fd61c733fbbd80c9d61069ac5 | 8ca98ba87398a2c9a3a545a3e93b6f1a4e64226a | /Vector.java | 0dc54765fcc0f1a6db8eb2a3c72add6c04c1111d | [] | no_license | Sthakur27/differential | c24ec56676428143b62c1770a0b730bba4ba2ef1 | 67b733b9d959b4c6d398f6c03d27678d35dbd0d6 | refs/heads/master | 2021-01-01T05:45:56.261871 | 2017-09-25T02:14:46 | 2017-09-25T02:14:46 | 58,688,509 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,232 | java | import java.lang.Math;
public class Vector{
float xpos,ypos,angle;
static double forceDegree=0.5;
Vector(float x,float y){
xpos=x;ypos=y;
}
Vector(double x,double y){
this((float)x,(float)y);
}
public void add(Vector v){
this.xpos+=v.xpos;
this.ypos+=v.ypos;
}
publi... | [
"sidbthakur@gmail.com"
] | sidbthakur@gmail.com |
9c9b4b924bd493c413fe29268fb4923b970255ff | 20ecf8e6df8f87731dafad4ab21f54f2bd8f0dc6 | /DesignPatternDemo/src/main/java/designPatternCode/BuilderPattern/Demo1/Bottle.java | f89e19ab7fb9ef4d07aa2655feb6438544b01cb3 | [] | no_license | lanSeFangZhou/algorithms | 12324737b9f7312f1a5031bf452f8a0a4426273e | 6df8bcde72c5c696789f4216f2a8e492e106a7ae | refs/heads/main | 2023-03-16T22:16:28.033516 | 2021-03-18T09:41:36 | 2021-03-18T09:41:36 | 349,015,803 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 150 | java | package designPatternCode.BuilderPattern.Demo1;
public class Bottle implements Packing {
public String pack() {
return "Bottle";
}
}
| [
"591309061@qq.com"
] | 591309061@qq.com |
f441c5ba696c6688e5580d5a6c39ded3377a5261 | 7bfa69eda5bc5c95f3196ee6c81928e8d70f5b52 | /app/src/main/java/com/example/download/demo/ui/MainActivity.java | 960b0fecdfe37bb4b4cd2bffe29f8ff538eca47e | [] | no_license | levinli/downloadSample | c935508d0ba677e6ee223ecda6fc4da952644e4a | 1d1af04379986ecaddd05de5377e9b2f75d5019e | refs/heads/master | 2021-06-27T09:29:54.460607 | 2017-09-13T11:35:42 | 2017-09-13T11:35:42 | 103,390,790 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,216 | java | package com.example.download.demo.ui;
import android.content.ComponentName;
import android.content.Intent;
import android.content.ServiceConnection;
import android.os.Bundle;
import android.os.IBinder;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
import com.... | [
"liwen@kugou .net"
] | liwen@kugou .net |
7ba37aa0e628b88b32c6a489940d0acc5e4bfd48 | 048aad80282985b52352eb35778e22bf18a05b22 | /src/main/java/io/github/manuelarte/spring/queryparameter/config/QueryParameterConfig.java | 04aeecf8fbcd40aed931e8cb3ec8a93e38a76de1 | [] | no_license | manuelarte/query-parameter-model | a8ef6158a831d991d6a8038092d724b648c6840e | 8bcb4ca4c6e4d6d144e69730349e686bd092fe4f | refs/heads/master | 2022-04-21T12:23:23.906533 | 2020-04-23T19:27:47 | 2020-04-23T19:27:47 | 254,645,466 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 316 | java | package io.github.manuelarte.spring.queryparameter.config;
import io.github.manuelarte.spring.queryparameter.model.TypeTransformerRegistry;
/**
* Interface to add custom type transformers.
*/
public interface QueryParameterConfig {
void addTypeTransformer(TypeTransformerRegistry typeTransformerRegistry);
}
| [
"manueldoncelmartos@gmail.com"
] | manueldoncelmartos@gmail.com |
ed0d42ea06d56cf0eaec34bd4e66859f0f3a2847 | 01340816f7165798fd857f33b4b4414fa9bf192c | /src/main/java/leetcode/Eight/backspaceCompare/backspaceCompare.java | c71da942bba9ce02a939e4ca1c1806b913a04df9 | [] | no_license | EarWheat/LeetCode | 250f181c2c697af29ce6f76b1fdf7c7b0d7fb02c | f440e6c76efb4554e0404cacf137dc1f6677e2e1 | refs/heads/master | 2023-08-31T06:25:35.460107 | 2023-08-30T06:41:10 | 2023-08-30T06:41:10 | 145,558,499 | 2 | 1 | null | 2023-06-14T22:51:49 | 2018-08-21T12:05:56 | Java | UTF-8 | Java | false | false | 2,495 | java | package leetcode.Eight.backspaceCompare;
import java.util.Queue;
import java.util.Stack;
import java.util.concurrent.LinkedBlockingDeque;
/**
* @author liuzhaoluliuzhaolu
* @date 2020-10-19 10:02
* @desc 给定 S 和 T 两个字符串,当它们分别被输入到空白的文本编辑器后,判断二者是否相等,并返回结果。 # 代表退格字符。
*
* 注意:如果对空文本输入退格字符,文本继续为空。
*
*
*
* 示例 1:
... | [
"2636965138@qq.com"
] | 2636965138@qq.com |
aa9ad3a1f2629e7d021b65242b8f5cf6e42646a6 | 866429ea460387b2668e6a80830368ac47560e65 | /src/main/java/com/lwl/parser/ParseTest.java | 1ebbc4fb83cccc5b91452676a13cc77262ecb5d3 | [] | no_license | LiuWillow/html-parse | 96f7cfc4e765d5f31d3ddf4559a20f07332f2b08 | 8ef17447179355266d6ad260b9d11b46b98c076a | refs/heads/master | 2020-05-20T05:34:15.160600 | 2019-05-08T10:48:19 | 2019-05-08T10:48:19 | 185,409,515 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,639 | java | package com.lwl.parser;
import java.io.File;
import java.util.*;
/**
* @author liuweilong
* @description
* @date 2019/5/8 15:53
*/
public class ParseTest {
public static void main(String[] args) throws InterruptedException {
//TODO 要获取上传后的图片url,key为文件名(id),value为上传后的url
Map<String, String> re... | [
"liuwillow9625@163.com"
] | liuwillow9625@163.com |
21a20276ea701e4fb57fe7386d2d45babb1ecaca | 84fc004299a23375cf132a1eb9b323aa649ff03d | /week1/src/main/java/com/example/week1/dao/MyDao.java | dd31fa1ddc9a0493bb2f85f322bf9509d3c41a7a | [] | no_license | StartLn/Week1 | 279c65e601e32e5e039375ed3f1c9c82bcfe9d98 | 75e7d82e0eafcb4294f87902bcd444290e6e0ad1 | refs/heads/master | 2020-04-09T06:41:53.088595 | 2018-12-03T03:41:05 | 2018-12-03T03:41:05 | 160,123,610 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,231 | java | package com.example.week1.dao;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.widget.Toast;
import java.util.ArrayList;
public class MyDao {
private Context mContext;
private final MyOpenHelpe... | [
"45376589+StartLn@users.noreply.github.com"
] | 45376589+StartLn@users.noreply.github.com |
5cfa4aa9385228d90b39cf1bb626b50405410dd4 | 8b1ac93843c58a882814b6be0eb6b5ee172d6174 | /src/main/java/top/maplefix/model/Comment.java | 35ddfdacf0d5168d80dce522a3bba16e9053a9e0 | [
"MIT"
] | permissive | maplefix/maple-blog | 5f66b19d23ae59672f5f896f038e8daa55403f4d | dd70c57ad5286fe939d7ef0802a20bb344a1e5d9 | refs/heads/master | 2023-06-25T04:59:38.994707 | 2023-06-13T07:22:55 | 2023-06-13T07:22:55 | 138,957,242 | 2 | 0 | MIT | 2023-06-14T22:33:41 | 2018-06-28T02:41:11 | Java | UTF-8 | Java | false | false | 2,416 | java | package top.maplefix.model;
import com.fasterxml.jackson.annotation.JsonInclude;
import lombok.Data;
import org.hibernate.validator.constraints.Length;
import top.maplefix.annotation.Excel;
import javax.validation.constraints.Email;
import javax.validation.constraints.NotNull;
import java.io.Serializable;
import java... | [
"maplefix@163.com"
] | maplefix@163.com |
f7d7875e7927a76ab269abc6afe0a1e6daf8b896 | fd36aa88b84940465de46cea1e8bfd8af00ed502 | /src/main/java/org/springframework/social/lastfm/pseudooauth2/connect/LastFmPseudoOAuth2AccessGrant.java | bea1138deb9e9b446fee3bd93a2ec329427af536 | [] | no_license | eltmon/spring-social-lastfm | be461cfa32b5ca42a7926e3b061929250123a558 | c74ed59cae375bcdd3a98f04a65b380c31e924f3 | refs/heads/master | 2021-01-20T14:02:33.116497 | 2014-03-15T00:29:32 | 2014-03-15T00:29:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,702 | java | /*
* Copyright 2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | [
"michael@lavelle.name"
] | michael@lavelle.name |
2b5b6d7035d4ba6f61a39160e36119af0a36a402 | f7c2367b1aabfa8be42af81e8df54ccbde376594 | /Estado/src/java/DAO/TipoPapelDAO.java | c45eff73f28a29a19d6099cc1c8bdb00a6fa585b | [] | no_license | AlessandroRodrigo/gibizera-fef | 940f8602a082d2e1924d6514ced51bfd76e35e1c | ded43ef48081eea82337261a8e40503ea905a803 | refs/heads/master | 2022-04-29T04:45:51.834382 | 2020-03-10T03:18:48 | 2020-03-10T03:18:48 | 245,030,174 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,553 | 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 DAO;
import Database.ConnectionFactory;
import Models.TipoPapel;
import Models.TipoPapel;
import Models.TipoPapel;
... | [
"alessandro.perez@etec.sp.gov.br"
] | alessandro.perez@etec.sp.gov.br |
2d61c9611a032803ad0d8dc30b1eec0523800f63 | 977fc8369d63c0b9f6b40653283978a82b028f3d | /src/main/java/com/springbatch/EDIscheduler/part1/HelloConfiguration.java | f21837d539f316400064a2c528be5019ecb2cfc3 | [] | no_license | D0ctrine/edibatch | ff854253e5593d33a88f7d9578c2900331b32f10 | c91323ecfa5ba8c7086e2edee3b6b6f067b79835 | refs/heads/main | 2023-07-13T17:23:25.010939 | 2021-08-20T08:37:31 | 2021-08-20T08:37:31 | 397,748,947 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,500 | java | package com.springbatch.EDIscheduler.part1;
import lombok.extern.slf4j.Slf4j;
import org.springframework.batch.core.Job;
import org.springframework.batch.core.Step;
import org.springframework.batch.core.configuration.annotation.JobBuilderFactory;
import org.springframework.batch.core.configuration.annotation.Ste... | [
"noreply@github.com"
] | D0ctrine.noreply@github.com |
28799bf861eda7ebae198a3659b659594f3ef356 | bfb2ae0a28a6fb6a2e302b2509ab7bf71238c795 | /usd.dal/src/main/java/com/xrk/usd/dal/dao/DaoBase.java | 1884d82335913083acc9c5f05df41d6ce658bc88 | [] | no_license | mendylee/ugs | 9c8240548c0362765081c5f5be8811fbf3e5d78f | 83fcb1165a80415f35d8ce313bbce24ebd7a2096 | refs/heads/master | 2020-04-07T01:56:56.891121 | 2018-11-17T06:43:41 | 2018-11-17T06:43:41 | 157,958,156 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,777 | java | package com.xrk.usd.dal.dao;
import org.hibernate.exception.JDBCConnectionException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.xrk.usd.dal.DalService;
import javax.persistence.*;
import javax.persistence.criteria.CriteriaBuilder;
import javax.persistence.criteria.CriteriaQuery;
import javax... | [
"yufuyong@xiangrikui.com"
] | yufuyong@xiangrikui.com |
74375fb30efed86b5b0542b613b4c8d48d952607 | 0967a0932f52307406be335c6c5859f0d7181c1e | /zfw/src/main/java/com/baidu/ueditor/ConfigManager.java | 9b9eb53e08f67bde6f4ff58306da856235cfe12b | [] | no_license | lilJay-lin/zfw | 79823414004af8d741397a5bf0f4611d6e2660e9 | 8423b2db4d2d25c2aa9f85ca85226ef6919c60fe | refs/heads/master | 2021-01-01T05:31:50.692973 | 2015-07-05T12:06:32 | 2015-07-05T12:06:32 | 33,930,103 | 0 | 0 | null | 2015-04-14T12:24:14 | 2015-04-14T12:24:14 | null | UTF-8 | Java | false | false | 7,077 | java | package com.baidu.ueditor;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.UnsupportedEncodingException;
import java.util.HashMap;
import java.util.Map;
im... | [
"252443043@qq.com"
] | 252443043@qq.com |
fa60a626a8c9cf652d4ba9e9bafd699327771d1c | 4ac581dabb82a3d90510ebc5024171c90ad63aee | /src/main/java/commands/admin/attendance/AttendanceList.java | 47b71cb890ee74d802a059eb2c07f8e262240ece | [] | no_license | Excaliburns/NoleBot | 8b012e3121c1d985d19c9d4975e63381b90fd241 | 6f13d39091ef2400500081c0d63c8e5d4402a75a | refs/heads/master | 2021-06-15T05:15:58.618465 | 2021-03-18T18:59:24 | 2021-03-18T18:59:24 | 170,753,530 | 5 | 2 | null | 2019-03-14T05:44:23 | 2019-02-14T20:28:02 | Java | UTF-8 | Java | false | false | 1,194 | java | package commands.admin.attendance;
import commands.util.Command;
import commands.util.CommandEvent;
import net.dv8tion.jda.api.entities.MessageChannel;
import util.DBUtils;
import java.sql.Connection;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.Arrays;
public... | [
"tutsandallthat@gmail.com"
] | tutsandallthat@gmail.com |
23f425e1b7d1b267e7317a92a16a30399ddc3882 | 73095d26e755b5163c157b288b46d2ef11984066 | /LeetCode/src/scu/edu/cn/datastructure/linkedlist/SingleCircleLinkedListTest.java | 9858a516098ff114bffcd67052e92c583979de3f | [] | no_license | zzy0620/leetcode | a2c91229bb0d3f7e5319bae259402f398ff69259 | 98031cf4911909e2a35d4ac0dd90302b3882749a | refs/heads/master | 2023-03-26T23:35:16.459577 | 2021-03-27T09:22:53 | 2021-03-27T09:22:53 | 302,240,574 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,204 | java | package scu.edu.cn.datastructure.linkedlist;
/**
* @program: DataStructures
* @description: 单向环形链表
* @author: zzy
* @create: 2021-03-06 15:17
**/
public class SingleCircleLinkedListTest {
public static void main(String[] args) {
Node node1 = new Node(1);
Node node2 = new Node(2);
Node ... | [
"2541488765@qq.com"
] | 2541488765@qq.com |
02dae3ca9f9d66bc33805e8ef97427304d0677c9 | 0880c902f98c8ba26c30726106c5919cba776a6d | /kagubuzzsite/src/main/java/com/kagubuzz/controllers/Messages.java | 2912634f4e35388ecb06a9fb1f4e905ebf38671a | [] | no_license | catch-twenty-two/kagubuzz | 3f8a939f520dbe8ac90d09f265de389d4690c3f5 | cca9d94a6d876ab1fac479c274b769bd94b3663a | refs/heads/master | 2021-01-17T07:54:17.981937 | 2017-01-24T01:51:11 | 2017-01-24T01:51:11 | 51,226,456 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 714 | java | package com.kagubuzz.controllers;
import java.util.Locale;
import java.util.MissingResourceException;
import java.util.ResourceBundle;
public class Messages {
private static final String BUNDLE_NAME = "messages"; //$NON-NLS-1$
private static final ClassLoader cl = Thread.currentThread().getContextClassLoader... | [
"catch22@fastmail.net"
] | catch22@fastmail.net |
3851b1ad85be69f2b93ca54e0662a5d4b63673d7 | 57693850056550cc64d1a21c23ec67a7fa21c36b | /src/model/board/level/Levels.java | 431d02b775744f92eaa2272bcb058a2052f7f941 | [] | no_license | AngieArlanti/dSonoro-videojuego | 5f645b4c3675f9faaa2f83380fd565a4803696b3 | e8f91fd78c125ee8b9a893854a81eef58b333ea3 | refs/heads/master | 2021-01-17T12:56:50.609377 | 2016-06-17T16:44:29 | 2016-06-17T16:44:29 | 58,774,310 | 0 | 0 | null | 2016-06-14T07:06:59 | 2016-05-13T21:46:07 | Java | UTF-8 | Java | false | false | 77 | java | package model.board.level;
public enum Levels {
HELL, PURGATORY, HEAVEN
}
| [
"andrelata12@gmail.com"
] | andrelata12@gmail.com |
6234392f6de3fb33ad7fe74860d163993d509922 | 71e87d58cbb1e9f1f6de2b1e5abdd1675b382902 | /JChess/src/com/chess/engine/board/Board.java | 51e7ddb4d65e60853ea4589c1fd3ad98765a942b | [] | no_license | sbyt2/GAMES | c2dbe7d9c7c2ea60a1acc796bc15c47d73d55f8e | f9435024719dcd983e85b1c88758f76ec838b25d | refs/heads/master | 2023-03-19T18:02:48.260939 | 2020-11-27T14:42:30 | 2020-11-27T14:42:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,578 | java | package com.chess.engine.board;
import com.chess.engine.Alliance;
import com.chess.engine.pieces.*;
import com.chess.engine.player.BlackPlayer;
import com.chess.engine.player.Player;
import com.chess.engine.player.WhitePlayer;
import com.google.common.collect.ImmutableList;
import com.google.common.collect.Iterables;
... | [
"evgeniy.ostapenko.1991@mail.ru"
] | evgeniy.ostapenko.1991@mail.ru |
63b10c211e8e613249361c6486834d40125fc5dd | 8c3eed0cec9d52e9643226d43c6b88f4bc68883d | /云上果洛java/bxl/系统框架/Java/com/vieking/sys/utils/ExcelUtils.java | 34f9b72032b0c609fd25c067cc061dc3c5507e1b | [] | no_license | yilongchun/ysgljava | 0ad8f25ed8e52896f40c381bfc34aa233b8de16f | 83ba0f1284f82790bc9cb265eac8526eed1f5d97 | refs/heads/master | 2021-05-23T05:33:10.179156 | 2018-07-31T01:27:12 | 2018-07-31T01:27:12 | 95,066,206 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,527 | java | package com.vieking.sys.utils;
import java.io.FileInputStream;
import java.io.InputStream;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.FetchType;
import javax.... | [
"5115413@qq.com"
] | 5115413@qq.com |
27d7abcb8f1bde541dfb22029173ec2c384d4f36 | 76d6c423e3b5845cf4ec0ae555091f5077feec56 | /src/main/java/LeetcodeAlgorithm/N201_300/N240搜索二维数组2/Solution.java | 6e1afad895f2cab350b1ac4b6667d28599a2affe | [] | no_license | karmanluo/LeetcodeAlgorithm | 9d29b3010ab1079cbb15aac1fb96387f94e71217 | 811ed1804cb4f8a5181b44331c199ce726b989b7 | refs/heads/master | 2021-07-10T21:09:35.330519 | 2020-10-08T09:41:00 | 2020-10-08T09:41:00 | 207,490,261 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 473 | java | package LeetcodeAlgorithm.N201_300.N240搜索二维数组2;
public class Solution {
public boolean searchMatrix(int[][] matrix, int target) {
if (matrix == null || matrix.length == 0) return false;
int m = matrix.length - 1, n = 0;
while (m >= 0 && n <= matrix[0].length - 1) {
if (target =... | [
"karmanluo1994@gmail.com"
] | karmanluo1994@gmail.com |
e3fe5c9e8822d251558d77daa93decc085747528 | 251ae087d6b27be4501fee35a622f2c86859bd17 | /backend-goods/backend-goods-api/src/main/java/com/hyf/backend/goods/dto/ApiQueryGoodsDTO.java | 84d488ae566b09a1fe25b0942c927e6726c3e86e | [] | no_license | arraycto/backend-parent | f9565dab56ec9e6a863ab9d7908c7d330a3705d8 | 44998a7ddca52a5f7df1974c72e9f57eb80656dc | refs/heads/master | 2022-04-24T01:51:31.444199 | 2020-04-25T01:44:52 | 2020-04-25T01:44:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 459 | java | package com.hyf.backend.goods.dto;
import com.hyf.backend.common.domain.QueryPageDTO;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.NoArgsConstructor;
/**
* @Author: Elvis on 2020/4/9
* @Email: yfelvis@gmail.com
* @Desc: TODO
*/
@Data
@EqualsAndHashCode(callS... | [
"yfelvis@gmail.com"
] | yfelvis@gmail.com |
c03b9748d2868284ab2227bc04bf357051e77dde | 79bf18b8698082c79bfac968398f234377f63482 | /newHW/src/ru/ifmo/nechaev/MyActivity.java | 52c91ba8edbb54c12e8f0910ca9d3d37f38c3332 | [] | no_license | Viruzix/lesson2 | 6a1409c2bd70653d49c8d934e4cbf7d348a75fd9 | 48e5d579ff1fb6aaa8c570d5fa1883ab11e1e490 | refs/heads/master | 2021-01-17T14:34:03.181502 | 2014-01-13T21:50:53 | 2014-01-13T21:50:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,358 | java | package ru.ifmo.nechaev;
import android.app.Activity;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.Color;
import android.os.Bundle;
import android.view.View;
import android.view.Window;
import android.view... | [
"kerzok11@gmail.com"
] | kerzok11@gmail.com |
2d204fed5cb12713ddd4f7ea11d824161b758196 | 1ee29fce36a8deab98d74548457fad35a4324dfb | /task08/src/main/java/by/trainng/task08/service/HouseService.java | e3f4d2ff4c791bd58ba144da30549ec1b4852867 | [] | no_license | ArtemKolganow/trainingRep | ca907dc2374d10dfdf888ad40131855e20fbd2a2 | e728c979e885680cde8b4d685d2d7f03eefa7e5b | refs/heads/master | 2022-06-30T17:28:24.307304 | 2020-05-09T20:39:23 | 2020-05-09T20:39:23 | 227,861,196 | 0 | 0 | null | 2022-01-04T16:39:59 | 2019-12-13T14:48:37 | Java | UTF-8 | Java | false | false | 2,072 | java | package by.trainng.task08.service;
import by.trainng.task08.dal.DataAccess;
import by.trainng.task08.entity.House;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.List;
public class HouseService {
public void writeToFile(List<House> houses) throws IOException {
DataAcce... | [
"kalgon81@gmail.com"
] | kalgon81@gmail.com |
1e997f61d4aa5af7dcf087d9714cd380bd3535b6 | f4a4c073a6fcc754e35644c59bdbd576fc1c227a | /src/controller/addFriendController.java | 2b25d5f0b4ff28e94c37c25938c84785ae8bd451 | [] | no_license | manish1996/Bumpy | 02a68675872b87fab5b719c5cc4438358aedcdf9 | 870c50baa6d83a97d24a02cb5978373216953fcb | refs/heads/master | 2021-01-02T09:30:34.023431 | 2017-08-03T13:04:51 | 2017-08-03T13:04:51 | 99,231,844 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,810 | java | package controller;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import dao.ProfileDAO;
/**... | [
"201452018@iiitvadodara.ac.in"
] | 201452018@iiitvadodara.ac.in |
9f308a986ba368a116594c6dc71e0c8241f90315 | 66f8deed6d9d411d5a52d4fa830ca7c1e1fabbad | /NoobBeginnings/src/Lab9.java | 44df7a2ffc8f2b724c863b06861201a26147fc84 | [] | no_license | MarleeG/Java-Noobs | a11463ccc68da085ba554d6a3ecfa406ba41e957 | d7451e4d30e9ce439a043c0bb15f4d9ad8707d0b | refs/heads/master | 2020-03-17T22:14:25.708304 | 2018-05-18T23:21:36 | 2018-05-18T23:21:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,265 | java | //Details: Create a restaurant. You have been approached to create a computer program that will accurately calculate bills for each customer.
import java.util.Scanner;
public class Lab9 {
public static void main(String[] args) {
//Scanner Object
Scanner input = new Scanner(System.in);
//Variables
int total... | [
"ChristinaGerard@192.168.0.112"
] | ChristinaGerard@192.168.0.112 |
8cc8f5e707afca60732364b853d6a1505b4ecae1 | cbdb7891230c83b61be509bc0c8cd02ff5f420d8 | /jcst/jcst_common_webservice/src/main/java/com/kaiwait/webservice/mst/UserInitInfo.java | cbc55e1e4a1641bdff6c0dd0b18eb29351f1b488 | [] | no_license | zhanglixye/jcyclic | 87e26d1412131e441279240b4468993cb9b08bc3 | 8a311f8b1e6a81fb40f093d725b5182763d6624e | refs/heads/master | 2023-01-04T11:23:22.001517 | 2020-11-02T05:20:08 | 2020-11-02T05:20:08 | 309,265,334 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,128 | java | package com.kaiwait.webservice.mst;
import javax.annotation.Resource;
import org.springframework.stereotype.Component;
import com.kaiwait.bean.mst.io.UserInfoInput;
import com.kaiwait.core.process.SingleFunctionIF;
import com.kaiwait.core.process.ValidateResult;
import com.kaiwait.service.mst.CommonmstService;
impo... | [
"1364969970@qq.com"
] | 1364969970@qq.com |
94fab4f9e9250bc6ea7abfad82bcc2b8df8fc82c | f777373e1e30b168d8d6c1a38e69db036e058985 | /src/main/java/tsp/Path.java | 92540729dd06c5a743e974baa39ca74985e05dbc | [] | no_license | jagodawieczorek/tsp | 5c5fdf8a4ef1b0f9399fd525e4656ef556dbb93f | 024ccc641f7a0d9ff64d6ce2d9914fa24187d713 | refs/heads/master | 2022-12-14T17:15:43.937534 | 2020-09-12T20:33:13 | 2020-09-12T20:33:13 | 260,964,749 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 580 | java | package tsp;
import java.util.ArrayList;
import java.util.TreeMap;
/**
* Path class
*
* @author Jagoda Wieczorek
*/
public class Path {
private final ArrayList<Integer> order;
private final TreeMap<Integer, Place> places;
private final ArrayList<Place> path;
public Path(final TreeMap<Integer, Place> places... | [
"jagoda.maria.wieczorek@gmail.com"
] | jagoda.maria.wieczorek@gmail.com |
1537d6d4ce7ce876f085caffb3db4ce3723bb720 | 8bfec6b40033701a809c6daf03389f1631507fec | /src/main/java/com/packtpub/springhibernate/ch03/SetterInfoDBPrinter.java | 6d1181adf41d50d41428f59e58ade328e7794430 | [] | no_license | hamiddoosty/FirstSpringHibernate | 03928996d5efe30761d73a6d86844a80c46286ee | 37d05d85ff6e72d13e16fa2b796692498c1d4403 | refs/heads/master | 2022-01-26T07:20:47.773945 | 2019-07-22T08:48:29 | 2019-07-22T08:48:29 | 198,183,084 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 240 | java | package com.packtpub.springhibernate.ch03;
public class SetterInfoDBPrinter implements SetterInfoPrinter{
public void print(String methodName, Object oldValue,Object newValue){
System.out.println("From DB ... ");
}
}
| [
"noreply@github.com"
] | hamiddoosty.noreply@github.com |
f71cb3a04e015d0b01302b3291374e7b3b574565 | 2ec2dacb11bc35998614f55816631a075b6ae145 | /src/com/training/Spring_BankingApp/src/main/java/com/day7/model/Contact.java | ba2a01f20bc21749849f6c823da4f953c42a06e9 | [] | no_license | jigglypuffff/Training- | cc3d3861a334699edc2f36ee90cfd72ce4d5db34 | 321dd28faab72ebd46e43bed92ee387aee52620a | refs/heads/master | 2020-03-11T01:35:53.712923 | 2018-11-12T06:50:14 | 2018-11-12T06:50:14 | 129,696,149 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 825 | java | package com.day7.model;
public class Contact {
/**
phone no of customer
*/
private String phone;
/**
mobile no of customer
*/
private String mobile;
/**
email id of customer
*/
private String email;
public Contact(final String phone,final String mobile, final String email) {
super();
this.p... | [
"aishwaryasawant.2904@gmail.com"
] | aishwaryasawant.2904@gmail.com |
973be3eacc4b2be1dffe189b1561f8de14dc0027 | 02f4ea3f8f95d49ac3c0633f103ca9602fb69f9d | /jmspy-core/src/main/java/com/github/dmgcodevil/jmspy/Snapshot.java | 259d455003fbaade8327dc4f555b37596db3bbd0 | [] | no_license | dmgcodevil/jmspy | c0448ce2804b5f79636ad6ba2a7a24939345b86b | 025e3f5bae8b76250ea29a828f3684366555688a | refs/heads/master | 2021-01-01T05:47:56.116457 | 2019-08-20T18:54:07 | 2019-08-20T18:54:07 | 26,402,850 | 5 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,181 | java | package com.github.dmgcodevil.jmspy;
import com.google.common.base.Throwables;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.io.Serializable;
import java.text.SimpleDate... | [
"dmgcodevil@gmail.com"
] | dmgcodevil@gmail.com |
02111c903fa2924f05e5af4caa3fd8300cbc18d6 | e3b91442a00faf3d89622072ec410c4fb6ee62de | /872. Leaf-Similar Trees/main.java | 71db45c4917ec0848d552cf2f999c3d29fe55fc5 | [] | no_license | HoweChen/leetcodeCYH | ade42f70a12a94e8ca410044db6ecc108edc171d | 1409d7bde8cf056e61e21ee487e66bff86e2e9b9 | refs/heads/master | 2021-06-03T19:32:36.618821 | 2021-03-02T14:27:56 | 2021-03-02T14:27:56 | 68,834,849 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 962 | java | /**
* Definition for a binary tree node.
* public class TreeNode {
* int val;
* TreeNode left;
* TreeNode right;
* TreeNode(int x) { val = x; }
* }
*/
class Solution {
public boolean leafSimilar(TreeNode root1, TreeNode root2) {
if (root1 == null || root2==null){
return f... | [
"yuhao.howe.chen@gmail.com"
] | yuhao.howe.chen@gmail.com |
6eb481fadff440584ad7a953ca3eb8318b5dc128 | b34654bd96750be62556ed368ef4db1043521ff2 | /ball/Forums_0.1/src/java/main/com/orpheus/game/server/handler/admin/AdminWinnerApprovalPostHandler.java | 945604d8054814bedbd6389855169dc3fcfc0e45 | [] | no_license | topcoder-platform/tcs-cronos | 81fed1e4f19ef60cdc5e5632084695d67275c415 | c4ad087bb56bdaa19f9890e6580fcc5a3121b6c6 | refs/heads/master | 2023-08-03T22:21:52.216762 | 2019-03-19T08:53:31 | 2019-03-19T08:53:31 | 89,589,444 | 0 | 1 | null | 2019-03-19T08:53:32 | 2017-04-27T11:19:01 | null | UTF-8 | Java | false | false | 10,420 | java | /*
* Copyright (C) 2006 TopCoder Inc., All Rights Reserved.
*/
package com.orpheus.game.server.handler.admin;
import com.topcoder.web.frontcontroller.Handler;
import com.topcoder.web.frontcontroller.HandlerExecutionException;
import com.topcoder.web.frontcontroller.ActionContext;
import com.topcoder.user.pro... | [
"mtong@fb370eea-3af6-4597-97f7-f7400a59c12a"
] | mtong@fb370eea-3af6-4597-97f7-f7400a59c12a |
b51629399038ec3aa8c9a470cc27d74bfdf70573 | 1eb26a26c6d966c00dc6bc215ce15d5e63136fd2 | /src/main/java/tcm/com/gistone/controller/WordController.java | 72376b727e5b1d7d33f70fef046c2ceaf2ff5b9b | [] | no_license | wangfan0840/tcm | 72216735a1a68d7b6556fab525f05e0846a7f6c7 | d745659cd6208d65dd1e58915a1c777e00620399 | refs/heads/master | 2021-01-01T18:19:30.818654 | 2017-07-25T15:00:51 | 2017-07-25T15:00:51 | 98,303,754 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,013 | java | package tcm.com.gistone.controller;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import net.sf.js... | [
"wangfan0840@163.com"
] | wangfan0840@163.com |
69463f6e55ceb106374f57c2b2d05365c05c8d75 | 46aafb8cff58848903ed5e007bfc0274527e0ae3 | /04-Heap/Course Code(Java)/04-Shift-Down/src/MaxHeap.java | 47f642947b634b865507bc745e2c28201afcd7b3 | [] | no_license | bianxinhuan/Play-with-Algorithms | 500290a8fa149bd58cd9fa19279ed6a89b87217f | 9dbf7acf99cd951ec56d2e321f6120cc2e6af20b | refs/heads/master | 2020-06-09T23:07:56.588177 | 2019-07-26T14:47:31 | 2019-07-26T14:47:31 | 193,524,991 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,908 | java | /**
* 在堆的有关操作中,需要比较堆中元素的大小,所以E需要extends Comparable
*
* @author bianxinhuan
* @date 2019-07-10 21:04:20
*/
public class MaxHeap<E extends Comparable> {
protected E[] data;
protected int count;
protected int capacity;
/**
* 构造一个空堆,可容纳capacity个元素
*
* @param capacity
*/
public... | [
"bianxinhuan@gmail.com"
] | bianxinhuan@gmail.com |
70d19991fc0b9d523c190939ba49bada0d99bc23 | f083270453dbc91afc3049a8a8ac6b6aa21dd867 | /src/main/java/uk/ac/hud/postroom/ui/table/ColourCellRenderer.java | c773f6215558c2f2c3e32cddb36f308bf8bad81a | [] | no_license | Richard-Walton/The-Post-Room-Computer | 57869c787514fcf4f891223593ef0e3d7a354d72 | fcf77911292c9a4363b5a239f4a551a380e8409e | refs/heads/master | 2021-01-17T07:49:53.013982 | 2016-07-07T08:41:45 | 2016-07-07T08:41:45 | 3,291,750 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,329 | java | package uk.ac.hud.postroom.ui.table;
import javax.swing.*;
import javax.swing.border.*;
import javax.swing.table.*;
import java.awt.*;
/**
* Custom Cell Renderer for displaying colours
* @author Richard Walton (c0410542@hud.ac.uk)
*/
public class ColourCellRenderer extends JLabel implements TableCellRenderer {
... | [
"walton909@gmail.com"
] | walton909@gmail.com |
465099bf562e9b0b0340ac9f8e4e23acba16fa28 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/JetBrains--intellij-community/41c366b566ccf99fb0872642f0c0171e1055e114/after/TargetFilter.java | e709906e8c1a994103d8c42465c780643f69652d | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,771 | java | package com.intellij.lang.ant.config.impl;
import com.intellij.lang.ant.config.AntBuildTarget;
import com.intellij.openapi.util.JDOMExternalizable;
import org.jdom.Element;
import org.jetbrains.annotations.NonNls;
public final class TargetFilter implements JDOMExternalizable {
@NonNls private static final String FI... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
3c15ebfc6fdf2c424295a7ea6d50592fd354c89a | 2991fc074be81cdf8fbc842cfd8b6fbd5bd46c3f | /MVCProject/src/controllers/ReceiptTrackerController.java | 0f13379af67a49ddb5a00b014cecd749f77f02f5 | [] | no_license | Airik-Leon/AccountTracker | 00076ae235069e4c65f0967d7a914728e6211e49 | b25f0799bf69e53639d381caa66a362083b7008a | refs/heads/master | 2021-09-03T10:55:40.516459 | 2018-01-08T13:44:05 | 2018-01-08T13:44:05 | 115,889,443 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,452 | java | package controllers;
import java.util.List;
import javax.servlet.http.HttpServletResponse;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annota... | [
"airik.leon@gmail.com"
] | airik.leon@gmail.com |
3ef276e3d11702b9431c6e9a47e28b5f61bc6468 | a8d1ed799ee32567c559cc94bd8c10e56e91b956 | /src/samplejava/objectRepository.java | 78ea00d0298f3548b926858e64e4ef967acc5346 | [] | no_license | yamini1312/demoproject | 6e23dd32bdbd7e34db08cd02c063f1a5ed4926ba | 21262c08cdcde9f3f1b2d4e84d5e1c4f1bda9d6a | refs/heads/master | 2021-04-15T16:43:49.837147 | 2018-03-23T05:28:28 | 2018-03-23T05:28:28 | 126,329,252 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 61 | java | package samplejava;
public class objectRepository {
}
| [
"IT-Admin@lpch-trng05"
] | IT-Admin@lpch-trng05 |
3ede21b0730cfcc837ece8bf3f62a3f7072a0826 | dc9e616737ff989e5eb3b0f85f1173279ef06312 | /app/src/androidTest/java/com/example/homework/ExampleInstrumentedTest.java | db2d0c989576c80fbc71b614bd162892e2f85729 | [] | no_license | Overbyaka/Samsung | d6a75f97d273fa0b4ecc15d96d209c0fef81cfa7 | b4a54e53c3fdbca1654ebc013843e60765e176b6 | refs/heads/master | 2020-08-14T00:15:21.632929 | 2019-12-01T16:42:36 | 2019-12-01T16:42:36 | 215,062,063 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 783 | java | package com.example.homework;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will ... | [
"malenkayaelfiyka@yandex.ru"
] | malenkayaelfiyka@yandex.ru |
a439eb0fea37a86fd80a0dc52fbf0495cc86db5b | 769d534fe7a224bebbb876e68f052ee379b07088 | /src/test/java/chapter6Revision/Employee.java | 5c10f6e47eae69b5e514e1bea4fea3bdd7fc9cc7 | [] | no_license | llmr2005/JavaLearningtest | 87b694e7997ba4bf7c7f0d33228d8389894f5bea | 253afd4a68a4dfb52f03e1a003c27120701cb0fa | refs/heads/master | 2022-12-28T06:13:09.093009 | 2020-06-20T16:23:39 | 2020-06-20T16:23:39 | 273,741,644 | 0 | 0 | null | 2020-10-13T22:56:25 | 2020-06-20T16:13:05 | Java | UTF-8 | Java | false | false | 792 | java | package chapter6Revision;
/**
* Created by lingalal on 14/06/2020.
*/
public class Employee {
private String empname;
public Employee(String name){
this.empname=name;
}
public String getEmpname(){return empname;}
public String toString(){return this.empname;}
public static void m... | [
"llmr2005@gmail.com"
] | llmr2005@gmail.com |
fe3e8869a38c6fcd6d8db50cae47846907b47519 | ed5159d056e98d6715357d0d14a9b3f20b764f89 | /test/irvine/oeis/a003/A003719Test.java | b113e6f26ecfc437ca90f1ca25b2bfd7f0cf23cb | [] | no_license | flywind2/joeis | c5753169cf562939b04dd246f8a2958e97f74558 | e5efd6971a0062ac99f4fae21a7c78c9f9e74fea | refs/heads/master | 2020-09-13T18:34:35.080552 | 2019-11-19T05:40:55 | 2019-11-19T05:40:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 195 | java | package irvine.oeis.a003;
import irvine.oeis.AbstractSequenceTest;
/**
* Tests the corresponding class.
* @author Sean A. Irvine
*/
public class A003719Test extends AbstractSequenceTest {
}
| [
"sairvin@gmail.com"
] | sairvin@gmail.com |
4366559e8f6a8b2ed17718baa4e51c4a616605e1 | 4e3d418a39224457a3f982b7f6d6bc46136a9733 | /src/com/gargoylesoftware/htmlunit/html/DomDocumentFragment.java | 88fc2acbfcaa7d314664f9ca558dc0e4e61bdd27 | [] | no_license | AdityaRaju/StoryBoard | 68f4a075accc5843926be30ecaded6c839d8c563 | b358dbcb730f2637560bf97c28ec6b77f77b81b0 | refs/heads/master | 2021-01-18T05:19:31.967515 | 2013-11-10T18:57:03 | 2013-11-10T18:57:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,045 | java | /*
* Copyright (c) 2002-2013 Gargoyle Software Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law ... | [
"dosapati@yahoo.com"
] | dosapati@yahoo.com |
2e5a2203784104d2ca9eb57ad1bc9b7e04c3b17a | ecf376a66c871a6df50f6edab1e9f0bb01342b46 | /app/src/main/java/com/weatherassignmentapplication/data/Webservice.java | def4ecbea54d7c8269fe43eae3ac8ac72d60f883 | [] | no_license | SableSonal/Weather-Analytics | 08d4416c52ee82671f3aa454ed691f4da7b1bf8d | 788fab5a07eda58f99678f202c5b29b0f0e927b6 | refs/heads/master | 2020-05-03T03:43:15.589119 | 2019-03-29T12:52:28 | 2019-03-29T12:52:28 | 178,404,489 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 294 | java | package com.weatherassignmentapplication.data;
import org.json.JSONObject;
import okhttp3.ResponseBody;
import retrofit2.Call;
import retrofit2.http.GET;
public interface Webservice {
@GET("/v1/current.json?key=23f8d0450ac946e58ae155120192803&q=Pune")
Call<ResponseBody> jquery();
}
| [
"sonalsable.sas@gmail.com"
] | sonalsable.sas@gmail.com |
cbdae2ebc303aea9e73f0cd1a9b55d1653c2c671 | c01c5b769cef12832c31111b726e669158628625 | /project/src/DQL/DQLQueryExecution.java | 24ec672ec00fad105853847caad855bd9878f5b5 | [] | no_license | DhruvilSavliya/Distributed-Database-Management-System | 9983ac23de78ece7e23c20ba216511fd28f08f3f | 63aa9735e6961ea2e8a5153c646600612f062a48 | refs/heads/master | 2023-08-12T03:38:00.363004 | 2021-04-09T22:38:09 | 2021-04-09T22:38:09 | 406,135,314 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,469 | java | package DQL;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.FileWriter;
import java.util.*;
public class DQLQueryExecution {
private String tableName="";
public void selectTable(String username,String operation,String columns,String tableName,String condition... | [
"tn308788@dal.ca"
] | tn308788@dal.ca |
084c37b5d0d94a99c2fc7f555b9454ec1664797f | 6a3c2d5cdbaac4e33370323fd4f2e66388e413ce | /src/main/java/com/smartling/connector/eloqua/sdk/rest/model/login/AccountInfo.java | 24b439c15c1972ce44f019e4d1a8c7e0560905d1 | [] | no_license | isabella232/eloqua-rest-sdk-java | 2a536a797c8fa84eb64eb58e4c73b5c42b7aa163 | 0aeab7b6c194604b0b68b5e28fe5714820a644e4 | refs/heads/master | 2023-03-04T14:12:39.523968 | 2021-02-01T16:30:54 | 2021-02-01T16:30:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 404 | java | package com.smartling.connector.eloqua.sdk.rest.model.login;
public class AccountInfo
{
private Site site;
private ApiAccount user;
private Urls urls;
public String getBaseUrl()
{
return urls.getBase();
}
public Urls getUrls()
{
return urls;
}
... | [
"mshchukin@smartling.com"
] | mshchukin@smartling.com |
f0b9434ef6b1838e554312f4c29e4e012cc10d9d | 90a2a16ca563b9815340a5e775142ee892275607 | /src/main/java/com/mario1oreo/projects/business/pontus/dao/PrdVoucherInfoDao.java | 93ac9846502e2dff428a3a6973f129f6fdad1935 | [] | no_license | mario1oreo/pontus | 37603f51a2d04d2fa269bb8e8b3d3691f7297f05 | 64e959df0b4bc877283c002b765584c7cd38d559 | refs/heads/master | 2022-02-05T16:05:48.284134 | 2020-05-11T19:21:32 | 2020-05-11T19:21:32 | 218,559,082 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,408 | java | package com.mario1oreo.projects.business.pontus.dao;
import com.mario1oreo.projects.business.pontus.dto.PrdVoucherInfoDTO;
import org.apache.ibatis.annotations.*;
import java.util.List;
/**
* @author mario1oreo
*
* @date 2019-11-13
*
*/
@Mapper
public interface PrdVoucherInfoDao {
@Select("SELECT ID, VO... | [
"mario_oreo1@163.com"
] | mario_oreo1@163.com |
3627a5d1d7bd159bc323f333c7ebdd2e5b4cec6a | e1bd65ef3ea1b5a5b544a583887d1594ba0974d7 | /app/src/main/java/com/example/comptermsquiz/Quizcreatorofcomp.java | 752b5258febfb8e25e42fdf17a238f0cdf967b63 | [] | no_license | erickedquiban/CompTermsQuiz | 298ccaf134a45aac2ea869acecc8a019237bbb8f | 2d5a96fc96f16a10b93e9db381cf1ba9e7459667 | refs/heads/master | 2022-11-27T01:20:28.693588 | 2020-07-14T10:06:48 | 2020-07-14T10:06:48 | 279,547,999 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,206 | java | package com.example.comptermsquiz;
import android.content.Intent;
import android.content.SharedPreferences;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
pub... | [
"55472006+erickedquiban@users.noreply.github.com"
] | 55472006+erickedquiban@users.noreply.github.com |
c2adcf2da3c6b1378230a65ec3c0128224a7be79 | 59a4850e05d60e55c8e2de4d9ede61bd20e2cd8d | /src/main/java/com/kafkaexample/kafkaexample/services/Consumer.java | 303e185639152fb622c3100be62eda0bbcd199a6 | [] | no_license | darshan92kumar/springboot_kafka | 6b0d11cc945cb704c04dfa09b6cfb74553da41bc | b94ed4363ac83989d55a85823431e3d14ed5ed17 | refs/heads/master | 2020-07-01T08:14:47.153846 | 2019-08-07T18:20:54 | 2019-08-07T18:20:54 | 201,103,823 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 508 | java | package com.kafkaexample.kafkaexample.services;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.kafka.annotation.KafkaListener;
import org.springframework.stereotype.Service;
@Service
public class Consumer {
private final Logger logger = LoggerFactory.getLogger(Consume... | [
"noreply@github.com"
] | darshan92kumar.noreply@github.com |
e35c1bfa202ecd6d59684f5a08fb0cc427d884f0 | 9ecf8b9e629920fc58a5e5e9fb218825449967ad | /app/src/main/java/com/idotools/browser/gp/minterface/OnItemClickListener.java | a58c180c61a28040e6199656bf6590fb4f87f2e4 | [] | no_license | wuxiaojun123/iDOToolsBrowser_gp | f421e23cf963195e7edd0fe4c5ab97cc071223eb | c98c592f835d09944c971b9de6c80b868af3f78d | refs/heads/master | 2021-01-13T15:17:32.751076 | 2016-12-14T11:47:36 | 2016-12-14T11:47:36 | 76,453,408 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 202 | java | package com.idotools.browser.gp.minterface;
/**
* Created by wuxiaojun on 16-11-11.
*/
public interface OnItemClickListener {
void onItemClickListener(String url,String imgUrl,String title);
}
| [
"549661646@qq.com"
] | 549661646@qq.com |
edd8579015f8e9ff271f2e899118f531edfebdab | a2a02eba49c6ffa1a788b18808a45c3fd0802487 | /reservations/src/main/java/com/alejandro/reservations/web/application/ReservationController.java | ffe732b108a27d827fd743cfdae0ade0a6ab66c5 | [] | no_license | ale517/SpringBoot | 9ce429aca8f735c9c5a34d68014f0369afa225db | ad0ce74c2a9d8bb74c44c30e91aaca804e739020 | refs/heads/master | 2021-09-04T13:07:34.524737 | 2018-01-19T01:52:14 | 2018-01-19T01:52:14 | 118,061,426 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,268 | java | package com.alejandro.reservations.web.application;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.time.LocalDate;
import java.time.format.DateTimeFormatter;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Control... | [
"alejo.andrade.rojas@gmail.com"
] | alejo.andrade.rojas@gmail.com |
0a24cdcb643003a1efe216e3fb3a4e73fd5be898 | 66581bc32744f3a30be77c7638a534f024daddb6 | /sakai-mini/2.8.0/sitestats/sitestats-api/src/java/org/sakaiproject/sitestats/api/Stat.java | 41e4b4836a05f7d05ebaa181a6c0d29f23289cf2 | [
"ECL-2.0"
] | permissive | lijiangt/sakai | 087be33a4f20fe199458fe6a4404f37c613f3fa2 | 2647ef7e93617e33d53b1756918e64502522636b | refs/heads/master | 2021-01-10T08:44:39.756518 | 2012-03-05T14:40:08 | 2012-03-05T14:40:08 | 36,716,620 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,857 | java | /**
* $URL: https://source.sakaiproject.org/svn/sitestats/tags/sitestats-2.2.0/sitestats-api/src/java/org/sakaiproject/sitestats/api/Stat.java $
* $Id: Stat.java 72172 2009-09-23 00:48:53Z arwhyte@umich.edu $
*
* Copyright (c) 2006-2009 The Sakai Foundation
*
* Licensed under the Educational Community License, Ve... | [
"lijiangt@gmail.com"
] | lijiangt@gmail.com |
66bea6dc6731ec934d4fc4ca883016111dbfb591 | 0b03bf625f9a604b2629d50e7ada93bfc7b96f80 | /src/by/htp/parcer/MainFamilySAX.java | 2eadeae37c399be3b8f1cc0e077fd89487e34f10 | [] | no_license | ZastenQ/Parcers | 00cb8b233629b372c74d861a73629f884e424e0d | 38fe6480ed7ed7f9bcc5e59e839a626188a51830 | refs/heads/master | 2021-01-23T12:33:55.380241 | 2017-06-05T13:12:10 | 2017-06-05T13:12:10 | 93,173,177 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 839 | java | package by.htp.parcer;
import java.io.IOException;
import java.util.List;
import javax.xml.parsers.ParserConfigurationException;
import org.xml.sax.InputSource;
import org.xml.sax.SAXException;
import org.xml.sax.XMLReader;
import org.xml.sax.helpers.XMLReaderFactory;
import by.htp.parcer.entity.Family;
... | [
"zastenq@gmail.com"
] | zastenq@gmail.com |
20092b3205524f62647a9af54fcf8b20ed77f5ed | afe318312fc586852375eac09ba57ae317403c46 | /src/main/java/com/pattern/behavioral/observer/ONewsChannel.java | 138e7222265f9199915fccc368a6e68d0b3aea4c | [] | no_license | ericlee83/leet-code-challenage | 337fd18353ff519784772cfef689da572ccd1f26 | 33a9a6ad501ce44abf9653683b6b4a922d73b728 | refs/heads/master | 2022-12-29T04:26:45.843676 | 2020-09-11T05:01:31 | 2020-09-11T05:01:31 | 283,921,648 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 308 | java | package com.pattern.behavioral.observer;
import lombok.Data;
import java.util.Observable;
import java.util.Observer;
@Data
public class ONewsChannel implements Observer {
private String news;
@Override
public void update(Observable o, Object arg) {
this.setNews((String) arg);
}
}
| [
"eric-lee-83@hotmail.com"
] | eric-lee-83@hotmail.com |
dc2ce28f026da83a838471bf30680c8623d59e30 | 7992c5b62f823e4340312b56cfe59a72b6d83ea2 | /src/main/java/com/jaydip/urlshortner/entity/Url.java | 3340cfae2e8130bcd7ffa69843b70d567f8b026e | [] | no_license | jaydipkmn/url-shortner-social-login | f50cef9faa32a60dada522519a39cd68580b194c | 9105e988322d7b480323ae0310053a4e713ff545 | refs/heads/master | 2020-05-15T22:57:38.932288 | 2019-04-21T13:48:19 | 2019-04-21T13:48:19 | 182,539,706 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 673 | java | package com.jaydip.urlshortner.entity;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok... | [
"jaydip@supertax.in"
] | jaydip@supertax.in |
a9eb04a4d835fbadd7d32deb020a4132505cc8b9 | 8b1077057d5b2ec481c46b91e5f475f279660be9 | /src/main/java/cz/uhk/fim/ppro/validator/ReservationValidator.java | e05301f23402ae561729954bf5bc227570564faf | [] | no_license | ard0p8v/PPRO_TicketLon | b0a3f97d0fa0b11e5841d8650415d1f486c63c4c | 0fb535c14245a1b1151cd0354ffa9508c09ecb02 | refs/heads/master | 2018-09-16T08:03:55.685549 | 2018-06-05T17:26:33 | 2018-06-05T17:26:33 | 110,996,827 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,105 | java | package cz.uhk.fim.ppro.validator;
import cz.uhk.fim.ppro.model.Event;
import cz.uhk.fim.ppro.model.Reservation;
import cz.uhk.fim.ppro.service.IEventService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.validation.Errors;
import org.springframework.validation.ValidationUti... | [
"pavel.ardolf@gmail.com"
] | pavel.ardolf@gmail.com |
f5d33e322abe7618c676476ea9c5d421afc28c8c | 4300104be07b0d70abbffcfd10dd2bc2163deaa4 | /business-intelligence-suite/src/main/java/uninfz/ifrozet/ma/repository/Dim_categorieDao.java | c824511679173fe8cd7b4e6f3c44ac00c8a0dff3 | [] | no_license | Hasnaoui-Said/Gestion-projet-collaboratif | 8fd1f7d73f5a4d06b056f2eb4ed28b16ec6aae99 | 4b293d26cfe36eebeb67cfcd8f9960cf92d95a50 | refs/heads/master | 2023-07-12T03:08:47.005034 | 2021-08-15T10:18:23 | 2021-08-15T10:18:23 | 369,578,048 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 392 | java | package uninfz.ifrozet.ma.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import uninfz.ifrozet.ma.beans.Dim_categorie;
@Repository
public interface Dim_categorieDao extends JpaRepository<Dim_categorie, Long> {
public Dim_categ... | [
"noreply@github.com"
] | Hasnaoui-Said.noreply@github.com |
20cf6d7e28119312dcf0cee7776c875a3c8297f9 | 337b0fa86fbd56bc08fdc2830ba3caed54f2aa16 | /src/main/java/com/company/KWICException.java | fdbc4671f94eb9fb17d729b2e7054c30b9e43694 | [] | no_license | tomasjos/KWIC | f7027327662a69a7ca86e099e73733034fdc3fd3 | a3d2f6307ad2ba43647db7def035eb83fe2bb857 | refs/heads/master | 2021-02-04T03:42:18.738069 | 2020-03-09T22:59:52 | 2020-03-09T22:59:52 | 243,612,893 | 0 | 0 | null | 2020-10-13T19:54:55 | 2020-02-27T20:43:06 | Java | UTF-8 | Java | false | false | 390 | java | package com.company;
// generamos una clase KWICException derivada de RunTimeException, que se empleará en aquellas operaciones
// en las que haya que trabajar con elementos de la clase TituloKWIC
public class KWICException extends RuntimeException {
public KWICException(){
super("Error. ");
}
pub... | [
"tomasjos@hotmail.com"
] | tomasjos@hotmail.com |
8d85e4f7c8832ce3875494e1fb8fac73d21d4005 | dbf10a48149e028403eb8f5e3b9225464d045eb5 | /src/main/java/com/crud/demo/entity/Thuthu.java | cfdc4fc9eacafaf3223b4a83499a00db4536d1af | [] | no_license | vumanhducnd/DemoSpringboot-mysql | a4b46d15bfe56dbee38d8112cd01f1d6eeb3b78a | d659da118903b4072678b24ccb9a5185483db9e3 | refs/heads/master | 2022-12-20T01:10:55.958094 | 2020-07-29T07:15:12 | 2020-07-29T07:15:12 | 283,425,685 | 0 | 0 | null | 2022-12-10T06:06:35 | 2020-07-29T07:08:44 | Java | UTF-8 | Java | false | false | 563 | java | package com.crud.demo.entity;
import lombok.Data;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import java.io.Serializable;
@Data
@Entity
public class Thuthu implements Serializable {
private static final long ser... | [
"vumanhduca2@gmail.com"
] | vumanhduca2@gmail.com |
c2354f72d3b14c87143e50a0f2d9305455cf6387 | 9f5a74ab2a271633bff36c6fc9be8d53dfe0a8ab | /TeamCode/src/main/java/org/firstinspires/ftc/teamcode/hardware/minibot/Pusher.java | 1b52ad4e15a7b2a7eb5e3c177a226a69bb1e69c4 | [
"BSD-3-Clause"
] | permissive | kunhantsai/FtcRobotController | e8357b9f234a8426206197e03c125f1e099baff1 | 4ba802b4f51a74fe5dce77e935933fdd99bef53d | refs/heads/master | 2023-07-23T14:38:15.360660 | 2021-08-20T22:04:07 | 2021-08-20T22:04:07 | 389,491,292 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 820 | java | package org.firstinspires.ftc.teamcode.hardware.minibot;
import com.qualcomm.robotcore.hardware.HardwareMap;
import com.qualcomm.robotcore.hardware.Servo;
public class Pusher {
Servo pusher;
final Core core;
final static double PUSHER_INIT = 0.63;
final static double PUSHER_UP = 0.78;
final stat... | [
"kunhantsai@gmail.com"
] | kunhantsai@gmail.com |
1bb446df06f5b70cf92cd14ab6edbc759ce928af | 69040d2ad1b09341df198deb4822fde814eccd52 | /src/main/java/RingOfDestiny/summon/NullSummon.java | 8c76ed3ec97389879898d247a9024bc018286fef | [] | no_license | Rita-Bernstein/RingOfDestiny | 69feecf461541ed2c585c181c6dde6a16d39af52 | 788da2b2d11c2393288506b3e04e6d5da1a16949 | refs/heads/master | 2023-07-16T20:56:30.160192 | 2021-08-31T17:16:55 | 2021-08-31T17:16:55 | 343,334,965 | 3 | 3 | null | 2021-05-24T08:28:52 | 2021-03-01T08:01:25 | Java | UTF-8 | Java | false | false | 1,132 | java | package RingOfDestiny.summon;
import RingOfDestiny.RingOfDestiny;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
import com.badlogic.gdx.graphics.g2d.TextureAtlas;
import com.esotericsoftware.spine.*;
import com.megacrit.cardcrawl.core.CardCrawlGa... | [
"13536709069@163.com"
] | 13536709069@163.com |
f7c611865842c7d111f97a66d876d93f651c59d6 | 920a44384fefb0af3c847607cb08de77b549cd3d | /chapter_002/src/main/java/ru/job4j/search/Task.java | 95565916dd8c9b85589a1cf3cae004262232f762 | [
"Apache-2.0"
] | permissive | Layton85/akordyukov | 2c1a9834986af026abd936472364cde5eeaccdce | 015ed8b0178d0e2416e45446f4096bc55ca6aae0 | refs/heads/master | 2021-05-11T14:26:08.162222 | 2020-04-30T04:16:00 | 2020-04-30T04:16:00 | 117,702,196 | 0 | 0 | Apache-2.0 | 2020-10-12T20:11:44 | 2018-01-16T15:32:01 | Java | UTF-8 | Java | false | false | 799 | java | package ru.job4j.search;
/**
* Task - class holds information about some task with some priority.
*
* @author Alexander Kordyukov (alex-programm@yandex.ru)
* @version $Id$
* @since 0.1
*/
public class Task {
/** Task description */
private String desc;
/** Task priority */
private int priority;
... | [
"alex-programm@yandex.ru"
] | alex-programm@yandex.ru |
b996c69cb31d31d0725f9b1497f3f086b6eb5108 | 7be89a287e793409da6df8f05571e6baee63e51f | /src/test/java/org/jitsi/jicofo/ParticipantTest.java | 78a752e357e8a6ff3ec2cf7f582d3bf0e8ecc5f5 | [
"Apache-2.0"
] | permissive | taotao0/jicofo | 6d6332b935f17e7e42e357d7bd881f8685d3609e | 237125bb170c55eeb7ff56202940778edf89182d | refs/heads/master | 2023-02-16T21:46:01.249971 | 2020-12-10T01:06:38 | 2020-12-10T01:06:38 | 294,305,977 | 0 | 0 | Apache-2.0 | 2020-09-10T04:49:32 | 2020-09-10T04:49:31 | null | UTF-8 | Java | false | false | 3,356 | java | /*
* Jicofo, the Jitsi Conference Focus.
*
* Copyright @ 2018 - present 8x8, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
... | [
"noreply@github.com"
] | taotao0.noreply@github.com |
1447ba78337b5fec59672e9eb840e7e543d9d1af | 09eac36b250bd87e6e7ea1469836f09302b287d9 | /androidgauge/src/test/kotlin/com/lbbento/pitchuptunergauge/ExampleUnitTest.java | 25ae47493f833664b818c1c313a3bbd21e6a86b1 | [
"Apache-2.0"
] | permissive | foquanlin/pitchup | 3a2ee90a153c6119404ffa910eb050f780f5dc0e | 90dcd5af9b622baaf9f961c434096e2e9628661b | refs/heads/master | 2020-04-17T17:43:27.156896 | 2017-06-27T07:37:07 | 2017-06-27T07:37:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 418 | java | package com.lbbento.pitchuptunergauge;
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 {
@Te... | [
"lucasbento7@gmail.com"
] | lucasbento7@gmail.com |
f0baaa32744e337c50702442a2f5ec1902a378c2 | ccb80fd76f16884ab6c3b28998a3526ac38ec321 | /ctakes-dictionary-lookup-fast/src/main/java/org/apache/ctakes/dictionary/lookup2/ae/DefaultJCasTermAnnotator.java | b8cfe837b0a329c597db23f2ffcbb8da22828b60 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | apache/ctakes | 5d5c35a7c8c906e21d52488396adeb40ebd7034e | def3dea5602945dfbec260d4faaabfbc0a2a2ad4 | refs/heads/main | 2023-07-02T18:28:53.754174 | 2023-05-18T00:00:51 | 2023-05-18T00:00:51 | 26,951,043 | 97 | 77 | Apache-2.0 | 2022-10-18T23:28:24 | 2014-11-21T08:00:09 | Java | UTF-8 | Java | false | false | 5,781 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | [
"sean.finan@childrens.harvard.edu"
] | sean.finan@childrens.harvard.edu |
c1017525f80854b640dd32e21ac654dc04826974 | 31188bb11a663dad91d7e887fa2b9b38bef862bf | /SegundoSemestre2/MateriaLinguagemProgramação-Eclipse/1o etapa do segundo semestre/Ativ2/ProjetoDeTelefone/src/Ativ1/Adolescente.java | 1b2136819eeaf1c4ba9bb025179211583d1c8dc1 | [] | no_license | samuelmqi/AtividadesDaFacul | 03a64a13e86ca0296f758be39c44ab3d1d9f7a64 | d61657efbf5eb6cb3f83375829af32db699b87e1 | refs/heads/master | 2023-07-01T15:30:16.956697 | 2021-08-04T18:03:31 | 2021-08-04T18:03:31 | 392,784,915 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 530 | java | package Ativ1;
public class Adolescente {
public static void main(String[] args) {
//objetos tel 1 e tel 2:
Telefone tel1 = new Telefone();
Telefone tel2 = new Telefone();
//caracteristicas
tel1.marca = "YPhone";
tel1.cor = "Prata";
/*Segunda maneira para usar o parametro Ligar:
* String nome = "Math... | [
"samuelm.ccbh@gmail.com"
] | samuelm.ccbh@gmail.com |
c881c0be56fc46387d0f04ed72b7bdfbb1ca7eb5 | 4f5fba847b4b074b26a5ec071714d7f13ef110e0 | /JEE6/org.jeegen.jee6.util/src/test/java/org/jeegen/jee6/test/sorter/GermanSorter.java | af928236c7dddb7dd726ad4ace345ab8630860cb | [] | no_license | DominikPieper/JEE-Generator | e82650ae2285a45e769cdd88245328a51f8e11da | 1c1a8849b2fa0c75fe6ac7b435e8974624c7ff59 | refs/heads/master | 2021-06-17T14:04:56.577550 | 2017-06-11T11:43:16 | 2017-06-11T11:43:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 455 | java | /*
* $Id$
*/
package org.jeegen.jee6.test.sorter;
import java.text.Collator;
import java.util.Locale;
import org.jeegen.jee6.util.CollatingComparator;
public class GermanSorter extends CollatingComparator<String>
{
private static final long serialVersionUID = 1L;
public GermanSorter()
{
super(ASC, Locale.GER... | [
"stmork@users.noreply.github.com"
] | stmork@users.noreply.github.com |
dc3b63c375e08d2f10829481a4cade3d5e5c36da | 04b0086552fad6a6f207ccb3223962acffbd16cd | /expressui-core/src/main/java/com/expressui/core/util/MathUtil.java | 218a66e2b46dd2ae1cae18876b9920b498677432 | [] | no_license | iamsowmyan/expressui-framework | 1673664036569062109729b63a6e1ec6bb1c8864 | 354fce9d66b314fdaca75e1b1de3575721e812a4 | refs/heads/master | 2020-12-06T19:09:40.955212 | 2012-08-18T08:40:13 | 2012-08-18T08:40:13 | 43,866,663 | 1 | 0 | null | 2015-10-08T06:14:41 | 2015-10-08T06:14:41 | null | UTF-8 | Java | false | false | 3,327 | java | /*
* Copyright (c) 2012 Brown Bag Consulting.
* This file is part of the ExpressUI project.
* Author: Juan Osuna
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License Version 3
* as published by the Free Software Foundation with the... | [
"juan@brownbagconsulting.com"
] | juan@brownbagconsulting.com |
0b9ebd041d4a3bf0af1b03d61d001570cb59c33f | 03bb847c85c8a2ef94606302fe28fde4182e21ae | /moduleCore/src/main/java/com/thanhhai/demo/dto/UserDto.java | 029126b9ef277aee0b72e05bad3cea3eb910487d | [] | no_license | thanhhaibkit/spring-boot-vuejs | 08ae0ab1a27f9351900a3ff7f4e2021ce0e34bc5 | 31b6def4e984ceb479d740a8e31946b8d91b242c | refs/heads/main | 2023-03-30T10:52:21.698941 | 2021-04-01T10:43:24 | 2021-04-01T10:43:24 | 353,288,830 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,485 | java | package com.thanhhai.demo.dto;
import com.thanhhai.demo.entity.User;
import com.thanhhai.demo.enums.ERole;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import lombok.experimental.Accessors;
@Data
@Builder
@Accessors(chain = true)
@NoArgsConstructor
@All... | [
"thanhhaibkit@gmail.com"
] | thanhhaibkit@gmail.com |
ed2286fd020cb624fcddf0478db09d23c6b0a7c0 | bc5e9310c5fe3752862d6ed91a4a2c4aa3e720ce | /core/src/main/java/com/dpwallet/core/network/AddressStatus.java | f8f48801010bee87543994cccdc67eb88d20065b | [] | no_license | dev2060/android_wallet_dpcurrency | 85ab6f27de1eccaf32e567757c7ed5199cfb1319 | 1ee8d3ca68d5bccb3d0b4da5ae5dbf555cf38592 | refs/heads/master | 2020-05-30T00:53:43.512783 | 2019-05-31T11:31:56 | 2019-05-31T11:31:56 | 189,466,631 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,364 | java | package com.dpwallet.core.network;
import com.dpwallet.core.network.ServerClient.HistoryTx;
import com.dpwallet.core.network.ServerClient.UnspentTx;
import com.dpwallet.core.wallet.AbstractAddress;
import com.google.common.collect.Sets;
import org.bitcoinj.core.Sha256Hash;
import java.util.HashSet;
import java.util.... | [
"streetracer270@gmail.com"
] | streetracer270@gmail.com |
b89af7b312cd89bc960a3d813aa62b59a28660cb | c69459418864e090a348c7c458f432009483fd8b | /org.xtext.univ.nantes.master.dsl/src-gen/org/xtext/univ/nantes/master/dsl/AbstractAgendaRuntimeModule.java | 114b6b2e94c3052f31ac6f1418974cf50f2233d1 | [] | no_license | PineauSullivan/DSL | 5a1ba6b0c5e4766448c60d5497331a498fc01220 | e1f4a175ed2da6d21aca8298a1706b5192c4142d | refs/heads/master | 2021-08-30T12:28:03.945969 | 2017-12-17T23:55:28 | 2017-12-17T23:55:28 | 114,465,044 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,744 | java | /*
* generated by Xtext 2.10.0
*/
package org.xtext.univ.nantes.master.dsl;
import com.google.inject.Binder;
import com.google.inject.Provider;
import com.google.inject.name.Names;
import java.util.Properties;
import org.eclipse.xtext.Constants;
import org.eclipse.xtext.IGrammarAccess;
import org.eclipse.xtext.gener... | [
"pineau.sullivan@gmail.com"
] | pineau.sullivan@gmail.com |
c5f86e43ea7d00da98e92c88e5b3b59ec397a478 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/23/23_1dd588a5711e2c9d53a10008b64ef29a30c125ec/Generate/23_1dd588a5711e2c9d53a10008b64ef29a30c125ec_Generate_t.java | 4518584cb6cffb2b88168fc8f90fdf674f7924e8 | [] | 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 | 7,681 | java | /**
*
* Copyright 2010, Lawrence McAlpin.
*
*
* 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 b... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
4dedd9bdd4e626285534299e72f00aeee5e71d35 | 1ea2a3c339899879a207cd880afb59668b9966e2 | /第九周上课/src/dome/Grandparent.java | 48ff5390d749aa5f2650282a0edc0285c9993a67 | [] | no_license | MaoSonglin/My-Java-Code | 7b00d4aa162bf9d524ff4e861f4eaf0be5fffa4b | f95f3532e33f5612c69f718f893c704d93d11c17 | refs/heads/master | 2021-01-21T11:19:29.747352 | 2017-03-01T13:23:23 | 2017-03-01T13:23:23 | 83,557,022 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 224 | java | package dome;
public class Grandparent {
// public Grandparent(){
// System.out.println("grandparent created.");
// };
public Grandparent(String string){
System.out.println("GrandParent Created.String:"+string);
}
}
| [
"980352644@qq.com"
] | 980352644@qq.com |
e504aa8e26c87d0273cd8ddf28bc261af57b5f29 | b8e1b701ab679d58832719f26b03846c298a37ea | /Rotation/src/Example.java | 0b805e99c0fd4bd4e3894258b19adc4a6a218fd3 | [] | no_license | tummykung/approx_inference | 79df35ec02d9169b53cfcf966111dd46ff3daf59 | d87f9de12b2f4c38e7a83d3604636d15e1fae600 | refs/heads/master | 2021-01-25T05:21:45.515042 | 2015-03-23T23:45:17 | 2015-03-23T23:45:17 | 28,884,902 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 773 | java | public class Example {
protected int[] x;
protected int[] y;
public Example(int[] x, int[] y) {
this.x = x;
this.y = y;
}
public int[] getInput() {
return x;
}
public int[] getOutput() {
return y;
}
public void setInput(int[] x) {
this.x = x;
}
public void setOutput(int[... | [
"sorathan@cs.stanford.edu"
] | sorathan@cs.stanford.edu |
490e5efa89b692214f7a717e98cd3491a828d382 | 9b133cc145f81f05a22645676443c5b45a5529d3 | /som-common/som-common-core/src/main/java/com/ebig/som/common/core/config/RestTemplateConfig.java | 258bc59edb140393c4fe945702a1615c13603294 | [] | no_license | YYnegative/som1.0 | 738a0149d7b25761c8fc0011b03f08f582306746 | 12c76fd57d0f5803182fa29d687ca486bbe2355f | refs/heads/master | 2020-12-14T21:04:06.308156 | 2020-01-19T08:45:38 | 2020-01-19T08:45:38 | 234,867,692 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 629 | java | package com.ebig.som.common.core.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.client.RestTemplate;
/**
* 类功能说明:RestTemplate配置类<br/>
* 类修改者:<br/>
* 修改日期:<br/>
* 修改说明:<br/>
* 公司名称:广东以大供应链管理有限公司 <br/>
* 作者:lu... | [
"939938514@qq.com"
] | 939938514@qq.com |
456785124786f67ed38a0841c73c860d723ac886 | 0617cd020cc007713a9cfd918fe77af666ef4767 | /src/main/java/chess/ChessBoard.java | d88837ad0b931d6890a411d0779392622adde173 | [] | no_license | errachete/Board-games-platform | b89a0800da6159ee7b2c658631302b3d85ea0c04 | 67af4e9bebaaddb739ed77cbd16cf9cd7f477d88 | refs/heads/master | 2021-01-23T15:04:28.975598 | 2017-06-06T12:18:30 | 2017-06-06T12:18:30 | 93,268,717 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,206 | java | package chess;
/**
* Represents a chess board.
* This is not the full state, only the board component.
* Uses a somewhat-efficient internal representation
* to speed up move generation. Using bit-boards would be much faster,
* but also a lot more work.
*/
public class ChessBoard {
/*
* internal represe... | [
"rafaelherrer@hotmail.es"
] | rafaelherrer@hotmail.es |
f79f3f84e622da90635198e793b5e03d8beae4eb | b9858bec63a29b3088e581d771a2307e20d5658e | /src/main/java/cn/mljia/ddd/common/port/adapter/persistence/hibernate/HibernateEventStore.java | f5cfef8ff176ae85aaae6833d87e8ca8b6e0e2e6 | [] | no_license | darknessitachi/ddd-common | 45ffbb6a9eebf810800e005ac934a1a3185c2d5c | 6b7bd396c73f5e968b2f7fa1e0caaed9f03ba744 | refs/heads/master | 2020-12-30T18:02:12.874261 | 2017-04-14T06:37:05 | 2017-04-14T06:37:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,696 | java | // Copyright 2012,2013 Vaughn Vernon
//
// 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 appl... | [
"Administrator@WIN-A3NOR7QF3AS.lan"
] | Administrator@WIN-A3NOR7QF3AS.lan |
61697bac406d7b1ba3dbfd035ffa48b88fad4eba | 7a5c51b6093df3116cf70f0a698b5298d299a6fc | /Calculator/app/src/test/java/com/example/dmitry/calculator/ExampleUnitTest.java | a3fe31621613f655452f58aca6c0972f4ca60334 | [] | no_license | ElMaestro157/PMIVS_4 | 8ff31f66e22e502b83057600a33d0853c551d9d4 | 0e5d4f70adc33034a5ca94577f7471d9212a5204 | refs/heads/master | 2021-08-31T23:02:35.777902 | 2017-12-23T09:20:44 | 2017-12-23T09:20:44 | 115,184,280 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 407 | java | package com.example.dmitry.calculator;
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
publ... | [
"Dimapopov.ru@yandex.ru"
] | Dimapopov.ru@yandex.ru |
86f789719393c735ac34d32e4db4f0f3159e74eb | 32f0ca869e6bf78edc4743a221412302d4c9803b | /src/main/java/com/mmall/service/impl/CartServiceImpl.java | 3ceace6c42c6b088e5848d1408a6f8e3cb3acc6e | [
"Apache-2.0"
] | permissive | Leroy66/mmall_learning | 1fb35b4900b45e021d59df81eeb0060d82cbc08f | ced9a0baa71f3bbc01fcde85b2ebcec02714ca21 | refs/heads/master | 2021-05-07T00:03:54.697144 | 2018-07-23T01:28:08 | 2018-07-23T01:28:08 | 110,084,066 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,126 | java | package com.mmall.service.impl;
import com.google.common.base.Splitter;
import com.google.common.collect.Lists;
import com.mmall.common.Const;
import com.mmall.common.ResponsesCode;
import com.mmall.common.ServerResponse;
import com.mmall.dao.CartMapper;
import com.mmall.dao.ProductMapper;
import com.mmall.pojo.Cart;
... | [
"leroyzhang66@gmai.com"
] | leroyzhang66@gmai.com |
cf6b5c0665f75fa97a32b75e00d9f68272e1ed47 | 36203259f2f0734a533d229684d93885220de6af | /Practica 7 LDOO/src/java/CONTROLADOR/COOKIEE.java | 1f8f63c231ef5ec6a2c5554b097d7d992b0d52da | [] | no_license | jaimehernandez99/LDOO6-8Miercoles | 58be7e43f2670df11f3d1f10b50b494a5db4c09e | 0668c2d5ba04c262f31c081169810b2d0cf33ec7 | refs/heads/master | 2020-03-27T14:44:53.493631 | 2018-11-08T04:44:35 | 2018-11-08T04:44:35 | 146,676,863 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,410 | 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 Controlador;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import j... | [
"noreply@github.com"
] | jaimehernandez99.noreply@github.com |
174951fddcf37add931123945897211c5c20723b | 31e3000f42fd0c77d7a6d44c667fde83eea574a6 | /src/main/java/com/accp/service/ISmbinvoicemainService.java | b30188160aeb30b3ae90878f89aca02601e07151 | [] | no_license | tanqitt/java26shb | f43dcf3f4a3d315bee34b196211c8ff089a1116f | 351d2385d035fef5145a5f8a176b140d3b49941d | refs/heads/master | 2023-08-21T18:09:43.892513 | 2019-08-30T01:59:17 | 2019-08-30T01:59:17 | 204,396,966 | 3 | 0 | null | 2023-07-22T14:31:03 | 2019-08-26T04:39:51 | Java | UTF-8 | Java | false | false | 299 | java | package com.accp.service;
import com.accp.entity.Smbinvoicemain;
import com.baomidou.mybatisplus.extension.service.IService;
/**
* <p>
* 销售发票主表 服务类
* </p>
*
* @author lhp
* @since 2019-08-26
*/
public interface ISmbinvoicemainService extends IService<Smbinvoicemain> {
}
| [
"Administrator@SC-201904181800"
] | Administrator@SC-201904181800 |
0bb98bd00e5341bb9aea320ee31d1fcc5b38fc2b | dd8cf406948b8271b108506703edb0f6ed601f5d | /src/main/java/com/temp/domain/ReportRecord.java | c14ffb9887acfdf7c87f9055cdb240eaccaa04b7 | [] | no_license | Temp-Control-System/Temp-Control-Backend | f68b839291c6d8f4c597ce0113eb2e5e6494fb1b | 0faeca24deaf4fbc55bbfdacb8fcbfb6345d6841 | refs/heads/master | 2021-03-06T10:19:48.365782 | 2020-06-26T11:52:58 | 2020-06-26T11:52:58 | 246,194,594 | 0 | 2 | null | 2020-06-25T03:57:58 | 2020-03-10T02:59:14 | Java | UTF-8 | Java | false | false | 1,602 | java | package com.temp.domain;
import com.temp.enums.Wind;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
import java.time.LocalDate;
/**
* 按天为粒度统计每间房间的数据,用于产生报表
*/
@Entity
@Data
@AllArgsConstructor
@NoArgsConstructor
public class ReportRecord {
@I... | [
"2821566237@qq.com"
] | 2821566237@qq.com |
8bf3172757dce7d7aa924316957bdac1ac8c4f4c | 62470269e12a432ff73458a8e2910bbfc23efb53 | /YS_2/src/Utils.java | aab957cc62ff61e4925503b49e2b371a4dcc6089 | [] | no_license | Most601/Algo1 | ebcf5105531889ab360342f1f1f5407a51f06872 | b0874e2418c887cc3f649dddea196f698dbd8b44 | refs/heads/master | 2021-01-11T22:18:37.287177 | 2017-01-14T14:50:10 | 2017-01-14T14:50:10 | 78,945,433 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,060 | java |
//look at: http://stackoverflow.com/questions/109383/sort-a-mapkey-value-by-values-java
import java.util.Collections;
import java.util.Comparator;
import java.util.LinkedHashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
public class Utils {
public static <K, V extends ... | [
"noreply@github.com"
] | Most601.noreply@github.com |
8c6f2e1044c113602d65a6d49b65d372dd7a3cf7 | 522046bb7ab0cdfee3b40f557446f15625d632c9 | /feign/src/main/java/com/example/feign/HiController.java | 2c8418d44b19a34aa54e90e74aed8488c876cd40 | [] | no_license | jianchen98/springcloud | 9114bc2c1c403cac6377c18ea2c1be304705382c | 5053b933a0d9cef58f49e54bdfbc6466d47b5ff2 | refs/heads/master | 2023-06-08T02:31:27.717274 | 2019-08-03T13:13:07 | 2019-08-03T13:13:07 | 139,518,149 | 1 | 0 | null | 2023-05-26T22:13:56 | 2018-07-03T02:30:33 | Java | UTF-8 | Java | false | false | 624 | java | package com.example.feign;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotat... | [
"983069004@qq.com"
] | 983069004@qq.com |
b92195cbb49c9568c5690bddc482bfd34232d7e2 | b79d99a494371a107f8c65d28149904d40c117b5 | /src/test/java/seedu/ezwatchlist/commons/util/CollectionUtilTest.java | d1f9ee17ccc4a06777514cb0ac591eba24ace572 | [
"MIT"
] | permissive | tswuxia/main | a038ed39972c2ac1340ca94e83c2f5d4a8d984ff | 936145b41747c7314f86108cb5b648d363569315 | refs/heads/master | 2022-03-20T04:49:51.471292 | 2019-10-22T03:11:18 | 2019-10-22T03:11:18 | 208,941,428 | 0 | 0 | NOASSERTION | 2019-10-22T03:11:21 | 2019-09-17T02:29:21 | Java | UTF-8 | Java | false | false | 4,528 | java | package seedu.ezwatchlist.commons.util;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertTrue;
import static seedu.ezwatchlist.commons.util.CollectionUtil.requireAllNonNull;
import static seedu.ezwatchlist.testutil.Assert.assertThrows;
import java.util.A... | [
"jcjjjared@gmail.com"
] | jcjjjared@gmail.com |
bca19b035a92b5f86a40b70d4b5ad29b22fcdd20 | c9755b5d4bc88c2bfb49f07f1ac0eab3f3a0bb30 | /src/main/java/com/fivehl/tp2/factory/DemographyFactory.java | 2296b7531b177e47b547d38def98b6ae099cd42a | [] | no_license | Mystpot/TPExpanJune2018 | 860f42d6515f0c643677c1fef3512d4aff1e4087 | 747c3459e4d771b53f2b3034ef57def7a97362f4 | refs/heads/master | 2020-03-20T19:55:39.390386 | 2018-06-17T14:31:33 | 2018-06-17T14:31:33 | 137,661,310 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 574 | java | package com.fivehl.tp2.factory;
import com.fivehl.tp2.model.Demography;
import java.util.Date;
import java.util.Map;
/**
* Created by 213018500 on 6/1/2018.
*/
public class DemographyFactory {
public static Demography getDemography(Map<String, Object> values)
{
Demography factoryDemography = new D... | [
"mystpot@gmail.com"
] | mystpot@gmail.com |
cea01cb1aae8fcef35b3e2c507893981fa4160a0 | 05fb1bb26ff72704504c91814adaf6de41faacdb | /Java8Ex/src/CollectionsEx/Country.java | 2433b756922a24446bdab3cd7b9033bc145d6a8d | [] | no_license | 0140/newJava | 49635d7c17022d1b61c0d3ed065f71fd25cfe02d | fc553b79146cc4a0993c194553de83bdbf0fc674 | refs/heads/master | 2022-01-12T22:15:15.324886 | 2019-07-01T03:22:02 | 2019-07-01T03:22:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,139 | java | package CollectionsEx;
public class Country { // POJO or Bean or ValueObject
private String name;
private long population;
public Country(String name, long population) {
super();
this.name = name;
this.population = population;
}
public String getName() {
return name;
}
public void s... | [
"rustemov@yahoo.com"
] | rustemov@yahoo.com |
27dda449364c8198168163c26b1eb67322efa8a7 | 5006234e71ecd7d5cd164cfef64f8617642ba11f | /src/test/java/net/fhirfactory/pegacorn/deployment/topology/map/archetypes/sample/BuildFHIRPlaceMap.java | db51e75130385598248fa71d4557bfdc3a57fcd2 | [] | no_license | fhirfactory/pegacorn-deployment-topology | 540f9beb60ce5e211b4a4c699e3f2e649ea8f5d7 | d150f3eaf2c295c05ee9b0821d67fb9a45c35e75 | refs/heads/master | 2023-01-23T04:24:59.964938 | 2020-12-11T06:32:35 | 2020-12-11T06:32:35 | 289,589,874 | 0 | 0 | null | 2020-12-11T06:32:36 | 2020-08-23T00:37:26 | Java | UTF-8 | Java | false | false | 3,654 | java | /*
* The MIT License
*
* Copyright 2020 Mark A. Hunter.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, ... | [
"49222848+mark-hunter@users.noreply.github.com"
] | 49222848+mark-hunter@users.noreply.github.com |
e96213c6c282be51094378b3b897fa334f6264dc | 0e278ecb143588811177578ec6b83d84c5e16020 | /src/pboif2/pkg10119045/latihan47/nilaimahasiswa/Nilai.java | 0b67637f7dbb5d4e52eb0b33b21e834803bb2302 | [] | no_license | FahmaaMaulana/PBOIF2-10119045-Latihan47-NilaiMahasiswa | b4166f51cbf7b2019c28c3dd8c2afec48f1096ca | 66f04406f07c96193abba432565753c529bcc2bb | refs/heads/master | 2023-01-08T08:36:41.829112 | 2020-11-14T11:23:04 | 2020-11-14T11:23:04 | 312,802,165 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,989 | 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 pboif2.pkg10119045.latihan47.nilaimahasiswa;
/**
*
* @author Legion
* NAMA : Fahma Maulana
* KELAS : PBOIF2
* NIM ... | [
"Legion@LAPTOP-J4IBUFCV"
] | Legion@LAPTOP-J4IBUFCV |
50072ff406aa5a2c789db739e04d0dab1717f7b8 | 4bfedfe1ef1cd14f03cfaa2b76a54cc307cb75a3 | /cs179e/cs179e/Compiler/src/parsing/ast/visitor/IndentPrinter.java | cc65ed42f83eaa951aab6136cf3495fcfb4963f8 | [] | no_license | XiaoLi0614/Secure_Partition | ad2c2b57c2eeb876bbc76214af2b09fbcd41acd9 | 5e5c519b9a9f2e924d647507d0049a8b2a38b268 | refs/heads/master | 2023-08-22T01:06:59.272088 | 2021-09-21T19:06:27 | 2021-09-21T19:06:27 | 303,326,552 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,805 | java | package parsing.ast.visitor;
import parsing.ast.tree.CompilationUnit;
import parsing.ast.tree.List;
import parsing.ast.tree.Node;
import parsing.ast.tree.Token;
import java.util.Iterator;
/**
* User: Mohsen's Desktop
* Date: Aug 27, 2009
*/
public class IndentPrinter extends DepthFirstSearchVisitor {
private ... | [
"xli289@ucr.edu"
] | xli289@ucr.edu |
6f7e4a5eb75046499343da424bfda2e0d3055c6f | a2eb2ba623c5069617cb3e4e78ea98b806e087dd | /app/src/main/java/ir/maktabkhune/mycontacts/ContactDataModel.java | 85925bb747caf318fd616613ba07f26b566d2845 | [] | no_license | aliHosseinNezhad/MyContactApplication | 08bf32fd10c8ae81516a6b832f4bc77b10448f4d | 119800248eff64073b155f7370cf17357fb7c8d0 | refs/heads/main | 2023-05-09T06:00:00.714707 | 2021-05-18T01:10:36 | 2021-05-18T01:10:36 | 368,363,135 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 297 | java | package ir.maktabkhune.mycontacts;
import java.util.ArrayList;
public class ContactDataModel {
public String firstName;
public String lastName;
public long birthDateMilliSec;
public boolean hasBirthDate;
public ArrayList<String> phoneNumbers;
public int imageId;
}
| [
"alihosseinnezhad3@gmail.com"
] | alihosseinnezhad3@gmail.com |
d0fbda4377e30d210c966f4d3a880f8978231925 | cb9796cbb14e8edf55a201614a18081c6b927ab3 | /owsproxyserver/src/org/deegree/io/datastore/sql/transaction/UpdateHandler.java | e9b46e780779b3cd8f2081b63bb159a911a14918 | [] | no_license | camptocamp/secureOWS | 40ebe40d9e51ee6ae471e2cb892de41d6cd9516a | 314dc306bdfd0726cd750359f0dcf746d9c87205 | refs/heads/master | 2021-01-23T12:05:15.578330 | 2011-07-21T13:50:05 | 2011-07-21T13:50:05 | 2,041,190 | 6 | 1 | null | null | null | null | UTF-8 | Java | false | false | 33,742 | java | //$Header: /home/deegree/jail/deegreerepository/deegree/src/org/deegree/io/datastore/sql/transaction/UpdateHandler.java,v 1.25 2006/09/20 11:35:41 mschneider Exp $
/*---------------- FILE HEADER ------------------------------------------
This file is part of deegree.
Copyright (C) 2001-2006 by:
EXSE, Department... | [
"sypasche@d2b8d2de-b12a-0410-86d9-8c904ad3c895"
] | sypasche@d2b8d2de-b12a-0410-86d9-8c904ad3c895 |
64d6b0c93a33dac273c9cbd06cf54f05bf87500e | f822300fb4f55d00d3fd34298b9d4c324b19705a | /src/main/java/cn/hinson/controller/SysUserController.java | 87a8eec170a7e6e8392f836cd21876622a327a45 | [] | no_license | jenkincstang/springboot_security5_oauth2.0 | e9eff1b0b45e519401c1c832f3c56d0f1799e2d8 | 844240cbb2f237d2277cb871a5ebd0c1734aceb6 | refs/heads/master | 2022-12-08T12:50:32.136443 | 2020-08-30T17:24:39 | 2020-08-30T17:24:39 | 289,246,985 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,821 | java | package cn.hinson.controller;
import cn.hinson.domain.SysRole;
import cn.hinson.domain.SysUser;
import cn.hinson.dto.UserDto;
import cn.hinson.service.SysRoleService;
import cn.hinson.service.SysUserService;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework... | [
"jenkincs@163.com"
] | jenkincs@163.com |
18902140da65f5d18c215518700d0ae9d34a9f78 | 10dd1c5ccc5de052a1a1b0b9d4789d5be30642db | /Underscore/src/java/com/underscore/Register.java | 8604174075d4f1e03dff52d60cdc3c8c89ae0916 | [] | no_license | jester628/WebtekLab | b0fa814afef2edd2116dbd44fdc10f1fca5588f3 | ab5d841a925c39b3e33115554280ef16b5c4bf43 | refs/heads/master | 2020-12-02T22:50:46.139342 | 2017-07-04T07:52:35 | 2017-07-04T07:52:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,375 | 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 com.underscore;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
impor... | [
"noreply@github.com"
] | jester628.noreply@github.com |
84616fff5ec12369bfb166c86b5e251975728595 | 581d33ab87a2962ec0ae8765cac4078ad6c9f24b | /app/src/main/java/com/studytor/app/repositories/cache/AssistantScheduleCache.java | 8f9b6c782b2a75db8972103086488d0af6aa2b16 | [] | no_license | orzechdev/replacements-android | 3f8791a5e84e315b25a3d402fe4b6db8ec26ba43 | 2e7ebbcd9947c38f4e239c3e342a68db1c918a0c | refs/heads/master | 2023-04-30T06:07:40.431522 | 2018-09-14T18:53:09 | 2018-09-14T18:53:09 | 68,309,718 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 894 | java | package com.studytor.app.repositories.cache;
import android.arch.lifecycle.MutableLiveData;
import com.studytor.app.repositories.models.Schedule;
/**
* Created by Dawid on 25.07.2017.
*/
public class AssistantScheduleCache {
private MutableLiveData<Schedule> cachedScheduleList = new MutableLiveData<>();
p... | [
"przemek19980102@gmail.com"
] | przemek19980102@gmail.com |
50852dce9dc6b48a78fe7c8e3073be81a859492e | f2164ba57c30de30c59712c8d80ee6aa0b795fa7 | /UIFramework/src/main/java/com/handmark/pulltorefresh/library/internal/RotateLoadingLayout.java | b3e2ae4b09ab8a0f076058593679905f0d76ee4f | [] | no_license | zhouweiyong/RecyclerViewDemo | a35b6bf448b68c344ca6899defeabf03d3522391 | c3b5e3001699b888912e21ce74e41c6099e282f4 | refs/heads/master | 2020-12-30T16:02:58.051687 | 2018-12-26T01:30:23 | 2018-12-26T01:30:23 | 90,957,621 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,516 | java | /*******************************************************************************
* Copyright 2011, 2012 Chris Banes.
*
* 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.apac... | [
"16681805@qq.com"
] | 16681805@qq.com |
41d9056b8cb4e93485e0df7c2993352cfb2bf6dd | df67506b2776ed0786b7a787ddf3bb07854aad8a | /club/src/main/java/com/clubdemo/club/api/ClubAPI.java | 6c8286c27028626c8700ed52f2035bd1141fd752 | [] | no_license | ddjonline/wildfly-swarm-demo | 38d749e223d5c5190105ab2ce0b1756c269c7628 | 71061c77880eb7888c5701719dc9bc68808e93cc | refs/heads/master | 2020-03-07T06:02:39.388979 | 2018-04-17T14:29:53 | 2018-04-17T14:29:53 | 127,312,053 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,062 | java | package com.clubdemo.club.api;
import com.clubdemo.club.application.PersistenceHelper;
import com.clubdemo.club.entity.Club;
import javax.inject.Inject;
import javax.persistence.TypedQuery;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
import javax.ws.rs.Produces;
import javax.ws.rs.c... | [
"ddjones@follett.com"
] | ddjones@follett.com |
2467edc25a32f7bdf14f448553f86080eaad7105 | 0ccf5aede655fa10099118f9494d7492e715b1d6 | /qyt_om/src/main/java/com/qyt/om/adapter/DeviceStateAdapter.java | 30b77b148cbb7eb0c2544f7cea9aaf28b5ad04bb | [] | no_license | wuxiflowing/operationmanager_android | 4a1560217eb0096f3b0712fbd3c5ca941154acf6 | ca488085ac83a65b181646162dec8793f3abf3fd | refs/heads/master | 2020-06-19T01:41:22.700198 | 2020-04-22T14:26:30 | 2020-04-22T14:26:30 | 196,521,472 | 0 | 0 | null | 2020-04-22T14:26:31 | 2019-07-12T06:26:32 | Java | UTF-8 | Java | false | false | 1,428 | java | package com.qyt.om.adapter;
import android.content.Context;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import com.bangqu.lib.base.BaseSimpleAdapter;
import com.qyt.om.R;
import com.qyt.om.model.InfoMap;
import java.util.List;
import butterknife.BindView;
import butterkn... | [
"xiaodong.pan@flowring.com"
] | xiaodong.pan@flowring.com |
cf76f45e098f19d86f9beb677e1e0c7fe3eccaea | 6cd99145a125ef9de59cfe1a09891210d50839d5 | /Project/src/codigo/Hilo.java | d1d65b0a8b382c155a9170e846aeb263cb7d0d99 | [] | no_license | pdegioanni/tpFinalProgConcurrente | db29b2d922c4755b49dc4f52c13d46ef64d3737d | 717b3c3f6aef46b198f510f867f685ed0620d527 | refs/heads/main | 2023-06-16T20:02:39.874548 | 2021-06-11T18:34:23 | 2021-06-11T18:34:23 | 374,467,532 | 0 | 0 | null | 2021-06-11T16:43:17 | 2021-06-06T21:29:39 | HTML | UTF-8 | Java | false | false | 551 | java | package codigo;
public class Hilo implements Runnable {
private String nombre;
private Monitor monitor;
private int secuencia[];
private boolean continuar = true;
public Hilo(String nombre,Monitor monitor,int secuencia[]) {
this.nombre = nombre;
this.monitor = monitor;
this.secuencia = secuencia;
}
publ... | [
"jonathan.lafalda@gmail.com"
] | jonathan.lafalda@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.