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
30c180eb48e8328fda8384a915c20620245283f1
af9340433e2fc5580ba6235a25286d05c3789598
/bankplus-transactions/src/main/java/org/jboss/examples/bankplus/transactions/services/adapters/ContactsAdapter.java
5a42364d69306988be186a3580be8f953c746080
[]
no_license
VineetReynolds/bankplus
a49a1df83b86a9fa4103426e1602487890ec873f
e5aa55a3f16241e638ea70d9a36fa0dfcce67627
refs/heads/master
2021-01-21T08:57:39.142618
2016-05-03T00:15:41
2016-05-03T00:15:41
43,675,735
1
0
null
null
null
null
UTF-8
Java
false
false
1,655
java
package org.jboss.examples.bankplus.transactions.services.adapters; import org.jboss.examples.bankplus.transactions.services.client.Contact; import org.jboss.examples.bankplus.transactions.services.translators.ContactTranslator; import javax.inject.Inject; import javax.ws.rs.client.Client; import javax.ws.rs.client.C...
[ "Vineet.Reynolds@gmail.com" ]
Vineet.Reynolds@gmail.com
e2a00eeb8a5dff432399cb72e06448f1fa18de67
5f7ea2cb8f90b9703cb519cf0444b4f5de9ed35a
/src/main/java/pl/marcinmazur/portfolio/controller/AdminRestController.java
c9672be482ec81f26d3e247e9e7489e9926bc274
[]
no_license
mmazur658/Marcin-Mazur-Portfolio
9f9cf2a565365b25902ec9c2424ee390c6649ff8
093f6b4726213f55447a8e0fff7661ac54bf9dfb
refs/heads/master
2020-04-09T18:27:51.709543
2019-02-12T15:30:34
2019-02-12T15:30:34
160,513,274
0
0
null
null
null
null
UTF-8
Java
false
false
5,784
java
package pl.marcinmazur.portfolio.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestParam; import org.springframework.web.bind.annotation.RestController; import pl.marcinmazur.p...
[ "marcin.mazur1024@gmail.com" ]
marcin.mazur1024@gmail.com
52d33243a582285fc6e4dd19e069c079e681f172
392c81d156dd11b8d0ec07f0e66e5896bc1bcab7
/app/src/main/java/com/libwatermelon/DaemonUtils.java
c56c178b3714ff8f7f4c95b04defa7cab8fb2ed4
[]
no_license
dingoberry/MimicTim
ff759025fbaa8efc7b99bdaef354432ef69fe560
61c3bf3583c3b09d3e5e3f72a70c678dce85238c
refs/heads/master
2020-03-09T02:52:32.987847
2018-04-07T17:17:36
2018-04-07T17:17:36
128,550,964
0
0
null
null
null
null
UTF-8
Java
false
false
6,072
java
package com.libwatermelon; import android.content.Context; import android.content.SharedPreferences; import android.os.Build; import android.os.Process; import com.libwatermelon.WaterConfigurations.DaemonConfiguration; import java.io.BufferedReader; import java.io.Closeable; import java.io.File; import java.io.FileO...
[ "wangjunkai@baidu.com" ]
wangjunkai@baidu.com
4fbb9225cbdc17bef2320fba1882275a69fb37d2
ab633ea30e2d8958ba34f3225225998d167ee17e
/src/main/java/com/project/coronavirustracker/dao/ITrackerDao.java
9d9f5df6119807b9b630ce9ba7fa9784cf222400
[]
no_license
sainath168/coronavirus-tracker
f3092aa4d401ca8ca8d7e4479d05eff4864b926c
22c37d32e22ea18d4a248f9a9d77f664b072de9a
refs/heads/master
2022-12-24T14:27:25.586823
2020-09-26T01:59:32
2020-09-26T01:59:32
298,716,774
0
0
null
null
null
null
UTF-8
Java
false
false
187
java
package com.project.coronavirustracker.dao; import com.project.coronavirustracker.model.Tracker; import java.util.List; public interface ITrackerDao { List<Tracker> getResult(); }
[ "sainath.koutarapu@amadeus.com" ]
sainath.koutarapu@amadeus.com
10cb7bed05172fe9915ee9d13a20b58717284278
5ba0775d7187fd499f3f70e386da3e6b795c09d2
/demo/src/main/java/com/example/demo/utils/HttpClient.java
1b750bf7d6b15ea0f98b33c16ecb64d4e2419abb
[]
no_license
znj929/springBootDemo
191c2ece16af5a93984d580586f8b807a87dffb1
a4abbd5e44979db25dcad8114c9ce2b5197db15a
refs/heads/master
2021-02-26T21:32:11.243331
2020-06-02T01:46:09
2020-06-02T01:46:09
245,554,162
0
0
null
null
null
null
UTF-8
Java
false
false
9,720
java
package com.example.demo.utils; import java.io.DataOutputStream; import java.io.File; import java.io.InputStream; import java.io.OutputStream; import java.lang.reflect.Field; import java.lang.reflect.Modifier; import java.net.HttpURLConnection; import java.net.InetSocketAddress; import java.net.Proxy; impor...
[ "Administrator@WIN-RGTNEONRTRF" ]
Administrator@WIN-RGTNEONRTRF
396b3591116c451d3ef10addb584a0df07ad284b
52c55792a6c457cd58fa76fee61ea0c4cc9ab3eb
/Task1_2_NewsApp_JDBC_Hib_JPA/src/com/epam/testapp/database/IConnectionPool.java
8a735278f99f951c6298d5767878537f8cb8eefa
[]
no_license
my-tasks/JavaLab
bbf5719a70f0cdb8c18d918a0b3facea50adc318
1790e3fea1ff411277cbee18e10220f22c71d9b4
refs/heads/master
2016-09-05T13:23:45.478830
2014-05-29T11:57:36
2014-05-29T11:57:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
300
java
package com.epam.testapp.database; import java.sql.Connection; import com.epam.testapp.exception.NoConnectionAvailableException; public interface IConnectionPool { public Connection getConnection() throws NoConnectionAvailableException; public void returnConnection(Connection connection); }
[ "krystsina_kharlamenkova@epam.com" ]
krystsina_kharlamenkova@epam.com
1399a4c1f45a3e877a9db80ce90a0618815cfef3
3db8a812adf1feda80b64693723b0f3464b6afd9
/app/src/main/java/com/example/ht_well/Adapter.java
2e8afe4214da47e1ff13d7825ce241381435fdc0
[]
no_license
simomrnn/HT_wellRun
06343b9c0458e2c27e1dddb07f702c4d2a339245
a94a5603415497c8f09a8e87297b0d2d3256faf4
refs/heads/master
2023-04-15T06:02:07.175786
2021-04-28T13:02:14
2021-04-28T13:02:14
362,469,013
0
0
null
null
null
null
UTF-8
Java
false
false
2,803
java
package com.example.ht_well; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.recyclerview.widget.RecyclerView; import java.util.List; //Adapter is needed ...
[ "80213827+simomrnn@users.noreply.github.com" ]
80213827+simomrnn@users.noreply.github.com
bfa5d5bc1572a9370e293fd7bfcd8f164cf2c29c
6fb6d77ba785e01f344bda27e5ea880a3603dfc9
/app/src/main/java/com/nekodev/paulina/sadowska/userlist/activities/UserListActivity.java
96ebc833f436a2c6ac73148afbb49354489bab0d
[]
no_license
PaulinaSadowska/UserList
c5e197e526a472c7db57810c1ab6b2177246798e
5ec8b068022d77f8e4ed856a2bafa37a7d1e7ad4
refs/heads/master
2021-01-20T11:21:19.715907
2016-07-27T09:40:58
2016-07-27T09:40:58
63,901,212
0
0
null
null
null
null
UTF-8
Java
false
false
899
java
package com.nekodev.paulina.sadowska.userlist.activities; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import com.nekodev.paulina.sadowska.userlist.R; import com.nekodev.paulina.sadowska.userlist.fragments.UserListFragment; public class UserListActivity extends AppCompatActivity { ...
[ "paulina.sadowska@student.put.poznan.pl" ]
paulina.sadowska@student.put.poznan.pl
00efb17dd221d7d03529e0f5c60761364cd6c254
f3f7f93cf005afd661923754a7d536dcebb5075a
/src/cl/awakelab/negocio/controlador/logout.java
f0542f6db1f9362e706621e4e2367d7fa6b64b37
[]
no_license
daathxi/Desarrollo-de-aplicaciones-web-dinamicas-con-java
82ede27214f50ea178a74177c0ad1fbd6ab90d3c
5ebbd412fc6463ffbf3eb95ccf6d9ae9085f412d
refs/heads/master
2023-02-25T09:43:09.203546
2021-01-28T12:39:17
2021-01-28T12:39:17
333,603,462
0
0
null
null
null
null
UTF-8
Java
false
false
1,685
java
package cl.awakelab.negocio.controlador; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import...
[ "ignacio.hidalgo@hotmail.cl" ]
ignacio.hidalgo@hotmail.cl
e640b31f582ee4b6c4c8741e729e68ff7214fd44
9404ab1090ec3fafab5711c1fd8bb93826415418
/Flynas/src/test/java/flynas/web/workflows/ConfirmationPage.java
03bb22efb4686296d9f70d4214c0755b73455413
[]
no_license
CignitiFlynas/IBE
1dda56769676dba54d174145e6d640762452c767
bc9c815a7767e6281a17847eb6babc3e110aaa73
refs/heads/master
2020-03-23T10:24:15.906149
2018-10-21T10:53:26
2018-10-21T10:53:26
141,441,302
0
0
null
2018-10-21T10:53:27
2018-07-18T13:50:08
Java
UTF-8
Java
false
false
2,485
java
package flynas.web.workflows; import java.util.List; import org.openqa.selenium.By; import org.openqa.selenium.WebElement; import com.ctaf.utilities.Reporter; import flynas.web.testObjects.BookingPageLocators; public class ConfirmationPage<RenderedWebElement> extends BookingPageLocators { public...
[ "RahuRam.k_33723617+E003901cigniti@users.noreply.github.com" ]
RahuRam.k_33723617+E003901cigniti@users.noreply.github.com
b55dd0aa66c73a6d5c676d7eb82746f0834819d7
404ab607ebde4d7ddd0ad97989154c1d2576a5fe
/project/src/main/java/com/iktpreobuka/project/entities/CategoryEntity.java
90deb6cbdaece82067a9ffe263aa65f2898b30a6
[]
no_license
radoslavboychev/brains
6b711a209b1f85ea884929ef46fb6022584d3f0c
0eb643bb5234f764869044d7e92c7058fa49ee12
refs/heads/main
2023-06-09T13:24:59.579577
2021-06-26T14:53:47
2021-06-26T14:53:47
337,489,614
1
0
null
2021-02-09T18:30:43
2021-02-09T17:54:08
Java
UTF-8
Java
false
false
1,530
java
package com.iktpreobuka.project.entities; import java.util.ArrayList; import java.util.List; import javax.persistence.CascadeType; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; imp...
[ "radoslavboychev@gmail.com" ]
radoslavboychev@gmail.com
70e0e0a05b8b2012015e1ad52f48e1d8b87fd7e0
deb1028684c8da0bbc28459c97c4022b4dae04a3
/src/test/jp/ac/uryukyu/ie/e165714D/EnemyTest.java
711571e44838160eb3870e45181f9e4ade973cfd
[]
no_license
East6/ExampleUnitTest
d6bffa9c5ee876203a79206ff206afa1af1b28c7
14c205d8ad186a36c18362fba1d5466cfe748e4b
refs/heads/master
2020-07-19T15:44:24.499376
2016-11-15T02:02:33
2016-11-15T02:02:33
73,759,891
0
0
null
null
null
null
UTF-8
Java
false
false
621
java
package jp.ac.uryukyu.ie.e165714D; import org.junit.Test; import static org.junit.Assert.*; /** * Created by yonaminehigashi on 2016/11/15. */ public class EnemyTest { @Test public void attack() throws Exception { int heroHP = 10; Hero hero = new Hero("テスト勇者", heroHP, 5); Enemy enem...
[ "e165714@ie.u-ryukyu.ac.jp" ]
e165714@ie.u-ryukyu.ac.jp
af1d5fec04870ad6926d0d6df4f2e29d48ab4a7b
8c66c344c7eedd0551c8d420ef1c28af8587a35e
/src/test/java/com/ccc/routes/recursion/TrainsRoutesDirectedGraphTest.java
4bb404cf67d884cbdb5b82cec9b2a908b64ec517
[]
no_license
gibrancastillo/TrainsRoutesInfo
a3c4af7f5e511477df2aab4c5dfb4ddea603cf48
7c75c2a90ea192ccc9b7f3128764c679b196ee40
refs/heads/main
2023-07-31T15:43:34.025592
2021-09-30T13:26:02
2021-09-30T13:26:02
390,857,752
0
0
null
null
null
null
UTF-8
Java
false
false
5,912
java
package com.ccc.routes.recursion; import static org.junit.Assert.*; import java.util.ArrayList; import java.util.List; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.junit.After; import org.junit.Before; import org.junit.Test; /** * * @author gibrancastillo * */ ...
[ "gibran-castillo@hotmail.com" ]
gibran-castillo@hotmail.com
c247c7915ad0ee02b8fc48248df6ec09e4ce3dbc
81498e3f147d97224a104f96242110a0a359575a
/LoadBinary.java
c72f909a34d8d4bc6a20b8f8ac9e5d0cbd9d321a
[]
no_license
Joesta/Black-BlackBerry
a3ea5b6463304935fea42a829fc5e6b5dfcc4e90
adfce5891c0b67005865a9b8ea42c4ffba2b4231
refs/heads/master
2020-12-30T08:23:35.512577
2020-04-03T12:20:59
2020-04-03T12:20:59
238,927,302
0
0
null
null
null
null
UTF-8
Java
false
false
1,256
java
/*@Author Joesta *LoadBinary.class */ import java.io.*; import javax.swing.JOptionPane; final public class LoadBinary{ public LoadBinary(){ super(); } public final void loadBin(){ OutputStream os = null; final int offset = 0; File file = null; final InputStream in = LoadBinary.class.getClassLoader()...
[ "mogokong@moiponefleet.co.za" ]
mogokong@moiponefleet.co.za
3c36ad2efe4828579824c154f114b2e68d9ca480
f80017cd12b7acc137231f3d585104d9166a8616
/src/java/dk/cphbusiness/choir/commands/EditArtistCommand.java
8254f3e6090baf07d226a40218c0b4d0eda5a0d8
[]
no_license
Kaboka/ChoirApp
a6bc4dd881affebce389a0273fc5125c03408902
e78b00f7f9de67ab5f1b994eef53ceb3e5f290fe
refs/heads/master
2016-08-12T19:33:47.816136
2013-04-29T13:09:06
2013-04-29T13:09:06
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,376
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package dk.cphbusiness.choir.commands; import dk.cphbusiness.choir.contract.ChoirManager; import dk.cphbusiness.choir.contract.dto.ArtistDetail; import dk.cphbusiness.choir.contract.eto.NoSuchArtistException; i...
[ "Nicklas Hemmingsen@10.99.19.189" ]
Nicklas Hemmingsen@10.99.19.189
1a3ff0f0192d530c41228f1ae4fccd7876bf0ff1
5d53de914af9661f2734635f0fb70061a01f58ca
/React-Native/Baggins_App/android/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/androidx/fragment/R.java
76bed86a54080a3f3328f9d1c97063ae5754061f
[]
no_license
lucaslimoni/projetos
40f537ce538dadd886946b677506a5d7d994d06c
3b30caf2c67edf89506757dd5bb84f3722bb7b9a
refs/heads/master
2023-04-06T17:24:29.752152
2021-04-09T23:55:14
2021-04-09T23:55:14
332,246,836
0
0
null
null
null
null
UTF-8
Java
false
false
14,658
java
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * gradle plugin from the resource data it found. It * should not be modified by hand. */ package androidx.fragment; public final class R { private R() {} public static final class anim { private anim() {} ...
[ "lucas.martins@altran-consultoria.com.br" ]
lucas.martins@altran-consultoria.com.br
9467791572920da286e00064e2f30bfb89fcc864
6b4558648f6406c0adfd15ed60de02e26adea00f
/odin-common/odin-common-security/src/main/java/com/diditech/odin/common/security/component/DiditechCommenceAuthExceptionEntryPoint.java
b3b3e40187e8013d4167b5456e43bbadc0b6863a
[]
no_license
edjian/odin
ed4d64de5aa9aafa141d8f4fe867112b10d3a39c
ea3d797c50ccacb16b80639a1b13230c4a2f0e99
refs/heads/master
2023-02-18T21:49:31.719980
2021-01-22T02:21:24
2021-01-22T02:21:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,673
java
/* * Copyright (c) 2018-2025, diditech 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 of conditions ...
[ "373109445@qq.com" ]
373109445@qq.com
32881ae97dd73ebfc6d67c494a097a9fc1737377
0916da96cc4ffd4fccb68ca71a08f7b5a17c5657
/src/day20_for_loop/EvenOrOdd.java
ac1b3d581bb883492963d72d41cb15bdc8b3af64
[]
no_license
bogdanovsergei/java-practice
17ff68bec6cdede93fbc826e3e6a1585436ab78e
b0d75a005bb25170adaaaa5f722402a7f32fb1b3
refs/heads/master
2020-05-23T12:12:24.422327
2019-05-29T22:24:14
2019-05-29T22:24:14
186,751,726
0
0
null
null
null
null
UTF-8
Java
false
false
703
java
package day20_for_loop; public class EvenOrOdd { public static void main(String[] args) { //using for lopp: 1-100, print all even numbers in same line for (int n=1; n<=100; n++) { if (n%2==0) { System.out.print(n + " "); } } System.out.println(); // all odd numbers for (int i=1; i<=100; i++) ...
[ "apple@apples-MacBook-Air.local" ]
apple@apples-MacBook-Air.local
0b09f44963df9f23d52f9508d5bfad2378e227eb
d6c77f7afcc11b8186fab42b9fe257a76b481297
/8º Periodo/ArrayList/src/javaapplication15/TravbalhoVoo/Cliente.java
4acd70e4a4717baca197d855ed899fa5a9a3eaa8
[]
no_license
joaororiz/joaororiz
7d487c0a37dd7aeaaa1d720c88f31737bc565344
80838cf615735f470c3a2487775137818c14d103
refs/heads/master
2021-01-25T14:10:12.765611
2019-12-05T09:30:03
2019-12-05T09:30:03
123,659,212
0
1
null
null
null
null
UTF-8
Java
false
false
1,041
java
package javaapplication15.TravbalhoVoo; import java.io.Serializable; /** * * @author Joao Otávio Mota Roriz */ public class Cliente implements Serializable { private int codigo; private String nome; private String telefone; private String cpf; public Cliente() { } public Cliente(int...
[ "joaororiz@.github.com" ]
joaororiz@.github.com
155255da801142a82bda76175d458f78b95f15fd
e604f785b802839ca04e55ce6e4277262a4fcdcd
/src/main/java/gepeng18/专题/链表/合并两个排序的链表.java
64c23395d1c511be67a7f77591f1fcde2b9a2b7c
[]
no_license
Freya19/Github_DailyPractice
9a8289a199ea5d4b58df5b7a7e21d66fb3e5b372
c011dd33b6dab81d41535760f2ce99f6af190b95
refs/heads/master
2022-06-29T04:50:13.614573
2022-05-05T07:56:00
2022-05-05T07:57:09
231,210,330
0
0
null
null
null
null
UTF-8
Java
false
false
1,764
java
package gepeng18.专题.链表; import gepeng18.leetcode.old.ListNode; /** * 剑指offer:输入两个单调递增的链表,输出两个链表合成后的链表,当然我们需要合成后的链表满足单调不减规则。 * * 我们可以这样分析: * * 假设我们有两个链表 A,B; * A的头节点A1的值与B的头结点B1的值比较,假设A1小,则A1为头节点; * A2再和B1比较,假设B1小,则,A1指向B1; * A2再和B2比较 就这样循环往复就行了,应该还算好理解。 * * 考虑通过递归的方式实现! */ public class 合并两个...
[ "robin_ge@foxmail.com" ]
robin_ge@foxmail.com
d3efe473c4abb1d5c40fc7e4b769079158e1a7c8
89d4748e2aef2e1d813451813a715b0c31804822
/src/main/java/HelloException.java
01de2ced8219157685183a3320e7d88070a94e27
[]
no_license
Json-Liu/hello-javabase
4c4404481671795354d0d70f1347b096dd640f71
e918d4d13382908b73f9492e90c07b7c9b1ce881
refs/heads/master
2020-04-18T10:27:03.717765
2016-10-09T03:26:25
2016-10-09T03:26:25
66,644,442
1
0
null
null
null
null
UTF-8
Java
false
false
544
java
/*** ** @Author JosonLiu ** @Date 2016年9月20日 ** @Version 1.0 **/ public class HelloException { public static void main(String[] args) { test(2); test(3); } public static void test(Integer number ){ if( isEven(number)){ print(number); } } public static boolean isEven(Integer number){ ...
[ "756289901@qq.com" ]
756289901@qq.com
b19570012e0a1449443bb8a7e561549e10c0e0a3
3da105d1bbbc5736f9a0c88105b4e92987e5129e
/src/main/java/grep/GrepLauncher.java
f13be1c95e5bef2f58f3a9c26d648c0ed97a27b5
[]
no_license
LudovDI/Grep
3f7630d98e859b7ee15f9f0c8ffae3ff6811be47
707fe6ae04694f899bd10c5938ecf9a882f9fff7
refs/heads/master
2023-04-08T19:29:26.203268
2021-04-10T14:53:19
2021-04-10T14:53:19
350,433,988
0
0
null
null
null
null
UTF-8
Java
false
false
1,605
java
package grep; import org.kohsuke.args4j.Argument; import org.kohsuke.args4j.CmdLineException; import org.kohsuke.args4j.CmdLineParser; import org.kohsuke.args4j.Option; import java.io.IOException; import java.util.List; public class GrepLauncher { @Option(name = "-v", metaVar = "--invert-match", usage = "invert"...
[ "dima-l-01@mail.ru" ]
dima-l-01@mail.ru
e4fdf21188e84ed87ec0a8f67b3168ac72440148
eb07f1de1400e5e1b0f28da86f931519552f06e5
/ArdulinkCore/src/org/zu/ardulink/AbstractPortListCallback.java
cfa744f36c1acb882b6bc6e6a03ddc336e483816
[ "Apache-2.0" ]
permissive
zzakir/Ardulink
9ab14c6d22393c75953a5126d8669bc7df9dd784
f1ee3c50409176a354fbde07fb1e2322da74a65b
refs/heads/master
2020-04-01T16:56:21.698307
2015-09-29T09:59:34
2015-09-29T09:59:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,167
java
/** Copyright 2013 Luciano Zu project Ardulink http://www.ardulink.org/ 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...
[ "luciano.zu@gmail.com@f4a356fa-8b83-554e-c139-4da21d77b637" ]
luciano.zu@gmail.com@f4a356fa-8b83-554e-c139-4da21d77b637
cc58ef266d21c99bda89e5ae20c95f3a9317e690
09dfb14cef63c079923c5ac538aab2e894aa709c
/Assignment_3/src/se/mah/ke/k3lara/Constants.java
564c4287fd55f9f10cc74c344e0bb5f02e368201
[]
no_license
viktor-lind/-KD405A_Viktor_L
bdd9df6df9467860e11d917dde6da0b1c5521aa0
a585a93dc040919ddca509794c9f17ae3e5cf63e
refs/heads/master
2021-01-10T01:27:44.380083
2016-03-04T07:58:37
2016-03-04T07:58:37
49,749,758
0
0
null
null
null
null
UTF-8
Java
false
false
415
java
package se.mah.ke.k3lara; public class Constants { /**Constants of variables with minimum and maximum allowed values*/ public static final String[] OK_COLORS = new String[] {"blue", "green", "yellow", "red", "black", "white"}; public static final int MIN_SIZE = 8; public static final int MAX_SIZE = 28; p...
[ "viktor_781@Hotmail.com" ]
viktor_781@Hotmail.com
ddcf44253d32fb30b613bb16db8027c47dbd41c0
dbb2745741841b49a773b5d083c680bdda989017
/web/src/main/java/photopolis/loalityprogram/service/impl/TelegramDispatchServiceImpl.java
3b686859fc291998df5954b80e416697f377889d
[]
no_license
rtolik/LoalityProgram
06d0d99bc947f7e0f4fb0930fc242f9fe555ea13
ae4e91e2bed231f11ac738037ae806fde5de1f4a
refs/heads/master
2021-07-18T17:14:51.250343
2018-11-04T17:57:24
2018-11-04T17:57:24
134,563,135
0
0
null
null
null
null
UTF-8
Java
false
false
2,994
java
package photopolis.loalityprogram.service.impl; import org.apache.log4j.Logger; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import photopolis.loalityprogram.model.TelegramDispatch; import photopolis.loalityprogram.model.enums.Role; import photopo...
[ "govier999@gmail.com" ]
govier999@gmail.com
0cae884386bcaa15e6fcc91f7ceefc4ca35e7bcb
07f5f0ed77a9985076a6b6c9a9660651ec7b5eca
/app/src/main/java/com/ydd/pockettoycatcherrwz/entity/GrabRecord.java
8bc240aa346d56ec86bc8f7bdc8e5b4c8fee681c
[]
no_license
jamesni189/wawaji_zs
59695cc4200c25384a0cc2affd53d73bf16c062e
38500d67ff4bfa2c83acf7f13e47f2fcc66a917c
refs/heads/master
2021-04-30T10:41:06.556366
2018-02-13T12:26:15
2018-02-13T12:26:15
121,338,766
0
0
null
null
null
null
UTF-8
Java
false
false
858
java
package com.ydd.pockettoycatcherrwz.entity; import java.io.Serializable; /** * 抓取记录 */ public class GrabRecord implements Serializable { /** * 抓取时间 string */ public String createTime; /** * 抓取记录ID */ public long id; /** * 商品名称 string */ public String name; /** * 0 成功 1 失败 number */ public i...
[ "jamesni189@163.com" ]
jamesni189@163.com
61e8d4cb3cd85c54a86c4492f356e12c3b70b4ba
f2f6abc63db1d95f75d1a93a307ce109c335f603
/src/jdbc/orm/cache/AbstractRWCacheRegionAccessStrategy.java
a7059724a56a48fac95a9f24d17b9cc1b77b6c9d
[]
no_license
Crasader/h-framework
81f19f246edb7c41670a7a1aa9313a1de051c327
6e386dd56b69266cc23b9364794ea657cb629d11
refs/heads/master
2020-05-04T21:10:01.690777
2017-04-18T08:30:20
2017-04-18T08:30:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,560
java
package jdbc.orm.cache; import java.util.List; import java.util.concurrent.locks.Lock; import java.util.concurrent.locks.ReentrantLock; import javafx.scene.layout.Region; /** * 封装读写访问策略的基本实现 * @author huangliy */ public abstract class AbstractRWCacheRegionAccessStrategy<K, V> implements CacheRegionAccessStrategy<...
[ "87778934@163.com" ]
87778934@163.com
104a09611b87a5704daeb0870dd521ddca4b14ae
66566be73da29c8bef2b2d07618a8d67be6f4088
/5-api-usability/src/main/java/core/WebCoreDriver.java
21f0c7e44f6f72b952c58798e9bbc9eb65c494bb
[ "Apache-2.0" ]
permissive
galipalli/Design-Patterns-for-High-Quality-Automated-Tests-Java-Workshop
bed0a600a1644cc68e339fc6f21b644cd7090773
1eca774574a4ee67b170ec105bb040116f603193
refs/heads/main
2023-08-06T10:47:23.624619
2021-10-11T06:52:51
2021-10-11T06:52:51
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,279
java
/* * Copyright 2021 Automate The Planet Ltd. * Author: Anton Angelov * 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 applic...
[ "aangelov@automatetheplanet.com" ]
aangelov@automatetheplanet.com
ceb9ec2e13e42324eaf4435f06ff226d893c4040
0d131072084c533c59a440eb3f05c2528b334114
/mpcm.paradigm.base.editor/src/base/presentation/BaseModelWizard.java
7a8b8c043d8e54c8a19be0fe1a50e703fc21aefa
[]
no_license
layornos/mPCM_build
b64f6ea38c7db4ab5cc928ccc0d5b698d6ddf3d0
ab9823141f1724a475475986d5421e4d4051642b
refs/heads/master
2023-04-26T07:53:49.502057
2021-05-25T16:03:06
2021-05-25T16:03:06
308,177,136
0
0
null
2021-05-25T16:03:07
2020-10-29T00:43:15
Java
UTF-8
Java
false
false
17,558
java
/** */ package base.presentation; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.MissingResourceException; import java.util.StringTokenizer; import org.eclipse.emf...
[ "layornos@gmail.com" ]
layornos@gmail.com
0abf2340095f80448675891a5251cd610941f5ac
928259ebff8d7c5e1bef1d445b578d4dce38be8f
/app/src/test/java/my/edu/utem/myfacebook/ExampleUnitTest.java
75c197f9704861a80003868c8836a3ea1316718b
[]
no_license
fizzioren/android-myfacebook-utem
5a2800c142dbbbeb9257df765e1b32bec6a4284a
6ebcb28d7884d85cab218af88df0d4a1fb6025de
refs/heads/master
2020-03-27T08:20:24.292198
2018-08-27T04:06:05
2018-08-27T04:06:05
146,245,743
0
0
null
null
null
null
UTF-8
Java
false
false
383
java
package my.edu.utem.myfacebook; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test public void...
[ "afeiz73@gmail.com" ]
afeiz73@gmail.com
6f87c917a55061f9b92b7ccbd3d5e1ee21f8b8f7
4c1d6f74635109519657921d98907bbdda811cb4
/chrome/android/java/src/org/chromium/chrome/browser/contacts_picker/TopView.java
15b3d2ab6426657df2fdffe5ca981efb7e664027
[ "BSD-3-Clause" ]
permissive
imfht/chromium
151e060f8acf3b91899f74eb88367ed545751d9a
468df33f9f87dfc052a026fd736d055fb2614909
refs/heads/master
2023-01-13T08:15:21.509899
2019-01-30T06:35:03
2019-01-30T06:35:03
168,294,038
0
0
BSD-3-Clause
2022-06-15T06:41:16
2019-01-30T06:51:02
null
UTF-8
Java
false
false
3,602
java
// Copyright 2019 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.chrome.browser.contacts_picker; import android.content.Context; import android.util.AttributeSet; import android.view.View; import a...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
4fc82725733a0c1e099a82c6e62ea6edc4f0eb14
c9b8db6ceff0be3420542d0067854dea1a1e7b12
/web/KoreanAir/src/main/java/com/ke/css/cimp/fwb/fwb17/Rule_Hid_InformID_ADR.java
2f510b537bb0420e83e8ca4a51153a7f810993ef
[ "Apache-2.0" ]
permissive
ganzijo/portfolio
12ae1531bd0f4d554c1fcfa7d68953d1c79cdf9a
a31834b23308be7b3a992451ab8140bef5a61728
refs/heads/master
2021-04-15T09:25:07.189213
2018-03-22T12:11:00
2018-03-22T12:11:00
126,326,291
0
0
null
null
null
null
UTF-8
Java
false
false
2,170
java
package com.ke.css.cimp.fwb.fwb17; /* ----------------------------------------------------------------------------- * Rule_Hid_InformID_ADR.java * ----------------------------------------------------------------------------- * * Producer : com.parse2.aparse.Parser 2.5 * Produced : Tue Mar 06 10:25:52 KST 2018 * ...
[ "whdnfka111@gmail.com" ]
whdnfka111@gmail.com
31b93a49f68609534cb48f81f71dd2d9326ac0aa
59b3ec3392925c6ab0c9c0c73309166c842a1633
/activitystreambackendspringboot/src/main/java/com/niit/daoimpl/UserDAOImpl.java
2c0e61d68fcf6762d1569a80e336b7b0244f9d1d
[]
no_license
thrijita/ActivityStream_Boot
54bb6eec128f73c15be4e9ef978a4ba936ea534d
84b35d18e3ea2baaa0f768917c89278edea6dbe8
refs/heads/master
2021-05-12T19:34:37.277933
2018-01-22T10:55:00
2018-01-22T10:55:00
117,094,754
0
0
null
null
null
null
UTF-8
Java
false
false
2,391
java
package com.niit.daoimpl; import java.util.ArrayList; import java.util.List; import org.hibernate.Query; import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.Transaction; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Repository;...
[ "kthrijita@gmail.com" ]
kthrijita@gmail.com
4eb70876824a68056ffe55f5a3a7636a36e7bfa5
c7daaf317507328d986e4a492a5996188c009b50
/web-auth/auth-core/src/main/java/com/cloud/auth/core/service/AuthUserRoleService.java
ef6d05bbf8e2e03fd522972a061759ef04eb03be
[ "MIT" ]
permissive
weikanger/web
92b1d795c2c6fde970b68ac251b68a0c9b3ff625
2c0b6725862e334caf83567d270da5837dc1cfec
refs/heads/master
2022-04-13T20:54:50.569635
2020-04-11T14:37:08
2020-04-11T14:37:08
263,258,517
1
0
MIT
2020-05-12T06:59:44
2020-05-12T06:59:43
null
UTF-8
Java
false
false
331
java
package com.cloud.auth.core.service; import com.cloud.auth.entity.AuthUserRole; import com.cloud.common.base.BaseService; import lombok.extern.slf4j.Slf4j; import org.springframework.stereotype.Service; /** * 用户角色关联 service */ @Slf4j @Service public class AuthUserRoleService extends BaseService<AuthUserRole> { }
[ "xuin23@outlook.com" ]
xuin23@outlook.com
b575dc64480479df2acf17e39ab0fdf6144c7694
40c1d2b4c4474c0d7f6f3517b03af743a6d159d0
/ix-lab04/src/ix/lab05/faces/PCAResult.java
40367440270989586ff971cb5da97f9122af6557
[]
no_license
paragonhao/internet-analytics
4e121f0b9f7a7817d668a56ceb358dc65a9c0b9b
378aee739ff7d81e29b2d48d66536f19a695cd85
refs/heads/master
2021-05-15T20:14:25.818906
2017-11-14T13:24:52
2017-11-14T13:24:52
107,844,757
0
0
null
null
null
null
UTF-8
Java
false
false
355
java
package ix.lab05.faces; import Jama.Matrix; /** Simple container class to store the results of a principal component analysis. */ public class PCAResult { public final Matrix rotation; public final double[] values; public PCAResult(Matrix rotation, double[] values) { this.rotation = rotation; ...
[ "wangxiahaosin@gmail.com" ]
wangxiahaosin@gmail.com
b63933eb1f3beb52c2e542528eae32a38a2e013b
67585ba8a0d0428f72651b6d4d109620cf1fdf3f
/Android/app/src/androidTest/java/edu/coloradomesa/cs/android/ModelTest.java
ed7bcd509f3259c5c1cd0b24ab2cbe61d979bc3a
[ "MIT" ]
permissive
wmacevoy/java-kotlin-wmacevoy-spring2020
564ef36fb2061a41c2a02a84d3c4af8f7ff14059
0af0170eeeb485ceae1ad6e88c420a93025d2ede
refs/heads/master
2023-01-21T09:24:38.157504
2020-12-03T19:00:09
2020-12-03T19:00:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,981
java
package edu.coloradomesa.cs.android; import android.content.Context; import android.os.Handler; import android.os.Looper; import androidx.lifecycle.SavedStateHandle; import androidx.test.platform.app.InstrumentationRegistry; import org.junit.Test; import static org.junit.Assert.*; public class ModelTest { Con...
[ "wmacevoy@gmail.com" ]
wmacevoy@gmail.com
a9d54ae7d060376dc6ac7c601790962da5fe7765
bbae84f47e1353294a4a1851fc5fb91be2be17a8
/src/main/java/com/glqdlt/ex/springtesting/entity/Gender.java
71adfb9638bf2475d3d52581bbf5d265c528fa84
[]
no_license
glqdlt/ex-spring-testing
cd0863bbb0c4ccdf436c6abfd2d780f118fac3f2
b4c0b3f6b47b44503dd52906c696b92e5cf7cb41
refs/heads/master
2020-03-22T04:45:12.109784
2018-07-03T06:59:44
2018-07-03T06:59:44
139,518,614
0
0
null
null
null
null
UTF-8
Java
false
false
82
java
package com.glqdlt.ex.springtesting.entity; public enum Gender { Mali,Femail }
[ "dlfdnd0725@gmail.com" ]
dlfdnd0725@gmail.com
510ddb5d936908b2502ad3f324bb58d541747983
fc6c869ee0228497e41bf357e2803713cdaed63e
/weixin6519android1140/src/sourcecode/com/tencent/mm/plugin/appbrand/appcache/e.java
a7680fbdd5cc4c39c075247078fe22751ebc2e18
[]
no_license
hyb1234hi/reverse-wechat
cbd26658a667b0c498d2a26a403f93dbeb270b72
75d3fd35a2c8a0469dbb057cd16bca3b26c7e736
refs/heads/master
2020-09-26T10:12:47.484174
2017-11-16T06:54:20
2017-11-16T06:54:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
941
java
package com.tencent.mm.plugin.appbrand.appcache; import com.tencent.gmtrace.GMTrace; import com.tencent.mm.sdk.platformtools.w; public final class e { static int u(String paramString1, String paramString2, String paramString3) { GMTrace.i(19993609633792L, 148964); try { int i = WABSPatch.bspatch...
[ "robert0825@gmail.com" ]
robert0825@gmail.com
fba90a4150da0453e505c579daffd7350a6c61db
363c936f4a89b7d3f5f4fb588e8ca20c527f6022
/AL-Game/src/com/aionemu/gameserver/skillengine/effect/SummonHomingEffect.java
7150897bf392935fb1c1f5343480505ab6603658
[]
no_license
G-Robson26/AionServer-4.9F
d628ccb4307aa0589a70b293b311422019088858
3376c78b8d90bd4d859a7cfc25c5edc775e51cbf
refs/heads/master
2023-09-04T00:46:47.954822
2017-08-09T13:23:03
2017-08-09T13:23:03
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,353
java
/** * This file is part of Aion-Lightning <aion-lightning.org>. * * Aion-Lightning is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any lat...
[ "falke34@a70f7278-c47d-401d-a0e4-c9401b7f63ed" ]
falke34@a70f7278-c47d-401d-a0e4-c9401b7f63ed
c4f8ef6d303f2bd95b584750db20735464f0d7c0
657f736d86e6439a2db87f18fe8bd9e1217a4182
/src/main/java/recuperatorio/ejercicio01/Practica.java
ee220c8e75a2c1ca19e046b204b556ab8f345154
[]
no_license
stuma/recuperatorio
ff9e4b5dbd56589688473e11ee1adae46c02215e
ef808a51c3dafede707c44265c9797886aa04ab7
refs/heads/master
2022-10-26T18:01:18.071313
2020-06-15T15:59:12
2020-06-15T15:59:12
null
0
0
null
null
null
null
UTF-8
Java
false
false
921
java
package recuperatorio.ejercicio01; public class Practica { private String descripcion; private long codigoNumerico; private float costoPractica; public Practica(String descripcion, long codigoNumerico, float costoPractica) { this.descripcion = descripcion; this.codigoNumerico = codigoN...
[ "seba.tuma@gmail.com" ]
seba.tuma@gmail.com
f0267ffbf091b279c11b8e3e8cf4b19ceb23abd2
7204abbbd6f9894b467855bf6684f9bb84fe2f4e
/sc-order/src/main/java/com/architect/feign/impl/DefaultUserServiceImpl.java
20fa8c931e7801d4233503c28cdb181078fc21ed
[]
no_license
WilliamJiaCN/springcloud
4310934b8049cb1512c5021a4a0f378dae102f4c
062ac7c109dcafb88f4d467f40ccf076b9ca66e8
refs/heads/master
2020-03-24T10:32:37.298574
2018-08-19T14:09:33
2018-08-19T14:09:33
142,659,709
0
0
null
null
null
null
UTF-8
Java
false
false
512
java
package com.architect.feign.impl; import com.architect.api.dto.User; import com.architect.feign.UserService; import org.springframework.stereotype.Service; import java.util.ArrayList; import java.util.List; /** * @author wenxiong.jia * @since 2018/8/8 */ @Service public class DefaultUserServiceImpl implements Use...
[ "jiawenxiong@newbeescm.com" ]
jiawenxiong@newbeescm.com
d078e6d8ae36e99fa364770acd1ab4b08477a914
ee4d32d5aa0c890f994850d8648297677dbf70b0
/app/src/main/java/com/decimals/stuhub/UploadActivity.java
f7ef87dba4533e8de898f536c615d1c35287fe9f
[]
no_license
SunilKeshri1998/StuHub
4a51ed38baaeb428ccf1dea5bd6e87ceb98bc8e5
5280b69c4d2d2579030576d6c9ddc7650b3dd4b1
refs/heads/master
2020-08-03T03:29:17.700731
2019-09-29T06:08:13
2019-09-29T06:08:13
211,612,060
0
0
null
null
null
null
UTF-8
Java
false
false
17,303
java
package com.decimals.stuhub; import android.content.Intent; import android.database.Cursor; import android.net.Uri; import android.os.Bundle; import android.provider.OpenableColumns; import android.support.annotation.NonNull; import android.support.v7.app.AppCompatActivity; import android.view.View; import android.vie...
[ "sukuke.nitjsr@gmail.com" ]
sukuke.nitjsr@gmail.com
692ebd252a7294dcf102dd2b09aecd2ff174c8ea
5ce000bf85d5859d6cb6f41c90803a7d8796c3e3
/src/practice05_4/Duck.java
9e53edaef1799166ac893fb438f8b11f85b91d3b
[]
no_license
percussion8/re-
c3365632fa9476d0244c16ba938bf86813b15eef
8dd006f7c86407a516730e1974b503dfffbdc67e
refs/heads/master
2022-12-04T07:11:42.081544
2020-08-12T02:24:06
2020-08-12T02:24:06
286,882,965
0
0
null
2020-08-12T01:08:31
2020-08-12T01:08:31
null
UTF-8
Java
false
false
180
java
package practice05_4; public class Duck implements Soundable { @Override public String sound() { // TODO Auto-generated method stub return "꽥꽥"; } }
[ "ms960315@gmail.com" ]
ms960315@gmail.com
16f5065f5579aff7f0f6e6e04f4da7c6f89fb6a1
c30d4f174a28aac495463f44b496811ee0c21265
/platform/vcs-api/src/com/intellij/util/ProducerConsumer.java
01a89140185361f42535a62456ad1f83aad7812a
[ "Apache-2.0" ]
permissive
sarvex/intellij-community
cbbf08642231783c5b46ef2d55a29441341a03b3
8b8c21f445550bd72662e159ae715e9d944ba140
refs/heads/master
2023-05-14T14:32:51.014859
2023-05-01T06:59:21
2023-05-01T06:59:21
32,571,446
0
0
Apache-2.0
2023-05-01T06:59:22
2015-03-20T08:16:17
Java
UTF-8
Java
false
false
3,381
java
/* * Copyright 2000-2011 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
[ "Irina.Chernushina@jetbrains.com" ]
Irina.Chernushina@jetbrains.com
bb34c5f4c0ca7c5545a40187fccbb1202130ffe4
fd4d52a73f6e5469554a40f43ff7bc1b072dbe99
/TwoSML/TwoSML.editor/src/Twosml/twosml/presentation/TwoSMLEditorPlugin.java
975dcb68d57d2892ee0b2249240aa6dc6728a93f
[]
no_license
leandroaf/2SVM-2SML
a217e457c1de5d686afb8139cde3f37209b450c9
3197fcdfe9e7c7725ed164b744cd94d654be4334
refs/heads/master
2020-04-29T13:07:29.680068
2019-03-17T21:25:44
2019-03-17T21:25:44
176,159,134
1
0
null
null
null
null
UTF-8
Java
false
false
1,833
java
/** */ package Twosml.twosml.presentation; import org.eclipse.emf.common.EMFPlugin; import org.eclipse.emf.common.ui.EclipseUIPlugin; import org.eclipse.emf.common.util.ResourceLocator; /** * This is the central singleton for the TwoSML editor plugin. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @genera...
[ "root@iMac-de-Leandro.local" ]
root@iMac-de-Leandro.local
9ef992b9735d990023c879eb9f73b559b3dacf0d
c0ebdbd2c8e5dd2f5a00ed625631e42145ea9e40
/src/com/company/Exircises/Exercise8.java
f737240d33be6a3759330bf921d14d8d2838a6df
[]
no_license
DorozhynskaNadiia/Java_Exercises
ffe626bcbf409d26e14219d7bb3f3ccd2ed3c946
26b93c9ce5173e82a0c81067dc06524a76843385
refs/heads/master
2021-05-02T16:11:53.588794
2018-04-21T17:57:14
2018-04-21T17:57:14
120,671,162
0
0
null
null
null
null
UTF-8
Java
false
false
491
java
package com.company.Exircises; import com.company.BaseExercise; public class Exercise8 extends BaseExercise { public static void Run() { String exerciseName = "Exercise8"; StartExercise(exerciseName); System.out.println(" J a v v a"); System.out.println(" J a a v ...
[ "dorozhynska.nadia@gmail.com" ]
dorozhynska.nadia@gmail.com
bf01301097af27df5cfa09ba196372366e498ff1
1201983ea3ed42014de85d9134f7174fe77f3f35
/yuicompressor-2.4.2/rhino1_6R7/src/org/yuimozilla/javascript/NativeDate.java
002464aa745bd71492c29d37c99ff52fb1919497
[ "BSD-3-Clause" ]
permissive
thegreatape/slim
f398175a2b0b6a39c0ab5103e8904c19591b5534
b188c1a0a10871d9654b41487050afe794e6d974
refs/heads/master
2016-09-05T17:02:01.575534
2009-08-07T14:53:54
2009-08-07T14:53:54
null
0
0
null
null
null
null
UTF-8
Java
false
false
56,086
java
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- * * ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0 * * 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 compliance with * the License. Yo...
[ "tmayfield@axiomsoftwareinc.com" ]
tmayfield@axiomsoftwareinc.com
41882fbd8ad62d48632081ec03b6876dce627bc4
54110d07679649a8e55dd37c88a9a7d9b634f155
/_teaching/csci132-fall-2022/lectures/ScoreboardDemo.java
e706e2cac423744d2052375a0143ef61f98f08e5
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
lgw2/lgw2.github.io
cee7f8571f2a81dda69f003a4b5ea577b3f10bf2
d7d6b1dc3f312f3ab42e3341d3b6af9f0df9e753
refs/heads/master
2023-08-16T20:01:37.950044
2023-08-10T19:35:10
2023-08-10T19:35:10
144,613,208
0
0
null
null
null
null
UTF-8
Java
false
false
481
java
package day16; public class ScoreboardDemo { public static void main(String[] args) { Scoreboard s = new Scoreboard(7); GameEntry n = new GameEntry("Mike", 1105); s.add(n); n = new GameEntry("Rob", 750); s.add(n); s.add(new GameEntry("Paul", 720)); s.add(new GameEntry("Anna", 660)); s.add...
[ "lgw2@uw.edu" ]
lgw2@uw.edu
d99c55ef9ca4fb2e27e3617bb47a2237c744b378
036112a9737e7e4e5d1384046da95f6498082138
/src/main/java/io/openmessaging/ACache.java
3084bfb619982c5c53366473098a0cc8560dc710
[]
no_license
zhouyu7373/mqrace2019
86b458e88e1b34a2d59d3d878d75203b72150729
d31fa90c50e5f012fad99c800e1cc9d829253e72
refs/heads/master
2023-08-20T09:27:54.693786
2019-09-06T01:41:58
2019-09-06T01:41:58
206,530,771
2
1
null
2023-08-15T17:40:50
2019-09-05T09:54:23
Java
UTF-8
Java
false
false
694
java
package io.openmessaging; import java.nio.ByteBuffer; public class ACache { private long startOffset; private long endOffset; public ByteBuffer byteBuffer ; public boolean indexInCache(long s, long e) { return s >= startOffset && e <= endOffset; } public void add(int size) { ...
[ "zhouyu7@jd.com" ]
zhouyu7@jd.com
6cc382ea440e6c6e626439c73869fa0dc622247b
5a311afb56c6bbfdafeb53636b6a09b3d7b424d4
/app/src/main/java/com/algonquincollege/hurdleg/planets/DetailActivity.java
bba804955eee20f69868d6b2b1ca375d62d68efa
[]
no_license
pate0304/Doors-Open-Ottawa
54d430a1733df49e4324d9a99f97d48acea7007f
5359c70ea68d6c4033662526b65df10daba0f00d
refs/heads/master
2021-06-21T12:17:21.073981
2021-03-12T02:01:40
2021-03-12T02:01:40
74,637,508
0
0
null
null
null
null
UTF-8
Java
false
false
6,396
java
package com.algonquincollege.hurdleg.planets; import android.content.Context; import android.content.Intent; import android.location.Address; import android.location.Geocoder; import android.net.ConnectivityManager; import android.net.NetworkInfo; import android.os.AsyncTask; import android.support.v4.app.FragmentActi...
[ "pate0304@algonquinlive.com" ]
pate0304@algonquinlive.com
8d78bc448bddf24a47168d17cb3b528d28f02156
bbd4bf35a6ef7a6356aca58cbcfcf6b4ece69f26
/app/src/main/java/by/aermakova/prettysip/logic/services/RebootReceiver.java
7f1b4a0435e8f164eaaf9910f2af91c074c04a05
[]
no_license
HannaYermakova/PrettySip
afb8b261bc4a200dde650653f9cef5ebb1a12485
c0103cd3d201a1fa138dbb2efef702023e523747
refs/heads/master
2022-11-19T04:23:55.289928
2020-07-22T22:17:11
2020-07-22T22:17:11
281,792,360
0
0
null
null
null
null
UTF-8
Java
false
false
1,654
java
package by.aermakova.prettysip.logic.services; import android.annotation.SuppressLint; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.os.Build; import android.util.Log; import by.aermakova.prettysip.linphoneApi.LinphoneService; /** * Handler o...
[ "hannayermakova@mail.ru" ]
hannayermakova@mail.ru
37f2940e03ff71e43d948c4b6560ab56a68a75ac
95749b13469db0e490a3751753e6cc3fa241a2db
/MishaSDK/src/main/java/com/nepolix/misha/android/sdk/task/handler/core/task/AsyncTask.java
c1d0685e85a83d1760995aa1fbb1490f60d3f36e
[ "Apache-2.0" ]
permissive
NEPOLIX/Misha-Android
c7feb4249ab0882fcf93bf48a83f53b340214b04
65a9c865fad0f200d3a7c065f9c816b5de067fc0
refs/heads/master
2020-03-10T11:49:24.384160
2018-04-13T22:58:57
2018-04-13T22:58:57
129,364,236
0
0
null
null
null
null
UTF-8
Java
false
false
2,636
java
/****************************************************************************** * Copyright © 2015-7532 NOX, Inc. [NEPOLIX]-(Behrooz Shahriari) * * All rights reserved. * * ...
[ "behrooz.shahriari@gmail.com" ]
behrooz.shahriari@gmail.com
8d84e80628a08e1ac8ce0a074ddfe2e37e58ff98
728b3526ee965ba1e4ccc4214c98f3f8132e2e8a
/Projects/AndroidHelloWorld/AndroidHelloWorld/obj/Debug/android/androidhelloworld/androidhelloworld/R.java
fb19f807a6b4c6513c407be9c649022c981e2718
[]
no_license
fccoul/Projects-VS-2013
273ec387a99733a54d5565e0c40d2e02b106f0bc
cc0e6ff62265ecfd3ac0a773dd9e991230a88b2b
refs/heads/master
2020-12-30T15:55:16.938215
2017-09-28T13:42:25
2017-09-28T13:42:25
91,188,246
0
0
null
null
null
null
UTF-8
Java
false
false
911
java
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * aapt tool from the resource data it found. It * should not be modified by hand. */ package androidhelloworld.androidhelloworld; public final class R { public static final class attr { } public static final cl...
[ "fccoul@gmail.com" ]
fccoul@gmail.com
5f972c2bbbcc77c16c09b47f376ebb4902d2c8cb
a82107723678b8f14edb913ba71fd3525e216d8f
/Assignment/src/Session4/SwapWithoutThird.java
4e49453af756ea883da70613e1f31761c6a916e6
[]
no_license
sameerKhan2/cdac
57a4b6b51206639120ff766de6cc89861f9cac77
c43e7810aaa0ba0063b8fc2dc36dff51c2bf9e8a
refs/heads/master
2022-12-31T15:50:44.132177
2020-10-18T08:40:21
2020-10-18T08:40:21
303,415,481
0
0
null
null
null
null
UTF-8
Java
false
false
534
java
package Session4; import java.util.Scanner; public class SwapWithoutThird { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("value of a"); Scanner sc=new Scanner(System.in); int a=sc.nextInt(); System.out.println("value of b"); int b=sc.nextInt(); ...
[ "samee@192.168.1.36" ]
samee@192.168.1.36
1cc78c84c072624973cfd3b98c33182f19a29993
757dcad52480368c450000546dcb85493f3267e1
/src/pakiet/GraModyfikacjaLiczbyGraczy.java
a0dcb4c08016ebbb8b1de7b9dc1fd6f35b160bd3
[]
no_license
tomekcm4/Gra-w-zgadywanie-liczby
201a6adf8ad1f214acd9d56a2b088786cbbbd878
91d18bbb9ce3f038d64109f67af12f14f3b103e2
refs/heads/master
2021-01-03T07:50:28.150266
2020-02-12T10:46:14
2020-02-12T10:46:14
239,988,570
0
0
null
null
null
null
UTF-8
Java
false
false
1,711
java
package pakiet; import java.util.Random; import java.util.Scanner; public class GraModyfikacjaLiczbyGraczy { public static void main(String[] args) { Random rand = new Random(); int los = rand.nextInt(11); int liczbaGraczy; Scanner scan7 = new Scanner(System.in); // zamknac Scanner scan = new Scanner(Sy...
[ "tomasz.mlynarski@hp.com" ]
tomasz.mlynarski@hp.com
823458761038f1716be764369c52351dedd1ebf2
681e048050aeb9c3d64194a43e56c21d94de6fa1
/FriendFinder_Android/src/de/tudresden/inf/rn/mobilis/friendfinder/MapActivity.java
ddba1aa394fc481d0fd0cb5e98a81bc72249354f
[]
no_license
mobilis/FriendFinder
1f4236b5aba1c6e23d800629eb0998d7a77b1e4e
5d44e28a11cfe1b98c7c0f27b6cae50f9175f50c
refs/heads/master
2021-01-10T20:04:03.310715
2013-11-27T09:11:19
2013-11-27T09:11:19
10,241,959
1
4
null
2013-11-27T09:11:20
2013-05-23T11:09:20
Java
UTF-8
Java
false
false
6,940
java
package de.tudresden.inf.rn.mobilis.friendfinder; import java.util.HashMap; import java.util.Map; import android.graphics.Color; import android.location.Location; import android.os.Bundle; import android.os.Handler; import android.os.Message; import android.support.v4.app.FragmentActivity; import android.widget.TextV...
[ "s0224854@mail.zih.tu-dresden.de" ]
s0224854@mail.zih.tu-dresden.de
e1794163b9cc68efa25b5b486b30d7afa998974d
76e88d086a61b7522c1c1b31688f9ae64196de95
/src/linkedList/ArrayListOrLinkedList.java
fba1d75965ff99e41ba635a1aecbd5cab9db7697
[]
no_license
Akshitha797/Sample
121e1c1330a1639ffac22e04e789c2cf37f40d64
dccb83cd7a88b20535fb0c398abcc0ea12cf5ec6
refs/heads/master
2020-04-23T02:26:22.810659
2019-02-26T05:44:46
2019-02-26T05:44:46
170,846,610
0
0
null
null
null
null
UTF-8
Java
false
false
837
java
package linkedList; import java.util.ArrayList; import java.util.LinkedList; public class ArrayListOrLinkedList { public static void main(String[] args) { LinkedList<Integer> ll=new LinkedList<Integer>(); for(int i=0;i<10e5;i++) ll.add(i); System.out.println("In progress......"); long start=System...
[ "akshithareddy797@gmail.com" ]
akshithareddy797@gmail.com
9aff5955ac0ddec9e3d44b58fff7cd1fd2d88427
74ae24d049cfcab4f477dde92367094890aec688
/services/project_service/src/java/main/com/topcoder/service/project/ProjectHasCompetitionsFault.java
65e2300383eeba3a13688b4a0cccc934a4d8244b
[]
no_license
appirio-tech/direct-app
8fa562f769db792eb244948f0d375604ac853ef1
002aa5e67064a85ed9752d651d86403b1268cf38
refs/heads/dev
2023-08-09T20:01:29.514463
2022-12-21T01:19:53
2022-12-21T01:19:53
23,885,120
21
78
null
2022-12-21T01:41:11
2014-09-10T17:49:11
Java
UTF-8
Java
false
false
1,148
java
/* * Copyright (C) 2008 TopCoder Inc., All Rights Reserved. */ package com.topcoder.service.project; /** * <p> * This exception is thrown to indicate the fault that a project to be deleted has competitions. * </p> * <p> * It extends <code>{@link ProjectServiceFault}</code> to get the functionality of error mess...
[ "hohosky@gmail.com" ]
hohosky@gmail.com
19e19ba780c39083af515a1e3dc7ff09eab579d3
cf662cf631376872ff8d3b0440a6bf0a8ccb6760
/src/main/java/com/ssm/crud/bean/Msgs.java
1ce1b9b550b4653fe2aab97d62b0effec6bec4aa
[]
no_license
Hongzenghong/SSM
5ef5efd8e4365c5d67ac9be219df107bfa45b2a2
60b19d6c6f33987080fb87e1ff2398fa1daccaaa
refs/heads/master
2020-04-01T22:40:40.191551
2018-10-19T07:59:33
2018-10-19T07:59:33
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,058
java
package com.ssm.crud.bean; import java.util.HashMap; import java.util.Map; public class Msgs { //状态码 100=成功 200=失败 private int code; //提示信息 private String msg; //用户要返回浏览器的数据 private Map<String,Object> extend=new HashMap<String,Object>(); public static Msgs success() { Msgs result=new Msgs(...
[ "531600648_glb@qq.com" ]
531600648_glb@qq.com
a99e2fd9c6e14f46b30bda69fdb9c9303c34b12d
69470007353a8d5e7dc4481b1aa105b705a4ad9c
/src/main/java/com/neo/entity/Car.java
f547c97ffc64a5d383879a5f613600e4eb796f65
[ "MIT" ]
permissive
qiuTowei/petmanage
602dd35a05e2a29ad96af275376c08cb72449794
d99c2dc9c1c4e536e86da5c39457d439c92bdc17
refs/heads/main
2023-03-11T15:36:57.137232
2021-02-24T03:03:13
2021-02-24T03:03:13
341,761,060
0
0
null
null
null
null
UTF-8
Java
false
false
2,469
java
package com.neo.entity; public class Car { private String carID; private String userID; private String freshID; private String freshName; private String freshSize; private String receiver; private String phone; private String address; private int freshPrice; private int count; ...
[ "qiuwei1991@yeah.net" ]
qiuwei1991@yeah.net
badc074161e972b77518b2ab473f10b1f499a60c
e7b1513756ab1094d705b36b3e86f19eb73dc549
/src/main/java/com/fish/business/controller/MediaController.java
cd4e923260db0842e1448fd3aeda9db5b6b2eb23
[]
no_license
1119537395/DigitalMediaMIS
5d810677dd6b61c11995cd19d069d1b767104652
10d07756a0f8f3c6bfab7717f1db2cb2b0e891b9
refs/heads/master
2023-05-04T09:37:44.111496
2021-05-04T14:53:52
2021-05-04T14:53:52
364,198,959
0
0
null
null
null
null
UTF-8
Java
false
false
3,727
java
package com.fish.business.controller; import com.fish.business.domain.Media; import com.fish.business.vo.MediaVo; import com.fish.system.controller.BaseController; import com.fish.system.utils.CommonReturnType; import com.fish.system.utils.DataGridView; import org.springframework.web.bind.annotation.RequestMapping; im...
[ "1119537395@qq.com" ]
1119537395@qq.com
4b3c0230e2bb8db60e2a25502c729a8b219fba1a
947deec330a934d02a2320df29d807777da034bb
/src/main/java/com/ewelina/recipes/RecipesApplication.java
0664172b320400a93729dd0819e93461c8771d22
[]
no_license
Damrocka89/recipes
40447ff91eeaba05cc39aa0cf60969042d8bba22
ef9c339e1b42a42ecd811c0ef1d58e768d8c2e53
refs/heads/master
2020-06-20T19:57:32.644224
2019-09-13T14:01:00
2019-09-13T14:01:00
197,229,821
0
0
null
null
null
null
UTF-8
Java
false
false
326
java
package com.ewelina.recipes; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class RecipesApplication { public static void main(String[] args) { SpringApplication.run(RecipesApplication.class, args); ...
[ "EW.KRASOWSKA@HOTMAIL.COM" ]
EW.KRASOWSKA@HOTMAIL.COM
28c94b86dbd35393d684c1ad4764372f746a1665
23d0cdff4ce29a601d5322c32d7cacae3939511d
/src/main/java/leetcode/singleton/Singleton2.java
9d838e1e57d4f8164983a6a25abd750a86d64b1f
[]
no_license
SunShineShine/leetcode
fdde8f6a337936f328eac9de5d749a334ccd0f71
0c3fe0a1df37ecb5ba085d753246a68c0c300bce
refs/heads/master
2022-04-27T16:59:36.473975
2022-04-13T12:37:09
2022-04-13T12:37:09
45,396,633
0
0
null
null
null
null
UTF-8
Java
false
false
323
java
package leetcode.singleton; /** * 静态内部类单例 */ public class Singleton2 { private Singleton2() { } public static Singleton2 getSingleTon() { return Inner.singleton2; } private static class Inner { private static final Singleton2 singleton2 = new Singleton2(); } }
[ "lixuelin43@163.com" ]
lixuelin43@163.com
d505e76ac7ce0755d3747652046a5e330c2d9014
c86e0c8f44f8f1a8cc42fe89156949cd3023d6fe
/jOOQ-test/src/org/jooq/test/_/testcases/LoaderTests.java
784c37a714156b58c0959b302d1ce69d4803edff
[ "BSD-3-Clause", "Apache-2.0" ]
permissive
delostilos/jOOQ
e1248ed09cc1e0f8d06298ee1c069cd509cc2791
d5439b468ac487813c5cb3b7be5d6a3fb9441cc7
refs/heads/master
2021-01-18T09:23:05.943682
2013-05-04T09:19:19
2013-05-04T09:19:19
null
0
0
null
null
null
null
UTF-8
Java
false
false
15,687
java
/** * Copyright (c) 2009-2013, Lukas Eder, lukas.eder@gmail.com * All rights reserved. * * This software is licensed to you under the Apache License, Version 2.0 * (the "License"); You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Redistribution and use in so...
[ "lukas.eder@gmail.com" ]
lukas.eder@gmail.com
6c391715118ca958332265782ef4578487b79b44
6e3680ecf69084d42dbde3a69ea6cec40a5fb925
/src/com/system/entity/FolderEntry.java
9e1a30493cfdbe4d3330c440f86e40ffab7bc85c
[]
no_license
MasonLuo918/File-System
4db95b7e66f8e814a83ac8120962a0575078eb72
e5c7b17f1340c91ad0fd19e86682717354317d76
refs/heads/master
2020-08-03T17:59:05.723798
2019-11-06T14:03:40
2019-11-06T14:03:40
211,836,333
0
2
null
2019-10-20T11:25:47
2019-09-30T10:36:48
Java
WINDOWS-1252
Java
false
false
897
java
package com.system.entity; import java.util.Arrays; // TODO ÎļþÖØÃüÃû public class FolderEntry extends Entry { public FolderEntry(){ } public FolderEntry(byte[] data){ name = new String(Arrays.copyOfRange(data, 0,3 )).trim(); setProperty(data[5]); startBlockIndex = data[6]; ...
[ "masonluo918@gmail.com" ]
masonluo918@gmail.com
8a70af06f559c40d8567be28d5ad6a82582ebfef
3c18b4ab3a20dab175dc48758835fb1a854a92c8
/src-advance/cpp/gdb/GdbMonitorAllConfigCreator.java
5c5d580bfe7d1a82ddf3f3e8e060d8367f363ab9
[ "Apache-2.0" ]
permissive
lta-disco-unimib-it/BCT
2c6bcf52894db8798d8ad14c7ebe066262dd22e4
1c7fcb52f42bae9f5169c94032ded919cb1c42c4
refs/heads/master
2020-08-24T16:32:03.904958
2019-10-22T20:30:10
2019-10-22T20:30:10
216,863,231
0
0
null
null
null
null
UTF-8
Java
false
false
1,821
java
/******************************************************************************* * Copyright 2019 Fabrizio Pastore, Leonardo Mariani * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the L...
[ "fabrizio.pastore@gmail.com" ]
fabrizio.pastore@gmail.com
4f438ba0e530483cb2da03fb7da776d1f61892dc
efabd68b0454bfd9549c1124abf659c90470d664
/src/datastructuresandalgorithmes/c07binarysearchtree/TreeNode.java
c9b9df705062b8993137165edd8fba400fb986ec
[]
no_license
obelinskyi/JavaCource
955951789b695ca9018b0b0f7deb5e98c27c2ea4
f1a5ea0e72d51706421c0873e5b99a686fd454b3
refs/heads/master
2020-07-01T01:51:52.754476
2019-10-21T19:21:35
2019-10-21T19:21:35
201,012,711
0
0
null
null
null
null
UTF-8
Java
false
false
1,690
java
package datastructuresandalgorithmes.c07binarysearchtree; import java.util.Objects; public class TreeNode { private Integer data; private TreeNode leftChild; private TreeNode rightChild; public TreeNode(Integer data) { this.data = data; } public TreeNode find(Integer data) { ...
[ "ext-oleksandr.belinskyi@here.com" ]
ext-oleksandr.belinskyi@here.com
93a8e2829a78853b5ad541f81ce7a5b6fae1dc9d
d7eae4cb9ee6c7812ee0740c405c22f4f80952ab
/src/com/facebook/buck/util/ProcessHelper.java
ad87848cbea8b8e08ec7e6f106003c907cd5340e
[ "Apache-2.0" ]
permissive
aarongable/buck
be499a9facd3527e4588e600ab5faae3e0893f02
e10e67feb4b481f3ef53236ad9f5cb964073fe0f
refs/heads/master
2021-01-11T00:28:22.198175
2016-10-10T21:04:44
2016-10-10T21:04:44
70,529,005
1
0
null
2016-10-10T21:09:11
2016-10-10T21:09:10
null
UTF-8
Java
false
false
5,398
java
/* * Copyright 2012-present Facebook, 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...
[ "facebook-github-bot-bot@fb.com" ]
facebook-github-bot-bot@fb.com
b44f52603abe73617cff67dc49468903b1484924
84fbe80f33ae1c2d34d93be5b041797ec8ca1078
/Calculator/app/src/main/java/com/master/ndavid/calculator/MainActivity.java
2b445abc59acbea8153effb436d2c7f40f90ce96
[ "MIT" ]
permissive
phndavid/calculator
e2abfa5c7f1e3a509442d5e55409f9314494d445
1552a38aeca21ce645465c454930a8b361701e41
refs/heads/master
2021-05-31T01:02:53.417110
2015-12-02T19:36:59
2015-12-02T19:36:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,662
java
package com.master.ndavid.calculator; import android.support.v7.app.ActionBarActivity; import android.os.Bundle; import android.util.Log; import android.view.Menu; import android.view.MenuItem; import android.view.View; import android.widget.EditText; import android.widget.TextView; import java.io.Console; public c...
[ "phndavid@gmail.com" ]
phndavid@gmail.com
df96fe7c119f6d7a07c8d1d7fd342e884831aa6c
e31054ef078330fa9f75576a82f5bb7bad1234a6
/stories/src/main/java/me/phum/runescape/stories/StoriesConfig.java
748608fdd186ccc1fa00778c9ad89106d0cc198f
[ "BSD-2-Clause", "LicenseRef-scancode-public-domain" ]
permissive
PatzHum/Runescape-Stories
f8dbbe33ad89c3d727030fd22a1b26fc15935bdb
37b9d9068089be01e349b08134da51c7abc10362
refs/heads/master
2023-01-23T07:48:57.056354
2020-11-26T05:32:49
2020-11-26T05:32:49
null
0
0
null
null
null
null
UTF-8
Java
false
false
433
java
package me.phum.runescape.stories; import net.runelite.client.config.Config; import net.runelite.client.config.ConfigGroup; import net.runelite.client.config.ConfigItem; @ConfigGroup("stories") public interface StoriesConfig extends Config { @ConfigItem( keyName = "greeting", name = "Welcome Greeting", descrip...
[ "patz.hum@gmail.com" ]
patz.hum@gmail.com
3ec595b325c36ed006a245d96dbae39758ae386f
e4c9109b0aeb8dd68dedba30d62bcc7e5055e6f0
/app/src/main/java/com/example/blockchain/LoginActivity.java
063e251c44611ed5437479ee32e08e2c4cb9bfc5
[]
no_license
sheridan0-1/Blockchain
570625fe8bfaa2abd7f3cd8205f56d5525526a70
33c0a27dcb3c4bfa7bab5391d111bbfdc8d8358f
refs/heads/master
2022-11-15T02:58:51.143396
2020-07-07T15:42:52
2020-07-07T15:42:52
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,168
java
package com.example.blockchain; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.EditText; import android.widget.TextView; import org.w3c.dom.Text; public class LoginActivity extend...
[ "buda0christ@gmail.com" ]
buda0christ@gmail.com
0cff0a4d46da4ab663c11df7bc3dfdd35c7fd4b6
20542169d10f4bbf1c5379c79948a1daddaedc60
/src/main/java/com/github/bartimaeusnek/bartworks/system/oregen/BW_WorldGenRoss128b.java
95a69f00b0028f101ccbe67b9ce6b296b7deaf1c
[ "MIT" ]
permissive
DarkShadow44/bartworks
a2c7d2388d2e08ccbd68625475998cff085d9ffb
4c8957f3b456d981cdcded36aba79002b8487a44
refs/heads/master
2020-05-19T07:30:35.007374
2019-04-28T20:14:43
2019-04-28T20:14:43
184,899,516
0
0
MIT
2019-05-04T13:38:06
2019-05-04T13:38:06
null
UTF-8
Java
false
false
4,864
java
/* * Copyright (c) 2019 bartimaeusnek * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publi...
[ "33183715+bartimaeusnek@users.noreply.github.com" ]
33183715+bartimaeusnek@users.noreply.github.com
99ff141faf8a401d93bbc4fd48f38af34e136268
2f4ef1e1a48dbe9084fd9fe91e6bb5acd35a1bec
/backend/java/interview/src/main/java/com/vinson/study/StringTest.java
b3a12d65a79f8b46be9047f650277e0eb9a36934
[]
no_license
vinsonxing/KM
c650d446221c27b4d5b4c8c2d2217a045dac0006
c4d525b1b35aea409660be779b1f19fa4aa781ab
refs/heads/master
2023-09-03T21:22:21.545734
2023-08-23T08:15:08
2023-08-23T08:15:08
45,591,006
0
0
null
null
null
null
UTF-8
Java
false
false
1,480
java
package com.vinson.study; /** * Created with IntelliJ IDEA. * User: qlu * Date: 6/13/14 * Time: 9:14 AM * To change this template use File | Settings | File Templates. */ //琚玣inal淇グ锛屽苟涓旈�氳繃甯搁噺琛ㄨ揪寮忓垵濮嬪寲鐨勫彉閲忥紝灏辨槸甯搁噺鍙橀噺 public class StringTest { public static void main(String[] args) { // String s = 1 + "2...
[ "vixing@cisco.com" ]
vixing@cisco.com
9a714d5488a1619b3c9d18757a018651246a026a
fc05322703594e40548f8e738449b9418efb7518
/src/main/java/lmdb/db/JdbcDataManager.java
2d7b182c55bef282352e9f258779b10d386cc8c6
[]
no_license
mauricioscastro/basex-lmdb
0028994871be99ec1f5d86738adfad18983d3046
bb8f32b800cb0f894c398c0019bc501196a1a801
refs/heads/master
2021-01-21T00:08:36.905964
2017-09-26T17:39:31
2017-09-26T17:39:31
41,042,448
1
1
null
2017-09-26T14:58:24
2015-08-19T15:24:11
Java
UTF-8
Java
false
false
2,118
java
package lmdb.db; import com.zaxxer.hikari.HikariConfig; import com.zaxxer.hikari.HikariDataSource; import lmdb.basex.LmdbQueryContext; import org.apache.log4j.Logger; import java.util.concurrent.ConcurrentHashMap; public class JdbcDataManager { private static final Logger logger = Logger.getLogger(JdbcDataManag...
[ "mauricioscastro@hotmail.com" ]
mauricioscastro@hotmail.com
22b996f4a1b7515fdd5545fdf6542b4b8fc97f3a
ff15a439695498922fe031de09677ab62b8eb907
/src/com/icss/entity/TUser.java
b299975bbbb8777a6e9db78560c6a7c43af1c493
[]
no_license
iiZhangJun/MovieTickOrder
3934920ed8c9f822a602ecccb5a7df9dd1336cc5
55ef482a849f92a768d6b73e97ff6b6fa63b78c9
refs/heads/master
2022-09-05T11:57:10.978322
2020-05-27T01:21:12
2020-05-27T02:09:10
267,187,128
0
0
null
null
null
null
UTF-8
Java
false
false
918
java
package com.icss.entity; public class TUser { private String uname; private String password; private int role; private String email; private String tel; private double account; public TUser() { this.role = 2; this.account = 500; } public String getUname() { return uname; } public void setUname(Str...
[ "zhangjun960725@stu.xjtu.edu.cn" ]
zhangjun960725@stu.xjtu.edu.cn
0771a2e5cf89479821f53971e6f59f30105dc6a1
f290b9b6ba4ce328bf3250942e80fa0922be4844
/src/Test/Car.java
e6248ecb28ff733f869f985171bf4c7511afeea6
[]
no_license
rafinrabbi/cse111theory
d5ef14f4e432aa40eb3f4f4e3c62343d476d3336
2376eff9c033c52de57add6707e0a045671e6dee
refs/heads/master
2022-03-16T02:59:57.550380
2019-12-16T05:17:34
2019-12-16T05:17:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
858
java
package Test; public class Car { public String carmaker; public String carmodel; // String count; public Car(String carmaker,String carmodel){ this.carmaker=carmaker; this.carmodel=carmodel; // count="z"; } public Car(String carmaker){ this.carmaker=carmaker; // ...
[ "Rawhatur" ]
Rawhatur
985091f103cf19926e0cdbca1f043baeed4ffad0
4818db1e60cd66a26e01aa16eda4198c602cb916
/src/com/company/Project.java
4d0209f2942d51bd6809de22ed3c9a0f3a7d0b81
[]
no_license
MyroslavShymon/visual-app-java
8bf8802df9b90dc990c2fd6cc6d201215e66e2cf
57c1e85a20c60fcd536ef42826e99d1a90697a78
refs/heads/main
2023-03-05T13:25:09.142592
2021-02-15T05:25:10
2021-02-15T05:25:10
338,975,459
0
0
null
null
null
null
UTF-8
Java
false
false
1,813
java
package com.company; import java.io.Serializable; import java.util.ArrayList; public class Project extends State implements Serializable { private String name; private String lang; private String date; private double cost; private ArrayList<Performer> performers = new ArrayList<>(); public Pr...
[ "myroslavshymon@gmail.com" ]
myroslavshymon@gmail.com
1cdbd65782e20bf612b4ca716e066f8f2cc65693
dc5139735bbd81db022cf75f1e27167a63405115
/src/poker/version_graphics/view/CardLabel.java
a95d0275958fa71cfa9528c44b95b6d4fafecb5d
[ "BSD-3-Clause" ]
permissive
sushhn/PokerGame
f378ceaa9566f1627ae02b9ef6874b549c5f3015
7f72142d634b886566473faae673ac8835778207
refs/heads/master
2020-08-23T12:51:23.195906
2019-10-21T19:28:06
2019-10-21T19:28:06
216,620,797
0
0
null
null
null
null
UTF-8
Java
false
false
969
java
package poker.version_graphics.view; import javafx.scene.control.Label; import javafx.scene.image.Image; import javafx.scene.image.ImageView; import poker.version_graphics.model.Card; public class CardLabel extends Label { public CardLabel() { super(); this.getStyleClass().add("card"); } public v...
[ "56350376+sushhn@users.noreply.github.com" ]
56350376+sushhn@users.noreply.github.com
6efb34a1bdf40165be43286c544e3aa723dbb9d9
8af1164bac943cef64e41bae312223c3c0e38114
/results-java/processing--processing/12bbf09d11a38bd8745a8693030578d7b6e87ffe/before/Sketch.java
d707389c306fb25d0c20d64a18f0d9aa9057ea54
[]
no_license
fracz/refactor-extractor
3ae45c97cc63f26d5cb8b92003b12f74cc9973a9
dd5e82bfcc376e74a99e18c2bf54c95676914272
refs/heads/master
2021-01-19T06:50:08.211003
2018-11-30T13:00:57
2018-11-30T13:00:57
87,353,478
0
0
null
null
null
null
UTF-8
Java
false
false
59,372
java
/* -*- mode: java; c-basic-offset: 2; indent-tabs-mode: nil -*- */ /* Part of the Processing project - http://processing.org Copyright (c) 2004-11 Ben Fry and Casey Reas Copyright (c) 2001-04 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify it under...
[ "fraczwojciech@gmail.com" ]
fraczwojciech@gmail.com
df7b969af227201fc134dcb9f4200806ace702a5
30f814cefe8fd6279cc7d60200b62a9066048dc2
/src/main/java/com/demo/service/assetService/AssetInterfaceImpl.java
ffa61042a392e3dfb148a1385a28c91d17f841f5
[]
no_license
aparajitahalder/Codefury
35f5332aa2c5a8309dc40e2d7082353dc2ec403b
cca4bc85a813811857b4df45c2f108c382807111
refs/heads/main
2023-08-03T13:18:26.464330
2021-09-24T11:37:34
2021-09-24T11:37:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,278
java
package com.demo.service.assetService; import java.sql.Date; import java.sql.SQLException; import java.util.List; import com.demo.beans.Asset; import com.demo.beans.User; import com.demo.dao.assetDao.AssetDaoIntf; import com.demo.dao.assetDao.AsssetDaoImpl; import com.demo.exceptions.assetExceptions.AssetNotFoundExc...
[ "shalinijha219999@gmail.com" ]
shalinijha219999@gmail.com
84faf41ae193bf6c93aa6334a8b711bbc8d55c0b
a43edc8a2141f525f0683260d63cf650b7a45da0
/src/handling/cashshop/handler/CSMenuItem.java
f036895b4967785a5fd7b299db2f1ef8eb69b8a1
[]
no_license
MapleSilver/Mushy
040fb25528fb31af582307a059425c9bf468e40d
141dc5d5e28b9461ae62211a46f42c50f182ed9f
refs/heads/master
2021-01-16T23:10:20.582674
2016-08-27T01:38:13
2016-08-27T01:38:13
66,689,916
3
2
null
2016-08-27T01:47:05
2016-08-27T01:47:05
null
UTF-8
Java
false
false
3,061
java
package handling.cashshop.handler; import java.sql.Connection; import java.sql.ResultSet; import java.sql.SQLException; import java.util.LinkedList; import java.util.List; import net.DatabaseConnection; import tools.HexTool; import tools.data.MaplePacketLittleEndianWriter; import tools.packet.PacketHelper; public cl...
[ "maxcloud18@hotmail.com" ]
maxcloud18@hotmail.com
8d3faa4a0d6d8668bc7ee93f697ed877d999c73c
2e65f6dd622efbcf26bf152d2d7358afaeb9dfd8
/ClusterBP/src/main/java/co/edu/usb/dataaccess/dao/RepositorioDAO.java
59587e3e607d248ad25c31ffc7cc8ce986830786
[]
no_license
FelipeValencia22/ClusterBP
9088d375bd161e74b0d8bd33532a16bc72eab338
6f0fbf1192f37e4f1e1fdcaa9bf9e68263aaaa4e
refs/heads/master
2021-01-13T11:52:02.915849
2017-05-28T01:00:11
2017-05-28T01:00:11
81,684,189
0
0
null
null
null
null
UTF-8
Java
false
false
1,712
java
package co.edu.usb.dataaccess.dao; import co.edu.usb.clusterbp.Repositorio; import co.edu.usb.dataaccess.api.HibernateDaoImpl; import org.hibernate.Query; import org.hibernate.SessionFactory; import org.hibernate.criterion.Example; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.sp...
[ "pipeavb225@hotmail.com" ]
pipeavb225@hotmail.com
afabe928b4f9b95f7ca99c9a397eba43f38b1449
1dd78b0a8cbbb371b1fba24239aeec3835c0ad63
/app/src/main/java/com/perkparking/model/place2Cal.java
809352a0761e6d3473f2e90492caadc39d3e12ba
[]
no_license
l2ol3otic/PerkParking_Update
d5b70d90078c251a1377bc1170545cc80de0a01c
03516554e11f358f7d4acfd7f143090e2f7299e2
refs/heads/master
2021-01-19T08:52:32.403319
2017-04-09T07:08:20
2017-04-09T07:08:20
87,689,807
0
0
null
null
null
null
UTF-8
Java
false
false
1,703
java
package com.perkparking.model; import android.provider.BaseColumns; /** * Created by l2ol3otic2 on 2/4/2560. */ public class place2Cal { //Database public static final String DATABASE_NAME = "parking_place.db"; public static final int DATABASE_VERSION = 2; public static final String TABLE = "place...
[ "l2ol3otic@gmail.com" ]
l2ol3otic@gmail.com
f0ece5ad2951d2c52d59150a09b8b1b460bb0dde
18ac5b462b647d97440ad1c9c1b80824b02600b5
/QuestionnaireFunky/src/questionnaire/TypeSaisieAll.java
8cb94639dee3af6610af1255e25c9708fd3e4b0c
[]
no_license
maxcleme/EmfaticEpsilonQuestionnaire
f570a968f12c8c9f8051625e243f7859649c2a26
aeb13dd3637c3e383a7e05ee142fbd9e620f863a
refs/heads/master
2021-01-10T07:25:28.620468
2015-10-13T14:58:04
2015-10-13T14:58:04
44,133,727
0
0
null
null
null
null
UTF-8
Java
false
false
406
java
/** */ package questionnaire; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Type Saisie All</b></em>'. * <!-- end-user-doc --> * * * @see questionnaire.QuestionnairePackage#getTypeSaisieAll() * @model annotation="gmf.node label='regex' label.text='[*]' label.readOnly='true'" * ...
[ "maxime.clement93@gmail.com" ]
maxime.clement93@gmail.com
1b11d50d2467a49bcc5de0b712116928957ba16e
43485990f142d7b5639d582b9f5d44b40df87e30
/src/gui/JanelaListaChamados.java
a417c9762b3af69407e62288a62118467ba9c6c1
[]
no_license
franquesfranca/HelpDesk
c012833d811f2ea472d7184499c866b48193ec25
705589d0d2fbd6488f78eab933a25568483e009f
refs/heads/master
2020-07-23T06:07:44.141653
2016-11-15T14:41:38
2016-11-15T14:41:38
73,813,959
0
0
null
null
null
null
UTF-8
Java
false
false
9,494
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package gui; import bd.ConnectorHelpDesk; import java.awt.Image; import java.awt.Toolkit; import java.net.URL; /** * * @author Assunção */ public class JanelaListaChamados extends javax.swing.JFrame { /** ...
[ "franquesfranca@gmail.com" ]
franquesfranca@gmail.com
86a7a6ceedefd3b9a1c48bd96a8b36b575ebacf6
3bfc3c04aa08b30c6a074004be434a6d4819955d
/lapr4-grupo-di-3/ConfigAPP/src/main/java/Aplicacao/LerEnvolventesFicheiroController.java
27012f8169f109c686dca9ce31c509c307161420
[]
no_license
Boalbasaur/riskAssessment
878db7a732927d745207643c0a9a59f12c21fc09
30de7983cef7c19ddfc7745ebe2c9554d407177e
refs/heads/master
2022-12-04T08:56:02.538090
2020-01-16T00:46:54
2020-01-16T00:46:54
234,201,625
0
0
null
2022-11-24T08:23:52
2020-01-16T00:36:54
Java
UTF-8
Java
false
false
1,491
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 Aplicacao; import Dominio.Envolvente; import Persistencia.EnvolventeRepositorio; import Persistencia.EnvolventeRepositorioJPAI...
[ "boalrolo@gmail.com" ]
boalrolo@gmail.com
8d17b4a5f16a917e63ffbe62a1d981c3c1649622
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/19/19_3b3438a24e33893035d2c602198d49ca13a35845/ArrayHandlingTest/19_3b3438a24e33893035d2c602198d49ca13a35845_ArrayHandlingTest_s.java
87b53ea6a0cac97a96ce9312665eb9f5a56056d4
[]
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
13,035
java
package com.laytonsmith.core.functions; import com.laytonsmith.abstraction.MCPlayer; import com.laytonsmith.core.Static; import com.laytonsmith.core.constructs.CArray; import com.laytonsmith.core.constructs.CInt; import com.laytonsmith.core.constructs.Construct; import com.laytonsmith.core.constructs.Targe...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
db04b3c149b4fafc0851c160d806115fc52da18f
6661c3c6a3093157d3c173e63642359b019c20c2
/app/src/main/java/com/mike4christ/travelmantics/DetailActivity.java
112d69b1e5a1f3abb17d6bddc8e3c076ac882945
[]
no_license
alumichael/Travelmantics
b35a7b797b992a9c29bd3b0a637c38ba41ff6d70
2d3ac2fbd68313f9f2658fb9be5dfb40334771e3
refs/heads/master
2020-06-30T00:42:49.589440
2019-08-05T14:22:29
2019-08-05T14:22:29
200,670,081
0
0
null
null
null
null
UTF-8
Java
false
false
2,149
java
package com.mike4christ.travelmantics; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.ImageView; import android.widget.LinearLayout; import android.widget.TextView; import androidx.appcompat.app.AppCompatActivity; import com.bumptech.glide.Glide; import com.b...
[ "alumichael9@gmail.com" ]
alumichael9@gmail.com
46de85f9db95f8d2c3dc2b44faca5b4cb3dd12b4
c36747eddc89423813a3ca68aca3f224e02ec26d
/src/main/java/project/filters/loginFilter.java
6ac30bd4efae6638fb1c9b57235f9592bfe03cc4
[]
no_license
mohanbabubb/bike-share
d4b3fea9dcfdd6abe486105d28271c60f42d02f9
ca3bcb5ae79db92693e0d19947516c82a4c9f957
refs/heads/master
2021-01-20T10:46:55.300066
2017-03-07T11:47:26
2017-03-07T11:47:26
83,938,020
0
0
null
null
null
null
UTF-8
Java
false
false
3,501
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 project.filters; import java.io.IOException; import javax.servlet.Filter; import javax.servlet.FilterChain; import javax.servle...
[ "mohanbabu.bb@gmail.com" ]
mohanbabu.bb@gmail.com
c0dad55aac41e4dacaf7f6f38de5cb97dc6c15f2
1f93c4842223d32536a35440b1909cb080ad0db6
/app/src/main/java/Adapter/NavigationDrawerAdapter.java
6935c683992b9e4796a0c115eee547a77a447be1
[]
no_license
skramakant/Affoo
9bbc8da9b9744e24dad8013a6b8f73c385f3cfa6
09695d4159cfc6a32dc5defbd98b755bb1693918
refs/heads/master
2021-01-17T13:26:07.898226
2016-09-25T18:05:02
2016-09-25T18:05:02
59,321,484
0
1
null
null
null
null
UTF-8
Java
false
false
7,314
java
package Adapter; import android.content.Context; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.LinearLayout; import android.widget.TextView; import com.affoo.affoo.R; i...
[ "ramakant.singh17@gmail.com" ]
ramakant.singh17@gmail.com
90a7965f3fe6fde8a13693f34b19fdd5dc7d9b6b
689cdf772da9f871beee7099ab21cd244005bfb2
/classes/com/d/a/c/bz.java
f74c3220a89b071088a704101073ec52891b0716
[]
no_license
waterwitness/dazhihui
9353fd5e22821cb5026921ce22d02ca53af381dc
ad1f5a966ddd92bc2ac8c886eb2060d20cf610b3
refs/heads/master
2020-05-29T08:54:50.751842
2016-10-08T08:09:46
2016-10-08T08:09:46
70,314,359
2
4
null
null
null
null
UTF-8
Java
false
false
4,892
java
package com.d.a.c; import android.text.TextUtils; import android.util.Base64; import com.d.a.a.a; import com.d.a.a.e; import com.d.a.a.h; import com.d.a.af; import com.d.a.ag; import com.d.a.ai; import com.d.a.bo; import com.d.a.q; import java.nio.ByteBuffer; import java.nio.LongBuffer; import java.security.MessageDig...
[ "1776098770@qq.com" ]
1776098770@qq.com
52b51563f8758e8c48a1dfb812a8ad169e56123b
b76ea5a254aa54cd355db31ffe2737cf9bd7fec8
/src/main/java/ru/javazen/telegram/bot/method/LeaveChat.java
fb8b6742e8c8a9bea7b0990979a2cb4f03cec5b6
[ "Apache-2.0" ]
permissive
asmal95/telegram-bot-meta
79fbc4532da438ca8d2eea5e2fcc74218e5e4600
1bc06a73777f37c458916cb3201212f83b33b423
refs/heads/master
2021-01-23T22:31:04.627584
2018-01-14T18:55:09
2018-01-14T18:55:09
102,939,563
0
0
null
null
null
null
UTF-8
Java
false
false
537
java
package ru.javazen.telegram.bot.method; public class LeaveChat implements ApiMethod { public static final String METHOD = "leaveChat"; private String chatId; @Override public String getMethod() { return METHOD; } public String getChatId() { return chatId; } public v...
[ "asmal95@mail.ru" ]
asmal95@mail.ru
1d1dd70fda635172a46f129a127ebf23b866b3b6
8f0abd2d36d526a2b56ce468a9a74817ae753680
/src/Problem25/Node.java
c9d758ad80b081ae0746427a8953161b326152b3
[]
no_license
HuoShaoFeng/Algorithm01AimAtOffer
d191aa964251e3b22034c1a21e23e5926d9e0f2d
794b6e36b45a14e7153b3e0dcac63385cf4290f4
refs/heads/master
2021-09-10T11:04:34.256618
2018-03-25T04:12:46
2018-03-25T04:12:46
115,780,927
0
0
null
null
null
null
UTF-8
Java
false
false
128
java
package Problem25; public class Node { Node next = null; int data; public Node(int data){ this.data = data; } }
[ "huo_shao_feng@163.com" ]
huo_shao_feng@163.com
83d4abe5f965bfd964543e487470e68434f5990f
bf78fd0a90b084cd80e91fc3daf2644cbca9e894
/src/main/java/com/daleb/backend/api/rest/services/impl/ProductoServiceImpl.java
60571bbbffec5d2f162e6f43227896536aa03a9d
[]
no_license
Daleb015/clientes-backend-pub
7e3d2e5aef5e8598da8ea9713c54efd8d3ec01df
2e61653b82f769d7e5c991f9f9122b6809aed0b5
refs/heads/master
2023-01-20T13:16:21.906273
2020-11-29T01:16:42
2020-11-29T01:16:42
316,833,040
0
0
null
null
null
null
UTF-8
Java
false
false
732
java
package com.daleb.backend.api.rest.services.impl; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import com.daleb.backend.api.rest.models.Producto; import com.daleb.b...
[ "daleb015@gmail.com" ]
daleb015@gmail.com
461523e6e0265010f9275d537934d8440a1d0656
cc2f81c5763bb588bba9f62c7474b87d37dd2647
/library/src/main/java/com/jaychang/npc/CropperActivity.java
ba75c5e9cb8e461a95ed9a263e19a07d4533aa3e
[]
no_license
jaychang0917/nPhotoCropper
59cd00a9b52305ce6db8adeebeb0abe6efef1e76
42c7e0a6872fda112c6b520e14c0be1177efc974
refs/heads/master
2021-01-17T15:47:42.916793
2018-06-03T07:15:35
2018-06-03T07:16:54
69,794,464
1
0
null
2018-06-03T07:16:55
2016-10-02T11:48:39
Java
UTF-8
Java
false
false
5,197
java
package com.jaychang.npc; import android.content.Intent; import android.graphics.Bitmap; import android.net.Uri; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.Toolbar; import android.view.Menu; import android.view....
[ "jay.chang@redso.com.hk" ]
jay.chang@redso.com.hk
5fb8fa909ccc64854d3779d13081ab0f0d7d6556
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/3/3_c82546db8cf2ab0dbe55947d66a26499749f44c3/GameState/3_c82546db8cf2ab0dbe55947d66a26499749f44c3_GameState_s.java
b1d4b8fb5d6a372468e690030938a6ec36e041fa
[]
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
9,062
java
package state; import helper.LevelHelper; import java.awt.Dimension; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.util.ArrayList; import java.util.List; import org.newdawn.slick.Color; import org.newdawn.slick.GameContainer; import org.newdawn.slick.Graphics; imp...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
8367c8a5b3e7ea99c76512b88f42b92cf25cdee4
4d6f449339b36b8d4c25d8772212bf6cd339f087
/netreflected/src/Framework/System.Core,Version=4.0.0.0,Culture=neutral,PublicKeyToken=b77a5c561934e089/system/security/cryptography/ECDsaCng.java
5b567a3a26d09b5fd7f3859ba33fb81b8b856d41
[ "MIT" ]
permissive
lvyitian/JCOReflector
299a64550394db3e663567efc6e1996754f6946e
7e420dca504090b817c2fe208e4649804df1c3e1
refs/heads/master
2022-12-07T21:13:06.208025
2020-08-28T09:49:29
2020-08-28T09:49:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
36,493
java
/* * MIT License * * Copyright (c) 2020 MASES s.r.l. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, cop...
[ "mario.mastrodicasa@masesgroup.com" ]
mario.mastrodicasa@masesgroup.com
a8598dffb3ce24ba175856a25b4fe68122778fe2
9877d312836637564fb06df870bf87d87f8ad3cb
/src/main/java/com/africaapps/league/model/league/Statistic.java
c888cba720bd52370025bd909a79bdafcf9b469b
[]
no_license
aislingvasey/league
9a0f61df1ef2fbb12e7162690ec6c49eb0848697
bb3d567c500087b2ef46c950c1924932b378ba03
refs/heads/master
2021-01-19T15:01:41.021664
2013-09-15T08:06:42
2013-09-15T08:06:42
10,145,033
1
0
null
null
null
null
UTF-8
Java
false
false
3,100
java
package com.africaapps.league.model.league; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.EnumType; import javax.persistence.Enumerated; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.J...
[ "aislingvasey@gmail.com" ]
aislingvasey@gmail.com
aedf5d4753a097a3367aa7745cc975dfe98c0ebb
e51250c325d009e042596c7310a76a4818c8555e
/ptrace-for-android-master/MyListView/app/src/main/java/com/example/krishna/mylistview/Parser.java
24c519b77457f2534d3b678d24b2b990ab091d5a
[]
no_license
Greensue/Android-hook
ac2d480a9a13ae0aa1be8733c90b18309c9ecd80
220ecb892fa17d12d1c3ddb8a4e46a9eec99940d
refs/heads/master
2020-12-23T15:21:34.375168
2017-05-27T07:33:24
2017-05-27T07:33:24
92,562,455
3
2
null
null
null
null
UTF-8
Java
false
false
5,401
java
package com.example.krishna.mylistview; import android.os.Message; import android.util.Log; import java.io.BufferedReader; import java.io.IOException; import java.net.URLConnection; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import android.os.Handler; public class Parser { pub...
[ "1719837353@qq.com" ]
1719837353@qq.com
3aa2380fcc909642cacfdccc440ee719c2d518a0
b051d8e23a8fe81b7ee4464f6d827a5ef396cf35
/pc-leyou/leyou-item/leyou-interface/src/main/java/com/leyou/entity/SpuVo.java
664dd14d0c01e3c34f0795016e7fcd4e7aaf0b47
[]
no_license
guoliwei220/leyou
71e6daa931ecbee7cef01473f6bfe219f58422d4
e44a07bead11e21034a46b5d82ca5e501b7358f9
refs/heads/master
2020-05-15T11:36:22.486980
2019-05-21T07:59:00
2019-05-21T07:59:00
182,236,627
0
0
null
null
null
null
UTF-8
Java
false
false
391
java
package com.leyou.entity; import lombok.Data; import java.util.Date; @Data public class SpuVo { private Long id; private String title; private String subTitle; private Long cid1; private Long cid2; private Long cid3; private Long brandId; private Long saleable; private Dat...
[ "782012972@qq.com" ]
782012972@qq.com