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
f2ec5f84ebd69669535aa830a81baea4e057bf33
f17244e07e4f920018bfb35c96e953c702f3f272
/src/model/AbstractJoueur.java
3c0534b4d11df8fd2a3f9a385a0a4eb43b43e73b
[]
no_license
Soulnianfo/Wargame
443b0f47205c8a7a418b18191ace77995def7fbc
bf83c44c268f5742c71d30f7fc74835643b572cd
refs/heads/master
2021-06-08T12:18:14.031664
2016-11-22T12:53:07
2016-11-22T12:53:07
null
0
0
null
null
null
null
ISO-8859-1
Java
false
false
456
java
package model; public abstract class AbstractJoueur { protected Partie partie; public AbstractJoueur(Partie p) { this.partie = p; } /** * Appelée à chaque tour d'un joueur * TODO le joueur doit appeler notifierFinDeTour quand il finit son tour */ public abstract void jouerTour(); p...
[ "benoitloew@yahoo.fr" ]
benoitloew@yahoo.fr
27896c580557a719909090bb80bba0232ca5e733
92c9ca930e062520960fe4290042bd32bc78844e
/SoftwareEvolution/src/test/series/first/SMM/Duplication/Duplication100.java
7a4bdb8b12c34bf7c4f29f83bcb2d009f2449bb0
[]
no_license
ruudvanderweijde/Software-Evolution-2013-2014
94bc84729f042356b82dc3c68c3de9e78b301bfa
054592405949e25637c8c1abc6e8475bd2c7306a
refs/heads/master
2021-01-23T07:20:57.728436
2013-11-19T11:36:44
2013-11-19T11:36:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,138
java
package test.series.first.SMM.Duplication; public class Duplication100 { public void Dummy1 () { int a; int b; int c; int d; int e; int f; int g; int h; int i; int j; int k; int l; int m; int n; int o; int p; int q; int r; int s; int t; int u; int v; int w; int x; int...
[ "ruudvanderweijde@gmail.com" ]
ruudvanderweijde@gmail.com
71b2cb7ecb891ac961b50f919def473b106d54c0
171190208e2ce2d74f0262e05768b6d7921d01d3
/src/java/listener/DBConnectionListener.java
bf5ab1f562088299220a3b6e371b41f6a1287aad
[]
no_license
huangquanzhi/PizzaOrderingSystem
7de88fd12b2e3c02d73bebc1d7dea3faf5336210
b23111a4b0842f27560d7df5680c73d8bb6d42c6
refs/heads/master
2021-05-30T19:29:42.800693
2015-12-10T18:30:33
2015-12-10T18:30:33
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,320
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 listener; import javax.servlet.ServletContext; import javax.servlet.ServletContextEvent; import javax.servlet.ServletContextLi...
[ "huangqu@sheridanc.on.ca" ]
huangqu@sheridanc.on.ca
f566f059ab26b942f262f43286f09a2932b3589b
5314c2bfc6e1fa4b62df6b7ba90bce7bb2d14e79
/java/algorithms/src/org/parayno/algorithms/unionfind/percolation/PercolationStats.java
2ac909672a823f9e0e530cf6733c3b384113a3cf
[]
no_license
ferrillgunnel/sandbox
fa185dd8d1d4b6b2104ed1ee5ecda739038845a4
9946b462a1486d77b85b46746a37732e34294b48
refs/heads/master
2023-03-18T08:26:14.487013
2015-11-22T10:45:01
2015-11-22T10:45:01
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,386
java
package org.parayno.algorithms.unionfind.percolation; import java.util.Random; import edu.princeton.cs.algs4.StdStats; public class PercolationStats { // private int sum = 0; private int iterations = 0; private double[] percolations; // perform T independent experiments on an N-by-N grid public ...
[ "lparayno@yahoo.com" ]
lparayno@yahoo.com
1158b33a0519f92f86ad2a7fe497ad7bf8632e2a
7ddd192b0c4089a6ce33674104a4ceded0a01206
/ProBro/src/main/Messages.java
15f7bf67cf877dc48f71f71a5d956db1636744d0
[]
no_license
Tunetown/ProBro
cb9876be5891a1ba17eb8826a89e2ee450257cfa
e3bb648a238765e0ffdad5adba91d36b4159239a
refs/heads/master
2021-01-11T03:57:48.522913
2016-10-29T09:26:56
2016-10-29T09:26:56
71,243,167
0
0
null
null
null
null
UTF-8
Java
false
false
2,199
java
package main; import java.util.ResourceBundle; /** * Message handling. Messages and texts are all stored in a properties file. * * @author tweber * */ public class Messages { /** * Name of the resource file holding the messages and texts */ private static final String BUNDLE_NAME = "messages"; /** ...
[ "tom-vibrant@gmx.de" ]
tom-vibrant@gmx.de
4a2bddc248a078feb54fa91895053288a7a02480
d7d438d6f6d8b2044c2594278ab904561c96f383
/src/dao/TestUserDAO.java
735096272680529d353d630847b89da32442d581
[]
no_license
LZZT/AirLineReservation
9fcf0c73fc4e1ef0f2ffd1f463372642934b24fe
8ca54de55245914ad80270fca42a8fdb4e751e20
refs/heads/master
2021-01-17T14:05:31.520217
2017-05-20T04:32:05
2017-05-20T04:32:05
83,462,040
0
0
null
null
null
null
UTF-8
Java
false
false
2,144
java
package dao; import com.opensymphony.xwork2.util.ResolverUtil; import org.hibernate.Session; import org.hibernate.Transaction; import org.hibernate.query.Query; import util.HibernateUtil; import model.TestUser; /** * Created by QQZhao on 2/28/17. */ public class TestUserDAO { public void saveTestUser(TestUser ...
[ "qzhao@wpi.edu" ]
qzhao@wpi.edu
e8438e072e772abcc4bbfc80c364571ca6f97e46
4aaaa56ad744dfbc562ccab9a7670c30f11f503c
/src/main/java/org/twdata/objects/screen/Game.java
056fcd076867f1bbc4dccbe952c9201dac23beb3
[]
no_license
mrdon/twdata-objects
7402a8ceb7c0ed20eb00d95dd46eabf1ed34f4dd
85d23b4a00186f317cfc99801fdc8f48fc11b720
refs/heads/master
2021-01-19T06:18:01.196592
2010-10-21T06:30:37
2010-10-21T06:30:37
null
0
0
null
null
null
null
UTF-8
Java
false
false
184
java
package org.twdata.objects.screen; /** * */ public class Game { public <M extends Screen> M create(Class<M> screenClass, Object... extraArgs) { return null; } }
[ "mrdon@twdata.org" ]
mrdon@twdata.org
b0fda76a4f9fab996cb1ac7fe76e0717ef3f61aa
ae225f848de06c4d96a2490c397908f1a05596c2
/src/main/java/urszulaslusarz/config/DefaultProfileUtil.java
e10c6df23ba79f3c69ba7fec5a82b92b52364a8c
[]
no_license
UrszulaSlusarz/webapplication
fcf902f6823582b719dd634a8a8c218bc72d5293
bdd24ee499d040a9dfb70c16db8f573c51fa04f5
refs/heads/master
2021-07-05T04:56:58.104738
2019-02-16T07:24:51
2019-02-16T07:24:51
170,975,347
0
1
null
2020-09-18T17:16:07
2019-02-16T07:24:41
Java
UTF-8
Java
false
false
1,709
java
package urszulaslusarz.config; import io.github.jhipster.config.JHipsterConstants; import org.springframework.boot.SpringApplication; import org.springframework.core.env.Environment; import java.util.*; /** * Utility class to load a Spring profile to be used as default * when there is no <code>spring.profiles.act...
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
1a081ff4583acb64f1483faa1045731ba5ce306e
d2f840933180c4041f5c103c041909366464661e
/app/src/main/java/net/coding/mart/activity/user/setting/InvoiceMainActivity.java
46372ce1e01e166eec3080ce29c009af0d8b2f31
[ "MIT" ]
permissive
fenildf/Mart-Android
1374928522e1bcd579d05c60e5104ab33b133c7a
150e5d9c47d6c20ae114728115ebd6537b8bba2d
refs/heads/master
2020-03-27T14:47:35.462253
2018-05-21T10:22:05
2018-05-21T10:22:05
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,424
java
package net.coding.mart.activity.user.setting; import android.widget.TextView; import net.coding.mart.R; import net.coding.mart.common.BackActivity; import net.coding.mart.common.Global; import net.coding.mart.common.widget.ListItem1; import net.coding.mart.json.BaseObserver; import net.coding.mart.json.Network; imp...
[ "8206503@qq.com" ]
8206503@qq.com
097ba3aa40b56b0226c5798531871985ac22001e
c2fd778c90371a08f0cd9e1057f58092e83a678f
/keepjob-web/src/main/java/com/keepjob/sys/tag/ToolBarButtonTag.java
3735172c19dce668239452c4fb2901185228d16f
[]
no_license
Rabbits325LK/KJ
cac65f9a64b67e19cad6bf3a1175d64310b899ba
4a0046c406f3ae97ca798ad3c238d70aa9544348
refs/heads/master
2021-01-10T16:09:20.240039
2017-01-10T02:00:06
2017-01-10T02:00:06
49,947,636
0
0
null
null
null
null
UTF-8
Java
false
false
1,332
java
package com.keepjob.sys.tag; import javax.servlet.jsp.JspTagException; import javax.servlet.jsp.tagext.TagSupport; @SuppressWarnings("serial") public class ToolBarButtonTag extends TagSupport { private String id; private String url; private String name; private String styleClass; private String option...
[ "rabbits325@live.cn" ]
rabbits325@live.cn
c843f5a26a6cde698b6c53a173adcc0b247508a1
b0f8b727299915423b934dbbebd589fbf95f0b60
/src/main/java/org/jumutang/project/weixinMng/mallMng/dao/IRegistCodeDao.java
7859655768a745b889c20edb60f4b8c724b9b38a
[]
no_license
fbion/sinopecGameCt
a1b175fb977c134697300cd78f0851376f6dea5e
4c08ed3dce5f7c60aef49ca4cda637242164194c
refs/heads/master
2022-04-08T12:18:34.945863
2017-08-18T02:35:25
2017-08-18T02:35:25
null
0
0
null
null
null
null
UTF-8
Java
false
false
382
java
package org.jumutang.project.weixinMng.mallMng.dao; import java.util.HashMap; import org.jumutang.project.weixinMng.mallMng.model.RegistCodeMode; public interface IRegistCodeDao { // 插入验证码的表 public int insertRegistCodeInfoVolume(HashMap<String, String> amap); // 查询验证码的表 public RegistCodeMode queryRegistCodeInfo...
[ "278496708@qq.com" ]
278496708@qq.com
f675901bb99407ff2e51bb100e5b6700b8c09e2e
bf4e0c29e58aafc7a458b458312e9ab5dc1a2787
/emprendedores/src/main/java/com/tmi/emprendedores/validator/EmprendimientoValidator.java
20d69735517f18672717cda56058888aae09db32
[]
no_license
Fradantim/Emprendedores
ce6565af04c885c2ea92784175e2178e3e7e70f2
26e5dedf3d5b85a80535dd30d6de9c3e0c80f506
refs/heads/master
2021-06-12T20:20:40.539348
2019-10-18T03:38:48
2019-10-18T03:38:48
188,131,338
2
0
null
2021-04-26T19:15:57
2019-05-23T00:16:52
JavaScript
UTF-8
Java
false
false
880
java
package com.tmi.emprendedores.validator; import org.springframework.stereotype.Component; import org.springframework.validation.Errors; import com.tmi.emprendedores.persistence.entities.Emprendimiento; /** * Objeto responsable de las validaciones de los campos al crear o modificar Emprendimientos */ @Com...
[ "Fradantim@KL-WIN" ]
Fradantim@KL-WIN
859feddaba60771b0740045efd5c605c525926ef
3efc2074ee6f64c92c2e0c272153f8d602b65945
/Muse_Valerio/Muse/unibo/unibo/util/FrameStatistics.java
e00223b66d87e72094d0f523dad973f5b3228c7b
[]
no_license
marconanni/muse3
80ea97e2357d42a8426ca565f179ed62ea421dfe
98004320df6eef09a97915c0c02b1e3146ea2bd1
refs/heads/master
2021-01-10T18:44:32.171711
2010-03-03T14:44:18
2010-03-03T14:44:18
34,604,347
0
0
null
null
null
null
UTF-8
Java
false
false
3,374
java
package unibo.util; import java.io.IOException; import javax.media.Buffer; import javax.media.MediaLocator; import javax.media.protocol.DataSource; import unibo.core.CircularBuffer; import unibo.core.parser.Parser; import unibo.core.parser.QuickTimeFileParser; import unibo.core.thread.ParserThread; impor...
[ "pire.dejaco@0b1e5f34-49f6-11de-a65c-33beeba39556" ]
pire.dejaco@0b1e5f34-49f6-11de-a65c-33beeba39556
c8106d6953a8ec5dd2696481584144f085027f8e
5364adf7d5c36161a58a01d1db7ce661cf189e3b
/src/main/java/com/drowsiness/dto/user/UserAuthenDTO.java
a5d9cf73c7997a84d0385b53afbb10bce7453fc1
[]
no_license
thanhnvse/drowsinesss
de7f625ccfb0d8af2ec17fbffa23656e5e1f8273
fe7c9aa67b4babcb30642010647f5d9757f34872
refs/heads/master
2023-07-20T18:53:50.061701
2021-08-20T07:20:26
2021-08-20T07:20:26
374,088,326
0
0
null
2021-07-12T16:39:11
2021-06-05T10:46:27
Java
UTF-8
Java
false
false
741
java
package com.drowsiness.dto.user; import com.drowsiness.dto.role.RoleResponseDTO; import lombok.Data; import java.util.UUID; @Data public class UserAuthenDTO { private UUID userId; private String username; private String fullName; private String password; private String email; private Str...
[ "thanhnv.se@gmail.com" ]
thanhnv.se@gmail.com
d3a981039110cfca36e2bdca01a68a4dd4de24ce
c72d85cfaf53ae1f2fab654b8bb431100d74af08
/qx-service-queue/code/java/zws/context/BootstrapContextListener.java
c01e899c7b6dbf95983ebc0273cf09bc2edef8ce
[]
no_license
vadeq/repotest
fd11e75008894f1bebbc24d722efc90309fb4b68
6e85f316d9cfc138dd5d001cd8f2f345aa682c12
refs/heads/master
2021-01-20T05:29:17.633968
2011-04-23T02:23:32
2011-04-23T02:23:32
1,553,934
2
0
null
null
null
null
UTF-8
Java
false
false
3,282
java
package zws.context; import zws.Server; import zws.application.Configurator; import zws.application.Names; import zws.qx.queue.DaemonQueue; import zws.recorder.ExecutionRecord; import zws.repository.ilink3.Ilink3EventListener; import zws.service.event.watcher.EventWatcherSvc; import zws.service.recorder.qx.RecorderSv...
[ "ourpc@.(none)" ]
ourpc@.(none)
f6c5eda506629e4a070bd78acf51b1cff48eb2e3
f5e968aae7fbd5bce3e66960988fe3c11000d516
/src/library/DB_Access/Login.java
f09ee51dd5a01e8a795cf97d63dd551d3aef8dcc
[]
no_license
vynsss/Final-Project-PL
66cd53ab9b142bccd437499ca01911e2d25f9f3f
17b53e0d853ec31a49dc15c0e3b9398b427fdb58
refs/heads/master
2020-06-08T00:48:18.142275
2019-10-30T16:35:28
2019-10-30T16:35:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,291
java
package library.DB_Access; import library.Connection.Connection; import java.sql.*; public class Login { Connection connect = new Connection(); private static String user; //to store the user id from the login and be used in other class //to check whether the there is an user with the n...
[ "vickyvanessa02@yahoo.com" ]
vickyvanessa02@yahoo.com
142eb7a7ea2bad85687509bb987456e1f070e533
96f31cc8e6f504345d74d8e3ed2fb774187a7826
/app/src/main/java/com/sjw/beautifulapp/bean/EpisodeBean.java
200ed2941ee77a0ea6d7b0d66f89cd275818dc40
[]
no_license
FakerCurry/BeautifulApp
7ba62270355d9307847e3a2ea8c5dd0a555e9800
4fe8afd3487c08083ef2064dd32042f6f5f41d53
refs/heads/master
2020-04-05T14:31:31.786370
2019-03-08T05:24:11
2019-03-08T05:24:11
156,933,501
2
0
null
null
null
null
UTF-8
Java
false
false
1,422
java
package com.sjw.beautifulapp.bean; import java.io.Serializable; /** * Created by pc on 2018/9/3. */ public class EpisodeBean implements Serializable { private String title; private String imgUrl; private String name; // private String nameImg; private String time; private EpisodeDetailBean ...
[ "1175476869@qq.com" ]
1175476869@qq.com
fd93bd3172d4669a963d9334c1486fbeaab7c1bd
8265f7cdd685cdb89a5b4ffa16ef50e96f6f44e3
/app/src/main/java/com/kahuanbao/com/model/CoolectionBean.java
d7fb63fe8ebf2098a6bad7aa285ad626743ecb09
[ "Apache-2.0" ]
permissive
xuechenbo/MvpDemo
80ed3ea08f2ad726c8febd7f10959eb87eef36ef
d4fcf36b469c8aef74ee9f2fe6ca1dbb22471c3c
refs/heads/master
2020-05-29T14:15:17.113041
2019-06-04T08:00:32
2019-06-04T08:01:54
189,187,459
1
0
Apache-2.0
2019-05-30T03:49:00
2019-05-29T08:52:33
Java
UTF-8
Java
false
false
5,399
java
package com.kahuanbao.com.model; import java.util.List; /** * Created by Administrator on 2019/4/9. * */ public class CoolectionBean { /** * curPage : 1 * datas : [{"author":"","chapterId":0,"chapterName":"","courseId":13,"desc":"","envelopePic":"","id":54548,"link":"https://www.wanandroid.com/tool...
[ "1306765203@qq.com" ]
1306765203@qq.com
29e7973f4c4fd72d447cdeec266d9c568865b059
508c95b6c3179de4ba9d38eac15a2caf50382b7e
/bundles/org.palladiosimulator.measurementsui.wizard/src/org/palladiosimulator/measurementsui/wizard/main/ServiceLevelObjectiveWizard.java
d4e967a8851244117c87ba8539e9cc0faaf7ddfc
[]
no_license
PalladioSimulator/Palladio-Addons-MeasurementsUI
8ae9f3bd31de378f83756afa03af71128b7bccf9
2bddc45c32de6881ceea5e83ff28d48af8342fa0
refs/heads/master
2023-06-20T20:18:33.220519
2023-06-04T09:11:30
2023-06-20T06:08:29
142,024,059
0
0
null
2023-06-20T06:08:30
2018-07-23T14:14:49
Java
UTF-8
Java
false
false
5,024
java
package org.palladiosimulator.measurementsui.wizard.main; import java.beans.PropertyChangeListener; import java.beans.PropertyChangeSupport; import org.palladiosimulator.measurementsui.wizard.pages.ServiceLevelObjectiveCreationPage; import org.palladiosimulator.measurementsui.wizard.pages.ServiceLevelObject...
[ "st115547@stud.uni-stuttgart.de" ]
st115547@stud.uni-stuttgart.de
1aeac669c258e883cf65ffe93a261b139d11458a
4b40e377bc8f22322d8745bd031ab2c42c67402b
/Combination_Employe_BankDetails/src/com/cjc/combi/bank/empl/BankDetails.java
b863091644492362c74d6262b690a1a6b84e1ad3
[]
no_license
sumitchoudhari0210/Spring
1f4fd1308e0738b4d8efa440b26f13a59f65c91f
1acfd5f8b2dc6fd2dc1b1c54ee1aa2dd53a6cd3b
refs/heads/master
2022-11-25T20:48:43.835945
2020-07-31T06:48:09
2020-07-31T06:48:09
283,961,886
0
0
null
null
null
null
UTF-8
Java
false
false
121
java
package com.cjc.combi.bank.empl; public class BankDetails { public BankDetails(){System.out.println("bank Details");} }
[ "67452644+sumitchoudhari0210@users.noreply.github.com" ]
67452644+sumitchoudhari0210@users.noreply.github.com
515114ba7bdf96176dd6489d2eafc55da6af303d
fca6e069c335dc8442618e36d4c0f97ede2c6a06
/src/com/mixshare/rapid_evolution/data/profile/common/image/Image.java
c3466b7f7ad82ba7968005db1cf0f7d07beafa73
[]
no_license
divideby0/RapidEvolution3
127255648bae55e778321067cd7bb5b979684b2c
f04058c6abfe520442a75b3485147f570f7d538e
refs/heads/master
2020-03-22T00:56:26.188151
2018-06-30T20:41:26
2018-06-30T20:41:26
139,274,034
0
0
null
2018-06-30T19:19:57
2018-06-30T19:19:57
null
UTF-8
Java
false
false
7,127
java
package com.mixshare.rapid_evolution.data.profile.common.image; import java.awt.image.BufferedImage; import java.beans.BeanInfo; import java.beans.IntrospectionException; import java.beans.Introspector; import java.beans.PropertyDescriptor; import java.io.Serializable; import org.apache.log4j.Logger; import org.apach...
[ "jbickmore@gmail.com" ]
jbickmore@gmail.com
1a8d1c77502cc8e3b8f8c2f884973d61156f17eb
43a7e3ccbc52c295c30e7215b66a97335b863287
/src/test/java/com/example/kki/web/dto/HelloResponseDtoTest.java
ec89fbadf7ed37ea027630ef84adf55d0ed96329
[]
no_license
kimkki999/firstservice
ed049741e2eb10175e07f16f7fc3fff584c2d2a3
010dc9d752b996d53c12a109339b169ca12b6706
refs/heads/master
2023-03-18T10:37:36.022639
2021-03-12T06:36:41
2021-03-12T06:36:41
346,317,309
0
0
null
null
null
null
UTF-8
Java
false
false
512
java
package com.example.kki.web.dto; import org.junit.Test; import static org.assertj.core.api.Assertions.assertThat; public class HelloResponseDtoTest { @Test public void 롬복_기능_테스트() { //given String name = "test"; int amount = 1000; //when HelloResponseDto...
[ "kimkki999@naver.com" ]
kimkki999@naver.com
71a8e86fce02d21448d112242dac0f4678bde265
97b52187257eb6c3c5177cdc098eb784634c555f
/app/src/main/java/io/github/noeppi_noeppi/nodecg_io_android/util/ToJSON.java
f46cdd61ce2d0a79bd3ba3a1c87051393236fab4
[ "MIT" ]
permissive
noeppi-noeppi/nodecg-io-android
677817d363b5e40fba24ef6db9dcc1ab9687ee4d
f1ec983dcbec54aeb34d5ce211750a7c55aba2d4
refs/heads/master
2023-02-22T15:07:58.381708
2021-01-27T07:41:43
2021-01-27T07:41:43
312,648,542
1
0
null
null
null
null
UTF-8
Java
false
false
192
java
package io.github.noeppi_noeppi.nodecg_io_android.util; import org.json.JSONException; import org.json.JSONObject; public interface ToJSON { JSONObject toJSON() throws JSONException; }
[ "noeppinoeppi@gmail.com" ]
noeppinoeppi@gmail.com
d0153b3ffbc60a81fe81387203e32f5ce705beac
036bc96fc2b3d491a61d8179cb19b5efe1100cdf
/jactor-applications/jactor-web/src/main/java/com/github/jactor/rises/web/JactorWeb.java
6485230d404ba630a686b39f7a5228ed89098c00
[]
no_license
donhuvy/jactor-rises
4b27a4e6c87fc350677a2245e6680bb4986aa650
bda67c26983b4cec4bb0c8ca48c348e714a70cac
refs/heads/master
2020-03-26T19:52:40.563236
2018-07-26T08:39:32
2018-07-26T09:44:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,905
java
package com.github.jactor.rises.web; import com.github.jactor.rises.commons.framework.SpringBeanNames; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.boot.CommandLineRunner; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootA...
[ "tor.egil.jacobsen@gmail.com" ]
tor.egil.jacobsen@gmail.com
0baed3654807f26051c7ca76bc0c7a21abf2a227
2eda641a1cf9345973738399e4382d7c692d4cbf
/src/itens/ItemDoavel.java
07fa00beeef9f12826b479c550241f8f09db930d
[]
no_license
victorpazb/eDoe.com-master
45c1c0dfc04bffccc7d01be39ecdac7b74544799
650383a9d4d276bae1832d2c4422c5fe23b86d15
refs/heads/master
2022-12-03T17:01:05.742223
2020-08-07T00:01:43
2020-08-07T00:01:43
285,694,433
1
0
null
null
null
null
UTF-8
Java
false
false
3,526
java
package itens; import java.io.Serializable; import java.util.Arrays; import util.Validador; /** * Classe que representa um item que pode ser doado e adicionado na lista de itens doaveis do doador. * * Laboratório de Programação 2 - Projeto Final. * * @authors Dacio Bezerra, Felipe Nunes, Victor Paz e Wallyngs...
[ "victor.braga@ccc.ufcg.edu.br" ]
victor.braga@ccc.ufcg.edu.br
fd0746a403b358f05ccfb3dc6bbc2f98982e9d4d
50f3d1fbb3d0ad643aaf9c0718bca635029b1bfa
/src/main/java/com/pce/BookMeTutor/Services/JwtTokenService.java
0e64bdb857c7996636caeba328e9ade77d1109de
[]
no_license
havenPCE/BookMeTutor-Backend
68b23e788042d52336ebfa2b8060dffd5827f34f
aa4a55abcf7d6a7f0ef806d1f7603f6313c4d7ce
refs/heads/master
2021-02-15T18:58:50.353220
2020-03-25T01:32:03
2020-03-25T01:32:03
244,922,881
0
0
null
2020-03-22T03:00:03
2020-03-04T14:34:40
Java
UTF-8
Java
false
false
2,058
java
package com.pce.BookMeTutor.Services; import java.io.Serializable; import java.util.Date; import java.util.HashMap; import java.util.Map; import java.util.function.Function; import org.springframework.security.core.userdetails.UserDetails; import org.springframework.stereotype.Service; import com.pce.BookMeTutor.Con...
[ "Shyam@DESKTOP-8E0R1T7" ]
Shyam@DESKTOP-8E0R1T7
40d7a452b7afe54db3344c31becff15ed63646c5
17ae12d052fa1abc7be4ecfa39c86db885e92ad7
/app/src/androidTest/java/com/diabin/fastec/example/ExampleInstrumentedTest.java
7bf52fc35bff09f59a80623df5b2e01ac248119c
[]
no_license
liushuai95/FastEC
d0002480f470d4bf34296a6f38da16f1e3cb077b
7136b2996e56416948e8ad54488500d58826e1db
refs/heads/master
2020-12-07T21:22:40.684583
2020-01-16T01:21:27
2020-01-16T01:21:27
232,804,806
0
0
null
null
null
null
UTF-8
Java
false
false
766
java
package com.diabin.fastec.example; 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 ...
[ "364477308@qq.com" ]
364477308@qq.com
8b10c625fd779aeae03a7d27b67c12e4df009fc3
7da67e38da4131c3703b074e196b45227f5883a7
/src/app/src/main/java/hcmus/student/locationmap/utilities/AddressLine.java
5a6a6d87f2590f313c2d722656e4a7d8e83b6d3a
[]
no_license
thuy13705/LocationMap
a3df605124fadd26526ddb37654ceb90daf6f693
d4f675f1b66527f8462aec235f44224949b043d3
refs/heads/master
2023-02-16T12:33:16.831683
2021-01-15T10:17:36
2021-01-15T10:17:36
306,342,754
0
1
null
2021-01-15T08:40:20
2020-10-22T13:16:25
Java
UTF-8
Java
false
false
861
java
package hcmus.student.locationmap.utilities; import android.location.Geocoder; import android.os.AsyncTask; import com.google.android.gms.maps.model.LatLng; public class AddressLine extends AsyncTask<LatLng, Void, String> { Geocoder geocoder; OnAddressLineResponse delegate; public AddressLine(Geocoder g...
[ "phamthianhthu2410@gmail.com" ]
phamthianhthu2410@gmail.com
b2d3b97acc9006d609ea5af11e403b6d98e211a1
b84596efa9d8a7eb50b34a4a0478cd0c929acd5b
/POO/src/main/java/oo/aula3/polimorfismo/Motocicleta.java
4b9b6713e8d11f3de8b33afbf50e60174e0e7c71
[]
no_license
lanasreis/JAVA-DIO
a2628b286733675c7a0d14adba5e5212d4a6e433
471d19f117ccbdf554a129c4a8d2712cd99a9f26
refs/heads/master
2023-01-11T02:27:41.437579
2020-11-16T18:24:42
2020-11-16T18:24:42
309,234,367
0
0
null
null
null
null
UTF-8
Java
false
false
304
java
package oo.aula3.polimorfismo; public class Motocicleta extends Veiculo { private String cilindradas; public void setCilindradas(final String cilindradas){ this.cilindradas = cilindradas; } public double calculaValorVenal(){ return this.getValorVenal() * 0.03; } }
[ "lanareissdd@gmail.com" ]
lanareissdd@gmail.com
66f2a78dd8b90611341055338c7c80b4db26acc8
0a60dc06c3d6e4850d43e6e32d13d9df1a5a88e7
/src/test/java/com/neuedu/test/CartDaoTest.java
19f8797d491dd32c82b28dd82d1e5f8a231c831b
[]
no_license
Alanlaosan/Java-businessweb
5ed5d3c7564e534bc509d5b4d274840a353f52da
961f7eea09841084631bc457cc0a45ebdcec43bb
refs/heads/master
2020-03-24T02:36:59.450465
2018-08-09T03:10:21
2018-08-09T03:10:21
142,383,862
12
0
null
null
null
null
UTF-8
Java
false
false
1,377
java
package com.neuedu.test; import com.neuedu.dao.CartDao; import com.neuedu.dao.impl.jdbc.mybatis.CartDaoMybatisImpl; import com.neuedu.entity.Cart; import com.neuedu.entity.Product; import org.junit.After; import org.junit.Before; import org.junit.Test; import org.springframework.beans.factory.annotation.Autowired; imp...
[ "viplj543@qq.com" ]
viplj543@qq.com
d259fb099333b30f4cc7e14191a1e3a7b333d6a7
26baeb33e72cf77cbd9613354ac1993b6f52a313
/Main.java
3a01dbf88f19373718b4d2ea68edf8029eb4c16c
[]
no_license
RussellWaterson/multi-threaded-server-assignment
5543246b5d046bd1cbe6e0ca815cae88b5a0e804
30354c5a87da0c01b69fd39d95b89af373beb483
refs/heads/master
2020-04-02T06:09:24.643416
2018-10-22T11:39:41
2018-10-22T11:39:41
154,132,840
0
0
null
null
null
null
UTF-8
Java
false
false
422
java
/** * @author rjw357 Russell Waterson */ public class Main { public static void main(String[] args) { MultiThreadedServer server = new MultiThreadedServer(8088); new Thread(server).start(); try { System.out.println("Starting server for 30 seconds"); Thread.sleep(30 * 1000); } catch (InterruptedExcep...
[ "rjw357@bham.ac.uk" ]
rjw357@bham.ac.uk
24e3643094c530a6e7e19931d690be5a276b44cd
b6c4030683917fbdaf40652b9e20300a59daf3bb
/src/Selenium12/SadbasicsExp7.java
b5277ab054edbc657855122c3562cddac4f3df9f
[]
no_license
anilkumartesting43/manual-selenium003
d54a305b6d513cef804bb5d0e3e655c21fec6a56
9c76feebb0ab235f3ec3193d6b7409e84ba11cc7
refs/heads/master
2021-01-25T23:23:36.776965
2020-10-13T10:19:04
2020-10-13T10:19:04
243,224,779
0
0
null
null
null
null
UTF-8
Java
false
false
1,075
java
package Selenium12; import java.util.Scanner; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; public class SadbasicsExp7 { public static void main(String[] args) throws InterruptedException { Scanner sc =new Scanner(System.in); System.out.println("jyoti please enter valid ...
[ "anilkumartesting43@gmail.com" ]
anilkumartesting43@gmail.com
1c56e492951e5ef4fb8c61bd034abfcbcf3553d3
99ef59318418ad90ad45a36441b3558c6ce77a05
/P6_18.java
b6ccc7e8014da06608677661f884a2caa3401f4b
[]
no_license
mimamoru/java_practice
5b7a7215a40d1674fde4925edf09571e62b6e975
0de5bee97fa42f8c97b014cae3c8ad85e2043c24
refs/heads/master
2022-11-15T07:29:49.788118
2020-07-12T20:08:13
2020-07-12T20:08:13
275,496,658
0
0
null
null
null
null
UTF-8
Java
false
false
1,117
java
//import java.util.Random; import java.util.Scanner; public class P6_18 { public static void main(String[] args) { Scanner stdIn=new Scanner(System.in); int[][] a=new int[4][3]; int[][] b=new int[3][4]; System.out.println("a??"); for(int i=0; i<4; i++){ ...
[ "mhiinraamhiara0509@icloud.com" ]
mhiinraamhiara0509@icloud.com
7ac2595453175ba9c8edc6c8669632ebe6d4c29c
b675761fcbffc6b35dc5937d798997340224126f
/backend/src/main/java/com/fms/inventory_management/repositories/CurrentInventoryRepository.java
eeade74f1c6f60a2c80fe00f0384ee5e2a5a50a1
[]
no_license
FMS0102/inventory_management
8de4bf213725184b01d14e8b5c91ec3611863dd0
488219c6a58503f3f9f0b0370a04414ca3678319
refs/heads/main
2023-08-25T11:50:40.241153
2021-10-11T23:30:44
2021-10-11T23:30:44
415,419,126
0
0
null
null
null
null
UTF-8
Java
false
false
346
java
package com.fms.inventory_management.repositories; import org.springframework.data.mongodb.repository.MongoRepository; import org.springframework.stereotype.Repository; import com.fms.inventory_management.entities.CurrentInventory; @Repository public interface CurrentInventoryRepository extends MongoRepository<Curre...
[ "44732534+FMS0102@users.noreply.github.com" ]
44732534+FMS0102@users.noreply.github.com
140e42f4eced9de55e7fd8ceac989368a56045ae
b09cd640c6ec294917dcf4bcb5e92733c07a6a6b
/src/com/example/ziacik/DBHelperMath.java
d700e57501a356fba7d6fe1abb826c0fc33a8f7a
[]
no_license
eM-Ce/ziacik
c28031a7914e0ecf6da2140c59326e46882058fc
e38b6ac30abd63f98c7239228206aaca195436d9
refs/heads/master
2020-05-29T23:49:14.769092
2015-06-24T19:18:51
2015-06-24T19:18:51
30,351,150
0
0
null
null
null
null
UTF-8
Java
false
false
5,437
java
package com.example.ziacik; import java.util.ArrayList; import java.util.List; import android.content.ContentValues; import android.content.Context; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; public class DBHelperMath extends SQLite...
[ "martin.cerven@gmail.com" ]
martin.cerven@gmail.com
147530ce418cb0246f9d41e89d40897ec183dda1
dfa040784a04ef9774451c4b2e8f97ae4ba823e4
/src/com/norman0406/slimgress/API/Knobs/PortalKnobs.java
4f8118067adaae55d97c303a4bed563ad5f6cc64
[]
no_license
Norman0406/Slimgress
37df94a9d62df72c59d76c87a600154415641a24
29242f0cba89bebe1e61dd8f239b3ec23e3848bc
refs/heads/master
2020-05-18T21:57:16.311606
2013-08-18T11:51:00
2013-08-18T11:51:00
11,195,800
6
1
null
null
null
null
UTF-8
Java
false
false
2,597
java
/*********************************************************************** * * Slimgress: Ingress API for Android * Copyright (C) 2013 Norman Link <norman.link@gmx.net> * * 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 Fre...
[ "norman.link@gmx.net" ]
norman.link@gmx.net
3b3b2b942f2834e8794ecb31e00578e3b7470e2f
d192fa57ee655146b8c73491e2ec6230e5b07d4a
/src/user/User.java
2a56e43005be39d144f1b7c1dc087774ff7b3fd4
[]
no_license
funball99/meidi
cc78c3f016723fde1c78d8d6d97f8928c43379aa
ad67fd846c94bf71bfb1ee31ede8e98ad4af99f2
refs/heads/master
2021-01-21T15:18:04.109527
2014-09-18T07:53:45
2014-09-18T07:53:45
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,380
java
package user; public class User { private int id; private String username; private String nickusername; private String userpassword; private String entryTime; private String branch ; // 所属部门 private String positions ; // 职位 private int usertype; // 所属的组 组的编号 // 系统默认2 为主...
[ "think@Lenovo-PC" ]
think@Lenovo-PC
f530777a35b4115fe983dac4308e2528c6bd2421
df4539abf5d521be6fddd25734ccd7d7ac461428
/01-JavaSE/day_05/src/Test06_ArraySaveInMemory.java
abc2fb46eec46c59df7c94e322a25c5ab5dabd84
[]
no_license
muzierixao/Learning-Java
c9bf6d1d020fd5b6e55d99c50172c465ea06fec0
893d9a730d6429626d1df5613fa7f81aca5bdd84
refs/heads/master
2023-04-18T06:48:46.280665
2020-12-27T05:32:02
2020-12-27T05:32:02
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,491
java
/** * @author Liu Awen * @create 2018-05-09 22:46 */ /* 数组的存储: 1、数组下标为什么从0开始? 下标表示的是这个元素的位置距离首地址的偏移量 2、数组名中存储的是什么 数组名中存储的是数组在堆中一整块区域的首地址 3、数组的元素如何存储 在堆中,依次连续的存储的 说明: 数组名,其实也是变量。 回忆: 变量的声明和初始化 数据类型 变量名 = 变量值; 现在: int[] array = {1,3,5,7,9}; 其中的 int[]也是一种数据类型,数组类型,它是一种引用数据类型 引用,表示引用一个“对象”,引用堆中的一块内存 Java程序是在...
[ "157514367@qq.com" ]
157514367@qq.com
0661e41f957dbfd9a89718c290c93c16ceac15f2
f43a0e822d6887e0614bbeb69c06ccdf3b2b2458
/generated/appengine-endpoints-guice-objectify/src/main/resources/archetype-resources/src/main/java/endpoints/config/ServletsPathForEndpointClassesModule.java
73d5987c96fbaddc82c0a3b88c13af94b6ff8a4a
[]
no_license
alassane0101/Archetypes
b539068f0f236c7f73b6cd5ca1c42a6f8744bde3
a3603fcd11ccb45698ea8824ded807974468b663
refs/heads/master
2020-06-17T04:39:43.158505
2019-02-13T22:17:28
2019-02-13T22:17:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,085
java
#set( $symbol_pound = '#' ) #set( $symbol_dollar = '$' ) #set( $symbol_escape = '\' ) package ${package}.endpoints.config; import java.util.List; import ${package}.guice.utils.ClassFinder; import com.google.api.server.spi.guice.GuiceSystemServiceServletModule; import com.googlecode.objectify.ObjectifyFilter; /** *...
[ "branflake2267@gmail.com" ]
branflake2267@gmail.com
d2848ee2eb690e118aa86f6608db29218e011e13
39eb53333cadc37c1dae832b4a8d65a879521e12
/src/main/java/cn/emay/core/sms/repository/impl/SmsMessageEsRepositoryImpl.java
f931a827333ad5047cdea22b77162aa9292397c9
[]
no_license
emaycn/emay-service
7db4b6df1743c343128fd4ecdb88ed7284c5255b
81960b82b8e17bdfc014e183a85951a9e6c5a601
refs/heads/master
2023-08-17T05:01:22.889092
2020-12-09T04:25:24
2020-12-09T04:25:24
243,707,733
0
0
null
2023-07-23T07:06:14
2020-02-28T07:53:31
Java
UTF-8
Java
false
false
7,408
java
package cn.emay.core.sms.repository.impl; import cn.emay.configuration.es.BasePojoEsRepository; import cn.emay.core.sms.dto.SmsMessageDto; import cn.emay.core.sms.dto.SmsMessageOperDto; import cn.emay.core.sms.pojo.SmsMessage; import cn.emay.core.sms.repository.SmsMessageEsRepository; import cn.emay.utils.date.DateUti...
[ "frankup@yeah.net" ]
frankup@yeah.net
353bd224efe41d09e4d61958e2127ec85b82944d
7809d724b3f1cb85833c334f569363897bc99202
/src/main/java/com/wrbug/wkcwallet/entry/TransactionCountVo.java
d96b69cb752003c86bb3d4771ccad484355b3967
[ "Apache-2.0" ]
permissive
GaoZhenGit/wkcwallet-java
9d5071fb0d65ba5a9ac45e7ca8cf01f5c217dccd
7c90a398ac29396e3359f182558af401c15c05b3
refs/heads/master
2021-04-12T09:30:48.347330
2018-04-01T04:40:24
2018-04-01T04:40:24
126,472,311
0
0
Apache-2.0
2018-03-23T10:51:04
2018-03-23T10:51:03
null
UTF-8
Java
false
false
691
java
package com.wrbug.wkcwallet.entry; /** * TransactionCountVo * * @author WrBug * @since 2018/2/1 */ public class TransactionCountVo { /** * jsonrpc : 2.0 * id : 1 * result : 0x9 */ private String jsonrpc; private int id; private String result; public String getJsonrpc() {...
[ "i@wrbug.com" ]
i@wrbug.com
955b4263eab44db85713c8c4e4938888f517f032
eb24b2d04f9eb14c83cfdc45af543b7983cf70cd
/ShoppingCart/src/domain/toys/ActionMan.java
6cd8396ecbbb3707907c54d228cf79cb8183ef86
[]
no_license
josebarreiro90/Formacao_HIQ_JanAbr2016
e7ac3ab23a39f86879afc512a5712603e12ed7ca
470e45e34a243ef8b24b0535c41af261f4332a7e
refs/heads/master
2021-01-10T09:21:20.110768
2016-03-01T20:48:40
2016-03-01T20:48:40
49,227,264
0
0
null
null
null
null
UTF-8
Java
false
false
279
java
package domain.toys; public class ActionMan extends Toy { private final String type; public ActionMan(int id, String name, float price, int minimunAge,String type) { super(id, name, price, minimunAge); this.type=type; } public String getType() { return type; } }
[ "joseb@agap2.pt" ]
joseb@agap2.pt
d2892e69b900aff998d9e8a1e38f7d644cad0599
065fe62aa6f9004fc91b07e6c676e8d500a47048
/Server/allDemoGoHere/springbootdemo/main/java/com/is0967/menutri/repositories/IngredientCategoryRepo.java
7ac19e18ea17237a6438361b289eca22a5bf28af
[]
no_license
huyleonis/Capstone
ee8f185348e6637f0711bf01921e1f1df1f8dab4
bebe728619453fd1097e373b87828f8c843d9677
refs/heads/master
2021-05-16T17:49:32.261190
2017-12-12T09:56:59
2017-12-12T09:56:59
103,046,379
0
0
null
null
null
null
UTF-8
Java
false
false
345
java
package com.is0967.menutri.repositories; import com.is0967.menutri.entities.Ingredient; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; /** * Created by NBL.Huyen on 15-02-17. */ @Repository public interface IngredientCategoryRepo extends JpaReposito...
[ "dovietson2000@gmail.com" ]
dovietson2000@gmail.com
8482c602ca95e6cdad0073818966d542b4340172
155c769a79d1c6cda5568eea2192d07f01c47d3e
/RealMadrid/app/src/main/java/com/example/realmadrid/MainActivity.java
fe66e62613d6da460ccfb3971f3c29d512cf9fcc
[]
no_license
ramismonoshev/Real-Madrid-
1537480219c0ba03617cea190786a62e76f161d3
10d8f73bec4a9bb3a3bdfdd4ac79d82874ed7a8a
refs/heads/master
2023-04-19T12:39:38.745269
2021-05-08T08:36:18
2021-05-08T08:36:18
350,070,294
0
0
null
null
null
null
UTF-8
Java
false
false
1,364
java
package com.example.realmadrid; import androidx.appcompat.app.AppCompatActivity; import android.graphics.Bitmap; import android.os.Bundle; import android.webkit.WebSettings; import android.webkit.WebView; import android.webkit.WebViewClient; public class MainActivity extends AppCompatActivity { private WebView m...
[ "49976559+ramismonoshev@users.noreply.github.com" ]
49976559+ramismonoshev@users.noreply.github.com
ae96681e9ddc52207f662f7aa8857bab59e23c0b
e92392cbddd969051e1dd96ea5278147b44074e9
/src/main/java/com/epam/jmp/gamebox/Action.java
d5e12c7bb4f2769022653795298fdb539c92d82c
[]
no_license
YevgenyDrozdov/gamebox-api
b2a04eb43a39e212515096b17a9e13b541c6c77d
da24b5dceee9c74c12f215d543b0c67c71c1482c
refs/heads/master
2020-03-29T12:07:21.060069
2015-05-08T13:59:43
2015-05-08T13:59:43
32,732,165
0
0
null
null
null
null
UTF-8
Java
false
false
251
java
package com.epam.jmp.gamebox; import java.util.Map; public interface Action { String getActionId(); Map<String, String> getActionParametersMap(); String getActionParameter(String parameterName); Session getSession(); }
[ "Yevgeny_Drozdov1@epam.com" ]
Yevgeny_Drozdov1@epam.com
2a1aa6321ce05c61908d4edd940e6db4b7448da2
01a78a76bc376ea078149d9fa663e651602bca1a
/src/main/java/com/chernyak/pattern/model/Resume.java
b51b11754dfef898a77432a882d9ba4519867328
[]
no_license
barsetca/pattern-template-method
ef74476da7febca14bad8ba01f9ec090f8a6d51e
99c0946f7e4387b97f20b4bb1ae3fb621175495a
refs/heads/master
2023-02-15T08:08:08.906662
2021-01-13T07:52:56
2021-01-13T07:52:56
329,233,147
0
0
null
2021-01-13T17:01:17
2021-01-13T07:52:46
Java
UTF-8
Java
false
false
1,909
java
package com.chernyak.pattern.model; import java.time.LocalDate; import java.util.Objects; public class Resume implements Comparable<Resume> { private String uuid; private String fullName; private LocalDate birthday; private String city; public Resume(String uuid, String fullName) { this(uuid, fullNam...
[ "barsetca@gmail.com" ]
barsetca@gmail.com
3ccbcbb910552a76797fb5ecb0d064acb880b6be
a0a24b9ffe35a9adc23dd6115be0ffeedfca013e
/spring-boot-quickstart/src/main/java/com/pduleba/spring/boot/controller/SpringBootController.java
c5ec3c7418f794ca1b3d3a5b619e6c90c0f9470e
[ "Apache-2.0" ]
permissive
pduleba/SpringBoot-SL
eca034e7cda837d902e4001c702dc77ede04fd68
9f06996b430cbc686b2bd4827cc7ae5bbf2a53fc
refs/heads/master
2021-05-03T18:55:19.224481
2018-02-07T08:38:10
2018-02-07T08:38:10
120,418,161
0
0
null
null
null
null
UTF-8
Java
false
false
603
java
package com.pduleba.spring.boot.controller; import org.springframework.http.MediaType; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.*; import com.pduleba.spring.boot.model.RestResponse; @Controller public class SpringBootController { @RequestMapping(method = Requ...
[ "pduleba@pgs-soft.com" ]
pduleba@pgs-soft.com
0ac2e22d7af0491fedee2371adc3b434b5987353
bb2f32df072cd27fa90b0892057e66fec9b569d9
/Android/GalileoX_CAAD003X_Professional_Android_App_Development/DaggerDemo/app/src/main/java/com/example/robert/daggerdemo/MainActivity.java
f8ca60645e55d42b92499584cb194e868fa7202a
[]
no_license
amerelsayed2020/Learning
9417777f28b8d5161e6761d98c3e64cd9f998d3a
689acd3f8de57ce67dc610cae659d88782270668
refs/heads/master
2023-04-27T11:34:54.622157
2020-07-09T15:40:36
2020-07-09T15:40:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,335
java
package com.example.robert.daggerdemo; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v7.app.AppCompatActivity; import android.widget.TextView; import com.example.robert.daggerdemo.data.DataManager; import com.example.robert.daggerdemo.data.model.User; import com.example....
[ "r.duriancik@gmail.com" ]
r.duriancik@gmail.com
deea45482fe1dcb9ff6e409bfa0223ea38276b8a
c51e0e82ebc20126cb3ed95129c2eb46568870db
/Angiev1/src/controller/vtaVenta/CCNotaCredito.java
c23e98a9f6d32f0f072779a78fd59e01adaa8713
[]
no_license
lu1sm1gu3l/SysSilvestre
98cee22df0047ec203759e1126af121c1a6794be
6304458adc28670b9f2947ef7a83be448f2fe1fe
refs/heads/master
2021-01-16T23:19:34.708621
2016-06-23T03:57:24
2016-06-23T03:57:24
61,769,001
0
0
null
null
null
null
UTF-8
Java
false
false
1,507
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package controller.vtaVenta; import java.util.List; import modelo.vtaVenta.datos.CDNotaCredito; import modelo.vtaVenta.entidad.CEComprobanteVentaMatriz; import modelo.vtaVenta.entidad.CENotaCredito; /** * * @author...
[ "luisespinozabarzola@gmail.com" ]
luisespinozabarzola@gmail.com
95586da7c129b9e57fd6ffb3245a821ed1d0feed
45dfce274b46a4b3248453e3b242cfca83bbfc1c
/app/src/main/java/com/dudu/huodai/mvp/model/postbean/AdvertSplashBean.java
ab0c4efb9d4d429b674c693cf18766066d94ec3e
[]
no_license
aierlymon/Dudu
3ec35cb0e4594a99893d60f43f04d620bfac5054
8a0c7ef4df1bf5e2f5304d661cd9f313c95efafc
refs/heads/master
2020-07-06T20:29:24.027660
2019-10-08T02:53:05
2019-10-08T02:53:17
203,130,839
0
0
null
null
null
null
UTF-8
Java
false
false
225
java
package com.dudu.huodai.mvp.model.postbean; public class AdvertSplashBean { private int type; public int getType() { return type; } public void setType(int type) { this.type = type; } }
[ "1351637684@qq.com" ]
1351637684@qq.com
a0a6bad6560819b70879697790efd5f78f699b0a
dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9
/data_defect4j/preprossed_method_corpus/Chart/26/org/jfree/chart/plot/CategoryPlot_setDomainGridlinePaint_1605.java
d5015a98ecb3b409aa939965fef407cec8fe3cb1
[]
no_license
hvdthong/NetML
dca6cf4d34c5799b400d718e0a6cd2e0b167297d
9bb103da21327912e5a29cbf9be9ff4d058731a5
refs/heads/master
2021-06-30T15:03:52.618255
2020-10-07T01:58:48
2020-10-07T01:58:48
150,383,588
1
1
null
2018-09-26T07:08:45
2018-09-26T07:08:44
null
UTF-8
Java
false
false
4,240
java
org jfree chart plot gener plot data link categori dataset categorydataset render data item link categori...
[ "hvdthong@gmail.com" ]
hvdthong@gmail.com
30f76bd2d6a07f3ae7d9ec6e661fd7eab7554289
c02a624ca99f69446078f49402bbdca10f0b350c
/exareme-master/src/main/java/madgik/exareme/master/connector/local/AdpDBQueryExecutorThread.java
617f5eab235d5b2ac1294eef97a405fc3a7d581a
[ "MIT" ]
permissive
dbilid/exareme
a9850941cde95713957f76fa051ad696afdff0a3
3bd1bfc5b46585277dd560af207bef2241eb8375
refs/heads/dev
2020-04-05T22:50:16.160694
2016-10-28T11:31:12
2016-10-28T11:31:12
50,434,886
0
1
null
2016-01-26T14:43:16
2016-01-26T14:43:15
null
UTF-8
Java
false
false
1,615
java
/** * Copyright MaDgIK Group 2010 - 2015. */ package madgik.exareme.master.connector.local; import com.google.gson.Gson; import madgik.exareme.common.schema.Partition; import madgik.exareme.common.schema.PhysicalTable; import madgik.exareme.master.client.AdpDBClientProperties; import madgik.exareme.master.connecto...
[ "grad0903@di.uoa.gr" ]
grad0903@di.uoa.gr
e22b853a0e2681b40d0c3b9f30ea371d14e78cb9
60b80d80342987e0123a0206bcb204cc18daf1ba
/aws-java-sdk-guardduty/src/main/java/com/amazonaws/services/guardduty/model/DnsRequestAction.java
a2cdf95c3bccf0ce67d7c7d7d61368bea0f2dac6
[ "Apache-2.0" ]
permissive
Jayu8/aws-sdk-java
43084f98cc60de7e917e753fe00e46c6b746a889
5ee04c93922ecbabed8bbed237b17db695661900
refs/heads/master
2021-06-20T02:15:09.070582
2020-04-09T22:55:17
2020-04-09T22:55:17
254,494,443
0
0
Apache-2.0
2020-04-09T22:49:35
2020-04-09T22:49:34
null
UTF-8
Java
false
false
4,056
java
/* * Copyright 2015-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
[ "" ]
a53167853af6210d858b49dfc673f3ae0ddfab87
de7c442239793ca20deb3db7355a42fb52443c76
/xulichuoi/Bai16QuestionCorrection.java
946d0e607d4b3078c2c3758694f18de3a0167172
[]
no_license
duong-coder/JAVA-Thuat_Toan
c174270b48499bf251e4451aef10d196c58378b3
e6e52e75b15543aa5f007edd030d6c196736348b
refs/heads/master
2023-03-16T14:42:53.683196
2021-03-14T09:59:28
2021-03-14T09:59:28
250,216,824
1
0
null
null
null
null
UTF-8
Java
false
false
4,887
java
//Một hệ thống hỏi đáp trực tuyến cần chuẩn hóa câu hỏi của người dùng // // Một câu hỏi đã được chuẩn hóa cần tuân thủ các luật sau: // // Luật chung: // Câu hỏi chỉ chứa kí tự chữ cái (a-zA-Z), chữ số (0-9), dấu phẩy (,), dấu cách (' '), dấu hỏi (?). Các kí tự khác đều được thay thế bằng dấu cách...
[ "duongakvip1@gmail.com" ]
duongakvip1@gmail.com
3c36236a991a6bdb22aad549e9646196e47a12fb
ea2350bff1bc63751da66d64adeba241a1975ead
/src/br/com/ilibrary/view/panels/Panel_BuscarAcervo.java
ea62d480d9f15c9b383d97d1c31523d842359469
[]
no_license
wctwellington/TCCILibraryDesktop
78ccd2df9ba06064f8c656793d06ad3224ce70fa
7d99caf88a134de9aafd64346b74797f365fe0c3
refs/heads/master
2021-01-20T20:36:54.842714
2016-08-13T14:50:31
2016-08-13T14:50:31
63,300,330
0
0
null
null
null
null
UTF-8
Java
false
false
10,799
java
package br.com.ilibrary.view.panels; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.KeyAdapter; import java.awt.event.KeyEvent; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import java.util.ArrayList; import javax.swing.JButton; import javax.swin...
[ "wellington@Mint" ]
wellington@Mint
aabf8bdc7eea00f9cf27f7fdb40e39ae21272dc4
d16f17f3b9d0aa12c240d01902a41adba20fad12
/src/leetcode/leetcode12xx/leetcode1296/Solution.java
e61be9b64534be8d9e5b754fe464e79f28c41193
[]
no_license
redsun9/leetcode
79f9293b88723d2fd123d9e10977b685d19b2505
67d6c16a1b4098277af458849d352b47410518ee
refs/heads/master
2023-06-23T19:37:42.719681
2023-06-09T21:11:39
2023-06-09T21:11:39
242,967,296
38
3
null
null
null
null
UTF-8
Java
false
false
1,499
java
package leetcode.leetcode12xx.leetcode1296; import java.util.ArrayDeque; import java.util.Arrays; public class Solution { public boolean isPossibleDivide(int[] nums, int k) { int n = nums.length; if (n == 0) return true; if (n % k != 0) return false; Arrays.sort(nums); Arra...
[ "mokeev.vladimir@gmail.com" ]
mokeev.vladimir@gmail.com
96fdabe758f47ecd209c8c2ffffbc24ef1bf7002
cd7f0ccffb433d179c711d43c7ad03ee61908cc8
/build/generated/src/org/apache/jsp/consultar_jsp.java
9cfb68ff6eedadf11abb18242a3b5ff57f612b58
[]
no_license
D0u6l45/Cadastro_Crud_java
fd74d737343b11c96a0212ec8b8d1b9691b8394a
bb52e6c1f6703fe398b4fed31712df76c644187d
refs/heads/master
2022-04-15T19:32:06.327471
2020-04-13T01:55:29
2020-04-13T01:55:29
255,206,260
0
0
null
null
null
null
UTF-8
Java
false
false
6,287
java
package org.apache.jsp; import javax.servlet.*; import javax.servlet.http.*; import javax.servlet.jsp.*; import persistencia.FuncionarioDao; public final class consultar_jsp extends org.apache.jasper.runtime.HttpJspBase implements org.apache.jasper.runtime.JspSourceDependent { private static final Js...
[ "dougforgod@gmail.com" ]
dougforgod@gmail.com
13efcefd89b0b0a18985cf4e81643696ba6a410a
fcf2662c6a9ffefe77d682806b20501eee2a960a
/src/demo10_Stream/Test.java
43b0d5be8f65b6c1a269801801f9c602e5f93f51
[]
no_license
516516/JavaBasis
f7336193a3f4d652fe5ed2ad10c0ea2c02715ae7
50361eb0d0a77ffc03b0c1be559751785696f86a
refs/heads/master
2020-04-04T23:51:29.994733
2018-12-15T10:35:05
2018-12-15T10:35:05
156,374,600
0
0
null
null
null
null
GB18030
Java
false
false
657
java
package demo10_Stream; /** *@auther:胡波 *@version: 2018年11月25日下午12:09:15 *@description:测试注释的类 */ class B{ private String name; public String getName() { return name; } } public class Test { /** * @param args * @auther: 胡波 * @version: 2018年11月25日下午12:38:20 * @description:main函数 *...
[ "2082344874@qq.com" ]
2082344874@qq.com
c106e21960419496fab0040b08f07a5c2ba9623d
2085b094df4d3e220b24a081ca6de7c7d36ed173
/src/main/java/com/edu/hutech/major/service/impl/CategoryServiceImpl.java
8fb394beb5d25c5f0ab91c6ceec74a66c8c44321
[]
no_license
tanbinh123/SpringWeb
5c17e68e10984daf8e794a5eebee28d8d660b67b
8f11b37b32954ba84e7a44fe148b0105e19c727b
refs/heads/master
2023-05-12T03:08:12.199595
2021-06-05T04:40:25
2021-06-05T04:40:25
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,072
java
package com.edu.hutech.major.service.impl; import com.edu.hutech.major.model.Category; import com.edu.hutech.major.model.Product; import com.edu.hutech.major.repository.CategoryRepository; import com.edu.hutech.major.repository.ProductRepository; import com.edu.hutech.major.service.CategoryService; import org.springfr...
[ "darkmirror2000@gmail.com" ]
darkmirror2000@gmail.com
7e853e9300a0af322e51c75ed0cb8cb9a233c46e
0ac05e3da06d78292fdfb64141ead86ff6ca038f
/OSWE/oswe/openCRX/hsqldb-2.6.0/hsqldb/src/org/hsqldb/map/BaseHashMap.java
c9226f469490bcf5971916a84ebefddbad8426d3
[]
no_license
qoo7972365/timmy
31581cdcbb8858ac19a8bb7b773441a68b6c390a
2fc8baba4f53d38dfe9c2b3afd89dcf87cbef578
refs/heads/master
2023-07-26T12:26:35.266587
2023-07-17T12:35:19
2023-07-17T12:35:19
353,889,195
7
1
null
null
null
null
UTF-8
Java
false
false
57,357
java
/* Copyright (c) 2001-2021, The HSQL Development Group * 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 notice, this * list...
[ "t0984456716" ]
t0984456716
0045941f171b87a6d818f98a8c49c8a2d17b8d7c
c732c4378462ecb49193bd872725149b98832d3f
/src/br/chainResponsability/IDesconto.java
685222c2ebddca5705e4e2f3b8c728653a13c44e
[]
no_license
willdjames/design-pattern
bdf404377a343371242ecb1e3181b65176064b80
c489bcfc4ef65cd0b54bebba9d11e0c500dd20a5
refs/heads/master
2020-04-12T17:23:36.184871
2018-12-29T19:28:41
2018-12-29T19:28:41
162,642,963
0
0
null
null
null
null
UTF-8
Java
false
false
191
java
package br.chainResponsability; import br.strategy.Orcamento; public interface IDesconto { double descontar(Orcamento orcamento); void setProximoDesconto(IDesconto desconto); }
[ "william.santana@provider-it.com.br" ]
william.santana@provider-it.com.br
515ecfc6f12380f9286f6cc8f7c3da778d08681e
c337f4ee160f73d0b7e74992be0ba00235a8c65c
/MvpFramework/build/generated/source/buildConfig/release/com/tz/architect/mvpframework/BuildConfig.java
8bea489877ac2eddc9f0530610acef30e1d4c7d9
[]
no_license
514721857/Delivery
30e04b08d2e79c2814ab9c7a1bbf0de8329e876b
0c1988d8a7070118dec79618ba1b15129d254458
refs/heads/master
2020-03-21T00:46:14.611568
2018-12-06T14:36:12
2018-12-06T14:36:12
137,909,148
0
0
null
null
null
null
UTF-8
Java
false
false
444
java
/** * Automatically generated file. DO NOT MODIFY */ package com.tz.architect.mvpframework; public final class BuildConfig { public static final boolean DEBUG = false; public static final String APPLICATION_ID = "com.tz.architect.mvpframework"; public static final String BUILD_TYPE = "release"; public static...
[ "514721857@qq.com" ]
514721857@qq.com
55888edd0bd18c67c1b3e6495c285e151d187e44
ca31331ab044b4fdadaad7dae10169c93d009c1d
/admin/src/main/java/com/royal/admin/modular/system/mapper/LoginLogMapper.java
529b261f0779a77ede7add80c22c57d7eec90496
[ "Apache-2.0" ]
permissive
sihuo-hu/adminInit
54c0bf364f9a9e1aab07593c6568353d48abd354
c7e8672075358c57594bd77d67d6ba7fdb80b680
refs/heads/master
2022-10-21T20:31:15.589633
2019-10-23T01:56:37
2019-10-23T01:56:37
216,944,512
0
0
Apache-2.0
2022-10-12T20:32:57
2019-10-23T01:47:17
JavaScript
UTF-8
Java
false
false
742
java
package com.royal.admin.modular.system.mapper; import com.royal.admin.modular.system.entity.LoginLog; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.baomidou.mybatisplus.extension.plugins.pagination.Page; import org.apache.ibatis.annotations.Param; import java.util.List; import java.util.Map; /**...
[ "royal_hu@126.com" ]
royal_hu@126.com
a4fc9ab987437aa91723e372bac8c75dfd77f721
6285c1a2fd7ca358acd09881f31fab25bcbbe84b
/src/main/java/net/imglib2/algorithm/math/NotEqual.java
fdc5df5b3deaa44a9f857a7b5de60a7bfa5ab2ab
[ "BSD-2-Clause" ]
permissive
igorpisarev/imglib2-algorithm
2c2c054533c977676b2cf38e684cdec9a1b3f11b
f20e472836dc7e6c34b85fe0bd49711e2399eb36
refs/heads/master
2021-01-09T09:41:01.012112
2019-10-23T19:27:47
2019-10-23T19:27:47
null
0
0
null
null
null
null
UTF-8
Java
false
false
894
java
package net.imglib2.algorithm.math; import java.util.Map; import net.imglib2.algorithm.math.abstractions.Compare; import net.imglib2.algorithm.math.abstractions.OFunction; import net.imglib2.algorithm.math.execution.NotEquality; import net.imglib2.algorithm.math.execution.Variable; import net.imglib2.converter.Conver...
[ "sapristi@gmail.com" ]
sapristi@gmail.com
42c59d62109b4c7dae2eed2b2f9e9ad26113769d
893ef4b72837ea693de4a6dfa7ef3aea96bd9621
/src/main/java/webstore/config/RootApplicationContextConfig.java
25ba5e38b5c6784e0fc520798ac29d52e1648e1f
[]
no_license
uncleVich/BookWebStore
112e4bd775b303d99785e05232fe8a611ea68f42
4cb7f25286f3b8359335ffa2552eb314855223d8
refs/heads/master
2020-03-31T18:16:22.176725
2018-11-16T12:51:58
2018-11-16T12:51:58
152,452,104
0
0
null
null
null
null
UTF-8
Java
false
false
1,137
java
package webstore.config; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Configuration; import org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate; import org.springframework.jdbc.datasource.e...
[ "hrvDHs7813021" ]
hrvDHs7813021
146ba96b3156d3e057265c401c316bcbdc9b42bf
cbcfac9e1ad7cc2281accbe95d8d5b6ab2929cb5
/src/main/java/com/shujia/web/bean/Word.java
79021fdbdd121e7a9ecb3dbb3faa025849d08c1f
[]
no_license
Wangguangt/-
fb7189826b271e8885bad25f711f582a8eb7aa79
debde26965a84070ca832b42856f74030df0c688
refs/heads/master
2020-05-17T05:57:00.353832
2019-04-26T03:19:09
2019-04-26T03:19:09
183,548,402
1
2
null
null
null
null
UTF-8
Java
false
false
530
java
package com.shujia.web.bean; import java.util.Arrays; public class Word { private String name; private Integer value; public Word() { } public String getName() { return name; } public void setName(String name) { this.name = name; } public Integer getValue() { ...
[ "781245611@qq.com" ]
781245611@qq.com
6ca7cae434f0b40537275b003b10172f56ae294d
04b1cb942ee98db391d611eb48d542b4d5ef11d8
/src/main/java/com/musicapp/repository/user/IUserRepository.java
4b690073af8c0ac46f1a1c8b15c376def8c8a46d
[]
no_license
KhanhNguyen1410/JAVA_demo_backend
1913f197e1294086670b8e646b1b5b4787028d52
7bfe5e2d24ab4543b45f10f4935321627f441743
refs/heads/master
2023-02-14T16:01:25.300987
2021-01-06T01:43:14
2021-01-06T01:43:14
327,168,496
0
0
null
null
null
null
UTF-8
Java
false
false
268
java
package com.musicapp.repository.user; import com.musicapp.model.User; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; @Repository public interface IUserRepository extends JpaRepository<User , Long> { }
[ "69251285+Khanh-Nobi-JR@users.noreply.github.com" ]
69251285+Khanh-Nobi-JR@users.noreply.github.com
1490d1c365f879d2b2bb212dc13ada839dd0a549
37980086ffb781b7bee47d5b49f98f0347958006
/src/main/java/com/wechatsell/wechatsell/service/SortRepositoryService.java
c0fbae38348e055121503b21ae440c9c95f7856b
[]
no_license
panjiecai/wechatsell
31f1a53a8816ddab6dab74f95d0a736956f48301
5f21f70b99f12119e96e85a396b6e3d63b1d2b51
refs/heads/master
2022-12-22T17:06:50.473117
2020-09-27T07:33:24
2020-09-27T07:33:24
298,977,521
0
0
null
null
null
null
UTF-8
Java
false
false
400
java
package com.wechatsell.wechatsell.service; import com.wechatsell.wechatsell.dataobject.Sort; import java.util.List; /** *类型表 */ public interface SortRepositoryService { //通过id寻找 Sort findOne(int sortId); //全部 List<Sort> findAll(); //通过编号查询 List<Sort> findBySortTypeIn(List<Integer> sortTyp...
[ "1597470774@qq.com" ]
1597470774@qq.com
d49ac33c2b645178b388e6a04324901083103dfd
898d403ce46a721dc6fbd3e6c2e14578cb869c31
/lab-database/src/main/java/ru/optima/persist/model/Work.java
86aa04091d125caf871a09a300898808f8880887
[]
no_license
knife-kis/laboratory
f3f14330b591c6fd62bcdedbe0a6e60ce61534f7
e12cc58c722ba154bce8b5142784a315e89a65df
refs/heads/master
2023-03-29T18:51:08.674353
2021-04-04T10:46:46
2021-04-04T10:46:46
327,240,888
0
1
null
null
null
null
UTF-8
Java
false
false
2,479
java
package ru.optima.persist.model; import ru.optima.persist.model.equipments.Equipment; import javax.persistence.*; import java.io.Serializable; import java.time.LocalDate; import java.util.List; @Entity @Table(name = "works") public class Work implements Serializable { @Id @GeneratedValue(strategy = Generati...
[ "36123852+knife-kis@users.noreply.github.com" ]
36123852+knife-kis@users.noreply.github.com
78bb32d05b5d9bbe01358b3ed7e3930f0f9f3e39
1e7f68d62f0b9408054a7ddee252a02d94bf93fc
/CommModule/src/ca/uhn/hl7v2/model/v26/group/RQI_I01_PROVIDER.java
b639520f975b735a14cda7ba1105debc1ad5a269
[]
no_license
sac10nikam/TX
8b296211601cddead3749e48876e3851e867b07d
e5a5286f1092ce720051036220e1780ba3408893
refs/heads/master
2021-01-15T16:00:19.517997
2013-01-21T09:38:09
2013-01-21T09:38:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,421
java
/* * This class is an auto-generated source file for a HAPI * HL7 v2.x standard structure class. * * For more information, visit: http://hl7api.sourceforge.net/ * * The contents of this file are subject to the Mozilla Public License Version 1.1 * (the "License"); you may not use this file except in comp...
[ "nacrotic@hotmail.com" ]
nacrotic@hotmail.com
134337e3b406d2714c916404bd8ac699c85bfdb6
797cd95843cf68b3c0734083b5fe12c6e1e2d484
/app/src/main/java/org/gdg/frisbee/android/view/MyView.java
3e84f2ce14109f07ddcfd8662a3324746c5077f2
[ "Apache-2.0" ]
permissive
jaydeepw/frisbee
2f93c50b4c7d142142dd6a7c9700998f9a53bf1d
8f98124e8628120d960e93880eda4113f55b782d
refs/heads/master
2021-01-20T21:44:58.055157
2014-06-09T20:42:48
2014-06-09T20:42:48
20,872,916
0
1
null
null
null
null
UTF-8
Java
false
false
11,095
java
/* * Copyright 2013 The GDG Frisbee Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
[ "mauimauer@gmail.com" ]
mauimauer@gmail.com
f52a99c4c771e9cd086685840527fbd913c17330
550c0a8aada492436154b655dc7ff0a9debc172b
/src/main/java/org/leg/library/json/JSONNumber.java
5fe8cbdcdc78e94502147519970e6af7e017c841
[]
no_license
linlieycm/leg
4cfd92c1da8ee8fc338d986fde072cc542dc6279
1a3a9608b654f5d6b2028a8d60fb644361e031b8
refs/heads/master
2021-01-10T08:12:54.833724
2015-05-29T08:17:31
2015-05-29T08:17:31
36,490,765
1
0
null
null
null
null
UTF-8
Java
false
false
2,834
java
package org.leg.library.json; import org.leg.library.json.core.IJSON; /** * JSON值数字类 */ public class JSONNumber extends Number implements IJSON { /** * 值 */ protected double value = 0F; /** * 构造函数 */ public JSONNumber() { } /** * 构造函数 * * @param value 值 ...
[ "yangcm04@163.com" ]
yangcm04@163.com
b543dbebabb4c75e7099dc162236d182ed117b07
b6b6639440eb7dce463587696b01004746cdfddf
/src/test/java/net/sensale/qp/quickbooks/AmountTest.java
8cc4702aa081bcc719a7255026e3c6f707ce0b7e
[ "Apache-2.0" ]
permissive
bsensale/qp-iif-utility
f25e5b02ca24effe48c1d24d4e31671ea2c2d344
3b75edf273e304bac3919b490c59fed4017bcc11
refs/heads/master
2021-06-04T17:23:41.030859
2018-10-05T19:18:05
2018-10-05T19:18:05
23,365,519
0
0
null
null
null
null
UTF-8
Java
false
false
1,523
java
/** * Copyright 2014 Brian Sensale * * 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 ...
[ "bsensale@gmail.com" ]
bsensale@gmail.com
0cf14d42e81ed421fc0654baac617e81accb6141
c1b23c347fb5d0cd4c0355f4c1caa79c8689d2ff
/app/src/main/java/com/jupiter/miniximalaya/base/BaseActivity.java
bac4f46e8b5db067e11d4eafbe142c2d69d93da9
[ "Apache-2.0" ]
permissive
36952362/MiniXimalaya
922321c3fba9ab972f5c190716d9e35689c50441
0e513542505b008bbc7251b60ebeb0b8db248bfc
refs/heads/master
2020-06-21T02:09:44.966994
2019-08-14T12:38:59
2019-08-14T12:38:59
197,319,616
1
0
null
null
null
null
UTF-8
Java
false
false
143
java
package com.jupiter.miniximalaya.base; import androidx.fragment.app.FragmentActivity; public class BaseActivity extends FragmentActivity { }
[ "haijutan@cisco.com" ]
haijutan@cisco.com
97a232574e645e996e1b47b06bc749c47ccccd85
5440e2329d36cf70cadde2575a3ca67d6732f1b8
/rocketmq-demo-consumer/src/main/java/com/demo/queue/rocketmq/consumer/RocketmqDemoConsumerApplication.java
073861eb9ca126ce95f8c4757af760314051f295
[]
no_license
fengzhentao/queue-demo-parent
b96e966df293ed46516b646806990fa3338830f0
94c7ab9c942c7ee3717495f440ccaf3c4399dc56
refs/heads/master
2023-01-27T12:17:52.923129
2020-12-11T09:25:19
2020-12-11T09:25:19
320,525,528
0
0
null
null
null
null
UTF-8
Java
false
false
365
java
package com.demo.queue.rocketmq.consumer; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class RocketmqDemoConsumerApplication { public static void main(String[] args) { SpringApplication.run(RocketmqDe...
[ "13651149970@163.com" ]
13651149970@163.com
b8bc52b1ef0afae47f018dd9b57042b7ba3f7159
e12a1f11a7e7637a57f9b83c05d1c8712c717c6a
/src/main/java/com/beautifulyears/domain/Language.java
e7a8a9aa2b01c161e5c0b74bd67a40d68c64b733
[]
no_license
Elderly-Care-Platform/ECP-Server-Backend
08617db6246da74f189f31c0ba19e5affcdb4905
d30ae5afaed7ad54486bedf75eb7080b0ab61067
refs/heads/master
2023-07-28T07:08:59.252516
2020-11-11T07:28:32
2020-11-11T07:28:32
406,229,298
0
0
null
null
null
null
UTF-8
Java
false
false
604
java
/** * */ package com.beautifulyears.domain; import org.springframework.data.annotation.Id; import org.springframework.data.mongodb.core.mapping.Document; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; /** * @author Nitin * */ @Document(collection = "language") @JsonIgnoreProperties(ignoreUnknow...
[ "nitin.j@beautifulyears.com" ]
nitin.j@beautifulyears.com
8d34cd2ef5a309557e63d15bc1007a5cb96d2537
591e72c06407fae8563ed9740e1b5bec3a6c43b3
/09_Scripts/src/main/java/FileCopier.java
4caa462b5a68ae02234b2d193a02e280e48e21f2
[]
no_license
pkrajnik/IntelliJWorkspaceMaven_WprowadzenieDoJava11
faec3b87a389e0c0bc3856f80e42161dbb28aa77
36412369a56b39eca69a391626ed50a913de1091
refs/heads/master
2021-07-12T17:47:03.055162
2020-09-26T16:57:12
2020-09-26T16:57:12
237,063,157
0
0
null
2021-03-31T21:46:06
2020-01-29T19:20:12
Java
UTF-8
Java
false
false
383
java
import java.io.IOException; public class FileCopier { public static void main(String args[]) throws IOException { Runtime run = Runtime.getRuntime(); System.out.println("Executing the external program . . . . . . . ."); for (int i=1;i<=2;i++){ String file = "cmd /C copy "+i+".txt...
[ "krajnikp@poczta.wp.pl" ]
krajnikp@poczta.wp.pl
95bc207b4eed8f0609a756e154a549a2cb10dac1
a498267df5c672da259f2810e41830bec1d47adf
/mobile/src/main/java/com/alexstyl/specialdates/contact/ContactNotFoundException.java
17856f83ff2262b33523722d844c1e37a16e858b
[ "MIT" ]
permissive
danybony/Memento-Namedays
9f0fcf6db52e223250d752c31a667fe5e758a334
1bf6030d1cd418a5aae6f6e0d88d617c312bf7aa
refs/heads/master
2021-01-17T23:05:56.966226
2016-09-06T22:22:12
2016-09-06T22:22:12
68,078,712
1
0
null
2016-09-13T08:29:17
2016-09-13T05:55:13
Java
UTF-8
Java
false
false
234
java
package com.alexstyl.specialdates.contact; public class ContactNotFoundException extends Exception { public ContactNotFoundException(long contactId) { super("Could not find contact with id [" + contactId + "]"); } }
[ "alexanderstyl@gmail.com" ]
alexanderstyl@gmail.com
de36e61c5eb093995d760916a3d17799d34b6cf6
5f597dc90cfc29065b08515826558a7a0f262869
/GPU.java
e7d8e31139d708f59d9521965045fbd9eee444f5
[]
no_license
JohnBelly95/PcParts-paster
94f682a1d7fd885edc6375801f64d46ea1371de5
01a8b97b21cb46e1fb5cd213eb812771ef23b7d2
refs/heads/master
2016-09-06T03:56:55.844880
2014-06-13T15:47:24
2014-06-13T15:47:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
918
java
public class GPU extends Hardware{ private String Chipset; private int Memory; public GPU(){ super(); Chipset = " "; Memory = 0; } public GPU(String Chipset, int Memory, String modelName, String Manufacturer, int modelYear, int Price ){ super(modelName, Manufacturer...
[ "johnbelly95@gmail.com" ]
johnbelly95@gmail.com
fbfdfe95c7e2995e4abd88e670421d9ec37e098a
5ab2799f082083cb35a8198e37dacd7fb8687956
/java/com/android/mvc/util/LogTag.java
df9d02a0f994717517c72b081572943902a4fecc
[]
no_license
rebolomo/androidmvc
bfe1df7e18ad97982fd3c2d4c582422445bd1ef4
b97ac0a5787842fdcaec05f985befe709239f526
refs/heads/master
2021-01-19T08:32:30.536621
2017-04-11T04:11:48
2017-04-11T04:11:48
87,644,861
5
0
null
null
null
null
UTF-8
Java
false
false
289
java
package com.android.mvc.util; public class LogTag { public static String View = "View"; public static String Model = "Model"; public static String Test = "Test"; public static String Control = "Control"; public static String Adapter = "Adapter"; public static String Web = "Web"; }
[ "2355953278@qq.com" ]
2355953278@qq.com
dc27ca40104582d0e86511675d77b2f9244b9036
3ef55e152decb43bdd90e3de821ffea1a2ec8f75
/large/module0492_public/tests/unittests/src/java/module0492_public_tests_unittests/a/Foo0.java
f423a26f4ef9ad82a6413f10117b983275981fca
[ "BSD-3-Clause" ]
permissive
salesforce/bazel-ls-demo-project
5cc6ef749d65d6626080f3a94239b6a509ef145a
948ed278f87338edd7e40af68b8690ae4f73ebf0
refs/heads/master
2023-06-24T08:06:06.084651
2023-03-14T11:54:29
2023-03-14T11:54:29
241,489,944
0
5
BSD-3-Clause
2023-03-27T11:28:14
2020-02-18T23:30:47
Java
UTF-8
Java
false
false
1,267
java
package module0492_public_tests_unittests.a; import java.awt.datatransfer.*; import java.beans.beancontext.*; import java.io.*; /** * Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut * labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam ...
[ "gwagenknecht@salesforce.com" ]
gwagenknecht@salesforce.com
e84404a8606702f84f68bc069a3e25481d35a316
13cbb329807224bd736ff0ac38fd731eb6739389
/com/sun/jmx/snmp/Enumerated.java
b6fdd99c8625000d0f9b53a4f343bb83a23ff985
[]
no_license
ZhipingLi/rt-source
5e2537ed5f25d9ba9a0f8009ff8eeca33930564c
1a70a036a07b2c6b8a2aac6f71964192c89aae3c
refs/heads/master
2023-07-14T15:00:33.100256
2021-09-01T04:49:04
2021-09-01T04:49:04
401,933,858
0
0
null
null
null
null
UTF-8
Java
false
false
2,085
java
package com.sun.jmx.snmp; import java.io.Serializable; import java.util.Enumeration; import java.util.Hashtable; public abstract class Enumerated implements Serializable { protected int value; public Enumerated() throws IllegalArgumentException { Enumeration enumeration = getIntTable().keys(); if (enum...
[ "michael__lee@yeah.net" ]
michael__lee@yeah.net
9fc973c7f7fc36079ac47912569dddd5735c4a23
ef54438ce2fe6ace1dd1129cb9fb54ad0424f032
/app/src/main/java/com/gongpingjia/gpjdetector/utility/CrashHandler.java
264796cd593ac602c01d111d994f7c2a5322410c
[]
no_license
kevinwan/inspection_android
544c685c223ddecc0c16d1fbce578edd5dd014b8
289b58ba7825fb27f747f2a4d72b959b85a5b9ad
refs/heads/master
2020-05-29T11:46:10.185849
2017-02-23T06:49:30
2017-02-23T06:49:30
25,187,250
2
2
null
null
null
null
UTF-8
Java
false
false
3,905
java
package com.gongpingjia.gpjdetector.utility; import android.os.Debug; import android.os.Environment; import android.util.Log; import com.gongpingjia.gpjdetector.global.GPJApplication; import com.umeng.analytics.MobclickAgent; import java.io.File; import java.io.FileWriter; import java.io.IOException; import java.lan...
[ "chuang@gongpingjia.com" ]
chuang@gongpingjia.com
f1ffd61cb28c582cd59b1bd1e43868f0aa1f2fb3
287a92ac24d919d7ef0286450f8d0af3ae41ff6b
/src/main/java/com/godcheese/nimrod/common/thymeleaf/NimrodDialect.java
7d35473bfa076a4cb49496e423ffa5765e03f274
[ "MIT" ]
permissive
godcheese/nimrod
d8bc4b032cc5f53b9295ba00d98bcd0491c8291f
bd7678b92c8f481cdbbfb7090a43503da99b1856
refs/heads/master
2021-08-15T00:55:59.054718
2021-08-03T10:04:20
2021-08-03T10:04:20
155,986,916
145
53
MIT
2021-08-03T10:04:21
2018-11-03T13:44:15
Java
UTF-8
Java
false
false
883
java
package com.godcheese.nimrod.common.thymeleaf; import org.springframework.stereotype.Component; import org.thymeleaf.dialect.AbstractProcessorDialect; import org.thymeleaf.processor.IProcessor; import org.thymeleaf.standard.StandardDialect; import java.util.HashSet; import java.util.Set; /** * @author godcheese [g...
[ "godcheese@outlook.com" ]
godcheese@outlook.com
89d542aa182cc4b31b65096ac854752e00c87434
08e49ac5fd348be9c71d3d30a3bd1b5c8f2027ae
/BookAdvisor-02/src/main/java/es/upm/dit/isst/bookAdvisor/Subir_Servlet.java
85d8c5dd3ddf1ab5d32d2501f26a4c32b8299792
[]
no_license
Luisgarciadefernando/ISST-Grupo02-Books
09aa42e7eb98f7aa024cee8ee44ccdebc7d906bc
4105d6eb7c9dc34001b475e14edb1dda2ff8b5ba
refs/heads/master
2021-01-17T07:19:17.015846
2017-05-22T09:26:52
2017-05-22T09:26:52
83,702,592
0
0
null
null
null
null
UTF-8
Java
false
false
2,597
java
package es.upm.dit.isst.bookAdvisor; import java.io.File; import java.io.IOException; import java.util.List; import java.util.Map; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; imp...
[ "luis.garciadefernandot@alumnos.upm.es" ]
luis.garciadefernandot@alumnos.upm.es
3a33219eefad780af05956a732ef15e4600b8c41
7d88160ba424f2b67245e0933f00e66392a45724
/src/day50_Inheritance_Overriding/ShapeTask/Shape.java
3822eb61d76bdd5bf18af142c3e16b8c6d2b4d3d
[]
no_license
proroksin/Summer_2020_B20
b8c0b74e751d0e1d4579aec1a59e7a3f7fb39b05
7829a24ad43ee24aa5402b616a0d01f503203dfa
refs/heads/master
2023-01-05T14:01:09.509477
2020-10-28T22:42:30
2020-10-28T22:42:30
285,146,154
0
0
null
null
null
null
UTF-8
Java
false
false
433
java
package day50_Inheritance_Overriding.ShapeTask; /* warmup Task: 1. create a class called Shape variables: area, perimeter methods: calculateArea(), calculatePerimeter() */ public class Shape { public double area; public double perimeter; public dou...
[ "sinaverkemalov@gmail.com" ]
sinaverkemalov@gmail.com
74f48a3377ed90659234c41ddfb0c0e7a26c1884
0eeef197261162287eeeebc519b7139907423a4f
/MantenimientoLib/src/main/java/sv/edu/uesocc/ingenieria/mantenimientolib/Equipo.java
ad8a7a1a611d3f3fddb264e11076d7ef89a48ce8
[]
no_license
kikeAKAdelta/MantenimientoWepApp
1a7983eddcc2ec5d5604a892363ea81d272f677e
6496accd90fb73d0cf9b0598c4adb7e4ae154657
refs/heads/master
2020-03-08T18:34:20.701651
2018-04-10T22:20:01
2018-04-10T22:20:01
126,776,501
0
1
null
null
null
null
UTF-8
Java
false
false
3,747
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 sv.edu.uesocc.ingenieria.mantenimientolib; import java.io.Serializable; import java.util.List; import javax.persistence.Basic;...
[ "robricky444@gmail.com" ]
robricky444@gmail.com
72a1b1d49b8274508bf25ee75d1cf07d5e6dc769
93a91445f3de4c7d031ad5369bb01c0e18e65be3
/src/test/java/com/xiv/gearplanner/GearplannerApplicationTests.java
36b01ab1f0280d000924a78fff882e0e5a935652
[]
no_license
unfaiyted/xiv-gear-planner
568e5601ef6449cf4eb6f4477bcdfe6e8ac529a0
be5113b7be91b4cfe7642b0b38dcc551274573a1
refs/heads/master
2020-03-14T17:57:04.660741
2018-06-11T00:39:48
2018-06-11T00:39:48
129,110,815
0
0
null
null
null
null
UTF-8
Java
false
false
341
java
package com.xiv.gearplanner; 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 GearplannerApplicationTests { @Test public void co...
[ "unfaiyted@gmail.com" ]
unfaiyted@gmail.com
0b945f93fd020a1842a4104bf5c4251cde8d4995
c3453b92741e098f6cb5d6a1d36bb07e562fe24d
/Ragnar/src/fr/isima/sma/world/patterns/Console.java
13ebafbfe68d119d9d100406116a5fdac7c5e27c
[]
no_license
ISIMA-begarco/Ragnar-wtf
cb13ce2eb0e908052483595d73b3d0b0ea6d6f21
3b68656091c4f913fb82a15754d20d4e3486e0f3
refs/heads/master
2021-06-04T17:09:55.980949
2016-03-01T18:06:36
2016-03-01T18:06:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,837
java
package fr.isima.sma.world.patterns; import java.util.ArrayList; import java.util.List; import fr.isima.sma.resources.Properties; public class Console extends AbstractModelObject { static private Console instance; static private Object objet = new Object(); protected List<String> console; protected String name; ...
[ "benoit.garconbesson@gmail.com" ]
benoit.garconbesson@gmail.com
a81d954ef6d4a721d78036ee28678735ebc5fdbe
35e1aee1685def4d303dbfd1ce62548d1aa000c2
/ServidorWeb/src/java/WebServices/UsuarioWS/DataJugador.java
701506eb80cf02f3dff0c0f71b0eefb983fdd77c
[]
no_license
sjcotto/java-swing-ws
d2479e1bedea0ba46e8182c1d9dd91955042e9b8
fd972634a3f58237bb2cfb07fde7113b80d15730
refs/heads/master
2016-09-06T07:43:45.963849
2013-08-15T01:19:17
2013-08-15T01:19:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,202
java
package WebServices.UsuarioWS; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for dataJugador complex type. * * <p>The following schema fragment specifies the expected content contained within this c...
[ "sjcotto@gmail.com" ]
sjcotto@gmail.com
8771ddb5c7ae048ca62a9cf027c7181e4ff9d72c
173d01cdf51323e7fa9b5173436171c0fd9b1d82
/Source/kktnetd/src/gnu/io/LibManager.java
6877f8dc0c24dadcebdaeec12a7d9c4e441dc183
[]
no_license
shtrih-m/javapos_shtrih
64e3ce7899ccc5c1af4cfe88f17d4bb27149cb20
c25648f4a611413e3ffd3942c753993005a706e4
refs/heads/master
2023-09-04T04:24:29.279126
2023-08-29T08:21:40
2023-08-29T08:21:40
72,649,858
42
20
null
2023-07-07T13:06:52
2016-11-02T14:50:38
Java
UTF-8
Java
false
false
3,683
java
/*------------------------------------------------------------------------- | RXTX License v 2.1 - LGPL v 2.1 + Linking Over Controlled Interface. | RXTX is a native interface to serial ports in java. | Copyright 1997-2007 by Trent Jarvi tjarvi@qbang.org and others who | actually wrote it. See individual sourc...
[ "kravtsov@shtrih-m.ru" ]
kravtsov@shtrih-m.ru
300dfec2852c6b6f73812c499d0df20df2419663
e017d2e71a36e0ca926db1efadb68f2c2a85a220
/src/main/java/sg/edu/nus/demo/controller/package-info.java
57e4acb47da0653939455aa23689e8774c6e3529
[]
no_license
chualeesiong/Leave-Application-System
7aa19cfbb275ef4e6992047f96e4de0da2615271
a394a5bc0ed30c5629838c77bfcfd6335ce4c9ad
refs/heads/master
2020-08-06T10:49:45.694436
2019-10-05T06:54:40
2019-10-05T06:54:40
212,949,258
0
0
null
null
null
null
UTF-8
Java
false
false
54
java
package sg.edu.nus.demo.controller; //xiaolin testing
[ "chua113@gmail.com" ]
chua113@gmail.com
d000af64e6723a5b801de067293568ea1ae58485
8e7b3c8dea9d83771c2dffcefd616efbbe770051
/src/main/java/com/fosterleads/backend/service/EmailAlreadyUsedException.java
c30e2d3c1953f01cde41a70caba0c06d474a8cf9
[]
no_license
pramod-jazz/FosterLeads
f02f4b23002b8c8ee4f906e095cadfaa07d3242d
f78b89638d2446ef5da3ef43f6281c7837a7a4c4
refs/heads/master
2020-09-09T11:34:45.643662
2019-11-13T10:46:42
2019-11-13T10:46:42
221,436,321
1
0
null
2020-07-18T19:22:35
2019-11-13T10:46:27
Java
UTF-8
Java
false
false
202
java
package com.fosterleads.backend.service; public class EmailAlreadyUsedException extends RuntimeException { public EmailAlreadyUsedException() { super("Email is already in use!"); } }
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
95917bb58f0a81c86e97a964156d8d6df22fe152
77831058c40d792156c21d52e95b96feb268fdbf
/src/main/java/zc/devopstest/UserController.java
ad1fc6deef1fb8d323911149217a43384910d3fe
[]
no_license
zczc2390/servertest
3f91f4257bd86aef0d468f529371c10f4902d6e2
4fafcfb99eb08b9fc69c08f9220ce0da9dace1d3
refs/heads/master
2023-02-11T00:50:52.772455
2021-01-07T18:50:24
2021-01-07T18:50:24
327,692,625
0
0
null
null
null
null
UTF-8
Java
false
false
943
java
package zc.devopstest; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*; import java.util.List; //@CrossOrigin(origins = "http://localhost:4200", maxAge = 3600) @RestController @RequestMapping({"/api"}) public class UserController { @Autowired p...
[ "zc2390@outlook.com" ]
zc2390@outlook.com
a4026b95897066599e4ebfb2fd2884617ff1dc5a
779f764fdd014ef1987980891bb168b851376525
/SistemaVotacion/src/java/edu/unincca/WebServices/Facade.java
5521632253598b32dd3ecf1bf6a5fb74ec0bae71
[]
no_license
ososorio-zz/unincca-contexto2
cb4343d430fe4f21260eb23d626b2527fc9a60df
e26a836ef231424350fd6b228515af20c9968022
refs/heads/master
2021-05-28T03:59:45.434934
2012-11-17T03:12:58
2012-11-17T03:12:58
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,959
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package edu.unincca.WebServices; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletReque...
[ "elitey24@gmail.com@b416f3bf-e919-ee76-9745-39849cef044f" ]
elitey24@gmail.com@b416f3bf-e919-ee76-9745-39849cef044f
378898995116027c432de0885f601b37ec5d2e78
40cd4da5514eb920e6a6889e82590e48720c3d38
/desktop/applis/apps/bean/bean_games/pokemonbean/src/main/java/aiki/beans/help/GeneralHelpBeanGetMovesAtLevel.java
1ee5c39f890df62c28983e6b1b3370eede103784
[]
no_license
Cardman/projects
02704237e81868f8cb614abb37468cebb4ef4b31
23a9477dd736795c3af10bccccb3cdfa10c8123c
refs/heads/master
2023-08-17T11:27:41.999350
2023-08-15T07:09:28
2023-08-15T07:09:28
34,724,613
4
0
null
2020-10-13T08:08:38
2015-04-28T10:39:03
Java
UTF-8
Java
false
false
436
java
package aiki.beans.help; import aiki.beans.PokemonBeanStruct; import code.bean.nat.BeanNatCommonLgNames; import code.bean.nat.*; import code.bean.nat.*; public class GeneralHelpBeanGetMovesAtLevel implements NatCaller{ @Override public NaSt re(NaSt _instance, NaSt[] _args){ return BeanNatCommonLgNames....
[ "f.desrochettes@gmail.com" ]
f.desrochettes@gmail.com
07dd7f30a811b98913b9f12d00a58ec28bfba03c
b8755f98c778964c2efe440edbc28389be80f907
/src/com/atguigu/web/dao/UserDaoImpl.java
490c5effc7880692c540d94a880f29034e3dda3a
[]
no_license
xiaoyangPu/MyGit2
fd5b4798e7d0a71f7f72e0794d8d51b4efd5f279
d8b0de5e68b35072cf9e3f39f68c19e8138cb462
refs/heads/master
2020-04-07T05:46:06.318400
2018-11-19T01:43:59
2018-11-19T01:43:59
158,109,085
0
0
null
null
null
null
UTF-8
Java
false
false
2,684
java
package com.atguigu.web.dao; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.util.ArrayList; import java.util.List; import com.atguigu.web.bean.Employee; import com.atguigu.web.bean.User; import com.atguigu.web.utils.Connec...
[ "1431660819@qq.com" ]
1431660819@qq.com
b087f90fde2cc281b77d04c9dc52a2356a15ac48
9ade45dd374a706254898ef94d1d979acd372511
/src/test/java/iut/tdd/RomanNumeralsTest.java
54779cbc858f447c1de365565b393d5795658d8e
[]
no_license
LaffileHugo/RomanNumerals
1fe3f91d2175faddedc63fea0aba7a861f1c7202
7ef3c0f4986f55eec564418f32fcf9b256b45998
refs/heads/master
2016-09-13T00:35:14.069317
2016-04-22T09:00:33
2016-04-22T09:00:33
56,832,950
0
0
null
null
null
null
UTF-8
Java
false
false
3,870
java
package iut.tdd; import org.junit.Assert; <<<<<<< HEAD import org.junit.Test; ======= >>>>>>> 03efaaeb4df0caac397796883610f21f18d174b6 public class RomanNumeralsTest { @Test public void should_return_I_when_1 () { //Given String input = "1"; String expected = "I"; RomanNumerals romanNumeral = new RomanNume...
[ "hugo.lfl@orange.fr" ]
hugo.lfl@orange.fr
ec48f85a5aebc04f67397e92e436b34630c72668
b3fbdac8e29019cf87340a5494862f27d230f936
/app/src/main/java/com/example/jupa/Helpers/RaveHelper.java
7d4c2dbf3c536ec4cab1a67446845128ac00717f
[]
no_license
bronejeffries/jupaApp
431e03f8cc5574e1b2d4e37c1daf6ec18df9937f
16f190808951afc41bf4aff1efa9a3707957e9a8
refs/heads/master
2020-07-26T19:53:44.490304
2020-02-22T16:04:58
2020-02-22T16:04:58
208,750,490
0
0
null
null
null
null
UTF-8
Java
false
false
2,666
java
package com.example.jupa.Helpers; import android.app.Activity; import android.content.Context; import android.content.Intent; import com.example.jupa.R; import com.flutterwave.raveandroid.RaveConstants; import com.flutterwave.raveandroid.RavePayActivity; import com.flutterwave.raveandroid.RavePayManager; public cla...
[ "you@example.com" ]
you@example.com
a888c20ca3bd30951114c85fa84215dc26aee0f6
a8c9e098492921a0ba26cc775d3434d9dee1acbf
/think-web/src/main/java/com/thinkcms/web/controller/content/ContentController.java
b98b0d6a31ef7e5fd1a750f13546071cf07d1aca
[]
no_license
youla-tech/cms
b821e696814e29d7bff28d12ab5ab4bcd0a5db53
c6a94eb9823792a9de095189259b0e84fb5df8d6
refs/heads/master
2022-11-30T14:17:57.571917
2020-08-06T10:17:51
2020-08-06T10:17:51
285,033,876
0
0
null
null
null
null
UTF-8
Java
false
false
4,208
java
package com.thinkcms.web.controller.content; import com.thinkcms.core.annotation.Logs; import com.thinkcms.core.enumerate.LogModule; import com.thinkcms.core.enumerate.LogOperation; import com.thinkcms.core.model.PageDto; import com.thinkcms.core.utils.ApiResult; import com.thinkcms.service.api.content.ContentService;...
[ "justcall_me_k@163.com" ]
justcall_me_k@163.com