blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
7
332
content_id
stringlengths
40
40
detected_licenses
listlengths
0
50
license_type
stringclasses
2 values
repo_name
stringlengths
7
115
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
557 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
5.85k
684M
star_events_count
int64
0
77.7k
fork_events_count
int64
0
48k
gha_license_id
stringclasses
17 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
82 values
src_encoding
stringclasses
28 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
7
5.41M
extension
stringclasses
11 values
content
stringlengths
7
5.41M
authors
listlengths
1
1
author
stringlengths
0
161
3394b4aa1c16d0adff28e423c8893410e05f1278
9cfa4900641ab26f03ada690d80d40788c9b5ceb
/java_solution/BinarySearchTreeIterator_173.java
0f26ec4b1c1642d60cad77d71aa766cd7b3b3bd2
[]
no_license
PizzaL/LeetCode
5cae679125575dc1cfd9c54cd8f1b6590923e6ad
2966679200abf11a06cd40ca3ab13005b803ff0f
refs/heads/master
2022-03-01T23:49:36.735057
2019-09-02T08:46:52
2019-09-02T08:46:52
58,784,912
0
0
null
null
null
null
UTF-8
Java
false
false
511
java
class TreeNode { int val; TreeNode left; TreeNode right; TreeNode(int x) { val = x; } } public class BSTIterator { public BSTIterator(TreeNode root) { } /** @return whether we have a next smallest number */ public boolean hasNext() { } /** @return the next smalles...
[ "syluo1990@hotmail.com" ]
syluo1990@hotmail.com
8b14e7c69e295ca59a2f8bda2244aef163705fb1
a842e97c0cd30c2a0a162ae5e8630be6e7584863
/app/src/main/java/com/example/cinemaapp/view/owner/manageMovies/remove/ManageMoviesRemovePresenter.java
d34f5b1e8d55ce0caa33d64eab48f6765a9ca2f6
[]
no_license
ThanasisKl/CinemApp
5ecbb6b0c8daa4af05a57b75cfa4c84c51bd5582
74d496771c597fab4512553dd020ce60b078f470
refs/heads/main
2023-06-24T08:45:44.684418
2021-07-24T13:42:53
2021-07-24T13:42:53
389,107,308
1
0
null
null
null
null
UTF-8
Java
false
false
677
java
package com.example.cinemaapp.view.owner.manageMovies.remove; import com.example.cinemaapp.dao.memorydao.MovieDAOMemory; import com.example.cinemaapp.model.Movie; public class ManageMoviesRemovePresenter { private ManageMoviesRemoveView view; private MovieDAOMemory movies; private Movie movieToRemove; ...
[ "tklettas@gmail.com" ]
tklettas@gmail.com
fae09d8466f17b4fdc679c0cc29ce7e457b89093
a14e0a89e84efb26c11f6da99e2f84846650cb71
/src/test/java/com/monical/MockTest.java
d0d35751618ead0325e3dfbcd5f7f147fbab69a9
[]
no_license
ketue/misc
cdd4145d0d992e8bb86f2cb0187c79a2acdda708
c87cb58ddea9182b2ebdd9838ab8e0bbf0fd8806
refs/heads/master
2021-06-30T08:34:18.574489
2019-05-16T06:30:27
2019-05-16T06:30:27
94,887,663
0
0
null
null
null
null
UTF-8
Java
false
false
1,310
java
package com.monical; import com.google.common.collect.ImmutableList; import com.google.common.collect.Lists; import org.junit.Test; import java.util.LinkedList; import static org.mockito.Mockito.mock; import static org.mockito.Mockito.verify; import static org.mockito.Mockito.when; /** * @author zijie.cao * @date...
[ "caozijie@maoyan.com" ]
caozijie@maoyan.com
6e950a6fb14ba1115c4bf1a39934be54678c50ac
0a4bd46a1c92af00339a2c507ff03f136553bd0d
/src/main/java/com/teamtreehouse/meetup/domain/Comment.java
009f92788c71c04610d782fe4843a663bd4bb6b1
[]
no_license
RichardDuffy/improv-meetup
553aa9d14ef1b856745f873735c603f84b9653eb
5ecdf0761baaa71022bca5bd25cea11127aca7c9
refs/heads/master
2020-06-19T10:31:34.846587
2016-06-30T22:34:01
2016-06-30T22:34:01
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,001
java
package com.teamtreehouse.meetup.domain; import java.util.Date; import com.teamtreehouse.meetup.integration.Gravatar; public class Comment { private String mMessage; private String mPoster; private String mPosterEmail; private Date mPostedDate; public String getMessage() { return mMessag...
[ "craig@teamtreehouse.com" ]
craig@teamtreehouse.com
87b7c397f06a249cbb15f4f105ae300c9d2b93a9
7ecabba5af47f9e388f734a43365d877c33caba8
/mobile/app/src/main/java/com/am/a3dpernikguide/contract/callback/preferences/OnLoginPreferencesCallback.java
db2ed2a1a06d5a7f587bb2f211d99ca941893bb9
[]
no_license
DavidIvanov02/3DPernikGuide
8771af42ea43a6f7651bfe046bb1ca2bf0b99b73
d1264ea71e77b91ab91f016deafcf8af82569d5d
refs/heads/main
2023-05-26T09:05:58.824056
2021-06-08T13:44:49
2021-06-08T13:44:49
326,943,241
0
0
null
null
null
null
UTF-8
Java
false
false
184
java
package com.am.a3dpernikguide.contract.callback.preferences; /** * @author Created by Aleks Vasilev Milchov */ public interface OnLoginPreferencesCallback { void onSuccess(); }
[ "david4obgg1@gmail.com" ]
david4obgg1@gmail.com
27dd578f2a7e1ea47ef8e1e1e32c2ad4accc3902
4c364f90858a768640176228a8244327138b96d7
/app/src/main/java/com/a11/weather/MyApplication.java
738ebc4c9780fc6a0730f8784b880f5e42ea1779
[]
no_license
SpringRT/NewWeather
2208c17bf8aa10ed13ff8638399d7304f42c8754
b63e785e36a76fc50b553234b78aee489358cdde
refs/heads/master
2020-07-04T21:00:54.923969
2016-11-18T15:46:09
2016-11-18T15:46:09
74,142,808
0
0
null
null
null
null
UTF-8
Java
false
false
304
java
package com.a11.weather; import android.app.Application; import com.a11.weather.data.models.Weather; public class MyApplication extends Application{ public MyApplication(){ super(); } public static Weather currentWeather = null; public static boolean screenIsSet = false; }
[ "arinalucky97@gmail.com" ]
arinalucky97@gmail.com
ed59c94685b9b312052a852dad309d090a74cfd3
73b6eb52798ddce8b798b1bb056d805031cde1d6
/xiaoshixun/gekk/src/main/java/com/example/gekk/base/BasePresenter.java
54fb6f203447a33f9122f13715ae32b36c1aa932
[]
no_license
qizhiyangguang/geek
12c1f62a6975cd6b238ba5ec174494b2d24ec756
bca518c1016040b752408f84a1c355795645e7d9
refs/heads/master
2020-05-15T21:56:42.934100
2019-04-21T09:20:08
2019-04-21T09:20:08
182,512,806
0
0
null
null
null
null
UTF-8
Java
false
false
554
java
package com.example.gekk.base; import java.util.ArrayList; public abstract class BasePresenter<V extends BaseMvpView> { protected V mView; protected ArrayList<BaseModel> models=new ArrayList<>(); public BasePresenter() { initModel(); } protected abstract void initModel(); public void bin...
[ "2206411563@qq.com" ]
2206411563@qq.com
c43d58fc27b1877669577e21a1a3ffd0f9ca0453
d7d65f84ac32d0b097b52585fb01a8189915595a
/Solution/BackEnd-Spring/src/main/java/com/br/almoxarifado/entity/TokenGenerate.java
acdf0ab4deb861d9aef53a29e52fb134e679c709
[]
no_license
36239741/AlmoxarifadoMagaiver
22bc9968f56a796074e62b515aa6403d34dd95cc
3e8d8fe8add3ba5bb446b78ca28c12b1ead313a1
refs/heads/master
2023-01-11T12:31:06.783330
2019-12-13T01:20:20
2019-12-13T01:20:20
204,361,925
1
0
null
2023-01-07T12:46:26
2019-08-25T23:35:11
Java
UTF-8
Java
false
false
829
java
package com.br.almoxarifado.entity; import java.time.LocalDateTime; import java.util.UUID; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.persistence.JoinColumn; import javax.persi...
[ "henrique_nitatori@hotmail.com" ]
henrique_nitatori@hotmail.com
6195732b331c3875ad5fcc9e5599ac1c393afb8d
54cf47338064105ea184255dfe7013e56046810a
/src/main/java/vehicule/AutoVehicul.java
938477d238a433ee64ae0f115b47ee8eff978381
[]
no_license
staiu/oop
3c9f9360aec8ae1cce5e65f8bbe7424a847f496d
d882ce96565cdba674cf663788aaa834af3fcae5
refs/heads/master
2020-05-22T07:04:29.459985
2019-05-12T13:16:47
2019-05-12T13:16:47
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,050
java
package vehicule; /** * Orice clasa in java mosteneste o clasa numita Object */ public class AutoVehicul { public int nrRoti; protected String tip; private String numeClasa = AutoVehicul.class.toString(); int cevaDefault; public AutoVehicul(int numarRoti, String marcaAuto) { nrRoti...
[ "catalincimpoeru24@gmail.com" ]
catalincimpoeru24@gmail.com
b04f923c41ca0c97c8543fc937b09abe3c3a2ed3
38344764fb43e67513ac30f45ce69cff6b4f8472
/src/main/java/com/test/MongoMaven/strom/count/TestCountSpout.java
939d538ff69706ee97f89e650d89090769ded3bc
[]
no_license
txw905149425/MavenTest
148c09d175fa3249ccdd516b0807338f968deb9e
d77477ca521e0b81baa08d345fe302ca14c83fa0
refs/heads/master
2021-01-22T23:33:27.043338
2018-01-30T06:55:59
2018-01-30T06:55:59
85,650,583
6
0
null
null
null
null
UTF-8
Java
false
false
2,205
java
package com.test.MongoMaven.strom.count; import java.io.BufferedReader; import java.io.FileNotFoundException; import java.io.FileReader; import java.util.Map; import org.apache.storm.spout.SpoutOutputCollector; import org.apache.storm.task.TopologyContext; import org.apache.storm.topology.OutputFieldsDeclare...
[ "txw@gaodig.com" ]
txw@gaodig.com
763695de6fae55ca30ec51f47dcfd7424138f02e
ff8dac34d3473c0bcc8590d01dbf4030392146ac
/sip-proxy/src/gov/nist/sip/proxy/StopProxy.java
8572664608f11026b7199eb7bbe145cb84000599
[]
no_license
kostasrandy/SipNew
3127dbedd445b673e0ec9f009ba6b61e00945841
e0274ba743d8f79c26c30f3e9b9be089609ae552
refs/heads/master
2021-01-11T20:33:51.030164
2017-01-16T18:14:49
2017-01-16T18:14:49
79,144,375
1
2
null
null
null
null
UTF-8
Java
false
false
1,077
java
/******************************************************************************* * Product of NIST/ITL Advanced Networking Technologies Division (ANTD) * * Creator: O. Deruelle (deruelle@nist.gov) * * Questions/Comments: nist-sip-dev@antd.nist.gov ...
[ "gechatz@softlab.ece.ntua.gr" ]
gechatz@softlab.ece.ntua.gr
ca8020981927cac175ff9ed9a9acc18592babe4e
05d5b452fb116504906a4e5749ca5d6c64cc4a86
/test/scrumcourse/env/CourseTest.java
3f65b1b14562cc3c30c2a9e86c2dd414226ff9a5
[]
no_license
luisrovirosa/CSD-Course
f2ab9ddde86fa4706d73e52fec2e04377860a702
ba51fc7b1ad0ee1f46053cd50a234ffc6f59e132
refs/heads/master
2020-05-17T15:54:03.197551
2013-05-21T12:13:50
2013-05-21T12:13:50
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,714
java
package scrumcourse.env; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; import org.junit.Test; public class CourseTest { @Test public void createSimpleClass() throws Exception { Course course = new Course("maths"); assertEquals("maths", course.getName()); } // Needs...
[ "luisrovirosa@gmail.com" ]
luisrovirosa@gmail.com
305260f09ffd1206d781da301e6589addeee7ae6
20ae816fdc19bf6fab932e6d13c2a188c92f5595
/005-springboot/spring-boot-010-cach/src/main/java/org/clmmm/springboot010cach/controller/DepartController.java
94725ee6885a905101f8e364b6cb4e91ac2bcda8
[]
no_license
clxmm/newjava
5ee4d76e1e6fe81eac3b42790897facf81f1ce62
07a6d369632a3a899bb721fbc773fac0987bca65
refs/heads/master
2023-04-07T18:10:15.102148
2021-04-11T09:20:51
2021-04-11T09:20:51
291,996,933
0
0
null
null
null
null
UTF-8
Java
false
false
747
java
package org.clmmm.springboot010cach.controller; import org.clmmm.springboot010cach.bean.Department; import org.clmmm.springboot010cach.service.DepartMentService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind...
[ "meng_yme@163.com" ]
meng_yme@163.com
0a4d495a5a2d638bca2ae1866605485c4347f85c
07999918fc1df955c8b76ebce00ffac9fad2b606
/app/src/main/java/com/example/user/internproject/MoreFragment.java
de0f87c6334ab70c2fee59e4e90554ac958ed1fc
[]
no_license
sumonmd/Show-Employee-information-data-using-Firebase-and-Room-database.
3ea67510fc7dee7383e8ff455cc81d377084f943
cdc2db782eefbac3a90b7c6c415c5bbc2d418203
refs/heads/master
2022-01-18T18:40:45.692301
2019-07-21T08:49:02
2019-07-21T08:49:02
198,033,874
0
0
null
null
null
null
UTF-8
Java
false
false
562
java
package com.example.user.internproject; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.fragment.app.Fragment; public class MoreFragment extends Fragment { ...
[ "sumonjust50@gmail.com" ]
sumonjust50@gmail.com
ac7c3c37b81958a49c32a6d4112d9b9d032ffa9f
9c67007d899dbf8cff9711d9ae832866991145e8
/src/main/day08/ArrayTool.java
abe7c5f22f6e673b62cc3521b9a0b282404e60ab
[]
no_license
zhangyufeng12/Basis
ca82b0c7ec15888aa347597ad5e2307c402227fd
9165b6e751f434194fc28b77f0b88c30ba492bdc
refs/heads/master
2020-04-01T02:33:38.626591
2019-04-18T03:43:59
2019-04-18T03:43:59
152,784,425
0
0
null
null
null
null
UTF-8
Java
false
false
2,548
java
package main.day08; /** 建立一个用于操作数组的工具类,其中包含着常见的对数组操作的函数如:最值,排序等 。 @author 张三 @version V1.0 */ public class ArrayTool { ArrayTool(){}//该类中的方法都是静态的,所以该类是不需要的创建对象的。为了保证不让其他成创建该类对象 //可以将构造函数私有化。 /** 获取整型数组的最大值。 @param arr 接收一个元素为int类型的数组。 @return 该数组的最大的元素值 */ public static int g...
[ "zhangyufeng_v@didichuxing.com" ]
zhangyufeng_v@didichuxing.com
a0ca4741900ecedf9687c13dfe8bf42cb8709c73
ed2c74cfc8f54d0065ce4b2e1b5e1961d80ceae6
/appratedialog/src/main/java/com/swastik/appratedialog/RateManager.java
e5336f0098f446b4f010061b90c16e897db5f340
[ "Apache-2.0" ]
permissive
KetanChauhan/AppRateDialog
4b4989625e11fdef7ba3783ed9c813fed537b3d8
283af756c8e09a02221541bdba7dac65c04a7dfb
refs/heads/master
2020-03-23T21:40:26.019610
2018-07-27T06:19:25
2018-07-27T06:19:25
142,124,221
2
0
null
2018-07-27T06:00:39
2018-07-24T07:52:40
Java
UTF-8
Java
false
false
3,359
java
package com.swastik.appratedialog; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.content.pm.ApplicationInfo; import android.content.pm.PackageManager; import android.net.Uri; import android.util.Log; import java.util.List; public class RateManager { pr...
[ "chauhanketan73@gmail.com" ]
chauhanketan73@gmail.com
99044feeb0162d51d1c1224cd288d088b9a32e31
aaa018d13517b05c9001af66054585e0da839e70
/app/src/main/java/com/taocoder/pricemonitor/models/ApprovalsResult.java
fdfd1c5388c74bb82b49493c115bb5380b067cf2
[]
no_license
wahabtaofeeqo/price-monitor
419d444a06296157f4bf187b9e1978c63dead465
b88e6c1ae6636c52afaf211e637bb3c68ec48626
refs/heads/master
2023-01-01T08:58:21.582726
2020-10-19T09:28:43
2020-10-19T09:28:43
298,757,786
0
0
null
null
null
null
UTF-8
Java
false
false
1,008
java
package com.taocoder.pricemonitor.models; import java.util.List; public class ApprovalsResult { private boolean error; private String message; private List<Approval> approvals; public ApprovalsResult(boolean status) { this.error = status; } public ApprovalsResult(boolean status, Str...
[ "taofeekolamilekan218@gmail.com" ]
taofeekolamilekan218@gmail.com
115716680119ffec926b069058c99cb39391e957
ae74e2235d7df5c7bb19f90f75815f133e6b4066
/src/main/java/com/justice/repository/UserRepository.java
d6cbe12b7cc6b1ec55fb520447aa470df8cf0d33
[]
no_license
barthclem/Justine
78a2f272f7f644e722a23eba3e1aad757d07b5c9
9bfa8b600dea203d048243118ce82ff53bf13b1d
refs/heads/master
2021-01-19T10:18:26.913934
2017-02-16T13:33:08
2017-02-16T13:33:08
82,183,844
0
0
null
null
null
null
UTF-8
Java
false
false
271
java
package com.justice.repository; import com.justice.model.User; import org.springframework.data.repository.CrudRepository; /** * Created by aanu.oyeyemi on 1/4/17. * Project name -> demojustice */ public interface UserRepository extends CrudRepository<User,Long> { }
[ "aanu.oyeyemi@konga.com" ]
aanu.oyeyemi@konga.com
950d4d6f3244bf57f6eda21c936fd82952d6de6c
e5c481e6120c056f4e3e3ac8fb04cf076faf3043
/JavaModel/web/com/parks/promptmasterpage_impl.java
83ac810bc02bde5f823e3b1ec23358039d10b1fb
[]
no_license
gmelconian/Parks
f774c369359f5405c17a95d22ae63cbc45e43ce1
2321f5a0dcc6c59090da1669d756dbb0171f30ae
refs/heads/main
2023-08-25T00:27:44.482545
2021-10-20T17:47:33
2021-10-20T17:47:33
419,411,227
0
0
null
null
null
null
UTF-8
Java
false
false
27,428
java
package com.parks ; import com.parks.*; import com.genexus.*; import com.genexus.db.*; import com.genexus.webpanels.*; import java.sql.*; import com.genexus.search.*; public final class promptmasterpage_impl extends GXMasterPage { public promptmasterpage_impl( com.genexus.internet.HttpContext context ) { ...
[ "gabrielmelconian@gmail.com" ]
gabrielmelconian@gmail.com
548435fa1430c385d1f9325403e9523835d0b391
058c52b2bed9779e0dcc315c608f2dd6fdd06533
/leetcode/src/easy/BestTimetoBuyandSellStock.java
7dcafa48ebc3316d325fd10025db6404fce67d9a
[]
no_license
xiaohudui/leetcode
feb17d4562e9edd72949330f094de2162bc702de
7d0302475c62661394050773684b3cb963c81974
refs/heads/master
2021-01-10T01:19:10.604221
2015-10-12T06:32:42
2015-10-12T06:32:42
36,716,734
0
0
null
null
null
null
GB18030
Java
false
false
1,772
java
package easy; import java.util.HashMap; public class BestTimetoBuyandSellStock { /** * 思路一:找到所有极大值和极小值,加上开头结尾,放入map中在极大值极小值找到最优解(超时) */ public int maxProfit(int[] prices) { if (prices == null || prices.length < 2) { return 0; } int maxProfit = 0; HashMap<Integer, Integer> peeks = new Has...
[ "15501253762@163.com" ]
15501253762@163.com
a1163f9aa98a34ebf8ed817f925be51f81108fd6
7eae24bfa24294b20e8d46c5c5c849ea3a74b51d
/app/src/main/java/com/binzi/aop/proxy/ProxyActivity.java
3a1fbc265b0a80e3b1059919fed527775e0ca7b9
[]
no_license
huangyoubin/Android-AOP
bf8333669bf46a6b84f539fbacb0d162c927d468
2849273422c1aa683baed44542c7a31a48a84635
refs/heads/master
2022-11-19T17:09:57.530717
2020-07-22T03:39:32
2020-07-22T03:39:32
259,379,516
1
0
null
null
null
null
UTF-8
Java
false
false
712
java
package com.binzi.aop.proxy; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import com.binzi.aop.R; import java.lang.reflect.Proxy; public class ProxyActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedI...
[ "huangyoubin@gotokeep.com" ]
huangyoubin@gotokeep.com
05b757637977b563684fb21896264a6eb04c2bb4
6d858ed98415a4b83067c124bf6b0aad3e4f3fc0
/src/main/java/JobPortal/Application.java
7e280fd993c5789f497a97bccc0d9ff94142097c
[]
no_license
tjmorrissey/LinkdIn2.0_Sprint
662dd1c69594a8ae1a7a80d7a479d5d5192f650d
09c4d08b4a4cb64b378086fd42d53f81debddf69
refs/heads/master
2022-06-19T22:13:12.928039
2020-04-30T22:40:59
2020-04-30T22:40:59
257,409,643
0
5
null
2020-04-29T22:11:21
2020-04-20T21:37:14
JavaScript
UTF-8
Java
false
false
290
java
package JobPortal; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class Application { public static void main(String[] args) { SpringApplication.run(Application.class, args); } }
[ "60196631+tjmorrissey@users.noreply.github.com" ]
60196631+tjmorrissey@users.noreply.github.com
b7d70e270d00446b38e27fda215d4f25c46be5a7
687e916c1ed76025722ab791048cecd3fc570b45
/src/main/java/com/avaloq/api/service/impl/CombinationServiceImpl.java
f440cc2ab1d4a56cd81b2cdd137a251906cf2430
[]
no_license
mosesbc/dice-roll-service
297a38f9c1359c00880e584aa37891d30d86aaae
be36a4754516c1d0ba1119ab0cd13f3df40ed079
refs/heads/master
2021-03-20T12:14:30.798990
2020-03-16T03:30:11
2020-03-16T03:30:11
247,205,128
0
0
null
2020-10-13T20:21:00
2020-03-14T03:34:05
Java
UTF-8
Java
false
false
571
java
package com.avaloq.api.service.impl; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.avaloq.api.dao.CombinationDAO; import com.avaloq.api.model.Combination; import com.avaloq.api.service.CombinationService; @Service("com...
[ "mosescalma@gmail.com" ]
mosescalma@gmail.com
29748fb99d3492be8c0f4f820ec708cb03186c38
5188335c018b2751a9acb97dcb511d8866ad439b
/reverse2.java
691c84c5f665e7529cfd35a7585af35b7058badc
[]
no_license
Pavanjatla/java-programs
28cada401f0876afe68dbe3df987e249bf78bbbe
99103c930c8855ee03ae7e3099684f47f8cf89ea
refs/heads/master
2020-06-29T18:14:58.282924
2019-08-16T03:24:08
2019-08-16T03:24:08
200,589,336
0
0
null
2019-08-05T05:50:23
2019-08-05T05:40:16
null
UTF-8
Java
false
false
349
java
import java.util.*; public class reverse2 { public static void main(String[] args) { int i; System.out.println("enter a string"); Scanner obj=new Scanner(System.in); String a=obj.nextLine(); String reverse=" "; for (i=a.length()-1;i>=0 ;i-- ) { reverse=reverse + a.charAt(i); } Syst...
[ "noreply@github.com" ]
noreply@github.com
2a5690c79d1aec7bfc7b482eb1f79d922ab254ea
01b098e4495d49cd7be48609e70b5d87c78b7023
/docker/LIME Testbench/LimeTB/source/limec/src/main/java/fi/hut/ics/lime/isl_c/backend/BackEnd.java
2f17b2fb73a275b62b094ea6b4e26fe5b92dc7ed
[]
no_license
megamart2/integration
0d4f184f5aed44a3d78678a9813479d62709e9bb
7b6ee547f60493ab99f0e569f20c2024e6583041
refs/heads/master
2020-04-16T19:43:28.037748
2020-03-20T10:33:07
2020-03-20T10:33:07
165,871,359
3
0
null
null
null
null
UTF-8
Java
false
false
1,072
java
/** * Runs at the end of execution; the aspect(s) have been created and placed * into the same directory with the original C source files. The backend * * - Cleans up after the fi.hut.ics.lime.isl_c tool; i.e. it removes the * temporary directory created by the * fi.hut.ics.lime.isl_c.frontend.FrontEnd clas...
[ "jesus.gorronogoitia@atos.net" ]
jesus.gorronogoitia@atos.net
0644dfd3123dd9ab50f92af5391ae24e0cd60bc8
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/1/1_0cc6d84254a8ebd0955af26902771b2bb842cfa1/XmlNamespace/1_0cc6d84254a8ebd0955af26902771b2bb842cfa1_XmlNamespace_s.java
e0d572e5351f2a61d2e96e4be9da9988e999e695
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
8,674
java
/** * (The MIT License) * * Copyright (c) 2008 - 2012: * * * {Aaron Patterson}[http://tenderlovemaking.com] * * {Mike Dalessio}[http://mike.daless.io] * * {Charles Nutter}[http://blog.headius.com] * * {Sergio Arbeo}[http://www.serabe.com] * * {Patrick Mahoney}[http://polycrystal.org] * * {Yoko Hara...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
8b790c8a6699ad763de7ad0fc737c19d236e8eaa
1c00c3eae8ad0c8d96d43e47155527edc7e3ef8f
/core/src/com/mygdx/game/entities/ScoreArea.java
f3fe61e873320498f199ba5bb5a02a6a66478106
[]
no_license
Morchul/FlappyBird
9174b03e38cce58a28ae851ad4e3f9f8ac516199
96a0ee456edbd4370783b02c47efe8a8655dfceb
refs/heads/master
2021-08-23T15:42:33.554291
2017-12-05T13:32:55
2017-12-05T13:32:55
113,182,372
0
0
null
null
null
null
UTF-8
Java
false
false
1,077
java
package com.mygdx.game.entities; import com.badlogic.gdx.graphics.Texture; import com.badlogic.gdx.physics.box2d.Body; import com.mygdx.game.physiks.Box2DWorld; public class ScoreArea extends Entities{ private Body body; public ScoreArea(Box2DWorld box2DWorld, float width, float height, float x, float y, Te...
[ "silvan.ott@sitasys.com" ]
silvan.ott@sitasys.com
551c56dd092b85edac40d245ca7563a2f42a5ac8
5a02e784a1660c8bbe2dfa435bb2babf59d61257
/src/Model/InforLabel.java
4d662bbe44faa14895876df591dbac557488679b
[]
no_license
huynguyen411/Space_Shooter
b7e0439cbe3134857af5fc545392ea3e1499affd
f94c1ee59bd212e3449f32c023adc2552c082920
refs/heads/master
2022-12-07T00:33:48.076702
2020-08-29T03:42:47
2020-08-29T16:53:27
291,186,391
0
0
null
null
null
null
UTF-8
Java
false
false
1,483
java
package Model; import javafx.geometry.Pos; import javafx.scene.control.Label; import javafx.scene.image.Image; import javafx.scene.layout.Background; import javafx.scene.layout.BackgroundImage; import javafx.scene.layout.BackgroundPosition; import javafx.scene.layout.BackgroundRepeat; import javafx.scene.text.Font; i...
[ "huynguyen411@users.noreply.github.com" ]
huynguyen411@users.noreply.github.com
d29c277d1d8be1b9b3db3da747032e4622132078
a8dec264863725fae640088622e146af2b600c09
/game01/core/src/main/java/sut/game01/core/MyGame.java
5738fb4908d2ab83a821272f22a96c1530dd0b6f
[]
no_license
jaylollipop/game01
c7e117d4be197defd30db0dbbc2a18d5439b068d
519b92dc4d229db6b1ef8a352318b0c7da835f1c
refs/heads/master
2021-01-10T08:54:15.628668
2016-03-23T08:37:54
2016-03-23T08:37:54
54,542,055
0
0
null
null
null
null
UTF-8
Java
false
false
811
java
package sut.game01.core; import static playn.core.PlayN.*; import playn.core.Game; import playn.core.Image; import playn.core.ImageLayer; import playn.core.Game; import playn.core.util.Clock; import tripleplay.game.ScreenStack; public class MyGame extends Game.Default { public static final int UPDATE...
[ "jaylollipop@yahoo.com" ]
jaylollipop@yahoo.com
1f5c149f79ea76e926cd7f6c1257cb0dc99057cb
89e73dccd01d2eee2c2d823078d6685d730a94d4
/Exam/Exam/src/main/java/app/domain/dto/xmlImport/accessories/AccessoriesImportXmlDto.java
561e56b653ff8a586f5aa014ac9d8d6cd745f03f
[]
no_license
ViktorGorchev/Hibernate-Databases-Advanced
7f170b21fb009eab558f26b3cd4ce165c293126c
1597f0181bf8060034e51511759ff2def293da48
refs/heads/master
2021-04-29T02:17:36.598343
2017-01-04T15:31:15
2017-01-04T15:31:15
78,027,441
0
0
null
null
null
null
UTF-8
Java
false
false
952
java
package app.domain.dto.xmlImport.accessories; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; import java.io.Serializable; import java.util.ArrayList; import java.util.List; ...
[ "viktor_g_g@yahoo.com" ]
viktor_g_g@yahoo.com
8b234e456d1a0a992c5f292f4175c7f92c9210c0
bbfe43bf5179fc4c114371e7191ee3d81ab67173
/src/main/java/com/ontarget/api/repository/ContactRepository.java
0a31fc3db8ab4dfe2cb39e7231163b9d80339097
[]
no_license
ontargetrepo/onTargetAPI
605804ae37e0667f46949c4814f9ae51f9e11066
209435ca16b470df479cea7bef2f08d268fbc04c
refs/heads/master
2021-01-10T06:03:49.885120
2016-02-01T18:25:22
2016-02-01T18:25:22
50,623,850
0
1
null
null
null
null
UTF-8
Java
false
false
404
java
package com.ontarget.api.repository; import java.util.List; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Query; import com.ontarget.entities.Contact; public interface ContactRepository extends JpaRepository<Contact, Integer> { @Query("select c from C...
[ "santosh8pun@gmail.com" ]
santosh8pun@gmail.com
70029bd349824ea808a4905204634043591f429d
cda283e85d3cb5e9bd16b01745229b72d610f243
/src/main/java/gradleplug/GradleTaskRuntimeConfigurationProducer.java
c9c5651e91dfb9da6660190243cbb04af1dbfa89
[]
no_license
shyiko/gradleplug
0f94984ef2df03ba53c0bd18bb1ab0e1d30d3638
8c96e625d7d5a610a669ee1e2d090b9db6a5208c
refs/heads/master
2020-04-06T06:26:47.764275
2011-02-22T21:48:36
2011-02-22T21:48:36
1,387,225
0
0
null
null
null
null
UTF-8
Java
false
false
7,306
java
/* * Copyright 2011 Stanley Shyiko * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
[ "stanley.shyiko@gmail.com" ]
stanley.shyiko@gmail.com
191f10519a12b7bf61623265e058c21ae3e91e4a
2ad3c30b2c36a3a4d7b7eb2d8e371f83049a6a8a
/javabt/javabt/Basic1/src/basic1/HAYTinhtong4.java
4adc0846d462b975260a2559bd38026276648d42
[]
no_license
khoale22/LearnFullJava
85774d94df57afd2a4ee957410bf6222d1112f78
f6010e451a95f8c5e4f8c5cbc9ffd4a5a2c901a3
refs/heads/master
2022-12-21T20:27:02.215968
2020-07-07T14:09:04
2020-07-07T14:09:04
248,209,077
0
0
null
2022-12-16T03:16:17
2020-03-18T11:08:39
Rich Text Format
UTF-8
Java
false
false
868
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 basic1; import java.util.Scanner; /** * * @author Khoale123 */ public class HAYTinhtong4 { // Hãy viết chương trình tí...
[ "tran.than@heb.com" ]
tran.than@heb.com
930b7e4514ae058cc0d24126a4281640e3af9c6f
56d0c0f34b3b08dead32a23c35c6e9adf8cb34c2
/src/Strategy/XMLUtil.java
27167dae0ecfb1227f4ca61eed70ff1df0ba73c7
[]
no_license
Cassielzh/DesignPattren
77f99c20631f9df64f26b8498e70db8a180fdfae
54fbac4ebd8284902d68d3ba92144a1de181689f
refs/heads/main
2023-06-04T21:00:03.743760
2021-06-20T11:46:29
2021-06-20T11:46:29
361,356,584
0
0
null
null
null
null
UTF-8
Java
false
false
1,114
java
package Strategy; import javax.xml.parsers.*; import org.w3c.dom.*; import org.xml.sax.SAXException; import java.io.*; public class XMLUtil { //该方法用于从xml配置文件中提取具体类类名,并返回一个实体对象 public static Object getBean() { try { //创建DOM文件对象 DocumentBuilderFactory dFactory = DocumentBuilderFac...
[ "1563350461@qq.com" ]
1563350461@qq.com
354b252225a0df171079e599a3ae1e21f40b8f97
7b41595a5dcaa63d16bb9985e5c7cd887f48c17f
/src/main/java/com/s2m/card/services/AppeletVersionService.java
30fa560632a3b55d1752ebab5d54d22c37b767e7
[]
no_license
MeriemGoudim/CardProjectBackend
46541efb7a5a9b94a63ecebda4e12abb3c38a6ae
341b97e1ff4d396bdb6650b7810cbff4561e0f63
refs/heads/master
2022-12-10T16:18:29.447411
2020-09-01T23:49:48
2020-09-01T23:49:48
291,167,178
0
0
null
null
null
null
UTF-8
Java
false
false
1,535
java
package com.s2m.card.services; import java.util.List; import java.util.Optional; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import com.s2m.card.exception.ResourceNotFoundException; import com.s2m.card.models.AppeletVersion; import com.s2m.card.repo...
[ "53157220+MeriemGoudim@users.noreply.github.com" ]
53157220+MeriemGoudim@users.noreply.github.com
d4f33428204db983bbb8cf9f49e5d9e834ada9d4
64ce100fb5eb4a47f2ceb5c4af202a2a09f0c470
/auth/src/main/java/com/spring/microservice/auth/repository/CityRepository.java
c533412f2b454547367f22c2e159b3888f61680f
[]
no_license
TrungLuong1194/bmstu-microservice
fe30e852514b7275e992b118ff12e77b78b4d36c
4359a388ea9caf5c3a82b331966a4f2322ebfdf8
refs/heads/master
2023-08-03T14:07:10.307330
2020-05-24T22:02:42
2020-05-24T22:02:42
223,385,361
3
0
null
2023-07-22T22:21:21
2019-11-22T11:00:23
Java
UTF-8
Java
false
false
365
java
package com.spring.microservice.auth.repository; import com.spring.microservice.auth.model.City; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; @Repository public interface CityRepository extends JpaRepository<City, Long> { City findCityById(long i...
[ "trungluong1194@gmail.com" ]
trungluong1194@gmail.com
0491c4c7deed95b8b78690c437f4c00f2b0baeab
70faefb9a44f90455226dda795d25cac9dd25b7b
/app/src/main/java/com/idevelopstudio/poshopping/ProductList/ProductAdapter.java
5577b525cb81edd09a96bca53cc418b8c161822a
[]
no_license
ahmermughal/POShoppingJava
20e2cade4b2cd64b77cf4052a86118897d131e34
8816e06cf98450a01522f496f04c709772dc177e
refs/heads/master
2020-12-21T05:22:23.083187
2019-12-26T14:33:46
2019-12-26T14:33:46
236,320,902
0
0
null
null
null
null
UTF-8
Java
false
false
3,441
java
package com.idevelopstudio.poshopping.ProductList; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.recyclerview.widget.RecyclerView; import com.idevelopstud...
[ "a2mughal143@gmail.com" ]
a2mughal143@gmail.com
2e7662d62610c7f965a505fa47e8cd89dfa2e5b6
d1bd1246f161b77efb418a9c24ee544d59fd1d20
/java/Raptor/src/org/javenstudio/raptor/dfs/server/common/InconsistentFSStateException.java
152d0153bbe385c05f154ba8c6b0728609756d1e
[]
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
848
java
package org.javenstudio.raptor.dfs.server.common; import java.io.File; import java.io.IOException; import org.javenstudio.raptor.util.StringUtils; /** * The exception is thrown when file system state is inconsistent * and is not recoverable. * */ public class InconsistentFSStateException extends IOException {...
[ "navychen2003@hotmail.com" ]
navychen2003@hotmail.com
92a9ac7b414c7f906d0869691166da28d9c03880
5f0c178e4f82145da035e5b8df4a922b0a9a9695
/src/mz/com/caelum/mvc/logica/AdicionaContatoLogic.java
dc89f60479d9ae41d31aa3a38ea8560c6a011a24
[]
no_license
crisostomomagaia/Romano
8cfb5a68558a27f75585b56dfbe1855d5639938f
4e9c232e0816d0e1b63ecfd06c6509ec7b28c5cc
refs/heads/master
2020-12-25T14:23:27.611440
2016-08-25T14:10:09
2016-08-25T14:10:09
66,562,180
0
0
null
null
null
null
UTF-8
Java
false
false
1,573
java
/** * */ package br.com.caelum.mvc.logica; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.Date; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import br.com.caelum.agenda.dao.ContatoDao; import br.com.ca...
[ "crismagaia@yahoo.com.br" ]
crismagaia@yahoo.com.br
7d78f186be75ee83f277d2bb142b7e5eee9b1098
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/2/2_6b286543d40b890a1ccb333c54a967a3a711f446/FMLBukkitHandler/2_6b286543d40b890a1ccb333c54a967a3a711f446_FMLBukkitHandler_s.java
afeafa011ef70d0facbbb13c3d502c1719ed6982
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
16,786
java
/* * The FML Forge Mod Loader suite. Copyright (C) 2012 cpw * * This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free * Software Foundation; either version 2.1 of the License, or any later version. * * This ...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
77e9c489d6fd5e93cee87a48289a1ce4d371b19f
da62f2ca68ea688d45611bb745a86ae76b409348
/deprecated/event/impl/src/java/org/apache/excalibur/mpool/PoolUtil.java
17797c6d7a82d42d7585c01be7d90c521f1c5918
[ "Apache-2.0" ]
permissive
eva-xuyen/excalibur
34dbf26dbd6e615dd9f04ced77580e5751a45401
4b5bcb6c21d998ddea41b0e3ebdbb2c1f8662c54
refs/heads/master
2021-01-23T03:04:14.441013
2015-03-26T02:45:49
2015-03-26T02:45:49
32,907,024
1
2
null
null
null
null
UTF-8
Java
false
false
2,618
java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
[ "root@mycompany.com" ]
root@mycompany.com
22fa5beff077fa247e6affdd8c7d63160b7807a0
e92dcbca75c18165b627c5075493b62f9968cf4d
/HealthcareClientAS 6 6 21/HealthcareClientAS/src/com/healthcare/client/HomeActivity.java
8a1c250269f003e4d9f24af89b80eebf232d276b
[]
no_license
amalmathewcodes/Android-Based-Health-Monitoring-System
02e4a3e31fa0b2d1395c86df5680aa5fe5ed0989
ba527b5567090043a2fec252181b0a5aa1fa3237
refs/heads/master
2023-06-28T16:32:43.269032
2021-07-20T17:03:10
2021-07-20T17:03:10
385,914,084
0
0
null
null
null
null
UTF-8
Java
false
false
11,412
java
package com.healthcare.client; import java.io.IOException; import java.util.ArrayList; import java.util.Date; import java.util.List; import java.util.Random; import org.apache.http.HttpEntity; import org.apache.http.HttpResponse; import org.apache.http.NameValuePair; import org.apache.http.ParseException; import org....
[ "amalmathewoffid@gmail.com" ]
amalmathewoffid@gmail.com
121fbd80f1fb5e10951b237d4d10333db4a7d225
287b7e811b99f999bcb50ad75672ac1b3b11b6c3
/section1_4/TwoSum.java
953a6584f1cb447cb33530482b72317d87bbed95
[]
no_license
tvdn/algorithmsCourse
c92aa511e51e029fd5792cda12db7ff68a6bd2a5
aa1d27fd257a1725abdfe4a8afe6318f4bb6c1f3
refs/heads/master
2020-04-03T02:49:07.956547
2018-12-14T17:08:04
2018-12-14T17:08:04
154,968,017
0
0
null
null
null
null
UTF-8
Java
false
false
1,047
java
package section1_4; //code straight from Algorithms by Sedgewick and Wayne import edu.princeton.cs.algs4.StdOut; import java.io.BufferedReader; import java.io.File; import java.io.FileReader; public class TwoSum { public static int count(int[] a) { // Count triples that sum to 0. int N = a.length; ...
[ "tomvdberg@hotmail.com" ]
tomvdberg@hotmail.com
31da0bf9ddf70d998b59c17c413dbe1b94158400
38b7acddfd4b52b86176e82b9696424db2dcee32
/src/com/miykeal/showCaseStandalone/Listeners/ShowCaseStandaloneNEWDropChestListener.java
480327d3ca4b2f3cd34da41f9e325fdc794ca602
[]
no_license
thefr34k/Showcase-FR34K
6c34274b00e2205c43414c552e341b02a1360cac
8fba6b21598f1cacc3dc28fdd9e2476480ce0449
refs/heads/master
2020-03-26T15:41:53.154587
2012-08-21T05:37:28
2012-08-21T05:37:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,556
java
package com.miykeal.showCaseStandalone.Listeners; //This is for a fork of the DC plugin (that hadn't been updated. import org.bukkit.event.EventHandler; import org.bukkit.event.Listener; import com.miykeal.showCaseStandalone.ShowCaseStandalone; import com.noheroes.dropchest.api.DropChestSuckEvent; /** * Copyright (C...
[ "fr34k@djfr34k.com" ]
fr34k@djfr34k.com
a4880c85e95ffda484997b7b9fb880d619930a62
02a3e54503491ec0d7602e3313d2861c860167aa
/TravelNow/src/main/java/com/travelnow/controllers/AuthApiController.java
833d01c10543f9fef508552bd514d47fdd2ff97f
[]
no_license
jciarka/TravelNow-backend
9346eaddcb4b56885c858e218fbd277bad203001
f23135f708b8f18bc04b8af66847314fbb372bf9
refs/heads/master
2023-05-11T15:28:02.091233
2021-05-28T09:14:11
2021-05-28T09:14:11
371,644,021
0
0
null
null
null
null
UTF-8
Java
false
false
3,598
java
package com.travelnow.controllers; import javax.annotation.security.RolesAllowed; import com.travelnow.core.security.JwtTokenUtil; import com.travelnow.core.security.models.MyUserDetails; import com.travelnow.models.auth.AuthRequest; import com.travelnow.models.auth.CreateUserInfo; import com.travelnow.models.auth.Us...
[ "01104656@pw.edu.pl" ]
01104656@pw.edu.pl
0338f4d6568174279e85764fb94b3b13d867dab7
ff1094091d6ae9297b8c2cd5455af7ec221872ff
/cap_3/src/jframe/Practice_RadioButtoon.java
612b7840b9c5faf570f479f5a8cfcd4a442a9418
[]
no_license
KanerasIllya720/afterJavaClass
0e44ecd36060b2ddacb970cccf6da8e3f7543137
2cf5d27eefdc8bd24ae7a299b202a657ec9be87f
refs/heads/master
2022-10-29T16:44:16.309253
2020-06-15T07:53:37
2020-06-15T07:53:37
271,222,803
0
0
null
null
null
null
UHC
Java
false
false
818
java
package jframe; import javax.swing.JButton; import javax.swing.JComboBox; import javax.swing.JFrame; import javax.swing.JRadioButton; public class Practice_RadioButtoon { public static void main(String[] args) { new Practice_RadioButtoon().run(); } public void run() { JFrame fr = new JFrame(); f...
[ "user@30210-OYW" ]
user@30210-OYW
f4d9133b3d6f1beb385dcb7814d4dc31381166ed
5b0e2e7947446fab29795404a86ca5957bb19447
/back-end/springboot-watchfashion/springboot-watchfashion/src/main/java/com/chuvnahuy/springbootwatchfashion/security/jwt/AuthEntryPointJwt.java
b1d021873e3bdfbad3478c2b57be9612d4606630
[]
no_license
vanhuy122322/Spring-Boot
f8f1ffed687a1c6aae2bc0839a9ad027838bf5e4
6de7aa941cb1e70a453a82dec09cc0f38fe51b26
refs/heads/main
2023-07-24T10:45:33.856995
2021-09-07T03:53:49
2021-09-07T03:53:49
403,829,355
0
0
null
null
null
null
UTF-8
Java
false
false
961
java
package com.chuvnahuy.springbootwatchfashion.security.jwt; import java.io.IOException; import javax.servlet.ServletException; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.security.core....
[ "vanhuy122322@gmail.com" ]
vanhuy122322@gmail.com
9317e2f88cb56e3f865021ee558aa1a14930402f
815028d04da36c1a35da46c31336104443044d26
/src/main/java/com/ubatis/circleserver/handler/AuthExceptionHandler.java
a27823f520f3b87b8e767de36b1ceeed57376f2a
[]
no_license
freemocker/circle-server
e9106f8c102dc20ac2be775224117f0a18b2d00c
e0cddc82829b1733f602c61832b2887c1598eff8
refs/heads/master
2020-06-07T05:48:23.080454
2019-06-15T08:07:36
2019-06-15T08:07:36
192,940,653
1
0
null
2019-06-20T15:03:29
2019-06-20T15:03:29
null
UTF-8
Java
false
false
1,245
java
package com.ubatis.circleserver.handler; import com.ubatis.circleserver.bean.basic.JsonBase; import com.ubatis.circleserver.exception.ValidException; import com.ubatis.circleserver.util.JsonUtil; import com.ubatis.circleserver.util.constant.CS; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.spring...
[ "809556311@qq.com" ]
809556311@qq.com
8ab80b9877f4f5aaaa0ef9897f4012caddfbdc96
cfef702b9623ab43f5df6358d41f61a734e3bfb2
/persistence/src/main/java/com/liguo/hgl/proxydao/dao/impl/TbNoticeInfoMapperImpl.java
c5f81838d23ef2a2411cd91dc148eca3158f2664
[]
no_license
JLLeitschuh/hgl
17adcc90560ad57d971a550df6621b62de9a4567
3648456ef796da360ebcd075b4a82052b54d3f0d
refs/heads/master
2021-01-02T15:21:03.738106
2017-07-19T09:05:42
2017-07-19T09:05:42
239,679,138
0
1
null
2020-11-17T19:13:19
2020-02-11T04:53:01
null
UTF-8
Java
false
false
2,840
java
package com.liguo.hgl.proxydao.dao.impl; import com.github.pagehelper.Page; import com.liguo.hgl.proxydao.base.BaseMapperImpl; import com.liguo.hgl.proxydao.dao.TbNoticeInfoMapper; import com.liguo.hgl.proxydao.model.Criteria; import com.liguo.hgl.proxydao.model.TbBrand; import com.liguo.hgl.proxydao.model.TbNoticeInf...
[ "xiongpeng@GOLD.CN" ]
xiongpeng@GOLD.CN
43b204050bead40f8e4e2dc75c14463a693bd06c
1e88b201a638cdb65978b4f454fe4fcdb7edec75
/Source Code/com/bitmovers/utilities/servlet/FormInputPage.java
568f93360405db0c2a4b2f40a72733f9d4ccaa0c
[]
no_license
iwoj/Maui
2c28346943a344646cc0c3f0252d5ae30a04b197
f6c32c5dc8cd281f3faa2694861a68a487d35a82
refs/heads/master
2021-01-21T23:14:24.789026
2012-01-19T05:58:28
2012-01-19T05:58:28
2,943,806
0
0
null
null
null
null
UTF-8
Java
false
false
6,558
java
// ============================================================================= // com.bitmovers.utilities.servlet.FormInputPage // ============================================================================= package com.bitmovers.utilities.servlet; import java.io.*; import java.util.*; import javax.servlet.*; impo...
[ "i@woj.com" ]
i@woj.com
f4c35adc1b52c10b32af86f89adaea1e3a59fe9a
61ce211c77613aee9303ce054875ed0d43cd5873
/sandbox/src/test/java/ru/stqa/pft/sandbox/EquetionTests.java
354de32d9ad80562d0c4c399e80941cc379e3e86
[]
no_license
ViktorSmuk/java_prog_test
bf25d712aa1da4c86a6d6c5acb5e072a97896dbb
08313e63f4440836197d8742f626118377fe49a0
refs/heads/main
2023-08-07T06:52:45.393016
2021-09-13T12:40:11
2021-09-13T12:40:11
383,370,195
0
0
null
null
null
null
UTF-8
Java
false
false
842
java
package ru.stqa.pft.sandbox; import org.testng.Assert; import org.testng.annotations.Test; public class EquetionTests { @Test public void test0(){ Equetion e = new Equetion(1,1,1); Assert.assertEquals(e.rootNumber(),0); } @Test public void test1(){ Equetion e = new Equetion(1,2,1); Assert....
[ "smuk_92@mail.ru" ]
smuk_92@mail.ru
febe46b0bdbea2d2bd8b11244b95159296dcabe0
ecba8e1071dbb277fe6cc19c49b4e22fbf261610
/src/main/CMain.java
10b1bfc0f649232d19e46a3f737ad96e65584a8f
[]
no_license
schdomin/zep
b0ce1f18b45ba2990f61c41c2e2c3049f0b53c27
02ae0509e771d823d50a55bf3e1b88fab080daac
refs/heads/master
2021-01-17T19:58:27.429311
2014-06-26T20:59:10
2014-06-26T20:59:10
18,445,479
0
0
null
null
null
null
UTF-8
Java
false
false
10,672
java
package main; import java.sql.SQLException; //ds custom imports import exceptions.CZEPConfigurationException; import exceptions.CZEPEoIException; import exceptions.CZEPGUIException; import exceptions.CZEPMySQLManagerException; import utility.CImporter; import utility.CLogger; import utility.CMySQLManager; import lear...
[ "schdomin@gmail.com" ]
schdomin@gmail.com
fa498a3c2ab73df094de05dcc6a6c07d45485ade
7eadb318f378e32fe15b5e357cbd1e63e5f56ecc
/flashlight2.java
7ef01936aaca0808100c8e91b3e985a63cc5eed5
[]
no_license
SimonBroborg/flashlight
680239ba1641a5dde034a91ee4737feb126b0bbf
84d8d92ad2427946a16c623c1118b62874bf884d
refs/heads/master
2020-03-22T13:05:30.749766
2018-07-07T12:30:34
2018-07-07T12:30:34
140,082,631
0
0
null
null
null
null
UTF-8
Java
false
false
5,354
java
import javafx.scene.shape.Line; import java.awt.*; import java.util.ArrayList; public class flashlight2 { private int targetX; private int targetY; private int x; private int y; private ArrayList<Rectangle> rects; public flashlight2(ArrayList<Rectangle> rects) { this.rects = rects; ...
[ "kolasasen@gmail.com" ]
kolasasen@gmail.com
9349da195ad39fd44eaaf8baac3cb7ca3eaf2978
f55036fb075bde5bdfa4deb781f1b7a872870a2e
/src/main/java/cs/brown/edu/aelp/commands/KickCommand.java
ab6d2ff361aa7173b0337ddef8fad131ebb38212
[]
no_license
pzhang333/Pokemon-Brown
5e31fd5b2ded81de723618210a4b182a76b7ea40
d29f22a2a8c9c4c471d51566bc596de72ad1e227
refs/heads/master
2020-03-18T00:38:43.919605
2018-05-19T23:58:34
2018-05-19T23:58:34
134,105,308
2
0
null
null
null
null
UTF-8
Java
false
false
1,074
java
package cs.brown.edu.aelp.commands; import cs.brown.edu.aelp.pokemmo.data.authentication.User; import cs.brown.edu.aelp.pokemmo.data.authentication.UserManager; import java.util.Arrays; import java.util.List; public class KickCommand extends Command { public KickCommand() { super("kick", Arrays.asList(Arrays.a...
[ "louis_kilfoyle@brown.edu" ]
louis_kilfoyle@brown.edu
c965dcaf0829f63b44b28a8bf6200145b77f2af3
01fca965bef744a9d066894ba42e6e75370581a8
/assignment05/flattened/_jtricoz1_assignment05-jtricozzi_BookClub.java
480443126f212eee88133966e8c460133337bd33
[]
no_license
gwint/Grading_Scripts
362a95dea4da093562ddc5e7e3e47dc3b2ce1b15
cb0ce4e6d3b65572f7876d92bee46393df6d3cde
refs/heads/master
2021-06-28T15:32:52.798929
2020-09-05T20:39:05
2020-09-05T20:39:05
146,123,672
0
1
null
2020-03-30T01:41:41
2018-08-25T19:27:27
Java
UTF-8
Java
false
false
888
java
package assignment05; import java.util.HashSet; import java.util.Set; public class BookClub{ private Set<BookClubMember> members = new HashSet<>(); private Set<LeisureBook> readings = new HashSet<>(); public void addMember(BookClubMember bcm) { members.add(bcm); for(LeisureBook b : readings) { bcm.addRead...
[ "davedefazio1@gmail.com" ]
davedefazio1@gmail.com
524b6e48445bb3f959ec12284b8a4f66329164f6
5e1476099ba1bf2a316a952d9c589fc6e744baec
/HclLabAssignment2/src/com/lab2/q5/Vehicle.java
961e64ca9aed58880877c2cf0145a4c3a0be54ca
[]
no_license
sravanthi-paruvada/HCL_TRAINING
2f5a048b80e672c44e2cf243e8a7378ea72a62a4
b0fd63b3bf91e6823e22075bd2e9b69a1dc195ca
refs/heads/main
2023-01-23T13:42:56.626965
2020-11-27T09:40:27
2020-11-27T09:40:27
305,773,188
0
1
null
null
null
null
UTF-8
Java
false
false
466
java
package com.lab2.q5; public class Vehicle { int noOfWheels; int noOfPassenger; int model; String make; public Vehicle(int noOfWheels, int noOfPassenger, int model, String make) { this.noOfWheels = noOfWheels; this.noOfPassenger = noOfPassenger; this.model = model; this.make = make; }...
[ "noreply@github.com" ]
noreply@github.com
bf29ad9a0af8d57ad24150357e53343c127cffc4
0316e7cae7d1342bf4d41f3c2c9565dc321a3de4
/mybatis-examples/src/main/java/com/example/mybatisexamples/example05/UserMapper05.java
9fce668bea6d0ec64e6e2d3c257d527b35135e68
[]
no_license
Anni-Gao/Springboot-example-an
45c1446cc292795aff396bd63d873f8c4ac3b89b
e49f58ec0efb88b519d5bd6253cdc4785648c1f7
refs/heads/master
2023-04-21T12:25:46.009797
2021-05-06T02:35:00
2021-05-06T02:35:00
362,733,129
0
0
null
null
null
null
UTF-8
Java
false
false
1,174
java
package com.example.mybatisexamples.example05; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.example.mybatisexamples.entity.User; import org.apache.ibatis.annotations.*; import org.springframework.stereotype.Repository; import java.util.List; @Repository @Mapper public interface UserMapper05 ext...
[ "1183723408@qq.com" ]
1183723408@qq.com
bd2de6b4b41b3a8c1701e00249939b29877be763
ebcc920fe275f2010f4bffbe25cd42ec8dfae525
/telefonica-jsf-programa/src/com/atrium/hibernate/modelo/Gestion_Roles.java
2e6d9f7d151b31019a5540476f2516491f6b8226
[]
no_license
javiermartinalonso/TestTaxi
5785d88a4660c0585de0241f736b37b5a79d360c
fe98ee9d1b54d783bec15119be917fb71978e114
refs/heads/master
2021-01-13T03:48:05.155937
2016-12-23T11:17:46
2016-12-23T11:17:46
77,216,554
0
0
null
null
null
null
UTF-8
Java
false
false
572
java
package com.atrium.hibernate.modelo; import java.io.Serializable; import java.util.List; import com.atrium.hibernate.Roles; import com.atrium.hibernate.dao.RolesDAO; public class Gestion_Roles implements IGestion_Roles, Serializable { private RolesDAO rol_DAO; @Override public List<Roles> consultar...
[ "xavimartin@hotmail.com" ]
xavimartin@hotmail.com
cd20ca9672bfac1c87f4e48528cbc73ee889a02f
180e44eb66fefa3527a88241fc4c242baf8fbf07
/Java_DB/Spring Data/10-XML-Processing/Car dealer/src/main/java/cardealder/config/AppBeanConfig.java
54c2139a6dfc4061a4fccb58ae19c04b2bf4118d
[]
no_license
rumenrashev/SoftUni
b60f2e08e677eb776d8ea74707ff2a6ee5cd467f
41225d41f20db26cbf2c6f0884976bdd93367441
refs/heads/master
2023-01-23T17:57:53.969487
2020-11-25T10:49:53
2020-11-25T10:49:53
294,444,219
0
0
null
null
null
null
UTF-8
Java
false
false
483
java
package cardealder.config; import cardealder.util.api.XmlParser; import cardealder.util.impl.XmlParserImpl; import org.modelmapper.ModelMapper; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; @Configuration public class AppBeanConfig { @Bean pu...
[ "57558028+rumenrashev@users.noreply.github.com" ]
57558028+rumenrashev@users.noreply.github.com
06b101a98a95f20c781bd90955b4bc6efaa7aafa
37a4a4f21f6a948de85be3acd462bdc4ffded735
/Kattis Solutions/different.java
dc30002c1e3762c5c469f0ba3fbb6a26b2ac1206
[]
no_license
shawnhatchwell/Competitive-Programming
86dc8e242edf180685addc97b0ef35d792472bdc
e0e3caf0b18a36da589fa888efb037dde3c60f23
refs/heads/master
2021-07-10T20:04:45.325918
2020-07-01T03:49:14
2020-07-01T03:49:14
162,651,441
0
0
null
null
null
null
UTF-8
Java
false
false
575
java
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.StringTokenizer; public class different { public static void main(String[] args) throws IOException { BufferedReader f=new BufferedReader(new InputStreamReader(System.in)); while(true){ Stri...
[ "noreply@github.com" ]
noreply@github.com
5d8704c2359ed911b9e00800d5fe53354c4fa4cb
81b410c035cee6d3a29d63e879bc71aab32380c6
/src/com/yi/model/Movie.java
c6597ab97f19ffa702a083e6b2538834dc85b93a
[]
no_license
hotdog1247/movie_Exam
5e4897041b9b252fe314c363426c35ba3a3eb615
7a9b79345fbbcad4821b0f4cbe570af100d9599c
refs/heads/master
2021-05-19T03:41:18.965178
2020-03-31T06:05:08
2020-03-31T06:05:08
251,512,820
0
0
null
null
null
null
UTF-8
Java
false
false
1,425
java
package com.yi.model; public class Movie { private int mNo; private String mName; private String mContent; private String mImg; private String mTime; public Movie() { super(); // TODO Auto-generated constructor stub } public Movie(int mNo) { super(); this.mNo = mNo; } public Mov...
[ "ku0788@yahoo.com" ]
ku0788@yahoo.com
1b8715e42f72a435788d1a355d20ec9f4ded6fd8
8ccd9f38a82edcc9098db9e70f76cf73796c12fd
/src/main/java/Solution35.java
8d4f8929670481414c38aedb0d4a92855188d31e
[]
no_license
wxq-rww/gitIDEtest
759ab583602880aab8b671554176f1b99134484c
2d3aaef101adeb6e81e0629581211ac5a52a6843
refs/heads/master
2023-03-13T04:41:08.796245
2021-02-26T03:23:15
2021-02-26T03:23:15
342,442,440
0
0
null
null
null
null
UTF-8
Java
false
false
773
java
public class Solution35 { public int searchInsert1(int[] nums, int target) { if (nums==null||nums.length==0){ return 0; } for (int i = 0; i <nums.length ; i++) { if (nums[i]>=target){ return i; } } return nums.length; ...
[ "844284339@qq.com" ]
844284339@qq.com
12dcf779f8385e19b8ae06b158563feef4e6bc26
ab6915f4f6835864cb65ad0951bd577a4b6b7c8f
/TestTask_NetCracker/src/main/java/su/vistar/testtask_netcracker/dto/TableDto.java
a2f494838a4c06cd572635a9b95c3710ea33431d
[]
no_license
lDanlte/TestTask_NetCracker
1b4e0ee809206c605974279a2d94a884fde4968e
dfdf3d2c3135774df5f98784c33aca0f2071bebb
refs/heads/master
2022-12-24T21:19:57.546754
2016-07-04T11:19:49
2016-07-04T11:19:49
62,556,450
0
0
null
2022-12-16T06:47:47
2016-07-04T11:15:30
Java
UTF-8
Java
false
false
835
java
package su.vistar.testtask_netcracker.dto; import com.fasterxml.jackson.annotation.JsonProperty; /** * * @author dantonov */ public class TableDto { @JsonProperty("id") private Integer id; @JsonProperty("name") private String name; @JsonProperty("desc") private Stri...
[ "dantonov@vistar.su" ]
dantonov@vistar.su
fea6deefddf586cfaed6127c332972848d48e1f6
5210e28e636562834a98ea820be00bcbf3aae5eb
/src/main/java/com/teammetallurgy/aquaculture/client/renderer/tileentity/NeptunesBountyRenderer.java
7eeac988e358bbc8c146a2d780b1e0d1a5012ee9
[]
no_license
farsdewibs0n/Aquaculture
fde1e5acbb0c4841d962c19a2d15ded017a588ca
b76eedeb10c2065a9cddc4f8447056997b0b3bd3
refs/heads/master
2023-08-21T23:59:19.555213
2021-10-22T21:09:21
2021-10-22T21:09:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,755
java
package com.teammetallurgy.aquaculture.client.renderer.tileentity; import com.teammetallurgy.aquaculture.Aquaculture; import com.teammetallurgy.aquaculture.block.tileentity.NeptunesBountyTileEntity; import net.minecraft.client.renderer.Sheets; import net.minecraft.client.renderer.blockentity.BlockEntityRendererProvide...
[ "faj10@msn.com" ]
faj10@msn.com
ca8c2cf19a92c12371577c82457c7df8cd2d38f8
986bd73a63265cf6ddaace69087a3870748a56e6
/app/src/main/java/com/example/xuan/designmode/factory/Factory/AaPizza.java
c9f46e2de1641297d6589e355f4e3d086bf0a0d3
[]
no_license
DrownCoder/DesignMode
95f4843ad2f20b8fcd90d0f435a492633e1926fb
a71327c8ba47c63e52831bc9cdbcdb93169f4928
refs/heads/master
2021-07-14T03:30:41.608919
2017-10-18T11:40:08
2017-10-18T11:40:08
null
0
0
null
null
null
null
UTF-8
Java
false
false
248
java
package com.example.xuan.designmode.factory.Factory; /** * Author : xuan. * Data : 2017/8/15. * Description :input the description of this file. */ public class AaPizza extends Pizza { public AaPizza() { desc = "AaPizza"; } }
[ "2994734692@qq.com" ]
2994734692@qq.com
c25e9909d12a276837106ac2f307dbf801bb9477
1e8b583e919c7ac639c36bbfa46a810511b0a0a3
/app/src/test/java/com/example/receiversms/ExampleUnitTest.java
b15aca381d085976fac754d7eed4e3e8cefdf01e
[]
no_license
IurgiGarmendia/ReceiverSMS
b8fca19317fc81a7636b71f6c7bdcab4af8ed4cc
e3827601479805f74b90c745b28dbfd890afd78b
refs/heads/master
2021-01-17T16:12:10.274798
2017-06-26T17:11:16
2017-06-26T17:11:16
95,470,203
0
0
null
null
null
null
UTF-8
Java
false
false
401
java
package com.example.receiversms; 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 public voi...
[ "Iurgi1@gmail.com" ]
Iurgi1@gmail.com
78b7fc6de9e9555622ca2b87d20c81b1ecbf917a
08ef6e4fc9504fb6e975ad1824bb50769546bd0e
/src/main/java/com/foxminded/university/domain/Lecture.java
2181640000ba4d42ca9ec6fd7f19993c3425bd92
[]
no_license
s3ld0n/University-Management-App
4965329df6a99a13214fad623d1622c0ee14e438
77d89d29b501f3d46a71bcf6f668d96d089de575
refs/heads/master
2021-10-27T19:35:56.409089
2019-04-04T17:13:42
2019-04-04T17:13:42
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,240
java
package com.foxminded.university.domain; import java.io.Serializable; import com.foxminded.university.utils.Period; public class Lecture implements Serializable { private int id; private Period period; private Subject subject; private Lector lector; private Group group; private LectureHall l...
[ "ashavrn@protonmail.com" ]
ashavrn@protonmail.com
58ab69f5fdf419593d645767c5773f76b65919a3
6f5e0155fd459ea7d8e7fccf64a9b85048f7b5eb
/ProjectDAO-07-MapOperations_subclasses/src/main/java/kcp/spring/dao/PlayerListDAOImpl.java
3136e44def30c2a9bcb4e4ed59518f812e301ad1
[]
no_license
kalia1506/springDAO
ddc5f96369b9ec7b666bb8ebe2acf387351c6be4
71e56199b15f5eda411f38c865d942360cb13375
refs/heads/master
2022-06-24T15:52:01.057479
2020-04-11T18:22:44
2020-04-11T18:22:44
254,928,365
0
0
null
2022-06-21T03:11:42
2020-04-11T18:18:43
Java
UTF-8
Java
false
false
3,352
java
package kcp.spring.dao; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Types; import java.util.List; import javax.sql.DataSource; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.dao.DataAccessException; import org.springframework.jdbc.core.SqlParame...
[ "56771744+Kalia1110@users.noreply.github.com" ]
56771744+Kalia1110@users.noreply.github.com
ff6a2febf7475a4f8246c43a30c0b296b4c69241
21a3d38a933565f9fe43c75f244009142eb2aa1f
/common/src/main/java/common/utils/utils/screenrecorder/MicRecorder.java
46877f90c0f2a2db84de6205f2a4e22207890879
[]
no_license
lnkywd/CommonUtils
da62b0cb2445dbc45c6ba022eb31477a5b376ce1
20d21170b9f3dbec5ac9a74453a36d5dfcfb68e6
refs/heads/master
2021-07-12T01:59:16.196781
2020-05-26T15:34:55
2020-05-26T15:34:55
130,184,553
0
0
null
null
null
null
UTF-8
Java
false
false
14,070
java
/* * Copyright (c) 2017 Yrom Wang <http://www.yrom.net> * * 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 appl...
[ "18842602830@163.com" ]
18842602830@163.com
f066b7c4080fa8c6d8598c7634a00405434eb60c
9890aad26394ed7700906bbf4bb805119b971fc4
/medialibrary/src/main/java/com/cgfay/media/recorder/VideoRecorder.java
5ed8c33d2d91d6fdef2f9a78a1e992e6af67232d
[]
no_license
Uenchi/StitchesCamera
551161b8ece309c35bd8df2f256fcb1e980a1b32
1813df8bb24c8850d52b310600c86804206ff60e
refs/heads/master
2023-04-01T03:10:03.839197
2021-04-12T06:35:35
2021-04-12T06:35:35
357,048,621
8
4
null
null
null
null
UTF-8
Java
false
false
10,362
java
package com.cgfay.media.recorder; import android.os.Handler; import android.os.Looper; import android.os.Message; import androidx.annotation.NonNull; import android.util.Log; import com.cgfay.filter.gles.EglCore; import com.cgfay.filter.gles.WindowSurface; import com.cgfay.filter.glfilter.base.GLImageFilter; import c...
[ "ondecember8@163.com" ]
ondecember8@163.com
a34d58a142cb5c0ab3a8530cfbaa1f0724591ded
d6a3787f522a4c1150a6e3cf66c8a8301c607a72
/build/web/WEB-INF/lib/build/web/WEB-INF/lib/build/web/WEB-INF/lib/build/web/WEB-INF/lib/build/web/WEB-INF/lib/build/web/WEB-INF/lib/build/web/WEB-INF/lib/src/java/dao/FeedbackDAO.java
9876ccd67bcfb40e20d353b314f1328f4bbed878
[]
no_license
dungpham9400/IWS-Final
96945af39ceeb4ac1fad4ca229dbdfcaf7af1192
c11d5d3dcec166ea58f37987b6f3dc6a3dd90b5e
refs/heads/master
2023-04-27T11:25:28.487499
2021-05-20T03:46:44
2021-05-20T03:46:44
367,838,031
0
0
null
null
null
null
UTF-8
Java
false
false
1,690
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 dao; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.util.ArrayList; i...
[ "1801040034@s.hanu.edu.vn" ]
1801040034@s.hanu.edu.vn
70441bc3ce157b3ac3cbec43fd4dc1bc9957ad87
ad624807211cd929e2bc9eec2f91cddc3aeb296a
/src/main/java/win/sinno/common/util/TimeTracer.java
3fdbaa53ccb5228a81bd02b6996bd1878e7d9bb4
[]
no_license
clz619/sinno-common
069ec266c4859c5968b90891002e50064ce4307f
523307de408549994aaa5c3b56e51311bb254a6d
refs/heads/master
2022-11-21T22:24:58.672099
2019-08-18T15:26:02
2019-08-18T15:26:02
81,036,907
0
0
null
2022-11-16T12:34:30
2017-02-06T01:46:28
Java
UTF-8
Java
false
false
4,270
java
package win.sinno.common.util; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import java.util.concurrent.atomic.AtomicBoolean; /** * time trace * * @author : admin@chenlizhong.cn * @version : 1.0 * @since : 2017-05-24 10:23. */ public class TimeTracer { private String identify...
[ "admin@chenlizhong.cn" ]
admin@chenlizhong.cn
d50afb16310737817baa04c9f9a2180a12127148
bd936dcbf17e119a468f209bb772d90a381c33ea
/src/main/java/science/mengxin/springbootjokes/controller/JokeController.java
72998202b581b92480a4615b53983fdda2d77177
[]
no_license
xmeng1/spring-boot-jokes
8de1f31b548c1fc69eadf399cc0d3139e36006d2
d7ff14fe7e7ac61df9c2f8e3ddc722ed2ee85ff0
refs/heads/master
2020-03-12T07:36:45.154638
2018-04-22T08:45:09
2018-04-22T08:45:09
130,509,776
0
0
null
null
null
null
UTF-8
Java
false
false
764
java
package science.mengxin.springbootjokes.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.RequestMapping; import science.mengxin.springbootjokes.services.JokeSe...
[ "mengxin.city@gmail.com" ]
mengxin.city@gmail.com
109e3d33d1668d64043559c7277c949d229aeedd
2f7ed85390e6d07fbceb52c3097c14f5c65d52a4
/src/by/it/a_khmelev/calc_v3_with_log_and_savevars/Var.java
bad8c02d982b229cf1d16d4f62d20fc752c7efdb
[]
no_license
migeniya/JD2018-12-10
4def3baf833eb0d9450baff7588f096dc44ce4ae
bf227c0e1b3c4da93d41b3beb1fa2d3ea04dab6e
refs/heads/master
2020-04-12T09:47:01.862944
2019-06-24T07:44:47
2019-06-24T07:44:47
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,107
java
package by.it.a_khmelev.calc_v3_with_log_and_savevars; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; import java.util.HashMap; import java.util.Map; abstract class Var implements Operation { pr...
[ "demo@it-academy.by" ]
demo@it-academy.by
51454a7a7515096459f554d3e2ef6476bbc2c673
6b5aa001251c6b61cee31338458006076ea8c476
/src/main/java/com/squapl/sa/service/UserService.java
33e0f9f4d7f5133dee889fb89ee734be306f0450
[]
no_license
sivadinesh1/atb-backend
4b111e486c21bbd20455aec407ca0b897f76c340
ad43dedc3f2891fbc6d9a32fa63584b62c654de4
refs/heads/master
2020-04-23T21:05:01.500634
2019-02-19T11:11:09
2019-02-19T11:11:09
171,458,604
0
0
null
null
null
null
UTF-8
Java
false
false
1,466
java
package com.squapl.sa.service; import java.util.List; import java.util.Set; import com.squapl.sa.domain.User; import com.squapl.sa.domain.security.UserRole; import com.squapl.sa.util.constants.UserStatus; public interface UserService { User findByUsername(String username); User findByEmail(String...
[ "sivadinesh@gmail.com" ]
sivadinesh@gmail.com
4fd26668a7933dcb2081716736bb5476ffb124ee
e28e2ba758b61ead9e8e024f8601e575e661b907
/src/main/java/com/cloudfoundry/vmc/swing/dialog/other/Common.java
a645c48e14516efe571f729cc0a45306daf0417d
[]
no_license
oscloud/swing-cloud
1586250b1a65d07260dbf2cb76893bd914b42b7b
3a22c4c63ae6f8e212f65034a0e8c6649ef9b74d
refs/heads/master
2020-05-20T14:04:34.296318
2013-01-24T08:56:11
2013-01-24T08:56:11
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,983
java
package com.cloudfoundry.vmc.swing.dialog.other; import java.awt.BorderLayout; import java.awt.FlowLayout; import java.awt.event.ActionEvent; import javax.swing.JButton; import javax.swing.JPanel; import javax.swing.JScrollPane; import javax.swing.JTextArea; import com.cloudfoundry.vmc.common.Json; import com.cloudf...
[ "mail.test@qq.com" ]
mail.test@qq.com
043d03e441fe9e8247768bd6675779c0acbaa0ae
9ab5bdb918b886f1f2d09d81efb63ff83a86bfb0
/client/src/main/java/com/jdt/fedlearn/client/multi/TrainProcess.java
e5672b4a6a9057da15d8ee307602275ce1af9d8c
[ "Apache-2.0" ]
permissive
BestJex/fedlearn
75a795ec51c4a37af34886c551874df419da3a9c
15395f77ac3ddd983ae3affb1c1a9367287cc125
refs/heads/master
2023-06-17T01:27:36.143351
2021-07-19T10:43:09
2021-07-19T10:43:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,360
java
/* Copyright 2020 The FedLearn Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to...
[ "wangpeiqi@jd.com" ]
wangpeiqi@jd.com
5223475a0ba7c49620d62b27d07ae5778cac5575
79659a704e44f2df9a5a100623145c97a8d4abaa
/src/chap2/interview5/Interview5Q1Test.java
a046ada553cc3b73f12f2aedc5298a352bcdddcc
[]
no_license
yelantingxue/CodeInterview
876fa4b3ceba7d88c6b985df8afb4c3f7550865d
e7efd3b5e51136b856125e784ce5d7b525df357e
refs/heads/master
2021-09-08T12:07:51.834454
2018-03-09T13:02:33
2018-03-09T13:02:33
110,949,972
0
0
null
null
null
null
UTF-8
Java
false
false
3,078
java
package chap2.interview5; import org.junit.Test; public class Interview5Q1Test { /** * Space is at the middle of the string. */ @Test public void test1() { String str = "hello world"; char[] charArray = new char[20]; for(int i = 0; i < str.length(); i++) { charArray[i] = str.charAt(i); ...
[ "zsdsywr2014@126.com" ]
zsdsywr2014@126.com
84619936c51321f6ec99c75f660a9256555902cb
32e197c69a1e0c0d6709df29552335214c293f2c
/src/innards/signal/FloatProviderFilter.java
4b19b1213a18f1c42641f35be49490c536fd57c2
[]
no_license
zuchermann/ZachMXJ
d8c287ab2c0d9b608e2a95ca7337c9184a1cf6dd
7a9f6eb0fdfb9047699f17e8884fb528993a75ca
refs/heads/master
2021-03-16T09:01:33.322408
2019-01-07T00:11:57
2019-01-07T00:11:57
74,169,159
0
0
null
null
null
null
UTF-8
Java
false
false
1,446
java
package innards.signal; import innards.provider.iFloatProvider; import innards.*; /** * Low Pass Filter acts as Float Provider - buffers signal from another floatProvider. * TODO - have people pass in actual filtering system, so it can be other than simple low pass. (also do that to SmoothSetener, which is kinda th...
[ "zachk414@gmail.com" ]
zachk414@gmail.com
5bb4ab298cad95f1b30a6c351c3b2846b0350a95
a7e31218b1a29e62be405a5b34ae9f45472791c9
/EntitiesInTwoDimentionalSpace/Project JIC/Display2DArray.java
c31c3f24390727e26b426cf9ef26d0f90da038d8
[]
no_license
LoganRichardson/Projects
c4cab77b3749f76ebf2532f3098f5d77025ad6a4
609e6ba8f913c714477453b9a3760f7f6292e093
refs/heads/master
2021-09-27T00:13:10.353375
2021-09-21T07:55:41
2021-09-21T07:55:41
152,376,267
0
0
null
null
null
null
UTF-8
Java
false
false
11,739
java
package project; import java.awt.*; import java.io.*; import java.awt.event.*; //****************************************************************************************** //****************************************************************************************** //Class: Display2DArray //Description: Implem...
[ "noreply@github.com" ]
noreply@github.com
2de3deac4a35443f5ca7aaf5db0b87eb7565efbc
8f213f538138b5d4b03bb14b4cbc5fe7d709311c
/src/main/java/model/Analista.java
761222f72a97610e6415d63af5b61064aab475a3
[]
permissive
jgjoao/pos-javaweb
8ee626f08263f6f5eff11b91be06479e4549adde
6d82702c4cf0ab98c9d42d64b7f29e4f802c3ca5
refs/heads/master
2020-12-27T22:59:34.333628
2020-02-09T14:01:32
2020-02-09T14:01:32
238,095,900
0
0
MIT
2020-02-04T01:12:59
2020-02-04T01:12:59
null
UTF-8
Java
false
false
1,453
java
package model; import java.io.Serializable; import java.util.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Temporal; import javax.persistence.TemporalType; ...
[ "j.g.345@hotmail.com" ]
j.g.345@hotmail.com
b8f83ce6a9606d88fb44059464ec5303f3186125
06219239b78d442a48ca5ad92ece66998f2b1c55
/app/src/main/java/com/example/popmovies/ui/pages/moviedetails/MovieDetailsViewModelFactory.java
2f6c01e5879f1e35a57518c7321adb9ded92bf84
[]
no_license
andyy1976/PopMovies
2a3a8f8d6b6a59985855cfe84e25ddf087e98a4a
2ccece45c985a2098c314b722095d1a57c63f219
refs/heads/master
2020-08-12T16:04:49.093455
2019-08-23T10:05:15
2019-08-23T10:05:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
634
java
package com.example.popmovies.ui.pages.moviedetails; import android.arch.lifecycle.ViewModel; import android.arch.lifecycle.ViewModelProvider; import com.example.popmovies.database.AppDatabase; public class MovieDetailsViewModelFactory extends ViewModelProvider.NewInstanceFactory { private final AppDatabase mDb...
[ "hrisi_13@yahoo.com" ]
hrisi_13@yahoo.com
4289b8d0d7d3f8839869b3194075005f7f26ce75
4baf4719b1e34569bc4439419bddcacdb9836bf0
/Section 1/Chapter09/airline-booking/src/main/java/springfive/airline/airlinebooking/domain/Flight.java
7e6def0c07a3089760873d3243bcd105e5f72dbe
[ "MIT" ]
permissive
PacktPublishing/Developing-Java-Applications-with-Spring-and-Spring-Boot
1cd94c3ba5b5f4b98709fa1f5e90ade3952817d3
dc480767ddcbc7053b68682b28ba19fa93f420d3
refs/heads/master
2023-07-24T04:06:15.159293
2023-01-30T08:10:32
2023-01-30T08:10:32
136,295,735
24
16
MIT
2023-07-18T20:52:04
2018-06-06T08:14:12
Java
UTF-8
Java
false
false
467
java
package springfive.airline.airlinebooking.domain; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonInclude.Include; import java.time.LocalDateTime; import lombok.Data; import org.springframework.data.mongodb.core.mapping.Field; @Data @JsonInclude(Include.NON_NULL) publi...
[ "32731556+mehulsingh7@users.noreply.github.com" ]
32731556+mehulsingh7@users.noreply.github.com
64eadbf76a80044ed396b46bb9e0b3d0f3ef523a
7188b0c284a0f19f542d7830f3369b43dc4e9cdc
/src/main/java/org/example/util/FileReadingUtil.java
cdefb5a7f9daca0eeeb76849fe226dce1c52932d
[]
no_license
claudiopollice/DataReadAndMergeSort
c427606fafaf34b4a35b4425f4e2794fc0f312b9
899e427c8a2a5295b97b0c7ef7c41d7640ae87ac
refs/heads/master
2022-12-30T06:11:03.456373
2020-10-18T19:32:07
2020-10-18T19:32:07
305,177,417
0
0
null
null
null
null
UTF-8
Java
false
false
1,114
java
package org.example.util; import lombok.NonNull; import org.example.model.error.SystemError; import java.io.*; import java.nio.channels.FileChannel; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.StandardOpenOption; import java.util.EnumSet; public class FileReadingUtil { public sta...
[ "claudio.pollice@ing.com" ]
claudio.pollice@ing.com
fadcd3206966146227e52cc6047170df58d15a24
6374fce0f875c162e89e0c652aa9d26b8bb5c6a4
/src/by/it/voronovich/project/java/CommandAdminCabGood.java
1f1527ad5b8d7f2e63c04c9cb81eabaacf6055d3
[]
no_license
romanfilimonchik/JD2016-08-22
092611384219dc4d489bd81c21cab5a1938c1754
8394adde1c7b2c749c602fcf24fe31b1f7bf01f0
refs/heads/master
2020-12-26T03:34:02.273094
2016-11-22T12:50:13
2016-11-22T12:50:13
67,052,639
0
0
null
2016-08-31T15:59:58
2016-08-31T15:59:56
Java
UTF-8
Java
false
false
2,342
java
package by.it.voronovich.project.java; import by.it.voronovich.project.java.bean.CatalogGood; import by.it.voronovich.project.java.dao.CatalogGoodDAO; import by.it.voronovich.project.java.dao.DAO; import javax.servlet.http.HttpServletRequest; import java.util.List; public class CommandAdminCabGood implements ActionC...
[ "dd.versus@gmail.com" ]
dd.versus@gmail.com
ed3e0a916335d3c96982d93f5718656727d58416
0fe1d9b6e50ce09a604dbcffa6477e609b5aa619
/src/main/java/net/dandielo/citizens/traders_v3/core/exceptions/attributes/AttributeValueNotFoundException.java
5cf9eb3f8b96cee3018b9d398f54a600c12ec1a7
[]
no_license
Dandielo/dtlTraders
48e6b7a49b4fcf4d9738239025057cd027a01a58
83e2d89551631be1216405e3498bbf6cb14e4bd7
refs/heads/master
2020-12-24T06:33:10.164398
2016-07-18T13:56:58
2016-07-18T13:56:58
10,086,873
3
18
null
2016-06-15T10:06:20
2013-05-15T20:03:32
Java
UTF-8
Java
false
false
197
java
package net.dandielo.citizens.traders_v3.core.exceptions.attributes; public class AttributeValueNotFoundException extends AttributeException { private static final long serialVersionUID = 1L; }
[ "daniel.penkala@gmail.com" ]
daniel.penkala@gmail.com
11e21baa5ca75294e91e2ddb178489426d172f34
aee99deee0eb53951497650d2016af58b8f2e836
/src/Plants/Milk.java
6b9c84be760eb69a853872cb178f952d8432a77a
[]
no_license
Materson/Jolaria
1b9dfabfa0a7658cbe9a4ae7ad023861cdbbf716
f714b467e02704580b27866985d36a17b3763f81
refs/heads/master
2023-04-26T18:28:39.949517
2017-05-18T17:13:14
2017-05-18T17:13:14
372,085,495
0
0
null
null
null
null
UTF-8
Java
false
false
534
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 Plants; import Worlds.World; /** * * @author Materson */ public class Milk extends Plant{ public Milk(int po...
[ "mater@153.19.219.201" ]
mater@153.19.219.201
491cfd5e8a780b6deb8ff1befa4cf697494fece7
ebedcda4111385e994638f85c581a491e2c3e066
/ProxyHsNoSpring/src/com/wolf/cache/PathDataCache.java
eb000c6e7ed155c0b86909123da00e3e2947276e
[ "Apache-2.0" ]
permissive
wangscript007/w-io
4aac9983f09435a7f85e1c24ce4a98e44acf9cec
de230023c968d82c876f294f5c4f893316600848
refs/heads/master
2021-10-18T23:30:31.896954
2019-02-15T09:53:07
2019-02-15T09:53:07
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,990
java
package com.wolf.cache; import io.netty.buffer.ByteBuf; import io.netty.buffer.Unpooled; import java.nio.charset.Charset; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.ConcurrentMap; import java.util.concurrent.TimeUnit; import java.util.concurrent.locks.ReentrantReadWriteLock; //路径缓存 pu...
[ "chenze_sr@neusiri.com" ]
chenze_sr@neusiri.com
95c65b6e6d842d8d1e00d25a0211c261c720a6a2
fe2abf8ceb7a667d020db11155891d1ffd3149c3
/app/src/main/java/com/wsyzj/android/offer/bean/AcupointA.java
e0b32ef15bd5ca5e3cad94473e365b8615e262a5
[]
no_license
woshiyizhijiao/Offer
3001cb5918ad28f2e5c58e696b8fae8a85454105
e61f4216eaad6337c9779ccbb2f0401b750d7d72
refs/heads/master
2021-01-19T12:59:22.057534
2019-09-13T08:36:44
2019-09-13T08:36:44
82,354,908
4
0
null
null
null
null
UTF-8
Java
false
false
252
java
package com.wsyzj.android.offer.bean; /** * author : 焦洋 * time : 2017/11/6 11:41 * desc : AcupointA */ public class AcupointA { public String Letters; public String ArticleID; public String ClassID; public String Title; }
[ "jiao35478729@163.com" ]
jiao35478729@163.com
ae2bcb73f6f28f87506af232c2138b4ddfe2e0e8
3cf40f78c06550f86c9522690195148f0b61210e
/src/MisComponentes/txtPlaca.java
cd37539b2b7da1f0abc62cff01222c89b8044411
[]
no_license
drom457/Viaje-Autos
91a18b02dc0673326384ce5d7e6363560a8fe9f2
7f05adbd0282b83471a4bb5e3c814c4b9b473aa0
refs/heads/master
2022-09-02T18:27:24.535895
2017-06-14T15:50:25
2017-06-14T15:50:25
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,864
java
/* JEFFERSON TORRES * 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. JEFFERSON TORRES */ package MisComponentes; import java.awt.Color; import java.awt.event.KeyEvent; import j...
[ "danie@DORO" ]
danie@DORO
e22d5dd8e177546091081cc6df1067975f70a7b2
3b91ed788572b6d5ac4db1bee814a74560603578
/com/tencent/mm/plugin/appbrand/jsapi/a/c$11.java
21ad1b0fed53406c202affe0109271e0ca563939
[]
no_license
linsir6/WeChat_java
a1deee3035b555fb35a423f367eb5e3e58a17cb0
32e52b88c012051100315af6751111bfb6697a29
refs/heads/master
2020-05-31T05:40:17.161282
2018-08-28T02:07:02
2018-08-28T02:07:02
null
0
0
null
null
null
null
UTF-8
Java
false
false
9,693
java
package com.tencent.mm.plugin.appbrand.jsapi.a; import android.text.SpannableString; import android.text.TextUtils; import android.text.method.LinkMovementMethod; import android.view.LayoutInflater; import android.view.View; import android.widget.ImageView; import android.widget.TextView; import com.tencent.mm.ab.b; i...
[ "707194831@qq.com" ]
707194831@qq.com
e9258d3408e7bd4fd64c1fdeac2b4cccc87bc4b5
7639d1c6f5cda7a6f2bc3a3ac34f10cc0f3b816e
/checklistbank-mybatis-service/src/main/java/org/gbif/checklistbank/service/mybatis/DatasetMetricsServiceMyBatis.java
761a0063963369ec222cae08882df2292ad4fd3c
[ "Apache-2.0" ]
permissive
marcoskichel/checklistbank
fc6e6c1ab550ef06dbcd0d15c1c211f6419e484b
c6784a84bf73dd2648048f47549e2943a2ab280e
refs/heads/master
2021-01-23T03:16:22.866095
2014-11-25T08:14:20
2014-11-25T08:14:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,645
java
package org.gbif.checklistbank.service.mybatis; import org.gbif.api.model.checklistbank.DatasetMetrics; import org.gbif.api.service.checklistbank.DatasetMetricsService; import org.gbif.checklistbank.service.mybatis.mapper.DatasetMetricsMapper; import java.util.Date; import java.util.List; import java.util.UUID; impo...
[ "mdoering@gbif.org" ]
mdoering@gbif.org
e5d67a3794cb4abfd4ba1ad7d000aeb9e9fa0378
29fc88d3ff074543a03aa73efd69b51d957528da
/rongy/src/main/java/com/cd/service/TeamActivityRelUserInfoService.java
d13a1a401f63659ad43650af9387d916b7efc410
[]
no_license
jwnming/rongy
e8a2fc686db1432992c31591aa46e5399328dc60
5d9a77391320991b0887e93582bfabc28a610415
refs/heads/master
2023-08-19T04:20:35.152466
2021-10-11T13:16:19
2021-10-11T13:16:19
null
0
0
null
null
null
null
UTF-8
Java
false
false
210
java
package com.cd.service; import com.cd.entity.TeamActivityType; import java.util.List; public interface TeamActivityRelUserInfoService { List<TeamActivityType> queryTeamActTypeByUserNo(String userNo); }
[ "jwnmingjava@163.com" ]
jwnmingjava@163.com
09cb1527278b4504dab6c519bb93a82f431b39be
4f2940b5eb3f27e407ba1723e95ffff9bc5df72c
/mikeypl/tools/errors/UnknownArmourError.java
9cf19c2156a8f5a84c6701caa8b704f3471d1154
[]
no_license
mikeypl0001/13th-Age
8008022ae4247cbe8fcbe6b4a36ecac4b3ccd859
abf249e4885fe139120f6d81fd75ae697c9c2dc5
refs/heads/master
2021-04-06T10:39:17.373708
2018-03-15T14:32:28
2018-03-15T14:32:28
122,496,911
0
0
null
null
null
null
UTF-8
Java
false
false
365
java
package mikeypl.tools.errors; import java.lang.RuntimeException; // This class is used to throw an error if the value of something is negative public class UnknownArmourError extends RuntimeException { public UnknownArmourError() { super("Invalid Armour, should be none, light, or heavy"); } public UnknownA...
[ "36650702+mikeypl0001@users.noreply.github.com" ]
36650702+mikeypl0001@users.noreply.github.com
8bd720e9eb75626ff93019e7471d065191534a9c
e9687ae0871b5216bf34bef2445ccfc902e9ee34
/akitha_db/vehicledb.java
04de6f7b769d09aebc5b800f519e5b52ea9e34c8
[]
no_license
Irushan22/ITP-Final-2018
dfb1d33e46b321447618323b280de55d29ce75c0
a28bc213e2efc6ce0f25e450f8fdaddd89bfc1a4
refs/heads/master
2022-01-23T22:34:18.039093
2019-08-01T02:07:18
2019-08-01T02:07:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
943
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 akitha_db; import com.mysql.jdbc.Connection; import java.sql.DriverManager; import java.sql.ResultSet; /** * ...
[ "noreply@github.com" ]
noreply@github.com
54c3b8b6d3a479cf3840a39179d738dc39d1c524
13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3
/crash-reproduction-ws/results/XWIKI-14263-116-15-Single_Objective_GGA-WeightedSum/org/xwiki/container/servlet/filters/internal/SavedRequestRestorerFilter_ESTest.java
67dffdb463c8778a9f036aef07ec0a76c854a270
[ "MIT", "CC-BY-4.0" ]
permissive
STAMP-project/Botsing-basic-block-coverage-application
6c1095c6be945adc0be2b63bbec44f0014972793
80ea9e7a740bf4b1f9d2d06fe3dcc72323b848da
refs/heads/master
2022-07-28T23:05:55.253779
2022-04-20T13:54:11
2022-04-20T13:54:11
285,771,370
0
0
null
null
null
null
UTF-8
Java
false
false
603
java
/* * This file was automatically generated by EvoSuite * Wed Apr 01 06:11:36 UTC 2020 */ package org.xwiki.container.servlet.filters.internal; import org.junit.Test; import static org.junit.Assert.*; import org.evosuite.runtime.EvoRunner; import org.evosuite.runtime.EvoRunnerParameters; import org.junit.runner.Run...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
970998bf22de0c6b3c70386fd419c7bf983355fb
3130765f287269f474dde937930a6adc00f0806a
/src/main/java/net/minecraft/server/BlockMobSpawner.java
2eec8a141f31a0cd1403396bd51a653e4f38f1fe
[]
no_license
airidas338/mc-dev
928e105789567d1f0416028f1f0cb75a729bd0ec
7b23ae7f3ba52ba8405d14cdbfed8da9f5f7092a
refs/heads/master
2016-09-05T22:12:23.138874
2014-09-26T03:57:07
2014-09-26T03:57:07
null
0
0
null
null
null
null
UTF-8
Java
false
false
781
java
package net.minecraft.server; import java.util.Random; public class BlockMobSpawner extends BlockContainer { protected BlockMobSpawner() { super(Material.STONE); } public TileEntity a(World var1, int var2) { return new TileEntityMobSpawner(); } public Item a(IBlockData var1, Random var2, ...
[ "sam.sun469@gmail.com" ]
sam.sun469@gmail.com
5b702d00b8b86e79e32a58a1d90cf1f068038f3a
a25e60d3fbcdd45d20a2a9f127824fcca1d117c7
/core/src/main/java/com/github/weisj/darklaf/ui/colorchooser/DarkPreviewPanel.java
2cd8fff64f94d82934b2d6b0a0ca8f114999d491
[ "MIT" ]
permissive
shefass/darklaf
c36578dd77a9da292e15a7b67ad7310c059c0538
8101b3aa967f3e63c9f2b3a50ed266c39453c773
refs/heads/master
2022-11-06T07:08:20.472922
2020-06-29T14:51:48
2020-06-29T14:51:48
275,797,309
0
0
MIT
2020-06-29T11:42:23
2020-06-29T11:42:22
null
UTF-8
Java
false
false
7,704
java
/* * MIT License * * Copyright (c) 2020 Jannis Weis * * 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, copy, modi...
[ "weisj@arcor.de" ]
weisj@arcor.de
f98ea889b3ef1904a8b2100f1c6032529ff78e50
884056b6a120b2a4c1c1202a4c69b07f59aecc36
/java projects/jtop/jtopas/versions.alt/seeded/v3/src/de/susebox/java/io/PaxHeaders.74544/ExtIOException.java
d608f4f575c50caa740ba4f32371fa74e16d46d6
[ "MIT" ]
permissive
NazaninBayati/SMBFL
a48b16dbe2577a3324209e026c1b2bf53ee52f55
999c4bca166a32571e9f0b1ad99085a5d48550eb
refs/heads/master
2021-07-17T08:52:42.709856
2020-09-07T12:36:11
2020-09-07T12:36:11
204,252,009
3
0
MIT
2020-01-31T18:22:23
2019-08-25T05:47:52
Java
UTF-8
Java
false
false
60
java
30 atime=1476297918.864899312 30 ctime=1476297918.866549439
[ "n.bayati20@gmail.com" ]
n.bayati20@gmail.com
262e6a0e9a177d5ca9f4fef3f59afbfbf36e1292
99e7e34054d67fde190f6a87001c801100f1b4a6
/JavaSE/src/basic_grammar/ConversionDemo.java
f41bca145f0fb7477ca11e6b788d4b09e777b319
[]
no_license
GuangkunYu/Java
759999b809ec62df44cb47386fa2ce031c27f92f
649aab562e4dd8f0ffea3ebdb05cce0a1d291b73
refs/heads/master
2023-01-12T15:37:46.298422
2020-11-17T11:27:52
2020-11-17T11:27:52
283,760,278
0
0
null
null
null
null
UTF-8
Java
false
false
879
java
package basic_grammar; /* 类型转换: 自动类型转换: 把一个表示数据范围小的数值或者变量赋值给另一个表示数据范围大的变量 范例:double d = 10; byte -> short -> int -> long -> float -> double char -> 强制类型转换: 把一个表示数据范围大的数值或者变量赋值给另一个表示数据范围小的变量 格式: 目标数据类型 变量名 = (目标数据类型)值或者变量; 范例: int k = (int)88.88; */ public class ConversionDemo{ pub...
[ "1795056480@qq.com" ]
1795056480@qq.com