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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
fb1b2d27f3eb90a6918b0e75432b8db7ecc86a3d | 8b495f291c998c4f88d62c7d99faaf26729f0e06 | /BDCRJ/20154816395wangzepingBDCRJ/app/src/main/java/com/example/wero/a1_20154816395/mvp/IView.java | d50213260b1f989a4f88209bfab6dfaf6a011151 | [] | no_license | wumingTiger/danci | 2f4df0c1fcbb665ba54089af077e79e323542440 | 527157ee88df4548a81baa0e19e67c678da9a622 | refs/heads/master | 2020-08-27T22:17:28.842785 | 2019-12-05T05:45:16 | 2019-12-05T05:45:16 | 217,502,913 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 302 | java | package com.example.wero.a1_20154816395.mvp;
/**
* Created by wero on 18-4-24.
* v层的base
* mvp, v
* 外部层提供统一调用的规范
*/
public interface IView {
/**
* 显示登录进度
*/
void showProgress();
/**
* 隐藏
*/
void hideProgress();
}
| [
"414617578@qq.com"
] | 414617578@qq.com |
c2fcaf20e9819cf9fb2826b5efe303590dd643fd | daea1f5b7eb738ddb03cda63d3119d329b5abf8f | /android/app/src/main/java/com/janna/MainApplication.java | 661a86333276c2b5b0feb40742d69c094a5d73dc | [] | no_license | LimCharles/Janna | 3e0c39ee5f0dc9866a03d83efd63f34e284b1e2e | a7b83299e3d13e4a399493694f6f7aa2fc9629f5 | refs/heads/master | 2023-04-02T13:27:57.864209 | 2021-04-10T08:52:21 | 2021-04-10T08:52:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,769 | java | package com.janna;
import android.app.Application;
import android.content.Context;
import android.net.Uri;
import com.facebook.react.PackageList;
import com.facebook.react.ReactApplication;
import com.facebook.react.ReactInstanceManager;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackag... | [
"charles.andrew.lim@ateneo.obf.edu"
] | charles.andrew.lim@ateneo.obf.edu |
318c8170ad91ca87aa3a9267fe69398ed9bb06d4 | 3d521ab5e3207241877d54e387632fc0d2055e7b | /ch13_ex1_NameParser/src/Console.java | bd614c25e50e06d543d461434e9f1db9254e8b84 | [] | no_license | Jeff-Peters513/java_instruction | ea8f78641d7d0076558b78dde87e241564339e8c | 8886bbf6af05addb9a20bc4a13218ede6faba617 | refs/heads/master | 2022-03-31T20:31:01.742989 | 2022-03-30T19:49:24 | 2022-03-30T19:49:24 | 249,800,330 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,292 | java |
import java.util.Scanner;
public class Console {
private static Scanner sc = new Scanner(System.in);
public static String getString(String prompt) {
return getString(prompt, false);
}
public static String getString(String prompt, boolean isRequired) {
String s = "";
... | [
"petersjeff288@gmail.com"
] | petersjeff288@gmail.com |
184d73a3a3ccb7fa9354195f02d4972b86bf39bd | 3e97d2d3d0088588e3f78caea769511597516299 | /src/com/zlx/nyoj/e144.java | fdfeedac02a5e31296cb3513925fc3353c47ef4e | [] | no_license | zoulux/JudgeOnline | 631042d4bd5cde70e9f7f056893a9c6d1fe1b768 | 1b3a8c921979ef2ae1483f28aac901bf9b6328ce | refs/heads/master | 2021-01-18T13:48:57.795824 | 2015-05-18T00:24:03 | 2015-05-18T00:24:03 | 32,773,208 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 655 | java | package com.zlx.nyoj;
import java.util.Scanner;
public class e144 {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner cin = new Scanner(System.in);
int T = cin.nextInt();
while (T-- > 0) {
int a = cin.nextInt();
int b = cin.nextInt();
int n = cin.nextInt... | [
"zoulux@126.com"
] | zoulux@126.com |
e7aaa4ef934ea1fc0fa2fab6f305f43f86c65ed8 | 5d19e46b8d7dc80a5885752ff424693bf6a7fa57 | /warn-master/src/main/java/com/warn/service/impl/AlarmServiceImpl.java | bd7e0dc6ca50180b635757695fabfe1decf1944f | [] | no_license | typeyuki/warn-smart | ee989084e6db2b90d34e5d6a3d099144f94fd41c | 679f308c10af288c54902c4ed1305b83abe464eb | refs/heads/master | 2020-04-17T17:49:48.183600 | 2019-01-21T11:10:15 | 2019-01-21T11:10:15 | 166,800,510 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,750 | java | package com.warn.service.impl;
import com.warn.controller.SystemController;
import com.warn.dao.BedDao;
import com.warn.dao.DataDao;
import com.warn.dao.ThresholdDao;
import com.warn.dao.WarnHistoryDao;
import com.warn.dto.*;
import com.warn.dwr.Remote;
import com.warn.entity.*;
import com.warn.exception.Nul... | [
"1462878291@qq.com"
] | 1462878291@qq.com |
068aa324ee33cbf4dbcd66bf340d100b92464008 | cbaa4dc61f1e58406a9b0588f992ce860fd1e947 | /src/fr/kohen/alexandre/framework/components/VisualComponent.java | ad36418acfeb6a79cb9d4c04fbe43ca02778952c | [] | no_license | akohen/Merkurius | 4880507ee7062dc163873645d4bbea44218fdc48 | 949bf3587a7826c6395da5ffcfdf89aab8e1b3fe | refs/heads/master | 2021-01-22T11:38:36.982500 | 2013-06-22T20:54:09 | 2013-06-22T20:54:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 391 | java | package fr.kohen.alexandre.framework.components;
import com.artemis.Component;
/**
* Holds the visual representation of the entity
* @author Alexandre
*
*/
public class VisualComponent extends Component {
public String type = "";
public String currentAnimationName = "";
public float stateTime = 0... | [
"alexandre@kohen.fr"
] | alexandre@kohen.fr |
848d278c6bd476b454df72d708ec5a156b5caa79 | e2692758f9d529d2ce0fbf23f9ac45af307492b3 | /src/main/java/com/supyuan/mkd/common/MSessionUser.java | 53bec3d3436149a394d6eccd76e006869845f9c2 | [] | no_license | dingfei2018/anfapc | 63b119c640ed43b506fcd90d7fe18b268347b489 | c72af000b4f063d52fa57fabf31d4b58d690ba6a | refs/heads/master | 2020-03-16T01:19:24.052505 | 2018-08-01T11:38:35 | 2018-08-01T11:38:35 | 132,437,230 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,364 | java | package com.supyuan.mkd.common;
import java.util.List;
import java.util.Map;
import java.util.Set;
/**
* 手机用户信息
* @author liangxp
*
* Date:2018年1月30日上午11:56:04
*
* @email liangxp@anfawuliu.com
*/
public class MSessionUser {
private int userId;
private String mobile;
private String password;
privat... | [
"191154120@qq.com"
] | 191154120@qq.com |
179863b1b21bd9026441da79441312673f498115 | 4aef2cee827dc4f291664ab5bf306d5bb54fea00 | /com.github.ipaas.ifw/com.github.ipaas.ifw.component/src/test/java/com/github/ipaas/ifw/test/_TestZeroOperationsNC.java | 362a8415564f39e3a32c13ae4073023c73b56fbc | [
"Apache-2.0"
] | permissive | harrywu304/ipaas | ea49567841e66b46ad2b563204ca005efd8e9fcf | 549295a703fa7c56654ab841f3c94e076a71b294 | refs/heads/master | 2020-06-09T18:19:35.707224 | 2015-11-04T14:32:05 | 2015-11-04T14:32:05 | 44,369,318 | 1 | 4 | null | null | null | null | UTF-8 | Java | false | false | 476 | java | // **********************************************************************
//
// Copyright (c) 2003-2009 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
//
// ***************************************************... | [
"280420640@qq.com"
] | 280420640@qq.com |
7ff53fbfaddf226e1b2e185dc49aca377da78e46 | c0eeef213a8cee03f69b260cbd00c2bd9bd62c00 | /src/main/java/com/musichubappfront/Dto/YTIdDto.java | 3a95270a31f3f2601bac5456673721fae5c274ee | [] | no_license | Maria-Zurakowska/Music-Hub-App-Front | 3a3b9f1652662b3852d0fa74e9def9b4a4096331 | fdc89930b9a95b1a5b4f782a0d1fa0741ee46c64 | refs/heads/master | 2022-12-30T16:17:34.724730 | 2020-10-08T11:16:08 | 2020-10-08T11:16:08 | 289,688,425 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 305 | java | package com.musichubappfront.Dto;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import lombok.Getter;
import lombok.NoArgsConstructor;
@Getter
@NoArgsConstructor
@JsonIgnoreProperties(ignoreUnknown = true)
public class YTIdDto {
private String kind;
private String channelId;
}
| [
"maria.zurakowska@gmail.com"
] | maria.zurakowska@gmail.com |
be6e6e79370cc1afcd41b2f7ade613e7946a0a77 | 751dc8a22f8452a723de0a966d664e6c6ab56ea7 | /src/Inicio.java | c62b48ad6d06d758fb1088518ce80db38dd11474 | [] | no_license | rohusemer/Base_Datos | abebd64fd0afa06294db14fd3022baaca1c75a90 | 780753ebe9b8abf089d9f73e00b900f52a543491 | refs/heads/main | 2023-03-25T21:59:25.009618 | 2021-03-23T18:47:52 | 2021-03-23T18:47:52 | 350,818,815 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,086 | java |
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import java.sql.Connection;
import javax.swing.JFrame;
import javax.swing.JOptionPane;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the te... | [
"ronhuseg@espol.edu.ec"
] | ronhuseg@espol.edu.ec |
ca34342690320f9504cd1c95893be5b3c5d18bf0 | 52687cb447d4bda3f63a03fb1c9f45419a7cd3ba | /gym/src/com/vooda/frame/entity/Vuser.java | bfde83c4e14e2cec41e3f194fc85df6e4816610a | [] | no_license | simplezpw/gym | f9301b674a6b80e9ad48e5a75d4ce4d0c28ed083 | 1307dfb5e2e6c1877eeeac8e8eead33643308683 | refs/heads/master | 2021-04-09T15:15:31.501135 | 2018-03-16T12:03:11 | 2018-03-16T12:03:11 | 125,509,724 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 446 | java | package com.vooda.frame.entity;
public class Vuser {
private String id;
private String name;
private String account;
public String getId() {
return id;
}
public void setId(String id) {
this.id = id;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
... | [
"simplezpw@163.com"
] | simplezpw@163.com |
037892d65974081536330fffe3abbae9cd435791 | 07364001f6094058af3c41332d9acd1208d9ff8f | /codility-solutions/src/main/java/ru/roman/task/pramp/ValidateIpAddress.java | e41263e43ce01f34e81710c05f41b327bd4d4d99 | [] | no_license | rrrrrr111/codility-examples | bb1b1937eb5197c15d758a97cf2d487ee93d1807 | 52213a0ee713c88cc7629054409c12c0ef5de17a | refs/heads/master | 2020-04-15T13:53:14.572174 | 2019-06-28T22:05:45 | 2019-06-28T22:05:45 | 164,735,051 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,105 | java | package ru.roman.task.pramp;
/**
* Validate IP Address
* Validate an IP address (IPv4). An address is valid if and only if it is in the form "X.X.X.X", where each X is a number from 0 to 255.
* <p>
* For example, "12.34.5.6", "0.23.25.0", and "255.255.255.255" are valid IP addresses, while "12.34.56.oops", "1.2.3.... | [
"RIChurganov.SBT@sberbank.ru"
] | RIChurganov.SBT@sberbank.ru |
0169ecb6ba6d43c1623fed90607dfa108ea910f0 | cd2a1e1a5857fc7f272e48210161efb9e0722904 | /jboard2/src/kr/co/jboard2/controller/CommandAction.java | 1871723716e65915eb894e2f038bc734c88b5bf5 | [] | no_license | heeglee/jspboard | 5958db90d4ae38ec347609933ba1419a7aebcb3c | 120ce85cf460c7f537f2d5eb17bf8aff8bc41a78 | refs/heads/master | 2020-04-10T20:30:41.327155 | 2018-12-26T01:44:29 | 2018-12-26T01:44:29 | 161,270,122 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 263 | java | package kr.co.jboard2.controller;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
public interface CommandAction {
public String requestProc(HttpServletRequest request, HttpServletResponse response);
}
| [
"heega@DESKTOP-0O56IMB"
] | heega@DESKTOP-0O56IMB |
694d1c67e7a474ad949045ef6be12e10da3cfe21 | 17a55cf7d73d9b17ea308a260f743a4c6aa49270 | /atsys/src/main/java/utils/DaoConnection.java | 0ef3e3eb2d212edd3c42f1db11c359f06f7826f8 | [] | no_license | daesmondid/Atsys | 70b7dc54a85b319c0a56d6d1d6f4257dd3efe700 | 4fb60e11c44e187edb3b7c0951293d7064e5747c | refs/heads/master | 2020-07-01T21:58:11.132052 | 2016-11-30T22:44:38 | 2016-11-30T22:44:38 | 74,253,345 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,443 | java | package utils;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.Statement;
public class DaoConnection {
protected Connection connect = null;
protected Statement statement = null;
protected ResultSet resultSet = null;
final protected String xhost = "188.166.... | [
"me@leonardokurnia.com"
] | me@leonardokurnia.com |
8ceb43340880fac943e7a7717868422fee06ade8 | cb7a3c9719c48815e6ca330877b5264701859792 | /springTest01/src/test/java/leetcode/RomanToInt.java | 917f410d174d5c6171da2705ddadfad2930e0cc1 | [] | no_license | Eason-Yin/springTest | 5caf756f179406a215255da5bdd7c644df5841b3 | 2bbe3a6a931fdd37bcf71f9f367d93e4ebb1af68 | refs/heads/master | 2023-03-27T17:32:03.904857 | 2021-03-25T08:13:37 | 2021-03-25T08:13:37 | 346,362,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 899 | java | package leetcode;
public class RomanToInt {
public static int romanToInt(String s){
int sum = 0;
int preNum = getValue(s.charAt(0));
for (int i = 1;i < s.length();i++){
int num = getValue(s.charAt(i));
if(preNum < num){
sum -= preNum;
}els... | [
"949220407@qq.com"
] | 949220407@qq.com |
d05e5f2d92577e63e2e5bf1c3f72a60ac3d04a94 | 94b1bfd054a78b8a1d52361d561408dead0f2425 | /src/main/java/com/mdzy/xqbadmin/modules/api/action/CollectionActionApi.java | bfff3e8cd73541d8d1b8d3c18626e4ee3042aa4f | [] | no_license | cymhh123/xqb_admim | 6ed502f1579c0bb2e86b7aff55877a2cbf466d93 | a7fb22b76b96d23ea2422cbe4af506cf5a0f3144 | refs/heads/master | 2021-01-11T00:10:27.730836 | 2016-10-19T02:43:40 | 2016-10-19T02:43:40 | 70,564,070 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,107 | java | package com.mdzy.xqbadmin.modules.api.action;
import com.github.pagehelper.PageInfo;
import com.mdzy.xqbadmin.common.exception.ServiceException;
import com.mdzy.xqbadmin.common.utils.StringUtils;
import com.mdzy.xqbadmin.modules.sys.action.BaseController;
import com.mdzy.xqbadmin.modules.sys.entity.ExecuteBean;
import... | [
"1045093841@qq.com"
] | 1045093841@qq.com |
c9fd43728b97b9d5f770a24e6065b22d9f23c653 | 84039ffe6c4c285d27bb77e9d9c68dadc75012b5 | /AndroidFirst/app/src/test/java/vn/msf/dinhlap/appandroid/ExampleUnitTest.java | f9ac5e4cce862fca3f502c433582c93b4fe94069 | [] | no_license | dinhlap/mvcasp | 22fbc3d7749fa797284dc4559610db11264f3c05 | afef823ee91f1b0f2791b5f30705aef97a5fab03 | refs/heads/master | 2020-03-11T19:10:09.266817 | 2018-05-20T05:44:33 | 2018-05-20T05:44:33 | 130,199,315 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 386 | java | package vn.msf.dinhlap.appandroid;
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 v... | [
"tom@arrowhitech.com"
] | tom@arrowhitech.com |
d40b6a1c39916e6244fd8eb956cb444316896f8c | dff36e9d7bc5df3bb6e7c18276d68b8f8991f666 | /src/main/test/com/sheby/oddOrEvenTest.java | fc7043b32510772716cfde155b118f18ed8257d5 | [] | no_license | ShebyBabu/Java-TestingSet-PE01 | b2d41c2fd2d5f803eb31ff1fb1be5feaf3f7ef77 | ea8c1412e9190a5441a9bc961be93ae059825e4e | refs/heads/master | 2020-05-17T22:35:29.459810 | 2019-04-29T05:38:34 | 2019-04-29T05:38:34 | 184,006,320 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,075 | java | package com.sheby;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.*;
public class oddOrEvenTest {
private oddOrEven oddEven;
@Before
public void setUp() throws Exception {
oddEven = new oddOrEven(25);
//System.out.println("This test... | [
"shebymbabu@gmail.com"
] | shebymbabu@gmail.com |
fb7031b0ee7af90b9630b3e4feafbf70ded91e83 | a3e110e3936c8bebde78ea35e2b157ca531943e1 | /src/main/java/com/cjt/concurrency3/MyTest4.java | 63b4ec8cdf76ee9e98f4e59e1931b3b8f587a19e | [] | no_license | cjt281570985/java_concurrency | 13e2ae4979bbeb334008a55d7b9f3f18c5b4b989 | fd38eceece87d8828d6afa14e153f6bb6fc6fd8b | refs/heads/master | 2023-07-06T20:51:29.454081 | 2023-06-29T04:12:34 | 2023-06-29T04:12:34 | 229,276,347 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 979 | java | package com.cjt.concurrency3;
/**
* 编译器对于锁的优化措施:
*
* 锁消除技术
* JIT编译器(Just In Time编译器)可以在动态编译同步代码时,使用一种叫做逃逸分析的技术,来通过该项技术判别程序中所使用
* 的锁对象是否只被一个线程所使用,而没有散布到其他线程当中;如果情况就是这样的话,那么JIT编辑器在编译这个同步代码时就
* 不会生成synchronized关键字所标识的锁的申请与释放机器码,从而消除了锁的使用流程。
*/
public class MyTest4 {
//若将此行移到方法内有何差别
//private Object object... | [
"30748047+cjt281570985@users.noreply.github.com"
] | 30748047+cjt281570985@users.noreply.github.com |
789ab8f2e200410b6bb354dc28c0d752401bee20 | 7dbbe21b902fe362701d53714a6a736d86c451d7 | /BzenStudio-5.6/Source/com/zend/ide/m/bc.java | f0cca978cc39d6475831e47b25d2b08e5b0e5f2d | [] | no_license | HS-matty/dev | 51a53b4fd03ae01981549149433d5091462c65d0 | 576499588e47e01967f0c69cbac238065062da9b | refs/heads/master | 2022-05-05T18:32:24.148716 | 2022-03-20T16:55:28 | 2022-03-20T16:55:28 | 196,147,486 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 502 | java | package com.zend.ide.m;
import com.zend.ide.b.m;
import java.io.Serializable;
public class bc
implements Serializable
{
private String a;
private m b;
public bc(String paramString, m paramm)
{
this.a = paramString;
this.b = paramm;
}
public String c()
{
return this.a;
}
public m b()... | [
"byqdes@gmail.com"
] | byqdes@gmail.com |
d9122c9f52ae867b5c82973b3be0300df2a4830c | 2011e67a67c05619508f3797bcbc2b8cf2ab2936 | /HashSetDemo.java | cc954cf15318bc1c89c9cc344e33fd4bf23f6869 | [] | no_license | imdeepak12/Test | ca75ca73d4ac8cf3f2959d4074d405def642462e | 8c24ac6ad8430b3ab668ad96e47222c2ced5621a | refs/heads/master | 2023-07-09T09:57:23.352853 | 2021-08-17T04:37:30 | 2021-08-17T04:37:30 | 389,536,028 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 507 | java | import java.util.*;
class HashSetDemo
{
public static void main(String[] args)
{
LinkedHashSet h = new LinkedHashSet(); //If we replace HashSet with LinkedhashSet then insertion order will be preserved.
h.add("A"); //That is the main difference bw these two.
h.add("L");
h.add(15);... | [
"deepak.hungrymind@gmail.com"
] | deepak.hungrymind@gmail.com |
8eb500a84f9945ab7e66852df7f37ed08c43bc64 | bdcfd9395419c01d2a6f97202668c17c16709a26 | /src/exercices/AreaCirculo02.java | 1c983360343783259b5975d026e7ab536173849a | [] | no_license | mucheniski/java-completo-2019 | 5735abb620752cd9443da7c6970bef9d4397eaa4 | 1c00e9341734f874de32d5124f13ab90252c221c | refs/heads/master | 2020-07-08T12:54:01.567453 | 2019-09-08T19:37:38 | 2019-09-08T19:37:38 | 203,678,197 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 386 | java | package exercices;
import java.util.Locale;
import java.util.Scanner;
public class AreaCirculo02 {
public static void main(String[] args) {
Locale.setDefault(Locale.US);
Scanner sc = new Scanner(System.in);
double raio, area, pi=3.14159;
raio = sc.nextDouble();
area = pi * Math.pow(raio, 2);
... | [
"mucheniski@gmail.com"
] | mucheniski@gmail.com |
03b8b113a091368d85b52bdc340305db1b9ddea1 | 617b113244e5afcd1fb4c2ad96d96a53d1afd381 | /PluginsAndFeatures/com.persistent.winazure.eclipseplugin/src/com/persistent/contextmenu/AddWorkerRole.java | 6b4ca6e76aa6ff1b809d779fbc5621b4d36595a8 | [] | no_license | gouthammc/MyRun | 6e123eec797155f32ea167c3df1f4ebba40475af | 18875fe784341d4ecfde26c1de8882ff2414cee6 | refs/heads/master | 2021-03-13T00:06:48.947103 | 2014-04-28T15:11:34 | 2014-04-28T15:11:34 | 19,239,800 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,288 | java | /**
* Copyright 2014 Microsoft Open Technologies, 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 o... | [
"mcgoutham28@gmail.com"
] | mcgoutham28@gmail.com |
ae6e2fb731d47d7d2277aa8b8966a910788dc058 | f71a7ec87f7e90f8025a3079daced5dbf41aca9c | /sf-pay/src/main/java/com/alipay/api/request/AlipayAssetAccountUnbindRequest.java | e25792ad76f56705809c6931e13979f8095ea9e4 | [] | no_license | luotianwen/yy | 5ff456507e9ee3dc1a890c9bead4491d350f393d | 083a05aac4271689419ee7457cd0727eb10a5847 | refs/heads/master | 2021-01-23T10:34:24.402548 | 2017-10-08T05:03:10 | 2017-10-08T05:03:10 | 102,618,007 | 1 | 3 | null | null | null | null | UTF-8 | Java | false | false | 3,353 | java | package com.alipay.api.request;
import java.util.Map;
import com.alipay.api.AlipayRequest;
import com.alipay.api.internal.util.AlipayHashMap;
import com.alipay.api.response.AlipayAssetAccountUnbindResponse;
import com.alipay.api.AlipayObject;
/**
* ALIPAY API: alipay.asset.account.unbind request
*
* @author auto... | [
"tw l"
] | tw l |
d2b81ce4ad66ae48a9f4844b2fb6b6268f05ae1f | fe82b60c85ab16839aa10884bc0b5b5480cd8264 | /app/src/main/java/com/mncomunity1/ViewPagerAdapter.java | bdcc7c7b9461fe2c6e8f4eed112350e9816c7e1e | [] | no_license | Itissoftware/Maintenance-Community | 94306e043b2f2847573919282c2cdef218778957 | 9c23675f607869db35ae17b51507577b8aa6f1f8 | refs/heads/master | 2021-01-02T22:54:08.019179 | 2017-08-31T18:18:29 | 2017-08-31T18:18:29 | 99,417,131 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,088 | java | package com.mncomunity1;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import java.util.ArrayList;
import java.util.List;
public class ViewPagerAdapter extends FragmentPagerAdapter {
private final List<Fragment> mFragmen... | [
"sattboot1@gmail.com"
] | sattboot1@gmail.com |
86238a409ea794f150e370ddbafddb35b5c77444 | 119cf728cc36846106bac61fa0cdc420a0562eeb | /RSyntaxTextArea/src/main/java/org/fife/ui/rsyntaxtextarea/modes/PPTokenMaker.java | 151d099eca0bc0eeded273479ef27898c05c4398 | [
"BSD-3-Clause"
] | permissive | HelloOO7/RSyntaxTextArea | c71f6a59bddf16431ae6b06bf5dcca5ba09faf75 | 228525408e7a38d249d6d166c7cca78d27c93f4a | refs/heads/master | 2023-07-13T00:13:57.444152 | 2021-08-19T10:27:54 | 2021-08-19T10:27:54 | 397,896,072 | 0 | 0 | null | null | null | null | IBM852 | Java | false | true | 124,270 | java | /* The following code was generated by JFlex 1.4.1 on 19.8.21 12:25 */
/*
* 07/28/2020
* 15/03/2021
* 19/08/2021
*
* PPTokenMaker.java - Scanner for the PokÚScript programming language.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE file for details.
*/
package org.... | [
"cendarehor@gmail.com"
] | cendarehor@gmail.com |
bc5af238e3c125bb5b0aee0cd950354cf91f0031 | aead0046ee8eab25c03649666794b373ebd5d462 | /sourceopener/src/net/ftlines/wicketsource/sourceopener/PackageFileSearchRequester.java | 9d3a3d894e478730dc37e5fb80a5fd62d7f44a44 | [] | no_license | astrapi69/wicket-source | 85bd3047cac6db01b6c3c0bfef8ab2db2faed6f8 | fa200fe6b0d29362a334772787729279a9d9d9d5 | refs/heads/master | 2020-12-31T03:26:03.087731 | 2015-10-17T14:54:08 | 2015-10-17T14:54:08 | 26,870,742 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,216 | java | package net.ftlines.wicketsource.sourceopener;
import java.util.ArrayList;
import java.util.List;
import java.util.logging.Logger;
import net.ftlines.wicketsource.sourceopener.views.OpenFileException;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.core.runtime.IProgressMonitor;
import or... | [
"jennybrown8@gmail.com"
] | jennybrown8@gmail.com |
a233837deb2a7c2aaaed270fc3c32ac11f7d60da | ea019308fe40f513bee8819bc47fd31fe906d047 | /src/snakegame/CellDataProviderintf.java | b634e2487d97fd9ebf39f5faec3f69180fb58d2b | [] | no_license | camillecampbell/SnakeGame | 5c64dbef3bcb0497a4e071d1106e35beafdbaaf1 | 9486a8f241c7d7705cb83a662f5a4edf8bcdb129 | refs/heads/master | 2016-08-11T18:38:53.773275 | 2016-02-19T19:14:26 | 2016-02-19T19:14:26 | 47,998,639 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 440 | 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 snakegame;
/**
*
* @author Camille
*/
public interface CellDataProviderintf {
public int getCellWidth();
public int... | [
"camille.campbell@brentwood.ca"
] | camille.campbell@brentwood.ca |
81da803e9e02e3eb0595d27d2b672fcb45cd763f | 2bea965fae75b1c21bf010cd88fa99ae963f4ae3 | /DS/String/541_reverse_string_2.java | 898b259b4afd80bafeb567e1da7d4aa22a005872 | [
"MIT"
] | permissive | YinhaoHe/LeetCode | b05ba30cdc2c87435a7c03dd1c8e27d1512cc234 | f33219264a2b998121634f30d3d197fa9a484069 | refs/heads/master | 2021-11-14T19:41:04.290094 | 2021-10-18T03:18:08 | 2021-10-18T03:18:08 | 242,684,259 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 436 | java | class Solution {
public String reverseStr(String s, int k) {
char[] arr = s.toCharArray();
for (int start = 0; start < arr.length; start += 2 * k) {
int i = start, j = Math.min(start + k - 1, arr.length - 1);
while (i < j) {
char tmp = arr[i];
... | [
"yinhaoh@uci.edu"
] | yinhaoh@uci.edu |
417300483281c5b2c6607b5d3b600864e3f894eb | ba3346bfe48d4a42d6d9682abb60081643b93ba6 | /HashTableCounter/src/correa/Test.java | 6789351e31bce3d50078badccfad92a4c075b3af | [] | no_license | jarin-correa/HashTableCounterRepository | cd45254dd46e1360b72f7e6ceb090a2cf16b2817 | 58a440b3c28a0d689bc07f00fe260c4e7832472d | refs/heads/master | 2022-12-27T22:36:36.841731 | 2020-10-12T06:55:26 | 2020-10-12T06:55:26 | 303,302,092 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 129 | java | package correa;
public class Test {
//THIS IS JUST TO TEST FOR COMMENTS AND WHITE SPACE
/**/
int i = 0;
}
| [
"jarin_correa@redlands.edu"
] | jarin_correa@redlands.edu |
ae5d96db00fa21d6221fe9796abcb64e634b8f8a | a0d040f8ba2600d4b206c2d7884b6897d0785196 | /bootstrap/src/main/java/com/cll/bootstrap/tcp/ServerBootstrap0.java | 395541b781d30e27c87f95ba1dccb7e16706476a | [] | no_license | iloveruning/netty-demo | 098a8f808e1d8576829e5efb0cfab0895d6ecae1 | f7e91bb0df6aec15f315de14ee964b5fe09c5f3f | refs/heads/master | 2020-03-10T20:59:44.285206 | 2018-04-17T14:57:31 | 2018-04-17T14:57:31 | 129,582,571 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,830 | java | package com.cll.bootstrap.tcp;
import io.netty.bootstrap.ServerBootstrap;
import io.netty.buffer.ByteBuf;
import io.netty.channel.*;
import io.netty.channel.nio.NioEventLoopGroup;
import io.netty.channel.socket.nio.NioServerSocketChannel;
import io.netty.util.AttributeKey;
/**
* @author chenliangliang
* @date 2018/... | [
"chenliangliang68@163.com"
] | chenliangliang68@163.com |
533cf1f853b429744a2324b2c30909552f11dfa5 | eaa3da760e1901e8b462ad235a843d43b4f7ffe4 | /app/src/main/java/com/augustopinto/melichallenge/util/Resource.java | 55736ac4c967dcbbc077ca6785bf571d006baac2 | [] | no_license | augusto2610/meli_challenge | 18ce6d7ef73c1319f50e6eff5aabef4ac0355851 | 77838334a866416cb44d00ccdad860fa652c98cb | refs/heads/master | 2020-05-02T10:42:35.319754 | 2019-04-03T20:10:54 | 2019-04-03T20:10:54 | 177,904,927 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 869 | java | package com.augustopinto.melichallenge.util;
public class Resource<T> {
public enum Status {
SUCCESS, ERROR, LOADING
}
private Status mStatus;
private T mData;
private Exception mException;
public Resource success(T data) {
mStatus = Status.SUCCESS;
mData = data;
... | [
"augustopinto@hotmail.es"
] | augustopinto@hotmail.es |
74a5f2d741111a1ea99b4020d67393acfc1e9d21 | dc620b8f6ea4333804708b1d5e843d795be8763c | /app/src/main/java/com/badr/mockapp/DividerItemDecoration.java | bf5554c762e26fc8a80f9710ee0d7d929bd8186d | [
"MIT"
] | permissive | AhmedBadr2018/mockApp | 68ec2f4984d6a61196f090634c76a7eada18e515 | ab54f6bbf44e25e19315b17daaf231e797b45d71 | refs/heads/main | 2023-02-04T08:56:15.370632 | 2020-12-27T16:19:50 | 2020-12-27T16:19:50 | 324,334,025 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,414 | java | package com.badr.mockapp;
import android.graphics.Canvas;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import android.view.View;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
public class Divi... | [
"ahmedBader38@gmail.com"
] | ahmedBader38@gmail.com |
1832c86726e49659f36da33b17f44da9f4d7a467 | 20eb62855cb3962c2d36fda4377dfd47d82eb777 | /IntroClassJava/dataset/grade/769cd811312cbbb82c87033a78ac9584ad282550bcb9cc3ae8c4e3da44c288c1a5b3954e01998c3c0654ee6774ceab66e9fe5b135750905c917d2b0bb5fab98b/000/mutations/120/grade_769cd811_000.java | e516b77a3f2597f33c92b9868d19fae57316cf12 | [] | 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 | 2,458 | java | package introclassJava;
class IntObj {
public int value;
public IntObj () {
} public IntObj (int i) {
value = i;
}
}
class FloatObj {
public float value;
public FloatObj () {
} public FloatObj (float i) {
value = i;
}
}
class LongObj {
public long value;
public... | [
"justinwm@163.com"
] | justinwm@163.com |
d18f9eff09f5bdd3b36620d61e3314197a574b3a | 993cae9edae998529d4ef06fc67e319d34ee83ef | /src/cn/edu/sau/eop/sdk/widget/IWidget.java | 3c551c9a27d00ddccfa0e9e0e912d0f9024ef874 | [] | no_license | zhangyuanqiao93/MySAUShop | 77dfe4d46d8ac2a9de675a9df9ae29ca3cae1ef7 | cc72727b2bc1148939666b0f1830ba522042b779 | refs/heads/master | 2021-01-25T05:02:20.602636 | 2017-08-03T01:06:43 | 2017-08-03T01:06:43 | 93,504,556 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 626 | java | package cn.edu.sau.eop.sdk.widget;
import java.util.Map;
/**
* 挂件接口
*/
public interface IWidget {
/**
* 解析挂件并返回解析后的html片段
* @param params 挂件参数Map
* @return 解析后的html片段
*/
public String process(Map<String, String> params);
/**
* 挂件设置
* @param params
* @return
*/
public String setting(Map<Str... | [
"zhangyuanqiao0912@163.com"
] | zhangyuanqiao0912@163.com |
d57b721117df816b673fb3a1f56c5d3f58d18233 | 7491d268f73927617d11a89510c4e917f24b8a1c | /practice 3/resultactivity/src/androidTest/java/ru/mirea/tyve/resultactivity/ExampleInstrumentedTest.java | 1709d09175527763e7f17f538318e0d13bff15b4 | [] | no_license | NineDoctor/lab_mobile | 58f1e069239ba99a43b4d52daf29fc2a8b1988c5 | d5d735e43b6d3fa4e8a1031c0d0e6861140062f1 | refs/heads/master | 2023-05-11T04:00:09.428874 | 2021-06-06T21:05:39 | 2021-06-06T21:05:39 | 374,461,668 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 770 | java | package ru.mirea.tyve.resultactivity;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execu... | [
"mtyve@mail.ru"
] | mtyve@mail.ru |
e09b347112c2a414acb98e2ad2aab021d2cb8012 | d2a54e07036aa333515761d3e62f593a99730cc0 | /app/src/main/java/com/example/inventorymaterial/ProductActivity.java | 2ef358a45ea4b471f5fe761941514a9661eb2569 | [] | no_license | zhuoIC/InventoryMaterialDesign | 15398a85daf45a3a7ef9fd173a3d4f5f8e968876 | 09f12f2b00b7394015531e9985b8660c7e6341fa | refs/heads/master | 2021-05-07T08:45:19.850608 | 2017-11-09T10:56:22 | 2017-11-09T10:56:22 | 109,399,687 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,682 | java | package com.example.inventorymaterial;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.ArrayAdapter;
import android.widget.Spinner;
/**
* Permite seleccionar todos los datos del producto
* @author Nicolás Hernández Jiménez
*/
public class ProductActivity extends Ap... | [
"nicolimonar@gmail.com"
] | nicolimonar@gmail.com |
348e527563ff7070ffbb6435067292e9c3e5dc3f | ebaabfe60887d529391f96c162bd395f38607ba4 | /app/src/main/java/com/nickming/familyfinancing/ui/chart/ChartFragment.java | 9ea58b8af443f1972819b1e0891f27a687b8f9fc | [] | no_license | nickming/FamilyFinancing | 27a2184d533e09461176d953185dc7656565b8a2 | ba9fbe64f49352a131804e15db2981b5cc77acc7 | refs/heads/master | 2020-05-22T21:41:02.867311 | 2017-03-12T13:18:57 | 2017-03-12T13:18:57 | 84,726,944 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,268 | java | package com.nickming.familyfinancing.ui.chart;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.LayoutInflater;
import an... | [
"962570483@qq.com"
] | 962570483@qq.com |
c966498386e4770de0398c8b3f81dcda27a343d4 | 04253c148f24f31fe579f6ec889d8baa2cc702af | /563 Binary Tree Tilt .java | d8bf6eb6f6ccabb66ec5b8083d3a323ed1e5661c | [] | no_license | parteek-3108/LeetCode | ef6e0169c7641ca7e7ae32a513ab5bc9634b7cbf | 0051b6563eb49a26362060344e18bf2891209f43 | refs/heads/master | 2023-01-24T13:23:06.995019 | 2020-12-07T07:52:06 | 2020-12-07T07:52:06 | 300,227,941 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 691 | java | /**
* Definition for a binary tree node.
* public class TreeNode {
* int val;
* TreeNode left;
* TreeNode right;
* TreeNode() {}
* TreeNode(int val) { this.val = val; }
* TreeNode(int val, TreeNode left, TreeNode right) {
* this.val = val;
* this.left = left;
* ... | [
"parteekad03@gmail.com"
] | parteekad03@gmail.com |
e27f06b07b9cc78a1cc39cdb655e7e059ae936e8 | 7b0c196c420bf11283c819bda9f65472e1327d05 | /src/main/java/rhinova/metapopulation/model/components/reserve/ReserveInputable.java | 2fba2ea2754c8513b04be2c64f6654c424dee96f | [] | no_license | derrick3192/populationoptimizer | fedc09bea0595468668b9e4d6f948a3931ff4956 | 423f9a9c631965f6f8b4a295c52e68dcd3db4886 | refs/heads/master | 2021-01-10T11:55:52.094732 | 2015-11-24T05:16:36 | 2015-11-24T05:16:36 | 46,768,343 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 173 | java | package rhinova.metapopulation.model.components.reserve;
import rhinova.metapopulation.model.components.Inputable;
public interface ReserveInputable extends Inputable{
}
| [
"derrickfutschik@hotmail.com"
] | derrickfutschik@hotmail.com |
c1857d9e7298fdefa3cedb5962d4ae80df70e1ff | 33a2c7a30780d16190a6b3db32422d33772f5338 | /comcarde/src/main/java/com/comcarde/assessment/models/AdviceDetails.java | 462e55ae9e8d8a7c3d9c991d5ed2eab90e7f3aa9 | [] | no_license | 23021981/assessment-comcarde | 777dcbc9b2b9bcc97043d6954768f6ec2fbe136e | 1a0d2a125b7d72dbe0dd1d5025c8bdf023d23d54 | refs/heads/master | 2021-01-14T07:16:43.209175 | 2020-02-24T10:35:09 | 2020-02-24T10:35:09 | 242,636,555 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 230 | java | package com.comcarde.assessment.models;
import lombok.*;
/**
*Author : Atul Kumar
*/
@Getter
@Setter
@NoArgsConstructor
@AllArgsConstructor
public class AdviceDetails {
String productName;
String suggestionMessage;
}
| [
"atul_asd@yahoo.co.in"
] | atul_asd@yahoo.co.in |
da19b491292023031bceee13a3ea6440dd6159e8 | ad3ad2bd7b5da324ad06d2a0e26fda18687fae68 | /XMLScanner/src/main/java/com/xmlscanner/daoimpl/UploadsDAOImpl.java | 7948450e01b60923d9a0cb89cef9acaf72d4715b | [] | no_license | MubashirAR/Guess-The-Vehicle | 2fd5fcd76410bd73a0bb441a5a4709451a798112 | d539cad36eb2b5e6c2228a4460ac20786b8fe5c6 | refs/heads/master | 2021-05-11T11:28:04.351578 | 2018-01-16T05:52:25 | 2018-01-16T05:52:25 | 117,637,731 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,683 | java | package com.xmlscanner.daoimpl;
import java.time.LocalDateTime;
import java.util.Calendar;
import java.util.List;
import org.hibernate.HibernateException;
import org.hibernate.SessionFactory;
import org.hibernate.query.Query;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.st... | [
"mubresham@gmail.com"
] | mubresham@gmail.com |
df2c7206a5f8089f7b2da68ff23854f84d3ae6fc | 09673dc20e7534a67c0db33504ba995e904c5e4f | /WebsiteDuan/src/main/java/com/website/Repository/BaitestRepository.java | 095b7c061e316771d3153ede91f928b4979d3fba | [] | no_license | virajtandel/WebsiteDuan | 1ba354c0b1144ff5905fa984d354bfb2cc7f9641 | dfe76143fada3899ed5925e6c584534767b89bc5 | refs/heads/master | 2022-12-26T16:29:06.232767 | 2020-10-01T05:40:24 | 2020-10-01T05:40:24 | 300,158,722 | 0 | 0 | null | 2020-10-01T05:38:50 | 2020-10-01T05:38:49 | null | UTF-8 | Java | false | false | 361 | java | package com.website.Repository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.CrudRepository;
import com.website.Entity.Baitest;
public interface BaitestRepository extends CrudRepository<Baitest, Integer> {
@Query(value = "FROM Baitest e where e.idbaitest = ?1")
B... | [
"nonglong224@gmail.com"
] | nonglong224@gmail.com |
42a8f04ba5e5688f9927b397c3a1860d277d2b61 | 76e591db97358dc3745beed79c3a7526c583a5d2 | /src/main/java/com/github/khalemano/vdjmut/utilities/Hmmer.java | 950639cc8511b356cb1023899b6aa35397a2c393 | [] | no_license | khalemano/VDJMut | c3e4ecb40828e78ca7f1948f6f436826ba7ee05c | 90641a10706aef9171a8e41e470500ac0388f67f | refs/heads/master | 2021-01-11T07:48:18.380724 | 2015-09-25T02:11:18 | 2015-09-25T02:11:18 | 40,727,557 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,234 | java | package com.github.khalemano.vdjmut.utilities;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template f... | [
"kalanihalemano@gmail.com"
] | kalanihalemano@gmail.com |
586c2a29516876ccbca0e46c993b30f4156f9b7b | 13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3 | /crash-reproduction-ws/results/MOCKITO-10b-4-25-Single_Objective_GGA-WeightedSum/org/mockito/internal/creation/MockSettingsImpl_ESTest.java | 1b14fad6fe9296266201e8af74786e98e46c0e2d | [
"MIT",
"CC-BY-4.0"
] | permissive | STAMP-project/Botsing-basic-block-coverage-application | 6c1095c6be945adc0be2b63bbec44f0014972793 | 80ea9e7a740bf4b1f9d2d06fe3dcc72323b848da | refs/heads/master | 2022-07-28T23:05:55.253779 | 2022-04-20T13:54:11 | 2022-04-20T13:54:11 | 285,771,370 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 568 | java | /*
* This file was automatically generated by EvoSuite
* Tue Mar 31 12:21:17 UTC 2020
*/
package org.mockito.internal.creation;
import org.junit.Test;
import static org.junit.Assert.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.junit.runner.RunWith;
@RunWith... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
e283587863d608f595be89081da4062f4faa6444 | 9b6d0b4cca96be08f89022e72fe61c677c04e782 | /src/com/pvedha/ms/main/IterateIt.java | c62324b88b74344221487b82ac909e0934128e64 | [] | no_license | pvedha/JavaContests | 24d47fc14e85946a2a2468a5e6b0673e2d778e48 | f9f45d2bba6f296dfe40d974c1b3ee5745bbc7f1 | refs/heads/master | 2021-08-29T16:56:52.407035 | 2017-12-14T10:50:57 | 2017-12-14T10:50:57 | 114,233,794 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,375 | java | package com.pvedha.ms.main;
import java.io.*;
import java.util.*;
public class IterateIt {
public static void main(String[] args) {
/* Enter your code here. Read input from STDIN. Print output to STDOUT. Your class should be named Solution. */
Scanner in = new Scanner(System.in);
int c... | [
"pvedha@cisco.com"
] | pvedha@cisco.com |
8dcc7256d35f968771fb870b6f503864ebcda7fb | ef084495c5781c0246cbfafcf5b21fc52bb59789 | /6th week/java-homework-day-2/Cohort.java | c66c451f1de3ee8013a750b77f91ae3849aa34cb | [] | no_license | andrewrlonsdale/CodeClan-Homework | 37dfeceb139d00f3d7d12c49e1886f5e02f35090 | 02f5304c298401453e6d2469f2e04eaf63f9dc03 | refs/heads/master | 2021-01-11T11:18:07.262601 | 2017-03-13T23:27:59 | 2017-03-13T23:27:59 | 78,626,576 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 426 | java | import java.util.*;
public class Cohort {
private String name;
private ArrayList<Classroom> room;
public Cohort(String name){
this.name = name;
this.room = new ArrayList<Classroom>();
}
public String getName(){
return this.name;
}
public void add(Classroom person) {
room.add(person);
... | [
"Andrewrlonsdale@hotmail.com"
] | Andrewrlonsdale@hotmail.com |
aed520d72e0725e81474ba515e1e45b541296b8f | ebef376b1dcc156dbac25143a1bb2cfbff2d185c | /collect-server/src/main/java/org/openforis/collect/designer/viewmodel/CodeListsVM.java | b32d00c188a4c8bc2e60aad3db815f88d975e510 | [
"MIT"
] | permissive | infperu/collect | 03399649f94a400e47c539a4a35934231ce5f9e0 | 1a33e438b70843428f35c6e116e1b3a7f30ab179 | refs/heads/master | 2020-12-30T19:44:53.041095 | 2014-11-24T15:08:38 | 2014-11-24T15:08:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 26,901 | java | /**
*
*/
package org.openforis.collect.designer.viewmodel;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.St... | [
"stefano.ricci@fao.org"
] | stefano.ricci@fao.org |
9dc3fc9f80b4a9ccec50c2c52ae03970d57c96cb | 0b529ce6f7ff6c20b559d58a14590ca23da51e11 | /sources/appsgate-project/appsgate-EUDE/EUDEInterpreter/src/main/java/appsgate/lig/eude/interpreter/langage/nodes/NodeEmpty.java | df38b2a8220e388ed835f7ed61e3b2b0a3f31d04 | [] | no_license | appsgate2015/appsgate | 5b9228a6d63b45f41f6c05b4ecfb4b3eec9a5ba7 | 485a49d3e1d900b2a3165d78edd6e3b3c416f5fd | refs/heads/master | 2020-12-24T16:16:06.044105 | 2016-03-04T13:18:41 | 2016-03-04T13:18:41 | 19,860,116 | 1 | 2 | null | 2014-12-22T22:24:04 | 2014-05-16T14:51:24 | Java | UTF-8 | Java | false | false | 1,405 | 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 appsgate.lig.eude.interpreter.langage.nodes;
import appsgate.lig.eude.interpreter.langage.components.EndEvent;
import org.json... | [
"courtoij@imag.fr"
] | courtoij@imag.fr |
de21c170d4230d6d494cf0d2b788fcf654ed4e15 | a4923c72a6ef6e03ab523b1e1455b96557b03033 | /fizzbuzz/src/main/java/fizzbuzz/FizzBuzz.java | 04f6ffaa8113f9c4f6b146d8cff6be4031aeba5a | [] | no_license | JuliaWolters/Games | cc16cc201601ac8fb5e20b13c76009f6cb88ae0b | 70269dc6fa180e174e4be1dfef6fd0072fbb2d69 | refs/heads/develop | 2021-01-02T22:34:49.341707 | 2017-08-06T15:52:00 | 2017-08-06T15:52:00 | 99,346,622 | 1 | 0 | null | 2017-08-06T15:48:18 | 2017-08-04T13:42:30 | null | ISO-8859-3 | Java | false | false | 546 | java | package fizzbuzz;
public class FizzBuzz {
/**
* FizzBuzz gibt unterbestimmten Bedingungen einen Text aus:
*
* Sollte
* i durch 3 teilbar sein: Fizz
* i durch 5 teilbar sein: Buzz
* i durch 3 und 5 teilbar sein: FizzBuzz
*
* Sonst wird i selbt zurück gegeben.
*
* @param i
* @return
*/
... | [
"julia.wolters@icloud.com"
] | julia.wolters@icloud.com |
c80a17916610e9ca7e4c9d428c1e0ad32ebd513d | 9f8cf421ad537b42fba745f83e7d6a1ba0f263f3 | /src/main/java/com/lemon/util/StringUtils.java | ec1f86ce2d5affad31557d834fd85afd56a2d084 | [] | no_license | fanggege123/lmb | 31cc9036ab0e010e71cc7c1371653d894bb160a9 | 6e2dc5ecebc861bd38817d8d7ab6b995094c16fb | refs/heads/master | 2022-12-25T04:10:27.810480 | 2019-08-31T10:26:18 | 2019-08-31T10:26:18 | 205,509,714 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 142 | java | package com.lemon.util;
public class StringUtils {
public static boolean isEmpty(String str) {
return null == str || "".equals(str);
}
}
| [
"kzf@163.com"
] | kzf@163.com |
7764ca434f11e74ba36fdc822045dc5247808d78 | 75a6706e9a3d040b868de3148aac9b18433146c2 | /src/main/java/com/tea/common/base/constant/ProjectName.java | 76a25515ff465d966d2cb6e44d1306db8f727de8 | [] | no_license | bobbygb/Common | bffe6d3de5c52114003c64d8d06cdb6b0db62bdb | fc846faceaa0c622e111222c5b9dd70d9b075fa7 | refs/heads/master | 2021-01-01T20:07:47.455912 | 2017-09-10T03:00:57 | 2017-09-10T03:00:57 | 98,770,759 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,024 | java | package com.tea.common.base.constant;
public enum ProjectName {
//用户系统
UserApp("1000","UserApp","com.tea","用户服务模块"),
UserSchedule("1001","UserSchedule","com.tea","用户消息模块"),
UserWeb("1002","UserWeb","com.tea","用户前端模块"),
UserAdminWeb("1003","UserAdminWeb","com.tea","用户后台模块"),
Common("8888","Common","com.tea","... | [
"bobbygb@163.com"
] | bobbygb@163.com |
631c7e00f6a0f3fa4856af8364de16912dfb71a7 | 2ff8877af067bf82c0bcaaa6e586f08dd6f8835c | /src/main/java/sorting/SelectionSort.java | b648680bb24fec08b925fc7ebb9ab51dff6cdbb6 | [] | no_license | jeevanrd/mylearnings | 880fb5dda1d8bf4c4bcdb06395ef8f5d79a80762 | f46436728f3cb1bf61197cf66a78a3998b20dc60 | refs/heads/master | 2021-05-06T07:00:27.669135 | 2017-12-12T01:56:44 | 2017-12-12T01:56:44 | 113,928,922 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 679 | java | package sorting;
import java.util.Arrays;
public class SelectionSort {
public static void main(String args[]) {
int[] numbers = new int[] { 23,4,20,3,30, 6, 34, 11, 1};
int len = numbers.length;
for(int i = 0; i< len ; i++) {
int min_pos = i;
for(int j = i+1; j <... | [
"jeevan@indix.com"
] | jeevan@indix.com |
f15ab9112d6de925fe6fc407a9e2b35d5cc2099c | dd25e98a343a7c9f23fa756eb709b6ceeb30733b | /qwork-kernel/src/test/java/org/qwork/kernel/test/TestQCharList.java | 1a959ebc958fce7afaf71ed62808317a3d15cf08 | [] | no_license | hzaydan/QWork | 0ee4f36cd70eff088b7a3f29a6c0b2fb75d8a9d2 | 889d5c18a7810487368f72ea1f34818e8183b396 | refs/heads/main | 2023-04-03T08:06:03.144949 | 2021-04-11T08:13:57 | 2021-04-11T08:13:57 | 343,033,116 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 405 | java | package org.qwork.kernel.test;
import org.qwork.kernel.tools.frompdf.QCharList;
import org.qwork.kernel.utils.Utf;
public class TestQCharList {
public static void main(String[] args) {
System.out.println(QCharList.mainChars());
System.out.println(QCharList.puncChars());
System.out.println(Utf.u('آ'... | [
"hzaydan@dtp.ae"
] | hzaydan@dtp.ae |
901d18982ba53a90fb77ee4edf1c36bfe64ef29e | af798fcc3b31fbadf67619ffaf8436110d67761a | /src/test/java/ru/netology/web/CallbackTest.java | 5bed78bf2605ff58e16511ccbc2b52954fb8a9f1 | [] | no_license | elenaslavutina/2.1_WEB_and_Selenium_2 | d1278cc74da6f36f3582a5524ba6f63cc7e16d6c | fc9a529733c36143e942707e75ee9949a046c8cd | refs/heads/master | 2022-11-07T10:53:44.064189 | 2020-06-14T13:28:37 | 2020-06-14T13:28:37 | 268,851,104 | 0 | 3 | null | 2020-06-12T11:00:03 | 2020-06-02T16:22:59 | Java | UTF-8 | Java | false | false | 890 | java | package ru.netology.web;
import org.junit.jupiter.api.Test;
import org.openqa.selenium.By;
import static com.codeborne.selenide.Selenide.open;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static com.codeborne.selenide.Selenide.*;
class CallbackTest {
@Test
void shouldTestV1() {
... | [
"elena.slavutina2013@gmail.com"
] | elena.slavutina2013@gmail.com |
0d4ddba03aa0819e3bf9f17598443ecfbcb4b6b9 | 2760aedf558b79262a356345cbd52fec6e689cff | /ColorMemoryFinal/app/src/test/java/com/example/ColorMemoryFinal/ExampleUnitTest.java | d814c7f9b1d49ffc185d9acef555d3af497d56a7 | [] | no_license | TaPierre/ColorMemory | fe59115f2dafc768eed9f01c3d7bdd9af4de904b | 253cca772040a8773ca7745de03688962bddab0f | refs/heads/master | 2020-05-03T11:14:21.002486 | 2019-03-31T00:20:07 | 2019-03-31T00:20:07 | 178,596,940 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 389 | java | package com.example.ColorMemoryFinal;
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
publi... | [
"ptamusset@gmail.com"
] | ptamusset@gmail.com |
ed212681a9fdeab8b7d79d334bce6abcc0c1e2a8 | 5dd3daa15726c0c0782a630104a4a9a883ee2f72 | /2.JavaCore/src/com/javarush/task/task15/task1529/Solution.java | f852048f47c04179c510827fb4ca35925386f13c | [] | no_license | TigranMonte/JavaRushTasks | 3476c9b2396cf333f7807ffa6bfbb27a07bffb15 | 7a945d80745c153badbcbe1a4ab0acc407789179 | refs/heads/master | 2023-06-16T00:01:40.513230 | 2021-07-10T20:08:11 | 2021-07-10T20:08:11 | 298,334,349 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,030 | java | package com.javarush.task.task15.task1529;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
/*
Осваивание статического блока
*/
public class Solution {
public static void main(String[] args) {
}
static {
try {
reset();//add your code here... | [
"tigranma@gmail.com"
] | tigranma@gmail.com |
76b7c72d1bb8684a8ebcb22f072dfa29e791bfae | 12b75ba88d14631e2c99a2fff6b3f3683aafc976 | /nts/texmf/source/nts/nts-1.00-beta/nts/node/HSkipNode.java | 59456198c7b0f13c2695e36d2ec4177da67390d7 | [] | no_license | tex-other/nts | 50b4f66b3cafa870be4572dff92d23ab4321ddc8 | b4b333723326dc06a84bcd28e2672a76537d9752 | refs/heads/master | 2021-09-09T07:41:55.366960 | 2018-03-14T07:37:37 | 2018-03-14T07:37:37 | 125,165,059 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,707 | java | // Copyright 2001 by
// DANTE e.V. and any individual authors listed elsewhere in this file.
//
// This file is part of the NTS system.
// ------------------------------------
//
// It may be distributed and/or modified under the
// conditions of the NTS Public License (NTSPL), either version 1.0
// of this license ... | [
"shreevatsa.public@gmail.com"
] | shreevatsa.public@gmail.com |
413f35e3c00efdd92adf9aa29f3b607fb5fbf5df | 1ff716cf6a4acbfe0398c4c3056f2c6f020d75ab | /app/src/main/java/com/zht/samplewidget/activity/LineChartActivity.java | 45bb32347ffdc03ee6a0334acdeaf2180282ee94 | [] | no_license | zhtoo/MyWidget | 6ace5d3ddad83a9f0c188d0d826e552040845be4 | e47903e6ba76a7956e306374c5d3dc900ccb8e7a | refs/heads/master | 2021-01-06T20:36:50.025184 | 2020-08-06T02:44:26 | 2020-08-06T02:44:26 | 99,529,636 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,646 | java | package com.zht.samplewidget.activity;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.View;
import com.zht.samplewidget.R;
import com.zht.samplewidget.myView.chart.LineChartParams;
import com.zht.sampl... | [
"820159571@qq.com"
] | 820159571@qq.com |
d03095f2493494de2f9978a38cfffb375fbb0375 | 3399d8b355959adcf0fda94697c5d5d4b4d4b904 | /com/java/unit1/Banking.java | cd8ce469df8b7040343ff8b88699d5e3a766328f | [] | no_license | pv1823/Java | 625d1057b25a3e449e011aba897f480b206e99c0 | a29e2eb6c4cb47df18d94a0046a14833808ff25e | refs/heads/master | 2022-04-08T14:51:16.236374 | 2020-03-15T08:58:42 | 2020-03-15T08:58:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 597 | java | package com.java.unit1;
import java.text.SimpleDateFormat;
public class Banking {
public static void main(String[] args) throws Exception {
SimpleDateFormat formatter = new SimpleDateFormat("yyyy/mm/dd");
Account fromAcc = new Account(1,"Savings", "pavan", "varanasi", formatter.parse("... | [
"pavan.varanasi26@gmail.com"
] | pavan.varanasi26@gmail.com |
0da0f1e663e67f41df5773a4d7a8a8ec8a7fdcdd | 62c56806f1ed1b9609b24e272bce48960816cbf8 | /src/dados/AvaliacaoTableGateway.java | cbdca89fc36bb42924e7de312f82e9493dd26e3d | [
"MIT"
] | permissive | ronaldosvieira/caro-nao | 9ef175eeb4145b5aa396dfc35c84beaacce41b50 | 6e8552b65dc7e0116021b4c7dc5209e1fb2d4f41 | refs/heads/master | 2021-06-11T19:24:37.898462 | 2017-02-24T19:52:27 | 2017-02-24T19:52:27 | 79,803,877 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 6,773 | java | package dados;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import util.RecordSet;
import util.Row;
public class AvaliacaoTableGateway extends TableGateway {
public AvaliacaoTableGateway() throws ClassNotFoundException, SQLException {
supe... | [
"ronaldoesv@gmail.com"
] | ronaldoesv@gmail.com |
38822f280b36e0ddbeb5a99029bd78d7e5f0c626 | 0375baf5546bbaa8d0d6bbab190c3f36d1c32285 | /Version1/src/observable/ClockObservableImpl.java | 615bdb8ab829fdad4625c158395bfae2dccd8827 | [] | no_license | Kaustubh-DB/Game-Maker-Object-Oriented-Software-Development | 21103d54459fd2995b28a48aaee71705425783e1 | 05dca244bb699bddd2dbc36e0943fdbbaa58f428 | refs/heads/master | 2021-08-03T21:34:44.903176 | 2019-11-25T22:58:37 | 2019-11-25T22:58:37 | 224,039,779 | 0 | 0 | null | 2020-10-13T17:45:00 | 2019-11-25T20:55:40 | Java | UTF-8 | Java | false | false | 750 | java | package observable;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.Timer;
public class ClockObservableImpl implements ClockObservable
{
private List<ClockObserver> observersList;
Timer timer = new Timer();
public ClockObservableImpl()... | [
"kbhaler@iu.edu"
] | kbhaler@iu.edu |
0596ee787f798186749845a776e710d2411e0709 | 4d179c9bd904ebc9937153233f8617aeb1ffedfe | /src/main/java/com/ecoInfo/basic/model/SearchRegionResultDTO.java | 1639b0bfa846740900ec856cc1bec39dcfef978e | [] | no_license | yblee1029/ecoInfoService | bc0bb6d271b37ca7bac7064547bc63b57c69b015 | 8d1ccb5b3375e4cdb22f0daf28519608861ee445 | refs/heads/master | 2022-02-02T07:38:28.964692 | 2019-08-01T11:48:34 | 2019-08-01T11:48:34 | 197,940,631 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 292 | java | package com.ecoInfo.basic.model;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@Builder
@NoArgsConstructor
@AllArgsConstructor
public class SearchRegionResultDTO {
private String prgm_name;
private String theme;
}
| [
"sailerberry@naver.com"
] | sailerberry@naver.com |
c9e294fbdb5d01fd04e0ad27a6832d9a88739896 | 600a341572dbdca670d671586685aa36d24071de | /second largest/Second.java | 9a7cc4a155deb6128fd3c6f4c872286a50166806 | [
"Apache-2.0"
] | permissive | Jajabenit250/java-exercises | 1191fbc5c15e2eac05eb5cd07d8cf7501cf311dc | 64382b49713fccf98362cfd68fb4d6a9149c2b9c | refs/heads/main | 2023-05-06T02:17:09.388966 | 2021-05-18T16:22:59 | 2021-05-18T16:22:59 | 368,595,762 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 551 | java | /**
* Second
*/
public class Second {
public static void main(String[] args) {
int a[] = {4,3,1,2};
System.out.println(theSecond(a));
}
static int theSecond(int a[]) {
int max = 0;
int secMax = 0;
for (int i = 0; i < a.length; i++) {
if (a[i] > max) {... | [
"jajabenit@gmail.com"
] | jajabenit@gmail.com |
b335ec731726e9cd04f7bddedceac0f2ae899062 | f4eab9489e56c6cd62d3c60344dd7f0e75e15857 | /fleet-app/src/main/java/com/shritech/fleetapp/model/Country.java | 9f727da4326d27bd73f3bd2eff1b9e9503bd6386 | [] | no_license | shripradhan/vehicle-management-system | 3dc8e14b65bfa5fcce8f20ae2851a3eaad8182a8 | 72341c764a874ed13faed39eff4fea4ff037edfb | refs/heads/master | 2022-11-05T13:39:21.381878 | 2020-06-29T14:46:22 | 2020-06-29T14:46:22 | 274,454,695 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 990 | java | package com.shritech.fleetapp.model;
import java.util.List;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.OneToMany;
import com.fasterxml.jackson.annotation.JsonIdentityInfo;
import c... | [
"shripradhan.94@gmail.com"
] | shripradhan.94@gmail.com |
7933475e914caf78dbd027072b4c3054bc4e666a | d5f09c7b0e954cd20dd613af600afd91b039c48a | /sources/com/alibaba/mtl/appmonitor/SdkMeta.java | 1487fe76fd26ad80765812ce605d0c7415d8733c | [] | no_license | t0HiiBwn/CoolapkRelease | af5e00c701bf82c4e90b1033f5c5f9dc8526f4b3 | a6a2b03e32cde0e5163016e0078391271a8d33ab | refs/heads/main | 2022-07-29T23:28:35.867734 | 2021-03-26T11:41:18 | 2021-03-26T11:41:18 | 345,290,891 | 5 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,296 | java | package com.alibaba.mtl.appmonitor;
import android.content.Context;
import com.alibaba.mtl.log.a;
import com.alibaba.mtl.log.d.i;
import java.util.HashMap;
import java.util.Map;
public class SdkMeta {
public static final String SDK_VERSION = "2.6.4.5_for_bc";
private static final Map<String, String> d;
p... | [
"test@gmail.com"
] | test@gmail.com |
5b4ad18b7d821ac785bc657e19a3667769128506 | 372d46f3dd65120d2ba730a665158be0a2c623ed | /backend/src/main/java/com/dvsuperior/crud/services/exceptions/DatabaseException.java | 5a5e71290ff1cfe2eb02ea0e62a9bf3e8e42a7fa | [] | no_license | cauefb/tarefa-crud-bootcamp-devsuperior | e452137e81a017f93dc0e68154dfcc3e9828e876 | a1d7c0af86b5481935c4253fc7462f23fc0a6549 | refs/heads/main | 2023-04-21T21:17:05.059986 | 2021-05-21T20:14:40 | 2021-05-21T20:14:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 233 | java |
package com.dvsuperior.crud.services.exceptions;
public class DatabaseException extends RuntimeException{
private static final long serialVersionUID = 1L;
public DatabaseException(String msg){
super(msg);
}
}
| [
"kau3hc@hotmail.com"
] | kau3hc@hotmail.com |
c19bb78edffcf1b0b59dc42ba71c2a86c6fbd7b5 | 4742d95d0952913d989e51a2bf689cc1f7244287 | /app/src/main/java/DTO/overview.java | 1fbc25f3ac747df0bdfc826d2bcbc0bfdc88e9c2 | [] | no_license | Phonghh9920/QL_CALOTIEUTHU | 7e41ec8bf54743f5e74078beb200a8fb84f47430 | b7577180c4da230e38d444010bd97e6d8d3ded4b | refs/heads/master | 2023-05-08T20:39:34.532771 | 2021-05-26T15:22:38 | 2021-05-26T15:22:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 646 | java | package DTO;
public class overview {
private int sumOfMoveCal;
private int sumOfEatCal;
public overview() {
}
public overview(int sumOfMoveCal, int sumOfEatCal) {
this.sumOfMoveCal = sumOfMoveCal;
this.sumOfEatCal = sumOfEatCal;
}
public int getSumOfMoveCa... | [
"phungphinhphuong992000@gmail.com"
] | phungphinhphuong992000@gmail.com |
d9cbf612740f0669af9c4c05b8300b25fa1f45d1 | d668fe255330263d396af91b2e5e889dbd4412b3 | /src/TheProxyPattern/VideoGameOwner.java | badc2d47dc54c98f3686aaca0505946d9e4953c7 | [] | no_license | LS2991/SSE_659_Project_2 | 2b9588fa629ad08b6f112cc7739a6b1bcc18af05 | 232088e969bc2c1275100e765dac6ab20606b07e | refs/heads/master | 2016-09-06T18:56:09.351776 | 2015-03-16T13:34:26 | 2015-03-16T13:34:26 | 32,295,067 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 127 | java | package TheProxyPattern;
import java.util.Hashtable;
public interface VideoGameOwner
{
public Hashtable makeGameList();
}
| [
"keith.m.russ@gmail.com"
] | keith.m.russ@gmail.com |
229ff172c60bb68b17dc9d94e62a95a012fbb292 | fa9a38ad016b854e628d7b940191db12232eac81 | /WebModule/src/main/java/com/boss/web/index/controller/IndexController.java | 0a2a37fe2f80ee99d36be49c2afa59cf12eaef4a | [] | no_license | zhouyuhong/EnjoylifeBoss | cfcbdcec471f34bf4ef37350a4e1c64a7ae2802e | bcb8259ab11578f14dd067ae3ba8880593d9fdff | refs/heads/master | 2021-01-19T11:15:28.348429 | 2017-05-30T15:36:28 | 2017-05-30T15:36:28 | 87,945,228 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 394 | java | package com.boss.web.index.controller;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.RequestMapping;
/**
* ranmin-zhouyuhong
* 2016/12/12
*/
@Controller
public class IndexController {
@RequestMapping("/index.html")
... | [
"13983219156@163.com"
] | 13983219156@163.com |
28ae6290cedd5666b3d8d7c650eef2f548d77f39 | 00bbaae166795efc4ea2ad13e8a557e9f7080625 | /src/main/java/com/leadtechnologist/licketyscript/bash/snippet/readme/ReadmeSnippet.java | 5c55afaeb0ce1705ae40626f2a419c15d2d9f6ca | [] | no_license | mikeleitz/licketyscript-quarkus-service | 98a0c949da9d0535d12266b83c7516e0f44e65be | a421e49c3fb2d73dde9964b3ba22c2309a348896 | refs/heads/master | 2023-07-17T11:30:38.617456 | 2021-08-25T21:24:41 | 2021-08-25T21:24:41 | 335,503,803 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 546 | java | package com.leadtechnologist.licketyscript.bash.snippet.readme;
import com.leadtechnologist.licketyscript.base.Snippet;
import com.leadtechnologist.licketyscript.base.SnippetContext;
import lombok.SneakyThrows;
/**
* @author leitz@mikeleitz.com
*/
public class ReadmeSnippet extends Snippet {
private static final ... | [
"leitz@mikeleitz.com"
] | leitz@mikeleitz.com |
a4376a4c2d8ba6e6b421be9a2d8160f8863f597d | 742269ecbc9e8e0b9ec0814e3428a4e5da9e064a | /src/main/java/br/com/florafoz/control/LogModController.java | 4368e2ee2d5ab4888bb7fbb9f71c75cf35b8ccb7 | [] | no_license | lokol2k/florafoz | 5dc846f444c4bba092747094c6aca1e76d4108b2 | a48309d78b4894bf11c6929ca24a8a3a5752b7dd | refs/heads/master | 2022-12-21T21:12:37.597292 | 2020-09-24T21:25:37 | 2020-09-24T21:25:37 | 287,145,174 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,020 | java | package br.com.florafoz.control;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.DeleteMapp... | [
"40627585+lokol2k@users.noreply.github.com"
] | 40627585+lokol2k@users.noreply.github.com |
ecc631ea470c53122f36cf008b4fdd8eea6d38e0 | 9caa786e43545a563aefe08b1545decd763e38fb | /stdlib/llvm/src/main/java/org/ballerinalang/nativeimpl/llvm/gen/LLVMGetBasicBlockTerminator.java | 413c35710e203a4a569f1961680af377fa5311ca | [
"Apache-2.0",
"BSD-3-Clause",
"LicenseRef-scancode-mit-old-style",
"MPL-2.0",
"LicenseRef-scancode-unicode",
"MIT"
] | permissive | mohamednizar/ballerina-lang | 2bb5c2df3143af1894e06d8c25716512e74e1a0c | 22efe9bfac8daf9318bbfb38c72771b5272a11fa | refs/heads/master | 2023-02-05T20:58:27.718202 | 2019-11-02T12:16:10 | 2019-11-02T12:16:10 | 212,315,547 | 1 | 0 | Apache-2.0 | 2023-01-26T10:32:48 | 2019-10-02T10:55:23 | Java | UTF-8 | Java | false | false | 2,267 | java | // Copyright (c) 2018 WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
//
// WSO2 Inc. licenses this file to you under the Apache License,
// Version 2.0 (the "License"); you may not use this file except
// in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licens... | [
"manu@wso2.com"
] | manu@wso2.com |
a221238148d994e257a7b947e8c9589eca5899f6 | 9d2a8e41512d20e274e9710dd32e7e69b38fcb0e | /pwa-webapp/src/test/java/com/pwa/listener/EntityListenerTest.java | dbd1e9af51fe34b39d00b933749591ebcccbcb9e | [] | no_license | hugofock/personalize-weather-app | 785f37fff93c0f43b3a5f4b69fad67ad40d8b02f | 225b5b3bec0a4bca9af689f4d1f32774878715f3 | refs/heads/master | 2021-01-20T16:59:32.457776 | 2016-06-30T19:47:09 | 2016-06-30T19:47:09 | 62,079,139 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,923 | java | package com.pwa.listener;
import com.pwa.builder.CityBuilder;
import com.pwa.common.listener.EntityListener;
import com.pwa.model.City;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.... | [
"devappshgf@gmail.com"
] | devappshgf@gmail.com |
3c96eef58492255fe7c59e382ef0ee33fd21b1fb | 839bef25b8d778aadcddbdeccb3538b9b8bc0ee7 | /src/main/java/org/isatools/resources/ISATABNanoValidate.java | 5b2387f33c98dbab8c7419b77dc5488f74c53da4 | [] | no_license | NCIP/ISAValidatorWS | 5d7f6ad2fc859cf9d4611dc50b9a8806f6901dc2 | 2f703a28d5d7bda34604763f0bc67ac39d33d485 | refs/heads/master | 2020-12-30T19:11:44.588545 | 2013-05-10T20:20:26 | 2013-05-10T20:20:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,204 | java | package org.isatools.resources;
import javax.ws.rs.Consumes;
import javax.ws.rs.FormParam;
import javax.ws.rs.GET;
import javax.ws.rs.POST;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
import javax.ws.rs.QueryParam;
import javax.ws.rs.core.Context;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Ur... | [
"prakasht@mail.nih.gov"
] | prakasht@mail.nih.gov |
05dfb81a414f21a52e4671efdbed17c3df8603a7 | d3504e02bef9a08680f10678a7c595104ca5431d | /src/main/java/com/invoicegenerator/CabInvoiceGenerator.java | bac6508a432a8b5fc0a22b0c8200c3f392152524 | [] | no_license | dineshkumarpeddakotla/CabInvoiceGenerator | 3ff8404ab53d67fb35d10e87e23019bdecfc9661 | 0116aa2375e3187366c1144b336ee279c78e073b | refs/heads/master | 2023-08-10T10:19:48.079393 | 2021-04-28T02:10:18 | 2021-04-28T02:10:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,868 | java | package com.invoicegenerator;
import java.util.HashMap;
public class CabInvoiceGenerator {
private static final int COST_PER_MINUTE = 1;
private static final double MINIMUM_COSt_PER_KILOMETER = 10;
private static final double MINIMUM_FARE = 5.0;
private final HashMap<Integer,double[]> rideRepository ... | [
"dineshkumar.icon@gmail.com"
] | dineshkumar.icon@gmail.com |
50dae3672fcc5be837dc9abb8613dc62073995cc | 440f26d3ee405d87fc26f4a3bc3cef4703733387 | /src/main/java/io/opensec/oval/model/macos/Plist510Test.java | a3d83e8ef9ff24169d91dcf541496ddfe207171c | [
"Apache-2.0"
] | permissive | nakamura5akihito/opensec-oval | 37e6e22d79da959a7d64eb7820c4aa81461d056e | 7afea82fd919d882231a34e73c0e59d4b184e3e7 | refs/heads/master | 2021-01-10T06:58:02.597702 | 2015-06-17T10:56:33 | 2015-06-17T10:56:33 | 36,717,938 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,922 | java | /**
* Opensec OVAL - https://nakamura5akihito.github.io/
* Copyright (C) 2015 Akihito Nakamura
*
* 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/... | [
"nakamura5akihito@gmail.com"
] | nakamura5akihito@gmail.com |
c11db244d9f14c43048ceddfcb31a5f102a65a27 | deea1700278be65c36bcc7a0fde610b209e6b78e | /demos/classes-abstraites/src/Forme2D.java | ef99948dd11f97a839caaeef7869146f8872f861 | [] | no_license | injailoutsoon/inf2120-demo | cba9fe8a20ae9bee1770e0c9e869f959e04f0a2a | 1ca03e958d9c27dd83b3824ea33c67d450be0439 | refs/heads/master | 2021-08-28T08:17:46.726608 | 2017-12-11T17:22:39 | 2017-12-11T17:22:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 127 | java | /**
* Created by thomas on 9/16/17.
*/
public abstract class Forme2D {
Forme2D(){};
public abstract double aire();
}
| [
"thom.rebaud@hotmail.com"
] | thom.rebaud@hotmail.com |
c33def8fa03098a043c1bcff0a09812f6f0bc3e0 | d25dfca045936ead42dc39b5fb2bdd6c3882fe2f | /src/de/htwhome/MainPC1Stress.java | 49c69e2e81624d54d305b81206592e9f51c1bce9 | [] | no_license | timb-stud/HTW-Home | 9bff808341a32075f362b0bba9ca2e4bc73898cc | 8f1b5b44f020aaddd24aa3f1498b1d5228a8027e | refs/heads/master | 2021-01-22T02:34:14.137163 | 2011-04-13T08:20:31 | 2011-04-13T08:20:31 | 1,486,564 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 730 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package de.htwhome;
import de.htwhome.devices.OnOffTimer;
import de.htwhome.gui.LightFrame;
import java.io.IOException;
import java.net.SocketException;
/**
*
* @author tobiaslana
*/
public class MainPC1Stress {
... | [
"tobias.lana@googlemail.com"
] | tobias.lana@googlemail.com |
6ab22694afb1559b35fefbb6c38c99867a9f8704 | 884cfabbe4e6ca4a011fcc8d601daef6fb1522c9 | /src/main/java/org/jhttping/Header.java | d7015d2a57f5b98300ab921a6d95061c07107af5 | [] | no_license | achmelev/jhttping | a52e17f434cf00081127ca1947b8259eb37e56f7 | 529d2f9f02090bd0a92d7f449aab89d1f9549c29 | refs/heads/master | 2021-06-25T12:45:41.146786 | 2019-10-31T12:20:18 | 2019-10-31T12:20:18 | 216,259,691 | 0 | 0 | null | 2021-04-26T19:37:52 | 2019-10-19T19:29:03 | Java | UTF-8 | Java | false | false | 423 | java | package org.jhttping;
public class Header {
private String name;
private String value;
public Header(String name, String value) {
super();
this.name = name;
this.value = value;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String getV... | [
"achmelev2@Alexeis-Mini.fritz.box"
] | achmelev2@Alexeis-Mini.fritz.box |
83a3ff5188985c4084b5839abfca29216b60471a | a2fb1776a53ea89c76246fb634cb3cb30740e990 | /src/main/java/com/danny/bot/handler/TypingEventHandler.java | 8c4e28ea36d733e303bad37e568ecc69a68b0c38 | [] | no_license | dannyhn/DiscoBot | 1e073ca5b85d7e3b581789b30d27fb318f4d0541 | 75c1be72e2bffdcbe046523a5b6d01bea9b2abdf | refs/heads/master | 2021-01-11T18:44:52.768312 | 2018-03-19T23:48:00 | 2018-03-19T23:48:00 | 79,616,723 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,227 | java | package com.danny.bot.handler;
import java.util.Random;
import com.danny.bot.service.RandomWordService;
import com.danny.bot.util.MessageUtil;
import com.danny.bot.util.UserUtil;
import sx.blah.discord.handle.obj.IChannel;
import sx.blah.discord.handle.obj.IUser;
/**
* @author Danny
*
*/
public cl... | [
"dann.ngu@gmail.com"
] | dann.ngu@gmail.com |
b2607d98a507077ce8fcc937de31c3502b5ea870 | d65ba84df3ad7e2e0918d6923a364367abf1cd61 | /src/main/java/com/liuqi/business/service/CtcOrderService.java | 4f0dda61cfe0f9ca812ca38e363f4b90e35e4dfb | [] | no_license | zhanglinjiang30/afil | 1199f41002d9a81affb852273c573fbfe60a391a | 47c63e4c267a57ed80a7a330e9d6b7af4d5a99bd | refs/heads/master | 2023-01-29T03:25:31.000798 | 2020-12-15T11:34:11 | 2020-12-15T11:34:17 | 321,542,651 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,214 | java | //package com.liuqi.business.service;
//
//import com.liuqi.base.BaseService;
//import com.liuqi.business.model.CtcConfigModelDto;
//import com.liuqi.business.model.CtcOrderModel;
//import com.liuqi.business.model.CtcOrderModelDto;
//
//import java.math.BigDecimal;
//
//public interface CtcOrderService extends BaseServ... | [
"859476472@qq.com"
] | 859476472@qq.com |
73d574dc7729a25eeee9d859cce87d712b39b98b | 0d6ea46c83a6f28b9751ad3cf1ace7bb4e777a5d | /sibad_repo_cert_sibad/src/main/java/gob/osinergmin/sibad/domain/builder/AlcanceAcreditacionBuilder.java | c2e99239cc9bff4eb0900387f0af294a17510b8d | [] | no_license | stevecerdan/SIGUO | 00c08830aaba7f60e11f208123deb77979b45093 | 6566ab0dbeeccd767536ecc40c9fdc7c3b5d7069 | refs/heads/master | 2020-03-08T06:23:28.151263 | 2018-07-15T02:39:23 | 2018-07-15T02:39:23 | 127,970,819 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,182 | java | package gob.osinergmin.sibad.domain.builder;
import java.util.ArrayList;
import java.util.List;
import gob.osinergmin.sibad.domain.PghAlcanceAcreditacion;
import gob.osinergmin.sibad.domain.dto.AlcanceAcreditacionDTO;
public class AlcanceAcreditacionBuilder {
public static List<AlcanceAcreditacionDTO> t... | [
"asenjochristian@gmail.com"
] | asenjochristian@gmail.com |
8ca6a674623e655dafc6acb04b73867796cad70d | 357fe03065b6cb5e15272f0f426e2bfaec39b004 | /2019-20-2/prognyelvek (Java)/hf2/Complex.java | 8cde19cac75748baae54b8a78e58d2f89840f807 | [] | no_license | imdonix/elte-ik-bsc | f2101456dac556264ee5bed0650829bf9522fbaa | 126181bebcf9af323b54222a2177eb8dbb797144 | refs/heads/master | 2023-07-30T23:36:03.440246 | 2022-05-17T21:25:57 | 2022-05-17T21:25:57 | 219,555,437 | 6 | 4 | null | 2021-11-17T22:07:07 | 2019-11-04T17:15:05 | C++ | UTF-8 | Java | false | false | 912 | java | class Complex
{
double re,im;
double abs()
{
return Math.sqrt(re*re + im*im);
}
void add(Complex c)
{
re+=c.re;
im+=c.im;
}
void sub(Complex c)
{
re-=c.re;
im-=c.im;
}
void mul(Complex c)
{
double temp = re;
re=(re*c.re) - (im*c.im);
im=(temp*c.im) + (im*c.re);
}
void conjugate()... | [
"tamas.donix@gmail.com"
] | tamas.donix@gmail.com |
171e2a752c6062ea7a82768e3fda08e7b96ec270 | 8191908d9aeb5c77da3c4f5599393f6349ba028b | /src/Model/AlunosDAO.java | e8d09ed8a0d7038de1bd1a903bc50038f9f578c9 | [] | no_license | humbertoftneto/SistemaUniversidade | bad2f43246c5126372cd33dd132df531f4a6e6dc | f411fd1baf1022e49f5f8c49d2262f31b07d631f | refs/heads/master | 2020-09-30T19:37:34.965148 | 2019-12-11T18:06:42 | 2019-12-11T18:06:42 | 227,358,393 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,471 | java | package Model;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
public class AlunosDAO {
private static AlunosDAO instance;
private AlunosDAO() {
MySQLDAO.getConnection();
}
public static AlunosDAO getInstance() {
if (instance == null... | [
"humbertoftneto@gmail.com"
] | humbertoftneto@gmail.com |
09db77ad3e56e38e16eb7862975fb047f2a975b1 | 4d26dd8f090aeab45e54957bcd9af323e4dc87bd | /PokerHands/src/pokerhands/BasicCardType.java | 5f8c586186b6fc31bed069124538193c5198d19f | [] | no_license | sallav/PokerHands | f64481732181a398d9900a6554b8988bdb454188 | c0f596a65c733468cdb6992667aa5523c545f8da | refs/heads/master | 2020-05-30T19:40:08.497826 | 2017-03-02T21:11:25 | 2017-03-02T21:11:25 | 83,679,704 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,026 | java |
package pokerhands;
import java.util.*;
/**
* Luokka korttien vertailua varten
* @author Salla
*/
public class BasicCardType implements Comparator<Integer>, CardType {
final private String[] suits = {"Hertta", "Ruutu", "Risti", "Pata"};
final private String[] ranks = {"A", "2", "3", "4", "5", "6", "7", "8... | [
"salla_mari@hotmail.com"
] | salla_mari@hotmail.com |
0679857d3409cbb94667778220b53bc64e0f0923 | 128eb90ce7b21a7ce621524dfad2402e5e32a1e8 | /laravel-converted/src/main/java/com/project/convertedCode/servlets/vendor/laravel/framework/src/Illuminate/Notifications/Channels/servlet_DatabaseChannel_php.java | 7abf1983cb01442ca4e2ad0c15b6047a188e778f | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | RuntimeConverter/RuntimeConverterLaravelJava | 657b4c73085b4e34fe4404a53277e056cf9094ba | 7ae848744fbcd993122347ffac853925ea4ea3b9 | refs/heads/master | 2020-04-12T17:22:30.345589 | 2018-12-22T10:32:34 | 2018-12-22T10:32:34 | 162,642,356 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,265 | java | package com.project.convertedCode.servlets.vendor.laravel.framework.src.Illuminate.Notifications.Channels;
import com.runtimeconverter.runtime.includes.RuntimeIncludable;
import com.runtimeconverter.runtime.includes.RuntimeConverterServlet;
import com.runtimeconverter.runtime.RuntimeEnv;
import javax.servlet.http.Http... | [
"git@runtimeconverter.com"
] | git@runtimeconverter.com |
d652da39cce0d112a8911bfff862d9aa74f1b5a0 | ff5e1af7801a68583a5e52099859ae6814c05a2f | /src/cg/ncn/JspJEE/servlets/ListeClient.java | a1797d1c8148ba250a18b1030598b245e8f78a32 | [] | no_license | ncn17/JEE_8_JSP_JDBC | 10bf8b6503277395fa53c7512265ae7dcc2e10d1 | 0585dcbcd56baa5fb63db03f4aa79706bbaf3c96 | refs/heads/master | 2020-08-05T05:46:47.368948 | 2019-10-02T19:06:38 | 2019-10-02T19:06:38 | 212,418,890 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 947 | java | package cg.ncn.JspJEE.servlets;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
@WebServlet( "/listeClient" )
public class... | [
"atir17@nkounkounicephore@gmail.com"
] | atir17@nkounkounicephore@gmail.com |
364dbeabd6fac75bbeb7e40d1d530707c8ed3972 | 446d682a06969b04ff637f83fa71b2448fda423f | /tinker/tconstruct/items/CraftingItem.java | 3f4c28efc07a9c8418546edc0ebc21d96d7f9dfc | [] | no_license | agaricusb/TinkersConstruct | 21ad2db01f867a1397788e80be334c7b5bab9213 | 2f5d798753d1642eb5ee5f15270b6fe73bfdce3c | refs/heads/master | 2021-01-16T00:17:33.310208 | 2013-03-09T11:49:04 | 2013-03-09T11:49:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 661 | java | package tinker.tconstruct.items;
import java.util.List;
import tinker.tconstruct.TConstruct;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
public class CraftingItem ex... | [
"miellekyunni@gmail.com"
] | miellekyunni@gmail.com |
50cfa417e84d3fc58f50146dc4d47f08f94cffd5 | fdd4cc6f8b5a473c0081af5302cb19c34433a0cf | /src/modules/agrega/ModificadorWeb/src/main/java/es/pode/modificador/presentacion/pendientes/ListadoSubmitFormImpl.java | 08c1e16a81363ab9c5051a3cd17f8436defdd35f | [] | no_license | nwlg/Colony | 0170b0990c1f592500d4869ec8583a1c6eccb786 | 07c908706991fc0979e4b6c41d30812d861776fb | refs/heads/master | 2021-01-22T05:24:40.082349 | 2010-12-23T14:49:00 | 2010-12-23T14:49:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 25,683 | java | // license-header java merge-point
package es.pode.modificador.presentacion.pendientes;
public class ListadoSubmitFormImpl
extends org.apache.struts.validator.ValidatorForm
implements java.io.Serializable
, es.pode.modificador.presentacion.pendientes.IniciarTareaForm
, es.pode.modificado... | [
"build@zeno.siriusit.co.uk"
] | build@zeno.siriusit.co.uk |
2d7f717f18a533392985e6ce4ba33351c18d2428 | dee07d3c83cd020a6a9faaf2a51a61f890098cac | /RetinexTheoryProject/src/retinextheoryproject/gui/RetinexTheoryProject.java | a9ef8776c7e99e0775f542c3d6cc000e866fcb6d | [] | no_license | krf12/Uni-Projects | fac4c0d820aca0e731444931a5617bc69e953b22 | 84795969f227465253e8ee829886d9367455c4a9 | refs/heads/master | 2016-09-05T19:03:23.642082 | 2015-01-25T15:20:18 | 2015-01-25T15:20:18 | 6,663,099 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 579 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package retinextheoryproject.gui;
import java.awt.*;
import java.awt.image.*;
import java.io.File;
import java.io.IOException;
import javax.imageio.ImageIO;
/**
*
* @author Kit
*/
public class RetinexTheoryProject {... | [
"krf@aber.ac.uk"
] | krf@aber.ac.uk |
99cdadcddf6deb8cb9b40f349153cc407fb53050 | e68581f10d2ac8138f89833654a94adb86796871 | /src/cc4/PurchaseBO.java | afa2b8c02d39d817fde6505dd2a1e01f5b9e3683 | [] | no_license | roysantu/sdetu-training | bdc78b132ae5b90c59d0aa08929babc6564ce72e | c22ed0726f42deb79150088b58d6042c532eb341 | refs/heads/master | 2020-04-20T02:09:03.419763 | 2019-01-31T17:36:28 | 2019-01-31T17:36:28 | 168,563,882 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 285 | java | package cc4;
public class PurchaseBO {
public void addNewItem(PurchaseOrder purchaseOrder, Item item, int quantity) {
// fill code here.
}
public void updateItem(OrderLine orderLineObj,int quantity)
{
// fill code here.
}
}
| [
"sroy@cninc.com"
] | sroy@cninc.com |
ad1701e0e7c01ac644f817b545254875db224949 | 1317fe3677c684401988d219b9fb6b2f677c1766 | /src/main/java/edu/sjsu/cmpe273/facebookarchiver/results/DeletedPics.java | db2d441021c5c52546afac2408e6cb03c042ff93 | [] | no_license | The-ThinkTank/CMPE273Project | b8b901781002778053e1aa7e7a8de14ae4b1534e | cbff7ae9a95cce68cacd8080e5ef0cdc3d81ac11 | refs/heads/master | 2021-01-23T07:20:51.248189 | 2015-06-06T16:48:48 | 2015-06-06T16:48:48 | 33,701,843 | 0 | 1 | null | 2015-05-13T03:47:59 | 2015-04-10T01:33:40 | Shell | UTF-8 | Java | false | false | 775 | java | package edu.sjsu.cmpe273.facebookarchiver.results;
import edu.sjsu.cmpe273.facebookarchiver.entity.UserPhotos;
import org.springframework.data.mongodb.core.mapping.Document;
import java.util.List;
/**
* Created by Rajat on 5/13/2015.
*/
@Document(collection="DeletedPhotos")
public class DeletedPics {
... | [
"RoadeoCowboy@gmail.com"
] | RoadeoCowboy@gmail.com |
d71a5342dfc46908ed5e9bd2c42274504ca12bd2 | 39c46a9ea5c1b5127b6c3df3ec4ab988d442fe83 | /app/src/main/java/com/example/smartcharger/ScanQRCodeActivity.java | 9e19c615eeb0459d1da5d909ed5f8b3731e65041 | [] | no_license | TOUHOUALICE/SmartCharger | 62def49b4714da4ea48e5892e071ebcd21e43139 | e027f4512f14d940b665fd7a7a90962c3e504321 | refs/heads/master | 2022-07-29T13:31:58.795117 | 2020-05-31T14:10:00 | 2020-05-31T14:10:00 | 268,201,700 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,733 | java | package com.example.smartcharger;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.KeyEvent;
import com.journeyapps.barcodescanner.CaptureManager;
import com.journeyapps.barcodescanner.DecoratedBarcodeView;
public class ScanQRCodeActi... | [
"1510177632@qq.com"
] | 1510177632@qq.com |
ad2482755cf0fb415e48cbe0e3052ff99ecae748 | e501067bc494b7fc51e7ed9c3afd5fe6b0c92e72 | /app/src/main/java/com/technotapp/servicestation/adapter/DataModel/ProductFactorAdapterModel.java | bd0b92b83eacf3ab4ea31c16af180b74f4915362 | [] | no_license | abdolmaleki/ServiceStation | be96a97e664116285e9ad5ac96a61cd6fc0116fe | 1dbb7d2121ce9b6fe3d12f336039c44fce045d6c | refs/heads/master | 2020-06-20T03:48:33.932405 | 2018-04-18T11:19:21 | 2018-04-18T11:19:21 | 196,981,332 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,580 | java | package com.technotapp.servicestation.adapter.DataModel;
import io.realm.Realm;
import io.realm.RealmObject;
public class ProductFactorAdapterModel extends RealmObject {
private long nidProduct;
private String unitPrice;
private String unit;
private String name;
private String description;
pri... | [
"abdolmaleki.s@gmail.com"
] | abdolmaleki.s@gmail.com |
f83b2e15e541cdb89da54e2ce58d440793721880 | bdf86b37da5777c18453c17c64b820f6a3add41b | /sixteen_coins_problem/version2/UnweightedGraph.java | 5c68f3631a6d358ddc4b459760023b128ca0d8a4 | [] | no_license | Heenjiang/- | 344253b91266e4c056698f089295ed4c0f15e39c | 1abcc0bcd2f54264e68ba63ec3dd4505b4c77197 | refs/heads/master | 2020-04-15T15:34:40.858973 | 2019-01-09T05:43:16 | 2019-01-09T05:43:16 | 164,799,673 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 305 | java | package version2;
import java.util.*;
public class UnweightedGraph<V> extends AbstractGraph<V> {
/** Construct a graph for integer vertices 0, 1, 2 and edge list */
public UnweightedGraph(List<Edge> edges, int numberOfVertices) {
super(edges, numberOfVertices);
}
}
| [
"1207881522@qq.com"
] | 1207881522@qq.com |
c7e8681c986c1db42c7f1354f2b88c040da30599 | 9af2b9a991d1295439e884b34c12f21e03c5a873 | /app/src/main/java/com/hs/qrconde/camera/PreviewCallback.java | 98242c2b0a24b498c4187c0417f277948b8bec48 | [] | no_license | haishuang/qrconde | 6275759cf7f79a469a0f07a01980156f05487b1d | 1ca0b0333f520852242c4897d886865746eadf47 | refs/heads/master | 2020-11-30T18:56:07.285043 | 2016-09-02T07:52:12 | 2016-09-02T07:52:12 | 67,201,735 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,803 | java | /*
* Copyright (C) 2010 ZXing authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | [
"623691640@qq.com"
] | 623691640@qq.com |
e9bc916bb646886c8b1803221d60447148b22f76 | 0a4d4b808ee0724114e6153c1204de4e253c1dcb | /samples/86/a.java | a43b541a8e4dc293d0aeca2284b09759f39294ca | [
"MIT"
] | permissive | yura-hb/sesame-sampled-pairs | 543b19bf340f6a35681cfca1084349bd3eb8f853 | 33b061e3612a7b26198c17245c2835193f861151 | refs/heads/main | 2023-07-09T04:15:05.821444 | 2021-08-08T12:01:04 | 2021-08-08T12:01:04 | 393,947,142 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 958 | java | import java.util.Hashtable;
class LRUCache<K, V> implements Cloneable {
/**
* Flushes all entries from the cache.
*/
public void flush() {
this.currentSpace = 0;
LRUCacheEntry<K, V> entry = this.entryQueueTail; // Remember last entry
this.entryTable = new Hashtable<>(); // Clear ... | [
"hayeuyur@MacBook-Pro.local"
] | hayeuyur@MacBook-Pro.local |
a263570d6ba4e922f048857024e80cee5114f86b | 2075e2209755a8b777acc8f38a36aff32f5d0060 | /app/src/androidTest/java/com/example/bhaum/dditconnect/ExampleInstrumentedTest.java | 7a578c4be5dc5ad52fe4ab6995135070f25d6ccd | [] | no_license | bhaumik1561/CampusWide | 3995c966619aa023c6674aa10f55adf49c0ca0be | 78ce81bf2bb8d3275de712c49566e7425988e0a4 | refs/heads/master | 2021-01-20T09:46:30.681190 | 2018-11-21T21:15:41 | 2018-11-21T21:15:41 | 90,286,962 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 762 | java | package com.example.bhaum.dditconnect;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test, which will execute on a... | [
"bhaumik ichhaporia"
] | bhaumik ichhaporia |
a4018c963967e50195cbf3deffadd3ef666aa74e | 71c6a840321e68d7739467dc10a6cff50b9c81fe | /src/main/java/com/example/Application.java | 66c3e051ed8631011ca28782656f9eaaa57547bb | [] | no_license | ThePinkRaven/raven-news-server | 124677c5901f7cd128b7d2c81ae385a5f6212988 | 61a22387d72bff0e74fc0f7bf6cd3548d648574e | refs/heads/master | 2021-09-07T20:50:35.043916 | 2018-02-28T22:37:00 | 2018-02-28T22:37:00 | 119,746,052 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 920 | java | /*
* Copyright 2016-2017 Red Hat, Inc, and individual contributors.
*
* 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... | [
"grzesiekk15@gmail.com"
] | grzesiekk15@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.