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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
116bcc300c47b735f6689299380f84dfaf6de65e | e4508641606a271dd0bdfb6141ab23a3ff126ae6 | /ru.eclipsetrader.transaq.core/src/ru/eclipsetrader/transaq/core/model/SecurityType.java | 1f921e37fa3e62267c58255736e8351bfe0fd6d1 | [] | no_license | azyuzko/eclipsetransaq | d72b81b3d3db4e15a5999ccb37c93653b82d64d3 | 634bdcce9416f585f29629ef8bf5dcd1786fadd7 | refs/heads/master | 2021-01-10T21:04:12.185739 | 2016-09-20T12:29:48 | 2016-09-20T12:29:48 | 39,255,592 | 1 | 0 | null | null | null | null | WINDOWS-1251 | Java | false | false | 920 | java | package ru.eclipsetrader.transaq.core.model;
public enum SecurityType {
// Торгуемые инструменты:
SHARE, // - акции
BOND, // - облигации корпоративные
FUT, // - фьючерсы FORTS
OPT, // - опционы
GKO, // - гос. бумаги
FOB, // - фьючерсы ММВБ
MCT,
ETS_CURRENCY,
ETS_SWAP,
// Неторгуемые (все кроме IDX пр... | [
"visnet@mail.ru"
] | visnet@mail.ru |
35e1d74fdad96c98139cc6bad08dfecc9e575875 | 034f5cbf180917115dc26a915ad2e3a3bd704d61 | /src/main/java/me/renhai/oj/CombinationSumIII.java | 6bb444a33504f2134f64ea7f25b0be7f273d21c8 | [] | no_license | renhai/demo | f3c2a20e630a22aeedc8913cbedd02c1af5f5b2a | ca71b5a4c82262bc381ff8c90b133f2bfd589509 | refs/heads/master | 2020-07-27T21:38:36.569921 | 2016-12-17T05:43:41 | 2016-12-17T05:43:41 | 73,424,430 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,115 | java | package me.renhai.oj;
import java.util.ArrayList;
import java.util.List;
/**
* https://leetcode.com/problems/combination-sum-iii/
* @author andy
*
*/
public class CombinationSumIII {
public static void main(String[] args) {
List<List<Integer>> res = new CombinationSumIII().combinationSum3(3, 7);
for (List<I... | [
"myrenhai@gmail.com"
] | myrenhai@gmail.com |
18c6929324c74761dab762b542555d0f2e4383ad | 71b21c948fd54796b1e44a8184f5a7109eec3130 | /mytest/src/main/java/com/guinong/shopcart/ShopCartRequest.java | 677d058b5f70416ad8fd29a8768f1dc7db263624 | [] | no_license | yangmbin/NetClient | e357513481a125249f3fc1e0f493faa5343c1cae | 5587501ab97917bc3735e8aeac5634586db85a96 | refs/heads/master | 2021-01-19T18:43:36.529126 | 2017-07-28T08:38:27 | 2017-07-28T08:38:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 184 | java | package com.guinong.shopcart;
import java.io.Serializable;
/**
* @author csn
* @date 2017/7/27 0027 16:38
* @content
*/
public class ShopCartRequest implements Serializable {
}
| [
"chenshuangniu"
] | chenshuangniu |
64de045dd50982aaecea50c26b424f91588f54ae | dfa6b1892b1fe8ea54c8a11d2499d27530576d57 | /spring-boot-kafka-consumer-example/src/main/java/com/sreeram/kafka/springbootkafkaconsumerexample/config/KafkaConfiguration.java | a2e1e922933cc3353c5e811170b6e8d3baaf767b | [] | no_license | indysreeram/spring-boot-kafka | 7b170b0763c751749f24ef11d3844b6328ad9ceb | 40dcb61ae8f1189548529f8c1b77f2cd8d307de0 | refs/heads/master | 2022-04-19T19:01:59.400250 | 2020-04-11T16:36:34 | 2020-04-11T16:36:34 | 254,910,024 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,695 | java | package com.sreeram.kafka.springbootkafkaconsumerexample.config;
import com.sreeram.kafka.springbootkafkaconsumerexample.models.User;
import org.apache.kafka.clients.consumer.ConsumerConfig;
import org.apache.kafka.common.serialization.StringDeserializer;
import org.apache.kafka.common.serialization.StringSerializer;
... | [
"indysreeram@gmail.com"
] | indysreeram@gmail.com |
67e7dae56b0bbe0e35aa7dffc9866b3c6832d012 | 8e099d4761f54f4285005a6d44d07d7fea929341 | /src/main/java/be/company/fca/service/impl/TraceServiceImpl.java | 423766ee60db3d57af68f2e2f1178d09870e4fb4 | [] | no_license | tenniscorponamur/championshipEngine | 86524f73dd05e2bd541ce20fd6634762d85295e3 | 3469ab497fdc8834de6f62f3c9da8c88f84545c8 | refs/heads/master | 2022-09-27T18:17:23.654462 | 2020-11-06T07:29:19 | 2020-11-06T07:29:19 | 169,879,560 | 0 | 0 | null | 2022-09-08T00:59:35 | 2019-02-09T15:15:22 | Java | UTF-8 | Java | false | false | 2,057 | java | package be.company.fca.service.impl;
import be.company.fca.model.Membre;
import be.company.fca.model.Trace;
import be.company.fca.model.User;
import be.company.fca.repository.TraceRepository;
import be.company.fca.repository.UserRepository;
import be.company.fca.service.TraceService;
import be.company.fca.service.User... | [
"fabrice.calay@gmail.com"
] | fabrice.calay@gmail.com |
661d097aed32c3e7a9f777c76f86a71b978b3f7b | 4dd6e1f578e9872ae3cf17f8b79eca21806b8f26 | /foundation/src/main/java/com/dh/foundation/widget/afkimageview/AlphaAnimation.java | 7b252e1c82971cf7e2db95eae8ae9a709d439c4b | [] | no_license | wh2eat/FrameCode | 29932a9f58f4dca9d2e753a64d418543dab5daa9 | fbb0c741feb7a5d4ee86632b312fa8c78a2b0295 | refs/heads/master | 2020-08-26T14:28:31.617958 | 2018-05-08T02:27:00 | 2018-05-08T02:27:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 890 | java | package com.dh.foundation.widget.afkimageview;
import android.graphics.Canvas;
import android.graphics.drawable.Drawable;
/**
* Created by lee on 2015/9/22.
*/
public class AlphaAnimation extends ToggleAnimation {
private int lastAlpha;
private int alpha;
@Override
public void setImage(Drawable dra... | [
"sealkingking@163.com"
] | sealkingking@163.com |
a1fd336146dbe0d6858ec588b462680186b15869 | 4cedfda65a73a2a98bfc49a2ce09bfec901cccc3 | /renderer/native/android/src/main/java/com/tencent/mtt/hippy/views/hippylist/recyclerview/helper/skikcy/StickViewListener.java | bab6a4d6f399dcc370f64fce59929f749cdfe694 | [
"MIT",
"Apache-2.0"
] | permissive | Tencent/Hippy | f71695fb4488ee3df273524593301d7c241e0177 | 8560a25750e40f8fb51a8abfa44aad0392ebb209 | refs/heads/main | 2023-09-03T22:24:38.429469 | 2023-09-01T04:16:16 | 2023-09-01T06:22:14 | 221,822,577 | 8,300 | 1,161 | Apache-2.0 | 2023-09-14T11:22:44 | 2019-11-15T01:55:31 | Java | UTF-8 | Java | false | false | 259 | java | package com.tencent.mtt.hippy.views.hippylist.recyclerview.helper.skikcy;
/**
* Created by on 2021/8/24.
* Description
*/
public interface StickViewListener {
void onStickAttached(int stickyPosition);
void onStickDetached(int stickyPosition);
}
| [
"siguangli@qq.com"
] | siguangli@qq.com |
9be2bc8e2c2eab0281d514089c6f6a26eb9faa63 | 9ad4d57b46dbae590c9f228a93ef3f8b98ad2d31 | /takeout/src/main/java/com/hellojava/service/impl/CommodityServiceImpl.java | 282b1386f0a891d45b305724dfc3b7e2e302c8b5 | [] | no_license | 1903-fourth-group/takeout1 | 8a3045d91423b703f1beed5318fd545ad0d2153c | 9631d2e8f7b01b8b4af169b2bffb1ee6d4f58762 | refs/heads/master | 2022-06-02T18:59:47.160837 | 2019-07-20T02:38:17 | 2019-07-20T02:38:17 | 197,775,795 | 0 | 0 | null | 2021-04-26T19:20:59 | 2019-07-19T13:16:27 | Java | UTF-8 | Java | false | false | 1,905 | java | package com.hellojava.service.impl;
import com.hellojava.dao.BusinessDao.CommodityRepository;
import com.hellojava.entity.Commodity;
import com.hellojava.response.CommonCode;
import com.hellojava.response.QueryResponseResult;
import com.hellojava.response.QueryResult;
import com.hellojava.service.CommodityService;
imp... | [
"1808758100@qq.com"
] | 1808758100@qq.com |
dce4db1c989da2c3bb10531b8cc7910eb431cc5e | a7b64f2cf2a780654b09a083ee190067c4918686 | /DesignPattern/src/main/java/observer/Command.java | 541d589f47f39b77961f8dc34e5d05a0a72a34e6 | [] | no_license | Eyecandy/Design-Patterns- | d63d7b9e4c29d0f511b2131c6c9dc9a57a0a9945 | 8e42eee765c8d0af64cbc586935642ee6cb5f55f | refs/heads/master | 2020-03-09T00:45:36.777427 | 2018-07-28T10:50:41 | 2018-07-28T10:50:41 | 128,496,616 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 109 | java | package observer;
public enum Command {
FORM_POSITIONS,
COMBAT_FORMATION,
FIRE,
CHARGE
}
| [
"joakim.nilfjord@gmail.com"
] | joakim.nilfjord@gmail.com |
a7fc2907a52e50b400364abad8c8d4038aae4d83 | e79f9006e70a2839ea7f33d6bb5ab9b9b4ade284 | /src/main/java/com/example/library/studentlibrary/Services/AuthorService.java | ffd9c71b106980f4d9bdab44831d3bcc7a14837d | [] | no_license | shreya2099/LibraryManagementSystem | 7ad357c4dbef523b903508963fa807f3dbd49d36 | a1baa1345be96b8c2f32e338cfcda7fa8ef7a3c1 | refs/heads/master | 2023-04-19T10:20:37.188503 | 2021-05-11T20:24:42 | 2021-05-11T20:24:42 | 360,927,319 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 472 | java | package com.example.library.studentlibrary.Services;
import com.example.library.studentlibrary.Model.Author;
import com.example.library.studentlibrary.Repository.AuthorRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
public class Author... | [
"shreyanigam20@gmail.com"
] | shreyanigam20@gmail.com |
bfbc0de2a11b4bbeaa08c50a93ae66a0f5d3eeb4 | 1ccbba94f0188d3252a3ab0fe8170abf504171ce | /design_pattern/src/main/java/com/design/demo/creatorPattern/factory/manoeuvre/Product.java | e984af4e8518cf7dfa9478977cc7ee636498bb23 | [] | no_license | cleverwo/codeDemo | 4a1b57d270d43a558db30ff62014a1215abcad37 | bf33a17560fea4f1df8fa99ee9906718f549d8fd | refs/heads/master | 2023-07-04T00:26:04.067698 | 2023-06-16T15:57:24 | 2023-06-16T15:57:24 | 220,234,117 | 1 | 0 | null | 2022-06-29T18:50:05 | 2019-11-07T12:39:36 | Java | UTF-8 | Java | false | false | 353 | java | package com.design.demo.creatorPattern.factory.manoeuvre;
/**
* @Auther: wangzhendong
* @Date: 2019/10/11 19:25
* @Description:
*/
public abstract class Product {
//产品共有逻辑
public void method(){
//公共逻辑
System.out.println("product start");
}
//抽象方法
public abstract void method2()... | [
"1041329432@qq.com"
] | 1041329432@qq.com |
1c45520aa63e78d13caae94b832b8f4818b113a8 | 688fd6a72dc86fdfee21063180a6287d1ed3b026 | /AlYou/src/com/imalu/alyou/net/response/AssociationSearchResponse.java | a182c6a55f26c46feada1c8da11eaa17bef45854 | [] | no_license | zzsier/AlYou | 336765683cad29f54cbb372f6b29f59affdaf69b | 9fe5ac53d490f94d50a749102170be0bd3ef0cea | refs/heads/master | 2021-01-22T06:55:08.407651 | 2015-02-10T07:03:12 | 2015-02-10T07:03:12 | 27,323,836 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,095 | java | package com.imalu.alyou.net.response;
import org.json.JSONException;
import com.imalu.alyou.net.NetObject;
public class AssociationSearchResponse extends NetObject{
public int getId() {
try {
return this.getJsonObject().getInt("Id");
} catch (JSONException e) {
// TODO Auto-generated catch ... | [
"Administrator@XT1-20141107UYY"
] | Administrator@XT1-20141107UYY |
e5d602bac52b6c422a4613b9c713d87fc1ed0bda | ebfff291a6ee38646c4d4e176f5f2eddf390ace4 | /orange-demo-flowable/orange-demo-flowable-service/common/common-online/src/main/java/com/flow/demo/common/online/object/SqlTable.java | 47c23750b78b77b0906f326b2e42bd6b845b1fc3 | [
"Apache-2.0"
] | permissive | jiazhizhong/orange-admin | a9d6b5b97cbea72e8fcb55c081b7dc6a523847df | bbe737d540fb670fd4ed5514f7faed4f076ef3d4 | refs/heads/master | 2023-08-21T11:31:22.188591 | 2021-10-30T06:06:40 | 2021-10-30T06:06:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 596 | java | package com.flow.demo.common.online.object;
import lombok.Data;
import java.util.Date;
import java.util.List;
/**
* 数据库中的表对象。
*
* @author Jerry
* @date 2021-06-06
*/
@Data
public class SqlTable {
/**
* 表名称。
*/
private String tableName;
/**
* 表注释。
*/
private String tableComm... | [
"707344974@qq.com"
] | 707344974@qq.com |
b3acf659201d4dafe4a3c24b8e954a00040f6dd0 | fe13060de7bac91c9b38f5b4b8c169e4e69ce626 | /common/BlockCS.java | 7f5b16f0378fa4b53e1ab2499a9ff2bb704916e2 | [] | no_license | ADennis87/Dimension-Mod | 6795e40e870719fb55d442ed4779407a46eb1343 | 3f2b99d70a98e25e506bbf49548cc83217edf6d5 | refs/heads/master | 2021-01-01T18:54:09.289800 | 2013-01-03T23:32:18 | 2013-01-03T23:32:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 991 | java | package ninjapancakes87.morestuff.common;
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.src.*;
import net.minecraft.world.World;
public class BlockCS extends ... | [
"inhoppancakes@gmail.com"
] | inhoppancakes@gmail.com |
57aab9af03414ce8e562123addc2b00f714ffb25 | 2bc88a24998687d5284334061b0a4e6b0c1f77ba | /app/src/main/java/ffadilaputra/org/bottom_toolbar/fragment/HomeFragment.java | ca7e47a90a4a6844f1b5efed2e43e3fe5330b1db | [
"WTFPL"
] | permissive | ffadilaputra/uhuy | cab94d2298ab2505eb9a9de454ee158223473f50 | ec65ae500aca07142fbd1afc470e2d0eccd19c4d | refs/heads/master | 2020-03-30T09:25:04.096296 | 2018-12-14T00:29:24 | 2018-12-14T00:29:24 | 151,074,533 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,828 | java | package ffadilaputra.org.bottom_toolbar.fragment;
import android.Manifest;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.app.ActivityCompat;
import andro... | [
"i.fadilaputra@gmail.com"
] | i.fadilaputra@gmail.com |
ee93d3d3eed3d15ecc4f2ef7301af37790830624 | 221007e767048fe39c4a6554d76ffa9d1fa76ce4 | /app/src/androidTest/java/com/ckc/ersin/bebetrack/ApplicationTest.java | 999219d58d166edae9f88f29eb5d911b5c8f21fd | [] | no_license | ersin88888/bebetrack | a2d07e45eeefb6ffef01637bd253f459e8e328ea | bc0b68fe6f2acac582a55490b4bc7bdc88aab91d | refs/heads/master | 2021-01-10T11:50:14.715699 | 2016-02-14T16:54:26 | 2016-02-14T16:54:26 | 51,699,939 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 354 | java | package com.ckc.ersin.bebetrack;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
... | [
"goldendragon8812@gmail.com"
] | goldendragon8812@gmail.com |
73fc2ceee37280a474649bcb598ec085473a255b | 0fdd5270dc26b1635f9249a2f3712b353167e72a | /oauth2-sso/oauth2-sso-server/src/test/java/com/liaozl/demo/oauth2sso/server/Oauth2SsoServerApplicationTests.java | 21fd78b015c7a001742bdfc16c71d9d2ea0a026f | [] | no_license | liaozuliang/liaozl-demo | 30486e881fd271beaad514f76f82fa362f7b3724 | 04797a9768a1eab1c4bb3ad15d9a36badcf212bd | refs/heads/master | 2022-06-29T07:03:53.013221 | 2020-08-14T04:29:15 | 2020-08-14T04:29:15 | 187,561,053 | 0 | 0 | null | 2022-06-21T01:10:08 | 2019-05-20T03:23:08 | Java | UTF-8 | Java | false | false | 242 | java | package com.liaozl.demo.oauth2sso.server;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class Oauth2SsoServerApplicationTests {
@Test
void contextLoads() {
}
}
| [
"liaozuliang@zywamail.com"
] | liaozuliang@zywamail.com |
c587505c3ebbb686b3ab1b80fbe528cf932c99b7 | ab768051ac546be7075a0d62d46b93bd72b9e77c | /src/main/java/com/javatpoint/SpringBootJpaApplication.java | 3af4d5535b836477001fc3e6261ef9568c043434 | [] | no_license | NasserAAA/integrantTraining | 5a99cf6f1e0b18f1f0d063c775ef2fb05f87e7d6 | e8401507fcdc1716f33c1dd7ded4dfeea6096a76 | refs/heads/master | 2020-07-16T23:29:52.307503 | 2019-09-02T11:58:45 | 2019-09-02T11:58:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,212 | java | package com.javatpoint;
import java.util.Properties;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.security.servlet.Secu... | [
"marwanayman1998@gmail.com"
] | marwanayman1998@gmail.com |
b7a4533f05c8eb552574d772b160a6d6c9a21ab0 | 150d63b6f7e40366c147675e81f385a3bd731996 | /src/VoidMethodTest.java | 47be12731f2193ded3f070aa3c95798d9ccd403e | [] | no_license | dizzygogoi/unittest | 338bc11219ee2ed9fe46d43a589a1cea9b600ca8 | cc141a763728e82e4e3bfbde22a1812d15580fee | refs/heads/master | 2022-12-15T12:51:19.145544 | 2020-09-23T06:19:41 | 2020-09-23T06:19:41 | 297,860,248 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,147 | java |
import org.junit.After;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import java.util.NoSuchElementException;
public class VoidMethodTest {
private VoidMethodClass lstPersons = new VoidMethodClass();
@Before
public void initialize()
{
lstPersons.add("Chetan");
... | [
"noreply@github.com"
] | dizzygogoi.noreply@github.com |
0b10041a26f8b5139578fa7da61092e265477412 | c01611b15315e4e32b978fe55df53694de7d80dd | /generator/src/main/java/net/matthoyt/database/writer/csharp/ColumnProcessor.java | b470562ddaa59ea20485fb5243e207f37fe62644 | [
"Apache-2.0"
] | permissive | mrh0057/mrh-database | 2ae6fe41f729439d817a49caa7352dba8ab23efe | 7a83b3bf75edea33d67d6ecf3b4e10eb02dcc144 | refs/heads/master | 2020-12-24T15:49:55.649056 | 2016-03-20T01:04:44 | 2016-03-20T01:04:44 | 39,911,766 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,160 | java | package net.matthoyt.database.writer.csharp;
import net.matthoyt.database.writer.Column;
import net.matthoyt.database.writer.DbGen;
import net.matthoyt.database.writer.Helpers;
import net.matthoyt.database.writer.SqlTranslation;
import java.util.ArrayList;
import java.util.List;
public class ColumnProcessor
{
/... | [
"mrhoyt@firstcommand.com"
] | mrhoyt@firstcommand.com |
e12e0c2d75bf9c7d8f5f554d359d64de857f0fcd | 5bf355448f4e5d823e972741ce096b654ef88faf | /EconomyNPC/src/com/resolutiongaming/util/TokenHandler.java | b86876c47a64ecea9444c684c72b85a279dc9120 | [] | no_license | pdelcol/EconomyNPC | ee7f169b75be8d6090fbc0cbe7891a43be452ff6 | 1350f093815dac09df238634a92810b61d4ac65a | refs/heads/master | 2021-05-28T01:22:05.343490 | 2014-05-14T04:38:34 | 2014-05-14T04:38:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,948 | java | package com.resolutiongaming.util;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.util.HashMap;
import java.util.Map;
public class TokenHandler {
public Map<String, Integer> tokens = new HashMap<String, Integer>();
//... | [
"pete800@optonline.net"
] | pete800@optonline.net |
fe3e1e1d207b99e723142d06d12f5f225a72718e | 96a1fac3edfd19de36a1fa4f88b8f8cccd624b68 | /app/src/main/java/com/stylehair/nerdsolutions/stylehair/telas/agendamento/horarios/viewHolderServicoAgendaHorarios.java | 385cefeaa0e8ecef8b0e30f2ec5a60b13b61e92b | [] | no_license | driguin10/StyleHairApp | 38c83c757f3f299e4a925b2ebdea6a4dbd541da5 | 3e544a39e6ab8b342f323d19a6edd67fd7921db6 | refs/heads/master | 2021-09-23T14:29:15.143643 | 2018-09-24T14:39:43 | 2018-09-24T14:39:43 | 127,162,128 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,331 | java | package com.stylehair.nerdsolutions.stylehair.telas.agendamento.horarios;
import android.content.Context;
import android.content.Intent;
import android.support.v7.widget.CardView;
import android.support.v7.widget.RecyclerView;
import android.support.v7.widget.RecyclerView.ViewHolder;
import android.util.Log;
import a... | [
"driguin_10@hotmail.com"
] | driguin_10@hotmail.com |
9c9b4a78bf11a0e8de2bf496f19539a2e11d89da | e75567eb17e621a20b537ca060eef437da6f91de | /cooperativa-model/cooperativa-model-api/src/main/java/org/sistcoop/cooperativa/models/DetalleTransaccionClienteModel.java | 81dd411f60b4535130837f8f71a7a5ceb7c605f0 | [] | no_license | sistcoop/cooperativa | 2e9019cb54f8f0ec5fbccfede49b33ffb0691562 | 6b579b89a22725865c1f4fee6aebcd745a7e292e | refs/heads/master | 2016-09-03T06:33:26.543651 | 2015-10-22T22:56:11 | 2015-10-22T22:56:11 | 33,275,083 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 297 | java | package org.sistcoop.cooperativa.models;
import java.math.BigDecimal;
public interface DetalleTransaccionClienteModel extends Model {
String getId();
BigDecimal getValor();
int getCantidad();
BigDecimal getSubtotal();
TransaccionClienteModel getTransaccionCliente();
}
| [
"carlosthe19916@gmail.com"
] | carlosthe19916@gmail.com |
b528c9b551e2b5cdc9eae3cfa1c37a5f32054c6c | b744465494b27c06e653dd3f409c0ba311326bde | /src/gol/ui/GridEvent.java | dd84da59d404e2018d1d978dac36500e93fecb5b | [] | no_license | Knifa/GameOfLife | 4df6f88834f72f64f6b71306803d74d9ee3cc3e5 | b35cdd90b09b245dddae45176dc2dd234dd9ae23 | refs/heads/master | 2020-06-04T15:57:24.522498 | 2013-02-10T00:18:33 | 2013-02-10T00:18:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 673 | java | package gol.ui;
import java.util.EventObject;
/**
* Event fired when a ColorGrid is clicked on.
*/
public class GridEvent extends EventObject {
private int x;
private int y;
/**
* Constructor.
* @param source Source of this event.
* @param x X-coord where the grid was clicked on.
* @param y Y-coord whe... | [
"knifacat@gmail.com"
] | knifacat@gmail.com |
0019dfae7d28130bd4cde3495cd049d539ab868d | 2f035028c4dab2ee905cc7a9463df718ecd81a49 | /src/main/java/com/github/havardh/javaflow/phases/verifier/ClassGetterNamingVerifier.java | a1c5afade28e5808f30943bb7aae898f274ae0aa | [] | no_license | misino/javaflow | bfff41d53a89c10ee2ba2ceac35462d2b544b4dd | 63d9edbb94688903691a33ad0ac3c2b4754f2a0e | refs/heads/master | 2021-01-19T23:41:28.460220 | 2018-08-15T22:13:39 | 2018-08-15T22:13:39 | 89,010,550 | 0 | 0 | null | 2017-04-21T18:02:19 | 2017-04-21T18:02:19 | null | UTF-8 | Java | false | false | 3,278 | java | package com.github.havardh.javaflow.phases.verifier;
import static java.lang.String.format;
import static java.util.Collections.singletonList;
import java.util.ArrayList;
import java.util.List;
import com.github.havardh.javaflow.ast.Class;
import com.github.havardh.javaflow.ast.Field;
import com.github.havardh.javaf... | [
"havardwhoiby@gmail.com"
] | havardwhoiby@gmail.com |
d10c0c7ecf5eb534350fd8545defc71fbe11f856 | dfafddba00d2ec44be4f17f9352f1b45a818eb9d | /src/com/puwd/behavior/strategy/behavior/color/WhiteColorBehavior.java | b4b7b317a781a203625507363ace36c2b0161ed1 | [] | no_license | puwd-git/design-pattern | abdb6d9ded2815626fe98ebf0eda11a66b9dd562 | 3d8e7f7b543232fcfd1ec03d66e6dd56da7bc573 | refs/heads/master | 2023-03-27T12:19:42.085607 | 2021-03-24T12:18:46 | 2021-03-24T12:18:46 | 350,239,905 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 302 | java | package com.puwd.behavior.strategy.behavior.color;
import com.puwd.behavior.strategy.behavior.color.ColorBehavior;
/**
* @author Administrator
*/
public class WhiteColorBehavior implements ColorBehavior {
@Override
public void color() {
System.out.println("白色的!");
}
}
| [
"543071857@qq.com"
] | 543071857@qq.com |
80f521fbe553db1fc5fc53d2a939a4cbe155f2e4 | 0b97409901c47b520b33558ae2d3a3f16479c142 | /FiapStore/src/main/java/com/fiap/demo/Model/Pedido.java | 422dfc27eb946e5cae3c3f88a6e4949a4ab53c12 | [] | no_license | paulosthiven25/DBE-DigitalBusinessEnablement- | e57b75a06015fef0a64ba3b90439389c162127d2 | 67d0787d085053b22612f05bce607920feaad0f6 | refs/heads/master | 2022-12-01T04:23:45.858460 | 2019-10-01T15:04:41 | 2019-10-01T15:04:41 | 183,063,887 | 0 | 0 | null | 2022-11-24T08:16:34 | 2019-04-23T17:27:31 | Java | UTF-8 | Java | false | false | 1,793 | java | package com.fiap.demo.Model;
import com.fiap.demo.Model.Cliente;
import javax.persistence.*;
import javax.validation.constraints.DecimalMin;
import javax.validation.constraints.Future;
import javax.validation.constraints.Min;
import javax.validation.constraints.NotNull;
import java.time.LocalDate;
@Entity
@SequenceG... | [
"logonaluno@local.com"
] | logonaluno@local.com |
0699c15d0e9b79613b2ca6b626e6b406d20f6d91 | ad5b11ce6186ca76bf4098852d34b4a806906b1f | /zhao_sheng/src/main/java/com/yfy/app/album/SingePicShowActivity.java | bbd64b8384c0406bb999e0be574111e68d29fce0 | [] | no_license | Zhaoxianxv/zhao_sheng1 | 700666c2589529aee9a25597f63cc6a07dcfe78c | 9fdd9512bf38fcfe4ccbe197034a006a3d053c66 | refs/heads/master | 2022-12-14T03:07:48.096666 | 2020-09-06T03:36:17 | 2020-09-06T03:36:17 | 291,885,920 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,775 | java | package com.yfy.app.album;
import android.os.Bundle;
import android.support.v7.widget.Toolbar;
import android.view.View;
import com.example.zhao_sheng.R;
import com.yfy.base.activity.BaseActivity;
import com.yfy.final_tag.TagFinal;
import com.yfy.final_tag.glide.GlideTools;
import com.yfy.view.image.PinchImageView;
... | [
"1006584058@qq.com"
] | 1006584058@qq.com |
be6711607d92550c9446db1090b4142d3a0cc8c2 | 48b22ae9936115516f533ef3c4339ca8a0c6c733 | /Hard/Bender - Episode 2.java | c420290b7421990f268ec578e71418c7d9ca022c | [] | no_license | VerifierIntegerAssignment/Codingame | 25457df977125831466c03f16c2c4aecadff9f1d | dd325cb32f1bcb58786288263ee2b0977989650f | refs/heads/master | 2020-11-28T02:30:47.752814 | 2018-03-01T12:56:34 | 2018-03-01T12:56:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,146 | java | import java.util.*;
import java.io.*;
import java.math.*;
class Solution {
static int N; // number of rooms
static int paths[][]; // possible paths from 1 room
static int money[]; // money in a room
static boolean end[]; // connection to outside
static int max[];
static int maxRev = 0; // ... | [
"noreply@github.com"
] | VerifierIntegerAssignment.noreply@github.com |
5cd5c77e51cfa538a4cb1b26913da60b28e87c84 | 0adb936c478c6c7618cbfe0d16850030ab7dde1b | /src/main/java/gov/nih/nlm/ncbi/SplicedSeg.java | 1c83741950d2bdf575b98ecefcb2fbbddffcd2bd | [] | no_license | milton900807/arraybase | f4c613205125a0de0d8bbe2c4f080073c382f247 | 11ac473089877b15aae437f476502b2d65291f75 | refs/heads/master | 2023-06-05T02:09:31.541576 | 2021-07-03T18:02:03 | 2021-07-03T18:02:03 | 382,672,229 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 22,850 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// 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: 2018.06.... | [
"JMilton@ionisph.com"
] | JMilton@ionisph.com |
226d31baa749b341a491bf2c8193aeced6b1bf2e | 46842b9a3acbe06caff27ba20294b61e9f325011 | /src/no/hiof/arcade/settings/SettingsLoader.java | 2c054eacea7b0b76ab15acd499e61f3d6c9d3d6e | [] | no_license | oyvjul/ARCADE | 012a8b26025518ebd3835c35424f64472ff85198 | 32e0d6470ad975bbb577a87cb2aa1de30095b536 | refs/heads/master | 2021-05-12T19:18:51.817820 | 2018-01-11T11:08:50 | 2018-01-11T11:08:50 | 117,089,370 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,330 | java | package no.hiof.arcade.settings;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.util.Properties;
import java.util.logging.Level;
impor... | [
"oyvindjulsrud@yvinds-MacBook-Pro.local"
] | oyvindjulsrud@yvinds-MacBook-Pro.local |
ce246ed0cf6f98a53e93e8d5376ff2cc7380a373 | 745e4cc70b21c2c9fad2cc5a20026c29c1d73ea6 | /jte-runtime/src/main/java/gg/jte/support/LocalizationSupport.java | 8d84c097c37763d684e09d8d4e02fb949340e433 | [
"Apache-2.0"
] | permissive | patadams-company/jte | 574cc8469022e1cf34d37b8ebc9d19c4c1cedd8e | a9af62197aff631aa1044ee1a1a64924a4d67419 | refs/heads/master | 2023-03-02T02:06:47.089428 | 2020-11-25T12:29:25 | 2020-11-25T12:29:25 | 316,601,637 | 0 | 0 | Apache-2.0 | 2021-02-03T19:37:32 | 2020-11-27T21:17:04 | null | UTF-8 | Java | false | false | 3,139 | java | package gg.jte.support;
import gg.jte.TemplateOutput;
import gg.jte.Content;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public interface LocalizationSupport {
Pattern pattern = Pattern.compile("\\{(\\d+)}");
String lookup(String key);
@SuppressWarnings("unused") // Called by templa... | [
"andy@mazebert.com"
] | andy@mazebert.com |
da0401e76b35fc5502d40ebc0e61d043a16f8d4c | 28cb6caae5fb402b20052a47f2281baafedb9ff8 | /LeetCode_Exercise/base_dp_1/Cow_cross_river_dp.java | 830d130263eb0129e0444c3988d39977232bbfc7 | [] | no_license | FlyingLight/Learn_Algorithm | 5d4b87329bef45cc088aa655d4fe5dd829cea319 | 96e8733aa9801ff44adb5e0505bf42c3d54869ec | refs/heads/master | 2020-05-27T07:36:48.014844 | 2020-03-03T02:31:18 | 2020-03-03T02:31:18 | 188,532,511 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,310 | java | /**
*
*/
package base_dp_1;
import java.util.Arrays;
/**
* @author qiguangqin
*
*/
public class Cow_cross_river_dp {
/**
Farmer John has N cow
boat without row(to and back from river other side :M)
m_i(from m_i-1 m_i) add time
one cow: M+m_1 two cow together : M+m_1+m_2
5(5 cows)... | [
"1301857431@qq.com"
] | 1301857431@qq.com |
ba6ca9b08eff0d3bb7c968d6c7b87e885e171d91 | 3f5c18e8384da80b72e712e2129f3442a10c3257 | /Java OOP/Working with Abstraction - Exercise/CardsWithPower/Card.java | da90ced5504687a87cc85dde94a7cd20e4ce99f9 | [] | no_license | altnum/Java-Advanced | b356928c88229f9b0aa12544a94e6d7b80bd06ec | 3741bda782048f1b9d1633e10342a7f42cb36ffe | refs/heads/master | 2023-02-04T03:38:15.746179 | 2020-12-14T18:28:44 | 2020-12-14T18:28:44 | 295,775,251 | 0 | 0 | null | 2020-10-06T18:30:44 | 2020-09-15T15:45:42 | Java | UTF-8 | Java | false | false | 549 | java | package CardsWithPower;
public class Card {
private CardRanks number;
private CardsWithPower colour;
private int power;
public Card (CardRanks rank, CardsWithPower colour) {
this.number = rank;
this.colour = colour;
this.power = rank.getPower() + colour.getPower();
}
... | [
"altnum16@gmail.com"
] | altnum16@gmail.com |
8b335416f2aeb8fe0c70849c1560882bfe3e023b | 58e255bc4b78cad2a59254c50a6c7dc6aa18d929 | /SpringBoot-Backend/src/test/java/com/delivery/FDMS/FdmsApplicationTests.java | 319e7df5bb2a46ca4c19fad2ed7a70f13d09b787 | [] | no_license | ashwani-hash/FDMS | d7b5b00a27bf160015bf5737d156a713e7d36c1a | bf96d4af41b2a5db12928a37241f9332b5b77f9c | refs/heads/master | 2022-11-30T21:12:28.046582 | 2020-08-19T06:30:52 | 2020-08-19T06:30:52 | 288,647,136 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 207 | java | package com.delivery.FDMS;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class FdmsApplicationTests {
@Test
void contextLoads() {
}
}
| [
"noreply@github.com"
] | ashwani-hash.noreply@github.com |
bff96979afcff5835285578d8597b1b18dbf084c | 64487c6237d2558ea5910b4132def37627d4557e | /acmesky_source_code/acmesky_java_camunda/src/main/java/it/unibo/soseng/cliente/SendInterestService.java | 4dd3a788b77187ba56aaf1ec5c8e43c70490ad61 | [
"Apache-2.0"
] | permissive | MickPerl/Service-Oriented-Architecture-Project | 35d0878b0d51f026a5ed6dec6f66afdc2509a7c3 | f8cdad7766d3453d2ce13350ca1af3cea0724653 | refs/heads/main | 2023-08-11T09:46:52.364728 | 2021-10-08T22:54:28 | 2021-10-08T22:54:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,382 | java | package it.unibo.soseng.cliente;
import java.text.SimpleDateFormat;
import java.time.format.DateTimeFormatter;
import java.util.Calendar;
import java.util.Date;
import org.camunda.bpm.engine.RuntimeService;
import org.camunda.bpm.engine.delegate.DelegateExecution;
public class SendInterestService {
private stat... | [
"micheleperlino@gmail.com"
] | micheleperlino@gmail.com |
1381fb9e9a14f16a6b1d7cb202fc5161d791322d | 543dbeae6ed5e22b41d3bb0fc3f41f5ef7ae7a28 | /core-it-suite/src/test/resources/mng-3703/maven-mng3703-plugin/src/main/java/jar/CheckMojo.java | a81f6f6ec5dd901e05e6dc50e34ca8c194fc9535 | [
"Apache-2.0"
] | permissive | famod/maven-integration-testing | f498e6e436bc09262bbea1314ddfb9deea62ce75 | 7bb6eb02e78c0d9c2a54f1713f5b8e51c11da6d2 | refs/heads/master | 2023-02-19T04:44:37.962142 | 2020-10-24T09:59:41 | 2020-12-15T08:34:03 | 147,579,983 | 0 | 0 | null | 2018-09-05T21:10:55 | 2018-09-05T21:10:55 | null | UTF-8 | Java | false | false | 983 | java | package jar;
/*
* Copyright 2001-2005 The Apache Software Foundation.
*
* 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 ... | [
"jdcasey@apache.org"
] | jdcasey@apache.org |
421d369f22a8e7e7179cc8ea156e71b6c4fe8e37 | 76aa67783d67d879b795fc8de3bed2746ccf3ee6 | /src/com/codepath/apps/basictwitter/fragments/TopCardFragment.java | 037717467264f95750f79bc8c2c67897d6e70159 | [] | no_license | prachiagrawal/SimpleTwitter-Codepath | eea41db3a27675e6991a8fd5049552184390d49f | f0df485e00a353d35fd386c614a4c7cdb1d9754a | refs/heads/master | 2020-12-24T15:22:36.774712 | 2014-10-09T03:50:36 | 2014-10-09T03:50:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,901 | java | package com.codepath.apps.basictwitter.fragments;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
... | [
"prachi.agrawal@gmail.com"
] | prachi.agrawal@gmail.com |
c1225268b47e5bdc7354ab6a2a4b3fafc84dc908 | 6baf1fe00541560788e78de5244ae17a7a2b375a | /hollywood/com.oculus.ocms-OCMS/sources/com/facebook/graphql/modelutil/GraphQLModelBuilder.java | e268b7b841aa46a7aec29adc72903c3b49596a02 | [] | no_license | phwd/quest-tracker | 286e605644fc05f00f4904e51f73d77444a78003 | 3d46fbb467ba11bee5827f7cae7dfeabeb1fd2ba | refs/heads/main | 2023-03-29T20:33:10.959529 | 2021-04-10T22:14:11 | 2021-04-10T22:14:11 | 357,185,040 | 4 | 2 | null | 2021-04-12T12:28:09 | 2021-04-12T12:28:08 | null | UTF-8 | Java | false | false | 82 | java | package com.facebook.graphql.modelutil;
public interface GraphQLModelBuilder {
}
| [
"cyuubiapps@gmail.com"
] | cyuubiapps@gmail.com |
99b805f8afbfb96473616f9966f837d1e0af57fd | 34cd4b755caa858b350689f65151732cd467419f | /chapter1/src/chapter1/ex13.java | f429a5717e80b3d9804b9098ca116581448810b3 | [] | no_license | CindyChow1631560/Java-Programming | 9f02521a0b5434d6fed73330c7e2159514049789 | 5e53a1fc865bc56e23a0d7cbeb10b088adbbd9b0 | refs/heads/master | 2020-03-28T05:05:37.799363 | 2018-09-07T02:01:55 | 2018-09-07T02:01:55 | 147,756,094 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 859 | java | package chapter1;
import java.util.*;
public class ex13 {
/* public static int[][] trance(int a[][])
{
int k=a.length;
int m=a[0].length;
int[][] b=new int[k][m];
for(int j=0;j<a[0].length;j++)
for(int i=0;i<a.length;i++)
{
b[i][j]=a[j][i];
}
return b;
}*/
public static void main(String[] args... | [
"2481590325@qq.com"
] | 2481590325@qq.com |
7eaf79afe59d54125aaed2662394516f4895f84f | 065c1f648e8dd061a20147ff9c0dbb6b5bc8b9be | /eclipseswt_cluster/29343/tar_1.java | 35aaa9309494cc8eaa9522dce60f76e2b2542086 | [] | no_license | martinezmatias/GenPat-data-C3 | 63cfe27efee2946831139747e6c20cf952f1d6f6 | b360265a6aa3bb21bd1d64f1fc43c3b37d0da2a4 | refs/heads/master | 2022-04-25T17:59:03.905613 | 2020-04-15T14:41:34 | 2020-04-15T14:41:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,451 | java | package org.eclipse.swt.graphics;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved
*/
import org.eclipse.swt.internal.SerializableCompatibility;
import org.eclipse.swt.*;
/**
* Instances of this class represent rectangular areas in an
* (x, y) coordinate system. The top left corner of ... | [
"375833274@qq.com"
] | 375833274@qq.com |
522ab9b82dffd02fcb037147416a7082f73c0b97 | 3376213e409ceada01732a875fc6951d57df5b50 | /src/entities/Rent.java | 8f49f9494f601f153ebc01b312c8c5dc825bc857 | [] | no_license | Natanfags/javaoo-study | edaca115b1b5e3e24508a1d59e70a37adf5d0d4b | 62f32572eefc4b9eb0bed5aed9309af5f831d571 | refs/heads/master | 2020-04-08T23:12:43.516633 | 2018-12-03T14:08:03 | 2018-12-03T14:08:03 | 159,815,971 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 482 | java | package entities;
public class Rent {
String name;
String email;
public Rent(String name, String email) {
super();
this.name = name;
this.email = email;
}
public Rent() {
}
public String getNome() {
return name;
}
public void setNome(String name) {
this.name = name;
}
public String getEmail(... | [
"natan.fags@gmail.com"
] | natan.fags@gmail.com |
e5cdf4a733b27353fb7528186b2f2c1d31d424f5 | 77ac5592cbbd0d48a514d088391a197656033df7 | /api/src/main/java/com/lijingyao/coffee/gateway/api/models/UserCenterModel.java | b953cc45300b506468363543ec80595096c24ae6 | [] | no_license | tanbinh123/gateway_coffeeshop | 16b230fdca1463ec697f55b40b6822408ee00a77 | 87f42098bb9731f520b8947aaa2acc7b68741a32 | refs/heads/master | 2023-06-11T16:54:17.301172 | 2021-07-12T07:30:06 | 2021-07-12T07:30:06 | 475,483,798 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 992 | java | package com.lijingyao.coffee.gateway.api.models;
import java.util.List;
/**
* Created by lijingyao on 2018/7/9 16:45.
*/
public class UserCenterModel {
private Long userId;
private Long registeredTime;
private String nickName;
private List<UserSimpleOrderModel> orderModels;
public List<UserS... | [
"weiwen@zb100.com"
] | weiwen@zb100.com |
7617ccaf65d687e9481d7984bf87a064f6214cb8 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/elastic--elasticsearch/636bfe846648b77dfcaed8d46e2d5963b0bc3348/after/InternalSearchHit.java | 76fbc5d519d58bcedc00d963c72ec1b6bcbf4019 | [] | 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 | 14,953 | java | /*
* Licensed to Elastic Search and Shay Banon under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. Elastic Search licenses this
* file to you under the Apache License, Version 2.0 (the
* "License"); you m... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
0f2aeacb754cfdaa6590fd9a9c52a3a4070607b5 | b21abac50f72e1b9ee188885e796a2d274ec7764 | /src/main/java/com/jianglei/mstransfer/service/UserService.java | 410ed015cb6e5ca594fd78f7b71a36a3e9b83887 | [] | no_license | hanhongyuan/springboot-mybatis-typehandler | 68b15de0af1cd17f3d8cfae0fe5126716369c414 | 6b761243f4bfeca5a9187e685ac1688fdd551dc4 | refs/heads/master | 2021-01-16T18:09:18.790109 | 2017-07-25T14:17:44 | 2017-07-25T14:17:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 757 | java | package com.jianglei.mstransfer.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.jianglei.mstransfer.dao.CommonDao;
import com.jianglei.mstransfer.datasource.TargetDataSource;
import com.jianglei.mstransfer.model.... | [
"1182624347@qq.com"
] | 1182624347@qq.com |
6b35ec6bd64047375cc047da25ee60bd731ce0dc | bc9cc198d05d4641e350ebab9c3ad61415355deb | /src/main/java/com/imooc/mall/controller/CategoryController.java | 1effb290ef42643fb25fa5fdefd1323555b1f8b5 | [] | no_license | lhy717098106/imooc-mall | 8138db8e4dbff3e6b8ec6866e38a625595a785cd | 8e452ffe2e6bdd4155916f17f96e5500248092ad | refs/heads/master | 2023-08-28T15:10:14.888875 | 2021-10-29T22:22:57 | 2021-10-29T22:22:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,185 | java | package com.imooc.mall.controller;
import com.github.pagehelper.PageInfo;
import com.imooc.mall.common.ApiRestResponse;
import com.imooc.mall.common.Constant;
import com.imooc.mall.exception.ImoocMallExceptionEnum;
import com.imooc.mall.model.pojo.Category;
import com.imooc.mall.model.pojo.User;
import com.imooc.mall.... | [
"865684885@qq.com"
] | 865684885@qq.com |
505bc49ee9c02b4448a6aee0ef45e06e173a32c7 | c30c711726d87d454110f00425bc334312ee0de9 | /src/ventanas/LimaDiamantada.java | 7ad4e68d5e1830b61064ed396a25265aea0eecc3 | [] | no_license | dapuer95/Busqueda_de_productos | d99bdee489d8ecc580ab4b1e6b98e7550b665251 | 0365a92ffe774a7f62bc2ac99f5890715a92e4a2 | refs/heads/main | 2023-07-18T09:26:00.412960 | 2021-08-30T20:19:24 | 2021-08-30T20:19:24 | 378,510,985 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,712 | java | package ventanas;
import java.awt.Color;
import java.awt.event.ItemEvent;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.util.ArrayList;
import java.util.HashSet;
... | [
"dpuerta1095@gamil.com"
] | dpuerta1095@gamil.com |
59a9c37ac045008709428cc5ce930fc521be0b20 | 3399c010c394c25f1966fcc97ac4fa6ef42ef4bf | /webchatapp/src/main/java/com/eugene/webchatapp/DAO/UserDAO.java | a92775f81a58f8644416938b90ff50d90c06a6eb | [] | no_license | EugeneSayko/webChat | 8d7b72ad07f22b3a6e274b8e6a860d8f35875d90 | 9f3c84a84986efd1777d43e41264dbc47ab4d684 | refs/heads/master | 2021-01-18T22:48:26.074050 | 2016-05-31T02:40:40 | 2016-05-31T02:40:40 | 51,355,143 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 5,156 | java | package com.eugene.webchatapp.DAO;
import com.eugene.webchatapp.models.User;
import java.sql.*;
import java.util.ArrayList;
import java.util.List;
/**
* Created by eugene on 26.05.16.
*/
public class UserDAO {
private static final String SQL_INSERT = "INSERT INTO users(id, name, password) VALUES(?, ?, ?)";
... | [
"eugene.sayko@gmail.com"
] | eugene.sayko@gmail.com |
25a6fb42401ed31bad9a6605b71db3b2af442d1b | bc18b57409111dada3a48f72ac095628936f827a | /src/org/apache/lucene/search/ArticleNamespaceScaling.java | efdc3e786ba9c66d13e0407cd75699bbcac7890e | [] | no_license | sridhar-newsdistill/operations-debs-lucene-search-2 | f895a48ade280a7f62b3bf0ea85594a79543c928 | 5c1d8e45e081f78a0640925629cb6b988850e69b | refs/heads/master | 2021-01-13T07:59:53.773586 | 2014-02-12T10:54:09 | 2014-02-13T23:13:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,195 | java | package org.apache.lucene.search;
import java.io.Serializable;
import java.util.Collections;
import java.util.Map;
import java.util.Map.Entry;
public class ArticleNamespaceScaling implements Serializable {
protected float[] nsBoost = null;
public static float talkPageScale = 0.25f;
/** Initialize from ns -> boos... | [
"mah@users.mediawiki.org"
] | mah@users.mediawiki.org |
78fb39c4100745d014cb62fc49e0630f5c563c2c | 0144eb8f55aacb99d954ba89f6189dfd68aac581 | /src/main/java/com/algaworks/algafood/domain/repository/UserRepository.java | 55e41cf8a25c993231ed98e9ca3ae899b3cd09eb | [] | no_license | flavioso16/espec-spring-algaworks | 9b7bc891dde4f08c955bf0be6356654a3c83f436 | 2b385236f467343d01b9d255c0e6faac07dd1f42 | refs/heads/master | 2023-05-05T13:18:15.545143 | 2021-05-30T23:52:04 | 2021-05-30T23:52:04 | 302,503,188 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 468 | java | package com.algaworks.algafood.domain.repository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.stereotype.Repository;
import com.algaworks.algafood.domain.model.User;
@Repository
public interface UserRepository extends CustomJpaRepository<User, Long> {
@Query("SELECT COUNT(u)... | [
"flaoliveira@uolinc.com"
] | flaoliveira@uolinc.com |
7452ebf2ccde642add2eea9852b2f513571bfd6e | ec2cf9897b29e1c86f0d2b6ba6cb4f657d853cef | /1.1.0/CryptoMax/app/src/main/java/com/maxtechnologies/cryptomax/wallets/misc/EncryptionUtils.java | 9255475d8fc30eaf5399d9ef07a189a96ea65b6e | [] | no_license | Colman/CryptoMaxAndroid | 1f70dc8881fad1e7ecb8a7a1308c0cc8dd257eea | eb8bd630d981acbbeed94ee768f88d6da6d0dffd | refs/heads/master | 2020-03-30T02:57:13.876674 | 2018-11-27T07:21:36 | 2018-11-27T07:21:36 | 150,660,051 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,661 | java | package com.maxtechnologies.cryptomax.wallets.misc;
import java.io.InputStream;
import java.io.OutputStream;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.security.InvalidAlgorithmParameterException;
import java.security.InvalidKeyException;
import java.security.KeyFactory;
import java.s... | [
"colmankoivisto@gmail.com"
] | colmankoivisto@gmail.com |
3a7ebf6d69b6b7edda49796c946710eaaa90c3f6 | e7312ae44ac3ab322c211a85fb655a99e31e7285 | /src/testSiteGetNet/TestConsultarDado.java | 04b9e90693c36e51f8aa733605c2a40a3c5b0b81 | [] | no_license | Betila/getnet | e20e9ad1794fc5c67dede5fabf57c4b1fec007c7 | 3cd06a0cae3c2f6917a823b116dbc9b3a2aeef09 | refs/heads/master | 2022-12-07T08:23:04.125311 | 2020-09-03T15:06:41 | 2020-09-03T15:06:41 | 292,603,506 | 0 | 0 | null | null | null | null | IBM852 | Java | false | false | 2,884 | java | package testSiteGetNet;
import static org.junit.Assert.assertEquals;
import java.util.List;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDrive... | [
"betilasantos@gmail.com"
] | betilasantos@gmail.com |
026f64c3507baec6668ecb38562c547ec953e63c | d4b77d3b6d0743d11c6c7dcd2d8dc39a6a7c7de1 | /WebSwarm/public/Behavior.java | afca2cc934cf43f63e7f6be137064cba305a743f | [] | no_license | rubencodes/GeneticSwarm | 96d00782f6481c15c564ef1a8cf534959b91fef2 | db3a09040216caf1233a5c099ea19f6467dbec90 | refs/heads/master | 2020-05-20T12:52:27.255925 | 2019-02-26T03:14:59 | 2019-02-26T03:14:59 | 21,450,781 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,726 | java | import java.io.StringReader;
import java.io.IOException;
import java.util.Random;
import java.util.Vector;
import javax.json.Json;
import javax.json.JsonArray;
import javax.json.JsonObject;
import javax.json.JsonReader;
public class Behavior {
private int comparatorId; //ID of comparator; chooses betwee... | [
"rmartin@bowdoin.edu"
] | rmartin@bowdoin.edu |
d95c526ecb0a015885f104182d92bbbd670890ae | 1a87782f4f85436c4ff242eae2566b318fc9dff4 | /LookupMethod_DI/src/beans/CarImpl.java | aa565f4d3f6ef26cdef48ea088b9e97aeb85fa95 | [] | no_license | kishanpanchal91/spring | 5df1b4fbde9361bd1a3adb417031c4da33b38843 | 964e11ef01f430e209b568bea7480d8714de43e8 | refs/heads/master | 2020-03-08T05:14:15.605137 | 2018-04-19T07:02:26 | 2018-04-19T07:02:26 | 127,943,227 | 0 | 0 | null | 2018-04-19T07:02:27 | 2018-04-03T17:21:27 | Java | UTF-8 | Java | false | false | 47 | java | package beans;
public class CarImpl {
}
| [
"kishanpanchal91@gmail.com"
] | kishanpanchal91@gmail.com |
92aa51a185c253e8c77415ef7908e3ca41270a60 | d620ab67aa540c7d8466325a39f962fcf074bd06 | /modules/petals-messaging/src/main/java/org/ow2/petals/messaging/framework/message/mime/writer/TextPlainWriter.java | 9f0ba925a53d2e860526e741ef94d7880aaebe40 | [] | no_license | chamerling/petals-dsb | fa8439f28bb4077a9324371d7eb691b484a12d24 | 58b355b79f4a4d753a3c762f619ec2b32833549a | refs/heads/master | 2016-09-05T20:44:59.125937 | 2012-03-27T10:28:37 | 2012-03-27T10:28:37 | 3,722,608 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,811 | java | /**
* PETALS: PETALS Services Platform Copyright (C) 2009 EBM WebSourcing
*
* 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 any later version.
... | [
"christophe.hamerling@gmail.com"
] | christophe.hamerling@gmail.com |
488d62cde11424498313590c7cca9e29669d4326 | 34b713d69bae7d83bb431b8d9152ae7708109e74 | /admin/broadleaf-contentmanagement-module/src/main/java/org/broadleafcommerce/cms/page/domain/PageTemplateFieldGroupXref.java | 22945d63ace6029463be91545bb48c9457aa3cf6 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | sinotopia/BroadleafCommerce | d367a22af589b51cc16e2ad094f98ec612df1577 | 502ff293d2a8d58ba50a640ed03c2847cb6369f6 | refs/heads/BroadleafCommerce-4.0.x | 2021-01-23T14:14:45.029362 | 2019-07-26T14:18:05 | 2019-07-26T14:18:05 | 93,246,635 | 0 | 0 | null | 2017-06-03T12:27:13 | 2017-06-03T12:27:13 | null | UTF-8 | Java | false | false | 1,466 | java | /*
* #%L
* BroadleafCommerce CMS Module
* %%
* Copyright (C) 2009 - 2014 Broadleaf Commerce
* %%
* 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... | [
"sinosie7en@gmail.com"
] | sinosie7en@gmail.com |
2d38815672cd25ecda76a93ea9a4e20949c7b4e5 | 0f7d80765671d72f7271a568daa13bacb3c4eff4 | /app/src/main/java/com/example/project/Tab2Fragment.java | df39738f5701b7e6c3a53557eb9ccb9fe98dea4c | [] | no_license | NayanaBannur/OCR-App | 5792cf260cde25c2fd84311925ccb7623af23bb8 | 957734007dd33881b0b761badecb5951ee4015ad | refs/heads/master | 2021-05-18T12:07:00.278541 | 2020-03-30T08:14:33 | 2020-03-30T08:14:33 | 251,237,958 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,418 | java | package com.example.project;
import android.content.Context;
import android.os.Bundle;
import android.os.Environment;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.annotation.NonNull;
import android... | [
"moonlace45@gmail.com"
] | moonlace45@gmail.com |
067154f9322fd70c6cc3e7d4af0fc036f3e2410c | 5f0f49daae1ad972c9fd0cb0b10594f9ab329d78 | /SRM 671 DIV 2/test/BearPaintsTest.java | 641cbde0f684e30363057e9c5fbb657b03156b72 | [] | no_license | lyveng/topcoder | 68a6c16a0e52efd4047ec7b78b5c7f1a51dd8f24 | a3faed5bf898d6ab7a4cebcca7f567ecea6207e8 | refs/heads/master | 2021-06-12T17:06:56.595248 | 2017-01-15T17:37:54 | 2017-01-15T17:37:54 | 22,494,337 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 918 | java | import org.junit.Test;
import static org.junit.Assert.*;
public class BearPaintsTest {
@Test(timeout=2000)
public void test0() {
int W = 3;
int H = 5;
long M = 14L;
assertEquals(12L, new BearPaints().maxArea(W, H, M));
}
@Test(timeout=2000)
public void test1() {
int W = 4;
int H = 4;
long M = 10... | [
"livingstone.s.e@gmail.com"
] | livingstone.s.e@gmail.com |
1ee06d43273f40ce608cfc349bbefe69c00a1888 | 9e5e9c6c91ddfcff96c822fb5e395cc66eebda7a | /src/main/java/multithread/byThread/ThreadStopDemo.java | 584854aeb63efa539557747d620eb2a8cd2c869e | [] | no_license | seventheluck/JavaDemo | 845415693dd198ef79fc70106f90cb7511aa5c8e | 341c96ddb48669e14c2c51cb424c4ce4dae28d54 | refs/heads/master | 2020-04-18T10:20:04.464594 | 2019-01-25T02:40:22 | 2019-01-25T02:40:22 | 167,464,662 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 377 | java | package multithread.byThread;
public class ThreadStopDemo {
public static void main(String[] args) {
ThreadStop ts1 = new ThreadStop();
ts1.start();
try {
Thread.sleep(3000);
System.out.println(Thread.currentThread().getName());
ts1.interrupt();
... | [
"seventheluck@gmail.com"
] | seventheluck@gmail.com |
f026678423261842765eaf01ab23a2cae2669857 | 2c7b377aa88a740c45c92d58c608ecf0af897b91 | /src/main/java/br/com/zup/forum/repository/CursoRepository.java | c91c0e8cc84eb04e41b2a6a5d03d88f8316565cb | [] | no_license | jocimar-dev/api-rest-zup | 1e6dc2841dfe11f9af40d5ce16614379f8274004 | 92b00b908d6b2bd995ef62d72ff8b4e10469bf0c | refs/heads/master | 2023-02-17T20:16:04.223200 | 2021-01-19T13:29:10 | 2021-01-19T13:29:10 | 329,911,561 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 257 | java | package br.com.zup.forum.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import br.com.zup.forum.modelo.Curso;
public interface CursoRepository extends JpaRepository<Curso, Long> {
Curso findByNome(String nome);
}
| [
"jocimarneres@gmail.com"
] | jocimarneres@gmail.com |
10b0f0801bd7d46c1cf33c9f82570a8e3c6066e0 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/9/9_13ade46b5320f3c1982e8e9bc39508bb7fc647db/AccountSyncSettings/9_13ade46b5320f3c1982e8e9bc39508bb7fc647db_AccountSyncSettings_t.java | 515e648d9c50536ad89d8f294cdb30e4e7f45407 | [] | 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 | 22,593 | java | /*
* Copyright (C) 2008 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requi... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
acb02241e90341935e398866c4f200dcd90aebbc | 90683462cd830dec12ee1c4c89e5e119ca7d9718 | /testContract/src/main/java/crawlerAddress_ropsten.java | 7079bc3739304e0b05cc95850f2d896a45e02f1a | [] | no_license | L-PLUM/ExperimentData | d02094fc4c9a5a49c4ef57725ad5847d4409e265 | 0f92389adbceefd77f537885b0e54b66530d375b | refs/heads/master | 2022-09-07T11:07:31.289716 | 2019-09-07T08:43:34 | 2019-09-07T08:43:34 | 206,934,941 | 1 | 1 | null | 2022-09-01T23:12:25 | 2019-09-07T07:52:16 | Java | UTF-8 | Java | false | false | 6,011 | java | import net.sf.json.JSONArray;
import org.apache.poi.hssf.usermodel.*;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.select.Elements;
import java.io.FileOutputStream;
import java.util.ArrayList;
import java.util.List;
public class crawlerAddress_ropsten {
@SuppressWarnings("deprecation... | [
"laienmei96@163.com"
] | laienmei96@163.com |
7d1b73e9d3e65841ecc49c3b4d810b3e058ed949 | 49b75f183a3c947a46fe61986816e5bc4faa2fcc | /src/main/java/com/example/priority/dto/responce/ResAllPriority.java | 207aeec7c35f7b3a0dba816607c76d28f9703c0b | [] | no_license | komal2831/priority_tatsam | 0a1cd107ffe5090651352ee5f2ae0dad38c4c365 | 0761d7a07835d133095d5232a29cd9cb9e3a4dd9 | refs/heads/main | 2023-06-16T17:32:09.251755 | 2021-07-02T12:34:46 | 2021-07-02T12:34:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 295 | java | package com.example.priority.dto.responce;
import lombok.Data;
import java.util.List;
@Data
public class ResAllPriority extends GenericResponse{
List<Priority> priorityList;
@Data
public static class Priority{
private Long priorityId;
private String Name;
}
}
| [
"ranjeet@anvayaanalytics.com"
] | ranjeet@anvayaanalytics.com |
98de85ad3981beb3f94a65f4419e5a337db415b3 | d89577506ae8ae3dcf1069c0a2e95fe89e841a99 | /omd-dao/src/test/java/me/glux/omd/dao/test/package-info.java | 9f638e67fce0b3f663b10de7700e94155b47623c | [] | no_license | gluxhappy/bms-fs | 8d03fa006d1bccd066000917f70af126362294b9 | 54e3a458e6774e7763836517de14508c370555d1 | refs/heads/master | 2016-09-12T14:26:33.640921 | 2016-05-19T01:46:52 | 2016-05-19T01:46:52 | 56,482,477 | 2 | 2 | null | null | null | null | UTF-8 | Java | false | false | 61 | java | /**
* @author gluxhappy
*
*/
package me.glux.omd.dao.test; | [
"gluxhappy@gmail.com"
] | gluxhappy@gmail.com |
0f9b50d20d754fce5b3dae5a0b8ee17cf908669b | 559ea64c50ae629202d0a9a55e9a3d87e9ef2072 | /com/cnmobi/im/util/DateUtils.java | 06f05f6ee6b32f7d947c5985a450ce0c8108d8f6 | [] | no_license | CrazyWolf2014/VehicleBus | 07872bf3ab60756e956c75a2b9d8f71cd84e2bc9 | 450150fc3f4c7d5d7230e8012786e426f3ff1149 | refs/heads/master | 2021-01-03T07:59:26.796624 | 2016-06-10T22:04:02 | 2016-06-10T22:04:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,719 | java | package com.cnmobi.im.util;
import com.google.protobuf.DescriptorProtos.FieldOptions;
import com.google.protobuf.DescriptorProtos.MessageOptions;
import com.google.protobuf.DescriptorProtos.UninterpretedOption;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import org.xbill.... | [
"ahhmedd16@hotmail.com"
] | ahhmedd16@hotmail.com |
6ceced30208d4fa8cb7730e942ac1e1fc88292ef | 40df2cb0cf4cdc8261a88fc507ffb7cd113282c3 | /micro-film-cloud/nacos-gateway/src/main/java/com/zjservice/gateway/pojo/OperationLog.java | ca20996fadc118fa8c96e0819e960b47dab8f429 | [] | no_license | zj19950922/micro-film-cloud | d51794c2b217618fcad40569f590e8950eb35808 | 3f726f99826c4a3fc6011f950cd7a2d2dea7d350 | refs/heads/master | 2023-07-20T05:02:03.584333 | 2020-03-30T01:02:37 | 2020-03-30T01:02:37 | 241,000,356 | 3 | 0 | null | 2023-07-11T02:31:33 | 2020-02-17T02:04:10 | TSQL | UTF-8 | Java | false | false | 521 | java | package com.zjservice.gateway.pojo;
import lombok.Data;
import java.io.Serializable;
/**
* @author zj
* @date 2020/1/6 9:36
* @Description
*/
@Data
public class OperationLog implements Serializable {
private String id;
/** 用户名*/
private String userName;
/** 请求服务*/
private String visitorServi... | [
"zhujun19950922@163.com"
] | zhujun19950922@163.com |
2906c17c91d8ac8e675ae9a4698e0fbfd4e8030a | 9f3ff403648c120b03c2ae101d42ac276a9908b1 | /SpringCloud-Customer-Service/src/main/java/in/ibm/demo/service/CustomerService.java | 2023507014387eafbd8dab81dec3edbe0d8fb461 | [] | no_license | shivamkumar116/IBM_LPU | b6410ab8a6d1ae58114dc66e4ce320d7eac60afc | e501fbee1ac5ed87bb3be5350421e7bc2d1b2e0e | refs/heads/master | 2022-12-28T12:08:25.673027 | 2020-05-14T12:07:12 | 2020-05-14T12:07:12 | 254,459,045 | 0 | 0 | null | 2022-12-16T15:37:07 | 2020-04-09T19:20:26 | Java | UTF-8 | Java | false | false | 170 | java | package in.ibm.demo.service;
import java.util.List;
import in.ibm.demo.entity.Customer;
public interface CustomerService {
public List<Customer> getCustomers();
}
| [
"shivamkumar116@gmail.com"
] | shivamkumar116@gmail.com |
bfe4fc5787c4138c5362c99cf2468640f0de4652 | a33aac97878b2cb15677be26e308cbc46e2862d2 | /data/libgdx/LwjglGL20_glUniform3f.java | 32c54a8efaf4aea44ae149b1e0cd46479db76b11 | [] | no_license | GabeOchieng/ggnn.tensorflow | f5d7d0bca52258336fc12c9de6ae38223f28f786 | 7c62c0e8427bea6c8bec2cebf157b6f1ea70a213 | refs/heads/master | 2022-05-30T11:17:42.278048 | 2020-05-02T11:33:31 | 2020-05-02T11:33:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 110 | java | public void glUniform3f(int location, float x, float y, float z) {
GL20.glUniform3f(location, x, y, z);
}
| [
"bdqnghi@gmail.com"
] | bdqnghi@gmail.com |
3922c6b610b5f8430cf7fc675421712ea34e656c | 3544d676049e38eac8610c13d2e8b629bd89b938 | /Factory Pattern Sample/src/com/company/Main.java | 1b87ecdc3970b2d82cd423bdbb55686de2c18895 | [
"MIT"
] | permissive | Ahmedsafwat101/DesignPatterns | cb51c274e86d77eaa0ce46f801a69691a7b2a225 | 2f52c470b21cd93c28fce1e2ffef26bffa8809db | refs/heads/main | 2023-04-18T17:05:18.220587 | 2021-04-20T22:42:14 | 2021-04-20T22:42:14 | 359,957,325 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 481 | java | package com.company;
import com.Factory.DialogFactory;
public class Main {
public static void main(String[] args) {
/**Calling the factory**/
DialogFactory factory = new DialogFactory();
/**Create HTML Button from DialogFactory that will return Button class **/
factory.createButto... | [
"42112466+Ahmedsafwat101@users.noreply.github.com"
] | 42112466+Ahmedsafwat101@users.noreply.github.com |
3ace2d12ec730068c33557c86c28ba7492c8e85c | 099028e82771d0939d2a65e81ab188ea5b9084c3 | /src/main/java/com/carndos/modules/res/pojo/ResRoleBO.java | e80e0f1e563f39969fa257f87f6a2de61b4851fa | [] | no_license | yanghj7425/carndos | 65f8e37e466dd58336435cd5f9cb1d52ed88a755 | 1cbefe125303729a8f547ee4dbac24a9f48c4cef | refs/heads/master | 2022-06-22T10:17:10.434917 | 2019-06-20T10:10:19 | 2019-06-20T10:10:19 | 140,275,326 | 0 | 0 | null | 2022-06-17T02:00:58 | 2018-07-09T11:22:16 | Java | UTF-8 | Java | false | false | 837 | java | package com.carndos.modules.res.pojo;
import lombok.Builder;
import lombok.Data;
import java.io.Serializable;
/**
* @description 角色资源映射
*/
@Data
@Builder
public class ResRoleBO implements Serializable {
private static final long serialVersionUID = 1L;
/**
* 映射id
*/
private Long id;
/**... | [
"1501587673@qq.com"
] | 1501587673@qq.com |
3f461858c29e6d2e17443f88ff11fe7af23d14a1 | bd1de34bb9cef9c7c382a82dc849f35b18ed28c7 | /src/main/java/com/cursomc/services/validation/ClienteUpdate.java | fc3286c30d83b570c9d02b0ec05bf74182e426b9 | [] | no_license | emersonabreu/Crud-Spring-Ionic | b9ccd14e5a37a03e27142f8be64fb10b443288ec | e8298b0bd3eef42b6026e969f240b67ac4734ef4 | refs/heads/master | 2020-03-08T05:10:02.242154 | 2018-06-16T12:09:53 | 2018-06-16T12:09:53 | 127,941,240 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 565 | java | package com.cursomc.services.validation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import javax.validation.Constraint;
import javax.validation.Payload;
@Constraint(validatedBy = ClienteUpdateValidator... | [
"emersondamiaosouza@gmail.com"
] | emersondamiaosouza@gmail.com |
01bd345a323aec46df0c8e283d27758bacaf3ffe | d34a8445db6c0ddf7bf424a96068cb6c78571803 | /WEB-INF/src/com/astrider/sfc/test/lib/helper/MapperTest.java | 4e8dff06f5ec44796c2dd55203ae4dabcadf0dfb | [] | no_license | 1tsuki/SimpleFrontController | e78cf84be16d9054e6797efaa0fcc2ec3bc22bc4 | 441b60f4ad2a45897e86062937d12beafd7d78dc | refs/heads/master | 2020-12-24T13:35:38.835399 | 2013-06-17T00:46:50 | 2013-06-17T00:46:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,914 | java | package com.astrider.sfc.test.lib.helper;
import static org.junit.Assert.*;
import static org.mockito.Mockito.*;
import java.sql.ResultSet;
import java.sql.SQLException;
import javax.servlet.http.HttpServletRequest;
import org.junit.Test;
import com.astrider.sfc.lib.helper.Mapper;
import com.astrider.sfc.test.app.... | [
"01002552@WP9334.ancor2.r.recruit.co.jp"
] | 01002552@WP9334.ancor2.r.recruit.co.jp |
588866df2d0e7acd35b8e45b34b229b0be40a9fb | 235a84eaa8a310a6dfc98ceddb10e45a65346210 | /ExampleNotify/app/src/main/java/com/example/examplenotify/MainActivity.java | 7f281517821a9414a0d98ffe270c6f298ed9f0c4 | [] | no_license | varaprasad767/Varaprasad-Android | f4986b1eeb7ae0440a78573ac6c009e53992e37b | d450548a925e88f441b31f2ebc86388bbbd0c79f | refs/heads/main | 2023-03-18T14:22:03.296757 | 2021-03-10T06:36:16 | 2021-03-10T06:36:16 | 338,043,702 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,845 | java | package com.example.examplenotify;
import androidx.appcompat.app.AppCompatActivity;
import androidx.core.app.NotificationCompat;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Intent;
import android.graphics.Color;
import androi... | [
"varaprasadvps@gmail.com"
] | varaprasadvps@gmail.com |
7f699509cf530a926aea5738e981be00ba7ef3a8 | 6d1fe7fe75bc210fc5f8662c5b4d348387f03fdf | /salesapp-microservices/salesapp/src/main/java/com/att/salesexpress/webapp/service/igloo/IglooConsumerServiceImpl.java | 94052007ea4391668238f1b485df83e07d5ed376 | [] | no_license | wsachoo/mypoc | a6a8916c7186d2a2cd9848d9b172d4898db077cf | 18e92e0a4be500fcd724ef45b5830b9b02bc8d58 | refs/heads/master | 2021-05-03T07:47:55.860926 | 2018-03-22T21:30:35 | 2018-03-22T21:30:35 | 79,166,745 | 0 | 2 | null | 2018-03-28T22:12:29 | 2017-01-16T22:49:43 | Java | UTF-8 | Java | false | false | 7,484 | java | package com.att.salesexpress.webapp.service.igloo;
import java.io.StringWriter;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import javax.xml.bind.JAXBContext;
import javax.xml.bind.JAXBException;
import javax.xml.bind.Unmarshaller;
i... | [
"swadhank@us.ibm.com"
] | swadhank@us.ibm.com |
daf0d492a50f7123e8db5af668d70d1043ec68c0 | 9370cc5bc214ad377200ca41ed6f556140cbb06a | /src/com/mysteel/banksteel/view/adapters/SourceSearchAdapter.java | 0add1e425e101fe927160b44107fce951de3c3f4 | [] | no_license | caocf/2.1.0 | db5286d5e9317e1ae70e1186b222e736b1e7a2ce | f2ba501e317eb1f5e9f77cf94ef9c52cc606b252 | refs/heads/master | 2021-01-16T20:50:52.899829 | 2015-11-06T17:29:05 | 2015-11-06T17:29:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,753 | java | package com.mysteel.banksteel.view.adapters;
import android.content.Context;
import android.content.Intent;
import android.text.TextUtils;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
... | [
"529500098@qq.com"
] | 529500098@qq.com |
1c9573f0e0ff26d9d4c7524c4612623e5fdffeb4 | 3eab3fb0f444a7d6e19205dba17a5bea6ee59221 | /Message/gen/com/example/message/R.java | 1fd6b22326b9a37f5ab93fac4a120a530a32830a | [] | no_license | fang1994042128/Android-- | 9c13018247c685d2cee6baa9e50eae123058499b | 6ed06137fb78b9a8a2571886b9d491785b61d247 | refs/heads/master | 2016-09-03T07:26:39.637180 | 2015-05-03T09:16:45 | 2015-05-03T09:16:45 | 31,646,002 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,300 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.example.message;
public final class R {
public static final class attr {
}
public static final class dimen {
... | [
"624941450@qq.com"
] | 624941450@qq.com |
04a29c75594a088db4ddad365d428310d9fbff67 | ae613b879e02a8130fd6aceaa5af40176e6f3b73 | /secondLab/src/Main.java | bb0fe7ee2a22abf805088729a068c70c2e1a1df7 | [] | no_license | Koska-java/Java-Labs | c33691f0f7b66e338c2dd95b3bbb98a859a52657 | 9f7b910d3474189b8dc5ac30df27daabf26baca9 | refs/heads/master | 2022-09-12T21:36:51.855244 | 2020-05-30T09:08:19 | 2020-05-30T09:08:19 | 261,855,078 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,361 | java | import java.util.InputMismatchException;
import java.util.Scanner;
public class Main {
public static final String ANSI_RESET = "\u001B[0m";
public static final String ANSI_BLACK = "\u001B[30m";
public static final String ANSI_RED = "\u001B[31m";
public static final String ANSI_GREEN = "\u001B[32m";
... | [
"leonardo096@mail.ru"
] | leonardo096@mail.ru |
774cf554a6c634b39c0cf46ea6128d73e2beaf5f | a6b5e84baad67354a7c215828c16a186f354faa3 | /bootcampmanagement/src/main/java/com/bm/bootcampmanagement/repository/el/ProvinceRepository.java | f429424d6c901f0e7a59c8d08f7254057e8e62c7 | [] | no_license | bootcamp23-mii/SpringBoot-BootcampManagement | c310339787d0d780d3adc41efc2648786025fd4e | c84dc598f7ff84cdcce5147535eaa85f57fef92b | refs/heads/master | 2020-05-01T02:58:45.188924 | 2019-05-09T14:43:53 | 2019-05-09T14:43:53 | 177,234,302 | 4 | 1 | null | null | null | null | UTF-8 | Java | false | false | 790 | 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.bm.bootcampmanagement.repository.el;
import com.bm.bootcampmanagement.entities.Province;
import org.springframewor... | [
"restaarayaning@gmail.com"
] | restaarayaning@gmail.com |
e8888c8cd701fa12e592157c0f9811c765efdd04 | 228d30af9aeb9d97873b56d72e65f6c42eedd34d | /src/main/java/week2/Day1/IrctcSignUp.java | e453c10aebecce57160bb7835d7e2df7e7855150 | [] | no_license | tnkarthick14/Selenium-Codes | b00b7edc9afe6047b3d199b15b6057bf37e9453f | be36461f1fe4a1bd1ca6dfdf12159dc375b88877 | refs/heads/master | 2020-04-29T08:08:31.320929 | 2019-04-13T12:56:15 | 2019-04-13T12:56:15 | 175,975,955 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,869 | java | package week2.Day1;
import org.openqa.selenium.Keys;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.support.ui.Select;
public class IrctcSignUp {
public static void main(String[] args) throws InterruptedException {
// TODO Auto-generated... | [
"tnkar@SARKAR"
] | tnkar@SARKAR |
0ccd03d7de9cfce8c9dc302954445653bd4f259c | 2658a0e8fa37ddcca0fac8f7e4a279348f39a67b | /StoreHeader.java | 6ec91bab150c16299a59b79d62fa871381b8ce05 | [] | no_license | mtleonardjr/Receipt-Decorator | ba5c81e681ed6d3a373c7718249bfbf23cb2b49e | a2ff93b9caf952ac4ac0aa35f7d531ab4aa26793 | refs/heads/master | 2020-12-23T03:55:32.520796 | 2020-02-29T16:36:37 | 2020-02-29T16:36:37 | 237,025,514 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 765 | java | package cosc436assignment_5;
import java.io.*;
//Author: Michael Leonard
public class StoreHeader {
private String street_addr, zip_code, phone_num, store_num, state_code;
public StoreHeader(String street_addr, String zip_code, String state_code, String phone_num,
String store_num){
... | [
"noreply@github.com"
] | mtleonardjr.noreply@github.com |
1ccb20781bcea5c344e3406dfae58c58445778f6 | 2431af653419370f5b5fd955b8c5408f1ef94dae | /src/com/javaintroduction/TaskOnVariables.java | f8527df472289a037b4639b332a11c225be4b19d | [] | no_license | prathapSEDT/TMSEL-DailyCODE | d38acd8d3e8194f94b4e8973574cc426d773b3b5 | 4031154f323606d3c41fee4ecc15c59d90dccbd7 | refs/heads/master | 2023-03-14T20:08:22.837083 | 2021-02-23T05:11:46 | 2021-02-23T05:11:46 | 341,436,163 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 313 | java | package com.javaintroduction;
public class TaskOnVariables {
public static void main(String[] args) {
int a,b;
a=30;
b=40;
// swap two numbers, a==> 40 b==>30
a=a+b;// 70
b=a-b;//70-40=30
a=a-b;//70-30=40
System.out.println(a+" "+b);
}
}
| [
"prathap.ufttest@gmail.com"
] | prathap.ufttest@gmail.com |
5bed405c4aa96baa2305212e4336ce918cc7bfa0 | bb8f8e51044c22cbe26711ec9228669a449cb920 | /app/src/main/java/com/example/judongseok/itcontest/MainScene.java | c081a5f35e5a2a0fc73acd03467909b51e5f756f | [] | no_license | MojitoBar/SKHU-NoticeApplication | f06e32f97250df604abdfe4e69a48632076df265 | 3c29b59e286dbf8163ea0390a6567846cae89ea0 | refs/heads/master | 2022-11-04T20:26:17.599893 | 2021-01-28T10:07:55 | 2021-01-28T10:07:55 | 148,444,092 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,208 | java | package com.example.judongseok.itcontest;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
import android.widget.CompoundButton;
import android.widget.Switch;
impor... | [
"wnehdtjr5@gmail.com"
] | wnehdtjr5@gmail.com |
508988f896dbd1127339652fdf65a2a15939eddc | bbe5c642dcd8637c211c654a1b520dd45c0a38f9 | /src/com/leo/algorithm/ValidateBinarySearchTree.java | b32a82ddc9eded551f88583a18f83eff73b9b767 | [] | no_license | firelion0725/Algorithm | b6916d887854ea9beb428f149e69e172004d0ed1 | cebc870d1a41abe2539ba6d463502f3ae0dc1451 | refs/heads/master | 2022-12-23T13:23:47.953315 | 2020-09-17T07:36:37 | 2020-09-17T07:36:37 | 258,155,920 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,239 | java | package com.leo.algorithm;
import com.leo.algorithm.model.TreeNode;
import com.leo.algorithm.model.Utils;
/**
* https://leetcode-cn.com/problems/validate-binary-search-tree/
*/
public class ValidateBinarySearchTree {
public static void main(String[] args) {
TreeNode root = initTree2();
boolean ... | [
"Leo.ZhangTJ@homecreditcfc.cn"
] | Leo.ZhangTJ@homecreditcfc.cn |
4354c8518a394c0baa9d6471a2bcc0117579a429 | 3482685392a16465aba102874c701707343e8d95 | /app/src/main/java/com/epita/mti/tinytube/request/OkHttpStack.java | 1d3d2b1f9df0daf2c00db0f74c9da414c89dfbdc | [] | no_license | matthieu-rollin/TinyTube | d26d8f736fef9195e2e020e37a07287eda239337 | cb5df5895f5bd39578e884e6e2ec9a76ebd366ed | refs/heads/master | 2021-01-23T15:41:45.371727 | 2014-12-20T00:24:21 | 2014-12-20T00:24:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,029 | java | package com.epita.mti.tinytube.request;
import com.android.volley.toolbox.HurlStack;
import com.squareup.okhttp.OkHttpClient;
import com.squareup.okhttp.OkUrlFactory;
import java.io.IOException;
import java.net.HttpURLConnection;
import java.net.URL;
/**
* Created by _Gary_ on 28/11/2014.
* Simple stack to use OkH... | [
"gary.dameme@gmail.com"
] | gary.dameme@gmail.com |
6b5c6dfbe82c11dcfc8aa7d23661141cd3c2ac83 | 75d27f2806924f891e6c6a68a839a8744cb975f3 | /girls/src/main/java/net/lele/domain/User.java | 4532fff025944e537f9ee45a586bc2143506ba4a | [] | no_license | leleluv1122/HuiHeeGirls | 454894c5171c03c63fbf9b2abc8a78cab448a122 | 2e3bd73de4e7e19058f74599ecc4afc415e8df5f | refs/heads/master | 2023-04-11T00:16:39.956398 | 2021-01-05T04:53:50 | 2021-01-05T04:53:50 | 242,047,626 | 7 | 1 | null | 2021-04-26T20:26:13 | 2020-02-21T03:42:14 | Java | UTF-8 | Java | false | false | 480 | java | package net.lele.domain;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import lombok.Data;
@Data
@Entity
public class User {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
int id;
int enable;
String userI... | [
"jh_o214@naver.com"
] | jh_o214@naver.com |
70cd2034f6c36b6e9692f679f1c95c904da8dcd9 | f2e41adb54b8bd00fd8bca4990af9ee1e1006a5e | /spring_step06_jdbc/src/test02/JdbcExample6.java | e701a98d90ca67aed75877156369b5cde931b59f | [] | no_license | bsgpark/Springworkspace | 3eaac88b5fae0b55604d280f1c376bee25d2e4f0 | 0127f82bee54463f5a4e783d1554ce95fb7de370 | refs/heads/master | 2022-12-24T10:24:54.540943 | 2020-09-22T07:15:51 | 2020-09-22T07:15:51 | 295,885,382 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 842 | java | package test02;
/* 수정
[문제] p0001을 jQuery, 35000, 인포믹스로 변경하시오
[결과] 상품 1개를 수정하였습니다
*/
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class JdbcExample6 {
public static void main(String[] args) {
ApplicationContext factory =... | [
"bsgpark@naver.com"
] | bsgpark@naver.com |
1f865d55f2e2ff992892b77e11190f0314ccd311 | 580d37ac030ee333cf47ffa5ad5aca0ccb608459 | /src/test/java/com/springboot/DemoApplicationTest.java | 1199ea2a66e24e73d584b126982e932435beb5cd | [] | no_license | zhuyupeiwmq/springboot | 906994fc408f220c72dfc7b44382ae7f01bb1b8e | e47d2671aa16680418665d123f4c95def32c10f9 | refs/heads/master | 2023-03-12T20:32:28.563272 | 2020-12-21T09:57:38 | 2020-12-21T09:57:38 | 323,290,569 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 106 | java | package com.springboot;
import static org.junit.jupiter.api.Assertions.*;
class DemoApplicationTest {
} | [
"103zypZ#"
] | 103zypZ# |
ca2a71dea01ef97318d7f5ed47f504c2c6e1b13f | 5604ba8b171cc374ca78e7a165a7e26498d12e34 | /it.polimi.mdir.crawler.graphmlmodel/code/gen/it/polimi/mdir/crawler/graphmlmodel/messages/ObjectFactory.java | cd2c4135e3ebcf6b98c253c04ea5c79c71573783 | [] | no_license | zefang/model-driven-information-retrieval | 9019c4c1ca0b0a5f544866c80e7c2207841717ea | 446027dd10e809d07e5280b164347792169c7282 | refs/heads/master | 2020-04-06T03:34:33.489980 | 2011-10-08T14:44:39 | 2011-10-08T14:44:39 | 37,524,552 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,316 | java |
// CHECKSTYLE:OFF
package it.polimi.mdir.crawler.graphmlmodel.messages;
import javax.xml.bind.annotation.XmlRegistry;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the it.polimi.mdir.crawler.graphmlmodel.messages package.
*... | [
"stefano.celentano87@gmail.com"
] | stefano.celentano87@gmail.com |
89fe8e3ae8e907a75851c58c57c2249e99d57c1a | c83d9a429fa8754619eb2de55a4b36a27afb198a | /src/util/ChartUtils.java | abe8a1f490ad5bb754934794edd25cc3114082f7 | [] | no_license | yongchengmin/jfreecharts_demo_01 | 0675e724c7ba49b3be469bf75454f883559fa9ae | 975650f18cd8989438697254430c32ebeaf206cc | refs/heads/master | 2020-03-10T11:57:49.650581 | 2018-04-13T07:37:35 | 2018-04-13T07:37:35 | 129,366,706 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 16,138 | java | package util;
import java.awt.BasicStroke;
import java.awt.Color;
import java.awt.Font;
import java.awt.Paint;
import java.awt.Rectangle;
import java.text.DecimalFormat;
import java.text.NumberFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Vector;
i... | [
"minyongcheng@qq.com"
] | minyongcheng@qq.com |
8089e8b6315d865c165e72b6e9b40948d94caf72 | 6cb64364c931af163127635693a89116f7b00428 | /src/com/khoahuy/exception/UnauthorizedException.java | d72fbe86de117e859d05663aa8ae13bba2f59145 | [] | no_license | khdb/phototag | ac2a5ea7ac1f5eeda5701f899427d468ad695a09 | 62f8774fbec8a2dad83c10b3f9049fd48515c04d | refs/heads/master | 2016-09-05T20:15:47.319696 | 2013-11-27T17:54:11 | 2013-11-27T17:54:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 238 | java | package com.khoahuy.exception;
public class UnauthorizedException extends Exception {
/**
*
*/
private static final long serialVersionUID = 1L;
public UnauthorizedException(String message) {
super(message);
}
}
| [
"thanhhuy89vn@gmail.com"
] | thanhhuy89vn@gmail.com |
e7616b8311d11a5802945a90f1a05bb79ddc9b7f | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/29/29_15fa01a72f25d2828339cd116a2a7d7972b980a9/TwitterManagerImpl/29_15fa01a72f25d2828339cd116a2a7d7972b980a9_TwitterManagerImpl_s.java | 151b5b8d8c3d59ebcfe7269626e1a6918ae9ea7a | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 1,636 | java | /**
*
*/
package org.soluvas.web.login;
import twitter4j.Twitter;
import twitter4j.TwitterFactory;
import twitter4j.auth.AccessToken;
/**
* @author haidar
*
*/
public class TwitterManagerImpl implements TwitterManager {
private final String consumerKey;
private final String consumerSecret;
... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
961e9afe3ba7ccbd7a4d1d8f9f23ea518c2b3a72 | bc0ecf8cc3ac3cb3bb95f09312ba75e0062c6969 | /src/main/java/efuture/persistence/CommonDAO.java | d1c9230a24bede2550e0ea1e75e08e32b76f5958 | [] | no_license | juyoungyoo/TimeReport | c83043876d1c59af48a39389e39185a3f400f2c9 | f92b8b30d8a65a83c2fc07c3c4ad5491b71b6d2d | refs/heads/master | 2022-12-25T20:16:37.707742 | 2018-03-19T01:04:56 | 2018-03-19T01:04:56 | 125,488,608 | 0 | 0 | null | 2022-12-16T06:02:02 | 2018-03-16T08:44:03 | JavaScript | UTF-8 | Java | false | false | 286 | java | package efuture.persistence;
import java.util.ArrayList;
import java.util.HashMap;
/**
* 프로젝트 관리
* Created by user on 2017-03-29.
*/
public interface CommonDAO {
/* 공통코드 출력 */
ArrayList<HashMap<String,Object>> list(HashMap<String,Object> hmap);
}
| [
"juy5790@outlook.com"
] | juy5790@outlook.com |
b7b175e93432ffdf786199b5feff6b5ee89310d2 | eb2690583fc03c0d9096389e1c07ebfb80e7f8d5 | /src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01733.java | e16fc956f1c9f8dc5de34f0eeb80c1e8221121b3 | [] | no_license | leroy-habberstad/java-benchmark | 126671f074f81bd7ab339654ed1b2d5d85be85dd | bce2a30bbed61a7f717a9251ca2cbb38b9e6a732 | refs/heads/main | 2023-03-15T03:02:42.714614 | 2021-03-23T00:03:36 | 2021-03-23T00:03:36 | 350,495,796 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,498 | java | /**
* OWASP Benchmark Project v1.2
*
* This file is part of the Open Web Application Security Project (OWASP)
* Benchmark Project. For details, please see
* <a href="https://www.owasp.org/index.php/Benchmark">https://www.owasp.org/index.php/Benchmark</a>.
*
* The OWASP Benchmark is free software: you can redistribute i... | [
"jjohnson@gitlab.com"
] | jjohnson@gitlab.com |
0a4a74916f624ddf63305770184cfec1b0d9c955 | 59e5d71dd5eb187fcbd544e92000525961f3541d | /integration-tests/src/test/java/org/apache/stanbol/enhancer/it/MultiThreadedTest.java | e9fb37522c561ae85dc9d821e4ef87ffcf1a7b7c | [
"Apache-2.0"
] | permissive | alansaid/stanbol | 532ca3eaf752b240920762e174387f243eecbdad | ad9fb1c880d17c29f9dad0e23e7c8899fff37512 | refs/heads/trunk | 2021-01-14T12:21:46.554231 | 2015-12-07T09:40:48 | 2015-12-07T09:40:48 | 46,792,648 | 0 | 1 | null | 2015-11-24T13:15:28 | 2015-11-24T13:15:27 | null | UTF-8 | Java | false | false | 1,430 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with this
* work for additional information regarding copyright ownership. The ASF
* licenses this file to You under the Apache License, Version 2.0 (the
* "License"); you may n... | [
"rwesten@apache.org"
] | rwesten@apache.org |
6f84688104647ac3995bc160111fd806bad91a72 | ef8abb69f0381d0f5ff109a6715d8ab34c6be341 | /src/MyApplication/app/src/main/java/com/example/tuan/myapplication/Server/SendJSON.java | d576f9839da820e2a8f7efb68d814afd2d0b3ab3 | [] | no_license | tuanpham91/Android-SettlerOfCatan | 335555fa3c15e992425b15b3e97e76cfef6d690c | 244007ca09f5dcf496077dd98ea87a014685d8f3 | refs/heads/master | 2021-08-16T10:33:12.858665 | 2017-11-19T16:06:29 | 2017-11-19T16:06:29 | 110,433,497 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 19,764 | java | package com.example.tuan.myapplication.Server;
import java.util.ArrayList;
import java.util.Arrays;
import com.example.tuan.myapplication.model.Card;
import com.example.tuan.myapplication.model.Cost;
import com.example.tuan.myapplication.model.Game;
import com.example.tuan.myapplication.model.Player;
import com.exa... | [
"phama@cip.ifi.lmu.de"
] | phama@cip.ifi.lmu.de |
3e0d93be066eba00506b2c1a836d4f7876221825 | d5b5d292f7c1ea7b11ce41dbd2e01d1f658d03eb | /src/main/java/thedarkcolour/futuremc/block/BlockNewSlab.java | fa1c6aac6fbaf8ba74fbdbadb45b3cd14bf2eeef | [] | no_license | JairoQuispe/Future-MC | eed942b166af0f3277022f14d9ca6777061e8644 | 98c0addbc0d22d62494fbc25eac44f203512a84a | refs/heads/master | 2020-08-27T13:09:35.888314 | 2019-10-19T06:43:27 | 2019-10-19T06:43:27 | 217,382,309 | 0 | 0 | null | 2019-10-24T19:43:22 | 2019-10-24T19:43:22 | null | UTF-8 | Java | false | false | 3,463 | java | package thedarkcolour.futuremc.block;
import net.minecraft.block.BlockPurpurSlab;
import net.minecraft.block.BlockSlab;
import net.minecraft.block.material.Material;
import net.minecraft.block.properties.IProperty;
import net.minecraft.block.state.BlockStateContainer;
import net.minecraft.block.state.IBlockState;
impo... | [
"30441001+thedarkcolour@users.noreply.github.com"
] | 30441001+thedarkcolour@users.noreply.github.com |
15a85510ea4e46895c9a4b15cb71ba5e8428a9ba | 56e8ac2da6d50cf2662945d971890b58e6e7372d | /facebass/src/main/java/dataAccess/entities/Pass_.java | e70fd253694a84a3f44a20edd36efa8d7b3c02bb | [] | no_license | UTCNCSSoftwareDesignTudor2018/sd-project-2018-radupetrisel | 60266472200def7b2f52000239874f3b4a5a0743 | bdf583f97117fdcb61cd8df66b54f416942d7efa | refs/heads/master | 2021-04-06T10:44:52.198051 | 2018-05-31T10:05:06 | 2018-05-31T10:05:06 | 125,383,672 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 949 | java | package dataAccess.entities;
import javax.persistence.*;
import java.time.LocalDate;
@Entity
@Table(name = "passes")
public class Pass_ {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private int id;
@OneToOne
@JoinColumn
private Person_ owner;
@OneToOne
@JoinColumn
pr... | [
"radupetrisel@gmail.com"
] | radupetrisel@gmail.com |
ec6d7a01aa2b03adc03d44a2a36b2bb03ac3159a | c5382dbd6472782f12119648c98eb344d2ff7952 | /8-SpringApplication/src/main/java/edu/uta/sis/calendars/web/locations/LocationsController.java | bae11b0fb1cde5018d4bd8677362abd98871ee3b | [] | no_license | wwwprogramming/java-webapps-edu | 7c30264bf811e3e029ab67d6b610e34870bdd60a | 75bc6884ae7285523468de1a2b905efe76330641 | refs/heads/master | 2021-01-21T12:59:28.417704 | 2016-06-01T17:37:46 | 2016-06-01T17:37:46 | 54,831,303 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 394 | java | package edu.uta.sis.calendars.web.locations;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
/**
* Created by Hannu Lohtander on 23.5.2016.
*/
@Controller
@RequestMapping("/location")
public class LocationsController {
@RequestMapping("/demo")
... | [
"T5grwd?p1"
] | T5grwd?p1 |
58cc46ca508dc90f0b05eb4c9cc790bec3359610 | ec07073b1fc084b86ff99caa0b7b5c23b172529e | /src/br/com/caelum/struts/action/MudaIdiomaAction.java | 29ad0d815db6e87c21091580782d86801f8dc2f5 | [] | no_license | clebsons/struts | 50cefbfb08941cf9a728d025434b8b19dea074be | 4f764a7c7804bdc340e07f93a0ee2256bae2e81b | refs/heads/master | 2020-06-02T17:04:02.790804 | 2014-07-10T21:53:14 | 2014-07-10T21:53:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 766 | java | package br.com.caelum.struts.action;
import java.util.Locale;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.struts.action.Action;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionForward;
import org.apache.struts.action... | [
"clebson@atlanticsolutions.com.br"
] | clebson@atlanticsolutions.com.br |
d87e8d3c8c08a1b2051ba2d820d3fb66bd442d1b | 23ba003d18a2580c40b47f2c2648655631265ec0 | /src/main/java/io/agileintelligence/config/SecurityConfig.java | c16ea9da925248c58f3681eabac85d77431e66cf | [] | no_license | carlosag0712/AgileIntelligenceBookstoreFrontEnd | f2c1a503d4f97a894df858f19d7a7eb1e5ab1c2e | 585800f1a354f1854cb2e315363ba9b44f5fb047 | refs/heads/master | 2021-01-21T14:40:43.283562 | 2017-06-28T19:28:26 | 2017-06-28T19:28:26 | 95,325,942 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,631 | java | package io.agileintelligence.config;
import io.agileintelligence.service.Impl.UserSecurityService;
import io.agileintelligence.utility.SecurityUtility;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Configuration;
import org.springframework.core.env.Environ... | [
"ceag68@hotmail.com"
] | ceag68@hotmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.