blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 410 | content_id stringlengths 40 40 | detected_licenses listlengths 0 51 | license_type stringclasses 2
values | repo_name stringlengths 5 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 80 | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 689M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 131
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 9.45M | extension stringclasses 32
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 313 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6a260d78da5a1612f0a0fb2e175134f242e2c9ea | 49b4cb79c910a17525b59d4b497a09fa28a9e3a8 | /parserValidCheck/src/main/java/com/ke/css/cimp/fwb/fwb12/Rule_ULD_TYPE.java | 7fac9be93873b94fa5d6b9c3826cea811b918d9b | [] | no_license | ganzijo/koreanair | a7d750b62cec2647bfb2bed4ca1bf8648d9a447d | e980fb11bc4b8defae62c9d88e5c70a659bef436 | refs/heads/master | 2021-04-26T22:04:17.478461 | 2018-03-06T05:59:32 | 2018-03-06T05:59:32 | 124,018,887 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,621 | java | package com.ke.css.cimp.fwb.fwb12;
/* -----------------------------------------------------------------------------
* Rule_ULD_TYPE.java
* -----------------------------------------------------------------------------
*
* Producer : com.parse2.aparse.Parser 2.5
* Produced : Tue Mar 06 10:36:09 KST 2018
*
... | [
"wrjo@wrjo-PC"
] | wrjo@wrjo-PC |
a0ecb6cbf8cbde3e4b16d02804bbf711b58a0937 | ef954387d4dedf809dff0e92c4749ab12806d3cb | /spring-security-web/spring-security-web-csrf/src/main/java/com/ymmihw/springsecuritycsrf/dto/Foo.java | 62fba69361e172f867faa7bb2a8ae449af52e1ab | [] | no_license | ymmihw/spring-security | 86be48d78956f6f3ddcfc7b40d8a5feb865d5950 | ec3d600244569e710558855b7087f7ce5d51c2b7 | refs/heads/master | 2022-02-02T06:41:23.355866 | 2021-06-25T09:45:30 | 2021-06-25T09:45:30 | 135,403,726 | 0 | 0 | null | 2022-01-21T23:18:54 | 2018-05-30T07:17:03 | Java | UTF-8 | Java | false | false | 1,363 | java | package com.ymmihw.springsecuritycsrf.dto;
import java.io.Serializable;
public class Foo implements Serializable {
private static final long serialVersionUID = 1L;
private long id;
private String name;
public Foo() {
super();
}
public Foo(final String name) {
super();
this.name = name;
... | [
"whimmy@126.com"
] | whimmy@126.com |
169352e70d669399bc400b6dbcc9ef82fd6fb7c4 | 5f50a055d20f4df26448191c16eb6efce8a3216d | /app/src/main/java/com/wangjing/androidwebview/JSBean.java | 8e5ac3c6c94f4f313a82564dab0e91dc045e32b8 | [
"Apache-2.0"
] | permissive | TokenYc/AndroidWebview | 59faf1510450d849ac0a536b5544b230dd15ee00 | bfe337a464e1219b512c3ccda48ff61ae6bf1d1a | refs/heads/master | 2020-11-23T18:42:48.560083 | 2019-12-13T07:24:01 | 2019-12-13T07:24:01 | 227,773,062 | 0 | 0 | Apache-2.0 | 2019-12-13T06:36:01 | 2019-12-13T06:36:00 | null | UTF-8 | Java | false | false | 470 | java | package com.wangjing.androidwebview;
/**
* addJavascriptInterface的存储集合
*/
public class JSBean {
private Object mapClazz;
private String objName;
public Object getMapClazz() {
return mapClazz;
}
public void setMapClazz(Object mapClazz) {
this.mapClazz = mapClazz;
}
publi... | [
"919335417@qq.com"
] | 919335417@qq.com |
0da4912a77b038937f54fc3aa8b5fd0e19e0fcd2 | fe761a90c469b2b9902adb9fc85480909bb44301 | /src/com/practice/datastruc/MergePointTwoLL.java | c761f5e98fd571b3c7414030fdbf9b6f5bff7175 | [] | no_license | chait2605/Practice-Java | 2dbb54bc45bf6b0c1a1e4eb1885072dbf78e5137 | 96e88a5387b5cb286f86d90e745bea97b2808e47 | refs/heads/master | 2020-03-08T02:15:23.465057 | 2018-04-03T08:07:37 | 2018-04-03T08:07:37 | 127,854,003 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 602 | java | /**
*
* find the merge point of two lists
*
*
*/
package com.practice.datastruc;
public class MergePointTwoLL {
class Node{
int data;
Node next;
}
int findNodeAtMerge(Node headA, Node headB) {
Node currA = headA;
Node currB = headB;
while(currA!=currB) {
... | [
"chait.2605@gmail.com"
] | chait.2605@gmail.com |
146594f77e0219724d279de5bde22dd1b343e7f5 | 5ffa6832193e74ca024fe28fa5339fefb4f4066e | /src/main/java/oop/assignment2/ex39/Application.java | a1231cc74424efdb9b20a54bccf6028222ebee7c | [] | no_license | Awesome-wolf-101/ashby-cop3330-assignment2 | 7a061dd97b554b58cdf4a94fef4146a7b3368de6 | 06b0a2f217b5f5a1a13c6dc7e518e60f090dcdea | refs/heads/master | 2023-05-20T16:01:31.726225 | 2021-06-14T03:01:47 | 2021-06-14T03:01:47 | 376,626,964 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 655 | java | /*
* UCF COP3330 Summer 2021 Assignment 2 Solution
* Copyright 2021 Joshua Ashby
*/
package oop.assignment2.ex39;
import java.util.List;
import java.util.Map;
import java.util.Scanner;
public class Application {
public static void main(String[] args)
{
EmployeeSorter employeesorter = new Employe... | [
"joshuaashby16@gmail.com"
] | joshuaashby16@gmail.com |
4d27e3317c1924a709d79ec7b20f53774162ca22 | 8271d9b64896d2bba66dff17ce89ba1debcbb6ee | /src/main/java/mezz/jei/ingredients/IngredientBlacklistInternal.java | 2291454eedf549d9f788ed1eb4a9ee26e5498430 | [
"MIT"
] | permissive | IMarvinTPA/JustEnoughItems | e754dc26fd4476910d6e07dbd212554ab9d4f0e4 | 19236745fd58cecd9b044f289508e9749b0d0f68 | refs/heads/1.16 | 2022-06-01T15:52:45.262792 | 2022-02-17T23:52:36 | 2022-03-08T00:57:31 | 78,608,999 | 0 | 0 | MIT | 2022-05-21T06:37:49 | 2017-01-11T06:20:31 | Java | UTF-8 | Java | false | false | 1,128 | java | package mezz.jei.ingredients;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import mezz.jei.api.ingredients.IIngredientHelper;
import mezz.jei.api.ingredients.subtypes.UidContext;
public class IngredientBlacklistInternal {
private final Set<String> ingredientBlacklist = new HashSet<>();
p... | [
"tehgeek@gmail.com"
] | tehgeek@gmail.com |
fcbabc41367d545f9f9e4bb5e26ed463e4cd7551 | 31308c0dd1d8bfc074f10b1bf8b40fa26f45cf51 | /NonDecreasingArray.java | e6bfd735a145e161fbd53ed29ed42de1b2ed99c0 | [] | no_license | SunavaP/DataStructureAndAlgorithm | 6f81c35ee50d7fec1122c5f32906813dd0581423 | c69b57a5d1aadb2d894f7546973a78654883365f | refs/heads/master | 2022-01-09T19:49:34.903718 | 2019-05-14T04:38:05 | 2019-05-14T04:38:05 | 45,674,225 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,712 | java | public class NonDecreasingArray {
public static void main(String[] args) {
System.out.println(solution(new int[]{2, 3, 3, 2, 4})); //true
System.out.println(solution(new int[]{-1, 4, 2, 3})); //true
System.out.println(solution(new int[]{4, 2, 3})); //true
System.out.println(solution... | [
"sunava@sunavas-MacBook-Pro.local"
] | sunava@sunavas-MacBook-Pro.local |
b417233ef15fc339b52c48f60b3f3effeac2b2c0 | 26b347151f7bb66ab578d28372a97c48767f7365 | /lab4/Main.java | c2add3c06ad7610e2f481d1bf7b6d3659b2142a2 | [] | no_license | Gaspachonacho/InkapslingMultiplication | 21a88d882056c06b4f08f06cb4a46c639f2f3583 | 434960d9ac7366bf5ac8f7537f85dc02a832ac89 | refs/heads/master | 2020-09-13T08:31:31.346207 | 2019-11-19T14:16:13 | 2019-11-19T14:16:13 | 222,711,963 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,078 | java | package lab4;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
//////////////////////////////////////////////////////////////
Scanner scan = new Scanner(System.in);
// Skannar in x och y värdet
System.out.print("x: ");
int xAxis = scan.nextInt();
System.o... | [
"noreply@github.com"
] | Gaspachonacho.noreply@github.com |
902ebbf7ec12d0acecf49aa98caabd0626d57f6d | 5d0a4400151d75252618d41ea69c2f83604b2804 | /src/com/guhao/learn/chapter3/package-info.java | ce3111353d8a08845b2b679e1799236a37e3c277 | [] | no_license | ClearScenery/Java8-Learn | 07310f3e38f395e86ca2cd7cfad035579277414d | 9cdde534f73a8d59b4d8b35082b9990b85e2c8f8 | refs/heads/master | 2020-08-16T03:16:14.572990 | 2020-03-30T06:21:17 | 2020-03-30T06:21:17 | 215,448,084 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 33 | java | package com.guhao.learn.chapter3; | [
"18712497100@163.com"
] | 18712497100@163.com |
8c41dd10e27f79225a0405b094fe3b2ed88ca25f | 07711b6d6fcf4ae6a03e88fd50259c7acfcd99a8 | /assignments/week-6-assignment-5/W6-A5-ThreadedDownloads-StartedServices/src/edu/vuum/mocca/ThreadPoolDownloadService.java | cc7580607f6d2a67e792e956a322fb83e27f4587 | [] | no_license | micmarc/coursera-posa | afa06b431a786447a9c422f94d7234837cc48f60 | 8ff6276e90077c3793f3162ff3c3bcfd6244b351 | refs/heads/master | 2020-12-30T22:08:54.864831 | 2014-07-13T21:16:58 | 2014-07-13T21:16:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,063 | java | package edu.vuum.mocca;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import android.app.Service;
import android.content.Context;
import android.content.Intent;
import android.os.Handler;
import android.os.IBinder;
import android.os.Messenger;
import android.util.Log;
/**
* @cl... | [
"mmarcus@captechventures.com"
] | mmarcus@captechventures.com |
0b27aaca9a34a02f933f6c667c71ea8a7a6d5a78 | 13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3 | /crash-reproduction-ws/results/XWIKI-13407-3-2-Single_Objective_GGA-WeightedSum/com/xpn/xwiki/store/XWikiCacheStore_ESTest.java | 0902a6041c510ed063917aa9ddbed7698bde84f4 | [
"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 | 556 | java | /*
* This file was automatically generated by EvoSuite
* Wed Apr 01 03:20:21 UTC 2020
*/
package com.xpn.xwiki.store;
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(EvoRunner... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
04db6339622b344fea4fcdc48c0480fb3ffa6713 | 6b7aac98c8612dd14c246f306e410f33319befca | /customermgt-jparepo/src/main/java/com/dxctraining/customermgt/util/CustomerUtil.java | 42065e3ffbcec0940b749dfa00d7c866945a7386 | [] | no_license | Pradeeparumugam/mongorepo-jparepo | 8c2bd381413e082a52e991a423a4ac6995bac05a | 169801acb4ba111a37a61cf67dadf8634ffba6ec | refs/heads/master | 2022-12-07T07:17:25.508957 | 2020-09-04T19:30:30 | 2020-09-04T19:30:30 | 292,474,399 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 383 | java | package com.dxctraining.customermgt.util;
import org.springframework.stereotype.Component;
import com.dxctraining.customermgt.dto.CustomerDto;
import com.dxctraining.customermgt.entities.Customer;
@Component
public class CustomerUtil {
public CustomerDto customerdto(Customer customer) {
CustomerDto dto=new Custom... | [
"pradeeparumugam1212@gmail.com"
] | pradeeparumugam1212@gmail.com |
647b3c6871f5c5cdda9f7681e211f4d44b91f8c7 | 7e148f498cb76184a30bd44035f8cdb6a43ef71c | /app/src/main/java/dipesh/com/emergencyalertsystem/MyService.java | 2d7eb9a5dfc40f74c6f072ffe8d92c209d3c87a0 | [] | no_license | dipeshkoirala21/EmergencyAlertSystem | e5b48d1416b67c2042aa4474eab2b14084011e57 | 68edef97ac347734e033d0cbf8d091007d3813b3 | refs/heads/master | 2020-04-24T14:55:35.527400 | 2019-05-25T11:52:31 | 2019-05-25T11:52:31 | 172,044,044 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,304 | java | package dipesh.com.emergencyalertsystem.hk;
import android.Manifest;
import android.app.Service;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.content.SharedPreferences;
import android.content.pm.PackageManag... | [
"dipeshkoirala21@gmail.com"
] | dipeshkoirala21@gmail.com |
9123650d001c517f784cbd98c425b4f0ff17db63 | ecddf6216f14cb6d87d8b8088097a8ea8bb9fd40 | /src/com/lele/algorithm/floyd/FloydAlgorithm.java | 0857636828652381da5dd5a956eed03a9532dd59 | [] | no_license | houwanle/datastructure | 0d92383368ee9483e08e7e1113409a7bd0150279 | 2a328e66e5f444614bcbe56a504c420626dff3d9 | refs/heads/master | 2023-01-30T14:35:20.569946 | 2020-12-20T02:16:05 | 2020-12-20T02:16:05 | 297,341,426 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,214 | java | package com.lele.algorithm.floyd;
import java.util.Arrays;
/**
* author: hwl
* date: 2020/12/17 21:45
* version: 1.0.0
* modified by:
* description: 弗洛伊德算法
*/
public class FloydAlgorithm {
public static void main(String[] args) {
// 测试
char[] vertex = {'A','B','C','D','E','F','G'};
... | [
"wanle@qq.com"
] | wanle@qq.com |
39b27e0a5bc2c9f3e41fcf2a63358cf7fad9cbc2 | 2cc15eeaaa10ea0460a2a4c74e3cc1cb6150c049 | /datasources/src/main/java/org/client/datasources/ResultSetResult.java | f3e53fe3a80ce103319dfb98c53b7431a7ffe5a9 | [] | no_license | lin848497337/mysql-client | cda7194aead70b3f1e3dfc327f095974ea40a2f9 | ff5a6d07307f469cf95792a5405e821fa533c3c4 | refs/heads/master | 2023-01-01T20:53:21.428199 | 2020-10-26T12:42:43 | 2020-10-26T12:42:43 | 306,822,292 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 667 | java | package org.client.datasources;
import java.util.ArrayList;
import java.util.List;
public class ResultSetResult extends ExecuteRsult{
private List<List<String>> resultList = new ArrayList<>();
private List<String> columnNameList = new ArrayList<>();
public void addRow(List<String> row){
result... | [
"chengjin.lyf@alibaba-inc.com"
] | chengjin.lyf@alibaba-inc.com |
b2e0b1b818f4c66ab2379a5c319f093c124817f6 | fbf95d693ad5beddfb6ded0be170a9e810a10677 | /core-services/egov-data-uploader/src/main/java/org/egov/dataupload/property/models/Calculation.java | 12d584fa9aced8144a552d9944b3d5570ef018e5 | [
"MIT",
"LicenseRef-scancode-generic-cla"
] | permissive | egovernments/DIGIT-OSS | 330cc364af1b9b66db8914104f64a0aba666426f | bf02a2c7eb783bf9fdf4b173faa37f402e05e96e | refs/heads/master | 2023-08-15T21:26:39.992558 | 2023-08-08T10:14:31 | 2023-08-08T10:14:31 | 353,807,330 | 25 | 91 | MIT | 2023-09-10T13:23:31 | 2021-04-01T19:35:55 | Java | UTF-8 | Java | false | false | 950 | java | package org.egov.dataupload.property.models;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.*;
import java.math.BigDecimal;
import java.util.List;
/**
* Calculation
*/
@Getter
@Setter
@AllArgsConstructor
@NoArgsConstructor
@Builder
public class Calculation {
@JsonProperty("serviceNum... | [
"36623418+nithindv@users.noreply.github.com"
] | 36623418+nithindv@users.noreply.github.com |
4c4704723db08382f64c69e8e9047567c16f31ca | d2cb1f4f186238ed3075c2748552e9325763a1cb | /methods_all/nonstatic_methods/javax_swing_text_html_parser_DTD_getClass.java | 255b2dcfd54e1ebbfa15e54b133f2ae9a18544a3 | [] | no_license | Adabot1/data | 9e5c64021261bf181b51b4141aab2e2877b9054a | 352b77eaebd8efdb4d343b642c71cdbfec35054e | refs/heads/master | 2020-05-16T14:22:19.491115 | 2019-05-25T04:35:00 | 2019-05-25T04:35:00 | 183,001,929 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 175 | java | class javax_swing_text_html_parser_DTD_getClass{ public static void function() {javax.swing.text.html.parser.DTD obj = new javax.swing.text.html.parser.DTD();obj.getClass();}} | [
"peter2008.ok@163.com"
] | peter2008.ok@163.com |
6cd82292f183d87502f7d45e8c2ca3f66c276580 | 32653f6c95b48cad0d9ee75079575250f38040c0 | /app/src/main/java/com/example/brick/thezed/RecyclerViewAdapter.java | 5f6b6ea9feac49d7ea2c088d213414c04963923e | [] | no_license | BrickGoat/theZed | 0489c87d75b4a86ffe3b6fe0df0e8fd4806c3f97 | 6bb5c105169d43b9b4c613044da4e5741c20f85a | refs/heads/master | 2020-04-26T22:35:34.989369 | 2019-06-16T23:47:01 | 2019-06-16T23:47:01 | 173,876,978 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,565 | java | package com.example.brick.thezed;
import android.content.Context;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.constraint.ConstraintLayout;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.LayoutInflater;
import android.view... | [
"BrickGoat@gmail.com"
] | BrickGoat@gmail.com |
23c4b86dca4e86055e349761b60c04adaea76ebe | b00f6a87525ad069359615ad2103cb9beb8109cb | /XinMa/app/src/main/java/com/mubly/xinma/base/BaseModel.java | f70cbc4e919da092f178bdf513315539292ca456 | [] | no_license | Mubly/XinMa | 26e0d3fb5869b3d3b55b49fc3b9f901592c09e30 | 1e5b576409c0d433b29f14d272a1a3087d5bf907 | refs/heads/master | 2022-11-15T20:54:50.661838 | 2020-07-15T14:03:22 | 2020-07-15T14:03:22 | 273,598,216 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 406 | java | package com.mubly.xinma.base;
import java.io.Serializable;
public class BaseModel implements Serializable {
private int code;
private String msg;
public int getCode() {
return code;
}
public void setCode(int code) {
this.code = code;
}
public String getMsg() {
re... | [
"mubly123@163.com"
] | mubly123@163.com |
446297cb77f8d916a0d7a3730138b5c8cbfa0cbe | 45ccf0c97d5d1c9fbdfd11474d018025704c8bdc | /CallBack/app/src/androidTest/java/com/pcs/callback/ApplicationTest.java | bcf47991840fd301cea02a8814f195449838c820 | [] | no_license | AvinashChowdary/Demos | 95b0103f930c11d64f663e911a336c2c3147d213 | 9b8b40fc105659d97e562b1e6096feec902c36d6 | refs/heads/master | 2020-06-14T16:44:43.162762 | 2016-11-30T06:22:44 | 2016-11-30T06:22:44 | 75,157,823 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 347 | java | package com.pcs.callback;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
super(... | [
"avinash.ravilla@mtuity.com"
] | avinash.ravilla@mtuity.com |
f606ab5ffb9836db78f8cc44dae1db27e04ad8f2 | 2e723cf1bb851d50b8c1905063775cf5d5bcf893 | /src/main/java/cn/hamster3/bot/service/WarFrameApiService.java | 9836161a4fec37c56dc7a161851c3b9691181df7 | [] | no_license | lumos-firefly/HamsterBot-IOTQQ | 0334efd006e6e40eb7a302fa01e16d6e1b108746 | ea690d719badd771feb37955ad5dff31e88851f5 | refs/heads/master | 2022-12-31T23:21:50.670054 | 2020-10-22T13:15:34 | 2020-10-22T13:15:34 | 263,797,819 | 0 | 0 | null | 2020-05-14T02:44:26 | 2020-05-14T02:44:25 | null | UTF-8 | Java | false | false | 153 | java | package cn.hamster3.bot.service;
/**
* @author wangjing <wangjing16@kuaishou.com>
* Created on 2020-05-22
*/
public interface WarFrameApiService {
}
| [
"wangjing16@kuaishou.com"
] | wangjing16@kuaishou.com |
211bea9286ba9b1cc3b0920a4dc95b8417c3dc2c | e1d4f9e92d68cd9279ef05bd43ce6c439e23f9c8 | /workspace/MCFJavaTraining/src/classwork/datatypes/examplebythebestesttaNader.java | c3d72a1737c88031a147f0239eb5dd3bfce9b580 | [] | no_license | Vibertexs/MCFJava_June_2019 | b41df8b0d316481f772bf273cdde66525e539941 | 9ea32f5fbf12aec76eddf8d6c7083499650ea73a | refs/heads/master | 2022-10-05T14:40:59.917415 | 2022-10-03T02:39:19 | 2022-10-03T02:39:19 | 198,100,296 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 473 | java | package classwork.datatypes;
import java.util.Scanner;
public class examplebythebestesttaNader {
public static void main(String[] args) {
// TODO Auto-generated method stub
boolean yoG;
yoG = true;
while(true){
//callFunct();
System.out.println("Do you want to run again?input 0 ");
Scanner... | [
"noreply@github.com"
] | Vibertexs.noreply@github.com |
7aa8046f2be9e4b4b09d993fa2ac4dee8f307c50 | 99c8c77649e75af50e40fcc55004c46f34a5934c | /src/p1/create/FilesE.java | 5b26a9867f4e1abdf6168a54a757297ea50209df | [] | no_license | xof96/Tarea1DAA | 5a987d9f5cb5186d0cd3f8289715cb176321d32c | 95a9a23289d428ce427563012ca9e4b05f45a0a8 | refs/heads/master | 2020-04-02T07:47:37.081884 | 2018-11-05T23:07:18 | 2018-11-05T23:07:18 | 154,215,338 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 253 | java | package p1.create;
import p1.test.FileTester;
public class FilesE {
public static void main(String[] args) {
String tPath = "times5.txt";
FileTester test = new FileTester();
test.insertionTestProducto(tPath, 5, 5);
}
}
| [
"matias.pizarro.o96@gmail.com"
] | matias.pizarro.o96@gmail.com |
d0278783d35435edb75cc5e7a642d7bf8c29a983 | 728e846901e6490339df501b70fce32901d9837b | /src/main/java/com/dudu/itemselling/dto/SignInDTO.java | ef1606ea60c322358e36441a5c8a716895dc28f5 | [] | no_license | DuYeong0020/ItemSelling | 55733ca6d7122f525567396524b7e4f027da990b | f2e8b1fe830a1905357f62e57b7435fd91db308a | refs/heads/main | 2023-08-27T21:26:20.665484 | 2021-11-05T00:55:36 | 2021-11-05T00:55:36 | 412,981,031 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 407 | java | package com.dudu.itemselling.dto;
import lombok.Getter;
import lombok.Setter;
import javax.validation.constraints.NotEmpty;
import javax.validation.constraints.Size;
@Getter @Setter
public class SignInDTO { // 로그인
@NotEmpty
@Size(min = 10, max = 20)
private String userId; // 유저 아이디
@NotEmpty
@S... | [
"chlendud00@naver.com"
] | chlendud00@naver.com |
68128bd3849e4baf14786ddccbb6ae2ec151767d | bdbfbde29897178bebc9069f1c934a932118c194 | /src/fif_core/exceptions/IllegalNumerOfValuesException.java | 8255074c2352fd41bbd09eeab8ddc30aedd9b5fe | [] | no_license | aleantonax/opennessMultiAtt | 0790a754f94ec3d3fbf1c6fe48627d410e0650bd | 0320f35890541069c922c7da5368851e787854e7 | refs/heads/master | 2021-01-10T14:27:20.594441 | 2016-02-23T11:02:56 | 2016-02-23T11:02:56 | 52,350,126 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 485 | java | package fif_core.exceptions;
/**This exception is launched when you try to aggregate a number of values not corresponding to number of weights.<br><br>
*
* @author Troiano Lorenzo
* @version 1.0
*/
public class IllegalNumerOfValuesException extends Exception {
private static final long serialVersionUID = 1L;... | [
"aleantonax@gmail.com"
] | aleantonax@gmail.com |
ed069d7b5dcdd9e1ec4ccc31975088ac68849dec | 1ede954b8e31deb3d520557f2af4f809d294cc6d | /dynamic programming/rodcutting.java | 85e9485662017f04bd5d051c6e65e17c4b1bbb41 | [] | no_license | karanbangia/Data-structures-and-algorithms | 1facc4e007676de2ba9153cf8f6e35567bbcdaed | adc877d58ba4814bdadeb6cd4f2aea0ec7c88e7e | refs/heads/master | 2020-04-06T13:34:09.123782 | 2019-12-23T10:23:14 | 2019-12-23T10:23:14 | 157,505,683 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,090 | java | import java.util.*;
import java.lang.*;
import java.io.*;
class GFG {
static int rodcutting(int arr[],int n)
{
int dp[]=new int[n+1];
dp[0]=0;
int best;
for(int len=1;len<=n;len++)
{
for(int cut=1;cut<=len;cut++)
{
best=arr[... | [
"karanbangia14@gmail.com"
] | karanbangia14@gmail.com |
5e6f99197aaee0347c20e0348c6e28eee89c1ec5 | 47fb194fdd0dbe48fc411597ea58832d3336c5df | /Lec13_Class/src/com/lec/java/class03/Numeric.java | 87ff7816cc6dd3c0f08679ccae1d152461a4b972 | [] | no_license | djse2002/JavaWork.back | 80d33c1c9475a68262ab47b1d6452e560db8f979 | 4c960931566de1c9cf3887faf1b0c4375580ecca | refs/heads/master | 2022-06-09T12:11:03.592830 | 2020-05-06T14:23:15 | 2020-05-06T14:23:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 884 | java | package com.lec.java.class03;
public class Numeric {
// 멤버변수
private char ch;
private byte operator;
private int operand1;
private int opernad2;
public Numeric(char ch, byte operator, int operand1, int opernad2) {
super();
this.ch = ch;
this.operator = operator;
this.operand1 = operand1;
... | [
"djse2002@naver.com"
] | djse2002@naver.com |
f42cd4976ed2763b29d7cc52e6f7426b65a77b3c | 1ec1773fd62e0a48f5c042ab0c5547decc9ac11b | /presto-redis/src/test/java/com/facebook/presto/redis/util/JsonEncoder.java | f2c6e9ddf6bef0019e084cd4fe95861dde055578 | [
"Apache-2.0"
] | permissive | zuoyebushiwo/weiwodb | 71c31a2c82c84eab959020aee9ce784ea43518cc | 6768496f0b6aa1e8d6f486e71e4711a1a3432c84 | refs/heads/master | 2021-09-06T09:56:34.499258 | 2018-02-05T07:41:20 | 2018-02-05T07:41:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,070 | java | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* d... | [
"27547073@qq.com"
] | 27547073@qq.com |
3ccde72d83d9f69d7645a80f80f95a74d25ba9d5 | 83ed57c3e1774607e8cc0c54103157d9a8702a50 | /src/slim3/controller/tools/rese/customerManage/CustomerDetailController.java | b6f883902bf511c69c1937b7785e411056305295 | [] | no_license | daiki0929/dd | 5b4a1bfb0731ce6122f4397f4b94a32246c94bc9 | 3950cbd20520682b7a88e43dc4eda14467e39b67 | refs/heads/master | 2021-01-21T14:04:48.484073 | 2016-05-21T08:24:38 | 2016-05-21T08:24:38 | 47,277,432 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,310 | java | package slim3.controller.tools.rese.customerManage;
import java.util.List;
import org.slim3.controller.Navigation;
import org.slim3.datastore.Datastore;
import com.google.appengine.api.datastore.Key;
import slim3.controller.tools.rese.AbstractReseController;
import slim3.meta.reserve.ReserveMeta;
import slim3.model... | [
"uedadaiki@192.168.11.2"
] | uedadaiki@192.168.11.2 |
918226279d2ee051525fd4cdb7d0c22059e65bd5 | e5e026dde45754ef5e0c7e161d64f2630a256153 | /src/main/java/com/self/pojo/FriendsRequestExample.java | be9d7f29be32ab435a3d9f859e21af0d9b9fde92 | [] | no_license | gavin-xuwenb/mybatis-auto | 310592de50959e42ccaf24abe04032ae103e88f3 | 0084ac31e5038f4f93d8d273dc551eb7a58aa13f | refs/heads/master | 2022-12-07T12:10:55.136480 | 2020-08-21T07:30:44 | 2020-08-21T07:30:44 | 289,202,064 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,870 | java | package com.self.pojo;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class FriendsRequestExample {
/**
* This field was generated by MyBatis Generator.
* This field corresponds to the database table friends_request
*
* @mbggenerated
*/
protected Stri... | [
"xuwenbin@boc.ibm"
] | xuwenbin@boc.ibm |
7ab353b7933275ad7eaabd72a7641b522d09256f | a01f61133ec57a943e4f2faf229598d3c4135967 | /PulseOximeter.java | 6b8584a4a554c6322024432600165dffb0a9fcbb | [] | no_license | KhadidzhaAgaeva/Capstone1236 | 40e329d6fc5eb094287206e722108c6a2f800d9a | 5088343ccbd565e3ecdf6361c06624119ac2414c | refs/heads/main | 2023-05-27T08:29:06.810011 | 2021-06-07T21:06:41 | 2021-06-07T21:06:41 | 350,071,731 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,488 | java | package com.example.capstone;
import androidx.annotation.NonNull;
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 com.github.mikephi... | [
"noreply@github.com"
] | KhadidzhaAgaeva.noreply@github.com |
302bb7cad529c6f5e1c2c7ad7eec6c67c2dd7aeb | e8c380ee486374f52e588fb060055a8675939e76 | /src/main/java/myrpc/consumer/RpcConsumer.java | f72aa607bfe87c76ebc9c1195a98d09db99dae53 | [] | no_license | Xusheng94/myrpcframwork | f36d4ee4b4a5efb4315bf9790617706b7a5aa6a5 | fe1cd7eb915760a08761451db08511225e6cb756 | refs/heads/master | 2020-03-14T17:46:54.996096 | 2018-05-01T15:19:34 | 2018-05-01T15:19:34 | 131,728,065 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 584 | java | package myrpc.consumer;
import myrpc.framework.RpcFrameWork;
import myrpc.service.HelloService;
/**
* @Description RpcConsumer
* @Author xusheng
* @Create 2018-05-01 23:01
* @Version 1.0
**/
public class RpcConsumer {
public static void main(String[] args) throws Exception {
HelloService helloServic... | [
"xus@ngarihealth.com"
] | xus@ngarihealth.com |
75ac8dd1139609c7dedb6b1a3cd8233bc9dc89a4 | c3e873c60b2b9990cdf47c9b4e5fca9ba70a0557 | /core/src/main/java/de/danoeh/antennapod/core/asynctask/PicassoProvider.java | 1ed29c23a6a7f469ec766110005013ef00bd860b | [
"MIT"
] | permissive | geir54/AntennaPod | 3e51c7a647f05bc2bf46a8fc5947435ec4aeb422 | 9659c18d899349d9be1573fb9520defc7d3a19cd | refs/heads/master | 2020-12-25T11:41:59.180172 | 2014-12-08T18:18:34 | 2014-12-08T18:18:34 | 21,230,988 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,036 | java | package de.danoeh.antennapod.core.asynctask;
import android.content.ContentResolver;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.media.MediaMetadataRetriever;
import android.net.Uri;
import android.util.Log;
import com.squareup.picasso.Cache;
i... | [
"daniel.oeh@gmail.com"
] | daniel.oeh@gmail.com |
1449b9380e1bf3b3a79d3ae210dfd43907a75a64 | cb153ac2b98f76155612dfcc3473c9622dd74af4 | /src/main/java/com/cpunisher/server/HttpSessionConfigurator.java | 1cddfd796280b6336cb41bd25ba0c7fbf5679060 | [] | no_license | shakenetwork/ssm-KingOfWords | 4f56fe1053b92fdafd8721b81744c8b16ee0cad5 | bbf704c8c0b43e87939b6cd890009cf91da6e2a0 | refs/heads/master | 2023-05-08T22:18:04.020379 | 2020-01-09T03:33:31 | 2020-01-09T03:33:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 700 | java | package com.cpunisher.server;
import org.springframework.web.socket.server.standard.SpringConfigurator;
import javax.servlet.http.HttpSession;
import javax.websocket.HandshakeResponse;
import javax.websocket.server.HandshakeRequest;
import javax.websocket.server.ServerEndpointConfig;
public class HttpSessionConfigur... | [
"1343316114@qq.com"
] | 1343316114@qq.com |
5f0e8e94ddb2f983c76eadae8072bad52bc35419 | ff47efb7eed1226fbae06d2a91ebe30c1da7ca80 | /12308Ticket/app/src/main/java/com/wxws/myticket/train/entity/SelectBusEntity.java | fffa16c8e7f537f75983238001640c6639c7e847 | [] | no_license | Poney1/12308Ticket | 202048fd36c57ad41f6396452b09e377b1eefe22 | 37aef8feefe8922ff56d0deea1d725c04f28e0e6 | refs/heads/master | 2021-01-19T14:50:34.502865 | 2017-03-30T00:38:49 | 2017-03-30T00:38:49 | 86,642,027 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,865 | java | package com.wxws.myticket.train.entity;
import com.wxws.myticket.common.utils.StringUtils;
import java.io.Serializable;
/**
* desc: 上下车
* user: lixiangxiang
* date: 2016-03-31
* time: 09:08
*/
public class SelectBusEntity implements Serializable, Comparable {
private String station;//上下车点
private int... | [
"853327415@qq.com"
] | 853327415@qq.com |
f03611e6bbf5c6f6446fd5f487d9210c45ef76bd | 32f2c4645d46d9aa266a66c96cda1f7e70b06823 | /matthew-javaBase-practice/src/main/java/com/matthew/javabase/multiply/Interrupted.java | 672b9d47ee54193b792c772592ca4ba01c3d3b70 | [] | no_license | yezijiang/matthew-alpha | e3ebb7ee2576b8a3603469d9104c149dfc9e2b6c | 5b477aa292c86b45dbac04a14dbcc0ef99599bac | refs/heads/master | 2023-08-17T09:58:21.897726 | 2023-08-10T02:44:00 | 2023-08-10T02:44:00 | 70,868,183 | 0 | 0 | null | 2022-12-16T06:33:15 | 2016-10-14T02:52:26 | Java | UTF-8 | Java | false | false | 1,172 | java | package com.matthew.javabase.multiply;
/**
* Created with IntelliJ IDEA
* User: maxing
* TIME: 2016-08-08 10:18
*/
public class Interrupted {
public static void main(String[] args) {
Thread sleepThread = new Thread(new SleepRunner(),"SleepThread");
sleepThread.setDaemon(true);
Thread bu... | [
"maxingfight1990@163.com"
] | maxingfight1990@163.com |
c88e0be739b5c111eb2290315169220f7b46c63c | 327fe4f2f236429600b5aea57d4a494a2e9dcaa9 | /Step10/src/SubjectMain.java | 140246ac401745f1a9427964bd28832517f0c9af | [] | no_license | NamSangKyu/JAVA2109 | e62d957dd8987c76b79de905f871f1213889aa86 | 0f0436384a7cc289018c698589e5fa9bee41796f | refs/heads/main | 2023-08-28T06:13:25.298662 | 2021-11-08T12:44:20 | 2021-11-08T12:44:20 | 404,323,107 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 443 | java |
public class SubjectMain {
public static void main(String[] args) {
Subject s = new Subject("국어", 95);
s.printSubjectInfo();
// s.score = 110;
//set get 외부에서 데이터를 받거나 setting 하는것이 가능
s.setScore(84);
System.out.println(s.getScore());
s.printSubjectInfo();
//method도 접근제어자가 private 걸려있으면 외부에선 사용 불가... | [
"nam2626@gmail.com"
] | nam2626@gmail.com |
e233e50bf68da6d1add9020e45a816f1d0756d65 | cb8ed8110ecd06f51cd3d751f4ec1b06869a714a | /src/classExercise/TelcelSeleccionarArticulo.java | 6c4353cbf1dd042991d53aec1255a2a0e9fd1350 | [] | no_license | ArleneAviles/introWebDriver | ff8e6a54b7e303858635eab7b2f576d1afaea1ae | 0680176dabfb6fe24f7a3e9b779dd51a9fcd59c3 | refs/heads/master | 2022-10-23T01:17:25.291266 | 2020-06-12T23:24:04 | 2020-06-12T23:24:04 | 269,455,077 | 0 | 0 | null | 2020-06-04T20:08:52 | 2020-06-04T20:08:52 | null | UTF-8 | Java | false | false | 720 | java | package classExercise;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import java.util.List;
import java.util.concurrent.TimeUnit;
public class TelcelSeleccionarArticulo extends TelcelParent{
public stat... | [
"arlene.aviles@astrazeneca.com"
] | arlene.aviles@astrazeneca.com |
c0da35c0d753c49e3b037f1f044e14717a3c7e62 | 69794b14590c7049970c00377a18186894d45c6e | /app/src/main/java/bo/nuevo/lifeissweet/BakeryDetailsActivity.java | 6f47d75c466a7b1589760cb4799030fdfee4f9b0 | [] | no_license | griscellazo/LIFE_IS_SWEET | 41e41e2a97c8f259093ed8afaeac5eea0c1b8c16 | add470fe9aa29231c5bdc46e6e3bc141d0117f78 | refs/heads/master | 2020-05-17T12:43:14.408088 | 2019-04-27T02:18:52 | 2019-04-27T02:18:52 | 183,718,065 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,475 | java | package bo.nuevo.lifeissweet;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.widget.ImageView;
import android.widget.TextView;
import com.google.gson.Gson;
import bo.nuevo.lifeissweet.model.Bakery;
public class BakeryDetailsActiv... | [
"griscellazojimenez@gmail.com"
] | griscellazojimenez@gmail.com |
b55c71de4145cd5fdeafd5ac7feb15ebe3a29bf4 | 70a7c0a7ea54db341e29bd650585fbd2cc103be2 | /framework/FastImageProcessing/src/project/android/imageprocessing/filter/processing/DirectionalSobelEdgeDetectionFilter.java | a2619e9829c2f067ac61120c8d6adf8d1ec2ef5e | [] | no_license | bh1r1th/AndroidFastImageProcessing | 433948bea3fb4d3716d096a9b946566721b074a8 | 9aea7169676a4bbaf2822d52cf72800abf8d6832 | refs/heads/master | 2021-01-14T14:11:44.363487 | 2013-05-01T06:57:19 | 2013-05-01T06:57:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,821 | java | package project.android.imageprocessing.filter.processing;
/**
* Currently only used as part of the CannyEdgeDetectionFilter
* @author Chris Batt
*/
public class DirectionalSobelEdgeDetectionFilter extends SobelEdgeDetectionFilter {
@Override
protected String getFragmentShader() {
return
"precis... | [
"cwbatt@gmail.com"
] | cwbatt@gmail.com |
f25a90a86a684f794e38370c7fbbdaa00ebcabf3 | 58c97fd4c80e1d69cc0205a8377b7e00fd74eb8f | /src/main/java/com/bruno/vendasapi/service/impl/ProdutoServiceImpl.java | 33cebb8ba63bd4a68287be5bfab748a4de7cb983 | [] | no_license | brunoavs91/vendas-api | fb5ac8d681a1c4414ae3a3c3a649aa3e148116ef | 25e61c605b5c4e201b2a9ba40dc62963d4c63db9 | refs/heads/master | 2023-04-07T13:03:57.709339 | 2021-03-30T15:39:11 | 2021-03-30T15:39:11 | 352,229,752 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,452 | java | package com.bruno.vendasapi.service.impl;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Calendar;
import java.util.HashSet;
import java.util.List;
import java.util.Objects;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
i... | [
"brunoav91@gmail.com"
] | brunoav91@gmail.com |
49b859f074b9cd20c73572099460661f24fd4989 | a6b447db480d276c96657069a6c5fc4600f54fbb | /CopyConstructor/src/com/MethodOverLoading/Adition.java | 94da84bcff77656b1ac13ce48514ae0b7cca794a | [] | no_license | kiranbosco/JAVA_TPOINT | 7fcf6a8714636d9750ae575bd06a4a1d97e17636 | 89fa907f4380dec5bb5088c6e09f92efce37df5e | refs/heads/master | 2020-05-05T05:23:28.406250 | 2019-04-05T20:24:55 | 2019-04-05T20:24:55 | 179,749,464 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 649 | java | package com.MethodOverLoading;
public class Adition {
/* // this is the argments are changing
static int add(int a,int b) {
return a+b;
}
static int add(int a, int b, int c) {
return a+b+c;
}
public static void main(String[] args) {
System.out.println(Adition.add(10, 2));
System.out.println(Adition.a... | [
"purinibsoco@gmail.com"
] | purinibsoco@gmail.com |
135cdb6caa68f7fbf7fa8357567df43985f2d0fc | 27b88147aab9e9a3ae5534ea36ebf4e64fb10153 | /lab09/src/hust/soict/hedspi/aims/media/DigitalVideoDisc.java | 63db8e5459522515e3b53952bc8e954bdb5c344c | [] | no_license | hungnv281/OOLT.20202.20184115.NguyenVanHung | a75f2a28990933f38a70d4ae232957106fc47d4e | ae75486146a5833a53729813a9e0eee70fcabc2d | refs/heads/main | 2023-05-02T09:27:11.480574 | 2021-05-18T06:44:19 | 2021-05-18T06:44:19 | 342,277,375 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,415 | java | package hust.soict.hedspi.aims.media;
public class DigitalVideoDisc extends Disc implements Playable {
public DigitalVideoDisc(String title, String category, float cost, int length,
String director) {
super(title, category, cost, length, director);
// TODO Auto-generated constructor stub
}
public DigitalVide... | [
"="
] | = |
17b4bc51967a13ede6ab8846fa159472af3afbfa | 760b2dd25d0c42c8a755384052bbc515da3ae183 | /esb/org.wso2.developerstudio.eclipse.gmf.esb.diagram/src/org/wso2/developerstudio/eclipse/gmf/esb/diagram/edit/commands/MediatorFlow8CreateCommand.java | 728fe62e84f8641686315c45f77548e42f0fe064 | [
"Apache-2.0"
] | permissive | harshana05/developer-studio | 56ee93a9a61857f224c56d0044dfc64540861148 | 55c128e5ceb73ddd454c1521de856c3fd13e3dba | refs/heads/master | 2020-05-29T12:31:19.992369 | 2014-09-25T09:03:45 | 2014-09-25T09:03:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,834 | java | package org.wso2.developerstudio.eclipse.gmf.esb.diagram.edit.commands;
import org.eclipse.core.commands.ExecutionException;
import org.eclipse.core.runtime.IAdaptable;
import org.eclipse.core.runtime.IProgressMonitor;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.gmf.runtime.common.core.command.CommandResu... | [
"harshana@wso2.com"
] | harshana@wso2.com |
368eb370559b68a508fe01bd4b37e9f88718b3bd | a2755d4e9edb44e977c12f3085ed65bfd8a17a0b | /src/main/java/in/sminfo/tool/mgmt/exception/GenericException.java | 23ac77bd33cd49dd6d12dff35afcbd7aced03e7a | [] | no_license | umesh936/AceMan | b6384b6dd8c8f665c20fbc66e35df06250bd6049 | 8ed9efb08519761cbf60b652146e1a8671e55b52 | refs/heads/master | 2022-12-23T04:19:25.561747 | 2022-12-01T10:00:57 | 2022-12-01T10:00:57 | 133,466,219 | 0 | 0 | null | 2022-12-14T20:58:56 | 2018-05-15T05:57:55 | Java | UTF-8 | Java | false | false | 255 | java | package in.sminfo.tool.mgmt.exception;
public class GenericException extends Exception {
/**
*
*/
private static final long serialVersionUID = 1L;
public GenericException() {
}
public GenericException(String reason) {
super(reason);
}
}
| [
"umesh936@gmail.com"
] | umesh936@gmail.com |
973992381a5c410d51634e8ddb6d0095e4de3717 | 87e5b437fd8ab4b12f99fd28a5e8f97d8c125369 | /src/com/example/sugarmanagedemo/fragment/RecordMoodFragment.java | 357f6f8dfa922f39bc018d48115a1559f57c063c | [] | no_license | Amandaliu11/SugarManageDemo | 084e32a18ce35e6be93e5aef01731a80dba166ce | 3a28a47f01bae62d1c06785288339062533e522f | refs/heads/master | 2021-01-19T07:17:44.914640 | 2014-10-21T03:12:25 | 2014-10-21T03:12:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 561 | java | package com.example.sugarmanagedemo.fragment;
import org.kymjs.aframe.ui.fragment.BaseFragment;
import com.example.sugarmanagedemo.R;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
public class RecordMoodFragment extends BaseFragment {
pri... | [
"lingliu_08@126.com"
] | lingliu_08@126.com |
d508d5ffeb61b2bd3652a3eb23ee210608690b18 | 119d6829187278bb204dc962804d25286ccab46c | /src/main/java/br/com/galgo/testes/recursos_comuns/pageObject/download/TelaDownloadPLCota.java | 363bbe42c1e541e3c9383841e48e2da4bf211462 | [] | no_license | JulianeManarinVasconcelos/recursos-comuns-teste | 77e5809e1807e6f0b4d82d0ac7913611258383f7 | a1dab6a7a7fe3d5be65e6171c1d6b0986d35c863 | refs/heads/master | 2020-12-24T16:26:02.442306 | 2015-11-27T22:41:10 | 2015-11-27T22:41:10 | 44,346,340 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 125 | java | package br.com.galgo.testes.recursos_comuns.pageObject.download;
public class TelaDownloadPLCota extends TelaDownload {
}
| [
"j.manarin.vasconcelos@gmail.com"
] | j.manarin.vasconcelos@gmail.com |
85164fa46c6a141e1aefad3ec476629d8f6e8759 | a3cf3bec6ee75f12afeed925d439800a27a499f7 | /Settings/ext/src/com/mediatek/settings/ext/DefaultPermissionControlExt.java | 25867fb347176d7a59da1228c612e2a25a9cc259 | [
"Apache-2.0"
] | permissive | jxxiaoxi/ME_DEMO | d431584c86dfddbf558dae28152c880cb4961c17 | 73d450eaa3108121ef37e3cb50e1979754c4769f | refs/heads/master | 2020-05-18T02:57:21.098400 | 2015-07-14T07:33:10 | 2015-07-14T07:33:10 | 38,817,022 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 936 | java | package com.mediatek.settings.ext;
import android.content.Context;
import android.content.ContextWrapper;
import android.view.View;
import android.widget.LinearLayout;
import android.preference.PreferenceGroup;
import com.mediatek.xlog.Xlog;
public class DefaultPermissionControlExt extends ContextWrapper implements ... | [
"xiaoxi@163.com"
] | xiaoxi@163.com |
66bc6e75f0ad2f0e65f9025ca5e7edac039f6e3f | eb9f655206c43c12b497c667ba56a0d358b6bc3a | /java/java-tests/testData/compileServer/incremental/fieldProperties/constantChain1/src/B.java | a28d54950a5fd816dc5cd0c7cb62b13aa7aecd9f | [
"Apache-2.0"
] | permissive | JetBrains/intellij-community | 2ed226e200ecc17c037dcddd4a006de56cd43941 | 05dbd4575d01a213f3f4d69aa4968473f2536142 | refs/heads/master | 2023-09-03T17:06:37.560889 | 2023-09-03T11:51:00 | 2023-09-03T12:12:27 | 2,489,216 | 16,288 | 6,635 | Apache-2.0 | 2023-09-12T07:41:58 | 2011-09-30T13:33:05 | null | UTF-8 | Java | false | false | 98 | java | interface B extends A {
static final short var = A.last + 1;
static final short lastB = var;
} | [
"db@mobilis.(none)"
] | db@mobilis.(none) |
ec9cc9578e1a5625ecfc2b60710de3fea808d3e2 | 199d7f11bc6178a8ea240b5bf6e6e3092e50a214 | /itests/openejb-itests-beans/src/main/java/org/apache/openejb/test/entity/cmp/BasicCmpBean.java | 11aba25455f77c0e7edf6aad65516b6f0163760b | [
"BSD-3-Clause",
"W3C-19980720",
"CDDL-1.0",
"Apache-2.0",
"W3C",
"MIT"
] | permissive | kdchamil/ASTomEE | 31fc4478cc58351d98a298e5849d3a5a72e7ab6e | eaad273b8def8836bb2e82aab04c067662d2f67b | refs/heads/master | 2023-01-13T07:31:53.989780 | 2014-08-07T06:52:32 | 2014-08-07T06:52:32 | 19,934,900 | 0 | 0 | Apache-2.0 | 2023-01-02T22:04:23 | 2014-05-19T08:49:01 | Java | UTF-8 | Java | false | false | 9,429 | java | /**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... | [
"kdchamil@gmail.com"
] | kdchamil@gmail.com |
b0f0fa197f5e0aa12a11cdedec5535fc722a6c6a | 91208df5ff900da7b208817c409b5a969d915d72 | /src/practice/Operators.java | 49a47433131286e37e7b3573931d93be126edae6 | [] | no_license | Aamir-Developer/Java-initial | b599dd91cf4cfb9a04fb57cf723871689238b5a8 | 5b6d585d71cd6c30dea2eb60ceba072cb6820839 | refs/heads/master | 2020-08-13T01:59:43.521812 | 2019-10-15T05:13:17 | 2019-10-15T05:13:17 | 214,886,265 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 194 | java | package practice;
public class Operators {
public static void main(String[] args)
{
int num1 = 2;
int num2 = 4;
int result;
public int add()
{
result = num1+num2;
}
}
}
| [
"maamir@mail.uni-paderborn.de"
] | maamir@mail.uni-paderborn.de |
8ddb52919c18d428e29578d24e7626d3fa033453 | ad1ee3c7eb381fa3dd2bd1cb2c383a8bc4acb2e2 | /Foundationrestart/Graphs/gccPortal.java | 928659b80c4a1f8960833a04522f4af6eefe06bd | [] | no_license | GagandeepSingh02/Data-Structures | abf0f14cc7d6dd4bf21a974523092782e9e030be | b8b7afec0fe41d1e8c998f8dd5cdf0700d775d31 | refs/heads/master | 2023-06-28T00:09:42.923383 | 2021-08-03T04:13:47 | 2021-08-03T04:13:47 | 384,016,680 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 626 | java | public class gccPortal{
public static void dfs(ArrayList<Edge>[] graph, boolean[] vis, int src, ArrayList<Integer> comp ){
vis[src] = true;
comp.add(src);
for(Edge e : graph[src]){
if(!vis[e.nbr]){
dfs(graph,vis,e.nbr,comp);
}
}
}
public stat... | [
"gs740355@gmail.com"
] | gs740355@gmail.com |
786b68b56ff49ff821c90cbff12a52886937342a | 1102d56bd5061f23ee2f3d65ee9422ae0f8873af | /service-reflection-system/src/main/java/me/philcali/service/reflection/system/CachingComponentProvider.java | 9843d1a9e5849a822bdffb35e0348fa3b04226d0 | [] | no_license | philcali/service-helper | f77a58ca8973365c2c7ef545c30a1ae78c0f1183 | 841c5be8c1f90fefcd435a7c01a0e4bd74041832 | refs/heads/master | 2021-05-03T22:24:13.772440 | 2018-12-12T00:32:52 | 2018-12-12T00:32:52 | 120,393,055 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 606 | java | package me.philcali.service.reflection.system;
import java.util.List;
import java.util.Objects;
public class CachingComponentProvider implements IComponentProvider {
private final IComponentProvider componentProvider;
private List<Object> components;
public CachingComponentProvider(final IComponentProvid... | [
"philip.cali@gmail.com"
] | philip.cali@gmail.com |
ca7ba748e6dfcf7ba471bc5aff0f2cb502fcb111 | 5ef04be71dccc0fea09f0c24d5ac1175ae849b45 | /app/src/main/java/com/example/saravanamurali/farmersgen/retrofitclient/APIClientToGetCancelOrderList.java | 23823e6134da03bec0f07f04f0f5a8fe222084d3 | [] | no_license | kannan622/FarmersGen1.0-master_kannan | 376c21333079890b3630cf6c97a447a4c66ff27f | 6b06f52b3f3b3e75821d2dd975f772c52779b278 | refs/heads/master | 2020-05-29T15:27:14.723242 | 2019-05-29T12:28:08 | 2019-05-29T12:28:08 | 189,220,883 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 912 | java | package com.example.saravanamurali.farmersgen.retrofitclient;
import com.example.saravanamurali.farmersgen.apiInterfaces.ApiInterface;
import com.example.saravanamurali.farmersgen.baseurl.BaseUrl;
import retrofit2.Retrofit;
import retrofit2.converter.gson.GsonConverterFactory;
public class APIClientToGetCancelOrderL... | [
"panneerselvam.kannan@gmail.com"
] | panneerselvam.kannan@gmail.com |
4d26a5a75d2bc346970e03557c46cba5a5f45b8e | 75f4432cff52c29767a2fe10de5462e7eb458598 | /sepa-pain-lib/src/main/java/iso/std/iso/_20022/tech/xsd/pain_008_003_02/RestrictedPersonIdentificationSEPA.java | 1c22fabf92f2dfcbf8a6efbbdb356ac2be379aaa | [
"Apache-2.0"
] | permissive | germamix/sepa-pain-lib | 893d0a238cf6d2e843f95b80716f72382ed310fe | 1c5ea9edc0bbda8b00287611dd3e78e834357852 | refs/heads/master | 2016-09-06T15:03:25.832970 | 2015-03-22T09:04:01 | 2015-03-22T09:04:01 | 32,666,740 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,839 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2013.12.03 at 0... | [
"mamix.ger@googlemail.com"
] | mamix.ger@googlemail.com |
f54cb13ae7fa675f4657cca46cd5613b5ff5e30e | f8ab18d5544578833ce4b410446e9991929950b8 | /src/main/java/com/jjstudio/controller/me/MyTrackController.java | 4c412879f9355c039c18980b8a583bbfbe95d214 | [
"MIT"
] | permissive | jj-web-design-studio/jjstudio-backend-java | b434767cb7759ea5adb64a5cca98d11ea3874cb9 | 5fcbe7a1811c43f74889e9e9e3a06d88e82fa096 | refs/heads/master | 2023-03-28T06:45:59.342260 | 2021-03-31T06:03:09 | 2021-03-31T06:03:09 | 315,487,792 | 0 | 0 | MIT | 2020-12-11T02:20:16 | 2020-11-24T01:42:12 | Java | UTF-8 | Java | false | false | 3,468 | java | package com.jjstudio.controller.me;
import com.jjstudio.model.Track;
import com.jjstudio.resource.TrackRepository;
import io.swagger.annotations.ApiOperation;
import org.bson.types.ObjectId;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import o... | [
"justin.chung.zsl@gmail.com"
] | justin.chung.zsl@gmail.com |
d3855be8cb53fc38047551d8a298324737dffc86 | c186d142fdd160041317ef656537b1aae3102b12 | /SOLID/src/main/java/solid/OCP/problem/DescontoLivroInfantil.java | af8390854d543bcd272d668e0eec80ff5f84e5c3 | [] | no_license | AndreCin2802/TrainingJava | d74bfcffc9bcc7a42e4808cbb4d37f2e36327df9 | 16be3f2edcb0b35bc5986396975d71a739ec204b | refs/heads/main | 2023-03-27T06:21:51.648452 | 2021-03-23T12:32:03 | 2021-03-23T12:32:03 | 350,700,999 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 143 | java | package solid.OCP.problem;
public class DescontoLivroInfantil {
public double valorDescontoLivroInfantil() {
return 0.3;
}
}
| [
"55300275+AndreCin2802@users.noreply.github.com"
] | 55300275+AndreCin2802@users.noreply.github.com |
7f2e6002be3344465b31451a5567c09202e0df5a | 3bee6e4f4a48132b9e3b56872feae12f09db72fa | /TextTrade/app/src/main/java/com/squad/afro/texttrade/SellingFragment.java | d7c98a9d6cede2d1852c5ab7b9ce4673df8b271f | [] | no_license | BrukeM/LUApps17 | 71893fd6ba527ff5c33a49c43e8289fd84b1e8a8 | f5b8d8d9324d354cbfaf847fba3f7fd5d4877834 | refs/heads/master | 2021-08-24T05:18:55.927435 | 2017-12-06T22:01:04 | 2017-12-06T22:01:04 | 110,014,034 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 833 | java | package com.squad.afro.texttrade;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ListView;
import java.util.ArrayList;
/**
* Created by ro... | [
"bbb219@lehigh.edu"
] | bbb219@lehigh.edu |
9d3a09a01b72aa0cb901a2f4b7ffdcb22754f938 | ed0a0bd25226bdea36b4eb179077becd24e581fd | /HW/hw3/RatTerm.java | 5f63f1d9ce14a55c7d7883346372fecc2bc8855e | [] | no_license | jakevo/CSE331 | def4338ce938e2e7080031a38bc2940563d69067 | 922fead23b9a18b20714143d401eea7e6b4dde13 | refs/heads/master | 2021-05-27T06:18:50.859947 | 2014-05-22T10:02:29 | 2014-05-22T10:02:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 14,333 | java | package hw3;
/**
* <b>RatTerm</b> is an immutable representation of a term in a single-variable
* polynomial expression. The term has the form C*x^E where C is a rational
* number and E is an integer.
* <p>
*
* A RatTerm, t, can be notated by the pair (C . E), where C is the coefficient
* of t, and E is the exp... | [
"mijc_517@yahoo.com.tw"
] | mijc_517@yahoo.com.tw |
c7521c100d5fd3b4307e20e3bc8f563f1f2c2210 | 048a52df2b54a4e753e54ce828d9956a4e6e695e | /src/main/java/com/altynnikov/windowState/AuthorizationWindow.java | d0fe8285efd6dcba31fd84a786b0318941457a7c | [] | no_license | Infernum-altd/CinemaBooked | 9534ad4044feb0b43598d48efcedc2eabadd1b08 | 13cec700c0ebecfe3b4ee9854171a7668e397c08 | refs/heads/master | 2020-09-05T17:56:09.783254 | 2020-09-03T21:01:17 | 2020-09-03T21:01:17 | 220,174,393 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,201 | java | package com.altynnikov.windowState;
import com.altynnikov.service.Authorization;
import java.io.*;
import java.net.Socket;
public class AuthorizationWindow extends Window {
@Override
Window nextWindow() {
return new UserWindow(getClient(),getUserId());
}
@Override
Window previousMenu()... | [
"altd0606@gmail.com"
] | altd0606@gmail.com |
c2ceea182765620b5e3661b4d21314232e1ade1f | 71e3c95a8674e457bbe4668e26ce7ed000be135a | /src/shapes/Line_Object.java | 93bac2726bf22b1e7125c9e93e119e5d922ff611 | [] | no_license | harukip/UML-editor | 5f92a716a00817e64963349fff36f3bd7b9bd2c5 | 5700beeddab1fd8b1b9ceb03b3bdff26c27484d2 | refs/heads/master | 2022-10-23T03:31:01.500804 | 2020-06-15T10:43:41 | 2020-06-15T10:43:41 | 253,976,648 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,603 | java | package shapes;
import java.awt.Graphics;
import java.awt.Point;
public class Line_Object extends Shape{
private Port[] ports = new Port[2];
public Line_Object(Port s, Port d) {
ports[0] = s;
ports[1] = d;
}
@Override
public String gettype() {
return "Line";
}
public void draw(Graphics g) {}
publ... | [
"yuhao8888@gmail.com"
] | yuhao8888@gmail.com |
2e994505a53634407a6c74a60b580cef371780c6 | bcfb7ef4972fea223c8313432a37a16529d6ef49 | /A.M.Spring.Bank/src/test/java/pl/air/hr/ApplicationTests.java | 06287ce20a106b22ad5ff3d2b89423954c193c28 | [] | no_license | AlMarcysiak/Human-Resources-System-Spring | 2d6801d4983fd0a108ca3c593a38e3d56787ee0b | 9c0212b1df534561947909a1eac7432fad41c6bc | refs/heads/master | 2020-06-04T01:20:04.999131 | 2019-09-23T13:10:59 | 2019-09-23T13:10:59 | 191,812,320 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 320 | java | package pl.air.hr;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class ApplicationTests {
@Test
public void contextLoads() {
}
}
| [
"alek.marcysiak@gmail.com"
] | alek.marcysiak@gmail.com |
a15e41c0720694b94be16e6817a4fec69f4d17ee | 07b10e4e8e0b1d95c43daece16faebd128b9a9a9 | /src/main/java/PagesElements/BlockReturnElements.java | c607d1261ece6fd233bbdf600d81c9808a3e9068 | [] | no_license | eugene-kurilenko-porsche/autotest-porshe | 30cdf06143ca55026a9b6264aae764a732c7daee | 7bc99c39fde94f940e85399c0d32365af0dafbeb | refs/heads/master | 2023-08-30T07:40:20.567202 | 2021-10-04T08:07:04 | 2021-10-04T08:07:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,497 | java | package PagesElements;
import com.codeborne.selenide.SelenideElement;
import static com.codeborne.selenide.Selenide.$x;
public class BlockReturnElements {
public SelenideElement pickupListItem = $x("//*[contains(@class, 'pickup-list-item pickup-status2')]");
public SelenideElement carKeyButton = $x("//*[cont... | [
"dennismikheye@gmail.com"
] | dennismikheye@gmail.com |
b74a084932d06e9786a34b75ff4b64f7551e643a | 04e2ab2298235c8b5ce7b6cdb8a2c6f872bc2d63 | /baseutils/src/main/java/com/personal/baseutils/widget/wheelview/WheelScroller.java | 1d17fcb6c137af98492118e48c811c534527dcfc | [] | no_license | mengmengxuan/YiShanGou | e2ff4e6da95144bc0db6d78cbd9abb4a00485737 | dc4857756933bdcc62623294b5fb6a2149172215 | refs/heads/main | 2023-03-14T08:15:13.088499 | 2021-03-02T12:26:16 | 2021-03-02T12:26:16 | 343,764,182 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,313 | java | /*
* Android Wheel Control.
* https://code.google.com/p/android-wheel/
*
* Copyright 2011 Yuri Kanivets
*
* 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.apach... | [
"xuanmengmeng@yxj.org.cn"
] | xuanmengmeng@yxj.org.cn |
5d9816ef0c2607491a136617633a24977de8987d | 7498d21c11cf47f6ab6bb73b21385729839a7244 | /src/main/java/com/example/task/dao/GradeDao.java | 9b4d4bbdaf07c777d5d0f932f06730170f3e9278 | [] | no_license | eutaqwa/springbootjsonjpa | 419d6f51e8a0db439aaeb3a222601af1c8183cf1 | 4ae03ecc6c4d4bedc41118d011f2631afa156202 | refs/heads/master | 2020-06-03T07:16:15.716815 | 2019-06-12T03:40:03 | 2019-06-12T03:40:03 | 191,491,650 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 209 | java | package com.example.task.dao;
import org.springframework.data.repository.CrudRepository;
import com.example.task.model.GradeModel;
public interface GradeDao extends CrudRepository<GradeModel, Integer> {
}
| [
"eutaqwa@gmail.com"
] | eutaqwa@gmail.com |
660a5d59a267bafed56358af3070fbf8b9a44eb3 | 8e13c338dec36021668e46798ff40c7ea9b6b065 | /Mage.Sets/src/mage/cards/p/PretendersClaim.java | 40bbfa3abd0ac93743303df7fe72740d4a087f8d | [
"MIT"
] | permissive | ninthworld/mage | c38aeeaa65a2a0afa908779b7c63ef2e1b1e413a | ba558f9a18032148a2936eedf874d90c97c7d46c | refs/heads/master | 2022-07-29T23:17:30.439762 | 2022-07-02T22:20:41 | 2022-07-02T22:20:41 | 140,520,040 | 1 | 0 | MIT | 2018-07-11T04:08:35 | 2018-07-11T04:08:35 | null | UTF-8 | Java | false | false | 2,892 | java | package mage.cards.p;
import java.util.List;
import java.util.UUID;
import mage.constants.SubType;
import mage.target.common.TargetCreaturePermanent;
import mage.abilities.Ability;
import mage.abilities.common.BecomesBlockedAttachedTriggeredAbility;
import mage.abilities.effects.OneShotEffect;
import mage.abilities.ef... | [
"theelk801@gmail.com"
] | theelk801@gmail.com |
01991f40b42a52fd1c28217e667cc7f365e3ad23 | de3a3b121bb58900134eec13c702509109015843 | /src/main/java/com/xnjr/mall/api/impl/XN808265.java | 03151d2622fbd6c4a48a66945546697a3a6f3802 | [] | no_license | yiwocao2017/cswstdmall | 8d422afef6ba338fe5db34683c115b30c03336ff | ad2c10994e7d844429cd74131e903e7b326000e9 | refs/heads/master | 2022-06-27T13:59:26.488189 | 2019-07-01T06:30:05 | 2019-07-01T06:30:05 | 194,613,061 | 0 | 0 | null | 2022-06-17T02:17:53 | 2019-07-01T06:30:04 | Java | UTF-8 | Java | false | false | 2,047 | java | /**
* @Title XN808228.java
* @Package com.xnjr.mall.api.impl
* @Description
* @author haiqingzheng
* @date 2016年12月18日 下午11:28:37
* @version V1.0
*/
package com.xnjr.mall.api.impl;
import org.apache.commons.lang3.StringUtils;
import com.xnjr.mall.ao.IUserTicketAO;
import com.xnjr.mall.api.AProcessor;
... | [
"admin@yiwocao.com"
] | admin@yiwocao.com |
083d4f0e7fb8d1444bb4826b980838941c48df68 | 968a55a6da332de5868614d8be11175aff718ecb | /src/main/java/org/arhan/Main.java | a025085948b0efc3313ee2439a7f69842ec3f0b8 | [] | no_license | antonarhipov/attach-and-transform-with-mbeans | 55b719a7653dc7fbd4c34b464f40410d90ff7619 | ee8f0fa5433d993ee0cea81e712ae9f744526fb8 | refs/heads/master | 2021-01-10T13:49:54.228395 | 2015-11-05T10:02:26 | 2015-11-05T10:02:26 | 45,566,006 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,899 | java | package org.arhan;
import com.sun.tools.attach.VirtualMachine;
import javax.management.ObjectName;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.lang.management.Manage... | [
"ant.arhipov@gmail.com"
] | ant.arhipov@gmail.com |
ab91c03b59ea022112d15c5663152bcde3771f9a | 66bb9a0dc88cef7f395f39d670576139022a2516 | /src/com/nfit/yaoliusan/myblog/web/CommentDelServlet.java | 0776b4cd9f165bc1cf92080745c7c50c887e955d | [] | no_license | yaoliuyao/14-posts-ajax | 8fbc54954f917bf854bdf6db9b352381ea8ce892 | 34cf025ba154ff8760469920143cb4e607f97b8d | refs/heads/master | 2022-12-26T19:10:02.168816 | 2020-10-09T03:18:51 | 2020-10-10T00:26:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 823 | java | package com.nfit.yaoliusan.myblog.web;
import com.nfit.yaoliusan.myblog.dao.CommentDAO;
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 java.io.... | [
"yaoliusan@gmail.com"
] | yaoliusan@gmail.com |
d0877c9e13725df0b0db0f94533056e77c94c1c6 | a422de59c29d077c512d66b538ff17d179cc077a | /hsxt/hsxt-common/src/main/java/com/gy/hsxt/common/exception/HsException.java | 58a24be99666ff69d2d3d48e844e4d81c3b57ee0 | [] | no_license | liveqmock/hsxt | c554e4ebfd891e4cc3d57e920d8a79ecc020b4dd | 40bb7a1fe5c22cb5b4f1d700e5d16371a3a74c04 | refs/heads/master | 2020-03-28T14:09:31.939168 | 2018-09-12T10:20:46 | 2018-09-12T10:20:46 | 148,461,898 | 0 | 0 | null | 2018-09-12T10:19:11 | 2018-09-12T10:19:10 | null | UTF-8 | Java | false | false | 3,783 | java | /***************************************************************************
* This document contains confidential and proprietary information
* subject to non-disclosure agreements with GUIYI Technology, Ltd.
* This information shall not be distributed or copied without written
* permission from GUIYI technology, ... | [
"864201042@qq.com"
] | 864201042@qq.com |
4fb748a7a2a2348ad8f93b12e922fe36eb9ccb40 | 927268625a21d96e0dd057568bc309e463d3b444 | /src/md/tekwill/demo/inheritance/Employee.java | 488c48ae995c078b7f19864e34ccd9b37c6af5db | [
"MIT"
] | permissive | theFaustus/demo-oca | 7975631f2f39d6900ed3b99b2449b51c732ac9de | 826801bfd9e234b17f728786003047279e8b7930 | refs/heads/master | 2020-06-30T03:24:44.559951 | 2019-10-11T17:27:48 | 2019-10-11T17:27:48 | 200,707,815 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 700 | java | package md.tekwill.demo.inheritance;
class Employee {
protected String name;
protected String address;
public Employee(String name, String address) {
this.name = name;
this.address = address;
}
public String getName() {
return name;
}
public void setName(String na... | [
"”ipascari@isd-soft.com”"
] | ”ipascari@isd-soft.com” |
d315610bb9840610e9ed9b610b3e367f20a59c22 | bd7f909b20535294d3c55dcc8b2397d63e01f5d4 | /miu-session-spring/src/main/java/com/example/miu/session/repository/MovieRepository.java | 2ccd9722e0e8ec22f85b9fa2522a426750d5e6a4 | [] | no_license | Oddadmix/miu-senior-session | f10720b70477de40354a2d5149d372643daff419 | 1cd52f811bdd8380e785f43529a87d42996a67fe | refs/heads/master | 2021-07-10T10:55:43.250246 | 2017-10-10T12:48:45 | 2017-10-10T12:48:45 | 105,296,637 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 225 | java | package com.example.miu.session.repository;
import org.springframework.data.repository.CrudRepository;
import com.example.miu.session.entity.Movie;
public interface MovieRepository extends CrudRepository<Movie, Long> {
}
| [
"oddadmix"
] | oddadmix |
620269536db52acddf276f1061bc40aa97b60a53 | cbd3ee6e3b947ac83521e34335a5ff3bc19cc255 | /src/main/java/com/ricardo/cursomc/repositories/ClienteRepository.java | 356958a7bef6ddeff2c29ace4839434d1e22dfa9 | [] | no_license | Ricardo2507/crusomc | 1918f823f1ca092d23575b3af5852bc04105b850 | 890b1afca0178b13d7045bb1dcdaffef545d19c1 | refs/heads/master | 2020-09-15T23:11:49.696447 | 2019-12-11T23:39:12 | 2019-12-11T23:39:12 | 223,579,229 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 427 | java | package com.ricardo.cursomc.repositories;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.ricardo.cursomc.domain.Cliente;
/** no Repository não será class, será interface extendendo JpaRepository **/
/** faz parte da camada de acesso a dad... | [
"rscarvalho@hotmail.com"
] | rscarvalho@hotmail.com |
668bebab4a92967f391f09581b90843eca95a89a | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/3/3_41f1b482e8e914054fc35db32c4ae8e4b7b8e6eb/ContainerShapeEditPart/3_41f1b482e8e914054fc35db32c4ae8e4b7b8e6eb_ContainerShapeEditPart_t.java | 6cf61c04d889fc1edd9644c645d1962ac66a9f35 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 8,956 | java | /*******************************************************************************
* <copyright>
*
* Copyright (c) 2005, 2012 SAP AG.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distributio... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
ee963e904043e836d8d19950692d44e8279b59dc | 9f1fb4f7d5d8939af74a015ab9a1c118ed7c15c7 | /mentoringsession/ReplaceB.java | 3e84c38a5ff0e4089f8b7909e8502633554477d0 | [] | no_license | kutmanai/add-day_9_conditionals3- | 814f0d872005928187541d064820aa280dc96a8c | c0ba1b40b7504ef86523475f98fcd42672cc44bd | refs/heads/master | 2020-04-09T03:54:32.951404 | 2018-12-02T00:59:01 | 2018-12-02T00:59:01 | 160,002,224 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 492 | java | package mentoringsession;
public class ReplaceB {
public static void main(String[] args) {
String words[]= { "Bananas","Blueberries", "Cherries",
"Brocolli", "Butternet", "Squash", "Green bean", "Peanut"
};
for (int i =0; i <words.length; i++) {
words[i]= words[i].replace("B", ... | [
"kutmanaizhumalieva@MacBook-Air-Kutmanai.local"
] | kutmanaizhumalieva@MacBook-Air-Kutmanai.local |
cfee952c8d6944b0f1c2c4594e79e0b1523e629c | 2918eeaa8de3e0d4a1178da42b06fd8b20378a7f | /app/src/main/java/com/zanrite/groomme/HistoryData/Tabs_past_future_ride.java | f163fd2a95e4c54d2637fb65bd2f55c1a49ced52 | [] | no_license | Bbox12/groomme | 0564a0bf65144b9cc201165ce79a8f47e4c4cc72 | 11befa5d8aa992dd0cf75e2cf586d9f2f05909d9 | refs/heads/master | 2023-06-17T18:54:02.559055 | 2021-07-11T14:26:38 | 2021-07-11T14:26:38 | 339,601,213 | 0 | 0 | null | 2021-07-11T14:26:38 | 2021-02-17T03:31:09 | Java | UTF-8 | Java | false | false | 5,517 | java | package com.zanrite.groomme.HistoryData;
import android.content.Intent;
import android.os.Bundle;
import android.view.KeyEvent;
import android.view.Menu;
import android.view.MenuInflater;
import android.view.MenuItem;
import android.view.View;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat... | [
"inow.ani@gmail.com"
] | inow.ani@gmail.com |
4650102acb7300228e4e4af7dbc47fa4d99ad7d0 | 4b6c1a2ae07e374d34a526fa11d765622ab8769d | /app/src/main/java/br/com/bandtec/saude/Models/Temperatura.java | a51435265d4518e3b8c81be0f9b0a3f6c33f0989 | [] | no_license | enzotiezzi/Saude | 9aa8a9cfab64315d8b2300a0eb6d916aec440eb7 | 02696208af02bfb451203451d29954fa692e7ce6 | refs/heads/master | 2021-01-15T15:31:03.186685 | 2016-08-09T18:40:46 | 2016-08-09T18:40:46 | 43,250,452 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 281 | java | package br.com.bandtec.saude.Models;
/**
* Created by enzo on 26/09/2015.
*/
public class Temperatura extends Entidade
{
private float Grau;
public float getGrau()
{
return Grau;
}
public void setGrau(float grau)
{
Grau = grau;
}
}
| [
"enzo_tiezzi@hotmail.com"
] | enzo_tiezzi@hotmail.com |
7935bf064478a074a1b5da9c1fad2c7db5812e30 | 6ed7822b278ff2c5d3b566409a985fcc3ddf6ba7 | /src/Matango.java | a78569f6817bd43c0f2fa8f281156dac316728ff | [] | no_license | monqcq/JavaIntroduction | a1848642f23b3fe0ee9f0d1ad2c8eef3c586c33e | a007603cdadb5f7fc9e834966658383ef46c528d | refs/heads/master | 2023-07-20T21:05:33.541208 | 2021-09-08T12:26:30 | 2021-09-08T12:26:30 | 382,824,573 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 180 | java |
public class Matango {
int hp;
final int LEVEL = 10;
char suffix;
public void run() {
System.out.println("お化けキノコ" + this.suffix + "は逃げ出した!");
}
}
| [
"takuyaaaan23@gmail.com"
] | takuyaaaan23@gmail.com |
36bdf8133c2c2661fdccb672667ada2e8f307ac3 | 16a4c6df8a5e7af4bb6218ee5fc23e6a692196dd | /Test/src/test/java/Pages/DefaultPages.java | 08c7df19f9d9a27e16c98e1e6e8180ed14136386 | [] | no_license | KateSurta/AutomationTesting | 4163dd6b645810ffa2d2963ed8a33801a3159178 | 8d29e32714abac5bda2fdffe84b3b6cef4d54722 | refs/heads/master | 2021-08-24T07:21:20.393602 | 2017-12-08T16:03:57 | 2017-12-08T16:03:57 | 113,552,063 | 0 | 0 | null | 2017-12-08T16:03:58 | 2017-12-08T08:41:13 | HTML | UTF-8 | Java | false | false | 2,806 | java | package Pages;
import org.openqa.selenium.Keys;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.firefox.FirefoxOptions;
import org.openqa.selenium.support.FindBy;
import java.util.logging.Level;
import static org.openqa.selenium.firefox.FirefoxOptions.FIREFOX... | [
"ekaterina.surta@gmail.com"
] | ekaterina.surta@gmail.com |
b01971d199e70c003b11d608bca3908698b749a5 | da0efa8ffd08b86713aad007f10794c4b04d8267 | /com/telkom/mwallet/coupon/C1462e.java | 7e4b55b8725bafa975e26bb02969bf5895a05cb6 | [] | no_license | ibeae/tcash | e200c209c63fdfe63928b94846824d7091533f8a | 4bd25deb63ea7605202514f6a405961a14ef2553 | refs/heads/master | 2020-05-05T13:09:34.582260 | 2017-09-07T06:19:19 | 2017-09-07T06:19:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,601 | java | package com.telkom.mwallet.coupon;
import android.content.Intent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.TextView;
import com.telkom.mwallet.R;
i... | [
"igedetirtanata@gmail.com"
] | igedetirtanata@gmail.com |
54f7aee845daf0719e7473442989d86a31a7ba85 | 4763e7c6e12c03dc9ddd538dc9d2fc17c80af762 | /src/main/java/com/ggkttd/kolmakov/testSystem/controllers/ResourceController.java | d2c8b2aa5e82684f2834b8100eff85479e341c5f | [] | no_license | NKolmakov/TestSystem | 858b59bd78ea794ea7a6c86eb70e608ab59f5774 | c5c5b7298e96eb47031c2516d2bdd7fc86733e81 | refs/heads/master | 2020-06-25T00:47:04.762722 | 2019-10-02T18:11:03 | 2019-10-02T18:11:03 | 199,144,401 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,962 | java | package com.ggkttd.kolmakov.testSystem.controllers;
import com.ggkttd.kolmakov.testSystem.domain.Resource;
import com.ggkttd.kolmakov.testSystem.services.ResourceService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework... | [
"colmakov.nikita@mail.ru"
] | colmakov.nikita@mail.ru |
0c4fe9abfa4d588ac771d11fc0adf14222b03368 | cf18c1d3e78706b95120a37f5c30a802e39efde7 | /syh_mall/src/main/java/com/visionet/syh_mall/repository/cart/ShopCartRepository.java | c6e4628e99cb725c9e80e937eee06bc43f996fc5 | [] | no_license | JavaLeeLi/shscce_syh | c31447ebc4aa5b1a555a7e99567ffe8459664e87 | 2ccc815aabfe23051a305964170310a1e8a9f4c1 | refs/heads/master | 2021-04-15T09:47:24.389650 | 2018-03-27T03:07:08 | 2018-03-27T03:07:08 | 126,915,503 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 925 | java | package com.visionet.syh_mall.repository.cart;
import java.util.List;
import org.springframework.data.jpa.repository.Query;
import com.visionet.syh_mall.entity.cart.ShopCart;
import com.visionet.syh_mall.repository.BaseRepository;
/**
* 购物车Dao层
* @author mulongfei
* @date 2017年8月31日上午10:16:50
*/
public interface... | [
"liym@visionet.com.cn"
] | liym@visionet.com.cn |
50f1be69dd8f09e6d9ff8c032183dd492f3dad53 | 3baad985f6c1a5322e325ea679bda0a45711c6ff | /list2xml/dao/EmployeeImplementation.java | 8f7a4d10c375bc96a9ad66214ea3997d25722dcc | [] | no_license | MichkaDaCoder/list2xml | c2e452eaca0e16bc27f180d1cd8578db2268a6c6 | 96b1b3d5af1f44396b98907f6ab57a92d51b5421 | refs/heads/master | 2021-06-30T19:23:29.096140 | 2019-02-11T22:25:34 | 2019-02-11T22:25:34 | 170,211,873 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 916 | java | package list2xml.dao;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import list2xml.model.Employee;
/**
* EmployeeImplementation.java: implements <b>IEmployeeDAO</b> to initialize a List of employee
*
* @author MichkaDaCoder
*/
public class EmployeeImplementation implements Seri... | [
"michkadacoder@gmail.com"
] | michkadacoder@gmail.com |
ccbe42968f6348bdbc909012312ea815516d3d62 | 2dcb93edebdf2d5c45539f4ed794b1116f30f8f9 | /app/src/main/java/com/bw/movie/bean/syBean/HotBean.java | d276f1142a82acfbb928334392eebba5a9f5de74 | [] | no_license | JK823/movie | 2a2634836676e0172799e43cb02907280b21db27 | c8bd9425d5434b9b87a36f8d3b63c7dc3c997156 | refs/heads/master | 2022-07-14T16:27:16.151622 | 2020-05-19T04:15:16 | 2020-05-19T04:15:16 | 265,142,144 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,048 | java | package com.bw.movie.bean.syBean;
import java.util.List;
public class HotBean {
/**
* result : [{"director":"\r\n刘伟强","horizontalImage":"http://mobile.bwstudent.com/images/movie/stills/zgjz/zgjz1_h.jpg","imageUrl":"http://mobile.bwstudent.com/images/movie/stills/zgjz/zgjz1.jpg","movieId":24,"name":"中国机长","... | [
"133671668951@163.com"
] | 133671668951@163.com |
6dd2530da5a2d3e3b44708590bfca74d52e612d6 | d9b19cf58d8c4c7ab1dc934fa4d73d17411a04cd | /src/main/java/org/omg/IOP/TAG_POLICIES.java | 0efc783cb9ffe483dec73f891b387b00e7e727a5 | [] | no_license | wttch96/jdk | 2548da98a4dca59ccc205ca1c0e51084bd9de31c | 9be728e4d278bff3b4c8f45b4a0f2529ea807e16 | refs/heads/master | 2023-03-27T04:24:52.098700 | 2019-05-31T08:59:14 | 2019-05-31T08:59:14 | 286,370,165 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 517 | java | package org.omg.IOP;
/**
* org/omg/IOP/TAG_POLICIES.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /build/openjdk-8-gyaYyR/openjdk-8-8u212-b03/src/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
* Friday, April 26, 2019 2:05:49 AM UTC
*/
public interface TAG_POLICIES
{
... | [
"admin@wattsch.cn"
] | admin@wattsch.cn |
2f628d7bdfda63bd731acf47c00816712db70d6e | 5949bbdf00032a259444067fc68aa2256cd4e131 | /src/main/java/com/caglarb/issuemanagement/entity/User.java | fb54cbae2c98f99efe4d9a652d321cb379d6a3be | [] | no_license | caglarbilgin/issue-management-java-spring-boot-and-angular | e9b92fa0031532c12e4735106b6dc4b6f913f5e0 | 5c1922e4c9950cc455dec5b4f6c94888cd228fba | refs/heads/master | 2020-04-29T03:40:30.150702 | 2019-04-08T12:11:06 | 2019-04-08T12:11:06 | 175,819,253 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,039 | java | package com.caglarb.issuemanagement.entity;
import lombok.*;
import javax.persistence.*;
import javax.print.attribute.standard.MediaSize;
import java.util.List;
@Entity //jpa'den gelen bir database tablosu olduğunu belirtiyoruz.
@Table(name = "users") // burada tablo özelliklerini veriyoruz tabloya bir isim veriyoru... | [
"caglar.bilgin@sahabt.com"
] | caglar.bilgin@sahabt.com |
443c01c13d3774f1559aecbd6a857e3b06e3e441 | f0a134641ee5ac0a6a5a52d78aabd6eb9a818760 | /chapter05/S_03.java | 378032a2d143c98dd1c5a6ec35346381b875556b | [] | no_license | kubrafelek/Introduction_Java_Programming | 05c4ebb195be4b676ff3f4e47beefe2f56dde557 | 55101637f98f6c138f8605c3f4cf4c8f037be6bc | refs/heads/master | 2020-06-27T21:16:28.284704 | 2020-01-23T09:20:34 | 2020-01-23T09:20:34 | 200,051,910 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 321 | java | package bolum05;
public class S_03 {
public static void main(String[] args) {
final double POUNDS_PER_kg = 2.2;
System.out.print("Kilograms\tPounds\n");
for (int kg = 1; kg < 200; kg += 2) {
double pounds = POUNDS_PER_kg * kg;
System.out.printf("%3d\t\t%5.1f\n", kg, pounds);
}
}
}
... | [
"noreply@github.com"
] | kubrafelek.noreply@github.com |
eb1d71c9d5fae5be1cfa01e6b9d213b95f3d87b6 | 2e05a9bc728f488a210056653988492f02457f66 | /src/main/java/com/tabrizguliyev/app/ws/MobileAppWsApplication.java | 51970db35584a83a81dea5b5faba0759357cbea6 | [] | no_license | TabrizGuliyev/mobile-app-ws | 6d67043aafad5e448761a2bd8e7655609d2e40a1 | ee32be11260b47d58524184f3a1a877268e97485 | refs/heads/master | 2020-12-28T09:36:25.134492 | 2020-02-04T18:28:23 | 2020-02-04T18:28:28 | 238,270,945 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 339 | java | package com.tabrizguliyev.app.ws;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class MobileAppWsApplication {
public static void main(String[] args) {
SpringApplication.run(MobileAppWsApplication.clas... | [
"tabrizguliyev@hotmail.com"
] | tabrizguliyev@hotmail.com |
ba2ba0e59e3c575d9a0ed01552898aeac8236c24 | ec98872943c0a6a791668d6dc432ae7937905673 | /designer/src/com/android/tools/idea/uibuilder/handlers/constraint/targets/BaseLineActionTarget.java | fb142adb8a7dc9ef5df41e54e5e6469ec35a7148 | [] | no_license | zjw-swun/android | cabd8c172346467494af4fba4c17062161570ded | 3761afcc07ebbd4f86c1e7469c2c828f8b0eab5f | refs/heads/master | 2020-05-15T22:09:43.221694 | 2019-04-18T21:58:51 | 2019-04-18T22:01:08 | 182,518,753 | 1 | 0 | null | 2019-04-21T10:19:22 | 2019-04-21T10:19:21 | null | UTF-8 | Java | false | false | 2,517 | java | /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"treehugger-gerrit@google.com"
] | treehugger-gerrit@google.com |
1277e25bd1b6e37eec158601f6519de4b6aa48c0 | bfeb6ec0d47bf64bd95a2922b07d7ca192b9ad1f | /app/src/main/java/vn/com/canhtoan/Database/Entity/User_CauDocEntity.java | 1ebefa4144e26417a6fa9678ed5e8b29c5f09385 | [] | no_license | hntxuanit15spkt/PhanXa | a88bbc68cfe4d56c8ecafbe814b1639f1ddd65f5 | 77f07aac947fda72874dc64f34acf89046735b7d | refs/heads/master | 2020-03-12T11:07:09.078124 | 2018-05-27T05:02:33 | 2018-05-27T05:02:33 | 130,589,131 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 698 | java | package vn.com.canhtoan.Database.Entity;
import android.arch.persistence.room.Entity;
import android.arch.persistence.room.ForeignKey;
import android.arch.persistence.room.PrimaryKey;
import android.support.annotation.NonNull;
@Entity(foreignKeys = {@ForeignKey(entity = UserEntity.class, parentColumns = "id", childCo... | [
"hntxuanit15spkt@gmail.com"
] | hntxuanit15spkt@gmail.com |
d3e0337dcdbf549150149b272b90161aa31bc498 | 8f8541fc7b4ad1aef261ba12483545a9fcf27ed8 | /src/main/java/com/backend/shop/config/SwaggerConfig.java | b15b52038e6c3ae0733d105a7abec6fcfb56be1b | [] | no_license | Azphire/parking | a68db453677cb8b784fa1629214d7372405689a7 | 4549a60c4d2bc89bdd92e595647bc38078602edc | refs/heads/main | 2023-02-16T12:59:12.149054 | 2021-01-10T10:53:13 | 2021-01-10T10:53:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,233 | java | package com.backend.shop.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;
import org.springframework.web.servlet.config.annotation.CorsRegistry;
import org.springframework.web.servlet.config.an... | [
"azphire@163.com"
] | azphire@163.com |
b703df0a9bc492a8ebb6841e258d59d9489b5025 | a3fe8d989e8d0fb37e4661f7613da42d8ea90381 | /src/main/java/com/schoolofnet/RestAPI/services/ProductService.java | 2da982fd0f019ff2c3635a9d5e00308d292a7799 | [] | no_license | snifferchess/spring-boot-intermediario-rev-2 | b04429bc8cef1d3e1773c77d0318d3935cf20240 | 5fe67b0f3dda92df4aa158c57a63797e00daf7bf | refs/heads/master | 2021-10-09T01:30:53.766741 | 2018-12-19T22:13:56 | 2018-12-19T22:13:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 349 | java | package com.schoolofnet.RestAPI.services;
import java.util.List;
import com.schoolofnet.RestAPI.models.Product;
public interface ProductService {
public List<Product> findAll();
public Product find(Long id);
public Product create(Product product);
public Product update(Long id, Product product);
publ... | [
"leonan.luppi@gmail.com"
] | leonan.luppi@gmail.com |
66c6cfc001c718a503ba6551453f99a56b9d8484 | b0e572ebc3cb93145b57ca7f272ee8bb32effedc | /android/app/src/main/java/com/rnapp/MainActivity.java | baf23a8113663202e1c65b737c9f48963974f6ca | [] | no_license | RookieDouby/RNapp | 0a1d832c447dcf4e4893f262aacf7b101456473a | 5571d59a6581029994d7be82bc079e98d3e42839 | refs/heads/master | 2020-03-19T09:32:02.922739 | 2018-06-06T08:32:02 | 2018-06-06T08:32:02 | 136,297,071 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 406 | java | package com.rnapp;
import com.facebook.react.ReactActivity;
import com.oblador.vectoricons.VectorIconsPackage;
public class MainActivity extends ReactActivity {
/**
* Returns the name of the main component registered from JavaScript.
* This is used to schedule rendering of the component.
*/
@O... | [
"zhanghongdou756@pingan.com.cn"
] | zhanghongdou756@pingan.com.cn |
39ea80e29b071fd6cd5acf36b1de2e68660569c9 | a05d991577c44d2878fca9ae300c84076c26f76b | /semi_eclips14/src/model/Dao/DiaryDao.java | 5e36110129545c85bc92fd424ff60e24f7d499ab | [] | no_license | kimo9561/ATOPIDIA | ec704645289fd5d342971f40dca561b74aeaba4d | cded3e74b414e1c25e00fc9e85727e88c38a752f | refs/heads/master | 2023-02-13T14:39:37.003174 | 2021-01-17T05:43:27 | 2021-01-17T05:43:27 | 330,321,318 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,184 | java | package model.Dao;
import java.sql.Connection;
import java.util.List;
import model.Dto.DiaryDto;
public interface DiaryDao {
String InsertDiarySql = " INSERT INTO DIARY VALUES(DIARY_SEQ.NEXTVAL,?, ?, ?, ?, ?, ?,SYSDATE, ?, ?, ?) ";
String DeleteDiarySql = "DELETE FROM DIARY WHERE DIARY_NO=?";
String SelectAllSq... | [
"kimo9561@naver.com"
] | kimo9561@naver.com |
c67c02815ce54fccaf0deb3bd54cbb99d5c0f93b | 338b25b3acd02a28679bb5e4d924860a6b179f9d | /src/benho/fragmentproblem/FragmentRightC.java | 3f91428d3f0af561c9dbe7ab66c302f2d3b706d1 | [] | no_license | Ben-Ho/fragmentProblem | b25ab2ae177ec1ccca0893a0e923ff69065cd869 | f08192098be7187d5f4bf08e8119ce58e60fbecc | refs/heads/master | 2020-05-20T11:14:02.896433 | 2014-07-07T07:49:58 | 2014-07-07T07:49:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 503 | java | package benho.fragmentproblem;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
public class FragmentRightC extends Fragment {
@Override
public View onCreateView(LayoutInflat... | [
"bh@vivid-planet.com"
] | bh@vivid-planet.com |
5643520bafc68cdeb6c684bb4845f8cb1d9913d6 | 465769250c8aebae663a78d3ce88c097ec7ca57d | /src/main/java/com/ajax/brain/utils/sorts/BubbleSort.java | 9943cf94254764862827c5764fdec3ff56063e6d | [] | no_license | Xerogeiger/Brain | a018323e70d682227025a9085a0ca45834ad7734 | 8e325ce9132d080cd6265f176e375e97003363d1 | refs/heads/master | 2022-12-16T01:03:28.536547 | 2020-09-16T21:02:44 | 2020-09-16T21:02:44 | 294,256,510 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,011 | java | package com.ajax.brain.utils.sorts;
/**
* Implementation of a BubbleSort algorithm
*
* Code <del>stolen</del> borrowed from <a href="https://www.geeksforgeeks.org/">https://www.geeksforgeeks.org/</a>
* The page it was borrowed form is <a href="https://www.geeksforgeeks.org/bubble-sort/">https://www.geeksforgeeks.o... | [
"gamegenuity@gmail.com"
] | gamegenuity@gmail.com |
1192a1d82884fe94f4891a484e6a8e363a2547eb | 979bfc766cf2b73db2fc714667b8652a2d6dcacf | /Projects/Timbergrove/Petro-link/timbergrove_petrolink-tree_cep_engine_hg-700cbb5333f4/PetrolinkStructures/src/main/java/Energistics/Datatypes/ErrorCodes.java | 7b22f66c091b95648004cd9ef9f6a07543c3d046 | [
"MIT"
] | permissive | messaoudi-mounir/AvanticaPC | 936536c00fd287638fb43bdce9a67c039aa8e68c | 1c1ab806d63ecca0ce898676a273d4f951608239 | refs/heads/master | 2020-06-17T07:45:46.092223 | 2017-07-27T19:46:22 | 2017-07-27T19:46:22 | 195,850,038 | 1 | 0 | null | 2019-07-08T16:32:45 | 2019-07-08T16:32:44 | null | UTF-8 | Java | false | false | 697 | java | /**
* Autogenerated by Avro
*
* DO NOT EDIT DIRECTLY
*/
package Energistics.Datatypes;
@SuppressWarnings("all")
@org.apache.avro.specific.AvroGenerated
public enum ErrorCodes {
ENOROLE, ENOSUPPORTEDPROTOCOLS, EINVALID_MESSAGETYPE, EUNSUPPORTED_PROTOCOL ;
public static final org.apache.avro.Schema SCHEMA$ =... | [
"aquesada.vega11@gmail.com"
] | aquesada.vega11@gmail.com |
f4db956958c8838edb115e26fdbaa0d03634d779 | 3ac1ef18c3224da928f46dff33076d91291b0377 | /source/exoneon/concurrency/safe/locking/Counter.java | 5fa38379b605d2b003e967187cbb1069c0b21b8b | [] | no_license | aeonviper/exoneon | 09c6b8828de02b330019a6dc90720e4c8a41f0af | 13d0cd0ebdcdcd632e2e6ee93e80ab419d559791 | refs/heads/main | 2023-09-02T00:17:50.675917 | 2021-11-17T18:58:32 | 2021-11-17T18:58:32 | 374,353,249 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 122 | java | package exoneon.concurrency.safe.locking;
public interface Counter {
public int incrementGet();
public int get();
}
| [
"viperblaster@gmail.com"
] | viperblaster@gmail.com |
ada9208709667e286188713e8b9e5bcf50a1acd5 | 447520f40e82a060368a0802a391697bc00be96f | /apks/malware/app98/source/com/a/a/a/e/c/a.java | eca45f44e6fda98029550a22d5d08131d72515ff | [
"Apache-2.0"
] | permissive | iantal/AndroidPermissions | 7f3343a9c29d82dbcd4ecd98b3a50ddf8d179465 | d623b732734243590b5f004d167e542e2e2ae249 | refs/heads/master | 2023-07-19T01:29:26.689186 | 2019-09-30T19:01:42 | 2019-09-30T19:01:42 | 107,239,248 | 0 | 0 | Apache-2.0 | 2023-07-16T07:41:38 | 2017-10-17T08:22:57 | null | UTF-8 | Java | false | false | 10,454 | java | package com.a.a.a.e.c;
import com.a.a.a.b.i;
import com.a.a.a.d.d;
import com.a.a.a.e.n.b;
import com.a.a.a.e.p;
public class a
extends p
{
private static int D = 1;
private static int E = 2;
private static int F = 3;
private static int G = 4;
private static int H = 1;
private static int I = 2;
privat... | [
"antal.micky@yahoo.com"
] | antal.micky@yahoo.com |
6077a14790e59100ebcc747d5755dd64a153ee4b | 76bf98f9ca19979db01b624a5edc7ca9f6e3fa57 | /src/main/java/com/example/demo/application/port/in/model/ResponseFindAllPersonajes.java | c2652443987412835e889955548414ecad867e25 | [] | no_license | srkapi/test1 | ca00120a72f3ce3d057fc8bb1cbea76156a3f9e3 | ebbc4be31a0e032458f34ad546a70dd7b046d064 | refs/heads/master | 2022-10-20T17:35:37.113135 | 2020-05-22T09:59:03 | 2020-05-22T09:59:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 339 | java | package com.example.demo.application.port.in.model;
import com.example.demo.application.domain.Personaje;
import lombok.Builder;
import lombok.Data;
import java.io.Serializable;
import java.util.List;
@Builder
@Data
public class ResponseFindAllPersonajes implements Serializable {
private List<Personaje> respons... | [
"pricila.albero@gmail.com"
] | pricila.albero@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.