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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
74c8ee94013f7da4b26aa541a29b2a0804c50818 | 0f88596893525fa060a59a9751dfd1b58a483de7 | /com/cburch/logisim/std/arith/Shifter.java | ddc4cc4c443e48c67bc33bc9e7577f5af76fb3de | [] | no_license | Penta0308/Logisim-IOModule | fc0e6dc78848de21b9eb1e90407209a46228558c | e766bf5da1dd506450b35920996144a29ae1c854 | refs/heads/master | 2020-12-13T18:11:11.018105 | 2020-01-17T11:14:01 | 2020-01-17T11:14:01 | 234,490,074 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,244 | java | /* Copyright (c) 2010, Carl Burch. License information is located in the
* com.cburch.logisim.Main source code and at www.cburch.com/logisim/. */
package com.cburch.logisim.std.arith;
import com.cburch.logisim.tools.key.BitWidthConfigurator;
import java.util.Arrays;
public class Shifter extends InstanceFactory {
... | [
"38977908+Penta0308@users.noreply.github.com"
] | 38977908+Penta0308@users.noreply.github.com |
9df08103539e46dd473e2e3672372549a1273f80 | 83df47ea5a8c33213d3084b1156c3eaaff239055 | /src/AddCharacter.java | 19439f06a5b34cca9164c15e1b09cd51f3cfbabb | [] | no_license | ChrisIrvine/CS5001-p1-LostConsonants | 27a42806d0079e4315d8433d700a8111ccfdcb89 | 0caa8b8ab443c65d64ce6ac0afa0e1a31f4cbf23 | refs/heads/master | 2020-03-29T11:45:47.443095 | 2018-10-02T15:10:00 | 2018-10-02T15:10:00 | 149,869,405 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,211 | java | import java.io.File;
import java.util.ArrayList;
/**
* Class to add characters to a given string, evaluate the mutated string and
* then print the validated string.
*
* @author 180009917
* @version 1
*/
public class AddCharacter {
/** Dictionary to evaluate the new phrases against. */
private static Arra... | [
"christopher@irvinegroup.eu"
] | christopher@irvinegroup.eu |
26f1674384f234f83b99a6ce520862fcd36ed7a6 | 4ae207414fb15a5e110617c7b7cd5bc1bc6e92b6 | /src/com/company/model/Pair.java | af2c57786a3fe5609f3c1702229f1db60d710ddd | [] | no_license | Sofment/POC | d0c59180c4c8a0f0a350200170d0ee001430fe0b | 01fbeaa03736b50cd50d86d1d0f62308e68b83fa | refs/heads/master | 2021-01-10T22:12:32.585087 | 2015-02-03T08:16:22 | 2015-02-03T08:16:22 | 29,969,162 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 975 | java | package com.company.model;
/**
* Created by nikolai on 31.01.2015.
*/
public class Pair {
private String key;
private String value;
public Pair(String key, String value) {
this.key = key;
this.value = value;
}
public Pair(String[] pairLines) {
if(pairLines == null || pai... | [
"n.ivanov@agilefusion.com"
] | n.ivanov@agilefusion.com |
10363ddb42fd91d63e78f93ec5f050a0f72f230c | e3f898f19ebdd74397be09f8ece32742dc3cbddf | /TemplateMethod/TemplateMethod.java | f645e7b824746c01da85af3fcfcbfa80ab826361 | [] | no_license | Mrxxm/JAVACODE-PHPCODE | 974106a81efa6a51ffb1dcf0d039ee764076427d | dce9e575355a003faf3dd982aa13207a9809150b | refs/heads/master | 2020-03-18T23:00:10.399057 | 2019-05-08T08:04:20 | 2019-05-08T08:04:20 | 135,377,455 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,181 | java | // 模板方法设计模式
public class TemplateMethod {
public static void main(String[] args) {
OperateString operate = new OperateString();
OperateInt operateInt = new OperateInt();
System.out.println(operate.getTotalTime()); // 100次的时间
/**
* 5
*/
System.out.println(operateInt.getTotalTime()); // 100万次的时间
/**
... | [
"xuxiaomeng@howzhi.com"
] | xuxiaomeng@howzhi.com |
9c616f36685fef06811936081f512570759fa861 | 685f61290dbbc4420256cdad24e7e7de682dbb44 | /app/src/main/java/matc89/exercicio3/TarefaAdapter.java | 8242fdceb26aa667775d4795b296801b761cd737 | [] | no_license | matc89-20192/android-exercicio-3-listview-EduardoRSeifert | a6d39fcdc1a461ec5efacd149eb7a6b4c3a8daba | 988998621de4d215030b284d42c0623f78f2cc9c | refs/heads/master | 2020-08-03T00:58:11.978053 | 2019-09-29T03:53:11 | 2019-09-29T03:53:11 | 211,573,009 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,585 | java | package matc89.exercicio3;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
import java.util.ArrayList;
/**
* Created by dudas on 28/09/2019.
*/
public class TarefaAdapte... | [
"dudaseifert@hotmail.com"
] | dudaseifert@hotmail.com |
0d37a2f717da4c5f62bd97fb2077ce8a343b12c1 | 7340d83094b7878359c16e038ca0f1623d7c01c5 | /Rocket/src/game/player/bullet/BulletPlayer.java | 591c6a4622b3df0ec7f2b12d05e779a4e627f727 | [] | no_license | DNQ1408/CI5 | b9bb0a3b4d9c76fa767e870a0e295ebb81f1a9d8 | 184944dbd254f3741af744d37cc2d08503d65503 | refs/heads/master | 2020-03-07T23:25:58.936027 | 2018-05-08T12:06:28 | 2018-05-08T12:06:28 | 127,781,285 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,156 | java | package game.player.bullet;
import base.GameObject;
import base.Vector2D;
import game.enemy.Enemy;
import physic.BoxCollider;
import physic.HitObject;
import physic.PhysicBody;
import physic.RunHitObject;
import renderer.ImageRenderer;
import java.awt.*;
public class BulletPlayer extends GameObject implements Physic... | [
"hoadd.2014@gmail.com"
] | hoadd.2014@gmail.com |
815e1cf7f6e7a84d01675c55a5f0c5306fb9ae33 | 899608232cd9e33ac6aa1ea23bfd986701b51ec1 | /hurriyetopensourcesdk/src/main/java/tr/com/hurriyet/opensourcesdk/services/ServiceMethod.java | 2c9cf17714a7d83528eddd1e60840853e2c4a43d | [
"MIT"
] | permissive | hurriyet/hurriyet-public-api-android-sdk | b6c2806de748d807325b0406a5b6a04fd60e9fb0 | 19519e35e2a4255958e53a43497a246359dd6f8a | refs/heads/master | 2021-01-12T05:52:18.982816 | 2016-12-23T14:30:47 | 2016-12-23T14:30:47 | 77,222,233 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,285 | java | package tr.com.hurriyet.opensourcesdk.services;
import android.text.TextUtils;
import com.android.volley.Request.Method;
import tr.com.hurriyet.opensourcesdk.extraparams.FilterParamsBase;
import tr.com.hurriyet.opensourcesdk.extraparams.SelectParamsBase;
public enum ServiceMethod {
ARTICLE(Method.GE... | [
"alaattinusta@hurriyet.com.tr"
] | alaattinusta@hurriyet.com.tr |
cd9182d864749dd09a4615d9ca8ce09b5f07a65e | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Lang/65/org/apache/commons/lang/time/DurationFormatUtils_formatPeriodISO_232.java | 043a8e2f2af9e7fd01d957211bf2c0870ebc59eb | [] | no_license | hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618255 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | null | UTF-8 | Java | false | false | 1,451 | java |
org apach common lang time
durat format util constant tabl describ token
pattern languag format
tabl border
charact durat element
year
month
dai
hour
minut
second
millisecond
tabl
author apach ant date util dateutil
author href mailto sbailliez apach org stephan bailliez
author href mailto stefa... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
72a607813fa087b30e4b0bcb54693d60acbf5796 | 70e8d7f2d419f36a5d2f7f7cb7e7e9650129becb | /order/server/src/test/java/com/example/order/server/service/impl/OrderServiceImplTest.java | 8bd0ab7792dc015806c4e2b93b1b89052d186995 | [] | no_license | guaijie/cloud | f297522ebd6be65d60000c5b72730f75ad5038fe | c19e5b24c692fc32cca616664acff94f6329d905 | refs/heads/master | 2022-06-28T20:10:58.280596 | 2019-07-30T09:33:11 | 2019-07-30T09:33:11 | 189,809,823 | 0 | 0 | null | 2022-06-21T01:14:04 | 2019-06-02T05:50:09 | Java | UTF-8 | Java | false | false | 1,588 | java | package com.example.order.server.service.impl;
import com.example.order.server.ServerApplicationTests;
import com.example.order.server.dto.DetailOrderViewDTO;
import com.example.order.server.dto.UserOrderDTO;
import com.example.order.server.entity.DetailOrder;
import com.example.order.server.service.OrderService;
impo... | [
"zhangkuangwen@ysstech.com"
] | zhangkuangwen@ysstech.com |
00e49d9931cb61c70330386e79826f47964e4f2a | c98636a8715d85bdf12a41a4b7f448da7687edc4 | /src/capitulo14/laboratorio/MaioresSalarios.java | e584ed93cafd9e7020a7590f7f55923984eac535 | [] | no_license | HugoSimoes/01_impacta-apostila | 8e649990f11bd74f5c1525ab1597d09e120af306 | 253ebef57fda690864a868f3cde0b434d400635c | refs/heads/master | 2020-08-21T12:26:12.741566 | 2019-10-19T06:41:48 | 2019-10-19T06:41:48 | 216,159,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 412 | java | package capitulo14.laboratorio;
import java.util.Locale;
public class MaioresSalarios {
public static void main(String[] args) {
Locale.setDefault(Locale.US);
double[] salariosBrutos = {1350.00, 4320.00, 8235.25, 2500.55, 1830.00, 850.26,
3614.29, 12500.00};
double[] salariosTop;
salariosTop ... | [
"hugo.santos17@fatec.sp.gov.br"
] | hugo.santos17@fatec.sp.gov.br |
bb6524c3f29df1b3fbe518a6895748fb64cecb53 | b1f8009a15bfafcb935f9d808f7d9cf6ee753367 | /Lesson10AspectDemo/src/main/java/cs544/spring44/aop/xml/Customer.java | 2ace7bf54df7b71c58d05369acbfdd38d9b11abd | [] | no_license | mervynn/CS544 | 90dd035489ce2474cc9f22452a6c250976062f15 | 3a65b2342e1211b3a77c8c5df6c888606476cca7 | refs/heads/master | 2022-12-27T17:19:24.852199 | 2019-07-20T03:06:43 | 2019-07-20T03:06:43 | 193,564,153 | 0 | 1 | null | 2022-12-16T00:36:09 | 2019-06-24T19:11:23 | Java | UTF-8 | Java | false | false | 65 | java | package cs544.spring44.aop.xml;
public class Customer {
}
| [
"10962421@qq.com"
] | 10962421@qq.com |
06dba12b4d2d4a78a958b112e7ebc3dc6c63a4c3 | 22bf7ae8490b64dd1ccaa7558cf21b2d43c20960 | /src/main/java/com/sino/daily/code_2019_9_1/ThreadInterrupt.java | 036853f18017168d2a8e1247ad923ebc3469d17b | [] | no_license | jieniyimiao/java-daily-code | 6d86fa68dbad84012f84d0204e6b21461d6d99e7 | 5383180bd885790b337fee06a305599c3941da0a | refs/heads/master | 2021-07-07T07:34:52.348991 | 2020-08-23T04:38:08 | 2020-08-23T04:38:08 | 175,441,085 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,600 | java | package com.sino.daily.code_2019_9_1;
/**
* create by 2020-05-07 20:03
*
* @author caogu
*/
public class ThreadInterrupt {
public static void main(String[] args) {
testSystemMonitor();//测试系统监控器
}
/**
* 测试系统监控器
*/
public static void testSystemMonitor() {
SystemMonitor sm ... | [
"940433899@qq.com"
] | 940433899@qq.com |
e1cb7e4e6528067a69e86e8c4e805fe82deb1c53 | 483166b276e67228e636ea8fc7248be7bbc4c89f | /amall-api/src/main/java/online/kyralo/amall/api/bo/TbCommodityAttrBO.java | 3f582859e79db00391313c2c6f88cb0b25d939bb | [] | no_license | kyralo/amall-server | a3893bcb5e9aa9115970944e8c2240c9b6629d4a | a96bfb9a7a6c4b2274f53ea3deb7c4495bf65a27 | refs/heads/master | 2023-01-09T02:55:50.155618 | 2020-11-10T03:38:48 | 2020-11-10T03:38:48 | 311,536,434 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 941 | java | package online.kyralo.amall.api.bo;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.*;
import online.kyralo.amall.common.base.domain.Base;
import java.util.Date;
/**
* 销售属性表 (产品参数)
*/
@Builder
@Setter
@Getter
@ToString
@NoArgsConstructor
@AllArgsConstructor
public class TbCommodityAttrBO extends... | [
"kyralo721@gmail.com"
] | kyralo721@gmail.com |
25535d2f9b0f2bdb78023f62b99e236061ac63ef | e1d35887b6ea6c0c68b3db4e929fa6ca01acb2d6 | /src/ex5/Ex5_param.java | d370e39918126451423d7cbf7a8023918f1b6d3b | [] | no_license | Leehanhyeong/0917 | 2442d2c58907601f5b1cea7c693b7f69b7740d96 | 9266650d699efdfefb0ccdaf3622218ccf26252f | refs/heads/master | 2023-08-03T09:35:11.493205 | 2021-09-17T09:03:53 | 2021-09-17T09:03:53 | 407,471,901 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,705 | java | package ex5;
import java.io.IOException;
import javax.security.auth.message.callback.PrivateKeyCallback.Request;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.Ht... | [
"dlgks@LAPTOP-OVI016IU"
] | dlgks@LAPTOP-OVI016IU |
ada185be1815f009e901e33d053de27a9321013d | d553931f2ee126da22717fea37b083b8aa912ba3 | /src/com/newbee/kristian/KOS/TableActivity.java | 0e86234a5db2a025b9674b45dccacddcc3673a9c | [] | no_license | evandavid/kaleyoMobile | c13b27a3709f5f0e5b2f2b499d77ba272268c627 | fdd204e6a57ff109db826341cb4a586c7e931029 | refs/heads/master | 2021-01-01T06:33:25.398158 | 2014-04-09T18:01:03 | 2014-04-09T18:01:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 21,866 | java | package com.newbee.kristian.KOS;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.Reader;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.TimeUnit;
import com.google.gson.Gson;
import com.jeremyfeinstein.slidingmenu.lib.SlidingMenu;
import com.newbee.kristian... | [
"ev.kristian@gmail.com"
] | ev.kristian@gmail.com |
e67fb1bab5cf3bb527747a172cd45ca0d735c3f7 | 7260ee72436055abc084af8b7db9604545487a06 | /andEngine/src/main/java/org/andengine/opengl/texture/atlas/bitmap/BitmapTextureAtlasTextureRegionFactory.java | f7018986cb486703d1fcc03a41ea2330e3cd421d | [] | no_license | arashakn/FruitLines | 1162215086d523f32d0444d94d6b518685e69fd6 | 636f74d6142a7992d6ca6d691b6b8a922d49de64 | refs/heads/master | 2020-03-22T14:15:10.217548 | 2018-07-08T12:08:16 | 2018-07-08T12:08:16 | 140,164,324 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,618 | java | package org.andengine.opengl.texture.atlas.bitmap;
import java.io.IOException;
import org.andengine.opengl.texture.atlas.bitmap.source.AssetBitmapTextureAtlasSource;
import org.andengine.opengl.texture.atlas.bitmap.source.IBitmapTextureAtlasSource;
import org.andengine.opengl.texture.atlas.bitmap.source.ResourceBitm... | [
"arash.akn@gmail.com"
] | arash.akn@gmail.com |
2d930fdae16a3312be3fbd956406efb0009ad213 | 19b74a611ff16da8d61e96f1a77963a8a47b971a | /tree/easy/MinDepth.java | 9b61ca867865462a0afc75d77b569a5238df0133 | [] | no_license | pankajwithgit/leetcode | 8ecab62bdccbb15db62bae2a9b7ac7d9b71f2483 | 90862b3243bf06a045004c559b1d006a3d19aa64 | refs/heads/master | 2021-06-22T07:20:08.255029 | 2021-03-02T23:51:21 | 2021-03-02T23:51:21 | 199,745,819 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 454 | java | /**
* Definition for a binary tree node.
* public class TreeNode {
* int val;
* TreeNode left;
* TreeNode right;
* TreeNode(int x) { val = x; }
* }
*/
class Solution {
public int minDepth(TreeNode root) {
if(root == null) return 0;
int left = minDepth(root.left);
... | [
"noreply@github.com"
] | pankajwithgit.noreply@github.com |
b94740220bd8cb82aa0757d0a1dc1f4aebf31677 | 22db7f2ec7ad126d09081ef72e8e98da61ac756a | /Core/src/me/shawlaf/varlight/spigot/command/commands/VarLightCommandItem.java | 3d392464a6b338958b1b180ddced52575a097e6f | [] | no_license | Beags/VarLight | 831098c41bd2a3ead4adab0f9590bb153b49e3a1 | 5f06937e1d8d3ba2d0e519467f463c3cc4db00b6 | refs/heads/master | 2022-04-16T08:49:38.002976 | 2020-03-29T15:27:05 | 2020-03-29T15:27:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,373 | java | package me.shawlaf.varlight.spigot.command.commands;
import com.mojang.brigadier.builder.LiteralArgumentBuilder;
import com.mojang.brigadier.builder.RequiredArgumentBuilder;
import me.shawlaf.varlight.spigot.VarLightPlugin;
import me.shawlaf.varlight.spigot.command.VarLightSubCommand;
import me.shawlaf.varlight.spigot... | [
"florian.schwabe@hotmail.de"
] | florian.schwabe@hotmail.de |
dbc686bd1b8fb794e1edb864a6f2936ebf49431c | d66b506ad72e4c382362b125137e0fcac17b0b89 | /app/src/androidTest/java/com/nicolas/multifunctiontextview/ExampleInstrumentedTest.java | db137592a86739701789c26fc24a266a48d3562d | [] | no_license | nicolasfei/MultiFunctionTextView | aa20020eca54ffbcb3c075dfb9364028ff3fc288 | 044a0abaf24130a2058b29fbc734a648eca2bc70 | refs/heads/master | 2022-10-25T02:42:24.385122 | 2020-06-11T12:11:20 | 2020-06-11T12:11:20 | 271,537,029 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 782 | java | package com.nicolas.multifunctiontextview;
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 ... | [
"fshqss@live.com"
] | fshqss@live.com |
bcdc53ab5c9fa95df05e188a052a0411fbc9ac99 | 8f823fee7380f63e3be68749c54863f01e96c18d | /src/main/java/ch/chiodoni/app/web/security/ContentSecurityPolicyViolationStrategy.java | f77513ed0e0f461cd96da0496537edeea7338d9f | [] | no_license | yankedev/spring-mvc | 764989ebd0e7b80a3cc10603344da971b70e5991 | 139af822608153e3272013beadd2ac7b640a8bd4 | refs/heads/master | 2021-01-23T18:21:41.214401 | 2013-01-30T09:31:49 | 2013-01-30T09:31:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 370 | java | package ch.chiodoni.app.web.security;
import javax.servlet.http.HttpServletRequest;
/**
* Created with IntelliJ IDEA.
* User: chiodonia
* Date: 1/14/13
* Time: 8:55 PM
* To change this template use File | Settings | File Templates.
*/
public interface ContentSecurityPolicyViolationStrategy {
public void re... | [
"andrea.chiodoni@gmail.com"
] | andrea.chiodoni@gmail.com |
ebf23e081844fd76b92c669082e6c5d27b76c00e | cf6d58a39e3ae4e6bcc7f2db00a73972266bc96e | /app/src/main/java/pl/ape_it/airplayandroid/jap2lib/FairPlayAudioDecryptor.java | e1508560d9d1752a7b52936a394ef3fdcc9b1fe7 | [] | no_license | Apapus/AirPlayAndroid | c746c0825f402a6b2a0ec5062c97eb1065d24e93 | c5d3dc173ee726c73ea79d01586f713cdd93a171 | refs/heads/master | 2023-01-11T00:05:32.064025 | 2020-11-06T20:14:51 | 2020-11-06T20:14:51 | 310,667,560 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,126 | java | package pl.ape_it.airplayandroid.jap2lib;
import javax.crypto.Cipher;
import javax.crypto.spec.IvParameterSpec;
import javax.crypto.spec.SecretKeySpec;
import java.security.MessageDigest;
import java.util.Arrays;
class FairPlayAudioDecryptor {
private final byte[] aesIV;
private final byte[] eaesKey;
pr... | [
"adam.panasiuk@inforit.com"
] | adam.panasiuk@inforit.com |
fa0f113b17b537be1212e4f1eb95a33b840e9459 | 99a94b9b1bfb6350a026f588574f7a3c3d567a43 | /backend/src/main/java/com/devsuperior/movieflix/services/validation/UserInsertValidator.java | 0945da341768848a40c18d6c76865921ff9d00d9 | [] | no_license | Ma-shi22/movieflix | 73251d3a0523f17b3a9e2c2dd97b93dd13435629 | 527ab75687749b902ee49f64d9afbae9fb376829 | refs/heads/main | 2023-04-29T13:01:46.039277 | 2021-04-09T12:45:03 | 2021-04-09T12:45:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,341 | java | package com.devsuperior.movieflix.services.validation;
import com.devsuperior.movieflix.dto.UserInsertDTO;
import com.devsuperior.movieflix.entities.User;
import com.devsuperior.movieflix.repositories.UserRepository;
import com.devsuperior.movieflix.resources.exceptions.FieldMessage;
import org.springframework.beans.f... | [
"jptick@gmail.com"
] | jptick@gmail.com |
c047ae3767119600a22ffe2a3432e95b0c7f2ee9 | 0ce9077cb06ba2dd2286d2767498892020545fab | /common/net/src/main/java/io/apiman/common/net/hawkular/errors/InvalidTypeParameterException.java | 85c43586c23377c88c4d7e9812d1b244de988f59 | [
"Apache-2.0"
] | permissive | zgdkik/apiman | 2d4a5fa65c0a2e5020225e5afa24bee808a63168 | 86e3003c484798c87d679f6c45c05c6b2caf95bf | refs/heads/master | 2021-01-25T13:05:28.370079 | 2017-11-27T21:48:04 | 2018-02-28T18:09:32 | 123,525,349 | 2 | 0 | Apache-2.0 | 2018-03-02T03:27:36 | 2018-03-02T03:27:36 | null | UTF-8 | Java | false | false | 930 | java | /*
* Copyright 2016 JBoss 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 or agreed to i... | [
"eric.wittmann@gmail.com"
] | eric.wittmann@gmail.com |
db356b6a03b0f80aaa143d50df9535318f1d9a5a | 06805c72d9c96f5fbe5ebb80610c236100b48b75 | /Mage.Sets/src/mage/sets/magic2014/GroundshakerSliver.java | 0739f04a0279e9a11ca7f2529a3406a0adb8f7c1 | [] | no_license | kodemage/mage | 0e716f6068e8cf574b0acd934616983f7700c791 | 1fcd26fc60b55597d0d20658308b7128e10806af | refs/heads/master | 2020-12-03T06:43:01.791506 | 2016-04-25T22:59:03 | 2016-04-25T22:59:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,111 | java | /*
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are
* permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this lis... | [
"fenhl@fenhl.net"
] | fenhl@fenhl.net |
dea23e2ca87e3849850262f9853d3377e77babbe | 33103daaf5baf08ebff508eb2e12565931e3bcdf | /java/sample/javaee7/src/main/java/org/coder/gear/sample/javaee7/application/OrderOperationService.java | ad30772fc221bb49016b33e7f318090773219189 | [] | no_license | nysd-backup/backup | be8052e826ce263f1f70ac3e5fe4050684aab2f2 | f94b52555fdb0d1e2e62ea972b259e6fa7f15770 | refs/heads/master | 2020-04-09T12:45:32.496982 | 2014-06-11T14:01:07 | 2014-06-11T14:01:07 | 2,390,262 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,157 | java | /**
* Copyright 2011 the original author
*/
package org.coder.gear.sample.javaee7.application;
import java.util.logging.Logger;
import javax.ejb.Stateless;
import javax.inject.Inject;
import javax.jws.WebService;
import org.coder.gear.sample.javaee7.domain.entity.Order;
import org.coder.gear.sample.javaee7.domain.... | [
"naohiro.y@gmail.com"
] | naohiro.y@gmail.com |
39f052f3d210784549a110bb413ba5e3f655c52f | 1599a947142ae03d918dd1feff6a4d803167ad14 | /service/service_edu/src/main/java/com/atguigu/eduservice/entity/vo/CourseFrontInfo.java | 4d5a22242a821d459a61423ff4c9304958d00922 | [] | no_license | Ruihuihui/guli_parent | b20b746a669b4c884728e9cc1600b03f007a45c8 | ce6faaa24264f5bdebfe04ab291a77e9e545163d | refs/heads/master | 2022-07-15T14:44:47.632965 | 2020-04-08T12:55:45 | 2020-04-08T12:55:45 | 254,088,488 | 0 | 0 | null | 2022-06-17T03:06:11 | 2020-04-08T12:59:15 | Java | UTF-8 | Java | false | false | 1,441 | java | package com.atguigu.eduservice.entity.vo;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.math.BigDecimal;
@Data
public class CourseFrontInfo {
private String id;
@ApiModelProperty(value = "课程标题")
private String title;
@ApiModelProperty(value = "课程销售价格,设置为0则可免费观看")
... | [
"rui19960306@163.com"
] | rui19960306@163.com |
68fb9f135a4fa2568f37081e9a5e540daad0177e | c66bc7effc3301233d754ac8ddcae3e1450068f3 | /src/main/java/com/chacko/ben/jpatest/JPAUserData.java | 0e95cea625cb06176704ae13374e31bc5d026784 | [] | no_license | benchacko/springboot | 3112aa193d2ad9cb45418433072b8a2fcd268d2c | 6b5157b9c5c685b564a94972c23ea3db68218803 | refs/heads/master | 2020-03-19T07:09:56.300850 | 2018-06-08T19:45:54 | 2018-06-08T19:45:54 | 136,091,869 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 822 | java | package com.chacko.ben.jpatest;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.OneToOne;
import javax.persistence.Table;
import lombok.Data;
@Entity
@Data
@Table(name... | [
"bchacko.08@gmail.com"
] | bchacko.08@gmail.com |
e7998eff7f1dca530405d10e7f7325ba576886ef | 028f6a93a64da3a7af6412767378320864041d2e | /BagTest.java | 2cf26263ada2e15814bffa978c39e123b1f802af | [] | no_license | smdavidson713/ADTBag | a16c8683a0912dc3e6e03cf6116d308b3729bb7c | 8702444cd700295f22b1e332e8cded3c13e1d3aa | refs/heads/master | 2020-07-12T07:30:42.881310 | 2019-08-27T17:27:40 | 2019-08-27T17:27:40 | 204,754,668 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,737 | java | /**
Sydney Davidson
Project 1
CSI 213
*/
import java.io.*;
// This tests the Bag class
public class BagTest{
public static void start() throws IOException{
Bag bag = new Bag();
FileReader fr = new FileReader("list.txt");
BufferedReader br = new BufferedReader(fr);
String line;
while((line = ... | [
"noreply@github.com"
] | smdavidson713.noreply@github.com |
6017722e9419648cbe60412d3e9def5b889126fd | 2af43414438039ad788fb023219f7c51d773056a | /app/src/main/java/com/example/friends/HomeActivity.java | 05871577022d111b778a60d9a4e191081a01ccb9 | [] | no_license | ArmanKapoor7/Friends | 20bf5e703deb41899825c0d7292ee5a51bf3049e | 178f0b6ce3e9634c4e9a3d143590611e8d5d80e6 | refs/heads/master | 2023-05-02T08:29:39.220324 | 2021-05-24T08:15:20 | 2021-05-24T08:15:20 | 370,277,462 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,611 | java | package com.example.friends;
import androidx.annotation.RequiresApi;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolbar;
import androidx.cardview.widget.CardView;
import androidx.viewpager.widget.ViewPager;
import android.content.Context;
import android.content.Intent;
import an... | [
"armankapoor.ak7@gmail.com"
] | armankapoor.ak7@gmail.com |
f498d680a7966df9420411ba2964d7c89611334f | 26dab780ccb321aa46712153c28f6e45347076f7 | /swagger/src/main/java/br/com/arqdev/swagger/parameter/ResolvedMethodParameter.java | f21ac4098a34b6889b27c6e9aba8a3b4ed7c1648 | [] | no_license | mcqueide/java-11-project | d7e889f6c76d892f88bbb3b4d9c9270af50ff698 | ad0085ee4073a81d7d3a19488b34b989b7145fe4 | refs/heads/master | 2021-06-18T10:15:09.713146 | 2019-07-18T21:37:25 | 2019-07-18T21:37:25 | 194,410,674 | 1 | 0 | null | 2021-03-31T21:27:36 | 2019-06-29T13:50:12 | Java | UTF-8 | Java | false | false | 2,446 | java | package br.com.arqdev.swagger.parameter;
import com.fasterxml.classmate.ResolvedType;
import com.google.common.base.Optional;
import com.google.common.collect.FluentIterable;
import com.google.common.collect.Lists;
import org.springframework.core.MethodParameter;
import java.lang.annotation.Annotation;
import java.ut... | [
"x04074605198@tcu.gov.br"
] | x04074605198@tcu.gov.br |
58097fad272e027f500b787b60e085977d4593c4 | ce9d58f98e8e7d7686d52c2b9dbe139bd9eae9aa | /rm-service/src/main/java/com/han/rm/bus/DefaultBusExecutor.java | 9d39374b126764f156e5e67da83abeb95033b425 | [] | no_license | sanfengzhang/rm-service | 681c6fde899c8966d356494128f06e400bc4d0b9 | e83e49b30b7b99f98c1222f68c15f4d08bffca71 | refs/heads/master | 2020-03-08T09:10:59.846666 | 2018-04-04T09:46:28 | 2018-04-04T09:46:28 | 128,040,406 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,784 | java | package com.han.rm.bus;
import java.util.concurrent.BlockingQueue;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.LinkedBlockingDeque;
import org.springframework.beans.factory.DisposableBean;
import org.springframework.beans.factory.InitializingBean;
im... | [
"a@b.com"
] | a@b.com |
699cb418c6d311ebd460ac54059d720fe4ad8061 | 8ec39fde916306478190f9c9a06cb6962a2bab1a | /Rajithasrc/src/Arrays/src/com/js/Emp2.java | 2638095a319a26eb358cf8aca1aea6f0ab43db15 | [] | no_license | priyanka079/JavaBasics | 1ec3c9302f6d764821964bc4292cfdce7033124a | 9d5801ac04528c2c613dccf2e5a01d1e2a182bc7 | refs/heads/main | 2023-06-17T01:22:46.622915 | 2021-06-29T23:22:54 | 2021-06-29T23:22:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 627 | java | package com.js;
public class Emp2 {
int eno;
String ename;
Address addr;
public Emp2(int eno, String ename, Address addr) {
this.eno = eno;
this.ename = ename;
this.addr = addr;
}
public int getEno() {
return eno;
}
public void setEno(int eno) {
this.eno = eno;
}
public Str... | [
"rajitha21@gmail.com"
] | rajitha21@gmail.com |
fa36843c6277650cb30c8f268ed9450cc415cbb0 | 7ded6f38db744877872a63b645ce043dbe21b05d | /whp-migration/src/main/java/org/motechproject/whp/migration/v0/domain/GenderV0.java | cb2bbfcbf2349fe46f283af83c0cb4269337c5c1 | [] | no_license | maduhu/motech-whp | 420fa914001abb88f2ec08ff6ddbbcb5b7cf5b36 | 75336e9710cfcc84c5156958b40da3f717866f8a | refs/heads/master | 2021-01-18T05:36:26.653159 | 2014-11-21T10:41:00 | 2014-11-21T10:41:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 282 | java | package org.motechproject.whp.migration.v0.domain;
public enum GenderV0 {
M("Male"), F("Female"), O("Other");
private String value;
GenderV0(String value) {
this.value = value;
}
@Override
public String toString() {
return value;
}
} | [
"shruthidipali@gmail.com"
] | shruthidipali@gmail.com |
2a762b82e72e6e4cc5f453aadc2744609263d6c6 | 8303fc564378230e8c4eaf090bcf43608e75dfb6 | /app/src/main/java/com/bcm/sjs/rzxt/TabFragmentAdapter.java | 28c17262f8a257f851876e14c4e2bcb1075732a2 | [] | no_license | Grandaunt/RZXT | ef3e28e814d4bd68483278ed617409f6732183f2 | 9fb7a3bf46a6385de42320b630fda25d3276d794 | refs/heads/master | 2020-04-06T04:14:13.590545 | 2017-04-12T02:03:33 | 2017-04-12T02:03:33 | 83,024,433 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,147 | java | package com.bcm.sjs.rzxt;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentStatePagerAdapter;
import java.util.List;
/**
* Created by janiszhang on 2016/6/10.
*/
//继承FragmentStatePagerAdapter
public class TabFragmentAdapter extends FragmentStatePagerAdapter {
private String ... | [
"grandaunt@126.com"
] | grandaunt@126.com |
fddae0462c88ad722e32cc2529cd721084e88b7b | 5bb09e01494eb9708716ff125f325277aafefed8 | /sabot/kernel/src/main/java/com/dremio/exec/store/dfs/PrefetchingIterator.java | 245f3a85076aeb0921320129fbb83b073edd1470 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | scc-digitalhub/dremio-oss | 968b373bf12976ad75fae47978a7dd4daeb1ae16 | d41cb52143b6b0289fc8ed4d970bfcf410a669e8 | refs/heads/master | 2022-11-12T09:22:56.667116 | 2022-06-22T22:41:01 | 2022-06-22T22:41:01 | 187,240,816 | 1 | 3 | Apache-2.0 | 2020-04-26T07:30:31 | 2019-05-17T15:31:00 | Java | UTF-8 | Java | false | false | 3,452 | java | /*
* Copyright (C) 2017-2019 Dremio Corporation
*
* 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 l... | [
"yongyan@dremio.com"
] | yongyan@dremio.com |
1504bf668e46d686c8822ab05a77db4cc52a3216 | 8d399e7b412de884ae1bd505e745e4a4f0e7b478 | /entity-manager-test/src/test/java/jpa/lifecycle/EmployeeTest.java | b33dc5cf3a373b291499be210c664e1d6576be7f | [] | no_license | tranminhan/entity-manager-test | a42710c4faf7300201e2eba29e91956200a8edf4 | 60156b8772f815d8be7c42a3c2f754b3f012e081 | refs/heads/master | 2020-05-28T14:12:22.977674 | 2015-01-18T16:26:31 | 2015-01-18T16:26:31 | 20,799,208 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 718 | java | package jpa.lifecycle;
import static org.junit.Assert.*;
import javax.ejb.EJB;
import jpa.em.app.ContainerAndPersistentTest;
import jpa.em.app.Employee;
import jpa.em.app.EmployeeService;
import org.apache.commons.lang3.builder.ReflectionToStringBuilder;
import org.junit.Before;
import org.junit.Test;
public class... | [
"tranminhan.my@gmail.com"
] | tranminhan.my@gmail.com |
a5446ac0bcc18b2375261087419efd20234b76e8 | 85105d57519023a2ca277db1388706b86109c2dd | /prev_workspace/Done/NotifyApp/src/com/jon/mypoll/Clases/Option2.java | fb9bc2bf5349757e702ee6e1f42cbe2639186dad | [] | no_license | ibJony/Mobile-Web_workspace | dc9c78a8e5d2152e961d6196f1dcb759558cce6c | 8b9ad3e1bb8e49c769b537a2ab72891fed58e1ef | refs/heads/master | 2023-03-23T01:34:46.543604 | 2021-03-13T11:31:21 | 2021-03-13T11:31:21 | 347,066,379 | 0 | 0 | null | 2021-03-13T11:14:36 | 2021-03-12T12:55:38 | HTML | UTF-8 | Java | false | false | 6,362 | java | package com.jon.mypoll.Clases;
import com.jon.mypoll.Category;
import com.jon.mypoll.R;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import org.apache.http.NameValuePair;
import org.apache.http.message.BasicNameValuePair;
import org.json.JSONException;
import org.json.JS... | [
"joniezpal@gmail.com"
] | joniezpal@gmail.com |
4a254734816d95c2014c6ea5eda341544b4ce30c | bfdd6e44a7a335cad07915eaf995587067269d3a | /ksp-data-load/src/main/java/cn/com/bjjdsy/data/file/AbstractReadDataFile.java | 76fd127d9d14a2745dcbc72b9e229992d930ca19 | [] | no_license | scorpiozc/ksp-parent | e0bf3e21e0ee48af4d1e9fb163d1e63ca14786d5 | 8f477d3c3662e448ba689d4acc376b377ffc1891 | refs/heads/master | 2020-04-12T18:59:46.955765 | 2019-01-23T02:26:07 | 2019-01-23T02:26:07 | 162,696,556 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 953 | java | package cn.com.bjjdsy.data.file;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public abstract class AbstractReadDataFile {
static final Logger logger = LoggerFactory.getLogger(AbstractReadDataFile... | [
"scorpiozc@126.com"
] | scorpiozc@126.com |
5244a6887c16976f92c81ca0a5a4bdff214c3aeb | 8aee30e126360c2119ef9e1f884a1217ad971b13 | /src/main/java/com/zfysoft/platform/dao/XzqhDao.java | d13d0117ae17342cf06d3856ffd16992383599ff | [] | no_license | xiangzhengyan/sbgl_web | 41c26a307187b785dbf42516407141dd72d2a43f | fd05748e50c8aa10b1fd28553702964b0ac76b78 | refs/heads/master | 2021-01-01T17:45:06.663668 | 2018-01-25T06:43:15 | 2018-01-25T06:43:15 | 98,147,792 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 414 | java | package com.zfysoft.platform.dao;
import java.util.List;
import com.zfysoft.platform.dao.BaseDao;
import com.zfysoft.platform.model.Xzqh;
public interface XzqhDao extends BaseDao{
/**
* 查询所有的行政区划
*/
public List<Xzqh> getAllXzqh();
/**
* 插入行政区划(初始导入用)
*/
public void saveXzqhList(List<Xzqh> list);
/... | [
"xiangzy@zfysoft.cn"
] | xiangzy@zfysoft.cn |
da6f6f3ecbba9b0e23604a0de61e5632900f481c | d9568a6434312a42763b268a0c83bfaeda0e3985 | /leetcode/src/main/java/practice/StringToInteger.java | 747d7022f366a61b551b65ad5cb36cb62cf4666a | [] | no_license | CallenDevens/LeetCodePractice | e69863cb8c6ae31d4a2ea515aaf608f20c718d1b | 2f7ab2ad9319f7528723bc63e8e679276008dd58 | refs/heads/master | 2021-01-03T02:41:24.068391 | 2020-03-20T03:55:32 | 2020-03-20T03:55:56 | 239,885,001 | 0 | 0 | null | 2020-10-13T20:23:20 | 2020-02-11T23:20:13 | Java | UTF-8 | Java | false | false | 1,898 | java | class Solution {
public int myAtoi(String str) {
int start = 0;
boolean minus = false;
for(int i = 0; i < str.length(); i++){
char ch = str.charAt(i);
if(Character.isSpace(ch)){
continue;
}
if(... | [
"xiaobing.zhu@yellowfin.bi"
] | xiaobing.zhu@yellowfin.bi |
011580b646bfc252ec525dc01804e97ce95324b2 | ce988d107f9fcd55b99394f3c5c44968dcf25359 | /cathode/src/main/java/net/simonvt/cathode/ui/UiController.java | 01c4d82d55e16e45b2778145314e0e822315a242 | [
"Apache-2.0"
] | permissive | adneal/cathode | fabb4a138a02a697ea39aaa21373d00b1a189b67 | 48f9dbd62973dc4680197f73a1f51acf1d2aea69 | refs/heads/master | 2021-01-14T13:58:01.291205 | 2014-01-14T18:42:22 | 2014-01-14T18:42:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,683 | java | /*
* Copyright (C) 2013 Simon Vig Therkildsen
*
* 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 ... | [
"simonvt@gmail.com"
] | simonvt@gmail.com |
16e2c3f690f06ed6384d28a8ce1a19470e94f990 | 444f05441aad8ff23d2366ddfb4b892a86894a2c | /16day-IO/src/step6/TestIOService.java | 194bb570e5a5818a349b0cf38e0a0440ed01517b | [] | no_license | jikang0105/java-secure-coding | 42ce0c851b7e157fd1a547d14851c16d8718efbd | a9cb70e2bec22c5f78c1834bdf4ae7652755a724 | refs/heads/master | 2022-12-25T01:40:03.300710 | 2020-10-08T09:29:00 | 2020-10-08T09:29:00 | 277,994,789 | 0 | 0 | null | null | null | null | UHC | Java | false | false | 522 | java | package step6;
import java.io.IOException;
import java.util.ArrayList;
public class TestIOService {
public static void main(String[] args) {
String path="C:\\kosta203\\iotest3\\test.txt";
IOService service = new IOService();
ArrayList<String> list = new ArrayList<String>();
list.add("노가리"); list.add("참치"); l... | [
"jikang0105@naver.com"
] | jikang0105@naver.com |
f1f157171a88d97ec59344155522975884c77b66 | beb6fd652e9471eda4856e519a29bbae714fe60c | /NettyClient/src/test/netty/protocol/handler/HeartBeatRespHandler.java | 4bcb4f253bcc6ede5925062bd7bdef8d49ad7e56 | [] | no_license | cheese8/netty-protocol | 860b98c1e559dcac440d888b3db5f17545430ad5 | 82c8f9bdf247c6ba75c1c8e298feb993c14e9024 | refs/heads/master | 2020-09-23T16:49:42.058319 | 2015-05-21T07:00:31 | 2015-05-21T07:00:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,577 | java | package test.netty.protocol.handler;
import test.netty.protocol.message.Header;
import test.netty.protocol.message.MessageType;
import test.netty.protocol.message.NettyMessage;
import io.netty.channel.ChannelHandlerContext;
import io.netty.channel.ChannelInboundHandlerAdapter;
public class HeartBeatRespHandler extend... | [
"himgod@sina.com"
] | himgod@sina.com |
1c804c4306f79b9e18cd910cbec2aa2efa80fa24 | 8b9a5cd14baca6695b4477227ee29aa3a9443fef | /ct.java | bcc3815d6acd7486e586007b56e36027a19f7542 | [] | no_license | Anshul-Sogani/test | 335e7a8a6b45200c37de0b6e0dedda8c90db07be | 037a0e5559e15d01f85c3a50eb92f0c794cb4222 | refs/heads/master | 2020-03-26T01:10:39.658187 | 2018-08-11T04:35:58 | 2018-08-11T04:35:58 | 144,355,433 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 392 | java | class ct{
static int a ;
static String name;
static float f;
static double d;
ct(int a , String name, float f ,double d){
this.a =a ;
this.name = name;
this.f = f;
this.d = d;
}
public static void main(String args[]){
ct c = new ct(10,"ans... | [
"anshul.sogani28@gmail.com"
] | anshul.sogani28@gmail.com |
0191a3d7d342e22e5abf9d5335a5c0510aa80957 | d2c7c26aacd95d0206eba81db90f606c845ebee6 | /app/src/main/java/com/example/fsh_noticet/Upload.java | fcf6cb4aa15c7fad70ac88698d263525b27eb49d | [] | no_license | nee-vir/FSH_NoticeT | 5cacf02339d90ce70491b0b2f155c3354c14a071 | 0f61e4016407ceed689a2bab74cd5fa67dd8cf93 | refs/heads/master | 2022-04-23T21:16:18.689174 | 2020-04-26T07:14:33 | 2020-04-26T07:14:33 | 258,965,057 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,036 | java | package com.example.fsh_noticet;
import java.io.Serializable;
public class Upload implements Serializable {
private transient String title;
private transient String departmentName;
private transient String publisherName;
private transient String body;
private transient String postImageUrl;
pri... | [
"58812268+nee-vir@users.noreply.github.com"
] | 58812268+nee-vir@users.noreply.github.com |
7b0d6bb24dde580c1ace1bf9c8cea54c68078db8 | 2ba3f134f67f4cc20120953053182d55a833c7e0 | /clvt-rest/clvt/src/main/java/com/gbm/clvt/service/AppUserService.java | 74485852cb1644bb81f635e338b43f0d665dda36 | [] | no_license | GonzaloBrM/ClvtApp | 9654dfd2dd378c6f006c27d3c6cb4a0ebbf71aba | b2e63d448a1cac0dd48ad61cb64823355edd1c77 | refs/heads/master | 2021-05-17T11:34:42.000258 | 2020-06-13T08:43:26 | 2020-06-13T08:43:26 | 250,758,012 | 0 | 0 | null | 2020-04-30T15:38:06 | 2020-03-28T09:38:01 | null | UTF-8 | Java | false | false | 184 | java | package com.gbm.clvt.service;
import com.gbm.clvt.model.AppUser;
public interface AppUserService {
public AppUser register(AppUser user);
public Boolean login(AppUser user);
} | [
"gonzalobrama@gmail.com"
] | gonzalobrama@gmail.com |
844f72fd06369fcbd469213242fdfeb3b4599b2d | 081541aea72c79224d5e8b2a333ab75ef968d639 | /app/src/main/java/hu/tomkom/deliveryapp/ui/rent/RentScreen.java | faef8f582d4acb6c31187f039556ab6d394beb26 | [] | no_license | Tadi02/DeliveryApp | 851aacf581602ab2dba354230eac5438a9ef357f | 12e76666730a8159a7d29f1c324669a16b124539 | refs/heads/master | 2021-01-18T21:32:14.284495 | 2016-05-18T18:54:01 | 2016-05-18T18:54:01 | 55,757,499 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 266 | java | package hu.tomkom.deliveryapp.ui.rent;
import java.util.List;
import hu.tomkom.deliveryapp.model.Comment;
import hu.tomkom.deliveryapp.model.Rent;
public interface RentScreen {
void showRentData(Rent rent);
void showComments(List<Comment> comments);
}
| [
"mobsoft@aut.bme.hu"
] | mobsoft@aut.bme.hu |
d93c4da033416a43a793cd679e38b49fc91708c6 | e823fcad89bb8a3e631289a88dce427f493e473c | /app/src/main/java/com/pp/photop/Upload.java | 408ac5a3960a328072e5f853b41a312552fa0474 | [] | no_license | mkuech/PhotoP | 141a99371f91d3a17fac809a4a5da89591a47765 | ad149f33cd7682bb4c2871be92dd11eafc9136b8 | refs/heads/master | 2020-11-27T22:31:15.792999 | 2020-03-20T08:15:56 | 2020-03-20T08:15:56 | 229,629,102 | 0 | 0 | null | 2019-12-22T20:48:46 | 2019-12-22T20:48:45 | null | UTF-8 | Java | false | false | 1,655 | java | package com.pp.photop;
class Upload {
public String name;
public String uploadUserName;
public String phone;
public String userId;
public String uploadUri;
public String glutenfree;
public String vegan;
public String pizza;
public String chinese;
public String italian;
publi... | [
"mike@mkuech.com"
] | mike@mkuech.com |
a93b6dcabe15a21c443232221a78d844a0821d9c | 9dbbf19a11b696e4ad48801b58f60e914c6eb177 | /newdeal-project-34/src/main/java/com/eomcs/lms/handler/LessonUpdateCommand.java | cee9bfae1d1d378c861fe3e415486b420364fb01 | [] | no_license | honden/newdeal-2018.11.27 | eac591225b912918c55ccd4a79a5aaaadae9a0a8 | 5aacf4b2d1bddf70d1f70eefb19ba306235a6cf5 | refs/heads/master | 2020-04-08T11:05:46.649772 | 2018-12-11T09:50:20 | 2018-12-11T09:50:20 | 159,293,158 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,135 | java | package com.eomcs.lms.handler;
import java.sql.Date;
import java.util.List;
import java.util.Scanner;
import com.eomcs.lms.domain.Lesson;
public class LessonUpdateCommand implements Command {
Scanner keyboard;
List<Lesson> list;
public LessonUpdateCommand(Scanner keyboard, List<Lesson> list) {
this.keyboa... | [
"qpwoeirutyqp@naver.com"
] | qpwoeirutyqp@naver.com |
11bfafd180631f57513f3775b4a68d5f7efabcfb | 11f38312a18486b8f2a69a240c85d54372a30634 | /argoncillo-oop-se-inheritance/argoncillo-oop-se-inheritance/ConstructorBehavior/src/ConstructorBehavior/ADemo.java | 2b080f9ce87fc69a3ebc4be9336e28c7fb69e8d0 | [] | no_license | drilanph/Argoncillo-oop-se-inheritance | b378a74a73b3aab4e5cd169b5c1cbbb0063b1fcd | 424b3bd9592ded073bcbc49b3c5e36323f44ab5d | refs/heads/master | 2021-01-21T23:09:20.569420 | 2017-06-23T08:24:13 | 2017-06-23T08:24:13 | 95,194,273 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 346 | java | package ConstructorBehavior;
public class ADemo {
public static void main(String[] args) {
A a = new A();
A a1 = new A("wew");
A a2 = new A(1);
A a3 = new A("String",12);
a1.setX("wew");
a2.setY(1);
System.out.println(a1.getX());
System.out.pr... | [
"noreply@github.com"
] | drilanph.noreply@github.com |
bfcf82b6dd5820dadb946050e6429a3d6af1d6a8 | 56d6fa60f900fb52362d4cce950fa81f949b7f9b | /aws-sdk-java/src/main/java/com/amazonaws/services/support/model/InternalServerErrorException.java | a39e231979b85b67df5db5ea76bccf11fadc246d | [
"JSON",
"Apache-2.0"
] | permissive | TarantulaTechnology/aws | 5f9d3981646e193c89f1c3fa746ec3db30252913 | 8ce079f5628334f83786c152c76abd03f37281fe | refs/heads/master | 2021-01-19T11:14:53.050332 | 2013-09-15T02:37:02 | 2013-09-15T02:37:02 | 12,839,311 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,144 | java | /*
* Copyright 2010-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "l... | [
"TarantulaTechnology@users.noreply.github.com"
] | TarantulaTechnology@users.noreply.github.com |
99b118eb95547e8548025a04f3856a22437c4a12 | 0c52e6cd9861addedd64f7788c7ccd2c8095a9a0 | /app/src/main/java/com/ali/demo/api/request/AlipayTradeCancelRequest.java | d5d0b09bbb3b6ff21c922a3b2168752936aa232c | [] | no_license | RayJack1011/TianHePay | d4c1a6e6efb85e1e4b3ba3425326e1825bcfebaa | af6f203ac79047b07080ade5d8529a718804735e | refs/heads/master | 2020-03-29T08:09:48.174303 | 2018-09-21T02:11:32 | 2018-09-21T02:11:32 | 149,696,827 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,055 | java | package com.ali.demo.api.request;
import com.ali.demo.api.AlipayObject;
import com.ali.demo.api.AlipayRequest;
import com.ali.demo.api.internal.utils.AlipayHashMap;
import com.ali.demo.api.response.AlipayTradeCancelResponse;
import java.util.Map;
/**
* 统一收单交易撤销请求
*/
public class AlipayTradeCancelRequest implements... | [
"rayjack1011@163.com"
] | rayjack1011@163.com |
205077d308f73a7cbafa72dd1a7762faa1a8a824 | 4bea7388596b6dd3fd31f08989254e579b814a05 | /catb/src/main/java/com/catb/web/viewmodel/UserViewModel.java | 1a011afaf991439bd0aba7060a4f384e5ab46557 | [] | no_license | thoitbk/catbproject | d379419f82e0e0d147fa7c24cb734168d63c6351 | 0e0d67de65d332826aa483be6de0719cc24123cc | refs/heads/master | 2021-01-10T21:30:30.013169 | 2017-12-29T03:53:59 | 2017-12-29T03:53:59 | 42,627,505 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,367 | java | package com.catb.web.viewmodel;
import javax.validation.constraints.Size;
import org.hibernate.validator.constraints.Email;
import org.hibernate.validator.constraints.NotBlank;
public class UserViewModel {
@NotBlank
@Size(min = 0, max = 100)
private String username;
@NotBlank
@Size(min = 0, ... | [
"trananhtho207@gmail.com"
] | trananhtho207@gmail.com |
ddba4046fae24d282d11e71298cefe36c7fd6638 | 0bce5b4bad1e66723b6ce1b946fa693d7facd700 | /src/org/antsoftware/messaging/wrapper/JMSSender.java | 58df407c99165be335c78d2bdcd112b9d1102643 | [] | no_license | Matthew-Ma-UTS/JMSTools | dcc876def9a1afc20a5a0f3bcfb073e97bcebd25 | 643583092babc0d8f2d34178421afb8c5684e0fa | refs/heads/master | 2020-09-05T02:20:38.070328 | 2019-10-24T11:58:29 | 2019-10-24T11:58:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 556 | java | package org.antsoftware.messaging.wrapper;
import javax.jms.Message;
import javax.jms.Queue;
import javax.jms.Session;
public interface JMSSender {
static int DEFAULT_DELIVERY = javax.jms.DeliveryMode.NON_PERSISTENT;
static int DEFAULT_PRIORITY = javax.jms.Message.DEFAULT_PRIORITY;
static long DEFAULT_TIMETOLIVE... | [
"anthony.rabiaza@gmail.com"
] | anthony.rabiaza@gmail.com |
c9c64c2ced64789f20e3cd4d9d5f7572f0d052bc | 27c3a70a80ac6a8dac7bda9e11ed364a2d076185 | /src/main/java/com/google/devtools/build/lib/rules/cpp/CompileCommandLine.java | 72a22fb70cd30fa8dca4ae3558c805e1a0e3c8ec | [
"Apache-2.0"
] | permissive | shaopengyuan/bazel | 091e4207466db2c1fa7fa63e6c4738fa7e2a4c4b | 5038016e6573962d2554fcf9c10faa0cca8714e2 | refs/heads/master | 2021-01-20T05:22:18.249202 | 2017-04-28T16:24:52 | 2017-04-28T16:33:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,543 | java | // Copyright 2017 The Bazel Authors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by appl... | [
"vladmos@google.com"
] | vladmos@google.com |
97d3777ab1a8e564bb784d222c1e76cebe7c96fd | 4f973617c8ace2af05867839075ad33edeabb844 | /spring4-chap13-hib3/src/net/madvirus/spring4/chap13/store/service/PlaceOrderServiceImpl.java | fd890528409b2e132180a95609b0004ef19d19b0 | [] | no_license | manusil/test | 243062b267c6f367d63dde054b40822144bac99d | 378547803ec0ec6513bb9bb4da25604dd7d14086 | refs/heads/master | 2022-12-21T01:51:54.850207 | 2019-09-08T00:57:51 | 2019-09-08T00:57:51 | 199,253,848 | 0 | 0 | null | 2022-12-15T23:32:42 | 2019-07-28T06:59:04 | Java | UTF-8 | Java | false | false | 1,861 | java | package net.madvirus.spring4.chap13.store.service;
import org.springframework.transaction.annotation.Transactional;
import net.madvirus.spring4.chap13.store.domain.Item;
import net.madvirus.spring4.chap13.store.domain.ItemRepository;
import net.madvirus.spring4.chap13.store.domain.ItemNotFoundException;
import... | [
"ohsy@ohsy-notebook"
] | ohsy@ohsy-notebook |
b3723c9a22f6d704f9d9cae735e21c56fddd9c3b | c3e7b18047ef946eb7953e352d43bc0363b95d4e | /quickstart-linux/src/test/java/org/quickstart/linux/telnet/WindowsShell.java | fd159c9922a0bc62b0fc6b4a364ba91fd0cb1086 | [
"Apache-2.0"
] | permissive | youngzil/quickstart-framework | 059bc7d8604c192a53fd00e7774ec9ebc9befea7 | 4c0d48b576ad3230c026fb2cd323e80755fe415e | refs/heads/master | 2023-03-10T02:34:40.475825 | 2022-08-25T15:07:33 | 2022-08-25T15:07:33 | 140,260,338 | 9 | 6 | Apache-2.0 | 2023-02-22T08:28:29 | 2018-07-09T09:09:16 | Java | UTF-8 | Java | false | false | 4,166 | java | package org.quickstart.linux.telnet;
import java.io.IOException;
import java.io.InputStream;
import java.io.PrintStream;
import java.io.UnsupportedEncodingException;
import java.net.SocketException;
import org.apache.commons.net.telnet.TelnetClient;
public class WindowsShell {
private TelnetClient telnet = new Teln... | [
"youngzil@163.com"
] | youngzil@163.com |
ce71212321e2a384bfc023646bf70b8230de7f29 | 222f7da5cdcddd4118397382b0194715708bb73a | /src/com/fxwx/util/weixin/comment/copy/Signature.java | a9add21d393b70263630fbf5657a7ef232b80df9 | [] | no_license | Asagiqianmu/wifi | c9193c0d58cedea90d2490771c9ecc5207ce59e4 | 8be5f38886fea42731eb99b2126454d0539f80d1 | refs/heads/master | 2020-03-28T00:48:17.482706 | 2018-09-05T03:02:31 | 2018-09-05T03:02:31 | 147,450,958 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,188 | java | package com.fxwx.util.weixin.comment.copy;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.xml.sax.SAXException;
import javax.xml.parsers.ParserConfigurationException;
import java.io.IOException;
import java.lang.reflect.Field;
import java.util.ArrayList;
import java.uti... | [
"1175609090@qq.com"
] | 1175609090@qq.com |
39e8cbc3a3c9c6580dba98bd2f97080f13b3e829 | 6e68584f2819351abe628b659c01184f51fec976 | /Other/Android/Body/app/src/main/java/dang/body/MovingAverageArray.java | e55faa1d4f25e84e882d5fe27f6d0fb134824719 | [] | no_license | DanSGraham/code | 0a16a2bfe51cebb62819cd510c7717ae24b12d1b | fc54b6d50360ae12f207385b5d25adf72bfa8121 | refs/heads/master | 2020-03-29T21:09:18.974467 | 2017-06-14T04:04:48 | 2017-06-14T04:04:48 | 36,774,542 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,217 | java | package dang.body;
import java.util.Arrays;
import java.util.Calendar;
import java.util.concurrent.TimeUnit;
/**
* Created by Daniel on 6/12/2017.
*/
public class MovingAverageArray extends CircularArray<Double> {
final static double SKIPPED_VAL = -1.0;
long lastDay;
long currDay;
public MovingAv... | [
"dan.s.graham@gmail.com"
] | dan.s.graham@gmail.com |
e044670f605bf55285dff4f50097321d8cfc14e7 | f16ed31b4731fa17fe420b53662460ec1afb914f | /sbia/ch11/src/main/java/com/manning/sbia/ch11/batch/ImportToJobInstanceMappingTasklet.java | 217258f30bb9ead0ead8aa486075f99b3c9e08a6 | [] | no_license | andrea-colleoni/ch-ti-csi-corso | ebfb692dfe502feed1437b53fdad1d7ebc15d65b | 8e0e656cca51d5f02af4dabdd12c7bb8769efc5e | refs/heads/master | 2021-01-21T21:14:26.202540 | 2017-06-22T15:09:23 | 2017-06-22T15:09:23 | 94,787,937 | 1 | 2 | null | 2017-06-24T14:28:37 | 2017-06-19T14:49:35 | Java | UTF-8 | Java | false | false | 1,593 | java | /**
*
*/
package com.manning.sbia.ch11.batch;
import org.springframework.batch.core.StepContribution;
import org.springframework.batch.core.scope.context.ChunkContext;
import org.springframework.batch.core.step.tasklet.Tasklet;
import org.springframework.batch.repeat.RepeatStatus;
import org.springframework.beans.f... | [
"Docente06@PC007209M80.corsi.ac.ti.ch"
] | Docente06@PC007209M80.corsi.ac.ti.ch |
61aa2e4da581e4f53b0ebc29f853ee58937ac4fb | 74b47b895b2f739612371f871c7f940502e7165b | /aws-java-sdk-iot/src/main/java/com/amazonaws/services/iot/model/transform/CreateAuthorizerRequestMarshaller.java | 4f6cbf1a0cfbed1b9255a5f4ca5e8d3d4da5b4f0 | [
"Apache-2.0"
] | permissive | baganda07/aws-sdk-java | fe1958ed679cd95b4c48f971393bf03eb5512799 | f19bdb30177106b5d6394223a40a382b87adf742 | refs/heads/master | 2022-11-09T21:55:43.857201 | 2022-10-24T21:08:19 | 2022-10-24T21:08:19 | 221,028,223 | 0 | 0 | Apache-2.0 | 2019-11-11T16:57:12 | 2019-11-11T16:57:11 | null | UTF-8 | Java | false | false | 4,436 | java | /*
* Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
819bf0f02cadb14eb6f2d83e9c03c0bd5415d360 | a952f9abd9f3ec7cf6db5bdc708f880abd931978 | /BBPawBootSetting/src/com/worldchip/bbpaw/bootsetting/receiver/BootBroadcaseReceiver.java | 1d687ef838b732af465f7eac24ee7ed254707860 | [] | no_license | Win0818/BBPaw_Code | 7d46d1d614e187d42ce08dc7c41a23b871a4d47b | 902779d42695abaadbcb7b07f60659da5c26e059 | refs/heads/master | 2021-01-01T20:12:56.987144 | 2017-07-30T08:44:48 | 2017-07-30T08:44:48 | 98,784,927 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,284 | java | package com.worldchip.bbpaw.bootsetting.receiver;
import com.worldchip.bbpaw.bootsetting.util.Common;
import com.worldchip.bbpaw.bootsetting.util.LogUtil;
import com.worldchip.bbpaw.bootsetting.util.Utils;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
public... | [
"756745821@qq.com"
] | 756745821@qq.com |
187b3cbd10e1e0146d079e906c60a88ee124924a | 382bab264e0d0c57412af3cdf851f9b92db47b96 | /src/Components/StaticDropdown.java | c658c077b2411c4f6cfb953acfea083bed12effc | [] | no_license | sindhou29/Selenium | 3adc14a0b497c7cef300ceec7e81de6fefa7c20b | a9355ac5116d5bd054ca0d0b10af25706c08b8cb | refs/heads/master | 2023-01-01T14:14:48.537497 | 2020-10-27T16:40:07 | 2020-10-27T16:40:07 | 306,404,925 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 922 | java | package Components;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.support.ui.ExpectedConditions;
import org.openqa.selenium.support.ui.Select;
import org.openqa.selenium.support.ui.WebDriverWait;
public class StaticDropd... | [
"sindhouja.m@gmail.com"
] | sindhouja.m@gmail.com |
5dfd3a145292f256a99ba2206c79e10e753fb11c | c130c2c2e37c1cbef2cab7cedebe598091f78741 | /pet-clinic-data/src/main/java/com/vianneydiris/petclinic/services/springdatajpa/PetSDJpaService.java | 364637e3603398825ccb64904c058b5bbce0ed9f | [] | no_license | VianneyDiris/spring-pet-clinic | 2529575e98ad5ed4b46d61fcf3e1ed4877710c66 | a258e88a1c2b01061ddd7fb3461a6ce57f38028c | refs/heads/master | 2022-10-19T20:32:52.304028 | 2020-06-10T08:21:07 | 2020-06-10T08:21:07 | 267,263,221 | 0 | 0 | null | 2020-06-05T12:49:09 | 2020-05-27T08:25:17 | Java | UTF-8 | Java | false | false | 1,202 | java | package com.vianneydiris.petclinic.services.springdatajpa;
import com.vianneydiris.petclinic.model.Pet;
import com.vianneydiris.petclinic.repositories.PetRepository;
import com.vianneydiris.petclinic.services.PetService;
import org.springframework.context.annotation.Profile;
import org.springframework.stereotype.Servi... | [
"vianney.diris@gmail.com"
] | vianney.diris@gmail.com |
5193873f40a05d429acf871e02b360e30cc3be3b | b27556f8259966b6c5dec616e91279808e0d877b | /DaySettings.java | dd2d76f1165fd4dc5b12d0e48aad2261168e1252 | [] | no_license | st34m3r/entitiesBOOKALL | e80c640268d135d7f017ccd18bfaf764cab5a4f8 | a698f7d43e156ee2e2aab0c53729a518949b6b68 | refs/heads/master | 2022-08-19T11:55:51.422190 | 2020-05-24T05:00:38 | 2020-05-24T05:00:38 | 266,472,836 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,037 | java | package entities;
// Generated 24 mai 2020 05:58:50 by Hibernate Tools 4.3.5.Final
import java.util.Date;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import static javax.pe... | [
"pcomarimai@gmail.com"
] | pcomarimai@gmail.com |
0d01fb5997075afc33c7511c778637c1e8f7df91 | b7804b214a4a2dd2987f91051a33292e5c577326 | /patterns/src/main/java/ua/ho/godex/headfirst/decorator/starbuzz/Mocha.java | f22fcdb6a3bf0efcc019e36a91fdf4eb00c1b73f | [] | no_license | PavlenkoB/java-learn | cbf1c5da68fbb7b16005abb0e4579aabddb7c79f | 753f2c8fee0880d6a3a9a66c6fa0cee63ff3bc38 | refs/heads/master | 2021-04-28T20:49:36.635780 | 2021-01-18T11:59:11 | 2021-01-18T11:59:11 | 121,936,766 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 373 | java | package ua.ho.godex.headfirst.decorator.starbuzz;
public class Mocha extends CondimentDecorator {
Beverage beverage;
public Mocha(Beverage beverage) {
this.beverage = beverage;
}
public String getDescription() {
return beverage.getDescription() + ", Mocha";
}
public double co... | [
"godexxxx@gmail.com"
] | godexxxx@gmail.com |
b1210e558d47a0514e05bea186d85fc0e2e18f65 | cf73606d790f93aa10c6e9b53fa3ce25a4a131b2 | /chefpdig.java | 3d2bee2f2753ebcc96b013a66817cf781f46fd41 | [] | no_license | devendrakushwah/CodeChef_Submissions | d03e5052349557c9af604256853c870ae7008c07 | 7765b95ffbcc9708194adfcb1786ba92900409b0 | refs/heads/master | 2021-09-15T01:34:13.759938 | 2018-05-23T13:39:12 | 2018-05-23T13:39:12 | 104,344,261 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,833 | java | import java.util.*;
class chefpdig {
static ArrayList<String>list=new ArrayList<String>();
static ArrayList<Character>chr=new ArrayList<Character>();
/*static ArrayList<String> permutation(char[] p, int pos, String str)
{
if (pos == p.length)
{
list.add(new String(p));
... | [
"noreply@github.com"
] | devendrakushwah.noreply@github.com |
36cfe67bf8dcc9c2ef8a065d200ebd849fe13486 | 3806723e3b4bd76e61c2ee5182a1c63e5275d482 | /src/main/java/com/example/demo/Repositories/UtilisateurDao.java | 2a60eda97f6f672169ed4b99fc9e477b17a83aa9 | [] | no_license | mahdigb05/BO-backend | 0d416f25c5a4d8ded5364cc39e7f6da6acc3c6f1 | adb6a691e7bfbd09b1e8330d68dad454f2aacd74 | refs/heads/master | 2022-12-19T18:26:07.982417 | 2020-09-22T22:32:55 | 2020-09-22T22:32:55 | 297,788,227 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 366 | java | package com.example.demo.Repositories;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
import com.example.demo.Beans.Utilisateur;
@Repository
public interface UtilisateurDao extends CrudRepository<Utilisateur,Long> {
Utilisateur findByEmail(String ema... | [
"mahdibenmoumen@gmail.com"
] | mahdibenmoumen@gmail.com |
0bfb57d33706c5ba5d39b59f297a17373c28d4ee | 82398d6a036bc45edf324c37e2a418ee17ec5760 | /src/main/java/com/atlassian/jira/rest/client/api/AvatarsApi.java | 8ce75c8fa79e60e950377af9cd7408d1b7af9a94 | [] | no_license | amondnet/jira-client | 7ff59c70cead9d517d031836f961ec0e607366cb | 4f9fdf10532fefbcc0d6ae80fd42d357545eee4d | refs/heads/main | 2023-04-03T21:42:24.069554 | 2021-04-15T15:27:20 | 2021-04-15T15:27:20 | 358,300,244 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,092 | java | package com.atlassian.jira.rest.client.api;
import com.atlassian.jira.rest.client.ApiClient;
import com.atlassian.jira.rest.client.model.Avatar;
import com.atlassian.jira.rest.client.model.Avatars;
import com.atlassian.jira.rest.client.model.SystemAvatars;
import java.util.HashMap;
import java.util.List;
import java... | [
"amond@amond.net"
] | amond@amond.net |
d301a9c385b108156e28059afa2f72f79f0e1cc5 | 2b28098472e781fb2d6d4802b5bb87d93d58ecfa | /o2o/src/main/java/com/o98k/o2o/exceptions/WechatAuthOperationException.java | 899a5631109bf56ab0c6452f75e9aeecaecb2a65 | [] | no_license | xjx794865/myRepository | 083a12098142306ed0f52fd94a26bb69323bda46 | f4e8b325f29b3931a9d946c3ddfe5d718e22d8d7 | refs/heads/master | 2020-03-28T02:49:55.190555 | 2018-09-12T07:54:46 | 2018-09-12T07:54:46 | 147,600,335 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 258 | java | package com.o98k.o2o.exceptions;
public class WechatAuthOperationException extends RuntimeException{
/**
*
*/
private static final long serialVersionUID = -4397590552044214320L;
public WechatAuthOperationException(String msg) {
super(msg);
}
}
| [
"794865413@qq.com"
] | 794865413@qq.com |
760523e56426b65fb7dfa7171c2e10f803769e96 | 96a7d93cb61cef2719fab90742e2fe1b56356d29 | /selected projects/mobile/Signal-Android-4.60.5/app/src/main/java/org/thoughtcrime/securesms/lock/v2/ConfirmKbsPinRepository.java | 89def2a3c4c8a039588338c4d96d085a2e264d15 | [
"MIT"
] | permissive | danielogen/msc_research | cb1c0d271bd92369f56160790ee0d4f355f273be | 0b6644c11c6152510707d5d6eaf3fab640b3ce7a | refs/heads/main | 2023-03-22T03:59:14.408318 | 2021-03-04T11:54:49 | 2021-03-04T11:54:49 | 307,107,229 | 0 | 1 | MIT | 2021-03-04T11:54:49 | 2020-10-25T13:39:50 | Java | UTF-8 | Java | false | false | 1,347 | java | package org.thoughtcrime.securesms.lock.v2;
import android.content.Context;
import androidx.annotation.NonNull;
import androidx.core.util.Consumer;
import org.thoughtcrime.securesms.dependencies.ApplicationDependencies;
import org.thoughtcrime.securesms.logging.Log;
import org.thoughtcrime.securesms.pin.PinState;
im... | [
"danielogen@gmail.com"
] | danielogen@gmail.com |
b8afc25d09f0322aec094d29d39d3b68b76877e2 | 6baf1fe00541560788e78de5244ae17a7a2b375a | /hollywood/com.oculus.userserver2-UserServer2/sources/X/C0043Bv.java | 300c50028e9edd61c6da8160664f3a94db99ff22 | [] | 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 | 936 | java | package X;
import androidx.annotation.RestrictTo;
import java.lang.reflect.Constructor;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
@RestrictTo({AnonymousClass2O.LIBRARY_GROUP_PREFIX})
/* renamed from: X.Bv reason: case insensitive filesystem */
public final class C0043Bv {
public stat... | [
"cyuubiapps@gmail.com"
] | cyuubiapps@gmail.com |
f78cb73243aae4e765fdbf314b44ef97e96b4573 | 414ee0cd56a3063a2bf588890b8a2c3afac0d5f7 | /src/Tema13/Juego.java | d5c1f179514a45e46d529ea247ec9ff68701fcde | [] | no_license | davidvega95/pan | c1b6a7a36fb036b9598444959412e81d82acd6ec | d8b730f09f7a92fa4b5bfbc026afcf0b222e23f1 | refs/heads/master | 2021-01-10T11:52:57.358850 | 2016-02-25T11:43:02 | 2016-02-25T11:43:02 | 49,571,103 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,437 | java | package Tema13;
import java.util.ArrayList;
import java.util.List;
public class Juego {
//atributos
private String nombreJuego;
private String categoria;
private int puntuacion;
private List<Usuario>listaUsuarios;
public Juego(String nombreJuego, String categoria, int puntuacion, List<Usuario> lis... | [
"davidvegamorago@gmail.com"
] | davidvegamorago@gmail.com |
de689961621b99d40f3936fb5bfa92387b4b075b | 83d06342dbaf2c7cd55a0a2da2cf521b8a591950 | /PuyaInterpreter/Tests/testExample/TestExample17.java | 30224a08dd07cc5de9420d6659c1231c3feb4463 | [] | no_license | 916-Socaciu-Serafim/Sem3_APM | dcf08cc70c0e5ea4bc01588c5ade5bbd4a6458dc | 74b92b4234f774f7701fe5482d8f77c0e81a1646 | refs/heads/master | 2023-02-26T07:16:55.036314 | 2021-01-26T10:34:03 | 2021-01-26T10:34:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,224 | java | package testExample;
import static org.junit.jupiter.api.Assertions.*;
import org.junit.*;
import model.ProgramState;
import model.value.IntValue;
import view.AllExamples;
public class TestExample17 extends TestExample {
private static final String REPOSITORY_PATH = TestExample.SRC_FOLDER_PATH + "log17.in";
@Befo... | [
"gherman_cristi10@yahoo.com"
] | gherman_cristi10@yahoo.com |
69c739ed80a956dde0dbaab21dd14ad1b5a7c3ab | 233292cb61a69aa78f0ddc25e5738cb7ba0a713d | /wiquery-jquery-ui/src/main/java/org/odlabs/wiquery/ui/accordion/AccordionDownEffectOptionObject.java | cfdab323fda84f4a62e661c89790e4bac6d8d5ba | [
"MIT"
] | permissive | WiQuery/wiquery | 8646f2c79cccf129d0460bf23adb8e5f6e26ad3f | 34f55ef466b8d62586c98254270d0b345ee2a951 | refs/heads/master | 2023-08-21T13:48:53.236640 | 2023-06-01T08:31:41 | 2023-06-01T08:31:41 | 3,170,731 | 16 | 18 | MIT | 2023-06-01T08:31:42 | 2012-01-13T12:51:23 | Java | UTF-8 | Java | false | false | 2,819 | java | /*
* Copyright (c) 2010 WiQuery team
*
* 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, modify, merge, publi... | [
"stephane.gleizes@openwide.fr"
] | stephane.gleizes@openwide.fr |
8ddee4764c403e561d53fbcd4f40ca88592f5528 | 5e6bad233109f9bcd2773c8ef2b481e1de2af4aa | /nimaiTransaction/src/test/java/com/nimai/lc/NimaiTransactionApplicationTests.java | 11a56e130a3c413ae1f48fe9d2d24cbe555041d0 | [] | no_license | Dhiraj-321/API | e9706135f7e3719c152351a932ee26f0930504a9 | 13146a5dc7c4681fa01edb93ff6fa8a17b470efe | refs/heads/main | 2023-07-13T02:02:25.559306 | 2021-08-13T10:20:45 | 2021-08-13T10:20:45 | 396,920,800 | 0 | 0 | null | 2021-08-16T18:27:24 | 2021-08-16T18:27:24 | null | UTF-8 | Java | false | false | 214 | java | package com.nimai.lc;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class NimaiTransactionApplicationTests {
@Test
void contextLoads() {
}
}
| [
"adil.bhati@cloverinfotech.com"
] | adil.bhati@cloverinfotech.com |
d40f4b6711e3c93708143130c46d2f00ad23de6f | 226b0491fe0358d24bc2491349097ccb95a89aa6 | /src/Arithmetic.java | da617ac37f595d3c56b35606cc4fd6d6b573b648 | [] | no_license | PavelShem/Test | 21dc94bffd75ddc057bfe34fb12242c843f91028 | 843018551c0465c220aa4bf061ec853c82c03b7b | refs/heads/master | 2023-05-04T17:25:12.867408 | 2021-05-24T18:23:05 | 2021-05-24T18:23:05 | 370,450,015 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 598 | java | public class Arithmetic {
public int numOne;
public int numTwo;
public Arithmetic(int numOne, int numTwo){
this.numOne = numOne;
this.numTwo = numTwo;
}
public int sumNum(){
return numOne + numTwo;
}
public int diff(){
return numOne - numTwo;
}
pub... | [
"PYShem29@gmail.com"
] | PYShem29@gmail.com |
9fce84e4d1b0eea1a2f9b7df7c03e22675dd745f | 5c83aa7e8525ae63c8e10d724fad549a05980290 | /3 - Encapsulamento/ex1/sisbanco/ContaPoupanca.java | f0a6c6812b1135168b71042c63aef161b1201361 | [] | no_license | danielbrandao/AulasPOO | 9a3133c9528257cf0f3e0d7936e813fa8b053d36 | 922167f54f8c03090151f0125fc39f54e9900718 | refs/heads/master | 2021-10-12T05:44:04.323890 | 2021-10-01T17:10:18 | 2021-10-01T17:10:18 | 110,062,755 | 8 | 2 | null | null | null | null | UTF-8 | Java | false | false | 520 | java | package sisbanco;
public class ContaPoupanca extends Conta{
private double taxaRendimento = 10;
protected double getTaxaRendimento() {
return taxaRendimento;
}
protected void setTaxaRendimento(double taxaRendimento) {
this.taxaRendimento = taxaRendimento;
}
@Override
double debitar(double v... | [
"noreply@github.com"
] | danielbrandao.noreply@github.com |
fbe00668a031794bb6e922f217550cb77500f420 | b08cf3aea4de1c2033713c58faaedb796cd99039 | /src/main/java/com/biblio/service/IService.java | 7507a7878c08013394f8ffa3555802a1c6b57780 | [] | no_license | Vlado95/UMLecommerce | 96918836589e20816a8e7bf2b084ee6b33ba374f | 7e2777fdf420e9adee4ad006ca7c90e4cc4fb83a | refs/heads/master | 2021-01-23T12:34:57.800382 | 2017-06-01T13:36:35 | 2017-06-01T13:36:35 | 93,176,373 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 456 | java | package com.biblio.service;
import java.util.List;
import javax.jws.WebParam;
import javax.jws.WebService;
import com.biblio.entity.Metier;
public interface IService<T extends Metier> {
public T rechercherParId(int id);
public List<T> findAll();
public List<T> chercherParString(String s... | [
"tvradmir@gmail.com"
] | tvradmir@gmail.com |
68abdcc9c68e252c6f3f41e46a2eeccef1c1fb5d | 0c6332eea5afa585b26c264c8ded06e2f9606de9 | /src/main/java/org/plentybugs/messenger/repository/MessageRepository.java | 22b0a191e555e67b19300387f586b848c686c7e9 | [] | no_license | PlentyBugs/Spring-Messenger | fd73907e68f82cc21de59bdaaaba7d5d100f1951 | 762d48dba5899c3f3966f61f821d7054b3eb345a | refs/heads/master | 2023-04-13T16:27:18.809343 | 2021-04-15T17:14:57 | 2021-04-15T17:14:57 | 326,243,952 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 394 | java | package org.plentybugs.messenger.repository;
import org.plentybugs.messenger.model.messaging.Message;
import org.springframework.data.mongodb.repository.MongoRepository;
import java.util.List;
import java.util.Set;
public interface MessageRepository extends MongoRepository<Message, String> {
List<Message> findBy... | [
"plentybugs@yandex.ru"
] | plentybugs@yandex.ru |
683712e73a897bc1b1922f343405de43467565c7 | ddb1af5166a44ecf630f2e8938876210d9a48d4a | /app/src/main/java/android/seriously/com/bakingapp/utils/NetworkUtils.java | e073344020316420d50738518daf9fed2d1b519c | [] | no_license | evgeniy-sibagatullin/BakingApp | 0cfafcc72f0d3f0a026270c7e5e76a3765f93813 | 7463431714707a0efd6a6a112f10f826e4b5f351 | refs/heads/master | 2020-03-09T12:30:52.285097 | 2018-04-13T19:38:03 | 2018-04-13T19:38:03 | 128,788,050 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,819 | java | package android.seriously.com.bakingapp.utils;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.seriously.com.bakingapp.model.Recipe;
import android.support.annotation.Nullable;
import android.text.TextUtils;
import android.util.Log;
import com.goo... | [
"evgeniy.sibagatullin@gmail.com"
] | evgeniy.sibagatullin@gmail.com |
9645d20ccec6eac508ca2a3cfff7a5b787695f66 | 557bb1b1e99e906eaa3b7869a9fee575be578f6c | /src/org/ws/DefaultSuccessObject.java | 722d6d0caff78ee8742229f6ec4e9eb3308e7309 | [] | no_license | vudaotuan/Fast-Taxi | 877b2f6aa1550ccb3e41afd8af9a90cfef8072da | 13aaf43fc4688e34a0f20857c10f09b1bff7e5a7 | refs/heads/master | 2020-12-24T16:42:50.548703 | 2014-01-13T06:44:20 | 2014-01-13T06:44:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 488 | java | package org.ws;
public class DefaultSuccessObject {
private boolean success;
private Object payload;
public DefaultSuccessObject(boolean success, Object payload) {
super();
this.success = success;
this.payload = payload;
}
public boolean isSuccess() {
return success;
}
public void setSuccess(boolean... | [
"vu.daotuan@gmail.com"
] | vu.daotuan@gmail.com |
98c7e31c38676853f4d2023eb55adc5524eccf86 | 1e27f6d09f9ab273b96cdc50a4d983ba01b7ac5b | /src/com/wande/todo/Task.java | 3672a4c25dbcb1a8d7624214fed7312e40433013 | [] | no_license | wandechris/ToDo | 9810be09fbed212abcf67dcae50ca9a24d6d78ea | 081b6a82e6100ddcdd3e5162e7520e9b5ceb265d | refs/heads/master | 2020-12-24T13:44:50.146473 | 2013-09-13T14:02:51 | 2013-09-13T14:02:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 387 | java | package com.wande.todo;
public class Task {
private String name;
private String desc;
public Task(String taskName,String descc){
name = taskName;
desc = descc;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String getDesc() {
return desc;... | [
"wandechris91@gmail.com"
] | wandechris91@gmail.com |
ad9deb90e40bb57fde4a9c5e65eb1f8f642ecb8c | 2a1e90e8efd77d6922fce4c26ceb58e884d54791 | /esup-pstage-domain-services/src/main/java/org/esupportail/pstage/domain/referentiel/PersonalComponentRepositoryDomainCustom.java | 5d62b6b18f1ae97ed77a6495273fc1dcdd0eeb75 | [
"Apache-2.0"
] | permissive | EsupPortail/esup-pstage | 0bdb73679324174b4eb798fb1b8422a4ae3e7146 | 9d9b77abfa588d3cee2b100899c0b29f39dab695 | refs/heads/master | 2023-02-08T03:29:26.809279 | 2023-01-30T20:41:45 | 2023-01-30T20:45:16 | 6,883,237 | 5 | 7 | Apache-2.0 | 2022-06-29T16:51:41 | 2012-11-27T12:50:08 | XSLT | UTF-8 | Java | false | false | 416 | java | package org.esupportail.pstage.domain.referentiel;
import java.util.Map;
/**
*
* Acces au composantes du personnel personnalise
*
*/
public class PersonalComponentRepositoryDomainCustom implements
PersonalComponentRepositoryDomain {
/**
*
*/
private static final long serialVersionUID = 1L;
@Overri... | [
"florian.garot@univ-artois.fr"
] | florian.garot@univ-artois.fr |
7e24bdfae0489c69b5c12c7ba9daa944f09ba630 | 3f3c6e1da2aafd535f2d7741b64f102301a2af74 | /src/com/smartgwt/sample/showcase/client/draganddrop/Copy.java | 34d5fce3694c40cba7883960f172cfb11ed9ce13 | [] | no_license | jmgsquared214/showcase | 252a5b16db3b5b05eb4b3af6991867c8933ff0b8 | 2611ef5be3eff9636b490826814fcf6fad5750bc | refs/heads/master | 2021-04-27T21:44:05.699411 | 2018-02-21T23:14:41 | 2018-02-21T23:14:41 | 122,405,909 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,691 | java | package com.smartgwt.sample.showcase.client.draganddrop;
import com.smartgwt.client.data.DataSource;
import com.smartgwt.client.types.Alignment;
import com.smartgwt.client.types.DragDataAction;
import com.smartgwt.client.types.TextMatchStyle;
import com.smartgwt.client.widgets.Canvas;
import com.smartgwt.client.widget... | [
"jmgsquared214@gmail.com"
] | jmgsquared214@gmail.com |
40c20bafb5cc7275db9e4fb1788d1e46219005b6 | 5d246b480d67c13768f3af9db3b158180ba90b6f | /src/main/java/com/mathew/example/springboot/room/services/guest/GuestDataService.java | f21f03f22076eae52ac1d2fb75cacffc938a572b | [] | no_license | mathew78george/guest-services | f6f73d4a6c50cef7a238100d2ce843d7b56b0bb6 | 0e29ec4fb0fb8ce0c6871bbc23675d79abe65b15 | refs/heads/master | 2020-03-29T16:39:17.631223 | 2018-09-24T15:17:46 | 2018-09-24T15:17:46 | 150,123,377 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,511 | java | package com.mathew.example.springboot.room.services.guest;
import java.io.BufferedReader;
import java.io.File;
import java.io.IOException;
import java.nio.charset.StandardCharsets;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.ArrayList;
import java.util.HashMap;
i... | [
"mathew.george@clarivate.com"
] | mathew.george@clarivate.com |
b2465aac339f5cb7088a59f7ab448d5355256041 | 52b948436b826df8164565ffe69e73a92eb92cda | /Tests/RGTTests/bears/patches/SzFMV2018-Tavasz-AutomatedCar_351742666-351759763/Arja/332/patch/Dashboard.java | d77f7a4b929936b7cd70a3a8c6dfbc95b7fdddb5 | [] | no_license | tdurieux/ODSExperiment | 910365f1388bc684e9916f46f407d36226a2b70b | 3881ef06d6b8d5efb751860811def973cb0220eb | refs/heads/main | 2023-07-05T21:30:30.099605 | 2021-08-18T15:56:56 | 2021-08-18T15:56:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,875 | java | package hu.oe.nik.szfmv.visualization;
import hu.oe.nik.szfmv.automatedcar.bus.packets.input.ReadOnlyInputPacket;
import javax.swing.*;
import java.awt.*;
/**
* Dashboard shows the state of the ego car, thus helps in debugging.
*/
public class Dashboard extends JPanel {
private final int width = 250;
priv... | [
"he_ye_90s@hotmail.com"
] | he_ye_90s@hotmail.com |
18babe3d6f375744f9d2822a2eb3e30d93abd5ab | db60d31789224ef0d16fa4c8bdc8187b54b76761 | /src/ml/technikum/at/nn/DigitImageLoadingService.java | 184717f5037d669af97ae15275b07e5fef98f0c6 | [] | no_license | Fr0stst0rm/NeuroNet | 3dfa86482b26b4ab7ad742682dfb20c041b5fe04 | c50004de9ed4b2f2c4d4764f268a000e7b988445 | refs/heads/master | 2020-03-19T07:44:36.279412 | 2018-06-05T08:26:53 | 2018-06-05T08:26:53 | 136,145,005 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,986 | java | package ml.technikum.at.nn;
import java.io.*;
import java.nio.ByteBuffer;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
/**
* Created by IntelliJ IDEA.
* User: vivin
* Date: 11/11/11
* Time: 10:07 AM
*/
public class DigitImageLoadingService {
private String labelFileName;
p... | [
"christoph.cudly@gmail.com"
] | christoph.cudly@gmail.com |
e6f491beba943ab00b866d7944ebc8eb6b4f156b | 9c9a7cbf37478765624d44c5b1c0ebdbc05894c4 | /MenjadiAndroidDeveloperExpert/MyRecyclerView/app/src/main/java/com/digitcreativestudio/myrecyclerview/ItemClickSupport.java | 535d74f5184abf4c080cd109c0cf24dfd72d3db6 | [] | no_license | dzulfikar68/DicodingAndroid | c4fc9782e3c2297cdf84f70ccd51090daebb27be | 2c9739949888ff3d4cf075b91c0e35cc883da007 | refs/heads/master | 2021-07-10T09:28:44.719960 | 2020-08-31T17:17:45 | 2020-08-31T17:17:45 | 193,197,559 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,271 | java | package com.digitcreativestudio.myrecyclerview;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.View;
public class ItemClickSupport {
private RecyclerView mRecyclerView;
private OnItemClickListener mOnItemClickListener;
private OnItemLongClickL... | [
"fikar.cakap@gmail.com"
] | fikar.cakap@gmail.com |
6c03908eb3f7885ae18e203d3a891242a7aad18a | b8cb8b17ee6f771f0641962b366b381b3d1e36a8 | /src/main/java/com/codewithchang/movieinfoservice/resources/MovieResource.java | b4a9c311170fb45a643c2cca1cd72a7502aa3bdf | [] | no_license | cxiong03/Movie-Info-Service | 4b7a980196bb482f4baec6bccd011ad394040d98 | 1aabc27fcee586409048508cec4ad5144d6d9225 | refs/heads/main | 2023-03-18T20:59:10.729788 | 2021-03-04T04:20:35 | 2021-03-04T04:20:35 | 343,632,922 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 535 | java | package com.codewithchang.movieinfoservice.resources;
import com.codewithchang.movieinfoservice.models.Movie;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
@Requ... | [
"cnxiong03@gmail.com"
] | cnxiong03@gmail.com |
6dc5f4f406e69c3e364a981939cd0645c501809e | cb5f27eb6960c64542023d7382d6b917da38f0fc | /sources/com/google/android/gms/measurement/internal/zzby.java | da19e54036ea3fc5962ec1d84968aed6f63d0b6c | [] | no_license | djtwisty/ccah | a9aee5608d48448f18156dd7efc6ece4f32623a5 | af89c8d3c216ec3371929436545227682e811be7 | refs/heads/master | 2020-04-13T05:33:08.267985 | 2018-12-24T13:52:39 | 2018-12-24T13:52:39 | 162,995,366 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,564 | java | package com.google.android.gms.measurement.internal;
import android.os.Binder;
import android.text.TextUtils;
import com.google.android.gms.common.GooglePlayServicesUtilLight;
import com.google.android.gms.common.GoogleSignatureVerifier;
import com.google.android.gms.common.internal.Preconditions;
import com.google.an... | [
"alex@Alexs-MacBook-Pro.local"
] | alex@Alexs-MacBook-Pro.local |
f00b93f71731205c0f874320807ce50878b6cb00 | 6ee5b39cb57b068e5f34d552ae522928ecd3fb03 | /src/main/org/sam/jogl/gui/event/MouseEvent.java | dc54d561180d72f22f09abc5d5942736775e2947 | [] | no_license | samuelalfaro/jspacewars | cb46adf8c5174c8c39c93014cdf3b8ea6a69cfe8 | 9faba051e0cff0953a9171c41d0b335a2fef5bd0 | refs/heads/master | 2021-01-10T18:45:23.166870 | 2013-04-09T10:59:30 | 2013-04-09T10:59:30 | 42,315,889 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,098 | java | package org.sam.jogl.gui.event;
/**
* A mouse event, including motion and press/release.
* Mouse events will hold the absolute and local x and y
* positions and often the button that is pressed.
*
* @author davedes
* @since b.0.2
*/
@SuppressWarnings( "serial" )
public class MouseEvent extends Event... | [
"samuelalfaro@e06e3a5f-b753-0410-82a1-1b551be16263"
] | samuelalfaro@e06e3a5f-b753-0410-82a1-1b551be16263 |
f4c055347e2405d8b6f2334897b5d84741965634 | 73267be654cd1fd76cf2cb9ea3a75630d9f58a41 | /services/kms/src/main/java/com/huaweicloud/sdk/kms/v2/model/ShowVersionsRequest.java | 3d9dd85d5950a214c09b076497ed92b87275f63f | [
"Apache-2.0"
] | permissive | huaweicloud/huaweicloud-sdk-java-v3 | 51b32a451fac321a0affe2176663fed8a9cd8042 | 2f8543d0d037b35c2664298ba39a89cc9d8ed9a3 | refs/heads/master | 2023-08-29T06:50:15.642693 | 2023-08-24T08:34:48 | 2023-08-24T08:34:48 | 262,207,545 | 91 | 57 | NOASSERTION | 2023-09-08T12:24:55 | 2020-05-08T02:27:00 | Java | UTF-8 | Java | false | false | 669 | java | package com.huaweicloud.sdk.kms.v2.model;
import java.util.Objects;
/**
* Request Object
*/
public class ShowVersionsRequest {
@Override
public boolean equals(java.lang.Object obj) {
if (this == obj) {
return true;
}
if (obj == null || getClass() != obj.getClass()) {
... | [
"hwcloudsdk@huawei.com"
] | hwcloudsdk@huawei.com |
cd14a9379561d56f5cd896759f306f9fd6dc2e8c | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/6/6_7e2f9e85a05554e3c04ee982e9125a5d45b48002/PathBarLayer/6_7e2f9e85a05554e3c04ee982e9125a5d45b48002_PathBarLayer_t.java | 259ad36534903b7669729f1940e2ff7774dbf7fa | [] | 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 | 11,337 | java | /*
* Copyright (C) 2009 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 |
f2e2b704f8ed135b113e0fdcd264b4da8cb02fd1 | a5d13ddae087e4487fe0f88938fbe4f4216960ec | /src/ita/project4/main/vo/VoOrder.java | 544846000b14d0f1e1d6034705b2ec1552aea846 | [] | no_license | chenhaoxian/ita_project4 | 7dd6eae676c3606fca46a3244082286e72dc4c8a | 161197539da62d045b469d5b0bb9d580544128cc | refs/heads/master | 2021-01-09T20:32:17.606483 | 2016-08-14T14:13:34 | 2016-08-14T14:13:34 | 65,131,943 | 0 | 0 | null | 2016-08-14T15:26:02 | 2016-08-07T12:26:00 | CSS | UTF-8 | Java | false | false | 2,659 | java | package ita.project4.main.vo;
import java.util.Date;
import java.util.List;
public class VoOrder {
private Integer oId;
private Integer cId;
private Integer mId;
private String foodInfo;
private Integer oStatus;// 状态
private Date startTime;// 下单时间
private Date confirmTime;// 接单时间
private Date finishTime;// ... | [
"hyman.chen@oocl.com"
] | hyman.chen@oocl.com |
8f84c163170b5c7f964936287367d479ff3f8981 | 222ee914be5e1ed9129f3eb8b48f073a00155a57 | /app/src/main/java/com/leokomarov/jamstreamer/discography/albums/AlbumsPresenter.java | ef0d68ba4ccecd2538cbd5a80f2e28ee5d2ad295 | [
"MIT"
] | permissive | nd9600/jamstreamer | 5d1c9b5a5a91da5780c3bebbf57d06899291d03c | ab71632a1742829b3e84eb8c79ad04a835f4107c | refs/heads/master | 2020-05-22T01:11:27.342634 | 2016-09-10T14:32:08 | 2016-09-10T14:32:14 | 65,815,127 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,845 | java | package com.leokomarov.jamstreamer.discography.albums;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.preference.PreferenceManager;
import android.util.Log;
import android.view.MenuItem;
import android.view.View;
import android.widget.AdapterView... | [
"nd9600@gmail.com"
] | nd9600@gmail.com |
84c9f216c902b8ea1f761b08024de17dad29b23b | 4bb5d5c26eb269d77578445ff1c7477bb646ad4e | /src/com/docblades/opsys/assignment1/Interfaces/IJob.java | e3dad36623e72127b2aa07f7e9301f5d889bb948 | [] | no_license | docblades/Operating-Systems-Project | d17dae0536d3b18c44ae18cfb84316b037b96336 | 9c86587451d8c75a04d8630f84367ef8000611f2 | refs/heads/master | 2021-01-21T10:13:24.952390 | 2011-11-30T01:50:36 | 2011-11-30T01:50:36 | 2,263,672 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 80 | java | package com.docblades.opsys.assignment1.Interfaces;
public interface IJob {
}
| [
"christian.blades@docblades.com"
] | christian.blades@docblades.com |
8bbc12d83b1b80353b871559815d507b12feaaf2 | 984abc2f8cceb800a10ccda422af971f6ff4c932 | /src/java/beans/LoginBean.java | 0eee4bf3a1f2436a2909c2f9a4fdfc4f2d3529a5 | [] | no_license | wingersoftprojects/pwfms | 5d27891d373ad35b783146858fb750ace740d508 | 495c555fe25f90a90721fc2fcada1c451ac58a1c | refs/heads/master | 2020-04-06T03:37:57.382876 | 2016-08-11T20:42:22 | 2016-08-11T20:42:22 | 63,580,803 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,089 | 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 beans;
import pwfms.Group_right;
import pwfms.User_detail;
import java.io.Serializable;
import java.util.List;
impo... | [
"btwesigye@NHQ-LP-002.ura.local"
] | btwesigye@NHQ-LP-002.ura.local |
0977d5fe27fae575c72cf8741f76bbcdff0cd4cc | 5723e0a39cd2207ad74e863e3d710b85f06d0b32 | /src/main/java/be/vdab/domain/Jaar.java | 0e006efd01d739cc132230e02f39c6e4cd6cfa6d | [] | no_license | DoganHaluk/theorie | 7ca8bf5e5497c1930a35caed2a55e725dee958ff | 63b398941ca11668ae4e513a498a03901befa58b | refs/heads/master | 2023-03-17T03:17:47.181109 | 2021-03-05T18:24:33 | 2021-03-05T18:24:33 | 340,291,455 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 629 | java | package be.vdab.domain;
public class Jaar {
private final int jaar;
public Jaar(int jaar) {
this.jaar = jaar;
}
public boolean isSchrikkeljaar() {
return jaar % 4 == 0 && jaar % 100 != 0 || jaar % 400 == 0;
}
@Override
public String toString() {
return String.valu... | [
"ha_look@yahoo.com"
] | ha_look@yahoo.com |
0526f3840090a2da6bea9308c48661fe46dcee45 | c885ef92397be9d54b87741f01557f61d3f794f3 | /results/Math-9/org.apache.commons.math3.geometry.euclidean.threed.Line/BBC-F0-opt-90/tests/20/org/apache/commons/math3/geometry/euclidean/threed/Line_ESTest.java | 4bf02c377b145e6c49383683f2bd04b54643c8ca | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 27,909 | java | /*
* This file was automatically generated by EvoSuite
* Thu Oct 21 13:26:10 GMT 2021
*/
package org.apache.commons.math3.geometry.euclidean.threed;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.runtime.EvoAssertions.*;
import org.apache.commons.math3.geometry.Vector;
import o... | [
"pderakhshanfar@serg2.ewi.tudelft.nl"
] | pderakhshanfar@serg2.ewi.tudelft.nl |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.