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
60f47c7005286f716b191c45a296d3e2358f554e
7a3439fd526c3a488c6e6102497c5ec5f51f35a1
/perspective-sql/src/main/java/org/meridor/perspective/sql/impl/parser/QueryParserImpl.java
944c14fc163426fc411c043ce944a1e5e5b6e4aa
[ "Apache-2.0" ]
permissive
hctwgl/perspective-backend
e14c91456276f3cb6a287840785688688e8991b2
5f98083977a57115988678e97d1642ee83431258
refs/heads/master
2020-05-07T18:25:23.382460
2017-02-28T04:33:32
2017-02-28T04:33:32
null
0
0
null
null
null
null
UTF-8
Java
false
false
43,399
java
package org.meridor.perspective.sql.impl.parser; import org.antlr.v4.runtime.*; import org.antlr.v4.runtime.InputMismatchException; import org.antlr.v4.runtime.tree.ParseTree; import org.antlr.v4.runtime.tree.ParseTreeWalker; import org.meridor.perspective.beans.BooleanRelation; import org.meridor.perspective.sql.SQLL...
[ "vania-pooh@vania-pooh.com" ]
vania-pooh@vania-pooh.com
c830eb801a7654bb50e6e6f5cab48449d303361e
bc447fb23bc373973fe8db42f6786f7748b32c90
/PiHA-ObjectLib/src/CommandObjects/ListCommands/RoleListCommand.java
0c067bb589f38bcd2dd24bc8d9cfda13cce59f59
[]
no_license
andlee90/PiHA
5273607bd501198bec487124f249b9f932d5b728
61917aeb58847aadf8babbca4fefbafb4b681d66
refs/heads/master
2021-09-29T00:16:37.394383
2018-11-21T21:12:10
2018-11-21T21:12:10
106,648,507
0
1
null
null
null
null
UTF-8
Java
false
false
658
java
package CommandObjects.ListCommands; import CommandObjects.Command; /** * Provides an implementation of Command, used to define the specifications for a RoleList command. */ public class RoleListCommand extends Command { public enum RoleListCommandType { ADD_ROLE, REMOVE_ROLE } private Role...
[ "andrw.l.smth@gmail.com" ]
andrw.l.smth@gmail.com
39f152df004c3875ec8fee16c8871331cf1e828c
f33823bfb5a1136a046e65495609c58d73f81bab
/src/main/java/com/bjst/dgt/third/yifu/struct/CThostFtdcQueryMaxOrderVolumeWithPriceField.java
0359556ccccc79f86406a35438eaf1b08b377bd2
[]
no_license
batfpd/dgt-api
dd862f5086422a4eef63894c03d40cd5f48958a7
152b8eb83248b168bfe6759151d03767979aa3c0
refs/heads/master
2022-01-06T09:46:56.313941
2018-07-01T15:20:27
2018-07-01T15:20:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,250
java
package com.bjst.dgt.third.yifu.struct; import com.sun.jna.Structure; import java.util.ArrayList; import java.util.List; public class CThostFtdcQueryMaxOrderVolumeWithPriceField extends Structure { public byte[] BrokerID = new byte[11]; public byte[] InvestorID = new byte[13]; public byte[] InstrumentID ...
[ "zhaoleiluo@cehk.vip" ]
zhaoleiluo@cehk.vip
8442ee8829d2c720d305748c7d04a7fb3ccc251c
5e2ee4f5e8120eca8d9a6e1a535c480da6775c61
/SomeRPG/SuperController.java
262868eb0e09dcaa8d0dad2072f73aae6dcb9a6d
[]
no_license
jvmsangkal/CMSC-22-Exercises
5e1bcc2ccb016a67071dd9be510ec019e2bbea58
cbc8188fe8f4cf7d3581129ce29affc541806d8b
refs/heads/master
2020-04-11T16:04:58.708667
2014-02-19T16:06:14
2014-02-19T16:06:14
68,206,747
0
0
null
null
null
null
UTF-8
Java
false
false
34
java
public class SuperController{ }
[ "johnviscelsangkal@gmail.com" ]
johnviscelsangkal@gmail.com
9375e637f236cd9f82ec299fbaf0e5882874c3ff
1d366840b7217a52adb0355de7901117d084dcea
/Matrixable.java
ba1c88eea75ffbd817608870d8b86bad82f97748
[]
no_license
kyralee22/sparseMatrix
1349a184adb020f20de141660a71bd3a9ea9a395
9dbf5da164fe655513e1f88b866fd39c9e8dbcbf
refs/heads/main
2023-02-07T12:17:20.759272
2021-01-04T02:59:16
2021-01-04T02:59:16
326,553,270
0
0
null
null
null
null
UTF-8
Java
false
false
544
java
// written by kyra lee 2019 public interface Matrixable<anyType> { public anyType get(int r, int c); //returns the element at row r, col c public anyType set(int r, int c, anyType x); //changes element at (r,c), returns old value public void add(int r, int c, anyType x); //adds obj at row r, col c pu...
[ "noreply@github.com" ]
kyralee22.noreply@github.com
b4f4feb7b0bcef18944767a9396bf222c21dd262
c33738fba1007ddf068a57ef81a7172b726fa803
/app/src/main/java/hamdan/juniordesign/quebo/number/PluralToSingular.java
a59ca74fa5774603c4665c6aa7c791ba6d112941
[ "MIT" ]
permissive
hamdan-kaiser/QUEBO-An-Artificial-Teacher
c936580ad83444f9b35f51ef5f4a755198f260f7
14dc51e1ffd1fc37d805ddf47224997b2fda28f0
refs/heads/master
2020-06-24T06:31:27.739983
2019-08-01T20:05:07
2019-08-01T20:05:07
198,880,502
2
0
null
null
null
null
UTF-8
Java
false
false
24,488
java
package hamdan.juniordesign.quebo.number; import java.util.HashSet; import java.util.LinkedList; import java.util.Set; import java.util.regex.Matcher; import java.util.regex.Pattern; public class PluralToSingular { protected static final PluralToSingular INSTANCE = new PluralToSingular(); /** * The lowe...
[ "hamdankaiser26@gmail.com" ]
hamdankaiser26@gmail.com
d531f24bd0b0b8347a802acf6d5f31faa3975f5c
345e7455e8a158f625d9d819bff007131458ec47
/src/com/wj/client/action/LoginAction.java
d35aa18e2cdb8b71b2ca18651e4877fa9bbacc19
[]
no_license
WJElectronicCompany/source
1de7d7923a3ebb850b818e76a599633558823d1c
1bc4e5ba7c4f431e947b58a9557a5a36a1907f6b
refs/heads/master
2022-11-12T20:03:03.680646
2020-07-07T07:13:04
2020-07-07T07:13:04
277,516,578
0
0
null
null
null
null
UTF-8
Java
false
false
480
java
package com.wj.client.action; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import com.wj.client.model.DAO.ClientDAO; import com.wj.utils.CommandAction; public class LoginAction implements CommandAction { @Override public String requestPro(HttpServletRequest...
[ "KGITBank@508-012" ]
KGITBank@508-012
dbed98249c415e8cf2d675757ec180a02847517f
98d313cf373073d65f14b4870032e16e7d5466f0
/gradle-open-labs/example/src/main/java/se/molybden/Class3252.java
3f61c02045bb5c7471dc84d33ff58d2a3516ba36
[]
no_license
Molybden/gradle-in-practice
30ac1477cc248a90c50949791028bc1cb7104b28
d7dcdecbb6d13d5b8f0ff4488740b64c3bbed5f3
refs/heads/master
2021-06-26T16:45:54.018388
2016-03-06T20:19:43
2016-03-06T20:19:43
24,554,562
0
0
null
null
null
null
UTF-8
Java
false
false
109
java
public class Class3252{ public void callMe(){ System.out.println("called"); } }
[ "jocce.nilsson@gmail.com" ]
jocce.nilsson@gmail.com
503a31cb6e7b3e3fc617df9e84f2ab202a5c983a
88c18722a5823d32d06d72bb5066abf2db887f2a
/SourceProject/chap04_2.5/src/kame/spring/chap04/controller/ListServiceImpl.java
493b00eae012208add491e897159ef4c05bee0d8
[ "Apache-2.0" ]
permissive
grtlinux/Spring2.5Frame
a928b319f17c3b575159ed176b8ea492a0b6f39e
5e569de70dbdbd541bcdedfffd9bea981703e82a
refs/heads/master
2020-04-02T09:02:02.576526
2018-10-30T07:46:27
2018-10-30T07:46:27
154,272,339
0
0
null
null
null
null
UTF-8
Java
false
false
651
java
package kame.spring.chap04.controller; import java.util.ArrayList; import java.util.List; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; public class ListServiceImpl implements ListService { private Log log = LogFactory.getLog(getClass()); @Override public List...
[ "grtlinux@gmail.com" ]
grtlinux@gmail.com
5efa233b66b56126903368bac70ca466c34eef09
c0b37a664fde6a57ae61c4af635e6dea28d7905e
/Helpful dev stuff/AeriesMobilePortal_v1.2.0_apkpure.com_source_from_JADX/org/jetbrains/anko/BackgroundExecutor.java
23b8d79fb6958db6f3ada757c5d0e1d41e1c3654
[]
no_license
joshkmartinez/Grades
a21ce8ede1371b9a7af11c4011e965f603c43291
53760e47f808780d06c4fbc2f74028a2db8e2942
refs/heads/master
2023-01-30T13:23:07.129566
2020-12-07T18:20:46
2020-12-07T18:20:46
131,549,535
0
0
null
null
null
null
UTF-8
Java
false
false
2,591
java
package org.jetbrains.anko; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.Future; import java.util.concurrent.ScheduledExecutorService; import kotlin.Metadata; import kotlin.jvm.functions.Function0; import kotlin.jvm.internal.Intrinsics; import org.jetb...
[ "joshkmartinez@gmail.com" ]
joshkmartinez@gmail.com
37bd26b6227d8d6339201dfc02488733fde835ee
969cf02071e75497117d2a48bcef6a3034819e89
/commonLib/src/main/java/net/youmi/android/libs/common/download/FileDownloadConfig.java
b38d367108f9210e4b27e32f185a2ad425796317
[]
no_license
zhengyuqin/ProxyServerAndroid
18842ad3b5bc351a605a2cdbb376cab4d729ac70
0e812e8037241e274589ee20aac5c36997afb6fb
refs/heads/master
2020-04-06T15:00:00.455805
2016-10-21T10:08:01
2016-10-21T10:08:01
53,205,091
2
4
null
null
null
null
UTF-8
Java
false
false
1,471
java
package net.youmi.android.libs.common.download; /** * 文件下载配置项 * * @author jen * */ public class FileDownloadConfig { /** * 缓存文件被锁超期时间<br/> * 当进行下载前会对缓存文件的最后修改时间进行判断,如果超过16秒,说明没有其他访问者,则可以对其进入下载写入操作。 */ public final static long TEMP_FILE_LOCK_TIME_OUT_MS = 16000; /** * 观察下载任务进度的线程循环时间间隔,即每隔1.5s更新一次下载...
[ "zhengyuqin@youmi.net" ]
zhengyuqin@youmi.net
159a7c64ad399df3f06fd96da00450f6a0c4d459
fafe3855d0140c90877184be4da331065ca97c67
/app/src/main/java/com/example/kim/finalprojecttrack1/MainActivity.java
5a9f72d949128d9d3d822f4d85f3dd6f7714dcbb
[]
no_license
youngmeen/androidVer1
24d6046944ee04e9f902404323a2b37208b39fe6
e2c0298025674786fc1056407b5677e546c047e9
refs/heads/master
2020-03-27T12:12:52.453472
2018-08-29T02:26:20
2018-08-29T02:26:20
146,533,252
0
0
null
null
null
null
UTF-8
Java
false
false
3,219
java
package com.example.kim.finalprojecttrack1; import android.annotation.TargetApi; import android.app.AlertDialog; import android.content.DialogInterface; import android.content.Intent; import android.os.Build; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import an...
[ "youngmeen24@gmail.com" ]
youngmeen24@gmail.com
fc398cad6348bb23caeffb6264e212d293bcd7b6
a2aba090c720e76e864ecb8bcf343921b50bb113
/src/main/java/FileSystem/Block/Default/DefaultBlockMeta.java
e101246bee896da3652078024ee225bc9dd3b553
[]
no_license
jinaxc/CSELab
a9bec314b36755eda47f95a2089cc591a547b86a
fc7da690f072761ef030193683446ab1fa616dda
refs/heads/master
2022-12-30T14:23:13.408026
2020-10-19T09:19:48
2020-10-19T09:19:48
302,693,631
1
0
null
null
null
null
UTF-8
Java
false
false
626
java
package FileSystem.Block.Default; import FileSystem.Block.BlockMeta; /** * @author : chara */ public class DefaultBlockMeta implements BlockMeta { private int size; private int realSize; private String checkSum; public DefaultBlockMeta(int size, int realSize, String checkSum) { this.size =...
[ "1005454946@qq.com" ]
1005454946@qq.com
ee6aec557090ee78455e86e09fde4be35a81b2a5
22d32c2ef634b2f041730fbea63e24bc2d98ae46
/app/src/main/java/com/skyfree/kinhnguyetmangthai/adapter/ListSettingAdapter.java
8cd2b1d2163640ccd83a79976643d9fd8dd1598c
[]
no_license
00aj99/KinhNguyetMangThai
a943826fac976e63170a752ea451fb2bf96c0780
1331dd7af5f6e904ce8646527aaa9892b7e04591
refs/heads/master
2023-04-19T08:18:11.509020
2018-04-10T04:18:32
2018-04-10T04:18:32
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,228
java
package com.skyfree.kinhnguyetmangthai.adapter; import android.content.Context; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.text.Layout; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdap...
[ "trungkiencn2@gmail.com" ]
trungkiencn2@gmail.com
10609eab2637d5533ab2e00f986c1625ec474184
9819dc64f67c1b9f30e82c1bb786f5472e051d9b
/domain/src/main/java/com/projeto/domain/Model/Grupos.java
b71511b890c889aeb1327d9a53ff94d3f9ec1c98
[]
no_license
juarezpereira/TrainningGO
474acdab1dbc321a1766df1e90cdf634339c833c
ffd8a34b4025fdc0f852af2e1695cebf2f1ea030
refs/heads/master
2020-07-23T15:49:45.628947
2016-10-08T04:01:02
2016-10-08T04:01:02
67,949,532
0
0
null
null
null
null
UTF-8
Java
false
false
616
java
package com.projeto.domain.Model; import java.util.ArrayList; import java.util.List; import javax.annotation.Generated; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; @Generated("org.jsonschema2pojo") public class Grupos { @SerializedName("groups") @Expose p...
[ "Juarez Pereira" ]
Juarez Pereira
8deef98830fe73b8ded6fc5585c0472816643731
4b46d3d9c3ce73d87a0b2e4ea3848b084e39623b
/app/src/main/java/com/mydarkappfactory/bpitextracurriculars/LoginActivity.java
2baad72275db13943e660126352c70e4dd769849
[]
no_license
MohitBabbar1219/BpitExtras
1f4a9acabab6e0e6f95ea64394a4e49c4a7342ec
086d6928f3748f40d6469935b1b0af72bd8aa33c
refs/heads/master
2021-05-11T13:09:07.546046
2018-02-13T14:42:36
2018-02-13T14:42:36
117,674,422
0
0
null
null
null
null
UTF-8
Java
false
false
10,205
java
package com.mydarkappfactory.bpitextracurriculars; import android.content.ContentValues; import android.content.Intent; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; import android.support.annotation.NonNull; import android.support.v7.app.AppCompatActivity; import andr...
[ "mohitbabbar1219@gmail.com" ]
mohitbabbar1219@gmail.com
8037dfff5bf551335b00935d17d086a0cd6f5883
7852965856eb8dccc839cae9ba444dd1403f4196
/src/main/java/net/pterodactylus/util/number/Hex.java
e2c89fb451710f9df3950c876897a2a9bbb30997
[]
no_license
Bombe/utils
736ea9705cddbdd87813405e3b457d4232340241
34bdf5715414d1e69176e9e8044059849335dcc7
refs/heads/master
2021-01-19T01:10:38.194616
2019-11-29T09:04:11
2019-11-29T09:04:11
384,957
4
9
null
2020-10-13T09:51:36
2009-11-25T08:19:10
Java
UTF-8
Java
false
false
7,084
java
/* * utils - Hex.java - Copyright © 2006–2019 David Roden * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * ...
[ "bombe@pterodactylus.net" ]
bombe@pterodactylus.net
4c86844e6c6bfc133c4c41e9a9e8b0a35278b26d
4064f32d8ccf6a140e32338aabeea003cc5b66c2
/Tic Tac Toe without AI/src/PositionProtocol.java
b29ae1cf0fdc218355d6f1074895435f9357d16f
[]
no_license
ekremerakin/TicTacToe
acc1395003d181cfd8b243d9493db5351ec0af61
24b85f9306a847be5313b9b73b682117f2c497a2
refs/heads/master
2021-01-19T12:23:59.905705
2017-08-19T09:02:24
2017-08-19T09:02:24
100,782,672
0
0
null
null
null
null
UTF-8
Java
false
false
4,375
java
import java.awt.Graphics2D; import java.awt.Point; import java.util.ArrayList; /* * PositionProtocol holds the data in an array.All the gui * components displays in order to that array. * * Also, this class includes the collision detection methods. */ public class PositionProtocol { /* * Holds...
[ "noreply@github.com" ]
ekremerakin.noreply@github.com
c080b40d6fc6045a544911cb3646fea4da695a1b
de544fde781ff16fd1235b661e003ab3a97e9672
/src/main/java/br/com/b2w/apistar/models/PlanetaResponse.java
c95481e7c66dfc034967026c07ace28f93982242
[]
no_license
jessicanmoraes/provaB2W
555c849325ba2bc615f31aff4ed375a039f4f08d
b680dcd5e506b60bea2fa51054d37e7c979cbfa5
refs/heads/master
2020-05-25T18:16:34.126644
2019-05-22T00:50:23
2019-05-22T00:50:23
187,926,512
0
0
null
null
null
null
UTF-8
Java
false
false
478
java
package br.com.b2w.apistar.models; import lombok.Data; import lombok.NoArgsConstructor; @Data @NoArgsConstructor public class PlanetaResponse { private String id; private String nome; private String clima; private String terreno; private int aparicoes; public PlanetaResponse(String id, String nome, String c...
[ "jnm1009@gmail.com" ]
jnm1009@gmail.com
38f28c0b6843f05fd791883a64fd7f91851e321d
54f09d5fc12bc6c489010b3c090afcebbae9e1ff
/app/src/main/java/com/innoxyz/InnoXYZAndroid/ui/fragments/project/ProjectHome.java
cb01ac6126c88bc6a6affbac54c7ac48ddcfb1e7
[]
no_license
luxudong/test01
c2ad57ab1aeda05f891096a5f3363ac79e1e033f
725f2e520cff40236b68b80bdffd3fea912b37d8
refs/heads/master
2021-01-19T06:31:41.316254
2014-07-07T04:50:14
2014-07-07T04:50:14
null
0
0
null
null
null
null
UTF-8
Java
false
false
9,077
java
package com.innoxyz.InnoXYZAndroid.ui.fragments.project; import android.app.Activity; import android.app.AlertDialog; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.TextView; import com.innox...
[ "lish516@126.com" ]
lish516@126.com
4d2afd52af79532ce36206bfa3389e905840bf9b
26cd87f1294c5920b72334458e1f5cf790349262
/src/test/java/com/FreeCRM/Runner/loginRunner.java
d06822805494c100621011ee934d9e12770ece05
[]
no_license
roshanr1986/QAProjects
013884c83e94e5fa6b4338a818d28e325cf8e2e0
0b3a49fa6ac77f2b0e8b827d65192127f64947b2
refs/heads/master
2020-03-24T08:38:45.958621
2018-10-06T18:03:41
2018-10-06T18:03:41
142,602,610
0
0
null
null
null
null
UTF-8
Java
false
false
1,505
java
package com.FreeCRM.Runner; import cucumber.api.CucumberOptions; import cucumber.api.testng.AbstractTestNGCucumberTests; import cucumber.api.testng.CucumberFeatureWrapper; import cucumber.api.testng.TestNGCucumberRunner; import org.testng.annotations.AfterClass; import org.testng.annotations.BeforeClass; import org.te...
[ "tripalr1986@gmail.com" ]
tripalr1986@gmail.com
e5e812b333c574d7c718521c7827dc656657557c
4ec6bad37073a7b1695735045859b7030b8650c0
/src/ch02_val/OperatorTest.java
a527c27f1d42b519a1e263b6515498af0cda0d0f
[]
no_license
eliemiz/JavaPro
f9082ff1af68ea4e32dbef9a0cdcc0325d6025b2
3b2f58b5eb74ee055507d7307cf7e47e5e617e6d
refs/heads/main
2023-01-29T21:20:54.676855
2020-12-04T08:35:37
2020-12-04T08:35:37
315,515,565
0
0
null
null
null
null
UTF-8
Java
false
false
98
java
package ch02_val; public class OperatorTest { public static void main(String[] args) { } }
[ "genofreedomi@naver.com" ]
genofreedomi@naver.com
6823e43c547dbfe0ec0cba9c10f8726fd7e7e636
4627d514d6664526f58fbe3cac830a54679749cd
/results/randoop5/time-org.joda.time.chrono.GJChronology-17/RegressionTest3.java
f450b88c6e7c7081b39ebd1f0f288b5977670dd9
[]
no_license
STAMP-project/Cling-application
c624175a4aa24bb9b29b53f9b84c42a0f18631bd
0ff4d7652b434cbfd9be8d8bb38cfc8d8eaa51b5
refs/heads/master
2022-07-27T09:30:16.423362
2022-07-19T12:01:46
2022-07-19T12:01:46
254,310,667
2
2
null
2021-07-12T12:29:50
2020-04-09T08:11:35
null
UTF-8
Java
false
false
1,214,186
java
import org.junit.FixMethodOrder; import org.junit.Test; import org.junit.Ignore; import org.junit.runners.MethodSorters; @FixMethodOrder(MethodSorters.NAME_ASCENDING) public class RegressionTest3 { public static boolean debug = false; @Test public void test1501() throws Throwable { if (debug) ...
[ "P.Derakhshanfar@tudelft.nl" ]
P.Derakhshanfar@tudelft.nl
c85636f243c3934268d4161eff636c0538b24a31
4f58ac2dcf92963221dc3acb5463258f25cb18ef
/service/src/test/java/org/sgc/rak/exceptions/BadRequestExceptionTest.java
537acefef8976652ed413bd01648cc2d4fa21a24
[ "MIT" ]
permissive
bobbylight/random-acts-of-kinase
8e48a794b7d82f152417bba5746a4d0addd92207
ad27523ba331c316c77b700939c52ec80840da3c
refs/heads/master
2023-04-12T05:35:11.432393
2022-03-01T03:24:21
2022-03-01T03:24:21
90,100,517
3
0
MIT
2023-03-05T23:49:09
2017-05-03T02:41:49
Java
UTF-8
Java
false
false
456
java
package org.sgc.rak.exceptions; import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.Test; import org.springframework.http.HttpStatus; public class BadRequestExceptionTest { @Test public void testConstructor() { BadRequestException e = new BadRequestException("bad request"); ...
[ "robert.e.futrell@gmail.com" ]
robert.e.futrell@gmail.com
1c0e8cee22be8dcee60abc9cca405775dfe40b36
1365d7ab7bba46209f0de4ae51e659988a09d359
/GCAthletics/Droid/obj/Debug/android/src/md59562a7ef7076ff06564cbdb3de385a2a/DatePickerFragment.java
7aab03fdffe470b5403533b5c2ba675567a9445c
[]
no_license
gcAthletics/gcAthleticsApp
e437a32d32450c4b07216f576b97246ac8ed1c99
e908585d8273e13e14c9e032a2a7b924f558b756
refs/heads/master
2021-08-28T01:31:01.008126
2017-12-11T01:30:41
2017-12-11T01:30:41
107,054,532
0
0
null
null
null
null
UTF-8
Java
false
false
1,805
java
package md59562a7ef7076ff06564cbdb3de385a2a; public class DatePickerFragment extends android.app.DialogFragment implements mono.android.IGCUserPeer, android.app.DatePickerDialog.OnDateSetListener { /** @hide */ public static final String __md_methods; static { __md_methods = "n_onCreateDialog:(Landroid/...
[ "john.spehr@bobcats.gcsu.edu" ]
john.spehr@bobcats.gcsu.edu
c14c2576a8f166dfd5f52a13f0396479ec4bd959
9a06877515a01b4b768c6dc9b5db38f3e88336cf
/src/org/quilt/cl/TryStacks.java
cea2afb8566ece4b15820dd064b1110d601cc122
[]
no_license
ModelInference/perracotta
f8ce46eb4638e6bc99f2422167b82e9be10a7061
ad84ccc0a19da6a29742e56730f2d4a3aae4f39a
refs/heads/master
2021-01-10T16:25:53.760655
2015-12-20T00:14:11
2015-12-20T00:14:11
47,436,730
6
0
null
null
null
null
UTF-8
Java
false
false
10,926
java
/* TryStacks.java */ package org.quilt.cl; import java.util.*; import org.apache.bcel.generic.*; import org.quilt.graph.*; /** * Manages try/catch blocks. Adds subgraphs to the method * graph for each exception handler, building the graph that * GraphTransformer hangs bytecode off. * * This...
[ "caro.lemieux@gmail.com" ]
caro.lemieux@gmail.com
36106a377ddf35843b892dccaa76a9bf0ab32eb5
94210ad1bd01e15bef4684884e7e3a7c8f9974df
/code/bigdata-leader-cockpit/src/main/java/com/sunmnet/bigdata/systemManage/base/systemManage/model/SystemImgModel.java
0ed06c5a205c339851f18eaaa2a08378374b92e4
[]
no_license
Bidonglei/LDJSC.BCSFXY.WEB
0e2917f01ee5383207bdb0332c8e4a7bb4bd5f32
b191e64ddc70188b912efa2997cca107ab736bd8
refs/heads/master
2023-09-02T13:43:04.086499
2021-10-14T07:38:31
2021-10-14T07:38:31
416,671,001
0
0
null
null
null
null
UTF-8
Java
false
false
1,317
java
package com.sunmnet.bigdata.systemManage.base.systemManage.model; import com.sunmnet.bigdata.systemManage.base.support.model.BaseModel; /** * 查询系统风格设置列表 * @param querySystemStyleList * @author zfb * @create 2019-01-21 * @return */ public class SystemImgModel extends BaseModel{ /** * */ private static fi...
[ "haojj@sunmnet.com" ]
haojj@sunmnet.com
b55c6b5e88c4057b8351c2572785a651fa28854b
f875538ce04cb2286eca61da0b89f0ffcfe16d76
/src/test/java/monotoneStack/MonoStackTest.java
a81d482685e056028e10704040df057c42e49105
[]
no_license
cicidi/leetcode-WIP
caa8856932bbffe336e6f87bf37b5a2b1541e052
f2137a57fc11b26441f642511139110cbb120951
refs/heads/master
2021-06-27T04:54:36.815927
2020-10-23T19:27:52
2020-10-23T19:27:52
174,902,990
0
0
null
null
null
null
UTF-8
Java
false
false
2,522
java
package monotoneStack; import org.junit.jupiter.api.Assertions; import org.junit.platform.runner.JUnitPlatform; import org.junit.runner.RunWith; import java.util.ArrayList; import java.util.Arrays; import java.util.List; /** * @author walter on 2020-07-06 * Lintcode * url */ @RunWith(JUnitPlatform.class) class M...
[ "cicidi@gmail.com" ]
cicidi@gmail.com
47f7252e3b4864cb76d755c2f58b8d48daad5262
d78169eda4bef7abe2263c9171b3308b0b6854f5
/febs/febs-service/src/main/java/com/febs/search/lucene/service/impl/LuceneServiceImpl.java
12f72e9436098975ebcc03a872928c4ed1d92bde
[ "Apache-2.0" ]
permissive
Agnes1030/diplomaprj
d87798ffbd2d050a2f902ae8b82d97ae01090ab6
544d6502f2fcc6f690c55958a19208fe5693d090
refs/heads/master
2023-02-13T14:40:52.841969
2021-01-10T04:32:55
2021-01-10T04:32:55
328,295,936
0
0
null
null
null
null
UTF-8
Java
false
false
5,846
java
package com.febs.search.lucene.service.impl; import java.io.IOException; import java.math.BigDecimal; import java.text.ParseException; import java.util.ArrayList; import java.util.List; import org.apache.lucene.analysis.Analyzer; import org.apache.lucene.document.Document; import org.apache.lucene.document.DoubleDocV...
[ "2818632090@qq.com" ]
2818632090@qq.com
116abad1e0acd2c7731d68f71757f8c6ed055cb6
3c96c074eb771e20d47cd4fa7269364a6349cc96
/app/src/main/java/com/henallux/dolphin_crenier_veys/view/MenuActivity.java
a385f6e78ad288b3ac17ae02d6da33ef442979bf
[]
no_license
ChachaIG/Dolphin_Crenier_Veys
ebfa8917e7df32c985303c7c834cb73aef3e9028
6d454dd8d8d36c0075acf9d559f8022ec9a3f410
refs/heads/master
2021-01-10T18:16:33.114665
2015-12-17T12:49:54
2015-12-17T12:49:54
46,414,570
0
0
null
null
null
null
UTF-8
Java
false
false
11,136
java
package com.henallux.dolphin_crenier_veys.view; import android.content.Intent; import android.content.SharedPreferences; import android.preference.PreferenceManager; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.Menu; import android.view.MenuItem; import android.view.Vi...
[ "creniercharlotte@gmail.com" ]
creniercharlotte@gmail.com
c2d0799fa593f8a7f1105588b71ff98511877b7f
c089a02e0773643cd171d40c2af0480b6575650d
/app/src/main/java/com/macth/match/wheel/widget/adapters/NumericWheelAdapter.java
7a4d88c8811e7430b6ee40fd07b686ee6dd9bd37
[]
no_license
lpsll/Match
ba681005c254361095bd9455ad151394705e0733
0634d0631d58f6de12f935836b3bd33c6fc6dcc0
refs/heads/master
2020-01-27T10:04:09.807888
2016-11-07T02:25:20
2016-11-07T02:25:20
66,237,950
0
2
null
null
null
null
UTF-8
Java
false
false
2,396
java
/* * Copyright 2011 Yuri Kanivets * * 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...
[ "943394615@qq.com" ]
943394615@qq.com
ea24056f242e2f47da9f043f4203bfbb1c4b75d5
30bb8e6c9279a532aea32e04193755216b706f04
/src/test/java/helpers/Log.java
7a4a481a79f2df591d6c817ee383ceea2e7cded0
[]
no_license
vijayasankar/IntelliJ-PushToPlay
1edc8a4a01b21433a26bad246d9c82bb6b0707c6
161e4481f7bcd20b628bb88aec6986158ebf0be6
refs/heads/master
2021-01-09T20:04:41.842183
2016-06-23T21:16:17
2016-06-23T21:16:17
61,837,359
0
0
null
null
null
null
UTF-8
Java
false
false
515
java
package helpers; import org.apache.log4j.Logger; /** * Created by vr1470 on 20-Jun-16. * Copyright Solnet SOlutions 2016 */ public class Log { private static Logger Log = Logger.getLogger(Log.class.getName()); public static void startTestCase(String sTestCaseName){ Log.info("Started Test case"); ...
[ "vijay.rajagopal@solnet.co.nz" ]
vijay.rajagopal@solnet.co.nz
d98c0044aaf9ceae31e08eaa7a127c2e1d682bf6
c60b5e270ff84d88905349e0984228cff4454101
/binaryTree4/HasPathSum.java
10f5711b95a448deb68fb01c831ae601a00cfece
[]
no_license
shriraamparthasarathy/problems
10f897ea03ca25f129314cbeecc36e5c86338329
f1d247b73b2ca4b08b38ba8cb971d8c15edac68c
refs/heads/master
2023-01-24T04:48:50.396492
2020-12-05T12:10:17
2020-12-05T12:10:17
265,172,010
0
0
null
null
null
null
WINDOWS-1252
Java
false
false
1,487
java
package binaryTree4; //Given a binary tree and a number, return true if the tree has a root-to-leaf path such that // adding up all the values along the path equals the given number. Return false if no such // path can be found. class HasPathSum { static class Node { int data; Node left, righ...
[ "noreply@github.com" ]
shriraamparthasarathy.noreply@github.com
c010defb7bbc1dcae1a2f791c51c61707485271b
b553dbffaea01d004cd2cab517780e746809f73c
/Brief_13/src/main/java/ahmims/BasmaOnlineStore/config/JwtTokenFilterConfig.java
ab41f82e67c56fb054c927f2b9022eb1b917cf4a
[]
no_license
AHmims/SimplonLine-Briefs-2eme
0a6ab695ce70b24f7a55f93cba3d4472dd1f1ed4
150551ea8cfd6452f28f1f84b37b73e851ed55e4
refs/heads/main
2023-08-16T14:50:10.925705
2021-09-19T12:49:31
2021-09-19T12:49:31
319,383,036
1
4
null
2020-12-17T14:13:30
2020-12-07T16:45:40
Java
UTF-8
Java
false
false
970
java
package ahmims.BasmaOnlineStore.config; import ahmims.BasmaOnlineStore.security.JwtManager; import ahmims.BasmaOnlineStore.security.JwtTokenFilter; import org.springframework.security.config.annotation.SecurityConfigurerAdapter; import org.springframework.security.config.annotation.web.builders.HttpSecurity; import or...
[ "ali.hmims99@gmail.com" ]
ali.hmims99@gmail.com
d164ec4ca8e837cfec16e4fb6a9231ad271be70c
59dfae15f93d1c13a4b479166713b6baf743e712
/com/vmware/vsphere/client/vsandp/core/sessionmanager/vlsi/client/sso/LookupSvcFactory.java
f7fd76af414ddcb4308df3ea7708ba29be9aa602
[]
no_license
haiclover/h5-vsan-service-decompiled
952b4f851c87f09048f2586800a4f51f448011d7
3eb10aa1bd77a8eca0f0ba0da8ce601bc77000b0
refs/heads/main
2023-06-16T05:08:01.860720
2021-07-05T18:19:23
2021-07-05T18:19:23
383,229,735
1
0
null
null
null
null
UTF-8
Java
false
false
1,379
java
/* */ package com.vmware.vsphere.client.vsandp.core.sessionmanager.vlsi.client.sso; /* */ /* */ import com.vmware.vim.binding.lookup.ServiceInstance; /* */ import com.vmware.vsphere.client.vsandp.core.sessionmanager.vlsi.client.AbstractConnectionFactory; /* */ import com.vmware.vsphere.client.vsandp.cor...
[ "haidv@haidvs-MacBook-Pro.local" ]
haidv@haidvs-MacBook-Pro.local
f3765cafb6b6ae21767e62f6fa36d80022a48a1e
31ba8fb34c1cdb46a1586aff779de4a132457ebb
/app/src/main/java/com/example/project/pethouse/activity/BookActivity.java
f26a440ebf9c2536d926d12f74cd892f7ccb69b3
[]
no_license
loowilliam/Pethouse
53103ca582591962a8775132cd6ef6c6ccda9db8
91e966129168f3fa3bf7f172248271a70434256b
refs/heads/master
2023-01-30T08:29:18.881678
2020-11-29T16:36:02
2020-11-29T16:36:02
316,992,330
0
0
null
null
null
null
UTF-8
Java
false
false
4,175
java
package com.example.project.pethouse.activity; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.ArrayAdapter; import android.widget.Button; import android.widget.EditText; import android.widget.ImageView; import android.widget.RadioButton; import android.widget.R...
[ "williamloo987@gmail.com" ]
williamloo987@gmail.com
c54adbb014ee83521850bb4100e5b346b71d89d5
13ef8279d3f19ce7d4c031f4f6f9be2a323cb78e
/hazelcast/src/main/java/com/hazelcast/nio/tcp/handlermigration/IOSelectorLoadCalculator.java
eae48bac05379c66115e72f6f3a2c30a7db6709b
[ "Apache-2.0" ]
permissive
y-higuchi/hazelcast
724554817ccc434d51f844ac079f902a21762724
26511b02bf47e0632f854c5c62d5902a674dd122
refs/heads/master
2021-01-18T01:08:02.060286
2015-04-07T05:17:13
2015-04-07T05:17:13
33,526,166
1
1
null
2015-04-07T06:28:47
2015-04-07T06:28:46
null
UTF-8
Java
false
false
8,147
java
/* * Copyright (c) 2008-2015, Hazelcast, Inc. 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 ...
[ "jaromir.hamala@gmail.com" ]
jaromir.hamala@gmail.com
8b8bc2001f880edaa4315434b5427df7073d713c
b00a6e458f5907fa12cb2f2d8c60110a3934829f
/CmapToOWL2.0/classes/DistConcept.java
a131166fb0ee820579699dc06205983f06c71092
[]
no_license
noorbakerally/JAVA-CODE
03ea7124af28c7ceec7c418d23dba8234de74626
83f4f1bb512fe04ddcbc8381820fd9ef335bb147
refs/heads/master
2021-01-21T03:09:59.647970
2013-12-17T02:18:39
2013-12-17T02:18:39
null
0
0
null
null
null
null
ISO-8859-3
Java
false
false
506
java
/** * */ package classes; /** * Clase para manipular los conceptos del cluster en la desambiguación * @author Amhed * */ public class DistConcept { private double link; private String term; public DistConcept(double link, String term) { this.link = link; this.term = term; } public String getTerm() ...
[ "alestar@gmail.com" ]
alestar@gmail.com
624be8d08aba45d096f538d68d3fcdddc94bdb1e
161602325d0ad71cf72f8f5bfb99c8b365e590fb
/laichaojie1601v20180619/src/main/java/com/example/laichaojie1601v20180619/bean/MyData.java
8628f1ef194d5e85614ac97b8caa3d7a779d1483
[]
no_license
GG-Bood/zhoukao
811f20ec50d2cf6974d25e99a6e4fbebdf8e3d70
320aac325ffcf378d2886b1b0c7f396cf679b2d3
refs/heads/master
2020-03-19T20:54:34.169615
2018-06-19T02:09:52
2018-06-19T02:09:52
136,922,167
0
0
null
null
null
null
UTF-8
Java
false
false
791
java
package com.example.laichaojie1601v20180619.bean; public class MyData { /** * msg : 登录成功 * code : 0 * data : {"age":null,"appkey":"770f5b35194cb46c","appsecret":"DAF145434D87578718CC32A246C9F50D","createtime":"2017-11-07T18:36:43","email":null,"gender":null,"icon":null,"mobile":"18256189819","money...
[ "2574646171@qq.com" ]
2574646171@qq.com
72b9fc4f592867c07db464beb426606dd8b18877
0be59f68c4d3a59b421fdf191be6a9ee4838916e
/src/main/java/com/yc/test/entity/StudentDto.java
637f2c8bc760a898e9bd05c42a2dc9062029b17b
[ "Apache-2.0" ]
permissive
yc122166131/cms-yc-test
b0c00a662c79d7c225bc3074d7af5c0c5cb650f4
9df4cea6ff9a1b8cf881ab345fcd06a5cec4b8de
refs/heads/master
2021-01-02T22:28:41.010240
2017-09-22T09:01:48
2017-09-22T09:01:48
99,326,531
0
0
null
null
null
null
GB18030
Java
false
false
624
java
package com.yc.test.entity; import java.io.Serializable; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlRootElement; @SuppressWarnings("restriction") @XmlRootElement(name="yc_student") public class StudentDto implements Serializable{ /** * 创建大对象 用来 存储 List 等 数据结构 */ p...
[ "yc122166131@vip.qq.com" ]
yc122166131@vip.qq.com
91f90345ffeef1dbe6a00f4c18ce63c081918677
9ac0b9ae36538bec2f97f2ce194fd4ec51fae745
/app/src/main/java/a/a/c/d.java
2873434df26dddf5b0dd6db8d8cbed743ff3c60b
[]
no_license
siyamkhan/HomeAutomaation
f7fceefb9d59f55f4c268d65501affa5e2d148e1
114945fd602cbed1bf4b857dd184abb62b40f851
refs/heads/master
2020-09-01T18:32:21.695359
2019-11-01T19:27:34
2019-11-01T19:27:34
219,026,745
0
0
null
null
null
null
UTF-8
Java
false
false
437
java
package a.a.a.a.a.c; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; @Retention(RetentionPolicy.RUNTIME) public @interface d { Class<?>[] a(); } /* Location: C:\Users\Siyam\Desktop\Home automation with java source files\Decompile tools\New folder\dex2jar-0.0.9.15-m...
[ "siyamk756@gmail.com" ]
siyamk756@gmail.com
c172c8fd7a0fb411cb17aecaa8ad078bd7b930d5
8191bea395f0e97835735d1ab6e859db3a7f8a99
/f737922a0ddc9335bb0fc2f3ae5ffe93_source_from_JADX/java_files/asv.java
6d60372b1a10bc43fa56d9e1182f0f8fce0704ad
[]
no_license
msmtmsmt123/jadx-1
5e5aea319e094b5d09c66e0fdb31f10a3238346c
b9458bb1a49a8a7fba8b9f9a6fb6f54438ce03a2
refs/heads/master
2021-05-08T19:21:27.870459
2017-01-28T04:19:54
2017-01-28T04:19:54
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,122
java
public class asv extends aud { private ans VH; private int gn; private asl$a tp; private int u7; public asv(anb anb, int i) { super(anb); this.gn = i << 5; } public asv(aqg aqg) { this(aqg, aqg.v_()); } public ans gn() { return this.VH; } p...
[ "eggfly@qq.com" ]
eggfly@qq.com
1e927d22b5eb01cc9ae717206860170136ee4f63
63684a67755fc43e10013fc9d2efb2ca3367754e
/src/com/acn/yrs/controller/TaskManagerController.java
c5a88e9625941c62552d13f16a2dd8ebced39f39
[]
no_license
kromwelr/Base
ac79fab1a8dc10f32a08420a1493416cea2bbaf2
c1c3dbe94801c74d63e0d80b1e1f42f0481ec970
refs/heads/master
2021-01-01T03:45:12.427857
2016-05-25T09:32:06
2016-05-25T09:32:06
59,622,759
0
0
null
null
null
null
UTF-8
Java
false
false
2,224
java
package com.acn.yrs.controller; import java.text.ParseException; import java.util.Date; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RequestMapping; import org.springfra...
[ "kromwel.b.rebosura@accenture.com" ]
kromwel.b.rebosura@accenture.com
62d9950c308e4eebeae51da395c1db05bb2c3f15
eecf92252c90ff96b5bfa7592b0d61c62c23688e
/src/CS151/Canvas.java
b183f9b9ddbac7f8aa5e1c15e4b7fa6ee32f0351
[]
no_license
mikemonson/Whiteboard
182dc112164db52a433b22b0dce6d5263b3bddab
adbadc3043cc7433b806fe5e1cfe2fc65429a932
refs/heads/master
2020-06-16T11:09:39.586904
2016-11-28T23:08:54
2016-11-28T23:08:54
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,320
java
package CS151; import java.util.Observable; import java.util.Observer; import javafx.collections.FXCollections; import javafx.collections.ObservableList; import javafx.scene.layout.Pane; public class Canvas extends Pane implements Observer{ /* * The shapes list in the canvas is effectively the "document" *...
[ "juraszeklukasz@gmail.com" ]
juraszeklukasz@gmail.com
ed9418f95f1fb7e353731377aa14b68b53275b5f
13185dc44df07c01ce7b9f00bee5ed240f729a02
/src/main/java/ru/cb/organizations/service/OrganizationServiceImpl.java
6b316e31a753123efc0e1b03dfe26573ac3557c5
[]
no_license
zoxy1/CatalogProject
f05afd710e38f236745e62e5ae6b2e79307176df
5073aad39640ca58d77fa1e41d635c20d615a505
refs/heads/master
2020-03-18T14:35:28.462903
2018-05-28T06:08:44
2018-05-28T06:08:44
134,855,985
0
0
null
null
null
null
UTF-8
Java
false
false
1,305
java
package ru.cb.organizations.service; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Repository; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import ru.cb.organizations.entity.Organization; import ru...
[ "zoxy1@yandex.ru" ]
zoxy1@yandex.ru
0ef9d77bdb1091596b5272e086810f0da08cd40b
3434dd8cef5605a1403d0d9225f50480c209c3e8
/src/java/org/foi/nwtis/nikfluks/helperi/TestKomandi.java
1c7dc8aecbb601f14547092565205dcadc69a1b6
[]
no_license
nikfluks/NWTiS_projekt_1
f7a1cd23d3f2c984d3b8ec520ac523da7cb58d2d
94c4f6e30934580de81146b0947c2a56953a71f2
refs/heads/master
2020-04-05T14:23:40.207114
2018-11-09T23:26:05
2018-11-09T23:26:05
156,926,994
0
0
null
null
null
null
UTF-8
Java
false
false
1,732
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 org.foi.nwtis.nikfluks.helperi; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import ...
[ "flukscro@gmail.com" ]
flukscro@gmail.com
c3c08149243394f9e3f5e8624b822f64ec2b9612
76d925e0ce1f60ac5eb363eb99775dbed06a2c46
/bit106-java-basic/src/step25/ex01/Exam01_3.java
7595de4a459d95e21a0cd71302821b1a736f89d8
[]
no_license
psk041e/bitcamp
44750dbf9644773b1822db31301d8f55218d9256
66e69439d00f989246a2866ecccab796ebce6997
refs/heads/master
2021-01-24T10:28:06.712161
2018-08-10T07:50:42
2018-08-10T07:50:42
123,054,168
1
0
null
null
null
null
UTF-8
Java
false
false
1,428
java
// JDBC 프로그래밍 개요 - JDBC 드라이버 준비 package step25.ex01; import java.sql.DriverManager; // JDBC 드라이버 다운로드 및 설정 // 1) 직접 설정하기 // - java-basic/lib 폴더 생성 // - c:\Program Files(x86)\MySQL\Connector J 8.0\mysql-connector-java-8.0.11 // - java-basic/lib 폴더에 붙여넣기 // - 컴파일과 실행할 때 .jar 파일을 사용할 수 있도록 CLASSPATH에 추가한다. //...
[ "seogyeong@LG-PC" ]
seogyeong@LG-PC
37ca5062cbf261f1ca1d2c9320122bb717c717b9
d6d6d964c31b245fc90a17001f22a627e525df57
/src/test/java/com/edjaz/blog/security/jwt/TokenProviderTest.java
8f86503b50d69534bf7b691136552d45b244b533
[]
no_license
edjaz/blog
b439f4e8442a6ba75b47c0dd9cdfdc8642827033
3eb2a5f00438922669d9535f932ef00e00b7b539
refs/heads/master
2021-05-08T22:00:22.367652
2018-01-31T20:31:14
2018-01-31T20:31:14
119,658,258
0
0
null
null
null
null
UTF-8
Java
false
false
3,686
java
package com.edjaz.blog.security.jwt; import com.edjaz.blog.security.AuthoritiesConstants; import io.github.jhipster.config.JHipsterProperties; import io.jsonwebtoken.Jwts; import io.jsonwebtoken.SignatureAlgorithm; import org.junit.Before; import org.junit.Test; import org.mockito.Mockito; import org.springframework.s...
[ "dimitri@d-kahn.net" ]
dimitri@d-kahn.net
dadb96640ac4c0affd4f294e4768d890b5f5ba5f
85ada9bcd30fa719711e5d3db6ca6e0b93a05913
/Sistema(NetBeans)/BiblioSystem/src/ConnectTelas/Funcionario.java
4f670cd0591fe31418a0ea4e21a19edbbc7a6002
[]
no_license
RafaelBregion/ProjetoBiblioteca
e6eb83e46267cfe0b3c887362bb5f4b5cac53ddb
227f40006118df878763b436f3527959b973d666
refs/heads/master
2020-09-20T12:52:53.690963
2019-11-27T18:22:56
2019-11-27T18:22:56
224,484,287
0
0
null
null
null
null
UTF-8
Java
false
false
4,892
java
package ConnectTelas; public class Funcionario { private int id_funcionario; private String nome_funcionario; private String cpf_funcionario; private String dataNascimento_funcionario; private String sexo_funcionario; private String formacao_funcionario; private String email_funcionario; ...
[ "rafaelblourenco@hotmail.com" ]
rafaelblourenco@hotmail.com
41fde690edfeb59a99604b48c99c703c99929ae9
f60855e2d59e360817d71a558906f5c5aec2d9eb
/TeamRadar/src/com/nut/teamradar/GroupSimpleDetailActivity.java
8c0111c52f3d62576ea14c5912aefae541bca283
[]
no_license
naibiaozhou/TeamRadar
f33e71d98f2e9bb4150e01bfcc92805d9283f4ba
925da2387b7ee91c695144747d6d2bd20f8984f5
refs/heads/master
2021-01-21T14:35:32.982497
2019-12-01T09:50:12
2019-12-01T09:50:12
95,307,247
0
0
null
null
null
null
UTF-8
Java
false
false
5,127
java
/** * Copyright (C) 2013-2014 EaseMob Technologies. 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 requi...
[ "znb211@163.com" ]
znb211@163.com
88b94fd866652f23dbca61489a55a563d4f50f94
eb4a7e5839a978200e563d17daa0495290b811d8
/src/main/java/br/edu/unoesc/modelo/Aluno.java
7c6e103a0a6b0a793493394f17bfdb8d6e75dd4d
[]
no_license
agosti/ProjetoHibernate
0d314ebbbb7f2d876d37c194818b61790f83312f
9775fa4d17dc3d9b759750f790bb418e9d564666
refs/heads/master
2021-01-10T14:58:56.517953
2016-03-23T13:41:47
2016-03-23T13:41:47
54,557,336
0
1
null
null
null
null
UTF-8
Java
false
false
1,987
java
package br.edu.unoesc.modelo; import java.util.ArrayList; import java.util.Date; import java.util.List; import javax.persistence.CascadeType; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.GeneratedValue; import javax.persistence.Generati...
[ "cristiano.agosti@camtwo.com.br" ]
cristiano.agosti@camtwo.com.br
692cdadfe14345410ef92d312a0956a3493db846
5ec2884d933d9a4cb10b7406627c3f56cdbb7eeb
/BinhDuong/YTDTWeb_O/src/com/iesvn/yte/dieutri/ajax/GetXaAction.java
546297aa585bf7d516b1f463b195baf82cba6802
[]
no_license
i-boy/YTDT_BD
5ab75a296a677eb30c565ec9d5a59be986dc180d
9e64400d31d00249691fed5e0f6804c79ccbd3d7
refs/heads/master
2021-01-11T05:17:22.803007
2016-09-21T16:04:09
2016-09-21T16:04:09
68,835,164
0
0
null
null
null
null
UTF-8
Java
false
false
1,431
java
package com.iesvn.yte.dieutri.ajax; import java.util.List; import com.iesvn.yte.Action; import com.iesvn.yte.dieutri.delegate.DieuTriUtilDelegate; import com.iesvn.yte.entity.DmXa; import com.iesvn.yte.util.Utils; public class GetXaAction extends Action { public String performAction(String request) throws Exception...
[ "iboy.vn@gmail.com" ]
iboy.vn@gmail.com
2fff595d813dadf93d6e3dddbdb9ae28c6dd899c
f7464d97794e0aabaaf7db6a8dd556d6ee5a976c
/library/src/org/webpki/sks/SKSException.java
612f3eb70695384b281a99755ff7d6dfb3c1fce4
[]
no_license
cyberphone/openkeystore.old
dbc03abfa0c3ec211cdb29d29b0f2b20210698cb
342f3c290473bf0dd225099188b567b6ef26979e
refs/heads/master
2021-10-23T15:08:03.993450
2018-03-10T08:30:19
2018-03-10T08:30:19
32,799,128
1
0
null
null
null
null
UTF-8
Java
false
false
2,578
java
/* * Copyright 2006-2016 WebPKI.org (http://webpki.org). * * 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...
[ "anders.rundgren.net@gmail.com" ]
anders.rundgren.net@gmail.com
2a93cec05d0cfac2e488b3265d87549d891bcc2d
a0a259f41cca761c437c8060b2890fbe8f54f287
/library/src/main/java/com/tkpphr/android/editor/view/dialog/SaveFileNameInputDialog.java
df5a25011fc25eac8758fb3cd5f8fd5358f511e4
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
tkpphr/AndroidEditor
0b6367b7d6ade393f18bf5b6da89b5e9e35a0c7e
6e776a8ca0af931aa3e453159dc2844f638ccd8b
refs/heads/master
2020-04-04T23:09:25.711333
2018-12-05T10:05:26
2018-12-05T10:05:26
156,348,952
0
0
null
null
null
null
UTF-8
Java
false
false
4,686
java
/* Copyright 2018 tkpphr Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing,...
[ "tkpphr@gmail.com" ]
tkpphr@gmail.com
5eeac911402408571db13a548f8dd2b3c607a7a5
e7dcfcf9f21058712fac939e0b6c963599ff59d8
/0623,2020/homework/RandonNumberTest.java
c4c644d9785c2ac6ec5db339fafd88757120bfaf
[]
no_license
yurimnim/JAVA_101
6a54c50841eeb990b87c277f14501c47d09d0ea0
9b1d90af3c37ae46cfe35d65e0dd78b6eeef0e6f
refs/heads/master
2023-01-07T00:38:08.884511
2020-11-09T01:41:40
2020-11-09T01:41:40
272,456,275
3
0
null
null
null
null
UTF-8
Java
false
false
538
java
import java.util.Scanner; import java.util.Ramdom; class RandomNumberTest { public static void main(String[] args) { Scanner.sc = new Scanner(System.in); int input; Ramdom rand = new Ramdom(); int luckyNumber = rand.nextInt(101); System.out.println("+++++++!숫자맞추기 게임!++++++++"); ...
[ "noreply@github.com" ]
yurimnim.noreply@github.com
88d409063e54bdd517ee1579084c2e734aff47ec
440bc6492e107f9cfcdd06ca717ff8a8cafe56c3
/src/gea/types/CENTROID.java
eb3200fd8a4b563f9204eafc7f02b9fd9ba57416
[]
no_license
acalvoa/SISGEOB-GEOCGR
0f2aaa58fb29053a906a16069ee4c323d79fe17c
ab1cb4eaeb99a71d0cbcfb8614e754f8a74d4033
refs/heads/master
2021-06-27T07:26:58.076414
2017-09-15T12:00:34
2017-09-15T12:00:34
103,652,624
0
0
null
null
null
null
UTF-8
Java
false
false
1,237
java
package gea.types; import gea.utils.geoutils.ConversorCoordenadas; import gea.utils.geoutils.GeoAlgorithm; import org.json.JSONArray; import org.json.JSONML; import org.json.JSONObject; public class CENTROID extends Type{ String gml; JSONObject coord = null; public CENTROID(String GML){ super(); this.gml = GM...
[ "angelo.calvoa@gmail.com" ]
angelo.calvoa@gmail.com
2494cd5e5ec9e29d496d21a69aebe3e227514087
31c76aeffb0e1be74fad16427ae62161cb21d678
/netty/src/main/java/com/sohu/smc/common/http/server/HttpProtocolPageParser.java
bdcb22e50018da019e9af893ac6812994a369081
[]
no_license
kuntang/java.component
9f12305afead3b0dfbb045fc510d0d6c2b6569cb
4e0cd136a3bb8025b3f26ada7e58dc9abd3e4c9e
refs/heads/master
2021-01-10T07:57:18.021961
2016-08-30T11:31:13
2016-08-30T11:31:13
45,286,924
1
0
null
null
null
null
GB18030
Java
false
false
5,898
java
package com.sohu.smc.common.http.server; import org.jboss.netty.handler.codec.http.HttpRequest; import org.jboss.netty.handler.codec.http.HttpResponse; import java.io.File; import java.io.IOException; import java.util.Date; import java.util.concurrent.*; import java.util.concurrent.atomic.AtomicLong; /** * Created ...
[ "tangkun.tk@alibaba-inc.com" ]
tangkun.tk@alibaba-inc.com
ad20b9470bedef13c0e36f6949230cab6a15aed3
71090c7d4ed6b1ab2fc3720832a598a904a48ffe
/itriputils/src/main/java/cn/itrip/common/Dto.java
e349e1875e2cece954bf70eb12327999213f16a6
[]
no_license
lixinhong01/itrip02
6ad90e6b1f3b92d488860c144862ef2340b5bcd6
aaa97f218a41604e76d2d1ddc483529bc88ebf88
refs/heads/master
2022-12-21T10:16:50.374426
2019-08-17T07:19:18
2019-08-17T07:19:18
202,839,494
0
0
null
2022-12-16T05:54:37
2019-08-17T05:25:47
Java
UTF-8
Java
false
false
923
java
package cn.itrip.common; /** * 数据传输对象(后端输出对象) * @param <T> * Created by hanlu on 2017/5/7. */ public class Dto<T>{ private String success; //判断系统是否出错做出相应的true或者false的返回,与业务无关,出现的各种异常 private String errorCode;//该错误码为自定义,一般0表示无错 private String msg;//对应的提示信息 private T data;//具体返回数据内容(pojo、自定义VO、其他) public T get...
[ "356489791@qq.com" ]
356489791@qq.com
693624ec72c567c2cd956d00d0564c1319dcc95f
b5b386d99804df7bfaf74fc9b5a8da3904754393
/spring-cloud-docker/spring-cloud/microservice-gateway-zuul/src/main/java/com/itmuch/cloud/study/ZuulApplication.java
a49c7ae72fba842bf93e0304abbdf38318685836
[ "Apache-2.0" ]
permissive
18224061508/resource
69261a6cb7787fde6823d171ce1b061732dfb29c
5dbc41415cb45ca1f897741cb30e547d3e9a5c4d
refs/heads/master
2020-03-27T19:10:09.785677
2018-12-09T13:06:52
2018-12-09T13:06:52
146,969,520
0
0
null
null
null
null
UTF-8
Java
false
false
482
java
package com.itmuch.cloud.study; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.autoconfigure.velocity.VelocityTemplateAvailabilityProvider; import org.springframework.cloud.netflix.zuul.EnableZuulProxy; @SpringBoo...
[ "1016638604@qq.com" ]
1016638604@qq.com
89405a40f96369c4fbe9c64947ea6d54049ba132
98ee2e5b3442837ce6c57adfe65ef7387f0b57bf
/src/com/zhm/designPattern/project/adapter/TwoPlugExtends.java
da464bdb70606b765b52d2d857378c937b759227
[]
no_license
hongming-github/DesignPattern
e808bd4197ccf7dd99dfcfa8b3039a3162a63613
84e3c19a2992ee35b52946012d6b6c8ac2f8779d
refs/heads/master
2022-08-07T20:11:10.543282
2018-11-28T15:55:46
2018-11-28T15:55:46
156,731,494
0
0
null
null
null
null
UTF-8
Java
false
false
305
java
package com.zhm.designPattern.project.adapter; /** * Created by zhm on 2018/8/21. */ public class TwoPlugExtends extends GBTwoPlug implements ThreePlugInterface { @Override public void powerWithThree() { System.out.println("借助继承适配器"); this.powerWithTwo(); } }
[ "306490609@qq.com" ]
306490609@qq.com
3dfd5da2bdb8f0a47b08bd71a9d1d3787424fefc
e9ca085a38f1d422b5d38662616aef4978b9cc1d
/thinking-in-spring/spring-bean/src/main/java/thinking/in/spring/bean/factory/DefaultUserFactory.java
9e6e6fd23c61a1b9778bfba360cb708f31e5eecc
[]
no_license
Hecate7/lesson-demo
daec071b15d074be860bf10f89b669a141b9f2f6
377e098fa7f1d345cce0d973cca6f05dfcaa539a
refs/heads/master
2023-01-02T18:40:55.869686
2020-10-27T10:56:15
2020-10-27T10:56:15
296,517,764
0
0
null
null
null
null
UTF-8
Java
false
false
101
java
package thinking.in.spring.bean.factory; public class DefaultUserFactory implements UserFactory { }
[ "liu" ]
liu
6ba84aed0205f4bbd54bf892be4d3681321643e2
a840a5e110b71b728da5801f1f3e591f6128f30e
/src/test/java/com/google/security/zynamics/reil/translators/mips/LuiTranslatorTest.java
fb6f904a157e1bd8a5e7cd53aa8bc5852537577f
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
tpltnt/binnavi
0a25d2fde2c6029aeef4fcfec8eead5c8e51f4b4
598c361d618b2ca964d8eb319a686846ecc43314
refs/heads/master
2022-10-20T19:38:30.080808
2022-07-20T13:01:37
2022-07-20T13:01:37
107,143,332
0
0
Apache-2.0
2023-08-20T11:22:53
2017-10-16T15:02:35
Java
UTF-8
Java
false
false
3,872
java
/* Copyright 2014 Google Inc. 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 applicable law or agreed to in ...
[ "cblichmann@google.com" ]
cblichmann@google.com
9a365552f7364b51a53691433b5f442dcf545aee
c8de7488ed6b5181eb49954002eac5f4f2311eaa
/Sources/API/src/main/java/pl/north93/northplatform/api/global/network/NetworkControllerRpc.java
741ba7187d68ce6ba062c99fbf2b5e749e8dd1db
[]
no_license
northpl93/NorthPlatform
9a72b4c071444b6de408a5e4b2b2bdd54092a448
94808b22cf905c792df850dd0e179bbe9152257c
refs/heads/master
2023-07-10T06:22:34.018751
2021-08-06T19:17:42
2021-08-06T19:17:42
151,781,268
39
1
null
null
null
null
UTF-8
Java
false
false
899
java
package pl.north93.northplatform.api.global.network; import java.util.UUID; import pl.north93.northplatform.api.global.network.server.ServerState; import pl.north93.northplatform.api.global.redis.rpc.annotation.DoNotWaitForResponse; public interface NetworkControllerRpc { /** * Nic nie robi. */ voi...
[ "northpl93@gmail.com" ]
northpl93@gmail.com
7c29402253ceb9f6f0bcdab388f3ecb2f5a36d0f
e9affefd4e89b3c7e2064fee8833d7838c0e0abc
/aws-java-sdk-dms/src/main/java/com/amazonaws/services/databasemigrationservice/model/transform/DescribeMetadataModelAssessmentsRequestProtocolMarshaller.java
c9ac405c49080aee9c507d55ed401f357400a66c
[ "Apache-2.0" ]
permissive
aws/aws-sdk-java
2c6199b12b47345b5d3c50e425dabba56e279190
bab987ab604575f41a76864f755f49386e3264b4
refs/heads/master
2023-08-29T10:49:07.379135
2023-08-28T21:05:55
2023-08-28T21:05:55
574,877
3,695
3,092
Apache-2.0
2023-09-13T23:35:28
2010-03-22T23:34:58
null
UTF-8
Java
false
false
2,993
java
/* * Copyright 2018-2023 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...
[ "" ]
ed153bb9ac9f1b39c6c436e4f6ba58a17d5e8b2c
5a3e794b1c4cfc5be6fcadb0f44486d1406d64d3
/Fatuous.java
7d2944820a908091cecdccd9f1c3aeb0494ab942
[]
no_license
judsonwebb/JavaOOP
08a8df90bcea806a5936062d33130108c3c8a372
89416214669a05c774332cba8afdb00bb79ee935
refs/heads/master
2020-03-15T14:35:14.391912
2018-05-04T22:06:24
2018-05-04T22:06:24
132,192,605
0
0
null
null
null
null
UTF-8
Java
false
false
1,784
java
/* Program Name: Fatuous Author: Noah Webb Class: AP Computer Science Date: 11/15/16 Program description: Fatuous calculates the values of specific dice rolls. What I learned from this program: How to use complex nested decision-making. Difficulties: Arranging the nesting appropiately took some time. */ import...
[ "noreply@github.com" ]
judsonwebb.noreply@github.com
81cf11412364b870a3953f3cd4b2c32f29836b71
9f7a4994b83f966b6820858ed32c06eaae4820ea
/Reto6_gr44/src/Controller_pkg/ItemHospital.java
a19b3fcf753b95e04694a94d7e7c3d0f214e4fb3
[]
no_license
DiegoCoPi/Reto_Semanas_6_7
949f8764f84e9f538347227f14c1100fb69c0403
94e8a651602d2a7f1bd920cb33f2b25fa3f05769
refs/heads/main
2023-07-25T12:54:17.386226
2021-08-18T11:42:28
2021-08-18T11:42:28
397,579,510
0
0
null
null
null
null
UTF-8
Java
false
false
912
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 Controller_pkg; /** * * @author Diego Corrales */ public class ItemHospital { private int idHospital; ...
[ "noreply@github.com" ]
DiegoCoPi.noreply@github.com
0d4719a6781f6bca1adbf288701ff54991d1ca54
dd52fad49c285bf6d759b35f24ad466a6aaa67a7
/PTN_Server(2015)/src/com/nms/db/bean/equipment/card/CardInst.java
f5edd4eecfa1bb906b0b8adaae0c6d85c5eb9400
[]
no_license
pengchong1989/sheb_serice
a5c46113f822342dfe98c5c232b5df21cb1ac6b6
3ce6550e8eb39f38871b4481af2987f238a368da
refs/heads/master
2021-08-30T05:52:24.235809
2017-12-16T08:47:06
2017-12-16T08:47:06
114,067,650
0
0
null
null
null
null
UTF-8
Java
false
false
3,589
java
package com.nms.db.bean.equipment.card; import java.util.List; import com.nms.db.bean.equipment.port.PortInst; import com.nms.db.bean.equipment.slot.SlotInst; import com.nms.model.equipment.slot.SlotService_MB; import com.nms.model.util.Services; import com.nms.ui.frame.ViewDataObj; import com.nms.ui.manager.Constant...
[ "pengchong@jiupaicn.com" ]
pengchong@jiupaicn.com
07498f67e119f11e2e2efdbd1aba9356575bd0b5
e82511e37a77dcc0fea545a023414a8bb74f5fcd
/src/main/java/us/ihmc/jOctoMap/tools/JOctoMapTools.java
461bcda8d8d2a27f192f9852a432f4481ba4a39c
[]
no_license
ihmcrobotics/joctomap
37ccb1cc49d6281da4c364dd05a3f975a5b808e2
1d7c1a79f6ffa58aad5147d75bd2bb74ba1a4564
refs/heads/master
2023-08-09T14:20:30.338715
2022-09-08T22:12:27
2022-09-08T22:12:27
110,272,982
1
1
null
null
null
null
UTF-8
Java
false
false
840
java
package us.ihmc.jOctoMap.tools; public abstract class JOctoMapTools { /** * Compute log-odds from probability: */ public static float logodds(double probability) { return (float) (Math.log(probability / (1.0 - probability))); } /** * Compute probability from logodds: */ public ...
[ "sbertrand@ihmc.us" ]
sbertrand@ihmc.us
134bc0623ea02cc91074078372319ad70f28c0d9
38683e7aff0bb3e41ca7e544830ae1078080da44
/src/main/java/br/com/xptosystems/address/CitiesComparator.java
4f2a9a76b389594edecc25a36e4b0d554a3a86a2
[]
no_license
brunovschettini/xpto
85446ae843157369cdfa06fe4b620b258973e69f
c0cef53e94923165e08f2400aa57970a2e495781
refs/heads/master
2021-09-15T23:42:30.934839
2018-06-12T22:24:11
2018-06-12T22:24:11
null
0
0
null
null
null
null
UTF-8
Java
false
false
450
java
package br.com.xptosystems.address; import java.util.Comparator; public class CitiesComparator extends Cities implements Comparator { public int compare(Cities c1, Cities c2) { return c1.getName().compareTo(c2.getName()); } @Override public int compare(Object o1, Object o2) { throw n...
[ "bruno.rtools@outlook.com" ]
bruno.rtools@outlook.com
9f7e743317e628bc95f96758af0f15fbe6e76850
2cf46e97937b8aad3a13f021fab43bde1f7003fc
/main/java/com/bridgelabz/addressbookproblem/BookAddress.java
21843f96202e172667480986f3da5f4e686bf4cd
[]
no_license
shindeanant/addressBookProblems
1574582dbb51e07393b328df4ad236b5ab819d4e
bafd8a1c890aba9599ae2ff91e4a7317c34ea52f
refs/heads/master
2023-08-28T03:10:01.143031
2021-10-29T07:31:59
2021-10-29T07:31:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
10,867
java
package com.bridgelabz.addressbookproblem; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Scanner; import java.util.*; import java.util.stream.Collectors; public class BookAddress { public ArrayList<BookAddress> contact = new ArrayList<>(); public...
[ "shindeanant1997@gmail.com" ]
shindeanant1997@gmail.com
d704b63db2123883167b02386404c20fd8e835bc
f94f4aba23bf8120abf085fe1cf94e7845d675b3
/Z. Previous Work Upon Bengali/POS_tagging_by_2006331034,2006331048,20006331096/Coding for Implementation_POS/another_tagger/stem_pos_chk/src/test_potter/Main.java
7af0b00563a7bb834b174367e796ea2e4dcbc597
[]
no_license
RajibTheKing/Crime_Prediction_Bangladesh_Thesis
e2091294d44bf699dc3c2d8feb1ff96e2b5fe748
e7c8bf092c8112e21fa9fece5ea4875368683610
refs/heads/master
2020-03-17T05:23:11.780517
2018-05-14T06:47:06
2018-05-14T06:47:06
133,314,582
1
0
null
null
null
null
UTF-8
Java
false
false
12,221
java
package test_potter; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStreamReader; import java.io.OutputStreamWriter; import java.util.StringTokenizer; import java.util.lo...
[ "aporba.das@gmail.com" ]
aporba.das@gmail.com
b5c6b7e5f72e286b6600a17918267ab0b89b975e
744be06afef7d58b718721d572f1d4d250e3645e
/hw03-reflections/src/test/java/testframework/annotation/Before.java
27112bd0d0b31b52f7e643720ff39550f258347f
[]
no_license
anna2serg/otus-java-hw
7367005e251908e0b58518197282c45a9075d920
abac560ea92c57f7e39602cb64b76c77ee035f27
refs/heads/master
2023-07-01T08:11:19.268272
2021-07-30T19:45:57
2021-07-30T19:45:57
302,147,666
0
0
null
2021-08-01T21:02:42
2020-10-07T20:05:04
Java
UTF-8
Java
false
false
292
java
package testframework.annotation; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.METHOD}) public @interface Before { }
[ "anna2serg@gmail.com" ]
anna2serg@gmail.com
b4dae724ebf6307d105b5fe333f80360144a4635
731cc4db0b369ee6fcf32c4123a83dc5fb570b9d
/app/src/main/java/com/example/mainindimovie_ex03/activitys/PasswordChangeActivity.java
6171a3d2eb3611e9f62ccbae28078c7e1e1821d8
[]
no_license
WooHee98/INDIMOVIE
1b25b43e0c49d637762e382c114c5e108eaa8814
2a8c8efa2bebf1df716832631a4e3bb5cfefa4c8
refs/heads/master
2021-01-16T06:44:40.079930
2020-02-25T13:57:03
2020-02-25T13:57:03
243,012,481
0
0
null
null
null
null
UTF-8
Java
false
false
5,805
java
package com.example.mainindimovie_ex03.activitys; import android.content.Intent; import android.graphics.Color; import android.os.AsyncTask; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.Button; import android.widget....
[ "kerri981230@naver.com" ]
kerri981230@naver.com
617427205f7e52265499492dc50d1ebf66fbb41f
8f72ac5279f78350c39c786d861ed3d250d10bc9
/src/robotambulance/Shape.java
66be969c5f4d898916a7a4e87320fcaf5494a1fa
[]
no_license
gauvainrobert/RobotAmbulance
8aa7cb148972667548c6853515a27ae510a0baef
1bd84a1a9a0f547e4229844b7c4e5ee959836b41
refs/heads/master
2020-03-09T12:24:22.469342
2018-05-30T17:58:27
2018-05-30T17:58:27
128,785,171
1
0
null
null
null
null
UTF-8
Java
false
false
73
java
package robotambulance; public enum Shape { LINE, DOUBLELINE; }
[ "Gauvain@172.17.63.158" ]
Gauvain@172.17.63.158
456c8f15fba7ad2dcdc2cdced99375352300a116
ca0e9689023cc9998c7f24b9e0532261fd976e0e
/src/com/tencent/mm/plugin/sight/encode/ui/am.java
ed6be89e04638a6e231479278d0f20e0f27fe3a1
[]
no_license
honeyflyfish/com.tencent.mm
c7e992f51070f6ac5e9c05e9a2babd7b712cf713
ce6e605ff98164359a7073ab9a62a3f3101b8c34
refs/heads/master
2020-03-28T15:42:52.284117
2016-07-19T16:33:30
2016-07-19T16:33:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
569
java
package com.tencent.mm.plugin.sight.encode.ui; import android.media.MediaPlayer; import android.media.MediaPlayer.OnCompletionListener; final class am implements MediaPlayer.OnCompletionListener { am(MainSightForwardContainerView paramMainSightForwardContainerView) {} public final void onCompletion(MediaPlay...
[ "reverseengineeringer@hackeradmin.com" ]
reverseengineeringer@hackeradmin.com
b26fb89ffe08e62ff825710264ca9347b62a24fa
fe4e72425e17338dd2c6e63a50e4e87fd8852ad4
/src/main/java/com/qst/giftems/model/ShoppingBagItem.java
2453f4dc4f81e368ea174256f834d4b446566d85
[]
no_license
aronachen/summary
2b34877a481c67ef854be7f587eff245ee33ee8d
efd9d19e52303facb346631ddb3675563ebd126c
refs/heads/master
2020-08-25T02:19:09.942485
2019-10-23T02:30:16
2019-10-23T02:30:16
216,947,736
0
0
null
null
null
null
UTF-8
Java
false
false
209
java
package com.qst.giftems.model; public class ShoppingBagItem { public int giftStyleId; /** 礼品款式ID */ public int quantity; /** 数量 */ public GiftStyle giftStyle; /** 礼品款式 */ }
[ "1393442003@qq.comm" ]
1393442003@qq.comm
68c5d6b4893c0c4cfdb75e0442d0a49d4b334ea5
732a14a7c8aad343b989b864ae844eab556648ba
/exercise/src/Exercise11.java
a120ea427783d9e0b0ddfff5f09fde85109ce342
[]
no_license
ksinghsengar/TTND
40dd5933cbbf7c6c8cf2d43ce49528bdf2f8666d
37ac5de2ccd4a182607cc311b2b466222d4be766
refs/heads/master
2020-12-02T22:59:49.417498
2017-07-06T16:10:54
2017-07-06T16:10:54
96,213,553
0
0
null
null
null
null
UTF-8
Java
false
false
809
java
/** * Created by krishan on 6/20/2017. */ /*11. Write a single program for following operation using overloading A) Adding 2 integer number B) Adding 2 double C) Multipling 2 float d) Multipling 2 int E) concate 2 string F) Concate 3 String*/ class Exercise11 { public int add(int a,int b)...
[ "kaminisingh1294@gmail.com" ]
kaminisingh1294@gmail.com
cf90aebefea60fa009368ef89ab3e43049b1aeae
24d8cf871b092b2d60fc85d5320e1bc761a7cbe2
/PMD/rev5929-6595/base-branch-5929/src/net/sourceforge/pmd/cpd/JavaTokenizer.java
a044f857afea5e0260a950f3a4ffe88ddf8d0964
[]
no_license
joliebig/featurehouse_fstmerge_examples
af1b963537839d13e834f829cf51f8ad5e6ffe76
1a99c1788f0eb9f1e5d8c2ced3892d00cd9449ad
refs/heads/master
2016-09-05T10:24:50.974902
2013-03-28T16:28:47
2013-03-28T16:28:47
9,080,611
3
2
null
null
null
null
UTF-8
Java
false
false
2,895
java
package net.sourceforge.pmd.cpd; import net.sourceforge.pmd.TargetJDK1_4; import net.sourceforge.pmd.ast.JavaParserConstants; import net.sourceforge.pmd.ast.JavaParserTokenManager; import net.sourceforge.pmd.ast.Token; import java.io.StringReader; import java.util.Properties; public class JavaTokenizer implements T...
[ "joliebig@fim.uni-passau.de" ]
joliebig@fim.uni-passau.de
5d9480a5063cf2ca6e255ae7562e7b0e5b0b55bf
2199800bacba08250078457cb14d4f7986c6f6dc
/src/com/siddharth/roboboyGame/Background.java
603c9d7f45c1e800cdff89f11b25fae0dab44006
[]
no_license
Sparksidy/RoboBoy
06e111a43ab35784298ea9a6638b6fad29aa44dc
3c4389ff177dcab292b5ba1b8b676d906d4ea7f3
refs/heads/master
2016-08-12T12:15:48.183140
2015-09-30T18:30:38
2015-09-30T18:30:38
33,036,330
0
0
null
null
null
null
UTF-8
Java
false
false
563
java
package com.siddharth.roboboyGame; public class Background { private int bgX,bgY,speedX; public Background(int x,int y){ bgX = x; bgY = y; speedX = 0; } public void update(){ bgX += speedX; if(bgX <= -2160){ bgX += 4320; } } public int getBgX() { return bgX; } public int getBgY() { ...
[ "sidystan@gmail.com" ]
sidystan@gmail.com
26827abfa587dd87f4cc5ff2bb925c6f545526c5
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/5/5_53048293ee79a070bb0ae6f744e09648d40be2e1/BytePointer/5_53048293ee79a070bb0ae6f744e09648d40be2e1_BytePointer_t.java
5fe4bde23c761bfef530cb86625774ea90fe7955
[]
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
24,139
java
/* // $Id$ // Farrago is an extensible data management system. // Copyright (C) 2005-2007 The Eigenbase Project // Copyright (C) 2005-2007 Disruptive Tech // Copyright (C) 2005-2007 LucidEra, Inc. // Portions Copyright (C) 2003-2007 John V. Sichi // // This program is free software; you can redistribute it and...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
8a94455d50d2028ad42ceed0167633a3062ea5df
097e0ab324fe77628ecab57890cac902a1076089
/src/uniquePaths.java
7bca06d4e28da7f12171682479250d952410fa75
[]
no_license
weiyixiong/LintCode
3b48f930c229509e78e646b84af6702673a055fc
513f6156b03c0d65720fd78f2689d4a8de52fcd9
refs/heads/master
2020-04-12T09:06:25.628920
2016-11-22T11:11:19
2016-11-22T11:11:19
43,502,918
0
0
null
null
null
null
UTF-8
Java
false
false
420
java
public class uniquePaths { public static int uniquePaths(int m, int n) { int[] v = new int[n]; for (int i = 0; i < v.length; i++) { v[i] = 1; } for (int i = 1; i < m; ++i) { for (int j = 1; j < n; ++j) { v[j] += v[j - 1]; System.out.print(v[j] + " "); } System.out.println(); } return v[...
[ "542111388@qq.com" ]
542111388@qq.com
067b49f9fccabdc05f1433009b384c4117918c55
c813fb87a7757ff84a36d563bcc506d73d09bd4c
/app/src/main/java/servicesideapp/youtube/com/servicesideapp/MyService.java
aa26f7c01bf868959b0d018add526613b0edf86d
[]
no_license
AnandTraveller/ServiceSideApp-master
b99b9ff4b4b7f54f740c82700786a87749c9b996
f6a997608cb82fffe4093da45bc2f58a2c869282
refs/heads/master
2021-01-13T05:54:01.266464
2017-06-21T06:46:35
2017-06-21T06:46:35
94,972,106
0
0
null
null
null
null
UTF-8
Java
false
false
3,543
java
package servicesideapp.youtube.com.servicesideapp; import android.app.Service; import android.content.Intent; import android.os.Handler; import android.os.IBinder; import android.os.Message; import android.os.Messenger; import android.os.RemoteException; import android.util.Log; import android.widget.Toast; import ja...
[ "anandindiaa@gmail.com" ]
anandindiaa@gmail.com
8bb298fffefcba2b3d7239b3846635353c7474f6
d1e3c80d822a36c64f758c4bd7ca75b6e63a6ecc
/robotInterpreter/Command.java
ce82726997c06f6add43fc7a16fcb09e7ffe9dd2
[]
no_license
ATkiYouness/DesignPatterns
246fa6cc05c91488496ec19b6142961577091cad
60d652935790eb35d1f38fc50f32fd856d205974
refs/heads/master
2021-01-21T00:52:13.626374
2012-12-10T16:48:27
2012-12-10T16:48:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
933
java
package robotInterpreter; /* * Copyright (c) 2001, 2005. Steven J. Metsker. * * Steve Metsker makes no representations or warranties about * the fitness of this software for any particular purpose, * including the implied warranty of merchantability. * * Please use this software as you wish with the ...
[ "johnrnoone#yahoo.com" ]
johnrnoone#yahoo.com
44d49c8f0ff6848f68c29f895d35a3b95dfbd679
21cc908c06949e4e00e5f82ca6b9fbe991a6ea17
/src/com/ibm/dp/dto/DistStockDecOptionsDTO.java
7fb0c56b87c247cb75cd6b81c91ba52c6eb91f9e
[]
no_license
Beeru1/DPDTH_New
b93cca6a2dc99b64de242b024f3e48327102d3fc
80e3b364bb7634841e47fa41df7d3e633baedf72
refs/heads/master
2021-01-12T06:54:25.644819
2016-12-19T11:57:08
2016-12-19T11:57:08
76,858,059
1
0
null
null
null
null
UTF-8
Java
false
false
949
java
package com.ibm.dp.dto; import java.io.Serializable; public class DistStockDecOptionsDTO implements Serializable { String optionText; int optionValue; String optionValueAccp=""; /** * @return the optionValueAccp */ public String getOptionValueAccp() { return optionValueAccp; } /** * @par...
[ "sgurugub@in.ibm.com" ]
sgurugub@in.ibm.com
283c2ce0cf93c8067a5631addd27238e59862a6a
5234441a2641a71a491141cbbcb8c21c679fe50a
/app/src/androidTest/java/com/mobile/pickup/ManagerTestSuite.java
bd69b6d16b64b2bb352819401f67b5449d01f4a1
[]
no_license
yayshine/PickUp
b3bedbab3022e31dcfa50ea3e1248226f6b81d56
baf577f49cf6bad642b7b7faf7c394279deb695f
refs/heads/master
2020-05-30T11:24:03.418045
2017-04-15T20:43:31
2017-04-15T20:43:31
82,627,703
0
1
null
2017-03-24T05:33:24
2017-02-21T02:39:57
Java
UTF-8
Java
false
false
604
java
package com.mobile.pickup; import com.mobile.pickup.CustomerManagerTest; import com.mobile.pickup.FoodItemManagerTest; import com.mobile.pickup.MenuManagerTest; import com.mobile.pickup.OrderManagerTest; import com.mobile.pickup.VendorManagerTest; import org.junit.runner.RunWith; import org.junit.runners.Suite; /** ...
[ "yd2369@columbia.edu" ]
yd2369@columbia.edu
35487551205bae0820f18348e91097699a7f1ade
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/9/9_827ed761527d32c545bab331e94b26c444728710/LaunchTests/9_827ed761527d32c545bab331e94b26c444728710_LaunchTests_s.java
b9aebbe2d9f1eddb1121a50724e02ce70af9f53f
[]
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
2,745
java
/******************************************************************************* * Copyright (c) 2000, 2003 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Common Public License v1.0 * which accompanies this distributio...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
2ea3e983cd16b3d1e1616e8bfffc24322cee0904
8599d239b37d25f7447e91be6ad7fed8980b2869
/Service/Client/src/soapservice/daoTour/ClientEntity.java
7e7964bdd9dbdcc50acae78959a3fb3fa3d722f4
[]
no_license
Valeryshchurik/Java
c2b8d54f536a3b2b36ac321a4b61e3ef83d9f47e
a278ad3194f00c4e2cb216fc8bfcd95a420ab421
refs/heads/master
2020-03-29T18:40:50.495571
2018-09-25T07:44:01
2018-09-25T07:44:01
149,190,988
0
0
null
null
null
null
UTF-8
Java
false
false
3,279
java
package soapservice.daoTour; import javax.xml.bind.JAXBElement; import javax.xml.bind.annotation.*; import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; import java.util.ArrayList; import java.util.List; /** * <p>Java class for clientEntity...
[ "Valeryschurik@gmail.com" ]
Valeryschurik@gmail.com
03190e126aa34af47f9d539b1b030d1643a84262
3d51b0f26d79d669ada9b23f90f67ea86aabc0ae
/src/main/java/org/bian/dto/BQAssignmentRetrieveInputModel.java
095b784838330bd8a7923bc971efcb804e0f2da0
[ "Apache-2.0" ]
permissive
bianapis/sd-contact-center-operations-v2
2d1e48a23d77dc3a725bf8ac58505207d909fec2
2596f3b0f3df0a7232ab5712deba680ed224a16b
refs/heads/master
2020-07-24T03:09:33.642053
2019-09-16T06:44:38
2019-09-16T06:44:38
207,783,816
0
0
null
null
null
null
UTF-8
Java
false
false
2,743
java
package org.bian.dto; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonCreator; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import org.bian.dto.BQAssignmentRetrieveInputModelAssignmentInstanceAnalysis; import org.bian.dto.BQAs...
[ "team1@bian.org" ]
team1@bian.org
f0558e1a3d96459e00669f069f2334047c071ec2
20ccb239369c25f51db014ae27fb4bf6d7b4d6e0
/src/main/java/com/davidChavess/mongo/Application.java
1bfb0d3bd3882173e959abf9a69d741a78666b62
[]
no_license
DavidChavess/Workshop-SpringBoot-MongoDB
51870915bb032e5d5cff0378e6398943c9e2522e
8b0fb4ed9624273ba8a0fbc5cfcae27a45a512f0
refs/heads/master
2022-07-31T19:47:33.874233
2020-05-18T14:42:26
2020-05-18T14:42:26
null
0
0
null
null
null
null
UTF-8
Java
false
false
303
java
package com.davidChavess.mongo; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class Application { public static void main(String[] args) { SpringApplication.run(Application.class, args); } }
[ "davi.ch.fe@gmail.com" ]
davi.ch.fe@gmail.com
2b69b7ad1bde05782ec815f78b57e824d87c2215
a759c1e9806656bf26e0b93df17200aa0bfccafc
/src/main/java/com/findhouse/security/AuthProvider.java
3fd4426f9e668994837534b911d133e0450d0e25
[]
no_license
All-M1ght/findhouse
43a3776df62960fbb9db4786b847dee33e7621b0
eac4f7eb696743a202dadca22301a0ff96820a83
refs/heads/master
2020-05-24T05:57:16.289606
2019-05-17T02:19:58
2019-05-17T02:19:58
187,129,706
1
0
null
null
null
null
UTF-8
Java
false
false
1,737
java
package com.findhouse.security; import com.findhouse.entity.User; import com.findhouse.service.IUserService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.authentication.AuthenticationCredentialsNotFoundException; import org.springframework.security.authentica...
[ "hhhhh1fffff@gmail.com" ]
hhhhh1fffff@gmail.com
05e1d486f592e892901dd0e9b5cdca46653e4013
5238794281e238f819d85b1119d8ea3ef5ea753d
/slst-report/src/main/java/com/slst/report/dao/CustomerStoreStatsDao.java
b684dd335ada84eecb61e966f95534918eca6f69
[]
no_license
tanghomvee/slst
3b2f55764b3ef45e40b38481607740cb3a43067e
ab5885a8be224ef090a5d0c5ff38894b8097c0a2
refs/heads/master
2020-04-11T13:02:26.041210
2018-12-14T15:38:50
2018-12-14T15:38:50
161,801,534
0
0
null
null
null
null
UTF-8
Java
false
false
1,257
java
package com.slst.report.dao; import com.slst.report.dao.model.CustomerStoreStats; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Modifying; import org.springframework.data.jpa.repository.Query; import java.util.Date; /** * Copyright (c) 2018$. ...
[ "noreply@github.com" ]
tanghomvee.noreply@github.com
75f0c2393dc192b2a854c7f98ce2e9ab8723cf13
1d8e0dfb56de4aa17a6cf65c69087451cc2fe0cd
/src/java/com/foodora/comptabilite/modele/Transaction.java
ea7ed5483dad2e5e3a713c8f22eb63b226824112
[]
no_license
KenJoelTL/Foodora-Comptabilite-API
a83b6e4df5f2daa916a0d8e4e3750fc61b813462
5df617d8b4cc719f8389abdcae667ecd96c6314b
refs/heads/master
2021-04-12T09:49:52.132417
2018-04-30T14:43:42
2018-04-30T14:43:42
126,832,082
0
0
null
2018-04-30T14:43:43
2018-03-26T13:21:02
CSS
UTF-8
Java
false
false
1,748
java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package com.foodora.comptabilite.modele; import java.util.ArrayList; /** * * @author Joel */ public class Transaction { privat...
[ "joellutumba@hotmail.com" ]
joellutumba@hotmail.com
3d403a46a2c6df1029a5786c25e7c53786d6c3dd
5e6086da6079a0698a6dc0885549d769d5e99693
/pixLab/classes/Picture.java
aff8b0eecfd8b193842d16ea3cb2b5b65d6835b6
[]
no_license
kayleyseow/Picture-Lab
5c39ef9400c42ecc2710473bbcc5fe42083a6bd8
ea050cdbe6361d5a625951f0c40a2bbd12e2276f
refs/heads/master
2020-12-11T20:17:58.549817
2020-01-16T02:43:12
2020-01-16T02:43:12
233,949,793
2
1
null
null
null
null
UTF-8
Java
false
false
7,670
java
import java.awt.*; import java.awt.font.*; import java.awt.geom.*; import java.awt.image.BufferedImage; import java.text.*; import java.util.*; import java.util.List; // resolves problem with java.awt.List and java.util.List /** * A class that represents a picture. This class inherits from * SimplePictur...
[ "noreply@github.com" ]
kayleyseow.noreply@github.com
6b54800c5763004c7d8bc33f277599be43034415
41391b21c13eb8b52cb2b6bb647826cbb3b3dc4d
/nfcreader/src/main/java/com/hyperether/nfcreader/api/volley/VolleyRequestManager.java
b040a29b43f04dfbe12132211fcc8d609226b134
[]
no_license
SlobodanPrijic/nfc-helper-android-java
e48e604e821c794188ed01fd3b78abb1b710b90c
77445c5bb1de7bca7af4192647ed24cf1071c95e
refs/heads/master
2021-01-01T06:43:31.903113
2017-07-17T16:31:41
2017-07-17T16:31:41
97,497,233
0
0
null
null
null
null
UTF-8
Java
false
false
5,408
java
package com.hyperether.nfcreader.api.volley; import android.content.Context; import com.android.volley.AuthFailureError; import com.android.volley.DefaultRetryPolicy; import com.android.volley.Response; import com.android.volley.VolleyError; import com.android.volley.toolbox.JsonObjectRequest; import com.android.voll...
[ "slobodan.prijic@gmail.com" ]
slobodan.prijic@gmail.com
c12195dd90eaa082f59ef26f1bfee0c9138f61db
3b46fc48fcf806ce18c9cef5f91e0640fb3ec01d
/test-git/src/Wednesdaypackage/Q156.java
63f9abebbff8545870f2d86674d28b7444e33fab
[]
no_license
Dilek-technostudy/JavaHomeworks
d283ed5c7373d584c552882168b9991e94a304ce
38c07169ea7e670e8df4bd328fddd304b75580bb
refs/heads/master
2020-09-06T04:20:48.895000
2020-06-26T04:13:42
2020-06-26T04:13:42
220,319,726
0
1
null
null
null
null
UTF-8
Java
false
false
502
java
package Wednesdaypackage; class A{ public void test() { System.out.println("A"); } } class B extends A{ public void test() { System.out.println("B"); } } class C extends A { public void test() { System.out.println("C"); } } public class Q156{ public static void main(...
[ "dileknuranyildirim@gmail.com" ]
dileknuranyildirim@gmail.com
c7d84a3c2a5a598dfa807d0ff6088ac36138ff3a
b4a8b6e45bd2c1bc291414f445b8c6a641c7a9a6
/src/SyncTrash.java
544346100c651bb0948d762f49231a35850b62f6
[ "MIT" ]
permissive
mekongosdev/CT240-JAVA-Mail
c6d0f57cabf8b42b6ffd17d1b6ec3de2330fc24f
f554f7e9013eeaa29f52a34c3caa3d7822387153
refs/heads/master
2022-03-05T03:51:08.149401
2019-11-20T05:49:40
2019-11-20T05:49:40
88,144,495
0
0
null
null
null
null
UTF-8
Java
false
false
4,009
java
import java.util.ArrayList; import java.util.Date; import java.util.List; import java.util.Properties; import java.util.logging.Level; import java.util.logging.Logger; import javax.mail.*; /* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools ...
[ "me@ngthuc.com" ]
me@ngthuc.com
4549d84e780b8a9892d23e314c34899aaea5ca16
d59cbe2bfbd436b3f6402b64c88a5540a48fc9e9
/src/com/company/Main.java
745f6cac92d38703d3f7610f62bc43aeda4a1f17
[]
no_license
VaidotasE/Java_02_07
c1b4224f82db010a69a938837b8e13c68c76c609
2692abb292a8587afe9981d82a48e8096c210563
refs/heads/master
2021-05-08T18:53:03.748213
2018-01-30T13:43:50
2018-01-30T13:43:50
119,540,711
0
0
null
null
null
null
UTF-8
Java
false
false
506
java
package com.company; import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); System.out.print("Ivesk svori KG: "); float svoris = sc.nextFloat(); System.out.println("Ivesk ugi m; "); float ugis = sc.nextFl...
[ "vaidotas.eigelis@gmail.com" ]
vaidotas.eigelis@gmail.com
6d87e6b9a470b12d475b60d7c77d59fe3f0d37cd
f1c87a2b6de3432fe1aa6c1e675577ce6a0338c9
/NullObject/src/nullobject/Dog.java
4320314607be9bbd57f3d8c2d863a29e9e2d1114
[]
no_license
dafguerreroalpracticas/NullObject-Design-Pattern
ab4b2fe850a1cd92a466d6e4885e7e282b9745b3
7e2ff5f4acb500548dc55ee55ae81d2b3496a508
refs/heads/master
2020-06-22T11:16:55.264798
2019-07-19T05:09:38
2019-07-19T05:09:38
null
0
0
null
null
null
null
UTF-8
Java
false
false
329
java
package nullobject; /** * * @author david */ public class Dog implements Animal { String name; public Dog(String name) { this.name = name; } @Override public void makeSound() { System.out.println("woof!"); } @Override public boolean isNull() { return false...
[ "dafguerreroal@unal.edu.co" ]
dafguerreroal@unal.edu.co
ef335cb0b4ad674e553bd6ca3473b44387cf7a48
58ad2f777280cbe77d019a312c90f11caa2194c6
/app/src/main/java/com/example/feedapp/CreateLoginActivity.java
3bb3d70eafbbc15396fbedd64fc6d81c2a1e0480
[]
no_license
chandanrai95/FeedApp
4137f1a2d0332bf09e3451cbe96bc67207b0238e
af91caa0756166b78a8c5e7fda450a4131f9496f
refs/heads/master
2020-04-27T20:45:41.077487
2019-03-09T16:18:52
2019-03-09T16:18:52
174,667,774
0
0
null
null
null
null
UTF-8
Java
false
false
5,355
java
package com.example.feedapp; import android.app.ProgressDialog; import android.content.Intent; import android.support.annotation.NonNull; import android.support.design.widget.TextInputLayout; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.support.v7.widget.Toolbar; import and...
[ "chandan.rai1995@gmail.com" ]
chandan.rai1995@gmail.com
84f88caf4dea8e2e2cecb7ac9e93a6d0b757cff0
ae3cbb127dfdcc0ba78ed9ae92fe4f31dde0d367
/collect_app/src/test/java/org/odk/collect/android/location/activities/GeoPointActivityTest.java
30987236c4b4e61cc9385481ee217044ea073f43
[ "Apache-2.0" ]
permissive
gitsemere/collect
fd4233244ae22fce31a3048578336cea3c32106b
cdeaab3cb1d2dcdf999ffe7a46f69a24041694f1
refs/heads/master
2020-05-15T14:38:08.441306
2019-04-16T08:34:36
2019-04-19T17:34:06
182,343,734
1
0
NOASSERTION
2019-04-20T01:07:23
2019-04-20T01:07:23
null
UTF-8
Java
false
false
5,751
java
package org.odk.collect.android.location.activities; import android.content.Intent; import android.location.Location; import org.junit.Before; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mock; import org.mockito.junit.MockitoJUnit; import org.mockito.junit.Mockito...
[ "lognaturel@gmail.com" ]
lognaturel@gmail.com