blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
7
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
684M
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
132 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
28 values
content
stringlengths
3
9.45M
authors
listlengths
1
1
author_id
stringlengths
0
352
027a5291cdf6e77d713d65b1b4da12c5f95efc02
52f6c89189bc549adab5d9f0af30e2ba0a22ade3
/net/monitorj/task/tasks/TaskShutdown.java
a0e79904693a776a6be16288e4a7deac39f4c252
[]
no_license
JershDervis/MonitorJ-Connector
c59d4b1264719fdd87ccb5a0c7b2b18725d0cf9c
99de7c0abdd924216627a57af2f299035a323762
refs/heads/master
2022-04-27T19:21:32.059094
2022-03-14T11:05:01
2022-03-14T11:05:01
63,796,127
0
0
null
null
null
null
UTF-8
Java
false
false
492
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 net.monitorj.task.tasks; import net.monitorj.task.Task; /** * * @author Josh */ public class TaskShutdown extends Task { ...
[ "joshua.davis9@education.nsw.gov.au" ]
joshua.davis9@education.nsw.gov.au
72f973f91c5931fd725cc78ad767fcfcb43c7aed
ccc3e6925e16a16ee27577a97fe129631d1b5894
/Workspace/STS/src/sailpoint/services/standard/emailnotifier/enhanced/RedirectToFolderNotifier.java
d16f043ef6204245c4ebc74dce23703a12601b69
[]
no_license
F1ITFan/STS
b6872b1a6c4e9420644a128ea0e53332fc0b272e
6919a4a21c9e831b85784bd2dfdca23c82fc1608
refs/heads/master
2020-04-04T08:07:30.960548
2018-11-05T21:33:09
2018-11-05T21:33:09
155,772,088
1
0
null
null
null
null
UTF-8
Java
false
false
790
java
package sailpoint.services.standard.emailnotifier.enhanced; import sailpoint.api.EmailNotifier; import sailpoint.api.SailPointContext; import sailpoint.object.EmailOptions; import sailpoint.object.EmailTemplate; import sailpoint.tools.EmailException; import sailpoint.tools.GeneralException; public class Redi...
[ "antonio.cano@sailpoint.com" ]
antonio.cano@sailpoint.com
5fa8fcfb663469d2c3f6eccd1324b3b9ea060a82
32df7b372843261aa2993a4984b3e0c857e4c2c9
/BookCrud/src/main/java/tech/aistar/controller/TestCookies.java
236caf33def1b3988ad8befd9c46833cf2b9815f
[]
no_license
a1172260475/web
39e9fbf750453d21539a0f49755d9b8b16866f26
47ffe6f67bcc19ccab19fc497cb2c0ff56bc3a40
refs/heads/master
2022-12-05T04:14:04.788170
2019-08-01T11:22:10
2019-08-01T11:22:10
198,627,703
0
0
null
2022-11-24T06:12:18
2019-07-24T12:04:58
Java
UTF-8
Java
false
false
1,238
java
package tech.aistar.controller; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.*; import java.io.IOException; /** * Cookie可以作为session会话跟踪机制 * http协议 - 无状态的协议 - 本身自己是不能判别多个请求来自于同一个客户端. */ @WebServlet(urlPatterns ="/test/cookie") public class TestCookies ...
[ "1172260475@qq.com" ]
1172260475@qq.com
a07ddb0ae20c3f93a7d8154ed53483023aed7af0
81b5f538443c03490ebc6fe93190198ed52cd984
/src/aula6/FornecedorPessoa.java
bae6354bf85d1c3e303f422aaa5174ef5c9a6c9e
[]
no_license
Graciellemtns/RevisaoPOO
5797bb2de6f20c9607f3d60d361e74b0e34e1e22
0723eb62e20b8582b227c2cea908ce99ac5c731b
refs/heads/master
2023-08-18T21:33:06.412449
2021-10-14T21:08:04
2021-10-14T21:08:04
414,608,519
0
0
null
null
null
null
UTF-8
Java
false
false
591
java
package aula6; public class FornecedorPessoa extends Fornecedor{ private String CPF, RG; public FornecedorPessoa() { super(); } public FornecedorPessoa(String nome, String fone, String CPF, String RG) { super(nome, fone); this.CPF = CPF; this.RG = RG; } public String getCPF() { return CPF; } p...
[ "gracimtns@gmail.com" ]
gracimtns@gmail.com
b98eb26b4fe584d19a1d6aded46f99d8ad3d6a24
30057e353957920564ee07722427c3ff434d322f
/ProblemSolving/src/com/basics/list/DetectLoop.java
808d756a779f46e1e66820a2d1af0907440dabbb
[]
no_license
mmanjunath998/Problem-Solving
a7f4e541b150ad3d28e545b7c990d47b020c79a9
32f21921f05ff351a6cdc52fe72e954633d9036a
refs/heads/master
2020-09-09T15:06:46.232130
2019-12-04T08:04:58
2019-12-04T08:04:58
221,479,218
0
0
null
null
null
null
UTF-8
Java
false
false
538
java
package com.basics.list; public class DetectLoop { public static boolean isInLoop(Node head){ boolean isTrue = false; Node slow = head, fast = head; while(slow != null && fast != null && fast.next != null){ slow = slow.next; fast = fast.next.next; if(slow == fast){ isTrue = true; bre...
[ "manjunath@bytemark.co" ]
manjunath@bytemark.co
3e0f9775f487869c609e2a7c8134103ed0efd8b0
82928921bacd312781d46361342c11f1bfa2eaa9
/pinyougou-pojp/src/main/java/com/pinyougou/pojp/TbTypeTemplate.java
d9bee39ed9f4f94c956e15156d9287ec3391b7cb
[]
no_license
zhangyang920606/pinyougou
ae8493e51b373f2460e3c77f202550d4786f4c72
5e324d7587ad89603642414498bb09c5fb5b887b
refs/heads/master
2020-05-07T08:53:34.667243
2019-04-09T12:03:28
2019-04-09T12:04:10
180,350,152
0
0
null
null
null
null
UTF-8
Java
false
false
1,172
java
package com.pinyougou.pojp; import java.io.Serializable; public class TbTypeTemplate implements Serializable{ private Long id; private String name; private String specIds; private String brandIds; private String customAttributeItems; public Long getId() { return id; } pub...
[ "18736077531@163.com" ]
18736077531@163.com
86af64c937839fc959ef4ba2f199094f72be3c15
d1a799450f1d46814f87e79bbf3f557e291f8e4a
/target/generated/TestLexer.java
eabfc40f4cfc583dab908161d85ec6eeb5cd47fe
[]
no_license
unknownpgr/compiler-hack
12dbf84e077437773b6ec317346bb4a1f5f39ef7
bb449282b026d570034b52ad56273bbc361a5bf8
refs/heads/master
2022-11-08T23:03:08.157406
2020-06-27T09:35:10
2020-06-27T09:35:10
260,389,253
0
0
null
null
null
null
UTF-8
Java
false
false
9,335
java
// Generated from Test.g4 by ANTLR 4.8 package target.generated; import org.antlr.v4.runtime.Lexer; import org.antlr.v4.runtime.CharStream; import org.antlr.v4.runtime.Token; import org.antlr.v4.runtime.TokenStream; import org.antlr.v4.runtime.*; import org.antlr.v4.runtime.atn.*; import org.antlr.v4.runtime.dfa.DFA; i...
[ "unknownpgr@gmail.com" ]
unknownpgr@gmail.com
ceab176c24bcda6199307971df70f74c9728ce10
b1e58c6d8c6f2e0bea07ebc1b27667045fd21a24
/src/main/java/com/hxy/gfs/repository/SessionContextRepository.java
4c3b75e331c83e2e90d6282c7f9a8ac310474210
[]
no_license
XyangHuang/GFS-API
d625092e7acf9d90afbb1964041fe346e6a90242
e3fd32b17c4d201e023026403fff01099562d9d0
refs/heads/master
2022-02-11T08:22:24.678924
2015-04-10T13:22:08
2015-04-10T13:22:08
null
0
0
null
null
null
null
UTF-8
Java
false
false
464
java
package com.hxy.gfs.repository; import org.springframework.data.jpa.repository.Query; import org.springframework.data.repository.CrudRepository; import org.springframework.data.repository.query.Param; import com.hxy.gfs.model.SessionContext; public interface SessionContextRepository extends CrudRepository<SessionCon...
[ "1129226414@qq.com" ]
1129226414@qq.com
5b64cdea25c41bc6ebf87ff5d01958513a3ac0cd
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/31/31_80bd2a830ad816a4dc0c2fe36c2da06a2e5a6fd0/CodeCompiler/31_80bd2a830ad816a4dc0c2fe36c2da06a2e5a6fd0_CodeCompiler_s.java
04b96d0f54fdf65ac9196a29b86828bd9e28f48a
[]
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
75,252
java
// Copyright (c) Corporation for National Research Initiatives package org.python.compiler; import java.io.IOException; import java.util.Hashtable; import java.util.Stack; import java.util.Vector; import org.python.objectweb.asm.ClassWriter; import org.python.objectweb.asm.Label; import org.python.object...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
02952e3dba484f575ffa5b7b46ef01a4071e203f
88100d5bd22c781131a21eaca1b2cfb0891bf1fe
/app/src/test/java/viewpager/lin/com/viewpager_daohang/ExampleUnitTest.java
dbe4fa6146bf196e8f2e1c3bff1195f65355f7a6
[]
no_license
linyuanbin/ViewPager
656a9ada250cf479f480b2e74c1d8a485080f2de
982006d446c2b32a72a53a19f62a7d813bef23f6
refs/heads/master
2021-01-11T03:19:49.998886
2016-10-16T03:36:58
2016-10-16T03:36:58
71,024,195
0
0
null
null
null
null
UTF-8
Java
false
false
328
java
package viewpager.lin.com.viewpager_daohang; import org.junit.Test; import static org.junit.Assert.*; /** * To work on unit tests, switch the Test Artifact in the Build Variants view. */ public class ExampleUnitTest { @Test public void addition_isCorrect() throws Exception { assertEquals(4, 2 + 2);...
[ "893239524@qq.com" ]
893239524@qq.com
9ef54e1b4ca8489f227bf774f7493178112be8ad
ae5eb1a38b4d22c82dfd67c86db73592094edc4b
/project47/src/test/java/org/gradle/test/performance/largejavamultiproject/project47/p236/Test4730.java
498a3095658f27c46df12c2f611a9f96e54318e8
[]
no_license
big-guy/largeJavaMultiProject
405cc7f55301e1fd87cee5878a165ec5d4a071aa
1cd6a3f9c59e9b13dffa35ad27d911114f253c33
refs/heads/main
2023-03-17T10:59:53.226128
2021-03-04T01:01:39
2021-03-04T01:01:39
344,307,977
0
0
null
null
null
null
UTF-8
Java
false
false
2,108
java
package org.gradle.test.performance.largejavamultiproject.project47.p236; import org.junit.Test; import static org.junit.Assert.*; public class Test4730 { Production4730 objectUnderTest = new Production4730(); @Test public void testProperty0() { String value = "value"; objectUnderTest.set...
[ "sterling.greene@gmail.com" ]
sterling.greene@gmail.com
b554c93a289853f665fe68cf3f7bd269f06bf7f5
929a05acecf1a43853f7a5086e4a614b6b450ab5
/Avro_Demo/src/test/java/com/gzq/avro/UserTest.java
3b09df5d8c207f9322e6aba2df2158c76a6e3077
[]
no_license
guo156627977/Hadoop
93959a53bf8ab3c05aa7506a3a0bf42c7ec1069d
85ce7b16e4730a24fc3e5c0f81b3f204f3acfec2
refs/heads/master
2021-09-03T18:34:25.486535
2018-01-11T04:07:24
2018-01-11T04:07:24
113,293,283
0
0
null
null
null
null
UTF-8
Java
false
false
3,931
java
package com.gzq.avro; import org.apache.avro.Schema; import org.apache.avro.file.DataFileReader; import org.apache.avro.file.DataFileWriter; import org.apache.avro.generic.GenericData; import org.apache.avro.generic.GenericDatumReader; import org.apache.avro.generic.GenericRecord; import org.apache.avro.io.DatumReader...
[ "156627977@qq.com" ]
156627977@qq.com
fa043fff2e47a2563419ffeafac65a216894c0bd
3800f288af41f6e755340b09dc30a2a64097c5ec
/app/src/main/java/com/lfbl/gymglishsites/data/GymglishProvider.java
9d9157ba51c8ae37f23e76d6312c1b8ee91af533
[]
no_license
lazluiz/GymglishSites
02f1624ee2f56f82fe1acc186195a6bbdaf80e80
d582c240c89e7296c89290fa4430ea880b939094
refs/heads/master
2021-06-01T03:08:02.500070
2016-06-11T02:37:43
2016-06-11T02:37:43
60,867,634
0
2
null
null
null
null
UTF-8
Java
false
false
3,591
java
package com.lfbl.gymglishsites.data; import android.content.ContentProvider; import android.content.ContentResolver; import android.content.ContentValues; import android.content.UriMatcher; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.net.Uri; import android.support.ann...
[ "lf.lazzarin@gmail.com" ]
lf.lazzarin@gmail.com
6b883a24118482bb189c961c39d1e2638ea7c2b7
6d47a9f4d2ac9491541036cfcda3b390ba3e8ade
/src/service/Cook.java
df11330cb4925246f05953c592fd53cc97a30ac3
[]
no_license
san4ezbyn/AT-Mentoring
5a610b8ee49b10d00c089839d06c7f0cdcd45adc
29e59af431418814e20f57c17165f4796ace0d42
refs/heads/master
2020-05-18T00:38:08.576290
2019-05-16T07:24:20
2019-05-16T07:24:20
184,066,982
0
0
null
null
null
null
UTF-8
Java
false
false
415
java
package service; import entities.*; import java.util.List; public class Cook implements ICook { @Override public Salad cookSalad(List<Vegetable> ingreds) { return new Salad(ingreds); } @Override public int calcCals(Salad salad) { int sum = 0; for (Vegetable veg : salad.g...
[ "san4ezbyn@gmail.com" ]
san4ezbyn@gmail.com
6ceef7c237b4d930b449d27783c20583fba5e5ac
9238e44218c4eab8da22fbdbfdabe4cfb634c86c
/Java OOP Advanced July/03. GENERICS/lab/src/p02_GenericArrayCreator/Main.java
ffb8c66fd0c739bf86d342112fdb2faa80fcb746
[]
no_license
zgirtsova/Java-Advanced---052018
ec2b53c52e1c471d60a641ced34d37f74b29132c
780fdf88e0b94e4b22af7854ecf24b00c4e45eae
refs/heads/master
2021-08-16T09:34:56.752452
2018-10-26T19:16:58
2018-10-26T19:16:58
133,714,514
0
0
null
null
null
null
UTF-8
Java
false
false
479
java
package p02_GenericArrayCreator; import java.util.ArrayList; import java.util.List; public class Main { public static void main(String[] args) { String[] strings = ArrayCreator.create(10, "none"); Integer[] integers = ArrayCreator.create(Integer.class, 10, 0); for (String string : strin...
[ "zgirtsova@gmail.com" ]
zgirtsova@gmail.com
41e8a3df4824a20a38b04f3153ca03824c25c385
0e047375e0dadd87dc6a866a614668a98c3b6e3a
/destination/src/main/java/com/wzj/destination/design_pattern/builder/Product.java
ab396a55c9d2c11414b16fb2f2dcac6638a91b31
[]
no_license
410330533/Destination
98ec6e92098dcf90b60a62259a4af1cead6e53b9
e022a6e4cd1f786811eabfe33081baf07e0a06de
refs/heads/master
2020-03-26T08:29:39.414166
2018-10-11T12:48:40
2018-10-11T12:48:40
144,705,364
0
0
null
null
null
null
UTF-8
Java
false
false
340
java
package com.wzj.destination.design_pattern.builder; import java.util.ArrayList; import java.util.List; public class Product { List<String> list = new ArrayList<>(); public void add(String s){ list.add(s); } public void show(){ for(String str : list){ System.out.println(str)...
[ "410330533@qq.com" ]
410330533@qq.com
ddc919e975236a100eace7bfa1d1c5a2f09fdd9a
b39d7e1122ebe92759e86421bbcd0ad009eed1db
/sources/android/content/pm/IDexModuleRegisterCallback.java
8f17da2f2319a3520ac039f45ddf3b2c433d11d2
[]
no_license
AndSource/miuiframework
ac7185dedbabd5f619a4f8fc39bfe634d101dcef
cd456214274c046663aefce4d282bea0151f1f89
refs/heads/master
2022-03-31T11:09:50.399520
2020-01-02T09:49:07
2020-01-02T09:49:07
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,192
java
package android.content.pm; import android.os.Binder; import android.os.IBinder; import android.os.IInterface; import android.os.Parcel; import android.os.RemoteException; public interface IDexModuleRegisterCallback extends IInterface { public static abstract class Stub extends Binder implements IDexMo...
[ "shivatejapeddi@gmail.com" ]
shivatejapeddi@gmail.com
c440706b95a814633a5a9d9157cb5162cd04e229
367aff2240a88f5a052ab2d543a0affd0f940d6f
/src/org/xpath/programs/Xpath_GetText2.java
ca5823116f12b6a56d1f0c399bb6ce2add5d2793
[]
no_license
Sharief1807/xPath
7721f9d8a522c4b8305ec04ba38a0f685206b3f2
8e227de96709a8ea4cbd1441f177df3b6fa5fcb1
refs/heads/master
2020-05-04T15:04:05.892418
2019-04-04T06:31:38
2019-04-04T06:31:38
179,222,700
0
0
null
2019-04-04T06:57:38
2019-04-03T06:14:42
Java
UTF-8
Java
false
false
1,640
java
package org.xpath.programs; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; public class Xpath_GetText2 { public static void main(String[] args) { System.setProperty("webdriver.chrome.driver", "D:\\Project Class Tasks\\xPath_03_04_2019\\Xpat...
[ "sharief.indian@gmail.com" ]
sharief.indian@gmail.com
dce51c8cb4349da6bdfa021f7e0009306c08ffe9
284bce2be04da17df80a7d9bf19b2473d2eab295
/src/main/java/org/mayank/trees/TreeNode.java
54659f973b2edeea4a7229553349c30979b0cae4
[]
no_license
goelmaya/datastructures
7b2f12e5590c2ae9c3e6101bd781459fd3cdea0c
efbd999c22e8f373d94d0880e11c463564c477c8
refs/heads/master
2020-09-07T20:30:55.131226
2019-12-07T16:32:31
2019-12-07T16:32:31
220,905,240
0
0
null
null
null
null
UTF-8
Java
false
false
234
java
package org.mayank.trees; /** * Created by mayank.goel on 21/11/19. */ public class TreeNode<T> { public T val; public TreeNode<T> left; public TreeNode<T> right; public TreeNode(T x) { val = x; } }
[ "goelmaya@gmail.com" ]
goelmaya@gmail.com
2f24a6c99253e909ddbb4ed537aafc7fdd89c24a
c885ef92397be9d54b87741f01557f61d3f794f3
/tests-without-trycatch/JxPath-14/org.apache.commons.jxpath.ri.compiler.CoreFunction/BBC-F0-opt-60/22/org/apache/commons/jxpath/ri/compiler/CoreFunction_ESTest_scaffolding.java
18979e4215537ef0beb57a3e52fc660f2112571c
[ "CC-BY-4.0", "MIT" ]
permissive
pderakhshanfar/EMSE-BBC-experiment
f60ac5f7664dd9a85f755a00a57ec12c7551e8c6
fea1a92c2e7ba7080b8529e2052259c9b697bbda
refs/heads/main
2022-11-25T00:39:58.983828
2022-04-12T16:04:26
2022-04-12T16:04:26
309,335,889
0
1
null
2021-11-05T11:18:43
2020-11-02T10:30:38
null
UTF-8
Java
false
false
17,389
java
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Sat Oct 23 05:07:19 GMT 2021 */ package org.apache.commons.jxpath.ri.compiler; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
8a5611b7ba0d2c7228a1038b7c87a838bef0847b
f5bb6d1fb1800bac40d90ad8dac00eb540489bf5
/minnal-jaxrs/minnal-instrumentation-jaxrs/src/main/java/org/minnal/instrument/resource/creator/CreateMethodCreator.java
53bf56d47ee0daca10118c51cab7c40f70023e21
[ "Apache-2.0" ]
permissive
utkarsh-fk/minnal
21187215d5fbfc25e4e3ef35948f654231a3da7d
0efa129e4c4ad1fcd261dee52776312104c7a18a
refs/heads/master
2020-12-31T02:42:44.873523
2014-09-01T06:48:15
2014-09-01T06:48:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,096
java
/** * */ package org.minnal.instrument.resource.creator; import java.util.List; import java.util.Set; import javassist.CtClass; import javassist.CtMethod; import javassist.bytecode.ConstPool; import javassist.bytecode.annotation.Annotation; import javassist.bytecode.annotation.ClassMemberValue; import javassist.by...
[ "ganesh.subramanian@hightail.com" ]
ganesh.subramanian@hightail.com
af6266361f8fccc0f21b2606917d693382b5df0d
f9643c0b8a52f216f1c42e56d0a6e519105255b3
/JAVA/Java Classes/Class 3/MultipleConditions.java
d6a6dce91e972d98c19caaa9f4447cdf6973eb23
[]
no_license
yunuskazan81/MySDETDcoumentation
54feed7221d9273a1ec94ad23f69fd54442f4358
a11b23586daeb88d5c28829acb2c6a972b3ecf3d
refs/heads/master
2022-04-16T07:51:03.584004
2020-03-31T16:25:52
2020-03-31T16:25:52
251,663,334
0
0
null
null
null
null
UTF-8
Java
false
false
779
java
package com.class3; public class MultipleConditions { public static void main(String[] args) { /* * Create a Java program and declare int variable that will hold a day. * Based on the value of the variable your program should print * the name of the day. */ int day=15; if (day==1) { System....
[ "yunuskazan1987@gmail.com" ]
yunuskazan1987@gmail.com
9c1989c5160fb5a86d85d164f2fbe8153e6184bb
f1d1d49149c696548d8b8647f0a27f775750eae1
/ApplicationControllerPattern/src/View.java
18c0641a242bf8122161db5117027af416882f3d
[]
no_license
Rial-Jarom/CIT360
f1acf6c8702efdde5d06afaa59927c4d5d017b1e
6e8ed2d6b0ce93d5f2caaa6b568019793fa54f24
refs/heads/master
2020-03-21T09:48:48.339882
2018-07-27T23:01:15
2018-07-27T23:01:15
138,418,923
0
0
null
null
null
null
UTF-8
Java
false
false
1,293
java
import java.util.Scanner; public class View { Scanner scanner = new Scanner(System.in); // Initialize equation variables int num1 = 0; int num2 = 0; // Run the program public void run() { welcome(); multiply(); close(); } // Close the scanner private void ...
[ "jarom.rial@gmail.com" ]
jarom.rial@gmail.com
8f60d8e21cfe4e2fb782c3f7ca7bc182c01d1202
bfd0096b4d5aa9209f22b6941573b3db8729627e
/src/main/java/com/demo/crud/domain/Deal.java
93fb62e3051588d7f7753348eba9cb87cc07a0fd
[]
no_license
pravinguru2018/dealcrud
605ef327fc0f50152d5b7c08c2b20c21bed2b7fe
73e607267a58144e39951f39853f819b746dd494
refs/heads/master
2020-04-10T18:54:26.786978
2018-12-10T18:09:42
2018-12-10T18:09:42
161,216,530
0
0
null
2018-12-10T18:09:43
2018-12-10T18:08:30
Java
UTF-8
Java
false
false
18,310
java
package com.demo.crud.domain; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import javax.persistence.*; import java.io.Serializable; import java.time.Instant; import java.util.Objects; /** * A Deal. */ @Entity @Table(name = "deal") public class Deal implements Serializable { private static fi...
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
9806b3c28dcf1d2e7c85ca7a7c727b45d92aa233
bd6ce0d90ec609490f680aa20d813cc50e2028ef
/1.JavaSyntax/src/com/javarush/task/task09/task0923/Solution.java
60599e2da74304c27435b3ded37e5b1a7c97fad6
[]
no_license
AnanevKirill/javaRush
3e3975a643135f3ecea199db5b2cb860bb7576a6
9385513e58283711110a2664df359ac699ea07d5
refs/heads/master
2023-01-29T21:02:07.778417
2020-12-13T11:22:02
2020-12-13T11:22:02
255,994,479
0
0
null
null
null
null
UTF-8
Java
false
false
1,378
java
package com.javarush.task.task09.task0923; import java.io.BufferedReader; import java.io.InputStreamReader; /* Гласные и согласные */ public class Solution { public static char[] vowels = new char[]{'а', 'я', 'у', 'ю', 'и', 'ы', 'э', 'е', 'о', 'ё'}; public static void main(String[] args) throws Exception {...
[ "nomad73@live.ru" ]
nomad73@live.ru
68f6032903b9c1aa277723b82443de2357faf312
3803fc7fbf77b3916a9415629de0901d19a1565c
/src/main/java/com/documaster/rms/noark/ws/noarkentities/Dokumentfil.java
866babf4f4bf08ee59ac065c15a444a2473d8b29
[ "Apache-2.0" ]
permissive
documaster/ws-client-n5-java
372e83f7e645b2738575d63d5dd61868a3b4b1cb
81d004832488d1c8116c04ab1a11302c0624f47d
refs/heads/develop
2023-08-18T17:40:21.302955
2023-08-14T11:40:17
2023-08-14T11:40:17
191,155,290
2
0
Apache-2.0
2023-07-21T12:34:48
2019-06-10T11:28:01
Java
UTF-8
Java
false
false
293
java
package com.documaster.rms.noark.ws.noarkentities; import com.documaster.rms.noark.ws.client.Bean; public class Dokumentfil implements Bean { private String id; public Dokumentfil() { } public Dokumentfil(String id) { this.id = id; } public String getId() { return id; } }
[ "dimitar.ouzounov@documaster.com" ]
dimitar.ouzounov@documaster.com
a5aadd72a93d6aa55f90bb3701c70dd70b7f8073
550ea3fff670be5af4c53adf2a577724abae7e3c
/Personal Projects/Android (Java)/CBT Aid/CBTAid/app/src/main/java/com/example/cbtaid/RecapActivity.java
d70ba624efd1b82352a88c61a2c0c8bb1633f3f0
[]
no_license
tonydjones/Portfolio
c07b005ce942f5be57b5c8b5413ad335c97337b1
2927f80290912c3fa023a37db520799fbcdc41c3
refs/heads/master
2023-03-24T23:34:18.481016
2021-03-23T14:11:51
2021-03-23T14:11:51
299,838,777
0
0
null
null
null
null
UTF-8
Java
false
false
8,576
java
package com.example.cbtaid; import android.content.Intent; import android.content.SharedPreferences; import android.os.Bundle; import android.util.Log; import android.view.Gravity; import android.view.View; import android.view.ViewGroup; import android.widget.LinearLayout; import android.widget.TextView; import com.g...
[ "tdjones@alum.mit.edu" ]
tdjones@alum.mit.edu
6279f388564e62ac4aae348710a0b19fee7cab41
9e1ad925f368f89a3849de6cedcfa4eb67658494
/src/main/java/twopointers/ThreeSumZero.java
16f0ecc00d1773898183bf5462f77fd816fea9d5
[]
no_license
sherif98/ProblemSolving
d776c7aff35f3369a5316d567d092daee290c125
e120733197d6db08cd82448412ce8fa8626a4763
refs/heads/master
2021-09-16T22:40:36.257030
2018-06-25T16:52:46
2018-06-25T16:52:46
125,643,027
0
0
null
null
null
null
UTF-8
Java
false
false
1,613
java
package twopointers; import java.util.*; public class ThreeSumZero { public static void main(String[] args) { ThreeSumZero threeSumZero = new ThreeSumZero(); ArrayList<ArrayList<Integer>> arrayLists = threeSumZero.threeSum(new ArrayList<>(Arrays.asList(2, 1, 0, -1, -1, -4))); System.out.p...
[ "sherif.hamdy.1995@gmail.com" ]
sherif.hamdy.1995@gmail.com
6970b6c10b5a32ec21501e140df626ef1bace04e
ad9894ab97d4f50ded697af4c5a20e5aa6730281
/rms-common/src/main/java/com/thinkgem/jeesite/common/filter/search/builder/PropertyFilterBuilder.java
ed3a82b62e1bf7ba81411a337fbc8198bfbd89d1
[]
no_license
xiaopapasoftware/rms
b7628981172ebab2a74fe357f36c8d5ca235b880
4fc0b8903faca4d72e3b40af3be1451492dac9b2
refs/heads/master
2022-12-23T11:41:26.101973
2020-11-25T03:40:39
2020-11-25T03:40:39
34,152,531
2
13
null
2022-12-16T09:45:31
2015-04-18T04:36:41
JavaScript
UTF-8
Java
false
false
1,603
java
package com.thinkgem.jeesite.common.filter.search.builder; import com.thinkgem.jeesite.common.filter.search.MatchType; import com.thinkgem.jeesite.common.filter.search.PropertyFilter; import com.thinkgem.jeesite.common.filter.search.PropertyType; import java.util.ArrayList; import java.util.List; /** * Created by ...
[ "wggorking@163.com" ]
wggorking@163.com
5f09fd6c0537449c31d2d6c98742e0cf00ee31e6
319531f0ef01900b83d106d53cb4e9502e33f355
/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/query/TestQueryConvertPositionalParameters.java
ae39d4f6f253e127782592cf938f35930ea2fc3f
[ "Apache-2.0", "CDDL-1.0", "LicenseRef-scancode-oracle-openjdk-exception-2.0", "GPL-2.0-only" ]
permissive
wso2/wso2-openjpa
798822ee319590eed5a00ae21b65b6977faf162d
9c3801c861d1a0c9d93a9fa5cfa0cbe749114b92
refs/heads/master
2023-08-14T23:55:26.907881
2022-04-05T09:32:59
2022-04-05T09:32:59
97,706,188
35
16
Apache-2.0
2022-04-05T09:33:00
2017-07-19T10:56:02
Java
UTF-8
Java
false
false
5,984
java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
[ "nandika@wso2.com" ]
nandika@wso2.com
56389c5ebd935bb8cd2c9eb2ac2510915d75a860
3605e89cc07a6b7c1d879b3d65b37e83c288fced
/appng-core/src/main/java/org/appng/core/controller/handler/StaticContentHandler.java
6ac2867ac667ca8900d7f3cde0045f55d80d08ba
[ "Apache-2.0" ]
permissive
madness-inc/appng
e6d04dd5e71153c9b5cbc8fbecad6f87b4599a10
91343914034a6a14ea2929a2b125762b20cd3672
refs/heads/master
2021-08-19T02:39:15.909517
2017-11-09T10:16:20
2017-11-09T10:16:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,311
java
/* * Copyright 2011-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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
[ "matthias.mueller@appng.org" ]
matthias.mueller@appng.org
1a714f9da24ba610440e3a309fdc120ce61ddb8c
2c4f2efab569c5d9302f9c00a972298802e61f67
/Task_FinalProject_WebApplication/src/by/training/finaltask/parser/PetFormParser.java
413ec352d492be62674d86b7df8baed2b9fdbe98
[]
no_license
alialiusefi/EPAM_JavaWebDev_Course
066ffe0c3b3fcdd5b5a51b2e59e887752b1f1157
b229167d84b118147d6b255229976b0ff3ec23aa
refs/heads/master
2022-12-04T15:02:37.944559
2019-08-03T08:56:54
2019-08-03T08:56:54
170,365,647
1
1
null
null
null
null
UTF-8
Java
false
false
5,407
java
package by.training.finaltask.parser; import by.training.finaltask.action.Action; import by.training.finaltask.dao.mysql.DAOEnum; import by.training.finaltask.entity.*; import by.training.finaltask.exception.InvalidFormDataException; import by.training.finaltask.exception.PersistentException; import by.training.finalt...
[ "alighanem99@live.com" ]
alighanem99@live.com
98598843e27bb854402f94dd8c47f1ad18d9ea1d
9b1138d5817c947a76321c722738fc207c00f56b
/app/src/main/java/com/hideactive/widget/MTextView.java
cedd88f7384c2b64daa2e2dbf37e924c516e273b
[]
no_license
CharlotteSean/HideActive
b81d2527cab85870a16e8406306e3bb1eb56bc65
d9cbdb742ddb960869187c084a89b685b16225aa
refs/heads/master
2020-03-11T13:41:24.307080
2017-03-03T10:14:55
2017-03-03T10:14:55
130,031,951
1
0
null
null
null
null
UTF-8
Java
false
false
22,952
java
package com.hideactive.widget; import java.lang.ref.SoftReference; import java.util.ArrayList; import java.util.Arrays; import java.util.Comparator; import java.util.HashMap; import android.app.Activity; import android.content.Context; import android.graphics.Canvas; import android.graphics.Color; import ...
[ "zcj4366460@outlook.com" ]
zcj4366460@outlook.com
26a45dc4cf64807bca2b6e70d807d825c1338a38
c8d2d0aa44ee524e5959067b44ce08b72c19bdf7
/src/main/java/com/kd/platform/core/util/StringUtil.java
8a2787d607105c1cdc960f36a8be731908c3d7d0
[]
no_license
FreyFan/aund
c968af903f0abcdc2b9fd6ba0c6b5ecf19eb737a
bc83b633a809300532e087d4ec451070e8ab1157
refs/heads/master
2021-01-01T03:50:20.352172
2016-05-12T09:03:19
2016-05-12T09:03:19
58,625,368
0
0
null
null
null
null
UTF-8
Java
false
false
52,740
java
package com.kd.platform.core.util; import java.beans.XMLDecoder; import java.io.BufferedInputStream; import java.io.ByteArrayInputStream; import java.io.StringWriter; import java.io.UnsupportedEncodingException; import java.net.URLDecoder; import java.net.URLEncoder; import java.text.DecimalFormat; import java.util.Ar...
[ "863083337@qq.com" ]
863083337@qq.com
d4db1c6a1ac775a80a0a4e96582181260b08b514
1ffc414ff9c8f018f68108d5e6b5a56aba6baf0b
/src/main/java/net/xiaodiclass/xdclass/domain/User.java
9fe43006c616bdac49f733de06936c2b236463ea
[]
no_license
hongzuiliyu91/xdclass-wxpay
11447e970286f64834b8919ec2944c0b2c41a71a
7c5c2bd4cde7b10fdd02e4301f6b4e76f7bc8d9a
refs/heads/master
2022-06-29T10:11:56.481356
2020-02-22T06:40:16
2020-02-22T06:40:16
242,292,132
0
0
null
2022-06-21T02:50:43
2020-02-22T06:30:37
Java
UTF-8
Java
false
false
1,421
java
package net.xiaodiclass.xdclass.domain; /** * 用户表 */ public class User { private Integer id; private String openid; private String name; private String headImg; private String phone; private String sign; private Integer sex; private String city; private java.util.Date createTime; public Intege...
[ "945403338@qq.com" ]
945403338@qq.com
4c241f27dd4bc2bbedcbf1e9a22227795c5f5200
465396b8a03c52eb589c92090d9a22ff62de99c5
/T-GWAP/src/com/tarena/dang/service/CartService.java
5d8b5ea06a4b6b0775c3e1312dd0bb7020a29c37
[]
no_license
oneboat/onlineBookCity
9aa4b0c0ab3ac98b5b26cff0128954f64798093b
7567a193ebba6ec5d7e20a1f071097fdc1127bfa
refs/heads/master
2020-05-05T10:00:43.305769
2018-09-25T04:19:28
2018-09-25T04:19:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
715
java
package com.tarena.dang.service; import java.sql.SQLException; import java.util.List; import com.tarena.dang.entity.CartItem; import com.tarena.dang.entity.Item; public interface CartService { public void add(int id) throws SQLException; public void delete(int id) throws SQLException; public void recovery(int ...
[ "317108332@qq.com" ]
317108332@qq.com
8e084d2245a114c23ac45331b4a1edcf27ab60df
493a8065cf8ec4a4ccdf136170d505248ac03399
/net.sf.ictalive.coordination.agents.diagram/src/net/sf/ictalive/coordination/agents/diagram/preferences/DiagramGeneralPreferencePage.java
48501cc9830b45c77c49800b473b5fb8652ac296
[]
no_license
ignasi-gomez/aliveclipse
593611b2d471ee313650faeefbed591c17beaa50
9dd2353c886f60012b4ee4fe8b678d56972dff97
refs/heads/master
2021-01-14T09:08:24.839952
2014-10-09T14:21:01
2014-10-09T14:21:01
null
0
0
null
null
null
null
UTF-8
Java
false
false
487
java
package net.sf.ictalive.coordination.agents.diagram.preferences; import net.sf.ictalive.coordination.agents.diagram.part.AgentsDiagramEditorPlugin; import org.eclipse.gmf.runtime.diagram.ui.preferences.DiagramsPreferencePage; /** * @generated */ public class DiagramGeneralPreferencePage extends DiagramsPreferenceP...
[ "salvarez@lsi.upc.edu" ]
salvarez@lsi.upc.edu
b8a8415fc1de7cb2d33bc95c3c9943773e523b51
c32a27510d8a2b7ba0a8700e2a3320e1c9dd059a
/i18n/src/main/java/com/ximi/i18n/CustomizedMassageSourceDome.java
4a53201d3c737f0c72691db65474c42020d7d57c
[]
no_license
Ximi321/springboot
6f00dde8cb56498b30cf586cc61d0aa54d185ae0
7e22a2d4415a88ed0508e12c45a560e8306f99ce
refs/heads/master
2023-01-23T11:54:54.844210
2020-11-26T03:18:49
2020-11-26T03:18:49
298,139,218
0
0
null
null
null
null
UTF-8
Java
false
false
1,500
java
package com.ximi.i18n; import org.springframework.boot.WebApplicationType; import org.springframework.boot.autoconfigure.EnableAutoConfiguration; import org.springframework.boot.autoconfigure.context.MessageSourceAutoConfiguration; import org.springframework.boot.builder.SpringApplicationBuilder; import org.springfram...
[ "liu.qing@belle.com.cn" ]
liu.qing@belle.com.cn
04d07f5f57bf9fa3426fd93282fe8334e420ece8
fd2ce4ca9173602543aa2ec337f8080e6a4dc262
/src/NPSJFAlgorithm.java
86249b92a49b4533a7b809325de39f43600ce811
[]
no_license
andreasp1994/java-scheduling-algorithms-simulation
1db7e2db3cf20aa24848421fc9421d986489c410
e27ef8058ef43c0b8184a90b6dfd7996df740e57
refs/heads/master
2021-01-19T11:52:11.007040
2017-04-12T02:39:29
2017-04-12T02:39:29
88,001,591
0
0
null
null
null
null
UTF-8
Java
false
false
432
java
import java.util.ArrayList; import java.util.Collections; public class NPSJFAlgorithm implements ISchedulingAlgorithm{ public void schedule(ArrayList<Process> readyQueue) { Collections.sort(readyQueue, new CBTComparator()); } public void enqueueProcess(ArrayList<Process> readyQueue, Process process) { rea...
[ "apogiatzis@airpoint.net" ]
apogiatzis@airpoint.net
0576a4b04997a1a20b1571233afa465bc45d2dff
df58edfbdf39d51333e99d6c1525346137629a0b
/work/Catalina/localhost/corsostudi/org/apache/jsp/Tabellinadelx_jsp.java
8b285d2b3ed77768f0f553fe12a580027584c4ef
[]
no_license
albertomarini1992/esercitazione9
784f1eb4ad43350ff88a44c6abcc3c8f219c59fa
df81fbe5db4485f54c7a38dfc24b6fc4bcb2d9f1
refs/heads/master
2020-12-24T18:03:56.690919
2014-05-28T10:59:09
2014-05-28T10:59:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,462
java
/* * Generated by the Jasper component of Apache Tomcat * Version: Apache Tomcat/7.0.30 * Generated at: 2014-05-14 13:51:17 UTC * Note: The last modified time of this file was set to * the last modified time of the source file after * generation to assist with modification tracking. */ package org.ap...
[ "id224zzf@delta057.scienze.univr.it" ]
id224zzf@delta057.scienze.univr.it
e1e0536ef9f32c22d1080afef3ba358db6dd908a
97371693a4b6cfb125581d93207e0c23a58dae7f
/JavaPractice/src/org/dimigo/oop/Snack.java
0b55ed7650748c659b9eca4aed33b302684fe62f
[]
no_license
WP152331/JavaPractice
1e9f175221234e8bcf47f8dd8d1ac53c1da830fb
1d91d83ee532d03854309470f2464863f09a04e5
refs/heads/master
2021-01-24T18:05:13.478927
2017-06-15T02:42:02
2017-06-15T02:42:02
84,389,010
0
0
null
null
null
null
UTF-8
Java
false
false
1,509
java
/** * */ package org.dimigo.oop; /** * <pre> *org.dimigo.oop * l_ Snack * * 1.개요 : * 2.작성일 : 2017. 4. 5. * </pre> * * @author : huand * @version : 1.0 */ public class Snack { public Snack(String name,String company,int price,int number){ this.name = name; this.company = com...
[ "huand@DESKTOP-ANJD64O" ]
huand@DESKTOP-ANJD64O
17b5f3de4f582a1453b2541ffdffdfac92b92644
91c3c78ba9a97d1a811663e219a56e47bb0d0394
/Pokeson/src/com/order/controller/checkOutItem.java
47171698fc0d576124d602a4a803190626d03bef
[]
no_license
EEIT89Team4/PoKeSong_Go
013f99d244eaf8b7063087c1a84caa05d70cca91
309996c2023dd90e6e93b185d9ca0c48a3e57d46
refs/heads/master
2020-07-01T21:43:01.501910
2016-11-25T05:23:19
2016-11-25T05:23:19
74,257,295
0
0
null
null
null
null
UTF-8
Java
false
false
2,508
java
package com.order.controller; import java.io.IOException; import javax.servlet.RequestDispatcher; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse...
[ "Student@EEIT-PC" ]
Student@EEIT-PC
e1ffb53138f36e366b9541d654ca53b49cef4ec4
b0a378252a1178c160ff366207f84e5b0da9a982
/mcp/src/minecraft/org/educraft/block/operators/OperatorContainer.java
38745de103d6c7319d6cbcd4a86bfdb5179a7503
[]
no_license
xuegoo/EduCraft
2435be9eea05ea9031dfb03c31e1e56d6e5c356a
8c81ee0be041dd10f6580e96e2e6bd5c56bfa475
refs/heads/master
2020-03-07T18:28:46.218940
2014-04-08T18:22:01
2014-04-08T18:22:01
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,080
java
package org.educraft.block.operators; import org.educraft.EduCraft; import net.minecraft.block.Block; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.entity.player.InventoryPlayer; import net.minecraft.inventory.Container; import net.minecraft.inventory.IInventory; import net.minecraft.inventory...
[ "ian.knight.1990@gmail.com" ]
ian.knight.1990@gmail.com
4712fc043dfbfc2af748c2af01c17e821e69d381
78215043ac0337a04b9456572885b8c01e500faa
/app/src/main/java/employeesList/CategoryAdaptor.java
893bd3499889eecef804a2e306ca391a4e5ef4c8
[]
no_license
pwodarczyk/service-search
23d762062205cacb478d1b30f99711d709518c74
25ba13356ffbfdd045d4f1468c7b2d3b4cab38d6
refs/heads/master
2021-06-01T02:48:35.095680
2016-08-16T03:09:22
2016-08-16T03:09:22
58,895,030
0
0
null
null
null
null
UTF-8
Java
false
false
6,858
java
package employeesList; import android.content.Context; import android.content.Intent; import android.net.Uri; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdapter; import android.widget.Button; import android...
[ "philip.wodarczyk@gmail.com" ]
philip.wodarczyk@gmail.com
57d6659d6d4c3171266dd442cf425b7791479eca
f4409f54ee7340b38582a6180e26d5077d7d0401
/src/Assignments/Test0010.java
fc3580da4856a5d051aa200c6faaef2a61a3e611
[]
no_license
Bhagyashree005/project2
04f447a298dcb76c1e9214341c097e263160197a
ed16cf6e7ade7324570af7e69e9481b5e8fd373d
refs/heads/master
2021-07-02T00:48:42.799290
2019-08-21T06:46:34
2019-08-21T06:46:34
202,292,179
0
0
null
null
null
null
UTF-8
Java
false
false
974
java
package Assignments; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; import org.testng.annotations.Test; public class Test0010 { static { System.setProperty("webdriver.chrome.driver","./Drivers/chromedriver.exe" ); } WebDriver driver; @Tes...
[ "bgkatapur@gmail.com" ]
bgkatapur@gmail.com
1fedc123ef84a88bc03e85eaf905f508b837c5c5
a40cd7b02d09dc5ee858cda3408e04fc09d69996
/src/java/Services/ServiceDeTeste.java
b68678359efcc3b97bb35c64bfd491039fde9742
[]
no_license
EduardoPedrosa/Research_Website
af3af4b6846333ece096ce0bc2554aba5e63daeb
932e237ce586738a339048a073db9738dd3d12c6
refs/heads/master
2020-08-08T08:01:25.592013
2019-12-09T18:41:53
2019-12-09T18:41:53
213,786,747
0
0
null
null
null
null
UTF-8
Java
false
false
927
java
package Services; import Utils.DbConnection; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.util.ArrayList; public class ServiceDeTeste { public ArrayList<String> getPesquisadores() throws Exception{ Connection conn = DbConnection.getInstance().getCon...
[ "igortorati@gmail.com" ]
igortorati@gmail.com
e617b5806da25ac9f8291ef2160cdbbed969417a
3644a0308b6fdb09d436a597069d2f05e7149200
/org.hl7.fhir.dstu2016may/src/main/java/org/hl7/fhir/dstu2016may/model/api/IBaseEnumFactory.java
4b2bc14b0ba35f4d4fc7cd14e485c1ee9ab6d78c
[ "Apache-2.0" ]
permissive
patrick-werner/org.hl7.fhir.core
1b6f56eea676b9f74244240b515310a34059ae3f
f5c592fbadf9cdbf0c668b856b719b8716249277
refs/heads/master
2020-04-23T11:49:12.701805
2019-02-08T06:52:37
2019-02-08T06:52:37
171,149,064
0
0
Apache-2.0
2019-02-17T17:13:26
2019-02-17T17:13:26
null
UTF-8
Java
false
false
1,322
java
package org.hl7.fhir.dstu2016may.model.api; /* * #%L * org.hl7.fhir.dstu2016may * %% * Copyright (C) 2014 - 2019 Health Level 7 * %% * 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 * ...
[ "jamesagnew@gmail.com" ]
jamesagnew@gmail.com
e25d7e9854bfcc1aec6bc4b0549d2f30f47859fc
d24714ef9ae65e35faa0d382986318d64974ebf5
/src/main/java/pl/coderslab/charity/controllers/DonationController.java
15c6d91bc1fde6e64c4a87149fd968ce6a72165e
[]
no_license
BergerMarcin/portfolioLabCharity
e5eeed6d45b21b7e3b91fd437583c1e6afe79bbd
bdf6cd382ade4d65a2bc0f9ffb575b5277354d71
refs/heads/master
2020-11-25T02:59:28.148355
2020-01-27T22:56:46
2020-01-27T22:56:46
228,465,447
0
0
null
null
null
null
UTF-8
Java
false
false
5,166
java
package pl.coderslab.charity.controllers; import lombok.extern.slf4j.Slf4j; import org.springframework.security.core.annotation.AuthenticationPrincipal; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.validation.BindingResult; import org.springframewor...
[ "marcin.berger@wp.pl" ]
marcin.berger@wp.pl
98f9f0e0b22ddab9a76c88f3ce8a8cd3d37f8723
0f77c5ec508d6e8b558f726980067d1058e350d7
/1_39_120042/com/ankamagames/wakfu/client/network/protocol/frame/guild/HavenWorldGuildNotifyBuildingRemovedMessageRunner.java
89dd2777f13f3328eaa061d55e12fe19790c621b
[]
no_license
nightwolf93/Wakxy-Core-Decompiled
aa589ebb92197bf48e6576026648956f93b8bf7f
2967f8f8fba89018f63b36e3978fc62908aa4d4d
refs/heads/master
2016-09-05T11:07:45.145928
2014-12-30T16:21:30
2014-12-30T16:21:30
29,250,176
5
5
null
2015-01-14T15:17:02
2015-01-14T15:17:02
null
UTF-8
Java
false
false
710
java
package com.ankamagames.wakfu.client.network.protocol.frame.guild; import com.ankamagames.wakfu.client.network.protocol.message.game.serverToClient.havenworld.*; import com.ankamagames.wakfu.client.core.game.group.guild.*; import com.ankamagames.framework.kernel.core.common.message.*; class HavenWorldGuildNotifyBuild...
[ "totomakers@hotmail.fr" ]
totomakers@hotmail.fr
2435ce95ca3e8ff6a79b60d899090b39e23677cc
59be8dfbf238dedbc75f1494284869f7e8952aa7
/LLKC/src/com/zrlh/llkc/corporate/RequestMsgAdapter.java
acc968f79c3efc90df8e28b8f2fdc55d9360b530
[]
no_license
2006003845/yidagong
8e9832ed20bc4c12ffd96747c529282281245295
42310a951d965ec0f049cd1e066f13202585ca80
refs/heads/master
2021-01-13T05:14:14.272625
2017-02-08T07:06:49
2017-02-08T07:06:49
81,278,782
0
0
null
null
null
null
UTF-8
Java
false
false
5,576
java
package com.zrlh.llkc.corporate; import java.util.List; import org.json.JSONException; import android.annotation.SuppressLint; import android.content.Context; import android.os.AsyncTask; import android.view.LayoutInflater; import android.view.View; import android.view.View.OnClickListener; import android.view.ViewG...
[ "zhilongzhou@creditease.cn" ]
zhilongzhou@creditease.cn
c3f8a6480edd8b2ce91d06a83fff53192e5659eb
d846eba2ae0fe42ae3d1727e7f5059b823d55277
/app/src/main/java/com/huashengfu/StemCellsManager/entity/response/sms/Unfinished.java
3abe5a010dac40c82dd9e644c59a2451e95036a1
[]
no_license
hsf301/StemCellsManager
f394f6d99c714afca25b287d75f2b7d2ec0be184
7da87a557b3e1f810f6d561a29fdefabd196241c
refs/heads/master
2023-01-14T03:24:57.513162
2020-11-22T03:35:56
2020-11-22T03:35:56
313,851,661
0
0
null
null
null
null
UTF-8
Java
false
false
451
java
package com.huashengfu.StemCellsManager.entity.response.sms; import java.io.Serializable; public class Unfinished implements Serializable { private int id; private int isFinish; public int getId() { return id; } public void setId(int id) { this.id = id; } public int get...
[ "tony.u.sun@163.com" ]
tony.u.sun@163.com
69f6a86ece2d2503834ddd1da9494ff56631d1ef
55cebe7786bff365aa2ff1d20ec971775a684d45
/src/main/java/com/xianzhi/platform/webapp/controller/goods/api/GetGoodsListRequest.java
ba33ee8602f6de3070cd0414e72929717154ee48
[]
no_license
luckykaisen/xianzhi-platform
695b6833e094d22c5f1308b9cbe65d270b45f68f
2d880b622a18cd983a56a7f27ee177c7ac4c3e87
refs/heads/master
2022-06-22T07:17:20.057605
2019-09-07T02:02:47
2019-09-07T02:02:47
205,788,331
0
0
null
2022-06-17T02:30:19
2019-09-02T06:11:35
Java
UTF-8
Java
false
false
593
java
package com.xianzhi.platform.webapp.controller.goods.api; import com.xianzhi.platform.webapp.common.rs.api.PagingRequest; import com.xianzhi.platform.webapp.data.filter.GoodsFilter; import lombok.Getter; import lombok.Setter; /** * @author: WeiKaiSen * @date: 2019/9/4 17:47 */ @Getter @Setter public class GetGoods...
[ "weikaisen@zy.com" ]
weikaisen@zy.com
615970bd1e2efce63c8a76d6dde1f726a6b5054c
5aac67a95d000bbd806d32544666a0485b5ec4e6
/AGSN_sourcecode/AGSN.diagram/src/AGSN/diagram/edit/helpers/InContextOfEditHelper.java
8b07b93bf6ba79718f0d55d365cb519a07989d5d
[]
no_license
lunalixxi/AGSN
e44114ada3eb825e3cdb768b69d2d17716727afe
574aca4f4a418650dbb81890281bcf8463f25955
refs/heads/master
2020-07-03T03:22:22.362969
2018-07-27T15:31:13
2018-07-27T15:31:13
74,198,462
2
0
null
2018-07-27T15:31:14
2016-11-19T09:09:40
Java
UTF-8
Java
false
false
135
java
/* * */ package AGSN.diagram.edit.helpers; /** * @generated */ public class InContextOfEditHelper extends AGSNBaseEditHelper { }
[ "lunalixxi@hotmail.com" ]
lunalixxi@hotmail.com
f314a9c9e6ebb08c58bc3219f5a5a06c5ae5f0d7
7f2d3dc1dbdeae9c3e835e30606d2dd9db2a55d6
/app/src/main/java/de/polkagris/sffoderscan/MainActivity.java
097c5fb2e1dbb35fcee5fce5868836fe266f4db1
[]
no_license
Kuriosa84/SFFoderScan
cd3d9e49db8d3b860b9cd2160fddde4789014d6f
272cfb09ff3741c3020dec6839768e42975f0437
refs/heads/master
2020-04-08T23:38:08.501211
2019-01-18T12:19:27
2019-01-18T12:19:27
159,833,234
0
0
null
null
null
null
UTF-8
Java
false
false
11,758
java
package de.polkagris.sffoderscan; import android.content.DialogInterface; import android.support.v7.app.AlertDialog; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.content.Intent; import android.text.Html; import android.text.InputType; import android.text.format.DateFormat; ...
[ "Kuriosa84" ]
Kuriosa84
9f1363f53757399fa401f1826e595ce205835f33
3b03bcc414f3ef57c1dff6a29f478258777180e2
/app/src/main/java/com/app/utiles/other/ActivityUtile.java
12435b898dd8b671d204a77778661091fc317974
[]
no_license
452693688/PAD
da707d2028a87eb0195ddfeccd2137f312f59717
1ed6e976c3b827ab3d302922a3fcab40839f7c4f
refs/heads/master
2020-08-02T17:48:53.896708
2016-11-11T15:32:22
2016-11-11T15:32:22
73,489,006
0
0
null
null
null
null
UTF-8
Java
false
false
4,710
java
package com.app.utiles.other; import android.app.Activity; import android.content.ComponentName; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.text.TextUtils; import com.app.ui.activity.base.BaseApplication; import java.io.Serializable; public class ActivityUtile {...
[ "452693688@qq.com" ]
452693688@qq.com
042bd75c07087345023132caeca0750e0d25070e
7218172cc9602bc6ace18360a82afc5de521dccf
/ActivityAwareSystem/src/adaption/KNNModel.java
50fcba805fadda1140322b334b7f66ad91981e3d
[]
no_license
NTUSmartHome/ActivityAwaring
a7378d4827f2935ce14ab997278a25701fba1e22
3824abf9acac20d5b10118fc94e7385376f55db9
refs/heads/master
2016-08-12T16:09:37.448915
2015-11-29T09:44:42
2015-11-29T09:44:42
36,976,797
0
0
null
null
null
null
UTF-8
Java
false
false
3,266
java
package adaption; import java.io.BufferedReader; import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; import java.util.Vector; public class KNNModel { String version = ""; Vector<Vector<Vector<Double>>> modelVector = new Vector<Vector<Vector<Double>>>(); ...
[ "nizi1127@gmail.com" ]
nizi1127@gmail.com
2ea26b96772f918c5f382e61b8104243d4864abe
5db8b849c3a41db722d896650254f55961f77a91
/widget/VXProgressBar.java
33df1a781f186131315b649416d4ad31036079c9
[]
no_license
ComethTheNerd/Vapor-API
15a9261d987bef6db429ef98dbec7029b546243d
80e64900f429e515dd2fe045a33cd0b5d21396c5
refs/heads/master
2020-12-11T07:59:53.835685
2014-01-01T17:41:55
2014-01-01T17:41:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,194
java
/* Vapor API Terms and Conditions * * - You MAY NOT * - attempt to claim ownership of, or pass off the Vapor source code and materials as your own work unless: * * - used as constituent component in an Android application that you intend to release and/or profit from * * - use or redistribute the Vapor so...
[ "dhodaei@hotmail.co.uk" ]
dhodaei@hotmail.co.uk
3a281663670c7c71cb9e5f5569cdfd20cd730bf0
7a90836d66d736ab2b9986908428cd2bf5e7a40e
/src/main/java/erebus/tileentity/TileEntityErebusAltarXP.java
a01dbd0c2a91d92ccf2735543a6997c7f15c9629
[]
no_license
sokratis12GR/TheErebus
075db88cfce5da5f2461cbc6d763a27166ab5c1c
c33a970fa3f9752aa5260a77e5db4c395eb358df
refs/heads/mc1.12
2020-03-30T12:18:22.280170
2018-10-02T08:43:03
2018-10-02T08:43:03
151,218,100
0
0
null
2018-10-02T08:43:04
2018-10-02T07:39:54
Java
UTF-8
Java
false
false
3,071
java
package erebus.tileentity; import erebus.Erebus; import erebus.ModBlocks; import erebus.ModSounds; import erebus.network.client.PacketAltarAnimationTimer; import net.minecraft.nbt.NBTTagCompound; import net.minecraft.util.ITickable; import net.minecraft.util.SoundCategory; import net.minecraft.util.math.BlockPos; impo...
[ "curve_linear@hotmail.com" ]
curve_linear@hotmail.com
c426632c7bfb943e91f378ee6f89cda4e32d1168
2c6ead00deefb59ea06135f4496c6ec48568e7d1
/src/com/kaoqibutaitou/bit/tools/CountProjectLineApp.java
a6e841bb772c8a74176ba621e0c96993242a4ddd
[]
no_license
kaoqibutaitou/Tools
54146dea32e526b09925c2d96b5b992c3ab6d999
f18532a746515e23c500b7bea20aa93e2f2a935c
refs/heads/master
2021-01-12T01:02:12.516683
2017-01-17T14:43:11
2017-01-17T14:43:11
78,332,615
0
0
null
null
null
null
UTF-8
Java
false
false
7,195
java
package com.kaoqibutaitou.bit.tools; import com.kaoqibutaitou.bit.tools.impl.IAppImpl; import com.kaoqibutaitou.bit.tools.inter.IApp; import java.io.*; /** * 用于统计项目的代码行数。 */ public class CountProjectLineApp extends IAppImpl<Long> { private String projectDirectoryPathString; private String [] fileSuffixs; ...
[ "kaoqibutaitou@foxmail.com" ]
kaoqibutaitou@foxmail.com
8ffc9dde2ff1335558b054b959a9d22d2f038363
a93b70d5f14761c761ce7637bd371e3d57a59b52
/src/scannerclasses/CalculatorAdding.java
5ea238b755bec8b97e4876c3b530603f2c8ba2bb
[]
no_license
faizansyed1008/PracticeCoding
96d8d99e2d351504590fb4f1921fdda1c74b64cd
3d9475857bb502e6b3e9ed09e673e1e42214a05f
refs/heads/master
2022-02-21T23:28:02.085278
2019-10-17T20:48:17
2019-10-17T20:48:17
198,100,717
0
0
null
null
null
null
UTF-8
Java
false
false
607
java
package scannerclasses; import java.util.Scanner; public class CalculatorAdding { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); System.out.println("This is the best calculator"); System.out.println("please enter your integer value"); int avalue = scanner.nextInt()...
[ "faizansyed1008@gmail.com" ]
faizansyed1008@gmail.com
51b28c6e68558588913f65e43038137c19cbf5f2
3dd9e9f25c923c449a71194f30d648968262a549
/projectOne-parent/projectOne-pojo/src/main/java/com/kk/pojo/NewsType.java
52c12fea566d94bfc5d1f79a7431817ab7316ebd
[]
no_license
SmallGlass/SSM
f4b84432fc6b4b644a86dc725c2fc6cabe7b8ffb
4e8f599222fdfc26f9a30a6bccb879a972e95603
refs/heads/master
2020-03-09T15:58:24.294814
2018-04-21T09:07:28
2018-04-21T09:07:28
128,872,564
0
0
null
null
null
null
UTF-8
Java
false
false
464
java
package com.kk.pojo; public class NewsType { private Integer newsTypeId; private String typeName; public Integer getNewsTypeId() { return newsTypeId; } public void setNewsTypeId(Integer newsTypeId) { this.newsTypeId = newsTypeId; } public String getTypeName() { r...
[ "xinchaozhulang@126.com" ]
xinchaozhulang@126.com
50a09dfe92b8c45efa17105c44d7689d29f47656
5bdff77e1a96a792937dfc77bf78d5d816f5500a
/src/main/java/com/blank/controller/common/ErrorController.java
d6305ebfd5795b9feb419db5291cef6ca4410c98
[]
no_license
Chen1997c/order_manager
959bde056e3f6541089e4302e49f034c1a24b0db
143a5f85630b143bfad59486da2dc51ca3a3faa8
refs/heads/master
2021-06-28T23:01:35.197117
2019-04-23T03:47:34
2019-04-23T03:47:34
145,122,929
1
0
null
null
null
null
UTF-8
Java
false
false
709
java
package com.blank.controller.common; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestMapping; /** * <p> * 功能描述:错误页面控制器 * </p> * * @author :Team Blank * @since :2018.08.17 */ @RequestMapping("/...
[ "1095394636@qq.com" ]
1095394636@qq.com
d43b216e585bca811cbc1f74e76311ef5b982dc6
1c609693bdaf01134c7a283cb75b5f560ac1009a
/maple-spider/src/main/java/com/iflytek/spider/metadata/DublinCore.java
d67c298ba399850b4c4ec32e3671e842d30fd310
[]
no_license
sunmeng007/spider
133aad556763878bcb91c83cd81e18b2d90487b6
7b8a62914cc98f2a4b3ab15a8bb0648e89469f44
refs/heads/master
2022-12-21T11:40:30.785575
2015-03-26T13:22:58
2015-03-26T13:22:58
32,913,097
0
0
null
2022-12-09T23:18:36
2015-03-26T07:17:00
Java
UTF-8
Java
false
false
6,139
java
package com.iflytek.spider.metadata; /** * A collection of Dublin Core metadata names. * * @see <a href="http://dublincore.org">dublincore.org</a> * * @author Chris Mattmann * @author J&eacute;r&ocirc;me Charron */ public interface DublinCore { /** * Typically, Format may include the media-type o...
[ "mengsun@iflytek.com" ]
mengsun@iflytek.com
f7d7b2aca2aff51102678bd29c42fb5ec56082c5
026c8d7391945de805d5c07ccba04e8fdc96b5d6
/LeetCodeSolutions/src/code_01_array/Code_713_SubarrayProductLessThanK.java
6771c1c73851a53dd14df11d236bd6913f2a86aa
[]
no_license
echofoo/Java-Notes
6d047c14fe3bdc5d636aacee886ea6b0f200be42
c2515a0f6af2e41222894fa475d83189daef2245
refs/heads/master
2020-04-26T11:48:49.887131
2019-03-01T08:15:24
2019-03-01T08:15:24
173,529,420
1
0
null
2019-03-03T04:11:31
2019-03-03T04:11:31
null
UTF-8
Java
false
false
2,526
java
package code_01_array; import org.junit.Test; /** * 713. Subarray Product(乘积) Less Than K * * Your are given an array of positive integers nums. * Count and print the number of (contiguous) subarrays * where the product of all the elements in the subarray is less than k. * * Example: Input: nums = [10, 5, 2, ...
[ "18351926682@163.com" ]
18351926682@163.com
2f97b2e3fd787f234757a4ab6344a1fb19ac9479
26d25c516026a2b1b8d9e94e75b19b1bc6c5e3a2
/src/main/java/at/fhv/teamb/symphoniacus/presentation/internal/MusicianPointsTableModel.java
6a22fe8bb3707c5e8ee1732760ca3c054e8b79fa
[]
no_license
Nino171/Symphoniacus
b2aaba9bb351ee95ec6f7c36c7dc7b38a43d6895
a1154e9eb245c406470f640f4583150796b41258
refs/heads/master
2022-11-11T03:55:21.903917
2020-06-09T15:59:24
2020-06-09T15:59:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
367
java
package at.fhv.teamb.symphoniacus.presentation.internal; import at.fhv.teamb.symphoniacus.domain.Musician; /** * Interface for points in a musician table model. * * @author Valentin Goronjic */ public interface MusicianPointsTableModel { String getBalancePoints(); String getDebitPoints(); String get...
[ "26229513+valentingc@users.noreply.github.com" ]
26229513+valentingc@users.noreply.github.com
82db6489337337114af83cc225d44f43b46ac0ad
e5e46ac27edef7410fd1d36741e8cbf01d704a10
/src/CosNotifyFilter/FilterIDSeqHelper.java
998c887ebc34ec70c5823ce21ed7ca9fe484c9f7
[]
no_license
thradexIT/tmf814
4cc5be43145137f5d58693a5d2e3a60968541799
20688a799d5b20ec7e9adbc33ca69cc63347b2a9
refs/heads/master
2021-12-25T00:00:44.914802
2017-12-21T22:01:40
2017-12-21T22:01:40
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,957
java
package CosNotifyFilter; /** * CosNotifyFilter/FilterIDSeqHelper.java . * Generated by the IDL-to-Java compiler (portable), version "3.2" * from CosNotifyFilter.idl * Wednesday, June 15, 2016 7:24:33 PM COT */ /** * A sequence of FilterID. */ abstract public class FilterIDSeqHelper { private static Stri...
[ "miplanmobile@gmail.com" ]
miplanmobile@gmail.com
84a596b075fb347671c1908cb74cb9392acc41ae
4e121bfe9778e3accb5c076ca0e57ae939b6b60e
/geoportal/src/com/esri/gpt/catalog/arcgis/metadata/WFSServerHandler.java
939699bdbf462e91a3f2a47e002eba980aeb7a94
[ "Apache-2.0", "BSD-3-Clause", "LicenseRef-scancode-other-copyleft", "LicenseRef-scancode-unicode", "LGPL-2.0-or-later", "CDDL-1.0", "ICU", "CC-BY-SA-3.0", "MIT", "LicenseRef-scancode-unknown-license-reference", "JSON", "NAIST-2003", "CPL-1.0" ]
permissive
Esri/geoportal-server
79a126cb1808325426ad2ae66466e84459cf4794
29a1c66ebfbcd8f44247fa73b96fed50f52aada1
refs/heads/master
2023-08-22T17:20:42.269458
2023-06-15T18:50:36
2023-06-15T18:50:36
5,485,573
191
89
Apache-2.0
2023-04-16T22:49:39
2012-08-20T19:15:11
C#
UTF-8
Java
false
false
1,063
java
/* See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * Esri Inc. 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 * ...
[ "mhogeweg@esri.com" ]
mhogeweg@esri.com
dad80c8946570fb7657e1c0c6f7d73425a90e853
83f6ebc423dd50e58cb08120df3b7783b9957641
/RAKSHAKUSER/app/src/main/java/com/save/rakshak/rakshakuser/Constants.java
b91256494111504f7cdc7511e8ef67f7f65cb765
[]
no_license
kitrak-rev/RAKSHAK
5005893a7119580c265e8a3a371730763148ac32
7f106baaaca4bdb716e774bdd41026ef8b96444c
refs/heads/master
2023-01-20T14:43:50.200989
2020-11-29T23:52:24
2020-11-29T23:52:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
773
java
package com.save.rakshak.rakshakuser; /** * Created by Anand on 11/8/2017. */ public class Constants { public static final String DB_URL="https://rakshakapp.000webhostapp.com/connect/"; public static final String REGISTER_URL = DB_URL + "register.php"; public static final String LOGIN_URL = DB_URL + "l...
[ "Karthikraja2k1@gmail.com" ]
Karthikraja2k1@gmail.com
7539b2c5448d82dd5552390357f4f4f60d718834
4b264afd5f9c8c2424a4ac2e46fb353dedc9e08f
/src/main/java/Employee.java
c69bad7797eb87157b0d9b6240e341fe5dc90a70
[]
no_license
jgarciafer/RestTemplate
70ca09edfc6f8c9f1c01dd2793b53ebf8e65d56c
86078e2e17e519e7ab5b808ffefbed8fbc32680c
refs/heads/master
2022-12-20T21:52:35.710210
2019-11-13T11:59:40
2019-11-13T11:59:40
171,517,888
0
0
null
2022-12-10T03:18:20
2019-02-19T17:25:30
Java
UTF-8
Java
false
false
527
java
public class Employee { private String name; private String firstName; public Employee() { } public Employee(String name, String firstName) { this.name = name; this.firstName = firstName; } public String getName() { return name; } public void setName(St...
[ "joni77@gmail.com" ]
joni77@gmail.com
eac8091cd47dad354cf0727a32c2be09c297656d
d008f3af3ab43e5a21e0dc576cc4dd5002e97843
/src/main/java/sql/jsqlparser/SqlParser.java
c6efde8aad179dd02474f465ff4b104dc2453529
[]
no_license
RockSands/My_Learn_Collection
4d82194281e226fb32608a964354feade7a9d288
67a7036c669872a5ca6004983ecd5e45205b8e32
refs/heads/master
2022-11-27T04:39:11.183058
2019-05-29T14:27:20
2019-05-29T14:27:20
91,400,364
0
0
null
2022-11-16T11:48:06
2017-05-16T01:27:44
Java
UTF-8
Java
false
false
3,632
java
package sql.jsqlparser; import java.io.StringReader; import java.util.ArrayList; import java.util.HashSet; import java.util.List; import java.util.Set; import net.sf.jsqlparser.JSQLParserException; import net.sf.jsqlparser.expression.Alias; import net.sf.jsqlparser.expression.Expression; import net.sf.jsql...
[ "117019049@qq.com" ]
117019049@qq.com
f144db7323efcfbed713e655f11c4a86d69e1b7b
1b9b75f8012beae71684f6ff0b58397ce6c92734
/src/main/java/edu/vt/cs5560/amiout/services/datasource/doe/DOEOutageFileScraper.java
0ac3e63670a875945305d3a40e104238d273c5c6
[]
no_license
campbell000/AmIOut
b57d4c28c1770c58fa607306fc22b7a833ea300e
aaec0d72a2a16b70764ba4f96bb6d39e5b7cb5ab
refs/heads/master
2020-03-30T06:49:38.923891
2018-12-11T04:45:00
2018-12-11T04:45:00
150,891,560
1
0
null
null
null
null
UTF-8
Java
false
false
2,121
java
package edu.vt.cs5560.amiout.services.datasource.doe; import edu.vt.cs5560.amiout.services.datasource.DataFileSource; import edu.vt.cs5560.amiout.utils.http.HtmlDownloader; import org.apache.commons.io.FileUtils; import org.jsoup.Jsoup; import org.jsoup.nodes.Document; import org.jsoup.nodes.Element; import org.jsoup....
[ "ac.simpledex@gmail.com" ]
ac.simpledex@gmail.com
be15db108ef35bee4c0720c2c7cf956d90d1be4b
504398ea3c6920dd4499514f0ac27c5e45fc4951
/sugarcanemillrepositorycore/src/main/java/com/sugarcanemillrepository/sugarcanemillrepositorycore/repositories/mill/MillHarvestRepository.java
d66a229758a5d79f93e8bf8d1e8bfef0de75d208
[]
no_license
joaovitormarques/SugarCaneMillRepository
1142241d4718d53fa590db3a6ef159cde4cdea66
ccbe1bd4a8b69c5f5936b0bcde3f26631cb43988
refs/heads/master
2022-12-24T08:09:16.273282
2020-10-01T19:41:11
2020-10-01T19:41:11
298,595,618
0
0
null
null
null
null
UTF-8
Java
false
false
706
java
package com.sugarcanemillrepository.sugarcanemillrepositorycore.repositories.mill; import com.sugarcanemillrepository.sugarcanemillrepositorycore.models.mill.MillHarvest; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Query; import org.springframework.data....
[ "joaovitormarques17@gmail.com" ]
joaovitormarques17@gmail.com
47e5ca4eeb24e2f66ec8bf026262cafff7c9eaf0
348900639200a7ae03a5d46b0c3acf9c14c144a6
/Topics/Integer types and operations/The sum of digits/src/Main.java
684c0959d58bd2598f8ba5d8b284547e455a14c9
[]
no_license
ankitbtanna/intro-to-java
8a9b1fa782e2373a86667b60ac42a7c4596b0dbe
0c5d8e05320dc750e8f7e2eb70da633cf2abdd44
refs/heads/master
2023-06-10T16:48:56.496468
2021-06-30T18:14:22
2021-06-30T18:14:22
381,791,837
0
0
null
null
null
null
UTF-8
Java
false
false
605
java
import java.util.Scanner; class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int threeDigitNumber = scanner.nextInt(); int firstNumber = threeDigitNumber / 100; int secondAndThirdNumber = threeDigitNumber % 100; if (secondAndThi...
[ "atanna@slb.com" ]
atanna@slb.com
38ee18161c22dfa10f76fda947a772dffc5ab787
d04d49514aed11a8f9008ee52719cb1d2df8417b
/src/main/java/com/smarttrader/config/package-info.java
6ef19b3b4eb99633bb594e44cdd0308aa404dc58
[]
no_license
Falydoor/EveSmartTrader
3f71211e7a121b671de82c59f1a826db47e89771
1d090399c86231f569b53c11eeb93770c27ec509
refs/heads/master
2021-06-24T15:48:30.970092
2019-08-13T17:55:39
2019-08-13T17:55:39
75,429,867
1
1
null
2020-09-18T15:29:40
2016-12-02T20:49:51
TSQL
UTF-8
Java
false
false
81
java
/** * Spring Framework configuration files. */ package com.smarttrader.config;
[ "mib.ftw@gmail.com" ]
mib.ftw@gmail.com
81067d298173b0b4ad9e8c592ef354cd6fbafb7a
78735e46007c8b03c01bd0bb4d3a74c637b791b5
/src/main/PersonHolder.java
0de94f77c7c5405c623655bdd0d6fe7c7fadd827
[]
no_license
eugenyberkut/0910
b8a14a60d312e89613aac0f1ef02480b3096c5aa
c67a949af396b063d766f0f3051343588fcfa23d
refs/heads/master
2021-01-10T22:30:24.117698
2016-10-09T10:46:53
2016-10-09T10:46:53
70,396,767
0
0
null
null
null
null
UTF-8
Java
false
false
322
java
package main; import java.io.Serializable; /** * Created by Eugeny on 09.10.2016. */ public class PersonHolder implements Serializable { private Person[] persons; public PersonHolder(Person[] persons) { this.persons = persons; } public Person[] getPersons() { return persons; } ...
[ "eugeny.berkunsky@gmail.com" ]
eugeny.berkunsky@gmail.com
9ef61fd203c75b56a5d354e062192019199bfb32
2eb567cb893850bec197ead1491f3e802cff93e6
/algorithm-samples/src/main/java/com/doubleview/Solution_796.java
578ae7109a1a8aa609336028d2895459c470ed9f
[]
no_license
doubleview/java-awesome-demo
4ca9971f01ab7b3be6fbefb76f9a7d8c78de0ed0
983491df02bf9c83978cbec83b93d1a68b1b2275
refs/heads/master
2022-12-22T10:12:26.250184
2021-07-25T05:58:22
2021-07-25T05:58:22
96,692,018
0
0
null
2022-12-16T09:52:49
2017-07-09T15:07:56
Java
UTF-8
Java
false
false
582
java
package com.doubleview; /** * 旋转字符串 */ public class Solution_796 { public boolean rotateString(String A, String B) { if (A.length() != B.length()) { return false; } if (A.equals(B)) { return true; } for (int i = 1; i < A.length(); i++) { ...
[ "huchengchao10396@email" ]
huchengchao10396@email
313ca25e14271b50cd65b8d133c5b96d027675ed
a46a9e5504d6bd7ed4f894026bc8aa4fd8781688
/Assignment1/src/me/ghobril/TAXor.java
8540ed01c128b2193636798d4c11e1b3d1263f24
[]
no_license
samghobril/swArchAssignments
b00afd3b22049afe9db705d476d94df9ea5fd596
6133e355bc23d006ca3efd1b3a361d2b7531897d
refs/heads/master
2021-01-11T09:30:30.333851
2017-02-19T11:59:04
2017-02-19T11:59:04
81,227,446
0
0
null
null
null
null
UTF-8
Java
false
false
521
java
package me.ghobril; /** * Created by samghobril on 2/7/17. */ public class TAXor extends TAOperator{ public TAXor(TAObject one, TAObject two) { super(one, two); operation = "^"; } public void evaluate() { super.evaluate(); TABool one = (TABool)first.getData(); TAB...
[ "samghobril@Sams-MacBook-Pro.local" ]
samghobril@Sams-MacBook-Pro.local
4b025a9953689b1495c9d9d48a671b4324ff8280
d8d8b290e326966cb920515e5a44ea98a290accf
/Server/AuthServer/gen/table/Account_table_5.java
32ae068204cc6d2a2df72c45886d52b6ff79f9ea
[]
no_license
k896152374/Kodgames
b3c20c867c8dc8eb82b2edabf27682d6f038db2f
aff536b42aaa79035570d6f0249a469192ebb3c6
refs/heads/master
2023-03-17T23:58:26.599593
2017-06-05T02:49:27
2017-06-05T02:49:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
643
java
package table; public class Account_table_5 { private Account_table_5() { } public static xbean.AccountInfo insert(String key) { return _Tables_.instance.account_table_5.insert(key); } public static xbean.AccountInfo update(String key) { return _Tables_.instance.account_table_5.update(key); } public stat...
[ "314158258@qq.com" ]
314158258@qq.com
f798595da70e48f0d95d0fde5912624d1f20d9a9
6ecc3e2489460a928b3253217ac3d9c35f9c7075
/app/src/main/java/com/example/aounikApp/User.java
5865f35b77f46d7517343bb7c8254df1c51cb2ae
[]
no_license
EmanLajam/Aounik
abd3d1b698173d47a9bc2b62cbce4dc3856fecb0
60ffcec547345173e1314810470f30eda689a138
refs/heads/master
2020-12-22T11:15:51.968337
2020-04-13T18:56:51
2020-04-13T18:56:51
236,503,541
0
0
null
null
null
null
UTF-8
Java
false
false
1,575
java
package com.example.aounikApp; import java.io.Serializable; public class User implements Serializable { private String username; String ID; private String password; private String email; private String phone; float Rating; int Count; public User(){ } public User(String user...
[ "eman.lajam7@gmail.com" ]
eman.lajam7@gmail.com
a3bdd51c53ad0d5cbe3d3d1cc0940e846b758f8f
474e38c120551a9ea8d1be508a26edd707167270
/src/SongHistoryList.java
77759691ee66728f5f3b2b12c604dead0ecdb463
[]
no_license
juniorh28/Data-Structure-hw2
e71bd091b0b157bd2de8e320d2816eb61abe195d
65bdce6d92b16e5f9d2bbc73a30f9a0912faabd0
refs/heads/master
2021-02-27T04:44:39.514779
2020-03-07T13:47:28
2020-03-07T13:47:28
245,580,171
0
0
null
null
null
null
UTF-8
Java
false
false
785
java
public class SongHistoryList {//this is my stack class private Song first; private Song last; private Song tailPointer=last; boolean firstListen = false; public void SongHistoryList(){ }// constructor for creating a new list public void addSong(String s){//push Song playedSong = new Song(s);...
[ "juniorh2897@gmail.com" ]
juniorh2897@gmail.com
d492b93a0e2336e026d1dd1ddea8b3e83ca1a0ef
eef96a57c1ca92b76190d4d79ade076a98d86fa9
/Kisugu High School/src/school/ui/multiline/MultiLineTableCellRenderer.java
a5f6cda64dd86741e093db1781ed9cf7eee3561e
[]
no_license
WalterNyeko/customizable-school-system
f64ee9514a2eed951087f58aa9bb54df50b200e0
f606921527e8500b5f72397ea50d6061485022c0
refs/heads/master
2020-03-18T00:32:17.404629
2019-04-21T12:57:55
2019-04-21T12:57:55
134,099,804
1
0
null
null
null
null
UTF-8
Java
false
false
836
java
package school.ui.multiline; import java.awt.Component; import javax.swing.JTable; import javax.swing.JTextArea; import javax.swing.table.TableCellRenderer; import school.ui.timetable.TimeTableLesson; public class MultiLineTableCellRenderer extends JTextArea implements TableCellRenderer { TimeTableLess...
[ "walter@walter-Inspiron-15-3567" ]
walter@walter-Inspiron-15-3567
7a90202c609cacc3713e55cc00b40c6a0a2a3193
948c8b9c97dbdcef15a0ab622c727986ec644e95
/src/main/java/com/example/awsbuddy/AwsbuddyApplication.java
af8aae329d40ac27e8126fa0096149ea5d496432
[]
no_license
Devashish9393/awsbuddy
dea2fcd38975f5bc4adfc3507c2d8059801e180f
5645c3dacf89bcb28b4860c5456aca5b991d2421
refs/heads/master
2020-03-06T14:31:02.466438
2018-03-29T04:57:28
2018-03-29T04:57:28
126,937,375
0
0
null
null
null
null
UTF-8
Java
false
false
316
java
package com.example.awsbuddy; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class AwsbuddyApplication { public static void main(String[] args) { SpringApplication.run(AwsbuddyApplication.class, args); } }
[ "devashishkhattar@gmail.com" ]
devashishkhattar@gmail.com
32fd1f85ce2af2760bae47714201eb6c18abe7cd
5347003297bcabad4b96f970e11fabd8f4571acc
/T_SE01/src/List/ListDemo08.java
abd17a4f061d331c3dc65eda1ad852f73829c024
[]
no_license
quanwc/T_SE01
57035b7386bf30a07d675c3237c0cbe013ccc2c4
534ff36f65931a8f7fd596776ac2f7e5b75d448a
refs/heads/master
2021-08-24T06:34:15.201855
2017-12-08T12:31:14
2017-12-08T12:31:14
113,571,999
0
0
null
null
null
null
UTF-8
Java
false
false
2,136
java
package List; import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; import java.util.List; /** * * @author 全文超 * */ public class ListDemo08 { public static void main(String[] args) { List<String> strList = new ArrayList<String>(); strList.add("范传奇"); strList.add("刘苍松");...
[ "quan_wc@163.com" ]
quan_wc@163.com
3cf2104e7b526840a174373233098e20a51f3154
721d3e4ec8502db527a58a6b45ff68932d236181
/reactive-sse/src/main/java/com/example/ReactiveSseApplication.java
1c3f06c09a542a7a521d3bf9e92e33ea44a53f55
[]
no_license
ti-cortex-m4/reactive-demo
8c4ed07c674402dd8a3300f8117be5dbabc8590a
6939a101fa893cdb9ff8a6ff1ff837e1c98cd904
refs/heads/master
2021-06-16T02:23:06.058719
2017-05-08T20:24:11
2017-05-08T20:24:11
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,195
java
package com.example; import java.time.Duration; import java.util.List; import java.util.stream.Stream; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.sql.DataSource; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactor...
[ "rsmithmachines@gmail.com" ]
rsmithmachines@gmail.com
79fe4a2a6decab10f6defd5ccac2be30aa853912
d9085d222aa4737be61b4cd63f04b125af32abd7
/app/src/main/java/com/example/hussam/weatherappv2/forecastFramework/models/DataPoint.java
574f0a2dcfb170d06d2ffa578cca5a96cdbd2ec8
[]
no_license
Hussamalsh/WeatherAppV22
f6cc68ddc0b12f195be79058dd671611bfd1bfad
3d92b760748bb491bac665cc3e9f814669b850e9
refs/heads/master
2021-08-14T13:45:43.509351
2017-11-15T21:54:20
2017-11-15T21:54:20
110,890,770
0
0
null
null
null
null
UTF-8
Java
false
false
8,717
java
/* * Copyright 2016 Kevin Zetterstrom * * 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 agre...
[ "husals14@student.hh.se" ]
husals14@student.hh.se
2e82983cca30c15c06fc22c64d7cae7c9458eb86
bccb412254b3e6f35a5c4dd227f440ecbbb60db9
/hl7/pseudo/group/ORDER_RGV_O15.java
ef8fc7b03343285dfb3f0fc49bcf6c82393839ca
[]
no_license
nlp-lap/Version_Compatible_HL7_Parser
8bdb307aa75a5317265f730c5b2ac92ae430962b
9977e1fcd1400916efc4aa161588beae81900cfd
refs/heads/master
2021-03-03T15:05:36.071491
2020-03-09T07:54:42
2020-03-09T07:54:42
245,967,680
0
0
null
null
null
null
UTF-8
Java
false
false
324
java
package hl7.pseudo.group; import hl7.bean.Structure; public class ORDER_RGV_O15 extends hl7.model.V2_7.group.ORDER_RGV_O15{ public ORDER_RGV_O15(){ super(); } public static ORDER_RGV_O15 CLASS; static{ CLASS = new ORDER_RGV_O15(); } public Structure[][] getComponents(){ return super.getComponents(); }...
[ "terminator800@hanmail.net" ]
terminator800@hanmail.net
1f8d4b079154292ec931566493fb47003f39f7df
5868c0dbb4470c09c306204dfaba0f4f1a03c57a
/src/main/java/com/websitedungcuthethao/controller/nguoidung/GioHangController.java
77ee5d9b47d0744d90011bb8bd77d143372228fe
[]
no_license
Phuoc2k/WebsiteDungCuTheThao
3a3cd1d0497148b4fa42327b4508f7176a4513f8
784d8b3f060bcd17a627caf5c023a08132548310
refs/heads/main
2023-06-06T02:18:34.941265
2021-06-09T02:31:07
2021-06-09T02:31:07
381,297,945
0
0
null
null
null
null
UTF-8
Java
false
false
3,504
java
package com.websitedungcuthethao.controller.nguoidung; import java.util.HashMap; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpSession; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; i...
[ "tdphuoc77@gmail.com" ]
tdphuoc77@gmail.com
bb843fefb1dd4870108b331e34684aa5f66b4172
44b32ad5dff8a6e979ca7ac3f133e7a06db1eb45
/src/java/org/biomart/objects/helpers/IntegerProperty.java
fced35659e33d43fb27ba48b0d5e15a1306c165d
[]
no_license
marcora/biomart
93902ca0568e1ddbf8d4d79f3d547cc18786a54d
ae470a0fdfbd8ec5ea0af04dfe953d13f45f3c50
refs/heads/master
2016-09-06T07:19:31.017286
2009-11-23T21:43:05
2009-11-23T21:43:05
375,863
0
0
null
null
null
null
UTF-8
Java
false
false
1,995
java
package org.biomart.objects.helpers; import java.util.Comparator; import org.biomart.common.general.utils.CompareUtils; import org.biomart.objects.MartConfiguratorConstants; public class IntegerProperty extends Property implements Comparable<IntegerProperty>, Comparator<IntegerProperty> { public static void mai...
[ "acros@8dd1c8d6-c59f-4bb3-b62a-300035dbf9e7" ]
acros@8dd1c8d6-c59f-4bb3-b62a-300035dbf9e7
d4c0f31d59593fff4eb36770ddb8562b31a966e6
213e6edbac52670656ebd8f4dbc6b2734caceb56
/src/main/java/com/max/alfboot/alfresco/Alfresco.java
04f0a9c948f40e3837cb854918c5b1e5b48f3ce1
[]
no_license
mgulimonov/alfresco-sso-poc
4ddeabced38b90b06cdd01e1909a049915d96fb9
744a46d3e1f4865f2a8b56f043483e304e3aec44
refs/heads/master
2020-05-16T10:25:46.684740
2015-05-21T12:26:04
2015-05-21T12:26:04
35,760,790
1
0
null
null
null
null
UTF-8
Java
false
false
2,313
java
package com.max.alfboot.alfresco; import org.springframework.http.HttpStatus; import org.springframework.security.authentication.BadCredentialsException; import org.springframework.web.client.HttpStatusCodeException; import org.springframework.web.client.RestClientException; import org.springframework.web.client.RestT...
[ "maxim.first@gmail.com" ]
maxim.first@gmail.com
2cbf605f898ad4cad6b250c4bb429d7a0a7f1bb9
ec61ac01721aaaa9a25398aed7f67692c25e9087
/Android/TUIKit/TUISearch/tuisearch/src/main/java/com/tencent/qcloud/tuikit/tuisearch/presenter/SearchMainPresenter.java
e54db93bf1d1542e0bcc1eb98d197ad0d589b63a
[]
no_license
lisen87/TIMSDK
b5616ef724a1299e5aba488d1a904d9ec09f73bf
15f98caf776b2e7bc123535d3774136cc32bd84a
refs/heads/master
2023-03-16T07:22:06.419432
2022-08-26T10:03:03
2022-08-26T10:14:30
183,566,138
1
0
null
2019-04-26T05:56:27
2019-04-26T05:56:26
null
UTF-8
Java
false
false
15,800
java
package com.tencent.qcloud.tuikit.tuisearch.presenter; import android.text.TextUtils; import android.util.Pair; import com.tencent.qcloud.tuicore.component.interfaces.IUIKitCallback; import com.tencent.qcloud.tuikit.tuisearch.R; import com.tencent.qcloud.tuikit.tuisearch.TUISearchService; import com.tencent.qcloud.tu...
[ "harperhpliu@tencent.com" ]
harperhpliu@tencent.com
eb0699fdb2093270a76ef82c21b1152aebdd5a7c
3dd1cabcfe4805a2efeca4e37c328ab6e388067b
/SeleniumInParallel/src/test/java/com/test/validatepage/HotelHomePageTest.java
a5e406865c82fd05a0acfb60d40942e0d82de4a7
[]
no_license
Jyothishkumarav/seleniumInParallel
b29b5ff069def20ff4d2985fa9e0003f796cebe0
82ccf85d804104d790cb857a3511f49a4f94afc0
refs/heads/master
2021-07-04T12:11:14.919821
2018-01-29T08:18:56
2018-01-29T08:18:56
95,795,738
0
0
null
null
null
null
UTF-8
Java
false
false
319
java
package com.test.validatepage; import org.testng.annotations.Test; import org.testng.annotations.BeforeClass; import org.testng.annotations.AfterClass; public class HotelHomePageTest { @Test public void f() { } @BeforeClass public void beforeClass() { } @AfterClass public void afterClass() { } }
[ "jyothishkumarav@gmail.com" ]
jyothishkumarav@gmail.com
10f17c391db90621c95f97c50a9673c1e41d5b13
9a47917b939a797068e6078c2e9ef7d574b28eff
/src/com/biz/rent/service/book/BookServiceV2.java
6c8631b980a2c13ffcdfd865e1286a80b5c39346
[]
no_license
leeiter/Book_Rent_Management
bf8ecca78f7fdafbfda4d6a93ad1f2315c92d5d3
b9b16cdcb4e7949878814d826380f85c128ed24d
refs/heads/master
2020-09-02T20:28:52.009289
2019-11-03T12:43:48
2019-11-03T12:43:48
219,298,190
0
0
null
null
null
null
UTF-8
Java
false
false
6,714
java
package com.biz.rent.service.book; import java.util.List; import com.biz.rent.persistence.BookDTO; public class BookServiceV2 extends BookServiceV1 { protected BookDTO viewBDetailList(String strBCode) { BookDTO bookDTO = bookDao.findById(strBCode); if(bookDTO == null) return null; System.out.println("====...
[ "jesgipne@hanmail.net" ]
jesgipne@hanmail.net
76d3f167e282661f14e36c911396586eef0a9cef
4e43a721d40877baabd4a53bdaad1ceb104b36b3
/common/src/main/java/com/fly/common/query/pojo/QueryDefinition.java
ddfd228d4b36778139b61b47e816fcfa5af87646
[]
no_license
xkf163/FlyFilm
d212aa79c61b5357b88bc061f77bff68caf06055
8f2ca20fe84337e7fcf9b40c6072a1ba115c62ea
refs/heads/master
2022-07-09T03:31:34.733509
2021-03-16T08:59:06
2021-03-16T08:59:06
203,404,230
0
0
null
2022-07-06T20:41:17
2019-08-20T15:31:08
HTML
UTF-8
Java
false
false
5,063
java
package com.fly.common.query.pojo; import com.fly.common.query.entity.Query; import com.fly.common.query.entity.QueryContext; import com.fly.common.utils.ConfigurationUtil; import org.apache.log4j.Logger; import org.springframework.core.io.Resource; import javax.servlet.ServletContextEvent; import javax.servlet.Serv...
[ "572571573@qq.com" ]
572571573@qq.com
2ab895e83b2eaeaf92701b598f15d76eb37bafd4
9d188aac70aad47ef9d73fc0ea9e83fa23988edf
/app/src/main/java/com/codepath/android/lollipopexercise/fragment/RecentlyFragment.java
61e572bee936a3fa288dc561f631403fdb1ea706
[]
no_license
SkySongProject/catholicsong
668298936a72e1ed876c1b8284d301fc35ee1949
3c842e410171cf1d89b8b623d014b56fd550ed0e
refs/heads/master
2021-08-31T09:40:28.697452
2017-12-07T14:19:04
2017-12-07T14:19:04
112,613,444
0
0
null
2017-12-20T23:23:47
2017-11-30T13:17:35
Java
UTF-8
Java
false
false
372
java
package com.codepath.android.lollipopexercise.fragment; import android.os.Bundle; import android.support.annotation.Nullable; /** * Created by FR-PHILIPPE on 11/11/2017. */ public class RecentlyFragment extends TweetsListFragment { @Override public void onCreate(@Nullable Bundle savedInstanceState) { ...
[ "lamalarson@gmail.com" ]
lamalarson@gmail.com
8e331f4c427965d07cf75aa222d07832ce5d16fe
d82f958a4dcd417da10837457b9a4d4b7f3e8933
/ALinkedINProject/src/main/java/LinkedIn/LNAccesstoken.java
021a9873644961e708693a6a21cd1f405b4e4852
[]
no_license
divya933/demo
0f16ce96ef90a59c9e2c1f4078a9f8a1a5e23ffc
93f05a146b2bbdb626309da9e4e7249734689126
refs/heads/master
2021-01-13T00:15:46.483951
2016-02-22T10:53:07
2016-02-22T10:53:07
52,264,615
0
0
null
null
null
null
UTF-8
Java
false
false
1,078
java
package main.java.LinkedIn; import java.io.BufferedReader; import java.io.InputStreamReader; import java.net.URL; import java.net.URLConnection; import java.nio.charset.Charset; public class LNAccesstoken { public static String callURL(String myURL) { System.out.println("Requested URL:" + myURL); StringBuilder s...
[ "sankrithi93@gmail.com" ]
sankrithi93@gmail.com
c775d33d8a31f948ce5d2c9360c1efe940fecb9d
0af8b92686a58eb0b64e319b22411432aca7a8f3
/single-large-project/src/main/java/org/gradle/test/performancenull_64/Productionnull_6395.java
d08901b0e4bd4004966f75584a9b85d380897bcf
[]
no_license
gradle/performance-comparisons
b0d38db37c326e0ce271abebdb3c91769b860799
e53dc7182fafcf9fedf07920cbbea8b40ee4eef4
refs/heads/master
2023-08-14T19:24:39.164276
2022-11-24T05:18:33
2022-11-24T05:18:33
80,121,268
17
15
null
2022-09-30T08:04:35
2017-01-26T14:25:33
null
UTF-8
Java
false
false
585
java
package org.gradle.test.performancenull_64; public class Productionnull_6395 { private final String property; public Productionnull_6395(String param) { this.property = param; } public String getProperty() { return property; } private String prop0; public String getProp0...
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
817e6c887fd5425b01198ff904baca152a579837
ed891cb0ba31a923aa5fe46bdd3aa1507e21eeb0
/Java/ch20/src/H1_CopyOfArrays.java
f7feeb445cef68333501f083f41c231f07d92302
[]
no_license
whdbsgml/kosmo41_yoonhee
14cf21f8684a8ab7a714343541f1864c7d846213
dc23b361c33e14a1977814e55cc83bb2ab7e425d
refs/heads/master
2020-03-21T04:41:12.302979
2018-10-05T09:14:02
2018-10-05T09:14:02
null
0
0
null
null
null
null
UHC
Java
false
false
760
java
import java.util.Arrays; public class H1_CopyOfArrays { public static void main(String[] args) { double[] arOrg = {1.1, 2.2, 3.3, 4.4, 5.5}; //배열 전체를 복사 double[] arCpy1 = Arrays.copyOf(arOrg, arOrg.length); //세번째 요소까지만 복사 double[] arCpy2 = Arrays.copyOf(arOrg, 3); for(double d : arCpy1) Syste...
[ "oh_nle@naver.com" ]
oh_nle@naver.com
c11f01e18fe866d5bde3e2660ea6b863d735b523
dcfc67609257bea7dc84f08285ea2930d068a3b9
/studyJava/hadoop/hadoopbook/src/main/java/tao/hadoopuve/hadooptest/App.java
0967ff8aabd70f62b917ed7148d50cb7877f9b50
[]
no_license
skyler-tao/languageStudy
f436ab9c369da46d70615f422be45ef651031ce5
823984aea10707d853f1af5a6514df1c1bd8ca60
refs/heads/master
2021-05-31T06:58:32.458808
2016-04-21T10:06:37
2016-04-21T10:06:37
null
0
0
null
null
null
null
UTF-8
Java
false
false
187
java
package tao.hadoopuve.hadooptest; /** * Hello world! * */ public class App { public static void main( String[] args ) { System.out.println( "Hello World!" ); } }
[ "chaoqiang@staff.weibo.com" ]
chaoqiang@staff.weibo.com
4bd99e0cef0fd183c2211f9789850f34c1e1a571
994a2239e3be36260bb3f7e2175d865c17f7965d
/app/src/main/java/com/qianfeng/notepad/Login.java
18cecf32ca26724346c94633cb45ef33e5d88a02
[]
no_license
ccw0715/NotePad
7ba86390fdc282d495c0915ded1c72c9f8d68fd0
3f99f619615b0a503c6ddcd7654088b392b86509
refs/heads/master
2021-01-12T12:51:14.650070
2016-09-23T13:59:58
2016-09-23T13:59:58
69,029,917
0
0
null
null
null
null
UTF-8
Java
false
false
3,575
java
package com.qianfeng.notepad; import android.content.Intent; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.EditText; import android.widget.Toast; public class Log...
[ "939319200@qq.com" ]
939319200@qq.com
90a818d481cec8cb0870f9e3eb2336e12bbb3f0d
a08ddcb18120c021b74530bf39cb780d036a31a1
/src/main/java/top/microiot/client/Record.java
abc0b305af6306b45fb086e1d976ae952eb2b74a
[]
no_license
MicroIoT/iotclient
e1efa9ee346a2a2bc62485bf606faaf1318e995e
a1c8b66b046cf73270c36c14a88730d43da5f882
refs/heads/master
2020-05-05T13:39:38.521525
2020-01-10T12:54:42
2020-01-10T12:54:42
180,087,878
0
1
null
null
null
null
UTF-8
Java
false
false
372
java
package top.microiot.client; import java.util.Date; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; import top.microiot.domain.attribute.Location; @Data @NoArgsConstructor @AllArgsConstructor public class Record { private Location startLocation; private Date startTime; priva...
[ "caoxinyu@gmail.com" ]
caoxinyu@gmail.com