blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
7
332
content_id
stringlengths
40
40
detected_licenses
listlengths
0
50
license_type
stringclasses
2 values
repo_name
stringlengths
7
115
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
557 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
5.85k
684M
star_events_count
int64
0
77.7k
fork_events_count
int64
0
48k
gha_license_id
stringclasses
17 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
82 values
src_encoding
stringclasses
28 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
7
5.41M
extension
stringclasses
11 values
content
stringlengths
7
5.41M
authors
listlengths
1
1
author
stringlengths
0
161
d818d9849a1c808b37c0bbf08ffbf5b0fb2ea4d2
7d75906259bfd80aad97ed8553ce1e955b0d1daf
/src/com/easycose/action/RegAndLogAction.java
514048e242655408b972504c59a62a2716e01eb6
[]
no_license
LILiliang1989/easy
fb06b693120e81706225e382fe3fd2afddcccfce
7e2423424c6e077dc3f218b0ecf36d509ded8a8f
refs/heads/master
2016-08-12T18:56:36.581610
2015-06-02T09:42:22
2015-06-02T09:42:22
36,716,461
0
0
null
null
null
null
UTF-8
Java
false
false
718
java
package com.easycose.action; public class RegAndLogAction extends BaseAction{ private String userName; private String password; private String repassword; public String regDo() { String msg = "1234234"; return "regDo"; } public String loginDo() { String msg = "1234234"; return "loginDo"; } publ...
[ "1281715978@qq.com" ]
1281715978@qq.com
be0dea93957b3a7c1e8cbc13293d1ebb0f2e01ca
373cc70bb106e231563e8c038125a941c13ed3d0
/src/main/java/com/example/model/Page.java
0ed35fbec31585faa0d5ab2a5697ee9e11407c6b
[]
no_license
prashankprince/SpringbootCrawler
673318d930b323b931d5118d41e302273b88796e
01294d6c9ac5704994300c9be53fc5a62beb2746
refs/heads/master
2020-04-29T21:41:44.431556
2019-03-19T17:03:38
2019-03-19T17:03:38
176,420,841
0
0
null
null
null
null
UTF-8
Java
false
false
414
java
package com.example.model; public class Page { String name; String link; int pageno; public String getName() { return name; } public void setName(String name) { this.name = name; } public String getLink() { return link; } public void setLink(String link) { this.link = link; } public int getPageno()...
[ "Prashank_Mohan@ad.infosys.com" ]
Prashank_Mohan@ad.infosys.com
04368e6eba0478d3889445556096952b8218c2d2
a34b23140cb44520d6811b6798ffc99371759c4b
/src/main/java/Utility/PropertyReader.java
4ecea382f8a6ad12a984798fa71eaf1d84ceaa7a
[]
no_license
meg28/SeleniumRS
d83415d5b9d1a2b4816305dc6fac75fd96b63a60
702c52f15e15f208071d07e4c6af92389dd0427b
refs/heads/master
2022-12-16T17:32:51.579470
2020-09-17T11:16:18
2020-09-17T11:16:18
296,302,835
0
0
null
null
null
null
UTF-8
Java
false
false
404
java
package Utility; import java.io.FileInputStream; import java.io.IOException; import java.util.Properties; public class PropertyReader { public static String getname(String Key) throws IOException { FileInputStream fs = new FileInputStream("C:\\Users\\yes\\eclipse-workspace\\SeleniumRS\\data.properties"); Prop...
[ "meg28@gmail.com" ]
meg28@gmail.com
842c5d215205cd0d4c65ea1a403dc29235c81f67
35c3524844b9a944b9eac24e5325aa50058c4914
/app/src/main/java/uur/com/pinbook/ListAdapters/GroupDTLVerticalListAdapter.java
9bdbce79bf0dd1913d090ff2e23c699d7480d280
[]
no_license
AndroidPinbook/androidTeam
9de7d9124f86eed6c0016804f685dee288a04924
f38e7aa7d4f6dd096d6086a050f6b59200893ebb
refs/heads/master
2021-09-22T09:26:17.660962
2018-09-07T07:16:32
2018-09-07T07:16:32
111,580,377
0
0
null
null
null
null
UTF-8
Java
false
false
7,185
java
package uur.com.pinbook.ListAdapters; import android.app.Activity; import android.app.AlertDialog; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.support.v7.widget.CardView; import android.support.v7.widget.RecyclerView; import android.util.Log; im...
[ "32577192+ugurgog@users.noreply.github.com" ]
32577192+ugurgog@users.noreply.github.com
0491d843c7d47aa4098527aef98bdc7c30adbdfe
724151e0e97f1382ee209a1b7f9d6adc27abec94
/src/ch14_Observerpattern/BeaconTowerOberverPattern/BeaconTower.java
ae854263b2f4f9e12eabe8bd826565522f83c460
[]
no_license
oliverwy/DhDesignpattern
3e809e201af9ca6ec6700fd0a766dd5d0070ed09
bf5558d643f9a1cf378c45b725daf3c20b6d480e
refs/heads/master
2022-05-14T02:58:40.000691
2022-04-25T09:44:27
2022-04-25T09:44:27
148,879,088
11
4
null
null
null
null
UTF-8
Java
false
false
675
java
package ch14_Observerpattern.BeaconTowerOberverPattern; import java.util.ArrayList; import java.util.List; public class BeaconTower extends Observable { private String state; private List<Oberver> oberveres = new ArrayList<Oberver>();// 范围的军队 public void attach(Oberver tp) { oberveres.add(tp); } public void de...
[ "wangyou@bbc.edu.cn" ]
wangyou@bbc.edu.cn
902cad034540bd72ec89ced2c99c50993423bbf1
8e7a621ee51274858014bc3642e8112f3a9cdda6
/ASM/Automatic Storage Manager/src/Interfaces/estoque.java
93634b361bcd3d93754e55be998a6118f99fd1ac
[]
no_license
rodrigomoretto/ASMv2
fcc1aac5accd324a780c63d51f05f5783dba14c6
67986876a02e026faf134c8628f95d122a4311dc
refs/heads/master
2021-08-17T06:25:14.093615
2017-11-20T21:22:33
2017-11-20T21:22:33
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,266
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 Interfaces; /** * * @author Tiago */ public class estoque extends javax.swing.JFrame { /** * Creates new form est...
[ "rodrigo-moretto@hotmail.com" ]
rodrigo-moretto@hotmail.com
2a6240c2651012c175193ed6c96c636804753226
1f5c9b19b09f0fad775a5bb07473690ae6b0c814
/salesorder/src/client/nc/ui/so/m30/revise/action/M30ReviseApproveAction.java
a8c60bf5f194b8905341fbe339a7cef114d46e32
[]
no_license
hdulqs/NC65_SCM_SO
8e622a7bb8c2ccd1b48371eedd50591001cd75c0
aaf762285b10e7fef525268c2c90458aa4290bf6
refs/heads/master
2020-05-19T01:23:50.824879
2018-07-04T09:41:39
2018-07-04T09:41:39
null
0
0
null
null
null
null
GB18030
Java
false
false
2,257
java
package nc.ui.so.m30.revise.action; import java.awt.event.ActionEvent; import nc.itf.pubapp.pub.exception.IResumeException; import nc.ui.pub.bill.fixblob.ReQuery2FixBlob; import nc.ui.pubapp.uif2app.AppUiState; import nc.ui.pubapp.uif2app.actions.pflow.ApproveScriptAction; import nc.ui.scmpub.util.ResumeExceptionUIPr...
[ "944482059@qq.com" ]
944482059@qq.com
99d26684a387524226322f23837ad5340b5132fa
754265607e47f6a001c0e0b7fc21563860cee544
/koodi/viikko1/NhlStatistics1/src/test/java/ohtuesimerkki/StatisticsTest.java
ccf9790e5b9d81f8e52bf7483e7b64e3dc4cbaa7
[]
no_license
mmohamud/ohtu-viikko1
098a660b29924f16fc15e9b7cc50254f9bd99458
cb4e1d43e7a1d4b8b4417650add6242b4351a09f
refs/heads/master
2020-04-03T16:01:49.987730
2018-11-11T20:47:26
2018-11-11T20:47:26
155,387,954
0
0
null
null
null
null
UTF-8
Java
false
false
1,643
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 ohtuesimerkki; import java.util.ArrayList; import java.util.List; import static org.junit.Assert.assertEquals; import org.juni...
[ "mohamed.a.mohamud@helsinki.fi" ]
mohamed.a.mohamud@helsinki.fi
4f9279a54f16adead11c06e9f6135fa8f980bd2a
1f2a7efc5e404d96122becc349af158198c66b9f
/save_eclipse/day0206/src/com/bit/vo/BoardVO.java
c3d57df6540ee3920e400f72a3cf2984c94078cf
[]
no_license
hminah0215/bitcamp
e5cdb4579ed353d1a1454ce20772ec6edb4334b0
6f749eed71e6dc978719c15faf34ffe407fc343f
refs/heads/master
2022-10-09T23:29:51.769020
2020-04-12T08:58:45
2020-04-12T08:58:45
251,504,494
2
2
null
2022-09-01T23:22:42
2020-03-31T04:58:55
Java
UTF-8
Java
false
false
461
java
package com.bit.vo; import java.util.Date; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; //board(no*, title, writer, pwd, hit, regdate, content, fname) @AllArgsConstructor @Data @NoArgsConstructor public class BoardVO { private int no; private String title; private String...
[ "hyeonminah@gmail.com" ]
hyeonminah@gmail.com
2ae5d4e95cd3ae8278aadeb5020c86108665d22a
f9713712d4dea4d8b29d67c639e80ed8011827c2
/src/test/java/mtd/quant/afxsparks/execution/ExecutionIT.java
9ebc3069a17744357633e25f124cb8fbbcdc1250
[]
no_license
mtdayacap/afxsparks
b02f70be36aad7d4eab64635f0c1c7748fd1624a
f87f3a555158e771512815ef497faef338064962
refs/heads/master
2021-01-10T06:49:37.482260
2016-08-31T14:35:22
2016-08-31T14:35:22
53,246,062
0
1
null
null
null
null
UTF-8
Java
false
false
1,144
java
package mtd.quant.afxsparks.execution; import static org.junit.Assert.*; import static mtd.quant.afxsparks.Constants.BUY; import static mtd.quant.afxsparks.Constants.MARKET_ORDER; import java.util.List; import javax.annotation.Resource; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith;...
[ "mtdayacap@gmail.com" ]
mtdayacap@gmail.com
4b17e7bf8f62e7ab07d6ad8873a615d45a0f6c7f
bd1006dc1aa45403796ae75833595032d7cd24d1
/src/main/java/ru/eltex/app/java/lab1/TypePhone.java
89ae58fc764b6d7835a91f31b5e70c01496145b3
[]
no_license
ShikhovRuslan/shikhov_summer_school_eltex_2019
8b4fabab0d83e9a4b2a748a712d2f031bed9a67f
9c1171d665cb8a0b2d19fade7bbe9bc3fdba6b50
refs/heads/master
2022-07-06T04:31:32.018592
2019-09-20T21:56:13
2019-09-20T21:56:13
203,973,047
0
0
null
null
null
null
UTF-8
Java
false
false
171
java
package ru.eltex.app.java.lab1; // типы корпуса public enum TypePhone { CLASSICAL, // классический FLIP // раскладушка }
[ "shikhovruslan@yandex.ru" ]
shikhovruslan@yandex.ru
036e1e1d288e7a539a1c52db211c2a3cc278cfd4
cf987a539d2f1815cd7944f38e8b6c25d804440b
/src/com/company/Lesson16/Test07.java
2368082c069ec3585c64d4c1bd075b88c56e9d7c
[]
no_license
Mila511/Java_for_interview
1591cf9417a8d945eb20f9c294610288b0894d08
83b22ca3633da00097b7923ea552146be7484823
refs/heads/master
2021-01-23T01:57:00.465474
2017-05-20T12:07:41
2017-05-20T12:07:41
85,952,327
0
0
null
null
null
null
UTF-8
Java
false
false
695
java
package com.company.Lesson16; /** * Created by Mila on 3/10/2017. */ //Reverse the digits of the given integer. // Example // For x = 12345, the output should be // reverseInteger(x) = 54321; // For x = -4243, the output should be // reverseInteger(x) = -3424. public class Test07 {...
[ "jixareva@gmail.com" ]
jixareva@gmail.com
d4286906f16adec6e5bf0822bc097e51645fd712
f593ab0c70b0486710a16ad6dd5806865b7e30bc
/src/com/mulithreading/MyThread.java
119c5c7342818aa8587d512ff7efb15c480c1c9a
[]
no_license
vinodjupalli/GithubPractice
2bd23672c29abdaa3c4f79fcb1649ca9500f5c17
2fa46a8a6087b2693b8a3671ceb3733b52b68b30
refs/heads/master
2023-02-08T20:48:18.391165
2021-01-01T17:53:11
2021-01-01T17:53:11
326,026,569
0
0
null
null
null
null
UTF-8
Java
false
false
184
java
package com.mulithreading; public class MyThread { public static void main(String[] args) { Thread t= Thread.currentThread(); System.out.println(t); } }
[ "hvkjupalli@hvkjupalli-PC" ]
hvkjupalli@hvkjupalli-PC
27eff997d75a006e56caa25dff66728360865ace
79d41c07dc3b610fb25e3108240c691cb6d9799a
/src/main/java/com/sashavarlamov/hid/hidinputlogger/WriteData.java
40207e4671bd02be029eea24d131c9d68faf5751
[]
no_license
svarlamov/HID-Input-Logger
c95b5fd55c1c5e9562d3484487b32058c7a90cf5
43ff3f86581c80f3b3a5f90860cd9ba310c77cba
refs/heads/master
2020-12-24T14:26:58.833645
2015-02-13T05:10:40
2015-02-13T05:10:40
30,777,103
2
0
null
null
null
null
UTF-8
Java
false
false
5,310
java
package com.sashavarlamov.hid.hidinputlogger; import java.io.File; import java.io.FileOutputStream; import java.io.OutputStream; import java.io.PrintStream; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Calendar; import java.util.Date; import java.util.Locale; import jxl.Workbook; imp...
[ "sasha@sashavarlamov.com" ]
sasha@sashavarlamov.com
f2a39dc4566709d1d2baf16cccc6f243671e4fbe
1aaa6820b0bde1a19c193365d09cb82eab0eff36
/e3-search-web/src/main/test/java/com/qdm/test/TestSolr.java
ac03e566a87d251067141371ecf9e8c6e6922d1c
[]
no_license
QiuDongMing/ylf-cms
ee6128ffefef41377aa62a8a6afcb6bc3c0ffcdc
9240069cd893da5ea6b9d6073e463944cc5ad88d
refs/heads/master
2021-09-08T13:59:21.449058
2018-03-10T03:38:59
2018-03-10T03:38:59
115,256,430
0
0
null
null
null
null
UTF-8
Java
false
false
1,158
java
package com.qdm.test; import org.apache.solr.client.solrj.SolrServer; import org.apache.solr.client.solrj.impl.HttpSolrServer; import org.apache.solr.common.SolrInputDocument; import org.testng.annotations.Test; /** * @author QiuDongMing 2017年12月26日 16:16 * @version 1.0 */ public class TestSolr { @Test pu...
[ "qdm213@qq.com" ]
qdm213@qq.com
d613ba05016839af08e33cd9c2935e6bf9eaf4ae
95f5fb5e7af1df2ebf6c2f04b64fca10ec6c441d
/Script_set_1/GimmeTests.java
1fdde4ad48f9683c39c45b966f90b834a01b2647
[]
no_license
shakyawar/SupplMaterial_PhD
2284c5650a3c433ce770e3b6779528fece015708
c672a8dea27aecb2876d422a65908906f0ff7d5b
refs/heads/master
2020-03-12T01:11:23.226504
2019-04-02T12:08:00
2019-04-02T12:08:00
130,369,326
0
1
null
null
null
null
UTF-8
Java
false
false
15,784
java
package com.silicolife.MyMavenProject; import java.io.BufferedReader; import java.io.FileReader; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Set; import java.util.Spliterator; import java.util...
[ "noreply@github.com" ]
noreply@github.com
015c7c5cf46bfe7dc115ace5755ca5edab63adb4
64a44232e531ff7c38f3705b1d8d8ec004b4939e
/app/src/main/java/com/android/ql/lf/redpacketmonkey/utils/BankInfoUtil.java
b752625bddcf52ad7d5b676179d4dbe5f5603511
[]
no_license
qqxliufeng/RedPacketMonkey
423077416ff1d904f2fbbd2b261a14d59d87dcbf
c542fef022967b96a43716ec6449f53c7b675fe3
refs/heads/master
2020-03-23T14:49:03.184452
2018-08-29T09:02:01
2018-08-29T09:02:01
141,701,507
0
0
null
null
null
null
UTF-8
Java
false
false
73,930
java
package com.android.ql.lf.redpacketmonkey.utils; import java.util.regex.Pattern; /** * 银行卡工具类 * * Author: nanchen * Email: liushilin520@foxmail.com * Date: 2017-11-28 13:26 */ public class BankInfoUtil { String s1 = "^(621096|621098|622150|622151|622181|622188|622199|955100|621095|620062|621285|621798|62...
[ "lf@appledeiMac.local" ]
lf@appledeiMac.local
1918ee70eb26410b4b9139353e5fa135faf94495
a235147db5ccdaf35f8080cadd8c70343de24a0c
/3.JavaMultithreading/src/com/javarush/task/task27/task2706/Solution.java
df9200373a73c214b0f78a940c66e244f5cd5054
[]
no_license
RDND/JavaRushTasks
3362a24074c0daf0cab5b06624a4fbd4c46835b0
c48063d2b13da120a413ec06346525466dae6850
refs/heads/master
2021-07-08T16:43:39.853932
2017-10-05T20:47:14
2017-10-05T20:47:14
105,811,453
0
0
null
null
null
null
UTF-8
Java
false
false
1,217
java
package com.javarush.task.task27.task2706; /* Убираем deadlock */ public class Solution { public void safeMethod(Object obj1, Object obj2) { Object ob1 = (obj1.hashCode() > obj2.hashCode())? obj1: obj2; Object ob2 = (obj1.hashCode() > obj2.hashCode())? obj2: obj1; synchronized (ob1) { ...
[ "nada2006@ukr.net" ]
nada2006@ukr.net
323fc3c846b119024c945836f376120d501fc088
b5c5bfbc5356bbdee51c45a17630307d0a17b762
/src/com/ecnu/liu/algorithm/leetcode/brutal/Practice74.java
b8e6f2e8d9a61e993faed597323f52d59b6e7a66
[]
no_license
liuzhi0716/leetcode-practice
315dec1ad2fd46ad72d50a640187a527ce6d470e
08b65ec584beb2f0ce8f07faa20fb5b07ba3705f
refs/heads/master
2020-12-21T12:08:03.285393
2020-05-05T14:55:09
2020-05-05T14:55:09
236,425,405
2
1
null
null
null
null
UTF-8
Java
false
false
1,661
java
package com.ecnu.liu.algorithm.leetcode.brutal; /** * @author: create by liuxiansen * @description: com.ecnu.liu.algorithm.leetcode.brutal * @date: Created in 2020/3/15 * @modified By: * 74. 搜索二维矩阵 * * 编写一个高效的算法来判断 m x n 矩阵中,是否存在一个目标值。该矩阵具有如下特性: * * 每行中的整数从左到右按升序排列。 * 每行的第一个整数大于前一行的最后一个整数。 * 示例 1: * * 输入:...
[ "liuzhi07@meituan.com" ]
liuzhi07@meituan.com
bdc761f662d2831412b8182f3f47154b18b12172
073d8282ba3a1227404998bb92b1f05945f2be6c
/ControleFinanceiro-CLI/src/br/zero/controlefinanceiro/actions/LancamentoModeloRemoveAction.java
69d661da93ac77d21a72925b06f77ceeca316c80
[]
no_license
rochafred/ControleFinanceiro
ce669089d7643361359554c39c15609884ff4e38
cf7f85a040c16a9d2d9114a42405390179b8a760
refs/heads/master
2020-09-05T10:13:42.273053
2013-08-26T14:50:07
2013-08-26T14:50:07
null
0
0
null
null
null
null
UTF-8
Java
false
false
354
java
package br.zero.controlefinanceiro.actions; import br.zero.tinycontroller.Action; import br.zero.tinycontroller.TinyControllerException; public class LancamentoModeloRemoveAction implements Action<Object, Object> { @Override public Object run(Object param) throws TinyControllerException { // TODO Auto-generated ...
[ "rmonico1@gmail.com" ]
rmonico1@gmail.com
4b352085d448d82c9d96026f647956596c1723e8
fa02eaa873d5f3c3dcbfe7599e91dde86bd77358
/thinkjoy-upms/thinkjoy-upms-client/src/main/java/com/thinkjoy/upms/client/shiro/filter/UpmsAuthenticationFilter.java
e314d4c7196b33dfac6e69a14e2fa32541753308
[ "MIT" ]
permissive
josephfourier/admin
27942c8a1be8ac460201117b69d7df67ee3a887a
1bcebbbedece08847ea83ed4910b50d964aec01c
refs/heads/master
2021-04-06T06:34:21.841180
2018-03-10T07:07:33
2018-03-10T07:07:33
124,630,923
0
0
null
null
null
null
UTF-8
Java
false
false
9,468
java
package com.thinkjoy.upms.client.shiro.filter; import com.alibaba.fastjson.JSONObject; import com.thinkjoy.common.util.PropertiesFileUtil; import com.thinkjoy.common.util.PropertiesUtil; import com.thinkjoy.common.util.RedisUtil; import com.thinkjoy.upms.client.shiro.session.UpmsSessionDao; import com.thinkjoy.upms.cl...
[ "2779429237@qq.com" ]
2779429237@qq.com
d4ba3a29564c05a39791a5dd441266277aee3ff4
30a0c28baa1444ea1969287a8c0fe32102ef6878
/src/test/java/com/trainings/algorithms/arrays/TransposeMatrixTest.java
daf621b6898f05d471f051527a5dc2a1f4f5e72f
[]
no_license
thiagoferrax/algorithms
db2164f081f2038db43e5dd1bbb3ada69374f5c9
37ea9868201ab795ad6a0d9e620015b6b6a30899
refs/heads/master
2023-07-26T01:26:14.040905
2023-07-12T12:56:30
2023-07-12T12:56:30
191,572,949
5
4
null
null
null
null
UTF-8
Java
false
false
681
java
package com.trainings.algorithms.arrays; import org.junit.Test; import static org.junit.Assert.assertEquals; public class TransposeMatrixTest { @Test public void testOne() { int[][] matrix = new int[][]{{1, 2, 3}, {4, 5, 6}, {7, 8, 9}}; int[][] transposeMatrix = new int[][]{{1, 4, 7}, {2, 5,...
[ "thiagoferrax@gmail.com" ]
thiagoferrax@gmail.com
14c61fa4e71b9ee85513547741cb71201858e89f
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/9/9_522931cbe1a70bf2fc2237db7616565fbea3bbcd/GraphPanelChart/9_522931cbe1a70bf2fc2237db7616565fbea3bbcd_GraphPanelChart_t.java
69860f4c7e8a78a7f9fffa256696b24a5fc2572a
[]
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
38,324
java
package kg.apc.jmeter.charting; import java.awt.AlphaComposite; import java.awt.BasicStroke; import java.awt.Color; import java.awt.Composite; import java.awt.Font; import java.awt.FontMetrics; import java.awt.GradientPaint; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.Image; impo...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
147a6f9ef4317beac5d718ac51b58364ff109244
b1b31b915578b3e7df3099c0784c7e4fb6332eca
/Design Doc/swagger/src/main/java/io/swagger/api/StudentApiController.java
ec3d11947f64e6548337345c64ebfd5676146515
[]
no_license
MidhunRaj12/studentManagement
c7f390fcf5416b578e770e065c40f14ad6cb67fb
f8082d5b9a69ad3de74d1b77c70f141da976baa8
refs/heads/master
2020-09-22T23:07:04.934851
2019-12-22T20:33:59
2019-12-22T20:33:59
225,338,232
0
0
null
null
null
null
UTF-8
Java
false
false
5,010
java
package io.swagger.api; import io.swagger.model.Attendance; import java.util.Map; import io.swagger.model.Student; import com.fasterxml.jackson.databind.ObjectMapper; import io.swagger.annotations.*; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.http.HttpStatus; import org.springf...
[ "57071492+MidhunRaj12@users.noreply.github.com" ]
57071492+MidhunRaj12@users.noreply.github.com
005975d2ecf6823b3374a8a44eb38317233134e0
10186b7d128e5e61f6baf491e0947db76b0dadbc
/org/apache/batik/svggen/font/table/GlyfDescript.java
4ab1ec067c9bb93c8ffb48f95f9c36ca4c3a39d6
[ "SMLNJ", "Apache-1.1", "Apache-2.0", "BSD-2-Clause" ]
permissive
MewX/contendo-viewer-v1.6.3
7aa1021e8290378315a480ede6640fd1ef5fdfd7
69fba3cea4f9a43e48f43148774cfa61b388e7de
refs/heads/main
2022-07-30T04:51:40.637912
2021-03-28T05:06:26
2021-03-28T05:06:26
351,630,911
2
0
Apache-2.0
2021-10-12T22:24:53
2021-03-26T01:53:24
Java
UTF-8
Java
false
false
2,215
java
/* */ package org.apache.batik.svggen.font.table; /* */ /* */ import java.io.ByteArrayInputStream; /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /...
[ "xiayuanzhong+gpg2020@gmail.com" ]
xiayuanzhong+gpg2020@gmail.com
86bb7f154f252582ad3efac015e6ec28b515559a
6e420b00359a3d97943023102a1e7ecb107c1c72
/src/practical3/ArrayStack.java
8cddadd6a38504edef9499b05b14582af54b2008
[]
no_license
allenkkl1998/kengbi11
32e7de85d2bbf9900627e8cdadb13b95e3d80ff8
b57581d312726625a0df05a3dfd2abeb75b1a81b
refs/heads/master
2020-04-06T12:49:47.836638
2018-11-21T06:55:35
2018-11-21T06:55:35
157,472,451
0
0
null
null
null
null
UTF-8
Java
false
false
1,722
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 practical3; /** * * @author taruc */ public class ArrayStack<T> implements StackInterface<T>{ private T[] s...
[ "taruc@B8" ]
taruc@B8
a5ff4228448bc8e090d5c4f12bd6a4057b09b01e
f02dd166b142ba84b1cc0f7c58ec2230f432ff37
/src/abstract_factory_pattern/refactor1/Ram.java
131c538d21ea8ff8192bb29618b8d770d24176c3
[]
no_license
galihuotui/java-design-pattern
4e986f1d05a153c789cb4b1f36008efe3b310ec4
0fc1714c09e26d5adbeb3d43cfeef2c9d1814a83
refs/heads/master
2023-05-02T10:32:34.966704
2017-09-01T02:53:09
2017-09-01T02:53:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
118
java
package abstract_factory_pattern.refactor1; /** * Created by cuikangyuan on 2017/5/27. */ public interface Ram { }
[ "cuikangyuan@51tiangou.com" ]
cuikangyuan@51tiangou.com
ba3f616f0529704fc736e027e14c195c0861067f
59712eb6994c9854655cd8a0e2b563e3999dfd31
/src/main/java/edu/rice/cs/caper/vision/core/lexer/ccll/_1_0/TokenTypeOther.java
dc0ca7de39b49b46f91d468693d0d506df7e5c3c
[ "Apache-2.0" ]
permissive
FoxxyMoxxy/Vision
4107f75ebe648abd56085084ab41e5be482da0cc
dde4835857ff28f339b8aa379f4d6e6eb1d4b0c7
refs/heads/master
2020-03-15T17:08:20.298533
2018-05-05T14:17:08
2018-05-05T14:17:08
132,252,244
0
0
null
null
null
null
UTF-8
Java
false
false
945
java
/* Copyright 2017 Rice University Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software...
[ "foxxymoxxy@secmail.pro" ]
foxxymoxxy@secmail.pro
0f0ac43e32ba7e7cf8a9ba16ea3ac0c52b8f5c5a
676957519e1bd37285983521d133a4510297ba3e
/imhotep-server/src/main/java/com/indeed/flamdex/fieldcache/MMapCharArrayIntValueLookup.java
75072996b068a75b05189a8b4735a5b6211fc4e3
[ "Apache-2.0" ]
permissive
kenferrara/imhotep
aa36cb9fe8a5fb683fb8e1082617edccf28b14fd
056f08f6149013a5d930b5731c1f8466ca53c5e3
refs/heads/master
2023-04-14T03:47:35.165516
2020-07-29T19:33:50
2020-07-29T19:33:50
283,583,530
0
0
Apache-2.0
2023-04-04T00:35:58
2020-07-29T19:19:44
Java
UTF-8
Java
false
false
1,788
java
/* * Copyright (C) 2014 Indeed Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
[ "darren@indeed.com" ]
darren@indeed.com
9414f18b2f6cd95097e54b4fb7c758617c6124b8
f960d0539f9c15c0da1ce3d436fcb611fc8b3dd7
/MainActivity.java
cf535dc5479a8eda7ca1d74fdc88ad93ae1ccf89
[]
no_license
aish1907/calc
431670a14121b3ad915cf81b9e385331ba9e4593
5feded8c5d2b911fa2cf370b5601cf05ec02b399
refs/heads/main
2023-03-13T05:12:48.013660
2021-03-03T22:00:24
2021-03-03T22:00:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,712
java
package com.example.calc; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.EditText; import android.widget.TextView; public class MainActivity extends AppCompatActivity { private Button zero; ...
[ "noreply@github.com" ]
noreply@github.com
f5370e9f31575b088f4b31b189a31757bdf748ac
a1855e35729f794f9208faf1a0cd395ef5c14b60
/src/ru/progwards/java1/lessons/map/TestHashMapVsHashtable.java
bf0052e8c00ce46765ee09cde2ce3630975846fd
[]
no_license
Runner4/JavaDeveloper1
2c3d236da7e7fba2571ba45106f1f79e2dc4a1e2
750dad339367ca7da65dcf707dd43aa3d8c15a19
refs/heads/master
2021-05-25T16:37:00.562152
2020-02-12T15:51:29
2020-02-12T15:51:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,664
java
package ru.progwards.java1.lessons.map; import java.util.HashMap; import java.util.Hashtable; import java.util.Map; public class TestHashMapVsHashtable { static int ELEM_COUNT = 5_000_000; public static void main(String[] args) { HashMap<Integer, String> hashMap = new HashMap<>(); Hashtable<In...
[ "fiv15184@ploae.com" ]
fiv15184@ploae.com
9fab0bd2ccd254dba203b9488ca096ea89e2034b
a1a4b8c84cd753fdcdb1b67d28c3cf46dfa1aa94
/src/test/java/org/nusco/narjillos/genomics/DNATest.java
b0778b64847a5c86abf169d912c904d91b631438
[ "MIT" ]
permissive
acisternino/narjillos
7dacf4997606fa20b19585f8cad861c8d7f4e4be
d5a12b6b2696245acbbf1617e7af7d7c33edf6e6
refs/heads/master
2022-04-27T21:28:15.311007
2021-06-23T13:11:31
2021-06-23T13:12:57
445,793,379
0
0
MIT
2022-01-08T10:52:47
2022-01-08T10:52:46
null
UTF-8
Java
false
false
2,988
java
package org.nusco.narjillos.genomics; import static org.junit.Assert.assertArrayEquals; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNotEquals; import static org.junit.Assert.assertTrue; import org.junit.Test; import org.nusco.narjillos....
[ "paolo.nusco.perrotta@gmail.com" ]
paolo.nusco.perrotta@gmail.com
0b63dff78a1283280034a10f98e5f85df941f30b
3d9ab4fd6df0a58007cb795f0814c7836ce89b19
/src/main/java/org/mybatis/generator/codegen/mybatis3/javamapper/elements/annotated/AnnotatedUpdateByExampleSelectiveMethodGenerator.java
77158c317af8446be5d8060e50f46052f336151e
[]
no_license
tale2009/KenhoMBGPlus
7098b6617782a8b11889ae855bb08924178ba70b
89f8d73bf9b637f9a44456a302bbcabf49703f40
refs/heads/main
2023-05-09T17:23:45.577826
2021-06-15T13:37:17
2021-06-15T13:37:17
341,913,402
0
0
null
null
null
null
UTF-8
Java
false
false
1,910
java
/* * Copyright 2006-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
[ "1206177290@qq.com" ]
1206177290@qq.com
4f97198830b13e49e73e47d8bb7a1ff692535786
999bf57ac441d5cdfc9a5da377c529ae4cf3e62f
/src/player/PlayerNumber.java
1597d6e9dcbb950a4f108b7a8ea2a24d6af2a1e8
[]
no_license
khuzzuk/Battleships
b25a3ba22337bf8ea5e438ccc6c033a9c6f9d568
35a86cd355c9004990f3fdb8db1f0ddc4397137c
refs/heads/master
2021-01-10T08:24:27.527557
2016-03-11T10:20:17
2016-03-11T10:20:17
52,037,696
1
0
null
null
null
null
UTF-8
Java
false
false
472
java
package player; public class PlayerNumber { public final int number; public PlayerNumber(int number) { this.number = number; } @Override public boolean equals(Object o) { if (this == o) return true; if (o == null || getClass() != o.getClass()) return false; Player...
[ "adriandrabik@gmail.com" ]
adriandrabik@gmail.com
7c8b13acffd6ec8592f0cf73e48e89fedea23a02
647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4
/com.tencent.mobileqqi/classes.jar/LBS_V2_PROTOCOL/Cell_V2.java
a5ebcfdb5f780e1e7742eeeb1efce40957e0d2ec
[]
no_license
tsuzcx/qq_apk
0d5e792c3c7351ab781957bac465c55c505caf61
afe46ef5640d0ba6850cdefd3c11badbd725a3f6
refs/heads/main
2022-07-02T10:32:11.651957
2022-02-01T12:41:38
2022-02-01T12:41:38
453,860,108
36
9
null
2022-01-31T09:46:26
2022-01-31T02:43:22
Java
UTF-8
Java
false
false
1,978
java
package LBS_V2_PROTOCOL; import com.qq.taf.jce.JceInputStream; import com.qq.taf.jce.JceOutputStream; import com.qq.taf.jce.JceStruct; public final class Cell_V2 extends JceStruct { public double dStationLat = 0.0D; public double dStationLon = 0.0D; public int iCellId = -1; public int iLac = -1;...
[ "98632993+tsuzcx@users.noreply.github.com" ]
98632993+tsuzcx@users.noreply.github.com
e22bf7eed96dd20de9adbc573d63778a73588be1
7d2d35cf42b51123d6f3de337de64e73c3cff002
/src/java_MiddleRank/io/byte_stream/TestStream2.java
100a8146a3d5103f7dcfb25b334a8b23e12eea0c
[]
no_license
TinyYu/JavaSE
4f49a9dda30fe318b7bf97f43911576a069c2720
8e90b0a61b6b38e5378a23c2c825d854ae767a5a
refs/heads/master
2021-05-18T01:01:30.321306
2020-04-23T09:42:26
2020-04-23T09:42:26
251,036,236
0
0
null
null
null
null
UTF-8
Java
false
false
655
java
package java_MiddleRank.io.byte_stream; import java.io.File; import java.io.FileOutputStream; /** * OutputStream字节输出流 **/ public class TestStream2 { public static void main(String[] args) { File f = new File("F:\\LOLFolder\\sk\\ss1.txt"); byte[] bytes = {23,34}; FileOutputStream fos = nu...
[ "2297814551" ]
2297814551
22d35d8c72bc426e40c3d5acb88dde8984ba6eca
f2786ee6e20bbe9ad8d006094c947347ce6671c8
/src/main/java/com/friends/itour/util/MD5Util.java
0b4757f766575b17f6c4fd537a99ba7d27e7bb9f
[]
no_license
wangdekun/magicshop
e56ad0d97892be371213b04397bf80f93330ee97
db3ea695787a347b9d75f827d25b10090a91c2a3
refs/heads/master
2022-12-21T10:03:32.806529
2019-06-04T15:07:11
2019-06-04T15:07:11
144,725,413
0
0
null
2022-10-12T20:07:15
2018-08-14T13:39:40
Java
UTF-8
Java
false
false
1,863
java
package com.friends.itour.util; import java.io.UnsupportedEncodingException; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; /** * 采用MD5加密解密 * @author tfq * @datetime 2011-10-13 */ public class MD5Util { /*** * MD5加码 生成32位md5码 */ public static String string2MD...
[ "dekunwang@1mu.club" ]
dekunwang@1mu.club
45f25a0c04270406990aab71609a5280910f76ea
48e835e6f176a8ac9ae3ca718e8922891f1e5a18
/benchmark/validation/org/apache/hadoop/hive/ql/txn/compactor/TestCompactor.java
773e794ade1725754935abae403e7d4cd12a1e15
[]
no_license
STAMP-project/dspot-experiments
f2c7a639d6616ae0adfc491b4cb4eefcb83d04e5
121487e65cdce6988081b67f21bbc6731354a47f
refs/heads/master
2023-02-07T14:40:12.919811
2019-11-06T07:17:09
2019-11-06T07:17:09
75,710,758
14
19
null
2023-01-26T23:57:41
2016-12-06T08:27:42
null
UTF-8
Java
false
false
52,247
java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
[ "benjamin.danglot@inria.fr" ]
benjamin.danglot@inria.fr
e46c0b8ad77d4db01fc4bfd82903b3200ac7450b
721cac871e90594aaa1f8cdf7d434f195fa45f67
/kodilla-collections-advanced/src/main/java/com/kodilla/collections/adv/maps/homework/School.java
12f0bc5142f66fc52f49e84f4ee81cc903e5574d
[]
no_license
jakubkutkiewicz/jakub_kutkiewicz-kodilla_tester
2acda104aa0b1dfc983628d59043e6e1233e18ec
2583ee4e896828ff86eb274c52503d229b12371a
refs/heads/master
2023-04-29T16:00:06.368553
2021-05-25T20:39:05
2021-05-25T20:39:05
258,988,711
0
0
null
null
null
null
UTF-8
Java
false
false
725
java
package com.kodilla.collections.adv.maps.homework; import java.util.ArrayList; import java.util.List; public class School { private String nameSchool; private List<Double> students = new ArrayList<>(); public School(String nameSchool, double... students) { this.nameSchool=nameSchool; for (do...
[ "jakubkutkiewicz@gmail.com" ]
jakubkutkiewicz@gmail.com
d9e20c6f04c7f131e317d7512adefcbfcf422dae
1dce2d1e40b9d067ea9b3ea36f1c786df5d7c743
/src/test/java/com/Jigsawfoley/AppTest.java
614002e347c05fc414e2d8511ddcdd36cb9edbd9
[ "CC-BY-3.0" ]
permissive
Jigsawfoley/UserDesFoley1
2a1d304f34c73cf05e9148dfc8ace1867db987ad
2cd227515d1c1621e616b3c7b2866db01d286e88
refs/heads/master
2021-04-27T01:45:45.329854
2018-02-25T10:39:03
2018-02-25T10:39:03
122,682,042
0
0
null
null
null
null
UTF-8
Java
false
false
681
java
package com.Jigsawfoley; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; /** * Unit test for simple App. */ public class AppTest extends TestCase { /** * Create the test case * * @param testName name of the test case */ ...
[ "desfoley@hotmail.com" ]
desfoley@hotmail.com
bf79518a49793bf4e45ef1df9d815e147ab96da7
fd10fda243c886eed451aef0d886297e0cbf7dba
/src/main/Java/algorithm/Recommendation.java
c8f730b2b1888b765f16e1a4dd4e8f42e67596d0
[]
no_license
zijinw/EventRecommender
f48c4bf3a9d2ce1b7f6c2293ed82b0c185568c78
2013f4327c64b8a3e97a3526fd3d7a9bbfbdc9c9
refs/heads/master
2021-04-06T20:21:45.145399
2018-03-15T23:27:46
2018-03-15T23:27:46
106,867,538
0
0
null
null
null
null
UTF-8
Java
false
false
239
java
package algorithm; import entity.Item; import java.util.List; /** * Created by Zijin Wang on 10/13/2017. */ public interface Recommendation { public List<Item> recommendItems(String userId, double latitude, double longitude); }
[ "genezijinw@gmail.com" ]
genezijinw@gmail.com
fd1d62b21916da717b90f71c78e1d8c864d6792c
f82f8ddbba4f6e8f8d2a7d1339966398913968bb
/Lecher/형남/java04/ex04_14_무한구구단간소화.java
3f6b53d972cc4aedd0e7c212f8e80f3dee575ac5
[]
no_license
gunee7/workspace
66dd0e0151f1f1e3d316c38976fadded6da70398
c962907b6e0859062fc05078e9c9f43e6b62dcff
refs/heads/master
2021-05-07T15:14:04.814560
2018-02-20T09:07:17
2018-02-20T09:07:17
114,836,940
0
1
null
null
null
null
UTF-8
Java
false
false
1,057
java
package java04; import java.util.Scanner; public class ex04_14_무한구구단간소화 { public static void main(String[] args){ Scanner keybo = new Scanner(System.in); int sum = 0; int temp = 0; for(int p = 1; true ; p=p+1){ System.out.print("시작단을 입력 ...
[ "gunee7@naver.com" ]
gunee7@naver.com
b968aa7ea32a198325cb3cf44ab0a497f2fc5957
e97b044e08f5324d0b68fcfc493a223a1b480510
/src/main/java/com/epam/au/service/validator/ConnectBankAccountValidator.java
8615902e506e9a4595f5eff2425a1765ec41c4eb
[]
no_license
allofapiece/au.by
e794eed5549c844c179d2e57353d7f3126446f80
d56ae3fe6f8080bc635f8af20f342fc472e71913
refs/heads/master
2020-03-21T21:22:48.471681
2018-11-12T19:18:39
2018-11-12T19:18:39
139,060,289
0
0
null
2018-11-12T19:18:41
2018-06-28T19:29:33
Java
UTF-8
Java
false
false
2,019
java
package com.epam.au.service.validator; import com.epam.au.dao.DataBaseDAOFactory; import com.epam.au.dao.exception.IllegalDataBaseDAOException; import com.epam.au.dao.impl.BankAccountDataBaseDAO; import com.epam.au.entity.Account; import org.apache.log4j.Logger; import java.util.ArrayList; import java.util.List; pub...
[ "stasana1998@tut.by" ]
stasana1998@tut.by
e2469c660cd7d28812c3e06f97acb2f5ff855f66
c42b765897ef1302fc6191720843b8e4d68b3a8c
/src/main/java/org/imaginea/test/automation/framework/keywordmodel/reader/CsvKeywordReader.java
5eb71a36d1326e254c30e2765f76ed5147f9a31a
[]
no_license
turansedat/taf
b3ce9a759a931809600ff8708ddfb379a91c391e
08b8893a2ccc4f1e1002d0627fe84332227e0451
refs/heads/master
2022-08-04T23:03:00.209314
2020-05-20T20:52:52
2020-05-20T20:52:52
265,542,018
0
0
null
2020-05-20T11:20:02
2020-05-20T11:20:01
null
UTF-8
Java
false
false
1,749
java
package org.imaginea.test.automation.framework.keywordmodel.reader; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.List; import org.imaginea.test.automation.framework.util.readers.CsvReader; /** * <code>CsvKeywordReader</code> supports reading CSV based keyword files. ...
[ "mr.varun.menon@gmail.com" ]
mr.varun.menon@gmail.com
96ee39a85d5608ad8f170757e96374090bef488a
1256579b746cbf9d3fec14cb209736a553408a81
/src/main/java/tw/com/softleader/e5e5/entity/Reply.java
5050b2e915e64f2788d2b3032fc3cae6d226a713
[]
no_license
lintingyang/1515
f502b973ed18ea3896b6599981b1fb4a4a21591c
a0a7714dfb3b5e3499376f43a3c368d4d56c9060
refs/heads/master
2021-01-10T08:45:33.796255
2016-01-24T08:41:54
2016-01-24T08:41:54
46,702,846
0
1
null
null
null
null
UTF-8
Java
false
false
3,145
java
package tw.com.softleader.e5e5.entity; // default package // Generated 2015/12/14 �U�� 08:58:01 by Hibernate Tools 4.3.1.Final import java.util.Date; import java.util.HashSet; import java.util.Set; import javax.persistence.CascadeType; import javax.persistence.Column; import javax.persistence.Entity; import javax.pe...
[ "eliasyaoyj@gmail.com" ]
eliasyaoyj@gmail.com
95c242c9c917e511a8614bdf540f5d129b436ff5
7a7685b0413274c46eddfbdb042e12dbf7f10916
/LP1A3/Aula6/Exercicio4/Dia.java
b507f108e454be09c0dff4e6e7bf7f10fb84cff3
[]
no_license
fabioTowers/JAVA
860f4813ea0f33c2442c4fee3eb5d2252522c66f
54a9c57aa8c71328f6a68a6b81d1aebfa7ffaafe
refs/heads/master
2021-03-26T20:26:44.273170
2020-10-05T18:07:43
2020-10-05T18:07:43
247,747,041
0
0
null
null
null
null
UTF-8
Java
false
false
1,230
java
package exercicio4; import java.text.DecimalFormat; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Calendar; public class Dia extends Tempo{ private String dataInicial; private String dataFinal; private double diferenca;//Variavel auxiliar para o calculo em calcularTempo() Si...
[ "noreply@github.com" ]
noreply@github.com
a0cf4bf1f8d3af0a6987ae0f2db020a9ca96a17d
76919c9e6887f6ebda5333baef4d4f2905bdb86a
/triangle1.java
c83bc591f898c99df70c88b23a46140b7f8ef322
[]
no_license
gokulNth/Tecky
b504b7a2d86ddffe91d79b5ac5c92ad3568e8370
5513a9f38b2b2f84136cef2c25079397f6e1890c
refs/heads/master
2020-03-27T23:27:33.662043
2018-09-04T09:53:45
2018-09-04T09:53:45
147,318,579
0
0
null
null
null
null
UTF-8
Java
false
false
1,514
java
///package prp; import java.util.Scanner; public class triangle1 { public static void main(String[] args) { // TODO Auto-generated method stub Scanner sc = new Scanner(System.in); int a = sc.nextInt(),num=0; for(int i=0;i<=a;i++) { for(int j=1;j<=a-i;j++) ...
[ "gokul1997in12@gmail.com" ]
gokul1997in12@gmail.com
1b83530d82e50228ee88c12e06acfd0dfaa9f300
c2a9aaa0354e0e052b36482a4e22fa2b362843f9
/Minihack3/src/models/GameUnit.java
3e4ed6a0bf5b58e185e1c897e8bd5396eea941ea
[]
no_license
lehuyduc/Mini-hackathon
12789b7f7c760312efcfa6667f5f277344d3b090
3b99c3f9ab02e1f9fe81b9f05055e05e8636db77
refs/heads/master
2021-01-11T05:16:29.811843
2018-04-18T09:17:21
2018-04-18T09:17:21
71,677,983
0
0
null
null
null
null
UTF-8
Java
false
false
467
java
package models; import main.GameConfig; import main.GamePlay; /** * Created by Le Huy Duc on 19/10/2016. */ public class GameUnit extends GameObject { public static final int SIZE = GamePlay.TILE_LENGTH / 3 * 4; public GameUnit(int column,int row) { super(column,row,SIZE,SIZE); setColumn(c...
[ "lehuyduc3@gmail.com" ]
lehuyduc3@gmail.com
c33aa54e833cfbe725dcf14b574011fc7fba7496
91e372011808623eb0b4e4f0c77aa64e806f8a3e
/sandbox/src/main/java/ru/stqa/pft/sandbox/MyFirstProgram.java
fa32e822630a0f0d0dbbb7318bbc8271c828c633
[ "Apache-2.0" ]
permissive
Zadorozhia/java_pft
66443a781ac635470115c5a9f09fe1a640e4c36a
650c6c8f1fe1fab5eec4f8ab084a013924609a7f
refs/heads/master
2020-04-12T03:55:28.688186
2016-12-14T14:28:19
2016-12-14T14:28:19
63,418,061
0
0
null
null
null
null
UTF-8
Java
false
false
776
java
package ru.stqa.pft.sandbox; public class MyFirstProgram { public static void main(String[] args) { hello("user"); Square s=new Square(5); System.out.println("Площадь квадрата со стороной "+s.l+" = "+s.area()); Rectangle r=new Rectangle(4,6); System.out.println("Площадь прямоугольника со сторон...
[ "viktory3005@gmail.com" ]
viktory3005@gmail.com
07a72d159cd29401de8d752de61332dc57f3b848
c5cc64359041e82529715ce70ac60374fd66a195
/BlocNote/src/com/exemple/blocnote/MainActivity.java
c1b906fc1865d998677f642a988b63ad5d86bdf7
[]
no_license
donzel/android_apprentissage
347984e7aededc9739eaf6bd859ec84255b012a0
8627003d7f5e01591f6d4a25bba9ff9d926fa2ad
refs/heads/master
2020-05-04T18:46:06.031693
2014-03-18T15:28:36
2014-03-18T15:28:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
438
java
package com.exemple.blocnote; import com.example.blocnote.R; import android.app.Activity; import android.os.Bundle; import android.widget.Button; public class MainActivity extends Activity { Button red = null ; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); ...
[ "luc.donze@novia-systems.fr" ]
luc.donze@novia-systems.fr
79d1b5dbe849ef7064e87b9e445fc21b658dcb8f
677b8e7a2810c261e07cd42ffad6ecc4fb6d5dce
/app/src/main/java/ru/dienet/wolfy/game/game/LoadingScreen.java
486d3e6a3376fb8d7c15bfe2f22a56e8d6abf219
[]
no_license
BikmullinDim/Game
b19c361958a5bcb4b0566ed12cba3d7002bd7640
9160a08b38460be22fe37fb4b6ce0cbf3a69e4a3
refs/heads/master
2020-05-29T15:37:24.962371
2015-01-28T14:11:16
2015-01-28T14:11:16
29,864,022
0
0
null
null
null
null
UTF-8
Java
false
false
2,456
java
package ru.dienet.wolfy.game.game; import ru.dienet.wolfy.game.framework.Screen; import ru.dienet.wolfy.game.framework.interfaces.Game; import ru.dienet.wolfy.game.framework.interfaces.Graphics; import ru.dienet.wolfy.game.framework.interfaces.Graphics.ImageFormat; public class LoadingScreen extends Screen { protec...
[ "WOLFYLoner@gmail.com" ]
WOLFYLoner@gmail.com
9f1efb38e6fc9c080d25b0523a3926f752cc191c
b52018de798fe63fde74caf9662ee5dadbfc7421
/sessão/app/util/Compras.java
9a7605e7cea66360e95ad58ec0b199809116f182
[]
no_license
lucasmateus/Sistemas-Web
61bb29a270823ceff9baa1d0761f029a56b508bd
c401bd5178523a6d6cecc22a823903705c28eb7e
refs/heads/master
2020-03-28T18:45:50.766285
2018-12-21T18:41:30
2018-12-21T18:41:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
498
java
package util; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util.Map; public class Compras { static private Integer cont; static public Map<String, List<String>> compras; static public boolean login(String usuario, String senha) { return usuario.equals(senha); } stat...
[ "lukinhasm07@outlook.com" ]
lukinhasm07@outlook.com
95f014f02223039c00e76f6ef0f03ff585da2ef1
51efc4e6807c67caec3204b24e78fa41351e77ef
/SystemApp/Dialer_AS/app/src/main/java/com/android/dialer/app/calllog/CallLogListItemHelper.java
df649917116599fc342bb8927f59a0dde04bb636
[]
no_license
skypep/WorkSpace
88942bf0ff381095dd8b684b20ff40929ddd64d8
8bf9987094a86cfa9321758ed12f75307ff7e093
refs/heads/master
2020-03-29T19:07:13.013950
2018-11-30T10:04:46
2018-11-30T10:04:46
150,248,577
0
0
null
null
null
null
UTF-8
Java
false
false
11,111
java
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
[ "lj@toro-tech.com" ]
lj@toro-tech.com
97c503378a010389cde98e19d8852d653bd189f1
ff2ec54e1d0e0b3db4c2f2bd431cc8228ec73bad
/app/src/main/java/com/gallusawa/newsapp/data/model/UrlsToLogos.java
b6e246809395a004c3a0c25636db0409182349b9
[]
no_license
GallusA/NewsApp
4de8f5f1a5ab024ae7dfc9b0dbf8ee048a4da0c0
d03de9fff7a3f46f509c25b8c3991c710462c66e
refs/heads/master
2021-05-06T15:35:14.621600
2017-12-08T19:28:53
2017-12-08T19:28:53
113,609,988
0
0
null
null
null
null
UTF-8
Java
false
false
862
java
package com.gallusawa.newsapp.data.model; import com.google.gson.annotations.SerializedName; /** * Created by gallusawa on 12/7/17. */ public class UrlsToLogos { @SerializedName("small") private String small; @SerializedName("medium") private String medium; @SerializedName("large") private...
[ "Gallus awagdp@gmail.com" ]
Gallus awagdp@gmail.com
ef48970a14012754ebaf668d5d52125897b28246
1f19aec2ecfd756934898cf0ad2758ee18d9eca2
/u-1/u-11/u-11-f1438.java
0598872223f831bba7bf8c9909d83615364f7314
[]
no_license
apertureatf/perftest
f6c6e69efad59265197f43af5072aa7af8393a34
584257a0c1ada22e5486052c11395858a87b20d5
refs/heads/master
2020-06-07T17:52:51.172890
2019-06-21T18:53:01
2019-06-21T18:53:01
193,039,805
0
0
null
null
null
null
UTF-8
Java
false
false
106
java
mastercard 5555555555554444 4012888888881881 4222222222222 378282246310005 6011111111111117 8569623675407
[ "jenkins@khan.paloaltonetworks.local" ]
jenkins@khan.paloaltonetworks.local
c4f50c604b1058f6c8e59ebffa913cf2091bef29
837c5392a134857f8e89a7ef32d693bedab529ab
/arcteryx-meta/src/main/java/com/github/nest/arcteryx/meta/util/ReflectionUtils.java
bbb21c21955032e2ec3130fd530f7c395175bea8
[ "Apache-2.0" ]
permissive
bradwoo8621/nest-old
c52f8ee4c6d5f628502c96f8e6e766dd51482f66
3047dbf9e8d1c6a032e17ed33e2d0637c0185be2
refs/heads/master
2023-07-16T07:15:41.952247
2015-10-25T15:28:21
2015-10-25T15:28:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,923
java
/** * */ package com.github.nest.arcteryx.meta.util; import java.lang.reflect.Field; import java.lang.reflect.Method; import java.util.Locale; import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3.text.WordUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import ...
[ "bradwoo8621@gmail.com" ]
bradwoo8621@gmail.com
67baffb06895c333f044c8f548516389dab33dc2
af5940d7d89c289c911c434d3e8f58e8a62467dd
/src/main/java/com/lc/legal/common/utils/FormRequestUtil.java
2141df0f6c7e2f087167be2307a2f7217a75465d
[]
no_license
Carven12/legalService
fc74263707e8c7ebd174dd1e1e75cd1372d4015a
275b9f343efc9f051962fceeefb28f15177a4063
refs/heads/master
2023-07-09T08:29:55.885196
2021-08-01T08:15:03
2021-08-01T08:15:03
389,275,919
0
0
null
null
null
null
UTF-8
Java
false
false
1,857
java
package com.lc.legal.common.utils; import com.lc.legal.common.bean.RequestFormModel; import org.apache.commons.fileupload.FileItem; import org.apache.commons.fileupload.disk.DiskFileItemFactory; import org.apache.commons.fileupload.servlet.ServletFileUpload; import javax.servlet.http.HttpServletRequest; import java.u...
[ "liangchao02@outlook.com" ]
liangchao02@outlook.com
a5e655c3f15e073ba03aba8c8b999b47457853f5
650aa8651234a8471c8bb2395d9fe0a2d7c4fc03
/src/test/expected/outputOriginal/BinaryExprMutator/dir1/T1/bar_9_5_3.java
f0c6ba46599fae9f463833accd32eb15e9201172
[ "MIT" ]
permissive
avi1mizrahi/MutationGenerator
42f93dc2863af48fa15274541eb450e408fbf3c7
08ac94428f9f4c239f02c4c7df6a72af9f33d1df
refs/heads/master
2023-06-25T03:48:50.659801
2023-06-14T13:23:03
2023-06-14T13:23:03
158,735,011
0
0
null
null
null
null
UTF-8
Java
false
false
342
java
public int bar(int param1, String param2) { int local1 = 42; int local = 2018; float fl = 4.3; functionCall(param2, fl, 5.3, 67, "string"); if (param1 <= 4567 && param1 > 1234) { var temp = returnObject(local1).thenInvokeMethod().andAnotherOne(local); } local1 = 64 / param1; retu...
[ "avi1mizrahi@gmail.com" ]
avi1mizrahi@gmail.com
9f7bfa798c8780e80fe2a34745628e1f14546bb6
0d96c1317b492660df4de27254ea76e981d539f9
/src/main/java/com/tpadsz/ssm/model/genericity/GeneratorDemo.java
9204522429693f88839d43d0a9bea98378878ec9
[]
no_license
afterchj/web-ssm
d0617b24af14b5cb8379faef724420179f5c069a
4d851c3987b54f51d79cbf7e545e03923ae06224
refs/heads/master
2021-08-22T15:30:58.226433
2021-06-04T00:57:54
2021-06-04T00:57:54
115,102,222
3
2
null
2021-03-24T12:29:38
2017-12-22T09:53:35
JavaScript
UTF-8
Java
false
false
659
java
package com.tpadsz.ssm.model.genericity; /** * @author hongjian.chen * @date 2019/8/29 11:00 */ public class GeneratorDemo { public static void main(String[] args) { Generator<Drink> coffeeGenerator = BaseGenerator.create(Drink.class); BaseGenerator<Coffee> baseGenerator = new BaseGenerator<>(...
[ "766256898@qq.com" ]
766256898@qq.com
985b95a98bfe6daf73b97397c642025a11e46892
616a513535c5b4e613bffe64fa66197799cc3537
/otg/src/test/java/com/springtour/otg/infrastructure/channel/chinapnr/ChinapnrNotificationHttpServletRequestAssemblerImpl.java
f95a8cebcb5ab8c9f9bf51d134df6352433da0b9
[]
no_license
smshen/otg
6a1d629a55801e52574e8df1184c04bbb465eb66
c4071b96e42204450b22b307f7fc866a924c832c
refs/heads/master
2021-01-11T08:44:17.074397
2014-07-11T09:09:27
2014-07-11T09:09:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,426
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.springtour.otg.infrastructure.channel.chinapnr; import com.springtour.otg.domain.model.transaction.Transaction; import com.springtour.otg.infrastructure.channel.NotificationHttpServletRequestAssembler...
[ "liangchenathit@gmail.com" ]
liangchenathit@gmail.com
a7183665020df520a69b2b691d3e979adf28483c
1378e4b743c072e8e5933cd7e1f7e346a0933b26
/src/main/java/com/blogosphere/blog/biz/PostServiceImpl.java
28fb4e108a1232e3b837191997fe1e88a2ca873e
[]
no_license
gourishivani/spring-rest-blog
290e4901762b2d7d5874ef2123acb36be2cce5e6
db74591e46f819aae16d95e4eee1795e403bd373
refs/heads/master
2020-04-17T21:51:35.497407
2019-02-04T17:52:04
2019-02-04T17:52:04
166,970,014
0
0
null
null
null
null
UTF-8
Java
false
false
826
java
package com.blogosphere.blog.biz; import java.util.List; import java.util.Optional; import javax.validation.Valid; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.domain.Sort; import org.springframework.stereotype.Service; import com.blogosphere.blog.dao.PostRepository...
[ "gourishivani@gmail.com" ]
gourishivani@gmail.com
1e04d2e65551d1a007edd3dfa37b961afa65066c
ea8013860ed0b905c64f449c8bce9e0c34a23f7b
/SystemUIGoogle/sources/kotlinx/coroutines/CoroutineDispatcher.java
2331090f563d4dbe531e8fb39c99c578e237ef55
[]
no_license
TheScarastic/redfin_b5
5efe0dc0d40b09a1a102dfb98bcde09bac4956db
6d85efe92477576c4901cce62e1202e31c30cbd2
refs/heads/master
2023-08-13T22:05:30.321241
2021-09-28T12:33:20
2021-09-28T12:33:20
411,210,644
1
0
null
null
null
null
UTF-8
Java
false
false
2,586
java
package kotlinx.coroutines; import kotlin.coroutines.AbstractCoroutineContextElement; import kotlin.coroutines.Continuation; import kotlin.coroutines.ContinuationInterceptor; import kotlin.coroutines.CoroutineContext; import kotlin.jvm.internal.Intrinsics; /* compiled from: CoroutineDispatcher.kt */ /* loaded from: cl...
[ "warabhishek@gmail.com" ]
warabhishek@gmail.com
090857e6b51268a4de0449a05e0ffa6057062e20
f22f8da6a895fb9c6283170745e5fc6ec51da0f3
/src/main/gen/org/zig/psi/ZigTopVarDecl.java
d479ff5ff6010478994f911c6675e28f4432ab10
[ "Apache-2.0" ]
permissive
MarioAriasC/intellij-zig
729b439ad23a5d39cb4ad4e35c6525db02856b3d
3ec2ce28305c6b8613e3b4ae8df2288ff7b74766
refs/heads/main
2021-11-03T21:02:00.678555
2021-08-05T09:47:21
2021-08-05T09:47:21
386,241,410
0
0
null
null
null
null
UTF-8
Java
false
true
350
java
// This is a generated file. Not intended for manual editing. package org.zig.psi; import java.util.List; import org.jetbrains.annotations.*; import com.intellij.psi.PsiElement; import com.intellij.psi.PsiNameIdentifierOwner; public interface ZigTopVarDecl extends PsiNameIdentifierOwner, VarDeclaration { @NotNull ...
[ "sudison@gmail.com" ]
sudison@gmail.com
8c0f02daad88e8846989bdc36180ded7fb8c727b
0b116fb925a41a991ed216aa744cc3f58ef67dd2
/src/test/java/topcoder/chapter05/palindrome/juv/PalindromeTest.java
aa69964781b7b194e474d1f281f86cffabdcef08
[]
no_license
man-like-present/cou-topcoder-study
0ab8f16d697115307595f4ca621d36e054aa8ed9
5016bbf8e909372a56b94b38a58c1ce7adbc16c9
refs/heads/master
2020-07-19T06:03:47.136635
2017-08-15T06:27:59
2017-08-15T06:27:59
94,335,288
0
0
null
2017-08-15T06:28:00
2017-06-14T13:41:54
Java
UTF-8
Java
false
false
1,409
java
package topcoder.chapter05.palindrome.juv; import org.junit.Assert; import org.junit.Test; /** * @author Juv * @since 2017-06-17 */ public class PalindromeTest { @Test public void find_case1() throws Exception { // Given String inputString = "abab"; // When int minPalindrom...
[ "juvhak@gmail.com" ]
juvhak@gmail.com
732ea7e24477cf3e9a61dbd1447cc05245b95eb1
9fb06afce61875449c683de7e6f81953f42baeb4
/src/edu/cmu/DBLPProcessor/Phdthesis.java
d0b5a3875a80042dcd47e9f0a3e002732319e6a1
[]
no_license
mustafatasdemir/Practicum
e47b4ce4f65e28a55a81f89be09662a6c88d2938
9d8c3961c6c7c7778c2a43bd4aa8507110cbd753
refs/heads/master
2020-04-05T23:43:42.577372
2014-10-27T00:01:35
2014-10-27T00:01:35
24,547,423
0
0
null
null
null
null
UTF-8
Java
false
false
5,433
java
/** * */ package edu.cmu.DBLPProcessor; import java.util.List; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; /** * @author NASA-Trust-Team * */ @XmlRootElement(name="phdthesis") public class Phdthesis extends DBLPEle...
[ "mustafa.tasdemir@hotmail.com.tr" ]
mustafa.tasdemir@hotmail.com.tr
564bca18919499cbe6a274b4638cf7c4d656e0fc
a054ba0c632fe79b896a3c33d7172975bac9883b
/src/disktree/net/fadr/SettingsActivity.java
a767b65934fea74fc227708c06696cd42a4fa91c
[]
no_license
tong/fadr-android
ab6fd80670abd4d99d3c0c4943e6d64a29618f76
c6a0c2fcb38bfe6343d7617d7b3231886b31ee27
refs/heads/master
2021-01-10T02:42:22.408438
2016-03-25T19:22:26
2016-03-25T19:22:26
54,741,152
0
0
null
null
null
null
UTF-8
Java
false
false
2,804
java
package disktree.net.fadr; import android.app.Activity; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.view.Menu; import android.view.MenuItem; import android.view.View; import android.view.Window; import android.webkit.WebSettings; import android.webkit.WebSettings.Lay...
[ "tong@disktree.net" ]
tong@disktree.net
7f77724d43b359126b8c2a294426e2688dbc881d
3d69a9fed0127e675b29d782a5ed7eb4979287d6
/connectors/java/3270hod/src/main/java/org/identityconnectors/rw3270/hod/HodConnection.java
154e8520c35d26108964c363edfe119015e17a5a
[]
no_license
Evolveum/openicf
b933a9b21464282c6eab1c34ac87c0db6b34f6ba
48645668a4fb6aafcc2f40813d8959e9149368e5
refs/heads/master
2023-09-03T22:23:53.215181
2023-08-27T06:49:03
2023-08-27T06:49:03
18,093,759
8
14
null
2023-09-11T08:25:39
2014-03-25T08:39:32
Java
UTF-8
Java
false
false
5,335
java
/* * ==================== * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright 2008-2009 Sun Microsystems, Inc. All rights reserved. * * The contents of this file are subject to the terms of the Common Development * and Distribution License("CDDL") (the "License"). You may not...
[ "laszlo.hordos@forgerock.com" ]
laszlo.hordos@forgerock.com
7325b27d9f122cc3fc1a7fa340d8951bd079976c
f08948be16e1c931d14b217dd882a4e954c2c505
/connector/ns8fulfilmentprocess/testsrc/com/ns8/hybris/fulfilmentprocess/test/FraudCheckIntegrationTest.java
e20dbda84ac5e5e73a5b1ab0cfc4c56be9bc7146
[]
no_license
ns8inc/protect-integration-sap-release
f218758fce28e15bbeb12b932e49810606a417da
9af3ed490fb7cb2cbe54077df4c4d329b262f2dc
refs/heads/master
2022-11-21T02:08:34.717053
2020-07-07T19:45:18
2020-07-07T19:45:18
266,125,943
0
0
null
null
null
null
UTF-8
Java
false
false
29,036
java
/* * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. */ package com.ns8.hybris.fulfilmentprocess.test; import static junit.framework.Assert.assertTrue; import de.hybris.bootstrap.annotations.IntegrationTest; import de.hybris.platform.basecommerce.model.site.BaseSiteModel; import de.hybri...
[ "eusebio.trigo@e2ycommerce.com" ]
eusebio.trigo@e2ycommerce.com
b1c58c4591b3e14678880d5f3380c9919925fdf1
70623d0d3d69538d9c0059b2287bce3c6a2c2141
/core/src/test/java/org/nzbhydra/indexers/DevIndexerTest.java
e4e33168132c649c1e918968a5f84b838ad684b9
[ "Apache-2.0" ]
permissive
fryfrog/nzbhydra2
15058e1fce7768a254a588707df0fadaeebe5c2a
acad74e2111a4126b94fec42f795fb306ef4b001
refs/heads/master
2020-09-19T22:39:43.478284
2019-11-27T01:02:28
2019-11-27T01:02:28
224,314,520
0
0
NOASSERTION
2019-11-27T00:57:57
2019-11-27T00:57:56
null
UTF-8
Java
false
false
1,214
java
/* * (C) Copyright 2017 TheOtherP (theotherp@gmx.de) * * 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 a...
[ "SFSu3uR#qe&n#Y7lBC*J" ]
SFSu3uR#qe&n#Y7lBC*J
2988d0f38f9d177fa55c9717b74f0e9224c5a612
1a2e74c125f8a40de88ee15b9dab3ab47ac6d040
/try1.java
06ebb2669042e69209196b681de4c8d8af27f49a
[]
no_license
KarolKaim/ShinyApp
33e4cc94a33f3214962975ae26b0876896d7bacd
7de05faef3c4db1e1bd1c6f54157dc691fb6c8ae
refs/heads/master
2016-09-08T09:00:49.546780
2014-11-29T22:07:09
2014-11-29T22:07:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,924
java
import javax.sound.sampled.*; import java.io.*; /** * A sample program is to demonstrate how to record sound in Java * author: www.codejava.net */ public class JavaSoundRecorder { // record duration, in milliseconds static final long RECORD_TIME = 400; // path of the wav file File wavFile = new...
[ "kalorirs@gmail.com" ]
kalorirs@gmail.com
0a21da5ff68b096e2865168da04baf958b6262d6
cb919b2ca92a548f3fcbf71fc2d356b0b0db17da
/WhereHouseProj_FORGit/src/main/java/com/wh/controller/PartController.java
6ac98be0513fb6ae11cff1654621bea1e0cc92cc
[]
no_license
Animeshsoni97/WHProj
cdda5e50ef615e1c10b757bc4d44b7ad8efd520b
2b32b82fc401f1fef3ff01fe96ed86cc1e783446
refs/heads/master
2023-05-08T22:06:00.177481
2021-05-31T19:25:31
2021-05-31T19:25:31
370,036,741
0
0
null
null
null
null
UTF-8
Java
false
false
3,182
java
package com.wh.controller; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.ModelA...
[ "Animesh@DESKTOP-3CELJKL" ]
Animesh@DESKTOP-3CELJKL
5d46a08918a46481ce111c06b243f9d07423ff65
56f34082b1bf56fd0d124cbd9f8858dc6f2e3a04
/java/com/auth/DefaultAuthentication.java
ddd35f46d1a2efb9e13fd33b959e9ae54f3ca6b4
[]
no_license
R1310328554/alfresco-jlan-with-version
f8f06e6c78b94b0487cbef26028719854fb66d77
6a433e34c4bf0edc5108a11468ca0bc45ca8ffa2
refs/heads/master
2021-01-17T18:18:47.631761
2016-06-17T03:15:38
2016-06-17T03:15:38
61,279,843
0
0
null
null
null
null
UTF-8
Java
false
false
1,270
java
package com.auth; import java.util.Collection; import org.springframework.security.acls.domain.PrincipalSid; import org.springframework.security.core.Authentication; import org.springframework.security.core.GrantedAuthority; public class DefaultAuthentication implements Authentication { /** * */ private stat...
[ "hnczlk@sina.com" ]
hnczlk@sina.com
72e84b1cca40ab244e8a0594066dfffe8fe16bfc
f4a3647b534ece30d909d3295686feddefd40e99
/sample/src/main/java/com/angcyo/demo/qq/RegisterFragment.java
3e6dd5fdfcd387c4f63ef54e864aa02c83635565
[]
no_license
bryant1410/RJcenter
c503ad25af48364c28c131f205f62b469fb7b4fc
dd09708f5826457d54ddd95cb55714321fdc64a1
refs/heads/master
2021-01-19T19:52:39.450107
2017-04-17T22:38:31
2017-04-17T22:38:31
88,458,756
1
0
null
2017-04-17T02:21:02
2017-04-17T02:21:02
null
UTF-8
Java
false
false
2,281
java
package com.angcyo.demo.qq; import android.os.Bundle; import android.view.View; import com.angcyo.sample.R; import com.rsen.base.RBaseFragment; /** * Created by angcyo on 2016-07-03 16:08. */ public class RegisterFragment extends RBaseFragment { int pos; @Override protected int getContentView() { ...
[ "angcyo@126.com" ]
angcyo@126.com
419f287788852dd3b98e71d03878dedd7246f3e4
110e9f50ead0ad3b84584332e72b516b56c96ceb
/e-trusted-shops/src/main/java/com/etrusted/interview/demo/services/UserManager.java
aa734de299c413144259a797a01b8d32277a8592
[]
no_license
Anoobizzz/InterviewTasks
8cd225bf62bf4867cf9835b7378220d561c9b96f
6e8c61058c2dd76b51bed24d4274a10f190c9f35
refs/heads/master
2020-04-03T17:18:39.915828
2019-07-02T16:25:18
2019-07-02T16:25:18
155,439,611
0
0
null
null
null
null
UTF-8
Java
false
false
1,246
java
package com.etrusted.interview.demo.services; import com.etrusted.interview.demo.entity.User; import org.springframework.stereotype.Component; import javax.annotation.PostConstruct; import javax.xml.bind.DatatypeConverter; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import java....
[ "anoobizzz@gmail.com" ]
anoobizzz@gmail.com
9125466c5c97ebe2c67f1affd9da8b00080fbbcc
bc1c0123d7bcdd998555ab1effd3b13c2d7a942b
/2do año/AyED/t[Andrew]practicas 1-5 AyED/Practica 5/Ejercicio4/TestImagen.java
0cd8c5d80922ba7df620d8386176fa42dbdbdd5a
[]
no_license
varelajuanma/FacultadDeInformatica---UNLP
9835076bf80618ae6be6758e219868cdcbb15e86
db28b0a2b3a5633c045245ac700dfa2cdda2b8cc
refs/heads/master
2021-07-16T15:39:11.791955
2020-10-09T15:52:22
2020-10-09T15:52:22
209,648,866
0
0
null
null
null
null
UTF-8
Java
false
false
24,979
java
/* hecho por Andrew * https://www.facebook.com/eltranquilo.andrew * */ package Ejercicio4; import Ejercicio2.ArbolGeneral; public class TestImagen { public static void main(String[] ahhh) { boolean[][] matriz = { {false,false,false,false,false,false,false,false,false,false,false,false,false,false,false,fa...
[ "jmvarela-@hotmail.com" ]
jmvarela-@hotmail.com
c59656030cef46c84c3d1ca0b8dae4747c096dd9
debd8d9f05197bd04ee008052d2250611c0e841f
/app/src/main/java/com/example/ck/QuestionDao.java
7abbf99a387c38c041a92a2c82f21031966053ef
[]
no_license
jenneyle/CK
5a7270e633731aa52db71075192333d5ba895736
b7edb20f239083bb0920d137558dcd6d67848507
refs/heads/master
2020-09-12T12:35:18.088269
2019-11-22T12:49:32
2019-11-22T12:49:32
222,427,276
0
0
null
null
null
null
UTF-8
Java
false
false
684
java
package com.example.ck; import androidx.lifecycle.LiveData; import androidx.room.Dao; import androidx.room.Insert; import androidx.room.OnConflictStrategy; import androidx.room.Query; import java.util.List; //one Dao per entity @Dao public interface QuestionDao { @Insert void insert(Question question); ...
[ "jenneyle@Jenneys-MacBook-Air.local" ]
jenneyle@Jenneys-MacBook-Air.local
08eed0809dadb21d31eeacfbeb8f57837a25f190
cf952fcc4b02ae84fa73a6b9f17f28e34df4c217
/src/main/java/homework_19/application/serviceholder/StorageType.java
1ba6d50cc58477faa1d38aa5d577ec67847b3bb6
[]
no_license
AinuraAkhmetova/epam_homeworks
554cc55d286e686ce8ee975073630cf79f28fc1a
93d05165894a7eeafc0602add8641485ec238570
refs/heads/master
2020-11-25T00:04:29.564184
2020-02-05T10:28:30
2020-02-05T10:28:30
227,855,665
0
0
null
null
null
null
UTF-8
Java
false
false
96
java
package homework_19.application.serviceholder; public enum StorageType { ARRAY, COLLECTION }
[ "ainura220998@gmail.com" ]
ainura220998@gmail.com
2b6aea56f53307c98ddac99f0d61f97dd4af26d7
20eb62855cb3962c2d36fda4377dfd47d82eb777
/newEvaluatedBugs/Jsoup_11_buggy/mutated/1039/TokeniserState.java
16c49a1c523175ea666a7b26b163a5c11432dd5e
[]
no_license
ozzydong/CapGen
356746618848065cce4e253e5d3c381baa85044a
0ba0321b6b1191443276021f1997833342f02515
refs/heads/master
2023-03-18T20:12:02.923428
2020-08-21T03:08:28
2020-08-21T03:08:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
59,343
java
package org.jsoup.parser; import java.util.Arrays; /** * States and transition activations for the Tokeniser. */ enum TokeniserState { Data { // in data state, gather characters until a character reference or tag is found void read(Tokeniser t, CharacterReader r) { switch (r.current(...
[ "justinwm@163.com" ]
justinwm@163.com
e16bb0ee4e1fc33ee990c2ec003728678abdac86
325b93e8a4b0d84d23f5daceb49710b995f550ac
/app/src/main/java/com/example/foodapp/ui/splash/SplashActivity.java
5614bf0e3871fa61b49a41fa5de43d8f2eed95c6
[]
no_license
aymansabry1999/FoodApp
deac77ed6a779b94967ef97719c433c0eeeadefe
02674835220f4a54326ce1fab01c047d771bffdd
refs/heads/master
2023-08-11T10:37:51.090533
2021-09-12T21:05:15
2021-09-12T21:05:15
405,753,228
0
0
null
null
null
null
UTF-8
Java
false
false
1,114
java
package com.example.foodapp.ui.splash; import androidx.appcompat.app.AppCompatActivity; import androidx.databinding.DataBindingUtil; import android.content.Intent; import android.os.Bundle; import com.example.foodapp.R; import com.example.foodapp.databinding.ActivitySplachBinding; import com.example.foodapp.ui.main....
[ "aymansabryh@gmail.com" ]
aymansabryh@gmail.com
13157862a9f255af2e61bd8c73c83e6d4b8c048d
bd2e1d8ba255134bd77483930653249735c14ca3
/app/src/main/java/com/leaf/collegeidleapp/bean/Collection.java
840893a59a40929e3d85c9c99557bf808aaca5a4
[]
no_license
904210847/CollegeIdleApp-master
380ddd5413637ade1447b6365565ce1ce4a0f88b
459a7a6b631b571b626fc085790d416567d63624
refs/heads/master
2023-06-08T17:53:53.011843
2021-06-25T04:14:48
2021-06-25T04:14:48
380,121,448
0
0
null
null
null
null
UTF-8
Java
false
false
1,236
java
package com.leaf.collegeidleapp.bean; /** * 我的收藏实体类 */ public class Collection { //学生学号 private String StuId; //商品图片 private byte[] picture; //商品标题 private String title; //商品描述 private String description; //商品价格 private float price; //联系方式 private String phone; ...
[ "904210847@qq.com" ]
904210847@qq.com
ab37f7f0668743c5682ebe5a44392e210643dbf0
39346134b375a9ef94e24bf40b425be85e1de4bf
/agira_challenge/src/main/java/com/ajirasoft/challenge/common/AppErrorCode.java
83833830ec5b8b7e925736e737f780d5b36e2974
[]
no_license
Mani1423/ajira_challenge
19d96577cc1730c7a809c7044630aba78b20e5d2
8a5316537209f237cb67b0881ac156eb036c79fd
refs/heads/main
2023-03-30T00:26:15.860292
2021-04-11T08:32:36
2021-04-11T08:32:36
356,547,465
0
0
null
null
null
null
UTF-8
Java
false
false
1,042
java
package com.ajirasoft.challenge.common; public enum AppErrorCode { PATH_INVALID("PATH-INVALID", "Input path should not be null or empty"), FILE_NOT_FOUND("FILE-NOT-FOUND", "File not found at location : {0}"), FILE_READ_FAILED("FILE-READ-FAILURE", "Error while reading the file at location : {0}"), ...
[ "noreply@github.com" ]
noreply@github.com
4209d59d16f2adaf625c88b5aa354e3fdd0603db
e3eecfce5fc2258c95c3205d04d8e2ae8a9875f5
/gym-java-client/src/main/java/org/deeplearning4j/rl4j/space/Encodable.java
7ab58e6703faf7f3af854873aa45af7cae762d39
[ "Apache-2.0" ]
permissive
farizrahman4u/deeplearning4j
585bdec78e7e8252ca63a0691102b15774e7a6dc
e0555358db5a55823ea1af78ae98a546ad64baab
refs/heads/master
2021-06-28T19:20:38.204203
2019-10-02T10:16:12
2019-10-02T10:16:12
134,716,860
1
1
Apache-2.0
2019-10-02T10:14:08
2018-05-24T13:08:06
Java
UTF-8
Java
false
false
446
java
package org.deeplearning4j.rl4j.space; /** * @author rubenfiszel (ruben.fiszel@epfl.ch) on 7/19/16. * Encodable is an interface that ensure that the state is convertible to a double array */ public interface Encodable { /** * $ * encodes all the information of an Observation in an array doubl...
[ "adam@skymind.io" ]
adam@skymind.io
7ad75e07b519ee9684f9a1a1b5e0428640d49cd1
24aa03f4d5691c69423336ee6170c321dc239a7b
/src/test/java/com/example/eurekaClient/EurekaClientApplicationTests.java
b23f2bc90c688d0e5bfadf8d283baba614d3bacb
[]
no_license
fengfankk/eurekaClient
f692985f2f6bcde47e7f3722948d9e7fdfa9580e
95418ddf53195c6f2d01973cb8e161b2bf27c861
refs/heads/master
2020-06-02T18:20:23.605451
2019-06-18T00:03:14
2019-06-18T00:03:14
191,208,575
0
0
null
null
null
null
UTF-8
Java
false
false
347
java
package com.example.eurekaClient; 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 EurekaClientApplicationTests { @Test public v...
[ "you@example.com" ]
you@example.com
8b5c5f967ca645d30c6e3d8217877c553d2bb7ef
acd3ff3d3e379e769eca40e255a5aa91a4eb4c4f
/src/main/java/com/someoddring/sportsbet/sportsmatches/controller/SportsMatchRestController.java
b7806f47e4ea0cf187c8d30b16819d27e41daff8
[]
no_license
ajdevy/sportsbet-server-client
0bbdf81e8a57836918860d9cbb0077ed5c8e0e90
c1f66e29426e1d5b95d0e276058f898c8ea735e5
refs/heads/master
2020-04-15T00:28:15.504842
2015-09-05T11:32:02
2015-09-05T11:32:02
41,876,610
0
0
null
null
null
null
UTF-8
Java
false
false
1,499
java
package com.someoddring.sportsbet.sportsmatches.controller; import com.someoddring.sportsbet.sportsmatches.dao.SportsMatchRepository; import com.someoddring.sportsbet.sportsmatches.dao.entity.SportsMatchEntity; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotatio...
[ "sp1n3.project@gmail.com" ]
sp1n3.project@gmail.com
ec6e32dba1f9c5b1e7041c749c3938f05044161c
9e9becbc4f4857f298abf98a955ea7695e5b3f25
/IO/src/Copy.java
d09971f112821fa44eb265d4c1f910d59ea51d1e
[]
no_license
HappyYang233/ALL
6d81885b0d21b0047c551813425c1f5873a1ce0d
dddf6a97cbc133ed6a9fb371812b0c37e88ffe62
refs/heads/master
2020-03-31T00:11:48.882634
2018-10-15T08:25:13
2018-10-15T08:25:13
151,729,850
0
0
null
null
null
null
GB18030
Java
false
false
610
java
import java.io.*; public class Copy { public static void main(String[] args) throws Exception { // TODO Auto-generated method stub if(args.length!=2) { System.out.println("输入参数不足"); System.exit(1); } File f1= new File(args[0]); File f2= new File(args[1]); if(!f1.exists()) { System.out.printl...
[ "996570955@qq.com" ]
996570955@qq.com
c714ee5f158a83616f5ddd72a8d3e9a848b5b7cc
e83fa675d1ed7847c01edc396319571dd501995f
/src/main/java/org/apache/commons/math/geometry/partitioning/Side.java
7166091b4e996077826d762661d0b99bef2067ca
[ "Apache-2.0" ]
permissive
zhi-e-yuan/jrace
026938dcca57c05fb4bf456f9d1695dc988cd7cd
30c07a798e6c794e4ae1f8fc81b9b83009d2e706
refs/heads/main
2023-06-20T10:57:34.804138
2021-07-17T09:18:14
2021-07-17T09:18:14
387,125,982
0
0
Apache-2.0
2021-07-18T08:20:57
2021-07-18T08:20:57
null
UTF-8
Java
false
false
1,353
java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
[ "ericyuanzhi@gmail.com" ]
ericyuanzhi@gmail.com
11e33dc806fb0405e65dd2d907b60da63c7f75e4
81a6dca5c8f3dec7f0495b2c3ef8007c8a060612
/hybris/bin/platform/bootstrap/gensrc/de/hybris/platform/smarteditwebservices/data/ConfigurationData.java
67c1e66b80f07bee7a8af4345921de700eefdb07
[]
no_license
BaggaShivanshu/hybris-hy400
d8dbf4aba43b3dccfef7582b687480dafaa69b0b
6914d3fc7947dcfb2bbe87f59d636525187c72ad
refs/heads/master
2020-04-22T09:41:49.504834
2018-12-04T18:44:28
2018-12-04T18:44:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,994
java
/* * ---------------------------------------------------------------- * --- WARNING: THIS FILE IS GENERATED AND WILL BE OVERWRITTEN! * --- Generated at May 8, 2018 2:42:46 PM * ---------------------------------------------------------------- * * [y] hybris Platform * * Copyright (c) 2018 SAP SE or an SAP affili...
[ "richard.leiva@digitaslbi.com" ]
richard.leiva@digitaslbi.com
070c2fa0c2401eef607572dbf898d92182957fdb
8507d0485565bdd34e82b404ee44e9514811a55d
/src/com/how2java/test/NoSpringLimit.java
92d524674473fc569542ff99f60f9f168c09144d
[]
no_license
yslu1995/spring
5083dd7d882689e940d703c1b2f639da624297dd
7c10089b727acb06381a42b908d36565e99953f1
refs/heads/master
2020-04-16T19:14:59.351420
2019-06-25T14:08:24
2019-06-25T14:08:24
165,852,244
0
0
null
null
null
null
UTF-8
Java
false
false
610
java
package com.how2java.test; import com.how2java.service.ProductService; import org.springframework.context.ApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext; /** * @Description: * @Author: LYS * @Date: 2019/1/16 17:40 */ public class NoSpringLimit { /** * aop单元测...
[ "469899431@qq.com" ]
469899431@qq.com
f389ee2877e659cfd12c98b0a0950fb1731bf38e
471a1d9598d792c18392ca1485bbb3b29d1165c5
/jadx-MFP/src/main/java/com/google/android/gms/internal/ads/zzpf.java
e8ccbe4d96762a54c2b3720d3d5861c3f813d43f
[]
no_license
reed07/MyPreferencePal
84db3a93c114868dd3691217cc175a8675e5544f
365b42fcc5670844187ae61b8cbc02c542aa348e
refs/heads/master
2020-03-10T23:10:43.112303
2019-07-08T00:39:32
2019-07-08T00:39:32
129,635,379
2
0
null
null
null
null
UTF-8
Java
false
false
2,058
java
package com.google.android.gms.internal.ads; import android.os.Looper; import android.os.SystemClock; import java.io.IOException; import java.util.concurrent.ExecutorService; public final class zzpf implements zzpk { /* access modifiers changed from: private */ public IOException zzbci; /* access modifier...
[ "anon@ymous.email" ]
anon@ymous.email
11a6855f156235dc63c16f2f309cf687a960ca8f
6decb7a15784f42a53dd9bd58f85847e583a13a7
/de.jworks.datahub.server/src/main/java/de/jworks/datahub/business/transform/controller/StylesheetBuilder.java
8d0b4370e30825921a5159ffe9529c9c4b788f22
[]
no_license
toeich/datahub
e527d6e43d34d6c35f623a43b39df6c2341c3990
b46a3a68386451d6670bad37280d5fd5ee94336f
refs/heads/master
2021-01-15T16:28:56.570038
2014-02-28T15:02:27
2014-02-28T15:02:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
15,867
java
package de.jworks.datahub.business.transform.controller; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.logging.Logger; import de.jworks.datahub.business.transform.entity.Component; import de.jworks.datahub.business.transfor...
[ "t.eichhorn@networking-people.de" ]
t.eichhorn@networking-people.de
5cd66450b9c343253c89c9ab3be5a29a32806f97
cd6423bf8df7cf0ab2ea98d1f7a419594b5da0c4
/app/src/main/java/com/tranxit/enterprise/ui/activity/card/CardsPresenter.java
1b9b42d053deaa5afbd916b597f3d8636b6ca198
[]
no_license
developer91649/Android-Relax-Taxi-User-App
7339a5813e64da60c393c04cb1e1618e9f8d7475
07b4430ab61385621d0e125333ac76d7553bce3b
refs/heads/master
2020-06-30T15:26:34.223534
2019-08-06T17:08:30
2019-08-06T17:08:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
954
java
package com.tranxit.enterprise.ui.activity.card; import com.tranxit.enterprise.base.BasePresenter; import com.tranxit.enterprise.data.network.APIClient; import com.tranxit.enterprise.data.network.model.Card; import java.util.List; import io.reactivex.Observable; import io.reactivex.android.schedulers.AndroidSchedule...
[ "web.developer916@gmail.com" ]
web.developer916@gmail.com
742beda4b36e5f1bb116ba574821b4da71b38f83
5ca81191f24b2a251d270b25afb1ba28f6ca8005
/app/src/main/java/app/novaci/com/framework/util/RandomNumberGenerator.java
73630e42910e414014da464f3eabb898ace36fbd
[]
no_license
sashademyanik/EllioAndroid
ee84422aacebdd73cdf369f7903854de1eb25be2
d495f382f505f01c6866066fc3aad8f15123b528
refs/heads/master
2021-06-06T06:29:34.822922
2016-05-17T04:36:05
2016-05-17T04:36:05
null
0
0
null
null
null
null
UTF-8
Java
false
false
440
java
package app.novaci.com.framework.util; import java.util.Random; /** * Created by Sasha on 5/2/2016. */ public class RandomNumberGenerator { private static Random rand = new Random(); public static int getRandIntBetween(int lowerBound, int upperBound) { return rand.nextInt(upperBound - lowerBound) +...
[ "ttsvan@msn.com" ]
ttsvan@msn.com
a095194069251a9d5fed718c19bb4058c183c6b2
2d2013c46190f7f9927d3a923b8413a91e91fbbb
/sources/h/l/d/x.java
4dd4261b3aaead75395f49df55fd0acdd45f53ff
[]
no_license
ghuntley/Aarogya-Setu_v1.1.1.apk
af5b054feddc901ca62b9233bb4aac576f8c4249
ca931e596a31ab7298f3c7dc1ca3eaa327f84473
refs/heads/master
2022-05-26T15:50:36.276158
2020-05-02T12:06:54
2020-05-02T12:06:54
260,674,190
0
0
null
null
null
null
UTF-8
Java
false
false
4,595
java
package h.l.d; import android.annotation.SuppressLint; import android.os.Bundle; import android.os.Parcel; import android.os.Parcelable; import androidx.fragment.app.Fragment; @SuppressLint({"BanParcelableUsage"}) /* compiled from: FragmentState */ public final class x implements Parcelable { public static final ...
[ "ghuntley@ghuntley.com" ]
ghuntley@ghuntley.com
5308134a42420fdc5c89b2f16f2911683d268a9e
ba3ac470291e413742bee773cc2e7eca3e476d5d
/Estrutura/src/model/ListaTelefonica.java
fefa19c6fe6d835726d523fdf501a981c719386e
[]
no_license
erick-coelho/Exercicios
1865caa1d5c90eb22c1458f7b2d982eea8292dc1
d9c4bc6d285543472f2f1e3e9fd1c47224b97d9e
refs/heads/master
2022-09-25T09:41:39.948739
2017-09-14T23:25:06
2017-09-14T23:25:06
null
0
0
null
null
null
null
UTF-8
Java
false
false
473
java
package model; public class ListaTelefonica { private Telefone[] telefones; private int ultimoPos; public ListaTelefonica() { this.telefones = new Telefone[10]; } public Telefone[] getTelefones() { return telefones; } public void setTelefones(Telefone[] telefones) { this.telefones = ...
[ "noreply@github.com" ]
noreply@github.com
69b9902d4c896d23f1a1864af96053fce1715ddd
d096fb012bc5790dca7c976ef12402a09f8725fe
/src/TablasYCatalogos/TipoModalidadContrato.java
32cb337d162c70dfac31b56ecf2e5a36f9cb61ca
[]
no_license
emosquera/clasesrrhh
7be1f390855a6945d00441efb1c9323da0393675
4b0356cfd4aba402b36a5773ec15d7947ad4454e
refs/heads/master
2021-04-29T22:07:31.992597
2018-11-23T02:14:12
2018-11-23T02:14:12
121,633,011
0
0
null
null
null
null
UTF-8
Java
false
false
1,715
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 TablasYCatalogos; import javax.persistence.Entity; import javax.persistence.Table; import y_entity.base.EntityBase; /** * Cl...
[ "edgarmosquera@gmail.com" ]
edgarmosquera@gmail.com
6274c54d84b270959de7276785b55e5cb04bcc84
8df91d4dc959bcf343e0b317a271041c59bddc92
/src/main/java/util/constant/GroupProps.java
507f18a49b1c4ee32c957363488ecd1682e1b962
[]
no_license
KostyaKulak/TestNGTutorial
d2365117cfeeca00555d4d50f79917b530a205f7
cbf549714f4628d2b8b9fe1bf415216b06be6516
refs/heads/master
2020-03-20T10:03:51.080634
2018-06-20T14:00:37
2018-06-20T14:00:37
137,357,798
0
0
null
null
null
null
UTF-8
Java
false
false
232
java
package util.constant; public class GroupProps { public static final String FIRST_TEST_GROUP = "page"; public static final String SECOND_TEST_GROUP = "search"; public static final String THIRD_TEST_GROUP = "refresh"; }
[ "Kanstantsin_Kulak@epam.com" ]
Kanstantsin_Kulak@epam.com
40ad23c611ca366feca4b1780e5f1ed257b7271a
1f7dba55567a596585aa06930221e3d75737dd8b
/vapor-app/src/main/java/com/tevinjeffrey/vapor/VaporApp.java
8cc191d0f109b3eec341c2cb1546b376a290ace6
[ "Apache-2.0" ]
permissive
tevjef/Vapor
3bce9cea04143da40f12a883c30300997a20910a
3443f6441421b59cd3671af06176b32290e54abe
refs/heads/master
2021-01-18T01:47:29.145011
2016-10-27T23:51:01
2016-10-27T23:51:01
16,269,324
28
2
null
null
null
null
UTF-8
Java
false
false
6,176
java
package com.tevinjeffrey.vapor; import android.app.Application; import android.app.NotificationManager; import android.content.Context; import android.os.StrictMode; import com.bumptech.glide.Glide; import com.facebook.stetho.Stetho; import com.orhanobut.hawk.Hawk; import com.orhanobut.hawk.HawkBuilder; import com.or...
[ "mastermindtj94@gmail.com" ]
mastermindtj94@gmail.com
66452bd0a28108d9a13591f53414f5baaa533553
ef0c1514e9af6de3ba4a20e0d01de7cc3a915188
/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/sql/generated/FirewallRulesGetSamples.java
d875794118625389059fe29d839585f6a58d7317
[ "MIT", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-unknown-license-reference", "LGPL-2.1-or-later", "CC0-1.0", "BSD-3-Clause", "UPL-1.0", "Apache-2.0", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "LicenseRef-scancode-generic-cla" ]
permissive
Azure/azure-sdk-for-java
0902d584b42d3654b4ce65b1dad8409f18ddf4bc
789bdc6c065dc44ce9b8b630e2f2e5896b2a7616
refs/heads/main
2023-09-04T09:36:35.821969
2023-09-02T01:53:56
2023-09-02T01:53:56
2,928,948
2,027
2,084
MIT
2023-09-14T21:37:15
2011-12-06T23:33:56
Java
UTF-8
Java
false
false
986
java
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // Code generated by Microsoft (R) AutoRest Code Generator. package com.azure.resourcemanager.sql.generated; import com.azure.core.util.Context; /** Samples for FirewallRules Get. */ public final class FirewallRulesGetSam...
[ "noreply@github.com" ]
noreply@github.com
7c199ae32898a4bbb4c888c32782642aae983f4e
ee26a55fd85c6fe64431ff358579df3d27bd50de
/Hello/app/src/androidTest/java/com/example/gujarathi/hello/ApplicationTest.java
36ec0d7ea2de1c6d4ecaf53b81328fc49e5b21d1
[]
no_license
krgujara/AndroidProjects
dbdffbe17f3d7c693fafca578c03ae6840eb0b4c
967a6de7d8d419debefe7abbc6dc29333e1a7237
refs/heads/master
2020-03-21T19:42:45.777024
2018-06-28T04:22:40
2018-06-28T04:22:40
138,965,560
0
0
null
null
null
null
UTF-8
Java
false
false
370
java
package com.example.gujarathi.hello; import android.app.Application; import android.test.ApplicationTestCase; /** * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a> */ public class ApplicationTest extends ApplicationTestCase<Application> { public ApplicationTes...
[ "krgujara@syr.edu" ]
krgujara@syr.edu
f7b35399f12b16fa70783d89604dbe54a57be484
8fe3dc2d39856632b1bf9d15b4c2ab468ce937e0
/app/controllers/Application.java
43119873d71a954697462bdae514e47373a1edfd
[]
no_license
blueskiesgithub/mgotest
6a128f2e17b0d0703dfbaa994785238660c6a30e
45f0f3edc26f1c9bc10387682c8091bb366990b0
refs/heads/master
2016-09-05T11:26:32.462083
2014-04-13T16:47:02
2014-04-13T16:47:02
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,316
java
package controllers; import models.SystemStatus; import models.Users; import play.*; import play.libs.Json; import play.mvc.*; import views.html.*; import com.fasterxml.jackson.databind.JsonNode; import java.util.*; import java.io.*; import play.db.DB; import javax.sql.DataSource; public class Application extends ...
[ "patilak@gmail.com" ]
patilak@gmail.com