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
a7c41881265b0f39f47103bbfa1fed9a75c71aa0
abf79e62053beb7e39979010ef45e900636e81c4
/src/test/java/Stepdef/Scifinowlive/SCISMO19_transaction_from_new_pub_notice.java
1584341a83e454448a7b7935c0e86923880b56d8
[]
no_license
Agateone/Scifi_Smoke_Tests
a7d2f8352fb4b2b1182cf6ab3fd7ce9edde94b17
9d7c1ebb1d94df973f2763689a259e5ae98b0934
refs/heads/master
2022-07-18T01:02:12.912494
2020-03-02T14:59:21
2020-03-02T14:59:21
237,038,077
0
0
null
2022-06-29T17:55:52
2020-01-29T17:08:12
HTML
UTF-8
Java
false
false
7,916
java
package Stepdef.Scifinowlive; import java.io.IOException; import org.openqa.selenium.By; import org.openqa.selenium.JavascriptExecutor; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.chrome.ChromeDriver; import org.openqa.selenium.edge.EdgeDriver; import org.op...
[ "jayasree.kamineni1@gmail.com" ]
jayasree.kamineni1@gmail.com
d4834eac37bb318d68c0af1555b4edd07ac27d73
562acf2d9c6e3d74dc698b422647181a27096630
/learning/learningfulfilmentprocess/testsrc/com/learning/fulfilmentprocess/test/CheckTransactionReviewStatusActionTest.java
c67a78895229a89e0410bd889afe87635f1e3ea6
[]
no_license
rahulcoder1234/learning
7ed314a208026c32832eefb0aa4b79c2093d267c
166750ebddccfa3a2c208fcb04ace57002cede68
refs/heads/master
2020-05-17T03:22:26.613839
2019-05-03T09:36:47
2019-05-03T09:36:47
183,474,339
0
0
null
2019-05-03T09:36:49
2019-04-25T16:46:32
null
UTF-8
Java
false
false
6,894
java
/* * [y] hybris Platform * * Copyright (c) 2017 SAP SE or an SAP affiliate company. All rights reserved. * * This software is the confidential and proprietary information of SAP * ("Confidential Information"). You shall not disclose such Confidential * Information and shall use it only in accordance with the te...
[ "rahulgarg.189@gmail.com" ]
rahulgarg.189@gmail.com
a3e196e79496bf02f916eb545803cee03eb74ff4
952789d549bf98b84ffc02cb895f38c95b85e12c
/V_2.x/Server/tags/SpagoBI-2.5.0(20100412)/SpagoBIJPaloEngine/src/com/tensegrity/palowebviewer/modules/util/client/taskqueue/ITaskQueueListener.java
4e0664b39038757fc396d61c1ffb84aa93a9b4ac
[]
no_license
emtee40/testingazuan
de6342378258fcd4e7cbb3133bb7eed0ebfebeee
f3bd91014e1b43f2538194a5eb4e92081d2ac3ae
refs/heads/master
2020-03-26T08:42:50.873491
2015-01-09T16:17:08
2015-01-09T16:17:08
null
0
0
null
null
null
null
UTF-8
Java
false
false
244
java
package com.tensegrity.palowebviewer.modules.util.client.taskqueue; public interface ITaskQueueListener { public void onTaskAdded(ITask task); public void onTaskStart(ITask task); public void onTaskFinished(ITask task); }
[ "gioia@99afaf0d-6903-0410-885a-c66a8bbb5f81" ]
gioia@99afaf0d-6903-0410-885a-c66a8bbb5f81
061f855ff8e4edc378a5f1753a65421019116fc6
a8908c938e58bac4a0a7185fe2a52d95b08d7aa2
/src/main/java/cz/martlin/douckonline/business/model/base/EntityWithLongID.java
b4775f678f0723becec6275bf1fb2f5ee91da9eb
[]
no_license
martlin2cz/douckonline1
519a8e254890953ddec66aea8ca92aae90f1de01
e52ee679504df03c00101db0fa269a551cf283ce
refs/heads/master
2020-06-29T23:19:48.789227
2016-12-15T06:26:19
2016-12-15T06:26:19
74,403,035
0
0
null
null
null
null
UTF-8
Java
false
false
1,159
java
package cz.martlin.douckonline.business.model.base; import java.io.Serializable; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.MappedSuperclass; /** * Base entity class with <code>long</code> id field. * * @author m@rtlin <ma...
[ "martlin2cz@gmail.com" ]
martlin2cz@gmail.com
f5198a75a27691ce0ed8239e1abc94165a56eee3
724d2b31557779e055b741bab79dc4b487dd4f45
/DesignPatterns/src/main/java/linkedin/CH06/designpatterns/state/gumballstate/NoQuarterState.java
2c3d3c4728c06ebe30e9a1315c6d07e8fd968b4a
[]
no_license
ikonovi/DesignPatterns
0271be1a0a8dfc996b0476c7f3d99e62ebd87154
537ca741d5d4577fd9a3e0eb27884cd6718c3ef2
refs/heads/master
2020-12-02T17:54:24.534435
2018-08-13T15:22:43
2018-08-13T15:22:43
96,445,276
1
0
null
null
null
null
UTF-8
Java
false
false
731
java
package linkedin.CH06.designpatterns.state.gumballstate; public class NoQuarterState implements State { GumballMachine gumballMachine; public NoQuarterState(GumballMachine gumballMachine) { this.gumballMachine = gumballMachine; } public void insertQuarter() { System.out.println("You inserted...
[ "ikonovi@gmail.com" ]
ikonovi@gmail.com
26aa98bfd24f43d2e74a573a1308cef48638301b
e3942519231bbf9615abbd45ef8874e51eef4647
/src/com/ty/Test.java
81540eea6a449dcd4f90e599fc2a02262bfedf12
[]
no_license
bhavanagajendra/Java
7c5cd684de84f871f2bb088557cd62d8ca5fe81f
390b14e119100fd700ac379e93c883fffe8599b9
refs/heads/master
2020-03-27T21:53:08.523186
2018-09-03T09:41:05
2018-09-03T09:41:05
147,183,687
0
0
null
null
null
null
UTF-8
Java
false
false
175
java
package com.ty; public class Test { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("My First Project"); } }
[ "jhasimmi55@gmail.com" ]
jhasimmi55@gmail.com
7bec0e4c50d377ee6734a9d313600f39ffd552a5
4f34b8d6b9af72e879d4e18e0d40ca3fd5188c82
/app/src/androidTest/java/com/example/miconductor/ExampleInstrumentedTest.java
3a6cc76c27082745ac686d8b629d736ef4d60987
[]
no_license
anggonzales/U2Tema2MiconductorEjercicio1
ea32dcae47edf8fcf30a982241e9b51608bf3722
e5105e0c2c363294ee93cec3d7ae1e4a0c26b10a
refs/heads/master
2021-01-02T08:03:42.529424
2020-02-10T16:38:39
2020-02-10T16:38:39
239,560,311
0
0
null
null
null
null
UTF-8
Java
false
false
762
java
package com.example.miconductor; import android.content.Context; import androidx.test.platform.app.InstrumentationRegistry; import androidx.test.ext.junit.runners.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will execute on...
[ "anggonzalesca@upt.pe" ]
anggonzalesca@upt.pe
15f08db8044df4728061ed728448acdcab4de899
f6c34e7f311cbb502d198b924a3c75c400aafbd7
/jservlet2-examples/ch16/SimpleResultSetTable.java
2b068ddda3e27811fcf6f1a60e0c2ea1eb856a83
[ "LicenseRef-scancode-oreilly-notice" ]
permissive
golddusty/javaservletprogramming
856d49670c4b8f47efb823ab6f4683066035f4dc
2fcd33b8ebe6dc36564a23aa3e27163d4e7cdf66
refs/heads/master
2020-06-04T06:02:17.054928
2017-06-27T15:04:34
2017-06-27T15:04:34
191,897,888
0
0
null
null
null
null
UTF-8
Java
false
false
771
java
import java.io.*; import java.sql.*; import java.util.*; import javax.servlet.*; import javax.servlet.http.*; import org.apache.ecs.*; import org.apache.ecs.html.*; public class SimpleResultSetTable extends Table { public SimpleResultSetTable(ResultSet rs) throws SQLException { setBorder(1); ...
[ "booktech@oreilly.com" ]
booktech@oreilly.com
96c526d2622647478011fafaba0d29c8072a2302
69eb1f0b99d5ec82c1088aea05d12de12b8c621c
/estudos_caseiros/estudo05.java
f0fd1a807501d12604f625adba16c786cbe83680
[]
no_license
juliumnix/estudos-java
3b6e524f43b25d2dcbe3d96611b272351f7df8aa
d153982a66d5c32dd6d8ceab31e482dd904c8749
refs/heads/master
2023-02-21T10:27:55.954852
2021-01-06T14:10:14
2021-01-06T14:10:14
327,332,191
1
0
null
null
null
null
UTF-8
Java
false
false
418
java
package estudos_caseiros; public class estudo05 { public static void main(String[] args) { int x = 0; int y = 100; for(int i = x; i < y; i++){ if(i % 19 == 0){ System.out.println("Achei um número divísível por 19 entre x e y\no número é " + i); ...
[ "juliumnix@gmail.com" ]
juliumnix@gmail.com
ad3712f7a25dc510d55bf3552a03d8fde875b7a9
b5bac1445d11309b8503d5f9b1719d8fd43de39c
/src/client/RequestWorkerRunnable.java
8dec21f57ab2018199f5d442ea2e090e086ee4ab
[]
no_license
jiu9x9uij/CSEEW4119_Project1
f0192cc21a95efb426895a14d63c2e631e78452a
b70943a540d5aff246b3bce7acb4143a87e13748
refs/heads/master
2020-04-15T15:55:16.017589
2015-03-19T00:35:54
2015-03-19T00:35:54
31,573,817
0
0
null
null
null
null
UTF-8
Java
false
false
3,461
java
package client; import java.io.BufferedReader; import java.io.DataOutputStream; import java.io.IOException; import java.io.InputStreamReader; import java.net.Socket; import org.json.JSONException; import org.json.JSONObject; /** * Client-side worker thread */ public class RequestWorkerRunnable implements Runnable{...
[ "jiu9x9uij@gmail.com" ]
jiu9x9uij@gmail.com
d4109d0ae18ffcb02fdeb0abe6c8141e14b656cf
bcb0f94c73bcd6c82674a3ef4e37f8f8074af60f
/app/src/main/java/com/example/doc_mech/ex1.java
6fc4b875bac617d2375d71ff54e4b5610ee9b04a
[]
no_license
naga-rgb/DOC_MECH
9b53acbf4d1df72a2414a36525661fb278a61d0f
1f3e410d48ea0489c173d59f7621d05f77cece3e
refs/heads/master
2022-11-06T22:49:24.774423
2020-06-19T06:11:17
2020-06-19T06:11:17
273,530,688
0
0
null
2020-06-19T15:45:37
2020-06-19T15:45:37
null
UTF-8
Java
false
false
978
java
package com.example.doc_mech; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.Button; import com.google.firebase.auth.FirebaseAuth; public class ex1 extends AppCompatActivity { private Button next; @Ov...
[ "gowthamvj15@users.noreply.github.com" ]
gowthamvj15@users.noreply.github.com
47019cf69061f4744d0f165069f03bee2f3905d6
11821de97ded22375318cdcd8e271e16a4590b69
/StopApp/src/com/android/stop/UserFunctions.java
ce573c3d5af072a35a9cb7c2163eeedf896723ed
[]
no_license
Raphaeljunior/Stop-app
0f129ac4b971400bc2c67e0b081a589d50729cc1
4b788fdd2fa70bb3094e16178d65c387df0e53b2
refs/heads/master
2016-09-05T18:34:40.554094
2014-12-13T19:05:03
2014-12-13T19:05:03
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,745
java
package com.android.stop; import java.util.ArrayList; import java.util.List; import org.apache.http.NameValuePair; import org.apache.http.message.BasicNameValuePair; import org.json.JSONObject; public class UserFunctions { private JSONParser jsonParser; private static String universalURL = "http://stopapp...
[ "raphnano@gmail.com" ]
raphnano@gmail.com
b740f3d1dba8917f1c8684e72bf5d570ee453ee2
cc2f75d66f62fbdc4a312146564605943d1863b7
/spring-boot-backend/src/main/java/com/etiya/hms/model/party/PartyRoleType.java
044d789664457dc24cf5137377f4853305124c81
[]
no_license
ervakabil/smartHms
17ce56910dbb6c93d9bd641bbfc3b99ffaabf150
1635c917be05b4eecd20eddf0246edfe93b2c1b5
refs/heads/master
2020-03-27T22:03:52.821047
2018-09-07T11:36:11
2018-09-07T11:36:11
147,201,318
0
0
null
null
null
null
UTF-8
Java
false
false
1,121
java
package com.etiya.hms.model.party; import org.bson.types.ObjectId; import org.springframework.data.annotation.Id; import org.springframework.data.annotation.TypeAlias; import org.springframework.data.mongodb.core.mapping.Document; import lombok.Data; import lombok.NonNull; import lombok.RequiredArgsConstructor; /** ...
[ "burakiztanbul@gmail.com" ]
burakiztanbul@gmail.com
9a509a16d24f33ef8c3138b91895a942d939b510
13fe80e1b6c8bf9c3e45c9c17a7c59a99c0fee92
/src/main/java/com/exceedo/vrpapi/repository/ApiUserRepository.java
686d4fa93ae01e8a5547611d41b4e8699b24808e
[]
no_license
exceedo-systems/vrp-api
fe5ea9601414410778317efd1d7f5c9d61aa6c52
53f52c17836377ab4781332eefe06944310a3923
refs/heads/master
2021-07-16T15:25:39.056702
2017-10-21T03:56:29
2017-10-21T03:56:29
105,394,823
0
0
null
null
null
null
UTF-8
Java
false
false
245
java
package com.exceedo.vrpapi.repository; import org.springframework.data.mongodb.repository.MongoRepository; import com.exceedo.vrpapi.domain.ApiUser; public interface ApiUserRepository extends MongoRepository<ApiUser, String> { }
[ "systems@exceedo.com" ]
systems@exceedo.com
0bb48c9d1fc3effa18a9421ab6d059790fb2860e
47cf00d2111725623789cc7f33f28f0895b5e138
/Core Java/studentapp/src/com/ustglobalstudentapp/jspidrers/Remote.java
a093ea5f786017dcde327cf42bcb1379a1f7ab7b
[]
no_license
deeksha-kamrani/USTGlobal-16Sep19-Deeksha-Kamrani
14d7eadfbbeca182784c9911bb6487455b5aae31
fe1ec257ab64106944046196e4519cf84e972b07
refs/heads/master
2023-01-10T21:19:28.160875
2019-12-22T03:26:25
2019-12-22T03:26:25
215,538,417
0
0
null
2023-01-07T13:01:31
2019-10-16T12:05:49
CSS
UTF-8
Java
false
false
261
java
package com.ustglobalstudentapp.jspidrers; public class Remote { public static int num; public int sum; public static void on() { System.out.println("I am on() method"); } public static void off() { System.out.println("I am off() method"); } }
[ "54739165+deeksha-kamrani@users.noreply.github.com" ]
54739165+deeksha-kamrani@users.noreply.github.com
921254fadf02b523539a210ba5a3285e61cf394b
10568ede568a80b6f927d8d387a2c5c35135cfc7
/src/main/java/DoublyLinkedList.java
e30e0572fc376506e6656df5cee981203934eef3
[]
no_license
akshayamangaraj/codepal
899d47ef36d63eab4df9bf9f4fdf5534409bcad2
d65143c78751f48289edd00282de276ebbe37a5b
refs/heads/master
2021-01-20T04:09:11.993766
2017-06-05T16:39:32
2017-06-05T16:39:32
89,647,759
0
0
null
null
null
null
UTF-8
Java
false
false
718
java
/** * */ /** * @author sparid2 * */ public class DoublyLinkedList { private DoubleyLinkedNode head; public void insertatHead(int data){ DoubleyLinkedNode newNode = new DoubleyLinkedNode(data); newNode.setNextNode(this.head); if(this.head !=null){ this....
[ "amangara@stubhub.com" ]
amangara@stubhub.com
361a1b573d36f534b8af65d3b8911ec0df87b372
215ef66ccec376f22a6569cfa56928af5c7613c3
/app/src/main/java/com/xcyo/live/activity/user_edit/EditActivity.java
6b55137dd01db12ca1d32058a9fb485131f10061
[]
no_license
hanwj/android_live
00a22df62d0dc26565070bea46551631932bf123
53a3ef47218bdb6b5ea25a9791867cd1d82c75c5
refs/heads/master
2021-01-08T12:57:53.531234
2016-08-05T09:44:23
2016-08-05T09:44:23
63,296,608
0
0
null
null
null
null
UTF-8
Java
false
false
12,819
java
package com.xcyo.live.activity.user_edit; import android.app.Dialog; import android.content.Intent; import android.graphics.Bitmap; import android.graphics.Color; import android.graphics.drawable.ColorDrawable; import android.support.annotation.NonNull; import android.view.Gravity; import android.view.View; import and...
[ "hanwj" ]
hanwj
a2141029097670baad6e737f65e0b690ab43d242
cae7aba0df1a8bb21b2c490e3e33adb93aeec685
/workflows/src/test/java/net/corda/samples/duediligence/FlowTests.java
e771be55215e0fb35fbd8be6ed95dab00c1130fb
[ "Apache-2.0" ]
permissive
peterli-r3/due-diligence-cordapp
c96504873f7887f663ca2afa6094dbd4d36b0b3b
d719af5438db17afd08b911dd9e011853f9d2f01
refs/heads/main
2023-02-22T01:28:09.934061
2021-01-28T13:46:21
2021-01-28T13:46:21
332,873,594
0
0
null
null
null
null
UTF-8
Java
false
false
2,304
java
package net.corda.samples.duediligence; import com.google.common.collect.ImmutableList; import net.corda.core.contracts.UniqueIdentifier; import net.corda.samples.duediligence.flows.ComsumeTheCopy; import net.corda.samples.duediligence.flows.RequestToValidateCorporateRecords; import net.corda.samples.duediligence.flow...
[ "51169685+peterli-r3@users.noreply.github.com" ]
51169685+peterli-r3@users.noreply.github.com
b72e58dc204411cba4a2e1e2c68e6abe7fb4367f
799cce351010ca320625a651fb2e5334611d2ebf
/Data Set/Synthetic/After/after_2460.java
adc05b9269e9844681f0cc849b4dc5c244ca7dfb
[]
no_license
dareenkf/SQLIFIX
239be5e32983e5607787297d334e5a036620e8af
6e683aa68b5ec2cfe2a496aef7b467933c6de53e
refs/heads/main
2023-01-29T06:44:46.737157
2020-11-09T18:14:24
2020-11-09T18:14:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
410
java
public class Dummy { void sendRequest(Connection conn) throws SQLException { String sql = "Select T.tripId,T.customerId,T.driverId,P.totalFare From tripHistory T join payment P ON T.tripId>P.tripId where P.totalFare>=? AND (T.date<=?) order by P.totalFare DESC"; PreparedStatement stmt = conn.prepareStatement(sql); ...
[ "jahin99@gmail.com" ]
jahin99@gmail.com
09cbba98334d53282d693c0fd52e60acc7b5f94d
c2f60866b6ddb8cacaaf18585bf2c4379884bfce
/ProjetoAgendaContato20201/src/gui/TelaPrincipal.java
bb6a3c2b0ed8eaf00ab8b4bc35aa1948b01ef647
[ "MIT" ]
permissive
Calebaum/Ads02
3c9f9bad0b5ac2da27909f84604d32093266f9be
1ccc7cf63c14538f5a644cd874129893b125213f
refs/heads/master
2021-01-14T18:55:30.277303
2020-05-20T23:58:01
2020-05-20T23:58:01
242,720,447
0
0
MIT
2020-02-25T18:36:03
2020-02-24T11:37:32
null
UTF-8
Java
false
false
6,987
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 gui; import javax.swing.JOptionPane; import classesdedados.*; import persistencias.ContatoPersistencia; /** * * @author Cal...
[ "calebaum@gmail.com" ]
calebaum@gmail.com
3eb3d100fe3fd5e6be56d68e30365c0180030141
791dbce8a03d0580069e71facd3715ea36e74a58
/MidnightArtifact/okhttputils/src/main/java/com/tbl/okhttputils/builder/HasParamsable.java
28f098a4c5e97142611c3316f8c6fe9da0af659f
[]
no_license
almeidalhs/wuye_android
aa94c50172859d8ef5a0f18dbfabdadb396eb972
b4216a0a75d4649878302caee0d01aa8fbbc97e9
refs/heads/master
2020-12-25T14:14:11.522921
2016-10-10T03:35:51
2016-10-10T03:35:51
66,350,429
0
1
null
null
null
null
UTF-8
Java
false
false
218
java
package com.tbl.okhttputils.builder; import java.util.Map; public interface HasParamsable { OkHttpRequestBuilder params(Map<String, String> params); OkHttpRequestBuilder addParams(String key, String val); }
[ "1534379470@qq.com" ]
1534379470@qq.com
aab9377ff4d724a612308f7baf1bb5bc31e752f5
d0bee7e8c09441dd1e4b3706e14b65143858a16b
/zoo/test/commandLine/commandImpl/BiomePadTest.java
da91b9b0bdbce0366c6832591523b3c1433fd601
[]
no_license
LineVA/zoo
1f7a18dc34b4c83369d58a6c802adee06eb02f1f
9fc5c90f4a9df196490b398caa1e18ec9b420886
refs/heads/master
2020-04-06T20:14:05.375710
2017-02-24T21:23:14
2017-02-24T21:23:14
55,900,303
0
0
null
null
null
null
UTF-8
Java
false
false
2,127
java
package commandLine.commandImpl; import org.junit.After; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue; import org.junit.Before; import org.junit.Rule; import org.junit.Test; import org.junit.rules.ExpectedException; /** * * @author doyenm */ public class BiomePadTest { ...
[ "marine.doyen-le-boulaire@ensimag.grenoble-inp.fr" ]
marine.doyen-le-boulaire@ensimag.grenoble-inp.fr
a0f9ed61fd50c92803768e7f8952b84b4aac357b
ce2bb67293e965244018ff420a45117a646d7c7d
/array/array_rotation/src/QuickLeftRotation.java
844b6bb7aa9e5edb7b0a764d68609117992d6599
[]
no_license
vaibhavd039/DataSturctures
5e95643f73d308c32b1d38db1d342a5a45c8d123
4026ae60ee2485e134b972017914e32dbda8111b
refs/heads/master
2022-12-22T01:20:08.501383
2020-04-30T10:02:55
2020-04-30T10:02:55
171,259,635
0
0
null
2022-12-16T06:06:33
2019-02-18T10:04:12
Java
UTF-8
Java
false
false
1,220
java
/* Given an array of size n and multiple values around which we need to left rotate the array. How to quickly find multiple left rotations? * */ import java.util.Scanner; public class QuickLeftRotation { static int [] copyArray(int [ ] ary) { int n= ary.length; int [] temp= new int [2*n]; ...
[ "vdubey@onemarketnetwork.com" ]
vdubey@onemarketnetwork.com
744eee13b1aa04183bb25d6767423f13cfa4a448
c87bad22d0afebdba041f37c1e43e2f9342e3567
/ecommerce/src/main/java/com/residencia/ecommerce/controllers/CategoriaController.java
ed1e8a76cf83315a38440529b5be88930829cbe5
[]
no_license
lucasdealcantara/ecommerce
8b37b32771ed3334b2552f953433e47728e03340
4adec286f8ee2b2c3297d0d117d6bd56e78613a9
refs/heads/main
2023-05-20T16:49:32.522580
2021-06-11T14:38:11
2021-06-11T14:38:11
376,020,631
0
0
null
null
null
null
UTF-8
Java
false
false
2,863
java
package com.residencia.ecommerce.controllers; import java.util.List; import javax.validation.Valid; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpHeaders; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; impor...
[ "noreply@github.com" ]
lucasdealcantara.noreply@github.com
ed8710efaf7df61a6e1104b75080d1ab23c8825a
41ce5edf2e270e321dddd409ffac11ab7f32de86
/7/com/android/ide/eclipse/adt/internal/editors/ui/tree/UiTreeBlock.java
ca8d9f3e5b14422f8455a7ec8596bcd95830c69f
[]
no_license
danny-source/SDK_Android_Source_03-14
372bb03020203dba71bc165c8370b91c80bc6eaa
323ad23e16f598d5589485b467bb9fba7403c811
refs/heads/master
2020-05-18T11:19:29.171830
2014-03-29T12:12:44
2014-03-29T12:12:44
18,238,039
2
2
null
null
null
null
UTF-8
Java
false
false
36,740
java
/* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Eclipse Public License, Version 1.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.eclipse.org/org/documents/epl-v10.php * * Unless r...
[ "danny@35g.tw" ]
danny@35g.tw
c7453f85f581116d7a80108fb4cebd14a8f3dd99
f09e009c97490fba182ca8b36823d520e80ee881
/src/de/x8bit/Fantasya/Host/serialization/basic/SkillSerializer.java
7c96b2d1b27f239c3652e21945aee89994a3ed92
[]
no_license
wavepacket/Fantasya
b910a74344d370c1b8cb4cf172e593a61558d354
0cb8745a0fd8979502fda7ec5afe35f63f194a2b
refs/heads/master
2021-01-17T09:39:44.976629
2015-03-19T22:09:45
2015-03-19T22:09:45
27,676,248
4
2
null
null
null
null
UTF-8
Java
false
false
3,090
java
package de.x8bit.Fantasya.Host.serialization.basic; import de.x8bit.Fantasya.Atlantis.Helper.MapCache; import de.x8bit.Fantasya.Atlantis.Skill; import de.x8bit.Fantasya.Atlantis.Unit; import de.x8bit.Fantasya.Host.serialization.util.SerializedData; import java.util.HashMap; import java.util.Map; import java.util.Set; ...
[ "ulf82@users.sf.net" ]
ulf82@users.sf.net
4483fdfebc0b2280e25e910845a136940824d085
94d91903819947c4fb2598af40cf53344304dbac
/wssmall_1.2.0/.svn/pristine/5a/5aa2a8f000309e8967ff58663f1fc8d7b0d87bbd.svn-base
70671d08681a8c39b4f631d54f8e1e9615d5a65f
[]
no_license
lichao20000/Union
28175725ad19733aa92134ccbfb8c30570f4795a
a298de70065c5193c98982dacc7c2b3e2d4b5d86
refs/heads/master
2023-03-07T16:24:58.933965
2021-02-22T12:34:05
2021-02-22T12:34:05
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,021
package zte.params.goodscats.req; import com.ztesoft.api.ApiRuleException; import com.ztesoft.net.annotation.ZteSoftCommentAnnotationParam; import com.ztesoft.net.mall.core.model.Cat; import commons.CommonTools; import consts.ConstsCore; import params.ZteError; import params.ZteRequest; public class CatEditReq ext...
[ "hxl971230.outlook.com" ]
hxl971230.outlook.com
7970c31d98a113932053e04833707f04581e2f10
cb0e08dcf8ca6707d4942bbb77a39df4efd7d82a
/src/main/java/eu/bitfork/dens/web/rest/vm/KeyAndPasswordVM.java
f3cf1f1185c7b78344be96ceddbde09f985343f3
[]
no_license
bitfork-develop/dens
d8f1cf6f9c2873f95a6b0bb9d6cccfad637af1b5
1aebf1c97955ef00d2bf2af2572e8e8d313c16c3
refs/heads/master
2021-06-28T18:34:01.750957
2017-09-15T08:31:44
2017-09-15T08:31:44
103,633,839
0
0
null
null
null
null
UTF-8
Java
false
false
496
java
package eu.bitfork.dens.web.rest.vm; /** * View Model object for storing the user's key and password. */ public class KeyAndPasswordVM { private String key; private String newPassword; public String getKey() { return key; } public void setKey(String key) { this.key = key; ...
[ "jhipster-bot@users.noreply.github.com" ]
jhipster-bot@users.noreply.github.com
965c7714f4f4910a0e7b27bb2b05860934139d76
806f76edfe3b16b437be3eb81639d1a7b1ced0de
/src/com/amap/api/services/core/at.java
8f0f420bef1b3d1f90c77bf22c40ac42690dc979
[]
no_license
magic-coder/huawei-wear-re
1bbcabc807e21b2fe8fe9aa9d6402431dfe3fb01
935ad32f5348c3d8c8d294ed55a5a2830987da73
refs/heads/master
2021-04-15T18:30:54.036851
2018-03-22T07:16:50
2018-03-22T07:16:50
null
0
0
null
null
null
null
UTF-8
Java
false
false
460
java
package com.amap.api.services.core; /* compiled from: Util */ class at { at() { } static String m16692a(String str) { if (str == null) { return null; } String b = aa.m16586b(str.getBytes()); return ((char) ((b.length() % 26) + 65)) + b; } static String ...
[ "lebedev1537@gmail.com" ]
lebedev1537@gmail.com
d19adb9425a444d94848f8d521aeb733b06f5c03
0c222c8260187ea7edf1a48c0876ceebd70fa6fa
/RxJava/r1-start/src/androidTest/java/ru/test/r1_start/ExampleInstrumentedTest.java
75c54134733d048ef03b3d087a9d63929045f4d2
[]
no_license
dan9112/work_all
8da454829119c87c380eb0235b24f8ac1eed7418
0205e7dced0fcf22be1a497d111742c0076b2b93
refs/heads/master
2023-03-18T10:27:48.901882
2021-03-10T08:38:13
2021-03-10T08:38:13
337,049,438
0
0
null
null
null
null
UTF-8
Java
false
false
746
java
package ru.test.r1_start; import android.content.Context; import androidx.test.platform.app.InstrumentationRegistry; import androidx.test.ext.junit.runners.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will execute on an And...
[ "58068292+dan9112@users.noreply.github.com" ]
58068292+dan9112@users.noreply.github.com
869a4fd4ae16117b060cbc17f23974437445ea7b
c21c967d7a7f6df4eade4c96492b5df988e4d536
/app/src/main/java/dimfcompany/com/salesideas/act_main.java
cc22fefcb36944825da912694b604e171f4f089c
[]
no_license
bios90/salesIdeas
3b485f48277f50fcdebc1cba5a14fabdbde3ab21
1758dcc963940fd619c394467fe6d340182619da
refs/heads/master
2020-04-05T19:30:15.469114
2019-01-30T13:43:46
2019-01-30T13:43:46
157,137,375
0
0
null
null
null
null
UTF-8
Java
false
false
6,691
java
package dimfcompany.com.salesideas; import android.content.Intent; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import android.support.v4.app.FragmentTransaction; import android.support.v4.widget.DrawerLayout; import android.support.v7.app.AppCompatActivity; import android.os...
[ "bios90@mail.ru" ]
bios90@mail.ru
72e44f32522817437dd3e851c1c2c7c6c8d09d66
442bab63495ff3cd6f946e776037b7958e144075
/src/hibernate/MessageDAO.java
1c86b181e2e911ea487e64107224f9a8113b86a4
[]
no_license
nenew/gd
b8946f896f20d7739cf8ee7340cf0cffcbb6fb57
4abe05068f8ceb42806853d28517bfdbeceb0f4a
refs/heads/master
2016-09-01T19:22:14.488855
2013-06-19T12:21:51
2013-06-19T12:21:51
8,771,516
0
1
null
null
null
null
UTF-8
Java
false
false
4,202
java
package hibernate; import java.util.Date; import java.util.List; import org.hibernate.LockMode; import org.hibernate.Query; import org.hibernate.criterion.Example; import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** * A data access object (DAO) providing persistence and search support for * Message entitie...
[ "nenew.net@gmail.com" ]
nenew.net@gmail.com
3bc6a9d1e9c896d791654214bb4dd6874ba3b2b2
4be0056bfb7b7347c05732669ac47ab889e0ec78
/cucumber-core/src/test/java/io/cucumber/core/plugin/BannerTest.java
c34df121d91d13a97260e5e52d34df732ba7f4eb
[ "MIT" ]
permissive
cucumber/cucumber-jvm
c0cc0771b02eade3bbea26cf6af934693ce0cdeb
5a84f4f35474d21698e990197d20d5fdccceddaa
refs/heads/main
2023-08-31T20:35:34.167596
2023-08-30T22:46:29
2023-08-30T22:46:29
1,962,219
2,190
1,935
MIT
2023-09-14T17:12:50
2011-06-27T19:49:46
Java
UTF-8
Java
false
false
2,445
java
package io.cucumber.core.plugin; import org.junit.jupiter.api.Test; import java.io.ByteArrayOutputStream; import java.io.PrintStream; import java.io.UnsupportedEncodingException; import java.nio.charset.StandardCharsets; import static io.cucumber.core.plugin.Bytes.bytes; import static java.util.Arrays.asList; import...
[ "noreply@github.com" ]
cucumber.noreply@github.com
33378c0ecd3138dbde678be679703230e549c4f3
0d6f964cf24ceeea715fb641533141f08daefc49
/gallery-web/src/main/java/com/xs/controllers/SlideController.java
25f834acb42075fdcff420b15bf89a2d07a44903
[]
no_license
fmbah/gallery_upper
cb61a391aed39f4505091b646a33558388f50d68
5f40a213d658801975cde800429310a973a44c6c
refs/heads/master
2020-04-01T21:05:38.694844
2019-05-08T05:51:51
2019-05-08T05:51:51
153,636,773
1
0
null
null
null
null
UTF-8
Java
false
false
3,467
java
package com.xs.controllers; import com.xs.core.ResultGenerator; import com.xs.beans.Slide; import com.xs.services.SlideService; import com.github.pagehelper.PageHelper; import com.github.pagehelper.PageInfo; import com.xs.core.scontroller.BaseController; import org.springframework.web.bind.annotation.*; import org.spri...
[ "807966224@qq.com" ]
807966224@qq.com
0b11f35866e4726418f9cfeaa743056159b42031
b797dbfcca959eb9f9faa07872f1070fe3fb1e75
/z/src/Workshop1_5_2.java
a0e4f4fcf224eda6fe8ed2704f3e29efc9f706c1
[]
no_license
Jack0215/Java_Basic
310a49d1f9ca423a808db245fc339850e109ed5b
3d4605c398fd09e3634994582e4ab5aa41c3ad04
refs/heads/master
2023-02-17T22:35:15.616035
2021-01-15T06:14:08
2021-01-15T06:14:08
329,824,082
0
0
null
null
null
null
UTF-8
Java
false
false
2,632
java
// //public class Workshop1_5_2{ // // public static void main(String[] args) { // Workshop1_5 studentArray [] = new Workshop1_5[3]; // studentArray[0] = new Workshop1_5("홍길동", 15, 170, 80); // studentArray[1] = new Workshop1_5("한사람", 13, 180, 70); // studentArray[2] = new Workshop1_5("임걱정", 16, 175, 65); /...
[ "jaeyoon-lee@naver.com" ]
jaeyoon-lee@naver.com
74543f005931a23489f8ceedff61db8820a6465b
c3bb93f79fad89a638cff82e4b1bfebfdc1a8dfa
/contours/src/main/java/ar/edu/it/itba/ati/operation/tp2/edge/Kirsh.java
9ab7967470af4412c9013f0be87890487a7ed92c
[]
no_license
champo/proyecto-final
e432495772b594573e9d25fb81580edfc76cd831
5f988da114cef3a847349183acecf6be21faeb63
refs/heads/master
2020-04-16T01:31:33.292800
2014-08-02T03:03:33
2014-08-02T03:03:33
12,148,506
0
0
null
null
null
null
UTF-8
Java
false
false
1,013
java
package ar.edu.it.itba.ati.operation.tp2.edge; import ar.edu.it.itba.ati.operation.BaseMask; import ar.edu.it.itba.ati.operation.Synthethizer; public class Kirsh extends DirectionalDetector { public Kirsh(final Synthethizer synth, final boolean simple) { super(synth, simple); } @Override protected Mask buildS...
[ "eordano@gmail.com" ]
eordano@gmail.com
437df510d221c3a4161656e76605c17e4690fddf
fa895d21cc9cf1f7fc452cb8ad0b836c30ce954c
/bitbucket-microservice/bitbucket-repository/src/main/java/eu/cloudteams/repository/dao/UserRepository.java
a9770d78627871943aef014d6b8ffb798e7a5f4d
[]
no_license
singularlogic/cloudteams
4fe988d4ec2f740b04584b5af71222f0d053da52
992a40d2ad66f8747ecd7cf7f14163c3dea31d6a
refs/heads/master
2021-01-20T09:03:57.887104
2017-05-10T09:07:10
2017-05-10T09:07:10
49,866,777
2
1
null
null
null
null
UTF-8
Java
false
false
795
java
package eu.cloudteams.repository.dao; import eu.cloudteams.repository.domain.BitbucketUser; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Modifying; import org.springframework.data.jpa.repository.Query; import org.springframework.transaction.annotation.Tra...
[ "gledakis.ubitech.eu" ]
gledakis.ubitech.eu
0a35c13abc6714ddae3dca926d3993ecf6b8486f
b0194dfd3d8d9d5364ba33aec4bc5f2fb2cc6df7
/test/com/twu/biblioteca/BibliotecaAppTest.java
f656af1969c55d768689e084af82acb025ead973
[ "Apache-2.0" ]
permissive
yaoping/TWU_Biblioteca_master
91ba507550db8b8f0fffbd26a10e7f61b483af54
a82cc037a5231b44b843524a0053824e585f5d7f
refs/heads/master
2021-01-01T08:56:46.939509
2015-09-19T15:24:50
2015-09-19T15:24:50
42,526,311
0
0
null
null
null
null
UTF-8
Java
false
false
320
java
package com.twu.biblioteca; import org.junit.Test; import static org.hamcrest.CoreMatchers.is; import static org.hamcrest.MatcherAssert.assertThat; public class BibliotecaAppTest { @Test public void should_show_welcome_message() { assertThat(BibliotecaApp.sendWelcomeMessage(), is("Welcome")); } }
[ "ppyao@thoughtworks.com" ]
ppyao@thoughtworks.com
fdb1922e9d005e3aa4eea5acc5127138855ac530
c77e5d16bc2e26de5884ef14baa2fb7e30312d40
/src/main/java/yuri/misyac/productmanager/entity/Document.java
406b17061d46f8ab8dc2e10f8486af2957024665
[]
no_license
andrewMistetskii/Productmanager
bbcbd92c6d78d4c2a00f11f343474e18487dddfe
5c57bc2eaed06cb471bf8cf6955ec102bb7ebf95
refs/heads/master
2021-01-22T00:06:28.076652
2015-01-21T09:08:18
2015-01-21T09:08:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,868
java
package yuri.misyac.productmanager.entity; import javax.persistence.*; import java.util.Date; @Entity @Table(name = "DOCUMENT") public class Document { @Id @GeneratedValue @Column(name = "DOCUMENT_ID") private Integer id; @Column(name = "CREATE_DATE") private Date createDate; @Column(na...
[ "justokayyy@gmail.com" ]
justokayyy@gmail.com
8a135797aea3b4d5139ce9f86c327cece96f09e3
4d6f449339b36b8d4c25d8772212bf6cd339f087
/netreflected/src/Core/System.IO.FileSystem,Version=4.1.2.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a/system/io/EnumerationOptions.java
c7a4fa951d7ebc769f30800235f60e79b281afe6
[ "MIT" ]
permissive
lvyitian/JCOReflector
299a64550394db3e663567efc6e1996754f6946e
7e420dca504090b817c2fe208e4649804df1c3e1
refs/heads/master
2022-12-07T21:13:06.208025
2020-08-28T09:49:29
2020-08-28T09:49:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
10,853
java
/* * MIT License * * Copyright (c) 2020 MASES s.r.l. * * 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, cop...
[ "mario.mastrodicasa@masesgroup.com" ]
mario.mastrodicasa@masesgroup.com
913762d16a9f6872f6997899c133a86dca2f7582
d8dc5bec2d567ba0c97b2813bfb38366d7927377
/Magacin/src/gui/forms/TipObjektaForma.java
5d2eb10a52c447aa55e15c812d8e7b99d100f27b
[]
no_license
sljuka/diplomski-rad-magacin
258d052cb90f0424d61eaa2d69287cf0496d86f7
050990d9ae935f9546c366a1d76bac58306cbccd
refs/heads/master
2021-01-18T06:47:01.877571
2016-09-13T20:35:06
2016-09-13T20:35:06
13,813,210
0
0
null
null
null
null
UTF-8
Java
false
false
1,280
java
package gui.forms; import gui.DocumentLimit; import gui.Input; import gui.TextInput; import model.DataBaseTableModel.tableNames; import controllers.FormController; public class TipObjektaForma extends DatabaseForma { private TextInput tfsifraTipa; private TextInput tfnazivTipa; public TipObjektaForma(FormControl...
[ "uraniumsheep@gmail.com" ]
uraniumsheep@gmail.com
aa6d9388c5d6d3e39706817978b70e6cb60ba86d
84c167b833f4e29cb705e67a9979e101351b24dd
/src/test/java/omq/test/multiProcess/NumberClient.java
a5a78b73a31d8d669d76a21da85c1636d8fb7dc8
[]
no_license
cloudspaces/objectmq
638283db2633fc51acd36e8afd9c139cbaa3df70
3eff11618202c5ccb9f5348b938d31e08c3e2d2c
refs/heads/master
2016-09-06T10:36:07.701411
2014-05-28T11:03:36
2014-05-28T11:03:36
9,815,843
4
3
null
null
null
null
UTF-8
Java
false
false
629
java
package omq.test.multiProcess; import omq.Remote; import omq.client.annotation.AsyncMethod; import omq.client.annotation.MultiMethod; import omq.client.annotation.RemoteInterface; import omq.client.annotation.SyncMethod; /** * * @author Sergi Toda <sergi.toda@estudiants.urv.cat> * */ @RemoteInterface public int...
[ "sergi@toda" ]
sergi@toda
1b7c7adcf5ffb2b42a477ad472d9c24318774f49
59cace888ff0073cba7f8cedea74ddd230e442e9
/src/avro/java/gpudb/unique_response.java
db5d87eb721d477d988c7919793bd5d477f1b889
[]
no_license
sungsoo/gpudb-api-java
89b0278b4bb632cd6c60efa41083d86d113f9aea
1b05557fcc43d8a87ae24c413182cda7ecb09bfd
refs/heads/master
2020-12-24T23:39:52.776379
2015-01-29T03:09:20
2015-01-29T03:09:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
11,431
java
/** * Autogenerated by Avro * * DO NOT EDIT DIRECTLY */ package avro.java.gpudb; @SuppressWarnings("all") public class unique_response extends org.apache.avro.specific.SpecificRecordBase implements org.apache.avro.specific.SpecificRecord { public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avr...
[ "sbardhan@gisfederal.com" ]
sbardhan@gisfederal.com
6f2991202ec17262d20662ca0f2fe9457d937339
ac592e6431b66f34f3219656176d52c22a0e41cc
/network_monitoring_sd/src/main/java/com/gw/wechat/data/MaintenanceDealInData.java
40468f33d94275934063340d08e0d2b33bb5bb2a
[]
no_license
leijie-git/project
a19b7beab3982912ea45ae3eecc18953b59c5642
dcac5819341c5712efb8201c61dfc3629d7f9a3b
refs/heads/master
2022-07-10T23:19:36.331798
2019-10-17T02:58:38
2019-10-17T02:58:38
215,679,145
1
0
null
2022-06-29T17:43:00
2019-10-17T01:43:31
JavaScript
UTF-8
Java
false
false
788
java
package com.gw.wechat.data; import lombok.Data; /** * 维保整改巡查 * @author zfg * **/ @Data public class MaintenanceDealInData { private String id; private String dealtype; private String dealdate; private String RepairCode; private String dealinfo;//维修描述 private String userId;//当前处理...
[ "574335745@qq.com" ]
574335745@qq.com
729446fe7231bcd2e9855511ce78ce5e8ac7df8a
0884a671a52128016bc45b34d4568c42139516f6
/src/main/java/com/xassure/framework/model/PageLocator.java
1ac98022d388d59800d51005bd6db2986e06672d
[]
no_license
bilal89hayat/SpringBatchExamples
57a39870006a956835ebd7733bf4a3a1805bfd88
470ddc6b9a9194b14d2e3e7757bb9adffe30df6f
refs/heads/master
2021-02-05T07:12:00.628289
2020-03-03T05:20:11
2020-03-03T05:20:11
243,755,397
0
0
null
null
null
null
UTF-8
Java
false
false
424
java
package com.xassure.framework.model; import lombok.AllArgsConstructor; import lombok.Data; import lombok.EqualsAndHashCode; import lombok.NoArgsConstructor; @Data @AllArgsConstructor @NoArgsConstructor @EqualsAndHashCode public class PageLocator { private String runId; private String pageName; private St...
[ "bhayat@xebia.com" ]
bhayat@xebia.com
d0cbb648e3824e8d0dd62a1b614dc3e8d7e6091b
7ec39fe819789da6c2b10f1940b0c9b37ceb4985
/restservice/src/main/java/fr/project/restservice/services/module/ChatMessageService.java
261ae54d19548792eba9f4d70ed74d27328bee21
[]
no_license
BourgeoisThibault/personal_project
9f84dc1e20c91016cd647d2d2bdb68eef662a72f
96898a9de4aafacca83aa1dcc33c36e784328259
refs/heads/master
2020-03-18T12:26:57.947004
2018-05-24T14:06:43
2018-05-24T14:06:43
134,726,943
0
0
null
null
null
null
UTF-8
Java
false
false
720
java
package fr.project.restservice.services.module; import fr.project.restservice.repositories.module.ChatMessageRepo; import fr.project.utils.entities.module.ChatMessage; import fr.project.utils.entities.module.ChatRoom; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype....
[ "thibault.bourgeois@etu.u-pec.fr" ]
thibault.bourgeois@etu.u-pec.fr
87dc7f78c630082b81051b6ecc1b69da6fd3d00d
2b8fe620e9aa72161b47f8e4d47d0e922e0081da
/mobilepayment/src/main/java/com/szxb/tangren/mobilepayment/view/activity/MainSweepActivity.java
ea1d100502220c5aa686e716ea9ef332f34209ff
[]
no_license
wuxinxi/SzxiaobingPayment
4b792a7f212d823b566cd05fca97b4ac93f06f80
395239bb603a11f6e2841af3932582f07a0c9d1e
refs/heads/master
2021-01-24T08:35:41.631910
2016-10-08T06:01:33
2016-10-08T06:01:33
69,547,216
0
0
null
null
null
null
UTF-8
Java
false
false
6,932
java
package com.szxb.tangren.mobilepayment.view.activity; import android.content.Intent; import android.graphics.Bitmap; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.Toolbar; import android.util.DisplayMetrics; import android.view.MenuItem; import android.view...
[ "wu_tangren@163.com" ]
wu_tangren@163.com
c7bf471159ac40ddd932e6f3465c2d699da9ec48
20567be286ca9f3a053cf64238eefb724239e138
/PruebaT1/src/application/MainRocket.java
2efa8b045e245458593fe9d5c3093f894953e853
[]
no_license
Jmrx24/PruebaT1-Javier-Mu-oz-Rojas
17f5b828238156d88f2e9ebf4e15a62ae52edb41
e71b2ceee113fe4ca70461eff4db4e295d94f369
refs/heads/master
2020-09-30T22:36:17.062921
2019-12-11T17:16:37
2019-12-11T17:16:37
227,389,917
0
0
null
null
null
null
ISO-8859-1
Java
false
false
1,487
java
package application; import javafx.application.Application; import javafx.fxml.FXMLLoader; import javafx.stage.Stage; import javafx.stage.StageStyle; import javafx.scene.Scene; import javafx.scene.layout.AnchorPane; import javafx.scene.layout.BorderPane; import javafx.scene.text.Font; /** * Aplicación h...
[ "Jmrx24@gmail.com" ]
Jmrx24@gmail.com
fff04daa21f41d7ec2ad1a70ffc367545cc4eae0
7b73756ba240202ea92f8f0c5c51c8343c0efa5f
/classes2/wxw.java
8bf05d324a2a7b7ebae0f237ac557e022e6e772e
[]
no_license
meeidol-luo/qooq
588a4ca6d8ad579b28dec66ec8084399fb0991ef
e723920ac555e99d5325b1d4024552383713c28d
refs/heads/master
2020-03-27T03:16:06.616300
2016-10-08T07:33:58
2016-10-08T07:33:58
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,401
java
import com.tencent.mobileqq.hotpatch.NotVerifyClass; import com.tencent.open.base.LogUtility; import com.tencent.open.downloadnew.DownloadInfo; import com.tencent.open.downloadnew.DownloadQueryListener; import com.tencent.open.export.js.VipDownloadInterface; import java.util.List; import org.json.JSONArray; import org....
[ "1776098770@qq.com" ]
1776098770@qq.com
b8c9caabee11f41a6fbb4602cb04ca0a8d44c1d0
763af4d1c341f96ce1c13978da1ff0d24b30c0b6
/src/com/mfw/controller/bdata/KpiCategoryFilesController.java
81063616a28c812380e49cf68a52b251d0168b9d
[]
no_license
cctecoo/STL_0730
9e6ad5c6d7dee24bded06e3162aaeda7cbc16f67
6ca35c9f89064fe362753945fd98ab9374767b5c
refs/heads/master
2020-06-26T09:09:09.210583
2019-07-30T06:45:33
2019-07-30T06:45:33
199,591,524
0
0
null
null
null
null
UTF-8
Java
false
false
5,782
java
package com.mfw.controller.bdata; import java.io.PrintWriter; import java.util.List; import javax.annotation.Resource; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.servlet.ModelAndView; import com.mfw.controller.base....
[ "cctecoo@qq.com" ]
cctecoo@qq.com
d7f189a9b1450e3daa9ae437326f3967624aa8ca
15bf601c5e6442c50f503f065103f938cec9d3bc
/src/main/java/com/binbin/tools/RandomApp.java
7fba103d621656d775b11c80d73b25188d069f58
[]
no_license
binbinLeader/binbin-tools
48908f9a403f153a36eb541526ec003528c972fc
76c29c62243bfad304307bbcee1427003e946169
refs/heads/master
2022-06-24T14:29:33.515996
2020-06-05T09:50:16
2020-06-05T09:50:16
233,491,775
0
0
null
2022-06-21T02:37:49
2020-01-13T02:05:48
Java
UTF-8
Java
false
false
367
java
package com.binbin.tools; import java.util.Random; public class RandomApp { public static void main(String[] args) { Random random = new Random(); for (int rowNum = 1; rowNum <= 10000; rowNum++) { int i = random.nextInt(100-50) + 50; if (i == 99) { System.o...
[ "542732170@qq.com" ]
542732170@qq.com
ac6cb7252558df8cbdfb92ddf1c8e54aa09b8b0e
9372d58ae7c6568153bb07df5d599dd026f6c9e6
/rest-test/src/main/java/com/rest/client/RestClientDemo.java
f9ddde3e7d57f2353f1bdd97c3f8d3047f3644ab
[]
no_license
GitGuruputra/testexample
24da00c2a3738a26f5f07d1caa226f6c9d9c146e
54af4c6c94954dc389d8e7392790458f9296bf76
refs/heads/master
2020-03-29T16:11:08.199950
2018-09-24T13:12:52
2018-09-24T13:12:52
150,102,122
0
0
null
null
null
null
UTF-8
Java
false
false
925
java
package com.rest.client; import org.apache.commons.httpclient.Header; import org.apache.commons.httpclient.HttpClient; import org.apache.commons.httpclient.methods.GetMethod; public class RestClientDemo { public static void main(String[] args){ try{ String url = "http://localhost:8080/rest/rservice...
[ "guruputrakm9@gmail.com" ]
guruputrakm9@gmail.com
57dc59ee4152f7fcec3061fe9ffda12f3d3630e5
16b97b0b1261096fd42a38c713454c25f90b31ad
/gameserver/data/scripts/quests/_292_BrigandsSweep.java
eef46fbaa322d6d13947e0c2e1720ccac9c010ea
[]
no_license
magistor/My_La2
98ed7840c69bd2cd4608496a6e648032269cc8ed
e469b7954f5779fa1ec6e8908a634b2b47474a66
refs/heads/master
2022-02-06T03:29:51.005616
2015-11-14T17:13:29
2015-11-14T17:13:29
46,180,407
0
1
null
2022-02-01T21:16:56
2015-11-14T15:43:05
HTML
UTF-8
Java
false
false
6,750
java
package quests; import l2p.commons.util.Rnd; import l2p.gameserver.model.base.Race; import l2p.gameserver.model.instances.NpcInstance; import l2p.gameserver.model.quest.Quest; import l2p.gameserver.model.quest.QuestState; import l2p.gameserver.scripts.ScriptFile; /** * Квест Brigands Sweep * * @author Sergey Ibrya...
[ "magistor81@gmail.com" ]
magistor81@gmail.com
3024c85802c421f5b3436ada68ecafc56f5eb05d
ee41de09d8283560daf03a0f4196c696f391f1cc
/src/main/java/com/course/Application.java
cbee5c2d05c7295175521de861421fe77b2ff951
[]
no_license
yuna4603/test
d4790c338c3c4a0b10111088a9ceb89f0c6fbf44
77daa08fc24153a2130598afbc6f057450396885
refs/heads/master
2020-03-27T04:37:11.627579
2018-08-24T08:39:12
2018-08-24T08:39:12
138,602,134
0
0
null
null
null
null
UTF-8
Java
false
false
387
java
package com.course; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.scheduling.annotation.EnableScheduling; @EnableScheduling @SpringBootApplication public class Application { public static void main(String[] args...
[ "fangtingting1@bacic5i5j.com" ]
fangtingting1@bacic5i5j.com
34034df56da962b3c4d2f6d23f293274c4ab4f5b
f28c07ead39fc8e7e4707d9c44110855a644cc1a
/FirstTestNGProject/src/firsttestngpackage/FirstTestNGFile.java
48e270fb02ba387c65ca47cb9c9013f0422df2b2
[]
no_license
Arunshenll/selenium
7532b4aef1e49716ed383a667c45a3050c7f4ab6
2fd61fc9fd4a638a27a6db98f2c1e5321ba5b3b8
refs/heads/master
2023-04-18T15:15:06.800438
2021-04-08T12:03:59
2021-04-08T12:03:59
355,879,121
0
0
null
null
null
null
UTF-8
Java
false
false
661
java
package firsttestngpackage; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; import org.testng.Assert; import org.testng.annotations.Test; import org.testng.asserts.*; public class FirstTestNGFile { public String baseUrl = "http://demo.guru99.com/test/newtours/"; @Test publ...
[ "Shenll@DESKTOP-VL1TC80" ]
Shenll@DESKTOP-VL1TC80
058335547e6bcaf9d8f40383d66f5f72c8937fe0
670501664f0e894e8b202ec11234433abfe1127d
/src/corejava/v2ch08/buttons3/ButtonFrame.java
09fbacd0224f7c6943a600fb5fb7467f1630c581
[]
no_license
Nasibulin/CoreJava
d8c4ba0d8fcfcea5a8f80713f75636e572842067
b33d32fb36bda1347a7f2d9c0094e5ec6c5895cf
refs/heads/master
2020-03-28T15:55:47.874373
2018-09-17T16:39:46
2018-09-17T16:39:46
148,639,722
0
0
null
null
null
null
UTF-8
Java
false
false
1,259
java
package corejava.v2ch08.buttons3; import java.awt.*; import javax.swing.*; import corejava.v2ch08.runtimeAnnotations.*; /** * A frame with a button panel. * @version 1.00 2004-08-17 * @author Cay Horstmann */ public class ButtonFrame extends JFrame { private static final int DEFAULT_WIDTH = 300; private sta...
[ "k.nasibulin@yandex.ru" ]
k.nasibulin@yandex.ru
02efb75f4f84f0add80d1887be615971a734c4f0
7c8ca0926b9ce875298b1a410c90544745d95488
/src/test/java/com/teamdev/security/DomainUserDetailsServiceIntTest.java
8a1fb73ae6c882299927945939d2953617ba07a6
[]
no_license
augustingims/jhipster-jasper
d0af9ab6437cdfabf21a33cb9a8eca82b312c671
8b3e22ab2b7a20f0322adc4d0c26bc7f5bb22695
refs/heads/master
2020-04-09T05:00:27.356311
2019-03-15T17:30:46
2019-03-15T17:30:46
160,046,888
1
0
null
null
null
null
UTF-8
Java
false
false
4,623
java
package com.teamdev.security; import com.teamdev.JasperTestApp; import com.teamdev.domain.User; import com.teamdev.repository.UserRepository; import org.apache.commons.lang3.RandomStringUtils; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.ann...
[ "augustingims@gmail.com" ]
augustingims@gmail.com
8c53aa3805eba441e99f0b6e333bdf261229ed01
43b6aa98e66e06711c018ea441abfbaf33bc7f38
/sources/com/google/android/gms/measurement/AppMeasurement.java
dd2fb34bfe8ca03c7db9dd5de67befffa796a902
[]
no_license
nagpalShaurya/tic-tac-toe
8d4c6c093f923d0d27419f8da2b8c50c4a3a78de
28cb820916a591ab5137df43343fee8fd0df9482
refs/heads/master
2020-07-06T23:51:50.683624
2019-08-21T09:41:55
2019-08-21T09:41:55
203,176,484
3
0
null
null
null
null
UTF-8
Java
false
false
14,722
java
package com.google.android.gms.measurement; import android.content.Context; import android.os.Bundle; import android.support.annotation.Keep; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.annotation.RequiresPermission; import android.support.annotation.Si...
[ "shauryanagpal1998@gmail.com" ]
shauryanagpal1998@gmail.com
81988039e43bd9131a9a9dd77d964050574155f2
85835c9e57cfcace81def5f4305259116a4057a0
/src/main/java/ws/payper/gateway/service/ValidatorService.java
c5a5966f978b274ffdaa54b97b7cffd431f240c6
[ "Apache-2.0" ]
permissive
payperws/payper-gateway
ba6166682c755c89844baa0d3227d192a329fe85
4197d9c66c8853d931d446eb1a7b4da2d78f6cb3
refs/heads/master
2021-06-10T11:45:28.146841
2019-05-22T08:37:11
2019-05-22T08:37:11
152,949,762
9
1
Apache-2.0
2021-03-31T21:16:30
2018-10-14T07:27:23
Java
UTF-8
Java
false
false
6,817
java
package ws.payper.gateway.service; import com.google.common.net.InetAddresses; import com.google.common.net.InternetDomainName; import org.apache.commons.lang.StringUtils; import org.springframework.stereotype.Component; import ws.payper.gateway.config.PaymentOptionType; import ws.payper.gateway.model.CryptoCurrency; ...
[ "alexandru.males@gmail.com" ]
alexandru.males@gmail.com
62285607565959f36450fb3b926f962ec8d1a383
311e3eae631c6e8024b0ce40cd410d3a8673c31c
/web/src/main/java/org/jsets/fastboot/Application.java
5e2249a4a9cec3a1a9ad5b4e284b5cdbc99aadb1
[ "Apache-2.0" ]
permissive
wj596/fastboot
045178a91ff9b887e3fec9d2519e3d0b7ffa838a
db2c2e828a7096953e114627521b7e82c28d9d33
refs/heads/main
2023-07-03T01:10:42.208925
2021-08-08T11:16:17
2021-08-08T11:16:17
389,641,195
2
0
null
null
null
null
UTF-8
Java
false
false
1,211
java
package org.jsets.fastboot; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.builder.SpringApplicationBuilder; import org.springframework.cache.annotation.EnableCaching; import org.springframework.context.Confi...
[ "wangjie" ]
wangjie
a7e909752fb556b8af41ff133be2fb1efbd90ceb
bc2c9644f8c6198188cc32df62063cfc59d8b8f2
/app/src/main/java/com/example/go4lunch/Notifications/NotificationsAlarmReceiver.java
b654e6e879171321449b3336527ff3e2fd2dee0b
[]
no_license
julien-eko/Go4Lunch
ab66e141fa2ebc3098c63ed28bbfa9ca81c7c720
54c8945205152d1449449e9282cc69a3e5f3ed16
refs/heads/master
2020-05-16T11:41:19.444419
2019-06-23T19:00:50
2019-06-23T19:00:50
183,018,555
0
0
null
null
null
null
UTF-8
Java
false
false
6,734
java
package com.example.go4lunch.Notifications; import android.app.NotificationChannel; import android.app.NotificationManager; import android.app.PendingIntent; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.media.RingtoneManager; import android.os....
[ "julien.darcos@gmail.com" ]
julien.darcos@gmail.com
8ea3ec9db537d5077c84b1bdeee9e5d791313808
0a76b0df678797e951c50d48e7a9c81a7fef0af3
/src/sistemacontable/EntradaInventarioController.java
759225bcee493e45f3cf9827b99c615f038a005f
[]
no_license
mvip94/SIC
ebe27cbc103e9d91173453cf722bcdc8ae9babb2
dd216d05da42304df8ac9f5de7302ef8933f8c24
refs/heads/master
2021-01-10T06:54:02.652067
2015-10-31T20:42:38
2015-10-31T20:42:38
44,398,310
1
2
null
2015-10-25T04:53:09
2015-10-16T16:46:23
JavaScript
UTF-8
Java
false
false
583
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 sistemacontable; import java.net.URL; import java.util.ResourceBundle; import javafx.fxml.Initializable; /** * FXML Controll...
[ "mario@Mario-Probook" ]
mario@Mario-Probook
483846691e775163ffce84c8b1c15f9e7d046fa9
7547d968fe3d5be7c046d41db756f472fa3851f4
/app/src/main/java/com/dstyo/prelo/model/login/Rent.java
3ff659a13c94d6733f0c629da9320d6c06ffc5f5
[]
no_license
dstyo/prelo-android-challenge
9e86a2e977df46eba60dbf406209143e5d4f4eb8
be4509107192ce5a731de13a6b415611202a26c9
refs/heads/master
2021-08-24T05:20:42.852355
2017-12-08T06:32:07
2017-12-08T06:32:07
113,331,631
0
0
null
2017-12-08T06:32:08
2017-12-06T15:15:32
Java
UTF-8
Java
false
false
1,187
java
package com.dstyo.prelo.model.login; import android.os.Parcel; import android.os.Parcelable; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; import java.util.List; /** * @author Dwi Setiyono <dwi.setiyono@ovo.id> * @since 2017.07.12 */ public class Rent implements Pa...
[ "dstyo91@gmail.com" ]
dstyo91@gmail.com
19542957e31cd1b66a8bab5c6a81d47a68dbcbbc
f060f7a7976678cc8b9a1264e6f78e601ecad852
/day009-ObjectArray-ArrayList/src/com/itheima/studentmanager/Student.java
0990aaf11405ad887c608800f0128ae685dee5b9
[]
no_license
flowstone/Base-Java
1a734ea23ae22b4ffd7b05d37c0e020592164535
80e8700e696dede08456f4eb7e3c8203dd5dae69
refs/heads/master
2020-12-03T04:02:53.070350
2017-12-22T12:02:50
2017-12-22T12:02:50
95,805,211
1
0
null
null
null
null
UTF-8
Java
false
false
1,002
java
package com.itheima.studentmanager; /** * @author Yao Xue * @date Jul 7, 2017 4:01:35 PM */ public class Student { private String id; private String name; private String age; private String address; public Student() { // TODO Auto-generated constructor stub } public Student(String...
[ "yaoxue2014@hotmail.com" ]
yaoxue2014@hotmail.com
468e35c11feb6e06b31e04cf3504faee87a1ed9e
ac47f96230648ff67ae384c38b5c1b80684c0822
/src/ch03/Exam02.java
ae02f756dd3a34f6fe656080d4a6224ea3d87999
[]
no_license
psm7047/Java
397aed4e05036e1ea6acfb49e8d50e40e6dfac77
c8af6e09533ae1ffa594d9312cbc0af66b52b5a6
refs/heads/master
2023-03-11T10:08:55.760299
2021-03-03T14:57:48
2021-03-03T14:57:48
339,272,737
0
0
null
null
null
null
UHC
Java
false
false
601
java
package ch03; public class Exam02 { public static void main(String[] args) { //연산의 결과가 boolean타입으로 나오는 연산기호 int var1 = 2; int var2 = 3; boolean var3 = var1 == var2; //false boolean var4 = var1 != var2; //true boolean var5 = var1 > var2; //false boolean var6 = var1 >= var2; //false ...
[ "psm7047@naver.com" ]
psm7047@naver.com
0078ad08088f9e47d92b9f356f81c8e09af86ba9
0b2e26d38925f7cab71dd7791d6791246b9bc0e4
/app/src/main/java/com/openclassrooms/entrevoisins/service/DummyNeighbourApiService.java
54fdde96d86141430cbc3933c1cdf8e071839120
[]
no_license
amine91480/OC_EntreVoisins
3cfe1cb291d051b322505e1b527affe83d15629d
7492d9f451ecef508ec7d89f84bf08b15fe0f1ff
refs/heads/master
2023-03-14T07:00:16.318158
2021-03-05T18:09:33
2021-03-05T18:09:33
313,090,013
0
0
null
null
null
null
UTF-8
Java
false
false
1,668
java
package com.openclassrooms.entrevoisins.service; import android.util.Log; import com.openclassrooms.entrevoisins.model.Neighbour; import java.util.ArrayList; import java.util.List; /** * Dummy mock for the Api */ public class DummyNeighbourApiService implements NeighbourApiService { private List<Neighbour> n...
[ "amine91480@hotmail.fr" ]
amine91480@hotmail.fr
9ef2ddc1eb43a4a33531b5045c143e374085762a
df54a4a49a7aca6b938e58e179021f9a8b37f69d
/springbootdemo/aop/src/main/java/com/xy/springbootdemo/aop/bean/DemoAnnotationService.java
2d523966895afe17b1532e968008275850b92898
[]
no_license
summercloudxy/study
63a5f942290f95593503631464328ca6d0f6a439
2ba5a3f6440a6a0b42fe403fb3e677fb7eb67e3d
refs/heads/master
2021-01-25T13:23:28.374720
2018-07-02T09:29:56
2018-07-02T09:29:56
123,561,232
0
0
null
null
null
null
UTF-8
Java
false
false
199
java
package com.xy.springbootdemo.aop.bean; import org.springframework.stereotype.Service; @Service public class DemoAnnotationService { @Action(name = "注解式拦截") public void add(){} }
[ "469654418@qq.com" ]
469654418@qq.com
93f429c2221c6e298093227510cddc3c5b616402
b91be9e6b91e179927aec448221635c4023d856f
/app/src/main/java/companion/virtual/com/virtualcompanion/SetUpProfileActivity.java
bcdef42058fba569ea809cd7b3a33e4b7d057c58
[]
no_license
franchiiin20/virtual-companion-android
126a1bf744cc07ab35042576f811b14ee4aa089e
3e05ab4d0012abe6c50f62db9e1f71640ca98b62
refs/heads/master
2020-03-30T13:24:35.462894
2018-10-02T14:44:54
2018-10-02T14:44:54
151,271,580
0
0
null
null
null
null
UTF-8
Java
false
false
10,646
java
package companion.virtual.com.virtualcompanion; import android.annotation.SuppressLint; import android.content.Intent; import android.graphics.Bitmap; import android.net.Uri; import android.os.Bundle; import android.provider.MediaStore; import android.support.annotation.NonNull; import android.support.v4.app.FragmentA...
[ "franchiiin20.github.com" ]
franchiiin20.github.com
b7fa911b858ef1566b2831b47533acaf32e13486
3b81d09220d668964c4d3a187cbf0c84568e27a1
/src/editor_main/MenuBar.java
6c7fbeb30bf1a10f616051baf09d257d2afefa6e
[]
no_license
Gabe105502521/UML_editor
9b6eff73f664959e3e416f6224a8aa6a4203f3de
591e874766ed51ae404120c1fddc43c775915dd4
refs/heads/master
2021-05-24T18:40:23.917800
2020-10-09T14:12:23
2020-10-09T14:12:23
253,702,618
0
0
null
null
null
null
UTF-8
Java
false
false
2,008
java
package editor_main; import javax.swing.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; public class MenuBar extends JMenuBar { private static MenuBar menuBar = null; private JMenu fileMenu, editMenu; private JMenuItem groupItem, unGroupItem, nameItem; public MenuBar() { ...
[ "spi93017@gmail.com" ]
spi93017@gmail.com
2973542e743df7e1774603d613f3ffb6c6b5f259
2fa92596f6449a9e8597dc22db03da4fb0559138
/HT2Estructuras/HT2Estructuras/src/ht2estructuras/Lista.java
38e1017eeabc3b0ccc6842e619472433a9c44e59
[]
no_license
sergiomarchena16/HT4
c43da1c7a50d0a937e0edbfb749c7027904e809d
a9d1a03a80a2eaa74e0d1176a1f901278fdfa835
refs/heads/master
2021-04-30T12:31:17.330247
2018-02-18T00:59:29
2018-02-18T00:59:29
121,277,083
0
0
null
null
null
null
UTF-8
Java
false
false
935
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 ht2estructuras; /** * * @author Mafer */ public interface Lista<E> extends Stack<E> { public int size(); // post: re...
[ "31084398+diazMafer@users.noreply.github.com" ]
31084398+diazMafer@users.noreply.github.com
1b35235bbce6be3890368d885c28f51c0b1a32a7
485d691ce6e20dafd990687d02b4ea5b027cc740
/demo/gRPC/interop-testing/src/generated/main/grpc/io/grpc/testing/integration/MetricsServiceGrpc.java
b2af88273a382afea7da6e5fac6295454db8b07f
[ "BSD-3-Clause", "Apache-2.0" ]
permissive
galaxy0101/miniCassandra
29acd039d5e81186676506addb7a559aa73548fd
a996a3bc1f21a9bf0a6589d4ba96dfea99a5ff4f
refs/heads/master
2021-06-14T06:06:44.959881
2017-01-18T16:18:43
2017-01-18T16:18:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
11,657
java
package io.grpc.testing.integration; import static io.grpc.stub.ClientCalls.asyncUnaryCall; import static io.grpc.stub.ClientCalls.asyncServerStreamingCall; import static io.grpc.stub.ClientCalls.asyncClientStreamingCall; import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall; import static io.grpc.stub.ClientC...
[ "ustczmk@gmail.com" ]
ustczmk@gmail.com
3235dcb4def6c0ed093a265b9f3fc5622ad649d5
109294eb95d01659f643b86255c0bd6ed5d31e51
/deferred/src/test/java/com/tuenti/deferred/ProgressPipeCallbackTest.java
837083c74a5c71e88f487e20b62b20743b5353cf
[ "Apache-2.0" ]
permissive
r598476602/android-deferred
3ec86f32b582b73d3124e48b93be3312287a110b
c830a9702248d9d3367638cbd730b06f6ea83143
refs/heads/master
2021-04-26T21:47:59.530029
2017-01-31T17:03:29
2017-01-31T17:03:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,529
java
/* * Copyright (c) Tuenti Technologies S.L. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
[ "gmerino@tuenti.com" ]
gmerino@tuenti.com
8b343b02d7df2ebbc7da5fa721d411821361d9f2
254adde206e72bb7f19ce5f1b3377c48519ea296
/Google/DetectCapital.java
c9f4aca424a7d3baea272a8fdafbaac45d8ac4cf
[]
no_license
rukaiya2000/Competitive_Ques
35bc2438fc4a9adf392dbbf4f92d1be8d751dccd
3dc389f71350df9ff27e199bbabe9dc67af29253
refs/heads/master
2023-03-19T10:30:23.180945
2021-03-10T11:55:44
2021-03-10T11:55:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
689
java
class Solution { public boolean detectCapitalUse(String word) { if(word == null || word.length() <=1) return true; boolean prev_cap = true; for(int i = 0; i<word.length();i++) { char ch = word.charAt(i); System.out.println(ch+" "+prev_cap); ...
[ "noreply@github.com" ]
rukaiya2000.noreply@github.com
1ae2eb6157c90de0ad891ba63b03d904de6d7b6c
b3e41e2c6bb509562a4ca5318e600d1cbfa01a71
/src/com/work/util/Const.java
1b7cc570d18efc22f6ebb76cfa440d32d54b3504
[]
no_license
lishaojunGitHub/es-Final
1c8d60a430eb98d6718165963b84a7b351597cea
415591284d5d26bf13ab457d28fd498af2c38ae6
refs/heads/master
2021-08-24T14:04:56.976768
2017-12-10T04:00:25
2017-12-10T04:00:25
113,721,591
0
0
null
null
null
null
UTF-8
Java
false
false
664
java
package com.work.util; import java.util.UUID; public class Const { public final static String SESSIONCUSTOMER = "sessioncustomer"; //评估系统查询的公司名称 public final static String SESSIONUSER = "sessionusername"; public final static String SESSIONEMPLOYEE = "employee"; //登录用户bean public final static String ...
[ "lishaojun_mail@163.com" ]
lishaojun_mail@163.com
bca97f6e504a157c14271326c090b05e1806b37c
259e381f21c1ceb9fc812083bbd3c76c69682ba0
/monitoring-dashboard/components/org.wso2.ei.dashboard.core/src/main/java/org/wso2/ei/dashboard/core/rest/model/SequenceListInner.java
a970e13e68cbfdd1e30e682cae8f467f275f4230
[ "Apache-2.0" ]
permissive
sybernix/product-mi-tooling
c8fe31f9379025ca94bc249dba10a13d3838054f
2f071a65356f8384e1ef8696b1dcc18dda019e5c
refs/heads/master
2023-06-24T15:05:13.767983
2021-01-24T05:55:26
2021-01-24T05:55:26
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,839
java
/* * Copyright (c) 2020, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 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 * * http://www.apache.org/li...
[ "dulanjalidilmi@gmail.com" ]
dulanjalidilmi@gmail.com
3b6e0a4a488c9ae997aa76bb1cd1e6d1704d7d62
7570e250953a48bc8455ee96cf580b4596e0ef13
/hazelcast/src/main/java/com/hazelcast/collection/operations/client/CountRequest.java
be8c971ef61308ed491e974ee781560e34b99e42
[ "Apache-2.0" ]
permissive
cgchamath/hazelcast-3.0.1
adc3cb1ebbc4330de91efdb2e0083266da7df67d
d3280e3e2f7b7aa481f5e5bb4e3f139433f4d33b
refs/heads/master
2021-01-01T06:50:28.230445
2014-07-11T09:51:55
2014-07-11T09:51:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,414
java
/* * Copyright (c) 2008-2013, Hazelcast, Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
[ "chamathg@gmail.com" ]
chamathg@gmail.com
513295ffb3bc06198b3372bc42cad7440d63cdc0
efa960e65243555d8840545a8099bbd297fb3fa9
/src/test/java/en/entitties/RegistrationTest.java
095f344f63a4f13fbcee703104a62b4d70d490eb
[]
no_license
ortolanph/JavaBasicConcepts
3a104a668a996fb562619252865085e2fc019f89
e921406bca232266363530e9b55fe539349abf1a
refs/heads/master
2020-03-06T20:19:56.162355
2018-05-22T15:18:28
2018-05-22T15:18:28
127,050,533
4
0
null
null
null
null
UTF-8
Java
false
false
1,798
java
package en.entitties; import org.junit.Test; import java.time.LocalDate; import java.time.Month; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; public class RegistrationTest { @Test public void signumTest() throws Exception { Registration registrationX = Reg...
[ "paulo.ortolan@serpro.gov.br" ]
paulo.ortolan@serpro.gov.br
dc13b3c6be17c7fbd62e75e40506c0c1b523aa40
9587494eebe935202a9cd99bb6ecfaaf1d882b13
/src-interface/net/minecraft/server/NBTTagByteArray.java
9263995ac89b4441632f25bed1b50631ca017c81
[ "BSD-3-Clause" ]
permissive
N3X15/MiddleCraft
92d91b29d784e890302f1559f703a8e42d6be516
208135d5b8c082c7280d208c1bface329617adb6
refs/heads/master
2021-01-13T01:08:39.139458
2011-01-21T10:38:09
2011-01-21T10:38:09
1,195,198
1
1
null
null
null
null
UTF-8
Java
false
false
410
java
// AUTOMATICALLY GENERATED BY MIDDLECRAFT /* Allows plugins to access server functions without needing to link the actual server Jar. */ package net.minecraft.server; public abstract class NBTTagByteArray extends NBTBase { // FIELDS public byte[] byteArray; // METHODS /** * */ public abstract byte MIDDLE...
[ "nexisentertainment@gmail.com" ]
nexisentertainment@gmail.com
2b976c7027a9426c7e62bdfb995728167c45e892
bc1f9a27c4535be9a0dc170e006c8a7b58160a6e
/security-custom-form-login/src/main/java/com/vincent/security/example/SecurityCustomFormLoginApplication.java
ddbd26b14f281f5fc8e92aee4c19508f8ed632c2
[]
no_license
JiangYongKang/spring-boot-security-example
e3c1ae418a44af2073e4c42048cd24ff37230a99
8d6809a7800cbca784f8671756fe0de18b0ba609
refs/heads/master
2020-03-20T01:15:10.556431
2019-01-16T05:20:40
2019-01-16T05:20:40
137,070,668
2
0
null
null
null
null
UTF-8
Java
false
false
988
java
package com.vincent.security.example; import com.vincent.security.example.model.MemberEntity; import com.vincent.security.example.repository.MemberRepository; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.security.cryp...
[ "vincent4502237@gmail.com" ]
vincent4502237@gmail.com
5c62467c221b559f4ca3a050a022250b5dc5761c
3bd3d96b4457374aaabfcc3851a38b0243bc8cda
/zaoczne/semestr6/src/zaj6/FXFormExample.java
b37bdfe8cd6734c963c471bde16ee76a05708f2a
[]
no_license
kpodlaski/Java2019
5326e4824e46bbb27cffa0259fdd7c47bb519d97
a78d36c32d29ef291bae8635461a0281099be8c0
refs/heads/master
2021-06-29T03:10:34.597587
2019-06-01T10:35:21
2019-06-01T10:35:21
170,996,046
0
2
null
2020-10-13T13:21:57
2019-02-16T11:27:20
Java
UTF-8
Java
false
false
2,303
java
package zaj6; import javafx.application.Application; import javafx.event.ActionEvent; import javafx.event.EventHandler; import javafx.geometry.Insets; import javafx.geometry.Pos; import javafx.scene.Scene; import javafx.scene.control.Button; import javafx.scene.control.Label; import javafx.scene.control.PasswordField;...
[ "podlaski@uni.lodz.pl" ]
podlaski@uni.lodz.pl
20d75b5727dca33335bd1bcc7bca5a94ac5dd669
fea3428073a340bd416fbf1d369f08d74f1e81d4
/carteautresor/src/main/java/model/Case.java
628f75eb9d37ecb6eeef5d3737d35526181ca15c
[]
no_license
YunBoz69/Carteautresor
80af35fe64dcb3f2037adee40717f9a173379317
088347e492a3d5bfc95f2b0c43485256194a5e34
refs/heads/master
2022-12-28T19:07:04.521192
2020-10-14T21:58:28
2020-10-14T21:58:28
304,144,065
0
0
null
null
null
null
UTF-8
Java
false
false
218
java
package model; public abstract class Case { private final Position position; public Case(Position position){ this.position = position; } public Position getPosition(){ return position; } }
[ "bozkur_y@etna-alternance.net" ]
bozkur_y@etna-alternance.net
f6216b32edb0342580e1398b691b23934cdd0674
a2f044892ba966c8062cdd137054f8b0c13d7f41
/app/src/androidTest/java/wakeb/tech/drb/ExampleInstrumentedTest.java
50ba5849b57bc2d4169bfcbff33916f64383d25f
[]
no_license
ahmedtaher3/DRB_Version2
a121d4fe55e6cdb5433a86bd05a3d4e56d6e96e9
e0e66304c2aa86efe27bc20c32b1e8a53341c65d
refs/heads/master
2020-09-18T06:03:55.491860
2019-12-04T15:30:10
2019-12-04T15:30:10
224,131,931
0
0
null
null
null
null
UTF-8
Java
false
false
699
java
package wakeb.tech.drb; import android.content.Context; import androidx.test.InstrumentationRegistry; import androidx.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 device. * * @see <a...
[ "ahmedtaher376@gmail.com" ]
ahmedtaher376@gmail.com
58f912564dd978eb75d4fd49d6ff6d3f1317c491
e2b37dcf068868b9282521af5fdfb416d4e9d6c6
/src/Horse.java
9090233c2ebab9f5da754b4d1beff3e9b632e8ca
[]
no_license
GuillermoDeLeon/codeup-java-exercises
5c9bbbfde0df07a20e8dfa651c69727e0eec4930
7d9787d515defc37ef37e3c265574dc9d0c3df03
refs/heads/master
2021-04-05T10:04:00.890132
2020-04-27T03:02:01
2020-04-27T03:02:01
248,544,146
0
0
null
null
null
null
UTF-8
Java
false
false
1,212
java
package LiveDemo; import java.util.Scanner; public class Horse { public boolean flowingMain; public boolean shoes; public String color; public String breed; private boolean lungExpanded; public static long numberOfHorses; private static Scanner scanner; public static void setScanner(S...
[ "guillermo.x.deleon@gmail.com" ]
guillermo.x.deleon@gmail.com
e0f65c0d8904621bb9ebb39fc911fe8325ed537a
eab88dd4865eb25b0c440504df1811575796b4fe
/src/kr/or/ddit/member/dao/IMemberDaoImpl.java
6cfcc211661df0a6bae8b955f625a7c24533306c
[]
no_license
KimJeongMin111/JeongMinKim
f7b5e00e61e2a027e9d92b9d186da9c2246f6e1b
688cd5e5c701bd9c845ced06f725dadf47dfa027
refs/heads/master
2020-09-02T02:04:12.421735
2019-11-02T05:45:30
2019-11-02T05:45:57
219,109,199
0
0
null
null
null
null
UTF-8
Java
false
false
1,425
java
package kr.or.ddit.member.dao; import java.sql.SQLException; import java.util.List; import java.util.Map; import com.ibatis.sqlmap.client.SqlMapClient; import kr.or.ddit.ibatis.factory.SqlMapClientFactory; import kr.or.ddit.vo.MemberVO; public class IMemberDaoImpl implements IMemberDao { private sta...
[ "gyung_123@hanmail.net" ]
gyung_123@hanmail.net
af28ac0530647234c496a868c0846167d9c2f273
f1d821b934fcf248e9afc066f79b6afd6d1c5c28
/potbs4j/src/main/java/com/ashlux/potbs/potbs4j/services/PotbsService.java
cf9a3a2bd5e7abc4d8b6b77fa28a455e80dad366
[]
no_license
ashlux/potbs4j
982e9036883eb4f7e6f4d1c30b315ea99069845a
b06e55c8a6bde455c2250368dd0b59f0424de413
refs/heads/master
2022-07-26T12:18:05.295387
2009-05-31T06:34:11
2009-05-31T06:34:11
172,512
1
0
null
2022-07-01T22:17:44
2009-04-10T04:46:03
Java
UTF-8
Java
false
false
270
java
package com.ashlux.potbs.potbs4j.services; public interface PotbsService { /** * Minimum number of minutes this service is cached for and should not be recalled. * * @return update frequency in minutes */ long getMinimumUpdateFrequency(); }
[ "ashlux@gmail.com" ]
ashlux@gmail.com
2f9bb20ecce1e9e959d72cbaf860deb90bba6540
3b02018fb5a30b79c5997393f1dd15d66efe8240
/CS_3330 Object Oriented Programming (Java)/CMP_SC_3330/HickmanjvMaintenanceTracker/src/hickmanjvmaintenancetracker/HickmanjvMaintenanceTracker.java
2b6336429e06c9ce2dde6559d77da3eb632e63a0
[ "MIT" ]
permissive
hickmanjv/hickmanjv
7152d431dae55a63ae5f424110e5ead299f09bb8
390e22317b9ace552855897af19963ffb416b1b7
refs/heads/master
2022-12-08T21:35:40.501404
2020-07-06T19:05:30
2020-07-06T19:05:30
235,876,979
0
0
MIT
2022-12-06T03:48:41
2020-01-23T20:09:31
JavaScript
UTF-8
Java
false
false
1,291
java
/* * Student: @author Josh Hickman - hickmanjv * Student ID: 10236503 * Assignment: - HickmanjvMaintenanceTracker * Program that will keep track of maintenance requests entered into a table */ package hickmanjvmaintenancetracker; import javafx.application.Application; import static javafx.application.Applica...
[ "hickmanjv@health.missouri.edu" ]
hickmanjv@health.missouri.edu
3b62aca780e0c6f396ca8ca8a3ec5ab7a74c988a
c76efba0f8f9c7e36a08011f72c5399c464a0122
/src/test/java/hello/CustomerProfileControllerIT.java
6d9eeccb3d56a8de5d2a8557dde9c1c34694ef10
[]
no_license
satyajit2010/Retail_Marketing_Rest
313736afa4c2036afa8a4c73588eb3e503117c86
084dac53d65a9d2d3439375f3dced904dd6bf70f
refs/heads/master
2021-01-18T09:54:50.715451
2015-08-13T23:24:44
2015-08-13T23:24:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,454
java
package hello; import static org.hamcrest.Matchers.equalTo; import static org.junit.Assert.assertThat; import java.net.URL; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Value; import org.springframework.boot.test.IntegrationTest;...
[ "sureshkumar_garlapati@yahoo.com" ]
sureshkumar_garlapati@yahoo.com
d73b9e20df3d42befc8c3bdc9b272b649dfb42eb
9ca3ec164b734e6fdba2cb1405f58b4453148860
/SE3340.005-TeamProject-master/src/mars/venus/HelpAboutAction.java
2c335a67a6954f0424cf38a80ec9f2694e1a32e1
[ "MIT" ]
permissive
SaranSundar/MARS-Graphics-Extension
d9dc8887489e264b6d497e4ff7b033573dd4faf1
7c4aea942226825819e44f5cdcc685ace0eacf6f
refs/heads/master
2020-03-18T22:25:00.783712
2018-05-29T19:37:41
2018-05-29T19:37:41
135,344,198
0
0
null
null
null
null
UTF-8
Java
false
false
2,869
java
package mars.venus; import mars.Globals; import javax.swing.*; import java.awt.event.ActionEvent; /* Copyright (c) 2003-2006, Pete Sanderson and Kenneth Vollmar Developed by Pete Sanderson (psanderson@otterbein.edu) and Kenneth Vollmar (kenvollmar@missouristate.edu) Permission is hereby granted, fr...
[ "saransszg@gmail.com" ]
saransszg@gmail.com
86ca0976c95301f1fa51fd7fb0cd86ca4cebdba1
97e3b3bdbd73abe9ba01b5abe211d8b694301f34
/源码分析/spring/spring-framework-5.1.5.RELEASE/spring-test/src/main/java/org/springframework/test/context/junit/jupiter/DisabledIfCondition.java
e6820235493918dcd8bd9bbacb7a7c2cc741fdc6
[ "Apache-2.0", "MIT" ]
permissive
yuaotian/java-technology-stack
dfbbef72aeeca0aeab91bc309fcce1fb93fdabf0
f060fea0f2968c2a527e8dd12b1ccf1d684c5d83
refs/heads/master
2020-08-26T12:37:30.573398
2019-05-27T14:10:07
2019-05-27T14:10:07
217,011,246
1
0
MIT
2019-10-23T08:49:43
2019-10-23T08:49:42
null
UTF-8
Java
false
false
1,902
java
/* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
[ "626984947@qq.com" ]
626984947@qq.com
19258a27460e81720aa6e416f783c3c8d04e36ae
02272a76d380d2340db5f614a52ee800d6a0fcbd
/crm-application/src/com/src/java/crm/web/LoginController.java
b3da849a99491d9ebf8462e30f06514d2a00a6d0
[]
no_license
ibneyali/crm-application
042cd0dfe4e871dd79cf29885960ccb19c967a9e
c09ae0d868892d6954d1d81f343eefbb92d4e02e
refs/heads/master
2020-12-01T10:01:17.538244
2020-10-22T17:26:37
2020-10-22T17:26:37
230,605,473
0
0
null
null
null
null
UTF-8
Java
false
false
1,488
java
package com.src.java.crm.web; 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; impor...
[ "ali@liberintechnologies.com" ]
ali@liberintechnologies.com
0b80657cfd36e53af523f4dd9ebae4664f8c62e7
c8e7aa530014216a3ac48d85f52c43cf88c849f9
/app/src/main/java/com/duanlei/simplenet/config/HttpUrlConnConfig.java
b90d91b65fe72e35f995dd48d81e762b72488c09
[]
no_license
nspduanlei/SimpleNetFramework
d002faba77215e3ae585d693b4b059fbc4b2a71e
c5139e2fa1a99e726d4cd387710f8d8eb9ec2680
refs/heads/master
2021-01-10T05:49:09.312098
2015-12-03T11:02:49
2015-12-03T11:02:49
47,326,279
0
1
null
null
null
null
UTF-8
Java
false
false
1,348
java
package com.duanlei.simplenet.config; import javax.net.ssl.HostnameVerifier; import javax.net.ssl.SSLSocketFactory; /** * Author: duanlei * Date: 2015-12-03 * * 这是针对于使用HttpUrlStack执行请求时为https请求设置的SSLSocketFactory和HostnameVerifier的配置类,参考 * http://blog.csdn.net/xyz_lmn/article/details/8027334,http://www.cnblogs.c...
[ "455483293@qq.com" ]
455483293@qq.com
0a55517f3029d5708ee4c5969b32f774b0ce5e66
ec4b79258467c706f5de165e1e2ba4af7683ab6e
/src/Demo1.java
54551c47ac945e59abbc188f3ddc1dc990af1dc0
[]
no_license
zd9453/javaMaybe
b78dca5d298b94ac0cf00811debdc64085ce2a2e
d70d9893e1d9d50d12baf97ca3dc9da50be04823
refs/heads/master
2023-08-01T13:28:37.059088
2021-09-18T09:16:22
2021-09-18T09:16:22
274,286,643
0
0
null
null
null
null
UTF-8
Java
false
false
787
java
import inteface.BaseInterface; import inteface.Inter; import inteface.Interface1; /** * ProjectName: javaMaybe * Package: PACKAGE_NAME * className: Demo1 * describe: * create by "zhangDong" * createDate: 2019/9/29 0029 * createTime: 13:45 */ public class Demo1 implements BaseInterface { @Override publi...
[ "zhangdong0921@139.com" ]
zhangdong0921@139.com
f22e9ef323a9a0633326c8866ec36c806c9a1f2c
7ad342704ff953f76f95c8118f3a29dec4df9aa8
/src/main/java/com/practice/todo/repositories/UserRepository.java
efd17a333108a755718c95424005e20e1457a6c7
[]
no_license
DivyaB28/todoservice
c654a97d59a383b07d5bf60c8bb88522451ce64b
3fb56ca0aa0df2b8e0775dd0e817ef0886405f01
refs/heads/master
2023-06-04T11:49:01.434929
2021-06-22T14:58:52
2021-06-22T14:58:52
379,305,560
0
0
null
null
null
null
UTF-8
Java
false
false
212
java
package com.practice.todo.repositories; import com.practice.todo.models.User; import org.springframework.data.jpa.repository.JpaRepository; public interface UserRepository extends JpaRepository<User, Long> { }
[ "divyab@Divyas-MacBook-Pro.local" ]
divyab@Divyas-MacBook-Pro.local
7f1181af5efcbf9d7031ea4bf6f156236a1d6487
34ee1771c6809c621041e1249bae92041c2eb431
/app/src/main/java/de/appmotion/popularmovies/data/source/remote/NetworkLoader.java
ca66484a6d33cf904d78b3e6c1d48e04f2c94939
[]
no_license
appmotion/PopularMovies
99df026688e72237bfa08d9b6d6ac855a4d4c997
1266d2cbf75bdb3d722506b639a7fb1003af3c8f
refs/heads/master
2020-04-05T10:14:07.088783
2018-04-03T12:37:20
2018-04-03T12:37:20
81,563,751
0
0
null
null
null
null
UTF-8
Java
false
false
3,252
java
package de.appmotion.popularmovies.data.source.remote; import android.content.Context; import android.support.annotation.StringDef; import android.support.v4.content.AsyncTaskLoader; import android.text.TextUtils; import de.appmotion.popularmovies.App; import de.appmotion.popularmovies.BuildConfig; import java.io.IOEx...
[ "thimo@appmotion.de" ]
thimo@appmotion.de
c018c5f635fd92ba75bfa4c264a7e4c904197f13
dbad68c04f9ba2856f918e8cd0f24ea97249636f
/bank-entity-boot/src/main/java/co/edu/usbcali/bank/service/OperacionBancaria.java
f8558a52c1cfc894e0afd61e828920879eb110eb
[]
no_license
carmel01/Curso_java
c393a69e9ad89b85afc64880ba887c9918d16b1b
e45c80da27993bda3aa5b143c312d46807aaee5b
refs/heads/master
2023-01-22T20:14:14.799646
2019-10-22T01:55:17
2019-10-22T01:55:17
212,219,890
0
0
null
2023-01-07T10:48:59
2019-10-01T23:42:26
TSQL
UTF-8
Java
false
false
412
java
package co.edu.usbcali.bank.service; import java.math.BigDecimal; public interface OperacionBancaria { public Long retirar(String cuenId,BigDecimal valor,String usuUsuario)throws Exception; public Long consignar(String cuenId,BigDecimal valor,String usuUsuario)throws Exception; public Long transferir(String...
[ "salas@M520.usbcali.edu.co" ]
salas@M520.usbcali.edu.co
06381d728922718c12a2af2b3a7bde009295421b
12a33161c7bd34ba1823f5ad442297b2694027b3
/src/interviewqustions/PrintUserNumber.java
91db6df355504bfa8c790604c68313301f124af9
[]
no_license
smhrash/SarkerJava
161dcca4216724bb431519bdd1663acedc80c187
aa002cd74e3daacfee4de826fc702dcbdff494e7
refs/heads/master
2023-01-21T04:51:40.161510
2020-11-30T18:09:37
2020-11-30T18:09:37
278,990,673
0
0
null
null
null
null
UTF-8
Java
false
false
315
java
package interviewqustions; import java.util.Scanner; public class PrintUserNumber { public static void main(String[] args) { Scanner sc = new Scanner(System.in); System.out.println("Please enter a number"); int num=sc.nextInt(); System.out.println("You entered "+num); } }
[ "smhrash@gmail.com" ]
smhrash@gmail.com
25cf039bad4651e39a24618a60d1e5845b9d1d0e
c1658c7e80a8be3b86c3c57a561a49f9f2078c04
/library-database/library-query/src/main/java/com/graduation/library/service/impl/UserServiceImpl.java
55729dd862b730969982d5a00d1981fd4030b0ae
[]
no_license
luo2646212315/library
ac9e08102544b1c1b2c15751449d0cf814b2a138
476c81db50b417a9056500487ad18aaf4d5ddd81
refs/heads/master
2022-07-20T16:11:48.147860
2019-12-25T09:24:44
2019-12-25T09:24:44
229,235,110
1
0
null
2022-06-17T02:45:48
2019-12-20T09:38:59
Java
UTF-8
Java
false
false
625
java
package com.graduation.library.service.impl; import com.graduation.library.domain.entity.TestUser; import com.graduation.library.mapper.TestUserMapper; import com.graduation.library.service.UserService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; /** ...
[ "2646212315@qq.com" ]
2646212315@qq.com
ec425b7c83c4e46494047aec13ebd3017ccfd2f1
aade51aabb74d41f40b40f773bb0a57f85901ef5
/src/main/java/org/sfsu/post/manager/ProductCatalog.java
20fb6b6db7fef5c561f72f57b4a7bc3c89bff00b
[]
no_license
ivanw-yu/csc668backup
19c58d538c13390477b9618ee99856c90b0408fe
88e02f339322766a14c5c20ed4fa875598202603
refs/heads/master
2020-05-30T01:31:11.933588
2017-02-21T01:05:03
2017-02-21T01:05:03
82,619,257
0
0
null
null
null
null
UTF-8
Java
false
false
1,984
java
package org.sfsu.post.manager; /** * Created by adisonlee on 2/7/17. * * Init by Store * * ProductCatalog used by Store to create a product catalog **/ public class ProductCatalog { private ProductSpec productCatalog[]; private int productLineCount; private int maxProductsInCatalog = 100; // def...
[ "ivnyu@mail.sfsu.edu" ]
ivnyu@mail.sfsu.edu
c8b4dd9f290645d038cb9013aba15c32c0386f2d
0b0b98a13f5e6f13d991758c4bf1615e038cd525
/src/main/java/ch/spacebase/openclassic/api/event/entity/EntityEvent.java
0f771c103734b66e633057bec0e382c48fc226d8
[ "MIT" ]
permissive
good2000mo/OpenClassicAPI
6101ede1ab9e79eeeb7023d13330f0eb54f44159
c79038336a2bfb4c677313ee74d6c8b293d4d385
refs/heads/master
2020-05-20T02:49:07.861275
2013-04-30T01:45:58
2013-04-30T01:45:58
null
0
0
null
null
null
null
UTF-8
Java
false
false
543
java
package ch.spacebase.openclassic.api.event.entity; import ch.spacebase.openclassic.api.entity.BlockEntity; import ch.spacebase.openclassic.api.event.Event; /** * Represents an event involving an entity. */ public abstract class EntityEvent extends Event { private BlockEntity entity; public EntityEvent(EventTyp...
[ "good2000mo@hotmail.com" ]
good2000mo@hotmail.com
2eeddf1ab9c0475cce54c670000d3413ffc36956
92f7ba1ebc2f47ecb58581a2ed653590789a2136
/src/com/infodms/dms/po/TtAsWrSpecialChargeAuditPO.java
22de8e1086ae92558fe8b2a93d7a418f690a194e
[]
no_license
dnd2/CQZTDMS
504acc1883bfe45842c4dae03ec2ba90f0f991ee
5319c062cf1932f8181fdd06cf7e606935514bf1
refs/heads/master
2021-01-23T15:30:45.704047
2017-09-07T07:47:51
2017-09-07T07:47:51
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,863
java
/* * Copyright (c) 2005 Infoservice, Inc. All Rights Reserved. * This software is published under the terms of the Infoservice Software * License version 1.0, a copy of which has been included with this * distribution in the LICENSE.txt file. * * CreateDate : 2013-06-18 20:10:59 * CreateBy : Administrator * Comment ...
[ "wanghanxiancn@gmail.com" ]
wanghanxiancn@gmail.com