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
f622fc695d2b75d84d58a4d172699c1ce4d376b9
c75a55acc3d1ec15f2ff5103d53c367c5fe51170
/src/main/java/com/bnuz/propertyManagementSystem/controller/ComplaintAndSuggestionController.java
536f4bbad30405c6d6e8ee5422e00e23f5aebd80
[]
no_license
HarryBlackCatQAQ/propertyManagementSystem
1045147c9c2a2c3af6dd814c799259638495f95e
0ff0bb767889b5564b1de14e00ff2295ce10296d
refs/heads/master
2023-04-18T07:30:49.128178
2019-09-20T10:57:14
2019-09-20T10:57:14
209,702,321
0
1
null
null
null
null
UTF-8
Java
false
false
1,258
java
package com.bnuz.propertyManagementSystem.controller; import com.bnuz.propertyManagementSystem.model.ComplaintAndSuggestionSheet; import com.bnuz.propertyManagementSystem.model.Result; import com.bnuz.propertyManagementSystem.service.ComplaintAndSuggestionSheetService; import org.springframework.beans.factory.annotati...
[ "641779160@qq.com" ]
641779160@qq.com
bd62eb2cad4d463a0eeba1a64d6da00f39eefb3b
9b1524e9e4925f5c2d0d813c5b0e8e827175acca
/src/main/java/br/com/generator/genpdfcsv/Testes.java
522e3d7012d3ca42e59d850d6478707714677066
[]
no_license
brunosc/report-pdf-csv-spring
2b5ac0af780afbe0e2fc0d98c9f682f18c0d1fe3
6b4fd0527a0f707833439236becd16c560ceaa06
refs/heads/master
2021-07-23T17:05:59.439485
2017-11-05T20:34:30
2017-11-05T20:34:30
108,450,228
0
0
null
null
null
null
UTF-8
Java
false
false
243
java
package br.com.generator.genpdfcsv; import br.com.generator.genpdfcsv.report.impl.ReportGeneratorPDF; public class Testes { public static void main(String[] args) { ReportGeneratorPDF pdf = new ReportGeneratorPDF(); } }
[ "brunomartins.sc@gmail.com" ]
brunomartins.sc@gmail.com
d451109da708f97cd208cab3b26ab0b937990d28
2ab028d44096771604225432e87009e15df216eb
/src/com/share/jack/db/DBUtils.java
2bcf5d0937b72a057fa089cb481b37296cb3aa69
[]
no_license
24Kshign/TestJavaWeb
08c7097cdca22177c44d0da15d4d2dae60588ac3
7cbf9e0e54cf740cb8a2ae77c5804ac440e503ce
refs/heads/master
2021-06-11T10:40:55.637172
2017-02-09T01:48:17
2017-02-09T01:48:17
81,396,154
2
1
null
null
null
null
UTF-8
Java
false
false
3,932
java
package com.share.jack.db; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import com.share.jack.utils.TokenUtils; public class DBUtils { private Connection conn; private String url = "jdbc:mysql://127.0.0.1:3306/Login";...
[ "lovecyg123" ]
lovecyg123
6b3dee33665fd8acd7f782ade08e4e16ced9aa0f
8f7e571b09e0d7ce92d24e882f8553ac5482e8a0
/src/main/java/com/example/hystrix/model/Employee.java
d96d09b785d9ca3d9a0afb962c9822b6d18fdd58
[]
no_license
chphakphoom/hystrix
eb6583881604d244a66d293f22ed72847c46b173
f3b22ef17a2b04dad3e1d744bd83372f33216db8
refs/heads/master
2020-05-01T04:58:07.505275
2019-03-24T07:05:52
2019-03-24T07:05:52
177,288,329
0
0
null
null
null
null
UTF-8
Java
false
false
533
java
package com.example.hystrix.model; public class Employee { private int id; private String name; private String position; public int getId() { return id; } public void setId(int id) { this.id = id; } public String getName() { return name; } public voi...
[ "chphakphoom@gmail.com" ]
chphakphoom@gmail.com
7e973663ffb4bcfa6e5e3313f9d525e53738f294
4b3dc08d18bf01ba476a639c1a32eb5c862b9330
/NewCMS_Hibernate_Annotations/src/com/deloitte/cms/dao/impl/CustomerDAOImpl.java
655267db8784aeacc420ba18c6287821629a9a63
[]
no_license
chiraggarg96/deloittetrng
10e6e1cc444ebd626e37385487f1ade9c09b4b07
976949c5a9b20eac8b7acb2315a1b112bb6b96fb
refs/heads/master
2022-12-20T12:07:08.195535
2019-08-09T10:09:39
2019-08-09T10:09:39
196,966,372
0
0
null
null
null
null
UTF-8
Java
false
false
3,066
java
package com.deloitte.cms.dao.impl; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import org.hibernate.Query; import org.hibernate.Session; import org.hibe...
[ "noreply@github.com" ]
noreply@github.com
246f85a080e131618e27b5bb30754b473b01e604
5dd0d1b13819e1b1ae4033768760bc63424c4838
/src/main/java/net/skhu/dto/DepartmentMajor.java
ade601f3c17da23c6b0352ab52ca3524edf7671c
[]
no_license
jeenie/graduation_system
0eb2b07f9ff6489ac9f975cfe76caf59cc32bbfd
ee5c8b1ea5b8b11ed98fef5dea0a977934892716
refs/heads/master
2022-07-06T15:17:29.671415
2020-02-10T01:22:26
2020-02-10T01:22:26
148,599,229
1
4
null
2021-04-26T18:56:21
2018-09-13T07:27:39
Java
UTF-8
Java
false
false
554
java
package net.skhu.dto; //18학번 //학부 내 전공 객체 public class DepartmentMajor { int majorId; String majorName; int departmentId; public int getMajorId() { return majorId; } public void setMajorId(int majorId) { this.majorId = majorId; } public String getMajorName() { return majorName; } public void se...
[ "jeenie828@gmail.com" ]
jeenie828@gmail.com
0902b976428f93d6c6a50e33ea6e04f6e736be13
851eaed10254bb9964fcae3987519bfaf392ae6a
/src/main/java/net/testaholic_acme_site/web/rest/ThAlertPromptsResource.java
a752a12a065201b928c73355dd79c8145ac4c7cd
[ "MIT" ]
permissive
BulkSecurityGeneratorProject/acme_site
c1d4739fe669cf2615cc88dd1e1e6205e6009667
9bcf48168e3dce90283353e0fb75f6be9e080bc2
refs/heads/master
2022-12-13T20:24:46.381118
2017-01-23T00:57:53
2017-01-23T00:57:53
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,178
java
package net.testaholic_acme_site.web.rest; import com.codahale.metrics.annotation.Timed; import net.testaholic_acme_site.domain.ThAlertPrompts; import net.testaholic_acme_site.repository.ThAlertPromptsRepository; import net.testaholic_acme_site.web.rest.util.HeaderUtil; import net.testaholic_acme_site.web.rest.util.Pa...
[ "williamrussellajb@gmail.com" ]
williamrussellajb@gmail.com
4895902d37f1fcb59526e3fad595a7fe1284cf48
b453ec6498c4145fe3ac2cc59432906f1b32d3a9
/src/main/java/org/sid/cinema/entities/Projection.java
8a0c377173e5998ac5be1a69bc3632eebb2fc599
[]
no_license
Elbadri0/cinema-BackEnd
4861b19b6973490519bf45043505b01327e6bdeb
08c0589034a167b0d8b5405a50770a7fdce82ee6
refs/heads/main
2023-02-25T19:09:42.491616
2021-01-24T15:07:13
2021-01-24T15:07:13
332,319,417
4
0
null
null
null
null
UTF-8
Java
false
false
1,054
java
package org.sid.cinema.entities; import java.util.Collection; import java.util.Date; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.ManyToOne; import javax.persistence.OneToMany; impo...
[ "noreply@github.com" ]
noreply@github.com
0d627d13e87591ede00c7fe84c0c81ad5ec419d1
1330a304fa09fc4bbed612a34958f77d353cbaf6
/src/main/java/com/zyp/o2o/entity/ProductImg.java
e86ef3c2d2793ac65738782b81eea775ebf8cbd5
[ "Apache-2.0" ]
permissive
zouyip/o2o
24c8dc71bff81db3d17f852783b2be0cc96e6226
9e0fddf569d738030bbe8b9dfe47334ab29a4b51
refs/heads/master
2021-08-08T11:25:42.354206
2017-11-10T07:19:09
2017-11-10T07:19:09
110,213,968
0
0
null
null
null
null
UTF-8
Java
false
false
1,433
java
package com.zyp.o2o.entity; import java.util.Date; /** * 商品详情图实体类 * * Created by Administrator on 2017/11/10. */ public class ProductImg { //主键ID private Long productImgId; //图片地址 private String imgAddr; //图片简介 private String imgDesc; //权重,越大越排前显示 private Integer priority; //创建...
[ "1281797783@qq.com" ]
1281797783@qq.com
36f47e0a06549150a530969bddec0be4fd3f947b
a17e5255e2c122457ff4b782188d0bf5067b8b61
/app/src/main/java/com/example/zhaoxu/lottery/Info/GlobalParams.java
f9e33eddcf9a12bd69d14c8df79ffe31a3a13dce
[]
no_license
zhaoxukl1314/Lottery
f45eb73200347a549f6ce920f3f2bd21881f1989
7af298fa0e803e9f8c2839ac58b6a1120a754c76
refs/heads/master
2020-04-18T01:02:49.434471
2016-11-03T12:15:54
2016-11-03T12:15:54
66,238,452
0
0
null
null
null
null
UTF-8
Java
false
false
192
java
package com.example.zhaoxu.lottery.Info; /** * Created by Administrator on 2016/9/19. */ public class GlobalParams { public static String PROXY = ""; public static int PORT = 0; }
[ "zhaoxukl1314@163.com" ]
zhaoxukl1314@163.com
906d4675d6a045ffdc1984bbdd7fcd6e276b1c9e
9e8187c35ef08c67186679f6d472603a8f7b2d6d
/lab4/mujavaHome/result/BackPack/traditional_mutants/int_BackPack_Solution(int,int,int,int)/AORB_4/BackPack.java
c231792230c81ca46e01d324a8d5bfc8614730cf
[]
no_license
cxdzb/software-testing-technology
8b79f99ec859a896042cdf5bccdadfd11f65b64c
5fb1305dd2dd028c035667c71e0abf57a489360b
refs/heads/master
2021-01-09T15:24:42.561680
2020-04-16T06:18:58
2020-04-16T06:18:58
242,354,593
0
0
null
null
null
null
UTF-8
Java
false
false
851
java
// This is a mutant program. // Author : ysma public class BackPack { public int[][] BackPack_Solution( int m, int n, int[] w, int[] p ) { int[][] c = new int[n - 1][m + 1]; for (int i = 0; i < n + 1; i++) { c[i][0] = 0; } for (int j = 0; j < m + 1; j++) { ...
[ "1005968086@qq.com" ]
1005968086@qq.com
5c853b9856088e1fc0bf8a72305afec5cb645753
0e0cf12004d4e30705765c9b1f2cf8cfeb45c43e
/src/main/java/com/sample/demo/ProductServicePortalApplication.java
4782df479d2b5e283a791f5bbdfdc6c903aca008
[]
no_license
Janbee-Shaik/ProductServicePortal
870d41d53100d1d224f7a585725283b60ac0b904
a133f422ecb87ce21f1b0fd126fff42b7aaefc91
refs/heads/master
2022-10-10T18:03:52.613133
2020-06-10T11:11:14
2020-06-10T11:11:14
271,253,526
0
0
null
null
null
null
UTF-8
Java
false
false
336
java
package com.sample.demo; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class ProductServicePortalApplication { public static void main(String[] args) { SpringApplication.run(ProductServicePortalApplication.clas...
[ "janbee.shaik05@gmail.com" ]
janbee.shaik05@gmail.com
bdc641081cd480fdf6ba7b4f77daf0e272d4f102
82812958f91d9e2151f7b2372998ae5b3ec88a4e
/app/src/main/java/com/iplant/model/ToolBox.java
03d1bdcec0216a40b365e16c4eba47d2b11b9ecb
[]
no_license
406036741/iplant-master
3996dbf66db516552dcb69dab4938475aba14150
13e1d19b16eef744de8b2cbb7c737692b10fea35
refs/heads/master
2020-09-13T02:40:55.691149
2019-11-20T07:53:52
2019-11-20T07:53:52
222,634,895
0
0
null
null
null
null
UTF-8
Java
false
false
2,071
java
package com.iplant.model; import com.iplant.presenter.db.DBBase; import com.j256.ormlite.field.DatabaseField; import com.j256.ormlite.table.DatabaseTable; @DatabaseTable(tableName = "tb_toolbox") public class ToolBox extends DBBase<ToolBox> { private static final long serialVersionUID = -100133833040042611L; ...
[ "406036741@qq.com" ]
406036741@qq.com
0fac8720fe2698bfbf47e13b5ffffe4fd2a26e35
6e32e038be7f7d0151f7d5088291282215a1f64d
/src/main/java/shell/util/Rand.java
0e53725ca86a2f91545f147f502fc6cab0144d13
[]
no_license
gutomarzagao/simple-genetic-algorithm
aff9c347cbc0bd9bdd26f87ff4b88119e2c9ba28
5af84aff9019bf72b0022c119afdd8fb87aa97c4
refs/heads/master
2020-09-20T17:10:29.039955
2016-09-12T03:23:40
2016-09-12T03:23:40
67,821,552
0
0
null
null
null
null
UTF-8
Java
false
false
850
java
package shell.util; import java.util.List; import java.util.Random; public class Rand { private static Random random = new Random(); public static boolean getBoolean() { return random.nextBoolean(); } public static boolean getBoolean(double probability) { if (probability < 0 || probability > 1) { throw ...
[ "gutomarzagao@gmail.com" ]
gutomarzagao@gmail.com
3ea8758021decd1eaa83481d1650647975b08d04
c3e55b0c400cd2bd01e3173268d05f012c998d8c
/src/main/java/br/com/southsystem/cooperativismo/controller/SessionVoteController.java
bf6fc35342a938e9588203a4e3a79d22a7a29b4a
[]
no_license
mariosergiosantos/desafio-back-votos
4b4c4a373d069ab588c1e06c7deacef04cc7b408
a898728357b06dbc66d1b7437b8626e7ae8cc750
refs/heads/main
2023-06-15T20:45:46.311955
2021-07-07T16:46:51
2021-07-07T16:46:51
382,055,872
1
0
null
null
null
null
UTF-8
Java
false
false
1,252
java
package br.com.southsystem.cooperativismo.controller; import br.com.southsystem.cooperativismo.domain.model.SessionVote; import br.com.southsystem.cooperativismo.domain.request.SessionVoteRequest; import br.com.southsystem.cooperativismo.service.SessionVoteService; import io.swagger.v3.oas.annotations.Operation; impor...
[ "mariosergio952@hotmail.com.br" ]
mariosergio952@hotmail.com.br
caf31d1ffeb9b896701a090038e796154e04ef63
320698712e741c6beaa18f0226eec0f5344035f4
/app/src/main/java/com/spiritledinc/firebaseuisignin/MainActivity.java
0f63d8d05f4ea38aa184cda5c94cdb13539ffe2d
[]
no_license
wilsonmwiti/FirebaseUiSignin
6341d7481ae267d94df4aad2d3525e6b3571591b
0102352b74b2b1f716bc6691fe05802c0c817ce6
refs/heads/master
2022-06-10T17:57:08.381357
2020-05-09T00:16:33
2020-05-09T00:16:33
null
0
0
null
null
null
null
UTF-8
Java
false
false
10,943
java
package com.spiritledinc.firebaseuisignin; import androidx.annotation.NonNull; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundle; import android.util.Log; import android.view.KeyEvent; import android.view.View; import android.view.inputmethod.EditorInfo; import a...
[ "blazeorion@gmail.com" ]
blazeorion@gmail.com
874eed49711829fcd4b765ca6da23c29c2323c34
df53b45290400859d4a69718c052302c745969a1
/src/test/java/pageObject/Login_Page.java
a72bf1bc5d9cccdfa17f364c91339accc111164b
[]
no_license
jewelny2011/August2020D
2b84190226578129730a8cef6bb3090cafd9983c
76785b11c9bfdf49de5a8b22948d72ea41831d78
refs/heads/main
2023-03-19T10:01:41.389742
2021-03-19T08:47:39
2021-03-19T08:47:39
344,651,502
0
0
null
2021-03-19T08:47:40
2021-03-05T00:49:49
Gherkin
UTF-8
Java
false
false
49
java
package pageObject; public class Login_Page { }
[ "70356354+jewelny2011@users.noreply.github.com" ]
70356354+jewelny2011@users.noreply.github.com
c8623bff7925971d5b5299add22e7f7d18c41c99
43b74b0b0f5e701b04dde4eadcef56123fccbf8a
/src/main/java/com/pubiapplication/app/Facebookservlet.java
ae699f346c96e99ed0f48d46013f8a1215753348
[]
no_license
Mikroplu/Projekt
417f34dd16904769b609851ba439d09e9e4099ce
a882e6c2899b04ef1b25c26803229140b266f619
refs/heads/master
2016-08-04T23:42:02.065856
2014-04-24T12:28:37
2014-04-24T12:28:37
null
0
0
null
null
null
null
UTF-8
Java
false
false
614
java
package com.pubiapplication.app; import com.restfb.*; import com.restfb.types.Page; import com.restfb.types.User; public class Facebookservlet { private static final String MY_ACCESS_TOKEN = "CAACEdEose0cBAAIOWyYnvK6FDT1sWKTztKIfQtO7bKzOyRZBujlubfjiBNAvp8jx36eXQnsXMWIrwBZAFVEjYj3RYgLZBPM0aYRwGbQ8tZBpiZARdCE7Wj2uAaEU...
[ "mikroplu@ut.ee" ]
mikroplu@ut.ee
ac21d33a86096e2e8fe6dfb766b52b5442d97a00
046673f1352e76587845fd1b3e3f5d2a07baafc7
/cloudal-sentinel-service8401/src/main/java/com/cloud/myhandler/CustomerBlockHandler.java
aa53012ae7c3813d9fff3e066cd63745456a0f9b
[]
no_license
ProudMuBai/springCloud
7689b1a5c02c4f54dad6a2149d4cd0e33a83befd
74cb10e4d22d5661774e44ee4890ac5d0068d4a0
refs/heads/main
2023-04-09T17:20:10.317072
2021-04-25T03:13:29
2021-04-25T03:13:29
361,317,541
1
0
null
null
null
null
UTF-8
Java
false
false
499
java
package com.cloud.myhandler; import com.alibaba.csp.sentinel.slots.block.BlockException; import com.cloud.entities.CommonResult; public class CustomerBlockHandler { public static CommonResult handlerException(BlockException exception){ return new CommonResult(4444,"自定义,global handlerException----1"); ...
[ "1609539827@qq.com" ]
1609539827@qq.com
8af46b536e980655b2e34de0487b1341eeeceebb
851e4e718a0bdb3814736da0652ba6a9fddfefc4
/src/bsclient/changeStringScreen.java
05c1ae9050b5e6b7ba955c3639d30b13e8955884
[]
no_license
lhalla/kayttoliittymat
307121cbc064fa31bfa13ab1b2abb06b301d93fb
7fc0a11d3e53b9df5e66af348e8386a2cd27997e
refs/heads/master
2021-03-27T16:45:22.775194
2018-04-30T18:28:51
2018-04-30T18:28:51
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,644
java
package bsclient; import java.awt.BorderLayout; import java.awt.Color; import java.awt.Font; import java.awt.Frame; import java.awt.GridLayout; import java.awt.Dialog.ModalityType; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.JButton; import javax.swing.JDialog; import j...
[ "pojankolli@users.noreply.github.com" ]
pojankolli@users.noreply.github.com
3187f3be024db95506461026869e21d06a354a3d
0d863008126a0dca8150bcbcba63f92cbc32fd74
/src/test/java/TutorItemTest.java
858b6263fe1ef1b2456a8ef820adaf63a6a1b9f8
[]
no_license
aalphanomad/Software_Design_Project
049c2381126c6016fdb9c2a76be422521756a273
37f0169201d9244a12354e76752e355a85d4bece
refs/heads/VBranch
2022-06-04T11:11:17.197519
2019-11-12T07:50:35
2019-11-12T07:50:35
172,665,642
1
1
null
2021-04-19T14:54:28
2019-02-26T08:05:18
Java
UTF-8
Java
false
false
433
java
//package com.alphanomad.AN_Webapp; import com.alphanomad.AN_Webapp.*; import static org.junit.Assert.*; import org.junit.Test; public class TutorItemTest { @Test public void testTutorItem() { String Name="Marubini"; String Student_num="1"; TutorItem tutorItem=new TutorItem(Name, Student_num); tutorItem.ge...
[ "1622535@students.wits.ac.za" ]
1622535@students.wits.ac.za
d3d3e2c2aa8d3576bb1c172c2d98437aa7378c39
ff917b41748660411ff6af33e12cdc4050d85e8d
/src/ASN1/ASNObj.java
778d2dde3a5a0b406eacb4e7e90a24d01ceb6b86
[]
no_license
aalrubaye/Elliptic-Curve-Algorithm
9b9a6bcbdcce170171dde21e51d96077518fc3b2
9c3d1c872329a107f7f29757912ff20afb4434d5
refs/heads/master
2021-01-12T01:01:37.647204
2017-01-08T09:11:42
2017-01-08T09:11:42
78,332,406
0
0
null
null
null
null
UTF-8
Java
false
false
421
java
package ASN1; public abstract class ASNObj{ public abstract Encoder getEncoder(); public byte[] encode(){ //System.out.println("will encode: " +this); return getEncoder().getBytes(); } public abstract Object decode(Decoder dec) throws ASN1DecoderF...
[ "Abduljaleel@Abduljaleels-MacBook-Pro.local" ]
Abduljaleel@Abduljaleels-MacBook-Pro.local
723c10d584401e4bef73cf2dd291d8ee7f83008c
da8839c41e47c3ae5d6dccc73b836709ceb9c300
/DQBioinformatics/src/unimelb/edu/au/doc/BioinformaticFilter.java
c3cba827dc10e2ca272f00ae5af13ef061c5b71e
[ "Apache-2.0" ]
permissive
rbouadjenek/DQBioinformatics
dcb266d23c4a78a67eebfb23394b38e5d6a0d7e6
088c0e93754257592e3a0725897566af3823a92d
refs/heads/master
2021-01-21T10:49:04.811659
2019-02-24T05:34:12
2019-02-24T05:34:12
83,493,939
0
0
null
null
null
null
UTF-8
Java
false
false
770
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 unimelb.edu.au.doc; import java.io.File; import java.io.FileFilter; /** * This class represents a filter for PubMed articles...
[ "rbouadjenek@gmail.com" ]
rbouadjenek@gmail.com
c7f7cc6b78e73cdc004a885fa67c71f11a2919ee
5efbe1ce4035df0d4a7aa478ac37fa75aa68025c
/reference no run/com.martinstudio.hiddenrecorder/src/com/google/android/gms/internal/dl.java
2db4033525a78f78ac11c8a75b099d93a1bf3be4
[]
no_license
dat0106/datkts0106
6ec70e6adb90ba36237d4225b5cba80fcbd30343
885c9bec5b5cd3c4d677d8d579cd91cf7fd6d2e5
refs/heads/master
2016-08-05T08:24:11.701355
2014-08-01T04:35:12
2014-08-01T04:35:59
15,329,353
1
1
null
null
null
null
UTF-8
Java
false
false
1,533
java
package com.google.android.gms.internal; import android.os.RemoteException; import com.google.android.gms.ads.purchase.InAppPurchase; public class dl implements InAppPurchase { private final dc pg; public dl(dc paramdc) { this.pg = paramdc; } public String getProductId() { ...
[ "datkts0106@gmail.com" ]
datkts0106@gmail.com
0197f62bcfa0b0d4fce39e6ac116d1824cb0b9d7
0d6500b9eab0dfc5208d691028ad91247c6d36f7
/Shortest Job First Scheduler./sjf.java
773c453725414d559278d8441f03d78a50226fcc
[]
no_license
simpleParadox/Pass-time
706fb5813e0dedb7c1cf96bbaa95692e18503873
46476d86e0b74c148706d248245f9864aa773623
refs/heads/master
2021-12-30T02:52:56.346511
2021-12-20T07:42:42
2021-12-20T07:42:42
104,652,615
1
0
null
null
null
null
UTF-8
Java
false
false
1,675
java
import java.util.*; class Proc{ String name; int at; int bt; } class sjf{ public static void main(String[] args) { Scanner sc = new Scanner(System.in); System.out.print("Enter the total number of processes: "); int n = sc.nextInt(); ArrayList<Proc> process = new ArrayList<Proc>(); //Assuming all ...
[ "noreply@github.com" ]
noreply@github.com
8919b6f4bc9a772ee7a2a29111ca31384012ba33
b00d5e8213be6a21d8b38bbceb6203c8154b886b
/content/Day2/WordCount.java
06894c6ce9b9a98fbb65923a386fe5ee27164368
[]
no_license
Vivek89/SparkTraining
4fa05ff65bc4f327289f71f0d8469e2a53ff13df
1df8ef126b0bcdf752e5c1af5e1b127b30883a23
refs/heads/master
2021-01-23T07:10:34.655229
2017-03-31T10:14:09
2017-03-31T10:14:09
86,416,856
0
0
null
null
null
null
UTF-8
Java
false
false
1,949
java
package com.evenkat; import org.apache.spark.SparkConf; import org.apache.spark.api.java.JavaPairRDD; import org.apache.spark.api.java.JavaRDD; import org.apache.spark.api.java.JavaSparkContext; import org.apache.spark.api.java.function.FlatMapFunction; import org.apache.spark.api.java.function.Function2; impo...
[ "vivek.k.mishra@jpmorgan.com" ]
vivek.k.mishra@jpmorgan.com
3b65bad78aac677c70480d8a385570420d44e659
bacbb4cb37065cb09769c3363ad34de5acb2ee98
/org.eclipse.ice.example/xtend-gen/org/eclipse/ice/example/ExampleRuntimeModule.java
462dfc1e2f4ea172bffdab728ea9fbb84c9e73ad
[]
no_license
arbennett/ParserGeneratorExample
398f673697fd84bd0e2e62c19c26435451b0e1cd
001cd1f48252b579265db54eee91d60202ca6733
refs/heads/master
2021-01-10T13:54:40.479245
2016-04-26T00:09:47
2016-04-26T00:09:47
50,963,658
0
0
null
null
null
null
UTF-8
Java
false
false
345
java
/** * generated by Xtext 2.9.1 */ package org.eclipse.ice.example; import org.eclipse.ice.example.AbstractExampleRuntimeModule; /** * Use this class to register components to be used at runtime / without the Equinox extension registry. */ @SuppressWarnings("all") public class ExampleRuntimeModule extends Abstract...
[ "bennett.andr@gmail.com" ]
bennett.andr@gmail.com
9485d70196c1fcefa086fa7e3e5306aa47928124
037572ccca0bf3490351b6fd7a15d6a57715c22a
/app/src/main/java/com/example/rxjavawithmvvm/service/MoviesDataService.java
2825f2ce3da6b6ed013c8f5ec9dbfd047787d7ab
[]
no_license
PrernaaSurbhi/RxJavaWithMvvm
52f7ef5899c3cbef63fc7691dfbe63e0ea846879
1145febd7439645b5f47f87e7a2b398703f4fb37
refs/heads/master
2023-01-08T00:23:11.207547
2020-11-01T18:09:45
2020-11-01T18:09:45
309,157,721
0
0
null
null
null
null
UTF-8
Java
false
false
347
java
package com.example.rxjavawithmvvm.service; import com.example.rxjavawithmvvm.model.MovieDBResponse; import io.reactivex.Observable; import retrofit2.http.GET; import retrofit2.http.Query; public interface MoviesDataService { @GET("movie/popular") Observable<MovieDBResponse> getPopularMoviesWithRx(@Query("ap...
[ "psurbhi@lb.com" ]
psurbhi@lb.com
19158b62a5d771ff5f653bf30eeb005bfc9a9a14
b384fcba2cdc637dd89cc47ab1b8a1776a1bf8f9
/src/main/java/com/young/boot/bootdemo/dao/MetaVoMapper.java
8e7cbeaab3b00b5d63c51fa700a86629bf4a8dbd
[]
no_license
mrziyoung/MySpringBootDemo
204a13c5bc6e0afee68e9596ba9023e48baa99bf
d8cc5169ccc79c8fcdf6ae8269c091b33678a8d2
refs/heads/master
2020-03-17T17:13:51.873689
2019-01-17T04:30:08
2019-01-17T04:30:08
133,779,992
0
0
null
null
null
null
UTF-8
Java
false
false
1,092
java
package com.young.boot.bootdemo.dao; import com.young.boot.bootdemo.dto.MetaDto; import com.young.boot.bootdemo.model.vo.MetaVo; import com.young.boot.bootdemo.model.vo.MetaVoExample; import java.util.List; import java.util.Map; import org.apache.ibatis.annotations.Param; public interface MetaVoMapper { int coun...
[ "mr_ziyoung@sina.cn" ]
mr_ziyoung@sina.cn
df152a0083b8e5ecaeab56e59ff50807727e8a1b
38c4f07a54cbd8d9cdeaa156e766082324e2fd12
/newsroot-ui/src/main/java/com/codexperiments/newsroot/manager/twitter/ResultHandler.java
e8c2eee39f4f26a936cabbcb744b630075c8631b
[]
no_license
a-thomas/newsroot
7bc2d1ff1dd96b4449b927dea0527e88c69e2f6e
3ac488eaa0bfc2b6d90678e2a4456227e8ba3c8b
refs/heads/master
2021-01-15T13:29:30.096488
2013-10-12T10:08:28
2013-10-12T10:08:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,706
java
package com.codexperiments.newsroot.manager.twitter; import android.database.Cursor; public class ResultHandler<TTable extends Enum<?> & Table> { private TTable[] mTables; private boolean[] mSelectedTables; private int[][] mIndexes; public ResultHandler(TTable[] pTables) { sup...
[ "ratamovic@gmail.com" ]
ratamovic@gmail.com
6f1c021f78d539a20854f0255f3ee18e0a11ef50
b8552db83b6de62123a01cc89b6ad816eb8bfd55
/authDemo/src/main/java/com/tcs/authdemo/payload/response/MessageResponse.java
3183ee1645efe430d0d3a1caaa6652f3814ce462
[]
no_license
youngethan4/logreg
5ff1229f2393d08d747f86e3cff5d2bfc2ac97f0
8839d7bd44456c64c3fd0a78e657250fadacccde
refs/heads/master
2023-01-23T11:49:48.322975
2020-12-09T23:31:13
2020-12-09T23:31:13
314,686,557
0
0
null
null
null
null
UTF-8
Java
false
false
303
java
package com.tcs.authdemo.payload.response; public class MessageResponse { private String message; public MessageResponse(String message) { this.message = message; } public String getMessage() { return message; } public void setMessage(String message) { this.message = message; } }
[ "youngethan4@gmail.com" ]
youngethan4@gmail.com
db0197de665fd3dabc3af937d17a1a44435ed4ae
930c207e245c320b108e9699bbbb036260a36d6a
/BRICK-Jackson-JsonLd/generatedCode/src/main/java/brickschema/org/schema/_1_0_2/Brick/IVAV_Zone_Air_Temperature_Sensor.java
36bf6328a83ff80526aa5650fce479cbeb0b66ff
[]
no_license
InnovationSE/BRICK-Generated-By-OLGA
24d278f543471e1ce622f5f45d9e305790181fff
7874dfa450a8a2b6a6f9927c0f91f9c7d2abd4d2
refs/heads/master
2021-07-01T14:13:11.302860
2017-09-21T12:44:17
2017-09-21T12:44:17
104,251,784
1
0
null
null
null
null
UTF-8
Java
false
false
1,141
java
/** * This file is automatically generated by OLGA * @author OLGA * @version 1.0 */ package brickschema.org.schema._1_0_2.Brick; import java.util.ArrayList; import java.util.List; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonInclude.Include; import com.fasterxml.ja...
[ "Andre.Ponnouradjane@non.schneider-electric.com" ]
Andre.Ponnouradjane@non.schneider-electric.com
860a82d45cd57fcd5c2a2d770219fbc0aca5586e
e8b1c9c150a126ab0e94a42ab210069937424a0c
/app/src/main/java/com/example/sys/retrofit2/ReclerAdapter.java
99d30ea83cc42f4fccd895a094947f4f6fc312c9
[]
no_license
MohammadAsiff/Retrofit
e4f6c0bc20b7cd08a450bc59c3e37826e9a7386a
7535b1a74e07ca4e70c3aa79b1d2a1c65beddf11
refs/heads/master
2020-04-08T05:01:51.945379
2018-11-25T16:24:03
2018-11-25T16:24:03
159,042,749
0
0
null
null
null
null
UTF-8
Java
false
false
1,878
java
package com.example.sys.retrofit2; import android.content.Context; import android.support.annotation.NonNull; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.TextView; imp...
[ "asif.devand153@gmail.com" ]
asif.devand153@gmail.com
27921353599d69d7c3ea70ee4440ec132028aa55
d7405d3bddf0d199b0b697957b053537eb9bea26
/SpringMVC2/src/com/java/member/dto/ZipcodeDto.java
9d4635974d601215a192c83c25589d20d9287708
[]
no_license
minseunghwang/KITRI_Spring
b141aced4ef935cc7c27542e26c25344412aea67
ce4622cb69ee5b4b4305908d9b6809f301944a99
refs/heads/master
2022-12-30T12:28:27.443523
2020-10-15T08:12:39
2020-10-15T08:12:39
296,552,873
0
0
null
null
null
null
UTF-8
Java
false
false
1,370
java
package com.java.member.dto; public class ZipcodeDto { private String zipcode; private String sido; private String gugun; private String dong; private String ri; private String bunji; //default Constructor public ZipcodeDto() {} //using Field Constructor public ZipcodeDto(String zipcode, String sido, Stri...
[ "mins941011@gmail.com" ]
mins941011@gmail.com
293565ab852531715483eba2b08a2b338acd74ee
334f9b3f5fcca7faa448b576b08ae8f6c186cfae
/Documents/NetBeansProjects/TrabajoCorba/src/InformacionApp/Informacion.java
c393fcb36473ab2d71e17a078f3d0a3c63e539fb
[]
no_license
Darmask/TrabajoCorba
477d3b2f5672ff7e2e94299454e7d2be9338ed9c
7003d7d6e73572b6cede62c064225c1b0587b49f
refs/heads/master
2020-05-20T18:23:38.266588
2019-05-22T00:17:42
2019-05-22T00:17:42
185,705,110
0
0
null
null
null
null
UTF-8
Java
false
false
316
java
package InformacionApp; /** * InformacionApp/Informacion.java . * Generated by the IDL-to-Java compiler (portable), version "3.2" * from informacion.idl */ public interface Informacion extends InformacionOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity { } // interface Informacion
[ "Tamayo@DESKTOP-MJ58J5A" ]
Tamayo@DESKTOP-MJ58J5A
64d552ded6e25e8046f317a5ffb4dff400fb6724
a95024f9c9fec7dcbc21fbca31241ff7c3d54818
/src/main/java/br/com/surittec/cliente/entity/Telefone.java
94a5d8a6d2c7e2b7a3c3fcf7aa4259a0f72c023d
[]
no_license
jeffersono7/desafio-crud-cliente-backend
3e94299c441ee99ee46fecc97e60460a00e8a5e1
be763d8c80474b76c53caa8b519b7f33ab9f9555
refs/heads/master
2020-12-07T21:58:42.502082
2020-01-14T08:54:07
2020-01-14T08:54:07
232,811,615
0
0
null
null
null
null
UTF-8
Java
false
false
934
java
package br.com.surittec.cliente.entity; import lombok.Data; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.JoinColumn; import javax.persistence.ManyToOne; import j...
[ "jefferson.farias7@gmail.com" ]
jefferson.farias7@gmail.com
2c12b13671f487519648b0b4a4a86f3254641eb7
4205f3df652fbe329e45d0cad4418e013936834f
/src/main/java/org/accounting/system/clients/responses/openaire/Total.java
a948f2723630b29c3f12c00714aa10047e7eac24
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
ARGOeu/argo-accounting
f4424be3b9e189c0b239444a4f9c9e9bc57264fb
9f67a1d7d1c487332e526456326a0812e53b7c51
refs/heads/devel
2023-05-30T09:40:16.449066
2023-05-10T07:06:39
2023-05-10T07:06:39
439,306,682
4
1
Apache-2.0
2023-05-10T07:25:44
2021-12-17T11:15:31
Java
UTF-8
Java
false
false
183
java
package org.accounting.system.clients.responses.openaire; import com.fasterxml.jackson.annotation.JsonProperty; public class Total { @JsonProperty("$") public int value; }
[ "fbasios@admin.grnet.gr" ]
fbasios@admin.grnet.gr
3cf3d78ed8d1aa04c9f008379f03dc97c701b9b2
064dbba4f6f35ecf72240ec8e44af0f542fad8f1
/Application/src/main/java/net/jimblackler/yourphotoswatch/PicasaPhotoListEntry.java
44f75019670646afa3c4ea0576b7b40f4ef2d30d
[ "Apache-2.0" ]
permissive
jmgfr/YourPhotosWatch
f70cb830c18a346fc29ee4714d9863f9b72e50e4
72c8148d2e02bc738c029fe5cacadc3fe26c2550
refs/heads/master
2021-01-13T16:07:58.898047
2015-04-22T16:14:40
2015-04-22T16:14:40
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,270
java
package net.jimblackler.yourphotoswatch; import android.net.Uri; import android.util.JsonReader; import net.jimblackler.yourphotoswatch.ReaderUtil.ReaderException; import java.io.IOException; import java.text.DateFormat; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; clas...
[ "jimblackler@google.com" ]
jimblackler@google.com
0e1af4a2a115df018b5a46191a20ba3f2efbc217
12adfd2b7b820b07aa13736ebc181cd4167195d4
/Fundamentals-2.0/JavaFundamentals/Homework/JavaSyntax/src/org/softuni/_12_CharacterMultiplier.java
7f8e0d14cf293446c675495a4488b51ac33b7edf
[ "MIT" ]
permissive
sholev/SoftUni
cf4fc791eb2960f8365dedd003834a06f671a83c
0d5f4b26fa20e5442b91a515f775e80ae6994834
refs/heads/master
2020-04-06T07:05:23.471790
2016-08-08T07:02:49
2016-08-08T07:02:49
42,768,457
1
0
null
null
null
null
UTF-8
Java
false
false
940
java
package org.softuni; import java.util.Scanner; public class _12_CharacterMultiplier { public static void main(String[] args) { Scanner in = new Scanner(System.in); System.out.print("Enter strings separated by space: "); String stringOne = in.next("[\\S]+"); String stringTwo = in....
[ "sholev@users.noreply.github.com" ]
sholev@users.noreply.github.com
fb16ea711d4a1bbdab624b5dd800fc40710ff8e0
42fc76accc986e906bb0b241d00a3da7f36e3e52
/src/main/java/uk/ac/ed/epcc/webapp/session/AppUserTransitionContributor.java
ec257b2436e1439f3cb276811d28df294b482ef8
[ "Apache-2.0" ]
permissive
spbooth/SAFE-WEBAPP
44ec39963432762ae5e90319d944d8dea1803219
0de7e84a664e904b8577fb6b8ed57144740c2841
refs/heads/master
2023-07-08T22:22:48.048148
2023-06-22T07:59:22
2023-06-22T07:59:22
47,343,535
3
0
NOASSERTION
2023-02-22T13:33:54
2015-12-03T16:10:41
Java
UTF-8
Java
false
false
1,488
java
//| Copyright - The University of Edinburgh 2018 | //| | //| Licensed under the Apache License, Version 2.0 (the "License"); | //| you may not use this file except in compliance with the License. | //| ...
[ "s.booth@epcc.ed.ac.uk" ]
s.booth@epcc.ed.ac.uk
4a53929ea87385fed7166774d8bc9875c68c543d
3540d46929d2226b39c626118d1b014d15fd7d11
/BlogPessoal/afc-blog/src/main/java/org/generation/afcblog/model/UserLogin.java
2e3152184d21dac7b4d8ad3abf6b99144a0eec3e
[]
no_license
afc-me/generation
f2b0e18e138766e1d4cf2c8b677d3d8c21c3f277
3f38544593dab479ff3bed293ff9f773e7dbbb2e
refs/heads/main
2023-07-02T13:49:35.533688
2021-08-10T00:51:14
2021-08-10T00:51:14
373,679,950
0
0
null
null
null
null
UTF-8
Java
false
false
988
java
package org.generation.afcblog.model; public class UserLogin { private long id; private String nome; private String usuario; private String senha; private String token; private String foto; private String tipo; public long getId() { return id; } public void setId(long id) { this.id = id; } ...
[ "anaflaviacamelorc@gmail.com" ]
anaflaviacamelorc@gmail.com
c918dd904ed9e15de1eeedf96d12f21dbac75c0b
7eff13f8d1239946b671238ed8ef8e70921f7dbf
/src/dama/Dama.java
e31e56f3a184a9ce8d6d97b9959d893d65abc69f
[]
no_license
lfnascimento/Dama
8c0636c6286bc4d4f7c19b0ade561a7e31c32e89
bfac50fc865e43dc1fafd3bc435cce40a9bf2aa0
refs/heads/master
2021-01-17T07:28:41.295754
2015-06-20T23:17:27
2015-06-20T23:17:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,625
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 dama; import JPlay.GameImage; import JPlay.Keyboard; import JPlay.Mouse; import JPlay.Window; import java.awt.Point; import ja...
[ "fernandomvmoutinho@gmail.com" ]
fernandomvmoutinho@gmail.com
5a7a94058643a615d23000539381f71766a092f1
139c2f832309cac7bb612807313ee4b7aec1a2e3
/app/src/main/java/ir/ugstudio/vampire/models/MapResponse.java
5f19c89a702379ac716869f3b0e866fa570869ea
[]
no_license
mehdikazemi8/vampire-game
68e71626aabefce43d7368db5be7cc42a0b507be
ac244edc5e18c2c1252323dc553273fba0d89b34
refs/heads/master
2020-07-01T23:16:11.889831
2017-04-12T04:58:55
2017-04-12T04:58:55
201,336,427
0
0
null
null
null
null
UTF-8
Java
false
false
997
java
package ir.ugstudio.vampire.models; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import java.util.List; @JsonIgnoreProperties(ignoreUnknown = true) public class MapResponse extends BaseModel { private List<Tower> towers; private List<User> sheeps; private List<User> vampires; private...
[ "mehdi.kazemi8@gmail.com" ]
mehdi.kazemi8@gmail.com
fd5448b94e9671e782a8aada0f27189634be74fc
73b260d7d6ad9d9abfed68af0dd67de7b71bfdfb
/app/src/main/java/me/guillem/athm2app/Views/SplashScreen.java
3689a0e2323ce659118dc0b3d22ca030ac3e3fff
[]
no_license
GuillemPejo/athm
2720396bddad8d49b27f2c7c18afa30341f97c42
283ca72067eb92547bda9629e272663c4c31f662
refs/heads/master
2023-02-09T04:28:54.927546
2020-12-29T13:06:02
2020-12-29T13:06:02
325,621,727
0
0
null
null
null
null
UTF-8
Java
false
false
1,276
java
package me.guillem.athm2app.Views; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundle; import android.os.Handler; import com.google.firebase.auth.FirebaseAuth; import com.google.firebase.auth.FirebaseUser; import me.guillem.athm2app.R; public class SplashScreen...
[ "guillempejo@gmail.com" ]
guillempejo@gmail.com
c5c70f2b7b7f8fca89986d2d4a0008d3bf42d1bc
4705f50c5442fa35a89f5827516e240f03c95828
/src/main/java/bookstore/repository/BookRepository.java
3ac69da8808b515d595cbe0b3606cd2ac074c78c
[]
no_license
lenshuygh/repositoryExercise
deb763390cf3d524f3883844069d4bb217d38387
256f9d851ef2f92b8074f3c7972c854c80804a35
refs/heads/master
2022-02-28T09:15:48.987756
2019-12-02T22:51:05
2019-12-02T22:51:05
225,191,064
0
0
null
2022-02-10T02:57:56
2019-12-01T16:18:36
Java
UTF-8
Java
false
false
330
java
package bookstore.repository; import bookstore.model.Book; import bookstore.model.BookType; import java.util.List; public interface BookRepository { void addBook(Book book); Book getBookByIsbn(int isbn); void removeBook(Book book); List<Book> getBooksByType(BookType type); List<Book> getAllBo...
[ "lens.huygh@gmail.com" ]
lens.huygh@gmail.com
fb34d70c1b225a83fc3edaa6ed58b88eca2bd6a2
f56578aa9e7340b2eeec0c908ba3325a2ba565e2
/inexperiments/src/java/inexp/extjsexam/tab/TVSeriesListTab.java
860c4e7b366298cceaf909f6b42fe555aa14d108
[]
no_license
cybernetics/itsnat
420c88b65067be60a9bb2df2d79206f053881bfd
2bdbd88efa534ea2c1afef6810665bfc9b1472ee
refs/heads/master
2021-01-21T03:21:05.823904
2013-12-25T12:18:18
2013-12-25T12:18:18
17,083,257
1
0
null
null
null
null
UTF-8
Java
false
false
1,759
java
package inexp.extjsexam.tab; import inexp.extjsexam.ExtJSExampleDocument; import inexp.extjsexam.model.TVSeries; import javax.swing.table.DefaultTableModel; import org.itsnat.core.NameValue; /** * * @author jmarranz */ public class TVSeriesListTab extends TabContainingTable { public TVSeriesListTab(ExtJSExampl...
[ "josemaria.arranz@bqreaders.com" ]
josemaria.arranz@bqreaders.com
574299ec005144376f6199dc505c91a3dab23840
4ec118b65711f7b893e2a28ff687af62378433be
/SPRING/MVC Legacy/productBarCode/ProductDemo/src/main/java/com/demoProduct/org/ZXingHelper.java
b530f02cca2642da8fe2ec9e4388960428a994a4
[]
no_license
Runnergo/cursoJava
05a82c972396b562ae6fcb2a12d2bcff92dd7c88
30a15863070fd4336c94a081e88ffcab2684dfec
refs/heads/master
2022-12-26T19:43:30.465395
2019-11-20T18:48:49
2019-11-20T18:48:49
215,093,033
0
0
null
null
null
null
UTF-8
Java
false
false
1,140
java
package com.demoProduct.org; import java.io.ByteArrayOutputStream; import java.util.Hashtable; import com.google.zxing.BarcodeFormat; import com.google.zxing.EncodeHintType; import com.google.zxing.Writer; import com.google.zxing.client.j2se.MatrixToImageWriter; import com.google.zxing.common.BitMatrix; imp...
[ "noreply@github.com" ]
noreply@github.com
390341c79607d29c9210608dca0d2e616739fe7e
447520f40e82a060368a0802a391697bc00be96f
/apks/playstore_apps/com_ubercab/source/giu.java
cda93eca3efac5676302121118198bbb8af6f9c8
[ "Apache-2.0", "GPL-1.0-or-later" ]
permissive
iantal/AndroidPermissions
7f3343a9c29d82dbcd4ecd98b3a50ddf8d179465
d623b732734243590b5f004d167e542e2e2ae249
refs/heads/master
2023-07-19T01:29:26.689186
2019-09-30T19:01:42
2019-09-30T19:01:42
107,239,248
0
0
Apache-2.0
2023-07-16T07:41:38
2017-10-17T08:22:57
null
UTF-8
Java
false
false
479
java
import android.support.v4.view.ViewPager; import io.reactivex.Observer; final class giu extends gij<Integer> { private final ViewPager a; giu(ViewPager paramViewPager) { this.a = paramViewPager; } protected void a(Observer<? super Integer> paramObserver) { giv localGiv = new giv(this.a, par...
[ "antal.micky@yahoo.com" ]
antal.micky@yahoo.com
4d1eedb85511a7da7d52e96249926f8dcacb5db3
fcc9868ee8c3c188dc9084b5326b2de81ab1e5e6
/day07_rotate_image/rotate_image.java
12c679584e5ab8ec476c7b2a6974ee4d08d20468
[]
no_license
nhoxbypass/100days-algorithm
5a7ee6834c7b089c20ce457e924a774f93e1cc0d
a239e1faf93e5abbd8541396929d27530d4bee0e
refs/heads/master
2021-06-21T13:36:34.755564
2020-05-17T08:44:18
2020-05-17T08:44:18
98,334,535
0
0
null
null
null
null
UTF-8
Java
false
false
686
java
int[][] rotateImage(int[][] m) { int a,b,c,d; // O(4) additional memory which equals to O(1) for(int i = 0; i < m.length / 2; i++) { for(int j = i; j < m.length - 1 - i; j++) { // Get the need-to-swap items at 4 side a = m[i][j]; b = m[j][m.length - 1 - i]; ...
[ "nhoxbypass@gmail.com" ]
nhoxbypass@gmail.com
bf5cfae2339bc2552136b67dbec7a6e0f3678921
274b5bd2878142bb9923cc00aac5fe45378c6efb
/app/src/main/java/com/cc/cmarket/fragment/MainFragment.java
d9cfedfde5c20463b7bc1e34efeecc7cb4542fc8
[]
no_license
cuncinc/cMarket_Android
7ad4978e4174cf772681b0caa17561952874fc06
f02821806b5ddf91032a19c19cab89ce8c20758f
refs/heads/master
2023-05-29T18:50:52.251799
2021-06-13T10:00:07
2021-06-13T10:00:07
376,503,858
0
0
null
null
null
null
UTF-8
Java
false
false
2,514
java
package com.cc.cmarket.fragment; 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; import androidx.fragment.app.FragmentPagerAdapter; imp...
[ "cuncinc@foxmail.com" ]
cuncinc@foxmail.com
49a4449710c272d953cb22c6f2ff409455ba5fe2
e5e84b854d63f3ad948620536d2b2fdc64750d93
/src/main/java/br/ufsm/piveta/system/entities/Author.java
c7a72decc532be2df3c7f0c17c41baf3dc892abe
[ "MIT" ]
permissive
fapedroso/another-book-in-the-shelf
1af4048a424bf57c2d671a4009a8a41a3c5dac5d
347b322dd07e7cee6da762342307286245d37050
refs/heads/master
2021-07-08T09:35:13.163549
2017-09-24T02:01:01
2017-09-24T02:01:01
104,111,666
0
0
null
null
null
null
UTF-8
Java
false
false
4,199
java
package br.ufsm.piveta.system.entities; import org.jetbrains.annotations.Nullable; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.util.ArrayList; import java.util.List; @SuppressWarnings({"WeakerAccess", "unused"}) public class Auth...
[ "emiliopedrollo@gmail.com" ]
emiliopedrollo@gmail.com
af91658d5d6aacde79f39b3dc2543dff924fac70
3f6d82c0c2be966fe723fa4a3c6b5f540231e265
/server/src/main/java/pl/edu/agh/sius/server/pojo/OperationStatus.java
bd938c65f2cddf2adff919952030e52e97b201cc
[]
no_license
bburkot/SIUS
0e6f9a5a8c9dd843f6551796a1822789d1dc7d76
d1e26cf4a9c32bed0e324574fe30ee673f692228
refs/heads/master
2016-08-05T05:52:32.251845
2015-06-08T10:11:09
2015-06-08T10:11:09
35,028,902
0
0
null
null
null
null
UTF-8
Java
false
false
312
java
package pl.edu.agh.sius.server.pojo; import javax.xml.bind.annotation.XmlEnum; import javax.xml.bind.annotation.XmlEnumValue; @XmlEnum public enum OperationStatus{ @XmlEnumValue("SUCCEED") SUCCEED, @XmlEnumValue("WARN") WARN, @XmlEnumValue("ERROR") ERROR; private OperationStatus(){} }
[ "blazej1@interia.eu" ]
blazej1@interia.eu
9701e7093ff366e4657115467623cb69d3ab5936
c2e2022be343747a7bfa9845cfcb1adb6f6101a5
/architect_singleton/src/androidTest/java/architect/rui/com/architect_singleton/ExampleInstrumentedTest.java
0a80d28acdba1d261ec84cfef836453ccb48b960
[]
no_license
zhenqinrui/architecture
66c3530d7b696be81be9bb0720627b0992ac1581
cc679679b67fcb494409349155f8a2184c8ce4d5
refs/heads/master
2021-09-10T11:20:56.261165
2018-03-25T14:19:53
2018-03-25T14:19:53
119,617,522
0
0
null
null
null
null
UTF-8
Java
false
false
778
java
package architect.rui.com.architect_singleton; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumentation test, which will exec...
[ "zengqinrui@szy.cn" ]
zengqinrui@szy.cn
2ffc55cb606e5eb9a50648edec6190db25b6b6a5
7c4ece985a9b727e551d51b4a63bd919fc938ac0
/RxTools-library/src/main/java/com/vondear/rxtools/recyclerview/RxLinearLayoutManager.java
29531e096b17987927348887102c1f665e0235e1
[ "Apache-2.0" ]
permissive
duboAndroid/RxTools-master
caf57dbd9ae6a7d2463b2a79012dc0a859de2b6a
dfa9549ce577dac661d0360af7f90a4dd16fa232
refs/heads/master
2021-07-17T13:54:48.816686
2017-10-25T10:37:48
2017-10-25T10:37:48
108,255,984
166
41
null
null
null
null
UTF-8
Java
false
false
1,113
java
package com.vondear.rxtools.recyclerview; import android.content.Context; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; import android.util.AttributeSet; /** * Created by Vondear on 2017/6/8. */ /** * 官方的BUG * 解决 IndexOutOfBoundsException: Inconsistency dete...
[ "277627117@qq.com" ]
277627117@qq.com
6aa85ff6a41b3ad155782e96c22d3160a2757dc1
4686d486ff0db01b5604b1561862b60a54f91480
/Java_Data_Structures/lab5_Queues/QueueADT.java
34b68ccded6bcbf3a9c076b1ae5427a7230e5314
[]
no_license
chosun41/codeportfolio
1ed188c3b99e687d02f5eaeb6fb0b90ce4be77cc
3fdfc90937a642a091688d5903e435067c8499b3
refs/heads/master
2021-01-13T14:45:56.348915
2017-06-18T06:04:38
2017-06-18T06:04:38
94,666,938
0
1
null
null
null
null
UTF-8
Java
false
false
1,697
java
//Michael Cho //CSC 236-64 //Lab 7.1 public interface QueueADT<T> { public void initializequeue(); //Method to initialize the queue to an empty state //Postcondition: The queue is initialized. public boolean isemptyqueue(); //Method to determine whether the queue is empty. //Postcondition:Returns true if the qu...
[ "mcho@lab.analytics.northwestern.edu" ]
mcho@lab.analytics.northwestern.edu
5f79a9e0a8eed88d22fc11290dcaf93d83323352
f4097465637c42ba5e71648d6337acae96c9cf8e
/src/main/java/tfg/microservice/user/exception/AttemptAuthenticationException.java
53d923937c9f73f1634cc6f90cda429c094b8bca
[]
no_license
manuexcd/userMicroservice
a6bb8115421973ec623a6dd0c285d3b01c59b7af
4cffd1b61b3d3660b8f9a7e6a8e37d4a0bd970d5
refs/heads/master
2023-03-14T09:14:41.446686
2022-09-16T08:41:02
2022-09-16T08:41:02
235,818,074
0
0
null
2023-02-22T07:51:57
2020-01-23T14:59:50
Java
UTF-8
Java
false
false
235
java
package tfg.microservice.user.exception; public class AttemptAuthenticationException extends Exception { private static final long serialVersionUID = 7319980745274300196L; public AttemptAuthenticationException() { super(); } }
[ "mlara@atsistemas.com" ]
mlara@atsistemas.com
dbe459f19f50076e35b38879df0c87d73f8cf09b
8e30a2857b8b987d6168a4579ffc7acd5d3582b1
/src/observer/CBoyFriend.java
9fe2ac098772c71de79163ad485ebbd278584c7b
[]
no_license
tommy770221/PracticeJava
0d2f6a1f677c299ae5fa9e626cfefebcc7ae00e4
77d7131e8d05d4700a12596e3610e61444e226a6
refs/heads/master
2020-04-03T09:25:46.003066
2018-10-25T03:48:58
2018-10-25T03:48:58
155,164,566
0
0
null
null
null
null
UTF-8
Java
false
false
273
java
package observer; /** * Created by Tommy on 2018/10/9. */ public class CBoyFriend implements IBoyFriend { @Override public void update(String msg) { if("我生病了".equals(msg)){ System.out.println("先等等,待會到"); } } }
[ "tommy770221@gmail.com" ]
tommy770221@gmail.com
bd128e2267559282c5cf9c6cd797e928bd56a5fa
724255a38149262241fc376773421cf841cf2cfd
/src/main/java/com/awews/person/User.java
776e63e59d737ea47ba18b161197a251de6a1651
[]
no_license
dapperAuteur/java-spring-palabras-api
42ebfaac601827d4f9359a3867a033c601d31566
f2a56e6deb3eac874c9c9592c9bf88b7952e989e
refs/heads/master
2020-03-17T02:41:23.743382
2018-05-29T20:54:00
2018-05-29T20:54:00
133,200,920
0
0
null
null
null
null
UTF-8
Java
false
false
4,009
java
package com.awews.person; import org.springframework.data.annotation.Id; import org.springframework.data.mongodb.core.mapping.Document; @Document(collection = "users") public class User { @Id private String id; private String email; private String userName; private Integer role; private String password; priv...
[ "a@awews.com" ]
a@awews.com
56bbb9a9aa660dd25944adff3291306d64994593
8fa2414dd0af8a449acbd817dc96791f5f228e60
/library/src/main/java/com/github/sdankbar/qml/persistence/QMLThreadPersistanceTask.java
24369bce8627a5f1a2ce3007f2045c7514a9f44c
[ "MIT" ]
permissive
sdankbar/jaqumal
2fb80d9e79649fee0a6faf8593c5a65b025a95e8
28ca2f432f7d7ce8b792eef8e60992dbf75c2652
refs/heads/master
2023-07-03T22:35:13.204983
2023-01-06T14:07:57
2023-01-06T14:07:57
174,902,960
7
0
MIT
2023-06-14T22:25:53
2019-03-11T01:18:28
Java
UTF-8
Java
false
false
6,308
java
/** * The MIT License * Copyright © 2020 Stephen Dankbar * * 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,...
[ "dankb@LAPTOP-2J6L4TTB" ]
dankb@LAPTOP-2J6L4TTB
2d6ff56554bcf2b2a5a86217ac2e0c739e963704
d0a6b19df8fc22e8c5f1c3196c6c0e2249f098f4
/src/com/objis/cameroun/gej/presentation/ServletModifierEnseignant.java
fb3e18a180d10a6683800d7479b856c4acd055f7
[]
no_license
KhalilGitHub/Schools_Management_Java_JPA_Persistance
99530ffa04ca985107ca27c5d930eee0784a999d
43341cf9ac41b12fc927a3b556c3e9525cf755e2
refs/heads/master
2020-06-15T20:06:32.644556
2019-07-05T09:45:04
2019-07-05T09:45:04
195,382,168
0
0
null
null
null
null
UTF-8
Java
false
false
7,681
java
package com.objis.cameroun.gej.presentation; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.InputStream; import java.math.BigDecimal; import java.sql.Blob; import java.sql.SQLException; import java.text.SimpleDateFormat; import java.util.Date; import javax.persistence.EntityManager; ...
[ "hamdane.khalil.hisseine@gmail.com" ]
hamdane.khalil.hisseine@gmail.com
7151f1bcd2d96e73aecfd41da99ead4500e2b0b1
646483088e3bc52afc03877c437f56f00ba2389d
/app/src/main/java/com/peixing/baidumapdemo/MainActivity.java
7c360d79ec586d2eca64adb84d18c3c81e8eb1df
[]
no_license
didiaodazhong/BaiduMapDemo
f7e5f2af19ad10936305869781f045b87afd5d10
a9be4d5735074bff2970312b909cbe01a35e4e9a
refs/heads/master
2021-01-13T03:01:48.932802
2016-12-21T13:34:54
2016-12-21T13:34:54
77,045,996
0
0
null
null
null
null
UTF-8
Java
false
false
3,275
java
package com.peixing.baidumapdemo; import android.content.Intent; import android.graphics.Typeface; import android.os.Build; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.util.Log; import android.view.View; import android.view.WindowManager; import android.widget.Button; impo...
[ "906982564@qq.com" ]
906982564@qq.com
6532be698199f6eb19bc87621705766c2530e5fe
7a48d101d9e037e328a7a0899b20cc252bda2717
/src/Vista/SalidaCamara.java
e0367d9373b7b99ede868109e8ad379a0ab2cb3d
[]
no_license
MartiMarch/Sistema-Camara-Seguridad-1.0
ba227888ce64524df1931b3b0f205b51066e7bb3
9bcea89368fed6a110f7c2968d9c7ac1da9bbb8c
refs/heads/master
2023-06-09T16:23:06.201077
2021-06-28T15:04:21
2021-06-28T15:04:21
357,499,243
0
0
null
null
null
null
UTF-8
Java
false
false
3,072
java
package Vista; import java.awt.Graphics; import java.awt.image.BufferedImage; import java.awt.image.DataBufferByte; import javax.swing.JOptionPane; import org.opencv.core.Core; import org.opencv.core.Mat; import org.opencv.videoio.VideoCapture; public class SalidaCamara extends javax.swing.JPanel implements Runnable{ ...
[ "mmll1199@protonmail.com" ]
mmll1199@protonmail.com
9f362ae5d1ced24b09b4a09acec63755b718bed4
af88bd1d62f6d481fbf58ea9231fb32207f36f90
/Project/Smiley/app/src/test/java/com/peikova/gery/happy/ExampleUnitTest.java
54a3971ef3d9f3e6c6d0734e6e663e7fe1709f16
[ "MIT" ]
permissive
HappinessBot/AndroidApp
93a5d587d34523d6ec0060dd906102fa8c8d6227
79a1ab978c958ce5b44522475e0b79dca0153de2
refs/heads/master
2021-01-01T04:07:23.345913
2017-07-14T13:33:51
2017-07-14T13:33:51
97,121,478
0
0
null
null
null
null
UTF-8
Java
false
false
416
java
package com.peikova.gery.happy; 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 ...
[ "gergana.peikova@gmail.com" ]
gergana.peikova@gmail.com
d438524fc483c283eaf3ba6e69b3b3f5e5e12b42
4e7c597e78f01fe1c14fc4cbb67dc4379a8c5939
/mambo-protocol/src/main/java/org/mambo/protocol/messages/KrosmasterTransferRequestMessage.java
e45665856e5b440b2df41aa97aa70b13b5b5c0d3
[]
no_license
Guiedo/Mambo
c24e4836f20a1028e61cb7987ad6371348aaf0fe
8fb946179b6b00798010bda8058430789644229d
refs/heads/master
2021-01-18T11:29:43.048990
2013-05-25T17:33:37
2013-05-25T17:33:37
null
0
0
null
null
null
null
UTF-8
Java
false
false
810
java
// Generated on 05/08/2013 19:37:59 package org.mambo.protocol.messages; import java.util.*; import org.mambo.protocol.types.*; import org.mambo.protocol.enums.*; import org.mambo.protocol.*; import org.mambo.core.io.*; public class KrosmasterTransferRequestMessage extends NetworkMessage { public static final i...
[ "blackrushx@gmail.com" ]
blackrushx@gmail.com
4abb8da42b8117d682cda670976a4ee500127989
ecbb90f42d319195d6517f639c991ae88fa74e08
/XmlTooling/src/org/opensaml/xml/signature/impl/X509SerialNumberMarshaller.java
4231205ca7f3c42f5b804e313f054a602cbbfd4d
[ "MIT" ]
permissive
Safewhere/kombit-service-java
5d6577984ed0f4341bbf65cbbace9a1eced515a4
7df271d86804ad3229155c4f7afd3f121548e39e
refs/heads/master
2020-12-24T05:20:59.477842
2018-08-23T03:50:16
2018-08-23T03:50:16
36,713,383
0
1
MIT
2018-08-23T03:51:25
2015-06-02T06:39:09
Java
UTF-8
Java
false
false
1,847
java
/* * Licensed to the University Corporation for Advanced Internet Development, * Inc. (UCAID) under one or more contributor license agreements. See the * NOTICE file distributed with this work for additional information regarding * copyright ownership. The UCAID licenses this file to You under the Apache * Lic...
[ "lxp@globeteam.com" ]
lxp@globeteam.com
1e269c328a7a87e1974ce312f9cee808c0dabe6f
b6f85b30a1359031e9034aa2be49b9c11e45ed1e
/app/src/main/java/com/avdey/fragments/Fragment1.java
6df33de0238303895deb4fea449a368c4848de3b
[]
no_license
Avdey87/Fragments
3973cc8ebfdaafd62bca2a327c7876867866a29c
3ddb8d7018f349b494c73f777a59013164e32130
refs/heads/master
2021-05-15T00:30:13.091246
2017-09-12T15:48:53
2017-09-12T15:48:53
103,181,223
0
1
null
null
null
null
UTF-8
Java
false
false
1,796
java
package com.avdey.fragments; 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.Button; import android.widget.Toast; public class Fragment1 ext...
[ "avdey87@gmail.com" ]
avdey87@gmail.com
5b01fa8750101e01f127d3e5c7e5eafc7d0da7f5
91246fa8e6b33bb46f4b5445723d6bbaef096892
/TMessagesProj/src/main/java/com/google/android/exoplayer2/source/smoothstreaming/manifest/SsManifestParser.java
e0d25bc748bbc75f6b42cac3b73229a6afc39da3
[]
no_license
AhabweEmmanuel/Marlia
4dcffc8499243b92721de81687e26da30a95c8b4
b4b6ed0664b1574f1b67ad5da96472b098da4b03
refs/heads/master
2020-12-10T15:15:05.202410
2020-01-13T15:55:58
2020-01-13T15:55:58
233,629,335
0
0
null
null
null
null
UTF-8
Java
false
false
29,129
java
/* * Copyright (C) 2016 The Android Open Source Project * * 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 requir...
[ "ahabweemma@gmail.com" ]
ahabweemma@gmail.com
6a4fe8fe60c8b281a82e3b5828ea6226ee6cd719
f10a7a255151c627eb1953e029de75b215246b4a
/quickfixj-core/src/main/java/quickfix/field/MaxPriceVariation.java
f6e6faddbe8d3fd8971fc9d838dd03c8ca8d74b5
[ "BSD-2-Clause", "LicenseRef-scancode-public-domain" ]
permissive
niepoo/quickfixj
579f57f2e8fb8db906c6f916355da6d78bb86ecb
f8e255c3e86e36d7551b8661c403672e69070ca1
refs/heads/master
2021-01-18T05:29:51.369160
2016-10-16T23:31:34
2016-10-16T23:31:34
68,493,032
0
0
null
2016-09-18T03:18:20
2016-09-18T03:18:20
null
UTF-8
Java
false
false
1,192
java
/* Generated Java Source File */ /******************************************************************************* * Copyright (c) quickfixengine.org All rights reserved. * * This file is part of the QuickFIX FIX Engine * * This file may be distributed under the terms of the quickfixengine.org * license as...
[ "niepoo123@gmail.com" ]
niepoo123@gmail.com
7c5385c205af79b92c043b4f629c24921a34758f
f850ca0edb2aee0a0de939edea33093f20ea8c8e
/src/main/java/fle/api/tile/kinetic/TEGearBoxBase.java
d9d087507a650f7630a64fba92fb95d6fe293037
[]
no_license
ueyudiud/FLE
e6cd58e461a5863187a0f0434a65f272aeb372d0
99559e187b21419cf382bacd4c897fc41b468ef2
refs/heads/1.10.2
2021-01-25T15:19:00.440484
2018-06-12T05:25:05
2018-06-12T05:25:05
39,243,551
9
2
null
2018-01-27T11:38:03
2015-07-17T08:31:05
Java
UTF-8
Java
false
false
3,318
java
/* * copyright 2016-2018 ueyudiud */ package fle.api.tile.kinetic; import javax.annotation.Nullable; import farcore.energy.kinetic.IKineticAccess; import farcore.energy.kinetic.IKineticHandler; import farcore.energy.kinetic.KineticPackage; import farcore.handler.FarCoreEnergyHandler; import nebula.common...
[ "ueyudiud@163.com" ]
ueyudiud@163.com
ea6d49d1aab5f23d3fb7346a2ceb2ac1e2e01907
272ef810dbbd418eaa5e6b21766bd623a498333f
/src/main/java/com/test/sz/exception/ResourceNotFoundException.java
45f8fccff6c58f8a89062f0e5a4154b9ad8ab771
[]
no_license
mpren/ShaiZi
35a54c1a364ea77350a41f043e561ce9cf88ecd0
27125bf7648d1b4bd19276c17cec1bb9792810cd
refs/heads/master
2023-05-28T08:44:42.880524
2020-06-18T07:44:31
2020-06-18T07:44:31
124,331,079
1
2
null
2023-05-23T20:10:29
2018-03-08T03:26:54
Java
UTF-8
Java
false
false
92
java
package com.test.sz.exception; public class ResourceNotFoundException extends Exception { }
[ "mpren@qq.com" ]
mpren@qq.com
82d1a88cfb37441493e2032339bd973a6fe9bda0
a24a7032125333c45f4cf8d3d708cc3030399a1a
/src/test/java/nz/strydom/gross/ProductControllerTestIT.java
79cc9ee0f78691738a85157f55c528d3db1d9e6f
[ "MIT" ]
permissive
STRiDGE/gross-re
aad74eb3559c372ac3a419118c320b576bd7f830
8287225ab6921455ad10986c99ed574bc8891789
refs/heads/master
2021-05-04T10:33:57.560218
2016-05-05T11:36:22
2016-05-05T11:36:22
53,115,976
1
0
null
null
null
null
UTF-8
Java
false
false
469
java
package nz.strydom.gross; import static org.junit.Assert.fail; import org.junit.Test; import org.springframework.test.context.ActiveProfiles; import nz.strydom.gross.test.SpringContextTestCase; @ActiveProfiles(value="integrationtest", inheritProfiles=false) // This is optional, but allows us to load a different pro...
[ "hannes.strydom@tsbbank.co.nz" ]
hannes.strydom@tsbbank.co.nz
80bb8c00134fd2ad288617f004e836e9e927d461
8de13e531ff142c026c1740940db8532265a5f84
/Modules/Module4/src/SampleCode6/CanvasWithText.java
dff7b3a279a7adb7fc6f761483fac43c8f3caa5f
[ "MIT" ]
permissive
hackettccp/CSCI112
0183f756300fbdd16a68c45a2e4b97c6296e67a8
103893f5c3532839f6b0a8ff460f069b324bc199
refs/heads/master
2020-08-09T12:10:34.466429
2019-12-20T05:50:26
2019-12-20T05:50:26
214,084,396
3
0
null
null
null
null
UTF-8
Java
false
false
1,577
java
package SampleCode6; import javax.swing.*; import java.awt.Canvas; import java.awt.Color; import java.awt.Font; import java.awt.Graphics; /** * A Canvas subclass that draws text. */ public class CanvasWithText extends Canvas { /** * Overrides the Canvas superclass's paint method. * Will instead d...
[ "H@ck3t7!1github1" ]
H@ck3t7!1github1
065ff4eda1cc8a21ab51dc883bc171b0da063605
303fc5afce3df984edbc7e477f474fd7aee3b48e
/fuentes/ucumari-commons/src/main/java/com/wildc/ucumari/parameters/model/UomConversionDatedPK.java
042e72bd96a4733dfbcaf3ae04daac8d8a420a3b
[]
no_license
douit/erpventas
3624cbd55cb68b6d91677a493d6ef1e410392127
c53dc6648bd5a2effbff15e03315bab31e6db38b
refs/heads/master
2022-03-29T22:06:06.060059
2014-04-21T12:53:13
2014-04-21T12:53:13
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,002
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 com.wildc.ucumari.parameters.model; import java.io.Serializable; import java.util.Date; import javax.persistence.Ba...
[ "cmontes375@gmail.com" ]
cmontes375@gmail.com
c5a69012db40ce9fcbbd4381af26e6f75508012b
f315651879a7c9f7967cfe09e02dd9d9e9424476
/HireCarJpaWebservice/src/main/java/com/example/repository/IModelRepository.java
86ba8920d9017c03f51c58fc90374be2e0d4624b
[]
no_license
hamsuhi/IFI-exactly
668291c1635ee51460a7cbbda3d05c43da2f4a70
9d08100bf99c90b82c023db1d9b1087f75be4a8e
refs/heads/master
2021-04-30T08:14:41.097215
2018-03-21T10:41:18
2018-03-21T10:41:18
121,368,993
0
0
null
null
null
null
UTF-8
Java
false
false
305
java
package com.example.repository; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; import com.example.model.Model; @Repository public interface IModelRepository extends JpaRepository<Model, Integer> { Model findByModelName(String name); }
[ "nguyenhuong031103@gmail.com" ]
nguyenhuong031103@gmail.com
a4bdd187175148f057d89897b694fedcfa97b9d0
436ba3c9280015b6473f6e78766a0bb9cfd21998
/parent/web/src/main/java/by/itacademy/keikom/taxi/web/converter/RateToDTOConverter.java
be6a84d18227c34d0c36902e73d736dc3c34ed2a
[]
no_license
KeMihail/parent
4ba61debc5581f29a6cabfe2a767dbdeaed57eb6
398a7617d7a4c94703e3d85daca1e3b22d8920fa
refs/heads/master
2022-12-24T09:31:34.156316
2019-06-13T20:29:10
2019-06-13T20:29:10
191,828,552
0
0
null
2022-12-15T23:25:17
2019-06-13T20:26:20
Java
UTF-8
Java
false
false
639
java
package by.itacademy.keikom.taxi.web.converter; import java.util.function.Function; import org.springframework.stereotype.Component; import by.itacademy.keikom.taxi.dao.dbmodel.Rate; import by.itacademy.keikom.taxi.web.dto.RateDTO; @Component public class RateToDTOConverter implements Function<Rate, RateDTO> { @O...
[ "mihaila4038@gmail.com" ]
mihaila4038@gmail.com
d50ee429e7ff0cc76265f9cd1dfafc218039515b
fb959ce79426f2dbec8c14e2d7d8150b74348030
/src/main/java/com/example/UserService/data/rest/AddressChoice.java
e9c5c95d49e7deabe28357a53499ecacbd66e954
[]
no_license
easychan2019new/My-Eshop-UserService
561a6afa250d2507762db710eccd141f94c33ef3
686415f04d3334720f7c954e1c04f00bad252e9f
refs/heads/main
2023-08-25T20:33:01.147817
2021-10-16T02:48:36
2021-10-16T02:48:36
417,696,581
0
0
null
null
null
null
UTF-8
Java
false
false
204
java
package com.example.UserService.data.rest; import lombok.Data; import lombok.NoArgsConstructor; @Data @NoArgsConstructor public class AddressChoice { private String id; private String street; }
[ "easychan2019@gmail.com" ]
easychan2019@gmail.com
815dde7de56aef603eb0cd30793fec27bea61e3d
4e1a3b17ce93a5e5645ae93bb73e84159f0d27c4
/src/connection/ConnectionFactory.java
b79d2e70e9993044ad43c0cf68b523d4db11fe17
[]
no_license
josias84/Candidato
63229224fb0d160113aa5847fe89ef09f7e14f99
f2e520226a7caeeac418ffc95703b191fafdf762
refs/heads/master
2023-01-19T08:53:47.640734
2020-11-30T18:14:49
2020-11-30T18:14:49
314,052,035
0
0
null
null
null
null
MacCentralEurope
Java
false
false
1,163
java
package connection; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.SQLException; import javax.swing.JOptionPane; public class ConnectionFactory { private final static String url="jdbc:sqlserver://localhost:1433;databaseNAme=bdProduto"; private final st...
[ "josiasgr@id.uff.br" ]
josiasgr@id.uff.br
983301fcfd22c66fd748158506311c464222a474
736fc91ed85f6cba8089929bf39b8b76438910e7
/student-manage/src/main/java/com/syl/sm/service/impl/ClazzServiceImpl.java
0a735f29e1f4a7e6b9aa9c8d8038218f2df31ee8
[]
no_license
shiyilinliran/Student_manager
ac3bbf74541e7280211a5446aa30f0aa2d657c7b
8211b1a2ee227d2eb9423609976707f9144efeb4
refs/heads/main
2023-01-29T17:02:53.210244
2020-12-10T15:09:00
2020-12-10T15:09:00
316,143,067
0
0
null
null
null
null
UTF-8
Java
false
false
1,710
java
package com.syl.sm.service.impl; import com.syl.sm.entity.Clazz; import com.syl.sm.factory.ClazzDaoFactory; import com.syl.sm.factory.DaoFActory; import com.syl.sm.service.ClazzService; import java.sql.SQLException; import java.util.List; /** * @ClassName ClazzServiceImpl * @Description TODO * @Autho...
[ "2226780673@qq.com" ]
2226780673@qq.com
ebeafb68d9263a7a006e32d65a53dc30de38f2ee
eba353049d4adba3d62e3b27796077d1b25ebb7f
/learning_akka/src/main/java/top/andrewchen1/chapter3/ParseArticle.java
4cefa5f404b1261c6be2c292f4c4f367be7a7f84
[]
no_license
andrewchen1/learn_akka_with_mars
caaab688e3375e4636939f081359b8ca47f38322
7167890f9a6c81f6daa11bfe391176c2bac1e946
refs/heads/master
2020-04-27T23:48:40.820011
2019-05-05T02:10:45
2019-05-05T02:10:45
174,791,224
1
0
null
null
null
null
UTF-8
Java
false
false
190
java
package top.andrewchen1.chapter3; import lombok.Data; @Data public class ParseArticle { private final String url; public ParseArticle(String url) { this.url = url; } }
[ "andrewchen7@outlook.com" ]
andrewchen7@outlook.com
d1a77ee3ee6b484417b9b390fe5bf693f5716ce2
228a76dcf6ac85479d15d489cb33076004024604
/src/ExamCreator/ShortQuestion.java
2b0023ad805d2169276742b2a0c8a1e0f6bc715f
[]
no_license
masterveejr/ExamCreator
097bb8f26f29cb6a9760d7aef237e465cfb3bdf5
b87462435dfd43cb0845ff3d1cb96c9ea2122ca1
refs/heads/master
2021-05-10T14:40:39.993791
2018-01-22T23:05:23
2018-01-22T23:05:23
118,525,884
0
0
null
null
null
null
UTF-8
Java
false
false
571
java
package ExamCreator; public class ShortQuestion implements Question { private String SQQuestion; private String SQSample; public ShortQuestion(String q,String s){ this.SQQuestion=q; this.SQSample=s; } public String getSQQuestion() { return SQQuestion; } public String getSQSample() { ...
[ "maste@169.254.254.250" ]
maste@169.254.254.250
e3595420dd2de5bc574683a5e8a088eb80966643
26ff3f0dc6f38a254c47f2537f28061ed51d11d0
/src/main/java/io/vepo/kafka/tool/inspect/KafkaAdminService.java
b53b79831e8e94f1d3da9bb988e4fea0c0cc804d
[ "MIT" ]
permissive
vepo/kafka-tool
ad16800ace8d4b848b9d42c0b18ac0ecbcc93961
b65a81994592990f8528a8dda8ca5d6b48f156b9
refs/heads/main
2022-05-28T08:55:13.283460
2022-05-18T02:17:11
2022-05-18T02:17:11
346,550,524
1
0
MIT
2022-05-18T02:17:12
2021-03-11T02:12:00
Java
UTF-8
Java
false
false
6,245
java
package io.vepo.kafka.tool.inspect; import static java.util.Arrays.asList; import static java.util.Collections.emptyList; import static java.util.Objects.isNull; import static java.util.Objects.nonNull; import static java.util.stream.Collectors.toList; import static java.util.stream.Collectors.toMap; import static org...
[ "victor.osorio@openet.com" ]
victor.osorio@openet.com
b3eed91ec6cdee6d1e191ad267e8d5094dfdaf7d
757ff0e036d1c65d99424abb5601012d525c2302
/sources/com/fimi/album/widget/CustomVideoView.java
0352c22c5f2e58d79076fe1e9b0041910ec6217f
[]
no_license
pk1z/wladimir-computin-FimiX8-RE-App
32179ef6f05efab0cf5af0d4957f0319abe04ad0
70603638809853a574947b65ecfaf430250cd778
refs/heads/master
2020-11-25T21:02:17.790224
2019-12-18T13:28:48
2019-12-18T13:28:48
228,845,415
0
0
null
null
null
null
UTF-8
Java
false
false
22,905
java
package com.fimi.album.widget; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.graphics.Bitmap; import android.graphics.SurfaceTexture; import android.media.AudioManager; import android.media.MediaPlayer; impor...
[ "you@example.com" ]
you@example.com
f018de86bf46edc8f4ca330d9874321b16e4bda0
db0a10be2c7a60316e879f70d41f97045b06e4c4
/app/src/main/java/com/ashant/mytwitter/ui/home/HomeFragment.java
024b963036d92ebd540482b094f7a7dbe608c0fb
[]
no_license
AshantThapa/MyTwitter
b16f589a23d2a4aed3069723a6adb17c4a1dedfa
ac873062db500b2886476de86ce21174dd9ab8b2
refs/heads/master
2020-12-08T13:03:35.191579
2020-01-10T07:26:59
2020-01-10T07:26:59
232,988,513
0
0
null
null
null
null
UTF-8
Java
false
false
2,617
java
package com.ashant.mytwitter.ui.home; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.Toast; import androidx.annotation.NonNull; import androidx.fragment.app.Fragment; import androidx.recyclerview.widget.LinearLayoutManager; ...
[ "Ashant Thapa" ]
Ashant Thapa
f15e6a452ab263980c5206a2e8cef91c2cd0de97
ed563cb3e2166d02bb3871e498949c90f63f7f94
/src/main/java/info/masjidy/responses/PrayerTimeListResponse.java
5ca92bd581348b0e308be9fe1fcb8f734f314d37
[ "MIT" ]
permissive
mmakhalaf/MasjidyWS
f1876800a0592cb06b488de8654588b40dc44090
50e9618b107222f06686e38c6be2969e6fb37540
refs/heads/master
2020-04-11T19:13:15.520567
2018-12-16T18:11:22
2018-12-16T18:11:22
162,026,746
0
0
null
null
null
null
UTF-8
Java
false
false
1,128
java
package info.masjidy.responses; import info.masjidy.models.PrayerTime; import info.masjidy.utils.PrayerTimeList; import java.util.ArrayList; import java.util.List; public class PrayerTimeListResponse { List<PrayerTimeResponse> prayerTimes = new ArrayList<>(); public PrayerTimeListResponse(PrayerTimeList pt...
[ "mmakhalaf@gmail.com" ]
mmakhalaf@gmail.com
a47f9c192384d814561c7214f8b7cdafb00333eb
05736c4600e142f5a9f84709169aa42acb8fb8b7
/app/src/main/java/com/pencilbox/netknight/presentor/AppInfoAdapter.java
fbdebebada1ef3c12a9c021040b4761bb2e92f8f
[ "Apache-2.0" ]
permissive
litangyu/NetKnight
bbdf2e4b72eeb0a455d51babe23d9c0c31ce5974
af208adc89f3dd81d4ce2e92475e00bd12a74b49
refs/heads/master
2021-08-14T18:00:21.876776
2017-11-16T10:58:28
2017-11-16T10:58:28
110,961,996
1
0
null
null
null
null
UTF-8
Java
false
false
5,963
java
package com.pencilbox.netknight.presentor; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.AdapterView; import android.widget.BaseAdapter; import android.widget.ImageView; import android.widget.Spinner; import android.wi...
[ "lty81372860@gmail.com" ]
lty81372860@gmail.com
b4ed8f234e857b50297acbe2918ef2d593712ca4
5b0b8904f367420e269445b03177d5c873ad0569
/java-design-pattern/src/main/java/lol/kent/practice/pattern/observer/Bootstrap.java
7d3993e5b6b1650f1dea0d7d0a64458e430ccccc
[ "MIT" ]
permissive
ShunqinChen/practice-java
565c4c5c93a99ea301516399b8ec3874e8712d64
3d9ed2d18335af540022823d6e4516717419cca1
refs/heads/master
2023-05-14T14:25:21.303261
2023-05-07T12:15:31
2023-05-07T12:15:31
145,184,406
0
0
MIT
2021-03-31T21:27:51
2018-08-18T02:45:45
Java
UTF-8
Java
false
false
891
java
package lol.kent.practice.pattern.observer; /** * 标题、简要说明. <br> * 类详细说明. * <p> * Copyright: Copyright (c) 2019年04月02日 18:11 * <p> * Company: AMPM Fit * <p> * * @author Shunqin.Chen * @version x.x.x */ public class Bootstrap { public static void main(String[] args) { AuthenticationManager manage...
[ "kentchensq@gmail.com" ]
kentchensq@gmail.com
1b8c406ec4d48389f31ddaa348047fb3dc95b7b9
1b72e05948dfa71d460a17fcc40e0b1a66149aac
/test/ru/job4j/array/EndsWithTest.java
e81c258193ceba2abd14a8f2d3cd915222be8173
[]
no_license
Manlexey/job4j_elementary
dc5c2f4d4775226e811644cb317810c56e09e516
c913466ef4d2960e45a6a4ff96baf974d61630aa
refs/heads/master
2023-07-08T03:30:54.522360
2021-08-17T20:05:44
2021-08-17T20:05:44
287,248,374
1
0
null
2020-08-13T10:24:31
2020-08-13T10:24:30
null
UTF-8
Java
false
false
640
java
package ru.job4j.array; import org.junit.Test; import static org.hamcrest.Matchers.is; import static org.junit.Assert.*; public class EndsWithTest { @Test public void whenEndWithPrefixThenTrue() { char[] word = {'H', 'e', 'l', 'l', 'o'}; char[] post = {'l', 'o'}; boolean result = E...
[ "Alexey_3588" ]
Alexey_3588
c586cd8a0e1efa0dc22137e7d56fee38a8a32a7e
493f36971e352088e67296d0bcd547284f541ab8
/04_implementation/src/hanpuku1/database/TicketList.java
f88f6e9954fbda9191aa7350535bbdc5a87fff9f
[]
no_license
TakedaMasashi46/Team5
569fdc9a7141fdfff55146e43d4a4f89cc2f2cf5
14fb342c8a8091feb2fdbf585909dfce98ebdab2
refs/heads/master
2022-11-16T04:41:18.855632
2020-06-16T02:35:00
2020-06-16T02:35:00
268,668,955
0
0
null
null
null
null
UTF-8
Java
false
false
992
java
package database; import java.util.ArrayList; public class TicketList { ArrayList<Ticket> ticketList =new ArrayList<Ticket>(); public TicketList() { ticketList.add(new Ticket(1, "水族館", 1000, "2020-6-6", 20)); ticketList.add(new Ticket(2,"映画館",3000,"2020-07-10",50)); ticketList.add(new Ticket(3,"美術館",8...
[ "ma-takeda@cresco.co.jp" ]
ma-takeda@cresco.co.jp
a17918eb6211fc2144dc2d0107fec183db4364fa
f34805066fd387b143e7b7de5e2df463df3febc9
/mssc-brewery/src/main/java/app/wordyourself/msscbrewery/web/model/v2/BeerDtoV2.java
079ec52ed50a1f7db2acd002e1d666976351459c
[]
no_license
alperarabaci/spring-microservices-cloud
1c17e10ac836fd038e1045808a242db0f2d60239
14ff873c0ec42e73d89cd93c66854f6e7206b853
refs/heads/master
2023-06-22T19:22:14.158080
2020-08-20T14:08:23
2020-08-20T14:08:23
282,906,295
0
0
null
null
null
null
UTF-8
Java
false
false
740
java
package app.wordyourself.msscbrewery.web.model.v2; import lombok.AllArgsConstructor; import lombok.Builder; import lombok.Data; import lombok.NoArgsConstructor; import javax.validation.constraints.NotBlank; import javax.validation.constraints.NotNull; import javax.validation.constraints.Null; import javax.validation....
[ "melihalper.arabaci@gmail.com" ]
melihalper.arabaci@gmail.com
0000f1507bf86e2a6664c4b6c03e052f055e7c1c
f601065e7a8a4adcb0befa9fc436354ed8922b5f
/src/main/java/com/ocp/day28/ExceptionDemo7.java
8786b8e188ae2115056a947292ccbe76b599e2c2
[]
no_license
Beast090320/Java0316
a17336ab7ceb8f29a88ffd014f0949bd131911ea
1a42edf5ba99bfb978f7fdce2d47058a09ec0536
refs/heads/master
2023-05-12T05:55:00.830995
2021-06-10T13:51:33
2021-06-10T13:51:33
348,325,835
0
0
null
null
null
null
UTF-8
Java
false
false
512
java
package com.ocp.day28; import java.text.DateFormat; import java.text.ParseException; import java.util.Date; public class ExceptionDemo7 { public static void main(String[] args) { String mybirthday = "2000/1/一"; DateFormat df = DateFormat.getDateInstance(); try { Date...
[ "a3432@DESKTOP-GAD7FN7" ]
a3432@DESKTOP-GAD7FN7
f8fc1fec93092839678c9034c109d3aa47244fe4
cd3ccc969d6e31dce1a0cdc21de71899ab670a46
/agp-7.1.0-alpha01/tools/base/build-system/builder/src/test/java/com/android/builder/core/DefaultApiVersionTest.java
df4d9c9140f814d5cbd8ac778dabb95c070130ec
[ "Apache-2.0" ]
permissive
jomof/CppBuildCacheWorkInProgress
75e76e1bd1d8451e3ee31631e74f22e5bb15dd3c
9e3475f6d94cb3239f27ed8f8ee81b0abde4ef51
refs/heads/main
2023-05-28T19:03:16.798422
2021-06-10T20:59:25
2021-06-10T20:59:25
374,736,765
0
1
Apache-2.0
2021-06-07T21:06:53
2021-06-07T16:44:55
Java
UTF-8
Java
false
false
1,274
java
/* * Copyright (C) 2018 The Android Open Source Project * * 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 app...
[ "jomof@google.com" ]
jomof@google.com
d7fdf5633b402252553dd6627917cc5546e76693
55188acfb5b669fdc9dcb69a25fc6b8b1a241942
/leets/leet038.java
c49609714d264187264ac667f4b9b9f9d8478093
[]
no_license
iAnimo/mycodes
b0688c7978f50cd4d61b28b2a523aa7178d4d3e2
3bbd35a9c5477c4da465fa98f16e21fc08348512
refs/heads/main
2023-03-10T16:47:55.984189
2021-02-28T09:29:55
2021-02-28T09:29:55
343,008,627
0
0
null
null
null
null
UTF-8
Java
false
false
1,521
java
package leets; import java.util.LinkedList; import java.util.Queue; import utils.TreeNode; public class leet038 { /** * 给定一个二叉树,找出其最小深度。 */ // 递归法 int minDepth(TreeNode root) { if ( root == null) { return 0; } //左子树为空,右子树不为空,说明最小深度是 1 + 右子树的深度...
[ "noreply@github.com" ]
noreply@github.com
9cdda7cabff60c83834b537971be7174a4c9c3f2
7122806f2f344a3c804318d6df47a92c9ec3ce97
/app/src/main/java/com/hearatale/phonic/data/model/typedef/SightWordsCategoryDef.java
421203127f697de87fb6a3ab183a88c2073103cf
[]
no_license
BrainyEducation/Phonics
851de68f35a75f576d5b6aaaa5091e18b08eff1f
df316165fdadb1d3947cb8371f48752956f74824
refs/heads/master
2020-05-01T02:52:42.110700
2019-05-17T03:02:33
2019-05-17T03:02:33
177,230,983
1
0
null
2019-05-17T03:02:34
2019-03-23T01:40:10
Java
UTF-8
Java
false
false
276
java
package com.hearatale.phonic.data.model.typedef; import android.support.annotation.IntDef; @IntDef({ SightWordsCategoryDef.PRE_K, SightWordsCategoryDef.KINDERGARTEN }) public @interface SightWordsCategoryDef { int PRE_K = 0; int KINDERGARTEN = 1; }
[ "yizra.g@gmail.com" ]
yizra.g@gmail.com
dc282715f8e5366161040519a2175a8d3b942245
0a4b6a83792ab567a8c27e1c8feacd8a4b66275e
/main/java/com/bdqn/WebConfig/SpringBootWevMvcConfig.java
929fc9509738bd0855ba84719f90bffba4b9ed0c
[ "Apache-2.0" ]
permissive
3144207329/t12
837ad754c85ef23115e261c0e89e4ff73bcf9069
248b97caaf9d30c140f626d364e613131251ff9c
refs/heads/master
2020-05-19T11:55:20.674202
2019-05-06T07:21:44
2019-05-06T07:21:44
185,003,456
0
0
null
null
null
null
UTF-8
Java
false
false
1,260
java
package com.bdqn.WebConfig; import com.bdqn.Interceptor.MyHandlerInterceptor; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.config.annotation.CorsRegistry; import org.springframework.web.servlet.config....
[ "“3144207329@qq.com”" ]
“3144207329@qq.com”
54fe7403e3d690d42f59f2328db39c085d974c98
f8753a144ef25baafda6c4dd378bddfd6ae4599e
/app/src/main/java/flixster/com/flixster/MainActivity.java
d202d339cdc84308a20696d6e6871f1458fce34e
[]
no_license
mmacedonio/Flixster_Part_2
8a8f562770fff2a3b698458fe145f8fbb616177d
11935cb25e7dcee4454c9c5de575bad5df093963
refs/heads/master
2022-04-21T13:32:32.899630
2020-04-20T01:48:39
2020-04-20T01:48:39
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,500
java
package flixster.com.flixster; import android.os.Bundle; import android.util.Log; import com.codepath.asynchttpclient.AsyncHttpClient; import com.codepath.asynchttpclient.callback.JsonHttpResponseHandler; import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject; import java.util.ArrayLis...
[ "mmacedonio.01@gmail.com" ]
mmacedonio.01@gmail.com
14e9852466190091c02c92f532831cb1d0177cdc
aed324c76a46911f0bc9241390451990fa6c12c6
/src/cursojava/executavel/TestandoClassesFilhas.java
b20f4c69da7680f7ee4ded40832cd982e7db7687
[]
no_license
Marcelo-F/primeiro-programa-java
728fabd764b97f2d6b58d87d16e0102e93cbef31
277b9eed9cfdf8749025d1541c38f69c87a2e038
refs/heads/master
2021-01-15T02:40:01.359449
2020-03-20T15:08:26
2020-03-20T15:08:26
242,851,127
0
0
null
null
null
null
ISO-8859-1
Java
false
false
1,045
java
package cursojava.executavel; import cursojava.classes.Aluno; import cursojava.classes.Diretor; import cursojava.classes.Pessoa; import cursojava.classes.Secretario; public class TestandoClassesFilhas { public static void main(String[] args) { Aluno aluno = new Aluno (); aluno.setNome("Alex"); Diret...
[ "54288817+Marcelo-F@users.noreply.github.com" ]
54288817+Marcelo-F@users.noreply.github.com
13172a183dad97adf2ad5998777ea04ae0a056ca
5e362b9070d4d08234de1d06288ff6692fb6836b
/android/app/src/main/java/com/quantie_18053/MainActivity.java
57b39b5882778d80bdafebae25fe8189216f06de
[]
no_license
crowdbotics-apps/quantie-18053
0a380b0f5cb9d1c4a5200e552a700f7fa3809d01
b9fe9938b16a3a479303c7768b3a4e162d67e5a8
refs/heads/master
2022-10-11T03:19:42.577082
2020-06-12T21:37:45
2020-06-12T21:37:45
271,879,635
0
0
null
null
null
null
UTF-8
Java
false
false
371
java
package com.quantie_18053; import com.facebook.react.ReactActivity; public class MainActivity extends ReactActivity { /** * Returns the name of the main component registered from JavaScript. * This is used to schedule rendering of the component. */ @Override protected String getMainCompone...
[ "team@crowdbotics.com" ]
team@crowdbotics.com
338af8d331a9d44c2fc1419fd985130e2676f468
fb370d66be228ba5bc6b3db8e339a1f5e222d912
/src/main/java/com/microsoft/store/partnercenter/models/partners/MpnProfile.java
d57ac4b345f324a00d1a8aac190f38c47df71878
[ "MIT" ]
permissive
Serik0/Partner-Center-Java
dd49495fcf624bba8fd428068ecdee2519f20217
9e10bb1c62b3d36c131795950b5553c36a0a3c4f
refs/heads/master
2022-01-04T14:39:11.853043
2020-03-04T20:02:43
2020-03-04T20:02:43
250,222,888
0
0
MIT
2020-03-26T10:07:13
2020-03-26T10:07:12
null
UTF-8
Java
false
false
1,014
java
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. See the LICENSE file in the project root for full license information. package com.microsoft.store.partnercenter.models.partners; import com.microsoft.store.partnercenter.models.ResourceBaseWithLinks; import com.microsoft....
[ "noreply@github.com" ]
noreply@github.com
af06498d647cea1865e6610426ce619ca217daea
3eb74b2a9a1b094b13a244ed37714568c47cc8b8
/MyProject/src/ch10/Calculator.java
08dd71b4efcdef7062ed4b3a6411deac7550ebcb
[]
no_license
Gamaspin/javawork
ae25b0963a1f89d59835b04b71e4423430e88798
8e345ddd523fa6342103b0d028cb504b14740fe6
refs/heads/main
2023-07-07T14:28:43.168465
2021-08-05T06:12:09
2021-08-05T06:12:09
392,977,982
0
0
null
2021-08-05T09:12:13
2021-08-05T09:12:13
null
UTF-8
Java
false
false
175
java
package ch10; interface Calculator { long add(long n1, long n2); long substract(long n1, long n2); long multiply(long n1, long n2); double divide(double n1, long n2); }
[ "84695780+yoonbung12@users.noreply.github.com" ]
84695780+yoonbung12@users.noreply.github.com
2b53d05c4e66330354c2360d9836d686d3429bcd
3a5a605790acc5105cf7845fa8f89c6962fff184
/src/test/java/integration/io/github/seleniumquery/by/SelectorsUtilTest.java
3aa0a9585b06846055d54429af84f6ca161c0222
[ "Apache-2.0" ]
permissive
hjralyc1/seleniumQuery
240326eae3e6874e9ffc97185d06054af0c7bac9
c3559d9d5bef35477712b810a2939402c75be18b
refs/heads/master
2020-03-28T19:37:01.701292
2015-05-02T18:01:42
2015-05-22T22:07:37
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,692
java
/* * Copyright (c) 2015 seleniumQuery authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
[ "acdcjunior@gmail.com" ]
acdcjunior@gmail.com