blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
410
content_id
stringlengths
40
40
detected_licenses
listlengths
0
51
license_type
stringclasses
2 values
repo_name
stringlengths
5
132
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringlengths
4
80
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
5.85k
689M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
131 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
9.45M
extension
stringclasses
32 values
content
stringlengths
3
9.45M
authors
listlengths
1
1
author_id
stringlengths
0
313
ca9503dfaf6b51a2aa617eec73ac42af438c6fad
06af424c0f31d8ba32d315b77feeca1dbfbeff8a
/ProyectoBasesI/ProyectoBasesI/src/proyectobasesi/empleado.java
ebb5475976cfdb4f35bb6d4d427f9cf580e70641
[]
no_license
RASanchezB/ProyectoBasesI
f224c324dc06d86f1f89a68b1b254dbfcce20961
f01ca6ad0de23071a312c6d3257259ef3c4ad85c
refs/heads/master
2020-03-29T11:17:40.627515
2018-09-25T19:49:33
2018-09-25T19:49:33
149,844,839
0
0
null
null
null
null
UTF-8
Java
false
false
977
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 proyectobasesi; public class empleado { int dni; String emp_afiliacion; String contraseña; public empleado(i...
[ "dam_900@unitec.edu" ]
dam_900@unitec.edu
9be3b3383b8feabceb72af783c87315611ad6126
2b1648f0c86cdddf164a32a956d9115f5978ca7f
/src/engine/AdditionEvaluator.java
d5518d0ccfeacb6af6c2cb04b99ef953c561f90c
[]
no_license
konsto/mol
546ce4dfed38be8a96d207c235feac17f5c3fab5
5819a5ac8fe301c7e7dd2ddfdc4154044b5de181
refs/heads/master
2021-01-19T07:18:47.656016
2012-11-30T20:34:24
2012-11-30T20:34:24
40,775,149
0
0
null
null
null
null
UTF-8
Java
false
false
209
java
package engine; public class AdditionEvaluator implements IBinaryEvaluator { @Override public IObject evaluate(IObject left, IObject right) throws Exception { return left.add(right); } }
[ "michalewandowski@gmail.com" ]
michalewandowski@gmail.com
dfcb4e74fda6e1f0deb6305409223c5ae6dcfc31
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/6/6_5acadce2ee450a7b7b41ac8a99ffb82eeb2c7473/AgentsRepo/6_5acadce2ee450a7b7b41ac8a99ffb82eeb2c7473_AgentsRepo_t.java
fb37f36ba73b6fcf019d99c57895ce8c2cc1ab71
[]
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
71,086
java
/* The contents of this file are subject to the terms * of the Common Development and Distribution License * (the License). You may not use this file except in * compliance with the License. * * You can obtain a copy of the License at * https://opensso.dev.java.net/public/CDDLv1.0.html or * opensso/legal...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
f0f265d814220729ca9da3111831363c8db5b925
b7b86e6bb117aca44e357845a4381b1aee856567
/src/test/java/com/example/demo/controllers/UserControllerTest.java
b34eb13e29c7349b80546f7459ebdad839be34a3
[]
no_license
tapsteri/udacity_ecommerce
3ca074a68f0722d2bcaa88e3a5887043fbc6690d
e2f07a284764e638ee7ae6df2ec9829fc6f1e420
refs/heads/master
2022-12-25T23:40:03.482200
2020-10-06T17:36:13
2020-10-06T17:36:13
300,966,826
0
0
null
null
null
null
UTF-8
Java
false
false
4,009
java
package com.example.demo.controllers; import com.example.demo.TestUtils; import com.example.demo.model.persistence.User; import com.example.demo.model.persistence.repositories.CartRepository; import com.example.demo.model.persistence.repositories.UserRepository; import com.example.demo.model.requests.CreateUserRequest...
[ "" ]
aa22f1e77af15729c48de318e4eb16aafbb5ffbb
b615ef46ae2525ac7d6cdb1e48f64931be34aca6
/zxing/src/main/java/cn/park/com/zxing/bean/ZxingConfig.java
89c6cedfeaf03b7b6ac6fc1afb8a67b2954bcc1e
[]
no_license
muyed/wisdom-parking-android
29f66decf656ebc6912af3b44dd1b6bc055b65c3
d061ea35a1322be80eadb7e4ce18d5ed24f43e5f
refs/heads/master
2021-05-10T18:07:39.981927
2019-02-15T09:02:00
2019-02-15T09:02:00
118,621,218
0
0
null
null
null
null
UTF-8
Java
false
false
1,416
java
package cn.park.com.zxing.bean; import java.io.Serializable; /** * @author: yzq * @date: 2017/10/27 14:48 * @declare :zxing配置类 */ public class ZxingConfig implements Serializable { /*是否播放声音*/ private boolean isPlayBeep = true; /*是否震动*/ private boolean isShake = false; /*是否显示下方的其他功能布局*/ ...
[ "leocheung4ever@gmail.com" ]
leocheung4ever@gmail.com
6b425550f5747b7799fde4b36c8ae7a294c003bf
130f7fa215a57b7d4996ea2b7fc39d04beded8b8
/src/main/java/prototypepattern/Shape.java
436db9a24dd7b1d5a72ea0147d5e1cc13cd55cd6
[]
no_license
runningkay/KayDesignPatternDemo
15c8e3da5d2224432011620f9e34c1a6d627760b
d50652589949348aa4d0c5fcad0f54e1f898b7e6
refs/heads/master
2021-01-11T06:05:15.314345
2016-09-30T07:05:47
2016-09-30T07:05:47
69,074,063
0
0
null
null
null
null
UTF-8
Java
false
false
605
java
package prototypepattern; /** * Created by Bo-Young on 2016/9/25. */ public abstract class Shape implements Cloneable { private String id; protected String type; abstract void draw(); public String getType() { return type; } public String getId() { return id; } pub...
[ "prodigal0906@aliyun.com" ]
prodigal0906@aliyun.com
0ddacc9503fd7373ef2ec0ecabdf138be80a9938
516761a17a050ee05890b05438c3db674144c43c
/library/src/main/java/me/xiaopan/spear/process/ImageProcessor.java
793d0434f90b9973a9339218bec113456067cbac
[ "Apache-2.0" ]
permissive
kuyun-zhangyang/Spear
ca43c833ea2566c38dbe8aa18d167ef32ecf9852
0e867a1a11df95212b69d16713aeb1fbe82d0dd4
refs/heads/master
2020-04-05T18:28:44.373350
2015-04-18T18:24:30
2015-04-18T18:24:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,247
java
/* * Copyright (C) 2013 Peng fei Pan <sky@xiaopan.me> * * 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 appli...
[ "sky@xiaopan.me" ]
sky@xiaopan.me
3a4a0fa765a652240c2671704c528e5f8df610f5
3f9f0c655ff0bf4b94f583f3301bb96984f5d5f3
/src/ar/com/xeven/Servicio.java
1c99aa051dbc3fe5b83cf0f0d13c4168f2530858
[]
no_license
pabloacvd/CRMVentas
ffd88a38e5fb1ce49e5b44702aa76ab658ddbe8f
02e69d785c75ad64413c8b126292de1c264253a7
refs/heads/master
2023-04-18T05:26:33.663639
2021-04-30T01:04:12
2021-04-30T01:04:12
342,886,154
0
0
null
null
null
null
UTF-8
Java
false
false
287
java
package ar.com.xeven; public class Servicio implements Item{ @Override public double getPrecio() { return 0; } @Override public String getNombre() { return null; } @Override public String getDescripcion() { return null; } }
[ "pablo@xeven.com.ar" ]
pablo@xeven.com.ar
610899477467ed3608d2f65aa8635b4c491ac351
b7e31f4943430134de7cc0384d5ce91525df3858
/transfuse/src/main/java/org/androidtransfuse/model/manifest/InstallLocation.java
ab6ab6d056c73ecb3921ae58a736929425c8c98e
[ "Apache-2.0" ]
permissive
johncarl81/transfuse
233ce44e8484f7184e3fe65aae7b9f3c1ee22d3a
217e00f6f09f98240254cc14f8c2c246dea1d5dc
refs/heads/master
2023-03-19T04:52:01.475202
2021-07-17T23:16:52
2021-07-17T23:16:52
2,416,378
118
32
Apache-2.0
2021-07-19T22:17:25
2011-09-19T15:57:21
Java
UTF-8
Java
false
false
1,006
java
/** * Copyright 2011-2015 John Ericksen * * 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 agr...
[ "johncarl81@gmail.com" ]
johncarl81@gmail.com
71ed09b80cb88bc0d68e88a1f864859e0d65c843
47bfbc85976de389115f0493fe594ae90497caf6
/ShoppingCart/src/main/java/com/suman/dev/controller/PageController.java
b9b452d23e949138a6a48a9daf555c464ace6baa
[]
no_license
ShresthaSuman/shoppingcart
a2ca274199b59036ea5f9ff94ab9b19c5d58ac95
8e131ce9a3c4a15d652dfeb6fba884c09644dcdd
refs/heads/master
2022-12-27T23:58:02.680657
2020-10-14T07:10:27
2020-10-14T07:10:27
279,640,778
0
0
null
null
null
null
UTF-8
Java
false
false
1,118
java
package com.suman.dev.controller; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PathV...
[ "shrestha.suman9803@gmail.com" ]
shrestha.suman9803@gmail.com
1771d3c40a22dd409e6cf2a5be98e385ce4f3cc9
f09d42afcdfb1b51e79f73b162fea1994c91236b
/idp-oidc-extension-api/src/main/java/org/geant/idpextension/oidc/messaging/context/package-info.java
f1bd246ec7a245a9328588fe900d0cdeb98792bb
[ "BSD-2-Clause" ]
permissive
lhoekenga/shibboleth-idp-oidc-extension
369b09783db3d2f5635af906041086ceb6476c0d
6e523070d92ef8d01ed65515d6e1eee232d5e6fb
refs/heads/master
2020-03-25T23:56:44.874123
2019-04-02T18:12:39
2019-04-02T18:12:39
144,300,076
0
0
null
2018-08-10T15:00:20
2018-08-10T15:00:19
null
UTF-8
Java
false
false
1,693
java
/* * GÉANT BSD Software License * * Copyright (c) 2017 - 2020, GÉANT * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the * following conditions are met: * * 1. Redistributions of source code must retain the above copyright ...
[ "henri.mikkonen@iki.fi" ]
henri.mikkonen@iki.fi
1be76ab06f1cd005d92012a68ee42e83ec6b0f46
f0da9aa109f38e9ed0e598995536d13037d445e8
/Backend/models/testsrc/models/VideoTest.java
c9f590c115fc2a0f18841236d64af9dd137e859d
[]
no_license
jan-verm/Design_project
cbd9c411c4ae97d43693d94019c1f6032c455674
ff6fd9664666f25d64f639a78c58cb062437c2cd
refs/heads/master
2021-06-29T12:54:13.087335
2017-09-20T14:37:50
2017-09-20T14:37:50
104,227,264
0
0
null
null
null
null
UTF-8
Java
false
false
2,606
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 models; import org.junit.After; import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; import org...
[ "jan.verm84@gmail.com" ]
jan.verm84@gmail.com
f9aa7e6e505a39f3d4f6666175b33cc7cbf99221
c6dc3346f5bc2e63b18d1491b3be4f9ccebe3209
/src/main/java/com/hotelserver/model/search/HotelDescriptiveContentType.java
70093d792288ab0f98bdce5f84e18e22da09a0b2
[]
no_license
codingBitsKolkata/hotel-server
bd3293172fa5c796454d59f23b333b698765adcc
97e5c1c3229eef72992cdbd01436f93158ba3103
refs/heads/master
2020-04-13T14:16:18.712379
2019-03-27T06:40:00
2019-03-27T06:40:00
163,256,941
0
0
null
null
null
null
UTF-8
Java
false
false
31,103
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2019.03.10 at 01:51:...
[ "avirup.pal@gmail.com" ]
avirup.pal@gmail.com
25803d732ba79cc9a9bda01ca60a8b5d4dc87c5a
6710c7afa317bc8e1ed4009bf44b4f2966cb3d6a
/YOUTUBEAPP/src/main/java/dev/vn/groupbase/App.java
2144f3ee7abb63a9c40937c66fdf73b4642868d4
[]
no_license
GroupBase/YouTubeApp
3278f09725b95424fee71e63acd5de0c2df11619
327ff157ebd22ee906f5269ecc1611947c5b6ae6
refs/heads/master
2020-07-29T22:50:53.504432
2016-11-16T04:32:52
2016-11-16T04:32:52
73,656,167
0
0
null
null
null
null
UTF-8
Java
false
false
750
java
package dev.vn.groupbase; import android.content.pm.PackageManager; import gmo.hcm.net.lib.OpenSQLiteBase; import gmo.hcm.net.lib.SQLiteDB; import gmo.hcm.net.lib.SQLiteManager; import gmo.hcm.net.lib.ApplicationBase; /** * Created by acnovn on 10/14/16. */ public class App extends ApplicationBase { @Overrid...
[ "nghiath@runsystem.net" ]
nghiath@runsystem.net
057c64d213c6620624a47477f522e629779fcec1
a8928dc502a8a3c3e602ddfe9aa737dcbbb37bd9
/jone-service/src/main/java/com/jone/service/common/ContentServiceImpl.java
055ae0683e884856a324661c5db57acbf8632f30
[]
no_license
xiangjg/jone
efb8c3181e574522b498fd78debb5605fa3eb6e6
215ecd65fba02b40e6c5a53ead1fea4fc3e7d3c9
refs/heads/master
2021-08-15T00:48:57.465880
2017-11-17T03:35:49
2017-11-17T03:35:49
109,360,764
0
0
null
null
null
null
UTF-8
Java
false
false
214
java
package com.jone.service.common; import com.jone.api.common.ContentService; import org.springframework.stereotype.Service; @Service("contentService") public class ContentServiceImpl implements ContentService { }
[ "1991887681@qq.com" ]
1991887681@qq.com
f4daa159f95fd57faa1166972a003984ac0c4fe1
233ad8007daa4606050bf6fac6c06493e32e662b
/RobotCode2020New/src/main/java/frc/robot/commands/shootercommands/StopJamCommandGroup.java
f412214a2eeafd2f87adda04e6d7ed4941e94307
[]
no_license
FRC930/Robot2020
278ffc7393b7272aef386cf39a9140a2ff7e6311
6185806422ec01fa8692cc4369e8007b252e6c4c
refs/heads/master
2021-07-08T11:11:06.720580
2020-12-22T19:07:00
2020-12-22T19:07:00
220,355,982
4
1
null
2020-12-22T19:07:01
2019-11-08T00:43:56
Java
UTF-8
Java
false
false
2,188
java
/*----------------------------------------------------------------------------*/ /* Copyright (c) 2019-2020 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 directo...
[ "aocampo2862@gmail.com" ]
aocampo2862@gmail.com
3b95a98144950fc58731603e3f149fccd36a5ac7
7fe650678d20a0ac07bed8ef008710c51161d22e
/app/src/main/java/com/feyon/myapplication/themeUtil/setter/TextColorSetter.java
39b54dbb34f0377609bb967d57620277cff6c277
[]
no_license
HaleyHong/Test2
035688543d031030a9a5b6d9286e6d4a0a93fe35
9b09a419fa365d3759ca5da302a9383eacd02e2e
refs/heads/master
2020-06-25T18:10:47.145930
2019-07-29T05:54:25
2019-07-29T05:54:25
199,386,569
0
0
null
null
null
null
UTF-8
Java
false
false
566
java
package com.feyon.myapplication.themeUtil.setter; import android.content.res.Resources.Theme; import android.widget.TextView; /** * TextView 文本颜色Setter * @author mrsimple * */ public class TextColorSetter extends ViewSetter { public TextColorSetter(TextView textView, int resId) { super(textView, resId); } p...
[ "292281446@qq.com" ]
292281446@qq.com
6b22d9373a9e1fbc3c1b505605fcc40efe85e014
ea8fb2ba093fe8ad8d2b73bcabe580df84841ac3
/chapter14/GenericConstructor.java
a26c03a4caab4992ebeae72c866edcd922af5cbb
[]
no_license
adarshvee/Java-9-A-Complete-Reference
134d8edb86b73f3b201f0d0bbb972642dbe81b54
7132288b211d90b2d3effc1f9c21effc51eccf89
refs/heads/master
2020-03-18T08:09:59.857277
2018-06-05T14:50:09
2018-06-05T14:50:09
134,494,008
0
0
null
null
null
null
UTF-8
Java
false
false
652
java
package chapter14; /** * This class demonstrates the use of generics in a class-constructor. Such * generics can apply even if the class itself is not generic * @author Adarsh V */ public class GenericConstructor { private double val; <T extends Number> GenericConstructor(T arg) { val = ar...
[ "adarshvijayaraghavan@gmail.com" ]
adarshvijayaraghavan@gmail.com
2b6802fae48a6d08d4ac6e0fcb8a2432f0c9c096
6459035361939086aa04dae784360add15fd1241
/interface/src/main/java/com/kis/viewmodel/TreeNodeViewModel.java
691ab47671d19a06174d1e293509184c315cf094
[]
no_license
yasikvor/KisYProject
777162a15b0402c33ecb7997e9166c46dd2afee9
8e2a01a144125973eb7d91afcdf133c10fc8c16b
refs/heads/master
2020-04-05T00:03:40.345902
2018-11-06T12:40:15
2018-11-06T12:40:15
156,381,741
1
0
null
null
null
null
UTF-8
Java
false
false
18,317
java
package com.kis.viewmodel; import com.kis.constant.ConnectionObjectConstant; import com.kis.constant.GrammarConstants; import com.kis.domain.TreeNode; import com.kis.loader.dbloader.exception.ObjectNotFoundException; import com.kis.loader.dbloader.utils.DbObjectComparator; import com.kis.model.*; import com.kis.printe...
[ "kis.y@dbbest.com" ]
kis.y@dbbest.com
5f34a5763521c5a0c4bb1522c05c63a44b1a2864
e3b5d5d0137f12720c4c2ea190c9f872412c1f9c
/app/src/main/java/winning/zhihuibj/fragment/LeftFragment.java
be44678b4b9623e84a9e27f01a95b79109199793
[]
no_license
yeluowuhen52/ZhiHuiBJ
cf8b8d845d6b4d48d7c85c020729e20529be1cce
35c46c114ea1edb6ca7909e2e1ae3f97103d1c00
refs/heads/master
2021-06-14T00:45:53.160251
2016-12-01T03:40:01
2016-12-01T03:40:01
null
0
0
null
null
null
null
UTF-8
Java
false
false
657
java
package winning.zhihuibj.fragment; import android.content.Context; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import winning.z...
[ "JTQc5235" ]
JTQc5235
143f6a0d99f0e3c655187bdf32ab507585cc9a0e
18ee7d3df0879e14aa1fd2f176dc07f544c54817
/interno/src/main/java/interno/bo/ChamadoTabletBO.java
36c2316ba75ce332ece84c925fe0beacb2d38b70
[ "Apache-2.0" ]
permissive
rlc07/interno
f2706ee7816fbf9990adfe968a3b8052a7631a4b
db5b418915fe05b45c6b1b976475bdb23f1b9a5d
refs/heads/master
2021-01-21T14:39:42.411235
2017-06-25T00:45:01
2017-06-25T00:45:01
89,748,904
0
0
null
null
null
null
ISO-8859-1
Java
false
false
3,120
java
/** * */ package interno.bo; import java.util.List; import interno.dao.ChamadoTabletDAO; import interno.modelo.ChamadoTablet; /** * @author Ronaldo *25 de mar de 2017 */ public class ChamadoTabletBO { private ChamadoTabletDAO dao; public ChamadoTabletBO(){ dao = new ChamadoTabletDAO(); } public boo...
[ "ronaldo.lc95@hotmail.com" ]
ronaldo.lc95@hotmail.com
b6eabcaf5e84a404d46301945826b15a8702dd02
ef6d9a00b0c2ce83fa355f34f6e26e9cb2814719
/src/MyWebServer/Response.java
3f0f1f2b5ad872d1801baad4d60f39489b261351
[]
no_license
shi1123/MyWebServer
ddbfb4d53cee6e7a926fed73852c7143627b0343
6edbe3c2e5c84307edcb57ae9b076290a351b4aa
refs/heads/main
2023-06-03T22:16:24.002362
2021-06-19T15:13:31
2021-06-19T15:13:31
378,441,127
0
0
null
null
null
null
UTF-8
Java
false
false
320
java
package MyWebServer; import java.io.PrintStream; /**将处理后的信息返回给浏览器 * @author shizhp * @data 2015年12月24日 */ public class Response { private PrintStream out; public PrintStream getOut() { return out; } public void setOut(PrintStream out) { this.out = out; } }
[ "yomingyo@gmail.com" ]
yomingyo@gmail.com
dcdd78a6d638cef33614eb828081701b73f16a6a
c8d4d58f2c0af0d761c514d47277cf5d8bdbb6f5
/com/bridgelabz/fellowshipprogramss/functional/Quadratic.java
5aa87ea995512f3de4c3613f6f094002bf34271a
[]
no_license
Pramila0526/Week1Programs
23d7b20220432771c29044a6fc3cf6b9050c2951
544584ff994aa05461fcf1e8c0dfad7abe91a097
refs/heads/master
2020-12-13T00:44:43.224835
2020-01-16T08:19:31
2020-01-16T08:19:31
234,269,357
0
0
null
null
null
null
UTF-8
Java
false
false
490
java
/** * @author : Pramila0526 * Date : 9/11/2019 * Purpose: Quadratic Equation. * */ package com.bridgelabz.fellowshipprogramss.functional; import com.bridgelabz.fellowshipprogramss.utility.Utility; public class Quadratic { public static void main(String[] args) { System.out.println("Enter the value of ...
[ "pramila.tawari2607@gmail.com" ]
pramila.tawari2607@gmail.com
ac45d9b4d17c030382d9d27ebbf88999147840c3
ccd3ca6e9d0c03b3f7e88d2da97af0c08599e852
/Tema9/Ejercicio02Prueba.java
4c68a9f5bcc3f0c2c5c3e45e092166ce600d55f7
[]
no_license
JorgeAlcarazKuv/EjerciciosAsignaturaProgramacion
ee1f2c348d3a4319bebdd7aa8806b1f6ee310b14
28a0fda62f846495d1c4e060c10c75f5cf777fa6
refs/heads/master
2021-01-12T16:17:59.001601
2017-02-01T07:30:15
2017-02-01T07:30:15
70,043,540
5
0
null
null
null
null
UTF-8
Java
false
false
1,545
java
import java.util.Scanner; /* * @author Jorge Alcaraz Bravo * Tema 9 Ejercicio 02 * */ public class Ejercicio02Prueba { public static void main (String[] args) { Scanner t = new Scanner(System.in); Ejercicio02Bicicleta bici1 = new Ejercicio02Bicicleta(20); Ejercicio02Coche coche1 = new Ejercicio02Coc...
[ "jrg.kuv@gmail.com" ]
jrg.kuv@gmail.com
6be44843879a0df7e7d30f11c9e59fb08f7f0586
2b9f6c744351ce09677d07bdedc106b298e39c5c
/WM_Manhattan_Automation/src/main/java/PageObjects/NewTest.java
152dfffc252f5f5e6f8945d51b73faa1c9a70c46
[]
no_license
Arun2254/WM_Manhattan_Automation
7b09155c9671d1d7caa90b288606bec2f95a8b3e
987e5f8bd43bebd9beb43d7d8a6b1e321b0b355d
refs/heads/master
2020-03-24T05:13:57.419259
2018-07-30T17:59:51
2018-07-30T17:59:51
142,480,403
0
0
null
null
null
null
UTF-8
Java
false
false
806
java
package PageObjects; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.firefox.FirefoxDriver; import org.testng.annotations.AfterTest; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; public class NewTest { public WebDriver driver; @Before...
[ "arun.yellapu7@gmail.com" ]
arun.yellapu7@gmail.com
9b05e27529761fba841c1fd1faf79a3ac3bb18b9
7ab0fddb577c06989c3718fd50f7250fcbe81821
/AlternativeQL/src/org/qls/ast/widget/default_widget/DefaultWidgetSet.java
0b22b1315543a3338417d40280f3249c55739fc3
[]
no_license
thanus/myriad-ql
54ce0d4dfbd5336c9f5c1d9b7ebf7072d6bdb4a0
a7294c108f35a4b1c0ba90982aa41f93f7a68a51
refs/heads/master
2020-12-02T17:45:40.794417
2017-04-24T20:39:04
2017-04-24T20:39:04
null
0
0
null
null
null
null
UTF-8
Java
false
false
877
java
package org.qls.ast.widget.default_widget; import org.ql.ast.type.Type; import org.qls.ast.page.CustomWidgetQuestion; import java.util.HashSet; import java.util.Set; public class DefaultWidgetSet { private final Set<DefaultWidget> widgetSet = new HashSet<>(); public void add(DefaultWidget defaultWidget) { ...
[ "joan.grigorov@gmail.com" ]
joan.grigorov@gmail.com
4a266eb1e06d747743a7f1d9534dae5f06dd667e
2d35a415a7f6d208143a081fb789993d1040955d
/app/src/main/java/com/lala/lashop/ui/cate/SearchFragment.java
b302bf7c0e04c116a3ee8356f83e299e6c72439f
[]
no_license
ch3ngxuyuan/LaShop
fba5b8768f4960bb86a7f46e07f930861d0ab3b2
23721fa463005ef68b448518e9369abab2ac35df
refs/heads/master
2020-03-23T15:01:43.653398
2018-04-25T09:25:43
2018-04-25T09:25:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,624
java
package com.lala.lashop.ui.cate; import android.os.Bundle; import android.support.v7.widget.DividerItemDecoration; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; import android.view.View; import android.widget.ProgressBar; import com.chad.library.adapter.base.Base...
[ "913835745@qq.com" ]
913835745@qq.com
23f34151555d0ced2e04b1bace62f08d08346aae
b55a861772bdc064f644ae51431f07f75bf2ae29
/src/main/java/blog/template/AbsAccount.java
983585abbb3ec0eba55c9ead66e6486d69b2d472
[]
no_license
nextGood/designPattern
f1754cd887a1b8e299c3f0ba344ce2c4b3ff73a6
93f0323da130eea4ae2a1e1dc080f2a71083a0e6
refs/heads/master
2021-07-09T16:45:57.170301
2017-10-12T02:15:23
2017-10-12T02:15:23
106,361,871
0
0
null
null
null
null
UTF-8
Java
false
false
1,021
java
package blog.template; import java.math.BigDecimal; /** * Created by nextGood on 2017/10/9. */ public abstract class AbsAccount implements IAccount { @Override public Double calculateInterest(Double capital) { Double interestRate = doCalculateInterestRate(); //由于Java的简单类型不能够精确的对浮点数进行运算,BigD...
[ "lumingan@mindai.com" ]
lumingan@mindai.com
66a4bb3715181dd0718f3d232c60a8b5d4ad4728
3707564e7a9f5acb9bf784c28d9773950a29c7d1
/app/src/main/java/com/haobin/watermelon_all_summer/module/main/SplashActivity.java
8d49150f63ae0973c6589a30524b1b4200a81e5a
[ "Apache-2.0" ]
permissive
WengHaobin/WatermelonAllSummer
a6cb87a4a32119bb93f17b7321d8da418a058f5a
74938f49713db053c453fd32c0d8a8052acaec2d
refs/heads/master
2020-03-31T20:55:05.057598
2018-11-14T02:44:03
2018-11-14T02:44:03
152,560,403
5
0
null
null
null
null
UTF-8
Java
false
false
1,978
java
package com.haobin.watermelon_all_summer.module.main; import android.animation.Animator; import android.os.Bundle; import com.airbnb.lottie.LottieAnimationView; import com.haobin.watermelon_all_summer.R; import butterknife.BindView; import cn.droidlover.xdroidmvp.mvp.XActivity; import cn.droidlover.xdroidmvp.router....
[ "532602716@qq.com" ]
532602716@qq.com
1927224e044c814277a50ef9f30564e5b49a08df
477496d43be8b24a60ac1ccee12b3c887062cebd
/shiro-chapter23/shiro-chapter23-server/src/main/java/com/haien/chapter23/dao/OrganizationDao.java
2f228c98a99b9e2ea6cb299ffd4eb7d5d2b0bd04
[]
no_license
Eliyser/my-shiro-example
e860ba7f5b2bb77a87b2b9ec77c46207a260b985
75dba475dc50530820d105da87ff8b031701e564
refs/heads/master
2020-05-20T23:45:31.231923
2019-05-09T14:06:04
2019-05-09T14:06:04
185,808,582
0
0
null
null
null
null
UTF-8
Java
false
false
643
java
package com.haien.chapter23.dao; import com.haien.chapter23.entity.Organization; import java.util.List; /** * <p>Organization: Zhang Kaitao * <p>Date: 14-1-28 * <p>Version: 1.0 */ public interface OrganizationDao { public Organization createOrganization(Organization organization); public Organization up...
[ "1410343862@qq.com" ]
1410343862@qq.com
ed3c85a830868271a193081d2331999cfab0e357
c81c8ec8a271bb6cefc39f8350491d349c27614d
/test.java
8777b4e043dd06d40186daa1e2b8688472ee1caf
[]
no_license
Natthapolmnc/DataStructure
2445beb98ffb9b2d10dfacc4a1a379ac178a73ec
7c59ce5a15ea56d65c0fbf8976bf93ed92e27be8
refs/heads/master
2022-12-17T08:33:44.281624
2020-09-19T02:38:53
2020-09-19T02:38:53
296,772,132
1
0
null
null
null
null
UTF-8
Java
false
false
142
java
import java.util.LinkedList; class test{ public static void main(String[] args) { int array[]= {12312,3,2}; array.size }
[ "natthapol3011@gmail" ]
natthapol3011@gmail
067629703af6e981d2ac4a42897cec3d95c07b27
093e942f53979299f3e56c9ab1f987e5e91c13ab
/storm-server/src/main/java/org/apache/storm/daemon/drpc/DRPC.java
40939616fde88870ff69fb325200f27546b3308a
[ "Apache-2.0", "GPL-1.0-or-later", "BSD-3-Clause", "MIT", "BSD-2-Clause" ]
permissive
Whale-Storm/Whale
09bab86ce0b56412bc1b984bb5d47935cf0814aa
9b3e5e8bffbeefa54c15cd2de7f2fb67f36d64b2
refs/heads/master
2022-09-26T10:56:51.916884
2020-06-11T08:36:44
2020-06-11T08:36:44
266,803,131
3
0
Apache-2.0
2022-09-17T00:00:04
2020-05-25T14:39:22
Java
UTF-8
Java
false
false
10,141
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 ...
[ "798750509@qq.com" ]
798750509@qq.com
29b66ce9b0669b8c002792cf3d07259acd83afa7
5699a2d087c5608d7d49fd4f036266d493712b78
/src/distributedsystems/Node.java
28eb6be54640143352d686fb01aa03bab761d23e
[]
no_license
EddyDavies/Year2_DistributedSystem
deac8ea9d0f44f13d786920f2d4598fb8427348c
11ec26b6fb0b5bc95aa3beb61f18cc82610d29bf
refs/heads/master
2020-09-13T12:47:59.136507
2019-11-19T20:43:19
2019-11-19T20:43:19
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,375
java
package distributedsystems; import java.util.LinkedList; public class Node{ private final int myID; //ID of this node private int idBefore; //ID of next node in Clockwise direction private int idAfter; //ID of next node in Anticlockwise direction private int leaderID; // Elected leader private int...
[ "Edward@family-davies.co.uk" ]
Edward@family-davies.co.uk
b3bc077eb2a2d072e47d4448f89dcca8a40e6b87
44025e778142cb077fdb2c24f9bd595c6d13ac89
/Arjuncarona/src/test/java/inclss.java
07ede8939864eb93620d2c378fdffb007c18d3a8
[]
no_license
arjunkorandla/DemoEcommerce
c25d2310625df2e829214e7a77cb2d2528cef35a
f7b71f2bfc4a0eff8fecf9211dbe9dc40e85a738
refs/heads/master
2022-12-18T20:31:39.670280
2020-09-25T01:30:04
2020-09-25T01:30:04
298,436,988
0
0
null
null
null
null
UTF-8
Java
false
false
595
java
import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; public class inclss { public static void main(String[] args) throws InterruptedException { // TODO Auto-generated method stub System.setProperty("webdriver.chrome.drive...
[ "arjunkorandla@gmail.com" ]
arjunkorandla@gmail.com
e6eaa86532036fe69887f7a92b0ab548a7de6ed8
e79aba5c0f2b8d79e64eac0cc28b70d876d8b29e
/src/test/java/main/java/com/frontier/autotest/scenario_checker/Application.java
00926321e675e7cc2fc34be1da102d4a4ac9ffab
[]
no_license
kvyatkovsky/autotest-scenario-checker
86f20089b677eddd3a25f9c159c0fb6bb9b6d665
6c3cac01b36d5a30c88b0a0dd009b63337ee2428
refs/heads/master
2020-07-05T02:26:02.721687
2016-12-13T09:27:20
2016-12-13T09:27:20
74,130,029
0
0
null
null
null
null
UTF-8
Java
false
false
644
java
import org.jbehave.core.model.Story; import report.Reporter; import utils.JBehaveStoriesServiceImpl; import utils.StoryChecker; import java.util.List; public class Application { public static void main(final String[] args) { JBehaveStoriesServiceImpl jBehaveStoriesService = new JBehaveStoriesServiceImp...
[ "Maksym_Kviatkovskyi@epam.com" ]
Maksym_Kviatkovskyi@epam.com
c94fcf9150c848133e84219fa3b4d6ded1178a8e
75eb061709fba7ab7ab7e7dbb31c6720c353ef9e
/WCM_MDM_SONAMA_DB2_14June2018_2/auth/src/main/java/com/ibm/mdm/esoa/client/ScoreProviderAsProv.java
0cfdb3220d843b0d25f728b34c00df6ed6628ac9
[ "MIT" ]
permissive
svanandkumar/Connect_360_Release1
8867ab02988af510b759d49ed344e60dfc5b542f
9da56fdc7bd1d57b26c516b9214f5e7ca9b740c2
refs/heads/master
2020-03-28T01:00:23.393795
2018-09-05T13:29:59
2018-09-05T13:29:59
147,468,585
0
0
null
null
null
null
UTF-8
Java
false
false
2,482
java
package com.ibm.mdm.esoa.client; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for scoreProviderAsProv complex type. * * <p>The follow...
[ "anandkumar.swami@in.ibm.com" ]
anandkumar.swami@in.ibm.com
811bcab2ac47d21a28e2af7d064e02c4d64d6fc8
3487fc48cec55dc022654f1d59d09d0ba31281f5
/src/main/java/com/kuuhaku/heartbeat/nettyServer/handle/PostManHandle.java
b312829e7b416b1075160c990b2ad07b5c7ca6d0
[]
no_license
NoGame-NoLife/NettyServer
6a10f7ff79d6e3e04a7c761b1623019cf9d37c42
52aa62e7bf0f76249debe9c08f56888db93bbf3e
refs/heads/master
2022-07-24T15:04:18.098522
2019-12-16T10:32:58
2019-12-16T10:32:58
226,236,236
0
0
null
2022-06-21T02:25:54
2019-12-06T03:14:14
Java
UTF-8
Java
false
false
429
java
package com.kuuhaku.heartbeat.nettyServer.handle; import io.netty.channel.ChannelHandlerContext; import io.netty.channel.SimpleChannelInboundHandler; /** * @Description TODO * @Author Kuuhaku * @Date 2019/12/16 17:47 **/ public class PostManHandle extends SimpleChannelInboundHandler<byte[]> { @Override pr...
[ "kuuhaku@msn.com" ]
kuuhaku@msn.com
b6626adc1a62e4473a97fc62a6b6c9d3c5c4bfd0
82ead8c00b33e93bada3d430764f958cabcaf551
/src/main/java/whitesquare/glslcross/glslcompiler/BytecodeVisitor.java
8c9b288eec3f7f06ac16bcddf6546308a4af9590
[ "MIT" ]
permissive
baaahs/fragbyte
43b0d98c4f04f047db8a1067ddf1351d6add16b4
5470ec1105a8563917588b6557772cbd1fd4e76e
refs/heads/master
2020-06-06T01:28:32.322888
2019-06-20T01:58:40
2019-06-20T01:58:40
192,601,203
0
0
null
2019-06-18T19:33:40
2019-06-18T19:33:39
null
UTF-8
Java
false
false
5,482
java
package whitesquare.glslcross.glslcompiler; import java.util.Stack; import whitesquare.glslcross.ast.ASTVisitor; import whitesquare.glslcross.ast.Assignment; import whitesquare.glslcross.ast.BinaryOp; import whitesquare.glslcross.ast.Block; import whitesquare.glslcross.ast.Construction; import whitesquare.glslcross.a...
[ "divan.burger@gmail.com" ]
divan.burger@gmail.com
d29d25b3f33a43309bc4581ce6c477d87756ad90
fb8727dd27d9bfe71290ad4e61a318588bb52880
/src/main/java/org/cytoscape/pokemeow/internal/algebra/Ray3.java
e2562f3bb147ae9e6c0a82d32f21b7ecbe3a0bd9
[]
no_license
rico2004/PokeMeow-Renderer
990973f987ca4d58dd228aefc4aa35d3d33cff95
9c1f7b38d5649532a6661482c75333b248013e1f
refs/heads/master
2021-06-22T11:41:30.400222
2017-08-28T17:49:57
2017-08-28T17:49:57
null
0
0
null
null
null
null
UTF-8
Java
false
false
333
java
package main.java.org.cytoscape.pokemeow.internal.algebra; public class Ray3 { public Vector3 origin, direction; public Ray3(Vector3 origin, Vector3 direction) { this.origin = origin; this.direction = direction; } @Override public String toString() { return origin.toString() + " -> " + direction.toS...
[ "zmh.leaves@gmail.com" ]
zmh.leaves@gmail.com
87f23ec9747fd0e9a8aef3ba8dac35762c809d3b
46016d4704d802d3f42e3ae8ebf428deccb7d95d
/src/org/company/app/data/entity/ClientEntity.java
3bc8f6ea39bb0404c6cfde17d9e7b836041d66aa
[]
no_license
Dimazavr78/eg
512d50c42e50091254ad7932d64fadf21a02cd89
d53a9be8a809827a669eded607e0708c09b75c21
refs/heads/main
2023-03-14T06:53:05.523435
2021-03-08T14:20:47
2021-03-08T14:20:47
345,681,360
0
0
null
null
null
null
UTF-8
Java
false
false
4,514
java
package org.company.app.data.entity; import java.util.Date; public class ClientEntity { private int id; private String firstname; private String lastname; private String patronymic; private Date birthday; private Date regDate; private String email; private String phone; private cha...
[ "dimazavr78@gmail.com" ]
dimazavr78@gmail.com
bc1b59e7a306ee40286ad6e8d9535d25cb08808a
6ebe0bfaf13dfb1e20a443966a1af6b757e63b8e
/tests/StaticIntArrays.java
4d2f1a7ba7e75ff18e02a45bf76b5b3424c94635
[]
no_license
efraga-msx/java_grinder
8368df45d043655c94426da85ae4984bcbe43a7a
f8f69fad1c14d0713f39af88770972a0b9bf97f4
refs/heads/master
2021-01-15T20:47:44.375303
2016-03-02T02:32:15
2016-03-02T02:32:15
51,977,653
2
1
null
2016-03-02T02:32:15
2016-02-18T04:00:23
C++
UTF-8
Java
false
false
307
java
public class StaticIntArrays { static int[] array = { 1, 2, 3, 4 }; static public int add_nums() { int total = 0; int n; for (n = 0; n < array.length; n++) { total += array[n]; } return total; } static public void main(String args[]) { add_nums(); } }
[ "mike@mikekohn.net" ]
mike@mikekohn.net
228d21a55480c7ee4f3dae7d0bd13344bcd21bfc
b1f37fb2e7c42602eabaf57d3f0042e805b98c4a
/cit202/assignment7/SelectionSort.java
1cb88768303202f9d291d3523146bc0d3e4c1280
[]
no_license
rpgist/cis-203
bab5852f3c96879ad3e2c0d7e087e754f2f615a0
3501f9f15314ac2aaa35ae70295b3883329df07f
refs/heads/master
2021-06-11T02:14:55.293743
2021-03-10T14:49:01
2021-03-10T14:49:01
90,420,841
0
0
null
null
null
null
UTF-8
Java
false
false
1,314
java
import java.util.*; public class SelectionSort implements Sorter { // field private int [] a; // constructor public SelectionSort (int [] a) { this.a = a; } // Postcondition: array a is sorted public void sort() { selectionSort(0); } // Postcondition: array a is sorted (using ...
[ "noreply@github.com" ]
rpgist.noreply@github.com
1a314c8492817dce067ec785e7e382039c257c93
b5f8ce4f162e41501d71aabf480bb9b8df94201b
/src/main/java/sn/seysoo/repository/PersonneRepository.java
18b4373e4f70c4f040030efde8f46ea54c76fe42
[]
no_license
abdoulayeyoussoufa/betail
56b589928844939a02a00b429f91471228f96000
ddc8274f002f9e3d8618514f55b857fe79e31268
refs/heads/master
2020-03-23T08:09:43.006792
2017-05-11T12:00:29
2017-05-11T12:00:29
141,308,588
0
0
null
null
null
null
UTF-8
Java
false
false
312
java
package sn.seysoo.repository; import sn.seysoo.domain.Personne; import org.springframework.data.mongodb.repository.MongoRepository; /** * Spring Data MongoDB repository for the Personne entity. */ @SuppressWarnings("unused") public interface PersonneRepository extends MongoRepository<Personne,String> { }
[ "layoussou@gmail.com" ]
layoussou@gmail.com
ed94dbc5c706472afe6efec6b7e72bada73d82a5
4abfa7545c6865013c53ed157c0373edd138eb94
/src/com/handyedit/codeexplorer/ui/graph/MethodRenderer.java
e4310bed29e406a1a9096e64ff0847c306843ce0
[]
no_license
wangshang12/NewCodeExplorer
cd6aad2700a27444a0a5ede1c03ad13974d8ba5e
a35467db576502d7d9301c1ffa7ba6e0cc4eabdf
refs/heads/master
2021-01-12T06:49:51.244256
2015-02-27T08:42:38
2015-02-27T08:42:38
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,495
java
package com.handyedit.codeexplorer.ui.graph; import com.handyedit.codeexplorer.CodeExplorerPlugin; import com.handyedit.codeexplorer.CodeExplorerSettings; import com.handyedit.codeexplorer.math.Edge; import com.handyedit.codeexplorer.model.DependencyModel; import com.handyedit.codeexplorer.model.MethodNode; imp...
[ "linjiangsheng@meituan.com" ]
linjiangsheng@meituan.com
ca811c06ef52eb57f83d4a21adce64e5cd448dd0
a626ca44de1f12587cb1784ee6f915daef0311da
/src/M2_ass6/InTenTwenty.java
f9c3877d59167459b9942f3e0d9850b188f3269e
[]
no_license
krishnachandrika/Helloo
00681ffc89bfe572db9538d6c8fe7c547fb87d9f
3574809474224b69d3f4e5211f689096f8c9dfd1
refs/heads/master
2020-07-31T09:11:28.653891
2019-09-30T03:59:44
2019-09-30T03:59:44
210,556,027
0
0
null
null
null
null
UTF-8
Java
false
false
938
java
package M2_ass6; /** * Given 2 int values, return true if either of them is in the range 10..20 inclusive. * * Input : in1020(12, 99) * Output : true * * Input : in1020(21, 12) * Output : true * * Input : in1020(8, 99) * Output : false * * @author Siva Sankar */ public class InTenTwenty { /** ...
[ "krishnachandrika21@gmail.com" ]
krishnachandrika21@gmail.com
062b2b20ba0d8d6b683462abb8017c3bfc21d26a
b3d173b1c88a05e5cace8eb6e9b51e2d851a5ac8
/src/main/java/br/com/microservices/edge/Application.java
442096b3a80bf7dde8c90382f08e2410c6c0b3a8
[]
no_license
fmvintu/hystrix-dashboard-service
2819aed118477764c822eb2f4ca6e9042594aee0
5e285cfd33dcc6b141776c631dece858d47d6ed7
refs/heads/master
2020-09-14T21:34:31.562584
2019-12-06T20:07:24
2019-12-06T20:07:24
223,263,399
0
0
null
null
null
null
UTF-8
Java
false
false
629
java
package br.com.microservices.edge; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.builder.SpringApplicationBuilder; import org.springframework.cloud.client.discovery.EnableDiscoveryClient; import org.springframework.cloud.netflix.hystrix.dashboard.EnableHystri...
[ "root@ip-172-31-12-49.us-east-2.compute.internal" ]
root@ip-172-31-12-49.us-east-2.compute.internal
844f3cc8adef6d5e3f79683ee1d3221b88200049
2ed6491de44f5e573e86454b6425d05263a68440
/src/main/java/pages/CheckboxesPage/CheckboxesPage.java
09af2582c3225f4bd9e5d476473f003316abe7ae
[]
no_license
deingvard/1-webElementsTests
6ee5a9697a3c70156a8d4b7991a1083878462db8
1c12eff10fd0f8cb883c77cf8a0af75b14e1fe4f
refs/heads/master
2020-06-24T00:40:58.776413
2019-05-02T12:36:49
2019-05-02T12:36:49
198,797,910
1
0
null
2019-07-25T09:12:37
2019-07-25T09:12:36
null
UTF-8
Java
false
false
2,627
java
package pages.CheckboxesPage; import pages.BasePage.BasePageObject; import io.qameta.allure.Step; import org.openqa.selenium.By; import org.openqa.selenium.WebElement; import java.util.List; public class CheckboxesPage extends BasePageObject { private String url = "http://the-internet.herokuapp.com/checkboxes";...
[ "mary.geraseva@gmail.com" ]
mary.geraseva@gmail.com
4007762367e544ac66b7196ef1c1e1ea613c3460
335708075b090668bd102ed547c61286a304f2d7
/pammClient/imported/org/client/grid/properties/Property.java
711a4e6f7bf9e711e96854e932ccc42da6c41b24
[]
no_license
yudin-s/pammAnalytics
6f4288dd68cb39fcff0e6f938315c5db481b8db2
3d8e10b1530e553d3c8c951ee8d1ab82ef5a396c
refs/heads/master
2020-03-28T11:24:13.039414
2018-09-10T19:39:06
2018-09-10T19:39:06
148,208,928
0
0
null
null
null
null
UTF-8
Java
false
false
2,518
java
package org.client.grid.properties; import org.eclipse.swt.graphics.Color; import org.eclipse.swt.graphics.Font; import org.eclipse.swt.graphics.Image; /** * Java bean which contains all information about cell. * */ public class Property { private Object value; private String text; private String...
[ "enfros2000@gmail.com" ]
enfros2000@gmail.com
90fd2522d54aabf11fb3fb2bf8062f6ebb1d3cd1
6fc69fcdf2b1cb41ae2804e1a0a7a519ea10455c
/com/google/android/gms/ads/internal/zzf.java
96d97212596e6b700be15cc59b708675b96fa852
[]
no_license
earlisreal/aPPwareness
2c168843f0bd32e3c885f9bab68917dd324991f0
f538ef69f16099a85c2f1a8782d977a5715d65f4
refs/heads/master
2021-01-13T14:44:54.007944
2017-01-19T17:17:14
2017-01-19T17:17:14
79,504,981
1
0
null
null
null
null
UTF-8
Java
false
false
14,134
java
package com.google.android.gms.ads.internal; import android.content.Context; import android.graphics.Rect; import android.os.Bundle; import android.support.annotation.Nullable; import android.view.View; import android.view.ViewTreeObserver.OnGlobalLayoutListener; import android.view.ViewTreeObserver.OnScrollChangedLis...
[ "earl.savadera@lpunetwork.edu.ph" ]
earl.savadera@lpunetwork.edu.ph
40b01101b427983aa3ea938a0f5775f163d586ec
64011605ebde6b3466ececb62429328f2a3b416e
/app/src/main/java/com/example/duy/calculator/converter/UnitConverterChildActivity.java
9a86f295fd40a35a92a65d903ed674e6e752ad64
[ "Apache-2.0" ]
permissive
x-itec/ncalc
67aaa9f9eca00a96d5f21490b9c93d5970cc0a52
49c70cc3218ef831e32927b75ded37c9d540ed68
refs/heads/master
2021-01-25T01:04:43.990836
2017-05-26T01:25:51
2017-05-26T01:25:51
null
0
0
null
null
null
null
UTF-8
Java
false
false
10,939
java
/* * Copyright 2017 Tran Le Duy * * 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 ...
[ "tranleduy1233@gmail.com" ]
tranleduy1233@gmail.com
538ecc6e8d0bfff625334f0ca8345d081f35dc24
befd84a8fa35e5b295817963af6809f9d33f11c7
/ProjectRSC/Server/src/com/prsc/gs/plugins/npcs/Aggie.java
012bb5a4840746a87623d96b6ec6ff3a535c5a96
[]
no_license
TagsRocks/ProjectRSC
c036b9a0f0ebe218aa5f1165994b91112b5f7211
7e0f7845e15476c018f65b1125e0f3a22a642d98
refs/heads/master
2020-06-20T07:28:32.997442
2013-01-16T20:38:30
2013-01-16T20:38:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,949
java
package com.prsc.gs.plugins.npcs; import com.prsc.gs.event.MiniEvent; import com.prsc.gs.event.ShortEvent; import com.prsc.gs.external.EntityHandler; import com.prsc.gs.model.ChatMessage; import com.prsc.gs.model.InvItem; import com.prsc.gs.model.MenuHandler; import com.prsc.gs.model.Npc; import com.prsc.gs.model.Pl...
[ "openfrog@openfroglabs-pc.(none)" ]
openfrog@openfroglabs-pc.(none)
bbc28cabcefd4385742669d66d71672adabd752c
d7c77ebd42a56c0274f95c1f2c72b2a87e62d72c
/src/com/theironyard/MainTest.java
6c0ccc7539aa309357f38ebd5523099e6b41ebca
[]
no_license
ErikSchneider/File-I-O
6693c53b7af017bccabccd7645b7f5dcbf9e9158
68997f7ffcc25baf77dccbd6f56205eda4cee3a0
refs/heads/master
2020-12-31T05:10:09.683794
2016-05-26T13:39:51
2016-05-26T13:39:51
59,686,548
0
0
null
null
null
null
UTF-8
Java
false
false
844
java
package com.theironyard; import org.junit.Test; import static junit.framework.TestCase.assertTrue; /** * Created by Erik on 5/25/16. */ public class MainTest { @Test public void saveAndLoad() throws Exception { Movie m1 = new Movie(); m1.title = "Test Title"; m1.director = "Test Di...
[ "eschneider1128@gmail.com" ]
eschneider1128@gmail.com
7e52246b5f27a193498253680d482397d3d5b133
6eb0071fca2aca18f0aa3000a8be156a8bdb30b0
/app/src/main/java/com/pakhendri/tracking/model/StartLocation.java
546fea962bce271a0584589779c784051c81ccfb
[]
no_license
syntaxxxxx/MapTrainingPeserta
e8536115c5e18662b71b228c8d28eb895c4e2fbf
1a3129aae5e73f9ef6d2642a5bc3f3e7dc4d47a6
refs/heads/master
2020-07-01T00:46:40.029967
2019-08-07T07:42:15
2019-08-07T07:42:15
200,999,104
0
0
null
null
null
null
UTF-8
Java
false
false
414
java
package com.pakhendri.tracking.model; import com.google.gson.annotations.SerializedName; public class StartLocation{ @SerializedName("lng") private double lng; @SerializedName("lat") private double lat; public void setLng(double lng){ this.lng = lng; } public double getLng(){ return lng; } pub...
[ "fiqrihafzainislami@gmail.com" ]
fiqrihafzainislami@gmail.com
73d1938ee4d0926ab2b2092ea59ac616b3aef650
6a606abd3a8d470b0a6b98271655f68b95fa3e07
/src/com/nmbb/oplayer/ui/helper/Utils/NonServerConnector.java
df87fcf489124dbf041ed6e7b6b4afb6f8f1f5cd
[]
no_license
wwttt2004/online-cinema
2326e40935d4314d225f078a3d46233c0cb4a793
3618b5f221371d775038011063972cca9c277e59
refs/heads/master
2020-05-26T22:17:01.987195
2013-10-30T22:19:22
2013-10-30T22:19:22
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,159
java
package com.nmbb.oplayer.ui.helper.Utils; import java.io.IOException; import java.net.Socket; import java.security.KeyManagementException; import java.security.KeyStore; import java.security.KeyStoreException; import java.security.NoSuchAlgorithmException; import java.security.UnrecoverableKeyException; import java.se...
[ "Admin@Admins-Mac.local" ]
Admin@Admins-Mac.local
3839ff378d793e9116cc0c23d3ff3aa9ff1d5ec0
a22a13560b69697e4c6bf15f166591c70c647765
/app/src/main/java/com/mzth/createcause/presenter/core/InfromationPresenter.java
30ebd2170caa03046f5475926d22bb4d658221d5
[]
no_license
wxcican/CreateCause
0db480e2dc88a974f79f4c90a4db0d35e5fe375d
06eb3314bd719f2c1b001bcccdf3114ebc2c1223
refs/heads/master
2020-03-22T17:06:45.793891
2018-07-12T12:12:01
2018-07-12T12:12:01
140,373,496
0
0
null
null
null
null
UTF-8
Java
false
false
7,167
java
package com.mzth.createcause.presenter.core; import com.lzy.okgo.callback.StringCallback; import com.lzy.okgo.model.Response; import com.lzy.okgo.request.base.Request; import com.mzth.createcause.base.BasePresenter; import com.mzth.createcause.entity.core.CoreContentEntity; import com.mzth.createcause.entity.core.Core...
[ "wxcican@qq.com" ]
wxcican@qq.com
84b338929a06498380d8c4a17c71260546c5948e
dc1def0f8a0763d524d4d437c7ca17355b400085
/src/main/java/gamestudio/entity/Comment.java
f5813ecc1eba48e75b930996df39f3c87fbf994b
[]
no_license
jrjsnc/gamestudio
9fdcc2abece366981ae327805bc38025930f1b53
ec929b8d970ef2df8867f36076885854192f7238
refs/heads/master
2021-05-12T00:05:00.905975
2018-01-19T12:08:56
2018-01-19T12:08:56
117,526,175
0
0
null
null
null
null
UTF-8
Java
false
false
1,514
java
package gamestudio.entity; import java.sql.Timestamp; import java.util.Date; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; /* CREATE TABLE comment( ident INTEGER PRIMARY KEY, username VARCHAR(32) NOT NULL, game VARCHAR(32) NOT NULL, content VARCHAR(128) NOT N...
[ "jurajsenic@gmail.com" ]
jurajsenic@gmail.com
e1d2040d4357a2097f7b492b1490a8c9bfbfe62e
97bd43f52fcac1f4a06d5a46f5a8ddb31116ffc1
/Downloads/inc.komarraju.learning.spring/inc.komarraju.learning.spring/src/main/java/springlearning/ParseCSV.java
341cdcdd3fef05e8c0673dd4362f89278d06ad94
[]
no_license
Sasikomarraju/marfileoperations
fbd89bf765104d47823f6c1f41c6cc6c541940ab
38e9986595a6f48393aabb33f4ec7c27eeb892a0
refs/heads/master
2020-05-07T10:14:10.102779
2019-04-09T16:07:58
2019-04-09T16:07:58
180,410,284
0
0
null
null
null
null
UTF-8
Java
false
false
1,426
java
package springlearning; import java.io.FileReader; import com.opencsv.CSVReader; public class ParseCSV { public static void main(String[] args) { try { //csv file containing data String strFile = "C:/Users/skoma814/Desktop/Batch Merge/Account_Merge_Taskforce Cases_test23.csv"; CSVReader ...
[ "skoma814@marriott.com" ]
skoma814@marriott.com
68ae726f825858e3646b11d2c3c8d4c536fd443e
46e37a335b67c1e455c5543eca93421d1dc50531
/src/controlador/Main.java
dd29fc59e25c8475d50581a1cab86ce8814aedfc
[]
no_license
duvanovik/Tarea3
bf10dedcec4e95aad2c6ca632b913e4f989ed483
762308c86b68168ec566b449df878013f032a697
refs/heads/master
2023-01-29T04:19:45.656724
2020-12-14T08:50:02
2020-12-14T08:50:02
314,404,907
0
0
null
null
null
null
UTF-8
Java
false
false
820
java
package controlador; //2 import java.io.IOException; import javafx.application.Application; import javafx.fxml.FXMLLoader; import javafx.stage.Stage; import javafx.scene.Scene; import javafx.scene.layout.BorderPane; import javafx.scene.layout.Pane; public class Main extends Application { @Override public void st...
[ "47836025+gustavovillada1@users.noreply.github.com" ]
47836025+gustavovillada1@users.noreply.github.com
9210aa78a8e72d6cafdd0354ff6c2b0b7058410a
ff88bb1dfe90980f30d76a673bb565987d55a178
/src/Aluno.java
634bee79274275740ab3e31ed9dd9d8204b0001c
[]
no_license
sidneyperota/teste-json
92322e8779c0af25cc655982a2d34a19bdf6ceaa
f91959392f1d184fd3a250a2c82f4dd57fbc27b4
refs/heads/master
2020-12-15T00:11:46.046659
2020-01-19T15:49:54
2020-01-19T15:49:54
234,923,658
0
0
null
null
null
null
UTF-8
Java
false
false
360
java
import java.sql.Timestamp; public class Aluno { private String matricula; private String nome; public String getMatricula() { return matricula; } public void setMatricula(String matricula) { this.matricula = matricula; } public String getNome() { return nome; } public void setNome(String nome)...
[ "sidneyperota@gmail.com" ]
sidneyperota@gmail.com
67ad67b852293d5355731cd1b6df85b54e470c34
eab5a0a92d72bdb2394ff52becd018620c41d54a
/src/com/imooc/bean/Message.java
e2a61b538219f88db354d48b327abb80e44a0781
[]
no_license
525766003/Mybatis-studing-for-imooc
00ffe1918a6112b7c8240225b29ffd22cda9dbfc
96ae4d12f8a91058fd9d312d52ca1526e999b8c5
refs/heads/master
2020-04-15T02:14:16.614368
2015-08-28T06:00:46
2015-08-28T06:00:46
null
0
0
null
null
null
null
UTF-8
Java
false
false
794
java
package com.imooc.bean; /* * 内容实体类 */ public class Message { /* * 序号 */ private String id; /* * 指令名称 */ private String command; /* * 描述 */ private String description; /* * 操作 */ private String content; public String getId() { return id; } public void setId(St...
[ "243284589@qq.com" ]
243284589@qq.com
ee510c6f6b52421cdb254bb77bc8ca0407493b7b
d438b8b4b7953e20586019adcef6133587a1bdd3
/peppol-smp-server-webapp/src/main/java/com/helger/peppol/smpserver/mock/MockSMPClient.java
61765e2195801aa295461ce4c03820630dd0148e
[]
no_license
jannewaren/peppol-smp-server
98ecdbd90010f7e60e9e2e4e32cb58ec5443aa21
1e1cb0878def390f0d165e906d92b7c36734ca2c
refs/heads/master
2021-07-14T05:09:15.555610
2017-10-16T16:40:12
2017-10-16T16:40:12
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,030
java
/** * Copyright (C) 2014-2017 Philip Helger (www.helger.com) * philip[at]helger[dot]com * * 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/LICE...
[ "philip@helger.com" ]
philip@helger.com
401f882ab2818a91d2b0b0fd870a174ab7ac1d02
ec5fe8f20dfe82b479cea3da24c78190f768e086
/cas-4.1.0/cas-server-core-api/src/main/java/org/jasig/cas/services/RegisteredServiceUsernameAttributeProvider.java
d9e14d39596d68ade6ca978f89a8300a3eb210da
[ "MIT", "Apache-2.0", "CDDL-1.1", "LicenseRef-scancode-unknown-license-reference", "CDDL-1.0", "LGPL-2.0-or-later", "LGPL-2.1-or-later", "W3C", "BSD-3-Clause", "GPL-1.0-or-later", "SAX-PD", "LicenseRef-scancode-free-unknown", "MPL-1.1", "GPL-2.0-only", "LicenseRef-scancode-jsr-107-jcache-...
permissive
hsj-xiaokang/springboot-shiro-cas-mybatis
b4cf76dc2994d63f771da0549cf711ea674e53bf
3673a9a9b279dd1e624c1a7a953182301f707997
refs/heads/master
2022-06-26T15:28:49.854390
2020-12-06T04:43:13
2020-12-06T04:43:13
103,009,179
42
24
MIT
2022-06-25T07:27:42
2017-09-10T06:35:28
Java
UTF-8
Java
false
false
1,551
java
/* * Licensed to Apereo under one or more contributor license * agreements. See the NOTICE file distributed with this work * for additional information regarding copyright ownership. * Apereo licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file * except in c...
[ "2356899074@qq.com" ]
2356899074@qq.com
33e2aae57932f2bb459bfc5e3662426f524149cc
8bddfba100e4f89217339eaff6265aca6f75d9d4
/src/test/java/tests/CollectionsTest.java
82b10df1a04f68628aad091595761b7d123cb9ac
[]
no_license
nmatushevska/Natalya_Matushevskaya_Diploma
e12b7ea26972001afe4c9a644d0f4c9be14d9345
309f181b6c53e2f6eb6246a2efe4c96bcaecb963
refs/heads/master
2023-03-09T15:23:17.897079
2021-02-22T18:07:06
2021-02-22T18:07:06
332,491,184
0
0
null
2021-02-15T18:01:25
2021-01-24T15:59:43
Java
UTF-8
Java
false
false
1,492
java
package tests; import org.testng.Assert; import org.testng.annotations.Test; import pages.CollectionsPage; import pages.LoginPage; public class CollectionsTest extends BaseTest { LoginPage loginPage; CollectionsPage collectionsPage; @Test(groups = "one", description = "Verifying that hyperlink to the Cou...
[ "n.matushevska@gmail.com" ]
n.matushevska@gmail.com
3a2476ec3542ad7fd843ef84273488b13bc88650
a11aebd483d9d44f62696011e57b1edfeef096a8
/todo-spring-quarkus/src/main/java/io/quarkus/todospringquarkus/TodoController.java
a6607333f428f32d85d1071bd3fa7003259ef3c3
[]
no_license
oluotes/resource-estimation
e993763bdae7559a1f4ff93747d242f5b9db0732
0a3034e8773b55230a282796c401b61eea4ec9a8
refs/heads/master
2023-06-14T10:20:47.862465
2021-05-03T14:00:25
2021-05-03T14:00:25
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,797
java
package io.quarkus.todospringquarkus; import java.util.List; import javax.transaction.Transactional; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.domain.Sort; import org.springframework.web.bind.annotation.DeleteMapping; import org.springframework.web.bind.annotation...
[ "ooteniya@redhat.com" ]
ooteniya@redhat.com
18caf475b6a5aa056bfad0673001f679504b5bb1
a6e854b7dffbaa2300bd6e01f1b24f21a752baba
/MANREM_V5_0/src/main/java/xml/AgentName.java
41641617e588f4fce7242881e1eeb277c6335024
[]
no_license
FMSilv/MANREMv5.0
b2b70145d53ed7f0cceca58e64b2ae9481039c31
967f20f07f652618abbcd0399d1341d178490b41
refs/heads/master
2021-06-29T03:54:12.416415
2019-02-10T19:21:14
2019-02-10T19:21:14
170,015,866
0
0
null
2020-10-13T11:57:09
2019-02-10T19:14:55
Java
UTF-8
Java
false
false
1,896
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package xml; import java.util.ArrayList; /** * * @author Paulo Bonifacio */ public class AgentName { private String Name; // local agent name...
[ "filipe.m.silverio@hotmail.com" ]
filipe.m.silverio@hotmail.com
365e9b96c7fb10b036c46128b625b8a8b9e1ffe6
55bf526949e399838334d201a9743633c584f53f
/tests/org.jboss.tools.teiid.reddeer/src/org/jboss/tools/teiid/reddeer/preference/DriverDefinitionPreferencePageExt.java
2fa583916e1ad6312294d8e29ea6ebcf3e9d3d7a
[]
no_license
jniederm/jbosstools-integration-tests
615377fc65d56387e20cb7b449a8d6c38756c2c1
2d43dc88a77492194567dcc4b4771af054db53ae
refs/heads/master
2021-01-21T01:27:35.301358
2013-08-27T15:27:22
2013-08-27T19:46:45
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,695
java
package org.jboss.tools.teiid.reddeer.preference; import org.eclipse.core.runtime.Platform; import org.eclipse.swt.SWT; import org.jboss.reddeer.eclipse.datatools.ui.DriverDefinition; import org.jboss.reddeer.eclipse.datatools.ui.DriverTemplate; import org.jboss.reddeer.eclipse.datatools.ui.preference.DriverDefinition...
[ "vpakan@redhat.com" ]
vpakan@redhat.com
70af9adcbbe753737d8f721cff57f151ca9e8097
95379ba98e777550a5e7bf4289bcd4be3c2b08a3
/java/net/sf/l2j/gameserver/taskmanager/DecayTaskManager.java
6612f678ba86d136f775e2e059ec104ef3e3baf7
[]
no_license
l2brutal/aCis_gameserver
1311617bd8ce0964135e23d5ac2a24f83023f5fb
5fa7fe086940343fb4ea726a6d0138c130ddbec7
refs/heads/master
2021-01-03T04:10:26.192831
2019-03-19T19:44:09
2019-03-19T19:44:09
239,916,465
0
1
null
2020-02-12T03:12:34
2020-02-12T03:12:33
null
UTF-8
Java
false
false
3,057
java
package net.sf.l2j.gameserver.taskmanager; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; import net.sf.l2j.commons.concurrent.ThreadPool; import net.sf.l2j.gameserver.model.actor.Attackable; import net.sf.l2j.gameserver.model.actor.Creature; import net.sf.l2j.gameserver.model.actor.in...
[ "vicawnolasco@gmail.com" ]
vicawnolasco@gmail.com
ee06046df0d550c979281126b8afc9fbdbcdfa7a
1f84291b31b6ef9ed808d606a43524e7e5cce0f6
/src/main/java/com/l2jserver/gameserver/instancemanager/games/Lottery.java
b1a28629e47d2cd336a71f56e6b306977d98860e
[]
no_license
cucky/l2j_server_custom
ad57dae381fd9e7fa59a0ce455d595806f8883d7
980d9505824f77c7eb4c85449e0e9dabce7fc138
refs/heads/master
2021-01-19T17:25:19.131683
2017-03-01T09:34:02
2017-03-01T09:34:02
82,452,550
0
0
null
null
null
null
UTF-8
Java
false
false
14,673
java
/* * Copyright (C) 2004-2015 L2J Server * * This file is part of L2J Server. * * L2J Server 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 3 of the License, or * (at your opti...
[ "Michal@Michal" ]
Michal@Michal
505731f7b4aa891765e436e3fa76cefc8f44ebef
ae0e91e20e2f32db1f92bfb0e7f840b641b17806
/stuff/src/main/java/net/byte2data/consept/designpatterns/behavioral/strategy/streetfighter/context/concretes/ChunLi.java
4727bc4eed8a53cc967448a0e97bb5c5f954f1a9
[]
no_license
bariscinar/byte2data
784907ef6d588faff8a007dbb814f37a220ad09e
98363c8cacaa265683b86e278359ad7443cffdab
refs/heads/master
2022-12-01T21:06:38.410181
2019-07-17T12:52:08
2019-07-17T12:52:08
197,385,184
0
0
null
2022-11-24T08:54:15
2019-07-17T12:29:03
Java
UTF-8
Java
false
false
348
java
package net.byte2data.consept.designpatterns.behavioral.strategy.streetfighter.context.concretes; import net.byte2data.consept.designpatterns.behavioral.strategy.streetfighter.context.AbstractCharacter; public class ChunLi extends AbstractCharacter { @Override public void display() { System.out.print...
[ "baris@linxa.com" ]
baris@linxa.com
2b7b824c200b1da2619357a74383bd6b9c2b7ff8
45b0b5ae73296b72eee2aac6f7114ecdcf042fd9
/Main.java
68eb44632e553c44c5d7e5366ad2f8b624904b75
[]
no_license
jones7jk/Lab8
a8e76f64559ad809d9f5be20c9d793586fd926d9
10e7577e4023d7b2e681911c266c702bd354623a
refs/heads/master
2023-01-07T00:52:17.939194
2020-11-11T04:03:55
2020-11-11T04:03:55
311,858,505
0
0
null
null
null
null
UTF-8
Java
false
false
243
java
import java.awt.*; import java.awt.event.*; import javax.swing.*; class Main { public static void main(String args[]) { SwingUtilities.invokeLater(new Runnable() { public void run() { new GuessingGame(); } }); } }
[ "jones7jk@mail.uc.edu" ]
jones7jk@mail.uc.edu
3bd87b9ba9af44dd058bcb78787922f35e5d6a23
99e9a5ed41886ec62411e531313e115f8e2944a2
/spring-boot-all/spring-boot-security/src/main/java/com/itsz/springboot/security/boot/SecurityBootApplication.java
2d297fba5384dbcff0b9a1b633347e31cd3d82e2
[]
no_license
hbzhou/hello-world
aef92fca6b8cdedcbe57ee67d3b068290d153fa7
b09f95b0dfa9e5b26c3a6cd2526b402328feed78
refs/heads/master
2022-07-07T16:01:15.737046
2020-06-08T13:30:29
2020-06-08T13:30:29
206,464,023
1
0
null
2022-06-21T04:06:45
2019-09-05T03:10:31
Java
UTF-8
Java
false
false
870
java
package com.itsz.springboot.security.boot; import org.springframework.boot.CommandLineRunner; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import java.util.UUID; @SpringBootApplication( scanBasePackages = { "com.itsz.s...
[ "hb.zhou@itsz.cn" ]
hb.zhou@itsz.cn
ca6d988b3ffa1bdefadf40dddae91ef39dbbbca9
da07292a4e8366ead0da54a45c15958f93c92ac7
/modules/gui/src/com/bernatskyi/delta/gui/reporting/storage/StorageReportParametes.java
3597fc12a555262ccc215df2e1803dedba7f7d3a
[]
no_license
BYuriy/delta
4345ac621d2f2f656514fb5629989489b4c94c9e
0ae23b6ee467e0c7943f4f24fd5ce5b4b466ef48
refs/heads/master
2021-01-19T07:31:17.695115
2016-03-01T21:57:35
2016-03-01T21:57:35
42,828,272
0
0
null
null
null
null
UTF-8
Java
false
false
2,365
java
/* * Copyright (c) 2015 delta */ package com.bernatskyi.delta.gui.reporting.storage; import com.bernatskyi.delta.entity.Storage; import com.haulmont.cuba.gui.WindowManager; import com.haulmont.cuba.gui.components.*; import com.haulmont.cuba.gui.components.actions.BaseAction; import com.haulmont.cuba.gui.data.Collect...
[ "vZ242FCOZ3Z3qwer" ]
vZ242FCOZ3Z3qwer
da9df3f18eaeb3b0e2e72257d335daa2c16702b7
f205085970bf9a4dfe50d096492d3f4c91869742
/src/com/company/homeWork2_6/ServerGUI.java
49e128dadcffc561421e4913a3256d3e3d46e5c2
[]
no_license
Katyrin/HomeWork
7c79ad1ac7704c23380100cf3ae845d67448d741
908f25edffbfb74d8b168ed542e720d7e729a25f
refs/heads/master
2023-01-24T17:45:22.396666
2020-12-02T11:06:48
2020-12-02T11:06:48
293,003,844
0
0
null
2020-12-02T11:06:49
2020-09-05T04:42:34
Java
UTF-8
Java
false
false
2,086
java
package com.company.homeWork2_6; import javax.swing.*; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; public class ServerGUI extends JFrame implements ActionListener, Thread.UncaughtExceptionHandler { private static final int POS_X = 1000; private static final int ...
[ "katyrinroman@mail.ru" ]
katyrinroman@mail.ru
dff0d5620ee9fa0a2d226a10b8b37d62d3a8f6dd
908b9859a4b45dca4d916720122a1b40c0fafe43
/labs/ebms/src/main/java/somapa/ptc/xml/nsw/DigestMethodDescriptor.java
a93884e125dcf2bc2fc476863725a196c568b59a
[]
no_license
mugabarigiraCHUK/scotomax-hman
778a3b48c9ac737414beaee9d72d1138a1e5b1ee
786478731338b5af7a86cada2e4582ddb3b2569f
refs/heads/master
2021-01-10T06:50:26.179698
2012-08-13T16:35:46
2012-08-13T16:35:46
46,422,699
0
0
null
null
null
null
UTF-8
Java
false
false
3,044
java
/* * This class was automatically generated with * <a href="http://castor.exolab.org">Castor 0.9.4</a>, using an * XML Schema. * $Id$ */ package somapa.ptc.xml.nsw; //---------------------------------/ //- Imported classes and packages -/ //---------------------------------/ import org.exolab.c...
[ "developmax@ad344d4b-5b83-fe1d-98cd-db9ebd70f650" ]
developmax@ad344d4b-5b83-fe1d-98cd-db9ebd70f650
0dc1291b9d08d0c8d9d72eb2912e1cff0dcba888
9d32980f5989cd4c55cea498af5d6a413e08b7a2
/A5_8_1_0/src/main/java/com/android/server/CommonTimeManagementService.java
87f39fd91395250559f6f287c5546d75d27b5425
[]
no_license
liuhaosource/OppoFramework
e7cc3bcd16958f809eec624b9921043cde30c831
ebe39acabf5eae49f5f991c5ce677d62b683f1b6
refs/heads/master
2023-06-03T23:06:17.572407
2020-11-30T08:40:07
2020-11-30T08:40:07
null
0
0
null
null
null
null
UTF-8
Java
false
false
11,993
java
package com.android.server; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.net.INetworkManagementEventObserver; import android.net.InterfaceConfiguration; import android.os.Binder; import android.os.CommonTime...
[ "dstmath@163.com" ]
dstmath@163.com
b4623f5bd048d25a5b23c733934a34bd368b48dc
5b1ddb93c1487fb471b19361c07fe783af010392
/app/src/test/java/com/kyuwankim/android/activitycontrol/ExampleUnitTest.java
37f269a8777133dcfb0359aaa23a130f07896e88
[]
no_license
kyuwankim/ActivityControl
aa9a94df1142927a3db9b9ac4fd95a74232aada1
a70b9d3b7dda5e3ae5f3214e9b2d8fef43d5ae11
refs/heads/master
2021-01-23T02:11:06.175994
2017-05-31T06:26:35
2017-05-31T06:26:35
92,912,257
0
0
null
null
null
null
UTF-8
Java
false
false
415
java
package com.kyuwankim.android.activitycontrol; 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 ...
[ "lpnids@gmail.com" ]
lpnids@gmail.com
5d047219b3b08f4b0930edbc486e2945d182e8a8
1a44919227bf3846d43eef6e67b770b0b72d105b
/app/src/main/java/com/example/android/bakingapp/data/models/Recipe.java
0fe0f01b3e7ed3f8395d21a57f3a0a41bd9b64f6
[]
no_license
ghenamd/BakingApp
64914af6419e32e0fd843bef08e8f2b8fe6fe004
b0a8d797feadb35a730b0eda8c0188aeb7e973cd
refs/heads/master
2020-03-08T19:48:27.530521
2018-08-21T09:43:31
2018-08-21T09:43:31
128,364,595
0
0
null
null
null
null
UTF-8
Java
false
false
2,898
java
package com.example.android.bakingapp.data.models; import android.arch.persistence.room.Ignore; import android.os.Parcel; import android.os.Parcelable; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; import java.util.ArrayList; import java.util.List; public class Recipe...
[ "evaflorn@yahoo.com" ]
evaflorn@yahoo.com
7304a887e5fe2ff2f681d4e27fabf9123c069ad1
8b47b926339bee9f6557fdbeed2a50f4b35f4056
/55 treemap/treemap-codes/src/main/java/example2/TreeMapDemo2.java
fd6b5086b1808d9cdc51bec8b5cf08f46bb405f7
[]
no_license
mittulmandhan/java-interview-prep
e084d78b6b4546349649d47d9f2fd9bb23afced4
090e7c509a94c1f98c9b30c6ddf9ad308a0c9f51
refs/heads/master
2023-05-28T10:29:42.463935
2023-05-20T19:50:57
2023-05-20T19:50:57
208,800,245
1
1
null
2020-05-22T00:56:57
2019-09-16T12:58:46
Java
UTF-8
Java
false
false
738
java
package example2; import java.util.Map; import java.util.TreeMap; public class TreeMapDemo2 { public static void main(String[] args) { Map<Employee, Department> employeeTreeMap = new TreeMap<>(new EmployeeComparator()); employeeTreeMap.put(new Employee(1, "Sant"), new Department("IT")); employeeTreeMap.put(n...
[ "conanmittul@gmail.com" ]
conanmittul@gmail.com
a47901d1efc879bc6010811be1dd1c3bb186db27
416a0ee548e4a90eacbabda768f8d892c34d9dd9
/src/main/java/org/synyx/urlaubsverwaltung/core/mail/MailBuilder.java
055492dce4906d819e7f07e678e87471be81306f
[ "Apache-2.0" ]
permissive
Faldrian/urlaubsverwaltung
8b29e313465ffc67b583f0629e3800c40455df65
3f11a986da0e8d1224d006d43b6e0e90a73a53a9
refs/heads/master
2020-04-19T17:33:13.882325
2019-03-05T15:09:07
2019-03-05T15:09:07
168,338,362
0
0
Apache-2.0
2019-01-30T12:21:28
2019-01-30T12:21:28
null
UTF-8
Java
false
false
1,856
java
package org.synyx.urlaubsverwaltung.core.mail; import org.apache.commons.lang.CharEncoding; import org.apache.velocity.app.VelocityEngine; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.ui.velocity.VelocityEngineUtils; impor...
[ "murygina@synyx.de" ]
murygina@synyx.de
32d6259e616ca0d9bbacc2a9cc8147fdc6373c09
9fb58c2f9c2f199dea278f6fa960f7bda50f31b3
/src/main/java/org/launchcode/models/Menu.java
8dd47a309adc967b04505dc37aa0eb8780d52f35
[]
no_license
LRRamsey/cheese-mvc
a27bfc34b7faedca19dd4c4e267fcb0782c47fd4
9371e90d4f4346002839bf9ddb9c2ba10cfc1c1d
refs/heads/master
2021-08-31T15:46:47.746767
2017-12-21T23:14:14
2017-12-21T23:14:14
114,162,558
0
0
null
2017-12-13T19:51:13
2017-12-13T19:51:13
null
UTF-8
Java
false
false
966
java
package org.launchcode.models; import org.launchcode.models.Cheese; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.persistence.ManyToMany; import javax.validation.constraints.NotNull; import javax.validation.constraints.Size; import java.util.Array...
[ "lucas.r.ramsey@gmail.com" ]
lucas.r.ramsey@gmail.com
db8d56e2b078774857098a99a2637234cef6bc4b
612b1b7f5201f3ff1a550b09c96218053e195519
/modules/gui/src/com/haulmont/cuba/gui/components/UiPermissionAware.java
a055b73291e24233860cdfb52f077eccbd14522d
[ "Apache-2.0" ]
permissive
cuba-platform/cuba
ffb83fe0b089056e8da11d96a40c596d8871d832
36e0c73d4e3b06f700173c4bc49c113838c1690b
refs/heads/master
2023-06-24T02:03:12.525885
2023-06-19T14:13:06
2023-06-19T14:13:06
54,624,511
1,434
303
Apache-2.0
2023-08-31T18:57:38
2016-03-24T07:55:56
Java
UTF-8
Java
false
false
1,329
java
/* * Copyright (c) 2008-2018 Haulmont. * * 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 agr...
[ "artamonov@haulmont.com" ]
artamonov@haulmont.com
906a88eec0786ff6ad18cacd05af6b12d461d44f
ed3cb95dcc590e98d09117ea0b4768df18e8f99e
/project_1_1/src/f/a/d/Calc_1_1_5039.java
d957a883a74da7f912a3e782c29819961d286a98
[]
no_license
chalstrick/bigRepo1
ac7fd5785d475b3c38f1328e370ba9a85a751cff
dad1852eef66fcec200df10083959c674fdcc55d
refs/heads/master
2016-08-11T17:59:16.079541
2015-12-18T14:26:49
2015-12-18T14:26:49
48,244,030
0
0
null
null
null
null
UTF-8
Java
false
false
131
java
package f.a.d; public class Calc_1_1_5039 { /** @return the sum of a and b */ public int add(int a, int b) { return a+b; } }
[ "christian.halstrick@sap.com" ]
christian.halstrick@sap.com
4eed866fa3b0b705e9ef154a2ba521cad3030236
8fbe8cc95d7327f8a69cfd8459662c5a07a56169
/app/src/main/java/org/gdgsrilanka/io/subpages/Questions.java
d55000deba17a58c46c8159f9938851fca033bff
[]
no_license
AjaySharvesh3/ezevent
f6ab18e585b2de45d74706f476e9593f6bc8beb0
1bec24e761e8b901cd45fd67612aec52d13649f5
refs/heads/master
2020-03-30T16:52:20.524477
2018-10-03T06:22:44
2018-10-03T06:22:44
151,431,362
0
1
null
2018-10-03T15:03:29
2018-10-03T15:03:28
null
UTF-8
Java
false
false
3,051
java
package org.gdgsrilanka.io.subpages; import android.os.Bundle; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.Button; import android.widget.EditText; import android.widget.ImageView; import android.wid...
[ "tsmpmail@gmail.com" ]
tsmpmail@gmail.com
9401842be3e602c596ea8a968ff019ee64017150
428014437663316a7624fea45051d8543edfaafd
/code/java/Erp/src/com/ljq/model/THuanjing.java
9f546d32b744a18d7a0db002828dd6ba20bdf34e
[]
no_license
ljq199612/00
8276c2683b9b223d72bd1a7efc7b882e9f8bee32
3f7bfae2bac2b6fbc8ced48284d97ddf9ac094c6
refs/heads/master
2023-05-11T10:59:33.039004
2020-03-14T07:18:24
2020-03-14T07:18:24
247,225,509
1
0
null
2023-05-08T18:33:13
2020-03-14T06:37:17
Vim script
UTF-8
Java
false
false
1,867
java
package com.ljq.model; /** * THuanjing generated by MyEclipse Persistence Tools */ public class THuanjing implements java.io.Serializable { // Fields private Integer id; private String bianhao; private String mingcheng; private String weizhi; private String mianji; private String ...
[ "ljq1483858517@163.com" ]
ljq1483858517@163.com
9d24718c6c2d98b490111de1c79ca49bae069ca6
30ce7b28d4c6288401c47acc69b2fb4e70b9e39a
/src/test/java/be/recipe/recipe/controllers/IngredientControllerTest.java
f76026a67f1510cd9665902fe41f01a8d680cc4b
[]
no_license
ErgunAhmet/spring-recipe-app
07d958eccd354dfadba86edb7faf0602cb61f3f9
1ee24ff856a488f32ad72cba998dc378ca2dcda5
refs/heads/master
2023-05-02T23:59:32.092346
2021-05-18T15:15:41
2021-05-18T15:15:41
350,484,308
0
0
null
2021-05-18T15:16:00
2021-03-22T20:45:29
Java
UTF-8
Java
false
false
5,428
java
package be.recipe.recipe.controllers; import be.recipe.recipe.commands.IngredientCommand; import be.recipe.recipe.commands.RecipeCommand; import be.recipe.recipe.service.IngredientService; import be.recipe.recipe.service.RecipeService; import be.recipe.recipe.service.UnitOfMeasureService; import lombok.SneakyThrows; i...
[ "AhmetErgun2000@protonmail.com" ]
AhmetErgun2000@protonmail.com
72e17b4ddc239c9f769429873d2f99c6bcb9716f
8d6a11f6d0fcbf6c54713c16ed5a620ae3810754
/Assignment/Cls/src/main/java/com/ArabBank/lombok/Cls/Skills.java
2612d8b2ba4cc3db4c97a40dd0b13c349abf371f
[]
no_license
monassar97/Lambda
f059eaedc6aa6beba12008956c474db34e0424cb
741153c18184e824ba355971f537d643642af67f
refs/heads/master
2022-06-01T14:59:45.552878
2019-12-16T08:27:55
2019-12-16T08:27:55
228,188,629
0
0
null
2022-05-20T21:19:14
2019-12-15T13:27:09
JavaScript
UTF-8
Java
false
false
155
java
package com.ArabBank.lombok.Cls; public class Skills { private String InterpersonalSkills; private String Responsiveness; private String Initiative; }
[ "johndoe@example.com" ]
johndoe@example.com
3130d22c9fc127df12ab92990a86c3a45da4e866
513c1f02b556b0666038df76fbb3778b02e9291a
/src/main/java/com/ford/Item.java
0e52fddae75d45ddfea0bc96fcd63300bf0b5503
[]
no_license
jojujohn/Fun-Times
ce4a8a08d5b8059fdd4535820c18f2ed4e6f8b94
a8cf9f2d54ee13c3ce379193a438ca8b08eaa708
refs/heads/main
2023-02-27T11:50:41.529918
2021-02-01T04:58:30
2021-02-01T04:58:30
334,653,023
0
0
null
2021-01-31T12:45:30
2021-01-31T12:45:30
null
UTF-8
Java
false
false
559
java
/** * */ package com.ford; /** * @author jopr2 * */ public class Item { private Product product; @Override public String toString() { return "Item [product=" + product + ", qty=" + qty + "]"; } int qty; public Item(Product product,int qty) { this.product=product; this.qty=qty; ...
[ "noreply@github.com" ]
jojujohn.noreply@github.com
d8f2c1f620448b4d38efc40da95b4bf0a1cb3231
b8f26aac9f055b6fbf1d628cc4be8e29cb61d4fc
/src/main/java/lt/akademija/Model/Admin.java
63c1d28a275cf651e42bdfc08a362933c185e532
[]
no_license
EziukuLigonine/Ligonine2.0
43e5baae5fb640cdd506192086e2df28f2abd27c
2592a3896b23b534361474f8fd28935d4498620e
refs/heads/master
2021-04-27T18:59:06.134562
2018-03-14T06:20:41
2018-03-14T06:20:41
122,349,482
0
0
null
null
null
null
UTF-8
Java
false
false
260
java
package lt.akademija.Model; import javax.persistence.*; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; @Entity @Table(name = "ADMIN") @PrimaryKeyJoinColumn(name = "adminId") @DiscriminatorValue("Admin") public class Admin extends User { }
[ "paulius.vistejunas@gmail.com" ]
paulius.vistejunas@gmail.com
b1e1623204b5e4e5ca9531c9aa7d08280e3d21bc
f00608e6b3cba1d466046768ec26541285b3a58e
/src/main/java/com/koala/learn/dao/HtmlTestMapper.java
0fbb469b1762a985171db528193ca1ff941e0b85
[]
no_license
zangml/PHMLearnGit
72325092e5ede9997aef0a13fef0ff70e7142bf0
86a3fa353b21085c5071ab3f30ffcbaf19568888
refs/heads/master
2020-04-08T08:05:03.797886
2018-12-14T03:16:42
2018-12-14T03:16:42
159,164,334
1
1
null
null
null
null
UTF-8
Java
false
false
517
java
package com.koala.learn.dao; import com.koala.learn.entity.HtmlTest; import java.util.List; public interface HtmlTestMapper { int deleteByPrimaryKey(Integer id); int insert(HtmlTest record); int insertSelective(HtmlTest record); HtmlTest selectByPrimaryKey(Integer id); int upda...
[ "851175336@qq.com" ]
851175336@qq.com
b95386e0b076f73c722b3847d55e1b0722b9008b
29c084850cb4dd2731aeba00ceb47a088692c5c6
/src/main/java/mmarquee/demo/PointerOver.java
308cf17364c83c3168b6cf7abf7e6741b2455867
[]
no_license
ezarubaeva/gs-win-automation
a119b4bdeb95433d92f78094fd5ba379375cc37e
57febb0f920422e4c6068eb258eceeb7d92fe9a5
refs/heads/master
2021-09-12T02:15:58.133435
2018-04-13T17:29:06
2018-04-13T17:29:06
118,453,105
0
1
null
null
null
null
UTF-8
Java
false
false
227
java
package mmarquee.demo; /** * Created by Mark Humphreys on 12/02/2017. */ public class PointerOver { public static void main(String[] args) { DemoPointOver main = new DemoPointOver(); main.run(); } }
[ "viktor.iurkov@yandex.ru" ]
viktor.iurkov@yandex.ru
c3e1dca3208c88bcfcea4301ce6c30f110e22223
ac9244ea93103d593ae406dd54fab79adbc59e7a
/src/headfirst/designpatterns/command/remote/LivingroomLightOffCommand.java
3795a327d54c9d80fe6b5d5c404d10e3c5216b23
[]
no_license
bofei222/Head-First-Design-Patterns
11f731a3b28ca79d40624ed3a5b09503af41308a
cb65d5ea77f1105bfb8622a8c5acf90b9287764e
refs/heads/master
2021-07-20T23:22:20.418016
2020-05-08T23:48:56
2020-05-08T23:48:56
144,090,495
0
0
null
2018-08-09T02:19:40
2018-08-09T02:19:40
null
UTF-8
Java
false
false
258
java
package headfirst.designpatterns.command.remote; public class LivingroomLightOffCommand implements Command { Light light; public LivingroomLightOffCommand(Light light) { this.light = light; } public void execute() { light.off(); } }
[ "bofei222@163.com" ]
bofei222@163.com
53e052c6b60c21c66289ce47e1a6a81da7379957
da514f4f46058d2e71a1fc1900565651478a7daa
/gateway-service/src/main/java/com/github/chenhaiyangs/gateway/service/storage/mock/vo/MockVo.java
5dc26d4b1802187d8ba657db07f23204e942c4ff
[]
no_license
MicrophoneBen/easy-gateway
16211a00d644de2e1302302c2cd59bf55c4f5014
fe713651236378592b2e12ad0f6d3a390e2ffe5e
refs/heads/master
2020-09-08T14:43:53.124533
2019-01-12T13:54:09
2019-01-12T13:54:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
605
java
package com.github.chenhaiyangs.gateway.service.storage.mock.vo; import com.github.chenhaiyangs.gateway.common.model.base.BaseModel; import lombok.Data; import lombok.EqualsAndHashCode; import lombok.ToString; /** * mock组件Vo类 * @author chenhaiyang */ @Data @ToString(callSuper = true) @EqualsAndHashCode(callSuper =...
[ "chenhaiyang@ruubypay.com" ]
chenhaiyang@ruubypay.com
e2d0e5c8d3057dc3ee8681a9aa1fc7eecac79331
63495e5e565c2d64a32141b260aac964c49fb259
/restaurant/src/restaurant/Boisson.java
4ee47225e71dbd72a2efb1b5991d3d0a89468088
[]
no_license
arkior/repositorySimplon
f9e29199af0ba1338563ba348de43201d6cc9b86
d51ea18058b5b5b616e1f33b797e82a98b64c514
refs/heads/master
2022-12-25T05:55:29.755654
2020-09-25T18:30:25
2020-09-25T18:30:25
298,642,625
0
0
null
null
null
null
UTF-8
Java
false
false
404
java
package restaurant; public class Boisson { private final String EAU_PLATE ="EAU PLATE"; private final String EAU_GAZEUSE ="EAU GAZEUSE"; private final String SODA ="SODA"; //constructeur public Boisson() {} public String getEauPlate() { return this.EAU_PLATE; } public String getEauGazeuse() { ...
[ "gchristophe96@gmail.com" ]
gchristophe96@gmail.com
a56bb6cca082d98e93aa0f6f8402c024b6c37fef
520bfe7ae5d0c2d0da69b9780fe8dbd85d075feb
/app/src/main/java/acsiustech/wolaapp/WishlistActivity.java
9490d9c60a63ed723ede3b253303e111e30ea262
[]
no_license
naseemirza/AcsiusProjects
41945952eaddf5589a1ae2216ee6e17c0dad3b0e
ae3a1bd2da0c0ccc460d38d9a3c343d009d334f0
refs/heads/master
2020-06-20T13:58:57.421990
2019-07-16T07:36:06
2019-07-16T07:36:06
197,144,030
0
0
null
null
null
null
UTF-8
Java
false
false
803
java
package acsiustech.wolaapp; import android.graphics.PorterDuff; import android.graphics.drawable.Drawable; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.text.Html; public class WishlistActivity extends AppCompatActivity { @Override protected void onCreate(Bundle sa...
[ "naseemirza786@gmail.com" ]
naseemirza786@gmail.com
6a35a2714c4181f3de33a929b6a8d806b43c3467
f23ea452060bc1ebc987f6fe7a82dce1f397ffd0
/webserver/src/test/java/webserver/service/UserServiceTest.java
b6e9c7ba552764c5692c4215e0fc20d91995f960
[]
no_license
shaburovgena/Diagnostic
69c376aa123768f54d84532de250f65d1b1e0548
b496c0a8d9137f8b79738c71e16e50fab8c1496c
refs/heads/master
2022-11-28T11:51:14.086891
2019-10-21T05:44:27
2019-10-21T05:44:27
160,184,123
0
0
null
2022-11-24T04:24:17
2018-12-03T12:00:10
Java
UTF-8
Java
false
false
3,869
java
package webserver.service; import org.hamcrest.CoreMatchers; import org.junit.Assert; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.ArgumentMatchers; import org.mockito.Mockito; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.Spri...
[ "shaburovgena@gmail.com" ]
shaburovgena@gmail.com
c3fee6ff5e8fe3b7bbdc3b1027db2204e410a7ed
5ec06dab1409d790496ce082dacb321392b32fe9
/clients/jaxrs-resteasy/generated/src/gen/java/org/openapitools/model/ComAdobeGraniteTranslationConnectorMsftCoreImplMicrosoftTranslProperties.java
033331eb04af7e3712c29746ec0e90e7fa928d04
[ "Apache-2.0" ]
permissive
shinesolutions/swagger-aem-osgi
e9d2385f44bee70e5bbdc0d577e99a9f2525266f
c2f6e076971d2592c1cbd3f70695c679e807396b
refs/heads/master
2022-10-29T13:07:40.422092
2021-04-09T07:46:03
2021-04-09T07:46:03
190,217,155
3
3
Apache-2.0
2022-10-05T03:26:20
2019-06-04T14:23:28
null
UTF-8
Java
false
false
7,721
java
package org.openapitools.model; import java.util.Objects; import java.util.ArrayList; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonCreator; import org.openapitools.model.ConfigNodePropertyInteger; import org.openapitools.model.ConfigNodePropertyString; import javax....
[ "cliffano@gmail.com" ]
cliffano@gmail.com
9e6eb4d46a29248b283915e48fb1d2cb35427c94
62eb9ce1b39e85073cc66f6531a9a9b9c8033725
/src/java/us/kbase/narrativemethodstore/ValidateTypeParams.java
8c9f2364ad6971bc4e4ab5952fbf6845c42f6d46
[ "MIT" ]
permissive
kbase/kb_sdk
b042e40c7b586554979fd3bcca126359c94ab68f
3a7e1b29491d8e976eb965b480254385de8f5d54
refs/heads/develop
2023-03-22T09:56:09.670295
2023-03-15T22:09:45
2023-03-15T22:09:45
33,894,860
23
43
MIT
2023-03-15T22:09:47
2015-04-13T21:23:48
Java
UTF-8
Java
false
false
3,109
java
package us.kbase.narrativemethodstore; import java.util.HashMap; import java.util.Map; import javax.annotation.Generated; import com.fasterxml.jackson.annotation.JsonAnyGetter; import com.fasterxml.jackson.annotation.JsonAnySetter; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.anno...
[ "rsutormin@lbl.gov" ]
rsutormin@lbl.gov
70d6f73f1dfd6a9c9bfac2361e62b58dfdcd1062
8b3a993c0306399b0ead0e9204a18b670b8e9ed2
/src/CatsAreAwesome/cat.java
2e8a6401aec5765b87f0c950684bdbd6485d9061
[]
no_license
faizbinmokhtar99/BasicRolePlayingGame
cd9d04ba168be0dc2366d413d7897462247e1804
27596d2f349ea7691f3bb137b6c2a5275eb11d6c
refs/heads/master
2023-03-24T08:44:09.417824
2021-03-23T08:50:42
2021-03-23T08:50:42
350,640,210
0
0
null
null
null
null
UTF-8
Java
false
false
274
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 CatsAreAwesome; /** * * @author Admin-PC */ class cat { }
[ "Faiz@DESKTOP-EPGO5RR" ]
Faiz@DESKTOP-EPGO5RR
a8e2d75ec87847be8351d21247f0489a23811234
97a96db92631eb18085aee76904f58dd651c6d55
/src/main/java/com/semantic/api/specification/PeopleFeedSpecification.java
8f4874264ffad96fd0cc18653f5349d55312c299
[]
no_license
maan82/semantic-api
49232fbd266bcab1df15831df8561a1678066894
409a9bd115c1ded06ad7fad8f10b19d790de1cf8
refs/heads/master
2016-09-06T04:39:15.076620
2015-01-18T13:23:10
2015-01-18T13:23:10
29,415,066
0
0
null
null
null
null
UTF-8
Java
false
false
3,865
java
package com.semantic.api.specification; import com.semantic.api.domain.Filter; import com.semantic.api.domain.Mixin; import org.apache.http.client.utils.URIBuilder; import java.net.URI; import java.net.URISyntaxException; import java.util.ArrayList; import java.util.List; import java.util.Set; import java.util.TreeSe...
[ "ravinder.singh@bbc.co.uk" ]
ravinder.singh@bbc.co.uk
0de505d47a06b4d3e76f2e199c2ca6c93dda9ef1
23ab16194e101a2c6d083968d85dee19d50cb388
/src/main/java/com/jspxcms/core/service/impl/ScoreGroupServiceImpl.java
693a9a5885fdc59d68c580cbec879dceee7e2003
[]
no_license
XLjavaHome/jspxcms-8.0.2-release
4d5a5597dbe4289b4bf43e18dd08c58959fea16c
255be80dfa7ee7c8fd35f1465fbb2bbfdf46e334
refs/heads/master
2021-07-17T20:22:26.153775
2017-10-26T08:13:53
2017-10-26T08:15:35
108,381,697
1
0
null
null
null
null
UTF-8
Java
false
false
5,589
java
package com.jspxcms.core.service.impl; import com.jspxcms.common.orm.Limitable; import com.jspxcms.common.orm.RowSide; import com.jspxcms.common.orm.SearchFilter; import com.jspxcms.core.domain.ScoreGroup; import com.jspxcms.core.domain.ScoreItem; import com.jspxcms.core.domain.Site; import com.jspxcms.core.listener.S...
[ "78645574@qq.com" ]
78645574@qq.com