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
726b4dd709e3273b2bff83e3ab2cee3a3b399891
35491da5c302de8e38a2cd79dd89d44f5787c8e2
/src/cn/rain/Exceptions/UserExistedException.java
38206e79c947b9e95e10a25acb6e91da8e4146b1
[]
no_license
YangBingxi/Java-StudentCourse-Manage_Server
9ba905a18f05484561ae7f17445dd1f3fd3f5ef3
13b0e5c25c13730ad6f9872bb69984eacaeb6751
refs/heads/master
2022-01-08T03:17:30.348915
2019-06-01T13:58:46
2019-06-01T13:58:46
null
0
0
null
null
null
null
GB18030
Java
false
false
886
java
package cn.rain.Exceptions; /** * 用户已存在时抛出此异常 * * @author SwYoung * @version V1.0 * @since 2019-4-29 */ public class UserExistedException extends Exception { private static final long serialVersionUID = 2958039873765717022L; public UserExistedException() { super(); // TODO Auto-generated constructor st...
[ "798640762@qq.com" ]
798640762@qq.com
5352f6587bca89a73fc72a6827f583d0cc1508d3
60c5a55e6577b865f8af774ca7c62c81b6eced88
/SimpleDBServer/src/simpledb/parse/InsertData.java
0c14f33416a8098412b7875ba7cfcc1eafc5d531
[]
no_license
philip-w-howard/SimpleDB
30ac2062e8bd9e3ac38b8dffe00ccd4ddc3e55a5
a7578bed712c28f82c9e09c1a4aa0f8d5d03a547
refs/heads/master
2021-01-25T12:01:56.290610
2014-04-28T21:54:30
2014-04-28T21:54:30
18,180,317
2
2
null
null
null
null
UTF-8
Java
false
false
1,154
java
package simpledb.parse; import simpledb.query.Constant; import java.util.*; /** * Data for the SQL <i>insert</i> statement. * @author Edward Sciore */ public class InsertData { private String tblname; private List<String> flds; private List<Constant> vals; /** * Saves the table name and the fie...
[ "phil.w.howard@gmail.com" ]
phil.w.howard@gmail.com
b9fa02b1a40eb013c89e3c25ec7e1bb29236123a
f70b9696255c875960460f5c3508c305a81c2858
/Lab4/DisplayCalendars.java
e21a5f8f45507e5536aabd47c042eabc815ddffb
[]
no_license
ashwinath/JavaLab
df82036d9faff5a2a3ac0576a84fde61b6f7ef7b
a0bb99656adbc6b2100b690dd5a2ad11c73e5e1b
refs/heads/master
2021-01-10T14:02:39.919649
2016-03-11T16:29:29
2016-03-11T16:29:29
52,792,426
0
0
null
null
null
null
UTF-8
Java
false
false
3,367
java
// File: DisplayCalendars.java // Purpose: Generate months of a calendar // Author: Ashwin Nath Chatterji // Date: 14-02-2016 import java.util.Scanner; public class DisplayCalendars { public class Calendar { // sunday is 0, wed is 3 and sun is 6; i.e 0-6 private int startDay; private int year; publ...
[ "ashwinath@hotmail.com" ]
ashwinath@hotmail.com
27eb18cf9df464475e33b2f7df73417113ee97a2
7269fd6a4cb9355a33b6510eb35c3e3d3326201c
/product-service/src/main/java/com/labs/entities/enums/OrderStatus.java
b07b9ba6ad28c361b078075b3f15585cba101feb
[]
no_license
medmedCH/Bubble-store-back-end
484a70ab55c92778ba45464159bfed1d98a00e58
4de4f8d303e6724d5b908a306485fd815fc2024e
refs/heads/main
2023-06-07T16:43:33.331238
2021-06-18T09:28:27
2021-06-18T09:28:27
341,688,027
0
0
null
null
null
null
UTF-8
Java
false
false
89
java
package com.labs.entities.enums; public enum OrderStatus { CREATION, CLOSED,PAID }
[ "mohamed.chabbouh@esprit.tn" ]
mohamed.chabbouh@esprit.tn
e78dc6dc30e9caf3685d096b35ea7f6d32af4c8a
a52db087080bf4fe1be941cadda246af3ca06bc6
/src/main/java/com/why/platform/framework/engine/http/ExporterServer.java
d5d6d1aa22e6c6c1571ad6fd1b1e926ea43534b1
[]
no_license
wanghaiyang1221/application-engine
0ec5f5b8b606acf1490bce3528572fef5374c49f
98effce84d3106a5f21054398b10b61479cb27d3
refs/heads/master
2021-04-09T15:04:34.930535
2018-03-16T08:32:36
2018-03-16T08:32:36
125,479,952
0
0
null
null
null
null
UTF-8
Java
false
false
205
java
package com.why.platform.framework.engine.http; /** * Created by zhouxl on 2016/11/17 0017. */ public interface ExporterServer { void start() throws Exception; void stop() throws Exception; }
[ "619331247@qq.com" ]
619331247@qq.com
188ec7ee84307e0338c2ba4b57d95ae3648c1eea
1a51f14e3356da0784cafa3da9812fd0ad186a52
/src/com/stock/userInfomation/ChangeEquipAction.java
1d0335dfd0afd5b2b7dc5973778c61f83bc05ff4
[]
no_license
heavendarren/tfkj_stock
5c25851ca3360a4c800f4cbc5639e8313d392c19
5ad5640293160ee40107887a53d6260a4c15f3d5
refs/heads/master
2020-11-29T14:44:07.613103
2017-04-07T02:29:52
2017-04-07T02:29:52
87,493,214
0
1
null
null
null
null
WINDOWS-1252
Java
false
false
1,636
java
package com.stock.userInfomation; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apache.struts.action.ActionForm; import org.apache.struts.action.ActionForward; import org.apache.struts.action.ActionMapping; import com.hrbank.business.frame.BusinessPaginationA...
[ "heavendarren@126.com" ]
heavendarren@126.com
42807a20cac64dd1d28280442160dce521a6a064
0422cecf7ca43765afaaeaacc012fc13f70db88f
/spring-40-security/spring-02-security-customize/src/main/java/tian/pusen/handler/CustomAccessDeniedHandler.java
a8527b5dfd96ed2c548546cb9e77e7c36cee1b45
[ "MIT" ]
permissive
pustian/learn-spring-boot
bf4982782942073bb4cff2b3f855f247f012dd63
9fe44b486d4f4d155e65147a4daface52e76d32d
refs/heads/master
2021-04-16T04:25:09.211648
2020-06-10T15:16:35
2020-06-10T15:16:35
249,327,629
1
0
null
null
null
null
UTF-8
Java
false
false
1,409
java
package tian.pusen.handler; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.security.access.AccessDeniedException; import org.springframework.security.core.Authentication; import org.springframework.security.core.context.SecurityContextHolder; import org.springframework.security.web...
[ "pustian@msn.com" ]
pustian@msn.com
5f837d54bd8fb2980331431ef8bf0d40dc90ecb5
63d319fbd88e49701d8dcc2919c8f3a6013e90d0
/CoCoNut/org.reuseware.coconut.fragment.edit/src/org/reuseware/coconut/fragment/provider/ComposedFragmentItemProvider.java
c005d3bf1642854d10a0448af01fa3475d10aa53
[]
no_license
DevBoost/Reuseware
2e6b3626c0d434bb435fcf688e3a3c570714d980
4c2f0170df52f110c77ee8cffd2705af69b66506
refs/heads/master
2021-01-19T21:28:13.184309
2019-06-09T20:39:41
2019-06-09T20:48:34
5,324,741
1
1
null
null
null
null
UTF-8
Java
false
false
4,477
java
/******************************************************************************* * Copyright (c) 2006-2012 * Software Technology Group, Dresden University of Technology * DevBoost GmbH, Berlin, Amtsgericht Charlottenburg, HRB 140026 * * All rights reserved. This program and the accompanying materials * are...
[ "jendrik.johannes@devboost.de" ]
jendrik.johannes@devboost.de
a5ccf0e9df3439943ff9edf595241d6c4d271e5b
c4e55cd102753b609836e8db4d6b30b8029aea0a
/src/Checkbook.java
5a4d6fa222c190784819631528e465697781a5fc
[]
no_license
kellykurkowski/csi2310-project
56df03abf34d3b94ac30b966acec766f14d5f590
0c5aab60aada31ce595ef92849e6fe07695e2cc6
refs/heads/master
2020-05-01T07:53:53.215302
2019-03-24T02:46:48
2019-03-24T02:46:48
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,440
java
package finalproject; /** * CSE 231 - Final Project * Kelly Kurkowski & Wendy Yang */ import static java.lang.Math.*; import java.util.ArrayList; import java.text.DecimalFormat; public class Checkbook { ArrayList<Transaction> chbk; Transaction trans; int n = 0; private...
[ "noreply@github.com" ]
kellykurkowski.noreply@github.com
b15ea9398ec8def2efcfc196d4405de8f827f081
7b2310271ae64060cf1f1460c79990a09b95ca59
/src/main/java/queue/LinkedQueue.java
7733893c2edd934e1c1756b781795e7fb64b62c4
[]
no_license
balajivenki/algo
924045d21d41099a44239a2e2712c8c17f129e36
d89a37aeeb2f4352273ad0d4fa3e5ca1389f3c03
refs/heads/master
2021-01-01T16:45:56.011704
2017-08-03T13:00:06
2017-08-03T13:00:06
97,911,978
0
0
null
null
null
null
UTF-8
Java
false
false
1,175
java
package queue; /** * Created by bvenkatesan on 7/16/17. */ public class LinkedQueue { public static class QNode { int data; QNode next; QNode(int data) { this.data = data; next = null; } } public QNode front, rear; public void enqueue(int dat...
[ "venkatesan.balaji@gmail.com" ]
venkatesan.balaji@gmail.com
7a63b6815607a51ecfbf3137de28efd5102ef793
d5ec76cc9a2a170cb7939a0f09304e6190d7d2df
/src/main/java/duke605/ms/glow/lib/GlowTab.java
8749b66fdfb28635ebdf19e67a21d09fecd8f4d2
[]
no_license
duke605/Glow
60bc5faa8de83dc80d484f0f9835c9f5f55d9831
8889e35540d1e94272822985bfa2c6e2879c0d94
refs/heads/master
2021-01-22T16:25:57.931609
2014-08-28T20:41:32
2014-08-28T20:41:32
null
0
0
null
null
null
null
UTF-8
Java
false
false
314
java
package duke605.ms.glow.lib; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.init.Items; import net.minecraft.item.Item; public class GlowTab extends CreativeTabs { public GlowTab() { super("glow"); } @Override public Item getTabIconItem() { return LibItems.glowstoneGoggles; } }
[ "duke6605@gmail.com" ]
duke6605@gmail.com
9c3eede81de50356ec51bb377ff47eb124e99f68
377405a1eafa3aa5252c48527158a69ee177752f
/src/com/paypal/android/sdk/payments/aD.java
261d0f8a2e9958f2c5067dc37cf2ddd026c62f72
[]
no_license
apptology/AltFuelFinder
39c15448857b6472ee72c607649ae4de949beb0a
5851be78af47d1d6fcf07f9a4ad7f9a5c4675197
refs/heads/master
2016-08-12T04:00:46.440301
2015-10-25T18:25:16
2015-10-25T18:25:16
44,921,258
0
1
null
null
null
null
UTF-8
Java
false
false
878
java
// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.paypal.android.sdk.payments; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent...
[ "rich.foreman@apptology.com" ]
rich.foreman@apptology.com
9a105b6b300cb60f4cc7e90202d264e89bef3940
d537d9e6e7768f72a6bdf6325c23a82c936b5ed6
/src/main/java/pl/paweln/agricola/action/Build1BarnOrBakeBreadAction.java
71aef349c07793d7e1c8ff179c81c7a769098a5c
[]
no_license
paweln1975/Agricola
1a1608583925f100fffb71ae60f03a543fc9737b
b06be24cf1d8e66ed9818a99294b8c5d8a785d80
refs/heads/master
2023-02-21T19:24:34.557599
2021-01-24T15:23:31
2021-01-24T15:23:31
323,131,677
0
0
null
2021-01-24T15:23:33
2020-12-20T17:52:28
Java
UTF-8
Java
false
false
260
java
package pl.paweln.agricola.action; public class Build1BarnOrBakeBreadAction extends SpecificAction { public Build1BarnOrBakeBreadAction() { super(ActionType.BUILD_1_BARN_OR_BAKE_BREAD); super.setName("Build 1 Barn or Bake Bread"); } }
[ "pawel.niedziela@gmail.com" ]
pawel.niedziela@gmail.com
6dc78a527ab6677dbcc7713f7decf8bbaca8bcf0
ca896234acd4afd79d7f7fbe92058774570c1671
/01.project_as_tool/myTool/src/testObject/ClsMaker.java
3f615ca9197e9a3d2123baa01ac0713050264fb5
[]
no_license
lotuswlz/wlz-project
a315a923fa64950a338df74a7a22c8ccb2a6ac19
33c5c2453eddc9f8bf254bb18733cc0d785e1fd1
refs/heads/master
2021-03-12T21:58:23.089919
2011-08-03T11:37:10
2011-08-03T11:37:10
37,233,555
0
0
null
null
null
null
EUC-JP
Java
false
false
497
java
/* * All Rights Reserved. Copyright(C) 2008 OfferMe.com.au, Australia * * History * Version Update Date    Updater     Details * 1.0.00 2009-11-27 Cathy Wu Create */ package testObject; public abstract class ClsMaker<T> { private T data; public ClsMa...
[ "cathywu1983@7a8edffc-7ee6-fc29-a90d-33c668f46aec" ]
cathywu1983@7a8edffc-7ee6-fc29-a90d-33c668f46aec
c8a10bbfc3bf8cefbefa6a390822de29fee55d5c
1153de40cf48076779039f1b29df45067b72397d
/nettosphere-samples/games/src/main/java/org/nettosphere/samples/games/NettoSphereGamesServer.java
443039e52169f4be5a8f8ff56f27c496b125ff13
[ "Apache-2.0" ]
permissive
seamusmac/atmosphere-samples
9b90a648cf148a8b3c59d9da7f8efd3535c16c3f
5faf36a6b98d90598b9289fe6b2c5313ab977bb5
refs/heads/master
2021-01-14T10:53:09.766108
2016-02-18T20:26:08
2016-02-18T20:26:08
24,748,345
0
1
null
null
null
null
UTF-8
Java
false
false
2,134
java
/* * Copyright 2014 Jeanfrancois Arcand * * 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...
[ "jfarcand@apache.org" ]
jfarcand@apache.org
9a7b2390867a556f4fdbb9ef3188f97d3173a86a
558807267252c629fb720e61c6420a952d408701
/personWebService/src/main/java/org/personWebService/server/ws/rest/PwsRestLogicTrafficLog.java
e578782134256bc7446c30dc6bcc29245fc87069
[]
no_license
mchyzer/personWebService
8c4857b6e44b6da8b81cf0910c8d29972ed9abd2
dc560577f87932d0a39db9e2c8574fe1d64fd7de
refs/heads/master
2020-12-24T16:24:08.849430
2019-05-09T13:42:01
2019-05-09T13:42:01
20,572,298
0
0
null
null
null
null
UTF-8
Java
false
false
914
java
/** * @author mchyzer * $Id: TfRestLogicTrafficLog.java,v 1.1 2013/06/20 06:02:50 mchyzer Exp $ */ package org.personWebService.server.ws.rest; import java.util.Map; import org.apache.commons.logging.Log; import org.personWebService.server.util.PersonWsServerUtils; /** * logger to log the traffic...
[ "mchyzer@yahoo.com" ]
mchyzer@yahoo.com
d400cd61df61f7d42447d626fd1d137cab609bc5
dda348e7d91802e03d9ce49b32f175d989f2e8a9
/if-ifelse/HexToBinary/HexToBinaryRunner.java
387c8fe57e479251b54f576083f140bd1a3dd8d5
[]
no_license
doubleterr/Computer-Science-Labs
1eab67b8f8a25401ef446bbf625592b85ce028fe
f02913151aa566233824a91317e916b7c9ea0970
refs/heads/master
2021-01-13T08:48:27.028168
2016-11-22T19:47:56
2016-11-22T19:47:56
71,928,389
0
0
null
null
null
null
UTF-8
Java
false
false
648
java
package HexToBinary; public class HexToBinaryRunner{ public static void main(String[] args){ HexToBinary test = new HexToBinary(); test.getVals(); System.out.println(test); test.getVals(); System.out.println(test); test.getVal...
[ "noreply@github.com" ]
doubleterr.noreply@github.com
eeb450c0048b756ede386f99afa4aa7e76bb2894
e8ee8a6095e94803be76419fa5ffa6147300c76a
/caffeine/src/test/java/com/github/benmanes/caffeine/cache/testing/CacheValidationListener.java
8d8eb3cf21ac88386acbf697d9d47a0cc1c3f309
[ "Apache-2.0" ]
permissive
misselvexu/caffeine
3a35883fc1de8578560d2109bf1120af44b3f10c
24da0f842fffe9d6854832a1490264fcf531ca0f
refs/heads/master
2022-11-25T14:17:05.683492
2022-11-09T07:03:43
2022-11-09T07:03:43
198,823,831
0
0
Apache-2.0
2019-07-25T12:05:26
2019-07-25T12:05:25
null
UTF-8
Java
false
false
12,567
java
/* * Copyright 2014 Ben Manes. 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 applicab...
[ "ben.manes@gmail.com" ]
ben.manes@gmail.com
c4cb4c3253df8464b77eadb5e2105903bc7c8ff4
c49a7251aaaf759e5a60e2114f283fbe59ac17cf
/threads/src/Habitant.java
2d1a6187ebb295ac47f2b964dc7d45dc73cb7d19
[]
no_license
laurentkeil/work
4d64d63751f0308f3c28abb69a31240015c5b36d
763092b8dd385f7debb14900dda0fcf518c0abbe
refs/heads/master
2021-05-01T05:17:17.471722
2017-01-22T17:57:17
2017-01-22T17:57:17
79,734,666
0
0
null
null
null
null
ISO-8859-1
Java
false
false
668
java
public class Habitant implements Runnable { // construction de notre unique chaudiere final Chaudiere chaudiere = new Chaudiere() ; public void run() { // chaque habitant possède son propre thermostat Thermostat thermostat = new Thermostat(chaudiere) ; int nTry = ...
[ "laurent_0306@hotmail.com" ]
laurent_0306@hotmail.com
d9e05a7cd157fbd201bd7bc86a222e30c92dc514
a2cdbc692c05a073ba83c1b6368965fab0d90ccb
/src/main/java/com/mongodb/hvdf/allocators/SliceDetails.java
e099044007d678dd7cfe283d5d5a481024b07945
[ "Apache-2.0" ]
permissive
mridul-sahu/hvdf
4f378813789db604b9f12716d81294e6aeea7b70
b2480b5602e3bf4fae7de7867bf4e5e58f92f329
refs/heads/master
2020-04-18T06:34:12.657975
2014-11-25T19:12:44
2014-11-25T19:12:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
632
java
package com.mongodb.hvdf.allocators; import java.util.Comparator; public class SliceDetails { public String name; public long minTime; public long maxTime; public SliceDetails(String name, long minTime, long maxTime) { this.name = name; this.maxTime = maxTime; this.minTime = minTime; } public s...
[ "darren.wood@10gen.com" ]
darren.wood@10gen.com
53b8371b961a29bf4876bc895abe65a9721a1657
2760ddb02280f03048c89efc1df20a8c85946be3
/src/estruturadecisao/NotaAluno.java
08c414a17081ce77900cdb8bd81d338debec0c0d
[]
no_license
andreldsr/fixacao01
a53bdb3c99f863b89d652fdfac0e1c1d41bccef0
d55ba37af179e33eae1ba04ceb5aa171b9f0cb49
refs/heads/master
2023-06-05T03:56:31.841198
2021-06-29T23:53:49
2021-06-29T23:53:49
381,525,464
0
0
null
null
null
null
UTF-8
Java
false
false
616
java
package estruturadecisao; import java.util.Scanner; public class NotaAluno { public static void main(String[] args) { Scanner in = new Scanner(System.in); System.out.println("Digite a primeira nota: "); Double nota1 = in.nextDouble(); System.out.println("Digite a segunda nota: "); ...
[ "andre.silva@saude.ce.gov.br" ]
andre.silva@saude.ce.gov.br
b2b84678f4d4a85dbbafd3428ea5c676565fd000
648d6ed9897b49755cb6791f6a843f7835998f5f
/src/leetcode/pro123/Solution2.java
953917a4233f234b5078053299723788a308a3c3
[]
no_license
12Dong/leetCode
06c4016b074c746b7ed88b67c45f3e169d58f27e
71dbcab669a5c81adc52a0c2fd47b6f823bfd518
refs/heads/master
2023-07-18T01:12:07.677778
2023-06-26T15:57:34
2023-06-26T15:57:34
127,150,489
0
0
null
null
null
null
UTF-8
Java
false
false
53
java
package leetcode.pro123; public class Solution2 { }
[ "289663639@qq.com" ]
289663639@qq.com
0fd3119a14fa7c05deca906c4abd82725792d2d2
4a2785fa22dbf1b8d7507bee2af22015c98ac73b
/Source code/keshe12/app/src/main/java/com/example/hp/materialtest/db/user_comment_deliver.java
ff475c67aeadae75f6b40976aca94813ead98b54
[]
no_license
HWenTing/Take-out
9607b93e5f1324e4cec99200441503d00a694c67
3b2c84a029d6446c31c0df723965b966e8515e81
refs/heads/master
2020-05-09T17:22:47.837614
2019-04-14T12:47:42
2019-04-14T12:47:42
181,305,007
0
0
null
null
null
null
UTF-8
Java
false
false
648
java
package com.example.hp.materialtest.db; import org.litepal.crud.DataSupport; /** * Created by HP on 2018/9/3. */ public class user_comment_deliver extends DataSupport { private int id; private double score; private String comment; public int getId() { return id; } public void setI...
[ "982740445@qq.com" ]
982740445@qq.com
3aaefd5174a45ae6aab3ad2cf548bd8ef93f1675
dec6bbc5db0759c4b04f50fe891977ba7f72b62c
/Programs/src/main/java/com/scriptbees/sample/SimpleCompoundInterest.java
198f2e404796f9b2ed61c28509848274dd1c6a4f
[]
no_license
vamsi340/TestGet
a3964c205d3f14d4f689f860226d13260cb91379
09cdf36e3cffc2120aa4cad4a214e73ff50e8ebd
refs/heads/master
2021-07-07T04:49:45.965117
2019-07-08T04:48:19
2019-07-08T04:48:19
192,918,278
0
0
null
2020-10-13T14:25:40
2019-06-20T12:44:06
Java
UTF-8
Java
false
false
628
java
package com.scriptbees.sample; import java.util.Scanner; public class SimpleCompoundInterest { public static void main(String argu[]) { double pr, rate, t, sim, com; Scanner s = new Scanner(System.in); System.out.println("Enter the amount:"); pr = s.nextDouble(); System.out.println("Enter the No....
[ "vamsi.r@scriptbees.com" ]
vamsi.r@scriptbees.com
4e8742cd92bf05fd979c6de46c47a4426faec6b7
e700ea2696fa70c88699ae12ffc4e68423d8af8d
/Farmaceutica/src/java/Models/Categoria.java
88c27bbc8f6c919ca617c7ab41bbe1996cbb180c
[]
no_license
MaximilianoFarias1987/ProyectoJavaWeb
a79288c7c5f6d88462b8161e48a425d3fcc1b53f
b35eaa69e321868ef5a3deba719c9f5662ef709b
refs/heads/main
2023-08-28T07:10:14.160999
2021-11-12T15:15:32
2021-11-12T15:15:32
426,604,775
0
0
null
null
null
null
UTF-8
Java
false
false
820
java
package Models; public class Categoria { private int idCategoria; private String descripcion; public Categoria() { } public Categoria(int idCategoria, String descripcion) { this.idCategoria = idCategoria; this.descripcion = descripcion; } public int getIdCat...
[ "maximilianocba07@gmail.com" ]
maximilianocba07@gmail.com
fbf5ec219ad5b88f5d0fb8a5e97b93ac34fb63cb
57c9af82c8ef038adbf13eb4986eca44ba9de4c1
/app/src/main/java/com/example/microsoftengageapp2021/adapters/PendingUsersAdapter.java
6079743bf3ab882249b5456a4db7ccd7d2b3e4f7
[]
no_license
ayushr1912/Microsoft
35f054a8717ab1a8c41ca64ee7a1c5a695b40142
e4d6f515ace0d2b9782fe5184fd55864f118218d
refs/heads/master
2023-06-15T04:03:34.936117
2021-07-13T08:39:37
2021-07-13T08:39:37
385,535,442
1
0
null
null
null
null
UTF-8
Java
false
false
5,765
java
package com.example.microsoftengageapp2021.adapters; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.constraintlayout.widget.ConstraintLayout; import android...
[ "ayushr1900@gmail.com" ]
ayushr1900@gmail.com
229e6eeefe05adcae649695bcc57afdc6de661eb
9cb4c5e68a9873d74bd9d972be0f0310b8b7ec84
/coleccionesI/src/teoria/listas/Lista1.java
53f29973ae41f023d721cc5670f6b1f7f388cd1c
[]
no_license
programacionDAMVC/curso_2020_2021
386929260d64f6f9e00f40aec0ecef9d72e9fae6
2fada19efeda3c75bf753c05952edd9273a3cf85
refs/heads/main
2023-05-10T02:15:21.991906
2021-06-15T14:42:17
2021-06-15T14:42:17
355,239,758
1
0
null
null
null
null
UTF-8
Java
false
false
3,126
java
package teoria.listas; import java.util.*; public class Lista1 { public static void main(String[] args) { //no parametrizamos ArrayList lista1 = new ArrayList(); //de objetos iguales, los guardo como Object lista1.add("hola"); //objeto String lista1.add('c'); //lo guarda como Cha...
[ "programacionpsdam@gmail.com" ]
programacionpsdam@gmail.com
dba8ea5ed315f0a938e2d3f666978509c112944b
88dc4ee40e395ef0ce7f681590d2063bc3ea2aaa
/app/src/main/java/com/muliamaulana/denius/model/Sources.java
b428bb4f87593f42b334051c9763ac429aeb84b7
[]
no_license
muliamaulana/Denius
c2588c7d5e9b90d4cd1c4cc80fca7258c44f7eb7
5c45c095018628d6ddb310b80f4b4ff18df27ce6
refs/heads/master
2020-03-27T13:12:09.580762
2018-08-30T16:30:01
2018-08-30T16:30:01
146,286,960
2
0
null
null
null
null
UTF-8
Java
false
false
589
java
package com.muliamaulana.denius.model; import com.google.gson.annotations.SerializedName; import java.util.List; /** * Created by muliamaulana on 8/19/2018. */ public class Sources { @SerializedName("status") public String status; @SerializedName("sources") public List<AllSources> sources = null; ...
[ "m.muliamaulana@gmail.com" ]
m.muliamaulana@gmail.com
434f255b9ef3b65ce78f52b1a3726044155a1b41
32d71a1f8b198805ae9c3e6a8ad5ec2490eff804
/src/main/java/org/core/implementation/bukkit/entity/BSnapshotValueEntity.java
9865b2714aac5e8179fe32112da267c281e5aa57
[]
no_license
Minecraft-Ships/CoreToBukkit
9baeeb947ce52e044c1c4e852e194af365e1c901
5babd2ae7137101492aab73d34989de98f12f9c3
refs/heads/master
2023-07-07T02:23:10.031569
2023-06-21T20:09:05
2023-06-21T20:09:05
143,561,258
0
1
null
2023-02-05T19:39:48
2018-08-04T20:34:02
Java
UTF-8
Java
false
false
7,297
java
package org.core.implementation.bukkit.entity; import org.bukkit.Location; import org.bukkit.util.Vector; import org.core.TranslateCore; import org.core.adventureText.AText; import org.core.entity.Entity; import org.core.entity.EntitySnapshot; import org.core.entity.EntityType; import org.core.entity.LiveEntity; impor...
[ "nekronmoseley@gmail.com" ]
nekronmoseley@gmail.com
6582abad8b70cc53cd63a073a34e071fa48b6e8d
9591131978b71781509dd90521308a7f6b942fb0
/app/src/main/java/com/vartista/www/vartista/fragments/NotificationsFragment.java
e18e29230e2364e6290fd4603213054a8b188bb9
[]
no_license
zaptox/vartistaa
5722fc4ab3a74037249fb89ee386c44e4f00ae5d
b7d7b1ee06fa7e3e2660f5b0ed91cbea65bbe30a
refs/heads/master
2020-03-26T05:59:19.733172
2019-07-24T14:55:35
2019-07-24T14:55:35
144,584,210
0
0
null
null
null
null
UTF-8
Java
false
false
7,696
java
package com.vartista.www.vartista.fragments; import android.app.ProgressDialog; import android.content.Context; import android.content.SharedPreferences; import android.os.AsyncTask; import android.os.Bundle; import android.support.design.widget.TabLayout; import android.support.v4.app.Fragment; import android.support...
[ "mallahgq2252@gmail.com" ]
mallahgq2252@gmail.com
7464807bf74c71e8cbb084121eafa3268bfbc902
6eb3c4a10a24970c424bd3877e553fbfea32fe41
/profile-service/src/main/java/com/rentcarsplatform/profileservice/repository/CustomerRepository.java
6aade772385a7b3c8b0f080b05bb617f98dcefb1
[]
no_license
kpsdilshan/AJ-Rent-A-Car-Service
7bb4c9c6c636dae504793193dd5c141294aaa849
0e27ba8ce817d57ff103806877c1da14b7bfd968
refs/heads/master
2022-12-06T17:17:35.615637
2020-08-01T11:18:15
2020-08-01T11:18:15
284,013,524
0
0
null
null
null
null
UTF-8
Java
false
false
321
java
package com.rentcarsplatform.profileservice.repository; import com.rentcarsplatform.profileservice.model.Customer; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; @Repository public interface CustomerRepository extends JpaRepository<Customer,Integer> { }...
[ "kpsdilshan2@gmail.com" ]
kpsdilshan2@gmail.com
e9183eb416658372f87a950b6b8740379501c37c
34ffaac3490fe8199a476712ed69c61740298a0e
/mplus/mplus-data/src/main/java/de/hydro/gv/mplus/data/ContractApproverId.java
04bdc2297a557e1ea40444ef587027268cc48969
[]
no_license
yevhen-miro/myrepo
e34bb3bab000e2cbc9b145c121e46b0907b5a7e5
7fb52a43ebff3f9ede3509ce5331defb57783441
refs/heads/master
2022-12-06T06:24:31.815644
2019-09-09T08:43:42
2019-09-09T08:43:42
31,064,078
0
0
null
2022-11-24T04:24:44
2015-02-20T12:32:28
TSQL
UTF-8
Java
false
false
1,980
java
package de.hydro.gv.mplus.data; import java.io.Serializable; import javax.persistence.Column; import javax.persistence.Embeddable; public class ContractApproverId implements Serializable{ private static final long serialVersionUID = 1322156687657879113L; private Long contractId; private Integer signLevel; priv...
[ "yevhen.miroshnychenko@hydro.com" ]
yevhen.miroshnychenko@hydro.com
ffd7c98baee5d3a658e4bee0bfe5e788b938b608
dd8a642e5277919744ffb9bb7951e13084c44250
/bundles/at.bestsolution.dart.server.api/src-gen/at/bestsolution/dart/server/api/model/NavigationRegion.java
f2c2e64cfe90838581882386e687c7e13093df61
[]
no_license
tomsontom/dartedit
7107ce2631d2c39eb0c4fc35db82576ebe456844
4bf2402692ef260db80631d4adbb772c83555604
refs/heads/master
2016-08-08T03:17:49.099642
2015-07-08T10:53:01
2015-07-08T10:53:01
38,748,516
1
0
null
null
null
null
UTF-8
Java
false
false
711
java
package at.bestsolution.dart.server.api.model; import java.util.Map; public class NavigationRegion { private int offset ; private int length ; private int[] targets ; public NavigationRegion() { } public int getOffset() { return this.offset; } public void setOffset(int offset) { this.offset = offset...
[ "tom.schindl@bestsolution.at" ]
tom.schindl@bestsolution.at
ff057ad8d3ab0573b8142a1ad80eba1d72003c28
ba41f386b8a2dee857cec6b43666977e5adbad34
/src/main/java/_00_universalUtil/model/StorePic.java
34c373d69f5d3dab8c41478ed7eec7f6aa5e982a
[]
no_license
eatogo/Web-Service-Recommendation
7bcaf3ce119897448dc4faf2e6005b3ed00dbc19
d7596edb5691d37a583c81b535291168ad083cf5
refs/heads/master
2021-09-11T21:13:21.056231
2018-04-12T14:03:37
2018-04-12T14:03:37
119,363,865
0
0
null
null
null
null
UTF-8
Java
false
false
61
java
package _00_universalUtil.model; public class StorePic { }
[ "idontwannarock@gmail.com" ]
idontwannarock@gmail.com
7a743a082e2844a3883e2349657ce488318df118
6c82d44d378f0a0a870d76e129d7f9845d957317
/app/src/main/java/com/android/sportclub/MainActivity.java
6fc7e6fedac0f17b11557a80ff8ce7eb0281067a
[]
no_license
Rolar12/SportClub
9576c460c944755271f72535cd6124fb01290dcb
3bfba7fba74c26dd1c5031ea3c0f99f165cde352
refs/heads/master
2022-11-30T08:23:19.190430
2020-07-27T19:08:44
2020-07-27T19:08:44
282,991,552
0
0
null
null
null
null
UTF-8
Java
false
false
2,991
java
package com.android.sportclub; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.appcompat.app.AppCompatActivity; import androidx.loader.app.LoaderManager; import androidx.loader.content.CursorLoader; import androidx.loader.content.Loader; import android.content.ContentUris; imp...
[ "orlovmaxims@gmail.com" ]
orlovmaxims@gmail.com
3e2157ade1e08804f960d718b1fa404ac20d48ad
30e830d8e2e3fd14d700444f14a02de27e849316
/夏天酒店管理系统/jdglxt/.svn/pristine/79/799746e19e59c399095e8170385b762cffb6d627.svn-base
2c267cb8bb0ac4ae1537cdcf69ba8faddfcfab79
[]
no_license
MissionSuccess/JavaSwing
74d8320cc89274c28432b8ddf814e330575b730e
fe50f974aabdcad7b643268d7f8b3318b51b2c66
refs/heads/master
2021-08-07T03:54:02.357265
2018-11-21T11:41:49
2018-11-21T11:41:49
146,053,786
1
0
null
null
null
null
UTF-8
Java
false
false
3,835
package org.lanqiao.jdmrg.view; import java.awt.Color; import java.awt.Font; import java.awt.Graphics; import java.awt.Image; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.util.jar.Pack200; import javax.swing.ImageIcon; import javax.swing.JButton; import javax.swing.JPanel; i...
[ "41855798+MissionSuccess@users.noreply.github.com" ]
41855798+MissionSuccess@users.noreply.github.com
28a47d03df05bdaad7ac6394eaa2d73052575bfa
034b53d3b28244e69ae6233c64aff2ed572fd3b0
/eclipse workspace-oxygen/Experiment2/src/exp2/Experiment2.java
933c699cd918ab4f0bfae1704798a3a828a143db
[]
no_license
871049921/MyCode
87aeee00db3bf7036b8b1f9c1d9c537643bb439b
3f6ec85bad7c0f69720c1627fd6be9e1e0ccb5fe
refs/heads/master
2020-05-20T06:42:32.200976
2019-06-20T13:57:26
2019-06-20T13:57:26
185,433,073
1
0
null
null
null
null
GB18030
Java
false
false
1,399
java
package exp2; import java.io.*; public class Experiment2 { public static void main(String[] args) throws Exception{ String allInformation = "";//所有信息 int i = 0; Goods[] goods = new Goods[10]; String randomGoodsName[] = {"pen", "pencil", "backpack", "ruler", "apple", "pear", "banana", "strawberry", "wate...
[ "871049921@qq.com" ]
871049921@qq.com
90499da48a1f243498fd435a76ddca1daf48fa85
e5150d7e230615498fb653b80a60185d64d2292d
/SBNotification/src/main/java/Notify/NotificationRestController.java
fd6497693449369aadb6f34219d637a5b6c0951f
[]
no_license
NitinSingh01/NotificationServices
14c726d50df8f4a0670a14c950dacfc4802f5291
c4b6da00b23aefaa13702ffb0ce77d13957881bd
refs/heads/master
2022-11-18T18:12:24.076645
2020-07-07T14:53:25
2020-07-07T14:53:25
276,280,945
0
0
null
null
null
null
UTF-8
Java
false
false
1,928
java
package Notify; import java.net.URISyntaxException; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.mail.MailException; import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind...
[ "nitin.singh01@ad.infosys.com" ]
nitin.singh01@ad.infosys.com
430aeb1e3401e90fa0d64fe7f9ff735e4b7ba277
a5e6f27020c23b5755d64d661e24eaef2ca2220f
/main.1/java/com/openbravo/pos/forms/Payments.java
2e6de9cde0e76a7ae1f3aff177490e26f327060e
[]
no_license
AXE2005/SmartPos
1681ad1133631ef13e170ca67020e02668d823b9
7f433b92ee458931093420d045ff996db3ef77bf
refs/heads/master
2020-03-18T09:45:49.034449
2018-05-23T14:07:07
2018-05-23T14:07:07
134,579,231
0
0
null
null
null
null
UTF-8
Java
false
false
4,145
java
// uniCenta oPOS - Touch Friendly Point Of Sale // Copyright (c) 2017 Alejandro Camargo // https://unicenta.com // // This file is part of uniCenta oPOS // // uniCenta oPOS is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by ...
[ "josephcoelo@hotmail.com" ]
josephcoelo@hotmail.com
7e1a2d98aadacdcbd6327b776a56e1a34ad262a4
c704787944c6be5b4264a67e0d5bd90113fd335d
/app/src/main/java/edu/smartgate/reza/smartgateta/ServerConfig.java
7aa2a61e6183968359fa501c55f45b97e8a6613b
[]
no_license
ejakpratama/SmartGateTA
31575ad984d9da1af946ed4662e75c18f1330a86
315d165261068eb6d5b83af52da9c1b24344a74a
refs/heads/master
2020-03-06T18:06:25.917414
2018-04-01T09:48:42
2018-04-01T09:48:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
881
java
package edu.smartgate.reza.smartgateta; /** * Created by Reza on 16-Dec-17. */ class ServerConfig { //labkom //private static final String SERVER_URL = "http://192.168.1.123/smartgate/"; //rumah //protected static final String SERVER_URL = "http://192.168.100.10/smartgate/"; //ruang dosen sisk...
[ "reza.blaze26@gmail.com" ]
reza.blaze26@gmail.com
da88d4f373bf6a5ff43f5a65f997aaee6c642a40
b3ec06fab450ac371b78298bc9992f5b2f722638
/src/main/java/af/gov/anar/query/adhocquery/service/AdHocScheduledJobRunnerService.java
94339c7351bb0005c5bb9d96f60faaddbb1711a3
[]
no_license
Anar-Framework/anar-adhocquery
ca349d97755dbb6322dd376afa53e33474c2d593
329d5d706cb03802a4ef69ad773ba184f00ded0d
refs/heads/master
2020-12-21T02:23:05.395941
2020-02-05T04:30:15
2020-02-05T04:30:15
236,278,110
0
0
null
null
null
null
UTF-8
Java
false
false
135
java
package af.gov.anar.query.adhocquery.service; public interface AdHocScheduledJobRunnerService { void generateClientSchedule(); }
[ "mohammadbadarhashimi@gmail.com" ]
mohammadbadarhashimi@gmail.com
8a6eb4635b7ca4f5663887d41b000c059c7c47ee
dec4a846475ca996df07d8d404a364f9fa9436a9
/src/main/java/me/minikuma/week5/Circle.java
4ad82d4700910c954c98fc660a323ff5440de3fe
[]
no_license
minikuma/study-halle
7eeb56a93f4a4efc6a21e7247098ea5a247dd8bd
5c6b4d89d670b2038deadd36a29038641e7646f9
refs/heads/master
2023-07-17T04:28:05.269751
2021-08-30T07:18:19
2021-08-30T07:18:19
321,232,004
0
0
null
null
null
null
UTF-8
Java
false
false
388
java
package me.minikuma.week5; public class Circle { // 인스턴스 필드 public double r; // 생성자 public Circle(double r) { this.r = r; } public static void main(String[] args) { Circle circle = new Circle(100); circle.r = 100; System.out.println("객체 생성 후 인스턴스 필드에 값 적용 = " +...
[ "minikuma@naver.com" ]
minikuma@naver.com
f5bd5a2c0ba5664c25d803b90e6001428ce56396
48fbd64287cb595bbe6d85d0849d1842674a7f46
/prog/java_revision/Example/Example.java
e118e2d4cf301e819f0be3f31ecfae82b4350657
[]
no_license
stevenaeola/gitpitch
c89cf0bd2cc81bc38b42f0737af81894e5aea30b
0eca661e4cfb67bf060ae06852459cf248f58e2a
refs/heads/master
2021-11-11T12:06:59.258896
2021-11-08T17:24:57
2021-11-08T17:24:57
149,439,800
24
51
null
2019-04-01T17:18:36
2018-09-19T11:24:11
JavaScript
UTF-8
Java
false
false
1,763
java
import java.util.ArrayList; import java.util.List; import java.util.Collections; // concrete class public class Example extends AbstractClassExample implements InterfaceExample, Comparable<Example> { // fields // primitive type private int field1; // object type, type parameter private ArrayList<St...
[ "s.p.bradley@durham.ac.uk" ]
s.p.bradley@durham.ac.uk
ac1cddce365670db6fdba7ee6d04bb62800c0ef5
619d7b729ef99bd2e782dfcb4d7f38ae55382061
/theDefault/src/main/java/theHeart/powers/HemorrhagePower.java
704e0b64a2d01870f85b0edc04e230a6a91a1b30
[ "MIT" ]
permissive
Magicut101/theHeart
f6e6d32704d87772b8d99479291f909acff95062
43025bb36a479234ff4df06c757adf5630a190d3
refs/heads/master
2020-06-14T03:21:52.020673
2019-08-20T17:11:46
2019-08-20T17:11:46
194,478,121
0
0
null
null
null
null
UTF-8
Java
false
false
3,151
java
package theHeart.powers; import basemod.interfaces.CloneablePowerInterface; import com.badlogic.gdx.graphics.Texture; import com.badlogic.gdx.graphics.g2d.TextureAtlas; import com.megacrit.cardcrawl.actions.common.MakeTempCardInDrawPileAction; import com.megacrit.cardcrawl.cards...
[ "garciaandy42@hotmail.com" ]
garciaandy42@hotmail.com
a92381d9df6944c94eaaa0cb5fcc3972cd01608a
cd9b815162c7e3e711358d966ff480c98722985d
/src/main/java/com/home_vedio_pro/util/UUIDUtil.java
09168305245e994731a9d6cb99e3783b2fcb765f
[]
no_license
wswangbo007/home_vedio
11bc63cd8d4590290013bef5dc8242f908eaf251
a888d0a41f48474feee31a6ddb31ed40ba514c88
refs/heads/master
2021-01-10T02:20:44.352985
2016-01-19T03:54:15
2016-01-19T03:54:15
49,924,668
1
2
null
null
null
null
UTF-8
Java
false
false
272
java
package com.home_vedio_pro.util; import java.util.UUID; /** * UUID * @author wangB */ public class UUIDUtil { /** * 获取UUID * @return string */ public static String getUUID() { return UUID.randomUUID().toString().replace("-", ""); } }
[ "527882238@qq.com" ]
527882238@qq.com
638a5405b9c17512047ef97e6ac9b8554a9742f2
3b2a3adb9fa3826bd0ebd3c0500f27d61ecc61c6
/servlets/src/main/java/ru/itis/repositories/CrudRepository.java
6d385afa51045fa23739c59cb16edae25504ac92
[]
no_license
FakDL/asulgaraev_inf
5b45053a29fe33de31c45427c6ae3a4d7a5d93a1
3d1c30bf71df1e998142597f317d47fd6a161236
refs/heads/master
2023-04-27T00:36:05.014008
2021-05-30T21:16:12
2021-05-30T21:16:12
293,893,606
0
1
null
null
null
null
UTF-8
Java
false
false
288
java
package ru.itis.repositories; import java.util.List; import java.util.Optional; public interface CrudRepository<T> { Optional<T> findById(Long id); List<T> findAll(); void save(T entity); void update(T entity); void delete(T entity); void deleteById(Long id); }
[ "43212319+FakDL@users.noreply.github.com" ]
43212319+FakDL@users.noreply.github.com
ed8abbd7ce548972eeaac8529e94d5c8cb7d3ce2
bb4beb950c7b6f597b598536021d6c2c00514c66
/app/src/main/java/com/e/my_room/Nota.java
c5da9a398fafe09fb97c3087e5e15c9d1628d080
[]
no_license
RojoF/Room_beta
92dc106b5639943772c4440596311756f3d04ee5
486b8f6536a05770bc465f73e0b7b83a00c21284
refs/heads/master
2022-11-24T22:13:00.348677
2020-08-04T07:21:17
2020-08-04T07:21:17
284,901,988
0
0
null
null
null
null
UTF-8
Java
false
false
852
java
package com.e.my_room; import androidx.annotation.NonNull; import androidx.room.ColumnInfo; import androidx.room.Entity; import androidx.room.PrimaryKey; import java.util.UUID; /** * Esta clase contiene un objeto de tipo Nota, con un id y el texto de dicha Nota. * * @author Raúl Félez Jiménez * @version 2020.07 ...
[ "rojof83@gmail.com" ]
rojof83@gmail.com
0ecec00f585912d5da2653294d62c4d07940edda
673a0acef3adad5479302565be2584482052c44b
/API/guillegramAPI/src/main/java/guille/guillegram/api/GuillegramApiApplication.java
2bb87bf4ad91938d06b3b5ba9b916ae344fee6c6
[]
no_license
ekzGuille/Guillegram
c303a58a7243f94a7143a784261f88203829ff56
eb596d0e68427ead49626a9f3a39df394d2ad646
refs/heads/master
2020-04-23T18:02:03.837917
2019-04-19T11:35:29
2019-04-19T11:35:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
328
java
package guille.guillegram.api; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class GuillegramApiApplication { public static void main(String[] args) { SpringApplication.run(GuillegramApiApplication.class, args)...
[ "guillermosesesantos@hotmail.com" ]
guillermosesesantos@hotmail.com
57cb110e800dbf33958a758b9d8ce394947ba41b
f269c1d88eace07323e8c5c867e9c3ba3139edb5
/dk-impl-basic/dk-config-client/src/main/java/cn/laoshini/dk/config/client/DkConfigClientEnvironment.java
eacce051b18316b1fa90668acec924486137db5f
[ "Apache-2.0" ]
permissive
BestJex/dangkang
6f693f636c13010dd631f150e28496d1ed7e4bc9
de48d5107172d61df8a37d5f597c1140ac0637e6
refs/heads/master
2022-04-17T23:12:06.406884
2020-04-21T14:42:57
2020-04-21T14:42:57
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,824
java
package cn.laoshini.dk.config.client; import java.io.IOException; import java.util.Properties; import org.springframework.cloud.config.client.ConfigClientProperties; import org.springframework.cloud.config.client.ConfigServicePropertySourceLocator; import org.springframework.core.env.CompositePropertySource; import o...
[ "125767187@qq.com" ]
125767187@qq.com
542d6e651dcc16f92112ac4d3072ad82aef2a677
c187d981fc6e697314c1fdcbdf0d9fa6bf83785c
/Adapter-Pattern/src/main/java/thridLogin/LoginForWechatAdapter.java
dbc88c4c97b07dd72cb52b1b86b38ff0a8f19367
[]
no_license
zhengquan45/Play-with-DesignPattern
e18bbb70b1a2c3bb423062d71d4e67a50e113a9a
1737601a267c65489213ceb513eccef9f348c3ac
refs/heads/master
2022-10-07T22:47:32.655745
2020-06-10T01:05:27
2020-06-10T01:05:27
267,460,837
0
0
null
null
null
null
UTF-8
Java
false
false
275
java
package thridLogin; public class LoginForWechatAdapter implements LoginAdapter{ public boolean support(Object adapter) { return adapter instanceof LoginForWechatAdapter; } public ResultMsg login(String id, Object adapter) { return null; } }
[ "zheng_quan45@163.com" ]
zheng_quan45@163.com
5db24c10c1bd4185dee3265c392559d80fad8f90
4ea6d93e27c800b09cc19cfca3be6a15b0075a9f
/src/main/java/huffman/TreeNode.java
8153b28beec59c8b4e46eeb11062c684f34fc5bf
[]
no_license
cellargalaxy/JavaDataStructureCurriculumDesign
8f8f7112d2a7cc6fde37e9dc478a16e9fe057cfc
c5296e2eef9401cea168e987524268d3bfda51a1
refs/heads/master
2020-12-30T14:12:44.999694
2017-06-06T12:55:30
2017-06-06T12:55:30
91,289,596
0
0
null
null
null
null
UTF-8
Java
false
false
1,142
java
package huffman; /** * Created by cellargalaxy on 2017/5/15. */ public class TreeNode<T> { private TreeNode parent; private TreeNode left; private TreeNode right; private T t; private long count; private String coding; protected TreeNode(T t, long count) { this.t = t; this.count = count; coding = ""...
[ "cellargalaxy@gmail.com" ]
cellargalaxy@gmail.com
6a39bc72aed57e42bdc1ffb41d9934b3304d739f
102aa70d26d9a18fe9cad796e3f99af0859ca2e4
/photoview/src/main/java/cn/finalteam/rxgalleryfinal/interactor/impl/MediaBucketFactoryInteractorImpl.java
635b2c90d692ce37d4cdc7fe783c2a297cf32bf7
[]
no_license
imyetse/TopWerewolf
cfad1bd3c73d9c08eec4e42cbd9da6e0ebb81537
f7118761dc8c65fd2d23fb5861906e6bad789484
refs/heads/master
2021-01-20T14:58:31.307478
2017-06-18T15:58:03
2017-06-18T15:58:03
90,696,233
34
13
null
null
null
null
UTF-8
Java
false
false
2,009
java
package cn.finalteam.rxgalleryfinal.interactor.impl; import android.content.Context; import java.util.List; import cn.finalteam.rxgalleryfinal.bean.BucketBean; import cn.finalteam.rxgalleryfinal.interactor.MediaBucketFactoryInteractor; import cn.finalteam.rxgalleryfinal.utils.MediaUtils; import rx.Observable; import...
[ "imyetse@163.com" ]
imyetse@163.com
e98c7bd8b145649fa509684dacfbee35607b388d
36f10d3acf2806a8711e075a10cdcf3a9b3f5481
/src/main/java/com/app/ildong/sys/controller/SysPopupMgmtController.java
36380810b8755f8e27177a8b52b6d3650d413ee7
[]
no_license
Parkjongyong/DailyGit
c2668a9396fb2353354c94423f0697facdeb383f
feeae1937ef3e47347e93164c99d4b8bac2fd8eb
refs/heads/master
2023-08-10T09:00:59.149471
2021-09-14T05:52:37
2021-09-14T05:52:37
405,889,871
0
0
null
null
null
null
UTF-8
Java
false
false
13,329
java
/** * 알림팝업 조회/등록/수정 컨트롤러 * @author 길용덕 * @since 2020.06.17 * * << 개정이력(Modification Information) >> * ------------------------------------------------- * 수정일 수정자 수정내용 * ---------- -------- --------------------------- * 2020.06.18 길용덕 최초생성 * -----------------...
[ "zzhsazz@naver.com" ]
zzhsazz@naver.com
f242db11c4ecda642be418c46b13e0c527541288
1294e95badd03a0a2b1d47c26bf58ba62b4c2693
/YoutubeFavorite/src/main/java/com/doheum/yf/client/ClientService.java
a9157229a4624b0724cd2c19fa340828c4099c31
[]
no_license
ParkDoheum/YoutubeFavorite
775ed951641ebfa343a089cd25297389a1d697f8
2c45953ffdd64c67d06bb581e690b2ad564fb457
refs/heads/master
2020-04-08T15:05:38.043576
2018-11-30T08:13:03
2018-11-30T08:13:03
159,465,113
0
0
null
null
null
null
UTF-8
Java
false
false
422
java
package com.doheum.yf.client; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.doheum.yf.client.dao.ClientMapper; import com.doheum.yf.model.YoutubeVO; @Service public class ClientService { @Autowired priva...
[ "USER@USER18-PC" ]
USER@USER18-PC
83ced2bb88ae309706affb5a6d6ce942d4674b24
f741d0932cc199c4fc29e18e10e1d274e4d7ed5a
/src/gui/NewsAggregatorGUI.java
668f3541e1b1227b3250453f48d051421fe07b29
[]
no_license
cchun319/Aggregator
6aa861b7d7bd015c471a47dff4026837d8920742
8720cbfc79849ad3ddfb72bdee889fb7d2c2aee1
refs/heads/master
2023-01-03T18:05:29.189064
2020-11-01T03:04:04
2020-11-01T03:04:04
290,331,237
0
0
null
null
null
null
UTF-8
Java
false
false
9,834
java
package gui; import java.awt.BorderLayout; import java.awt.Desktop; import java.awt.EventQueue; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import java.io.IOException; import java.io.UnsupportedEncodingException; import ...
[ "chun3@seas.upenn.edu" ]
chun3@seas.upenn.edu
db1c8cec8358ead427e355c1882411e0d6cfb760
de487688683fff63903753d9a57467e37e6fad6e
/springBootLearning/src/main/java/com/springbootlearning/config/MvcConfig.java
42014576bbcba545527b1357682654da79b2fb30
[]
no_license
kindnessiliy/learningSSM
5d5b78037bfba1d2cf16d50736e230961289d514
429ac910429d12e1b2e6265ab2d0ab4774f1c90d
refs/heads/master
2023-01-30T03:52:27.097082
2020-12-07T14:49:31
2020-12-07T14:49:31
315,514,827
0
1
null
null
null
null
UTF-8
Java
false
false
845
java
package com.springbootlearning.config; import com.springbootlearning.interceptor.MyInterceptor; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.config.annotation.InterceptorRegistry; import org.springframework...
[ "1269231889@qq,com" ]
1269231889@qq,com
0d0c6e099c17ab70243d2851a21924afaa39d88b
09b178bbf6257a453c1e9283e9200b32e756ad11
/src/main/java/com/steven/tmt/domain/IsHeadOf.java
d32f566775b41b134b581c29e48f306494f8ae0d
[]
no_license
VDSteven/tmt
e482524dae10e1dcf8e78b368dec0150681ed9b5
8fdc74405fa931b399aee0aa4856116a5464d5fb
refs/heads/master
2021-01-19T10:42:01.607381
2017-02-16T16:45:14
2017-02-16T16:45:14
82,201,022
0
0
null
null
null
null
UTF-8
Java
false
false
1,959
java
package com.steven.tmt.domain; import org.hibernate.annotations.Cache; import org.hibernate.annotations.CacheConcurrencyStrategy; import javax.persistence.*; import javax.validation.constraints.*; import java.io.Serializable; import java.util.Objects; /** * A IsHeadOf. */ @Entity @Table(name = "is_head_of", unique...
[ "vsteven@student.ethz.ch" ]
vsteven@student.ethz.ch
521d0a1c31635d2d06d54ff5f0a68fd015658d2e
acdb5af316a9ffe905c43fe1c06ecd2fd2959fad
/order/order-consumer/src/main/java/com/imooc/order/consumer/dataobject/OrderDetail.java
8e00bfa690c27b6b865103d922653fb3422efe48
[ "Apache-2.0" ]
permissive
huluobo11/spring-cloud-demo
c3b9fbf3d69d2fce4347f775d6c5269c99968044
13d0929d09fc9265f97ebb77c8a4492dddb6f8f2
refs/heads/master
2020-04-04T23:00:05.391550
2019-04-05T10:15:41
2019-04-05T10:15:41
156,343,604
1
0
null
null
null
null
UTF-8
Java
false
false
525
java
package com.imooc.order.consumer.dataobject; import lombok.Data; import javax.persistence.Entity; import javax.persistence.Id; import java.math.BigDecimal; import java.util.Date; @Data @Entity public class OrderDetail { @Id private String detailId; private String orderId; private String productId;...
[ "15136129644@139.com" ]
15136129644@139.com
581055ec218deed0d92a0c4c6ed3ef84ea3a75a7
7ca4bc1066d904fe8459126c942023482a5e642c
/WLanLocator/src/com/locator/wlan/WLanData.java
6c957f05f8fc302c9deb8c398bddc95989fa766c
[]
no_license
NicoBleh/WLanLocator
aaa43d2da0221e4f7c227239fa710047050aba36
3734493b1d673dd474a77a07c5c33fa33c05419c
refs/heads/master
2021-01-19T06:26:05.440860
2012-12-12T14:15:23
2012-12-12T14:15:23
7,131,100
2
0
null
null
null
null
UTF-8
Java
false
false
3,499
java
package com.locator.wlan; import java.util.ArrayList; import java.util.List; import android.content.Context; import android.net.ConnectivityManager; import android.net.NetworkInfo; import android.net.wifi.ScanResult; import android.net.wifi.WifiManager; import android.os.AsyncTask; import com.locator.wlan.interfaces...
[ "n_bleh@gmx.de" ]
n_bleh@gmx.de
a387bb2942e6de3863e85eb8c3834d827b8e42d5
452af742b179d205239a8e6f4d20ae243674c97e
/Pokedex/src/SimuladorPkm.java
4ef304424574489014a5370b6c5dbd24a0a686ec
[ "Apache-2.0" ]
permissive
RONALDPA/POO
ac7cce8c864be5fce6c2de5ff198140d46213d9c
55a91f836bdb9c2ee02c216d3e94d7034e0f166b
refs/heads/master
2020-04-06T03:51:22.046693
2016-08-09T23:52:39
2016-08-09T23:52:39
61,651,473
0
0
null
null
null
null
UTF-8
Java
false
false
718
java
public class SimuladorPkm { public static void main(String[] args) { Pokemon poliwag = new PokemonAgua("Poliwag", "Agua", 10, 10, 300, 50); Pokemon arcanine = new PokemonFuego("Arcanine", "Fuego", 20, 20, 300, 60); Pokemon pikachu = new PokemonElectrico("Pikachu", "Electrico", 11, 6, 500, 49); ...
[ "noreply@github.com" ]
RONALDPA.noreply@github.com
646ea080aebc3fe34c80cb6a100ea2ec17cbc157
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/9/9_a8b6587748158ecc773602a60e4450d6996edf34/AbstractNPC/9_a8b6587748158ecc773602a60e4450d6996edf34_AbstractNPC_s.java
f1086b371b6fbd0ee339bb356c5ff29bb9b71084
[]
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,342
java
package net.citizensnpcs.api.npc; import java.util.List; import java.util.Map; import java.util.Set; import javax.annotation.Nullable; import net.citizensnpcs.api.CitizensAPI; import net.citizensnpcs.api.ai.GoalController; import net.citizensnpcs.api.ai.SimpleGoalController; import net.citizen...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
490f2b0293b3bdd88a6724b2b9e58a193c415b0d
55f518a56976bdc2c84dc221874ed7dfc0eb04f5
/src/main/java/org/embulk/input/marketo/MarketoService.java
04da12f1a5080abc59a2ac2929e4a2e4ae41af68
[ "MIT" ]
permissive
biyanna1985/embulk-input-marketo
8dfeee2eb52655e34eb2422e9636a317f0b69357
eefac2f80ae68d3fc3f482dd6c71a3c71164fe05
refs/heads/master
2020-03-25T19:15:28.901369
2018-05-28T15:59:33
2018-05-28T15:59:33
null
0
0
null
null
null
null
UTF-8
Java
false
false
789
java
package org.embulk.input.marketo; import com.fasterxml.jackson.databind.node.ObjectNode; import org.embulk.input.marketo.model.MarketoField; import java.io.File; import java.util.Date; import java.util.List; /** * Created by tai.khuu on 9/6/17. */ public interface MarketoService { List<MarketoField> describeLe...
[ "khuutantai@gmail.com" ]
khuutantai@gmail.com
b208a1682ded1d5b7c4a5a405daf19f0affe50e7
8552a3dee9193ceca22f83aca9655332a34adf56
/Cloud_Storage/src/index/Repo_Upload.java
be0126c36bb29988af06ec0f7583a42c48344874
[]
no_license
sharmarahul25/Cloud_storage
e8e79efa2c1a6f2b87275325218d3b8d1ef6a469
74d9fbacbc4ef7abc3264650380aa6c024683b0e
refs/heads/master
2021-01-23T06:39:31.201691
2014-03-21T10:25:33
2014-03-21T10:25:33
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,740
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package index; import java.awt.*; import javax.swing.*; import java.awt.event.*; import java.awt.Font; import java.io.File; import java.io.IOException; import java.sql.*; import java.util.logging.Level; import java.util....
[ "sharma.rahul2509@gmail.com" ]
sharma.rahul2509@gmail.com
6e8ecfe6cf2bed7cdcafd3534318a45e068184e3
c5b7ac300801614f5d6694f5973e0c5184e20f84
/ExJava/Frutas/src/Frutas.java
bc33fc8d4972bf013452df85ce984aef0b9a04cb
[]
no_license
1234Vinicius/Java-Concept
b32e12e3f2d3aeda4c49afbcb0af876b6e891294
b69428e2dab11bf3998dd6742660fb0d54a77848
refs/heads/main
2023-08-18T19:36:30.808252
2021-10-06T15:31:18
2021-10-06T15:31:18
413,631,012
0
0
null
null
null
null
UTF-8
Java
false
false
150
java
public class Frutas { private String carro; private String modelo; private boolean anda; } }
[ "99887799vinicius@gmail.com" ]
99887799vinicius@gmail.com
3c3eeb3e9e9ab6d9c75fab7ba1735e3ef1619fb0
37af4fa993a86b4cbc00486acc72adb4eff1225f
/iorx/src/main/java/ubiquisense/iorx/protocols/ableton/internal/impl/LiveReturnVolumeImpl.java
dd08c234cfb919325615285fdaf820e84c001874
[]
no_license
lucascraft/iorx
3880a6cfb990d61bf4e506424f5ea1a59f3085e3
d94fcbe57677b420b49e968c859aa766c014e9b9
refs/heads/master
2021-07-22T18:58:13.396550
2019-12-02T22:42:35
2019-12-02T22:42:35
119,903,510
0
0
null
2021-06-04T01:01:22
2018-02-01T22:52:37
HTML
UTF-8
Java
false
false
606
java
/** * <copyright> * </copyright> * * $Id$ */ package ubiquisense.iorx.protocols.ableton.internal.impl; import ubiquisense.iorx.protocols.ableton.internal.LiveReturnVolume; public class LiveReturnVolumeImpl extends AbletonLiveSndCmdImpl implements LiveReturnVolume { int trackID; float level; public LiveRetu...
[ "lucas@LAPTOP-2SKH5AVA" ]
lucas@LAPTOP-2SKH5AVA
1bab62ee60b8c54bb1e8b0ef39e9795aafef072e
61bb0909755750788322b41c7763bd06993e4add
/src/monitorizacionInversa/Services.java
1c1df94405b261e9f1c72554598d9e5a547e270f
[]
no_license
rvipas/servidorXML-RCP
d657cae48a2a8e5339a587c14198a1008131440b
77d0a1a852000e766c189725cca1d94c93728264
refs/heads/master
2021-01-23T01:01:53.720796
2017-03-22T19:07:04
2017-03-22T19:07:04
85,865,871
0
0
null
null
null
null
UTF-8
Java
false
false
183
java
package monitorizacionInversa; import java.util.Date; public interface Services { public void notifica(String msg); public boolean inserta(String ident, Date fecha); }
[ "rvidal8.7@gmail.com" ]
rvidal8.7@gmail.com
a794dbeb363b03b1a2699e5524a05e53356e0617
f2bd083ebc26faa924f563f3db5685e75ef93f71
/tddl-group/src/main/java/com/taobao/tddl/group/exception/TAtomDataSourceException.java
5f74e45ce4dd20806878d38fbdbd7a84d232202e
[ "Apache-2.0" ]
permissive
hejianzxl/TDDL-1
bf942c10d8e42d4a8f3e3eadb0c262fcaa03f299
33ab99c37ae8b927f1cd3294d1ec8aa31b71c84b
refs/heads/master
2022-07-01T08:56:47.798878
2015-08-18T02:55:16
2015-08-18T02:55:16
144,922,536
0
0
Apache-2.0
2022-06-21T04:20:21
2018-08-16T01:48:15
Java
UTF-8
Java
false
false
657
java
package com.taobao.tddl.group.exception; //jdk1.5 java.sql.SQLException没有带Throwable cause的构造函数 //public class TAtomDataSourceException extends java.sql.SQLException { /** * @author yangzhu */ public class TAtomDataSourceException extends RuntimeException { private static final long serialVersionUID = -1L; ...
[ "mengshi.sunmengshi@taobao.com" ]
mengshi.sunmengshi@taobao.com
62e7cc6337d94be95de5e859317c2945f3a9dc1e
1bbd2e653317da390af5ba7eace7109bd52895fa
/src/com/company/ProductsInRow.java
82ddbd4680fbd084175ffc9bc2ba35e474e17823
[]
no_license
xchoavagyan/Vending_Machine
5e4455545a29d9e1f7d7b4952a4638412a88a3a1
e9c1a8f231a98623fe466a543f67f7029ae129c6
refs/heads/master
2020-12-26T06:20:22.164116
2020-01-31T11:47:28
2020-01-31T11:47:28
237,415,270
0
0
null
null
null
null
UTF-8
Java
false
false
1,823
java
package com.company; import com.company.products.Product; import java.util.ArrayList; public class ProductsInRow { //region Properties private ArrayList<ProductList> productListsInRow; //endregion //region Constructors public ProductsInRow(Product product1, Product product2, Product product3) { ...
[ "khchoavagyan@gmail.com" ]
khchoavagyan@gmail.com
52267103681e7c602f5609378cdb5e188acfb5ac
c45face9d2d8944110ab56ecaa14a80e84d448a1
/src/main/java/com/phei/netty/basic/TimeServerHandler.java
9fb3c3f61ce71a467f254126b8288d5b5761e723
[]
no_license
nquanhao001/netty-in-action
7d7ea579c5a19be2270a659ad6b89d072dcb1380
2e497496ca5b5173763565c5386a490810160769
refs/heads/master
2021-01-01T03:39:24.656178
2016-09-19T07:37:59
2016-09-19T07:37:59
56,896,743
5
0
null
null
null
null
UTF-8
Java
false
false
2,242
java
/* * Copyright 2012 The Netty Project * * The Netty Project licenses this file to you 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 ...
[ "407361943@qq.com" ]
407361943@qq.com
3a6cc911fa5d2e2811a5faa2f984fa3dc2ec9fad
3c171b3e1a68fadc2883ca41a2d1083484a4f6f4
/GraphCaculor/src/yty.java
ea0e12049104f0ca44fe096d8af9485e9d8c5e89
[]
no_license
1xwb/nihao
a35a4628351d8b6818d33555f3203fffdd1995e1
0042aaf044832f4f432fcfd4face7cfecebd526b
refs/heads/master
2020-05-15T22:13:08.290439
2019-04-21T11:12:47
2019-04-21T11:12:47
182,521,007
0
0
null
null
null
null
UTF-8
Java
false
false
37
java
public class yty { //你好 }
[ "1053968252@qq.com" ]
1053968252@qq.com
83a4dd15a3c08450a26ff50fbcab01a0fc89425d
d43a62d1af37d378d9d88bed16568214a923f2cf
/portal/src/main/java/usi/dbdp/portal/sysmgr/controller/LogController.java
3d44461d7bc1deefbafe92e96bfe10245da202b2
[ "MIT" ]
permissive
pyplzy/mylab
2a9d11763b483a7899152a336420a415cb6c570c
c3a897f217d871f3d66e15d0ebbc3325a4ec8910
refs/heads/master
2023-06-08T16:05:13.904405
2021-06-29T10:33:21
2021-06-29T10:33:21
290,156,687
0
0
null
null
null
null
UTF-8
Java
false
false
2,051
java
package usi.dbdp.portal.sysmgr.controller; import java.util.Date; import java.util.Map; import javax.annotation.Resource; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotatio...
[ "peiyapengqinshuche@163.com" ]
peiyapengqinshuche@163.com
f653574d868288835dbd21a90cf136183eef1e5d
6476f66243ec0d4259de3a2fde69e89c45c7f880
/src/day07nestedif/NestedIf01.java
aaaddcafbe9c533eca7d6d86b30a15d902cd8544
[]
no_license
osaykan/dersler
94ddb286554fbbfd1d8ffc48bea3cf030041ed1b
90f5f306e0e58cb4b66468e2abf76169a42d980c
refs/heads/main
2023-04-05T05:06:44.608832
2021-04-17T12:17:55
2021-04-17T12:17:55
289,004,960
0
0
null
null
null
null
ISO-8859-3
Java
false
false
924
java
package day07nestedif; import java.util.Scanner; public class NestedIf01 { public static void main(String[] args) { // Kullanicidan bir sayi alin. Bu sayi pozitif ise 9 dan buyukmu diye kontrol rdin, 9 dan büyükse ekrana sayi yazdirin // 9 dan kücükesit ve sifirdan büyük esitse ekrana rakam yazdirin. /...
[ "osmanaykan34@gmail.com" ]
osmanaykan34@gmail.com
e771270cbd142c44c64bf287323a9dc6c0f7235b
c3f860040de95cd91e9c5f54175a0eccc7d9a520
/Prova/app/src/main/java/simulado/jeansarlon/prova/tela2.java
598e33525e51d6fb282854f85730362167e68ccf
[]
no_license
jeansarlon/Android
a1fedc7cc77b5dc4813f5455aee4dcbfc5092b18
fde99536a36d201be2c6a7dead65572343ba562d
refs/heads/master
2021-05-08T00:53:58.472856
2017-10-22T00:05:51
2017-10-22T00:05:51
107,824,722
0
0
null
null
null
null
UTF-8
Java
false
false
2,226
java
package simulado.jeansarlon.prova; import android.content.SharedPreferences; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.ImageView; import android.widget.TextView; import android.widget.Toast; public class tel...
[ "jean.sarlon@icloud.com" ]
jean.sarlon@icloud.com
faf53a868c41cd0ccd630aaa292e1b05a9a8d6b4
5ec06dab1409d790496ce082dacb321392b32fe9
/clients/spring/generated/src/main/java/org/openapitools/model/ComAdobeGraniteSocialgraphImplSocialGraphFactoryImplInfo.java
8ae8a2b0f7986254dc20af7221d187901eeaf6a0
[ "Apache-2.0" ]
permissive
shinesolutions/swagger-aem-osgi
e9d2385f44bee70e5bbdc0d577e99a9f2525266f
c2f6e076971d2592c1cbd3f70695c679e807396b
refs/heads/master
2022-10-29T13:07:40.422092
2021-04-09T07:46:03
2021-04-09T07:46:03
190,217,155
3
3
Apache-2.0
2022-10-05T03:26:20
2019-06-04T14:23:28
null
UTF-8
Java
false
false
4,336
java
package org.openapitools.model; import java.util.Objects; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonCreator; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import org.openapitools.model.ComAdobeGraniteSocialgraphImplSocial...
[ "cliffano@gmail.com" ]
cliffano@gmail.com
8bae1ef5102e3d64b3580d7a0edbb40971660f2e
9d6c509a96239a642d4893f7276a9b510cbd8d00
/src/main/java/com/github/onsdigital/index/enrichment/model/request/EnrichResourceRequest.java
c51f47fee24cdbb9bbab0238b6d3841f3b5b1f86
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
ONSdigital/dp-publish-enrich-search
8efe2171a3f8430a0f500493adad9d4d96f259bf
42211173b683d81eba4af77c5c0df31cf948d748
refs/heads/develop
2021-01-09T05:46:58.733548
2017-02-20T13:43:33
2017-02-20T13:43:33
80,831,753
2
1
null
2019-08-18T11:27:27
2017-02-03T13:32:59
Java
UTF-8
Java
false
false
1,504
java
package com.github.onsdigital.index.enrichment.model.request; import org.apache.commons.lang3.builder.EqualsBuilder; import org.apache.commons.lang3.builder.HashCodeBuilder; /** * Request the enrichment of a document based on a file resource */ public class EnrichResourceRequest implements PipelineRequest { p...
[ "james.fawke@g4pas.co.uk" ]
james.fawke@g4pas.co.uk
e1467c641daf3d30a70263569185be558dc70b88
1275b896a8fece1603fee1556238fee870385fe4
/src/net/scapeemulator/game/msg/handler/item/GroundItemOptionMessageHandler.java
32ab5ba7fe2def610feb2a844fb2515de7286515
[ "ISC" ]
permissive
Ashi/moparscape530
ca02dfa8f0a4c111fe086b22536129c99f8748df
b473826481b1fcf7e7f09aa3ad50ac8c48bf70ca
refs/heads/master
2021-01-21T18:50:41.512604
2014-10-05T20:57:39
2014-10-05T20:57:39
27,652,156
1
0
null
null
null
null
UTF-8
Java
false
false
2,047
java
/** * Copyright (c) 2012, Hadyn Richard * * 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, me...
[ "davidtheinsley@comcast.net" ]
davidtheinsley@comcast.net
d023f044bbc565276d15cdeff120ed687903f77b
5941aa98b0cb69dc6d8ec7cdff0fc86d96c7d213
/app/src/main/java/vision/genesis/ui/UiComponent.java
b3b537cf4f340b76b811d9a4a44bff4ddd3ce833
[]
no_license
SergeiVasilenko/borrow-friend-android
e4a63c42d95a0697c30a081e04e9b55b2b0e1a22
68f0fe87fb9c1517d78417a408b2830285423879
refs/heads/master
2021-01-20T03:53:47.113647
2017-04-27T14:01:56
2017-04-27T14:01:56
89,603,812
1
0
null
null
null
null
UTF-8
Java
false
false
1,054
java
package vision.genesis.ui; import dagger.Subcomponent; import vision.genesis.ui.auth.AuthActivity; import vision.genesis.ui.common.BaseActivity; import vision.genesis.ui.insert.InsertActivity; import vision.genesis.ui.main.MainActivity; import vision.genesis.ui.main.dashboard.DashboardPresenter; import vision.genesis....
[ "vasilenko.sn@gmail.com" ]
vasilenko.sn@gmail.com
4b256f8fe4ce51ee6dd888dcb13879de9a2b7b9f
e4964a40fa6880c3557a24cb6f0bcacd97a05a54
/src/main/java/hu/simplesoft/dualis/library/configuration/PersistenceJPAConfig.java
28f5cb19386af877aa53d73d65f3f3380591a73c
[]
no_license
molnar75/Library
5c01dbc1a81eac634c08aceb970724f126540d64
99f2fdfa5534163e33ad54d7b627f11a07ec0402
refs/heads/master
2020-04-08T23:39:38.401463
2019-01-24T12:05:52
2019-01-24T12:05:52
159,794,962
0
0
null
null
null
null
UTF-8
Java
false
false
2,901
java
package hu.simplesoft.dualis.library.configuration; import java.util.Properties; import javax.persistence.EntityManagerFactory; import javax.sql.DataSource; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.C...
[ "molnar.fanni@simplesoft.hu" ]
molnar.fanni@simplesoft.hu
61dbada8c13d4e6832e081d2d37c965ac0e53b06
995f73d30450a6dce6bc7145d89344b4ad6e0622
/MATE-20_EMUI_11.0.0/src/main/java/com/huawei/displayengine/$$Lambda$ImageProcessor$59YsElCxg154HU41yvTk9RTfNFE.java
324a6c054ee654f91c5f9a787afc7e6d634839f8
[]
no_license
morningblu/HWFramework
0ceb02cbe42585d0169d9b6c4964a41b436039f5
672bb34094b8780806a10ba9b1d21036fd808b8e
refs/heads/master
2023-07-29T05:26:14.603817
2021-09-03T05:23:34
2021-09-03T05:23:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
806
java
package com.huawei.displayengine; import com.huawei.displayengine.ImageProcessor; import java.util.function.Consumer; /* renamed from: com.huawei.displayengine.-$$Lambda$ImageProcessor$59YsElCxg154HU41yvTk9RTfNFE reason: invalid class name */ /* compiled from: lambda */ public final /* synthetic */ class $$Lambda$Im...
[ "dstmath@163.com" ]
dstmath@163.com
b4e2f208ad796af10b652e50cde84ef9af3ceec8
e2ebc0c49911288fb316c046976fdc17a0613714
/CSD201/CSDEquation/src/csdequation/Equation.java
73b5e00a29c6cd12020a4ce656c1b19910a40bd7
[]
no_license
LuuPhuongUyen/Java
be4849777ccb1bf30c791376d9395fd99b954001
4603db2bc75d791b3d36cbb29c822172af164177
refs/heads/master
2023-01-30T16:50:04.534382
2020-12-17T17:07:55
2020-12-17T17:07:55
322,339,657
1
0
null
null
null
null
UTF-8
Java
false
false
1,657
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 csdequation; /** * * @author PC */ public class Equation { public double quadracticEquation() { while (true) {...
[ "luuphuonguyen1485@gmail.com" ]
luuphuonguyen1485@gmail.com
dbf8b40f1029b59bf36b5b2434ba15a58ba1931b
fceee6b1c44fd20cc3157eee594daf6c47aa9e36
/src/BasicAlgorithm/Graph/BfsPractice.java
4a1820b18316f3e5da3aa41d9a17554c8c596e47
[]
no_license
sysout-achieve/Algorithm
3ac5015d4f45e162826bdbba8305cbdd6ba17c7d
d36e7734c8bff3e767bd78baa4e0124581b2cdc7
refs/heads/master
2023-05-08T22:04:57.148039
2021-05-16T08:54:25
2021-05-16T08:54:25
299,278,622
0
1
null
null
null
null
UTF-8
Java
false
false
3,161
java
package BasicAlgorithm.Graph; import java.util.ArrayDeque; import java.util.Queue; import java.util.Scanner; public class BfsPractice { static int n; static int[] nx = {1, -1, 0, 0}; static int[] ny = {0, 0, 1, -1}; public static void main(String[] args) { Scanner sc = new Scanner(System.in);...
[ "0408gun@gmail.com" ]
0408gun@gmail.com
529ce30a2ce1811de05f14572830c8bd50ae501a
690ab1b4edc08bf2489fb8aa10e644f55d4ec6d1
/app/src/main/java/com/example/cxx/learnrecyclerview/MainActivity.java
3e1ea328372e2ead3d5105673dd38e7d5b77e10f
[]
no_license
Simolf/LearnRecyclerView
7bf393d449605de9ed2945f49a3d5309cf45b79f
0ad61e365faaf6e396ceed52140b291534aac8be
refs/heads/master
2021-01-10T15:45:05.416727
2016-04-10T15:46:20
2016-04-10T15:46:20
55,907,849
0
0
null
null
null
null
UTF-8
Java
false
false
1,605
java
package com.example.cxx.learnrecyclerview; import android.graphics.Canvas; import android.graphics.Paint; import android.graphics.Rect; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.support.v7.widget.LinearLayoutCompat; import android.support.v7.widget.LinearLayoutManager; i...
[ "964648168@qq.com" ]
964648168@qq.com
6e94a0b6f80daabb13dc07e033de494166edf52c
7aadd1f4959512a4646e13e96b2193672dd9ad55
/MementoPattern/src/com/MementoPattern/Main.java
0603a5f8b0ad1567148714c7f45ef969d9621c5c
[]
no_license
jungle8884/DesignPattern_Code
42c2c5d99c0750c0f59dec005b55c4d55ed8ba98
8d7533b55cc9bded62a02d95967faf7a463b2d52
refs/heads/master
2022-09-29T22:21:57.233188
2020-06-08T16:03:03
2020-06-08T16:03:03
263,634,520
0
0
null
null
null
null
UTF-8
Java
false
false
598
java
package com.MementoPattern; import com.MementoPattern.sample.Caretaker; import com.MementoPattern.sample.Originator; public class Main { public static void main(String[] args) { // sample code { Originator o = new Originator(); o.setState("On"); o.Show(); ...
[ "jungle8884@163.com" ]
jungle8884@163.com
8ffa37cde1dd4efe675f3124fb0861a61475534c
35c3bc23c4def46a836eace121fbce5e405cacea
/app/src/main/java/com/br/sweetmusic/pojos/Tracks.java
253c326ca2aa1fc664e295ebceb54f5e3675ff1f
[]
no_license
sweetmusicapp/SweetMusic
759eaabc591d6c7ca6fb50b1debb8a0e9c1ce72b
7ea89c29742becbe96221ed403e4dfb69746679b
refs/heads/desenvolvimento
2020-07-19T03:45:14.135657
2019-12-06T01:34:18
2019-12-06T01:34:18
206,368,296
3
0
null
2019-12-06T01:09:56
2019-09-04T16:51:37
Java
UTF-8
Java
false
false
318
java
package com.br.sweetmusic.pojos; import com.google.gson.annotations.Expose; import java.util.List; public class Tracks { @Expose private List<Track> track; public List<Track> getTrack() { return track; } public void setTrack(List<Track> track) { this.track = track; } }
[ "limas.mayara@gmail.com" ]
limas.mayara@gmail.com
80ed8166acb3a2ff883128991c48abdd921622d0
a937f69841aaeb884976e7280e0aa4724f6f1c9b
/web-api/src/test/java/marxo/test/local/TenantApiTests.java
2b2870dbdc0d34c009a3b9d842a2d2e5c90a6c31
[]
no_license
yyfearth/marxo
89cc3f85b3e6bab6433ea5f413aa08d402e6f7a0
d8dbe0ac3417632bfda5ee0499273563aa6b8146
refs/heads/master
2021-01-22T06:58:14.573575
2013-12-20T01:13:37
2013-12-20T01:14:00
15,350,813
0
0
null
null
null
null
UTF-8
Java
false
false
1,066
java
package marxo.test.local; import com.fasterxml.jackson.core.type.TypeReference; import com.google.common.net.MediaType; import marxo.entity.user.Tenant; import marxo.test.ApiTestConfiguration; import marxo.test.ApiTester; import marxo.test.BasicApiTests; import org.testng.Assert; import org.testng.annotations.Test; i...
[ "masonwan@gmail.com" ]
masonwan@gmail.com
99f880f7d37482737aa27db6e0279a8024123dcc
fb56bbda14e07ef7ae180bf61c109383b328a629
/app/src/main/java/com/example/news/bean/Note.java
b92f87ec0ca8f83e24ecb8bbb0302445197d5824
[]
no_license
likeyewan/news
392d427f16acbe34405df623775be588928c2de4
ae035ca291145c4d4ec5b1639e4baaa21c23972d
refs/heads/master
2022-11-11T19:35:30.325964
2020-07-01T02:40:08
2020-07-01T02:40:08
276,264,326
0
0
null
null
null
null
UTF-8
Java
false
false
3,022
java
package com.example.news.bean; import org.litepal.crud.LitePalSupport; import org.litepal.exceptions.DataSupportException; import java.io.Serializable; /** * Created by ${WLX} on 2019/5/12. */ public class Note extends LitePalSupport implements Serializable{ private int id; //笔记ID private String groupNam...
[ "1581758352@qq.com" ]
1581758352@qq.com
b3702fbb66f7354a5b2232365802216dd1d10810
769bb4fe63250c004f317356fbc91246851131be
/app/src/main/java/com/shuvo/usad/Asad.java
4bb8973a49736c515af5a0b078f36307b2006249
[]
no_license
mahodiatik/USAD
7db5a3bcf1d0c21eb2be492ba1611c8eb9e85e41
cf426a2ff79962c2b38c2213c6ce80536c6571ce
refs/heads/master
2020-09-21T07:03:51.251039
2019-12-06T14:10:16
2019-12-06T14:10:16
224,718,675
0
0
null
null
null
null
UTF-8
Java
false
false
1,293
java
package com.shuvo.usad; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.text.util.Linkify; import android.view.View; import android.widget.Button; import android.widget.TextView; public class Asad extends AppCompatActivi...
[ "mahodiatik@users.noreply.github.com" ]
mahodiatik@users.noreply.github.com
b71af19f2d8abda90f52d7bded3b7a6da2d0ee09
b6ba1bea35dcaa6b72a8df96f51dfeb20c2fe14a
/src/study/序列化/SerializableDemo.java
5b7f07ca1c0579000b4d699010d0e1cbba927aaf
[]
no_license
YinWangPing/algorithm-study
31896d7f488e261c18448f080fa3849d2ec94df8
4843b972fad06b5232836769e33e924520b69c94
refs/heads/master
2021-01-03T04:35:50.491579
2020-06-29T01:32:19
2020-06-29T01:32:19
239,924,456
0
0
null
null
null
null
UTF-8
Java
false
false
2,546
java
package study.序列化; import java.io.*; import java.util.ArrayList; import java.util.HashMap; import java.util.Iterator; class Student implements Serializable{ private static final long serialVersionUID = 1L; private String name; transient private String address; private Integer age; private static S...
[ "1648771485@qq.com" ]
1648771485@qq.com
77a40354b308c0bfb8375c0f1025be7ef0379179
fea32f64a65f0c410c9300e5886b50835e8eb059
/SharedWhiteBoard/src/LineBreakSample.java
fd5d6c034dc39415f7dbbff9851456b2723ab882
[]
no_license
acherking/DistributedSharedWhiteBoard
793f6abbf2db4cbf3f95d725a99018ec96b933a7
963b45ac5873908dfbfe8a915da10e16231128d4
refs/heads/master
2023-06-22T07:47:05.867589
2021-07-20T01:33:08
2021-07-20T01:33:08
208,952,305
0
1
null
null
null
null
UTF-8
Java
false
false
3,154
java
import java.awt.Component; import java.awt.Dimension; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.font.FontRenderContext; import java.awt.font.LineBreakMeasurer; import java.awt.font.TextLayout; import java.text.AttributedCharacterIterator; import java.awt.Color; /** * This class demonstrate...
[ "wzxfate@gmail.com" ]
wzxfate@gmail.com
ceb535379e7c2737600f1f04d45137a7adf055a8
df81eb4063a09417000107ae494c156b174eb666
/src/br/com/sys/bean/Pedidos_comandasBean.java
94b4080c96a0ed836dd1d60bb101b72a47e21295
[]
no_license
FtriL/tcc
fb4877d09d995b712a10a2e917740876b0ccb2b3
4283f31f2d1c809610ac3dd5dd245bf1b3697962
refs/heads/master
2020-03-25T12:27:09.133210
2018-08-13T16:55:58
2018-08-13T16:55:58
143,777,134
0
0
null
null
null
null
UTF-8
Java
false
false
591
java
package br.com.sys.bean; public class Pedidos_comandasBean { private int idPedido_Comanda; private int idPedido; private int idComanda; public int getIdPedido_Comanda() { return idPedido_Comanda; } public void setIdPedido_Comanda(int idPedido_Comanda) { this.idPedido_Comanda = idPedido_Comanda; }...
[ "100392@SALA119.proway.treina" ]
100392@SALA119.proway.treina
41712a83dff9249e15ed541781f4cca71d083d89
65eb977a78ec2ade39e00658665f220cbd32a616
/src/test/java/chap07/section2/StubUserRepository.java
cb1da7fd3a0fce577d27423083c4ebc191cf585b
[]
no_license
S1000f/learn-junit5
dd7eb95bace6b1b98c14dfb7226eb94ba8e21276
336af51913b8717939aec3fc1edf9799dc2bf020
refs/heads/master
2022-12-02T05:16:36.451862
2020-08-14T13:34:37
2020-08-14T13:34:37
272,065,286
0
0
null
null
null
null
UTF-8
Java
false
false
382
java
package chap07.section2; import java.util.HashMap; import java.util.Map; public class StubUserRepository implements UserRepository { private Map<String, User> userMap = new HashMap<>(); @Override public void save(User user) { userMap.put(user.getId(), user); } @Override public User ...
[ "dohp.kim@gmail.com" ]
dohp.kim@gmail.com
522d53613c96ff2dc6327ac0b7a59f99d67c01b2
356de93600e968abebd7efdfded0775c93a84230
/src/main/java/com/lijie/shopping/modules/service/UmsMemberRuleSettingService.java
aa1b1c646b7e6f9f72c5f58dbb0fded7da60a383
[]
no_license
tianandli/shopping
511027f3bcbfc16a077beb2a4395edb3c250d1de
d441c4e802278078f9d3ce8cc8ca6d1d5931813f
refs/heads/master
2023-08-27T21:20:50.212623
2021-11-05T09:21:26
2021-11-05T09:21:26
370,205,574
0
0
null
null
null
null
UTF-8
Java
false
false
362
java
package com.lijie.shopping.modules.service; import com.lijie.shopping.modules.model.UmsMemberRuleSetting; import com.baomidou.mybatisplus.extension.service.IService; /** * <p> * 会员积分成长规则表 服务类 * </p> * * @author lijie * @since 2021-05-13 */ public interface UmsMemberRuleSettingService extends IService<UmsMember...
[ "949620260@qq.com" ]
949620260@qq.com
896ceb346210c0ad4d09fb5dcfb73875f1ec98ba
578b9174779d5bd62c4996a70efde0fe22c7982e
/library/passwordinput/src/main/java/com/ethanco/lib/PasswordInput.java
106edfb0785eb09e7ccdc7e5666ef0f060820b56
[]
no_license
zhn2174/icebroken
b83bd951143d0fbc2152e1aa12bf291c0b24660b
c0c5699c7662ef37e284bf4f5f0c55d5dddf6db1
refs/heads/master
2020-04-25T07:31:26.275435
2019-03-08T14:51:47
2019-03-08T14:51:47
172,616,751
0
0
null
null
null
null
UTF-8
Java
false
false
15,181
java
package com.ethanco.lib; import android.animation.ValueAnimator; import android.content.Context; import android.content.res.TypedArray; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.graphics.Rect; import android.graphics.RectF; import android.support.annot...
[ "zhn2174@gmail.com" ]
zhn2174@gmail.com
5734064208ff887c9876372af14aa46d6296fe24
e32e34b8630d66b9025c55a654cacaec9dacbae1
/App1_Lab3/app/src/main/java/pl/pollub/app1_lab3/RecivedData.java
f727017eb4ee2f469ec57d0dc8dae8b2a141b2ba
[]
no_license
BadWolfeee/testAndroid
202e92328ee327f460ceb2ab1ed0a34203d8c5a4
859a4449321850becbda83b4a6fe4178695029b9
refs/heads/master
2021-01-23T07:50:38.721708
2017-05-09T11:26:50
2017-05-09T11:26:50
86,456,330
0
0
null
2017-05-09T11:26:50
2017-03-28T12:17:45
Java
UTF-8
Java
false
false
1,450
java
package pl.pollub.app1_lab3; import android.os.Bundle; import android.app.Activity; import android.widget.TextView; import android.widget.EditText; import android.content.Intent; public class RecivedData extends Activity { String inputString, inputString2; @Override protected void onCreate(Bundle savedIn...
[ "doseofmilka@gmail.com" ]
doseofmilka@gmail.com
6afde2b4c0586667944a50d266d1a7832a66ebb8
04174ddb97f50a1d8292527d89e2716aff1593bb
/spring-beans/src/main/java/org/springframework/beans/factory/xml/AbstractSingleBeanDefinitionParser.java
1af76f6d90539f35f21a1298de1e7b30c105bdd4
[ "Apache-2.0" ]
permissive
long-64/spring-framework-5.1.10.RELEASE
fef5eb5c00e829fde901183dd6b427a27c5622b3
ed259bb6baa04b6f8ff8cb4d8a55dc33b05ef100
refs/heads/master
2023-04-25T13:46:23.397297
2021-05-03T07:14:10
2021-05-03T07:14:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,371
java
/* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
[ "17037159+cat0927@users.noreply.github.com" ]
17037159+cat0927@users.noreply.github.com
e1e4d50c74597cb0d7845c7f1decd4f99a212e98
7be475d8f2eeb30acfb63f5c034b464433e416ff
/zuihou-backend/zuihou-demo/zuihou-demo-server/src/main/java/com/github/zuihou/demo/config/ExceptionConfiguration.java
adc48e78def62b77e9f1368139d5d823080ead27
[ "Apache-2.0" ]
permissive
jollroyer/zuihou-admin-cloud
34b7f7766ca6bd231b3b57e7eab5336e9b0439e0
673ea6a5d845c8cd5006c0cd0b570b08a3596be0
refs/heads/master
2020-12-03T22:19:27.334015
2020-01-03T03:23:20
2020-01-03T03:23:20
231,504,256
0
0
Apache-2.0
2020-01-03T03:21:51
2020-01-03T03:21:51
null
UTF-8
Java
false
false
679
java
package com.github.zuihou.demo.config; import com.github.zuihou.common.handler.DefaultGlobalExceptionHandler; import org.springframework.context.annotation.Configuration; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.ControllerAdvice; import org.springframework.web.bi...
[ "244387066@qq.com" ]
244387066@qq.com
5f52afaf7fc11c337028e48244d7e6cec6350060
21017a76c972c0d1220bba05a9ffeb75fa620403
/Cadastro/CAPESCadastroBOFachada/src/main/java/br/com/sicoob/capes/cadastro/fachada/bem/BemFachada.java
b1f805aa1481ca1dec745fa95aba8b32e568eee5
[]
no_license
pabllo007/cpes
a1b3b8920c9b591b702156ae36663483cd62a880
f4fc8dce3d487df89ac8f88c41023bc8db91b0c2
refs/heads/master
2022-11-28T02:55:07.675359
2019-10-27T22:17:53
2019-10-27T22:17:53
217,923,554
0
0
null
2022-11-24T06:24:02
2019-10-27T22:13:09
Java
ISO-8859-1
Java
false
false
5,530
java
package br.com.sicoob.capes.cadastro.fachada.bem; import java.util.ArrayList; import java.util.LinkedHashSet; import java.util.List; import java.util.Set; import javax.ejb.EJBTransactionRolledbackException; import javax.persistence.EntityNotFoundException; import javax.persistence.PersistenceException; import br.com...
[ "=" ]
=
187fd3acfdf7f5f636ecc361da3ad2001ddf71f0
f06944861fd088efb13bdf64f67ccc12b89d701c
/EnrollmentProject/src/com/glbajaj/enroll/contoller/AddTraining.java
50f8e4ee9edcd43bb1f5aac0a7e9c32ceb6eac92
[]
no_license
utkarshraj27/Servlet_Assignment
ef5b1dde0b93208d48475dec98a45efca575dcda
f3fdd83d5fba19cd55c66926ecd3c973f82d94e1
refs/heads/master
2022-05-13T13:26:56.128470
2020-04-29T10:00:58
2020-04-29T10:00:58
259,857,536
0
0
null
null
null
null
UTF-8
Java
false
false
1,782
java
package com.glbajaj.enroll.contoller; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import com.glbajaj.enroll.service.Operatio...
[ "noreply@github.com" ]
utkarshraj27.noreply@github.com
906c740e4b0dd340f604cc7ef3c4c2ecf4519f9d
a99eadf1c1fcdbeb5b3d8b892fa10f6976e28b0c
/src/main/java/wang/yobbo/common/appengine/plugin/NtCacheConstants.java
9716c68020aa3eb9fa84f357b9874fb5f2934a22
[]
no_license
yobbo-wang/Nextrobot
d525ffe283db6649cf148fb6a7aedaa2aeb671c4
48716d7e32ed1a2d4854f75ea30e11964c2d2ef0
refs/heads/master
2021-01-24T11:34:55.973873
2018-03-30T09:26:04
2018-03-30T09:26:04
123,086,784
1
0
null
null
null
null
UTF-8
Java
false
false
294
java
package wang.yobbo.common.appengine.plugin; public interface NtCacheConstants { String CACHE_FILTER_CHAINMANAGER="CACHE_FILTER_CHAINMANAGER"; String CACHE_SYS="NT_SYS_CACHE"; String CACHE_URL_ROLE = "CACHE_URL_ROLE"; String CACHE_SHIRO_KICKOUT_SESSION="shiroKickoutSession"; }
[ "yobbo_wang@163.com" ]
yobbo_wang@163.com
744acfd1e8693731cffa1a97794414ce8dd14a79
0fa775315b2f1c88a542cd18481355fc564f3a25
/englishWord/src/findPermutation/dictionary.java
4fecf1c565f6670aa0e952b04a4bc23a99f9f9ed
[]
no_license
devaki18/DictionaryProject
5e0cf0980065e9c7a839e8b3d275f83f7b71dff3
1f375bb5896f267b26e97ae36a4c95e32b72ef84
refs/heads/master
2023-03-30T18:48:40.346463
2021-04-08T02:54:08
2021-04-08T02:54:08
355,666,399
0
0
null
null
null
null
UTF-8
Java
false
false
442
java
package findPermutation; public final class dictionary { static boolean isEnglishWord(String checkWord) { String[] validWords = { "apple", "mango", "and", "is", "with", "work", "king", "ring", "row", "know", "or", "in", "wing", "for" }; for (int i = 0; i < validWords.length; i++) { if (valid...
[ "Administrator@MININT-VE1SM6K.hitronhub.home" ]
Administrator@MININT-VE1SM6K.hitronhub.home