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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8ce7e4e9e7a92bfa48e6007163962feee8619483 | a837e5b21776e7931be1812a0b7edd06f03cf2d7 | /bpmn-model/src/main/java/org/camunda/bpm/model/bpmn/impl/instance/SendTaskImpl.java | 4ec0dc35897238b126022a14bbceadb85843e215 | [
"Apache-2.0"
] | permissive | meyerdan/camunda-bpmn-model | 65bab4a8123f3dcc698a6d8991b9ca25bb6ffba7 | 7609d467da24989447e8e722ba5b0250fbee0fb5 | refs/heads/master | 2021-01-15T08:30:53.346132 | 2014-02-06T09:51:43 | 2014-02-06T09:51:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,294 | 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
* distributed ... | [
"sebastian.menski@googlemail.com"
] | sebastian.menski@googlemail.com |
21875716405ea72dfb1ce047b0780e886801b37f | 6c2405119d8a4ce2c5794e1ae63cbbb970270dcb | /fanes/src/com/TDiJoy/fane/util/Base64.java | cda67555c2ffcd2886127b30c4d61819f8c6deec | [] | no_license | xulingyun/fanes | 083cab3d967bbfece2f9c38c151bea5f2a5f1b93 | 34ddba9e1fdcc3151f6aa47128ee04c1a93ed99c | refs/heads/master | 2021-01-10T22:03:44.219807 | 2014-10-26T08:57:49 | 2014-10-26T08:57:49 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 3,802 | java | package com.TDiJoy.fane.util;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.OutputStream;
public class Base64 {
private static final char[] legalChars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".toCharArray();
/**
* data[]½øÐбàÂë
* @param data
* @r... | [
"254837127@qq.com"
] | 254837127@qq.com |
0a47f8abadfc017f7267561930b7abe078649d45 | f1efaa9c11fb973d2a14cd5c6e0ca77e36930576 | /app/src/main/java/com/wzl/WzlWeather/modules/about/domain/Version.java | b59817e9210671ea78e6394b67c0d3bda3327fe6 | [
"Apache-2.0"
] | permissive | wzl822/WzlWeather | a452e139e95d382670e0205dd2f165e41ec8ed80 | 73a2aeee78fdc6170ea406f46bdba50e9f28330a | refs/heads/master | 2021-04-26T23:01:19.458561 | 2018-03-05T12:41:26 | 2018-03-05T12:41:26 | 123,915,565 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 808 | java | package com.wzl.WzlWeather.modules.about.domain;
import com.google.gson.annotations.SerializedName;
public class Version {
@SerializedName("name") public String name;
@SerializedName("version") public String version;
@SerializedName("changelog") public String changelog;
@SerializedName("updated_at") ... | [
"2748647435@qq.com"
] | 2748647435@qq.com |
1bdc22154d450a3311957128001c56b446f54f50 | 2475616ec471597534cc7f2def37c0f9b6f8d7dd | /src/Easy/LC206.java | c07a109d59518eef7f0584bf717e6a561c374377 | [] | no_license | Yunssss4410/LeetCode | 96264b4596df2062601e039879c29abc43933afc | 621dd2490cd70b9c91f895dbdebb6af6f6a0d0db | refs/heads/dev | 2023-01-11T10:42:33.805991 | 2020-11-12T02:22:47 | 2020-11-12T02:22:47 | 264,596,089 | 0 | 0 | null | 2020-05-18T09:36:44 | 2020-05-17T06:08:26 | Java | UTF-8 | Java | false | false | 413 | java | package Easy;
import Extension.ListNode;
public class LC206 {
/*
206. 反转链表
*/
class Solution {
public ListNode reverseList(ListNode head) {
if (head == null || head.next == null)
return head;
ListNode cur = reverseList(head.next);
head.next.... | [
"2419350961@qq.com"
] | 2419350961@qq.com |
bc52b3ab8a2d2eb2920b7dcf43d3f425f20964c6 | d60d72dc8afce46eb5125027d536bab8d43367e3 | /module/CMSJava-core/src/shu/cms/devicemodel/lcd/PLCCModel.java | 5d9e6f3624ce9e8da5267f5d8e8761c3571a2137 | [] | no_license | enessssimsek/cmsjava | 556cd61f4cab3d1a31f722138d7a6a488c055eeb | 59988c118159ba49496167b41cd0cfa9ea2e3c74 | refs/heads/master | 2023-03-18T12:35:16.160707 | 2018-10-29T08:22:16 | 2018-10-29T08:22:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,206 | java | package shu.cms.devicemodel.lcd;
import java.util.*;
import shu.cms.*;
import shu.cms.colorspace.depend.*;
import shu.cms.colorspace.independ.*;
import shu.cms.devicemodel.*;
import shu.cms.lcd.*;
import shu.cms.util.*;
import shu.math.lut.*;
/**
* <p>Title: Colour Management System</p>
*
* <p>Description: </p>
... | [
"skyforce@gmail.com"
] | skyforce@gmail.com |
4fefd05d24e29b153553d848f5deec8b097ce293 | 7fed48b319a342083674e4873a135d4123fd8211 | /src/main/java/leetcode/daily/y2020m11/D20201112_922.java | 3d938b54c67050366277cd1edab370310a89453d | [] | no_license | dubulingbo/shuati | 581006fda22ea9ebb236284316450d29bcd6eee1 | b804e4e512a21899942a7165c22d6e0d2cbd3a07 | refs/heads/main | 2023-05-29T08:12:38.460109 | 2021-06-01T03:08:47 | 2021-06-01T03:08:47 | 315,934,395 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,739 | java | package leetcode.daily.y2020m11;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
/**
* @author DubLBo
* @since 2020-11-12 08:59
* i believe i can i do
*/
public class D20201112_922 {
// 922. 按奇偶排序数组 II
// 给定一个非负整数数组 A, A 中一半整数是奇数,一半整数是偶数。
// 对数组进行排序,以便当 A[i] 为奇数时,i 也是奇数;当 A... | [
"dubulingbo@163.com"
] | dubulingbo@163.com |
eed9e81b9017bab8214d61c1604f561acc2e1a08 | 0cf17f9a64755c5533437a69d29ab295467b9d83 | /app/src/main/java/com/mdb/example/administrator/Utils/MyEditText.java | 8880cbbd0ea08769eeb8f92ac4fa036610f4b832 | [] | no_license | as425017946/shangjiaxiche | 57fa38c5f23a7c3580639f41e07e8d5567a9cc3c | 7b2b05c49803f1e7fa9eaed3fe9bd196bd261aa0 | refs/heads/master | 2020-04-26T01:54:30.726630 | 2019-03-01T02:09:55 | 2019-03-01T02:09:55 | 173,218,756 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,284 | java | package com.mdb.example.administrator.Utils;
import android.content.Context;
import android.support.v7.widget.AppCompatEditText;
import android.util.AttributeSet;
import android.view.MotionEvent;
public class MyEditText extends AppCompatEditText {
private long lastTime = 0;
public MyEditText(Context context... | [
"123@qq.com"
] | 123@qq.com |
951546e80c236067a7dab462545fdc619e729a11 | 05f15ac1d30be14f1562edeade6117292c28530f | /eskyzdt-server/src/main/java/cn/eskyzdt/modules/threadAfter0503/c_018/Exchanger.java | baad80b68539bc32f56837e82431cc0783e3198e | [] | no_license | eskyzdt/eskyzdt | 57798bdc1961f7799b330228677868e527a9c87a | 4a28e1aceb77260df4504e57609af76ba8c8d0af | refs/heads/V1.0 | 2023-08-16T22:34:44.423083 | 2023-08-15T06:53:46 | 2023-08-15T06:53:46 | 206,766,628 | 1 | 0 | null | 2022-10-14T06:12:21 | 2019-09-06T10:03:01 | JavaScript | UTF-8 | Java | false | false | 1,777 | java | package cn.eskyzdt.modules.threadAfter0503.c_018;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.TimeoutException;
/**
* 交换器
*
* 交换只能两两交换
* exchange的时候exchanger会阻塞
* 如果只有一个exchange()执行,那么会阻塞,exchange和wait比较像
*
*
*/
public class Exchanger {
static java.util.concurrent.Exchanger<String> ... | [
"eskyzdt@sina.com"
] | eskyzdt@sina.com |
6e06261d569ebe858da2dee239a080aa684a8f75 | b57e8a634264e5859e17caa172360c4c4561b086 | /exemplos-spring/src/main/java/br/senac/tads4/dsw/exemplosspring/ExemplosSpringApplication.java | 94b878d0480594a8e941a5cbd637acbe0e52034d | [
"MIT"
] | permissive | ftsuda-senac/tads4-dswb-2018-1 | ab6b25b430f34204ea2695a467691ec406efe19e | 9c87f0bdbc1761d1a2248cbfd7cefdaf4b80f28a | refs/heads/master | 2021-01-25T10:20:56.628610 | 2018-05-17T02:02:56 | 2018-05-17T02:02:56 | 123,347,250 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 398 | java | package br.senac.tads4.dsw.exemplosspring;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.Bean;
@SpringBootApplication
public class ExemplosSpringApplication {
public static void main(String[] arg... | [
"ftsuda.senac@gmail.com"
] | ftsuda.senac@gmail.com |
e03a48a887830d99933b86a00ec20202ee560c6c | 6872b7e2ad8422cb69bae8d72cfc4143b01b16c5 | /src/main/java/operators/OperatorDIV.java | ac8ec41b8313ae47d0bb3eb51a80467892930acb | [] | no_license | karatsuba/simple-calculator | 2a2e65905b01eb146c08bf2bd17911fa0b4176d4 | adb32fe116dd2be11d3e7d4ae9b76127b2109514 | refs/heads/master | 2020-03-23T00:11:34.477152 | 2018-07-13T14:04:39 | 2018-07-13T14:04:39 | 140,849,559 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 433 | java | package operators;
import operand.Operand;
public class OperatorDIV implements Operator{
public Number evaluate(Operand leftOperand, Operand rightOperand) throws Exception{
if (rightOperand.getValue() == 0){
throw new Exception("ERROR: you can divide by zero");
}
return leftOp... | [
"romanchuhan18@gmail.com"
] | romanchuhan18@gmail.com |
2bfe03c6e4304fc51c75056307c8b22acdce43cb | 7fcb1efdb5678c16eaedcf380ba28579e2d90c23 | /src/com/example/prox/ForgotPassword.java | b02e929eee512364e182db9e9b79cf30a8b38c0b | [] | no_license | jeffwdg/ProX_v2 | bc11fc5c18eb7463f437133c4191803c7fa18695 | bca5ae0a37d6f5d40aed14a4122bd255d69031bc | refs/heads/master | 2016-09-06T05:04:59.900165 | 2014-03-08T15:49:16 | 2014-03-08T15:49:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,370 | java | package com.example.prox;
import com.parse.ParseException;
import com.parse.ParseUser;
import com.parse.RequestPasswordResetCallback;
import com.radaee.reader.R;
import android.app.ActionBar;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.app.Dialog;
import androi... | [
"aloofzehcnas@gmail.com"
] | aloofzehcnas@gmail.com |
15464f7f4ae24a3f4ecf60946d5e969b4b7e9d62 | 5d13d9329c561856f1f50305be1dd03c5f960dcf | /services/hrdb/src/com/auto_gmifufqtjm/hrdb/dao/DepartmentDao.java | 7f7f7098a9314dba8b004ef2f30085f992c05381 | [] | no_license | wavemakerapps/Auto_GmIFUFQtjM | cc296c51a78627290923d0e3d82c758802889f89 | 1da0229f1562023c018a686611cdf25b6e85b608 | refs/heads/master | 2021-09-02T13:09:32.208635 | 2018-01-02T23:09:21 | 2018-01-02T23:09:21 | 116,066,006 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,203 | java | /*Copyright (c) 2015-2016 wavemaker.com All Rights Reserved.
This software is the confidential and proprietary information of wavemaker.com You shall not disclose such Confidential Information and shall use it only in accordance
with the terms of the source code license agreement you entered into with wavemaker.com*/... | [
"automate1@wavemaker.com"
] | automate1@wavemaker.com |
792db3b5ee81e3c2346d38e5787485a866c43ee5 | 6e39e31f656c951e125c6a8bb376e503d6e7b66a | /app/src/main/java/de/cleopa/chentschel/gpsactivity/main/KarteAnzeigenSaved.java | e9978e6a918777018494d1d7d1fefdfd1d8c2ae2 | [] | no_license | kristalis24/GPSActivity | 565632341dbe8ec0aeb883ff129b2e17b5d90db0 | 2fb5e10ac8a498562c58c2dac817c7688a7c32e5 | refs/heads/master | 2021-01-17T07:56:28.976728 | 2016-07-09T11:32:26 | 2016-07-09T11:32:26 | 60,083,837 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,096 | java | package de.cleopa.chentschel.gpsactivity.main;
import android.app.Activity;
import android.app.Dialog;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.ServiceConnection;
import android.graphics.Color;
import android.location.Geocoder;
import a... | [
"kristalis@arcor.de"
] | kristalis@arcor.de |
819b6b11b44e1e461d33c45e43d47c8ef853d499 | 0da6bc5b991d1343af05a6cc6be768ffced5296b | /src/com/moonyue/Main.java | a4c71883f1086eebc2561244330a783feaf84e7a | [] | no_license | FebFirst/concurrent-learning | c9481181730a184b2c91bdc42c4958afa20e48dc | 81f371b5374317a9a948583db50751d87339992e | refs/heads/master | 2020-04-04T13:35:55.873978 | 2018-11-14T12:24:21 | 2018-11-14T12:24:21 | 155,967,701 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 771 | java | package com.moonyue;
import com.moonyue.chapter4.MoonYueHttpServer;
import java.lang.management.ManagementFactory;
import java.lang.management.ThreadInfo;
import java.lang.management.ThreadMXBean;
public class Main {
public static void main(String[] args) throws Exception{
// write your code here
// Thr... | [
"muyue@pinduoduo.com"
] | muyue@pinduoduo.com |
37776b34116db2ace266fb59f8eaffcdebc2c3f5 | c061a9cbbd7c727b1498022d37e09c7c1c9393b4 | /src/main/java/com/springboot/netclodx/auth/ResourceServerConfig.java | e518f0ef4c2983e6729fb7cedacd0da9886a12f8 | [] | no_license | olivo1990/spring-services-netclodx-usuario | 3e1c1fb671a92e62255d6b4ecb55e75bbe7e0209 | a2c103443bed2d94e49e0755940520b95ec6a2ca | refs/heads/master | 2020-09-06T05:33:13.355190 | 2019-11-17T23:37:44 | 2019-11-17T23:37:44 | 220,339,675 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,405 | java | package com.springboot.netclodx.auth;
import java.util.Arrays;
import org.springframework.boot.web.servlet.FilterRegistrationBean;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.core.Ordered;
import org.springframework.http.H... | [
"camilo.olivo1990@gmail.com"
] | camilo.olivo1990@gmail.com |
23656e94ff6ef28bd8869fc3a46b7260cfff3d11 | 7c1430c53b4d66ad0e96dd9fc7465a5826fdfb77 | /uims-support/src/cn/edu/sdu/uims/graph/form/InfoPhotoForm.java | c49bfb47c745860ac02a643424defdd665409147 | [] | no_license | wang3624270/online-learning-server | ef97fb676485f2bfdd4b479235b05a95ad62f841 | 2d81920fef594a2d0ac482efd76669c8d95561f1 | refs/heads/master | 2020-03-20T04:33:38.305236 | 2019-05-22T06:31:05 | 2019-05-22T06:31:05 | 137,187,026 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,480 | java | package cn.edu.sdu.uims.graph.form;
import javax.sql.rowset.serial.SerialBlob;
/**
* 人员照片信息
* InfoPhoto generated by MyEclipse - Hibernate Tools
*/
public class InfoPhotoForm extends AddedAttributeForm implements java.io.Serializable {
// Fields
private Integer id;
private String photoType... | [
"3624270@qq.com"
] | 3624270@qq.com |
d967c555d1ba4f6a2fe87fcb5b539777671559be | aee1dd7d4c2eed9b706eb4e8c7fac6a3dfc5e199 | /zqsign-saas-client-demo/src/main/java/com/zqsign/client/contract/bykeyword/SignByKeywordIV.java | 02b99dc8fe91389d3ef7a49352aa407c28f1d433 | [] | no_license | zhangzk223/testgit | a11c98030aebd44a6fd5af51716785cafde1b5d4 | 4664a013fe3f6be4eb9f6cc181b83c28859c4b15 | refs/heads/master | 2021-09-06T11:27:46.750883 | 2018-02-06T02:19:35 | 2018-02-06T02:19:35 | 108,485,438 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,788 | java | package com.zqsign.client.contract.bykeyword;
import java.util.HashMap;
import java.util.Map;
import com.alibaba.fastjson.JSONObject;
import com.zqsign.common.base64.Base64Utils;
import com.zqsign.common.constants.ZqsignManage;
import com.zqsign.common.utils.httpclient.HttpClientUtil;
import com.zqsign.commo... | [
"zhangzk223@sina.com"
] | zhangzk223@sina.com |
399520fa768fae4f6681a411ae212741065c834f | 9c6be468eb6d86ebbf0851352699030cf3fae9ec | /instrumentation/servlet/servlet-3.0-no-wrapping/src/test/java/io/opentelemetry/javaagent/instrumentation/hypertrace/servlet/v3_0/nowrapping/WrappingFilter.java | 58f00cff638dc784cd4d831571ebb46376912d8e | [
"Apache-2.0"
] | permissive | samarth-gupta-traceable/javaagent | 57d7ab645ccfb41e97837d43b671c7540066388d | bacb322b2b5928ac04c00b1f98108803bcf4be8a | refs/heads/main | 2023-03-11T01:44:45.466155 | 2021-02-24T09:59:37 | 2021-02-24T09:59:37 | 340,388,566 | 0 | 0 | Apache-2.0 | 2021-02-19T14:11:08 | 2021-02-19T14:11:07 | null | UTF-8 | Java | false | false | 3,512 | java | /*
* Copyright The Hypertrace 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 agre... | [
"noreply@github.com"
] | samarth-gupta-traceable.noreply@github.com |
6296b10226e2abf5be0fc7184e93e97b32228ee6 | 370bcbce8c056fdf1f651f533b3b2ac41382ec34 | /app/src/main/java/com/example/ecommerce/Model/Users.java | ddd0c67b322a1bd16079a49094889cfefc6b3a5b | [] | no_license | Ashutosh730/eCommerce | f273a5ad47a8c13f54f982ac75a7b1b6b234f16a | ad947245e3074bfe14864b3ac5c2fadccb3167ec | refs/heads/master | 2023-04-27T22:55:19.019235 | 2021-05-14T10:54:54 | 2021-05-14T10:54:54 | 365,934,787 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 705 | java | package com.example.ecommerce.Model;
public class Users {
protected String name, phone, password;
public Users(){}
public Users(String name, String password, String phone) {
this.name = name;
this.phone = phone;
this.password = password;
}
public String getName() {
... | [
"ashutoshhappy0007@gmail.com"
] | ashutoshhappy0007@gmail.com |
0a50a8bc5bbcef5caae199725322b14daf9f08d5 | 3e7cfd9ba8ce893af5a864dfa089e09512d6ce53 | /AndroidAsync/src/com/koushikdutta/async/http/server/BoundaryEmitter.java | 8da7e0912ed556d2cae6888a9d0aff04ea8b9752 | [
"Apache-2.0"
] | permissive | nseidm1/AndroidAsync | f8c136638b25fdd42126ceb42622ca4da760627f | c0267e4e5c6ef2d28c92332b3ec3090d406035f4 | refs/heads/master | 2021-01-24T04:19:11.295555 | 2013-04-16T03:01:23 | 2013-04-16T03:01:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,658 | java | package com.koushikdutta.async.http.server;
import java.nio.ByteBuffer;
import junit.framework.Assert;
import com.koushikdutta.async.ByteBufferList;
import com.koushikdutta.async.DataEmitter;
import com.koushikdutta.async.FilteredDataEmitter;
public class BoundaryEmitter extends FilteredDataEmitter {
private by... | [
"koushd@gmail.com"
] | koushd@gmail.com |
440a707f06eafe1e0027cae8d9849de5d186fd8c | 06d503c5ea50d73bbb16d40234e87c4b13cd7071 | /Acheron Source/src/server/model/players/skills/Smithing.java | b0d3b9596bbccdf668bd008e779c53a39c53e091 | [] | no_license | Bdavey98/Runescape-SeniorProject | b3c8abfd434047a2ba7a8ba990fb6e822e67adf1 | 5bb7b879dc0c6f1e9941232f69e54b30789f7cb4 | refs/heads/master | 2022-11-22T07:51:02.258601 | 2020-07-27T17:39:28 | 2020-07-27T17:39:28 | 258,374,295 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 26,544 | java | package server.model.players.skills;
import server.Config;
import server.model.players.Client;
/**
* Smithing.java
*
* @author Sanity
*
**/
public class Smithing {
private Client c;
private final int[] SMELT_BARS = {2349,2351,2355,2353,2357,2359,2361,2363};
private final int[] SMELT_FRAME = {2405,2406,2407... | [
"daveyb200@potsdam.edu"
] | daveyb200@potsdam.edu |
99c484c239241e0eb728e24e8fb5425ac44da976 | 73c1a2870b57b7287a8ea82e2d62934e5ce238c6 | /Pattern3.java | e837bd627a3e42ad37cec70c8b52576ca9a11f9c | [] | no_license | venkatsaiprasad58/pattern-and-basic-modular-progrmas | f319f1d03ba6fe9e1d19aed50ed7cb723a9f7b11 | dc755d2c43404b39652fa956fabbc3e8e2e3d453 | refs/heads/main | 2023-04-12T00:42:45.006429 | 2021-05-12T04:05:34 | 2021-05-12T04:05:34 | 366,586,856 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 540 | java | package com.ojas.patternPrograms;
public class Pattern3 {
public static void main(String[] args) {
String str = "";
for (int i = 1; i <= 7; i++) {
for (int j = 1; j <= i; j++) {
str += j + " ";
}
str += "\r";
}
for (int i = 6; i >= 1; i--) {
for (int j = 1; j <= i; j++) {
str += j + " ";
... | [
"venkatsaiprasad58@gmail.com"
] | venkatsaiprasad58@gmail.com |
0c21726376e0a33bf9d4024b87bf4009efd22177 | 2a863e48ae4f01f4b99a64c4f3fad92629fa9df1 | /src/main/java/me/wbars/compiler/semantic/models/ArrayTypeNode.java | dbaf79889957532b0919753ff2652a7269cbfcf4 | [] | no_license | wbars/compiler | c8ca870a547782b99a09d46947f96c73bedb6964 | e7433af32eeb1664aa3e2e70e3e1a1589653657d | refs/heads/master | 2021-05-01T08:25:19.021084 | 2017-04-06T20:09:21 | 2017-04-06T20:09:21 | 79,703,541 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,326 | java | package me.wbars.compiler.semantic.models;
import me.wbars.compiler.parser.models.Tokens;
import me.wbars.compiler.scanner.models.Token;
import me.wbars.compiler.scanner.models.TokenFactory;
import me.wbars.compiler.semantic.models.types.Type;
import me.wbars.compiler.semantic.models.types.TypeRegistry;
import java.u... | [
"smelov.kirill@gmail.com"
] | smelov.kirill@gmail.com |
653a2372281d031cbb11e8dc7d8b82a1745f9085 | f07b41266b86a62ee423f8743ef056a9d87ac2f3 | /BethaCodeExamples/src/model/AnimalRepository.java | eedf39c1de7d3b6c38d51344baec52e6067ab816 | [] | no_license | emanuelmelo87/betha-code | 789ed62496d45e6d53d4b95824bf1dd97b9c62e2 | a6cf923320087e91287b669737b3a22762a0efa0 | refs/heads/main | 2023-07-06T22:05:19.172066 | 2021-08-07T11:36:26 | 2021-08-07T11:36:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 226 | java | package model;
public class AnimalRepository {
public void findAnimal() {
Animal animal = new Animal("toto",0.47,20.1,"pitbull",true,"branco");
animal.setPeso(40.00);
animal.getPeso();
}
}
| [
"bruno.kurzawe@betha.com.br"
] | bruno.kurzawe@betha.com.br |
de811811fb64a4e62dc18d9b6b69a99b51ffe9d2 | 6cec98dc39601f8288f62b8cbcd202ca993e8358 | /src/main/java/testingil/webinar/testability/ex2/visibility/Adder.java | 0cda45741fc82fd0c56e99ee1ac7413aa09a9ea6 | [] | no_license | gilzilberfeld/webinar-testability | a3f3820bbc2643ca45e302d45ab3a7c74b8dd6b6 | fb90bffff09aa1dcdb91760eea05297d09b341eb | refs/heads/master | 2023-05-22T12:47:00.411461 | 2021-06-09T15:34:19 | 2021-06-09T15:34:19 | 325,826,267 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 303 | java | package testingil.webinar.testability.ex2.visibility;
public class Adder {
private int temporaryResult=0;
public void add(int a, int b) {
storeAndAdd(a);
storeAndAdd(b);
}
private void storeAndAdd(int a) {
temporaryResult +=a;
}
public int getResult() {
return temporaryResult;
}
}
| [
"gil.zilberfeld@gmail.com"
] | gil.zilberfeld@gmail.com |
afa7618b15f511ef45df8b20d0397b1ace9d441b | 842619f475bb91c1ca0d443bae3c6c4b10458b84 | /src/main/Java/org/jbpm/jsf/core/handler/SuspendHandler.java | 6430bd6396563b80f4cdfb889d7316976de098ab | [] | no_license | rajprins/jbpm-dashboard | ae9faa0d9305792e0778702137a79786e2605cd2 | 253cc453e188793bcc75f44d3e50960fd68f67fc | refs/heads/master | 2016-09-06T09:19:10.163562 | 2011-06-28T08:54:23 | 2011-06-28T08:54:23 | 32,142,864 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,139 | java | package org.jbpm.jsf.core.handler;
import org.jboss.gravel.common.annotation.TldAttribute;
import org.jboss.gravel.common.annotation.TldTag;
import org.jbpm.jsf.JbpmActionListener;
import org.jbpm.jsf.core.action.SuspendActionListener;
import com.sun.facelets.FaceletContext;
import com.sun.facelets.tag.TagAttribute;
... | [
"rajprins@gmail.com@9e6ae388-d4ed-05de-5285-0939cd39b3d6"
] | rajprins@gmail.com@9e6ae388-d4ed-05de-5285-0939cd39b3d6 |
1ce7df916c1da55085ed28538dfd8b78773a9c8c | 62cb0acf78d786a957b0c61e33a692e3e4a259fd | /src/test/java/hu/akarnokd/rxjava2/internal/operators/nbp/NbpOperatorMapNotificationTest.java | 1c10c39f783d093fd4fa57d5069742c003828fdd | [
"Apache-2.0"
] | permissive | josenaves/rxjava2-backport | 4ba34e62c0ee620cfc7fcf56a0cc91cfe4f12d81 | 9cac47e86a9b48b2f021d27e3d0031132b57711e | refs/heads/master | 2020-12-24T12:06:01.695465 | 2016-08-24T13:48:52 | 2016-08-24T13:48:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,940 | java | /**
* Copyright 2015 David Karnok and Netflix, 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 l... | [
"akarnokd@gmail.com"
] | akarnokd@gmail.com |
47ab8232f5114c2e843f28bb9128962c2a440fa2 | db579f64fde2d538f4bce1681e0d5667e039a4f9 | /YiBoLibrary/src/com/cattong/weibo/impl/twitter/ProxyBasicAuth.java | e234ad7624e82d50db5dabf7456b43937074bc55 | [
"Apache-2.0"
] | permissive | ax003d/YiBo | dc3a57464e8b6a878d4dc081ecab00a68f8ba23a | b49c25e614926aaf9bb88e33c72db79414c10b82 | refs/heads/master | 2021-01-18T08:50:15.549797 | 2013-03-18T09:38:02 | 2013-03-18T09:38:02 | 8,870,741 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 865 | java | package com.cattong.weibo.impl.twitter;
import com.cattong.commons.ServiceProvider;
import com.cattong.commons.http.auth.Authorization;
public class ProxyBasicAuth extends Authorization {
/** serialVersionUID */
private static final long serialVersionUID = -7108008646051298533L;
private String restApiSer... | [
"cattong@cattong-THINK"
] | cattong@cattong-THINK |
f23192c966ce3e1147f7583ad466ca916e77ee76 | 0ae6312049513c5cab73199ce62701335e5a848b | /app/src/main/java/com/dudencovgmail/news/model/Repository.java | 590ca600f3f4bf0d2af3ae9a445cf46b81479208 | [] | no_license | AlexanderDudenkov/NEWS | cf81fd21305ac46131120c0e90593dee632b2547 | e173d51725e850c6e1669672f51c14c3e5900300 | refs/heads/master | 2020-03-15T10:41:54.494821 | 2018-05-08T09:39:42 | 2018-05-08T09:39:42 | 132,105,064 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,589 | java | package com.dudencovgmail.news.model;
import android.content.Context;
import android.widget.ImageView;
import com.dudencovgmail.news.model.realm.RealmDB;
import com.dudencovgmail.news.model.rest.NetConnection;
import java.io.File;
import io.reactivex.Observable;
import io.realm.RealmList;
import io.re... | [
"maintrineg@gmail.com"
] | maintrineg@gmail.com |
aaeb78c9965c19cec517d901b2ba39d07aaa36d7 | 3cd036a374eae6bbfcc7a4fb576a9f8771807fca | /src/main/java/paterns/structyre/bridge/first/bank/account/Account.java | a2482c2655ee17d37fbcb03fe01934a37bf2d598 | [] | no_license | YuriiShmorgun/mvc | 9dd22d265eb88781569ac17b258e10697ec32ea7 | fc74d2881c53d108eb1256130a075d0f66bab839 | refs/heads/master | 2020-04-23T22:30:22.724988 | 2019-03-06T15:13:13 | 2019-03-06T15:13:13 | 171,504,067 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 739 | java | package paterns.structyre.bridge.first.bank.account;
import paterns.structyre.bridge.first.bank.Action;
public abstract class Account {
private int id;
private double amount;
private Action action;
protected Account(Action action) {
this.action = action;
}
public Action getAction() {... | [
"yurashmorgun@gmail.com"
] | yurashmorgun@gmail.com |
3ce8d75e5cef536bc5b73f5327257a0751aa71dc | a5b548432c14df05aa78bcd6b6f47b89fdc38fa8 | /src/test/java/com/INF2015/app/Parsing/JSONFileReaderTest.java | 902ab672c2f61a4f8f2e934844733bdb24361b06 | [] | no_license | tremblayEric/JSONExampleWithMavenAndCobertura | 388987b7a62d994319bd70040d86d14428bb038c | b777b4b450e1d4099d4b22c8ade6c9723b75e415 | refs/heads/master | 2016-09-06T06:33:36.619774 | 2013-04-21T17:47:15 | 2013-04-21T17:47:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 693 | java | /* Copyright 2013
jpokou
pdarveau
sayonCisse
tremblayEric
UQAM hiver 2013
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... | [
"tremblay_eric@live.ca"
] | tremblay_eric@live.ca |
d0fbc64137ea6f4c40ca166a7b2463ab63988622 | 0b43f456a4ca064d0bf7379e3f813a8d4dd4a379 | /app/src/test/java/com/example/android/farmer/ExampleUnitTest.java | 93ecac126a6851d25996fdb404c51a64bd427be8 | [] | no_license | raghuladhitya/farmer | e876c38aac1935e4173582197d7e959e5c8ff586 | 40cff10cf31e88d4e585c8249011251d896acf45 | refs/heads/master | 2020-04-22T00:15:09.430894 | 2019-02-14T12:33:12 | 2019-02-14T12:33:12 | 169,972,608 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 387 | java | package com.example.android.farmer;
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 ... | [
"raghuladhitya2013@gmail.com"
] | raghuladhitya2013@gmail.com |
041373a4b7618ab2068f06b1506c30a9028cb8e5 | a98e2bf2bebedfa8a6e240d15cf8fc8b0debdb73 | /Lab4/A4-SemanticAnalysis/src/gen/lang/ast/Opt.java | d5864b7ca2218c188f8776ff9f5117b270c68115 | [] | no_license | miquelpuigmena/CompilerSimpliCInJava | 9b0e2a93de0b02345d4832c81013984cfe7b494a | 674b622e0d225a9ad2222e3362ae90aed850ed2e | refs/heads/master | 2020-07-24T02:23:26.719621 | 2019-10-22T11:00:51 | 2019-10-22T11:00:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,420 | java | /* This file was generated with JastAdd2 (http://jastadd.org) version 2.3.2 */
package lang.ast;
import java.util.Set;
import java.util.TreeSet;
import java.io.PrintStream;
import java.util.Optional;
import java.util.Iterator;
import java.io.ByteArrayOutputStream;
import java.lang.reflect.InvocationTargetException;
/**... | [
"miquelpuigmena@gmail.com"
] | miquelpuigmena@gmail.com |
021829f327e010362a1b4f65e67b676b81f5a4e4 | 112e7dc20a4cc09c3b89e9fe22ee547f369f36ac | /src/main/java/cz/i/pirin/mapper/FactValueMapper.java | 8df3dcab8e9a6eeba6577e02be731774c62b845c | [] | no_license | hadasj/pyrin | 7ca6d3dee58dcd3af37e185509ea825e0c00e56b | 8f5122ca74b1aba608785d55761653dbe993e2be | refs/heads/master | 2021-08-31T13:42:22.094206 | 2017-12-21T14:43:58 | 2017-12-21T14:43:58 | 112,621,632 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,841 | java | package cz.i.pirin.mapper;
import java.util.ArrayList;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import cz.i.pirin.entity.db.fact.FactValueDb;
import cz.i.pirin.entity.db.fact.ValueDb;
import cz.i.pirin.model.entity.dimensio... | [
"jan.hadas@i.cz"
] | jan.hadas@i.cz |
a5ac8646b9ba109df1bee04b90bc69baeabe8fad | 7bcb476985e26b6c6dd5b459ab9eb83f5b7714fa | /shopping-mall/src/com/nonage/controller/action/LogoutAction.java | 259b866f353bb1b52c0f3ff3f436847a62110cd7 | [] | no_license | kimeuntea/shopping-mall | 6941729a46d563c8b9ec3e57b2efdb848c130008 | 606808b6314cbc40d7e329667b443b5c31aaf573 | refs/heads/master | 2021-01-10T20:57:56.349116 | 2015-05-14T01:38:30 | 2015-05-14T01:39:51 | 35,584,124 | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 825 | java | package com.nonage.controller.action;
import java.io.IOException;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import dao.MemberDao;
publi... | [
"euntae@Euntea"
] | euntae@Euntea |
3814ffe8d0f271a968485632e12234ea5d027f67 | 30d37df0a81aa9f95f651654e5396807756cc27a | /app/src/main/java/com/example/mary/graduationproject/Adapter/scanItemCityRv2Adapter.java | be9f311e7a7df24e99c94dbd1813f6a301954c7b | [] | no_license | ageniusmary/GraduationProject | df94ee2e2496d3915af583f54f0d2bfc1760fb1e | 6e6a8f9c5b62fa8d9366caa52b3ef856b1d6dc61 | refs/heads/master | 2020-09-15T22:21:59.760563 | 2019-11-23T10:11:34 | 2019-11-23T10:11:34 | 223,568,927 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,565 | java | package com.example.mary.graduationproject.Adapter;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widg... | [
"ageniusmary@gmail.com"
] | ageniusmary@gmail.com |
61dd32f8d7f81716c2ea18b9f8f3ae64453c630b | 030595eb8fa9e38414d76bbc519d23f8d20fc3ca | /app/src/main/java/com/example/user/finalexam/Adapter/MyAdapter.java | 4912ec8f4cc7cf6581b132c71352b66fe25aa53b | [] | no_license | NguyenHuyHoangCodeGym-C0718L01/VietPro_Android_LastProject | a36e9a77fafc546ab3e4592c42e11915ae67d80a | 3e1cb09d1d3b4fdc469d4f0f4e0dc333ce69d665 | refs/heads/master | 2020-04-18T18:29:06.101264 | 2019-01-26T12:15:58 | 2019-01-26T12:15:58 | 167,685,037 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,907 | java | package com.example.user.finalexam.Adapter;
import android.app.Activity;
import android.app.FragmentTransaction;
import android.support.v4.app.FragmentActivity;
import android.support.v4.app.FragmentManager;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.RecyclerView;
import android.... | [
"huyhoang681997@gmail.com"
] | huyhoang681997@gmail.com |
fa2dfcf986e321cf709b449f462489684e572622 | 39e8b8798140342183f27f645e3e9d394cf2de1d | /.svn/pristine/55/5563062fa48d70032cff863ca6650afc1dc74f38.svn-base | cbc3c7073c5fec34b68a1899eb80a576d53aba71 | [] | no_license | iwulh/study | c92b1f6ac3a8443c4b7571f796eb37b55cdd50f8 | 77b1f2570bed65db6f165944b66fe9d0c26ab36a | refs/heads/master | 2020-04-01T08:53:16.757180 | 2018-10-15T03:58:38 | 2018-10-15T03:58:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 871 | package com.common.basedb.conn;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import org.mybatis.spring.SqlSessionTemplate;
/**
* 基本数据连接
* @author Administrator
*
*/
public interface ConnectionDao {
/**
* 获得连接
* @return
*/
public Co... | [
"godwolfwlh@163.com"
] | godwolfwlh@163.com | |
58e33eb15cbe033efb9c471b5de454764da98506 | 944254ecb2fec30f3714c2dab67fb21f7bcb3a47 | /ch15/sec02/HashMapExample.java | 0dd0dbed1e0b21e9a5d4079c61d231164136f6d7 | [] | no_license | rn0614/java | f05a49bbe053b9f1c9016e9841b18377622def10 | 485585c344bff8234e0706eafeb2493574f76521 | refs/heads/master | 2023-03-25T01:22:13.664325 | 2021-03-23T16:35:34 | 2021-03-23T16:35:34 | 349,104,599 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 138 | java | package ch15.sec02;
public class HashMapExample {
public static void main(String[] args) {
// TODO Auto-generated method stub
}
}
| [
"rn0614@naver.com"
] | rn0614@naver.com |
b8ee2db22d558c035b51edc5cdec67ec20a78641 | ae6ff9954c60feb0c15100704669f63e6532d270 | /src/main/java/com/firststep/utils/DataStructure.java | 7e09fedf3782d9cc0c63729dde19b55b2dc8c3c0 | [] | no_license | nagappan080810/FirstStep | be9fbe87e2b61f1d145db6e4c128f0bc3d9545cd | 5248fd84549d3853403b16fe9595e15f0fd6d75a | refs/heads/master | 2021-01-22T19:30:56.369763 | 2018-10-17T15:48:22 | 2018-10-17T15:48:22 | 42,559,854 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 847 | java | package com.firststep.utils;
import java.util.Arrays;
public class DataStructure {
public static void main(String[] args) {
System.out.println("2nd row attr2 value is "+getValueForKey(2, "attr2"));
}
private static String getValueForKey(int row, String key){
String keysDomain[] = new String[]{"attr1", "attr... | [
"nagappan08@gmail.com"
] | nagappan08@gmail.com |
4475698acc097bf95df074c513d5d204e895559a | cc1048c17bfde5cd7a800f847e90dc43c4793384 | /FullStackDemo/backend-loanapp-1/src/main/java/com/loanapp/services/CustomUserDetailsService.java | 4c7524176085dc6ee9c666525b4c0d0f85bb4df8 | [] | no_license | govardhan6495/REFERENCES | d6039913872ac748ea277e79072971048bf33810 | 270765851f3f6bf89652472dac81cccb2e4ea4ee | refs/heads/main | 2023-06-05T02:17:45.732341 | 2021-06-26T17:53:08 | 2021-06-26T17:53:08 | 380,552,862 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,123 | java | package com.loanapp.services;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.userdetails.UserDetails;
import org.springframework.security.core.userdetails.UserDetailsService;
import org.springframework.security.core.userdetails.UsernameNotFoundException;
import ... | [
"ggovardhan6495@gmail.com"
] | ggovardhan6495@gmail.com |
12027429b6c4cf1fdf52c3c9e40cf0a0cfe5720b | cbb75ebbee3fb80a5e5ad842b7a4bb4a5a1ec5f5 | /com/jd/fridge/widget/EmptyLayout.java | 990d6a090f6b2176349fb93b0262ddec5c0afe49 | [] | no_license | killbus/jd_decompile | 9cc676b4be9c0415b895e4c0cf1823e0a119dcef | 50c521ce6a2c71c37696e5c131ec2e03661417cc | refs/heads/master | 2022-01-13T03:27:02.492579 | 2018-05-14T11:21:30 | 2018-05-14T11:21:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,602 | java | package com.jd.fridge.widget;
import android.content.Context;
import android.content.Intent;
import android.util.AttributeSet;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.FrameLayout;
import android.widget.FrameLayout.LayoutParams;
import android.widget.ImageView;
import a... | [
"13511577582@163.com"
] | 13511577582@163.com |
8ebf1b16217db237e03de2b74102dec4fb9e79f0 | 245b16b9995266a813cd265b14ff4e36a4ff32a0 | /src/com/etc/frame/ShowAdminFrame.java | 585282dda00eea2fe5aeb10c5055eb62af3e5d43 | [] | no_license | usadu/music | a730c9b292ecc5ca1c3c02ebb8d9f115090fc273 | 59393f56479c36e30006945642ccab37946f0255 | refs/heads/master | 2020-04-26T15:36:05.010954 | 2019-03-04T01:26:27 | 2019-03-04T01:26:27 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 3,412 | java | package com.etc.frame;
import java.awt.EventQueue;
import javax.swing.JFrame;
import com.etc.entity.Admin;
import javax.swing.JLabel;
import javax.swing.JPanel;
import java.awt.Font;
import java.awt.Color;
import javax.swing.ImageIcon;
import javax.swing.JButton;
import java.awt.event.ActionListener... | [
"test@test.com"
] | test@test.com |
aa9a2f5dc52e8b9d2fa2bbe5c371172ab2c4f3d4 | 21671a486ffb80e217de3270bf9e6d8b880d2f03 | /smile_android/src/com/holding/smile/protocol/PCartItemDetail.java | 410661519e535dbb072ecca30cf59015fd7e69be | [] | no_license | rememberlostcode/flyhz | ff4904fe5c8d80a89b41a1cd995abff47a8d94ab | 9602028cd1af9b9e56c8a396034702e014fa7652 | refs/heads/master | 2020-04-02T12:22:27.069231 | 2015-07-16T23:17:25 | 2015-07-16T23:17:25 | 18,166,238 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 348 | java |
package com.holding.smile.protocol;
import com.holding.smile.entity.CartItem;
/**
* 类说明:订单信息
*
* @author robin 2014-4-22下午3:26:09
*
*/
public class PCartItemDetail extends PBase {
private CartItem data;
public CartItem getData() {
return data;
}
public void setData(CartItem data) {
this.data = data... | [
"784772413@qq.com"
] | 784772413@qq.com |
b035d525b303f018a1aa3e3cb92c7397f374023b | d60e8f6f62699a4a0828563ce72dbe439335202c | /src/main/java/ru/prolog/util/io/ErrorListener.java | 8c5e708f7c52583c9e201b1cda42aeffdeec138d | [] | no_license | FalaleevMaxim/Prolog | 12f950f693386b46bf415a82d556f4ff79f7bbec | cade77b90cb7a1bfb56b20eb514ad72288736998 | refs/heads/master | 2021-06-26T07:58:14.930858 | 2020-06-22T08:01:50 | 2020-06-22T08:01:50 | 133,159,535 | 1 | 1 | null | 2020-10-13T09:17:36 | 2018-05-12T15:40:00 | Java | UTF-8 | Java | false | false | 257 | java | package ru.prolog.util.io;
import ru.prolog.etc.exceptions.runtime.PrologRuntimeException;
public interface ErrorListener extends OutputDevice {
void prologRuntimeException (PrologRuntimeException e);
void runtimeException (RuntimeException e);
}
| [
"maximfalaleev@mail.ru"
] | maximfalaleev@mail.ru |
042858966cc62df7efd44b0c8f9b2e52a4af9d6f | 1d6a46cda434d101248cffce0783115ec3c037a3 | /src/test/java/com/tinsa/poc/proxy/MensajeTest.java | 80e73cd31d4d96aca31ebe87cd8f957d48a3917a | [] | no_license | epriscogfi/TINSA_POC | d419fc5d265bac712dc0ee590ca1adf9ca864a3e | 5313a8d732da01ced5d38936ed238a071649652c | refs/heads/master | 2021-01-25T11:15:53.174584 | 2017-06-14T14:15:30 | 2017-06-14T14:15:30 | 93,921,233 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,421 | java | package com.tinsa.poc.proxy;
import static org.assertj.core.api.Assertions.assertThat;
import org.junit.Before;
import org.junit.Test;
import com.tinsa.poc.utils.Constantes;
public class MensajeTest {
Mensaje mensaje;
@Before
public void SetUp(){
mensaje = new Mensaje(Constantes.... | [
"epriscom@gmail.com"
] | epriscom@gmail.com |
d0ad13dbc01f5958d719737e4263a270bc01d344 | 46e11c2bd7fe2642d57143fce2de5c16618338fe | /StreamTP/src/module-info.java | b4ddd1ac8b4e7198435c55d783a200a103234a69 | [] | no_license | brahamax/livrable | 8eebe81a0ae57404628de33997f0a7c44ea92cdb | bc19c5530c644483ad11d27b28d4b89afb7b4a77 | refs/heads/master | 2021-05-16T22:54:48.036609 | 2020-03-27T10:29:51 | 2020-03-27T10:29:51 | 250,504,213 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 23 | java | module StreamTP {
} | [
"braham.moussouni@etudiant.univ-lr.fr"
] | braham.moussouni@etudiant.univ-lr.fr |
2dc77c7818b029ba6b696ca0b5ee7fa15dbb8172 | bcba593f9f3e6b41e0803dd7145e093574a4449f | /x-mail/src/com/net/client/TextViewer.java | a294246aa61a6dd5efc85a14d0a9d33b865b49d0 | [] | no_license | xuanj/x-test | 08e95516b1c813e7fff9ea72d0945ae97592d4c2 | 121b6dbaaaa57ee15bf73318c5912338bc55b5e5 | refs/heads/master | 2021-01-17T19:17:46.399090 | 2018-01-08T14:13:49 | 2018-01-08T14:13:49 | 60,441,498 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,256 | java | package com.net.client;
/*
* Copyright (c) 1997-2010 Oracle and/or its affiliates. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* - Redistributions of source code must retain the abo... | [
"XUANJIAN671@pingan.com.cn"
] | XUANJIAN671@pingan.com.cn |
534bb6b16280b30766d63a47c2da4daa3b9d9ff2 | 3f4cbe3cc5fb8b4bad9e6d4f2921d9e5620e18de | /src/main/java/springbootstart/service/ProductofferServiceImpl.java | 61d05ed443c4eb42c570750569b7833ce8c4a688 | [] | no_license | codesweetcat/SpringBootCRUD | 28e35544bcdf42c90ae7c02174ff113475349b02 | df499cb3e68e76a0a15eda1b67014fb10ac10264 | refs/heads/master | 2021-05-12T08:11:37.118820 | 2018-01-27T10:58:04 | 2018-01-27T10:58:04 | 117,270,465 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,449 | java | package springbootstart.service;
import springbootstart.model.Product;
import springbootstart.repository.ProductRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import org.springframework.stereotype.Service;
@Component
@Service
public class P... | [
"haoming666@hotmail.com"
] | haoming666@hotmail.com |
1da5b0e7100d1f7d32eba8790fcf49dbba59b17d | fc0545fbd5998d96d9ef9b57d472238617ca85f3 | /src/main/java/opennlp/tools/similarity/apps/RelatedSentenceFinder.java | 619c0f90d160430857241d88cb54d24534b215a9 | [
"Apache-2.0"
] | permissive | bgalitsky/syntmatcher | 43d183e930cf99fb955eebf8f470dc5c799f0cf2 | 6e6d780e44aa9c573bbb2c429bf4f8cf651103dc | refs/heads/master | 2021-01-23T08:15:30.089613 | 2011-09-29T19:07:31 | 2011-09-29T19:07:31 | 2,470,148 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 19,542 | java | package opennlp.tools.similarity.apps;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import opennlp.tools.parser.Parse;
import opennlp.tools.similarity.apps.utils.PageFetcher;
import opennlp.tools.similarity.apps.utils.StringDistanceMeasurer;
import opennlp.tools.similarity.apps... | [
"aj@Albert-Jan-de-Vriess-MacBook-Pro.local"
] | aj@Albert-Jan-de-Vriess-MacBook-Pro.local |
48542ca016efdb3bc6bc2a3b54b1ccfefa2d5e35 | ff17aa326a62de027a014fab99a652f593c7381f | /module_mine/src/main/java/com/example/bean/ProvinceBean.java | 035af183a72adb9dc63c2b7541db291288d6debf | [] | no_license | majiaxue/jikehui | 401aa2db1a3846bbbef9d29a29cdb934cb18b4c2 | 9b30feb8dbf058954fe59676303fd260ab5282c8 | refs/heads/master | 2022-08-22T18:25:08.014789 | 2020-05-23T10:40:22 | 2020-05-23T10:40:22 | 263,837,386 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,672 | java | package com.example.bean;
import android.os.Parcel;
import android.os.Parcelable;
import java.util.ArrayList;
public class ProvinceBean implements Parcelable {
private String id; /*110101*/
private String name; /*东城区*/
private ArrayList<City2Bean> cityList;
@Override
public String toString... | [
"ellliot_zhang_z@163.com"
] | ellliot_zhang_z@163.com |
000dc8166ad244393605e1de4a0206a3742a70ba | 10fddcbfbf38d6341a97483e5978bbab4e8bf20b | /java_stack/springProjects/dojoninjas/src/main/java/com/codingdojo/dojoninjas/models/Dojo.java | 3a2d4e7335d5b448f5bafb19712cd406d9794b13 | [] | no_license | bghebrit/dojo_assignments | ac8abdf08cf04dcef3e122d6f7e30ed8a90744ad | 39411bcd82a8a43e1bc08b4b85a79ef1ba6108e7 | refs/heads/master | 2021-06-27T08:20:36.985328 | 2020-07-20T19:56:42 | 2020-07-20T19:56:42 | 232,712,477 | 0 | 0 | null | 2021-06-10T22:28:24 | 2020-01-09T03:18:58 | Python | UTF-8 | Java | false | false | 1,381 | java | package com.codingdojo.dojoninjas.models;
import java.util.Date;
import java.util.List;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.pers... | [
"sghebrit@gmail.com"
] | sghebrit@gmail.com |
b545882421122c22a0d0adefe775b5ab5967d5f0 | ce7db6bc43f66264cdf3a25486e45d27429b1960 | /src/main/java/com/georgiev/xml/xml_app/App.java | a8fed2946a094568529a3a6f386b86d0ba2de584 | [] | no_license | mazen17/xml-app | 91e16051d6892cc14f50f11b0cea44f52e1876d7 | 684f3efd3ac961f9f376e492f24bda5827ab0b76 | refs/heads/master | 2020-06-21T10:23:50.460372 | 2016-11-25T19:19:02 | 2016-11-25T19:19:02 | 74,791,121 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,557 | java | package com.georgiev.xml.xml_app;
import java.io.FileOutputStream;
import javax.xml.bind.*;
import org.apache.poi.hssf.usermodel.HSSFCell;
import org.apache.poi.hssf.usermodel.HSSFCellStyle;
import org.apache.poi.hssf.usermodel.HSSFFont;
import org.apache.poi.hssf.usermodel.HSSFPalette;
import org.apache.poi.hssf.us... | [
"mazen17"
] | mazen17 |
7d974493f8f82dedc3f930e43faec80bb2f5b845 | 0907c886f81331111e4e116ff0c274f47be71805 | /sources/com/google/android/gms/common/api/internal/BackgroundDetector.java | c5579ad41ec3e486916fb61d39ed4d325e4fa716 | [
"MIT"
] | permissive | Minionguyjpro/Ghostly-Skills | 18756dcdf351032c9af31ec08fdbd02db8f3f991 | d1a1fb2498aec461da09deb3ef8d98083542baaf | refs/heads/Android-OS | 2022-07-27T19:58:16.442419 | 2022-04-15T07:49:53 | 2022-04-15T07:49:53 | 415,272,874 | 2 | 0 | MIT | 2021-12-21T10:23:50 | 2021-10-09T10:12:36 | Java | UTF-8 | Java | false | false | 3,904 | java | package com.google.android.gms.common.api.internal;
import android.app.Activity;
import android.app.ActivityManager;
import android.app.Application;
import android.content.ComponentCallbacks2;
import android.content.res.Configuration;
import android.os.Bundle;
import com.google.android.gms.common.util.PlatformVersion;... | [
"66115754+Minionguyjpro@users.noreply.github.com"
] | 66115754+Minionguyjpro@users.noreply.github.com |
0f953813da858817043de90c878fa856043602b8 | 492427711ab6b3e0b72d69ade968dc168130af2a | /src/main/java/org/spongepowered/asm/mixin/transformer/TargetClassContext.java | beb19bf342c9aae3168a1f247fbd3e7ecdae1d8c | [] | no_license | SkidFxcte/Hydrawareplus-cracked | c0124401af7c0071721f1e891f0855cae5c709ac | 6f06cd554581b5f0db738a0fa16b685ca75ce6e8 | refs/heads/main | 2023-08-20T09:36:35.461529 | 2021-10-21T13:57:29 | 2021-10-21T13:57:29 | 419,727,981 | 4 | 1 | null | null | null | null | UTF-8 | Java | false | false | 8,399 | java | //Deobfuscated with https://github.com/SimplyProgrammer/Minecraft-Deobfuscator3000 using mappings "C:\Users\User\Desktop\Source\Minecraft-Deobfuscator3000-master\1.12 stable mappings"!
//Decompiled by Procyon!
package org.spongepowered.asm.mixin.transformer;
import org.spongepowered.asm.mixin.transformer.ext.*;
impo... | [
"67464961+SkidFxcte@users.noreply.github.com"
] | 67464961+SkidFxcte@users.noreply.github.com |
e63321209f0a319f7ed8509f59f6ff9aa0580c6e | b532db2789f54486a9282671e8bca504938777b0 | /android/app/src/main/java/com/noteproject/MainActivity.java | 0c672aad8a92cad772a800a6defb0c769ad5f363 | [] | no_license | hrinternship2018/react_note_app | 1df033b34c624bf5367b84d623f38dc488165631 | 4e7b3adba4d991bcf4464712f456373debf16bee | refs/heads/master | 2020-05-17T13:45:58.122700 | 2019-04-28T05:47:11 | 2019-04-28T05:47:11 | 183,744,861 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 367 | java | package com.noteproject;
import com.facebook.react.ReactActivity;
public class MainActivity extends ReactActivity {
/**
* Returns the name of the main component registered from JavaScript.
* This is used to schedule rendering of the component.
*/
@Override
protected String getMainComponent... | [
"hrinternship2018@gmail.com"
] | hrinternship2018@gmail.com |
e4e00c0a050322f2e537303d1adc628a1c4940d5 | d18c4dbeb041a9a3b7e53343d5c221793a93cb01 | /src/main/java/pers/zjh/shop/mapper/ProductImageMapper.java | 7eb40a2e281c2e705d5fa817db35790ba048d6e6 | [] | no_license | zjh123456789/ttp1-shop | 0441691a9231b70f81c221286a5884b713619695 | 994b0d415a506bc49e2b033c9a9d83dbf66be16e | refs/heads/master | 2020-04-03T18:27:06.109675 | 2018-10-31T02:06:08 | 2018-10-31T02:06:08 | 155,484,741 | 18 | 5 | null | null | null | null | UTF-8 | Java | false | false | 1,435 | java | package pers.zjh.shop.mapper;
import java.util.List;
import pers.zjh.shop.pojo.ProductImage;
import pers.zjh.shop.pojo.ProductImageExample;
public interface ProductImageMapper {
/**
* @Describe 根据id删除商品图片
* @param id
* @return int
*/
int deleteByPrimaryKey(Integer id);
... | [
"1229585753@qq.com"
] | 1229585753@qq.com |
9d2ee280c584e0e6e3dc3676fd57b7ea1d911153 | 8efe6c0c7bc0b530ee02dee1ea6c24bfdaee3b63 | /javatestlib/src/main/java/com/ObserverModel/MyTestClass.java | dd7b33e6daaa6d71ac37544131c87cbb3d1abcc8 | [] | no_license | bruceearly/MulFunProject | a803e4fbb985f8a0d851ab3ca43321d80732d190 | 5bb3add046be00276338becee0f038b0315a0f1a | refs/heads/master | 2020-12-25T14:23:02.810692 | 2016-09-05T08:25:56 | 2016-09-05T08:25:56 | 67,402,147 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 748 | java | package com.ObserverModel;
import java.awt.Event;
/**
* Created by mijia on 16/8/8.
*/
public class MyTestClass {
public void test(){}
public static void main(String[] args) {
EventBus eventBus = EventBus.getInstance();
ExecutionSub sub1 = new ExecutionSub();
ExecutionSub sub2 = n... | [
"mijia@kwifi.local"
] | mijia@kwifi.local |
328fdd5f0eebd67e516e35aababc007e450ddac8 | fb64147e1047151d396c6c9b23f6b3c30110928e | /src/main/java/com/baeldung/jira/service/UserLimitService.java | cfabd4016d95b2f564f3c95c8701c02842a036b0 | [] | no_license | rajaneeshm/JiraTaskAutomation | 3ffe7e6db2ea8916abe4ebdeecd57984f61cd4a1 | ef00a1afc031994857e0168af5a762b502bbaaa3 | refs/heads/master | 2021-08-31T17:07:46.194589 | 2017-12-20T18:23:01 | 2017-12-20T18:23:01 | 114,652,555 | 1 | 1 | null | 2017-12-22T05:58:34 | 2017-12-18T14:48:21 | Java | UTF-8 | Java | false | false | 3,233 | java | package com.baeldung.jira.service;
import java.util.HashMap;
import java.util.ResourceBundle;
import java.util.concurrent.ExecutionException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qual... | [
"rajaneesh72@gmail.com"
] | rajaneesh72@gmail.com |
073948db69964e46beffb231205079aa25a330cd | 456d43c584fb66f65c6a7147cdd22595facf8bd9 | /jpa/deferred/src/main/java/example/model/Customer903.java | 24f5ca4462c66f799b5cd8df59b2bcb6fd8086a1 | [
"Apache-2.0"
] | permissive | niushapaks/spring-data-examples | 283eec991014e909981055f48efe67ff1e6e19e6 | 1ad228b04523e958236d58ded302246bba3c1e9b | refs/heads/main | 2023-08-21T14:25:55.998574 | 2021-09-29T13:14:33 | 2021-09-29T13:14:33 | 411,679,335 | 1 | 0 | Apache-2.0 | 2021-09-29T13:11:03 | 2021-09-29T13:11:02 | null | UTF-8 | Java | false | false | 624 | java | package example.model;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
@Entity
public class Customer903 {
@Id @GeneratedValue(strategy = GenerationType.AUTO) private long id;
private String firstName;
private String la... | [
"ogierke@pivotal.io"
] | ogierke@pivotal.io |
86f0893bd9edaf730638d19aafb74675ba1aa020 | eac6bc474bff9b52c16555309a1ec6bbd6744557 | /ms-employee/src/test/java/org/nazareko/webfluxgateway/WebfluxGatewayApplicationTests.java | 83c2ad1f4167c67433d7e5329db5a98c46037518 | [] | no_license | DenNazarenko/webflux-vs-mvc | 40a6e28ef2dd0442298c565312a069ccbfad2cb2 | 9feb1e4f7b7d4c5834acd7fb6cecfe46db17f130 | refs/heads/master | 2021-05-17T17:02:57.190600 | 2020-03-28T20:41:45 | 2020-03-28T20:41:45 | 250,886,250 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 236 | java | package org.nazareko.webfluxgateway;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class WebfluxGatewayApplicationTests {
@Test
void contextLoads() {
}
}
| [
"d.nazarenko@eastbanctech.ru"
] | d.nazarenko@eastbanctech.ru |
3e1d9b5229e85fb29a830b64568bce3c00357838 | 659cb377097b3cf1f35fe54f7122e240e056e76c | /possystem/src/com/project/dao/interfaces/IInvoicetaxshipDAO.java | 975cf5fe349a9dc97eb094134626ea8da3de09d4 | [] | no_license | krishJsoft/jpos | 9f49923fb4661499c805b0da740a2eb19e81c3e4 | 4f724e025181c63f73a7728b762160517d41c830 | refs/heads/main | 2023-03-06T07:30:55.862527 | 2021-02-23T06:00:04 | 2021-02-23T06:00:04 | 335,437,923 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 683 | java | package com.project.dao.interfaces;
import java.util.List;
import com.project.model.his.Invoicetaxship;
public interface IInvoicetaxshipDAO {
public boolean createInvoicetaxship(Invoicetaxship invoicetaxship) throws Exception;
public boolean updateInvoicetaxship(Invoicetaxship invoicetaxship) throws Exception;... | [
"gopalabe@gmail.com"
] | gopalabe@gmail.com |
094d4fd99c3878d3c484b54afdc07203e7e85a31 | d6c77f7afcc11b8186fab42b9fe257a76b481297 | /9º Periodo/Sistemas distribuidos/WebServiceSoapServidor/src/java/Beans/ListCategoria.java | e4d34069991a27f837a4a38ca535e7348600251f | [] | no_license | joaororiz/joaororiz | 7d487c0a37dd7aeaaa1d720c88f31737bc565344 | 80838cf615735f470c3a2487775137818c14d103 | refs/heads/master | 2021-01-25T14:10:12.765611 | 2019-12-05T09:30:03 | 2019-12-05T09:30:03 | 123,659,212 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 382 | java | package Beans;
import java.util.List;
/**
*
* @author João Otávio Mota Roriz
*/
public class ListCategoria {
private List<String> categorias;
public ListCategoria() {
}
public List<String> getCategorias() {
return categorias;
}
public void setCategorias(List<String> ... | [
"joao.otvo.rv@gmail.com"
] | joao.otvo.rv@gmail.com |
08e7419e2e39b3e732da69d995e245e2dbf2f3d0 | c4118b78e8ea224d767d0cac9bb70c91d0fa4726 | /PlanetEngineer2020/app/src/main/java/com/example/planetengineer2020/ui/send/SendFragment.java | 58f2964c25e08720528244bcb69068c4ed11ae96 | [] | no_license | aditya30-stack/planet_engineers_app | e6dfe91bf668d417954e6062be2c9b2b2bd5dea3 | a7a7f55fbcc41f9843b739b60c6f6b249ded3e35 | refs/heads/master | 2022-06-20T16:40:14.004197 | 2020-05-12T05:42:24 | 2020-05-12T05:42:24 | 261,971,833 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,145 | java | package com.lnct.planetengineer2020.ui.send;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.annotation.Nullable;
import androidx.annotation.NonNull;
import androidx.fragment.app.Fragment;
import and... | [
"adityajugade20@gmail.com"
] | adityajugade20@gmail.com |
205e030f59606ae7be9294aab805f1255caf7cb5 | 18b72c00986f53cfc4cb1e74efe9eea2f910beb9 | /backend/myriad/src/main/java/io/sweetcodehellabro/MyriadApplication.java | c1993b96ed65cf74697c80e5a609ba14cce5fa70 | [] | no_license | SweetBroHellaCode/myriad | af42f65b6b2a21add13227a73c0e13c769fee149 | 3bae770b215c87d14b11e3bfc6e28b759ee7ebda | refs/heads/master | 2021-01-10T15:06:51.697661 | 2016-01-02T00:38:08 | 2016-01-02T00:38:08 | 48,337,020 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 312 | java | package io.sweetcodehellabro;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class MyriadApplication {
public static void main(String[] args) {
SpringApplication.run(MyriadApplication.class, args);
}
}
| [
"etmaron@gmail.com"
] | etmaron@gmail.com |
dfd477b9674eaf88c4b5874526e90080aa3d855f | d0e7ba495f39dbf08d296aea3e22b4ce8567934b | /CPrincipal.java | b701fe38be040c02791d5335da66879869f412a5 | [] | no_license | mluisx/frg-pre | 752012cec2da7aed0e6f1e56ed714ec3d8f27fea | 53ca5f6aa62685998c9c0d3ce34c7fd96c4d10c0 | refs/heads/master | 2021-01-02T22:45:00.531555 | 2012-07-20T22:38:41 | 2012-07-20T22:38:41 | null | 0 | 0 | null | null | null | null | WINDOWS-1250 | Java | false | false | 584 | java | // Ver 0.6.4 - Última Corriendo en Prune Posadas //
package Caja;
public class CPrincipal {
public static CGUI Main;
public static void main(String[] args) {
java.awt.EventQueue.invokeLater(new Runnable() {
public void run() {
Main = new CGUI();
Main.setVisible(true);
}
});
}
}
// Sistema D... | [
"mluisx@gmail.com"
] | mluisx@gmail.com |
bfee9e45db2e9bc3e1288e69e7ed169b18884517 | 04ed1b3c8d086776361e365afee0e87e8afaeb1e | /src/de/guntram/bukkit/hiab/AsyncBuilder.java | 450f11e836e6bb892ce6f05c96129f23d3eece55 | [] | no_license | gbl/HouseInABox | edb7cc002d32581704d96f53b4375d5e21ba8182 | f72627a6fd83486ab6a60925774cd9fe876385fa | refs/heads/master | 2021-01-10T23:38:02.940352 | 2016-11-28T20:42:52 | 2016-11-28T20:42:52 | 70,415,079 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,191 | 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 de.guntram.bukkit.hiab;
import com.sk89q.worldedit.CuboidClipboard;
import com.sk89q.worldedit.EditSession;
import com.sk89q.w... | [
"gbl@guntram.de"
] | gbl@guntram.de |
963c74d7f1c210e617c9702c917f9b21b8d17dc9 | 80cb2caddcbb9cc45ac63d3d14be681db11410f1 | /src/com/kookykraftmc/pink/Pink.java | e361c28c1a7fd9e5fecd105fa5943a410f2a8f9e | [] | no_license | Kraise/Pink | ce84199419b8fad15964222fcb787fd64bdc512c | 86ef107ae2457d2cc37ea0431295e0bb416b2357 | refs/heads/master | 2016-08-12T19:09:12.870338 | 2016-05-06T17:08:27 | 2016-05-06T17:08:27 | 55,096,088 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,999 | java | package com.kookykraftmc.pink;
import java.util.Random;
import java.util.logging.Logger;
import org.bukkit.ChatColor;
import org.bukkit.Location;
import org.bukkit.World;
import org.bukkit.plugin.PluginDescriptionFile;
import org.bukkit.plugin.java.JavaPlugin;
public class Pink extends JavaPlugin
{
public static S... | [
"fronk.fn@gmail.com"
] | fronk.fn@gmail.com |
b187709df7dbabc3b4da8ed58646aa36aafa504f | 061a807e6e382768c363edb6f24979d00d99d56d | /zj22-gudao-server/zj22-gudao-server/gudao-server-web/src/main/java/me/zj22/gudao/server/web/pojo/dto/Rebate.java | 6187281f4f9e89ae278af32000abde0bb28b071a | [] | no_license | kyson4idea/gudao | 02acb8492b3470f46e2abca0204cc817dabea500 | f71d6822ae25be5cd22ee1df20539bc9946cde34 | refs/heads/master | 2022-08-26T23:15:58.879044 | 2018-11-08T13:55:00 | 2018-11-08T13:55:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,175 | java | package me.zj22.gudao.server.web.pojo.dto;
import me.zj22.gudao.server.web.utils.TimeParse;
/**
* @Program:zj22-gudao-server
* @Description:返点表
* @Author Gqjian
* @Create 2018/2/5 15:38:07
*/
public class Rebate {
private Integer rebateId;
private Double rebateRatio; //返点比例
private Byte available;... | [
"1753484293@qq.com"
] | 1753484293@qq.com |
ca8d93a5f6b43f927d60e1536220746bb6f95544 | 407e16162ffc804e1d73e7aceb14256bcd3635a7 | /src/trello/User_Management.java | 176e9817cc65a06bf256ab4e85a93b80ab9d0c3c | [] | no_license | Ubaid488/Trello-Application | df4f6b7fc0e7b9b506193ba5c426a41ad0eb4423 | 97cbf8ff1bebe96c7b47cd13e7d4cbbbee3a12f8 | refs/heads/master | 2020-08-12T03:32:15.372492 | 2019-10-12T16:41:28 | 2019-10-12T16:41:28 | 212,561,968 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,794 | 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 trello;
import java.util.ArrayList;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
impor... | [
"ubaidsheikh488@gmail.com"
] | ubaidsheikh488@gmail.com |
81ed3e38b0c7108d0bcbeff183f5e3f0dd1599be | a27563bdf9ba7993f75cca451b6edfb7e7f47021 | /untitled1/src/Studentmethod.java | 89ae7ab023cc1243c0c710705d8781cb6e356995 | [] | no_license | tanxiangwen/JDBC-Practice | 321eb70a21cb3d62369b2a4778726122fdfc4e19 | 9fc137f0d43f3fb31db9e89c08f04be7a32d8e95 | refs/heads/main | 2023-06-04T00:43:21.382586 | 2021-06-24T10:34:44 | 2021-06-24T10:34:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,319 | java | import java.sql.*;
import java.util.ResourceBundle;
import java.util.Scanner;
/**
* 学生可以进行的功能:浏览自己的成绩
* 查看自己的排名
*/
public class Studentmethod {
public void see() {
java.util.Scanner s = new java.util.Scanner(System.in);
// System.out.println("---------欢迎来到自助平台-----------");
... | [
"noreply@github.com"
] | tanxiangwen.noreply@github.com |
5638a0d731c702dca4e3b01b879e14b7a0c882d7 | f2d1729e6197929340414d9064007ff013dd348e | /src/main/java/cn/network/repository/FiletypeRepository.java | 0fbce8579706cd2d32d143692fbce5bd116b0575 | [
"MIT"
] | permissive | bennans/network | 4b7d85c2c41a572ab58a9c3d036ba10ef9528857 | 381ebca81b26c81234af7fce05c00e7341b208c5 | refs/heads/master | 2020-03-22T21:35:09.605102 | 2018-07-12T12:10:20 | 2018-07-12T12:13:51 | 140,698,166 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 210 | java | package cn.network.repository;
import cn.network.model.Filetype;
import org.springframework.data.jpa.repository.JpaRepository;
public interface FiletypeRepository extends JpaRepository<Filetype,Integer> {
}
| [
"qenan@foxmail.com"
] | qenan@foxmail.com |
b95237d2f4391ca74ecc317d81fa60ff3c814228 | 47266a6e073295cf7e1248fef367420425a765ac | /com/epsilon/model/input/impl/ChangePassword.java | 0ef357a9cc3f9439ad89078ba51caa5de8dbf1ac | [] | no_license | StraterAU/Epsilon | 86d4e392c2fad892e7c6b141506d5a42458d576e | 6b89b34fba253314d93cd9ae09ea3a9737cb7482 | refs/heads/master | 2021-03-24T13:02:28.476618 | 2017-04-02T12:23:14 | 2017-04-02T12:23:14 | 86,983,755 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,355 | java | package com.epsilon.model.input.impl;
import java.sql.PreparedStatement;
import com.epsilon.GameSettings;
import com.epsilon.model.input.Input;
import com.epsilon.util.NameUtils;
import com.epsilon.world.entity.impl.player.Player;
import mysql.MySQLController;
import mysql.MySQLDatabase;
import mysql.MySQ... | [
"Taylan Selvi@Taylan"
] | Taylan Selvi@Taylan |
380a58d06776dae7522cd971d46045d104e3cd10 | 041c2e45c9746c1a3213650b35c4de81525f50b7 | /TP_09072020/src/com/antoinelamoureux/tp2/Compte.java | 1937996e41f907f93757ca24c6c4f31309dfb352 | [] | no_license | antoinelamoureux/java | daa853bfdfbc03312f5a6d7875eff803c9fe454c | c88df6687affc1a238fc0e2c30108cefa6430732 | refs/heads/master | 2022-11-19T10:40:26.421943 | 2020-07-10T12:13:33 | 2020-07-10T12:13:33 | 274,418,509 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 770 | java | package com.antoinelamoureux.tp2;
import java.util.Scanner;
public class Compte {
protected double solde;
private static int code = 0;
{
setCode(getCode() + 1);
}
public Compte() {
super();
}
public Compte(double solde) {
super();
this.solde = solde;
}
private int getCode() {
return code;
... | [
"antoinelamoureux85@icloud.com"
] | antoinelamoureux85@icloud.com |
ca9db9902384b1c263604392694a10165601ffaa | a2860675a4431dfc31b5a4b22aa8fc4489fa1202 | /mobile/src/main/java/technology/mainthread/apps/isitup/data/db/IsItUpDbHelper.java | 748b1d27b7685bd990a935b51ad7f8aa616db559 | [
"Apache-2.0"
] | permissive | mainthread-technology/is-it-up-android | 6abd2bee7429582e882321c4aa7913353e69babe | 21cb810c40832ff3bcd855d4b63e64842b6284c0 | refs/heads/master | 2020-12-24T17:44:26.798135 | 2015-12-08T22:03:39 | 2015-12-08T22:03:39 | 40,918,861 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,273 | java | package technology.mainthread.apps.isitup.data.db;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import static technology.mainthread.apps.isitup.background.service.CheckerIntentService.getCheckerIntentService;
public class IsItUpDbHelp... | [
"me@andrewjack.uk"
] | me@andrewjack.uk |
47e59a8d7eef083b10afeb57c15866d62ba8fe74 | 2bb4ea8651d3ea956c1177ce803a8dca04cf48e5 | /app/src/main/java/com/mema/muslimkeyboard/adapter/ContactListAdapter.java | b2fe0292a118b681572f97b6ab9506d5c8092dba | [] | no_license | supermobile0211/emojichat_android | e9b094e13f48692c8f6342f9d2da887124f3e0f3 | 77dcb619d23ae3f53ac28cb78b0dfa6a06567ab3 | refs/heads/master | 2021-08-16T15:40:37.699803 | 2017-11-20T03:46:21 | 2017-11-20T03:46:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,694 | java | package com.mema.muslimkeyboard.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.SectionIndexer;
import android.widget.TextView;
import com.mem... | [
"enfei1988@gmail.com"
] | enfei1988@gmail.com |
bc26ad46796a6105393e79e5f7d1a72edd0a273d | b747b98042f3232e974acb9d0c8d06d431720cf1 | /src/main/java/com/ane/domain/UserRole.java | c442828a67f420f9ff33ac0a5c696a13c901ea00 | [] | no_license | xiaojunjas/ane_user | cc66877120c04e3d9ac7eae37b13abfa2d35060d | 501fcee66bea509bb8844f1c6638b5ab5b30a913 | refs/heads/master | 2021-08-14T10:35:17.549576 | 2017-11-15T11:20:00 | 2017-11-15T11:20:00 | 107,525,879 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 891 | java | package com.ane.domain;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
@JsonIgnoreProperties(ignoreUnknown=true)
public class UserRole {
private Long id;
private Long userId;
private Integer type; //0用户角色 1组织角色
private Long refId;
private Integer isDeleted;
public Long getId() {
... | [
"xiaojun@DESKTOP-ERCUHFH"
] | xiaojun@DESKTOP-ERCUHFH |
4b5f8f3573d3ca7797118b68fab340336b2e3276 | 92b9f7b4e2a1b0eaddb3b09b099a87ecea1942f3 | /src/com/luv2code/hibernate/demo/GetInstructorCoursesDemo.java | 9d21e7a4ec12deed3bf1f43455b027dd2b41e5fa | [] | no_license | FedotovDV/2020-Hibernate-Practice-hb-05-many-to-many | 9d8cf1cc6c0dbc6c70ca4bddf19b45dab4b52e1d | 0be86cd380ea96d8b975966ed79b4674d573c2b5 | refs/heads/master | 2022-07-29T05:09:06.804702 | 2020-05-22T19:24:08 | 2020-05-22T19:24:08 | 266,313,710 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,171 | java | package com.luv2code.hibernate.demo;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.cfg.Configuration;
import com.luv2code.hibernate.demo.entity.Course;
import com.luv2code.hibernate.demo.entity.Instructor;
import com.luv2code.hibernate.demo.entity.InstructorDetail;
public cl... | [
"fed3375546@yandex.ru"
] | fed3375546@yandex.ru |
cf92a8b06dae842481342859ff5dc30eee4446c4 | 4aa90348abcb2119011728dc067afd501f275374 | /app/src/main/java/com/tencent/mm/plugin/wallet_payu/remittance/ui/PayURemittanceDetailUI$3$1.java | bcf054eecec64622f61f656e14894ae2444225fb | [] | no_license | jambestwick/HackWechat | 0d4ceb2d79ccddb45004ca667e9a6a984a80f0f6 | 6a34899c8bfd50d19e5a5ec36a58218598172a6b | refs/heads/master | 2022-01-27T12:48:43.446804 | 2021-12-29T10:36:30 | 2021-12-29T10:36:30 | 249,366,791 | 0 | 0 | null | 2020-03-23T07:48:32 | 2020-03-23T07:48:32 | null | UTF-8 | Java | false | false | 507 | java | package com.tencent.mm.plugin.wallet_payu.remittance.ui;
import android.content.DialogInterface;
import android.content.DialogInterface.OnClickListener;
import com.tencent.mm.plugin.wallet_payu.remittance.ui.PayURemittanceDetailUI.3;
class PayURemittanceDetailUI$3$1 implements OnClickListener {
final /* synthetic... | [
"malin.myemail@163.com"
] | malin.myemail@163.com |
77ed4cb4d449287cf7d64f2adaa65048612541db | d3e0b5feedd4f97718699edf7a4c8accd7b9c2a0 | /datavec-hadoop/src/test/java/org/datavec/hadoop/records/reader/TestMapFileRecordReaderMultipleParts.java | 26a89d1f263b438551dc89f0fcdf93ef1cee7109 | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla"
] | permissive | benmccann/DataVec | e52e4bdec08d7f00c9b632fcc2c3557341db605c | 19616a8e1b6aae5a3c2bba3126f929585440e4e9 | refs/heads/master | 2021-01-15T22:01:58.611786 | 2017-08-09T10:22:21 | 2017-08-09T10:22:21 | 99,883,336 | 0 | 0 | null | 2017-08-10T05:05:31 | 2017-08-10T05:05:31 | null | UTF-8 | Java | false | false | 11,083 | java | /*-
* * Copyright 2017 Skymind, 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
* *
* * Un... | [
"blacka101@gmail.com"
] | blacka101@gmail.com |
a5633a37a154bf6b9fa4e3471db5e26fd41623a7 | 46146c193d8119ebc8cfbd49006441a6d83f7265 | /components/test/src/main/java/com/sun/j2ee/blueprints/test/jdbc/DatabasePopulator.java | cb9399f2f392722992aea71541f41b27c9b37f75 | [] | no_license | mahendrakawde/springstore | c9223bdee21e138754052bfffd05de29b322e634 | ebc0c44a7c8b4baae3525869cf346f25349cb544 | refs/heads/master | 2021-01-10T07:49:10.246233 | 2009-10-07T10:36:34 | 2009-10-07T10:36:34 | 43,947,345 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,240 | java | package com.sun.j2ee.blueprints.test.jdbc;
import javax.sql.DataSource;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.DisposableBean;
import org.springframework.beans.factory.InitializingBean;
import org.springframework.core.io.Resource;
import org.springfr... | [
"mdeinum@e78a211c-9125-0410-a6bc-1d1e04c0b581"
] | mdeinum@e78a211c-9125-0410-a6bc-1d1e04c0b581 |
3f4dab28ff0664b8fc26d6743ad34f73b0f3566f | 83c016b032e1931efeade0d2c1b238002dc970bf | /fcf-fhir-cdshooks/src/main/java/org/fujionclinical/cdshooks/CdsHooksUtil.java | 3d130faa453ba43c5fed7ad71c209b69c786b67e | [] | no_license | fujionclinical/fujion-clinical-fhir | 5a73ea84bdaa316f71872651dfe92f130a33275f | 5a681aa6d1f49e54ab2d54327a9a650afe0b8b79 | refs/heads/master | 2023-07-28T03:25:06.925648 | 2023-07-05T20:00:03 | 2023-07-05T20:00:03 | 140,999,551 | 1 | 0 | null | 2022-12-14T20:55:35 | 2018-07-15T04:59:30 | Java | UTF-8 | Java | false | false | 3,717 | java | /*
* #%L
* Fujion Clinical Framework
* %%
* Copyright (C) 2020 fujionclinical.org
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-... | [
"mdgeek1@gmail.com"
] | mdgeek1@gmail.com |
38615dda3dea7be3e98a864f79aa212f5d420c5a | 32cd70512c7a661aeefee440586339211fbc9efd | /aws-java-sdk-inspector/src/main/java/com/amazonaws/services/inspector/model/AssessmentTarget.java | 58b734a6731004d0aaa58d1517913c462ba54a1a | [
"Apache-2.0"
] | permissive | twigkit/aws-sdk-java | 7409d949ce0b0fbd061e787a5b39a93db7247d3d | 0b8dd8cf5e52ad7ae57acd2ce7a584fd83a998be | refs/heads/master | 2020-04-03T16:40:16.625651 | 2018-05-04T12:05:14 | 2018-05-04T12:05:14 | 60,255,938 | 0 | 1 | Apache-2.0 | 2018-05-04T12:48:26 | 2016-06-02T10:40:53 | Java | UTF-8 | Java | false | false | 10,394 | java | /*
* Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights
* Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "l... | [
"aws@amazon.com"
] | aws@amazon.com |
c0f25c63657e8c264d0a874299107af459fac28b | d0f60a3621fc04b8f7dc3d3b414c05f6edcc2de0 | /zhaopin-admin/src/main/java/com/zgc/zhaopin/controller/RenderController.java | b8eefac076ad50603cb17eddb53b628a74ca6272 | [] | no_license | SmallTiger1998/zgc-ems | 9d8574ff23ac5f1b019ad0b970bca40daef6135e | a26cdd71faf22f22c2b6b05733d0175679d11556 | refs/heads/master | 2022-12-14T17:27:09.445481 | 2020-09-18T00:36:04 | 2020-09-18T00:36:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,093 | java | package com.zgc.zhaopin.controller;
import org.apache.shiro.authz.annotation.RequiresAuthentication;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.servlet.ModelAnd... | [
"wjhlfamily@gmail.com"
] | wjhlfamily@gmail.com |
5564d3b472fb7ab07b0d7ba0eed960b26cc79149 | 6556cbbffe85267562ab0db5123b2ffd7b4e3249 | /src/main/java/com/bhst/wq/request/WqCivilizedSupervisionAddRequest.java | 523e071e03d8e1b783dfeb0f61607c5122690111 | [] | no_license | suhaihao/wq | 30ee2e584223a9c8f4440fa4be70b61a8fce4e68 | 239c5c6ae8bb711a27d4c4aae92a7f79dbb2f8d4 | refs/heads/master | 2022-11-24T03:12:09.640703 | 2020-07-30T03:48:54 | 2020-07-30T03:48:54 | 266,343,526 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,318 | java | package com.bhst.wq.request;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.fasterxml.jack... | [
"505604843@qq.com"
] | 505604843@qq.com |
c7a36d6d1b3ca2885662f5b73dbb4c69ac4878f4 | 370283f27146369a59b8047fa1e45959628e405a | /tms/tms/src/java/com/unify/webcenter/form/empleadoForm.java | da45889a79af5af2df411f03c1cf9f4b58d6a45b | [] | no_license | tebanSalas/TMS | 6c947f9270fb7ddea3ec9e79feb0cb37b0f23de3 | 2a3d166e0c4b74adb22443fb0380b8128fbab143 | refs/heads/master | 2021-01-19T20:33:08.711289 | 2017-07-19T14:40:09 | 2017-07-19T14:40:09 | 88,516,422 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,698 | 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 com.unify.webcenter.form;
import org.apache.struts.validator.ValidatorActionForm;
/**
*
* @author esper
*/
public class em... | [
"esperob_14@hotmail.com"
] | esperob_14@hotmail.com |
2923d06c4f8a1e21886ddc65647acfee0bf2a1a1 | 3c20c4f2d5eccbd056d3611f02f5b7d726ac4d0c | /src/test/java/io/reactivex/rxjava3/internal/operators/flowable/FlowableFromMaybeTest.java | eb6932b07a622f7def855dd145d4f307e08af8d4 | [
"Apache-2.0"
] | permissive | scope-demo/RxJava | 1129c2c47a6ed6d83d6cd41d984311963e45601b | 24113ad45f21e5b422e0cc51973ca5b9abe534c5 | refs/heads/3.x | 2023-08-04T16:54:32.998785 | 2021-04-17T16:00:37 | 2021-04-17T16:00:37 | 196,037,906 | 0 | 0 | Apache-2.0 | 2023-01-17T21:02:05 | 2019-07-09T15:39:45 | Java | UTF-8 | Java | false | false | 2,554 | java | /*
* Copyright (c) 2016-present, RxJava 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 by applicable la... | [
"noreply@github.com"
] | scope-demo.noreply@github.com |
37969c8c28a9957d34e9ed919c7e269e6b266e13 | 52c2ed4a534f157598fdfa7fcdca2181dcb6be80 | /microservicecloud/microservicecloud-eureka-7003/src/test/java/com/imooc/springcloud/MicroservicecloudEureka7003ApplicationTests.java | 8e93729f32fd36252b6f5ed6b50df9334f5bfcf3 | [] | no_license | cbeann/springclouddemo | f21a8f352677283ea7b0f2341ffb471a02d1c92e | 75b14804419f52e16ded185f778969da5c26de03 | refs/heads/master | 2022-07-02T03:54:13.232171 | 2019-07-26T07:36:17 | 2019-07-26T07:36:17 | 198,409,735 | 1 | 0 | null | 2022-06-21T01:32:38 | 2019-07-23T10:40:47 | Java | UTF-8 | Java | false | false | 368 | java | package com.imooc.springcloud;
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 MicroservicecloudEureka7003ApplicationTests {
... | [
"15910076071Aa"
] | 15910076071Aa |
ca25d85e7ed92515b408bbed2cc314acedfa248e | aaa8a24cd40d6aa5c55c94906cfcbaab3c455819 | /src/main/java/br/gov/sp/fatec/WebController/AlunoController.java | 56b34795eafff10e6b1d1bd180fcb6687a6cf90f | [] | no_license | torresgustavo/ProjectsSpring | 9bbd036335808c8a81e00dbcc5855bbcca264238 | e498176921ed0a2f7123538f1d3f48367afa7a64 | refs/heads/master | 2022-05-14T21:52:54.820449 | 2019-05-18T22:10:39 | 2019-05-18T22:10:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,391 | java | package br.gov.sp.fatec.WebController;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.hibernate.HibernateException;
import org.hibernate.id.IdentifierGenerationException;
import or... | [
"guziinho18@gmail.com"
] | guziinho18@gmail.com |
90241f8dfa719d9a67ea03be7090b72f0054c630 | a4441c03b97d3d2c1b55d943a0adb79e71679bd4 | /src/Oving4/SSLExample.java | feed1c8b3879111ac17434cfc58296efd6c67ff7 | [] | no_license | 6Kwecky6/webDev | 75cf7b75a3941f15c88a5d3f7a1e3d52b27205f4 | 905eb31c73b89e626eba39785ab9e66e38eba933 | refs/heads/master | 2021-10-26T12:00:52.353993 | 2019-04-12T14:56:34 | 2019-04-12T14:56:34 | 174,500,760 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,871 | java | package Oving4;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.net.ServerSocket;
import java.net.Socket;
import java.util.Scanner;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.net.ssl.SSLServerSocketF... | [
"kevinah@stud.ntnu.no"
] | kevinah@stud.ntnu.no |
868b7a92ca8e811924247773cd9288eaf03cb8cd | c564a51cb2bf1f868d641e7cea1fa0a799571d26 | /HeroesOfEmpire/web/src/main/java/hu/oenik/web/HeroServlet.java | bbe3cd2b20b86718bba49f5b163d16a83c9f16b8 | [] | no_license | baranyviki/JavaEE_OENIK_19_osz | 328be839ca3a8f9d43d2b4e7b99cc62749739e37 | 95607ac7556f0ef0cc80ebc4b113adc65d144588 | refs/heads/master | 2020-07-28T09:29:51.274850 | 2019-10-02T07:57:35 | 2019-10-02T07:57:35 | 209,380,536 | 0 | 0 | null | 2019-10-02T15:01:58 | 2019-09-18T18:44:48 | Java | UTF-8 | Java | false | false | 2,905 | 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 hu.oenik.web;
import empire.EnvironmentTypes;
import hu.oenik.data.Hero;
import hu.oenik.data.Hybrid;
import hu.oenik.data.Spe... | [
"vica.barany@gmail.com"
] | vica.barany@gmail.com |
ff8484516393bcbe64bb201b7aa5e0c15a3cb985 | cc5cecf031ec154e1a3c564f5be0e272712553d7 | /sources/cammentsdk/src/main/java/tv/camment/cammentsdk/events/LoginStatusChangedEvent.java | 025df39336c2aeb992020d22c15f6da1e63658cc | [
"MIT"
] | permissive | camment/sdk-android | 3e0bcac7bd9929b3a1ca92c6e4c9c9b352c5d8cb | 825aa0ef177254561ab8de328b0436593194d52b | refs/heads/master | 2018-12-08T07:16:53.242823 | 2018-09-20T11:18:01 | 2018-09-20T11:18:01 | 105,154,501 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 87 | java | package tv.camment.cammentsdk.events;
public final class LoginStatusChangedEvent {
}
| [
"petra.adamuscinova@gmail.com"
] | petra.adamuscinova@gmail.com |
3dbfdfa0e708e0ee89e72e26b0fd7688164346ca | 6a49e54fbd1b34181f1dc647c8b89d0cb85c850d | /src/main/java/edu/nju/dao/BugScoreDao.java | c9d3c8b4f0b08555ed98ae0db9d79b798b2440bd | [] | no_license | BugReportOrg/Bug | 85c71859df3e3b2782dd9b7f08116541e732aec2 | 65a84a6d093cb95c6949de1c51d6cc2a0e53beb4 | refs/heads/master | 2020-03-19T06:10:15.156806 | 2018-06-04T08:11:17 | 2018-06-04T08:11:17 | 135,996,705 | 0 | 0 | null | 2018-06-04T08:47:07 | 2018-06-04T08:47:07 | null | UTF-8 | Java | false | false | 937 | java | package edu.nju.dao;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.mongodb.core.MongoOperations;
import org.springframework.data.mongodb.core.query.Criteria;
import org.springframework.data.mongodb.core.query.Query;
import org.springframework.ste... | [
"413024870@qq.com"
] | 413024870@qq.com |
6592824e87bbbc63b02ed8cb2b538c74a57b3acc | d01aeed138d977d761d45124d94d1ce46c5501a2 | /src/main/java/FileContentSearch/FileContentSearch/FileComparator.java | 11fbce12c3988ed57e227fea61143cf481e2d72e | [] | no_license | ivanlutov/FileContentSearch | b699cad7464b0aa1ade317e5e9f62adeb24e77bf | 285759461c6bcb6bcb34d54ad1edbae4f11ae9a8 | refs/heads/master | 2020-03-20T00:18:43.843246 | 2018-06-12T08:17:48 | 2018-06-12T08:17:48 | 137,039,352 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 361 | java | package FileContentSearch.FileContentSearch;
import java.util.Comparator;
public class FileComparator implements Comparator<SearchFile> {
public int compare(SearchFile f1, SearchFile f2) {
if (f1.getSize() == f2.getSize()) {
return f1.getName().compareTo(f2.getName());
}
//ascending order
return Long.c... | [
"ivanlutov@abv.bg"
] | ivanlutov@abv.bg |
cc99b4d5adcc0af757ba407b8eecc692e17b5efe | cc4c47c54e1f1cfda9e4548051f7d5d0cfca866d | /ametiste-redgreen-driver-streaming/src/main/java/org/ametiste/redgreen/driver/StreamingRequestDriverFactory.java | f707ad9da5d43c42c91e5aa48e25a70b8f31d448 | [] | no_license | ametiste-oss/redgreen | 6963f61f3fee8a0ee8714d79f2be246fe1475178 | e0d88aaff756babae83f27cffe87b9b2d6dd35f5 | refs/heads/master | 2021-01-10T14:28:03.239369 | 2015-12-04T11:49:35 | 2015-12-04T11:49:35 | 36,320,764 | 0 | 0 | null | 2015-11-09T20:10:21 | 2015-05-26T20:05:59 | Java | UTF-8 | Java | false | false | 463 | java | package org.ametiste.redgreen.driver;
import org.ametiste.redgreen.application.request.RequestDriver;
import org.ametiste.redgreen.application.request.RequestDriverFactory;
/**
*
* @since
*/
public class StreamingRequestDriverFactory implements RequestDriverFactory {
public static final String DRIVER_FACTORY_... | [
"masted@gmail.com"
] | masted@gmail.com |
638443ea67ef3ac8f4cb7e2bdfc62ffcf4832739 | 81b905ad003559a2a68fd30d1e5af975eeeabbc7 | /src/br/net/christiano322/PlayMoreSounds/listeners/sounds/JoinServer.java | bd4ca426a9447652be477ef908b5b02a25804be5 | [] | no_license | AndyYu168/PlayMoreSounds | 1fb596131db4d71b5ba52201e06837be4f43dee6 | e8f57bda501ee321a6801ab1ce312df2e3791e02 | refs/heads/master | 2020-04-05T03:50:44.860945 | 2018-11-07T10:29:02 | 2018-11-07T10:29:02 | 156,529,284 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,597 | java | package br.net.christiano322.PlayMoreSounds.listeners.sounds;
import br.net.christiano322.PlayMoreSounds.*;
import br.net.christiano322.PlayMoreSounds.api.PlayMoreSounds.*;
import br.net.christiano322.PlayMoreSounds.utils.*;
import org.bukkit.*;
import org.bukkit.entity.*;
import org.bukkit.event.*;
import org.bukkit.... | [
"christianornjunior@gmail.com"
] | christianornjunior@gmail.com |
9544aa3ea7282ef86d637ce6ad0b479c10399681 | 81d7a90a012bf3539ea5e29e4dbceb60394aef7a | /header/avro-schema-header/src/test/java/com/liveperson/migdalor/avro/TestEvolutionDecoder.java | cb9c72cfe40f92635c7f85865ad4b3bd75dd5517 | [
"BSD-3-Clause"
] | permissive | ransilberman/migdalor | 169a406fe04b1e07f1e963272c65f39266948bb0 | 923266b6dad82de6b5c2d40f535cda3f1cb683b6 | refs/heads/master | 2020-12-26T10:14:08.040720 | 2013-11-25T08:35:45 | 2013-11-25T08:35:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,508 | java | package com.liveperson.migdalor.avro;/**
* Created with IntelliJ IDEA.
* User: ehudl
* Date: 6/11/13
* Time: 5:50 PM
* To change this template use File | Settings | File Templates.
*/
import com.liveperson.global.CommonHeader;
import com.liveperson.global.TestExample;
import com.liveperson.migdalor.hea... | [
"sergeik@liveperson.com"
] | sergeik@liveperson.com |
ad2ef648f21971c195e254ac844f43c78a2f0e12 | cf611a6cb3966ecdc5f81a8462296f692269ce53 | /src/main/java/com/rahnemacollege/domain/AuctionDetail.java | bca9cf66e662cc2fc4a087ad7ffdb9368903a671 | [] | no_license | YarandiY/AuctionApplication | aed36c838f7f9689187235f4e0bc1373442c2313 | 573028f52ee2fad282fa53200cba957985af4d34 | refs/heads/main | 2023-01-30T02:29:54.357561 | 2020-12-14T06:46:38 | 2020-12-14T08:24:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,429 | java | package com.rahnemacollege.domain;
import lombok.Data;
import java.util.List;
@Data
public class AuctionDetail {
private String title;
private String description;
private long basePrice = -1;
private long date = -1;
private int categoryId;
private int maxNumber = -1;
private boolean book... | [
"y.yarandi@tourismit.ir"
] | y.yarandi@tourismit.ir |
735a823d572dd8837231b62d0c89169ce50b1276 | 8b0dae921fab29ce32bd89494871ee7e154a8782 | /Fragments/app/src/test/java/br/unitins/fragments/ExampleUnitTest.java | 66a83ae76329dec334b547cc755f84ed7c1df81d | [] | no_license | LucasReisss/dispositivos-moveis-1 | ed765ad5b2e4dc43d42b52e4d0b5ba3ae64f2ff5 | 982efc355edb350eb919f2d4c94eaaff89fbe898 | refs/heads/main | 2023-01-22T12:30:58.842783 | 2020-12-06T02:43:02 | 2020-12-06T02:43:02 | 303,211,793 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 381 | java | package br.unitins.fragments;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void a... | [
"lucasbarroreis@gmail.com"
] | lucasbarroreis@gmail.com |
d4e081c34ce32d806e0b31f9b89abcb94c1c4513 | 595c6694cfbaab57a0e9a25b235799ce0d605ee1 | /app/src/main/java/mondal/sanat/googlemapsgoogleplaces/PlaceAutocompleteAdapter.java | dd631b10276639e36d60fa202b9b10bdb7eed755 | [] | no_license | smondalcse/GoogleMapsGooglePlaces | f56035a72f03d2845e11669af0e4940aada0cb1f | 9a326306e1143446e3b6b1fbf23ca947587815d7 | refs/heads/master | 2018-08-29T04:45:35.624280 | 2018-06-03T14:39:25 | 2018-06-03T14:39:25 | 110,223,632 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,012 | java | package mondal.sanat.googlemapsgoogleplaces;
import android.content.Context;
import android.graphics.Typeface;
import android.text.style.CharacterStyle;
import android.text.style.StyleSpan;
import android.util.Log;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import and... | [
"cse.sanat@gmail.com"
] | cse.sanat@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.