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
018226dcbca4dbfbd7b6cabe4cadac26d78746d2
6ffc8b7027b5a18d3d367fc6a518c883a3da3d85
/src/weka/classifiers/mmall/Ensemble/logDistributionComputation/W/DBL3LogDistributionComputerW.java
4897098556346b39b8995206c4f00288c08b9228
[]
no_license
icesky0125/DecisionTreeSmoothing
8aa20b96725a669d71ca9483a87dd58ba92e4e77
fdc2c71e31b0dccdf083bfbb5c07040aeb5b2a7b
refs/heads/master
2021-07-16T20:24:12.448519
2020-05-19T05:41:13
2020-05-19T05:41:13
158,150,516
0
0
null
null
null
null
UTF-8
Java
false
false
1,827
java
package weka.classifiers.mmall.Ensemble.logDistributionComputation.W; import weka.classifiers.mmall.DataStructure.DBL.DBLParameters; import weka.classifiers.mmall.Ensemble.logDistributionComputation.LogDistributionComputerDBL; import weka.core.Instance; public class DBL3LogDistributionComputerW extends LogDistributio...
[ "he.penny.zhang@gmail.com" ]
he.penny.zhang@gmail.com
2dfa61a9d4b229fc410422f4c457bf5c1b2fb6c5
3d643e50e304d3ffd3f697905e441556be377cfc
/android/versioned-abis/expoview-abi36_0_0/src/main/java/abi36_0_0/org/unimodules/interfaces/permissions/PermissionsStatus.java
5fc55b168efb1a0d3ef2910d5c844e55a2d8eb9b
[ "BSD-3-Clause", "MIT", "Apache-2.0" ]
permissive
Qdigital/expo
326c5c1c0167295c173f2388f078a2f1e73835c9
8865a523d754b2332ffb512096da4998c18c9822
refs/heads/master
2023-07-07T18:37:39.814195
2020-02-18T23:28:20
2020-02-18T23:28:20
241,549,344
1
0
MIT
2023-07-06T14:55:15
2020-02-19T06:28:39
null
UTF-8
Java
false
false
314
java
package abi36_0_0.org.unimodules.interfaces.permissions; public enum PermissionsStatus { GRANTED("granted"), UNDETERMINED("undetermined"), DENIED("denied"); private String status; PermissionsStatus(String status) { this.status = status; } public String getStatus() { return status; } }
[ "esamelson@users.noreply.github.com" ]
esamelson@users.noreply.github.com
eb693f23ea68bfbaa6a38a7d6fb663448897151f
075cf1b380d58795e6d27939e6bc7cc8bf9b6946
/src/main/java/org/achtern/AchternEngine/core/scenegraph/entity/debug/AxisDebugger.java
c5680ac1d4cc635bf7679e4596dd09333eeb894b
[ "MIT" ]
permissive
achtern/AchternEngine
f743af52ca8506eaa474000c444062b4d04eeddf
75514c83cdb70b40634c3904ca088f42fcf56906
refs/heads/master
2021-01-13T02:15:22.913991
2015-10-04T15:50:32
2015-10-04T15:50:32
23,397,468
0
0
null
2015-07-27T18:37:57
2014-08-27T16:42:13
Java
UTF-8
Java
false
false
2,944
java
/* * The MIT License (MIT) * * Copyright (c) 2014 Christian Gärtner * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to...
[ "chrisdagardner@gmail.com" ]
chrisdagardner@gmail.com
d89e4e410284ce7881a7e5d0bdc2f98ca446a7e5
f0d301dfdf9c71e67e2d2d20e002e644aaa6971a
/Java/src/ex8_11_1_polymorphism/Main.java
053a9e56747707fe98f929fd0fda4b8a4cbedbca
[]
no_license
MinjiJo/BaekJoon_Online_Judge
c581ee388110d06be646a4ec60f664dba0328a6f
144b96e1c965fb87ef0f6e2e0619ac147d05a50b
refs/heads/master
2020-07-12T23:28:27.336793
2020-07-03T00:49:01
2020-07-03T00:49:01
204,933,410
0
0
null
null
null
null
UHC
Java
false
false
2,137
java
package ex8_11_1_polymorphism; public class Main { public static void main(String[] args) { EMailSender obj1 = new EMailSender("생일을 축하합니다", "고객센터", "admin@khshop.co.kr", "10% 할인쿠폰이 발행되었습니다."); SMSSender obj2 = new SMSSender("생일을 축하합니다", "고객센터", "02-333-5555", "10% 할인쿠폰이 발행되었습니다."); //서브 ...
[ "MinjiJo@users.noreply.github.com" ]
MinjiJo@users.noreply.github.com
9707ffb6e898833defad537c86599da19bd97b40
0af8b92686a58eb0b64e319b22411432aca7a8f3
/single-large-project/src/main/java/org/gradle/test/performancenull_224/Productionnull_22310.java
3eff617937827330499e2a098279f20c9f8f3bc1
[]
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
588
java
package org.gradle.test.performancenull_224; public class Productionnull_22310 { private final String property; public Productionnull_22310(String param) { this.property = param; } public String getProperty() { return property; } private String prop0; public String getPr...
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
b07164edc6eb97b829cc03431dd78aad0416cf64
b1d7abf59528ff65e6870e29b4c1f99c9177a592
/src/ArrayStack.java
91883dddd99fd447a5a1807e1e3ce99c373bbd1d
[]
no_license
ReginaClement/code
d895a5e17656309fd537ef8548c4390fb12d684d
22e89ee863e02373614d489a8f6ff9c478357e2f
refs/heads/main
2023-04-02T07:15:01.389750
2021-04-05T17:07:51
2021-04-05T17:07:51
354,891,435
0
0
null
null
null
null
UTF-8
Java
false
false
894
java
import java.util.*; public class ArrayStack { public static void main(String[] args) { Stack stack = new Stack(); System.out.println("push " +stack.push(7)); System.out.println("push " +stack.push(79)); System.out.println("push " +stack.push(70)); System.out.println("pop " +...
[ "clement.anto@gmail.com" ]
clement.anto@gmail.com
608e5acdc542a9696804d2fd56b767bdfe35b323
967e3dcf50b1ecc0fe5a965cb4570206b855ef67
/src/org/designpattern/proxy/AnnotationLoader.java
c5c3939cde8d43a8bec994a173f2f25cc37acfbc
[]
no_license
andyzhuangyy/DataStructure
01d2822bebd49947b6fc661deef6815536ef0dbe
d219ec2ccde42a98bfc0bd9f302bef39d935e99b
refs/heads/master
2021-01-13T06:14:57.542230
2014-04-02T13:25:57
2014-04-02T13:25:57
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,175
java
package org.designpattern.proxy; import java.lang.reflect.Constructor; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; public class AnnotationLoader { public static <T> T getProxyBean(Class<T> clazz){ T t = (T) newinstance(clazz); Method[] metho...
[ "422549477@qq.com" ]
422549477@qq.com
86f7c24966d3ee6542d2ec3447db5673d43655f7
3a12b3f82a5a8584e3de9a7765f4d9b7cee393d3
/src/main/java/com/github/thake/avromeasures/MassConverter.java
887f115ac2ea134729efe3b79c846c490b4bc3d1
[]
no_license
thake/avro-measures
e47dce35082831701b3783114521e48630c295c2
dd28fb0438565c07b4a00c1ceed637b8cc461a39
refs/heads/master
2023-02-06T09:42:56.277559
2022-02-23T05:46:57
2022-02-23T05:46:57
241,116,094
0
0
null
2023-01-24T04:02:52
2020-02-17T13:36:50
Java
UTF-8
Java
false
false
1,196
java
package com.github.thake.avromeasures; import org.apache.avro.Conversion; import org.apache.avro.LogicalType; import org.apache.avro.Schema; import tech.units.indriya.quantity.Quantities; import tech.units.indriya.unit.Units; import javax.measure.MetricPrefix; import javax.measure.Quantity; import javax.measure.Unit;...
[ "thorsten.hake@dew-stahl.com" ]
thorsten.hake@dew-stahl.com
4bc33ecae8362909da12a65e400314336d1cd69c
2810d434d2ccdcbd2ea1a608571eb4c3799bc592
/app/src/main/java/com/example/examen/peliculas/lstPeliculas/model/LstPeliculasModel.java
4b1bf0cdc7803d6268b5c863f8665d86e411f37a
[]
no_license
aaron0211/ExamenParteAndroid
f60f05c60670d71020ff9d0e055511f257b91fac
23294ff323f2de071e731882f8627eb47d7e51c0
refs/heads/master
2023-02-23T05:00:52.389802
2021-01-23T16:22:33
2021-01-23T16:22:33
329,405,621
0
0
null
null
null
null
UTF-8
Java
false
false
2,127
java
package com.example.examen.peliculas.lstPeliculas.model; import android.os.AsyncTask; import android.widget.AdapterView; import com.example.examen.beans.Pelicula; import com.example.examen.peliculas.lstPeliculas.contract.LstPeliculasContract; import com.example.examen.utils.Post; import org.json.JSONArray; import or...
[ "aaronretave@hotmail.com" ]
aaronretave@hotmail.com
831cf7f1d32b69b66e04d7ef4fcbfcb49e42242a
5b0c4ac8bfaf76017ff2ac4fc2152e61100d4c37
/bridge/src/design/patterns/bridge/Rectangle.java
65ee4abba398ee9820b2f15bf661de446e7e6ab2
[ "MIT" ]
permissive
dmpalyvos/design-patterns
c1a363c341211b489183724ce5ed1eef6656a078
550ae1a684a57e04d8b7720f318b3083b49a2b4f
refs/heads/master
2020-04-15T12:44:47.686853
2016-10-21T16:31:00
2016-10-21T16:31:00
61,654,829
0
0
null
null
null
null
UTF-8
Java
false
false
228
java
package design.patterns.bridge; public class Rectangle extends Shape { public Rectangle(final Color color) { super(color); } @Override protected void drawLines() { System.out.println("[*] Drawing a RECTANGLE"); } }
[ "dm.palyvos@gmail.com" ]
dm.palyvos@gmail.com
e78442beaadfac6c58871c58303f1615afeb4dfa
6b73046f4005e5a991b0ca2ced86e8be1c9e9ccb
/src/java/org/apache/cassandra/config/.svn/text-base/Config.java.svn-base
cca7745d84f2b3996c2a46f9845a7d9de29d09ce
[ "Apache-2.0", "LicenseRef-scancode-public-domain" ]
permissive
Colex/cassandra-mv
a27c78e3fe927ff84b57e268ac619bcd66a8194f
d6711a79019c2b873ece9144eadcc365260d29fa
refs/heads/master
2021-01-10T19:55:44.301827
2013-12-08T22:34:13
2013-12-08T22:34:13
14,072,437
0
1
Apache-2.0
2023-03-20T11:50:33
2013-11-02T18:45:43
Java
UTF-8
Java
false
false
7,653
/* * 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 ...
[ "alexcsantos1991@gmail.com" ]
alexcsantos1991@gmail.com
00ea80c2c3e86a7adf4fecf7bd0f5db3fe1183a8
4e61f371ea912cce64198714152d6668802b1306
/week 4/negative_cycle/NegativeCycle.java
ce396d67f989a9e8a61448b0abf670c1a0702499
[]
no_license
ans-human/algo-on-graphs
cac15421274df296b98027524ff2e4d6f91bf0d9
a55baaac09853a09df07834de762bc7af029d632
refs/heads/master
2022-11-20T16:01:41.572661
2020-06-16T07:12:55
2020-06-24T06:21:50
280,904,252
0
1
null
2020-07-19T16:21:35
2020-07-19T16:21:34
null
UTF-8
Java
false
false
1,509
java
import java.util.ArrayList; import java.util.Scanner; public class NegativeCycle { private static final int inf = Integer.MAX_VALUE; private static int negativeCycle(ArrayList<Integer>[] adj, ArrayList<Integer>[] cost) { // write your code here long[] dist = new long[adj.length]; for (int i = 0;i < ...
[ "noreply@github.com" ]
ans-human.noreply@github.com
66b23373cbb0baca432593df54cf414ea32a1b59
73e2bcaba4c6f8c07e5855a2ae051d3dfad8e221
/eclipse-workspace/1ºDAM/T11_ejTeorico_6_Botones_y_BarrasHerramientas/src/boton_y_barraHerramienta/GestorMenu.java
b637099b5d44180d779c7be9b5bf91b5a4fa1dc9
[]
no_license
JoseAntonioVelasco/2DAM_Workspaces
07c59c1a2a726870abf9158f67bd8001a07f8b2d
1e401bbc9cbbe4989f6cedcbdaa339cc27f6d57c
refs/heads/main
2023-03-11T21:27:32.396965
2021-02-26T23:16:57
2021-02-26T23:16:57
301,367,114
0
0
null
null
null
null
UTF-8
Java
false
false
385
java
package boton_y_barraHerramienta; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.JLabel; public class GestorMenu implements ActionListener{ private JLabel jl; private String s; public GestorMenu(JLabel jl,String s) { this.jl=jl; this.s=s; } @Override public ...
[ "57660135+JoseAntonioVelasco@users.noreply.github.com" ]
57660135+JoseAntonioVelasco@users.noreply.github.com
726a556f76ffcb16ad240866c8401ea4343c23c9
54eb06ccb05adb0df0016e0c3dec08c9d1d5fa5d
/smilecamera/src/androidTest/java/com/tdx/smilecamera/ExampleInstrumentedTest.java
e53f730501627208aa299e48215d0ce0550ab74a
[ "Apache-2.0" ]
permissive
q2209617/SmileCameraLibrary
d85ec9de816ebc6acb695f472529c0f1a1b679c7
8bf548e63c0dda6d5ca521f24430d67e6b706d08
refs/heads/master
2020-05-30T21:20:03.326854
2019-06-11T10:17:24
2019-06-11T10:17:24
189,969,623
0
0
null
null
null
null
UTF-8
Java
false
false
727
java
package com.tdx.smilecamera; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will execute on an Android dev...
[ "yj@selobj.com" ]
yj@selobj.com
ba5d587d4172581f4212908015a9bc22e6381782
71bf2a61e55833b96b16c95f9efc99857f79eaaf
/SMHT.KingStar.Web/src/main/java/smht/kingstar/entities/tables/UserInfo.java
76f072760ac8a569f191eb419d6e0becb6187312
[]
no_license
onlywhy/Git
b01d4bfccf66bdb3a4361e36762d264c6e0cf646
1eac027a12512104b5d8c61fc97fe36c134dcd2d
refs/heads/master
2016-09-06T10:37:26.687316
2014-11-25T15:09:00
2014-11-25T15:09:00
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,763
java
/** * This class is generated by jOOQ */ package smht.kingstar.entities.tables; /** * This class is generated by jOOQ. */ @javax.annotation.Generated(value = { "http://www.jooq.org", "3.4.4" }, comments = "This class is generated by jOOQ") @java.lang.SuppressWarnings({ "all", "unchec...
[ "346784279@qq.com" ]
346784279@qq.com
3385e250b1fd96d02de934c425657b28794ca0a7
3225b0cf9e348993f24c13ea4d0bc8848952bb0f
/src/main/java/nagoya/code4/resas/PatentsLocationsResult.java
b27321a28909aedddbd25fbf0cb55b8510ee0b8b
[]
no_license
code4nagoya/resas-client
fd5f6da6b5dd874d83fd78960bf61a3d61b9607a
07c910ae27f9839f035881fe7dd2aa646f156ab6
refs/heads/master
2021-09-04T18:46:06.101049
2018-01-21T07:40:32
2018-01-21T07:40:32
105,264,737
3
2
null
2018-01-21T07:40:33
2017-09-29T11:24:48
Java
UTF-8
Java
false
false
119
java
package nagoya.code4.resas; public class PatentsLocationsResult extends AbstractListResult<PatentLocationResult> { }
[ "kouichiume@gmail.com" ]
kouichiume@gmail.com
e1b6bf5d5594c1e91b6647e6c4f75007c39ab3af
b091c7718196beaf60a8825c8c0840bb2a88303b
/src/main/java/br/com/guiabolso/transacaoapi/modulos/transacao/service/TransacaoService.java
6018c836db21945c7c9a22eebd14d7d18a9c11f8
[ "MIT" ]
permissive
vhnegrisoli/guia-bolso-transacao-api
97dda1e17aff53a8728b74e4cc5e209925458578
ba61a50d766c7bd889e83c2832f76f0d806f3a6d
refs/heads/master
2023-04-01T03:46:23.031300
2021-04-08T23:12:58
2021-04-08T23:12:58
356,036,267
1
0
null
null
null
null
UTF-8
Java
false
false
4,724
java
package br.com.guiabolso.transacaoapi.modulos.transacao.service; import br.com.guiabolso.transacaoapi.modulos.transacao.model.Transacao; import br.com.guiabolso.transacaoapi.modulos.transacao.repository.TransacaoRepository; import br.com.guiabolso.transacaoapi.modulos.usuario.dto.UsuarioTransacoesResponse; import br.c...
[ "victorhugonegrisoli.ccs@hotmail.com" ]
victorhugonegrisoli.ccs@hotmail.com
45b9bacae6a5dc7b9d08958fded5e651a9be720c
83a4e2fc957f9812dbc574eb0fe4ff6ba2f5b1b3
/logistics/src/main/java/com/cl/logistics/dao/ICustomerBillClearDao.java
68ce8f92246f3e814db8a9d42a363ab0966437a6
[]
no_license
TANGWO/code
8c82eaa55712d904f25caf4bdd92f0cedf0071f5
2dccc788e5e1b5a9ca4e1432d299bad2b91b3441
refs/heads/master
2020-04-15T02:29:27.086977
2019-01-04T09:33:16
2019-01-04T09:33:16
null
0
0
null
null
null
null
UTF-8
Java
false
false
302
java
package com.cl.logistics.dao; import org.springframework.data.jpa.repository.JpaRepository; import com.cl.logistics.bean.CustomerBillClear; public interface ICustomerBillClearDao extends JpaRepository<CustomerBillClear, Long> { public CustomerBillClear findByGoodsBillCode(String billCode); }
[ "chenlingys@live.com" ]
chenlingys@live.com
9f668730dd2a9bfd640ff25581f6788e2089d687
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/2/2_206f1be8d80316cd0a72456d5959fef23863eb32/InternalDbHelper/2_206f1be8d80316cd0a72456d5959fef23863eb32_InternalDbHelper_t.java
30bfdaed5a81e4b95f1f39a0348e406837ad7825
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
11,397
java
package yuku.alkitab.base.storage; import android.content.ContentValues; import android.content.Context; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; import android.util.Log; import yuku.afw.App; import yuku.alkitab.base.model...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
0b54752f13aff9ad3d0eedce7e2140d130509f24
2b72ba860b81c54a61cc4abcb1a927c138d5800f
/service-router-zuul/src/main/java/com/easy/ms/router/filter/post/RestApiResponseFilter.java
be1f0af79e30459e360d9f13fcab8ad66e07e114
[]
no_license
todoo/spring-cloud-demo
602a0854a2c6c05de6fadaaf037f94e327f2a6a4
022ab3bf88084e37352fb65ba5c799cb31033954
refs/heads/master
2021-05-03T20:26:20.962629
2018-04-26T08:49:59
2018-04-26T08:49:59
120,429,114
0
0
null
null
null
null
UTF-8
Java
false
false
3,954
java
package com.easy.ms.router.filter.post; import java.io.IOException; import java.nio.charset.Charset; import java.util.Date; import java.util.Map; import java.util.TreeMap; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.springframework.beans.factory.annotation....
[ "kx.tan@hnair.com" ]
kx.tan@hnair.com
8c276a66ec1ce5908ca1452ca53793d844452924
0e6b8e068990e01831fcc1c88dc5ac8569482db9
/app/src/test/java/com/example/wheatherforecast/ExampleUnitTest.java
ef737b0357923e5949e607f4eb66fdc6dee7d3cc
[]
no_license
srl88/WeatherApp
48814fba2a3cd3a35bc8bfed45182a34609341a1
4b64da009d8c1234e602b826ab6f906d0be26fa6
refs/heads/master
2020-05-14T21:29:21.994809
2019-04-17T20:34:25
2019-04-17T20:34:25
181,964,035
0
0
null
null
null
null
UTF-8
Java
false
false
389
java
package com.example.wheatherforecast; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test publi...
[ "noreply@github.com" ]
srl88.noreply@github.com
96eafa8e79fb5755b63e082044089e17b392ee7b
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/28/28_a9cd8e1278a05bd112fea305faa5c8e9c0a4771a/UserImpl/28_a9cd8e1278a05bd112fea305faa5c8e9c0a4771a_UserImpl_s.java
368a19b8ef7ad19978a1e96b2baf0e3529ea7b21
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
1,925
java
/* * JBoss, a division of Red Hat * Copyright 2012, Red Hat Middleware, LLC, and individual * contributors as indicated by the @authors tag. See the * copyright.txt in the distribution for a full listing of * individual contributors. * * This is free software; you can redistribute it and/or modify it *...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
1d411d664f94e582e4e87f9e2227a562f2ed214c
b3fb8289104bc09f7d2f98c792b4bfbc6373d343
/app/us/sosia/magnet/service/ConverterServiceConstants.java
38d5c8cacbf3e7dc1fd448b1423aaed8fd58f996
[ "Apache-2.0" ]
permissive
He-Pin/magnetService
629fbb5e87b385d097bbb875284d27cb5b3e963e
296d9341ceb2debf43857b4288f81f6b1299c715
refs/heads/master
2022-05-17T16:09:48.860811
2013-12-04T09:22:00
2013-12-04T09:22:00
null
0
0
null
null
null
null
UTF-8
Java
false
false
212
java
package us.sosia.magnet.service; /** * Author: kerr * Mail: hepin@sosia.us */ public class ConverterServiceConstants { public static boolean CacheEnable = true; public static int CacheTimeOut = 10; }
[ "hepin1989@gmail.com" ]
hepin1989@gmail.com
328e8ccbc88e2f6f3e647a609684847db271b27f
e3d0a1d8de479440ac24892675ef943e0d55c68a
/src/GUI/FrmAddNanny1.java
cb6a332518407ccc7a92454ce9e48e47dc6e7748
[]
no_license
duynguyen591990/child-care
fd2f33c6303e3c7596736486c1efa8c98be4de4f
fcef9d30e1ab184713643f1bb8f8b18b8f913955
refs/heads/master
2021-01-22T23:58:41.967140
2012-01-21T17:53:28
2012-01-21T17:53:28
32,220,881
0
0
null
null
null
null
UTF-8
Java
false
false
22,004
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * FrmAddNanny1.java * * Created on Nov 27, 2011, 10:13:18 PM */ package GUI; import DAO.Connect; import DatabaseAccess.quanLyBaoMau; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql...
[ "duynguyen591990@gmail.com@7b50d76b-702c-47d2-0f96-b0069ba6ed1b" ]
duynguyen591990@gmail.com@7b50d76b-702c-47d2-0f96-b0069ba6ed1b
c6a1afbafef87ac69f7fe0591069b51e43822018
7444ddae69b9b3d96bbaddc94aef083014669fb3
/testng-test/src/main/java/com/jennifer/asserttest/AssertTest2.java
697e9d6d42c16a65c88d083d5d9ad54560b85f3d
[]
no_license
jenniferhuang/jennifer-common-test
e73d2506aa27930cac0cb9e6b23f16376bd64ce5
cd48e1230a68729ed7dd202cf127a7ebef822e35
refs/heads/master
2022-12-05T10:09:00.835219
2019-01-15T11:44:14
2019-01-15T11:44:14
92,487,982
0
0
null
2022-11-16T09:35:23
2017-05-26T08:13:13
Java
UTF-8
Java
false
false
1,275
java
package com.jennifer.asserttest; import org.testng.Assert; import org.testng.TestException; import org.testng.annotations.AfterMethod; import org.testng.annotations.BeforeMethod; import org.testng.annotations.Test; /** * Created by IntelliJ IDEA. * User: com.jennifer.huang * Date: 5/5/2017 */ public class AssertT...
[ "jennifer.huang@ringcentral.com" ]
jennifer.huang@ringcentral.com
a1523d666f19defce90e6ddbc3d7e91cf5adb562
d912456588401fb0b904dff2fff6023c5034562e
/src/main/java/cn/eli486/dto/PageInfo.java
b03806a94b584da83cb5d9b29dbea7af54487a61
[]
no_license
eli719/Crawler-Update
acf923e4f80bd77377809d9c154eb124e9ea8da8
73f950aeaf4e02254578b77d5c4c4c8baf5ef1f0
refs/heads/master
2022-06-22T15:11:55.263837
2020-04-06T05:46:27
2020-04-06T05:46:27
253,387,563
0
0
null
2022-06-17T03:04:01
2020-04-06T03:42:46
Java
UTF-8
Java
false
false
2,341
java
package cn.eli486.dto; import cn.eli486.entity.Customer; import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONArray; import com.alibaba.fastjson.JSONObject; import org.springframework.core.io.ClassPathResource; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; i...
[ "670043029@qq.com" ]
670043029@qq.com
953ee65de73d22432634c59317cfe32d892cddfd
0e8eb8c7a8a93b99f5fd8151573026f2a7d5f2d0
/src/main/java/cn/wsyjlly/mavlink/common/v2/enums/MavMode.java
456cd22e105442dafd3fef22970a51ed17df5fcb
[]
no_license
wsyjlly/mavlink
5c1d98e0abd4ba45df08b4928a25f52e3d5553ea
02f239fb0fcb55fe0795b7db0489294c81510e35
refs/heads/master
2023-01-24T00:43:44.377942
2020-11-26T07:39:03
2020-11-26T07:39:03
310,179,590
5
0
null
null
null
null
UTF-8
Java
false
false
3,299
java
package cn.wsyjlly.mavlink.common.v2.enums; import cn.wsyjlly.mavlink.annotation.MavlinkEnum; import cn.wsyjlly.mavlink.annotation.MavlinkEnumEntry; /********************************** * Author YSW * Description * Date 2020.11.26 - 02:46 * **********************************/ @MavlinkEnum(name = "MAV_MODE") publ...
[ "211874876@qq.com" ]
211874876@qq.com
88967bf323bb0fd0d7b7f6823353911cff37d7c2
fd83a6e2fc15cf855123187ed718ac66d384dfcb
/src/main/java/Util/orders.java
78df8dec75342536c29196d2552d7f17c92e64c8
[]
no_license
Dzyzy/shoppingMall
83db6409c1984aab7f194083832e5526ac913476
24fd3f92ac6844ccf251b33c8cfb7977d3c57620
refs/heads/master
2023-02-10T00:00:55.441304
2021-01-01T01:41:36
2021-01-01T01:41:36
325,900,902
0
0
null
null
null
null
UTF-8
Java
false
false
1,104
java
package Util; public class orders { private int orders_id; private int orders_total_amount; private int user_id; private int orders_statu; public orders(int orders_id, int orders_total_amount, int user_id, int orders_statu) { this.orders_id = orders_id; this.orders_total_amount = o...
[ "962355097@qq.com" ]
962355097@qq.com
373a36f682308c7592eca72d1adf186f099e6df4
48e27e86a11db27d2677c1252907858605fa5f1e
/OKWX-android/app/src/main/java/com/okwx/xiao/util/http/Format.java
70906b7222cdf9db1a0f0a0f72efeff84b8018fd
[]
no_license
jangocheng/MonitorWx
f3aa0c2af530996be09af8e361b36613bd29c4e9
52d5573b24ac3cedc78e7ccac04c1f732bda81c4
refs/heads/master
2020-08-23T08:58:19.500213
2019-10-18T01:51:48
2019-10-18T01:51:48
216,582,000
1
0
null
2019-10-21T13:58:38
2019-10-21T13:58:38
null
UTF-8
Java
false
false
942
java
package com.okwx.xiao.util.http; import java.util.List; /*** * json 解析类 */ public class Format { private String msg; private Integer code; private List data; public Format(String msg, Integer code, List data) { this.msg = msg; this.code = code; this.data = data; } p...
[ "18569543008@163.com" ]
18569543008@163.com
2755ba2ca0341bfaf0c18995666f80b301c57d2d
ae1456a6605716a67604bf8866a1caee54105fa2
/modeldesigner/winery.repository.ext/src/main/java/de/ustutt/iaas/bpmn2bpel/planwriter/ManagementTaskTemplateWrapper.java
7fa0ecb81cdd4b8a901665e928e3a9f7d91af7d4
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0", "LicenseRef-scancode-public-domain", "CC-BY-4.0" ]
permissive
open-o/common-tosca-model-designer
aef7630c8a0dbfeb40bbe6651b044e08590cf763
b4fdca321ec4016d6846f3ad2c79c4948a9b2374
refs/heads/master
2021-01-19T11:31:47.383406
2017-04-11T07:43:17
2017-04-11T07:43:17
87,973,145
0
0
null
null
null
null
UTF-8
Java
false
false
4,476
java
/** * Copyright 2016 ZTE Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
[ "huang.jian12@zte.com.cn" ]
huang.jian12@zte.com.cn
f87ae1233c3c07833be9691bd69a0651024a96c6
52571bbc269a804c7df8f7b27ae3c41ee84f84f2
/cache/src/main/java/codexe/han/cache/masterslave/jedis/exceptions/JedisMovedDataException.java
a9b525d908e924b847c08874b527947fb94dd7b9
[]
no_license
codexehan/java-related
8b684b18b2402983cfd0ab6e44a860b8c014f0e7
a023a4f3e87a6558925af49f35de2f39bb0c1194
refs/heads/master
2020-05-07T06:02:43.118869
2019-12-30T10:40:55
2019-12-30T10:40:55
180,296,971
0
0
null
null
null
null
UTF-8
Java
false
false
713
java
package codexe.han.cache.masterslave.jedis.exceptions; import redis.clients.jedis.HostAndPort; import redis.clients.jedis.exceptions.JedisRedirectionException; public class JedisMovedDataException extends JedisRedirectionException { private static final long serialVersionUID = 3878126572474819403L; public JedisM...
[ "bingzhenchao@mozat.com" ]
bingzhenchao@mozat.com
6574ee8e60507a3ace7fc8ae3244d477f6dfd51b
893bdc59bb8ff233ad4567182a04ff23a4ee13ae
/maven/mybatis1/src/main/java/com/rueggerllc/dao/BaseDao.java
d865165fcab8bc22c87eb16a50b3a3395ed61ed9
[]
no_license
rueggerc/rueggerllc-public
33f5396f04a423a62f6c7e7124fa02c8f455c2c8
a86950de18c1d5ec23aaf1051268f297b4bc4f78
refs/heads/master
2021-01-13T14:38:17.480642
2017-10-10T22:14:30
2017-10-10T22:14:30
76,731,748
0
0
null
null
null
null
UTF-8
Java
false
false
426
java
package com.rueggerllc.dao; import java.util.List; import com.rueggerllc.mappers.Mapper; public interface BaseDao<M extends Mapper<D>, D> { public List<D> selectAll() throws Exception; public D selectById(long id) throws Exception; public void insert(D domainObject) throws Exception; public void...
[ "chris.ruegger@gmail.com" ]
chris.ruegger@gmail.com
2d9a7273f66620163c693df29b2927004b518c4c
c503c822725e5752935bd942ec702470585c821d
/src/com/zhima/traffic/ui/epd/EpdDriverUi.java
45da13658def8519b6610b9a8330c1b92b12b3b0
[]
no_license
3356317015/traffic
73d17d8ec8d02c86d78a36c959c34cf708bf2d80
2bf2d7182fb202e2dc3ed28d818365c9a1bbf05e
refs/heads/master
2020-03-28T03:23:59.790720
2018-09-06T14:00:41
2018-09-06T14:00:41
147,642,313
0
0
null
null
null
null
UTF-8
Java
false
false
10,118
java
/** ******************************************************************************* * * (c) Copyright 2012 重庆市志玛信息技术有限公司 * * 系统名称:frameWork * 文 件 名 :SamModuleUi.java * 模块名称:(请更改成该模块名称) * 创 建 人 :鲁承毅 * 创建日期:2013-3-2 下午10:36:15 * 修 改 人 :(修改了该文件,请填上修改人的名字) * 修改日期:(请填上修改该文件时的日期) * 版 本 :...
[ "3356317015@qq.com" ]
3356317015@qq.com
4028c442a3060c94cc26c46f7e81d05edb0e5f87
f48a51e7c72db5de1a2a0ac61ebbc6e95caf9a7c
/app/src/main/java/com/example/sofra/ui/generalViewModel/CityViewModel.java
f0f02471ac488f47555768a01c66cae89c058df2
[ "MIT" ]
permissive
traviraj90/Sofra
077f0666ac67f3749a3d1aa7d1822e5630f565ea
996eb6021542bfdecff817869f77a3026140042d
refs/heads/master
2023-02-06T17:50:38.965959
2020-12-22T02:00:54
2020-12-22T02:00:54
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,290
java
package com.example.sofra.ui.generalViewModel; import androidx.annotation.NonNull; import androidx.lifecycle.MutableLiveData; import androidx.lifecycle.ViewModel; import com.example.sofra.data.pojo.general.city.City; import retrofit2.Call; import retrofit2.Callback; import retrofit2.Response; import static com.exam...
[ "mohamed_omran72@outlook.com" ]
mohamed_omran72@outlook.com
f049ed74d5d890152eaef3791bfe635f29c9566a
0a02f2a262d517ff4e10005a13bbd5a852a45cc9
/app/src/main/java/com/mxx/myimmatationdemo/di/module/MainPagerFragmentModule.java
7b5a2282c4545434a53664af6c633ccdedaeca91
[]
no_license
MxxGitHub666/MyImmatationDemo
5301d0ca8af09f1d6c22c9f22db07f76d9992ebf
1cf5be43562dd12c5f30cd713efa07b7ce422d80
refs/heads/master
2020-07-06T00:09:53.672391
2019-11-02T10:12:54
2019-11-02T10:13:12
202,700,884
0
0
null
null
null
null
UTF-8
Java
false
false
117
java
package com.mxx.myimmatationdemo.di.module; import dagger.Module; @Module public class MainPagerFragmentModule { }
[ "981792973@qq.com" ]
981792973@qq.com
4a444d1b18a8cc73c1b5c1209a1f5c6478593a51
db37e81aedf8d13af2af10ef315f1acb65ad15a4
/src/com/nari/slsd/gglck/entity/AisLocation.java
a0a9a1a771f486b9f84d6a2c2924312526533d7a
[]
no_license
acyh58976142/ShipLockTest
c4bf1c05c100b650921401b35a10c7cd4c9f999a
4f75602d80f2e47bbaa41e7d4725727bc5e699cf
refs/heads/master
2020-04-29T15:44:12.373759
2019-03-18T08:53:11
2019-03-18T08:53:11
176,238,262
0
0
null
null
null
null
UTF-8
Java
false
false
1,307
java
package com.nari.slsd.gglck.entity; import java.util.Date; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.Table; /** * ais 船舶位置 * @author zsq */ public class AisLocation { private String mmsi; //mmsi private String vesselName; //船名 private String longitude; //经度 priv...
[ "13584005116@outlook.com" ]
13584005116@outlook.com
05b6a6c8ae8bba77d203343d17bf492783ada1e1
c36327d3d117eb154388104b555ca4570430c546
/src/net/sf/openrocket/example/PowerLawWindConfigurator.java
05b86ddab0ec972f513ab88d98c9acac34d82968
[ "MIT" ]
permissive
wasa-rockoon/PowerLawWind
be6ae54f36333aab5b39ab7b2abc5382c148db5f
418077af8fc1fac4f4feb63c5f2d1d4539be1bef
refs/heads/master
2023-06-28T23:55:54.914247
2021-07-27T14:55:27
2021-07-27T14:55:27
390,009,566
1
0
null
null
null
null
UTF-8
Java
false
false
2,362
java
package net.sf.openrocket.example; import javax.swing.JComponent; import javax.swing.JLabel; import javax.swing.JPanel; import javax.swing.JSpinner; import net.sf.openrocket.document.Simulation; import net.sf.openrocket.gui.SpinnerEditor; import net.sf.openrocket.gui.adaptors.DoubleModel; import net.sf.openrocket.gui...
[ "mail@fujiy.dev" ]
mail@fujiy.dev
1125e886418e2547bb9012376bfee3b5796f9828
16f896534b6d1a0c195d44c656f0655df99e56c7
/src/test/java/com/localgrower/ArchTest.java
27af2db7075540af8b90ed3aa13b149e66cd4fba
[]
no_license
alexvoinea05/Licenta2k21
ab3e1bcfba77bc21da73037701ccb73de4f21967
bdfb4fb08df7bd66049ee65927e64f0fcb0291c5
refs/heads/main
2023-06-05T03:40:13.496166
2021-06-29T18:05:37
2021-06-29T18:05:37
374,117,180
0
0
null
null
null
null
UTF-8
Java
false
false
1,012
java
package com.localgrower; import static com.tngtech.archunit.lang.syntax.ArchRuleDefinition.noClasses; import com.tngtech.archunit.core.domain.JavaClasses; import com.tngtech.archunit.core.importer.ClassFileImporter; import com.tngtech.archunit.core.importer.ImportOption; import org.junit.jupiter.api.Test; class Arch...
[ "alexandru.voinea@mindit.io" ]
alexandru.voinea@mindit.io
1865e6ef5d43c4cfe45c9c901557c8c1f257abc2
72a1cc17f54cb88320778f02da4c5632445edaa3
/006_Dynamic_Proxy_Spring_AOP/src/Proxy/src/com/bjsxt/proxy/test/UserMgr.java
2358496ab99d7789eecbf0224c2939c3d1ea2c20
[]
no_license
XiongJobs/Jworkbench
10d42f7ce26e7bdd6fdfb5095e94a22727c8d345
ed0aac32fec5673078c0ac60901d3323993a7459
refs/heads/master
2021-07-19T01:06:50.926131
2018-07-09T01:15:00
2018-07-09T01:15:00
135,654,158
0
0
null
null
null
null
UTF-8
Java
false
false
77
java
package com.bjsxt.proxy.test; public interface UserMgr { void addUser(); }
[ "1324406183@qq.com" ]
1324406183@qq.com
d4367d8fb1313336f1220df80b4b73585acf4a7a
63f0e5f7870d9914c1ed85af8e4889696b458700
/QuestionAnswerAPI/src/main/java/com/example/QuestionAnswerAPI/QuestionAnswerAPI/entity/CommentList.java
0b0a33002752269a692075d6c9ed8fb97444aa3e
[]
no_license
ravitripathi/internalQuora
073b32b32618679e52c9eb1f55de98d35dea03c1
c99e8de94a862e9314b27533b4a16144142ed799
refs/heads/master
2021-03-19T06:26:58.706696
2018-02-08T09:03:33
2018-02-08T09:03:33
120,611,178
1
0
null
null
null
null
UTF-8
Java
false
false
1,088
java
package com.example.QuestionAnswerAPI.QuestionAnswerAPI.entity; import com.example.QuestionAnswerAPI.QuestionAnswerAPI.dto.CommentDTO; import com.example.QuestionAnswerAPI.QuestionAnswerAPI.dto.CommentListDTO; import org.springframework.data.annotation.Id; import org.springframework.data.mongodb.core.mapping.Document;...
[ "ravitripathi1996@gmail.com" ]
ravitripathi1996@gmail.com
7146ff22910128d0289fd84e5d57ef245fef9ff4
ef93b64a6b27e30ff7536d10d4ba7123f94595c0
/src/test/java/com/googlecode/hibernate/memcached/integration/ContactIntegrationTest.java
92195f8ab601b269ccec62924ed695a42516cb6d
[ "Apache-2.0" ]
permissive
ddlatham/hibernate-memcached
c64b6a7554682e6ebfda83572c745cc3a7ccee44
4847a7d87f5bee43535f9b8d0235a3e1a6cb4d5d
refs/heads/master
2021-01-16T13:34:34.810968
2010-02-26T21:34:17
2010-02-26T21:34:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,474
java
package com.googlecode.hibernate.memcached.integration; import org.hibernate.Criteria; import static org.hibernate.criterion.Restrictions.eq; import java.util.Calendar; import java.util.Date; import java.util.Properties; public class ContactIntegrationTest extends AbstractHibernateTestCase { Contact ...
[ "raykrueger@gmail.com" ]
raykrueger@gmail.com
a32d758080adcc8bc1c3f78a9f517d5001601ea2
d5e0ec705a0c4d0b70eacf3b3d747b9267e11f3e
/src/main/java/DesignPatterns/Creational/Animal.java
b684251a69bcafd6ad9dfd4d60cef764d2bec774
[]
no_license
Karinagiselle/Fundamentals
e146f5ed4b3528386a02b60c1871877ac86f5a2e
c93c9f4ea72ef1942937dbd73d8920c304f5b76f
refs/heads/master
2021-08-30T03:19:54.055921
2017-12-15T21:17:00
2017-12-15T21:17:00
110,279,737
0
0
null
null
null
null
UTF-8
Java
false
false
307
java
package DesignPatterns.Creational; public enum Animal { DOG("Dog", new Dog()), CAT("Cat", new Cat()); private String name; private Pet pet; Animal(String name, Pet pet) { this.name = name; this.pet = pet; } public Pet getPet() { return pet; } }
[ "karinagiselle.b@gmail.com" ]
karinagiselle.b@gmail.com
19798c27e75fa5cdfe3ddfc046a03d488e154d91
8dfde33cb2a30e4d4d4c98f560a9fe856d245e06
/NotableCommonsLib/notable-commons-lib/src/main/java/nlusersi324201edwinvanrooij/fhict/httpathena/libraryproject/adapteritems/AdapterItemFeedback.java
367a2cd9d872e5e38360ab37a0a37937934b1040
[]
no_license
EdwinVanRooij/notable
be43e4869915c65116baaf2d99bb8da9a4e12e46
009f446740ded1eaa7af7af320ceb99a510f37bb
refs/heads/master
2021-03-27T18:54:30.680057
2016-06-12T00:07:07
2016-06-12T00:07:07
56,100,269
0
0
null
null
null
null
UTF-8
Java
false
false
2,241
java
package nlusersi324201edwinvanrooij.fhict.httpathena.libraryproject.adapteritems; //import nlusersi324201edwinvanrooij.fhict.httpathena.libraryproject.R; // //import com.mikepenz.fastadapter.items.AbstractItem; /** * Created by Edwin on 11/16/2015. */ public class AdapterItemFeedback { // public class AdapterI...
[ "edwinvrooij@gmail.com" ]
edwinvrooij@gmail.com
89c2f2818cfa554498364e1cc7a250dfbc6aa6b2
ac4412c5666664670c36fccc95c2323499a4ab6c
/appEmprestimoFacil/src/main/java/br/edu/infnet/emprestimo/service/ParcelaService.java
bdd7a52172de33befed4c111ee00fd9a1762e8c1
[ "Apache-2.0" ]
permissive
pauloricmarinho/infnet-05-java-injecao-dependencia-persistencia-projeto
35ad355163d28079db70284145de7b137fe3c3f0
67fc3231fb92549439ef57334c2519d35438dd52
refs/heads/master
2022-11-21T02:11:03.321551
2020-07-26T23:16:30
2020-07-26T23:16:30
275,684,691
0
0
Apache-2.0
2020-07-26T23:16:32
2020-06-28T23:16:08
Java
UTF-8
Java
false
false
2,647
java
package br.edu.infnet.emprestimo.service; import java.util.Calendar; import java.util.Date; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import br.edu.infnet.emprestimo.model.Cliente; import br.edu.infnet.emprestimo.mod...
[ "pauloricmarinho@gmail.com" ]
pauloricmarinho@gmail.com
5ac9424adadd33d240a5c73d893175ddc930d3a0
1d145870f72cb678248b399eb8aea04b03d86a75
/app/src/main/java/com/coolweather/android/util/HttpUtil.java
f92023cfc4f0373e80e2328ca4c3ae0f176a18ec
[ "Apache-2.0" ]
permissive
531621028/coolweather
268e64a21da6dc2ab629d168a92faf44b225fc3f
3dd1eb657def8ff5b855573fd2d60f87c2999168
refs/heads/master
2021-01-23T01:40:51.108973
2017-03-24T03:25:59
2017-03-24T03:25:59
85,925,249
0
0
null
null
null
null
UTF-8
Java
false
false
423
java
package com.coolweather.android.util; import okhttp3.OkHttpClient; import okhttp3.Request; /** * Created by kang on 2017/3/23. */ public class HttpUtil { public static void sendOkHttpRequest(String adress, okhttp3.Callback callback) { OkHttpClient client = new OkHttpClient(); Request request =...
[ "531621028@qq.com" ]
531621028@qq.com
2f3eb856c04c9f17ccad32d3f97c76b21e304e75
5be10a20029e9601f6ae4efa1711e998e3374f3a
/Numeros.java
b995ac0de37d2a33ae529c26e6204ca16fe2303f
[]
no_license
chechubui/Poo
a1788c9ac5b6b45bf7590f8352aa22be7a57896f
5e256e70fd3500e3170733d5f1a5aaf905b62312
refs/heads/master
2016-08-05T09:07:05.059799
2014-11-05T11:45:54
2014-11-05T11:45:54
null
0
0
null
null
null
null
UTF-8
Java
false
false
412
java
public class Numeros { //atributo valor private int valor; //getter public int getValor(){ return this.valor; } //setter public void setValor(int valor){ System.out.println("usando metodo setValor(int valor) "); this.valor=valor; } public void setValor(double valor){ System.out.print...
[ "chechubui@hotmail.com" ]
chechubui@hotmail.com
8d5136cf781f13ea092cf43b03af4b315f047639
373d384494895b0b5ddd75df936657060605a5fa
/RFacade/rftest/TstRFacade.java
0d2525bba1dbaa064168eff0faf3d7ee374e57a7
[]
no_license
baloghe/Kaggle
ddf565bf451361fd142a9777712099ccd2b76249
a6de5d3dec99947e10dbe1ed81ba0c24847af3eb
refs/heads/master
2021-01-18T21:29:27.385925
2016-05-06T20:48:45
2016-05-06T20:48:45
28,754,225
0
0
null
null
null
null
UTF-8
Java
false
false
2,710
java
package rftest; import org.junit.AfterClass; import org.junit.Assert; import org.junit.Before; import org.junit.BeforeClass; import org.junit.Test; import rfacade.REngineInstance; import rfacade.RFacade; /** * Test cases for RFacade */ public class TstRFacade { private static RFacade r; @Befor...
[ "balogh_endre@gmail.hu" ]
balogh_endre@gmail.hu
d0c72f60dae7446d79d377a6f92508bedb9592b1
7041ac021206b707e904c4ea3c176f0c8b2f91ff
/ToDoProject/src/main/java/com/bridgelabz/User/SocialLogin/FaceBookConnection.java
1fe7c67ae23c7fd72ea914cef92bb140c850d588
[]
no_license
ashwinipatil321/ToDoApp
b87d751ed37e4e6749bafb02e015cbbd99a2abaf
ae30ba16f67b64f2721e4ceb26c28e6cfb456634
refs/heads/master
2021-09-05T08:05:11.535672
2018-01-25T11:37:00
2018-01-25T11:37:00
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,247
java
package com.bridgelabz.User.SocialLogin; import java.io.IOException; import java.io.UnsupportedEncodingException; import java.net.URLEncoder; import javax.ws.rs.client.Entity; import javax.ws.rs.core.Form; import javax.ws.rs.core.MediaType; import javax.ws.rs.core.Response; import org.jboss.resteasy.client.jaxrs.Restea...
[ "amnpatil8@gmail.com" ]
amnpatil8@gmail.com
d1887ff70a270493c88356366d34217b7617aa35
6bebad6a3683b580232aaadbb46106aecd4c05a1
/src/codeupBasic100/OutputConversion/n1034.java
b166ed1f94f7b92cf26805f6229b9f8a92aef82d
[]
no_license
jeeyani/CodingTest
cb87ff9db22eeb3ec477688de0452eda9f4ff483
11dcbed6ca71586cffc73796b097168869bb357d
refs/heads/master
2023-09-05T02:58:47.521216
2021-10-18T14:55:55
2021-10-18T14:55:55
329,774,656
1
0
null
null
null
null
UTF-8
Java
false
false
326
java
package codeupBasic100.OutputConversion; import java.util.*; public class n1034 { public static void main(String[] args) { Scanner sc = new Scanner(System.in); String a = sc.next(); int b = Integer.valueOf(a,8); //8진수의 int타입으로 변환 System.out.print(String.format("%d", b)); } }
[ "74583344+jeeyani@users.noreply.github.com" ]
74583344+jeeyani@users.noreply.github.com
ef7b02ed7a68da171242fb0156ba820dc4356b3a
f6f101626183101024ffa965deee4202fab1d00f
/seikabutsu/study_java/src/Tel3.java
fb7ce8b7b6d9979fda562a05f173b56e74d2f429
[]
no_license
sonshi/About_Me
bce6d8cd5c70fdeb71892b80774f10605d433963
3be6df914a2c4c1adb1f71303646b3d47dc3f8f9
refs/heads/master
2020-03-18T14:47:01.459604
2019-02-21T12:04:52
2019-02-21T12:04:52
null
0
0
null
null
null
null
UTF-8
Java
false
false
221
java
package study_java; public class Tel3 { private String tel, name; Tel3(String tel, String name){ this.tel = tel; this.name = name; } String getName() { return name; } String getTel() { return tel; } }
[ "graveyard_000000000@yahoo.co.jp" ]
graveyard_000000000@yahoo.co.jp
144f48f1e2f8baa2848f02a144e62d5e3a07ff99
963a35552210a78620b7054334cbb3721df4a283
/ACERPSYSTEM/src/java/Utilites/UserService.java
248a47fee2e2aa2d70caf87b0803588f518d05ac
[]
no_license
dipskakadiya/ACERP
720a9e053d4b929856216ad6c44a6c9bb2c7c089
fb23c464503e190c7de6dee8e0519f0e5ef84254
refs/heads/master
2016-09-06T17:09:46.032459
2013-11-12T14:37:23
2013-11-12T14:37:23
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,877
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package Utilites; import java.util.List; import javax.sql.DataSource; import org.springframework.beans.factory.xml.XmlBeanFactory; import org.springframework.core.io.FileSystemResource; import org.springframework.core.i...
[ "sai@10.100.99.78" ]
sai@10.100.99.78
62f879ab545b0915ae3c0fa76a007aedb7c869c4
a66e5e936f17ed63f39cfdd6ef8bb15f17c201d5
/GoodsMarket/src/com/market/bean/SkuBean.java
3fcfd6d4ddac6273738b450c89ede4bbeafea152
[ "Apache-2.0" ]
permissive
ansonn/usbcamera
2bdb538ba195c384cfc2001149d7637e375edda3
0d9180e3a7126bae9f797af62d59122f1ceb1370
refs/heads/master
2021-08-28T14:03:09.682313
2017-12-12T11:55:34
2017-12-12T11:55:34
113,933,355
1
0
null
null
null
null
UTF-8
Java
false
false
4,256
java
package com.market.bean; import java.io.Serializable; public class SkuBean implements Serializable{ /** * serialVersionUID */ private static final long serialVersionUID = 1L; private Spec[] specbean; private String spec_key; private Double weight; private Double cost_price; private String image; private L...
[ "shuke.wang@memblaze.com" ]
shuke.wang@memblaze.com
707bc6c25f599b87486b3dc37db4f0249e3b973a
c3777b7772de71de2c125e6ed16c1d1256a73c7a
/Assn2/src/cse360assign2/SimpleList.java
c8ca0f39b8148ec823def65b430a3de8305888a9
[]
no_license
jviera1/SimpleList
6a57e897df5193edc8187097cfae3123b32a9806
46d58c6abffd4c12d6883be63770b70f63864fea
refs/heads/master
2021-01-26T11:43:48.084134
2020-02-28T06:17:03
2020-02-28T06:17:03
243,426,108
0
0
null
null
null
null
UTF-8
Java
false
false
6,349
java
/*Author: Joshua E. Viera *Class ID: 373 *Assignment: 2 * * * Description: * This program creates an array of 10 integers. It contains 6 methods that will manipulate the array in different ways. The add() method will add * elements to the array while increasing the size of the array once it is f...
[ "Joshua@DESKTOP-C7BQUI5.3500.dhcp.asu.edu" ]
Joshua@DESKTOP-C7BQUI5.3500.dhcp.asu.edu
0210e86f9e17ca3ead403639e5a21f6f9dc82ed5
cbd99571c213ffbd70b2858b666e3f0882497f2e
/src/main/java/org/onebusaway/gtfs_realtime/exporter/AbstractGtfsRealtimeFileWriter.java
bacb89e41bba9580f0f75a5cd80254f751eb9dab
[ "Apache-2.0" ]
permissive
camsys/onebusaway-hamilton-connector
091cbf4b3aafbf15ad7a1ea720a6fb124e9680e0
4b05b2b2e11fca425b3d9cbdcc9d0ea98d7f540f
refs/heads/master
2020-05-05T03:03:17.559646
2014-10-04T16:17:48
2014-10-04T16:17:48
24,143,625
0
0
null
null
null
null
UTF-8
Java
false
false
2,681
java
/** * Copyright (C) 2012 Google, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ...
[ "sheldonb@gmail.com" ]
sheldonb@gmail.com
97848176e2ad3e5e4456da3f463cf8fcf203a4c7
426454ce2e5f4310bfcf29f61e9f34cf0ad23874
/kodilla-patterns/src/main/java/com/kodilla/patterns/factory/task/PaintingTask.java
eab4b27efd82e6df06405d2fdec881987274bd4b
[]
no_license
KatarzynaSzykiewicz/Kalkulator
61cf24f7fdc7c8090d9a9d572bda7004440a516f
6f0d357e31cfcac86117fa0b2f0195341d2c5136
refs/heads/master
2021-09-12T12:05:50.714217
2018-04-11T18:57:11
2018-04-11T18:57:11
115,419,510
0
0
null
2018-04-16T14:54:26
2017-12-26T12:16:06
Java
UTF-8
Java
false
false
934
java
package com.kodilla.patterns.factory.task; public final class PaintingTask implements Task { final String taskName; final String color; final String whatToPaint; final boolean completed; public PaintingTask(final String taskName, final String color, final String whatToPaint, final boolean complete...
[ "szykiewicz_katarzyn a@wp.pl" ]
szykiewicz_katarzyn a@wp.pl
43238dbcfe1a9b28ab46e468a4229934a9a158bc
c461673ce82a8d63bbbbecbc0558c95f13859f2a
/src/main/java/org/jenkins_ci/plugins/flexible_publish/ConditionalMatrixAggregator.java
69aef0b991143c381bccca1b6ad7c9e0b4b521b7
[]
no_license
KostyaSha/flexible-publish-plugin
5bb1f7869d3044bb79823786e44f53c3a02b2331
f6c09dff1c72492481ebe47cd290807ecdd929c7
refs/heads/master
2021-01-17T23:41:03.379988
2015-02-12T18:53:59
2015-02-20T18:34:16
30,714,735
0
0
null
2015-02-12T17:38:50
2015-02-12T17:38:49
null
UTF-8
Java
false
false
2,985
java
/* * The MIT License * * Copyright (c) 2013 IKEDA Yasuyuki * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, c...
[ "devld@ikedam.jp" ]
devld@ikedam.jp
04b2c7af144d0e3816d5dd277b7643d8a59e7e78
ed83f1964c39f34e5b59f82814bd27bd138ff4c9
/chapter_001/src/main/java/ru/simple/array/Turn.java
73feabb6f92cf43068ca39f1fe103a6ddb20dd21
[ "Apache-2.0" ]
permissive
simple1161/simple
891146a337766d01dd17859c8500f3f7e71bb6e6
bc0387fa57f0096b4619cb29ea62b9000371d25e
refs/heads/master
2021-04-12T03:32:24.409771
2018-09-28T16:53:02
2018-09-28T16:53:02
125,759,674
0
0
null
null
null
null
UTF-8
Java
false
false
407
java
package ru.simple.array; public class Turn { public int[] turn(int[] array) { for (int i = 0; i < array.length; i++) { int index = array.length - i - 1; int value = index - i; int val1 = array[i]; array[i] = array[index]; array[index] = val1; ...
[ "varius06@mail.ru" ]
varius06@mail.ru
0064ebf79eaf7452d97044d4e9812ef7238e7477
77b8fedb9ec8e989042ac58af9fab3b007b3f036
/mate-core/mate-starter-web/src/main/java/vip/mate/core/web/tree/ForestNodeMerger.java
c07c29738bfc50c7d39a168dfe825b7d0624d0cb
[ "Apache-2.0" ]
permissive
my1313677/matecloud
d920365f314115ef7c8c5cf93d67699a19cb6ec4
1d6c471474ea7aef346dadf50134e0c9dc012600
refs/heads/master
2023-05-11T02:16:26.481905
2021-05-28T07:41:08
2021-05-28T07:41:08
278,293,691
0
0
Apache-2.0
2020-11-25T10:22:21
2020-07-09T07:25:01
Java
UTF-8
Java
false
false
1,048
java
package vip.mate.core.web.tree; import java.util.List; /** * 节点归并类 * @author pangu * @link https://blog.csdn.net/u014424628/article/details/51765394?utm_source=blogxgwz2 */ public class ForestNodeMerger { /** * 将节点数组归并为一个森林(多棵树)(填充节点的children域) * 时间复杂度为O(n^2) * * @param items 节点域 * @...
[ "7357288@qq.com" ]
7357288@qq.com
069688bf94e67e1aabe871aa59ac145e2ef454ea
804ae7c538088ee47610e2e3d21a90a508e23b03
/src/PeriodicHeartBeatRunnable.java
aa0d6fa54d64fbc4ea05646ac4d402aeef7471ea
[ "Apache-2.0" ]
permissive
JamJamJames98/Networking-Final_Assignment
bf8c8545c0058ca8607d7c8f84a2078a65df8d90
eee4d7551f5c0ac10037c07707fff27ffe2907e0
refs/heads/master
2020-04-02T16:36:19.326928
2018-10-25T06:25:09
2018-10-25T06:25:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,825
java
import java.util.ArrayList; import java.util.Date; import java.util.HashMap; import java.util.Map.Entry; public class PeriodicHeartBeatRunnable implements Runnable { private HashMap<ServerInfo, Date> serverStatus; private int sequenceNumber; private int localPort; public PeriodicHeartBeatRunnable(Has...
[ "james.giouroukelis@gmail.com" ]
james.giouroukelis@gmail.com
ee831cfa17a2042622dec5f25d29d980ca6923cc
3f95326dfca54c095f8cf99d369296f8334d4702
/src/main/java/example/logger/RecoveryLoggerProducer.java
eafc559cdc869e6d34bd0eceee372f88eeaac9e3
[ "CC0-1.0" ]
permissive
kawasima/goodbye-sleepless-nights
23a1af3cee8f467b7768947644042ce59871b174
198fb357cd64f386d7f5697f333dae9b784ed847
refs/heads/master
2021-01-10T08:48:21.306271
2015-11-18T02:09:19
2015-11-18T02:09:19
46,388,623
1
0
null
null
null
null
UTF-8
Java
false
false
465
java
package example.logger; import org.slf4j.LoggerFactory; import javax.enterprise.context.Dependent; import javax.enterprise.inject.Produces; import javax.enterprise.inject.spi.InjectionPoint; import javax.inject.Named; /** * @author kawasima */ @Named @Dependent public class RecoveryLoggerProducer { @Produces ...
[ "kawasima1016@gmail.com" ]
kawasima1016@gmail.com
a148ede7f48ca5111e1b8a99b694c31fd620fab1
7799944a97dc77487163cb7e3d691518519232eb
/rxmvvm-sample/src/main/java/vn/tale/rxmvvm_sample/adapter/UsersAdapter.java
0e31998b5b0dfee3492fc67374fee1029bfeb9c8
[ "Apache-2.0" ]
permissive
talenguyen/RxMvvm
599663a7acb7218969d1d206dd61f2e32971507b
775b095f371ec3d8f9452b4e6092e0e07ced1df9
refs/heads/dev/1.0.0
2020-12-24T01:01:23.980434
2016-06-13T10:15:34
2016-06-13T10:15:34
60,931,875
1
1
null
2016-06-13T09:59:34
2016-06-11T23:16:43
Java
UTF-8
Java
false
false
1,115
java
package vn.tale.rxmvvm_sample.adapter; import android.support.v7.widget.RecyclerView; import android.view.ViewGroup; import java.util.ArrayList; import java.util.List; import vn.tale.rxmvvm_sample.model.User; import vn.tale.rxmvvm_sample.viewholder.UserViewHolder; /** * Created by Giang Nguyen at Tiki on 6/8/16. ...
[ "giangnguyen.tale@gmail.com" ]
giangnguyen.tale@gmail.com
a83588c70e1c009c117922792941ffac814cabba
89964de2c32a60a3c5996a50aa4e87a67f56e005
/javaSolutions/ThreeSumClosest.java
63273abc2d97ab8b258d041383d1620d26281fed
[]
no_license
liujiankd/leetcodes
08a069ab00f45c20a221495968f35b9e0cd91298
7f4bd404982c0244315cddaf1cf8d70ff29f529a
refs/heads/master
2020-04-10T06:47:22.180870
2014-09-24T14:01:48
2014-09-24T14:01:48
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,179
java
/* Given an array S of n integers, find three integers in S such that the sum is closest to a given number, target. Return the sum of the three integers. You may assume that each input would have exactly one solution. For example, given array S = {-1 2 1 -4}, and target = 1. The sum that is closest to the tar...
[ "liujianhzzj@gmail.com" ]
liujianhzzj@gmail.com
0b78110af5111ebf068adf4d75446aad3a33d760
8af1164bac943cef64e41bae312223c3c0e38114
/results-java/alibaba--druid/ad6f6a593c6e72fe6e5252230851acfc69c6517f/before/MySqlWallTest.java
009d9ee2ead3d53f5c4b753ae5b23e45225efc99
[]
no_license
fracz/refactor-extractor
3ae45c97cc63f26d5cb8b92003b12f74cc9973a9
dd5e82bfcc376e74a99e18c2bf54c95676914272
refs/heads/master
2021-01-19T06:50:08.211003
2018-11-30T13:00:57
2018-11-30T13:00:57
87,353,478
0
0
null
null
null
null
UTF-8
Java
false
false
2,861
java
/* * Copyright 1999-2011 Alibaba Group Holding Ltd. * * 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 applica...
[ "fraczwojciech@gmail.com" ]
fraczwojciech@gmail.com
b53277651bbe3eb2e1284d08cbf77f28fb043d46
9a501f792940ad0113ff5fc3f96e97ce0897090e
/jooby/src/test/java/org/jooby/ResultTest.java
71d5e3d9fb45691b92ca9619f89c5363848f6c43
[ "Apache-2.0" ]
permissive
JStumpp/jooby
651885fd8677a8a18748c60e0ca491bed4c46606
9390a580e9d2966b65bd5a6f6ffb1bf5c520f70b
refs/heads/master
2020-08-01T10:03:56.921913
2016-11-12T21:33:42
2016-11-12T21:33:42
73,577,727
1
0
null
2016-11-12T20:50:43
2016-11-12T20:50:43
null
UTF-8
Java
false
false
5,859
java
package org.jooby; import static org.junit.Assert.assertEquals; import java.util.Date; import java.util.Optional; import org.junit.Test; import com.google.common.collect.Lists; public class ResultTest { @Test public void sillyJacocoWithStaticMethods() { new Results(); } @Test public void entityAndS...
[ "espina.edgar@gmail.com" ]
espina.edgar@gmail.com
87261cf221e38702f737a512b9e342e80198a92a
01df68ce108ef20ced22beaa992346b048653145
/gravitee-apim-rest-api/gravitee-apim-rest-api-model/src/test/java/io/gravitee/rest/api/model/v4/api/NewApiEntityTest.java
f569d5b63581c9aeee737f3fbcb84826a59efaeb
[ "Apache-2.0" ]
permissive
anniyanvr/gravitee-gateway
022436afe23c0768da0c65461d7ea5433f9e7d21
d4c84ecdeddbd568342b23bb2a30ede91e32d230
refs/heads/master
2023-04-13T07:32:54.111141
2023-03-30T15:34:21
2023-03-30T15:52:40
83,608,024
0
0
Apache-2.0
2023-03-31T19:30:00
2017-03-01T22:26:04
Java
UTF-8
Java
false
false
1,517
java
/** * Copyright (C) 2015 The Gravitee team (http://gravitee.io) * * 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 requ...
[ "gaetanmaisse@gmail.com" ]
gaetanmaisse@gmail.com
3dd94f035f1be4c2a7f1adedf4cbee2a85c078b6
a8a7cc6bae2a202941e504aea4356e2a959e5e95
/eclipse/org.activiti.designer.gui/src/main/java/org/activiti/designer/features/AddStartEventFeature.java
8b8b8a0a9095fe769272d770e75df812dddd9305
[]
no_license
jenkinsci/jenkow-plugin
aed5d5db786ad260c16cebecf5c6bbbcbf498be5
228748890476b2f17f80b618c8d474a4acf2af8b
refs/heads/master
2023-08-19T23:43:15.544100
2013-05-14T00:49:56
2013-05-14T00:49:56
4,395,961
2
4
null
2022-12-20T22:37:41
2012-05-21T16:58:26
Java
UTF-8
Java
false
false
240
java
package org.activiti.designer.features; import org.eclipse.graphiti.features.IFeatureProvider; public class AddStartEventFeature extends AddEventFeature { public AddStartEventFeature(IFeatureProvider fp) { super(fp); } }
[ "m2spring@springdot.org" ]
m2spring@springdot.org
e0132f578360b4b8c3fe3ba56384bacc7e3a7c3c
3f7028cc89a79582266a19acbde0d6b066a568de
/mobile/library/java/org/chromium/net/impl/AtomicCombinatoryState.java
4f46472c0c3a9d7db4f77a32325ad8d68b567eb7
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
envoyproxy/envoy
882d3c7f316bf755889fb628bee514bb2f6f66f0
72f129d273fa32f49581db3abbaf4b62e3e3703c
refs/heads/main
2023-08-31T09:20:01.278000
2023-08-31T08:58:36
2023-08-31T08:58:36
65,214,191
21,404
4,756
Apache-2.0
2023-09-14T21:56:37
2016-08-08T15:07:24
C++
UTF-8
Java
false
false
1,227
java
package org.chromium.net.impl; import java.util.concurrent.atomic.AtomicInteger; /** * "Compare And Swap" logic based class providing a mean to ensure that the last awaited * "stateEvent" will be identified as so. Typically a "stateEvent" is a single bit flip. * * <p>This class is Thread Safe. */ final class Ato...
[ "jp@jpsim.com" ]
jp@jpsim.com
214829e70e47757c7fe3c500a7bf6d9a57ba0308
d81e3d8e99d56a4d6d87438c14ed91cd2b281a49
/src/main/java/bookstore/controller/InitController.java
0460c369fbf06a49ef48ed76488bdc3aa700f48b
[]
no_license
COJ123/Bookstore
7f0c562da2fd7ee19c977909ce2ed1ad38a2cba2
9a43afb1cdb46eef79a51637c524ee013becd783
refs/heads/master
2020-03-21T20:56:58.792110
2018-06-28T11:23:38
2018-06-28T11:23:38
137,520,572
0
0
null
null
null
null
UTF-8
Java
false
false
266
java
package bookstore.controller; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.GetMapping; @Controller public class InitController { @GetMapping("/") public String showHome(){ return "index"; } }
[ "40304094+COJ123@users.noreply.github.com" ]
40304094+COJ123@users.noreply.github.com
4bdac6999630e0678330671ba8b8664dcfea9e08
984a565528c6f6b5849e2bab99ef7b354b96bacc
/src/main/java/ro/ghid/java/service/package-info.java
32ea6e3c959efb15dd46b26d057552ccc03a1e31
[]
no_license
niculaflorin/RoGhid
7e56ce308e8da3b4516fc40dcf72ff7f33636d8d
636848663a1556824b34ad0cd93cf3b228298667
refs/heads/master
2021-04-28T13:14:20.346563
2018-01-02T18:27:55
2018-01-02T18:27:55
122,099,105
0
1
null
2020-09-18T10:41:38
2018-02-19T17:49:27
Java
UTF-8
Java
false
false
62
java
/** * Service layer beans. */ package ro.ghid.java.service;
[ "nicula.florin.cristinel@gmail.com" ]
nicula.florin.cristinel@gmail.com
fd4b2fa3b464e51788cbcf4812d490cdccf95a62
9a6f2b9b73bcf8fd22ddf04366477b1dc3b6439d
/src/main/java/com/douglei/orm/sessionfactory/sessions/session/sqlquery/impl/ExecutableQuerySql.java
51026cddc2e5f242b286988d76e791969dd6c0d5
[]
no_license
DougLei/jdb-orm
c02e0dbf9c54b426dc4944eded7a784d2b0291ce
c0ded6fb9e29df8de93c049ba6d7d4d1992e1591
refs/heads/master
2022-07-12T11:03:54.096755
2021-06-01T08:03:35
2021-06-01T08:03:35
183,609,797
0
0
null
2022-06-21T01:06:50
2019-04-26T10:33:08
Java
UTF-8
Java
false
false
4,242
java
package com.douglei.orm.sessionfactory.sessions.session.sqlquery.impl; import java.util.ArrayList; import java.util.HashSet; import java.util.List; import com.douglei.orm.sessionfactory.sessions.session.IExecutableSql; import com.douglei.orm.sessionfactory.sessions.session.sql.impl.ExecutableSql; import com.d...
[ "953034206@qq.com" ]
953034206@qq.com
54641829777a2a8fe9b5975efe49bb8dc204a1b4
8af1164bac943cef64e41bae312223c3c0e38114
/results-java/k9mail--k-9/eac65df806031417d5ad752300a0fc317519d135/after/MessageCompose.java
8cc78b61e958ebcd6a34a83c60ebe6e3fefc9f73
[]
no_license
fracz/refactor-extractor
3ae45c97cc63f26d5cb8b92003b12f74cc9973a9
dd5e82bfcc376e74a99e18c2bf54c95676914272
refs/heads/master
2021-01-19T06:50:08.211003
2018-11-30T13:00:57
2018-11-30T13:00:57
87,353,478
0
0
null
null
null
null
UTF-8
Java
false
false
126,400
java
package com.fsck.k9.activity; import java.text.DateFormat; import java.util.ArrayList; import java.util.Collection; import java.util.Date; import java.util.HashMap; import java.util.List; import java.util.Locale; import java.util.Map; import java.util.regex.Matcher; import java.util.regex.Pattern; import android.ann...
[ "fraczwojciech@gmail.com" ]
fraczwojciech@gmail.com
88d4148793ab78c715c8102965bcb9d59e57c606
9c3bb98eb9d0a587a302bdfa811f7b5c6a5a0a37
/Week 6/id_495/LeetCode_130_495.java
3cca47e98c0ba12b9dedf10a0d275aa6afa49997
[]
permissive
chenlei65368/algorithm004-05
842db9d9017556656aef0eeb6611eec3991f6c90
60e9ef1051a1d0441ab1c5484a51ab77a306bf5b
refs/heads/master
2020-08-07T23:09:30.548805
2019-12-17T10:48:22
2019-12-17T10:48:22
213,617,423
1
0
Apache-2.0
2019-12-17T10:48:24
2019-10-08T10:50:41
Java
UTF-8
Java
false
false
1,603
java
class LeetCode_130_495 { boolean[][] flag; //flag[i][j]为false,表示board[i][j]赋值为'X' int[] vi = {-1, 0, 1, 0}; int[] vj = {0, 1, 0, -1}; public void solve(char[][] board) { int n = board.length; //小于3行或3列直接返回 if(n < 3) return; int m = board[0].length; if(m < 3) ret...
[ "fengzhong_yue@163.com" ]
fengzhong_yue@163.com
685a44a89376c9882bd7af5d6f4c550fcaf3af22
ad9cf3ff1446c16ed4668c8303dcb16626c4e0c4
/basic/core/ch06/interfaces/basic/CmpEmployee.java
1bcfe9bbca98d0b0d90b659752ea607b1bf1ec4a
[]
no_license
YoungTaeSung/core-java-study
e30075822157c1d25f0cf362bc56cb009d4ea40d
f221596592bdb2357415b65b008fb4c4f573360a
refs/heads/master
2016-09-05T12:18:17.534357
2012-06-01T06:07:22
2012-06-01T06:07:22
null
0
0
null
null
null
null
UTF-8
Java
false
false
951
java
package core.ch06.interfaces.basic; import java.util.Date; import java.util.GregorianCalendar; public class CmpEmployee implements Comparable { private String name; private double salary; private Date hireDay; public CmpEmployee(String n, double s, int year, int month, int day) { name = n; ...
[ "mussebio@gmail.com" ]
mussebio@gmail.com
0350a17e68c7de78293336613a7ad6009779a6fa
13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3
/crash-reproduction-ws/results/XWIKI-12889-2-1-Single_Objective_GGA-WeightedSum/org/xwiki/rest/internal/resources/job/JobStatusResourceImpl_ESTest_scaffolding.java
89841e26a58f3e951242692b103876e0b312b0f9
[ "MIT", "CC-BY-4.0" ]
permissive
STAMP-project/Botsing-basic-block-coverage-application
6c1095c6be945adc0be2b63bbec44f0014972793
80ea9e7a740bf4b1f9d2d06fe3dcc72323b848da
refs/heads/master
2022-07-28T23:05:55.253779
2022-04-20T13:54:11
2022-04-20T13:54:11
285,771,370
0
0
null
null
null
null
UTF-8
Java
false
false
463
java
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Wed Apr 01 03:00:42 UTC 2020 */ package org.xwiki.rest.internal.resources.job; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
bc511e97c012c9a0cea128b8b38fe6b55977dd14
c10f2e1b8ddc9ce4f2897c2ca9a84cece693f32f
/SpringCore-Dependency-Injection-Setter-Method-Example/src/main/java/com/codewr/common/App.java
9787313c52c15461fd7e8f5602057c5303547185
[]
no_license
sieurobo196/Spring-Core
04aa3b6c0f65f8f04ca1aaefee8eb91228c5e28c
a11944ac84acef6ede3638c3480bbdf00bebdc82
refs/heads/master
2020-03-27T17:36:45.022265
2019-04-25T08:38:36
2019-04-25T08:38:36
146,861,726
0
0
null
null
null
null
UTF-8
Java
false
false
495
java
package com.codewr.common; import org.springframework.context.ApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext; import com.codewr.output.OutputHelper; public class App { public static void main(String[] args) { ApplicationContext context = new ClassPathXmlAppl...
[ "xuancu2006@gmail.com" ]
xuancu2006@gmail.com
e67ad1211d241611fa5e44d8813b3a30c319df3a
e9f5017e5657abcd1d0154f52a7aacf529fad72a
/java/src/h_Oop/inheritancePolymorphism/CastingTest.java
3054c173fc3659c867a8b981ecb8bdf8ba14b7bb
[]
no_license
dmlee19/JavaTutorials
92e1a1ff77399ca0ca0ef179b55942aae7c568c2
b2091d8a8677035daf9ce478f4da6367e8d7eacc
refs/heads/master
2023-02-20T03:41:24.348559
2021-01-16T06:39:51
2021-01-16T06:39:51
null
0
0
null
null
null
null
UHC
Java
false
false
1,020
java
/** * Polymorphism and Casting * tests casting among objects. */ package h_Oop.inheritancePolymorphism; public class CastingTest { public static void main(String[] args) { GeometricObject geo = new GeometricObject(); Circle c = new Circle(3.0, "blue", true); Rectangle r = new Rectangle(4.5, 7.0, "green", ...
[ "ldmldm1119@gmail.com" ]
ldmldm1119@gmail.com
338c6e68e05494ebc8354b55010a313ef600e3c4
78b0d36fde64fd9b96a0c2254505e31e4d2f9526
/Minggu 2/JualbeliTanahMain.java
446342fab23be5bea5ecee8ee06489301b8f268b
[]
no_license
MWPras/Algoritma-Struktur-Data
a1dad9d28810917157cfccab1e298b2bdd2c9473
c9896b5806d54f873a1cff0ccd9f7b2b758a9a44
refs/heads/master
2020-04-23T07:12:04.346670
2019-03-22T15:28:51
2019-03-22T15:28:51
170,999,334
1
0
null
null
null
null
UTF-8
Java
false
false
951
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 Minggu2; import java.util.Scanner; /** * * @author LENOVO */ public class JualbeliTanahMain { public static ...
[ "noreply@github.com" ]
MWPras.noreply@github.com
20f5f4b613cd261ecfae002d560bbed9f758b6b6
25afd4c66a14a18d53349bd6dc83b6be641bb1e5
/test/comp/Control.java
b64ce91534bfc679de18887220a74f7d536d8fc2
[]
no_license
sakurai-kai/stock
215fa26dfee429b5f0b8f8bb4b9ca139232350b5
901be60187ad24adeff6ed136f0a8742a0862a31
refs/heads/master
2023-02-08T08:59:09.714035
2021-01-01T16:25:42
2021-01-01T16:25:42
324,389,486
0
0
null
null
null
null
UTF-8
Java
false
false
712
java
package test.comp; import javax.swing.JFrame; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.WindowConstants; public class Control extends JFrame implements ActionListener{ private Button button; public Control(String title){ super(title); ...
[ "kaisakurai@KainoMacBook-Pro.local" ]
kaisakurai@KainoMacBook-Pro.local
998bcf87f90350dcca865360bcca5a90aefc08c3
fe11d5a66d98519ebf088be2aa786a33fda22c3b
/app/src/main/java/com/lgroup/ltms/com/lgroup/ltms/WebServiceContact.java
ea26adfad6210211551766d7302ca9875d35783c
[]
no_license
mhadieskandari/Ltms
272b3dc3c9946796869d8cd797f7b73776cac62f
5100ebe73f85a2ba7c9fd0a4af3792a95d1c7d63
refs/heads/master
2020-06-09T04:35:48.817617
2019-06-23T16:30:40
2019-06-23T16:30:40
193,371,171
0
0
null
null
null
null
UTF-8
Java
false
false
2,461
java
package com.lgroup.ltms.com.lgroup.ltms; import android.content.Context; import android.net.ConnectivityManager; import android.net.NetworkInfo; import android.util.Log; import org.apache.http.HttpEntity; import org.apache.http.HttpResponse; import org.apache.http.client.HttpClient; import org.apache.http.client.meth...
[ "hadi.eskandari@ymail.com" ]
hadi.eskandari@ymail.com
75872fe6bbf6844546825995361bd2333438efc5
2812f2478e561d0d2ae9b51fa2b01d1a73265c1b
/src/test/java/com/erhanturkcan/airlineticketsystem/web/controller/RouteProcessControllerTest.java
eeac78d7094cec63b44a8233e361b5edca11e387
[]
no_license
erhanturkcan/airlineTicketSystem2
2595b744ce4efc9883f8b9c586f68c285289e938
0d38b42cbcb66b11a34953a0bb402e35efda31f0
refs/heads/master
2022-12-22T12:15:30.261489
2020-09-30T07:04:33
2020-09-30T07:04:33
299,299,157
0
0
null
null
null
null
UTF-8
Java
false
false
1,869
java
package com.erhanturkcan.airlineticketsystem.web.controller; import static org.assertj.core.api.Assertions.assertThat; import static org.mockito.Mockito.when; import org.junit.Test; import org.mockito.Mockito; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.autoconf...
[ "erhanturkcan@gmail.com" ]
erhanturkcan@gmail.com
655af594205b1ebb542f555e91a20336d65bc27c
56adea945b27ccaf880decadb7f7cb86de450a8d
/core/ep-core/src/main/java/com/elasticpath/common/dto/CouponDtoMediatorImpl.java
957ae7bedea603e2975cede9bdb7004a7ecf4f1f
[]
no_license
ryanlfoster/ep-commerce-engine-68
89b56878806ca784eca453d58fb91836782a0987
7364bce45d25892e06df2e1c51da84dbdcebce5d
refs/heads/master
2020-04-16T04:27:40.577543
2013-12-10T19:31:52
2013-12-10T20:01:08
40,164,760
1
1
null
2015-08-04T05:15:25
2015-08-04T05:15:25
null
UTF-8
Java
false
false
3,563
java
package com.elasticpath.common.dto; import java.util.Collection; import java.util.HashMap; import java.util.List; import java.util.Map; import com.elasticpath.commons.beanframework.BeanFactory; import com.elasticpath.domain.rules.Coupon; import com.elasticpath.domain.rules.CouponConfig; import com.elasticpath.base.ex...
[ "chris.gomes@pearson.com" ]
chris.gomes@pearson.com
a1c11526029938d6e47cb1ac599812ceaeea2e20
ac31aee56bae5fd20a4ba5047bb63451cc8ab0a5
/src/com/way/slidingmenu/SlidingActivityHelper.java
f24776590580498a75610ed836284be9f722e506
[]
no_license
tianshiaimili/TestSwipeListView
5578aeaeeec4b847dcc38a0d6ed02cdf831102be
fdd7fdb210887a2a84ae5b8e0e073ee9346a0910
refs/heads/master
2021-01-11T10:47:26.749902
2015-01-19T06:03:58
2015-01-19T06:03:58
29,456,003
0
0
null
null
null
null
UTF-8
Java
false
false
6,121
java
package com.way.slidingmenu; import android.app.Activity; import android.os.Bundle; import android.os.Handler; import android.view.KeyEvent; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup.LayoutParams; import com.example.restswipelistview.R; public class SlidingActivityH...
[ "huyue52099" ]
huyue52099
232a4c70176c98d5ce7e9f8da8f0684b5628b529
005582b1767506d2e83f884f3780cf7a3769eb00
/src/NeuralNetworkTest.java
ae803c09d421e1eb15e653f0807442d477ee083c
[]
no_license
ChiaChunWang0821/NN_SOM
5268c1209784a9d321e7209f764a6a49bd517c58
d4bde15c4dddd6eb1f43ffc319764f2f4ef87d19
refs/heads/main
2023-02-07T02:36:58.800103
2020-12-27T16:03:19
2020-12-27T16:03:19
322,181,850
0
0
null
null
null
null
UTF-8
Java
false
false
1,254
java
public class NeuralNetworkTest{ public static void main(String[] args) { testSOM(); } private static void testSOM(){ NeuralNetworkJFrame neuralNetworkJFrame = new NeuralNetworkJFrame(); SOM som = new SOM(); OnNeuralNetworkCallback onNeuralNetworkCallback = new OnNeural...
[ "00557149@mail.ntou.edu.tw" ]
00557149@mail.ntou.edu.tw
8feb57709ea4f8207210879a2279d0e158ebe577
bb859a3d4c7beda4dc8f837017afc2cae16d2350
/PalindromeNumber.java
8e458bf5a518f1b44eea252352788f98778bf5a7
[]
no_license
mahimaupadhya/leetcode
5f383aea7094b38f5718a57aae2ac88a29e71dc6
f68741257e4a58bdd70f2a5051cb9581edac95a6
refs/heads/main
2023-02-21T10:39:10.018204
2021-01-25T16:51:46
2021-01-25T16:51:46
325,039,918
0
0
null
null
null
null
UTF-8
Java
false
false
306
java
class Solution { public boolean isPalindrome(int x) { if(x==0){return true;} if(x<0 || x%10==0) { return false; } int b=0; while(x>b) { b=(b*10)+(x%10); x=x/10; } if(x==b || x==b/10) {return true;} else{ return false; } } }
[ "noreply@github.com" ]
mahimaupadhya.noreply@github.com
554b6e66cc46cfc989f180867d414d701962dc64
b2041ed2001f1db327e3991cd77575b12cb7372a
/GoodsOwner/src/main/java/cn/com/goodsowner/activity/FAQActivity.java
0a4cf70e35944b4d15c2ca8bd7301e90cea6b999
[]
no_license
LFengYe/WorkProject_v3.3
4de58fc49c24a53b8be0c77f01669ebb86651c8f
59cc45cc07d2477957ba0cc124f00e5ea1217df7
refs/heads/master
2021-01-19T18:35:51.562958
2017-08-01T07:15:26
2017-08-01T07:15:28
88,365,855
1
1
null
null
null
null
UTF-8
Java
false
false
3,601
java
package cn.com.goodsowner.activity; import android.view.View; import android.widget.ImageView; import android.widget.RelativeLayout; import android.widget.TextView; import com.android.volley.VolleyError; import com.google.gson.Gson; import com.google.gson.JsonElement; import com.google.gson.JsonObject; import java....
[ "xiaofengcanyue2009@163.com" ]
xiaofengcanyue2009@163.com
ae7a08bae10350d787b0b9c6929dd7186c6f08b4
0b5b53417b1cdbf4a91d09952741ff8ddd0c6cb3
/weboot-common/src/test/java/com/github/yangwk/weboot/test/sftp/WebootSftpTemplateConfiguration.java
8df98e8e2543d1fac5f8ba724d8b0b812e9a5fe2
[]
no_license
yangwk/weboot
b31b285b962bf8ef672629d9a545fdaa4e312750
e719a2ff715b19926309b8fd7e6f7b5221d907a8
refs/heads/master
2023-02-07T14:01:00.095520
2020-12-30T11:56:06
2020-12-30T11:56:06
325,538,069
3
0
null
null
null
null
UTF-8
Java
false
false
663
java
package com.github.yangwk.weboot.test.sftp; import org.springframework.boot.context.properties.EnableConfigurationProperties; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import com.github.yangwk.weboot.common.sftp.SftpTemplateBuilder; @Configuratio...
[ "1459669836@qq.com" ]
1459669836@qq.com
16535c11381b7657ee4827efa5dbc2e62391756f
17e8438486cb3e3073966ca2c14956d3ba9209ea
/dso/tags/2.6.3/code/base/dso-l2/src/com/tc/objectserver/persistence/sleepycat/CustomSerializationAdapter.java
e4e2692319064b63d7cbe6f99a3845e4ff534b52
[]
no_license
sirinath/Terracotta
fedfc2c4f0f06c990f94b8b6c3b9c93293334345
00a7662b9cf530dfdb43f2dd821fa559e998c892
refs/heads/master
2021-01-23T05:41:52.414211
2015-07-02T15:21:54
2015-07-02T15:21:54
38,613,711
1
0
null
null
null
null
UTF-8
Java
false
false
2,586
java
/* * All content copyright (c) 2003-2008 Terracotta, Inc., except as may otherwise be noted in a separate copyright notice. All rights reserved. */ package com.tc.objectserver.persistence.sleepycat; import com.sleepycat.je.DatabaseEntry; import com.tc.io.serializer.TCObjectInputStream; import com.tc.io.serializer.T...
[ "hhuynh@7fc7bbf3-cf45-46d4-be06-341739edd864" ]
hhuynh@7fc7bbf3-cf45-46d4-be06-341739edd864
905f1a5e5d5f5835ea5d1334a8274cb902ff7189
45c2caad8a7aa00cd482cef3628343585566d06b
/CompatibilityLib/common/src/main/java/com/elmakers/mine/bukkit/utility/platform/SpigotUtils.java
7b367882ee317e6f6b813b650f86eeb6adec504c
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
elBukkit/MagicPlugin
bb70f5adb13abbb4eb9b1f6d56eb458152a98881
71a48001701d164535da230b75165dc414f7cfc4
refs/heads/master
2023-08-16T13:29:28.980087
2023-08-13T21:15:12
2023-08-13T21:15:12
1,616,402
249
284
MIT
2023-09-12T16:36:37
2011-04-14T21:39:53
Java
UTF-8
Java
false
false
716
java
package com.elmakers.mine.bukkit.utility.platform; import java.util.List; import javax.annotation.Nullable; import org.bukkit.command.CommandSender; import org.bukkit.entity.Player; public interface SpigotUtils { void sendMessage(CommandSender sender, String message); boolean sendActionBar(Player player, St...
[ "nathan@elmakers.com" ]
nathan@elmakers.com
b25542ad4641d9ede21e398055f340eead7cb71e
528eeefa078879d549e7f11a1547f2d84aec27ce
/src/main/java/com/seniorsteps/trainningcenter/security/SecurityWebApplicationInitializer.java
3146c2cc1e84aec948183ea67a5456b3c83ba106
[]
no_license
AhmedElsheikh680/trainning-center-ms
779f8217e5df2b25f4ad0b4068a4a80516b836ab
b1fe97184e185b013e13a4222f1d7ab7a033e412
refs/heads/main
2023-01-21T10:30:52.675568
2020-12-05T21:14:32
2020-12-05T21:14:32
316,808,077
0
0
null
null
null
null
UTF-8
Java
false
false
248
java
package com.seniorsteps.trainningcenter.security; import org.springframework.security.web.context.AbstractSecurityWebApplicationInitializer; public class SecurityWebApplicationInitializer extends AbstractSecurityWebApplicationInitializer { }
[ "ahmedelsheikh680@gmail.com" ]
ahmedelsheikh680@gmail.com
f7b62a78a6a049f4e16affda8ebc60476aaade62
8d15e71a02046144195b1187220f440a586715a7
/app/src/androidTest/java/com/lyk/immersivenote/ApplicationTest.java
187654eae4d7dd3ef4777f60df53c2b4dd1c2b6c
[]
no_license
moniren/CustomNote
31e15d55aaec1c5994b5c4c2e337fde2ef99f3e0
f4ef6fe7dda7e6a8afe811221359efa0319be700
refs/heads/master
2021-01-02T09:25:58.785579
2015-09-06T16:03:31
2015-09-06T16:03:31
41,159,324
4
0
null
null
null
null
UTF-8
Java
false
false
352
java
package com.lyk.immersivenote; import android.app.Application; import android.test.ApplicationTestCase; /** * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a> */ public class ApplicationTest extends ApplicationTestCase<Application> { public ApplicationTest() { s...
[ "390769017qq@gmail.com" ]
390769017qq@gmail.com
fb89ac168e9cd2f56921ca8560ca13b1483c2b3e
89881fdc049acf59902210c3fbc146b1bed7cd2a
/gdchat/服务端/comm-modules/api-module/src/main/java/com/shiku/im/api/controller/NearbyController.java
10fecc98e0fc5f657caf5f69d2d49680f27caf34
[]
no_license
OuBigWhite/mymost3
18ba5dc6030b772cccaf5f0e3e1b3a101ecdde37
8f099a2ca59f7f591eae19b058edbd321cec4008
refs/heads/main
2023-07-27T01:06:54.605976
2021-09-02T13:08:18
2021-09-02T13:08:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,714
java
package com.shiku.im.api.controller; import com.shiku.im.comm.constants.KConstants; import com.shiku.im.comm.ex.ServiceException; import com.shiku.im.comm.utils.ReqUtil; import com.shiku.im.config.AppConfig; import com.shiku.im.user.entity.User; import com.shiku.im.user.model.NearbyUser; import com.shiku.im.user.servi...
[ "76229983@qq.com" ]
76229983@qq.com
f13d8269057f247b1c417ca7ad9fe6045df49856
e1c1e452909527844e0ff5791f8a1dde1a2bf67d
/src/test/java/orgs/androidtown/customgallery/ExampleUnitTest.java
df9c2e533b1c0e9c3cb9bedcafd455ecbcf587b9
[]
no_license
JisangYou/ADS_Android_CustomGallery
cfce3c4043e91612ee9a6f6c0b6cf490d0519a09
d3febb7461a56ec88d96d948ded9723d310c385f
refs/heads/master
2021-09-03T14:19:31.936353
2018-01-09T19:11:37
2018-01-09T19:11:37
null
0
0
null
null
null
null
UTF-8
Java
false
false
408
java
package orgs.androidtown.customgallery; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test pub...
[ "jisangman89@gmail.com" ]
jisangman89@gmail.com
498029927dc0fa4b5d0e20099524a98842448a2c
a866495f863acf920f76ac56913305314ee58dca
/sample/src/main/java/me/xiaopan/sketchsample/adapter/itemfactory/PhotoAlbumItemFactory.java
2d3b587e49c20d4851eddc5bf888e18ff70c3de8
[ "Apache-2.0" ]
permissive
PureAway/Sketch
3cfd8e8abbfdd936fffd31652f38daf8c7c93087
ebb5710f1a56d3b94f39867492190db89c4ce977
refs/heads/master
2020-06-10T18:25:38.566771
2016-11-29T09:13:37
2016-11-29T09:13:37
75,910,416
1
0
null
2016-12-08T06:36:21
2016-12-08T06:36:19
null
UTF-8
Java
false
false
4,953
java
package me.xiaopan.sketchsample.adapter.itemfactory; import android.content.Context; import android.support.v7.widget.GridLayoutManager; import android.support.v7.widget.RecyclerView; import android.support.v7.widget.StaggeredGridLayoutManager; import android.view.View; import android.view.ViewGroup; import butterkni...
[ "sky@xiaopan.me" ]
sky@xiaopan.me
9880911d46e4d27b2251defcc1abb4e81a6f36ed
e7de78f2a54b2c252701c397df1d7f9c6d08803a
/src/service/ValidationDeLaSommeDesCaracteresDuJoueur.java
a50d8f504728e7f462c79049b220b5184ade023a
[]
no_license
borisgnimadi/magiword
aeb963e8687c13cd2ad427c138b72bcf41c2ff5c
b850afa4399c82434f7d02c570e0e1815e2efebe
refs/heads/master
2020-04-13T09:36:18.129663
2019-01-02T22:49:22
2019-01-02T22:49:22
163,115,750
0
0
null
null
null
null
ISO-8859-1
Java
false
false
1,136
java
package service; /** * Cette classe contient les méthodes de validation des caractères des joueurs * @author user * */ public class ValidationDeLaSommeDesCaracteresDuJoueur { public static boolean validationNiveauOK (double valeurMaxAutorise) { boolean niveauOK = valeurMaxAutorise>=1 && valeurMaxAutorise <= 1...
[ "boris.gnimadi@markets-in.com" ]
boris.gnimadi@markets-in.com
fb7a52312771c536d4f817d028c7bd3cb98f03bd
379122f23b9d3b23ddc28e4dff996cf36e77c200
/src/main/java/admin/controllers/AdminDeactivatedStudents.java
bb1a72c66e2c1d7863d5e0e0e07936a341f7c0aa
[]
no_license
kalpeshrawal96/OnlineAttenadnceSystem
3aa5fab36e9f85f1935014c0900c06bb3fb9983d
6b63c7e940f9716d9cb1090ec81b56c8926db359
refs/heads/master
2020-07-03T15:46:41.673012
2019-08-12T15:29:53
2019-08-12T15:29:53
201,956,523
0
0
null
null
null
null
UTF-8
Java
false
false
1,039
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 admin.controllers; import entities.*; import org.hibernate.Session; import org.hibernate.criterion.Restrictions; import utilit...
[ "kalpeshrawal96@gmail.com" ]
kalpeshrawal96@gmail.com
c160cffbbef9e28a2c77c28f27cb1db1e799bcff
1281f3f1ce823b57b4b1c849755945ef63a93cae
/core/src/org/joat/mow/Model/DepthFirstSearch.java
b4acbdd41f34a708021a1e94b8b1bdfa72bdd0bd
[ "MIT" ]
permissive
bergmannf/MapsOfWar
c06e2f3eb2ac819500722a2fba6fc111feadaaa6
748e8c826d3352c7744448970c3d0f438de88d4f
refs/heads/master
2020-05-27T05:40:40.941114
2014-08-10T14:14:20
2014-08-10T14:14:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,078
java
package org.joat.mow.Model; import java.util.Collection; import java.util.HashSet; import java.util.Set; /** * Implementation of a depth first search. */ public class DepthFirstSearch { private final Graph graph; public DepthFirstSearch(Graph g) { this.graph = g; } /** * Returns a col...
[ "Bergmann.F@gmail.com" ]
Bergmann.F@gmail.com
4d4603487fbef164117e5988fd1388313e29564d
decb48786c9d47af82b6efa6ba61041ade0ccfb9
/jmx/src/test/java/rewards/RewardNetworkTests.java
813f37f96a2b345ec1c6dec526e4a78e7556b9a7
[]
no_license
CrAzE124/spring-certification
1c39421f593f05f993b83bce1c9b007fe0ca1c60
a4aad094fa946034558b1ced130bbb0b9548c3dc
refs/heads/master
2021-03-27T10:33:29.545195
2017-10-15T08:36:16
2017-10-15T08:36:16
101,179,285
2
1
null
null
null
null
UTF-8
Java
false
false
2,490
java
package rewards; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Configuration; import org.springframework.con...
[ "roryp@bbd.co.za" ]
roryp@bbd.co.za
581c85d6b65201ba4cad9a12d26e760d4e63c14b
a52fcaa52f001b40ed21f57b4f0d11474f42028a
/ReflectClass/src/main/java/cn/cobight/beforeclass/demo.java
cff2bfef26f728dc8476ba9ad0aa059850c80f32
[]
no_license
cobight/secondstage
4e4e6f3bc97b801d2fd39b10e3216a55c991e6c7
c8d0105ea326deca211e2659bade75633797a464
refs/heads/master
2023-01-04T11:09:10.391732
2020-10-20T13:39:46
2020-10-20T13:39:46
290,418,379
0
0
null
null
null
null
UTF-8
Java
false
false
1,773
java
package cn.cobight.beforeclass; import java.lang.reflect.Constructor; import java.lang.reflect.Field; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; /** * @ClassName demo * @Description TODO * @Author cobight * @CreateTime 2020/8/26 8:33 * @Version 1.0 **/ public class demo...
[ "1415470614@qq.com" ]
1415470614@qq.com
598a3021a1cba171aacf7291abd8ad7716e8e542
5455234f3ea8e60a400c45f7d5c1786e29b882c7
/springcloud-securedms/src/main/java/com/example/model/TollUsage.java
a928214dd4e572688ae108c3dfe8a22406ab5c51
[]
no_license
muktar123/SOA-4thApril17
e024969fece04734717e4670c91322a7322532cb
3553b8598d6641f995c74e2ca7fd318b49122a96
refs/heads/master
2021-01-19T00:17:30.402717
2017-03-24T01:58:23
2017-03-24T01:58:23
87,149,601
0
0
null
null
null
null
UTF-8
Java
false
false
1,087
java
package com.example.model; import org.springframework.data.annotation.Id; import org.springframework.data.mongodb.core.mapping.Document; @Document(collection="toll") public class TollUsage { @Id private String id; private String stationId; private String licensePlate; private String timeStamp; public ...
[ "paloorazeez@gmail.com" ]
paloorazeez@gmail.com
892d0884d23ba783c89e770aab314a3101780b7d
e37b5bcb043c6f747921a59058ece31704d338db
/SocialNetwork/Server/src/test/java/kl/socialnetwork/validations/serviceValidation/servicesImpl/RelationshipValidationServiceTests.java
08e305edbee94061cdf5546cf9f3f321f7d15740
[ "MIT" ]
permissive
kostadinlambov/Social-Network-Custom-Webpack-Config
270b05a48d72cf89ca14b332ebb3267d6b487094
e5e5f769e3fc3121cc4a91c7e4531bf255e6bfa3
refs/heads/master
2023-01-11T16:38:57.537088
2019-09-12T23:22:06
2019-09-12T23:22:06
207,564,784
0
0
MIT
2023-01-01T11:10:26
2019-09-10T13:19:11
Java
UTF-8
Java
false
false
1,384
java
package kl.socialnetwork.validations.serviceValidation.servicesImpl; import kl.socialnetwork.domain.entities.Relationship; import kl.socialnetwork.domain.entities.User; import kl.socialnetwork.testUtils.RelationshipsUtils; import kl.socialnetwork.testUtils.UsersUtils; import kl.socialnetwork.validations.serviceValidat...
[ "klambov20@gmail.com" ]
klambov20@gmail.com