blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
410
content_id
stringlengths
40
40
detected_licenses
listlengths
0
51
license_type
stringclasses
2 values
repo_name
stringlengths
5
132
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringlengths
4
80
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
5.85k
689M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
131 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
9.45M
extension
stringclasses
32 values
content
stringlengths
3
9.45M
authors
listlengths
1
1
author_id
stringlengths
0
313
fadbec33d1da1dfb6ef0dc6d476b7c9a5ed6a922
38b42efb3f009b02690a5b7abf7bb2679ebe635c
/app/src/main/java/cn/phoenixsky/interview/BindView.java
31840f4c0832e801c6cf6813dcab58df10a3b4ca
[]
no_license
phoenixsky/Interview
3e59ab29bc959d700680ee6f2eed207d8bbe62d0
26d3f3265f72fe209afbd243decf1349dad38d18
refs/heads/master
2020-09-21T15:11:37.441591
2019-12-23T05:21:37
2019-12-23T05:21:37
224,827,224
0
0
null
null
null
null
UTF-8
Java
false
false
293
java
package cn.phoenixsky.interview; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.FIELD) public @interface BindView { }
[ "122086517@qq.com" ]
122086517@qq.com
1ee5651407976986c32b8351457f132424ced5fe
bd22f491aa2b2a27f48244901dff12271404f7c8
/src/main/java/com/jjj/products/errors/exceptions/ProductNotFoundException.java
7e8b71c175118cb4e6fa5d8125a3cbadaa235806
[]
no_license
JoeyJohnJo/Products-API
1175de9631c7717990260548e081b457025a9018
2a81e7fbe38102741012a911fb4f89f70529e6d1
refs/heads/master
2022-11-10T01:53:28.917628
2020-07-02T12:49:52
2020-07-02T12:49:52
276,228,911
0
0
null
null
null
null
UTF-8
Java
false
false
224
java
package com.jjj.products.errors.exceptions; public class ProductNotFoundException extends RuntimeException { public ProductNotFoundException(Long id) { super("Produto não encontrado com o id: " + id); } }
[ "gustavorocha.gr2002@gmail.com" ]
gustavorocha.gr2002@gmail.com
bcce4974ad1ade8d3de5088e0c447652e16cb397
e349397bed07c832972dba9997594e3566a59970
/src/com/chatovich/movie/command/GetAllMoviesCommand.java
a737edc22cbd4d2c3857d577bc1ab134aa8f7079
[]
no_license
chatovich/movierate
e49c4c19141469252246c354ec0c4fa80086cf95
eaba129e3263b949968c36f437a77b54acc0d2a7
refs/heads/master
2020-06-21T13:44:55.767986
2017-02-27T12:24:34
2017-02-27T12:24:34
74,787,210
0
0
null
null
null
null
UTF-8
Java
false
false
1,393
java
package com.chatovich.movie.command; import com.chatovich.movie.constant.PagePath; import com.chatovich.movie.constant.Parameters; import com.chatovich.movie.entity.Movie; import com.chatovich.movie.exception.ServiceException; import com.chatovich.movie.service.IMovieService; import com.chatovich.movie.service.Service...
[ "chatovich@gmail.com" ]
chatovich@gmail.com
badcfd6559dabc1912953ed6337c6bfcf49fd476
f5f1eec27fe1bdeb58da42124760479ce82e6dd1
/uyaki-swagger3/src/main/java/com/uyaki/swagger3/UyakiSwagger3Application.java
d41fe05ea975f7dc383fb3eb809ab489d1cbd944
[ "MIT" ]
permissive
uyaki/spring-uyaki
d79eef82bd59fac661ede04ece4cdbb06e41b2f8
4321a61dcd00bd8ae717fa797404fcdaf2f8330e
refs/heads/master
2023-02-17T06:42:45.791320
2021-01-08T18:10:50
2021-01-08T18:10:50
273,118,977
2
1
null
null
null
null
UTF-8
Java
false
false
587
java
package com.uyaki.swagger3; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import springfox.documentation.oas.annotations.EnableOpenApi; /** * The type Uyaki swagger 3 application. * * @date 2020 /07/17 */ @EnableOpenApi @SpringBootApplicati...
[ "737376326@qq.com" ]
737376326@qq.com
23a92c84dde6cc8000a91dfcd7b1bc06047286ce
b99ed31c84cef930ccc32f7dce286ddabbfe335b
/FileUtil.java
5a4ccdc1dfaec37bcb71740659c102a672fbdd32
[]
no_license
YMYZEROYMY/lexical-analyzer
8854317855b439041fe911f34af05e2214bc5cb8
d2ba7b8f4b19eea982d64a3c5bb912ca382dd126
refs/heads/master
2020-05-20T12:30:56.277693
2019-05-08T11:25:17
2019-05-08T11:25:17
185,573,594
0
0
null
null
null
null
UTF-8
Java
false
false
2,700
java
package 编译原理实验课.实验1.version1; import java.io.*; /** * 文件操作 * * @author ymy */ public class FileUtil { private static final String outputPath = "E:\\Java程序\\BookTest\\src\\编译原理实验课\\实验1\\version1\\output.dyd"; private static final String errorPath = "E:\\Java程序\\BookTest\\src\\编译原理实验课\\实验1\\versi...
[ "1442420334@qq.com" ]
1442420334@qq.com
e7b7d0e05acfe8f4341f8f81ea7538ccff3774b0
6273601dafb7784d8397987279028ce55308c600
/02_PruebasPOO/src/com/sinensia/poo_avanzado/Tucan.java
9ef22a969f81776160c6d4fbf54236c87a44545d
[]
no_license
dfernandezr2020/curso_java_spring
d35bbd77312d9214282c5276aaf132f01dbfc72e
7be10e49edb2daa268cd4fd4ad0684048a7d1ce0
refs/heads/master
2020-05-20T04:47:46.407795
2019-05-14T08:25:22
2019-05-14T08:25:22
185,391,312
0
0
null
null
null
null
UTF-8
Java
false
false
476
java
package com.sinensia.poo_avanzado; public class Tucan extends AnimalSalvaje { public Tucan(String nombre, float tamanho) { super(2, true, false, nombre, tamanho); } @Override public void mover() { System.out.println(nombre + " Valoando voy!"); } @Override public void ...
[ "rpires7@hotmail.com" ]
rpires7@hotmail.com
90074123090bdd4940d081ea49eded05ec5c9a84
558cbbd837c2a68d60f8a73c73296ac16ccb19e6
/src/MainClass.java
d28194bd8646022aa771ea6bed557ac300316ebc
[]
no_license
STIW3064-A191/TeamA2
b014973370e995d02694b4d21be47927f873f431
fc8845db13b67a998bcae87171bcfc155176dfc3
refs/heads/master
2020-09-25T12:30:58.707482
2019-12-14T05:48:20
2019-12-14T05:48:20
226,002,647
0
0
null
null
null
null
UTF-8
Java
false
false
1,776
java
import java.util.Scanner; public class MainClass { static int UserInput; public static void main(String[] args) { System.out.print("Enter the number: "); Scanner s = new Scanner(System.in); UserInput = s.nextInt(); boolean FinalResult = ...
[ "noreply@github.com" ]
STIW3064-A191.noreply@github.com
78a4c87b1050d2bf71432b8bbb5d34222e34b858
8e7b42b8de3c3de29850ee8f060851881b5134ec
/fast-family-security/src/main/java/com/fast/family/security/mobile/SmsCodeAuthenticationConfigurer.java
9ab2caf5dbb43aa50aa3759f6143142625010982
[ "Apache-2.0" ]
permissive
houshengtao/fast-family-master
afb7fc0a41cd93f395a46df2f9cb259c7bca2de5
cc0c703e91b59c8f7f2785545e224a9ad5bcd476
refs/heads/master
2020-03-31T16:39:23.199132
2018-10-08T11:29:34
2018-10-08T11:29:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,565
java
package com.fast.family.security.mobile; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.authentication.AuthenticationManager; import org.springframework.security.config.annotation.SecurityConfigurerAdapter; import org.springframework.security.config.annotation.web.bu...
[ "616394599@qq.com" ]
616394599@qq.com
5bf7990674f318dd6bb6b47b6d8dd4bc5e825333
b523acde9b0bfe039cb1e1dbe8afcba6e0928c84
/nmp-web/src/main/java/com/hdvon/nmp/client/TestRetryer.java
29494e8e5ca0c1b3d420631a138d8a9913b2dc18
[]
no_license
haohao360/video_cloud
906bbb7e0be404b68b79271d1b1727076384690a
d4703caccdd37d90dca4e8566e414a5ce4ff50b0
refs/heads/master
2023-09-05T11:56:21.331221
2018-11-29T13:56:39
2018-11-29T13:56:39
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,673
java
package com.hdvon.nmp.client; import java.io.IOException; import java.text.SimpleDateFormat; import java.util.Date; import java.util.concurrent.Callable; import java.util.concurrent.TimeUnit; import com.github.rholder.retry.Retryer; import com.github.rholder.retry.RetryerBuilder; import com.github.rholder.retry.StopS...
[ "everhow1314@hotmail.com" ]
everhow1314@hotmail.com
cc21a4a481344348a54ec93d24ce9d0cd2bef94e
083d72ab12898894f0efa87b73ad4b59d46fdda3
/trunk/source/InvariantSynthesis/src/de/uni_freiburg/informatik/ultimate/plugins/generator/invariantsynthesis/preferences/InvariantSynthesisPreferenceInitializer.java
0f3a0b322b0eaf131dd03eda889201417b36908a
[]
no_license
utopia-group/SmartPulseTool
19db821090c3a2d19bad6de690b5153bd55e8a92
92c920429d6946ff754c3d307943bcaeceba9a40
refs/heads/master
2023-06-09T04:10:52.900609
2021-06-06T18:30:15
2021-06-06T18:30:15
276,487,368
8
6
null
null
null
null
UTF-8
Java
false
false
6,194
java
/* * Copyright (C) 2013-2015 Daniel Dietsch (dietsch@informatik.uni-freiburg.de) * Copyright (C) 2012-2015 Matthias Heizmann (heizmann@informatik.uni-freiburg.de) * Copyright (C) 2015 University of Freiburg * * This file is part of the ULTIMATE InvariantSynthesis plug-in. * * The ULTIMATE InvariantSynthes...
[ "jon@users-MacBook-Pro.local" ]
jon@users-MacBook-Pro.local
b939167c5ecdcc9c90ad52da04b10cad741b8d5b
41db5ae1c28fb2c0cac322db4b91620fbcc9c996
/src/main/java/com/example/springboot_poi/SpringbootPoiApplication.java
da7c002baa5c1b98e578ff1e1c95eb564299d09d
[]
no_license
charlie-ch/springboot_poi
ef2dde31626cc7111f76ab10191966bda3dfe906
515ac40e1f46338da4ad6104e1f509f7c2913f12
refs/heads/master
2020-03-16T19:18:24.463585
2018-05-10T14:35:13
2018-05-10T14:35:13
132,909,659
0
0
null
null
null
null
UTF-8
Java
false
false
344
java
package com.example.springboot_poi; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class SpringbootPoiApplication { public static void main(String[] args) { SpringApplication.run(SpringbootPoiApplicatio...
[ "434534658@qq.com" ]
434534658@qq.com
e0c7b63e7230f0b90f4fa8610c399d0e03d35131
d8e70dced8155eaca2ebdb0c5447dfa7624c7c14
/springBoot-covidApp/src/main/java/com/example/covidApp/repository/DonorRepository.java
69df0180b076b43da9e0e67d5617a52188e62597
[]
no_license
Jayanta98/SpringBoot-CovidTrackingSystem
cdd074ac72884ba800c15d615f0632d801140af1
2933a8ef984e351ea3c2cfa4b3729cca38d45c28
refs/heads/main
2023-05-28T13:43:43.345010
2021-06-13T07:25:22
2021-06-13T07:25:22
376,469,236
1
1
null
null
null
null
UTF-8
Java
false
false
224
java
package com.example.covidApp.repository; import org.springframework.data.jpa.repository.JpaRepository; import com.example.covidApp.entity.Donor; public interface DonorRepository extends JpaRepository<Donor, Integer> { }
[ "jg.16u10555@btech.nitdgp.ac.in" ]
jg.16u10555@btech.nitdgp.ac.in
83ff2344c4c47498e30722179c7a94f521a2a23e
5c9aa80659ce753cb819c71e269fe1b99bb50550
/src/main/java/org/thema/graphab/pointset/PointsetLayer.java
466f46a59dafddb47ec8ca2f973ab1c9e6c27045
[]
no_license
SoftwareImpacts/SIMPAC-2021-11
c4eb927872883af27c6f1a4332f9724e8ba851de
bf16dd74e0edac2f6d74d51f78efa6f69c6807ba
refs/heads/master
2023-03-05T23:44:51.219097
2021-01-27T07:39:32
2021-01-27T07:39:32
336,268,697
0
0
null
null
null
null
UTF-8
Java
false
false
6,266
java
/* * Copyright (C) 2014 Laboratoire ThéMA - UMR 6049 - CNRS / Université de Franche-Comté * http://thema.univ-fcomte.fr * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 o...
[ "none@none" ]
none@none
06a52dcd03d34309be12363f990d169e3eb742f1
cc528ea3ad451e48be64f380015242b4591d50cc
/MovieInterface.java
3faca5656b489f36f95ebe86adac5c158b8b7b0a
[]
no_license
x12hengyu/CS400GroupProject1
f1890bca1f84d15987bdbdfc9c487b97d60e215e
de6953f1b1cdb3385f573982443c8b7f03552a2f
refs/heads/main
2023-03-16T07:09:18.880917
2021-03-03T02:25:06
2021-03-03T02:25:06
343,356,457
0
0
null
null
null
null
UTF-8
Java
false
false
347
java
import java.util.List; public interface MovieInterface extends Comparable<Movie> { public String getTitle(); public Integer getYear(); public List<String> getGenres(); public String getDirector(); public String getDescription(); public Float getAvgVote(); // from super interface Comparable public int compa...
[ "noreply@github.com" ]
x12hengyu.noreply@github.com
1f0439fd795639ff6dbaef35738af070fcd61158
d6092bd0cc8d0fe968b122aebc17e251b89b66e0
/app/src/main/java/de/habibhaidari/foodcart/callback/model/DestroyCallback.java
ea9bbdf7312841244372a2c8b12ed6cd030d9ec6
[]
no_license
eiwuert/foodcart-admin
8611ffaae0474915243ef200b82bd391243c4741
3b84f64d812d45ade0f4fd55fe07de6bc054fef3
refs/heads/master
2023-03-01T02:30:48.488325
2021-02-05T17:57:29
2021-02-05T17:57:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
148
java
package de.habibhaidari.foodcart.callback.model; public interface DestroyCallback { void onDestroyed(Boolean destroyed, String identifier); }
[ "habibhaidari@outlook.com" ]
habibhaidari@outlook.com
bc6b3d7c9b5dbf1c21432cebf00a143e1211c2da
240a0a8d295a8c3cf1c04eceedae03d1d47f95f4
/r-dubbo-rpc/src/main/java/com/renxy/rdubbo/rpc/ExporterListener.java
e9d0163ec5ee6adf16ce65e38872923dea0fa812
[]
no_license
redmaple1/r-dubbo
95e2736b35e60c2c6a51cc04309eed854662b4f5
94a8997aed4e400141de7e9cf10e73b5a60c0e2c
refs/heads/master
2022-11-17T22:31:15.756869
2020-07-15T11:02:08
2020-07-15T11:02:08
279,843,555
0
0
null
null
null
null
UTF-8
Java
false
false
465
java
package com.renxy.rdubbo.rpc; /** * Exporter listener * * @author renxiaoya * @date 2020-07-13 **/ public interface ExporterListener { /** * when exporter exported * * @param exporter exporter * @throws RpcException Rpc exception */ void exported(Exporter<?> exporter) throws RpcE...
[ "renxiaoya168@163.com" ]
renxiaoya168@163.com
fe10ad48403e5a23967c7a8706e790a1d9489179
f2d0fd6374cb74f85bd85caa3b401fff815c3110
/app/src/main/java/com/example/bios/crypton/navfragments/WalletFragment.java
44d8e0d5f4bc1a92824492744b456514be37da65
[]
no_license
bios1337/Crypton
eaeaaf9d2a68683aa402f16125789dc99d54919a
794471bb010442c106d431f4a290b4cbddf67ece
refs/heads/master
2021-04-18T03:33:14.938055
2020-03-23T17:43:24
2020-03-23T17:43:24
249,492,581
0
0
null
null
null
null
UTF-8
Java
false
false
6,483
java
package com.example.bios.crypton.navfragments; import android.arch.lifecycle.Observer; import android.arch.lifecycle.ViewModelProviders; import android.content.Intent; import android.content.res.Configuration; import android.os.Bundle; import android.os.Parcelable; import android.support.annotation.NonNull; import and...
[ "10359444+bios1337@users.noreply.github.com" ]
10359444+bios1337@users.noreply.github.com
c9555146fab0093b9cda368f5b1959f9f1661544
eaeae43c5749fb232d0027519e4d4ed11ffeba85
/src/main/java/com/first/vertx/EventBus/PointToPoint.java
1bac30ca7e33f8a33d759a78e4e6f85205b29d73
[]
no_license
Prabhu4452/vertx-core-examples
9a4aa65f7981eba2fb9c38c5793df8a35ed4a56b
51483c26c8d6ca9fea64b66bb269b65a040f4eb6
refs/heads/master
2023-07-08T10:53:09.941109
2021-08-26T07:08:10
2021-08-26T07:08:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,535
java
package com.first.vertx.EventBus; import com.first.vertx.eventloops.EventLoopExample; import io.vertx.core.AbstractVerticle; import io.vertx.core.Promise; import io.vertx.core.Vertx; import org.apache.log4j.BasicConfigurator; import org.slf4j.Logger; import org.slf4j.LoggerFactory; public class PointToPoint { priv...
[ "prabhu@artpark.in" ]
prabhu@artpark.in
342e97ff304808fd8d1b5822ad0d9a118edd6d6a
d1e27692c858fbd3a2433fd6e8ed15f86050a642
/Renowalk_Backup_09292016/HomeDepot_Renowalk/src-botched/com/qc/IKPIFactory.java
cb521a8abbaa6a2194e32407212a0c2920180108
[]
no_license
saikrishna89/IndeedProject
7d734aebd18713e48f2db7460503a7892d1b19a1
e68d284e5f0294af42c3247905e98909269018de
refs/heads/master
2021-01-23T03:34:35.490743
2017-12-21T06:07:07
2017-12-21T06:07:07
86,095,699
0
0
null
null
null
null
UTF-8
Java
false
false
226
java
package com.qc ; import com4j.*; /** * For HP use. Represents a KPI Factory. */ @IID("{5EC0A34E-A6CB-477A-8789-E10C4469795C}") public interface IKPIFactory extends com.qc.IBaseFactoryEx { // Methods: // Properties: }
[ "abhi.madhireddy@gmail.com" ]
abhi.madhireddy@gmail.com
76a347dcde5b2ffdd2721fae3bde87dfc35fe1c7
a6c14716a0233e6ec25ef18244a4986989043722
/SpringBootTddApplication/src/main/java/com/demo/tdd/gg/model/Car.java
56db10362a48065d3549b2421f27f83f9dfbc4d0
[]
no_license
pacegiffgaff/Sandeep_Prakash_Code_Repo
2ac71aee53dca9b10f85c213a8d8f482ffa5ae5d
ca643004dee59d5568cd46be711fd97269567c3f
refs/heads/master
2022-12-23T22:18:22.482167
2020-05-19T14:45:23
2020-05-19T14:45:23
241,822,402
0
0
null
2022-12-16T01:54:01
2020-02-20T07:39:50
Java
UTF-8
Java
false
false
1,021
java
package com.demo.tdd.gg.model; import javax.persistence.*; import java.util.Objects; @Entity @Table(name = "cars") public class Car { @Id @GeneratedValue(strategy = GenerationType.AUTO) @Column(name = "id") private Long id; @Column(name = "name") private String name; @Column(name = "typ...
[ "Prakash.badisa@nttdata.com" ]
Prakash.badisa@nttdata.com
80fb4831b4f4c2f94b2c1cef70d9163cdaf0fdb5
69ee0508bf15821ea7ad5139977a237d29774101
/cmis-core/src/main/java/vmware/vim25/ProfileExecuteError.java
610c9539cca817b6617de76bcd88ce6d798df4dd
[]
no_license
bhoflack/cmis
b15bac01a30ee1d807397c9b781129786eba4ffa
09e852120743d3d021ec728fac28510841d5e248
refs/heads/master
2021-01-01T05:32:17.872620
2014-11-17T15:00:47
2014-11-17T15:00:47
8,852,575
0
0
null
null
null
null
UTF-8
Java
false
false
2,108
java
package vmware.vim25; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for ProfileExecuteError complex type. * * <p>The following schema fragment specifies ...
[ "brh@melexis.com" ]
brh@melexis.com
53c6588eb8f877e2defcf889dc07708605eec574
3d98ef8b8233b18fa285c9eeaa2c0a23a21bb956
/src/keon/ldtest/entity/tile/TileStillWater.java
0401a3266dcdf55932c30903a3ab37917128e11c
[]
no_license
KaiaSky/LudumJam_BeneathTheSurface_Lava
d828ca06dbe0c50d7be825703069ce5c73126682
4dce353a867974bf2b1f95e5cdbc83bac4fa7ecd
refs/heads/master
2021-05-26T18:21:16.175934
2014-05-06T20:37:25
2014-05-06T20:37:25
null
0
0
null
null
null
null
UTF-8
Java
false
false
279
java
package keon.ldtest.entity.tile; import keon.ldtest.entity.TileWorld; import keon.ldtest.entity.tiledata.TileData; public class TileStillWater extends BasicTile { @Override public void update(int x, int y, TileWorld w, TileData data) { w.setTileAt((char)2, x, y); } }
[ "kprater3.14@gmail.com" ]
kprater3.14@gmail.com
d6ef21a27633880a52f344591cac2d14e180f8a0
8e7cd5d0a702ef8e717745e31d05da1abeee567e
/src/com/yulinoo/plat/life/net/reqbean/AdvertiseReq.java
2df4a3e5df9b31cb05450a1cbafae9a434008bf5
[]
no_license
lyxwll/NewMyLife
ab4a99b219dcbbde3d857b15e5db3794c866fd43
1b6a7261d95e22e829cd8004c1712b115fd61398
refs/heads/master
2021-01-25T10:21:15.504903
2015-08-05T09:13:51
2015-08-05T09:13:51
40,235,979
0
0
null
null
null
null
UTF-8
Java
false
false
598
java
package com.yulinoo.plat.life.net.reqbean; //取消关注小区 public class AdvertiseReq { private Integer position; private Long categorySid; private Long areaSid; public Integer getPosition() { return position; } public void setPosition(Integer position) { this.position = position; } public Long getCat...
[ "jyu4228716@163.com" ]
jyu4228716@163.com
925ed60b3d4f8919f035bd9c8f8458c466c71e69
fd84d7b4e9a40b9de6790d16116e9aa46fd4b601
/src/main/java/com/whitecitycode/aida/AccServiceRateType.java
b14652984d3806016f887c274ed468571c103403
[]
no_license
rredpoppy/aida
2dbb9ff56569d57d32c011e79825cde7e9d1d155
24759b16049b95df302d86ace29561a0b9149d27
refs/heads/master
2021-01-17T17:21:20.493653
2017-02-22T08:12:13
2017-02-22T08:12:13
82,778,122
0
0
null
null
null
null
UTF-8
Java
false
false
4,226
java
package com.whitecitycode.aida; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; /** * Represents an extension of the service pr...
[ "adrian.rosian@gmail.com" ]
adrian.rosian@gmail.com
7c9dc91cb0e6a82d38e03aa4ea2981eba45c3bc4
e40c440ef40147a14a56460a563eebb05de69748
/src/db/DbRepToleranciaIndividual.java
f691c8d9492d108a6d42b5508500e7880d9a1c1c
[]
no_license
witzkito/RacoopMC
960eee58e1899a0815b63863616df064ab33eceb
748f34c769a3b05db412709aae2fe045d1a35c77
refs/heads/master
2021-01-22T11:51:56.665086
2014-07-24T21:29:30
2014-07-24T21:29:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,651
java
package db; import java.sql.SQLException; public class DbRepToleranciaIndividual { //Atributos private Coneccion con; //Constructor public DbRepToleranciaIndividual(Coneccion con){ this.con = con; } //Metodos /** * Metodo que inserta un registro en la Base de Datoss * @param numero l...
[ "witzkito@gmail.com" ]
witzkito@gmail.com
955137d2c03805829fe1f61ac85b17b3dc4380e9
151544b4976a7868ce5f9d3cff7654564bfc005a
/src/com/forestry/dao/sys/FundDao.java
eb46fa24c4e0a04e1ef216c82e8bc37fdbcb98b2
[]
no_license
tongxinwudi/xz
da6b6d004a0d39d1ed11b1463956257228750caf
d6ca5825e605a70bcd2eeca89cd97bc10d33dc85
refs/heads/master
2021-01-10T22:48:00.464070
2016-10-09T04:25:29
2016-10-09T04:25:29
70,376,014
1
0
null
null
null
null
UTF-8
Java
false
false
3,807
java
package com.forestry.dao.sys; import java.util.Date; import java.util.List; import java.util.Map; import org.hibernate.Query; import com.forestry.model.sys.Forestry; import com.forestry.model.sys.Fund; import com.forestry.model.sys.FundHold; import com.forestry.model.sys.FundLimit; import com.forestry.model.sys.Prof...
[ "xtong@niub.la" ]
xtong@niub.la
dfa32aba0b474c01f24603c2ae06221734c26cca
3650ed995c0c1a3835e1905a66bc45d8850d2be0
/maxdenytcz/src/com/taocz/citystory/txweibo/beans/OAuth.java
13b6b65efed09c20a3ee4e01b648a94480f39077
[]
no_license
maxdeny/test
7d38f42296822dc4174e25f2e056ef09c2374d9f
1408429cbf5cc896cf4dfaeb21c6c6faaa9932c7
refs/heads/master
2021-01-10T07:25:33.543500
2016-04-08T06:00:10
2016-04-08T06:00:10
55,743,264
0
0
null
null
null
null
UTF-8
Java
false
false
4,616
java
package com.taocz.citystory.txweibo.beans; import java.io.Serializable; import java.util.ArrayList; import java.util.List; import java.util.Random; import org.apache.http.NameValuePair; import org.apache.http.message.BasicNameValuePair; import com.taocz.citystory.txweibo.constants.OAuthConstants; /** ...
[ "iamzhuolei@gmail.com" ]
iamzhuolei@gmail.com
09db2516578b669c3536019618554650aa45be71
14b86c1810dd2f93e681ed2cd81222b920cb936a
/src/main/java/zh/learn/javafx/ch12control/chooser/FileChooserTest.java
1f7e6f33c3bfe797df09cb21107300119c497e3e
[]
no_license
dzheleznyakov/LearningJavaFx
26b7fa8940c8670233c60ebb2ff5704635c9683c
d5feaf5ed716aee9308c9d481e10403e63a84982
refs/heads/master
2021-07-08T05:42:23.347341
2019-12-18T17:36:49
2019-12-18T17:36:49
200,179,208
0
0
null
2020-10-13T15:27:52
2019-08-02T06:34:10
Java
UTF-8
Java
false
false
2,423
java
package zh.learn.javafx.ch12control.chooser; import javafx.application.Application; import javafx.geometry.Pos; import javafx.scene.control.Button; import javafx.scene.layout.HBox; import javafx.scene.layout.VBox; import javafx.scene.web.HTMLEditor; import javafx.stage.FileChooser; import javafx.stage.Stage; import zh...
[ "zheleznyakov.dmitry@gmail.com" ]
zheleznyakov.dmitry@gmail.com
f3a3b8a73005356374e60d14778c29fd3b230d44
33d46d49846b0864337e1765607a094a6ef3ae84
/approval/src/main/java/com/shine/approval/service/IApprovalOptimizeService.java
7b3af758dae22deb09326beeb08712897c9844e3
[ "Apache-2.0" ]
permissive
ShineXxx/zhengwu
fa37a5a752d3749b763d742b48228e7089f61f50
9cc896b849f0c152f954488982dbfadb5e75e66c
refs/heads/main
2023-08-13T12:44:40.312576
2021-09-23T14:51:43
2021-09-23T14:51:43
407,781,020
0
0
null
null
null
null
UTF-8
Java
false
false
939
java
package com.shine.approval.service; import com.shine.approval.module.vo.ClassificationVo; import com.shine.approval.module.vo.InfoExtraVo; import com.shine.approval.module.vo.OcrVo; import com.shine.approval.module.vo.RuleEngineVo; /** * 预审优化版 接口 (实现任务分片) * * @author zhaoyao */ public interface IApprovalOptimizeS...
[ "zhaohaijin@seassoon.com" ]
zhaohaijin@seassoon.com
2275bab98d37b9be078e83a9d0a2ba9eaf5a6eed
c86dcd5e3364805e2c0ffe01f50334e316db08bb
/classpractice11/src/test/java/com/example/inspiron/classpractice11/ExampleUnitTest.java
317039a85e9219bd2d33edbf56e96aaca3e256b3
[]
no_license
manroopsingh/MAC
bab07c0cc400daf7626150c9ed528c1f022856d8
7d4a04bb0f4ebe15299279bd6f5f1508db511967
refs/heads/master
2021-01-18T22:22:21.251107
2017-01-25T22:13:38
2017-01-25T22:13:38
76,473,927
0
0
null
null
null
null
UTF-8
Java
false
false
414
java
package com.example.inspiron.classpractice11; 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 ...
[ "manroopmsingh@gmail.com" ]
manroopmsingh@gmail.com
cf8547eb24a52ee74186d2aa53141c0ed54e8d8b
7fadecd4cb03199a3efddc6ef6f6151c4eaf061d
/classmonitor/video_processor/src/main/java/service/impl/SelfstudyImpl.java
aa07aff019c77f8e0a22121a0f1b5c861f2afd03
[]
no_license
Pangyk/LBAIS
b63536d83cff11d5de36d1602ba46fe98a14a0a8
d55499809f6277df93919225425ca87fe432754b
refs/heads/master
2022-04-05T22:56:56.455854
2020-01-28T03:31:37
2020-01-28T03:31:37
236,650,208
0
0
null
null
null
null
UTF-8
Java
false
false
19,014
java
package service.impl; import java.awt.geom.Point2D; import java.io.BufferedReader; import java.io.File; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintWriter; import java.net.URL; import java.net.URLConnection; import java.text.SimpleDateFormat; import java.util.ArrayList; import jav...
[ "1403842152@qq.com" ]
1403842152@qq.com
9bfca409bde6f84d87cf31d4a7bee179c4046dde
7b4914bf95af54caa07050e3cf23ebf47b590af9
/WEB-INF/src/com/bureaueye/beacon/action/edi/pdf/ReportEdifactIftminEndPage.java
64df88bdca2583b61983aeb7ede60f6d64c9870e
[ "Apache-2.0" ]
permissive
avesus/beacon
fd1874799f91c7b84e5244eb9b3e8e243a81c3c8
d6626f97153acc8c1eb0f0c5d51f5693c9815a06
refs/heads/master
2022-01-08T11:52:49.468174
2019-07-08T08:02:03
2019-07-08T08:02:03
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,211
java
package com.bureaueye.beacon.action.edi.pdf; import java.util.Date; import com.bureaueye.beacon.util.Util; import com.itextpdf.text.Document; import com.itextpdf.text.ExceptionConverter; import com.itextpdf.text.Font; import com.itextpdf.text.Phrase; import com.itextpdf.text.Rectangle; import com.itextpdf.text.pdf.B...
[ "nicktankard@gmail.com" ]
nicktankard@gmail.com
580815e745cab1283f7fcb679af5477f94fd4953
250fc55f02f1a06ac2c410288ba8c677442cbd3f
/ABCAndroid/src/me/longerian/abcandroid/tiledview/TiledLayoutActivity.java
4bbd1ed67555c15618638e4b221d96101bab77b6
[]
no_license
NightOfTwelve/longerian
30795338c0bf1f502ba98bda4c07c4675335594b
88468f0b8fcc5955c214528e71aff2466ca2b935
refs/heads/master
2020-05-17T01:53:01.269632
2015-03-12T09:56:05
2015-03-12T09:56:05
38,750,596
0
0
null
null
null
null
UTF-8
Java
false
false
1,690
java
package me.longerian.abcandroid.tiledview; import me.longerian.abcandroid.R; import android.app.Activity; import android.graphics.Color; import android.os.Bundle; import android.view.ViewGroup; import android.widget.TextView; public class TiledLayoutActivity extends Activity { @Override protected void ...
[ "xlhongultimate@gmail.com" ]
xlhongultimate@gmail.com
6e57394a1232ce0170a0b34f0435449cb3262fc9
5c8fad57efae4f327229aecb87ba1a0160843869
/src/Panneau1.java
ccf17a142a389c4c691c3256f52fc2b5e1386a7c
[]
no_license
simven/bomberman
ad4764e604975ff89a4c59749b136bf07458a140
c9f0c3f71544aef57b6f163a931fb8f7f42c2a19
refs/heads/master
2020-11-27T23:00:42.106617
2020-05-02T16:03:00
2020-05-02T16:03:00
229,638,432
0
0
null
null
null
null
UTF-8
Java
false
false
1,266
java
import java.awt.Graphics; import java.awt.Image; import java.io.File; import java.io.IOException; import java.awt.Dimension; import javax.imageio.ImageIO; import javax.swing.JPanel; import java.awt.Dimension; public class Panneau1 extends JPanel{ /** * */ private static final long serialVersionU...
[ "noreply@github.com" ]
simven.noreply@github.com
b3c686a53ddfbc6d2688e29945124ca93eb1c940
e53a857f8cc946cc9bd46ace470159549b412fa3
/resources/test/TestRHelper.java
eca8ebccdf8817a9053e1bc61523e7753348ac57
[]
no_license
Ser87ch/SABS_proj_rft
519e6eb9f90e12e57ed41ac1afc3be55bb4e1104
eb3e897c0149f0bbf3b6f64971617702ab4cff47
refs/heads/master
2016-09-05T11:45:23.444412
2013-12-13T09:00:35
2013-12-13T09:00:35
null
0
0
null
null
null
null
WINDOWS-1252
Java
false
false
1,380
java
// DO NOT EDIT: This file is automatically generated. // // Only the associated template file should be edited directly. // Helper class files are automatically regenerated from the template // files at various times, including record actions and test object // insertion actions. Any changes made directly to a he...
[ "ser4@me.com" ]
ser4@me.com
6c85693cf109fae7acef7ec0e5e1968e246c0da0
3f0ddf5aa27e72ece5285affab2a63612f56af05
/game-server/game-gateway-config/src/main/java/com/game/gateway/lock/Lock.java
08c4b6f23697aabd2d8948c8ff21bf2e9910843a
[]
no_license
wangxingman/game-server
cdf6a5cf038ba4f99a5818cbe6bbc90c658783a1
c0be3be0c3e84bb4d8152c0f3c17f66ffa70534d
refs/heads/master
2022-12-30T11:59:19.532655
2019-10-30T05:51:48
2019-10-30T05:51:48
185,502,910
1
0
null
2022-12-16T00:35:50
2019-05-08T01:17:02
Java
UTF-8
Java
false
false
502
java
package com.game.gateway.lock; import java.io.Serializable; /** * @Author : wx * @Desc : * @Date : 下午 3:26 2019/7/9 0009 * @explain : 全局锁,包括锁的名称 */ public class Lock implements Serializable { private String name; private String value; public Lock(String name, String value) { this.name = na...
[ "wangxingstudy@163.com" ]
wangxingstudy@163.com
389da6ee5fc5de8fd48739aa6b0168ac298c4b14
263a7b5c76ccb72a4f6fb27e649843e9d7edcbc8
/consumidor-two/src/main/java/br/com/fiap/consumidortwo/config/ConfigMainApp.java
404149e1ed4dc987f3e0c34a1f454f8e5a60d508
[]
no_license
diegolribeiro/projeto_kafka
04319168da0d53a78f59e1b0d8a5ecc8600aef99
a99475cdbad59f94446436a55928c5fe129edd5a
refs/heads/master
2020-12-15T03:07:04.037159
2020-02-03T00:07:14
2020-02-03T00:07:14
234,974,523
0
0
null
2020-02-03T00:07:15
2020-01-19T22:01:13
null
UTF-8
Java
false
false
1,001
java
package br.com.fiap.consumidortwo.config; import java.util.List; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Configuration; import org.springframework.http.converter.HttpMessageConverter; import org.springframework.http.converter.json.Jackson2ObjectMapper...
[ "33814620+diegolribeiro@users.noreply.github.com" ]
33814620+diegolribeiro@users.noreply.github.com
ce3946ea2797a6b16bffea1f67300289a0ae0d1f
1abb9c01a756335c7fb8057336e2d292e2eeaa61
/app/src/main/java/com/magdales/swoosh/LeagueScreen.java
47c87a9764665a402d894120a844f7db4f057749
[]
no_license
alyssamgdls/Swoosh
77818a676385bc044a11119f5c571cfe583e2079
78521285180b607270bb1858b38174df587b944f
refs/heads/master
2021-01-15T23:59:24.190786
2017-08-11T14:17:06
2017-08-11T14:17:06
99,918,961
0
0
null
null
null
null
UTF-8
Java
false
false
3,211
java
package com.magdales.swoosh; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.TextView; public class LeagueScreen extends AppCompatActivity { private Button btnLeague1; priva...
[ "magdalesalyssa@yahoo.com" ]
magdalesalyssa@yahoo.com
0d02011f43f3ef1de582fd6358bb059f556fa151
03855ad31e76be086bab7127dae9763cd9f97965
/src/main/java/frc/robot/commands/drive/RotateToVisionTargetCommand.java
f9fd61d183806d7ae9fad5f9d0861e08e8310ef4
[]
no_license
WolverineRobotics/FRC_2021_Robot
2564c37c40d0b51f65ec783ecc62af2bdab257e5
6e3a56ced36c6fa0107930d58cae54a13347455c
refs/heads/master
2022-07-12T10:58:30.398751
2020-05-15T15:43:09
2020-05-15T15:43:09
264,232,867
0
0
null
null
null
null
UTF-8
Java
false
false
6,538
java
package frc.robot.commands.drive; import edu.wpi.first.wpilibj.smartdashboard.SendableBuilder; import edu.wpi.first.wpilibj2.command.CommandBase; import edu.wpi.first.wpiutil.math.MathUtil; import frc.robot.constants.RobotConst.DriveConst; import frc.robot.constants.RobotConst.PIDConst; import frc.robot.exceptions.NTN...
[ "thomasjosif@users.noreply.github.com" ]
thomasjosif@users.noreply.github.com
4b584ebb1c5b25faa94db9b5473755d16f211af8
3abb649178da276b48ed8dcd40fe36595b55153e
/Code demos/CS417EnumerationsCreationalPatterns/src/edu/ccsu/cs417/builder/vehicle/MotorVehicleDirector.java
aa4a3384aa0be564d29530b642051870f7660df2
[ "MIT" ]
permissive
CCSU-CS417F17/CS417F17CourseInfo
b088809c38cf946677bc04365c0dd75f4c8cffaf
abea16783c917cb6eb8eba242b2f8ab0e2d97871
refs/heads/master
2021-01-19T18:25:31.933700
2017-11-27T21:24:11
2017-11-27T21:24:11
101,135,446
6
2
null
2017-11-08T19:49:54
2017-08-23T03:52:39
Java
UTF-8
Java
false
false
1,937
java
package edu.ccsu.cs417.builder.vehicle; import java.util.Set; /** * Specifies how to con * * @author cw1491 */ public class MotorVehicleDirector { public static void build2DoorCar(MotorizedVehicle.MotorizedVehicleBuilder builder, Set<VehicleEnhancement> vehicleEnhancements) { builder.addAxel(2); builde...
[ "chadgit13@gmail.com" ]
chadgit13@gmail.com
e780179460fe45878155b6c809576c4ccfa15146
a358b9752152f6e37c5788516d710f65aa70b823
/app/src/main/java/com/vivid/myshop/foryou/foryouAdopter.java
9751a4403864e2b046c0e416431fc3a58c2b9613
[]
no_license
anilkr1997/MyShop
fadd4fbc6c68d37421d9150d37d33745bf192ab1
eba355febadd294ca405fb168cc03f224bf29391
refs/heads/master
2022-12-17T23:31:58.979933
2020-09-24T11:31:02
2020-09-24T11:31:02
298,258,576
0
0
null
null
null
null
UTF-8
Java
false
false
743
java
package com.vivid.myshop.foryou; import android.view.View; import android.view.ViewGroup; import androidx.annotation.NonNull; import androidx.recyclerview.widget.RecyclerView; public class foryouAdopter extends RecyclerView.Adapter<foryouAdopter.MyViewHolder> { @NonNull @Override public MyViewHolder onCr...
[ "49671388+anilkr1997@users.noreply.github.com" ]
49671388+anilkr1997@users.noreply.github.com
d25f8f6e6c9daf8c08a75fe5baca4e2dd74a4d16
9ba92e356a58ad003941f886c9d4a1f386b16d85
/src/main/java/com/dmavrotas/pts/api/models/VisitLog.java
a7fb319e2e084900f77d174edb447e49f600e89d
[]
no_license
dmavrotas/pts-api
1c51a1b50ca6d46f477ddca24f00750df70f6570
a8fcc2e667c6f287ec7205947fbdbf52ce8710e1
refs/heads/master
2022-02-25T20:32:03.939424
2022-02-13T19:23:30
2022-02-13T19:23:30
236,802,294
0
1
null
null
null
null
UTF-8
Java
false
false
2,600
java
package com.dmavrotas.pts.api.models; import org.apache.commons.lang3.builder.EqualsBuilder; import org.apache.commons.lang3.builder.HashCodeBuilder; import org.apache.commons.lang3.builder.ToStringBuilder; import javax.persistence.*; import java.time.LocalDateTime; @Entity @Table(name = "visit_log") public class Vi...
[ "dionysios.mavrotas@kcitylabs.fr" ]
dionysios.mavrotas@kcitylabs.fr
cfcf0e22c5e052e99f7307185c41977b40f4e9f8
802103b5bc696ebe934be7a9761cd247a31d6c47
/src/main/java/com/dp/behavioural/strategy/BubbleSort.java
a8a991ef30a9a78cf5ed23613ce67c1a14717d13
[]
no_license
KetanMirg/DesignPatternRepo
c331d88dabc64c6746aa9a0168eba50d98f8d44e
def34f4561a4ea28a3799e3b1ccb3ed28202a1d5
refs/heads/master
2022-04-13T18:01:52.159508
2020-04-14T10:09:44
2020-04-14T10:09:44
255,576,907
0
0
null
null
null
null
UTF-8
Java
false
false
182
java
package com.dp.behavioural.strategy; public class BubbleSort implements SortStratergy{ @Override public void sort() { System.out.println("BubbleSort.sort"); } }
[ "ketan.mirg@kronos.com" ]
ketan.mirg@kronos.com
1f579f606191c8c83cf933b9e7e2044dc0fc253a
b7b4b08c9a6c20aca394390ce93687e484a3cfa7
/Last Group Project/mastermind2.java
24e1faa62eb9de17102dd8aa931e48140b71bbfb
[]
no_license
moonkhan12/Projects
fc494d3d2d1b1ad3393563ede71e85a5d0ce2bcd
8b1fe6191480c75b8dbebfa58adb24193ec373c7
refs/heads/main
2023-04-26T20:18:00.478533
2021-05-27T17:53:04
2021-05-27T17:53:04
357,923,902
0
0
null
null
null
null
UTF-8
Java
false
false
19,473
java
// Simulation of the Mastermind game import java.awt.*; import java.io.*; import java.applet.*; public class mastermind2 extends Applet { private Button Game1,Game2; final int INITIAL_MODE = 1; final int PLAYER_GUESSES = 2; final int COMPUTER_GUESSES1 = 3; final int COMPUTER_GUESSES2 = 4; ...
[ "noreply@github.com" ]
moonkhan12.noreply@github.com
889b7c7b93a2271bbbd1635841e8efa8e83dc96a
5e589e41845737ee8df7530037f9217974e91ce3
/Labs/Objective4Lab1.java
2c9881062154619ffc25253d8732b2ff6d37fb62
[]
no_license
CAS2015/SDPre
73580c26d7b554be8388f64c7cb16524f1615392
acd885189d115685ce8f3f3244af26f165878e83
refs/heads/main
2023-02-04T19:00:01.972140
2020-12-15T19:21:29
2020-12-15T19:21:29
318,646,176
0
0
null
null
null
null
UTF-8
Java
false
false
1,055
java
import java.util.Scanner; public class Objective4Lab1 { public static void main(String[] args) { Scanner keyboard = new Scanner(System.in); String fName = ""; String lName = ""; String favoriteAnimal = ""; String favoriteFood = ""; String favoriteSong = ""; System.out.println("What is y...
[ "chelseyann2119@gmail.com" ]
chelseyann2119@gmail.com
5a82284afb5066092a4640d7b13fa6af931e97fc
929b89bb64145b35d4c35e8aabd8d309cffd0140
/src/edu/ufp/inf/sd/rmi/_06_visitor/server/ElementsFoldersServer.java
15d80063e3cf4ce8ad7bbf2743a2df3671a1976b
[]
no_license
ppinheiro99/SD
f457105436c597afb32590312bca3db8af076808
b1a9b299b08b4ba6954bc432ceb61bc0698b6309
refs/heads/master
2023-06-01T13:18:04.076393
2021-05-21T19:32:09
2021-05-21T19:32:09
368,160,367
0
0
null
null
null
null
UTF-8
Java
false
false
5,731
java
package edu.ufp.inf.sd.rmi._06_visitor.server; import edu.ufp.inf.sd.rmi.util.rmisetup.SetupContextRMI; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.rmi.RemoteException; import java.rmi.registry.Registry; import java.util.Properties; import java.util.function...
[ "ppinheiro99@hotmail.com" ]
ppinheiro99@hotmail.com
28c9d05e26700401e78cfa2320a844fb8777b1ac
1102652887cde253009db3b88e9295007735d79e
/src/main/java/com/noticeBoard/app/web/controllers/action/AddMessageController.java
2cde7eb11ce0210fd08008f11bacfe01371960e4
[]
no_license
h3tom/NoticeBoard
9a62aaf4cfa5b5169f4f8d077a7c2ab767726c30
6ef7200c23b9b40a494e9a879fbabeb60e1cf87d
refs/heads/master
2022-12-21T03:13:51.450200
2019-12-05T15:47:47
2019-12-05T15:47:47
208,603,946
0
0
null
2022-11-24T09:26:52
2019-09-15T14:12:48
Java
UTF-8
Java
false
false
1,697
java
package com.noticeBoard.app.web.controllers.action; import com.noticeBoard.app.dto.AddMessageDTO; import com.noticeBoard.app.services.MessageService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springfr...
[ "hein.tomasz@gmail.com" ]
hein.tomasz@gmail.com
87dfb0764895d28411401e8b363bb019ff7eef8a
aa3ab3cff116e6d2fedcdc31b039ff678023b431
/workspace/base/src/main/java/com/csys/parametrageachat/domain/GenericBaremeAppelOffre.java
fd0851a43835d676e76c288678328e455826b2e3
[]
no_license
HassenBenSlima/Mini-Project-Java
623981e9e6196996ec5be0cf1908fea26e64921d
cd5cf3c56229a1660898dce0b929fdbb791010ca
refs/heads/master
2022-12-22T18:39:42.857902
2019-10-08T22:30:26
2019-10-08T22:30:26
133,140,428
0
0
null
2022-12-16T05:46:31
2018-05-12T11:38:47
TSQL
UTF-8
Java
false
false
3,967
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.csys.parametrageachat.domain; import java.io.Serializable; import javax.persistence.Basic; import javax.persistence.Cascad...
[ "Hassen.BenSlima" ]
Hassen.BenSlima
79971235b9d31369116ddcf4b397846331105c43
4fa0e661abebcf27560baa5e1d8fd398074be95a
/src/kap6/Man.java
8b95da848e5f40d17802a763d21ce71f9998a592
[]
no_license
tfla/cs_eda016
66259c871b8be3cee553db7be288559faeba0251
432de36a2654d56d8f7ae4621bb14a4f4f9dd906
refs/heads/master
2021-01-25T07:34:56.501313
2013-02-17T20:58:53
2013-02-17T20:58:53
null
0
0
null
null
null
null
UTF-8
Java
false
false
713
java
import java.util.Random; public class Man { private static Random rand = new Random(); private double up; private int startPos; private int stopPos; private int nbrSteps; public Man(double upProb) { up = upProb; } public void climb(int n) { startPos = 2+rand.nextInt(n-2); nbrSteps = 0; int pos = sta...
[ "timmy@jotunheim.(none)" ]
timmy@jotunheim.(none)
620b821d4831d25b42cf52d9937e537273bb8da6
95a6640659fdfd02709d3fc4a9e9f6ef516c79c4
/server_open/TextClientThread.java
34386d93eb0bd8e5e6c9ca7bfe09bc8e67f09dd2
[]
no_license
nomadsystem/NOMADS
1c2fffc0f55cd5a8f1b65cc5e393515453b93789
2ab738a023915f7e66f443bfaa3112266bc39cfe
refs/heads/master
2021-05-01T00:12:48.664523
2013-11-16T19:47:26
2013-11-16T19:47:26
4,654,612
1
1
null
null
null
null
UTF-8
Java
false
false
1,022
java
import java.net.*; import java.io.*; public class TextClientThread extends Thread { private Socket socket = null; private TextClient client = null; private DataInputStream streamIn = null; public TextClientThread(TextClient _client, Socket _socket) { client = _client; socket ...
[ "djtopper@gmail.com" ]
djtopper@gmail.com
771f3cca2b0b78af8c51bc0b5faf30bfec53ae2a
cbe0129f7b3d137218274d9f5a5c26fb72743c54
/SpringBoot企业级开发/源码/blog-comment/src/main/java/com/waylau/spring/boot/blog/service/CommentServiceImpl.java
09f2eff98e452c6292d63f0af6af8878a7b7e83c
[]
no_license
TronQuick/Spring-Boot
246fbf8f270b0391d70774a0cfd38eb21155c67f
d16fe030da76a3f975f5b2182707f3e9aaa08dd0
refs/heads/master
2022-06-27T07:11:39.140687
2019-08-07T09:28:55
2019-08-07T09:28:55
201,000,600
2
0
null
2022-06-21T01:37:06
2019-08-07T07:50:35
JavaScript
UTF-8
Java
false
false
870
java
package com.waylau.spring.boot.blog.service; import javax.transaction.Transactional; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.waylau.spring.boot.blog.domain.Comment; import com.waylau.spring.boot.blog.repository.CommentRepository; /** ...
[ "707500781@qq.com" ]
707500781@qq.com
8a8a96444041188efa6c233ec2d7e2dc8323abce
9b01ffa3db998c4bca312fd28aa977f370c212e4
/app/src/streamB/java/com/loki/singlemoduleapp/stub/SampleClass3419.java
a65fb24b91075de84a6bdccc5c22d92c7038a78f
[]
no_license
SergiiGrechukha/SingleModuleApp
932488a197cb0936785caf0e73f592ceaa842f46
b7fefea9f83fd55dbbb96b506c931cc530a4818a
refs/heads/master
2022-05-13T17:15:21.445747
2017-07-30T09:55:36
2017-07-30T09:56:11
null
0
0
null
null
null
null
UTF-8
Java
false
false
256
java
package stub; public class SampleClass3419 { private SampleClass3420 sampleClass; public SampleClass3419(){ sampleClass = new SampleClass3420(); } public String getClassName() { return sampleClass.getClassName(); } }
[ "sergey.grechukha@gmail.com" ]
sergey.grechukha@gmail.com
314a4615e0db072300b8e812b8256553acf0ac2a
c82f89b0e6d1547c2829422e7de7664b378c1039
/src/com/hongyu/service/impl/SpecialtyPriceServiceImpl.java
08e13c6d34f0107e1559cbc0c89221285bacebc0
[]
no_license
chenxiaoyin3/shetuan_backend
1bab5327cafd42c8086c25ade7e8ce08fda6a1ac
e21a0b14a2427c9ad52ed00f68d5cce2689fdaeb
refs/heads/master
2022-05-15T14:52:07.137000
2022-04-07T03:30:57
2022-04-07T03:30:57
250,762,749
1
2
null
null
null
null
UTF-8
Java
false
false
623
java
package com.hongyu.service.impl; import javax.annotation.Resource; import org.springframework.stereotype.Service; import com.grain.dao.BaseDao; import com.grain.service.impl.BaseServiceImpl; import com.hongyu.entity.SpecialtyPrice; import com.hongyu.service.SpecialtyPriceService; @Service("specialtyPriceServiceImpl...
[ "925544714@qq.com" ]
925544714@qq.com
ba6624657b92c6ba82a50e7f0eb27ce9dc67a123
228826bd500f2dfe3ee3864df411729c25d977e1
/ncyp/ncyp-company/scyp-common-sharding/src/main/java/com/ceying/common/enums/OrgLevelEnum.java
f3b4ccd2afe180553a8bb6c96502cff25629d84b
[]
no_license
jack-zdl/spring-cloud
af77c688b9b71569465239d48337fa18e8767a40
802a1ed0ef397123181ab183b35f729ed170354e
refs/heads/master
2021-01-20T09:36:49.819289
2018-06-28T00:51:26
2018-06-28T00:51:26
90,262,017
4
1
null
null
null
null
UTF-8
Java
false
false
726
java
package com.ceying.common.enums; /** * Created by mzq on 2018/2/27. */ public enum OrgLevelEnum implements BaseEnum<OrgLevelEnum, String>{ //组织级别 PLATFORM("0","平台"), LEVEL1("1","一级"), LEVEL2("2","二级"), LEVEL3("3","三级"), LEVEL4("4","四级"); String key; String value; private OrgLeve...
[ "zhangdelei000@gmail.com" ]
zhangdelei000@gmail.com
4cde7a0acb478b06f9cca6b095cf682cedd55bda
7ab46c8b4cc1f041d7a08f959c16b8b7dc353e2f
/appium-junit4-examples/src/test/java/com/web/pagemethods/HomePageMethods.java
b65825e0896609c29b0e3a7bcfbedeae1ba816e9
[ "MIT" ]
permissive
sanchit1309/demo-java
60e5e84f02e7caeca7a9d9f313877ce05e904382
1c4eda7a89692de3261c985c52965fea611d4d06
refs/heads/master
2023-03-07T04:35:46.665856
2021-02-17T13:04:09
2021-02-17T13:04:09
338,725,877
0
0
null
null
null
null
UTF-8
Java
false
false
28,662
java
package com.web.pagemethods; import java.util.ArrayList; import java.util.LinkedList; import java.util.List; import java.util.Map; import org.openqa.selenium.By; import org.openqa.selenium.NoSuchElementException; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebDriverException; import or...
[ "sanchitrathi@rediff.com" ]
sanchitrathi@rediff.com
7f347250004c930d77a3b1b4be454ee19da1fc8c
03772edd7913eb319d5a9e409c75c303d5378a37
/src/com/serviceobjects/GetPossibleMatchesSingleLineDELETE.java
cfe4149f2e4fdffe2ec4b929809b93bb66b0ef14
[]
no_license
npgarcia/CloudMSC
e247c98b13c4bc3e69bef8380fe75d8b39f668a5
8cfbbd088b3480e0045b36f1590e0219bae7c225
refs/heads/master
2021-01-22T03:05:37.698512
2015-02-10T01:30:59
2015-02-10T01:30:59
30,568,608
0
0
null
null
null
null
UTF-8
Java
false
false
2,637
java
package com.serviceobjects; import javax.xml.bind.JAXBElement; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElementRef; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlType; /** * <p>Java c...
[ "ngarcia@tacitknowledge.com" ]
ngarcia@tacitknowledge.com
088956bfc4a7f04b13c6d51e5df01463b8d7b77b
edfd5f25fb6478b2a1d783276d442391ee88db43
/src/st/rattmuffen/jsub/client/QueryResult.java
f6c46df9a94299f1d3e9c1e2241b0702708c5c7e
[]
no_license
rattmuffen/jSub
0dd440980e1915701187c878693777486b456deb
70a273ad4bb25796f08051b2b29a524efed26b01
refs/heads/master
2021-01-01T19:11:31.066979
2013-08-13T09:18:23
2013-08-13T09:18:23
null
0
0
null
null
null
null
UTF-8
Java
false
false
684
java
package st.rattmuffen.jsub.client; import java.io.File; import java.util.HashMap; /** * Wrapper class for query result from OpenSubtitles.org API. * @version 0.3 * @author rattmuffen */ public class QueryResult extends HashMap<String, Object> { private static final long serialVersionUID = 1L; public File sour...
[ "rattmuffen@gmail.com" ]
rattmuffen@gmail.com
a9afb55c323e3f4033088680ea215dfd695a6cd6
bf35ac9fc1aa10420d265c063a911f147c9cee99
/app/src/main/java/com/guochuang/mimedia/tools/calendar/CalendarBean.java
06094204bea3c8c3dbfc0b932b250b692686f26f
[]
no_license
qqjq547/ksredpacket
766cc7e033f20cac0ef677f9d1b2abfb366be54c
afad59b54d82d1ff5baf4b1bbc6c9cf01ddf7d1f
refs/heads/master
2020-08-06T04:30:01.624426
2019-10-04T14:36:23
2019-10-04T14:36:23
212,830,429
0
0
null
null
null
null
UTF-8
Java
false
false
1,098
java
package com.guochuang.mimedia.tools.calendar; public class CalendarBean { public int year; public int month; public int day; public int week; //-1,0,1 public int mothFlag; public CalendarBean(int year, int month, int day) { this.year = year; this.month = month; t...
[ "qqjq6457547" ]
qqjq6457547
ea4a5710342d572daada3dd6ff89c216aa902d7b
ab751fef4faf9f7a5291cbb65d969b74b7b6372a
/game/model/Requirement.java
cdddd89d25adc1f610632096cb06d40ee16c23b4
[ "MIT" ]
permissive
css4143/The-Valley
15df28e1d85f1b9130eae86cf40851a9a5ca91c0
49971f547b5682a8c2f96394289a4676335c9487
refs/heads/master
2021-06-28T11:04:05.770823
2017-09-17T18:32:42
2017-09-17T18:32:42
103,769,167
1
1
null
2017-09-16T17:29:55
2017-09-16T17:03:52
null
UTF-8
Java
false
false
3,215
java
package game.model; import java.util.ArrayList; import java.util.List; /** * This class represents a requirement within an event or a choice. Its * conditions must be met for the event to be triggered, or for the event to * occur once its been triggered, or for an option to appear. * * healthReq, mo...
[ "noreply@github.com" ]
css4143.noreply@github.com
82cbdb4c76ee868f25cc373c534952a52f27eb2a
0a17ddae5294941f2cdd3fb05226e3e811e2af5e
/src/main/java/com/imooc/service/VideoService.java
a8a9deb6d516a2ccc41923a21cac519d8876fed7
[]
no_license
xzjAries/imooc-springboot-starter
c78a3d6a64d4d912205f04b98a44e73f0ce478d2
5797a09f233bea2ae4faa72b6a617fe6bcdfda75
refs/heads/master
2020-03-19T02:45:37.394177
2018-06-15T09:18:20
2018-06-15T09:18:20
135,658,163
0
0
null
null
null
null
UTF-8
Java
false
false
607
java
package com.imooc.service; import java.util.List; import com.imooc.pojo.Videos; public interface VideoService { public void saveVideo(Videos videos) throws Exception; public void saveVideoTransactional(Videos videos) throws Exception; public void deleteVideo(Videos videos); public void updat...
[ "1050077383@qq.com" ]
1050077383@qq.com
a61ffba6f66b97fc4e6868bd54cfbac5793adc23
70f91957d10020fd61d1e05abe9bb2ee22e6b37a
/src/main/java/com/prb/erp/domain/code/master/BasicCodeMasterRepository.java
f23185aa71474a443d057bfd4702d0e17e4a73b8
[]
no_license
deepstudyDev/prb_erp_api
a4e00c93eaf69ebc2b8a36f47856270d729fac81
42895ef14382f1c693e0b667052fef5f3e7d396f
refs/heads/master
2020-04-12T19:15:17.805284
2019-03-20T00:16:33
2019-03-20T00:16:33
161,093,008
0
0
null
null
null
null
UTF-8
Java
false
false
334
java
package com.prb.erp.domain.code.master; import org.springframework.stereotype.Repository; import com.chequer.axboot.core.domain.base.AXBootJPAQueryDSLRepository; @Repository public interface BasicCodeMasterRepository extends AXBootJPAQueryDSLRepository<BasicCodeMaster, BasicCodeMaster.BasicCodeMa...
[ "admin@ideepstudy.com" ]
admin@ideepstudy.com
7ced59d87d5c64f1e4696984e85082052af35192
f20478d37c49f14ceaa36f8b958d76fc7498ecd3
/src/com/lam/android/attackhelicopter2/WelcomeDialog.java
8e7ad32313d6fa638c100d4781913ebf4d6c6044
[]
no_license
mmingfeilam/AttackHelicopter2
7d66c63b22fa5b7e6beb4b78fd88694d87086771
3ac0f502a1bff5b114476a0473d8075934a4e4ec
refs/heads/master
2021-01-22T03:06:09.607072
2015-02-04T05:38:34
2015-02-04T05:38:34
30,283,412
0
0
null
null
null
null
UTF-8
Java
false
false
1,054
java
package com.lam.android.attackhelicopter2; import android.app.Dialog; import android.content.Context; import android.os.Bundle; import android.view.View; /** * When the game starts, the user is welcomed with a message, and buttons for * starting a new game, or getting instructions about the game. */ public class W...
[ "mmingfeilam@gmail.com" ]
mmingfeilam@gmail.com
18118147992cc5ee13c28df43af9b2372f09e32d
0292e15a4e7ac692519415de01d924a4b00b8683
/microservices-sample-users/src/test/java/com/example/MicroservicesSampleUsersApplicationTests.java
3d37454a005d47412ae50a967424e28c53a2c109
[]
no_license
japuga/microservices-sample
721473c17f3923b3945162c1a486e38806fe2ae8
f1b77b226c949fe79722ba40fc2541208cce2433
refs/heads/master
2021-01-11T02:38:45.348907
2017-05-19T03:51:25
2017-05-19T03:51:25
70,945,221
0
0
null
null
null
null
UTF-8
Java
false
false
1,414
java
package com.example; 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.context.ju...
[ "akolom.gebre@gmail.com" ]
akolom.gebre@gmail.com
4f1b6d6a8a829cdea6ed0f1bc78a025a0fc19fbf
73721ac441b25d17bfcec5ffe368089050114020
/mps-execution-deprecated/languages/deprecated/source_gen/jetbrains/mps/execution/configurations/deprecated/behavior/OnChangeNodeBlock_BehaviorDescriptor.java
a58a556b6c1a821a9552ed1a2e233989ca73dd61
[]
no_license
JetBrains/MPS-Contrib
c7fa7ce6892f79f36b74cc3157ff992129c1a10a
6bb663e130842c3649bc03fecfb1436db95b9ddb
refs/heads/master
2023-05-29T09:43:05.356423
2023-03-06T12:52:56
2023-03-06T12:52:56
10,595,762
3
5
null
null
null
null
UTF-8
Java
false
false
1,044
java
package jetbrains.mps.execution.configurations.deprecated.behavior; /*Generated by MPS */ import jetbrains.mps.baseLanguage.behavior.ConceptFunction_BehaviorDescriptor; import java.util.List; import org.jetbrains.mps.openapi.model.SNode; import org.jetbrains.mps.openapi.language.SConcept; public class OnChangeNodeBl...
[ "Mihail.Muhin@jetbrains.com" ]
Mihail.Muhin@jetbrains.com
6a0349250751e6903f25944945483ba4689295a3
60282a55340d75325bb96e95e86381a12d66c006
/src/main/java/io/webfolder/cdp/type/network/BlockedSetCookieWithReason.java
138715f00d00dbd28d0a98babda42eab1c2e3fb4
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
Billesper/cdp4j
f7aee808f5d1833d83b113bd63f2ed61cbb3abb9
d94a69195b4e8874f42e30dc69b97b61dade4015
refs/heads/master
2022-11-25T16:23:51.822342
2020-08-03T18:34:41
2020-08-03T18:34:41
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,848
java
/** * cdp4j Commercial License * * Copyright 2017, 2020 WebFolder OÜ * * Permission is hereby granted, to "____" 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, cop...
[ "support@webfolder.io" ]
support@webfolder.io
086df8aee366c00ae9d18e5d6ad6c41da82e1b4b
3ad6aec14c9a6f453cc0b8478c4b6bfc77861ff6
/app/src/main/java/com/example/j2/myapplication2019/MainActivity.java
057a5116473fb8d0bc9165b8e6a4fd12e97b997b
[]
no_license
cdwyer900/MyApplication2019
2562bb6bb133321c7c77a154838b9871fabca66b
46c3f71d2f0a37d76b01f77872a6fe4eab2d71c0
refs/heads/master
2020-08-05T02:17:36.672837
2019-10-02T14:18:32
2019-10-02T14:18:32
212,360,024
0
0
null
null
null
null
UTF-8
Java
false
false
346
java
package com.example.j2.myapplication2019; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layou...
[ "cdwyer900@gmail.com" ]
cdwyer900@gmail.com
fec4a57c398330b8f688a57093f9c2ea0d567a03
aa40327130026e8603012de27fbfca725e6904c6
/spring-pet-clinic-data/src/main/java/com/nursh/petclinic/model/Pet.java
c59f24d40cd509af65d3b075b293f0fd0552388d
[]
no_license
nursh/Spring-Pet-Clinic
7fb85f8b3f16a59066d6f705c0383a606db40cf5
c4ca8273c1fe0efdf7cf005fbbee625af9ea71f0
refs/heads/master
2020-05-20T09:22:58.691773
2019-06-24T00:52:29
2019-06-24T00:52:29
185,498,528
0
0
null
2019-06-23T05:25:38
2019-05-08T00:35:41
Java
UTF-8
Java
false
false
1,010
java
package com.nursh.petclinic.model; import lombok.*; import javax.persistence.*; import java.time.LocalDate; import java.util.HashSet; import java.util.Set; @Getter @Setter @NoArgsConstructor @AllArgsConstructor @Entity @Table(name = "pets") public class Pet extends BaseEntity { @ManyToOne @JoinColumn(name =...
[ "nsheikhmohammed@yahoo.com" ]
nsheikhmohammed@yahoo.com
c1b4dcffaa97b32fcd6a9db6587465ccc2c73e81
67951bf47dc797eeac61ef534ddca863abe3ee68
/BigBasket/obj/Debug/81/android/src/md52621cc1567152f304567299e7e3e2344/RegisterActivity.java
c74134695fb158583a722f9bb4273f5a08270bea
[]
no_license
tejurajurkar/bigbasket
5d05e4959163ae53c4384db4f4c20f58541b222e
a6cf320eba632382f379d8789eee085ab8ae432f
refs/heads/master
2022-11-14T22:13:52.537027
2020-07-10T11:38:25
2020-07-10T11:38:25
278,619,123
0
0
null
null
null
null
UTF-8
Java
false
false
1,079
java
package md52621cc1567152f304567299e7e3e2344; public class RegisterActivity extends android.app.Activity implements mono.android.IGCUserPeer { /** @hide */ public static final String __md_methods; static { __md_methods = "n_onCreate:(Landroid/os/Bundle;)V:GetOnCreate_Landroid_os_Bundle_Handler\n" + ""; ...
[ "tejurajurkar@gmail.com" ]
tejurajurkar@gmail.com
c4da4bc1c362e5958dcd8a4e1081d1133379618e
7d1efda4c3712eadbb7123866246a0a6eb640d1a
/study/project/Test/src/main/java/com/test/demo/HandleExceptionDemo.java
d1f7810d9eeb874f1a9a4444f7ea1433cb1d4a70
[]
no_license
wangjun811/learngit
577c784248e877e67b5b18f83d415a74250adf04
e0bdcf3883ea3021c5e1447dbdca9b4da26d7a53
refs/heads/master
2022-12-21T23:42:09.156785
2020-02-09T05:23:53
2020-02-09T05:23:53
139,411,744
0
0
null
null
null
null
UTF-8
Java
false
false
462
java
package com.test.demo; public class HandleExceptionDemo { public static void main(String[] args) throws Exception { HandleExceptionDemo demo = new HandleExceptionDemo(); int result = demo.test1(); System.out.println(result); } public int test1() throws Exception { int i; try { i = 2 / 0; return i;...
[ "wang_jun6@hoperun.com" ]
wang_jun6@hoperun.com
b9ee6ba273af010e14d2b26d4ec0f65aba4454fd
341832b10a6e753ea8e46f6e9d89b26f503fa8c7
/src/main/java/com/gmail/maksimus40a/test/stand/aop/logging/LoggingAspect.java
b7788ff3b383bf12f3554e9586b3f1836b4ce8dd
[]
no_license
OlexandrHychka/test-stand
40aca120ee9717175e33f8d828d004e6af0273e5
e4d48fc39808b65242f90aa267523c0da02e7fa0
refs/heads/master
2021-05-20T23:40:36.840283
2018-08-17T11:32:33
2018-08-17T11:32:33
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,651
java
package com.gmail.maksimus40a.test.stand.aop.logging; import org.aspectj.lang.JoinPoint; import org.aspectj.lang.ProceedingJoinPoint; import org.aspectj.lang.annotation.AfterThrowing; import org.aspectj.lang.annotation.Around; import org.aspectj.lang.annotation.Aspect; import org.aspectj.lang.annotation.Pointcut; impo...
[ "max40a@mail.ru" ]
max40a@mail.ru
57c5004e9f7b2483d0f6e68e4095ccb6a64d5818
c9373ea120ddc5d91f081a7c6b1d39d515dd91c8
/src/hot/py/fpuna/lcca/util/parse/StructureElement.java
67c6d2f0070df8307bc825f1281a419ae5064cf3
[]
no_license
sveraaquino/wepi_conacyt
bf0e248166356efb7ed61a48e3d5d9b103e82c38
54a4ea457322b607e7b3f52403727b935af2989a
refs/heads/master
2021-01-19T20:18:19.906745
2015-09-19T16:07:28
2015-09-19T16:07:28
42,778,618
0
0
null
null
null
null
UTF-8
Java
false
false
16,261
java
/* * StructureElement.java * * @version 1.1.0; 16 Nov 2003 * * @author Dimiter Prodanov * @author University of Leiden * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the F...
[ "sveraaquino@gmail.com" ]
sveraaquino@gmail.com
27372bd64f6fd528a8f67f175616c6392c766e22
134482103ecae835cd7eec7a807a60981842d432
/OthelloAction.java
48936923881b477558ad00fed6c0e378769f0d44
[]
no_license
Koenig82/Othello_ai
05227abcf21fb47ae5b27513adb2090a60e7db51
09724afd22c149f3f378edb2935134f94fc3a71f
refs/heads/master
2023-04-09T21:00:44.227569
2018-11-30T06:59:55
2018-11-30T06:59:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,870
java
/** * This class represents a 'move' in a game. The move is simply represented by * two integers: the row and the column where the player puts the marker. In * addition, the <code>OthelloAction</code> has a field where the estimated * value of the move can be stored during computations. * * @author Henrik Bj&ou...
[ "noreply@github.com" ]
Koenig82.noreply@github.com
099416bc223f9c3f9b24d01fb1eff2aa93df0a5b
dfbc143422bb1aa5a9f34adf849a927e90f70f7b
/Contoh Project/video walp/com/google/android/gms/ads/formats/NativeAppInstallAd.java
4c0fcff7d4c09ce790e5b03858982a0405ac977b
[]
no_license
IrfanRZ44/Set-Wallpaper
82a656acbf99bc94010e4f74383a4269e312a6f6
046b89cab1de482a9240f760e8bcfce2b24d6622
refs/heads/master
2020-05-18T11:18:14.749232
2019-05-01T04:17:54
2019-05-01T04:17:54
184,367,300
0
0
null
null
null
null
UTF-8
Java
false
false
1,830
java
package com.google.android.gms.ads.formats; import android.os.Bundle; import com.google.android.gms.ads.VideoController; import java.util.List; public abstract class NativeAppInstallAd extends NativeAd { public static final String ASSET_ATTRIBUTION_ICON_IMAGE = "2009"; public static final String ASSET...
[ "irfan.rozal44@gmail.com" ]
irfan.rozal44@gmail.com
5e965741868a1ca055d9fbc732fe594db51d0caf
c565e65c6eaf6ad88f3a5f246796a88a2bb417f2
/src/main/Java/com/pc/dao/OrderDAO.java
8cc88a90ac1ebbc2d6db52fbfcdc5b225d0b917d
[]
no_license
jew3lz/ProductPurchaseManageSystem
dde4be198412ba123b2d379cfd087459a47eb9d7
aec842e7716b309e5d91c8a72b9fd65540232195
refs/heads/master
2021-01-10T09:06:30.750622
2016-04-11T02:24:41
2016-04-11T02:24:41
53,925,300
1
0
null
null
null
null
UTF-8
Java
false
false
570
java
package com.pc.dao; import com.pc.domain.dataobject.EmployeeDO; import com.pc.domain.dataobject.OrderCountDO; import com.pc.domain.dataobject.OrderDO; import com.pc.query.OrderQuery; import java.util.List; /** * Created by 吴振武 on 29/2/2016. */ public interface OrderDAO { List<OrderDO> queryOrder(OrderQuery qu...
[ "wuzhenwu@meizu.com" ]
wuzhenwu@meizu.com
21d9694d4c67781ad7949b9706c66441ab473aef
1f37057c3dd5a1d3eaa16a9d961fcba5ad18c815
/src/main/java/com/dongnao/jack/service/impl/JackServiceImpl.java
f5101adf69c2797204f25ff78aed2a70001280a0
[]
no_license
zhangjianbin1024/dn-spring-framework
173df82f2ac3719026bc561e8666a2b4aa87eed2
9c43d90664bf61fc217042fa51de74f04d362ef3
refs/heads/master
2022-12-22T13:09:50.049368
2021-05-13T08:51:33
2021-05-13T08:51:33
253,397,023
1
0
null
2022-12-16T08:58:38
2020-04-06T04:46:51
Java
UTF-8
Java
false
false
532
java
package com.dongnao.jack.service.impl; import com.dongnao.jack.annotation.Service; import com.dongnao.jack.service.JackService; @Service("JackServiceImpl") public class JackServiceImpl implements JackService { public String query(String param) { return this.getClass().getName() + "query"; } ...
[ "xyz@163.com" ]
xyz@163.com
c69559ffa0ce910c2032b3cb82e16c0cb66a2a49
26f22ccaa3ae43ac170fd8f732e5bc8620b409f6
/src/main/java/kr/co/promptech/datamap/metadata/dto/dcat/Foaf.java
824ffd5f4728889238048487edf8deedf20c4bfd
[ "CC-BY-4.0", "CC-BY-3.0" ]
permissive
iskim1018/bigdata-metadata-api
dad722b98cd4474d7bf6592a0ac47ddd37b76d7d
cca537141dd562a2af4229548c62400c9fb2f094
refs/heads/master
2020-09-27T23:54:26.025981
2019-12-09T15:45:59
2019-12-09T15:45:59
226,639,860
2
2
null
2019-12-08T12:13:51
2019-12-08T08:57:51
Java
UTF-8
Java
false
false
403
java
package kr.co.promptech.datamap.metadata.dto.dcat; import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Setter; import lombok.ToString; @Getter @Setter @NoArgsConstructor @ToString public class Foaf { @JacksonXmlProperty(na...
[ "iskim1018@gmail.com" ]
iskim1018@gmail.com
450d1d0eb9155640d13dd587da1869c6da5789ec
35d5bc946c15c8f2104504e60c3788105d8fa2d2
/src/main/java/http/requests/CreateUserInfo.java
e39bcd7bec6be5db43685914a30ad412df5cb6ee
[]
no_license
DTU-GROUP17/CDIO_3_Server
fb61cbdd97e50c4af1ee2a3b19e1c513c5ba137e
7ebc4744becfaf4be6f700e2bfa4838a312caf02
refs/heads/master
2023-07-21T23:33:37.845315
2023-07-08T19:47:00
2023-07-08T19:47:00
85,588,267
0
0
null
2023-07-08T19:47:02
2017-03-20T14:41:34
Java
UTF-8
Java
false
false
377
java
package http.requests; import lombok.Getter; import java.util.Set; public class CreateUserInfo { @Getter private String name; @Getter private String userName; @Getter private String password; @Getter private Set<String> roles; public boolean isFull(){ return this.getName()!=null && this.getUserName()!=null &&...
[ "ce.guldfisk@gmail.com" ]
ce.guldfisk@gmail.com
3bf2d9c85b4cf0f17196a92004726484426489ff
ad246c2d1bc904cd6c7cc927844656108ebbe60e
/UJMP_src/org/ujmp/core/longmatrix/factory/LongMatrix2DFactory.java
9662781456376876f3e709b3d4ce9d284a698b70
[]
no_license
sudiptap/workspace_llorma_randomAnchorPoints
0498e26ae3cfc743975a68a1ae21e59e56d5a50b
debb912d65686ad93a782ec0bc07d33e496b4006
refs/heads/master
2020-06-07T04:09:03.952830
2015-08-06T15:32:25
2015-08-06T15:32:25
40,312,616
0
1
null
null
null
null
UTF-8
Java
false
false
1,347
java
/* * Copyright (C) 2008-2010 by Holger Arndt * * This file is part of the Universal Java Matrix Package (UJMP). * See the NOTICE file distributed with this work for additional * information regarding copyright ownership and licensing. * * UJMP is free software; you can redistribute it and/or modify * it under t...
[ "sudipto.pathak@gmail.com" ]
sudipto.pathak@gmail.com
358a83c8bcb073e425f45faa5100cc7e1ef24123
58b7529c06ee27c36b1ca67c07d93b993a819cbc
/src/main/java/com/jitendra/eduapp/dao/AuthenticationDao.java
d6c8c9897beeda145966d8b64c68c1298d52cba1
[]
no_license
jitendrasagoriya/eduapp
6dd54523bd614ca768efd8674edaded23f57a7c7
74f257dcebd57063e202f04c5a3674ff27d661a3
refs/heads/master
2020-03-30T07:21:13.362386
2018-11-25T18:13:39
2018-11-25T18:13:39
150,934,140
0
0
null
2018-11-25T18:13:40
2018-09-30T05:36:09
Java
UTF-8
Java
false
false
592
java
package com.jitendra.eduapp.dao; import org.springframework.stereotype.Service; import com.jitendra.eduapp.domin.Authentication; import com.jitendra.eduapp.repository.AuthenticationRepository; /** * @author jitendra sagoriya * */ @Service public interface AuthenticationDao { public AuthenticationRepository get...
[ "jitendrasagoriya83@gmail.com" ]
jitendrasagoriya83@gmail.com
5aeac48325600dccb4e3df943b41d05790ba5bb1
3ac2f87a7efb813366e5fbb73d4aeec903241858
/EasyEngenhariaGWT/src/java/br/com/easynet/gwt/easyportal/client/display/easyEngenharia/easyconstru/uni_unidade/Uni_unidadeConsultGWT.java
e442c0e98405cdee178c236762e4be365bbad041
[]
no_license
topfontes/EngenhariaSoluction
97c1357803a781e4af94da9d3d0737058f01f840
36042f1099d058365f0d7db08a805c774542a194
refs/heads/master
2021-01-11T09:01:26.010283
2018-10-05T20:46:19
2018-10-05T20:46:19
77,538,830
0
0
null
null
null
null
UTF-8
Java
false
false
10,664
java
/* * EasyNet JDragon */ package br.com.easynet.gwt.easyportal.client.display.easyEngenharia.easyconstru.uni_unidade; import br.com.easynet.gwt.easyportal.client.Constantes; import br.com.easynet.gwt.easyportal.client.EasyAccessURL; import br.com.easynet.gwt.easyportal.client.EasyContainer; import br.com.easynet.gwt....
[ "topfontes@gmail.com" ]
topfontes@gmail.com
b4319e2db52be2736f93c5b84711332f78bb6bfc
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/30/30_959e5dc0332e6114e11f10ebdaa8bfc9868d49d4/MessageProcessor/30_959e5dc0332e6114e11f10ebdaa8bfc9868d49d4_MessageProcessor_t.java
4c0e64a4cffd04c8c653803b168138ed4e28fe5c
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
8,793
java
/* * This file is part of ChatAutoComplete. * * * ChatAutoComplete is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later vers...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
ff5c8eefe3a31e037bd136c18630216d1e551b19
6fa7d1e9624caf57b9e0373b37f27f5a4135e9bd
/src/java/modelo/MovimentoCaixa.java
71fb5cc84bb3729937ed2543466f73689ab8498c
[]
no_license
Thiago89web/Pwmoto
bd73953fc08224317f0e414e7ede5f23756526fe
c7068242e871854c9c4603a9633dcad6daca6572
refs/heads/master
2023-04-20T01:11:35.116033
2021-04-28T18:35:27
2021-04-28T18:35:27
362,570,546
0
0
null
null
null
null
UTF-8
Java
false
false
4,609
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 modelo; import java.io.Serializable; import javax.persistence.Basic; import javax.persistence.Column; import javax.persistenc...
[ "virtualves@gmail.com" ]
virtualves@gmail.com
5297ff01d2583f233d2095c2fa4e80b05a82bd57
d5e5dd7a72bbe5446976f1688756f18bb83d1e46
/Device/src/app2/Main.java
c3f970a3fcdbaecd83da46475829b63de5085cda
[]
no_license
DmytroKyslyak/Java1
13af4cb53fa38ff992efb336e28b07b210a45461
b17fcec15b0a54eab288b03e26320b4984dd286b
refs/heads/master
2020-04-16T13:56:13.652795
2019-01-14T11:22:04
2019-01-14T11:22:04
165,648,600
0
0
null
null
null
null
WINDOWS-1251
Java
false
false
6,307
java
package app2; public class Main { public static void main(String[] args) { /* Computer comp1 = new Server(); Computer comp2 = new Computer(); Computer comp3 = new Computer(); Device comp4 = new Notebook(); Server serv = new Server(); Server serv1 = new Server(); serv.setKolProc(20); serv1.setKolP...
[ "dmytro.kyslyak@gmail.com" ]
dmytro.kyslyak@gmail.com
f65df69a4c5f96bfa89269c3ae5a8f7656c36f9e
4878a6f26e7af808606c8c48fe998434a3483af6
/src/main/java/com/springjersey/rest/web/UserResource.java
5dc19a79a28241f3f992fe84d33d0ac73c656239
[]
no_license
lauriall/spring-jersey-rest
d1b2094a04f2c937e4fd9e918dc872879b00b14b
b2af18f6846062acd5224025bc82f621ea71a35a
refs/heads/master
2020-05-20T01:25:52.645448
2016-08-09T13:22:02
2016-08-09T13:22:02
31,561,181
0
0
null
null
null
null
UTF-8
Java
false
false
1,716
java
package com.springjersey.rest.web; import com.springjersey.rest.usermanagement.entity.User; import com.springjersey.rest.usermanagement.service.UserService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import javax.ws.rs.*; import javax.ws.rs.core.Me...
[ "mail.lauri.all@gmail.com" ]
mail.lauri.all@gmail.com
05af540ea7efd8f66247bc522f275a0c81a2ec99
a3a8a9c09350349dcbf3d889ee94d3c77e1e94e1
/src/main/java/com/parkinglot/constants/Constants.java
3b65f940ed4371f3968d63ccf933e198b40dac86
[]
no_license
VinodKandula/parkinglot
16d47429a4ae84c3713e1f794e39a19fa5cad52f
0799c26c8e7fa5f13bbb559dea888389a1270687
refs/heads/master
2022-12-27T03:38:10.306920
2020-07-15T18:29:06
2020-07-15T18:29:06
279,946,078
0
1
null
2020-10-13T23:36:13
2020-07-15T18:26:40
Java
UTF-8
Java
false
false
812
java
package com.parkinglot.constants; /** * @author Vinod Kandula */ public interface Constants { public static final String CREATE_PARKING_LOT = "create_parking_lot"; public static final String PARK = "park"; public static final String LEAVE = "leave"; public static final String STATU...
[ "vinod.kandula@dharbor.com" ]
vinod.kandula@dharbor.com
264254b680b4dd013171a3538c96d26254a7be83
75b0f2fceb9d1786d64cac831326354d431a8a32
/com/planet_ink/coffee_mud/Abilities/Prayers/Prayer_RemoveInhibitions.java
fa64df7f6864b861f915bafb3273c5ac1e0985dd
[ "Apache-2.0" ]
permissive
thierrylach/CoffeeMud
f41857a8106706530c794d377bfb81b6458a847a
83101f209d8875ec2bbaf6c623d520a30cd3cc8d
refs/heads/master
2022-09-20T17:14:07.782102
2022-08-29T22:07:57
2022-08-29T22:07:57
113,072,543
0
0
null
2017-12-04T17:20:51
2017-12-04T17:20:51
null
UTF-8
Java
false
false
3,926
java
package com.planet_ink.coffee_mud.Abilities.Prayers; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import com.planet_ink.coffee_mud.Areas.interfaces.*; impor...
[ "bo@zimmers.net" ]
bo@zimmers.net
b774cb94ddd964515b34320aac0db388ac7aefd3
5ed707de9f3de6044543886ea91bde39879bfae6
/ASFantasy/ASFJava/Source/UI/ASFantasyGameResultNonePnl.java
4d7777e4430c066baa9c5a7bb04b96de501d59be
[]
no_license
grtvd/asifantasysports
9e472632bedeec0f2d734aa798b7ff00148e7f19
76df32c77c76a76078152c77e582faa097f127a8
refs/heads/master
2020-03-19T02:25:23.901618
1999-12-31T16:00:00
2018-05-31T19:48:19
135,627,290
0
0
null
null
null
null
UTF-8
Java
false
false
2,285
java
/* ASFantasyGameResultNonePnl.java */ /******************************************************************************/ /******************************************************************************/ import java.awt.*; import java.util.*; import jclass.bwt.*; import jclass.util.*; /************************...
[ "grtvd@users.noreply.github.com" ]
grtvd@users.noreply.github.com
c736e2b03ac36d79cf702900e8d71b7565131b95
28532fec96dbad006a2de0debf222527bd454f50
/app/src/main/java/com/lxl/mineutil/bean/SendMsmBean.java
c44b7dc48089789d3fa86c5fd109adb9c20d9aa8
[]
no_license
womendeaitaiwunai/MineUtil
50ba10b6ffc26ba238a7e7b9edf1f6f6661c2fa1
8d844182c3150324081a79242ba176c32cfaa976
refs/heads/master
2020-12-30T16:03:11.396494
2017-08-25T08:57:31
2017-08-25T08:57:31
90,959,904
0
0
null
null
null
null
UTF-8
Java
false
false
694
java
package com.lxl.mineutil.bean; /** * Created by lxl on 2017/5/15. */ public class SendMsmBean { /** * msg : 该设备没有在云端注册 * result : -2 * version : 5.4.9.021 */ private String msg; private int result; private String version; public String getMsg() { return msg; } ...
[ "535783654@qq.com" ]
535783654@qq.com
174529b0d5291f1b0b977c9367817344cf3ec55a
305a1f59ad8eafa93f6dcce41c0d2ead25e89687
/src/com/hyxbiao/voicecontrol/command/VoiceCommand.java
15d958457c87c1184e430c053eafcbe19f8cbf26
[]
no_license
hyxbiao/VoiceControl
ae62ed616dba09f41f71d3a087c8f8d121c45984
0bada9c6be6d4fbc65e36256dd21e4db11445026
refs/heads/master
2021-03-12T23:41:08.794944
2013-07-12T10:08:45
2013-07-12T10:08:45
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,313
java
package com.hyxbiao.voicecontrol.command; import java.util.HashMap; import java.util.Iterator; import java.util.Map.Entry; import com.hyxbiao.voicecontrol.exception.UnRecognitionException; import com.hyxbiao.voicecontrol.lib.Algorithm; import com.hyxbiao.voicecontrol.lib.PinyinUtil; import android.content.Context; i...
[ "hyxbiao@gmail.com" ]
hyxbiao@gmail.com
1637b974477cb23c494dfa5d935d2f2a967a286b
53d677a55e4ece8883526738f1c9d00fa6560ff7
/com/tencent/mm/plugin/appbrand/jsapi/video/i.java
08211414448f389faed630994d583220d71c3839
[]
no_license
0jinxing/wechat-apk-source
544c2d79bfc10261eb36389c1edfdf553d8f312a
f75eefd87e9b9ecf2f76fc6d48dbba8e24afcf3d
refs/heads/master
2020-06-07T20:06:03.580028
2019-06-21T09:17:26
2019-06-21T09:17:26
193,069,132
9
4
null
null
null
null
UTF-8
Java
false
false
2,122
java
package com.tencent.mm.plugin.appbrand.jsapi.video; import android.view.View; import com.tencent.matrix.trace.core.AppMethodBeat; import com.tencent.mm.plugin.appbrand.jsapi.base.b; import com.tencent.mm.plugin.appbrand.jsapi.coverview.CoverViewContainer; import com.tencent.mm.plugin.appbrand.jsapi.e; import co...
[ "172601673@qq.com" ]
172601673@qq.com
0c134e4b78bc9729d7bc7314099991eefdab4512
d2b07a946c10c7ea1b879344619cc71c84e05217
/src/main/java/ua/com/papers/pojo/entities/ContactEntity.java
bb018df44ad3ccaf93002858c1e33c99cb3eaa1c
[]
no_license
glibovet/papers
b6b303803558945c1d681d78d68aa1f307d83fff
78fb9bfbb5fb2bf07e84354c783ac6965c806050
refs/heads/master
2020-04-12T05:34:19.145805
2018-10-13T08:19:19
2018-10-13T08:19:19
64,323,173
0
0
null
2017-04-13T18:41:43
2016-07-27T16:09:28
Java
UTF-8
Java
false
false
2,704
java
package ua.com.papers.pojo.entities; import org.hibernate.annotations.Type; import javax.persistence.*; import java.util.Date; @Entity @Table(name = "contacts") public class ContactEntity { @Id @GeneratedValue(strategy = GenerationType.AUTO) @Column(name = "id") private int id; @Column(name = "...
[ "isaiev.artem@gmail.com" ]
isaiev.artem@gmail.com
98a92e665c07a4ef484bd603aa0b875c34b1ea73
cd02e8fb1df7f1bc72a429b4361c2319f716aaf6
/Notes/sf-security-example/sf-security-hibernate4-full/src/main/java/in/spring4buddies/application/dao/UserProfileDaoImpl.java
f6bc047eadceebf898df220a7c8a6e17e7b79589
[]
no_license
santosh32/spring-blog
5c08229d135177d8003eca3547ee7898876de999
65af4b0f734b34d462dac7075cdd8fc3c2ef53df
refs/heads/master
2021-01-16T23:44:32.300684
2018-01-04T16:29:45
2018-01-04T16:29:45
44,607,911
0
0
null
null
null
null
UTF-8
Java
false
false
864
java
package in.spring4buddies.application.dao; import in.spring4buddies.application.model.UserProfile; import java.util.List; import org.hibernate.Criteria; import org.hibernate.criterion.Order; import org.hibernate.criterion.Restrictions; import org.springframework.stereotype.Repository; @Repository("userProfileDao"...
[ "santosh.spring32@gmail.com" ]
santosh.spring32@gmail.com
e3d147244a3a48bea27539ce79db1b89c956be9d
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/XWIKI-12919-2-25-FEMO-WeightedSum:TestLen:CallDiversity/org/xwiki/query/jpql/internal/JPQLParser_ESTest_scaffolding.java
80def61c7786edb1f8c294e2895910189c7d51f6
[]
no_license
STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application
cf118b23ecb87a8bf59643e42f7556b521d1f754
3bb39683f9c343b8ec94890a00b8f260d158dfe3
refs/heads/master
2022-07-29T14:44:00.774547
2020-08-10T15:14:49
2020-08-10T15:14:49
285,804,495
0
0
null
null
null
null
UTF-8
Java
false
false
16,390
java
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Sun Apr 05 08:53:21 UTC 2020 */ package org.xwiki.query.jpql.internal; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import org.jun...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
6f3130b11993eacd244560b7f320019ff983ae18
a421952582df2ddc5fb9b54d420420755c430886
/src/main/java/me/wonwoo/netty/NettyServer.java
47e59d5640093ec31228ffd4cba8231bc0047ae5
[]
no_license
vrudikov/netty-study-1
b48eba76cd30647af38aba642a6e3826ed57ecb5
dbc0880836d992fb78063a6094e6a3229fb5c96f
refs/heads/master
2020-03-20T20:29:49.373891
2017-03-21T12:50:15
2017-03-21T12:50:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,289
java
package me.wonwoo.netty; import io.netty.bootstrap.ServerBootstrap; import io.netty.channel.*; import io.netty.channel.nio.NioEventLoopGroup; import io.netty.channel.socket.SocketChannel; import io.netty.channel.socket.nio.NioServerSocketChannel; import io.netty.handler.logging.LogLevel; import io.netty.handler.loggin...
[ "admin@example.com" ]
admin@example.com
f7baa2b3e0bf9a86067b74afc3893827aafea89d
737832236ec33e0b820b7a094efbf6fc71523a60
/src/Logica/Armamento/Arma.java
f23608fa5e8f1079f67aa286b8258c439926ed68
[]
no_license
LPacione/Project-TDP
559be843ba4405c372b2bceccfcb20a6f7e405ca
3f4c10f6b01e5a62be8e657171b564abbbbe860e
refs/heads/master
2020-03-27T14:03:38.007385
2018-09-18T14:23:05
2018-09-18T14:23:05
146,642,067
0
0
null
null
null
null
UTF-8
Java
false
false
304
java
package Logica.Armamento; import Logica.Disparo.Disparo; public abstract class Arma { protected Disparo disparo; protected Arma() { disparo=new Disparo(25,600); } public void setDisparo(Disparo d) { disparo=d; } public Disparo getDisparo() { return disparo; } public abstract void disparar(); }
[ "luchypacione@gmail.com" ]
luchypacione@gmail.com
a10e9f027bc6a9b352b5b9b1ebb9c1ab65d3ad3b
4e1c326c2046f99d8722015ed31e962838ac38e9
/src/day1/Operators.java
aee18216c12eb1bd2e682a53b07174446db52479
[]
no_license
KGBALA/1-My-first-program
45fe68de9c1f97b6227839ae7b3e4c05ee326a54
ed5f5ad86564024922ae8d4884dbfba866615db1
refs/heads/master
2020-04-06T12:32:39.020651
2018-11-14T03:52:48
2018-11-14T03:52:48
157,459,985
0
0
null
null
null
null
UTF-8
Java
false
false
387
java
package day1; public class Operators { public static void main(String[] args) { // ++ increment operator //-- decrement operator int i=54; System.out.println(i==54); String name="James"; System.out.println(name.equals("James")); double num =20; double num2=80; double num3=25; dou...
[ "edilmasimov@10.1.10.188" ]
edilmasimov@10.1.10.188
bb2ac0884e57afe8da03405d143f05eaedca0e0b
0d2f741d3425df7ebc3257459afb2205d6d2f6f5
/src/H2O/H2OTest.java
ee72c40335247c37b5df8c6d8959dc9e2f7b1d4f
[]
no_license
13046434521/LeetCode4Thread
2f7c7335b1c9fb059f8cff8aa97416d4ce8672f4
ce8f01549599bdd46a2e56bc9913717f550ff004
refs/heads/master
2022-06-17T14:39:41.921462
2020-05-11T10:46:59
2020-05-11T10:46:59
262,959,778
0
0
null
null
null
null
UTF-8
Java
false
false
1,356
java
package H2O; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; /** * @author jtl * @date 2020/4/30 17:45 */ class H2OTest { private static String H2O = "HOHHHOHHHHHHHHOOOO"; public static void main(String[] args) { IH2O IH2O = new H2O_2(); Runnable runnab...
[ "604872657@qq.com" ]
604872657@qq.com
043ab46708399ffdea77e69ee6ab9efbe3380fd7
238b826c6b620d7c5bba9c2b967debda5b40bfbf
/jnf-parent/jnf-bean/src/main/java/com/jsjn/jnf/bean/dto/withhold/.svn/text-base/InvestorChannelDto.java.svn-base
d5616a29281945738261fe5a661e61a88b8d7654
[]
no_license
rankyangel2014/Spring
6972acd9dd806a8d6b98d110603dca389083f64d
ecef7e8c6b0b38bad430946d09bbfc699f2de815
refs/heads/master
2021-01-22T04:24:21.988756
2017-09-22T09:28:01
2017-09-22T09:28:01
92,461,626
0
1
null
null
null
null
UTF-8
Java
false
false
3,342
package com.jsjn.jnf.bean.dto.withhold; import java.util.List; import com.jsjn.jnf.bean.dto.base.BaseDTO; /** * 投资人与渠道关系表 * * @author Ghost * */ public class InvestorChannelDto extends BaseDTO<InvestorChannelDto> { private static final long serialVersionUID = 1L; private String id;// ID pr...
[ "xie_kx@xie-kx.centit.com" ]
xie_kx@xie-kx.centit.com
33299091cd1d00b663b365f39f70acba1b812f44
fed939980a448715b2100dcd729025b13154342e
/src/main/java/reflect/ReflectDemo6.java
f38981e6bfb13658d491ee6eb1e4ae0567a22c0f
[]
no_license
heyunfei-yunfei/JSD2011_SE
cb4f20e7a1fdc251eb56faf2c7088ebca13c6dec
6f6048c9276dfd4ca202a6a4112d9d8778213f05
refs/heads/master
2023-04-22T04:27:31.859112
2021-05-14T12:51:20
2021-05-14T12:51:20
367,361,649
0
0
null
null
null
null
UTF-8
Java
false
false
710
java
package reflect; import java.lang.reflect.Method; //调用私有成员 public class ReflectDemo6 { public static void main(String[] args) { //Person p = new Person(); //p.hello();;//编译不通过! try{ Class cls = Class.forName("reflect.Person"); Object o = cls.newInstance(); ...
[ "adohit@163.com" ]
adohit@163.com
d89ac36d4b03a0a33cf7c515784fc4c7f2e12bc8
4ace82e3ff8cb453b2720a2f786f0711d91bc0f5
/SunrinTons/app/src/main/java/com/example/jungjune/sunrintons/Activitys/GongooRegisterActivity.java
ffc0e7d95ee8bc949c90555f53ed227a971e0d80
[]
no_license
willtriti03/99inJosun
8f0fbd0e9d1f9e6b2c21dfded9481852b60edeb3
abed37033734d5872caf471a102f43797335adea
refs/heads/master
2020-12-24T12:40:23.515535
2016-11-06T02:41:22
2016-11-06T02:41:22
72,965,351
0
0
null
null
null
null
UTF-8
Java
false
false
3,544
java
package com.example.jungjune.sunrintons.Activitys; import android.content.Intent; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.util.Log; import android.view.View; import android.widget.EditText; import android.widget.ImageButton; import android.widget.ImageView; import andr...
[ "willtriti03@naver.com" ]
willtriti03@naver.com