blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
7
410
content_id
stringlengths
40
40
detected_licenses
listlengths
0
51
license_type
stringclasses
2 values
repo_name
stringlengths
5
132
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringlengths
4
80
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
5.85k
684M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
132 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
9.45M
extension
stringclasses
28 values
content
stringlengths
3
9.45M
authors
listlengths
1
1
author_id
stringlengths
0
352
61245e5d3ab26b2ba3ab68b47bc7e12fb3409f5e
d5d677f8cbdeda52539d3e87c2385dba7cb11d15
/src/meal/menu/topping/Guaccamole.java
588078c41c45bcdf9343a8a4c035fd8817682163
[]
no_license
anhkhoido/RestaurantSimulator
e058ef0bde27ff3990449d1a73eb88c91e2acf30
ebb87926997ceac92049b70395bd6864eba00591
refs/heads/master
2023-02-14T03:31:27.024382
2021-01-15T22:15:55
2021-01-15T22:15:55
329,380,886
0
0
null
2021-01-15T22:15:56
2021-01-13T17:21:30
Java
UTF-8
Java
false
false
521
java
package meal.menu.topping; import meal.Meal; public class Guaccamole extends ToppingDecorator { private Meal meal; public Guaccamole(Meal meal) { this.meal = meal; } public Meal getMeal() { return meal; } public void setMeal(Meal meal) { this.meal = meal; } ...
[ "anhkhoido@gmail.com" ]
anhkhoido@gmail.com
589c059b90c644bddde9362f30644a2301ff5cdf
47127cddd954336a49c881d7abf591c53f18e12f
/src/com/_520/spring/createBean/factoryBean/Cat4.java
608d472419e39db862e2f43222385aef6175bf34
[]
no_license
Werdio66/spring-hello1
2f9bf65cad1fb9fedf89d53774c6898947dbe43e
538b21114f908a5a6dfa9c3dbb1db96f5c10050a
refs/heads/master
2022-12-22T19:36:13.248104
2019-10-21T09:39:22
2019-10-21T09:39:22
216,531,514
0
0
null
2022-12-16T04:40:20
2019-10-21T09:39:13
Java
UTF-8
Java
false
false
75
java
package com._520.spring.createBean.factoryBean; public class Cat4 { }
[ "1171472801@qq.com" ]
1171472801@qq.com
cea1cf370f68cb6d0a82e3c14bbed641b27ded66
6cfcae621353075f528bc8efce4038b4da0ecfca
/Hospital_Fixed_Asset_Management_System/src/main/java/domain/T_Depreciationmethod.java
fc6a5284c16e6af08e64625bc3d78512cc538cf4
[]
no_license
yuanguojie/new1
83da3fbc1a0188b2398213b1fd178c8110150ecc
05d22d0275d4c459c906de8a67e47827f863f63f
refs/heads/master
2022-12-23T19:33:19.128059
2020-04-06T13:16:13
2020-04-06T13:16:13
135,657,848
0
0
null
2022-12-16T04:23:58
2018-06-01T02:29:23
CSS
UTF-8
Java
false
false
739
java
package domain; public class T_Depreciationmethod { private Integer id; private String name; private String func; private String operation; public Integer getId() { return id; } public void setId(Integer id) { this.id = id; } public String getName() { ...
[ "2279884298@qq.com" ]
2279884298@qq.com
fe1c14436248bd1f2b7dda9b480c706197259ae3
53f03930656a675ad689e5538f14b2bbba8c03b7
/src/main/java/com/ycit/manage/security/AppUserFilter.java
c56b4df93d6376940d35b6a79689d985fc013487
[]
no_license
ycit/manage
09b9b384afd007c679c8fa789d44a6da106d567a
063fc75d74e00fc3c7d637449f6a36382222d891
refs/heads/master
2020-03-14T02:11:33.247165
2018-05-18T09:41:56
2018-05-18T09:41:56
131,394,300
0
0
null
null
null
null
UTF-8
Java
false
false
736
java
package com.ycit.manage.security; import org.apache.shiro.web.filter.authc.UserFilter; import org.apache.shiro.web.util.WebUtils; import javax.servlet.ServletRequest; import javax.servlet.ServletResponse; import javax.servlet.http.HttpServletResponse; /** * 应用 用户 未认证处理 * * @author xlch * @Date 2018-03-21 12:36 ...
[ "chenxl@vastio.com" ]
chenxl@vastio.com
ea9c8523674aeadb457a2855a7619405f1ad00ad
f4284127785246fb45e07a34dcf27b81659391a2
/src/mesSources/interfaceGraphique/Marqueur.java
5c63260b18305ffa1da7b8be92daacfd0a689bfc
[]
no_license
tsnobip/ProjetBanc
0c2937d0757e7f16381f97110b05a8d3a899b201
146639fe42476bd0a26a0a2fd5fc3a9a8570e5fc
refs/heads/master
2021-01-19T07:42:42.792753
2012-11-04T15:27:31
2012-11-04T15:27:31
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,118
java
package mesSources.interfaceGraphique; import java.awt.Component; import java.awt.Graphics; import java.awt.Image; //import astro import javax.swing.ImageIcon; import javax.swing.JDesktopPane; import javax.swing.JInternalFrame; import com.bbn.openmap.app.Main; import mesSources.model.Circle; import me...
[ "Ulysse PRYGIEL@pc-ulybu" ]
Ulysse PRYGIEL@pc-ulybu
7f0572396e4626278cb5ffa358629052a55548b1
49359f499b7ed1a82a2c8ffca5e4531ff99b4448
/app/src/main/java/pro/games_box/weatherviewer/api/ApiError.java
1de9e70fe3eb5414097a2a4fbf637614e84cbc7a
[]
no_license
Jokaerro/WeatherViewer
a590653c7564396933fa0c1543a0e5efea2b0b1b
cc80eb029d9cde98bbf6aecaef9c525472b819d5
refs/heads/master
2021-01-19T06:22:11.983633
2017-04-20T12:02:06
2017-04-20T12:02:06
87,457,145
0
0
null
2017-04-13T20:39:15
2017-04-06T17:35:16
Java
UTF-8
Java
false
false
407
java
package pro.games_box.weatherviewer.api; import com.google.gson.annotations.Expose; /** * Created by TESLA on 06.04.2017. */ public class ApiError { @Expose private String message; @Expose private String description; public ApiError() { } public String getMessage() { return m...
[ "korvin7.64@gmail.com" ]
korvin7.64@gmail.com
0aff2499ba4e186d93f662acddb7ada4940a2792
ec537e378965588e65b3e329960e15c801de786d
/src/main/java/com/brightsdiamonds/domain/StaticImage.java
3b62be56df7cae77fa4820caffa956f275f6544a
[]
no_license
dhoang132/brightsdiamonds
98f5da8e18088b867f6ae6b9013520a975373aa7
4525b28e833782e8ef9db25c14691f8f6b003bfe
refs/heads/master
2022-12-21T20:29:26.657735
2019-08-26T01:22:40
2019-08-26T01:22:40
144,410,068
0
0
null
2022-12-16T11:31:03
2018-08-11T18:41:46
Java
UTF-8
Java
false
false
832
java
package com.brightsdiamonds.domain; public class StaticImage { private int id; private byte[] imageData; private String fileName; public int getId() { return id; } public StaticImage() { super(); } public StaticImage(int id, byte[] imageData, String fileName) { super(); this.id = id; this.ima...
[ "dhoang132@yahoo.com" ]
dhoang132@yahoo.com
4ec79f13fc84cdc7541368f0ffa8c12ff1d59453
c55a8144442ce1ed9f7929be7d6293ebf276f51e
/Game3/src/sui/event/MouseAdapter.java
4e3352519a4de87c39b74857e07353d5bb3cd6f5
[]
no_license
EricEidel/Game3
fcb13c46bdfe778ddfd397ad7251a008f1190be4
399175d86ffd4c8b8d17ed6f73087c47d9dbefd8
refs/heads/master
2021-01-10T19:39:04.121899
2013-07-27T05:15:25
2013-07-27T05:15:25
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,556
java
package sui.event; /** * A convenience class for MouseListener which receives * mouse events. Implementation of these methods are optional. * * * @author davedes * @since b.0.2 */ public class MouseAdapter implements MouseListener { /** * Notification that the mouse has moved. ...
[ "Eric Big Pc" ]
Eric Big Pc
6df6384414bd29f3f51ae8b6fbb58ecb3204a135
9100ac076370edee44b778d4d67c22cab4192088
/workspace/day02/src/com/igeek/array/ArrayTest2.java
ebc9010a2bd2d3896943c8f9269908d0744d346e
[]
no_license
easemeng/java
a515514b83da288cda18c74bb2a45c037d263579
dcc5a27b0b60a33ce1e5063b4eb244f2287dcbaa
refs/heads/master
2020-04-09T02:33:28.580362
2018-12-17T13:13:59
2018-12-17T13:13:59
159,945,154
2
0
null
null
null
null
GB18030
Java
false
false
318
java
package com.igeek.array; public class ArrayTest2 { @SuppressWarnings("unused") public static void main(String[] args) { //二维数组 。 动态的创建方式 。 int [][] arrays = new int[2][3]; //里面嵌套N个一维数组 。 {1,2,3} int [][] staticArrays = {{1,2,3},{1,2,3},{1,2,3}}; } }
[ "zj0303ym@qq.com" ]
zj0303ym@qq.com
f2754aa3a913d818490dbcc16c2b30083fd82b0a
a3f980d6fdbf77522879cf367362781c2c22a723
/app/src/main/java/com/example/tugasakhir/Simpleton.java
0364615cb82477b3b9300a69f865adacbed3a66c
[]
no_license
metatoda42/Quotes_Kelompok-9
73581e909abaf401ff6d39a2bf94fb14d2d9f4e4
23b1dca71461948564ba6eff14f17c6e150cae9c
refs/heads/master
2023-06-02T15:58:32.750266
2021-06-23T15:47:53
2021-06-23T15:47:53
376,688,379
0
0
null
null
null
null
UTF-8
Java
false
false
1,191
java
package com.example.tugasakhir; import android.content.Context; import android.graphics.Bitmap; import android.util.LruCache; import com.android.volley.Request; import com.android.volley.RequestQueue; import com.android.volley.toolbox.ImageLoader; import com.android.volley.toolbox.Volley; public class Simpleton { ...
[ "72773349+metatoda42@users.noreply.github.com" ]
72773349+metatoda42@users.noreply.github.com
2dc4d2a1f6c60a5d67a9c8fccb4ec1c9bc03a293
6d09a2af96afe5e87b11d7161c474aa6fd745199
/springboot/spring-boot-logging/src/main/java/com/example/springbootlogging/SpringBootLoggerController.java
7b7bd8ff5450a3a16e15f2665844ded8bd0ed4b7
[]
no_license
umeshwale/code-playarea
5228698a4ea93c4656becdf6a90d0fb6ab1fc72a
7de3835d9213ee51f693f55e2a7b11b85c1d542b
refs/heads/master
2023-08-03T18:13:18.460724
2021-09-27T06:21:32
2021-09-27T06:21:32
297,268,862
0
0
null
null
null
null
UTF-8
Java
false
false
664
java
package com.example.springbootlogging; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; @RestController public class SpringBootLoggerController { Logger logger = LoggerFactory.getL...
[ "upwale@gmail.com" ]
upwale@gmail.com
062a0dddba15b33f04f3121fbc8fb7160d30a8c0
d7101799b482e51b9460962220db8826550a1488
/app/src/main/java/com/doransoft/np/homeservice/modules/main/fragments/serviceDetails/di/ServiceDetailModule.java
025b8241c8be81c285d19b5dd3331670db1255f1
[]
no_license
puja110/Home-service-application-mvp-apis
dca2221a8fc369e2beba3b6e61ba469aba4309c2
b83b63445475c55cf4138023942724101996e6d0
refs/heads/master
2020-04-09T12:12:04.520956
2018-12-06T07:56:34
2018-12-06T07:56:34
160,339,571
2
0
null
null
null
null
UTF-8
Java
false
false
1,679
java
package com.doransoft.np.homeservice.modules.main.fragments.serviceDetails.di; import android.support.v7.app.AppCompatActivity; import com.doransoft.np.homeservice.application.network.AppNetwork; import com.doransoft.np.homeservice.helper.PreferencesManager; import com.doransoft.np.homeservice.helper.SchedulerProvide...
[ "csta.puja@gmail.com" ]
csta.puja@gmail.com
508c687784fa4f92e84194849c9e3683fd9f2a61
14b389df8efcde6eb5c043bd9afec6c9772d03dd
/src/day21/test10/MyAnno2.java
de56471be19a17d5fcd84faebd57772f9b353131
[]
no_license
if123456/work
3ea03fd5722e2ed125c31f875aa0023848addbec
26258d5563135cee402bef2fd68f98183ac2f498
refs/heads/master
2020-12-11T08:24:24.900033
2020-01-18T09:28:18
2020-01-18T09:28:18
233,799,873
0
0
null
null
null
null
UTF-8
Java
false
false
312
java
package day21.test10; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Target(ElementType.FIELD) @Retention(RetentionPolicy.RUNTIME) public @interface MyAnno2 { String type() default "java"; }
[ "l" ]
l
86e2dc5aedb0c1d746988704cf74bd5e59ce8170
545544a7b0989f5ae399b2a8c043665b14ceda69
/src/Uri/_8_Mearch/PlayingCricket/CricketMain.java
d070b1fa2e5a6b593f1ff447291247b49f9f21b0
[]
no_license
uzzal-mondal/Uri_Problem_Solve
13367367eedd3cb8dfbc5dbe50f475a8566dfddb
3e89a894fb2cd62ee444e5880829e840cd4959ef
refs/heads/main
2023-07-25T08:14:37.265180
2021-06-19T14:18:13
2021-06-19T14:18:13
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,668
java
package Uri._8_Mearch.PlayingCricket; import java.util.Random; public class CricketMain { public static void main(String[] args) { System.out.println("Mirpur National Stadium"); Player p1 = new Player(); p1.setName("Mash"); p1.setTeam("Bangladesh"); Player p2 = new Player()...
[ "uzzalcontact@gmail.com" ]
uzzalcontact@gmail.com
0af94cac68072310e1b567dff39dd16cf806983f
af97d7f325abe423dccbf7bf0f491dce5ad67cd9
/PscmWeb/src/main/java/com/banry/pscm/web/mvc/pscm/labour/LaborInOutController.java
8da296ec47dc70e15dedd7baae47ebe30fb0643a
[]
no_license
csycxc/Pscm
016ea02b4ceffd116a0dd6be07525ee8df617632
e2045acd8d321f50e5d8a90856c0d990dad27bda
refs/heads/master
2020-04-09T22:54:38.348631
2018-12-06T08:20:28
2018-12-06T08:20:28
160,642,202
0
1
null
null
null
null
UTF-8
Java
false
false
10,127
java
package com.banry.pscm.web.mvc.pscm.labour; import com.alibaba.fastjson.JSON; import com.banry.pscm.service.contract.ContractService; import com.banry.pscm.service.labour.LaborInOut; import com.banry.pscm.service.labour.LaborInOutService; import com.banry.pscm.service.labour.LaborInOutWithBLOBs; import com.banry.pscm....
[ "chensy@banry.com.cn" ]
chensy@banry.com.cn
6d381f83ee8c2e238ec15885cb0a051187b66c39
c80f25f9c8faa1ea9db5bb1b8e36c3903a80a58b
/laosiji-sources/feng/android/sources/com/meizu/cloud/pushsdk/networking/internal/SynchronousCall.java
4fac84c0756f4631d474edbefcd9259b02d4af51
[]
no_license
wenzhaot/luobo_tool
05c2e009039178c50fd878af91f0347632b0c26d
e9798e5251d3d6ba859bb15a00d13f085bc690a8
refs/heads/master
2020-03-25T23:23:48.171352
2019-09-21T07:09:48
2019-09-21T07:09:48
144,272,972
0
0
null
null
null
null
UTF-8
Java
false
false
5,249
java
package com.meizu.cloud.pushsdk.networking.internal; import com.feng.car.utils.FengConstant; import com.meizu.cloud.pushsdk.networking.common.ANRequest; import com.meizu.cloud.pushsdk.networking.common.ANResponse; import com.meizu.cloud.pushsdk.networking.common.ResponseType; import com.meizu.cloud.pushsdk.networking....
[ "tanwenzhao@vipkid.com.cn" ]
tanwenzhao@vipkid.com.cn
5c87f520605b2449b792b8a278f76a15ae9d9c3d
4cf861f36a14e9575703c98a99ee9db150310775
/bankroll-api/src/main/java/com/goldbao/bankroll/model/bankroll/BankrollRuleDay.java
9d2dbe0cf0d315a83e3c5c53daacecc67cf6b692
[]
no_license
qiuxin-qx/bankroll-api
1b0710f639fe101bbbae81a21e97648eef816201
ed3cca0bc836e672f9ce99efe8e558df4e7dc15d
refs/heads/master
2021-01-10T04:52:34.417365
2016-03-25T09:45:38
2016-03-25T09:45:38
54,707,109
1
0
null
null
null
null
UTF-8
Java
false
false
3,714
java
package com.goldbao.bankroll.model.bankroll; import com.goldbao.bankroll.model.Model; import javax.persistence.*; import java.io.Serializable; import java.math.BigDecimal; /** * 配资规则 - 按天 */ @Entity @Table(name = "bk_bankroll_rule_day") @AttributeOverride(name = "id", column = @Column(name = "rule_id"...
[ "18720091873@163.com" ]
18720091873@163.com
d7748990bf9169d30abca267632713dfbbad37c6
69a5692a97e841133206e4817e65b4dc09b56622
/ourdus-spring/src/main/java/ourdus/ourdusspring/dto/product/review/ReviewDTO.java
51ddefd427dd3622ed852ac6db91cc821faadb7f
[]
no_license
Ourdus/OurdusBE
b8016ca73f486a3f5747ca1d0b3fc025d3d93eff
5ecfe58a41b62c915c64d7cfe29be9a2888ce7eb
refs/heads/main
2023-05-07T22:38:01.922305
2021-06-01T01:25:58
2021-06-01T01:25:58
331,016,543
4
1
null
2021-03-17T10:35:38
2021-01-19T15:00:57
Java
UTF-8
Java
false
false
866
java
package ourdus.ourdusspring.dto.product.review; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Setter; import ourdus.ourdusspring.domain.product.review.Review; import java.time.LocalDateTime; @Getter @Setter @NoArgsConstructor public class ReviewDTO { private Long id; private String con...
[ "hjwoou@gmail.com" ]
hjwoou@gmail.com
2ef52a2e7b078db87d7e0b1e448248e2a4c6925b
652916f3467722148e7bafdcfd965eaae1287308
/LocationLessonOne/app/src/main/java/com/github/filipebezerra/toys/playservices/mylocation/main/LessonOneMainActivity.java
f421fdfdf467104c690a8a33107e9239145e21ba
[ "Apache-2.0" ]
permissive
filipebezerra/GooglePlayServices-Toys
a0fd1a08b8d04b5bc2618d491171863c07263da6
27576ab7d87b8babd88be3e829edb4910a9b4cd8
refs/heads/master
2021-01-14T13:08:25.686218
2015-07-30T06:37:21
2015-07-30T06:37:21
38,254,172
0
0
null
null
null
null
UTF-8
Java
false
false
4,444
java
package com.github.filipebezerra.toys.playservices.mylocation.main; import android.location.Location; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.Toolbar; import android.widget.TextView; import butterknife.Bind; import butterknife.ButterKnife; import butt...
[ "filipebzerra@gmail.com" ]
filipebzerra@gmail.com
ddb39621ce5ee345834c44948a5e0e85914e59fe
348f57df60fd8ff6bb5c6dd9349814540ec35f9d
/buycar/Project code/CarsManager_MainUI/src/com/cars/manager/db/afinal/annotation/view/Select.java
cd4063b202d85ec9334922773bcce5a31f22649d
[]
no_license
biao0102/car
19a74319c2fe0402a019b9243a1795ca2944b4ec
bb6613777da524318f5d1f8e93bdd8a7d7821033
refs/heads/master
2021-01-17T05:53:52.900381
2015-07-17T06:45:52
2015-07-17T06:45:52
39,239,188
0
0
null
null
null
null
UTF-8
Java
false
false
1,047
java
/** * Copyright (c) 2012-2013, Michael Yang 杨福海 (www.yangfuhai.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/LICENSE-2.0 * * ...
[ "15811495984@163.com" ]
15811495984@163.com
af5a5d73fa72b396ec56d02cadd3ca382b3a8f12
642cb4ce82e92729e69447ea26086d57d0266296
/sdks/java/http_client/v1/src/test/java/org/openapitools/client/model/V1QueueTest.java
b5ec60a3dc3c51a08ff2cef5b71251c95093f391
[ "Apache-2.0" ]
permissive
vamsikavuru/polyaxon
243c91b2a2998260f6b21e864b02347629c4867f
f1695c98f320c2e5c9fdf72e7f7885954df755a9
refs/heads/master
2022-08-24T05:22:04.806006
2020-05-28T14:50:54
2020-05-28T15:04:31
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,587
java
// Copyright 2018-2020 Polyaxon, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agre...
[ "mouradmourafiq@gmail.com" ]
mouradmourafiq@gmail.com
368bbb3af6e2a79824844547198becab490672c0
a0afd519f94b7dcfa95eff4b1af9d07d7593ba36
/backend/rent-flicks/src/test/java/com/rentflicks/service/TestMovieService.java
29543590a665632473207888ff1e49178674787f
[]
no_license
AniruddhaSAtre/rent-flicks
1c73aab3b05b173724c2538726847cf34e4cbb2c
d64fb784eb0f1f4d8a46ff95e5ab3b51f7540ed4
refs/heads/master
2021-01-13T00:52:42.957748
2015-11-28T17:17:43
2015-11-28T17:17:43
45,072,230
0
0
null
null
null
null
UTF-8
Java
false
false
3,466
java
package com.rentflicks.service; import static org.junit.Assert.assertTrue; import java.util.List; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.SpringApplicationConfiguration; import org.springframework.test...
[ "aniruddha9atre@gmail.com" ]
aniruddha9atre@gmail.com
a8ea8ce29756e81009b175c567b014ba49b30c91
35dbf93d56cdb3cdd4304c456d4cee3a3a0701c0
/src/main/java/io/huna/patterns/factory/abstractfactory/ingredient/Dough.java
7379cd9b9e64b16686dcc4d947b1def8c673d904
[]
no_license
hun-a/java-tutorials
792c684d227be1193e3af2a8cd33fbbaa142988f
afb7b31f1785d16c7c38a08e43b358a685e12387
refs/heads/master
2022-04-11T07:29:30.215088
2020-03-24T12:22:17
2020-03-24T12:22:17
238,248,353
0
1
null
null
null
null
UTF-8
Java
false
false
89
java
package io.huna.patterns.factory.abstractfactory.ingredient; public interface Dough { }
[ "seunghun.chan@gmail.com" ]
seunghun.chan@gmail.com
f0a1c4cb155941680f1c23b5ac578d8a5fad2652
f5df70ed16c0963cdd5eabd1ac2d99543d42ea07
/N-java/src/main/java/Njava/concurrent/priority/PriorityRunnable.java
7379956fc7e5994a37253448aee93e24cab071fa
[]
no_license
skaengus2012/N-java
e30129658048c2786fa0accbae36df289051395c
ac5e1a88c0ab062d351c2b4bf363d7483fa875a4
refs/heads/master
2021-01-22T22:20:50.202590
2018-07-14T09:54:35
2018-07-14T09:54:35
85,533,414
8
0
null
null
null
null
UTF-8
Java
false
false
807
java
package Njava.concurrent.priority; import Njava.function.exceptionLambda.IExRunnable; import io.reactivex.annotations.NonNull; /** * Priority runnable. * * Created by Doohyun on 2017. 4. 16.. */ public final class PriorityRunnable extends PrioritySleepTask implements Runnable{ private IExRunnable runnable; ...
[ "skaengus2012@naver.com" ]
skaengus2012@naver.com
0bcb7b380720f27668cb52d868edc36fa4570e4f
54d4b72e4b37cdcec0a0b2b46b83717e15eb0d9c
/app/src/main/java/com/broadchance/entity/serverentity/PreSetImg.java
92459b3a05f33b91bfb61759643c5663d6830a06
[]
no_license
devryan915/wdecgrec_as
6af887efb55908fd515411d238334b841ac79ab7
4b41de5f9fc09cc04a3e93f0a5634119e7fec4f1
refs/heads/master
2020-06-22T19:50:15.544052
2016-12-12T03:45:24
2016-12-12T03:45:24
74,725,426
0
0
null
null
null
null
UTF-8
Java
false
false
310
java
package com.broadchance.entity.serverentity; public class PreSetImg extends Object { public PreSetImg(){} private int ID; public int getID() { return ID;} public void setID(int _ID){this.ID = _ID;} private String Url; public String getUrl() { return Url;} public void setUrl(String _Url){this.Url = _Url;} }
[ "devryan@163.com" ]
devryan@163.com
0799c70e62503820d2d569b4781ba721efe29527
4561279a925dd281a4ed12fa6caa23f655819b11
/ch6_6/src/test/java/com/ch/ch6_6/Ch66ApplicationTests.java
220c7f5bba582056d6dc0b469b4fba717e6da45f
[]
no_license
2001tanzhiwen/springboot_from_entry_to_application-TsinghuaPublisher
8a79c6dc679775c965665df051dd001f9aab40e7
ffb1c16da77aa6cfe02b565a13dec9f833104890
refs/heads/main
2023-03-17T21:24:58.454868
2020-11-20T08:43:29
2020-11-20T08:43:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
327
java
package com.ch.ch6_6; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.test.context.junit4.SpringRunner; @RunWith(SpringRunner.class) @SpringBootTest public class Ch66ApplicationTests { @Test public void contextLoads() {...
[ "stupidaxe@163.com" ]
stupidaxe@163.com
58dce08c5c09159bb1694f41fc0dd0af0ec9d0dc
135d248546775a2db1ad132178a92a759086e158
/src/main/java/com/yuen/fight/action/impl/MidRoundAction.java
c3e53cadf4424bf657d8f8c08661dbd37fd34d69
[]
no_license
orangeevan/fight
0def675a0ed68437d7d7ef0da253934071e20570
8c5a7110483f46d82699515b8b6eca42d38efd45
refs/heads/master
2023-04-21T10:02:29.828635
2021-05-06T08:33:41
2021-05-06T08:33:41
362,714,425
0
0
null
null
null
null
UTF-8
Java
false
false
1,250
java
package com.yuen.fight.action.impl; import com.yuen.fight.Creature; import com.yuen.fight.IBoard; import com.yuen.fight.action.IAction; import com.yuen.fight.handler.impl.MwnFightHandler; /** * @author: yuanchengyan * @description: * @since 10:29 2021/4/28 */ public class MidRoundAction extends IAction<MidRoundAc...
[ "494926093@qq.com" ]
494926093@qq.com
1ff78d4b7ecbde50bd6e8819e69796c9808acc89
701980910117b797b5f7ca5a61a7262ccbc3ee7b
/core/src/main/java/com/matthewmitchell/peercoinj/core/PeerEventListener.java
721956ae0f6c29a01dc2fb9b3c1f6e4750b27908
[ "Apache-2.0" ]
permissive
MatthewLM/peercoinj
c76f356e8cfa5b0cdc133a3bc91df867468e9c28
c385a2347dfad73fa8959362c115970b62e0e8de
refs/heads/master
2023-04-06T19:27:20.008332
2023-03-20T16:07:05
2023-03-20T16:07:05
22,102,786
11
30
null
2015-07-27T16:57:10
2014-07-22T12:19:41
Java
UTF-8
Java
false
false
3,864
java
/** * Copyright 2011 Google Inc. * * 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 ...
[ "matthewmitchell@thelibertyportal.com" ]
matthewmitchell@thelibertyportal.com
57603d27fb6adf69fb659648a8bf23ae9274368e
5d49684e21696e1c7fc2832be6ddf56a0e808e84
/src/main/java/com/cytmxk/test/picture/PictureUtils.java
0b54ed2ff4c3a20fb290ed10c5c5b543bd139881
[]
no_license
forevercy/test
2284a879357ef4b593ef209c272f9333b35b6ee4
2a8b29dc1e3b75ffbab62cc02673a673a07fef09
refs/heads/master
2021-04-29T00:22:20.194867
2017-04-02T06:18:06
2017-04-02T06:18:06
77,706,834
0
0
null
null
null
null
UTF-8
Java
false
false
27,642
java
package com.cytmxk.test.picture; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import android.annotation.TargetApi; import android.app.Activity; import android.content.Co...
[ "1559409678@qq.com" ]
1559409678@qq.com
361b91ed25d18987a8d9fcc885e1c6ac178b65ae
480bef579483c8cb3a35f995362b6d8f372786a7
/app/src/main/java/com/example/administrator/myapplication/BottomAct.java
a48ec3bb0ea45833cc25f3e905b75cf926b82e96
[]
no_license
xujianhong/Sample
d5a615ef3f4a030899d52841d335d3bd549df6dc
a005f095840a501d9c43fe2154e39d3039451cad
refs/heads/master
2020-12-30T14:12:46.417529
2017-10-11T09:42:33
2017-10-11T09:42:33
91,289,281
0
0
null
null
null
null
UTF-8
Java
false
false
5,517
java
package com.example.administrator.myapplication; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import android.support.v4.view.ViewPager; import android.support.v7.app.AppCompatActivity; import android.util.Lo...
[ "571152503@qq.com" ]
571152503@qq.com
c1de78b5139ffb867089f03ace1a00ec2f6175f6
3c439bc13f6f300c876a808fcc183112a956e957
/minimalcontentprovider/src/main/java/com/example/minimalcontentprovider/MyDbOpenHepler.java
fd4d3f7238360cee9df7cdd31fc56725812b343a
[]
no_license
FrLinXu/Android_Test
4cb06d9ddc1d63e3b7b67181b7c9a6595335fda2
48d85878c91e4463d35459f7c7cfaa87f61b4d39
refs/heads/master
2020-04-06T17:52:57.002120
2018-11-26T10:30:19
2018-11-26T10:30:19
157,676,699
0
0
null
null
null
null
UTF-8
Java
false
false
2,607
java
package com.example.minimalcontentprovider; import android.content.ContentValues; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; import android.util.Log; /** * Author by Deil, Date on 2018/11/22. * PS: Not easy to write code, please i...
[ "805130732@qq.com" ]
805130732@qq.com
bcee702480fb0e7379b508eb98ad82191450cb95
816e53ced1f741006ed5dd568365aba0ec03f0cf
/TeamBattle/temp/src/minecraft/net/minecraft/network/NetHandlerPlayServer.java
c917e0b63209064312f4c6e5eba193c8b4f2743a
[]
no_license
TeamBattleClient/TeamBattleRemake
ad4eb8379ebc673ef1e58d0f2c1a34e900bd85fe
859afd1ff2cd7527abedfbfe0b3d1dae09d5cbbc
refs/heads/master
2021-03-12T19:41:51.521287
2015-03-08T21:34:32
2015-03-08T21:34:32
31,624,440
3
0
null
null
null
null
UTF-8
Java
false
false
46,859
java
package net.minecraft.network; import com.google.common.base.Charsets; import com.google.common.collect.Lists; import io.netty.buffer.Unpooled; import io.netty.util.concurrent.Future; import io.netty.util.concurrent.GenericFutureListener; import java.io.ByteArrayInputStream; import java.io.DataInputStream; import java...
[ "honzajurak@hotmail.co.uk" ]
honzajurak@hotmail.co.uk
79548dc4ae00941563c0a8426831b9e803b7ce39
d502ba2480aea84241f3bd98578a887849df9df8
/Arsen Aleksanyan/Design Patterns/FlyweightAndProxy/src/com/synisys/designpatterns/flyweight/naturalproducts/Apple.java
d59e79901e365917fc1d278406867a9611bfb4ea
[]
no_license
synergytrainings/design-patterns
821ba0e4c6c0c09ef892312256f6cdcf7e0736f4
f0fd39de32c3f9f7f6b13377904a0c29589720bc
refs/heads/master
2020-12-25T19:26:01.181499
2015-04-17T05:15:03
2015-04-17T05:15:17
25,835,095
4
3
null
null
null
null
UTF-8
Java
false
false
581
java
package com.synisys.designpatterns.flyweight.naturalproducts; import com.synisys.designpatterns.flyweight.utils.Vitamin; class Apple extends NaturalProduct { Apple(){ vitmainWeights.put(Vitamin.A, 0.003); vitmainWeights.put(Vitamin.B1, 0.017); vitmainWeights.put(Vitamin.B2, 0.026); vitmainWeights.put(Vitam...
[ "alexanyan.arsen@arm.synisys.com" ]
alexanyan.arsen@arm.synisys.com
4fdc30781cf072b79e987d5d59b04dc3036e95d8
5ffbd75147bd0f2ddb0c520d2a95255d2d8973f1
/drouter/src/main/java/d/drouter/RouterResponse.java
1dc4abc623f6d79cef55eb22855873d2b03afd46
[]
no_license
wu464995183/DRouter
4b4474fda4b311842af9aa654aac2e6b2e7dfab7
f7aeb6acb7499d1da6a8760bffdb0c19dfc5711a
refs/heads/master
2020-03-31T12:48:10.121101
2018-10-16T09:23:58
2018-10-16T09:23:58
152,229,841
0
0
null
null
null
null
UTF-8
Java
false
false
886
java
package d.drouter; public class RouterResponse { private int mErrorCode; private String mErrorMassage; public RouterResponse(Builder builder) { this.mErrorCode = builder.mErrorCode; this.mErrorMassage = builder.mErrorMassage; } public int getErrorCode() { return mErrorCode...
[ "wu464995183@gmail.com" ]
wu464995183@gmail.com
8f599d6fd3e7156d50c9875fc80cec22843b9852
61829d2c63ae8c8638f6c95db0fc029d0ff05660
/2016_1/Compilador/src/br/com/ceducarneiro/compilador/Token.java
144f8952cb657446bfe81fa2fe9ada7242293043
[]
no_license
edu1910/compiladores
b404d1f493bf436165958ac23cef735519fe5c88
49041b352cb07618d9ab87356432d175fd63633a
refs/heads/master
2021-01-21T04:41:12.502507
2016-06-16T23:42:55
2016-06-16T23:42:55
53,173,044
0
1
null
null
null
null
UTF-8
Java
false
false
841
java
package br.com.ceducarneiro.compilador; public class Token { private String lexema; private TipoToken tipo; public Token(TipoToken tipo) { setTipo(tipo); } public Token(TipoToken tipo, String lexema) { setTipo(tipo); setLexema(lexema); } public String getLexema() ...
[ "edu1910@gmail.com" ]
edu1910@gmail.com
84dc56f7d0e7b56705fc622fdfd15e97ed25cc87
c2e1c6958a779729e2a21d0441355b6b0db18351
/Consorcio/src/utils/Dentre.java
3e669d529e458ea93953acf56a22e2f1ee9445b4
[]
no_license
MauroEmiliano/universidad
aae6ab49725cea0b53d9e226e68e6efb1edf8145
e8838b40b62ac07f937ae3b710af71caf929ffc5
refs/heads/master
2021-09-04T09:21:44.152455
2018-01-17T17:25:18
2018-01-17T17:25:18
112,340,869
0
0
null
null
null
null
UTF-8
Java
false
false
1,186
java
package utils; import java.io.*; public class Dentre{ public static String texto(String mensaje) { try { System.out.print(mensaje); String entrada = new BufferedReader( new InputStreamReader( System.in)).readLine(); return entrada; } catch(IOException e) { System.out.p...
[ "mauroemif@gmail.com" ]
mauroemif@gmail.com
05cb66a464bc780291c150302df070b377b0e287
25391e4adb0dd6838c45c60016b22888534ac27d
/src/main/java/com/muhammedtopgul/ch01/greeting02/GreetingProvider.java
032ffa6d922c2cb74049fd6ed4483a9c6d3992f9
[]
no_license
muhammed-topgul/spring-core
6b1b35adb36b7b6c198b28169f57389f7d85ac0f
0242e66d1ff8af84a9c7fb122ada875e9316a9eb
refs/heads/master
2023-06-14T09:11:47.847086
2021-07-14T07:44:39
2021-07-14T07:44:39
380,594,020
0
0
null
null
null
null
UTF-8
Java
false
false
177
java
package com.muhammedtopgul.ch01.greeting02; /* * created by Muhammed Topgul * on 27/06/2021 * at 13:20 */ public interface GreetingProvider { String getGreeting(); }
[ "muhammedtopgul.29@gmail.com" ]
muhammedtopgul.29@gmail.com
919b58768aa889c65513a6d0eefa00e1a804e137
1a2a9ab9755f2abb991a1aa654f7c6348c8db141
/src/main/java/com/jackila/dbdemo/Executor/TaskOne.java
77d1a600386cc52a65a7370d970e5c442e0b262b
[]
no_license
jackila/java-practice
6a377b2d5209d19e6df34a1e8fb8b25afc113453
018ee4d192289665de1b17452c9258e9bc693f1d
refs/heads/master
2020-03-07T14:28:13.752093
2018-03-31T11:50:13
2018-03-31T11:50:13
127,527,287
0
0
null
null
null
null
UTF-8
Java
false
false
355
java
package com.jackila.dbdemo.Executor; /** * create by jackila ON 22/01/2018 */ public class TaskOne implements Runnable { @Override public void run() { System.out.println("Executing Task One"); try { Thread.sleep(2000); } catch (InterruptedException e) { e.pri...
[ "626686039@qq.com" ]
626686039@qq.com
56b9355dc48686b8c4b7adbe97c18a97c4566b16
190439b8aeae794f3cb9d4744ebec840f490c47a
/DistributedGraphql-cityService/src/main/java/alros/demo/distributedgraphql/resolver/Query.java
d0c36e1cdbd82c525ad10683836e698251dca686
[]
no_license
skayvanfar/distributed-graphql
f7e7dc4baac8a0a19b289bb3ae986755ff4fa003
f4ee297ea04a1ec25f1490477a52b88bca68955d
refs/heads/main
2023-06-20T02:25:58.372897
2021-07-04T13:51:17
2021-07-04T13:51:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
903
java
package alros.demo.distributedgraphql.resolver; import java.util.List; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import alros.demo.distributedgraphql.City; import graphql.kickstart.tools.Gra...
[ "alberto.rossotto@gmail.com" ]
alberto.rossotto@gmail.com
544fde0d0a8e6b16298d44c2c5b8babf0886555e
e438bd23bb30ffe7dc2be31550165af56671ae73
/friendsbook-data-boot/src/main/java/com/friendsbook/data/boot/FriendsbookDataApplication.java
0185dbe3285205c3764061ac31bc263e91e847c2
[]
no_license
innoproject/friendsbook-parent
76550535edaff33487ed6f33aaaecca1da80c1e3
98b4f19349efdc2e809d4fb9e79b9bea4a48315d
refs/heads/master
2021-01-20T03:56:46.211552
2017-08-25T14:44:59
2017-08-25T14:44:59
101,378,285
0
0
null
null
null
null
UTF-8
Java
false
false
80
java
package com.friendsbook.data.boot; public class FriendsbookDataApplication { }
[ "viveksingh@Viveks-MacBook-Air.local" ]
viveksingh@Viveks-MacBook-Air.local
fd342f478c1d41af07ca3e36754d881f30f2a2b4
550b8d4ad05b663af287be0ece488fab333da402
/src/main/java/com/buy/together/util/MailSend.java
fe519df449bc981aa070b0fc9fee307ba4a47be3
[]
no_license
qjsrodkfhd/finalProjectBuyTogether
951bc0c5a381cc8eaf8dd20859691ef1542ac160
7457608b41ff1a34ff82200e09969dcbbcb45333
refs/heads/master
2022-12-23T10:25:46.537815
2017-08-05T13:29:19
2017-08-05T13:29:19
75,138,775
0
12
null
2022-12-16T05:49:11
2016-11-30T01:32:14
CSS
UTF-8
Java
false
false
2,281
java
package com.buy.together.util; import java.util.Date; import java.util.Properties; import javax.mail.Authenticator; import javax.mail.Message; import javax.mail.MessagingException; import javax.mail.PasswordAuthentication; import javax.mail.Session; import javax.mail.internet.AddressException; import javax.mail.intern...
[ "sungk1003@naver.com" ]
sungk1003@naver.com
230542af5bb426d815e3ab709e5d9abb31a68e22
26da0aea2ab0a2266bbee962d94a96d98a770e5f
/nam/nam-view/src/main/java/nam/model/messaging/MessagingRecord_OverviewsSection.java
d6a178e196550e5ccaf1eebf786c033832cc8c28
[ "Apache-2.0" ]
permissive
tfisher1226/ARIES
1de2bc076cf83488703cf18f7e3f6e3c5ef1b40b
814e3a4b4b48396bcd6d082e78f6519679ccaa01
refs/heads/master
2021-01-10T02:28:07.807313
2015-12-10T20:30:00
2015-12-10T20:30:00
44,076,313
2
0
null
null
null
null
UTF-8
Java
false
false
1,033
java
package nam.model.messaging; import java.io.Serializable; import javax.enterprise.context.SessionScoped; import javax.inject.Named; import org.apache.commons.lang.StringUtils; import org.aries.ui.AbstractWizardPage; import nam.model.Messaging; import nam.model.util.MessagingUtil; @SessionScoped @Named("messagingO...
[ "tfisher@kattare.com" ]
tfisher@kattare.com
bac964cfa73a82c19b61c19726173f75577f3dc3
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/3/3_05727e20282af37bdd3a776e169861ba7e05b6fd/ContactMessageList/3_05727e20282af37bdd3a776e169861ba7e05b6fd_ContactMessageList_s.java
60f7d7b2fdda7ef78fd9b1f7e78b66d398f7ffc3
[]
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
23,615
java
/* * ContactMessageList.java * * Created on 19.02.2005, 23:54 * Copyright (c) 2005-2008, Eugene Stahov (evgs), http://bombus-im.org * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundat...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
89d65a1996a99d705e63001fbef982d5993c6d9c
9d6068d44b186fd4ae1fddd00698a59e6e9d3db0
/app-exe-jsaf/src/main/java/jsaf/util/AbstractEnvironment.java
25f373016623efe34b2522747d2af0ad74f34af9
[]
no_license
akwolf/app-extractor
205497208623bdd1cc12714f8d0bf78c84e0c8b9
ec86be0c9e95d2657fe4228f7542a52ce664b3c3
refs/heads/master
2016-09-06T13:46:38.560331
2013-08-30T03:47:04
2013-08-30T03:47:04
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,085
java
// Copyright (C) 2012 jOVAL.org. All rights reserved. // This software is licensed under the LGPL 3.0 license available at http://www.gnu.org/licenses/lgpl.txt package jsaf.util; import java.io.IOException; import java.io.InputStream; import java.util.ArrayList; import java.util.Iterator; import java.util.Properties...
[ "akwolf@yeah.net" ]
akwolf@yeah.net
1ca14f9eb113da64106e644bb8b88245c74b87cc
281dc00e5689c74bb0d5b19a8c43232d94a6fced
/homework3/src/main/java/com/cta/homework3/gateway/filter/HeaderHttpResponseFilter.java
a79d28bc41d2a822e634a419d49936a009c77982
[]
no_license
tigerChen19/javaCourses
9037d73bf0432e150a4566113661f8b19d82237f
607c6a722eca96826f8b8675099748900e9054a6
refs/heads/main
2023-07-03T14:50:27.760945
2021-08-01T08:25:50
2021-08-01T08:25:50
379,829,067
0
0
null
2021-08-01T08:25:50
2021-06-24T06:41:53
Java
UTF-8
Java
false
false
293
java
package com.cta.homework3.gateway.filter; import io.netty.handler.codec.http.FullHttpResponse; public class HeaderHttpResponseFilter implements HttpResponseFilter { @Override public void filter(FullHttpResponse response) { response.headers().set("kk", "java-1-nio"); } }
[ "17692920@qq.com" ]
17692920@qq.com
99bc6486a213cc75eae97b8b655983ed9073194c
3ee6d6a1ca3f19b56eab7936a1e2839fc4b29e78
/study/src/com/test0422/Test3.java
6680681729d708c58d15407438d31b48d2d2d5b5
[]
no_license
daegi/study-dg
2764592b0f0914ec64b0a418a0417a1d6091651f
ad9862ecb60aca7265481daf7735d9dfd826e5f6
refs/heads/master
2021-01-19T13:52:59.044839
2014-07-25T03:27:26
2014-07-25T03:27:26
32,976,520
0
0
null
null
null
null
UHC
Java
false
false
1,070
java
package com.test0422; import java.io.File; import java.util.Scanner; public class Test3 { public static void main(String[] args) { Scanner sc= new Scanner(System.in); String pathname; try { System.out.print("파일 도는 폴더명(예: c:\\windows)?"); pathname=sc.next(); File f= new File(...
[ "choyc82@cf0b24a7-709c-1eb7-a6c0-50069b54bc80" ]
choyc82@cf0b24a7-709c-1eb7-a6c0-50069b54bc80
9125a25f1109ac1e587421e222080957cc063ec2
6cdf915922d58e9d806a8231bc0f4a83f5a72aba
/src/main/java/com/cb/minibike/service/LogService.java
c37fcb3f6a1c098bf01e93f528ae231831b5bbce
[]
no_license
cilibili/minibike
6c5b0ec64aed26c71674c37ab232032f6aa1310f
64823cc2116aac53012747c0d150eff2f4df9930
refs/heads/master
2020-06-17T11:23:15.193139
2019-07-09T03:27:09
2019-07-09T03:27:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
104
java
package com.cb.minibike.service; public interface LogService { public void saveLog(String log ); }
[ "348569072@qq.com" ]
348569072@qq.com
f28db5f0b3ecf8e34d0963a4e52104c5882e6cb8
aff5d04c67d56fd1a97629e76a83c4d65cd8dd7b
/src/main/java/vip/ddm/ddm/dao/FullDownMapper.java
6434529ae5d3f0352f00ea52fa26fd268416c5e7
[]
no_license
haoyuehong/ddm
01575252cdfadfd7aa025b7590348761d7630ead
6b1f0c1c0337bba74ccee1451cbc81c486317cf7
refs/heads/master
2020-03-26T13:55:31.557410
2018-09-12T07:11:51
2018-09-12T07:11:51
144,963,466
0
0
null
null
null
null
UTF-8
Java
false
false
1,902
java
package vip.ddm.ddm.dao; import org.apache.ibatis.annotations.Param; import org.apache.ibatis.annotations.Select; import vip.ddm.ddm.model.FullDown; import vip.ddm.ddm.vo.FullDownVo; import java.util.List; public interface FullDownMapper { /** * This method was generated by MyBatis Generator. * This me...
[ "799550298@qq.com" ]
799550298@qq.com
af0a22e69fa9ee21f070fc169ae055065638e8a4
f6f857ce9d5995e3370cb3838bec7284f50e6b7a
/src/main/java/com/github/scuwr/snitchvisualizer/handlers/SVTickHandler.java
ef7886e25f70f7c042e9ad561d7f5f54b844ad55
[ "MIT" ]
permissive
ProgrammerDan/Snitch-Visualizer
6e22feeba97e9916e48d42a6045c8f541b195537
81e2bb5b9ff81be5bd8dbdaf17092679b8cc2834
refs/heads/master
2020-12-25T04:17:27.275155
2015-04-14T15:52:07
2015-04-14T15:52:07
32,806,309
0
0
null
2015-04-14T15:52:07
2015-03-24T15:10:54
Java
UTF-8
Java
false
false
1,507
java
package com.github.scuwr.snitchvisualizer.handlers; import java.util.Date; import net.minecraft.client.Minecraft; import net.minecraftforge.event.entity.player.PlayerEvent; import cpw.mods.fml.common.eventhandler.SubscribeEvent; import cpw.mods.fml.common.gameevent.TickEvent; import cpw.mods.fml.relauncher.Side; impo...
[ "theScuwr@gmail.com" ]
theScuwr@gmail.com
402b1061d2bfce13d3253f6a3fc26f3e7a89fe33
8f0e091169ae645a6ee8eb0e51c0bfe3368ea984
/app/src/androidTest/java/com/example/taskmanager/ExampleInstrumentedTest.java
568934eea895f653e7c7d7ca0abf2f156c42e0f4
[]
no_license
Rakhshanipr/TaskManager
31a5cca05cb3b25c62ef139e2e81f0039605fe1e
87129fe34837990b962b33b2c1a1799655fb7898
refs/heads/master
2023-03-03T19:42:56.209569
2021-02-03T12:05:34
2021-02-03T12:05:34
329,834,366
2
0
null
null
null
null
UTF-8
Java
false
false
760
java
package com.example.taskmanager; import android.content.Context; import androidx.test.platform.app.InstrumentationRegistry; import androidx.test.ext.junit.runners.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will execute on...
[ "you@example.com" ]
you@example.com
0f183474525593d9e2863419c8929e9c052307c2
b0eaf03f81e483e8cf7f0863cc6a34f63046d735
/src/inteligenciaartificial_pia/Solucion.java
d066747835c56ad5ef860e45f28e1d00de9f31c1
[]
no_license
salva09/Equipo5_PIA_IA
29c764501618c65f73c9f63d60cbc9b8d20c6e9c
a74213db2b967a7e06bed009e23dc74cb3648bb1
refs/heads/main
2023-04-26T11:10:37.146525
2021-05-22T13:33:46
2021-05-22T13:33:46
null
0
0
null
null
null
null
UTF-8
Java
false
false
17,848
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 inteligenciaartificial_pia; import java.awt.Color; import java.awt.Dimension; import java.awt.GridBagConstraints; import java....
[ "smc_gaytan@hotmail.com" ]
smc_gaytan@hotmail.com
6f83d6c2002ef3dde382a7d8c4f5b3779256db21
1c23fafcc016df84bfb35ef71f9fcece82bb34cd
/TypeVal.java
27a8f29259de4ed2909a34a0f35fb5fa7d2b4f15
[]
no_license
kaustrie/Undergrad
48f005b9b0ab489e7eb2b8cf384cd9382a11ea5f
2714511128996abf1390c8584b8ab6ef7057a44f
refs/heads/master
2021-01-13T01:46:27.357440
2015-08-28T01:14:26
2015-08-28T01:14:26
35,045,012
0
0
null
null
null
null
UTF-8
Java
false
false
1,065
java
public enum TypeVal /* This class is used to record the declared types of functions and their parameters in HashMap<String,TypeVal> funTypeTable HashMap<String,HashMap<String,TypeVal>> paramTypeTable HashMap<String,HashMap<Integer,TypeVal>> paramNumTypeTable which are included in the class ...
[ "kaustrie80@gmail.com" ]
kaustrie80@gmail.com
07057b9e076df1dd91548f2a544ce9307d524eb2
6fe96d24fd53fdd2da34abacda174a1ebf5cf36b
/gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/users/PageXmlDataReview.java
19ee86e5191030dcca79c3c8a1bccf7bdf7a758a
[ "Apache-2.0", "GPL-1.0-or-later", "MPL-2.0", "EPL-1.0", "LicenseRef-scancode-proprietary-license", "LGPL-2.0-or-later", "CDDL-1.0", "MIT" ]
permissive
msucil/midpoint
05ffd33d0c909bc7d564c9db8a0407ef42efb726
3200d31730a49d53c73b35c90a89fbe1c034183b
refs/heads/master
2020-06-11T09:16:43.152507
2019-06-26T12:02:50
2019-06-26T12:02:50
193,911,474
1
0
Apache-2.0
2019-06-26T13:37:31
2019-06-26T13:37:30
null
UTF-8
Java
false
false
2,858
java
/* * Copyright (c) 2010-2018 Evolveum * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
[ "honchar@evolveum.com" ]
honchar@evolveum.com
f15bcdba9d0fddbed848140ec6374977465ca4db
91693332d08bd19e3722c1e4b11f023ea5bf80a4
/src/main/java/pages/InterestedInPage.java
230e8d347464c9a6d9b82bb7860e8979a7f1fc7a
[]
no_license
stritenko/AngelList
358f6f7d7eb44e697ec3da8d1b2a0aa94a5b151c
475e68767a006acde535708fa6f3e15e59231429
refs/heads/master
2021-08-23T06:30:44.894295
2017-12-03T22:37:44
2017-12-03T22:37:44
112,968,464
0
0
null
null
null
null
UTF-8
Java
false
false
522
java
package pages; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; /** * Created by Marina on 12/3/2017. */ public class InterestedInPage extends ParentPage { @FindBy(xpath=".//*[@id='root']/div[4]/div/form/div/div[6]/a") WebElement skipBut...
[ "stritenko@mail.ru" ]
stritenko@mail.ru
43942433f8210c67711f98980d01859d728abf36
9a62169ace507c0be95adf3f86c849b0dc144c3e
/tests/softtest/test/c/gcc/regression/UFM_PRE.java
bcb1404fe72d4c33bbeec1f0b59bc03b37ff741c
[]
no_license
13001090108/DTSEmbed_LSC
84b2e7edbf1c7f5162b19f06c892a5b42d3ad88e
38cc44c10304458e923a1a834faa6b0ca216c0e2
refs/heads/master
2020-04-02T05:27:57.577850
2018-10-22T06:28:28
2018-10-22T06:28:28
154,078,761
0
0
null
null
null
null
GB18030
Java
false
false
22,435
java
package softtest.test.c.gcc.regression; import java.util.Arrays; import java.util.Collection; import java.util.Set; import org.junit.BeforeClass; import org.junit.runner.RunWith; import org.junit.runners.Parameterized; import org.junit.runners.Parameterized.Parameters; import softtest.fsm.c.FSMLoader; import softtes...
[ "lishaochun@bupt.edu.cn" ]
lishaochun@bupt.edu.cn
7b47b7e4aa28cb6f686b15a7eac4c8baebc2a1ec
1671d87c2e414de8186570983c65c220888f20b1
/第一阶段/day08/src/com/atguigu/lgl/ArrayUtils_Luo2.java
1517e240c3050d69b7dec6c27d31af52de4fb77b
[]
no_license
qisirendexudoudou/BigData_0722
4f25b508b4c20088d4155abb2d52e1d39c8b0e81
e474e6ebcbbfedd12f859f0198238f58b73e5bec
refs/heads/master
2022-07-21T17:41:47.611707
2019-11-16T05:59:11
2019-11-16T05:59:11
221,875,869
0
0
null
2022-06-21T02:14:43
2019-11-15T08:10:07
Java
UTF-8
Java
false
false
2,279
java
package com.atguigu.lgl; import java.util.Arrays; public class ArrayUtils_Luo2 { public static void main(String[] args) { int[] numbers1 = {3,1,7,9,5,11}; ArrayUtils_Luo run2 = new ArrayUtils_Luo(); System.out.println(run2.maxNumber(numbers1)); System.out.println(run2.minNumber(numbers1)); System.out.print...
[ "546223079@qq.com" ]
546223079@qq.com
c7db4299aab2fc8ef426f42e4561fb41bca6f268
297096090165fdc3bd77db64cccf63c9d32dea99
/src/main/java/com/example/filedown/service/FileService.java
7c5b5a93a01d61d1974fc86415142724c9f5e3cb
[]
no_license
XDFHTY/filedown
b5ba863ce39b6455546445c1a50f45e24ed8cac5
ed007b41a36ffc79f88179c372408d8eaa49d4ab
refs/heads/master
2021-03-31T02:17:36.386009
2018-03-11T10:04:54
2018-03-11T10:04:54
124,743,591
0
0
null
null
null
null
UTF-8
Java
false
false
454
java
package com.example.filedown.service; import com.example.filedown.entity.DownWx; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import java.io.IOException; public interface FileService { //添加微信助手下载记录 public int addDownWX(DownWx downWx); //文件下载 public v...
[ "a1668281642@gmail.com" ]
a1668281642@gmail.com
19055505ad692938509058acfd43310eb895bff3
771c18a45d0faf10dfb440e4fcff4c317e09a0a2
/src/main/java/dev/paie/util/PaieUtils.java
55fc21d09dac2a5874a35b0c9acfb64437e9e12d
[]
no_license
AlexisVernay/sirh-gestion-paie
eb4d835f0e9ba5de6e38712ef96106c33d9cec4c
747da89c2bc304a49a8dd2964202702c74ddbb4a
refs/heads/master
2020-03-12T14:21:08.438207
2018-04-30T10:26:15
2018-04-30T10:26:15
130,665,176
0
0
null
2018-04-23T08:30:32
2018-04-23T08:30:32
null
UTF-8
Java
false
false
896
java
package dev.paie.util; import java.math.BigDecimal; import java.math.RoundingMode; import java.text.DecimalFormat; import java.text.DecimalFormatSymbols; import java.util.Locale; import org.springframework.stereotype.Component; @Component public class PaieUtils { /** * Formate un nombre sous la forme xx.xx (exem...
[ "alexisvernay38@gmail.com" ]
alexisvernay38@gmail.com
48917aa4432bd82611a4919bd105e0e36422c615
c5dd9e8ad4c17aeb469b26c9cf70932de76d3467
/src/co/unal/sm/test/TestPersona.java
2cec3702536661603a45bcc1fd9aab546510815c
[]
no_license
ApoyosMovilidadUNAL/ProyectoArquitectura
e87541e44df7185b3ae42fd9a86bd272ab6652e8
b02ae7e761fda657afb90418df206af5f1dacccc
refs/heads/master
2021-08-16T11:26:56.354599
2017-11-19T18:08:10
2017-11-19T18:08:10
104,141,909
0
0
null
null
null
null
UTF-8
Java
false
false
739
java
package co.unal.sm.test; import co.unal.sm.servicios.ConsumoServicio; public class TestPersona { public static void main(String[] args) { // Persona persona = new Persona(); // // persona.setNombre("Jhader"); // persona.setApellido("Hurtado"); // persona.setCorreo("jmhurtadoc@unal.edu.co"); // persona.setIde...
[ "jmhurtadoc@unal.edu.co" ]
jmhurtadoc@unal.edu.co
902941c29aded4b422e009d64d521d0e886c8621
689ca185a5cf34dbd79980b329ff116bed6a7e8d
/src/secao3/Snippet6Foo2.java
ae2d5163638c867413dc14852dd73ccb15552e54
[]
no_license
fredericobsb/certificacao_java11
f892a7b40adf3e0ef0181b73cb7e9515b805548c
dcb06d05ed6780c41a87ea9f1b95f57a0e999c00
refs/heads/master
2023-03-29T08:33:40.842972
2021-04-06T11:26:00
2021-04-06T11:26:00
303,218,092
2
0
null
null
null
null
UTF-8
Java
false
false
522
java
package secao3; public class Snippet6Foo2 { public static void main(String[] args) { byte b7 = 0b0000_0001; char c7 = 0x0_07F; short s7 = 011_11; int i7 = 1_000_000; long d7 = 1_000_000L; float f7 = 1_000.000_000f; double l7 = 1.000_0000e10; System.out.println("b7 = " + b7); System.out.println...
[ "frederico.ramos@ctis.com.br" ]
frederico.ramos@ctis.com.br
25aa18628509051b0dc9a01576e4a9c628fc6e49
e4bbfca751cab3ae300734bc5563304fa5b7ab8c
/src/main/java/com/leospiritlee/base/collections/AddingGroups.java
8e0d7a061c33144626e63ce96a0be1233f758c7e
[]
no_license
leospiritlee/JavaStudyDemo
7fe59a44f988f49a668d7443a0fb1549f5c802fc
b6ea657c2670cdd2eb0d32c37e8373a539ee7687
refs/heads/master
2021-01-05T14:36:03.697926
2020-04-12T06:53:18
2020-04-12T06:53:18
241,051,896
0
0
null
null
null
null
UTF-8
Java
false
false
1,143
java
package com.leospiritlee.base.collections; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; import java.util.Collections; import java.util.List; /** * @Project: JavaStudyDemo * @ClassName AddingGroups * @description: TODO * @author: leospiritlee * @create: 2020-02-28 18:59 **/ p...
[ "leospiritlee@gmail.com" ]
leospiritlee@gmail.com
67c59c3f69ed7b4b583db86b79a0496b49181a95
42aa3166508e973c881086aa411b7b61e447b3ab
/HerbertSchildtWork/src/Chapter1/IfDemo.java
07b9206fc3a8d7181f04f4c0a7e4110c5a25f93e
[]
no_license
JadenTurnbull/JavaBeginner
1eb7708d03c8fd24eb3c2c462cde0ac4ee65f073
0658328b1db049ed26d3f0d0e4b035acfd6a1862
refs/heads/main
2023-08-02T15:09:17.856672
2021-09-29T08:38:19
2021-09-29T08:38:19
389,636,016
0
0
null
null
null
null
UTF-8
Java
false
false
867
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 Chapter1; /** * * @author jaden */ public class IfDemo { public static void main(String args[]) { int a, b, c; ...
[ "jaden.turnbull@gmail.com" ]
jaden.turnbull@gmail.com
d2690e99ae41ccf4f84b95cac40aa768f62cc2de
6b0cc0c8f9619c24a8ca30606d2fb41fc8fb9dc7
/fabric/fabric-commands/src/main/java/io/fabric8/commands/ProfileRefreshAction.java
534f5a5a1db318c8ef7ddedc9133d1d4259ff87a
[ "Apache-2.0" ]
permissive
brozow/fabric8
ae52aa1270bd21eed48b82f724ddb70213e6de50
82ecd4d0493e704c6a3de27d22437b2b2009472a
refs/heads/master
2020-12-25T10:42:27.785835
2014-07-11T07:42:28
2014-07-11T13:22:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,409
java
/** * Copyright 2005-2014 Red Hat, Inc. * * Red Hat licenses this file to you under the Apache License, version * 2.0 (the "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless r...
[ "claus.ibsen@gmail.com" ]
claus.ibsen@gmail.com
697ef96cba1ac3c970bca27e85362479400a5f03
710e1d895802347f9bdd21542ec263ae3504fdef
/Project0408/src/GameManager.java
b3e4ad5df6be70fcbf1df0037674fdf499164957
[]
no_license
jammmm91/JAVA
c1b63bd63fed750282b6fb1cebc7e19d9e01eb9b
212b24caca6ceb38b640825256ecdcd0f23911a2
refs/heads/master
2023-07-09T00:58:06.847519
2021-08-14T09:15:24
2021-08-14T09:15:24
353,534,968
0
0
null
null
null
null
UTF-8
Java
false
false
1,743
java
import java.util.Random; public class GameManager { public void play() { Player[] player = {new PlayerType1("피카츄"), new PlayerType1("꼬부기"), new PlayerType1("파이리"), new PlayerType1("이상해씨"), new PlayerType1("미뇽")}; Enemy[] enemy = {new EnemyType1("피죤"), new EnemyType1("꼬렛"), new EnemyType1("냐옹"), new EnemyType1("야돈...
[ "ganjinam00@naver.com" ]
ganjinam00@naver.com
ff861cc4e49adf78c9deb62398e7b11ef1e5c104
5431875a111b1a17045a7e1b337dd1b23e95139c
/src/main/java/com/vg/eventmanagement/requests/AddEvent.java
755919665985c4b764268b285cccb7277823b37b
[]
no_license
viraag/event-management-backend
e5db9ded93618a1dbaea3b3ad4b16b2c4c216169
9ce78828c525d55ef9dd1d52314266668bd8894b
refs/heads/master
2022-11-28T07:13:52.089870
2020-08-16T06:05:14
2020-08-16T06:05:14
286,762,646
0
0
null
null
null
null
UTF-8
Java
false
false
2,523
java
package com.vg.eventmanagement.requests; import java.io.Serializable; import java.time.ZoneId; import java.time.ZonedDateTime; public class AddEvent implements Serializable { /** * */ private static final long serialVersionUID = 1L; private long organizerId; private String eventName; private String descri...
[ "viraagsingh007@gmail.com" ]
viraagsingh007@gmail.com
f2a5c6a484b70f03671998e177028177917588a9
ebbefa670b78d837b27a5cc2c128d8fc46b6e4c7
/app/src/main/java/com/example/arcgis_for_android/ui/tools/ToolsViewModel.java
f57de3e0b5f0964b02d6955b634771cf263d3a19
[]
no_license
lichuan1984/GIS
23eaffcc7dd1e3cae54a00da252ebca998fe6f82
f98afaf58673443c424d90bf82259e09925255a8
refs/heads/master
2020-12-27T13:14:05.206762
2020-02-03T13:38:11
2020-02-03T13:38:11
237,914,851
0
0
null
null
null
null
UTF-8
Java
false
false
457
java
package com.example.arcgis_for_android.ui.tools; import androidx.lifecycle.LiveData; import androidx.lifecycle.MutableLiveData; import androidx.lifecycle.ViewModel; public class ToolsViewModel extends ViewModel { private MutableLiveData<String> mText; public ToolsViewModel() { mText = new MutableLiv...
[ "lichuan_10@163.com" ]
lichuan_10@163.com
8a1966cc75ec3a9de6853839b1456a37d4b63c6f
daa6543d35cc0e0aa27cd02a8e97c2a94de46660
/src/DataStructures/MultiTreeNode.java
c0f34a21deefe93baf582842667b0e8f174e5d00
[]
no_license
Se213/DS_Library_Spring2019
397ed0e7a46e7abf1112eb67e199acdb55b16f18
476475b80e92cb4bba1e327a8507469f36563fc4
refs/heads/master
2021-02-19T02:51:25.898919
2020-03-05T21:18:54
2020-03-05T21:18:54
245,269,896
0
0
null
null
null
null
UTF-8
Java
false
false
2,950
java
package DataStructures; import java.util.ArrayList; /** * A MultiTreeNode is a tree node that can have any number of children * @author clatulip */ public class MultiTreeNode<T> { /** * Stores the element that is of type <generic> */ private T element; /** * Stores links to other M...
[ "60899312+Se213@users.noreply.github.com" ]
60899312+Se213@users.noreply.github.com
6cdcf9b0b1b3af23ca571536b3ff46b1dc5dd477
7bea2dd6272d16cc5e55ee8fe2c646108f69dbd5
/src/com/test/mvc/blog/Blog.java
09b85255bcc7b4874298a15b3d3c6931732f1226
[]
no_license
ChnZhangkai/vip1-bm
f6ff48c99762abc2f029e2c1675a3c9e53c5dcf7
aaf87ab4c75230f677c00c4891392a44eaa2358f
refs/heads/master
2020-05-14T18:01:43.800890
2019-04-17T14:04:28
2019-04-17T14:04:28
181,902,978
0
0
null
null
null
null
UTF-8
Java
false
false
1,616
java
package com.test.mvc.blog; import java.sql.Timestamp; import com.jfinal.log.Log; import com.platform.annotation.Table; import com.platform.mvc.base.BaseModel; /** * 博客表 model * @author 董华健 dongcb678@163.com */ @SuppressWarnings("unused") @Table(tableName = "test_blog") public class Blog extends BaseModel<Blog> {...
[ "649959626@qq.com" ]
649959626@qq.com
4043b17f5f30a479fe2ea4254e835e3d790e5d38
bf7ff3400b21429843b37769a8623d1e43113c33
/src/net/fornwall/eclipsecoder/archive/ProblemFetcherJob.java
e5d96579a790d2fc7e990c0fb05796e544f4a478
[]
no_license
fornwall/eclipsecoder-archive
50934db743cfb8d1cfd8c0587cf672f3cba6f4e6
ce9d2476eb32eba23fd12e8615ee8ea30cf64d72
refs/heads/master
2021-01-21T04:26:50.862673
2016-08-02T13:10:42
2016-08-02T13:10:42
2,284,707
2
5
null
2016-07-31T19:32:20
2011-08-28T19:34:52
Java
UTF-8
Java
false
false
3,426
java
package net.fornwall.eclipsecoder.archive; import java.net.UnknownHostException; import java.util.List; import javax.security.auth.login.LoginException; import net.fornwall.eclipsecoder.languages.LanguageSupport; import net.fornwall.eclipsecoder.languages.LanguageSupportFactory; import net.fornwall.eclipsecoder.pref...
[ "fredrik@fornwall.net" ]
fredrik@fornwall.net
94df8f9d86eecf28e46b476bc51e4c915af7a896
edea1336b3d7d6337b942b8771d72de23a487454
/lzrdm1000/Generated JUIC files/trolltech/examples/Ui_ValueControls.java
344b1828bc2044b5c242dd2fed46dc553fe58fcb
[]
no_license
lodsb/lzrdm1000
0ef3eff1e3a451cba22838ee88b9d1b516f267c7
72e2c8f45369734a7f29c2367f96e375195cb508
refs/heads/master
2020-07-05T03:20:15.639857
2011-05-04T15:18:42
2011-05-04T15:18:42
1,701,728
0
1
null
null
null
null
UTF-8
Java
false
false
12,341
java
/******************************************************************************** ** Form generated from reading ui file 'valuecontrols.jui' ** ** Created: Di Apr 14 23:02:41 2009 ** by: Qt User Interface Compiler version 4.4.2 ** ** WARNING! All changes made in this file will be lost when recompiling ui file! ***...
[ "nonomonomusic@fd5aab1e-e55a-11dd-9ba5-89a75009fd5d" ]
nonomonomusic@fd5aab1e-e55a-11dd-9ba5-89a75009fd5d
db74e8ca8572747c39bd11b7b0c26c9d279bfefa
fca014e12b71d5ba73ac01f5e9b2439a41fdee94
/app/src/main/java/babiy/reminder/Thursday_Activity.java
bf16a8e6e147533d3bc9a5b848def8d281f10de5
[]
no_license
Inhorn/Planner
8faddbbd3cc48dd5ccaf5ed8d743c3215d78f61f
b2fe5e49263895b3b110275451dc9e65184a2286
refs/heads/master
2021-06-15T00:30:26.330030
2017-03-23T17:08:02
2017-03-23T17:08:02
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,271
java
package babiy.reminder; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.ContextMenu; import android.view.Menu; import android.view.MenuItem; import android.view.View; import android.widget.AdapterView; import android.widget.ArrayAdapter; imp...
[ "secuna00inhorn@gmail.com" ]
secuna00inhorn@gmail.com
b1dda52964fb0f308a7c856e134cfcd23d159cef
69bc25110a86af77c6f18e92eded56d19ce0fe0f
/src/com/eyoubika/spider/web/action/EpianhongSpiderAction.java
13fabf8d4015785b90dd2a0ab6f4ec29c9a09a2b
[]
no_license
ljx728/eyoubika
1ee14ab22b0989410f6a8d5452619c595e0ebf2b
d356e1f8c0107f2e7d9984cd25d9415aa792d452
refs/heads/master
2020-04-11T18:26:25.224214
2018-12-16T12:33:18
2018-12-16T12:33:18
161,998,793
0
0
null
null
null
null
UTF-8
Java
false
false
2,221
java
package com.eyoubika.spider.web.action; import java.io.UnsupportedEncodingException; import java.util.Properties; import javax.servlet.ServletContext; import javax.servlet.http.HttpServletRequest; import org.apache.struts2.ServletActionContext; import com.eyoubika.common.BaseAction; import com.eyoubika.common.YbkEx...
[ "ljx728@foxmail.com" ]
ljx728@foxmail.com
0ef21552c40b93f2becabc2f367e0285b66a6430
dbb5eeb30acb0cf24dd47cfb8533697af9164c25
/Java file/chap03/src/sec02/verify/exam10/Exam10.java
319b9ed4ccb7da9795ff33ab146aca5402e03e1e
[]
no_license
eunjoo-ny/Jenny_Eunjoo_2020
4377d248e438855ba9f15b910b95e64318e8ebb6
f4b25a00adc10823642d63126ea22141b6f40d25
refs/heads/master
2023-02-10T09:08:24.204399
2021-01-11T11:52:28
2021-01-11T11:52:28
317,743,136
0
0
null
null
null
null
WINDOWS-1252
Java
false
false
280
java
package sec02.verify.exam10; public class Exam10 { public static void main(String[] args) { int var1 = 10; int var2 = 3; int var3 = 14; double var4 = var1 * var1 * Double.parseDouble(var2 + "." + var3); System.out.println("¿øÀÇ ³ÐÀÌ:" + var4); } }
[ "ea2319@nyu.edu" ]
ea2319@nyu.edu
009c32574217b1c1dc7cd6a142785b879059ba50
c99cdda169f47ee571739260988b7de581a7e6e8
/common/network-common/src/main/java/org/apache/spark/network/TransportContext.java
8b31e44422079dc6e3de677a8026ed60225fcad1
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "Python-2.0", "MIT", "CC0-1.0", "Apache-2.0", "LicenseRef-scancode-public-domain", "CDDL-1.0", "MPL-1.1", "BSD-2-Clause", "CDDL-1.1", "LGPL-2.1-only", "LicenseRef-scancode-other-permissive", "NAIST-2003", "GCC-exception-3.1...
permissive
Lorraine318/spark2.1.0
3790ef6ed077c02ec23dc23dcd6fb214aefe6f0b
7d9b87569d5a5c6dfe32802fa9e8015a0e9e23fe
refs/heads/master
2022-12-08T04:05:42.825345
2020-04-09T08:39:14
2020-04-09T08:39:14
252,354,284
0
0
Apache-2.0
2022-12-05T23:45:33
2020-04-02T04:21:58
Scala
UTF-8
Java
false
false
9,617
java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
[ "Lorraine72@163.com" ]
Lorraine72@163.com
15ce5193b2ec3b7ff26508efff7e24456fa41164
07ae17e3daf4245fe1c66e7d3c0a8cba1c583b32
/providers/ecc-s3/src/test/java/org/jclouds/ecc/ECCWalrusAsyncClientTestDisabled.java
cb9236cdaea5ede56cdaa7389bb0a7e480e9b61a
[ "Apache-2.0" ]
permissive
PradyumnaNagendra/jclouds
0a14535e8c135702341453fc059e74db7a3c8b62
f7576dfc697e54a68baf09967bccc8f708735992
refs/heads/master
2020-04-12T10:02:21.260099
2011-01-19T01:56:24
2011-01-19T01:56:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,335
java
/** * * Copyright (C) 2010 Cloud Conscious, LLC. <info@cloudconscious.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 L...
[ "adrian@jclouds.org" ]
adrian@jclouds.org
35720715e152837b8bff3a81ccc230498a3089f3
61f80445c43d45203d0852deed9fa926813df89f
/examples/featuremodeling/org.eclipselabs.spray.featuremodeling.domain/src/ca/uwaterloo/gp/fmp/util/FmpSwitch.java
8fc9c0bbd7a8bd56502f85b5daf1db90dc5acdcc
[]
no_license
joergreichert/spray
c19319d2795caa7198633073915ab6feedf15ffd
f07afb5a39d908dc5e02f455f90db9cfccbcfba1
refs/heads/master
2021-01-15T23:45:46.239393
2017-01-14T12:42:06
2017-01-14T12:42:06
34,267,449
1
3
null
null
null
null
UTF-8
Java
false
false
9,310
java
/** */ package ca.uwaterloo.gp.fmp.util; import ca.uwaterloo.gp.fmp.*; import java.util.List; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * The <b>Switch</b> for the model's inheritance hierarchy. * It supports the call {@link #doSwitch(EObject) doSwi...
[ "de.abg.reichert.joerg@googlemail.com" ]
de.abg.reichert.joerg@googlemail.com
6d9a941dad411d7385c9db85f984f06cc4c8edb6
6e0f1b371d5f4c35ce4845b03f7273533cc9f0bc
/src/main/java/com/ivo/mrp/entity/packaging/SupplierPackage.java
c389e3970472004a0fc61aa25bdb618102f2cb8f
[]
no_license
badby001/mrp
4067068a00989ffa713d0e501e59ef456625bd43
0e8e6c0601023f4087afc0575515eeba8eecced9
refs/heads/master
2022-12-17T14:53:19.114740
2020-09-27T03:32:49
2020-09-27T03:32:49
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,607
java
package com.ivo.mrp.entity.packaging; import com.ivo.common.model.AutoIncreaseEntityModel; import lombok.Getter; import lombok.Setter; import javax.persistence.CascadeType; import javax.persistence.Entity; import javax.persistence.OneToMany; import javax.persistence.Table; import java.util.ArrayList; import java.util...
[ "1556879688@qq.com" ]
1556879688@qq.com
f94ca9b4d5c053904ac3ae63d8e87129c21ff3ff
df74cc468248274f5427303b76803d786897f40f
/Team_project/src/test/java/stepDefenetion/BIT_About_stepDef.java
c78fca003cf59cc592e5d82f905043e8a7177edb
[]
no_license
JavidNasib/test_project
4af575a88c7fa356a5630f6a903f6c85bee12a17
30d23311b8f281d26685354ef0be68b025328ccb
refs/heads/master
2022-12-28T10:08:41.146509
2020-01-18T16:37:23
2020-01-18T16:37:23
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,449
java
package stepDefenetion; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; import java.util.ArrayList; import java.util.Collections; import java.util.List; import org.junit.Before; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.*; import io.cucumber.java...
[ "cavidn82@gmail.com" ]
cavidn82@gmail.com
71940c3fbf1b9928e40f66fae8a6d930c1368a52
b701a2f316441d59906d4341b8c7c235d2a62f3e
/src/main/java/org/apache/xmlbeans/impl/values/XmlLanguageImpl.java
e2c500886bba7c12d8a93ae64af797f8e61ad704
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "LGPL-2.0-or-later", "LGPL-3.0-only", "LGPL-2.1-or-later", "MPL-1.1", "MPL-2.0", "MIT" ]
permissive
apache/xmlbeans
826547e0f386481cbfd4319a0dee537a98aa7cba
99d86814497f29a5ae7aa8e85d4db04a23eaae06
refs/heads/trunk
2023-08-22T08:16:22.853301
2023-08-18T09:55:35
2023-08-18T09:55:35
270,479
39
58
Apache-2.0
2023-05-26T18:52:27
2009-08-06T08:06:50
Java
UTF-8
Java
false
false
1,004
java
/* Copyright 2004 The Apache Software Foundation * * 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 ...
[ "ericvas@apache.org" ]
ericvas@apache.org
d7fe3ba6e6b426e1a09e2566f107376aed815ceb
eb39f5c1fadc317b9bf0cc0cbaeeba04f41c9757
/src/main/java/com/hack/dao/GroupDao.java
64b81dbebc75a4a23a56c22c1c48ab32b88b89a9
[]
no_license
Moonergfp/hackthon
17dbd62bc9e4af7243899c36dd1284272dfac598
e956db60b0d8a40277f26b2859b16706d78ccb2c
refs/heads/master
2021-01-12T08:24:00.209674
2017-08-31T02:55:05
2017-08-31T02:55:05
76,563,974
0
0
null
null
null
null
UTF-8
Java
false
false
1,789
java
package com.hack.dao; import com.hack.cons.TableCons; import com.hack.domain.GroupDb; import com.hack.domain.UserDb; import com.hack.vo.GroupMem; import org.apache.commons.lang3.StringUtils; import org.apache.ibatis.annotations.Insert; import org.apache.ibatis.annotations.Options; import org.apache.ibatis.annotations....
[ "476090843@qq.com" ]
476090843@qq.com
4a3f21877803b36f8a7dda2039d38428d0c26c8e
bbfcba3e764e86784239a616949735d3cf681fd2
/src/model/Time.java
2a6eee9a9d339ea6904704d00ed45cfe7b878b5b
[ "MIT" ]
permissive
MaelChemeque/pizza-rescue
45b8ffa5dc5d8c36e1f7289dde0edeb3e7ebde2f
0a765a74ec3806d2c6b0dfea2b8a560d2382bace
refs/heads/main
2023-02-16T14:42:59.428188
2021-01-06T03:04:45
2021-01-06T03:04:45
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,304
java
package model; import java.io.*; import java.time.LocalDateTime; import java.time.format.DateTimeFormatter; public class Time { static String currentTime; static String lastTime; static { lastTime = "2000/10/10 10/10/10"; } public static void calcNow() { DateTimeFormatter dtf = D...
[ "f.taghayor@gmail.com" ]
f.taghayor@gmail.com
655e737a7e8c3a38f713d482c1f86baff785761c
ccaf260884a5b378a4b4178a5489d18f022eaac0
/Group15_AI3/src/CombinedModel.java
971fce69dc09cf67fa612d3ff9f848c5edb73697
[]
no_license
mmolignano/ai3
ac650a27434eeb74c5988217091dac458e72485a
0a2e9789ad268e06b7ceb0c627504d3e308e643d
refs/heads/master
2021-01-20T15:49:22.643334
2010-02-22T22:51:48
2010-02-22T22:51:48
33,311,395
0
0
null
null
null
null
UTF-8
Java
false
false
1,127
java
/** * Class keeps track of a unigram, bigram, and trigram model. When predicting * it takes a look at all three, if unigram and bigram match, it uses that, * otherwise it uses trigram. * * @author Michael Molignano, Chris Pardy, Rich Pavis, John Sandbrook * */ public class CombinedModel implements Model { pri...
[ "Emuking@c842427a-1736-11df-914e-2594af177612" ]
Emuking@c842427a-1736-11df-914e-2594af177612
946d2fc763df2300c641da0d40ab2f2135aaaafd
ea34626c69071ee4a158650d97bd0be7c1199d42
/src/jmetal/problems/LIRCMOP/LIRCMOP7.java
ded0b86266b0fc4668ac5ec427edbac851c307f3
[]
no_license
gzhuxiangyi/ToM
6bf2efc22458239ac821e1c97e18a3d2d6162047
2b942fd66c5dd22cb46de37589c5c3aa949eab85
refs/heads/main
2023-03-18T12:34:52.300404
2021-03-11T01:45:33
2021-03-11T01:45:33
346,389,711
4
2
null
null
null
null
UTF-8
Java
false
false
4,104
java
// LIRCMOP7.java // // Author: // wenji li Email: wenji_li@126.com package jmetal.problems.LIRCMOP; import jmetal.core.Problem; import jmetal.core.Solution; import jmetal.core.Variable; import jmetal.encodings.solutionType.BinaryRealSolutionType; import jmetal.encodings.solutionType.RealSolutionType; import jmetal...
[ "gzhuxiang_yi@163.com" ]
gzhuxiang_yi@163.com
f5808a6deabee5fe7adbad6943581d2f44443484
32b9d8cc999aa1e2c7b4075ed32727e772a3ae1c
/morning-product/morning-product-service/src/main/java/org/pussinboots/morning/product/service/impl/RecommendServiceImpl.java
f728147a6d794af214c63c3ce86fc2a839ceb8b6
[]
no_license
HinsYang/Morning
33b6706901fd92bd891d260403ff551dfa68fbae
cd115ac3a2b0bfcadd7305abf2b520d0e7290f33
refs/heads/master
2021-05-11T23:59:28.069375
2019-02-19T17:53:05
2019-02-19T17:53:05
171,512,823
0
1
null
null
null
null
UTF-8
Java
false
false
725
java
package org.pussinboots.morning.product.service.impl; import org.pussinboots.morning.product.entity.Recommend; import org.pussinboots.morning.product.mapper.RecommendMapper; import org.pussinboots.morning.product.service.IRecommendService; import com.baomidou.mybatisplus.service.impl.ServiceImpl; import org.springfram...
[ "Hins@yangzhiheng.hnisi.com.cn" ]
Hins@yangzhiheng.hnisi.com.cn
20bdf77b91d35a7435e2a9df684add6fad5911f4
ebe222e23b4022e29c95ea5823ff7b646ef51d5a
/zxingScan/src/main/java/com/runtai/zxinglib/zxing/decode/DecodeFormatManager.java
d2a3f144712a192bd6504eb2cb8d10a4a5af764c
[]
no_license
hailinliu/Dexintong
902a0875bc6060b9031235e7af1d2cff2c062930
abacf20126b79d0f42a67c626634a2c73b97fbf3
refs/heads/master
2021-05-15T04:18:45.814739
2018-02-04T14:53:35
2018-02-04T14:53:35
114,599,643
0
0
null
null
null
null
UTF-8
Java
false
false
1,699
java
/* * Copyright (C) 2010 ZXing 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 or agr...
[ "1135231523@qq.com" ]
1135231523@qq.com
8fa561c3facb880c6ccce3f9875073fd5f358aeb
40e5c87ec4351dfbb6f9d13a44ce9df86b9e7dc4
/app/src/main/java/edu/miracosta/finalprojecttest/view_learn_more/PlantsListActivity.java
c094609564745f431a4c4b4afcbe7b4e7b2114db
[]
no_license
jacobv25/Final_Project_Test
2571c538590c175ff9ae35070918095e708debe5
12999180febc97d5db41474258d17a3148cf8ddb
refs/heads/master
2020-05-17T04:48:29.984410
2019-05-14T22:07:35
2019-05-14T22:07:35
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,760
java
package edu.miracosta.finalprojecttest.view_learn_more; import android.app.ListActivity; import android.content.Intent; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.ListView; import java.io.IOException; import java.util.List; import edu.miracosta.finalprojecttest...
[ "32970534+jacobv25@users.noreply.github.com" ]
32970534+jacobv25@users.noreply.github.com
bfb1dc2e85b12f250cec7bd6e4b5585f65074086
c86269a24ae3d97262af2a154a8cf859bcc5766d
/travel-ui/src/main/java/vchrisb/spring/TravelUiApplication.java
aeac76f62576997e1d1f5b9b3a8754db663c9029
[ "MIT" ]
permissive
KumareshBabuNS/cf-scs-demo
4657e5c0a7b264a9bf617e3467cb6fcbf9693f2d
dad63f97790068077fd7a73c64d517959855ee6b
refs/heads/master
2021-01-01T17:34:34.214913
2017-07-21T21:13:28
2017-07-21T21:13:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
406
java
package vchrisb.spring; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.client.discovery.EnableDiscoveryClient; @SpringBootApplication @EnableDiscoveryClient public class TravelUiApplication { public static void...
[ "vchrisb@users.noreply.github.com" ]
vchrisb@users.noreply.github.com
384a82eda079de9cbed3e83c36ff89955d56b059
28042a70f18edda4df9d14eb7335ca544564c923
/src/main/java/com/kazuki43zoo/jpetstore/ui/controller/OrderForm.java
c4091b789e86ca0d925b442fcd884617288e9022
[]
no_license
jiangjj/mybatis-spring-boot-jpetstore
aadb8887bf09431189251f9b947f6e40347dee94
dcaa49ed4ce8a5a7972b2a2d6a8c8902e6259343
refs/heads/master
2021-01-18T22:37:35.314723
2017-04-02T13:05:26
2017-04-02T13:05:26
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,402
java
/** * Copyright 2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless re...
[ "kazuki43zoo@gmail.com" ]
kazuki43zoo@gmail.com
051ad196d8516f4c43d0d6e6c320f26cac4fca51
b07642404c4f50a8dd4dcf6d523604777d64c8c8
/2020-04-30/chap13/sec01/exam09/MapExample.java
4def72c79278a671d95d68947dfd98cb298fc57f
[]
no_license
khh2hoya/JAVAStudy
99ed61e1ae49084cdb1bd2da9a835115d98a1eb0
990f531bd9213b72d8d9af830fdc49e4d23cf917
refs/heads/master
2021-05-23T16:47:57.592426
2020-06-08T07:20:06
2020-06-08T07:20:06
253,387,208
0
0
null
null
null
null
UTF-8
Java
false
false
896
java
package sec01.exam09; import java.util.*; public class MapExample { public static void main(String[] args) { // TODO Auto-generated method stub Map<String,Integer> map = new HashMap<String,Integer>(); map.put("blue",96); map.put("hong",99); map.put("white",92); map.put("khh",42); String name = nul...
[ "khh2hoya@gmail.com" ]
khh2hoya@gmail.com
7b828c1afb5a7bcf3750290a1cbee284b00ce25e
80dbe293f549c773d3e227e90c01833213b99ab5
/chapter7_8/KiloConverterWindowPhase2/KilometerConverterDemo.java
af3c29073854b8de665048f1f7e76e8354f01c84
[]
no_license
htankhai/Org.StartingoutwithJava
9174cf162481c7edb628a62602e7ceba8ee48a10
215c96f55e92829d0b29119b739a56ebec653055
refs/heads/master
2020-04-15T00:45:45.784385
2015-06-20T22:08:59
2015-06-20T22:08:59
37,787,735
0
0
null
null
null
null
UTF-8
Java
false
false
362
java
package KiloConverterWindowPhase2; import KiloConverterWindowPhase2.KiloConverterWindow; /** This program creates an instance of the KiloConverterWindow class, which displays a window on the screen. */ public class KilometerConverterDemo{ public static void main(String[] args) { KiloConverterWind...
[ "htan.khai@yahoo.com" ]
htan.khai@yahoo.com
702c98e76c0441e3fc12522c951aed8400431396
d8759216411241a72c669012661b092deb0b0ffc
/sources/gnu/expr/Language.java
d7650e057b997e3481ac2440549b92786f0843e4
[]
no_license
indraja95/SmartParkingSystem
eba63c2d6d8f36860edbd4d1f09f37749d2302df
dc5c868a1d74794108a16d69cea606845f96080d
refs/heads/master
2023-04-01T18:58:15.337029
2021-04-02T22:48:53
2021-04-02T22:48:53
313,754,222
0
0
null
null
null
null
UTF-8
Java
false
false
25,585
java
package gnu.expr; import gnu.bytecode.ArrayType; import gnu.bytecode.ClassType; import gnu.bytecode.CodeAttr; import gnu.bytecode.PrimType; import gnu.bytecode.Type; import gnu.kawa.lispexpr.ClassNamespace; import gnu.kawa.reflect.ClassMemberLocation; import gnu.kawa.reflect.StaticFieldLocation; import gnu.lists.Abstr...
[ "indraja.nutalapati@gmail.com" ]
indraja.nutalapati@gmail.com
b66fde54558a52b450117d52c1a1fcbeac902ace
593279007695e43b4c3b03eb7b6e74f791f15cca
/Server.java
3c84455cac0641327c637c05fe15b5f9ddcc52fe
[ "MIT" ]
permissive
haniano/dandyhacks-2021
f4b238eec6e977e80e1d5aff8750145a01b71742
23c2dbff51d397058cf6320b3d6caba27ca4ad15
refs/heads/master
2023-09-01T12:54:15.605352
2021-11-03T18:58:59
2021-11-03T18:58:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,588
java
import java.net.*; import java.io.*; public class Server extends Player{ private InetAddress ip; private ServerSocket server; public Server(String name) { super(name, false); try { this.ip = InetAddress.getLocalHost(); this.server = new ServerSocket(0, 1, ip); ...
[ "ianclingerman@gmail.com" ]
ianclingerman@gmail.com
87be30c1681af38435b33810eac04113d364454b
47b38aab1bfab49ae78242c9e4db547abd9eb333
/src/main/java/com/gamification/domain/BadgeCard.java
de903d10e137405981341297d5e81e9428cb6490
[]
no_license
sbsromero/Microservicios-MultiplicationProject
46798cbbb578186d3d61770b7b5b477853640351
92ca1c73f18bdcfc11a16eae34fe6ff4dcfe173f
refs/heads/master
2020-05-30T10:44:54.188804
2019-06-01T02:08:28
2019-06-01T02:08:28
189,679,810
0
0
null
null
null
null
UTF-8
Java
false
false
724
java
package com.gamification.domain; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import lombok.EqualsAndHashCode; import lombok.Getter; import lombok.RequiredArgsConstructor; import lombok.ToString; @RequiredArgsConstructor @ToSt...
[ "sromero@sumset.com" ]
sromero@sumset.com
9107182a85f107aa11f1ac0509b515855663e075
d241d1cb2391a9e685732a18ccf50e44d0a47305
/backend/src/main/java/com/sidiq/fullstackjava/controller/StudentController.java
350b71d6bd4288eb15ccac4ce476434952caff6c
[]
no_license
muhammadashshiddiqi/springreact_restapi
e22bbcb90fd401a3cf7d5102afb87fa56aaa14db
33359d1af571294aabdc46ed2f9d726561068be5
refs/heads/main
2023-09-03T23:28:09.613457
2021-11-01T02:10:46
2021-11-01T02:10:46
423,304,778
0
0
null
null
null
null
UTF-8
Java
false
false
729
java
package com.sidiq.fullstackjava.controller; import com.sidiq.fullstackjava.model.Student; import com.sidiq.fullstackjava.service.StudentService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*; import java.util.List; @RestController @RequestMapping("/st...
[ "ashshiddiqi94@gmail.com" ]
ashshiddiqi94@gmail.com
96ecc93b8e77cf8d7506a1b847167e36aa81a867
c36be0750ef91e4ffb1f7a70a2d4e83a11efc766
/app/src/main/java/com/example/qiangxu/qsbk/adapters/DetailAdapter.java
659e622a60dc806f0c2ce12b622a7becab6be4c0
[]
no_license
xiaoqiangchongchongchong/QSBK
6aea1d97156a9faf48ffd1c0e83ba3465a6b00c8
3442ce026e494121d3a072c320b1820bb0f47c72
refs/heads/master
2021-01-10T01:18:52.602378
2016-01-03T15:36:19
2016-01-03T15:36:19
48,689,382
0
0
null
null
null
null
UTF-8
Java
false
false
1,067
java
package com.example.qiangxu.qsbk.adapters; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import android.support.v4.app.FragmentPagerAdapter; import com.example.qiangxu.qsbk.domain.LeftMenuTitle; import com.example.qiangxu.qsbk.fragments.BlankFragment; import com.example.qiangx...
[ "xuqiangjiaohe@163.com" ]
xuqiangjiaohe@163.com
8ec499cf167d30f8f790add437c62d5586dc9609
c01ce12554baa70ee1538abbc5dfa7b4dd1b1c0a
/app/src/main/java/com/example/StaggeredGridLayoutManager/CustomRecyclerviewAdapter.java
9dbda3f6c9d8c4ef3481096209aa8807ce72aedd
[]
no_license
suvojitd79/StaggeredGridLayoutManager-
d69054f37569c0fd60a9bc40b51f36e5b203ae20
a30bc3f79c93f7b22f019cf4c0f00ed3ec83f1fe
refs/heads/master
2020-05-24T09:18:15.894821
2019-05-17T16:41:05
2019-05-17T16:41:05
187,202,956
0
0
null
null
null
null
UTF-8
Java
false
false
2,053
java
package com.example.StaggeredGridLayoutManager; import android.support.annotation.NonNull; import android.support.v7.widget.RecyclerView; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.TextView...
[ "suvojitd79@gmail.com" ]
suvojitd79@gmail.com
2a02bb5540d1d46580174f1795ef4ec61363d4b0
a1a51aad102f9f82647bb4624940bf1fd0486def
/engines/dyn4j/src/org/dyn4j/collision/manifold/ManifoldSolver.java
0a90d8833cefc1c923e2e64f811d56481d140000
[]
no_license
Madzi/featurea
337c187b19c69e82956a4b8d711eb40dbbf07f7a
4ee44d5910617c1233a77e0787d85717ee5347a0
refs/heads/master
2020-12-11T05:58:44.584623
2016-07-25T20:54:07
2016-07-25T20:54:07
64,206,389
0
1
null
2016-07-26T09:00:15
2016-07-26T09:00:15
null
UTF-8
Java
false
false
3,675
java
/* * Copyright (c) 2010-2016 William Bittle http://www.dyn4j.org/ * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted * provided that the following conditions are met: * * * Redistributions of source code must retain the above copyright ...
[ "kolesnikovichdn@gmail.com" ]
kolesnikovichdn@gmail.com
42639437b5d3d893fddee2493e23cd618a87eeba
07d7c849331b6535ee64ead7c89eaf48a7eacca7
/src/abstract$factory/demo2/Cpu.java
6fd128c7f7f52994d11f3f55382bf8fee3afb2bc
[]
no_license
PhilosophyBuns/design-pattern
de5c0bd9ff1befa8bcf7de58d791b5c32323365c
c497f033139a4646466c2933d3b29183f794bbb7
refs/heads/master
2020-04-03T11:57:42.515620
2018-10-29T15:43:55
2018-10-29T15:43:55
155,236,900
0
0
null
null
null
null
UTF-8
Java
false
false
86
java
package abstract$factory.demo2; public interface Cpu { public void calculate(); }
[ "841736714@qq.com" ]
841736714@qq.com
70ab61b1c8ec4552e966f0c7c2674ad8d38aa6b6
22b1fe6a0af8ab3c662551185967bf2a6034a5d2
/experimenting-rounds/massive-count-of-annotated-classes/src/main/java/fr/javatronic/blog/massive/annotation1/sub1/Class_0306.java
1d70dcf2116cd16a2718b2f2f47b4247744ff752
[ "Apache-2.0" ]
permissive
lesaint/experimenting-annotation-processing
b64ed2182570007cb65e9b62bb2b1b3f69d168d6
1e9692ceb0d3d2cda709e06ccc13290262f51b39
refs/heads/master
2021-01-23T11:20:19.836331
2014-11-13T10:37:14
2014-11-13T10:37:14
26,336,984
1
0
null
null
null
null
UTF-8
Java
false
false
151
java
package fr.javatronic.blog.massive.annotation1.sub1; import fr.javatronic.blog.processor.Annotation_001; @Annotation_001 public class Class_0306 { }
[ "sebastien.lesaint@gmail.com" ]
sebastien.lesaint@gmail.com
f7fbae17131dc30d701c34c2a791ac8745e21a89
7b00734dbc373b51cdf86e43126641c1d47c0256
/test12Thread/src/test/com/Test01ThreadEx.java
59d2f4f167293f00b91de27b4a4e354dd95cde2c
[]
no_license
Ehyunnn/javaProject
72273bb1b10b9d6cf2921dc0510f372bdb87b94b
6dba501a449c3e7b53a3b5e3ae010e8fbc44ed54
refs/heads/master
2020-03-22T09:05:56.897929
2018-07-06T08:05:48
2018-07-06T08:05:48
139,814,309
0
0
null
null
null
null
UHC
Java
false
false
314
java
package test.com; public class Test01ThreadEx extends Thread { @Override public void run() { for (int i = 10; i < 20; i++) { System.out.println("run" + i); try { Thread.sleep(1000); // 1초간 잠깐 쉬엇다가 해라 ~ } catch (InterruptedException e) { e.printStackTrace(); } } } }
[ "ehyun_2@naver.com" ]
ehyun_2@naver.com