blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
7
410
content_id
stringlengths
40
40
detected_licenses
listlengths
0
51
license_type
stringclasses
2 values
repo_name
stringlengths
5
132
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringlengths
4
80
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
5.85k
684M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
132 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
9.45M
extension
stringclasses
28 values
content
stringlengths
3
9.45M
authors
listlengths
1
1
author_id
stringlengths
0
352
10e21d16b7ef069fa3e3a0ce47c0145d0f36e41f
62d78f842fcbab7002877dd6f59ee67859177bd2
/app/src/main/java/com/teamcreative/totassignment/util/ItemDecorationUtil.java
2e70c4f5e988329e1b126c88fe23159b453d9f08
[]
no_license
NerdFaisal404/TotAssignmentFinal
b92b6ca50c41cda21bccb4d53ad0cc1ba73d757d
f485c1429bc3da50286d7d1d484043c978ee6860
refs/heads/master
2020-03-12T06:29:48.455572
2018-04-21T15:25:32
2018-04-21T15:25:32
130,486,458
0
0
null
null
null
null
UTF-8
Java
false
false
793
java
package com.teamcreative.totassignment.util; import android.graphics.Rect; import android.support.v7.widget.RecyclerView; import android.view.View; public class ItemDecorationUtil extends RecyclerView.ItemDecoration { private int mHalfSpace; public ItemDecorationUtil(int space) { this.mHalfSpace = s...
[ "faisal.ahmedbcse@gmail.com" ]
faisal.ahmedbcse@gmail.com
1223d27b7a7c0328546fc95f6a2dc72b6dd756f9
cafd3eabfb5eb2c3472cb51116430f934057513b
/src/main/java/com/dada/inject/service/UserServiceImpl.java
a5c075f4143110a81e9dede1e5c006790efcfc7a
[]
no_license
pisory/spring-content-test
88bfa7b423363f8ba992a3cdda4cba94d3660414
82cfb70da70115656a8b2dfef2cedd3ae84490f6
refs/heads/master
2022-12-23T11:32:56.437452
2019-12-07T04:01:17
2019-12-07T04:01:17
210,639,806
0
0
null
2022-12-16T09:43:07
2019-09-24T15:43:27
Java
UTF-8
Java
false
false
546
java
package com.dada.inject.service; import com.dada.inject.dao.UserDao; /** * @author zhoudahua * @date 2019/6/26 * @description */ public class UserServiceImpl implements UserService { UserDao dao; @Override public void find() { System.out.println("service"); dao.query(); } /** ...
[ "32595419+plzla@users.noreply.github.com" ]
32595419+plzla@users.noreply.github.com
9dd5bf6b5856507fb02d12e80c307f8da425af04
c3dfa715d75662be130ff601bb3ff256f8020f57
/src/media/Principal.java
b5e2636c8cadd85fc4cec3cd7dd8bfae83e1365d
[]
no_license
caiomoMack/LP2
c7fc386dbbd04a18c7958b44ae3dc745fdbbb919
52dcec0feb80e25d786614d537288f7f5caabee7
refs/heads/master
2021-01-19T08:15:53.520710
2012-04-24T20:09:08
2012-04-24T20:09:08
null
0
0
null
null
null
null
UTF-8
Java
false
false
175
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package media; /** * * @author hkom */ public class Principal { }
[ "hkom@hkom-PC" ]
hkom@hkom-PC
818a28743ceb16970644c1e821fba804375f088f
69a4e0b4990504fa4c3a468be0e84f0f33a6ec2e
/zagar_server/src/main/java/messageSystem/messages/ReplicateMsg.java
1d04dc59358eff0083b4203b0541d5cbd262e5bd
[]
no_license
lockyStar/Zagar
96da6dcbd0d57ac9f633faace92263cb6719c537
51d6434bb12555b69751909092e6ae8753911f88
refs/heads/master
2020-06-19T19:57:30.936269
2016-11-28T19:25:13
2016-11-28T19:25:13
74,843,533
0
0
null
null
null
null
UTF-8
Java
false
false
748
java
package messageSystem.messages; import main.ApplicationContext; import messageSystem.Abonent; import messageSystem.Address; import messageSystem.Message; import messageSystem.MessageSystem; import network.ClientConnectionServer; import replication.Replicator; import java.io.IOException; /** * Created by alpie on 15...
[ "Zhabrevalexander@yandex.ru" ]
Zhabrevalexander@yandex.ru
8490d0e3917ffc4fe620806f518f6db55c712291
8457e0c27d238b33cde5ba1b6069991aedea8e30
/CoreJava/src/com/myapp/oops/Test.java
df13956948d04d62493f23fb069ea04a84abdb63
[]
no_license
raghunandancm/java-microservices-kafka
3f4669fea4d605d26a9f5566fd51bea4e6536727
acc692644ee04f661498dc2e5fda9e2e65dc823c
refs/heads/master
2023-04-02T00:45:49.727012
2021-04-01T04:44:55
2021-04-01T04:44:55
353,579,932
0
0
null
null
null
null
UTF-8
Java
false
false
214
java
package com.myapp.oops; //import java.util.*; /* * * */ public class Test { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("Hello"); } }
[ "pradeeepmurthy@gmail.com" ]
pradeeepmurthy@gmail.com
58afbdf1fe6bbdd33f1036a5b376c69d5b7c3d8c
70c975e7ecb7db38a629a3d56d355e04a0ce277a
/src/main/java/co/com/choucair/certification/retotecnico/userinterface/DatosPasoTres.java
b4dfcecea0978299ee9c58ab1496c305b9fd5339
[]
no_license
Pedrocr11/Retotecnico
b7350307bcfd327a898f828b1bdcdef10cff2148
ddd48e8f7684f88f14ee2cb2075f362ca4dca4d6
refs/heads/master
2023-04-15T18:24:02.428125
2021-04-20T04:54:48
2021-04-20T04:54:48
358,445,093
0
0
null
null
null
null
UTF-8
Java
false
false
2,581
java
package co.com.choucair.certification.retotecnico.userinterface; import net.serenitybdd.screenplay.targets.Target; import org.openqa.selenium.By; public class DatosPasoTres { public static final Target CLICK_YOUR_COMPUTER = Target.the("click en la opcion your computer") .located(By.xpath("//*[@id=\"w...
[ "pedroantoniocorei15@gmail.com" ]
pedroantoniocorei15@gmail.com
cd203343ed6fb1d8eb7cbf5824fb2e1c4388839d
c0d41d3ee334e4e4c42b580bd6ace1f99ee54ed6
/app/src/main/java/com/lagel/com/mqttchat/ViewHolders/ViewHolderVideoMedia.java
387402ec4a60eec36298c3dd02db839395f203cb
[]
no_license
mahmoudSol/lagel
d522751ed17c5cce7582a0e8b6b2f484584b9647
76856e78d55832bb0c747dd852f4e01e4d8c6e20
refs/heads/master
2020-04-20T08:23:50.871154
2019-02-01T17:55:36
2019-02-01T17:55:36
168,737,516
0
0
null
null
null
null
UTF-8
Java
false
false
646
java
package com.lagel.com.mqttchat.ViewHolders; import android.support.v7.widget.RecyclerView; import android.view.View; import android.widget.TextView; import com.lagel.com.R; import com.lagel.com.mqttchat.Utilities.AdjustableImageView; /** * View holder for media history video recycler view item */ public class View...
[ "mahmoudsoliman49@gmail.com" ]
mahmoudsoliman49@gmail.com
699ce2033213304594ce999594dd64747c710e30
1b7cfbedc73190e92697d953b71015dbceadf96d
/app/src/main/java/texel/com/depoproject/Pages/SignActivities/SignIn.java
79f17b9daf99d3f45a59c4d30bebc71843bf0a02
[]
no_license
FeridAdashov/Depo-Project
e2623d2219dd472f4751c0f3f961f3cde574f996
8d05dca4c367b3fe5ca9142035228a8dbbc47487
refs/heads/main
2023-04-07T04:11:42.856040
2021-04-14T16:55:42
2021-04-14T16:55:42
357,975,073
0
0
null
null
null
null
UTF-8
Java
false
false
11,690
java
package texel.com.depoproject.Pages.SignActivities; import android.Manifest; import android.app.Activity; import android.content.Intent; import android.content.pm.PackageManager; import android.os.Build; import android.os.Bundle; import android.text.TextUtils; import android.util.Log; import android.view.View; import ...
[ "fadasov@mai.ru" ]
fadasov@mai.ru
ac6ff9328eb3b519607f20e0909c68faa163bba2
b35333ab26ad05e427dd34eb00e6b146d27aabd4
/src/main/java/com/example/demo/student/StudentConfig.java
ffdd700f0e608f750a928cc761a5177105a05213
[]
no_license
lsgomez93/java-spring-boot
525d2cfe480422dc8070339cb2ef706edff59335
0b2b602658786b5db5d00f9f6716e64b2229817b
refs/heads/main
2023-07-05T09:42:14.110808
2021-08-23T17:43:54
2021-08-23T17:43:54
399,178,727
0
0
null
2021-08-23T17:43:54
2021-08-23T16:43:32
null
UTF-8
Java
false
false
501
java
package com.example.demo.student; import org.springframework.boot.CommandLineRunner; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; @Configuration public class StudentConfig { @Bean CommandLineRunner commandLineRunner( StudentRepos...
[ "lsgomez@unimayor.edu.co" ]
lsgomez@unimayor.edu.co
53242590c21f3fa6f76db420313cd367d04ca359
85c49bcf9c881e14997e3e38972959ebaedd9265
/src/com/coding/practice/BullsCows.java
a10ba454b02b415409d24f76bcfe6100db2a14ff
[]
no_license
anujassal/CodingPractice
02215ade7e5bbf1b6a3c1531f4d000b51a6b4667
f067726834718641bba016c2cf5718a0b59e5205
refs/heads/master
2020-11-27T04:05:03.751169
2020-01-21T15:48:49
2020-01-21T15:48:49
229,297,736
0
0
null
null
null
null
UTF-8
Java
false
false
987
java
package com.coding.practice; import java.util.HashMap; import java.util.Map; /* * Input: secret = "1807", guess = "7810" Output: "1A3B" */ public class BullsCows { public static void main(String[] args){ String secret = "1123"; String guess = "0111"; System.out.println(getHint(secret,guess)); } priva...
[ "anudeepjassal@gmail.com" ]
anudeepjassal@gmail.com
482a57d36a60849ca6c7fe5ebbb35bbf806e6719
e8961003a724cf08cdf0ead9d45b53a14038fc2c
/app/src/main/java/classact/com/xprize/database/helper/LetterSequenceHelper.java
9a88733eb4cc2880c3e404ca3535330934f8d9c9
[]
no_license
classact/XPrize
5b7f60e3cfd5e7c610949ed391ab5121d4e3ece0
f7b8e3928dba59d581f78c40c290f2a6c05dbb67
refs/heads/master
2021-01-24T12:12:11.233937
2018-02-22T18:08:01
2018-02-22T18:08:01
58,711,608
1
0
null
2018-02-22T18:08:02
2016-05-13T07:18:11
Java
UTF-8
Java
false
false
3,002
java
package classact.com.xprize.database.helper; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteException; import java.util.ArrayList; import classact.com.xprize.database.model.LetterSequence; public class LetterSequenceHelper { public static Array...
[ "dave@mediaetc.co.za" ]
dave@mediaetc.co.za
fcf77a36d77fb122303ee8f50329c3a98d1c09c1
c306615df3a057d42b3b48dbd2a82ac440ef5636
/app/src/main/java/com/kanjih/inventoryapp/SupplierActivity.java
7e2d58a64727ca403307cc5243c57c2d245312aa
[]
no_license
kanjih-ciandt/InventoryApp
a0aa801bfca01d7b5ba5c850ae8eea1011eaf0f8
aa90e971b289e92fa78f8b2f54cb755218aa70d5
refs/heads/master
2021-01-19T00:09:42.217869
2017-04-17T13:26:29
2017-04-17T13:26:29
87,145,948
0
0
null
null
null
null
UTF-8
Java
false
false
10,269
java
package com.kanjih.inventoryapp; import android.content.ContentValues; import android.content.DialogInterface; import android.net.Uri; import android.support.v4.app.NavUtils; import android.support.v7.app.AlertDialog; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.Menu; ...
[ "kneto@kneto-macbookpro.roam.corp.google.com" ]
kneto@kneto-macbookpro.roam.corp.google.com
300f4e7900c74ad3e8a0df8dbdd78b9d9227af08
71e8c35d8620ef64f29276514f2177b7bbfd0aac
/gdpdu-models/src/main/java/com/opencore/gdpdu/index/models/DataType.java
2f4e948e69b61ecc90d0e28ba5c47f80ed3c3afd
[ "Apache-2.0" ]
permissive
Malte-Neu/gdpdu-java
c2b1022aa81047420d34d52036ce7b84534ec963
c887d4cebc23ac760f46de468540924050dd93ed
refs/heads/master
2023-01-02T12:26:54.365426
2020-08-12T07:06:12
2020-08-12T07:06:12
298,536,381
0
0
null
null
null
null
UTF-8
Java
false
false
890
java
/* * Licensed to OpenCore GmbH & Co. KG under one or more contributor license agreements. * See the NOTICE file distributed with this work for additional information regarding copyright ownership. * OpenCore GmbH & Co. KG licenses this file to you under the Apache License, Version 2.0 (the * "License"); you may not...
[ "lars.francke@gmail.com" ]
lars.francke@gmail.com
7fd59a2c91ebac2be60212d4bc32395f40b98272
288edf7e72db46d213ca2ead631bdd65dbbfa792
/app/src/main/java/com/pradipatle/androidkt/MainHomeAcitity.java
6baf6b3c2afe5653adc14ea3046cba7c6d3699d0
[]
no_license
pradippatle/InterviewQuestionApp
12d713032735445a27ee18acf29f37ccbc0bded4
57d503108f418ab6baf41d943440308f42f12785
refs/heads/master
2021-07-09T13:37:32.677597
2017-10-09T14:26:11
2017-10-09T14:26:11
105,876,182
0
0
null
null
null
null
UTF-8
Java
false
false
1,699
java
package com.pradipatle.androidkt; import android.content.Intent; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v7.app.AppCompatActivity; import android.view.View; import android.widget.LinearLayout; import com.google.android.gms.ads.AdRequest; import com.google.android.g...
[ "pradip.p@aeonit.in" ]
pradip.p@aeonit.in
aebd760303c6d71a1ee88e9688b03121c63ba64f
7be5e0a4b6da61f44191b2213d47e382c69a1e7e
/src/main/java/com/MyBlog/ServiceImpl/UserServiceImpl.java
b43f25be31f17d6db9488b4a360e63def0e30135
[]
no_license
Beloya/SSM
ab36e11ecb6b9c4f157b4d021034002fbeaeec54
87bcd945f2834b2afaad2899d60f7c6c8235174c
refs/heads/master
2021-07-06T09:10:02.624698
2019-03-09T16:29:24
2019-03-09T16:29:24
143,831,043
1
0
null
null
null
null
UTF-8
Java
false
false
4,197
java
package com.MyBlog.ServiceImpl; import java.util.Date; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.TimeZone; import javax.annotation.Resource; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpSession; import org.apache.shiro.SecurityUtils; import...
[ "468501955@qq.com" ]
468501955@qq.com
a0dc2024002975ca3a883db1277f3a7915f3ea9e
82845020e1f0efeeaa1adef456091915150e534e
/13PrimeNumber/src/prime/PrimeNumber.java
3303ef7eb9b46d643c8f4536e60ea4742a9f1239
[]
no_license
nazneenbee/PlacementPrepareCode
11a1ad96fb2d0b5b205d3f46b774d6142ed51382
5e8950c6c4501045ad6be417c5dd401af03c60ff
refs/heads/main
2023-03-01T08:09:19.912752
2021-02-03T16:50:27
2021-02-03T16:50:27
335,684,819
0
0
null
null
null
null
UTF-8
Java
false
false
590
java
package prime; import java.util.Scanner; public class PrimeNumber { public static void main(String[] args) { // TODO Auto-generated method stub Scanner sc=new Scanner(System.in); System.out.println("enter a number"); int num=sc.nextInt(); int count=0; if(num==1) { System.out.println("not a prime ...
[ "beenazneen@gmail.com" ]
beenazneen@gmail.com
1be7bd61c7b4d31551fddf32c0abb8008c250c01
5223a8e64af1c571b39dbf0319407d9727526cbd
/oims-sys/src/main/java/com/wms/web/shop/model/catalog/Attribute.java
918e2835cc598dd151139d6985501b8eaec97c21
[]
no_license
repo-upadhyay/oims
32bb56e2837e00e28f79d66bf13b0b74a5c70ef5
57ac044e724fa7de8d412086659ebf731a1ef407
refs/heads/master
2020-03-31T02:27:31.810973
2016-06-26T19:08:23
2016-06-26T19:08:23
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,145
java
package com.wms.web.shop.model.catalog; import java.io.Serializable; import java.util.List; import com.wms.web.entity.ShopEntity; public class Attribute extends ShopEntity implements Serializable { /** * */ private static final long serialVersionUID = 1L; private String name = null; private ...
[ "dilip.repo1@gmail.com" ]
dilip.repo1@gmail.com
494d8b0aa4336f779907ae76eecb0cbe5732d7f7
2dafa875d0d2a03ce75ca20e0da8af40bf8d8da2
/bibliotheque/webAppliBiblio/src/main/java/fr/khady/webAppliBiblio/action/GestionOuvrageAction.java
e2593965341e8e1ca4c6698b7c1b19636b8c8ae8
[]
no_license
MyOpenClassrooms/Biblio
e4877fe62e0194ff3d91acf3407ed130fcb78d81
d3bdee4d2f13170f49bb530519cb737401d8fcbb
refs/heads/master
2020-04-02T18:12:09.654282
2018-12-27T13:26:12
2018-12-27T13:26:12
154,690,458
0
0
null
2018-10-25T15:00:46
2018-10-25T15:00:45
null
UTF-8
Java
false
false
3,940
java
package fr.khady.webAppliBiblio.action; import java.util.Date; import java.util.GregorianCalendar; import java.util.List; import java.util.Map; import javax.xml.datatype.DatatypeConfigurationException; import javax.xml.datatype.DatatypeFactory; import javax.xml.datatype.XMLGregorianCalendar; import org.apache.struts...
[ "khady.bar@capgemini.com" ]
khady.bar@capgemini.com
9a020035e603d5249c7eae8bf6940df4c56329d0
edda4943b9a86946a02e8064d210a82c860f1f4d
/src/main/java/leetcode/lc279/PerfectSquares.java
500a50243276fd406184f5e213232b04fb135777
[]
no_license
DehaoWang/lcaj
2bc8842029d5ffadf762aa9e5207e4f2643e2531
0371fef310f2cea0cc131ee12b1b59ffda61133c
refs/heads/master
2021-06-17T23:39:45.491494
2021-01-06T08:55:30
2021-01-06T08:55:30
130,051,028
0
0
null
2020-10-12T19:52:00
2018-04-18T11:19:20
Java
UTF-8
Java
false
false
1,546
java
package leetcode.lc279; import java.util.Arrays; /** * Created by wangdehao on 19/5/28. */ public class PerfectSquares { public static void main(String[] args) { for (int i = 0; i < 15; i++) { System.out.println("i = " + i + ", numSquares = " + numSquares(i)); System.out.println...
[ "wangdehao@meituan.com" ]
wangdehao@meituan.com
98f776d5ce2c3a24b0f395097788f85d07b7574a
b7fc25dc46d2f0315afa3e8e5c642652ca7826c0
/single-table-tools1.0/src/com/qieren/tool/util/.svn/text-base/ConfigUtil.java.svn-base
dc26b4dcd59a1cfaf7b44872e6388910a75ea8af
[]
no_license
liulei0225/single-table-tools
36ab280417192eacb99ae0b4fb83c4392c5d7fc1
4924c5fbecab2ccec84ee22974d50a837d00b26a
refs/heads/master
2021-05-02T12:01:06.568678
2018-02-08T09:34:17
2018-02-08T09:34:17
120,734,434
0
0
null
null
null
null
UTF-8
Java
false
false
817
package com.qieren.tool.util; import java.io.IOException; import java.util.Properties; /** * @author qieren * @version 1.0 * @since 2013-11-04 */ public class ConfigUtil { private static Properties properties; private static Properties getProperties() { if (properties == null) { ...
[ "838426335@qq.com" ]
838426335@qq.com
dae2494456b849339e528c9abcad75d28a7abc6e
6f461acdb4dc2f2667c8682ff50c612096405570
/logserver/src/main/java/com/gaea/game/log/LogService.java
b19746d3ecf1b538ebcb339c0da76d81389cb170
[]
no_license
ymw520369/gaeagame
f1584aa3d5dd5a186b3318ea3530d2b5814b3749
0e989a1fc57a9221d230cc1e2e465fa6c3bedbc3
refs/heads/master
2021-01-19T18:49:09.886818
2017-10-09T10:18:20
2017-10-09T10:18:20
101,168,005
1
0
null
null
null
null
UTF-8
Java
false
false
1,237
java
package com.gaea.game.log; import com.alibaba.dubbo.config.annotation.Service; import com.alibaba.fastjson.JSON; import com.gaea.game.core.log.ILogService; import com.mongodb.BasicDBObject; import com.mongodb.DBCollection; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factor...
[ "mingweiyang@foxmail.com" ]
mingweiyang@foxmail.com
25de96909a9ae03b44107e58a84ab95be45086f8
a87356e29b4d7457079558b489ecdb4e901ab2d2
/app/src/main/java/com/example/sesion1/WeatherClouds.java
dbecdfccc35f2413cb9c0e11e8b4d76e8b8e2ea5
[]
no_license
rossvillcol/Test1
0610e4ca93d3e2512e44b693a78647c6fa9e6054
122d32cedb6165c15c2eb1298f0c4a29d76cfb4f
refs/heads/master
2023-03-07T02:45:37.238744
2021-02-12T19:16:05
2021-02-12T19:16:05
338,408,443
0
0
null
null
null
null
UTF-8
Java
false
false
212
java
package com.example.sesion1; public class WeatherClouds { private Integer all; public Integer getAll() { return all; } public void setAll(Integer all) { this.all = all; } }
[ "rossvillegascolman@gmail.com" ]
rossvillegascolman@gmail.com
f7c8275aa5acc725db695d720613d7edbf657ff1
17bd1959f27bf667cbf349b6c180ceea8692e502
/house-biz/src/main/java/com/ryan/house/biz/pojo/HouseUser.java
bfdbb6794c00cc5163b00e46d2a4b9f5f86bd58e
[]
no_license
ryangogo/houses
570c2cf13ed5fe9b25049d6822f0fd12de20dc91
57e83944eb8f3792a1aa1e666a292c662261aa09
refs/heads/master
2020-03-20T08:17:47.068670
2018-06-19T08:12:57
2018-06-19T08:12:57
137,304,312
0
0
null
null
null
null
UTF-8
Java
false
false
1,816
java
package com.ryan.house.biz.pojo; import java.util.Date; public class HouseUser { private Long id; /** * 房屋id */ private Long houseId; /** * 用户id */ private Long userId; /** * 创建时间 */ private Date createTime; /** * 1:售卖,2:收藏 */ private Boo...
[ "625056163@qq.com" ]
625056163@qq.com
879779c742dd1d6b4c12b6bb50581478afd47263
69a4f2d51ebeea36c4d8192e25cfb5f3f77bef5e
/methods/Method_22218.java
cf7e69c6739263d7e81c3b1203ab1dc4f0df5b66
[]
no_license
P79N6A/icse_20_user_study
5b9c42c6384502fdc9588430899f257761f1f506
8a3676bc96059ea2c4f6d209016f5088a5628f3c
refs/heads/master
2020-06-24T08:25:22.606717
2019-07-25T15:31:16
2019-07-25T15:31:16
null
0
0
null
null
null
null
UTF-8
Java
false
false
232
java
private void collectSize(@NonNull Display display,@NonNull JSONObject container) throws JSONException { final Point size=new Point(); display.getSize(size); container.put("size",new JSONArray(Arrays.asList(size.x,size.y))); }
[ "sonnguyen@utdallas.edu" ]
sonnguyen@utdallas.edu
5f42cb29b22a865f91c98273215d3b883d647828
b37e602ba28f039563b43ed36c264d631916b2f4
/app/src/main/java/com/example/proyectoregistropersonal/database/DatabaseHelper.java
85d654a183503c581c2b02ddb66ad828c09ee459
[]
no_license
juver1212/ProyectoRegistroPersonal
66928ed2897792e3cab2c75a485c72db98cdd3a6
cd609d1e634a1865a650e44a5da003b7aba595e1
refs/heads/master
2022-12-24T00:44:01.710191
2020-10-02T02:20:23
2020-10-02T02:20:23
295,249,242
0
0
null
null
null
null
UTF-8
Java
false
false
4,461
java
package com.example.proyectoregistropersonal.database; /** * Created by anupamchugh on 19/10/15. */ import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; import android.util.Log; public class DatabaseHelper extends SQLiteOpenHelper { // ...
[ "juniorvegareyes12@gmail.com" ]
juniorvegareyes12@gmail.com
6018c6818fd28d796f2c0b674821cd15aa005187
d9040b2ed27469dbefe1df4425c143f985a0f0cf
/app/src/androidTest/java/com/chemanman/gson/ExampleInstrumentedTest.java
1226772e079e4fc46499763f6e670f9c4c797c4c
[]
no_license
zkdengta/MGson
0746a87a7dd376e719a742247931cc3c9c9a205d
a724feceb9c43c6caacde1f86155a55342c68fc0
refs/heads/master
2021-01-26T16:31:44.754274
2018-01-31T06:57:37
2018-01-31T06:57:37
null
0
0
null
null
null
null
UTF-8
Java
false
false
740
java
package com.chemanman.gson; 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.*; /** * Instrumentation test, which will execute on an Android d...
[ "zenghuilin@chemanman.com" ]
zenghuilin@chemanman.com
6ed805847a4bfc0c179839a20835f1291cc8da53
bb799850c9c16e525b814732a46640ada33fa984
/src/main/java/com/francisco/loja/dao/CarrinhoDAO.java
d05ff395dda6c5056c1fb47043bda1bb8e682efe
[]
no_license
francsousa/webservices-rest-com-jaxrs-e-jersey
e10ec7cd4e2fb14edb6be53b2b1315e171e471a9
92e93fce0205154278eb2506066fbcc4c31c2f91
refs/heads/master
2023-03-06T00:33:28.268306
2021-02-22T14:06:39
2021-02-22T14:06:39
337,219,794
0
0
null
null
null
null
UTF-8
Java
false
false
990
java
package com.francisco.loja.dao; import java.util.HashMap; import java.util.Map; import java.util.concurrent.atomic.AtomicLong; import com.francisco.loja.modelo.Carrinho; import com.francisco.loja.modelo.Produto; public class CarrinhoDAO { private static Map<Long, Carrinho> banco = new HashMap<Long, Carrinho>(); ...
[ "franciscoeds1987@hotmail.com" ]
franciscoeds1987@hotmail.com
d12a94f6f3da41e2669efeb2bfd51ea311f8412f
69ec9597118e13de103d0a4e314a1cb2141a25fa
/src/de/msiggi/sportsdata/webservices/GetMatchdataByGroupLeagueSaison.java
272814ab2e4d2b6e9a0ae5b5c4f814d1cebe878f
[]
no_license
ralfp1979/amazonas-project
9ef2e320d5e6be10922ead3b04efecafededf1f0
f5f688b9bfac5c889ca23684ff46246d158d06af
refs/heads/master
2020-04-18T07:57:53.295519
2014-02-05T20:33:04
2014-02-05T20:33:04
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,609
java
package de.msiggi.sportsdata.webservices; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for anonymous complex type. * * <p>The following schema fragm...
[ "ralf@192.168.178.27" ]
ralf@192.168.178.27
921e9db0cc4e63366de1ab888dac315ef71281ea
c81fdd83743502a5de7da45b8bbaf6a06825f9bf
/src/MinUnitLengthIntervals.java
764899bb8c2e6dcb552e81e3ea14b831e860a0ca
[]
no_license
delahiri/Greedy-Algorithm
179fbb0770da499e9e67a6d06edc06056e78c150
c04de498c7f665599f27e56baebff15ebe481f52
refs/heads/master
2021-01-10T11:56:37.198204
2015-10-16T19:49:39
2015-10-16T19:49:39
43,195,355
0
0
null
null
null
null
UTF-8
Java
false
false
1,210
java
import java.util.ArrayList; import java.util.List; public class MinUnitLengthIntervals { public static void main(String[] args) { double []a = {0.7,1.0,1.5,2.0,2.3,2.6,3.1,3.6,3.9,4.2,4.7,5.2,5.5}; quickSort(a,0,a.length-1); List<ArrayList<Double>> lines = new ArrayList<ArrayList<Double>>(); ArrayList<Do...
[ "debaniklahiri@gmail.com" ]
debaniklahiri@gmail.com
8e9c9798abb98937bd6ca1b8d5c7e0af3de8fc0a
7e98a58fdf42905a2901507e060c86b991dbc328
/src/main/java/by/itransition/mathtasksapp/controllers/rest/AnswerController.java
d0fdfdb3bfdbc331574e080d301b7555ba971376
[]
no_license
missaouib/mathtasksapp
fdd6f0b6ef3db268caef7419cf287c54ae41e5ef
ebcacf8ea916d70ccce51b5e9bd0a740248f5518
refs/heads/master
2023-09-02T05:18:56.915362
2021-10-19T14:35:06
2021-10-19T14:35:06
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,653
java
package by.itransition.mathtasksapp.controllers.rest; import by.itransition.mathtasksapp.models.Task; import by.itransition.mathtasksapp.services.AnswerService; import by.itransition.mathtasksapp.services.TaskService; import by.itransition.mathtasksapp.services.UserService; import org.springframework.beans.factory.ann...
[ "petrikin1996@gmail.com" ]
petrikin1996@gmail.com
68372466fc031cfb118b1324d1ac3cd5ed77f2ee
9eb8fbc45bc655d0516009852c55df52980063a7
/library/src/main/java/com/github/gfranks/minimal/notification/GFUndoNotification.java
a7f8b6e26ef7768379965b17c500c2f0f653e5e2
[ "MIT" ]
permissive
mohsinalimat/GFMinimalNotifications
99d73c85aef87a698ef83ba3db93c9a043a1e08a
1b7f33c30a675437e064449a23c02a6939486a99
refs/heads/master
2020-12-24T16:06:33.933459
2015-01-08T23:29:27
2015-12-30T21:50:50
60,669,949
1
0
null
2016-06-08T05:07:26
2016-06-08T05:07:26
null
UTF-8
Java
false
false
10,893
java
package com.github.gfranks.minimal.notification; import android.content.Context; import android.graphics.drawable.ColorDrawable; import android.graphics.drawable.Drawable; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; public class GFUndoNotification extends GFMinimalNotifica...
[ "lgfz71@gmail.com" ]
lgfz71@gmail.com
314aebd998408a9d4a136ac656f3f8ee9ad823ff
721c8b0ebcef970d5b726e69f3412fd6f4aba549
/Vidhvaa/src/objectDetails_VidhvaasModelQuestions/ModelQuestions_2.java
d8fc42b8a8fea7b0243266ace809fcb2a8ab180a
[]
no_license
Vickyradan/Java
54ddc3141fe4cfe98a44761dc486317a1485bcfb
5190885925aab10720cff6fbcc0b401fa066d28f
refs/heads/main
2023-08-19T14:25:39.492891
2021-11-02T09:53:28
2021-11-02T09:53:28
356,565,192
0
0
null
null
null
null
UTF-8
Java
false
false
371
java
package objectDetails_VidhvaasModelQuestions; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; public class ModelQuestions_2 { @FindBy(xpath="//*[@id='hid5']/h3/a") public static WebElement VidhvaaModelQuestion; @FindBy(xpath="//*[@id='tab-11']/div/div/div/div[2]/di...
[ "KAVINESH@KAVINESH-PC" ]
KAVINESH@KAVINESH-PC
787bccee48d143aef06ba5650c83ba5c221a2692
17391171a078bbd9bd2889fbeb8d8441101e6602
/SpringFramework5/spring5-recipe-app/src/main/java/guru/springframework/recipe/repositories/RecipeRepository.java
b35b3b7ab939c504276a4fc25d4f6835a306da49
[]
no_license
iamVaibhavPatil/SpringFramework
f0369a6872cc41ef122e52a336b4f03ea21ae4b0
42eb78373dea2f4673c551520060d7190556e62c
refs/heads/master
2020-03-23T18:41:24.095127
2019-02-12T22:26:04
2019-02-12T22:26:04
null
0
0
null
null
null
null
UTF-8
Java
false
false
299
java
package guru.springframework.recipe.repositories; import org.springframework.data.repository.CrudRepository; import org.springframework.stereotype.Repository; import guru.springframework.recipe.domain.Recipe; @Repository public interface RecipeRepository extends CrudRepository<Recipe, Long>{ }
[ "Vaibhav228@gmail.com" ]
Vaibhav228@gmail.com
2b7f552a3f0a3b95f9314ef8582dae92a6e0ba5a
1fdfc6c5b22cfb5cd3ddcb2def2342194380258b
/src/main/java/com/tarikh/interview/starling/api/TransactionDTO.java
6e8699f95fcfd6e3e5d11d8baab6d2d904f64a33
[]
no_license
tcho16/starling
aff953213fd50c9f8a91ce949c75674eb8dd977a
338e4d48330c0b123933fd396448000f8a1a0635
refs/heads/main
2023-08-24T18:49:24.237385
2021-10-27T18:36:31
2021-10-27T18:36:31
419,115,770
0
0
null
null
null
null
UTF-8
Java
false
false
491
java
package com.tarikh.interview.starling.api; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.databind.annotation.JsonDeserialize; import lombok.Data; import lombok.NoArgsConstructor; import lombok.extern.slf4j.Slf4j; @Slf4j...
[ "tarik_chouhan@msn.com" ]
tarik_chouhan@msn.com
5b047241a023c7db3fa91945b43aff361f0a6000
10e1fe4940718d045f980577b82dd427315153e0
/src/android/Starbuzz/app/build/generated/source/buildConfig/debug/com/example/starbuzz/BuildConfig.java
dfe07937a3f54ae7154d57342bfd685080d8a979
[]
no_license
ValenbergHar/G-JD1-2019-10-01_ValenbergHar
6b693f08becdf624b235170712e552a4ff148ac3
bff38b21a10594cdfa7a719c216c04614cc01ac3
refs/heads/master
2022-12-22T12:10:22.999080
2020-10-20T21:02:01
2020-10-20T21:02:01
212,853,204
0
1
null
2022-12-16T15:42:29
2019-10-04T16:00:20
Java
UTF-8
Java
false
false
447
java
/** * Automatically generated file. DO NOT MODIFY */ package com.example.starbuzz; public final class BuildConfig { public static final boolean DEBUG = Boolean.parseBoolean("true"); public static final String APPLICATION_ID = "com.example.starbuzz"; public static final String BUILD_TYPE = "debug"; public sta...
[ "maskevich.valeri@gmail.com" ]
maskevich.valeri@gmail.com
5c6e049b6f02e88324cdaead2cc4bf617f214269
330292fa94bc678e06746b709335a29934feccf3
/app/src/main/java/com/jsj/designpatterns/singleton/ContainerSingleton.java
b8010ab4ae22c5171eb6f8d2f50ab093cab64a0a
[]
no_license
jiangshujing/DesignPatterns
60108db54da45d86f41f9f8547a5b42b01518a1f
a0f705869c54e5a59241d7110b967b2e22d22e18
refs/heads/master
2021-09-07T17:41:24.972589
2018-02-27T01:33:47
2018-02-27T01:33:47
109,373,512
0
0
null
null
null
null
UTF-8
Java
false
false
163
java
package com.jsj.designpatterns.singleton; /** * Created by jiangshujing on 2018/2/26. * 使用容器实现单例模式 */ public class ContainerSingleton { }
[ "jiangshujing@jinlinbao.com" ]
jiangshujing@jinlinbao.com
656c7c515fdf4d3957cd4ad0807216c74e979f50
70e0b8fb7fb52e7f9e9b47a69f8a9b54802a652f
/sdu.mdsd.restful/src-gen/sdu/mdsd/restful/serializer/RestControllerGenerationSyntacticSequencer.java
c4ad0c3e9fc0b0c5887dd3c88224b42ae626cfaf
[]
no_license
dstoft/MdsdpRestfulProject
c5e3d7c8deeb478183baebd35802a2964330e3c3
84d76eb310064b3821a06850f3bb051dbf28fdb4
refs/heads/master
2023-05-04T05:35:10.992724
2021-05-26T13:56:14
2021-05-26T13:56:14
352,556,255
0
0
null
null
null
null
UTF-8
Java
false
false
3,497
java
/* * generated by Xtext 2.24.0 */ package sdu.mdsd.restful.serializer; import com.google.inject.Inject; import java.util.List; import org.eclipse.emf.ecore.EObject; import org.eclipse.xtext.IGrammarAccess; import org.eclipse.xtext.RuleCall; import org.eclipse.xtext.nodemodel.INode; import org.eclipse.xtext.serialize...
[ "dstoft@hotmail.com" ]
dstoft@hotmail.com
2f02fd60335316a47727b10463f779ca2dfbb61c
8d1142c34f7ef5cb63c5e3115f4b58e19c036b51
/dump-code/panelpower/retrofit2.Callback.java
db0ca301b38faf032b87a9c2e675725ae9586fb4
[]
no_license
kingking888/android-auto-hack
b19c979f2c39a3584ba5841c7b13b253cfc798c8
e91cb827c7ebf53ad253f965df55bfcaa9e82c32
refs/heads/master
2021-01-26T11:09:51.958052
2020-02-27T02:59:49
2020-02-27T02:59:49
null
0
0
null
null
null
null
UTF-8
Java
false
false
158
java
package retrofit2; public interface Callback<T> { void onFailure(Call<T> call, Throwable th); void onResponse(Call<T> call, Response<T> response); }
[ "rjsdid7325@naver.com" ]
rjsdid7325@naver.com
e29fd99ab0589178ac0ad6f232856cf86baf40aa
2e4777a071b4776016b2d322c8ea5a029c7c39c1
/socketandroidclient-master/app/src/main/java/fi/metropolia/chatclient/MainActivity.java
978e195ca50e87c5cb15d10efd92e4b5cbf04cc8
[]
no_license
Apollina/javaChatAndroidClient
5447f3935c0394a461c013f9f893b9061f43f3a7
ddeb375e42cdb7689ee5ad4c5942863a7350d6dc
refs/heads/master
2021-01-10T22:14:38.363886
2016-10-08T13:53:54
2016-10-08T13:53:54
70,334,216
0
0
null
null
null
null
UTF-8
Java
false
false
6,532
java
package fi.metropolia.chatclient; import android.app.AlertDialog; import android.content.DialogInterface; import android.content.Intent; import android.os.Bundle; import android.support.design.widget.Snackbar; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.Toolbar; import android.tex...
[ "apollinariia.gainulenko@gmail.com" ]
apollinariia.gainulenko@gmail.com
a7a993158d2247b0d7c2eb63240204aea8e20cd6
e77f3d9e6be6a23230797984c8bea3bd70e0d6b5
/src/zoohandlung/Schwimmen.java
a3f9d3f59cd7a858e8cd15350410dc1f8191928a
[]
no_license
timA0123/Zoohandlung_Interfaces
ce4ca3ddff6e1153119295295ec4b5caf3e04ef1
f836b2ea5d4078e8ec1f1083e9fd295074e70b07
refs/heads/master
2021-01-24T04:19:53.697620
2018-02-26T08:16:47
2018-02-26T08:16:47
122,930,266
0
0
null
null
null
null
UTF-8
Java
false
false
92
java
package zoohandlung; public interface Schwimmen { public void schwimme(); }
[ "t.ladenburger@IR1-PC-04.musterschule.schule.paedml" ]
t.ladenburger@IR1-PC-04.musterschule.schule.paedml
45fef4a6580dd227bebfff70ec18f5c019d37192
2c4cf46179743b2458c55f794b0fe178ac79f9e2
/src/com/qiheng/server/ServerMessageThread.java
60dea58597050690e6313dd6f28d618c51464fc2
[]
no_license
wlgcqh/qh
98af882ab0d145881c422ff099b6a9ac1bf56ba8
9a349716511a607937f22eeec4800ac28ac18835
refs/heads/master
2020-09-22T18:01:54.247861
2014-12-09T14:03:57
2014-12-09T14:03:57
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,108
java
package com.qiheng.server; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.net.Socket; import java.util.Collection; import java.util.Map; import java.util.Set; import com.qiheng.util.CharacterUtil; import com.qiheng.util.XMLUtil; public class ServerMessag...
[ "1074141657@qq.com" ]
1074141657@qq.com
346f8f52e57a1e7f54a61e61277cfdcb911b3e7c
32069bde2dcfb5c142e3118509e1d9737312bd84
/net.opensg.tcs.multiedit/src/net/opensg/tcs/multiedit/views/ContEditor.java
c96f25855d4d33903b40c0e95f7a98c7830ac7ae
[]
no_license
radiobaek01/start
91ca2c006a640dc120f7723cb9543108480371f8
59f5ebd5e2d3b93787cfdf343ca57a0ca95740b0
refs/heads/master
2020-05-29T11:46:58.143794
2015-04-13T10:31:03
2015-04-13T10:31:03
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,782
java
package net.opensg.tcs.multiedit.views; import org.eclipse.core.runtime.IProgressMonitor; import org.eclipse.jface.viewers.TableViewer; import org.eclipse.jface.viewers.TableViewerColumn; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.GridData; import org.eclipse.swt.layout.GridLayout; import org.ec...
[ "radiobaek@naver.com" ]
radiobaek@naver.com
eec6bfaea84dd13cd5892587fac4b97c3f38499f
7d0171539b3cb38f593ba57cce6b0e3e9741abcb
/demo-dubbo-provider-remote/src/main/java/com/example/provider/service/CmsConfServiceImpl.java
75e7dbd6fb157577770b0a7f9a2a333f973ee6c4
[]
no_license
zdbao/dubbo2springCloud
1b197b2264868011f96ccdefb0e2a10b2dd372bc
af847c4f7b25e2d8e116449273ea9ddd75451b28
refs/heads/master
2022-06-28T19:49:36.988949
2020-03-02T10:46:09
2020-03-02T10:46:09
243,706,458
1
1
null
2022-06-17T02:58:38
2020-02-28T07:45:22
Java
UTF-8
Java
false
false
1,963
java
package com.example.provider.service; import com.alibaba.fastjson.JSON; import com.example.provider.dto.CmsConfList; import org.apache.dubbo.config.annotation.Service; import org.springframework.util.Assert; import java.util.*; @Service public class CmsConfServiceImpl implements CmsConfService{ @Override pu...
[ "85004510@qq.com" ]
85004510@qq.com
81bec235f093fc344ce66031c65394f057dbe72e
b2c250888458d48c5c3f6f61378bd913a324ef03
/src/main/java/com/panda/study/design/pattern/delegate/employ/Boss.java
1e261e02bc4e7d958845665e2dcb0955ce753092
[]
no_license
zhangwei921003/design-principle
c69721334382676385c6d00a7b24dfa1ae9fa821
e1ece7914a52b7d19a582ae22466254337b5e55e
refs/heads/master
2022-12-21T08:59:02.078235
2020-03-31T08:31:47
2020-03-31T08:31:47
247,595,936
0
0
null
2022-12-16T15:28:23
2020-03-16T02:46:49
Java
UTF-8
Java
false
false
168
java
package com.panda.study.design.pattern.delegate.employ; public class Boss { public void command(String task, Leader leader) { leader.doing(task); } }
[ "wei.zhang5@baozun.com" ]
wei.zhang5@baozun.com
16affce2b1bcb4d89abbd8c55e8c866642ae7e81
4f725e2596813d9ecd00b0b103e90800d48fb24e
/prj/src/main/java/co/park/prj/common/Home.java
36c7815ede608af74ca7eddb32e40db0933af886
[]
no_license
dngur1278/JSP
cb1385547b77ac4a65df6781a839dfce42dea8bf
7496ded0ed9f4c5902572d7c118edb33e08f6833
refs/heads/master
2023-06-27T19:17:11.413240
2021-08-02T18:17:38
2021-08-02T18:17:38
388,379,149
0
0
null
null
null
null
UTF-8
Java
false
false
322
java
package co.park.prj.common; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; public class Home implements Command { @Override public String execute(HttpServletRequest request, HttpServletResponse response) { // TODO Auto-generated method stub return "home/home"; } ...
[ "dngur1278@naver.com" ]
dngur1278@naver.com
8f5b0514b2c4c81a4527add2b9a34fb525687361
0ca74be41f99150e743e2ef9083c3fd578d6be3c
/ToDo_App/src/main/java/com/bridgeit/todo/user/utility/UserEmailNotFound.java
0a4bf29fbea8da325e18be646f5e3040c2980e08
[]
no_license
FAIROJ123/ToDo
08301058d7e344dcc68437f84eb1ad19321396ed
9df902ec68ed50cfe75c498c3f2419f43084fbd7
refs/heads/master
2020-03-22T05:32:38.195512
2018-08-28T05:08:03
2018-08-28T05:08:03
139,573,344
0
0
null
null
null
null
UTF-8
Java
false
false
163
java
package com.bridgeit.todo.user.utility; public class UserEmailNotFound extends Exception{ public UserEmailNotFound(String msg) { super(msg); } }
[ "you@example.com" ]
you@example.com
db480852d3eb730ba1cdbe00403073bb0ec847b1
9a8e3137db2b3e29dceb170887144e991974c1f2
/rsc/rsc/TheLoveMachine/TLM/KeyHandler.java
5a066d50de5d9542b15148a955a11f58b5091bbd
[]
no_license
drewjbartlett/runescape-classic-dump
07155b735cfb6bf7b7b727557d1dd0c6f8e0db0b
f90e3bcc77ffb7ea4a78f087951f1d4cb0f6ad8e
refs/heads/master
2021-01-19T21:32:45.000029
2015-09-05T22:36:22
2015-09-05T22:36:22
88,663,647
1
0
null
2017-04-18T19:40:23
2017-04-18T19:40:23
null
UTF-8
Java
false
false
444
java
// Decompiled by DJ v3.7.7.81 Copyright 2004 Atanas Neshkov Date: 19/09/2004 20:04:12 // Home Page : http://members.fortunecity.com/neshkov/dj.html - Check often for new version! // Decompiler options: packimports(3) // Source File Name: KeyHandler.java import java.awt.*; public interface KeyHandler { ...
[ "tom@tom-fitzhenry.me.uk" ]
tom@tom-fitzhenry.me.uk
cf625933657a5669cce9ce38a5e1df5fb4b76f18
4f51388d0217982d540ea0930c2ce021e7f49c79
/basic-code/day02-code/src/cn/itcast/day06code/Demo01/Demo04Student.java
04ab7a7c15497035a55d541e4612f9a61d20b7c0
[]
no_license
Miku-1/IdeaProjects
4cae4861e8699433f096a2a2d5f59a0da1e048cf
aa623294930ce55a7ece2ef04c6b9f257047c9fc
refs/heads/master
2022-08-22T17:44:06.573392
2019-12-21T07:37:09
2019-12-21T07:37:09
226,094,917
0
0
null
null
null
null
UTF-8
Java
false
false
300
java
package cn.itcast.day06code.Demo01; public class Demo04Student { public static void main(String[] args) { Student stu1 = new Student(); Student stu2 = new Student("南球",22); // System.out.println(stu1); System.out.println(stu2.getName()+stu2.getAge()); } }
[ "huanyue521@outlook.com" ]
huanyue521@outlook.com
6ff64b8fb9e0082b6209a93be1b2eb3e63cf03d2
2ec14c0ec6b9460a370bc3c181b2dac40188f327
/Project_Folder/group14/app/src/main/java/calculotprototype/g14/cmpt276/calculot_prototype/Classes/CrystalBall.java
0e5043ca21389092c295f01645382ba83f6f81e7
[]
no_license
jacebedo/Calculot_276
13694b653da20af97f06ecea415d4dd5a4fe4125
eddb676a76efc08146d0f330460ae0283f24dd36
refs/heads/master
2021-01-22T17:53:05.574697
2017-09-04T22:21:29
2017-09-04T22:21:29
102,407,251
0
0
null
null
null
null
UTF-8
Java
false
false
978
java
package calculotprototype.g14.cmpt276.calculot_prototype.Classes; public class CrystalBall { //fields private float Mass = 360; //initial shell filled (+1%)? for second chance private int ShellLevel = 1; private int ShellLevelMax; float ShellWidth; //Constructor CrystalBall(int _ShellLevel...
[ "kza21@sfu.ca" ]
kza21@sfu.ca
ea24849ec94af1db37f1dac323d4b17a677e4353
346caf3e07cc60d1463b9ca1d3bca698796c7160
/src/Fundamentals/BasicProgModel/Exec_1_1_21.java
0b26b168c1ebbdb2a2a8bd13422b2b4eaadabd25
[]
no_license
dadisdad/AlgorithmSedgewickJava
678c12fd8924244551febd1ee77930a700164e2a
87e58d27409498ee67fea02829a8bb1eba6691d4
refs/heads/master
2021-09-10T22:19:09.040514
2018-04-03T07:37:20
2018-04-03T07:37:20
90,644,033
0
0
null
null
null
null
UTF-8
Java
false
false
473
java
package Fundamentals.BasicProgModel; import Std.In; import Std.StdIn; import Std.StdOut; /** * Created by dadisdad on 2017/7/5. */ public class Exec_1_1_21 { public static void main(String[] args) { String ss = StdIn.readLine(); String[] a = ss.split(" "); double b = Double.parseDouble(...
[ "1030839531@qq.com" ]
1030839531@qq.com
ab6145903e4123caecaa5be93d2f00d7ca3e3f70
f4e15ee34808877459d81fd601d6be03bdfb4a9d
/com/sun/tools/xjc/reader/annotator/RelationNormalizer.java
eca48406a7c51cc446c6a99d56a0efb62eba843e
[]
no_license
Lianite/wurm-server-reference
369081debfa72f44eafc6a080002c4a3970f8385
e4dd8701e4af13901268cf9a9fa206fcb5196ff0
refs/heads/master
2023-07-22T16:06:23.426163
2020-04-07T23:15:35
2020-04-07T23:15:35
253,933,452
0
0
null
null
null
null
UTF-8
Java
false
false
17,243
java
// // Decompiled by Procyon v0.5.30 // package com.sun.tools.xjc.reader.annotator; import com.sun.msv.grammar.util.ExpressionPrinter; import com.sun.msv.datatype.DatabindableDatatype; import com.sun.tools.xjc.grammar.xducer.Transducer; import com.sun.msv.datatype.xsd.XSDatatype; import com.sun.msv.datatype.xsd.Stri...
[ "jdraco6@gmail.com" ]
jdraco6@gmail.com
315ab8dcdb809fec3e81e32691f8a6dfc172b53e
702193b0a97f4e5b8a7a37e8add77c4df04133bf
/springmore-easygrid/src/main/java/org/easygrid/action/ExcelExportAction.java
85c7d6802d4ea37255defcc30e11e991a67fbb3c
[]
no_license
popotans/springmore
5c25e7a86dbde94db3e6d45468b23914b3ac8684
842fe1b040c04ae8d66609e068db994c0895c72b
refs/heads/master
2021-01-25T13:29:13.731684
2017-03-23T05:55:49
2017-03-23T05:55:49
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,441
java
package org.easygrid.action; import java.util.List; import org.apache.log4j.Logger; import org.apache.struts2.convention.annotation.Action; import org.apache.struts2.convention.annotation.Namespace; import org.apache.struts2.convention.annotation.ParentPackage; import org.easygrid.excel.ExcelWriter; import org...
[ "tangyanbo1110@126.com" ]
tangyanbo1110@126.com
18e3882dd7ae97ca4e982afa67be7b55219c0614
a19c14bd99ccc95baddf56f18c8ee6680c79fae2
/src/com/bcas/thread/TestJoinMethod1.java
43bf1ae0747bac5626a459a3bdeb4c1d064ae240
[]
no_license
bcascsd8/MyJava
dc273f2724556cde70aedddb68b26da5b675372c
ddb0d4bf1f96d070a4b2c228c1e004350a2dd667
refs/heads/master
2021-01-22T19:23:00.105782
2017-08-19T06:05:05
2017-08-19T06:05:05
100,773,765
0
0
null
null
null
null
UTF-8
Java
false
false
549
java
package com.bcas.thread; class TestJoinMethod1 extends Thread { public void run() { for (int i = 1; i <= 5; i++) { try { Thread.sleep(500); } catch (Exception e) { System.out.println(e); } System.out.println(i); } } public static void main(String args[]) { TestJoinMethod1 t1 = new TestJoi...
[ "31151574+bcascsd8@users.noreply.github.com" ]
31151574+bcascsd8@users.noreply.github.com
57c68dc44972f1908559321ab77ec100432f3d09
1019d840bbf3228909a0ae0283d31e39293c4900
/src/main/java/com/kosenkova/telegrambot/model/InteractiveMode.java
6a046ebb2bda79d9c8c1691194944b5b9b847575
[]
no_license
MaximUlianov/telegram-bot
73283b45c29d23ccc37190694727a75a414675b8
a75bed51bc5234e12f98fb034a776b01df1ada35
refs/heads/master
2023-05-03T07:56:57.289137
2021-05-24T21:16:49
2021-05-24T21:16:49
369,853,188
0
0
null
null
null
null
UTF-8
Java
false
false
102
java
package com.kosenkova.telegrambot.model; public enum InteractiveMode { QUESTION, REQUEST }
[ "umaxim2000@mail.ru" ]
umaxim2000@mail.ru
57be8bd0927b43a5adbd2c4d5ed6b4a065794ec2
2adbdc8832756dea8be62a6b9d456f394b9b2e9a
/timeseries-sources/alphavantage4j/src/main/java/org/patriques/output/technicalindicators/HT_DCPHASE.java
e2feb8df70b3a884a13370b53bf81bc0cd6d0181
[ "Apache-2.0" ]
permissive
leonarduk/pension-risk-management-system
71ba4db9a4d1d3ba8bd0917e54c7e903cab2acae
a4236001e4a4fd9f6a40f43ff96b217152dd1dfa
refs/heads/master
2023-08-17T04:23:13.608411
2023-08-15T17:24:21
2023-08-15T17:24:21
87,567,764
0
0
null
2023-09-06T06:10:25
2017-04-07T16:52:07
Java
UTF-8
Java
false
false
1,994
java
package org.patriques.output.technicalindicators; import org.patriques.input.technicalindicators.Interval; import org.patriques.output.JsonParser; import org.patriques.output.technicalindicators.data.IndicatorData; import java.util.ArrayList; import java.util.List; import java.util.Map; /** * Representation of the ...
[ "github@leonarduk.com" ]
github@leonarduk.com
9b9159693a7e9fe587a4bd7d9bcf098cfeb62619
060da70d01f8c35556409ce99cfe30dfe799d5e6
/src/main/java/G37_Reto3/Servicios/ServiciosMensaje.java
3c98590026ef700a6bed0dcecea29c0c7df54a99
[]
no_license
MaicolMoreno/Reto3
c734d72ad2d720ce02f808d78d6261cce2292d6b
6a566f2876e0d156516531a37c188779de8b6640
refs/heads/master
2023-08-16T02:42:14.000396
2021-10-23T02:56:10
2021-10-23T02:56:10
419,554,968
0
0
null
null
null
null
UTF-8
Java
false
false
1,974
java
/* * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license * Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template */ package G37_Reto3.Servicios; import G37_Reto3.Modelo.Mensaje; import G37_Reto3.Repositorio.RepositorioMensaje; import j...
[ "maicol.moreno.mt@correo.usa.edu.co" ]
maicol.moreno.mt@correo.usa.edu.co
91c612757f7bfc34f32056303a800762c6e746c2
3a8d6ae49beca8ef7d07a162c493a1d67784088d
/app/src/test/java/com/lantier/xxb_student/ajustpan/ExampleUnitTest.java
0bd10037e65d97f20f574a7353c86c66fc00640c
[]
no_license
lantier743865/WuZiQi
69539dec975a7bef5b769edb7f06197cdade08c8
bda977938fb4d4903c9b1acbe6cc90d38e9669d8
refs/heads/master
2021-01-23T04:08:48.310966
2017-03-28T14:03:52
2017-03-28T14:03:52
86,156,751
0
0
null
null
null
null
UTF-8
Java
false
false
410
java
package com.lantier.xxb_student.ajustpan; 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 p...
[ "wuxiaolong@xuexibao.cn" ]
wuxiaolong@xuexibao.cn
adbb80dc435424ab1403f6fad72537a64ffa653e
aca4645d833d1c07db1c891f1869d39ec391cc40
/src/test/java/MybatisTest.java
76f0ac022db02e2572fed733ac004fbcb6ed3459
[]
no_license
JXY3511088jxy/mybatis-demo
2d0442dfd6aaf467752a4cec24aee6fba08d2d95
50eca743aebb29e6af204fd976ff280eb891f28c
refs/heads/master
2022-07-24T00:45:37.907589
2019-11-13T09:47:51
2019-11-13T09:47:51
221,164,385
0
0
null
2022-06-21T02:13:18
2019-11-12T08:12:09
Java
UTF-8
Java
false
false
1,139
java
import com.jxy.mybatis.pojo.User; import org.apache.ibatis.io.Resources; import org.apache.ibatis.session.SqlSession; import org.apache.ibatis.session.SqlSessionFactory; import org.apache.ibatis.session.SqlSessionFactoryBuilder; import java.io.InputStream; public class MybatisTest { public static void main(String[...
[ "765101769@qq.com" ]
765101769@qq.com
a2b932f69e1078e2083405cdbd76ba369dbf7f5a
7f261a1e2bafd1cdd98d58f00a2937303c0dc942
/src/ANXCamera/sources/android/support/v4/provider/RawDocumentFile.java
db03374e77e7f75800d8ecb4ee1154e05adb0be0
[]
no_license
xyzuan/ANXCamera
7614ddcb4bcacdf972d67c2ba17702a8e9795c95
b9805e5197258e7b980e76a97f7f16de3a4f951a
refs/heads/master
2022-04-23T16:58:09.592633
2019-05-31T17:18:34
2019-05-31T17:26:48
259,555,505
3
0
null
2020-04-28T06:49:57
2020-04-28T06:49:57
null
UTF-8
Java
false
false
4,164
java
package android.support.v4.provider; import android.net.Uri; import android.util.Log; import android.webkit.MimeTypeMap; import java.io.File; import java.io.IOException; import java.util.ArrayList; class RawDocumentFile extends DocumentFile { private File mFile; RawDocumentFile(DocumentFile parent, File file...
[ "sv.xeon@gmail.com" ]
sv.xeon@gmail.com
6d04e507fc43aef47073b6acb21dca937e27c4be
d4dbd8c7e6093bf108c6073838744e4ab42ec111
/src/main/java/com/ya/model/user/Credential.java
a64e4eb26cd4c9fecac00641dc86c236ace117a8
[]
no_license
alefebvre-fixit/ya-app
176de925cf4479c9e7497e667d649fc59535a914
51f3bb8e35ddadc05e53019435763216b21112d4
refs/heads/master
2021-05-04T10:49:00.605506
2017-07-21T15:42:29
2017-07-21T15:42:29
48,670,132
0
0
null
null
null
null
UTF-8
Java
false
false
883
java
package com.ya.model.user; import org.springframework.data.annotation.Id; import org.springframework.data.mongodb.core.mapping.Document; @Document(collection = "Credential") public class Credential { public Credential() { } public Credential(String username, String password) { this.username = username; this....
[ "antoinelefebvre@gmail.com" ]
antoinelefebvre@gmail.com
01ed4a16409a0cedcd27ae9e3d2b55b2d964c33f
23c4d67762414a2c05805b00d88469574e9a776f
/src/test/java/live/gatisoft/storerequestscontrol/common/schema/UserTest.java
ce8533762dc1f4598e0a9d65856b08fcbabf8e01
[]
no_license
viniciusgati/store-requests-control
aeb155b5e570e8b95cfe1c4b0104a58b256dd66b
504453676d1db49bb57e9a49eb7e6662a4cb0f76
refs/heads/master
2023-08-27T12:11:09.855242
2021-10-26T21:54:53
2021-10-26T21:54:53
401,453,837
0
0
null
2021-09-17T20:00:11
2021-08-30T18:55:06
Java
UTF-8
Java
false
false
1,622
java
package live.gatisoft.storerequestscontrol.common.schema; import live.gatisoft.storerequestscontrol.security.services.BCryptService; import org.junit.jupiter.api.DisplayName; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.*; class UserTest { User user = new User(); @Test ...
[ "viniciusgati@gmail.com" ]
viniciusgati@gmail.com
ca29f13e41140cfdb75a91d8437d04d2ad3f28c6
daff5f6fe8747ac3e11124cbc3fcf5f7f412abd8
/Sesion5/src/exceptions/Calculadora.java
a19bac1a8b0bf45419f5856ce789f82b76e23112
[]
no_license
jalmx/diplomado-java-2019
b2f38f5e13e4dec0cbaf8922bc13eae93bef7bd3
9dbc0c7c141fef85467a325a69ed393ef87f8259
refs/heads/master
2020-06-08T07:53:36.993651
2019-08-14T20:53:29
2019-08-14T20:53:29
193,190,911
0
0
null
null
null
null
UTF-8
Java
false
false
1,319
java
package exceptions; import java.util.InputMismatchException; import java.util.Scanner; public class Calculadora { public static void main(String[] args) { Scanner sc = new Scanner(System.in); //Bloque try-catch // try { // //aqui todo el codigo // } catch (Exception/*ti...
[ "jalm_x@hotmail.com" ]
jalm_x@hotmail.com
f666b08cae8abdea992f792da990298b5c1b6bb4
3dbb0236fa811637ecc99bf385985fcf64e9dd04
/ssh/src/main/java/es/ssh/ssh/SSHAuthenticator.java
99ad18f03a0c379fb996c81c337939bcbe5c44dc
[]
no_license
jonanFan/mediplus
f50a7c304ef2858d28f0112de693feb951ffe8c2
7371665f77293bb7e87993ad89df8dafa0c996b2
refs/heads/master
2021-05-31T06:21:30.346812
2016-04-25T15:42:04
2016-04-25T15:42:04
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,680
java
/****************************************************************************** * * Copyright (c) 1998,99 by Mindbright Technology AB, Stockholm, Sweden. * www.mindbright.se, info@mindbright.se * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU...
[ "fandino1994@gmail.com" ]
fandino1994@gmail.com
5d571b42b3e910f23320358b47481f924cf8c11b
58229cf30ce3a20fc7c06cec57f0dbe4b2e97378
/src/main/java/frc/robot/commands/ToggleOperatorControls.java
1f46b78d701ebea0368261b0b960a617cd7de4a5
[]
no_license
discobots2587/2019-DeepSpace
42145be54d1f712478a1e8b1bffa6f76359ac770
430913c7435db1105c9d999d9fe8f248533c5928
refs/heads/master
2020-04-16T08:06:54.068143
2019-04-03T02:10:23
2019-04-03T02:10:23
165,412,269
2
0
null
2020-02-12T22:29:07
2019-01-12T16:54:39
Java
UTF-8
Java
false
false
1,428
java
/*----------------------------------------------------------------------------*/ /* Copyright (c) 2018 FIRST. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of...
[ "casebriscoe@gmail.com" ]
casebriscoe@gmail.com
a883f20a5a3cf415e8785fae335c298e71eca737
396a67f596ef792558eee4e775a0596542bfca23
/src/main/java/ch/thn/datatree/printer/TreePrinterUtil.java
defa2a30a4fc89597f5a478fb015a9f09b6da3bf
[ "Apache-2.0" ]
permissive
thnaeff/DataTree
6e70c50a236308826790b4a20fd7ac4dc58eaa50
3a44202518ae382f6d33675fd53ee07a919c7e6b
refs/heads/master
2021-01-14T08:22:55.818663
2017-02-04T16:56:33
2017-02-04T16:56:33
47,307,304
0
0
null
null
null
null
UTF-8
Java
false
false
5,215
java
/** * Copyright 2015 Thomas Naeff (github.com/thnaeff) * * 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...
[ "tnaeff@mmm.com" ]
tnaeff@mmm.com
1247b037a716230839f6d6ba62cca41fc79d5749
ba3b25d6cf9be46007833ce662d0584dc1246279
/droidsafe_modified/modeling/api/android/filterfw/core/GLEnvironment.java
718396b1b868fd67a7d870abb9587e6653e12f42
[]
no_license
suncongxd/muDep
46552d4156191b9dec669e246188080b47183a01
b891c09f2c96ff37dcfc00468632bda569fc8b6d
refs/heads/main
2023-03-20T20:04:41.737805
2021-03-01T19:52:08
2021-03-01T19:52:08
326,209,904
8
0
null
null
null
null
UTF-8
Java
false
false
17,275
java
/* * Copyright (C) 2015, Massachusetts Institute of Technology * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version....
[ "suncong@xidian.edu.cn" ]
suncong@xidian.edu.cn
03e36276ef2049ab3b35eee7319d5033ba1c52f0
206790e1a951303f303761eb1fedad885e84879b
/Leetcode/findMinHeightTrees.java
f03b18ec8a1fd6765b2cef0147fd33282902cf6a
[]
no_license
Mehvix/competitive-programming
b8a8026797b6bb192eefaa68ac49b5db86e02e06
4f11b8f59d475cea4419806725c2652f95bab4bc
refs/heads/master
2022-11-04T10:39:57.381488
2020-06-22T15:47:00
2020-06-22T15:47:00
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,971
java
import sun.awt.image.ImageWatched; import java.util.*; // Definition for a Node. class Node { public int val; public List<Node> children; public Node() {} public Node(int _val) { val = _val; } public Node(int _val, List<Node> _children) { val = _val; children = _chil...
[ "mehvix@protonmail.com" ]
mehvix@protonmail.com
47251d9f7dd5174050561f4ac29fa10603d88d82
0f01c393193d0d8ab4bf5f1a6e0064c9d99477ab
/utils/EsperaComboTerValor.java
1095d418a0d0c55a59d24c9215a73a341f851ab9
[ "MIT" ]
permissive
raffathamires/SeleniumAvancado
ea6d267479e21c9c8390c1e0f6a50184210729c8
6a4339d1f9f5f05ef23a7a2c327a32e7af6ac392
refs/heads/master
2020-03-27T11:02:49.500014
2018-09-11T18:22:24
2018-09-11T18:22:24
146,461,492
0
0
null
null
null
null
UTF-8
Java
false
false
527
java
package utils; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.support.ui.ExpectedCondition; import org.openqa.selenium.support.ui.Select; public class EsperaComboTerValor implements ExpectedCondition { private WebDriver driver; private By combo; public EsperaCom...
[ "raffaela_monteiro@sicredi.com.br" ]
raffaela_monteiro@sicredi.com.br
cab52d63d81a241b2fd5594a4fb6b773e3813200
4e2d11b5c8565c6bc49188a8d5c9fc941633b3aa
/fbs/order-service-consumer/src/main/java/com/atguigu/gmall/MainApplication.java
9dd4ccf0c2c504d276dbe0562a4d2a12f1323e7c
[]
no_license
amor949/test
87f673c82f22c4af58c6c27f22be9c1f6235c446
2ac08ddbbc5b66dbbdaa9ed650e3e772eee646d3
refs/heads/master
2020-04-03T21:01:36.856028
2018-10-31T14:02:39
2018-10-31T14:02:39
null
0
0
null
null
null
null
UTF-8
Java
false
false
557
java
package com.atguigu.gmall; import gmall.service.OrderService; import org.springframework.context.support.ClassPathXmlApplicationContext; import java.io.IOException; public class MainApplication { public static void main(String[] args) throws IOException { ClassPathXmlApplicationContext classPathXmlApplic...
[ "1312442746@qq.com" ]
1312442746@qq.com
ab534d0d6d7a650172c5d73331de3cee1195cf0f
c1e595db067fa273803cb6923a87daca0425c494
/jypx/jypx_webcontent/src/main/java/com/geekcattle/ServletInitializer.java
ef98814dd9e9b3b3d07855c5f53eb260eb316fca
[]
no_license
beichentest/jypx
859d944cfd14b2dd85a85fdcaf43a06f2c7877fb
28679f09323652579f0636456f27491c54ef591f
refs/heads/master
2021-09-03T21:15:33.147268
2018-01-12T02:32:43
2018-01-12T02:32:43
117,177,161
0
0
null
null
null
null
UTF-8
Java
false
false
573
java
package com.geekcattle; import org.springframework.boot.builder.SpringApplicationBuilder; import org.springframework.boot.web.support.SpringBootServletInitializer; /** * Title: ServletInitializer Description: �൱������Web.xml Company: * blog.csdn.net/lu1005287365/ * * @author L lulu * @version 1.0 */...
[ "beichen35@sina.com" ]
beichen35@sina.com
1473f4e35cfe1768814deaa249735f3c9647ea0d
782a1438f7b8dc0e1d569199490a75049bd4f5c3
/Car Sharing/Car Sharing/task/src/carsharing/CustomerAccount.java
4967564da1b818d13a53eb7fda41e6c6da214208
[]
no_license
shubha360/Hyperskill_Projects-Java
5bcd857c297ae4661cd29d27541cebd58a1700a8
ea04309168f446220173b07f77a8ee3526f3006f
refs/heads/main
2023-06-02T19:13:13.285056
2021-06-23T12:32:13
2021-06-23T12:32:13
346,686,810
8
3
null
null
null
null
UTF-8
Java
false
false
1,374
java
package carsharing; import java.util.Scanner; public class CustomerAccount { int id; String name; int rentedCarId; public CustomerAccount(int id, String name, int rentedCarId) { this.id = id; this.name = name; this.rentedCarId = rentedCarId; } public CustomerAccount(...
[ "shubha360@outlook.com" ]
shubha360@outlook.com
485419dabe2b3e9829a2623e88f9362f243d20c0
10aa61921217f4f6ea746ba3972653f2f0632817
/ACBH/ACBH.Droid/obj/Debug/android/src/md59913b075367b1ceab014c008cde85c21/MainActivity.java
a587be69a63db0a36527a226d090da2b8befe28a
[]
no_license
breeny/ACBH
34284e92a3f63a4583a9daa2307a72fd1e2cffd3
4f0f8283d594351d8c474e3514cb417b51ffbae7
refs/heads/master
2016-08-11T19:50:30.891099
2016-04-03T01:26:51
2016-04-03T01:26:51
55,289,389
0
0
null
null
null
null
UTF-8
Java
false
false
1,168
java
package md59913b075367b1ceab014c008cde85c21; public class MainActivity extends android.support.v7.app.AppCompatActivity implements mono.android.IGCUserPeer { static final String __md_methods; static { __md_methods = "n_onCreate:(Landroid/os/Bundle;)V:GetOnCreate_Landroid_os_Bundle_Handler\n" + ""; mo...
[ "abreeny@gmail.com" ]
abreeny@gmail.com
91b5a0ad72639540550472ee1dffcdbd58cf5d71
d56975dd9b322ae1687d5d8e9b656330c9baa927
/user-batics-server/src/main/java/com/vendor/service/IUserService.java
4317769728a9bd62c5c95b4b30c76db441c4bd29
[]
no_license
lipengyao2016/vendorSystem
04545bf50c5bdf92ba820dbe9b6c43ab92c56b59
9a2e5b57c5401ad97e0783fa59275ac349bd49aa
refs/heads/master
2022-06-26T14:45:47.679464
2019-06-17T08:11:43
2019-06-17T08:11:43
185,566,011
0
0
null
2022-06-21T01:08:52
2019-05-08T08:36:54
Lua
UTF-8
Java
false
false
587
java
package com.vendor.service; import com.vendor.entity.ListResponse; import com.vendor.bean.user.UserRoleOrgs; import com.vendor.bean.user.Users; import com.vendor.queryvo.user.UserCreateVo; import com.vendor.queryvo.user.UserQueryVo; import com.vendor.bean.user.UserRoleOrgQueryVo; public interface IUserService exten...
[ "yao50cn@163.com" ]
yao50cn@163.com
5a42b485a91bff159252235c77f2a8eb9899b241
f81ad73366cd4fede5c43851ad91a457f07c5f4f
/Java OOP Basics 20 Jun 2016/Hm02Methods/src/pr08_CarTrip/Car.java
d621a7a0211e29ecc8fe6341ee622b1f1e15555d
[]
no_license
aangelovangelov/Homeworks
ee4afb9067249c5720a621cb2700dde93e677821
58dfbebdbf87972f0205c61e172cb3ef00e372fd
refs/heads/master
2021-01-24T09:17:22.455566
2016-10-06T13:42:34
2016-10-06T13:42:34
69,881,493
0
0
null
null
null
null
UTF-8
Java
false
false
1,966
java
package pr08_CarTrip; public class Car { private Double speed; private Double fuel; private Double fuelEconomy; private Double distanceTraveled; public Car(Double speed, Double fuel, Double fuelEconomy) { this.speed = speed; this.fuel = fuel; this.fuelEconomy = fuelEconomy...
[ "a_angelov_angelov@abv.bg" ]
a_angelov_angelov@abv.bg
69a59c31fd275a20c698522e98b5e14a42bb670e
67cb2770ae5fcf7ba800c473c4d908cd9f8f8065
/src/main/java/dymn/demo/exception/BaseException.java
5091ad0e883d9017212dfbbd39c666479f59b7c7
[]
no_license
gregorio67/spring-boot
4dad2f7307d6792fa67934c5ea1ed262a7a4dfd1
ccb76f5fa883364f4ab52684a76b6d98a5ce70d2
refs/heads/master
2020-03-28T02:52:51.621534
2018-09-06T02:14:00
2018-09-06T02:14:00
147,604,620
0
0
null
null
null
null
UTF-8
Java
false
false
2,638
java
package dymn.demo.exception; import java.io.PrintWriter; import java.io.StringWriter; import java.util.Locale; import org.springframework.context.MessageSource; public class BaseException extends RuntimeException { private static final long serialVersionUID = 1L; private String message; private String code; ...
[ "kkimdoy@gmail.com" ]
kkimdoy@gmail.com
43d81014b289b4512825d9714b172a30423f7bb3
6ef645e3d013afa56c80794da831ce540d13bb4f
/jleopard/src/test/java/org/jleopard/jleopard/ApplicationTest.java
83584e4d5b624351e83918f0cbbe23c428160605
[]
no_license
imdog/jleopard
8c8f58b1a18fe5dfaa643a74897fdaccca1cd62f
c27f7d9e3a838d3c1edc2a1ec69e934288411ffe
refs/heads/master
2020-03-26T21:23:42.160586
2018-08-20T02:02:24
2018-08-20T02:02:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
9,930
java
package org.jleopard.jleopard; import java.sql.Connection; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import org.jleopard.core.Factory; import org.jleopard.core.sql.CreateTableSql; import org.jleopard.core.sql.SelectSql; import org.jleopard.core.sql.Sql; import org.jleopard.ex...
[ "80588183@qq.com" ]
80588183@qq.com
0faf968d49eb9b3b1dfcb8e7a6c09670cf66493c
8b5ff60ca76b06fb5b664d445ca6ccf9af43aca9
/app/src/main/java/com/example/cabbyapp/Login.java
21ffe612d3cc5e6e8cbf7c066e69a04421465155
[]
no_license
erickkaiserk/CabbyApp
ec35c71e64763e4311c1ad59644fd5d6594021b1
c0bf4450b874879b89b2542122d0fd9be1c8e8b9
refs/heads/master
2023-01-13T15:01:20.271766
2020-05-13T21:32:55
2020-05-13T21:32:55
263,747,847
0
0
null
null
null
null
UTF-8
Java
false
false
2,951
java
package com.example.cabbyapp; import androidx.annotation.NonNull; import androidx.appcompat.app.AppCompatActivity; import android.app.AlertDialog; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.Toast; import com.example.cabbyapp.Includes.ToolBar; import com.g...
[ "kaisero1010@gmail.com" ]
kaisero1010@gmail.com
82dbcd42e56a376bfb569485080ed662418fb0ff
a5d8ad024ca0085e79c5aaf0d2d0f758587ee3fa
/multithreadprogramming/src/chapter02/section03/thread_2_3_7/project_1_synchronizedUpdateNewValue/ThreadB.java
b4e6e913011a79c59e4bb583c3da0dc1c6b5673b
[ "Apache-2.0" ]
permissive
youaresherlock/multithreadingforjavanotes
12f99b19ed08b38466af31b993add67e8aff3818
b93b32f97f1d989ede69fdf39ab86687556828de
refs/heads/master
2020-03-27T06:28:01.585537
2018-11-05T14:42:15
2018-11-05T14:42:15
146,108,281
0
0
null
null
null
null
UTF-8
Java
false
false
282
java
package chapter02.section03.thread_2_3_7.project_1_synchronizedUpdateNewValue; public class ThreadB extends Thread{ private Service service; public ThreadB(Service service) { super(); this.service = service; } @Override public void run() { service.stopMethod(); } }
[ "2263194561@qq.com" ]
2263194561@qq.com
42eacc5a6f04568e0ae7184b14b5afb223cfc59c
f27c06d466cd65128d0d53c51542ee144d28e87c
/src/util/math/BinaryOperator.java
b063d09de786b3fb2c2a6ea7af8d4e2e3e749606
[]
no_license
leronen/leronen-java
f552217d0695795812a453340db5151031ad4a4c
8cc87472d2271afc44b06d050ca39f41929b1668
refs/heads/master
2021-12-10T05:51:48.941099
2021-11-30T08:26:02
2021-11-30T08:26:02
3,139,499
0
1
null
null
null
null
UTF-8
Java
false
false
125
java
package util.math; public interface BinaryOperator { public double calculate(double p1, double p2); }
[ "lauri.eronen@iki.fi" ]
lauri.eronen@iki.fi
064be35422e6b1ecf470ed7e92aa50aba6fc08b3
08be78ee28957fe393bea727228fbe13e5c00df1
/modules/webcloud/modules/webcloud-pseudocode/src/main/java/com/pseudocode/netflix/hystrix/core/HystrixCircuitBreaker.java
4adfdc439392eb87dbdc5bfa6feae42e85fcd9cc
[]
no_license
javachengwc/java-apply
432259eadfca88c6f3f2b80aae8e1e8a93df5159
98a45c716f18657f0e4181d0c125a73feb402b16
refs/heads/master
2023-08-22T12:30:05.708710
2023-08-15T08:21:15
2023-08-15T08:21:15
54,971,501
10
4
null
2022-12-16T11:03:56
2016-03-29T11:50:21
Java
UTF-8
Java
false
false
9,499
java
package com.pseudocode.netflix.hystrix.core; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.atomic.AtomicLong; import java.util.concurrent.atomic.AtomicReference; import com.pseudocode.netflix.hystrix.core.HystrixCommandMetrics.HealthCounts; import rx.Subscriber; import rx.Subscription; ...
[ "chengz@ccc.com" ]
chengz@ccc.com
e62e436360fe2ee250ac2fccc990021e4a00f037
6755ca830637f7b72063182ce09341b7155eff5b
/web/src/main/java/by/saidanov/auction/commands/impl/user/GoToRegistrationCommand.java
3c3a3617cf2fc335f03b696b4fd14fc7b7212e32
[]
no_license
ArtemSaidanov/Auction
e41819398b80ccdbbaab7eecdc5b2c75513fbf6e
4aa6f81c2f38730bf1c4a9e48397dbc308a26175
refs/heads/master
2021-01-18T20:31:41.829598
2017-04-17T14:42:59
2017-04-17T14:42:59
86,975,230
1
0
null
2017-04-17T14:42:59
2017-04-02T09:10:23
Java
UTF-8
Java
false
false
605
java
package by.saidanov.auction.commands.impl.user; import by.saidanov.auction.commands.BaseCommand; import by.saidanov.auction.constants.PagePath; import by.saidanov.auction.managers.ConfigurationManager; import javax.servlet.http.HttpServletRequest; /** * Description: Redirects to the registration page * * @author ...
[ "art.saidanov@yandex.ru" ]
art.saidanov@yandex.ru
839fb9187e0dbb2e9819b41538ca4dea2484c4c5
d1bd1246f161b77efb418a9c24ee544d59fd1d20
/android/mylibrary/trunk/src/org/anybox/android/library/app/MyAccountBinder.java
bc7ca7b846bcc935f3e8f1c338412d9ddce904b2
[]
no_license
navychen2003/javen
f9a94b2e69443291d4b5c3db5a0fc0d1206d2d4a
a3c2312bc24356b1c58b1664543364bfc80e816d
refs/heads/master
2021-01-20T12:12:46.040953
2015-03-03T06:14:46
2015-03-03T06:14:46
30,912,222
0
1
null
2023-03-20T11:55:50
2015-02-17T10:24:28
Java
UTF-8
Java
false
false
1,714
java
package org.anybox.android.library.app; import android.view.LayoutInflater; import android.view.View; import org.javenstudio.android.app.IActivity; import org.javenstudio.provider.app.anybox.user.AnyboxAccountBinder; import org.javenstudio.provider.app.anybox.user.AnyboxAccountProvider; public class MyAccountBinder ...
[ "navychen2003@hotmail.com" ]
navychen2003@hotmail.com
a2a9b0e876b0907a1026ee4628d5a2cae6ade5dc
ec2f1b12cf0c75f5d367d8463e0bea14ad44f57a
/app/serviceImpl/RecommendationServiceImpl.java
4b33631953092e3bdac259cbdb8228ef2f1724c6
[ "Apache-2.0" ]
permissive
SeWitt/StoreNRent
2358177e34a273ba018f9dda6cfd25529f43523f
277258ba0983d0f794a50cad8af0995841070c22
refs/heads/master
2021-01-21T08:01:50.689888
2014-06-29T22:06:25
2014-06-29T22:06:25
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,430
java
package serviceImpl; import java.util.Date; import java.util.List; import service.RecommendationService; import repository.RecommendationRepository; import models.Person; import models.Recommendation; import models.RecommendationSummary; /** * @author Sebastian * @version 1.0 * @created 23-Mai-2014 16:53:27 */ pu...
[ "sebi@witt-mann.de" ]
sebi@witt-mann.de
e9f06c3ed43d5dd7a5d4dbfdba9a6f2acdce4fd0
8613229c0dbfe5018245136aaa88859fc07325cc
/src/SimpleTomcat/Server/ServletInstance/Shutdown.java
7f941eae20119681a41f7b427cc8cb1d2a0aca4f
[]
no_license
shangyin/SimpleTest
27c2d0c67e4af82f35f72398703adec4ab42578e
c5bfe867ec2862259bada5aedf750a36b3900187
refs/heads/master
2020-07-08T00:00:54.628347
2016-09-11T08:08:58
2016-09-11T08:08:58
67,815,528
0
0
null
null
null
null
UTF-8
Java
false
false
427
java
package SimpleTomcat.Server.ServletInstance; import SimpleTomcat.Server.Request; import SimpleTomcat.Server.Response; import static SimpleTomcat.Util.*; /** * Created by 41237 on 2016/7/12. */ public class Shutdown implements Servlet { @Override public void service(Request request, Response response) { ...
[ "xxtsmail@qq.com" ]
xxtsmail@qq.com
4abda80b25c545824f7ce2d499dc20422166bba8
aecf49df2d88967b31e5b21db301166e34334794
/java/serviceconsume-feign/src/main/java/com/my/serviceconsumefeign/service/IHelloService.java
66f54efeba975bd7f81a637be5e71ff54f42cfe8
[]
no_license
DiaosX/springcloudstarting
68aa446ad523432cfd419c07ae4e289020863d86
09976e2ebb89540af33f059c1042662200dfcbe5
refs/heads/master
2022-07-26T16:32:53.523074
2019-05-30T10:18:33
2019-05-30T10:18:33
189,318,288
0
0
null
2022-07-07T23:15:24
2019-05-30T00:32:49
Java
UTF-8
Java
false
false
627
java
package com.my.serviceconsumefeign.service; import com.my.serviceconsumefeign.fallback.HelloServiceHystrix; import org.springframework.cloud.openfeign.FeignClient; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; import org.springframework.web...
[ "yangshengtao_cool@126.com" ]
yangshengtao_cool@126.com
2bf069b71d9aea37b9f22ee25fcc9e3cab02b01f
6d6a2896e206089fed182d93f60e0691126d889c
/weka/main/java/weka/attributeSelection/CostSensitiveASEvaluation.java
bcf4a9c9fdaaadc09597fe4cf43b5dae1d3206e8
[]
no_license
azizisya/benhesrc
2291c9d9cb22171f4e382968c14721d440bbabf2
4bd27c1f6e91b2aec1bd71f0810d1bbd0db902b5
refs/heads/master
2020-05-18T08:53:54.800452
2011-02-24T09:41:17
2011-02-24T09:41:17
34,458,592
2
0
null
null
null
null
UTF-8
Java
false
false
17,976
java
/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
[ "ben.he.src@f3485be4-0bd3-11df-ad0c-0fb4090ca1bc" ]
ben.he.src@f3485be4-0bd3-11df-ad0c-0fb4090ca1bc
ed4345f1899f58accc5985f96f1889996f84210e
8714a9c8271b5658a26369b16b0b6a730ce7616b
/sesionrdf/Tarea1.java
d35d469b3e2fbd893586f50585acfdf44b28fca8
[]
no_license
alfa310/gestion_del_conocimiento
1e7ba265c93259013baa37709acd25e031fdd5fa
6021110ab5ee40ac5a0aa032ecb19f6d645de8e4
refs/heads/main
2022-12-30T03:31:05.983644
2020-10-14T20:26:02
2020-10-14T20:26:02
303,585,455
0
0
null
null
null
null
UTF-8
Java
false
false
5,880
java
package sesionrdf; import java.util.*; import org.apache.jena.rdf.model.Model; import org.apache.jena.rdf.model.ModelFactory; import org.apache.jena.rdf.model.Property; import org.apache.jena.rdf.model.RDFNode; import org.apache.jena.rdf.model.Resource; import org.apache.jena.rdf.model.Selector; import org.apache.jena...
[ "berolatti.diego@pucp.pe" ]
berolatti.diego@pucp.pe
0eee90dede772ed415e138cfd1fbb2952b4a9770
653a8dc7283b49c8ab9916cef874f325fce55c82
/Project1/src/dev/tylerdclark/Utilities.java
55b1cd2f4f0a4f49f7c2bec84889ba4150f4658d
[ "MIT" ]
permissive
owoodworth/CMSC451
a758ed5f1578e5ebee26ecb532f3bc4a0b52abea
3853fb3951bdbb2b81fff4a531fba0844d11f440
refs/heads/main
2023-08-12T15:39:22.814571
2021-10-09T03:48:40
2021-10-09T03:48:40
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,139
java
package dev.tylerdclark; import java.util.Arrays; public class Utilities { /** * Calculates the average using the formula: sum of data / data count * * @param data to be averaged * @return average value */ protected static double getAverage(double[] data) { double sum = Arra...
[ "tylerc.thedeveloper@gmail.com" ]
tylerc.thedeveloper@gmail.com
2dc18aa5e779f0b89ba4367f82f7c103afc1d8c4
7de460270260ece904bfff3529b767ec15850512
/alpha-web/src/main/java/com/alpha/web/module/screen/api/department/PartnerDepartmentDel.java
2826313b390eff736afcb38db83c6b694ddd871f
[]
no_license
taoxiangxiang/alpha
8b7c0f8512a3d33b13706ff2f771790e2e1c4c8a
bf69fe6792c5a5bc308b2b83510c5c4b27dfdc9e
refs/heads/master
2021-01-18T22:29:13.558534
2018-05-12T14:28:15
2018-05-12T14:28:15
87,056,789
0
0
null
null
null
null
UTF-8
Java
false
false
1,858
java
package com.alpha.web.module.screen.api.department; import com.alibaba.citrus.turbine.Context; import com.alibaba.citrus.turbine.dataresolver.Param; import com.alpha.constans.SystemConstant; import com.alpha.domain.DepartmentDO; import com.alpha.domain.PartnerDepartmentDO; import com.alpha.domain.SystemAccountDO; impo...
[ "taoxiangxiang610@163.com" ]
taoxiangxiang610@163.com
11f8390603d1ba239eec5ca5f7a6285364cf359a
2a541959ca43a6819046643c2a1a018ac187115c
/src/java/org/dom4j/io/SAXModifier.java
818fe42b468fe2825179b6f06d8f9f3ed2bc31b9
[ "Plexus" ]
permissive
jenkinsci/dom4j
0f156d7562fd06e52daf0e83f69323c56a61050d
d309ee334f29a01e3fe6cc59512629284de32d82
refs/heads/patched
2023-06-02T04:51:54.331307
2017-11-27T20:29:12
2017-11-27T20:29:12
501,730
3
10
NOASSERTION
2020-02-11T01:59:00
2010-02-04T02:19:17
Java
UTF-8
Java
false
false
15,348
java
/* * Copyright 2001-2005 (C) MetaStuff, Ltd. All Rights Reserved. * * This software is open source. * See the bottom of this file for the licence. */ package org.dom4j.io; import java.io.File; import java.io.InputStream; import java.io.Reader; import java.net.URL; import java.util.HashMap; import java.util.Itera...
[ "kk@kohsuke.org" ]
kk@kohsuke.org
4a6408674e1ce7533e1767547ea203b340423763
8299350cf0b5167ba0246ffa745f89c433510d4c
/src/main/java/cybersoft/project/Elearning/role/service/RoleGroupServiceimpl.java
4e2c687096d7bb923eeacffb3c886f79694d2798
[]
no_license
lenguyenkhang1904/Elearning-main
7e96c39f0f5302a1264cdfad1a5450cc4b0b5230
364fedfcf0bbeefa982d5bbc7db67c2ee6579ef7
refs/heads/main
2023-07-11T07:15:20.723346
2021-08-29T14:06:51
2021-08-29T14:06:51
401,053,250
0
0
null
null
null
null
UTF-8
Java
false
false
1,169
java
package cybersoft.project.Elearning.role.service; import javax.validation.Valid; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import cybersoft.project.Elearning.role.dto.RoleDto; import cybersoft.project.Elearning.role.model.Role; import cybersoft.proj...
[ "79681550+lenguyenkhang1904@users.noreply.github.com" ]
79681550+lenguyenkhang1904@users.noreply.github.com
e2a0494adadda6801abc1e1fefe57f708978e5e6
8b36b765d5e05151edb67fd4fdc060ffd19f777d
/src/test/java/com/nebhale/newrelicservicebroker/catalog/CatalogControllerTest.java
8a69adda039593220ee20df54387a64b6a00c2e2
[ "Apache-2.0" ]
permissive
amulyas/new-relic-service-broker
48ec3ee428823fb8ca4579817e4b432bf01dbddb
8302ecf2448aa9e9b400030348d32d7a04fccf0c
refs/heads/master
2021-01-18T03:26:14.836688
2015-10-23T18:54:03
2015-10-23T18:54:03
44,832,050
0
0
null
2015-10-23T18:49:25
2015-10-23T18:49:24
null
UTF-8
Java
false
false
1,317
java
/* * Copyright 2014 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 applica...
[ "nebhale@nebhale.com" ]
nebhale@nebhale.com
75b7efc2dba979f89d134044886602c35fad4a2e
8a787e93fea9c334122441717f15bd2f772e3843
/odfdom/src/main/java/org/odftoolkit/odfdom/dom/element/text/TextAlphabeticalIndexMarkStartElement.java
5eabfaa26d78ae61f97a2b64e9a7b0ed53109e3a
[ "Apache-2.0", "BSD-3-Clause", "MIT", "W3C", "LicenseRef-scancode-proprietary-license", "LicenseRef-scancode-unknown-license-reference" ]
permissive
apache/odftoolkit
296ea9335bfdd78aa94829c915a6e9c24e5b5166
99975f3be40fc1c428167a3db7a9a63038acfa9f
refs/heads/trunk
2023-07-02T16:30:24.946067
2018-10-02T11:11:40
2018-10-02T11:11:40
5,212,656
39
45
Apache-2.0
2018-04-11T11:57:17
2012-07-28T07:00:12
Java
UTF-8
Java
false
false
9,757
java
/************************************************************************ * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER * * Copyright 2008, 2010 Oracle and/or its affiliates. All rights reserved. * * Use is subject to license terms. * * Licensed under the Apache License, Version 2.0 (the "Lic...
[ "dev-null@apache.org" ]
dev-null@apache.org
85fdac27fbad00d2b1839372ffc5009a889f009d
d27be23dc0fae7fbc7109b1f820f1d5bac77f6d1
/connecter/src/main/java/com/jyl/connecter/server/MyMessageProtocol.java
30523819834d5230512ec3c907c89d3331cab17f
[]
no_license
jyl2390446138/imLearn
1a9af204f9e62516dcb6a8866528db57cba2ef9e
8a03178a8fdb4b15215f28e1886eacb73bd489e1
refs/heads/master
2023-03-28T08:27:15.584183
2021-03-18T07:49:16
2021-03-18T07:49:16
348,983,349
0
0
null
null
null
null
UTF-8
Java
false
false
485
java
package com.jyl.connecter.server; /** * 自定义协议包 */ public class MyMessageProtocol { //定义一次发送包体长度 private int len; //一次发送包体内容 private byte[] content; public int getLen() { return len; } public void setLen(int len) { this.len = len; } public byte[] getContent() {...
[ "jjyyll595@163.com" ]
jjyyll595@163.com
ab0d4fb2cb864ed1abcd9558b70bc10f551fb7bf
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/XWIKI-14263-38-29-PESA_II-WeightedSum:TestLen:CallDiversity/com/xpn/xwiki/internal/template/DefaultTemplateManager_ESTest_scaffolding.java
628debb50e4ad00e89079667eea6217a2f26d220
[]
no_license
STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application
cf118b23ecb87a8bf59643e42f7556b521d1f754
3bb39683f9c343b8ec94890a00b8f260d158dfe3
refs/heads/master
2022-07-29T14:44:00.774547
2020-08-10T15:14:49
2020-08-10T15:14:49
285,804,495
0
0
null
null
null
null
UTF-8
Java
false
false
458
java
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Sat Apr 04 05:49:03 UTC 2020 */ package com.xpn.xwiki.internal.template; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import org.j...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
21404df6d281f073a3fe54d2e94d74be2cf8412d
726b135a26ad4afb1def8a0459b0756685b7a263
/Buoi4_P1_Bai2/Main.java
df89f8f718b98829412d11969ef7cf30d443e5d0
[]
no_license
lehongnhung2k2/NITC-JavaHomework
a4f598ceb480f5613cade6fb7d35c75d8194648c
5e701a8e4737742d01d04158cacd3a74ec18c57c
refs/heads/main
2023-08-28T21:18:05.841960
2021-10-19T17:57:59
2021-10-19T17:57:59
416,146,392
0
0
null
null
null
null
UTF-8
Java
false
false
2,768
java
package QuanLyTruongHoc; import java.util.ArrayList; public class Main { public static void main(String[] args) { ArrayList<MonHoc> list_Mon = new ArrayList<MonHoc>(); list_Mon.add(new MonHoc("Toán")); list_Mon.add(new MonHoc("Lý")); list_Mon.add(new MonHoc("Hóa")); ArrayList<GiaoVien> list_GV = new ...
[ "87715405+lehongnhung2k2@users.noreply.github.com" ]
87715405+lehongnhung2k2@users.noreply.github.com
b5502ac097f6937122b068a3cc7999f7a565c6c2
5eac9ba7487a4fb66fd23f0322799c97848b4435
/PAS/.svn/pristine/2d/2d575a46bc2bffceddd18ea1db54a9f19f654a25.svn-base
3ea4fed6a7b37392a6a1ac14819009bf7043ce8a
[]
no_license
mugi22/PAS
dbf637c18543906971dce1dc587e1fa51376a2f7
d10979e295826f648822fa577d778183beb218c7
refs/heads/master
2021-01-10T22:28:54.760297
2015-07-15T07:24:24
2015-07-15T07:24:24
35,809,023
0
0
null
null
null
null
UTF-8
Java
false
false
1,239
package co.id.pegadaian.pasg2.pojo; // Generated Mar 2, 2015 11:08:12 AM by Hibernate Tools 4.0.0 import java.math.BigDecimal; import java.util.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.Table; import javax.persistence.Temporal; import...
[ "mugihnf@gmail.com" ]
mugihnf@gmail.com
7baadb390a76cd540cbb946fd582ea2cc72639c0
26071175304a7636cc0473c3a8499f04e2dd864b
/person-parent/general-person-entities/src/main/java/com/kalix/general/person/entities/TeacherBean.java
257572737fe3bdf6f261a2f68b54ae03c51e06a7
[]
no_license
chenyanxu/general-parent
9a6c9badd6b0d6b89aae967bb8954d18787e2441
0dd4602def5e877f4a66e2daef33c14586ba42f3
refs/heads/master
2020-03-22T07:15:04.582780
2018-08-29T00:53:51
2018-08-29T00:53:51
139,688,751
0
0
null
null
null
null
UTF-8
Java
false
false
8,297
java
package com.kalix.general.person.entities; import com.fasterxml.jackson.annotation.JsonFormat; import com.kalix.framework.core.api.persistence.PersistentEntity; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import javax.persistence.Entity; import javax.persistence.Table; impo...
[ "150091225@qq.com" ]
150091225@qq.com
493bf2e2d80f1a7059f200a06bcbc720e411cf54
251536bd3c55b438538c256a1defeda78f7238e0
/opengl_tutorial/src/main/java/com/glumes/openglbasicshape/egl/EglActivity.java
615cb7f72c2cbf89bc657a20f32ce907245ff8bb
[]
no_license
glumes/AndroidOpenGLTutorial
c166671ed97f698331d97cb292e1cc16739530c0
23d87a9d52e3237c3add60d4dbb67d7ee3d553fa
refs/heads/master
2022-05-04T04:16:12.095247
2022-04-22T14:03:40
2022-04-22T14:03:40
97,850,730
273
62
null
2018-07-11T16:05:14
2017-07-20T15:23:31
Java
UTF-8
Java
false
false
1,206
java
package com.glumes.openglbasicshape.egl; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.SurfaceHolder; import android.view.SurfaceView; import com.glumes.openglbasicshape.R; public class EglActivity extends AppCompatActivity { private SurfaceView mSurfaceView; ...
[ "zhaoying9402@gmail.com" ]
zhaoying9402@gmail.com
fc927b22c74ecea5dc39f73f5b9f2ef9dc36c307
1043c01b7637098d046fbb9dba79b15eefbad509
/entity-view/api/src/main/java/com/blazebit/persistence/view/FlushOperationBuilder.java
41632df28be955212ae26b54883eefcd1eef42e9
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
ares3/blaze-persistence
45c06a3ec25c98236a109ab55a3205fc766734ed
2258e9d9c44bb993d41c5295eccbc894f420f263
refs/heads/master
2020-10-01T16:13:01.380347
2019-12-06T01:24:34
2019-12-09T09:29:49
null
0
0
null
null
null
null
UTF-8
Java
false
false
47,480
java
/* * Copyright 2014 - 2019 Blazebit. * * 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...
[ "christian.beikov@gmail.com" ]
christian.beikov@gmail.com