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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
bd5df0f05b2cd441f8ec48a505b6b916df576c2b | aa97b1475ae6d7d93cfafe64565d0f461d1551b5 | /aussie/codechicken/lib/render/IconTransformation.java | 9a7b1b8907066e9a0d61997075ec4361872c636c | [] | no_license | ridixcr/AdventureBackpack | bb6e3568a8fdf1df0013de08798c3109f61b689c | fa3aed5ffd5e349d29be9787093089da4eb92911 | refs/heads/master | 2021-01-17T22:16:54.127940 | 2013-10-05T07:39:50 | 2013-10-05T07:39:50 | 48,337,783 | 1 | 0 | null | 2015-12-20T21:27:20 | 2015-12-20T21:27:20 | null | UTF-8 | Java | false | false | 436 | java | package aussie.codechicken.lib.render;
import net.minecraft.util.Icon;
public class IconTransformation implements IUVTransformation
{
public Icon icon;
public IconTransformation(Icon icon)
{
this.icon = icon;
}
@Override
public void transform(UV texcoord)
{
texcoo... | [
"javier.darkona@gmail.com"
] | javier.darkona@gmail.com |
202e2763cf8b511c9f676be27437ead89e7bbba3 | 8d1b2718418c46adf099534781dcee048d8e810a | /src/main/java/algorithm/linkedlist/ListNode.java | f9d73113288697620305a99ff2f2498be547d99f | [] | no_license | laigepotato/practice | 2e69056f3e7d0fd310d6fbf5e1e0cbd4d3e87337 | 3d946b2cba4eb8d1cd84fd946b9fe23d62ccecc8 | refs/heads/master | 2023-09-02T19:25:04.342822 | 2021-10-26T15:37:18 | 2021-10-26T15:37:18 | 410,583,857 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 290 | java | package algorithm.linkedlist;
/**
* @program: practice
* @description:
* @author: Sansanli
* @create: 2021-10-03 21:30
*/
public class ListNode {
ListNode next;
Object value;
public ListNode(Object value){
this.value = value;
this.next = next;
}
}
| [
"sansanli@tencent.com"
] | sansanli@tencent.com |
f48df47bc2098fd67cfef95974424d80f1b9c534 | f630f0fe33f7053de3a2f67dd9856e90bf74570d | /Z_ResumenExamen/src/A4_JaxB/Alumnos.java | c5aac9403048c3c8705a900495df4edf234ef70d | [] | no_license | macpratony/Acceso_Datos | 3ee3222af44836a727f5e8dc1f2836595d4fbafc | 6676a92be93b9d5737db4695d5e77cbbe585ae19 | refs/heads/master | 2023-07-17T14:56:59.036016 | 2021-09-09T08:47:41 | 2021-09-09T08:47:41 | 304,580,825 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 495 | java | package A4_JaxB;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement
public class Alumnos {
List<Alumno> alumno;
public Alumnos() {
}
public Alumnos(List<Alumno> alumno) {
super();
this.alumno = alumno;
}
public List<Alumno> getAlu... | [
"macpratony@gmail.com"
] | macpratony@gmail.com |
a7ebc959c39f4f36530d31208c1590df3d262d4d | 62495169d3e327725956ed93403ecf925d57a489 | /piflow-web/src/main/java/cn/cnic/base/config/jwt/CustomUserDetailsService.java | d9124ecc62a996c4c925ce645a7519b63c122bc2 | [
"Apache-2.0"
] | permissive | cas-bigdatalab/piflow-web | 681a32c1da76fb88792e5fbac52ea0305fb7909c | 1e84686279ceadb7a4a096e3b97db2f59d8fb263 | refs/heads/master | 2023-06-08T08:42:15.071556 | 2023-05-25T02:04:59 | 2023-05-25T02:04:59 | 150,813,542 | 66 | 47 | Apache-2.0 | 2023-03-06T22:42:41 | 2018-09-29T02:01:37 | JavaScript | UTF-8 | Java | false | false | 3,664 | java | package cn.cnic.base.config.jwt;
import java.util.ArrayList;
import java.util.List;
import org.apache.commons.collections.CollectionUtils;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.authority.AuthorityUtils;
impor... | [
"tianyao_0315@163.com"
] | tianyao_0315@163.com |
905541bd14e53d5b9c2ea8338f4c8b5ad284e18d | 45778fde886de28e2e95ad3ff3904213e89720a0 | /app/src/main/java/com/joe/androidkeystore/MainActivity.java | 33fb5a06f1e59852ea7c36b2e6b6424a74417c38 | [] | no_license | whysqwhw/AndroidKeyStore | bbe15c37c6cc1a02c977f38173ae3431099d09d9 | 25ce23eddf4bb3fd74cf8861b03a8f4dc120bf93 | refs/heads/master | 2023-05-30T12:32:07.222689 | 2021-06-18T14:39:56 | 2021-06-18T14:39:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,633 | java | package com.joe.androidkeystore;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import android.widget.Toast;
public class MainActivity extends AppCompatActivity {
E... | [
"tsuning2000@gmail.com"
] | tsuning2000@gmail.com |
11bda42959980dad2cb727730f028626cb279101 | d52e8de4ca24705dd88b3708c92dd931778b39e6 | /WEB-INF/lib/ContAjoGerant.java | 0f5ecb60aab78b9f2a4d54f5c380c9ec616d03bc | [] | no_license | BenoitLefebvre99/ProjetJEE | 8b78c0f3e5c180b2733322f4943046dc4eb0264a | febfe55712787bcb076648e2021047ef6a6584ed | refs/heads/master | 2022-04-19T23:37:55.152164 | 2020-04-11T08:48:59 | 2020-04-11T08:48:59 | 254,826,755 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,585 | java | import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.annotation.*;
import java.io.*;
import java.sql.*;
import org.unbescape.html.HtmlEscape;
@WebServlet("/ContAjoGerant")
public class ContAjoGerant extends HttpServlet {
public void service(HttpServletRequest req, HttpServletResponse res)
... | [
"benlef99@gmail.com"
] | benlef99@gmail.com |
f652be73020411e7b80f224e14510852d0ddebf6 | 6229390cdcca859e9ff9cea1a005af953418be74 | /src/main/java/l100/q40.java | a1f7cf8566f87d178ab855260debedadb6974511 | [] | no_license | nkudinov/algo | 7901f714135cefd6e6cd3eae7eea723f6b40c049 | 46cf2ce1a6958120300435afa491e9aba85e6151 | refs/heads/master | 2022-09-11T06:25:53.832356 | 2021-10-25T16:16:11 | 2021-10-25T16:16:11 | 216,255,323 | 3 | 0 | null | 2022-09-01T23:31:19 | 2019-10-19T18:52:00 | Java | UTF-8 | Java | false | false | 1,453 | java | package l100;
public class q40 {
static boolean equals(char[] arr1,int i, int j, char[] arr2, int i2, int j2){
if (j-i!=j2-i2){
return false;
}
int k = 0;
while( i+k <= j){
if (arr1[i+k] != arr2[i2+k]){
return false;
}
k++;
... | [
"nikolay.a.kudinov@gmail.com"
] | nikolay.a.kudinov@gmail.com |
624ba27ca5b73ef85e7e10061aca2f4afc7538eb | 7e1511cdceeec0c0aad2b9b916431fc39bc71d9b | /flakiness-predicter/input_data/original_tests/doanduyhai-Achilles/nonFlakyMethods/info.archinnov.achilles.type.CounterBuilderTest-should_incr.java | 1826fe74c4d0a569252b5eafb15187a0a8b122af | [
"BSD-3-Clause"
] | permissive | Taher-Ghaleb/FlakeFlagger | 6fd7c95d2710632fd093346ce787fd70923a1435 | 45f3d4bc5b790a80daeb4d28ec84f5e46433e060 | refs/heads/main | 2023-07-14T16:57:24.507743 | 2021-08-26T14:50:16 | 2021-08-26T14:50:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 137 | java | @Test public void should_incr() throws Exception {
Counter counter=CounterBuilder.incr();
assertThat(counter.get()).isEqualTo(1L);
}
| [
"aalsha2@masonlive.gmu.edu"
] | aalsha2@masonlive.gmu.edu |
90246a9bc6f023ce522ee2eac30da58ed6d79809 | f8517de40106c2fc190f0a8c46128e8b67f7c169 | /AllJoyn/Samples/OICAdapter/iotivity-1.0.0/service/simulator/java/eclipse-plugin/ServiceProviderPlugin/src/oic/simulator/serviceprovider/Activator.java | f9816d399fb543b5e499d06e3522834a6a94addb | [
"MIT",
"BSD-3-Clause",
"GPL-2.0-only",
"Apache-2.0"
] | permissive | ferreiramarcelo/samples | eb77df10fe39567b7ebf72b75dc8800e2470108a | 4691f529dae5c440a5df71deda40c57976ee4928 | refs/heads/develop | 2023-06-21T00:31:52.939554 | 2021-01-23T16:26:59 | 2021-01-23T16:26:59 | 66,746,116 | 0 | 0 | MIT | 2023-06-19T20:52:43 | 2016-08-28T02:48:20 | C | UTF-8 | Java | false | false | 2,711 | java | /*
* Copyright 2015 Samsung Electronics 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.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required b... | [
"artemz@microsoft.com"
] | artemz@microsoft.com |
d7bc96484a91e1fa0f72fe97bcfe7135f592fa05 | d7972684fdd07284128d8d922ea7dbfa1dbad1ed | /service/service_statistic8007/src/main/java/com/github/stat/rabbitmq/VideoViewCount.java | 60ee940228091cd57ae6897554c1d41bc5c908eb | [
"MIT"
] | permissive | a1040648671/Online-Education-Backend | e6c928e0c1793f3fdca2cc8d9a582fb9a00d6301 | 2e831abb1a88774737546295c9025c389fe2324f | refs/heads/master | 2023-08-31T07:35:06.194581 | 2021-09-22T16:51:48 | 2021-09-22T16:51:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 658 | java | package com.github.stat.rabbitmq;
import com.github.stat.service.StatisticsDailyService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.stereotype.Component;
import java.util.function.Consumer;
/**
* @author HAN
* @versi... | [
"a1066079469@gmail.com"
] | a1066079469@gmail.com |
50bc516613f048503e9ae7ab6727c03e8bb85139 | 6affebec89b7fc2b7b90fa93dca1f7af36783f9a | /O021MergeTwoSortedLists.java | 968262359f01d66b9653d2d6cf8901c7803b4cd6 | [] | no_license | daviewang/src | 196e484ba2bc8b0ed398713c51b8272c36223a71 | 1bc0db1ed04179bbdff18e31274b7489c6669a03 | refs/heads/master | 2021-01-19T01:22:05.072309 | 2016-10-21T23:29:08 | 2016-10-21T23:29:08 | 60,808,595 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 589 | java | public class O021MergeTwoSortedLists {
class ListNode {
int val;
ListNode next;
ListNode(int x) {val = x;}
}
public ListNode mergeTwoLists(ListNode l1, ListNode l2) {
ListNode dummy = new ListNode(0);
ListNode mergeHead = dummy;
while (l1 != null && l2 != null) {
if (l1.val < l2.val) {
mergeHead.n... | [
"daviewang@msn.com"
] | daviewang@msn.com |
1f665a41f21ac37cf049ca4af17f1752deabc1cc | 5b0d51c9e9154d16c0b32252fd142b68964e49dd | /src/datastructure/Fig01_04.java | 2e13189261cf9f825800ec7ff3c67677254df1ac | [] | no_license | kiragirl/test | 8b2eb67e36a4adb457487d5e366da7c7343530d2 | 30baff7f45eff3fbc43a72cfa411d2a41cfd381c | refs/heads/master | 2021-05-10T10:47:22.811815 | 2019-07-04T01:46:03 | 2019-07-04T01:46:03 | 118,392,839 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 421 | java | package datastructure;
public class Fig01_04
{
public static void printDigit( int n )
{
System.out.print( n );
}
public static void printOut( int n ) /* Print nonnegative n */
{
if( n >= 10 )
printOut( n / 10 );
printDigit( n % 10 );
}
public static... | [
"liyiming0215@sina.com"
] | liyiming0215@sina.com |
1e543523721d2d225eb3ccf340d9c398090f594b | c2c848c08c53314311cd5621c355409cfa44ada1 | /user-service/user-api/src/main/java/com/user/IUserCoreService.java | e365bcbc94a02e5bb5f12ae34002b40abff87732 | [] | no_license | sunyk/sunyk | 2487f4733c8c9124f4c912c6e037190989a5fe55 | 89c180fde5be1b73e82306a73512745ec5686882 | refs/heads/master | 2020-03-19T04:04:37.016353 | 2018-10-29T16:32:00 | 2018-10-29T16:32:00 | 135,792,759 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 173 | java | package com.user;
/**
* Create by sunyang on 2018/6/30 20:32
* For me:One handred lines of code every day,make myself stronger.
*/
public interface IUserCoreService {
}
| [
"350052062@qq.com"
] | 350052062@qq.com |
558db1d341a8fa8af4588d30e8f3361ce08d3a82 | dcc372bed2a9c33b5c2d136c16884ba0e38a5bb7 | /EclipseDP/Interpreter/Robot/com/interpreter/robot/AndNode.java | bfc1dd3aed4f7004d18b8a8f79fb0553d063f043 | [] | no_license | icodeu/RepositoryOnMac | a8c9826d549c51536f5e2c6d3d2fba6728e16572 | ca67641d6f299103d5302539617769215910e48b | refs/heads/master | 2020-05-13T03:40:55.761727 | 2015-04-23T01:55:48 | 2015-04-23T01:55:48 | 33,222,511 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 346 | java | package com.interpreter.robot;
public class AndNode implements AbstractNode {
private AbstractNode left;
private AbstractNode right;
public AndNode(AbstractNode left, AbstractNode right) {
this.left = left;
this.right = right;
}
@Override
public String interpret() {
return left.interpret() + " 再 " + r... | [
"icodeyou@sina.com"
] | icodeyou@sina.com |
21ca715bcc6e15de58ac5e490d2c4d009c96a1ec | 3d5518ede5e6bbe794023991fa3040eb652f6d18 | /basic/src/main/java/com/jingling/basic/utils/CheckFieldUtils.java | d083908175c36a081fda8b0ed70a53d7381f8507 | [] | no_license | xiaoxin68/green-collection | 55780605a4e6e8f1ff9edf73c1f194f1a643e6b4 | 378834aa34bb5dcab840fe271dcd19ab782f617e | refs/heads/master | 2022-07-30T21:33:17.633923 | 2020-05-23T09:24:58 | 2020-05-23T09:24:58 | 266,302,746 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,411 | java | package com.jingling.basic.utils;
import java.lang.reflect.Field;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
/**
* Created by final on 17-7-25.
*/
public class CheckFieldUtils {
/**
* 检查传入对象的属性field是否为null
* <p><如果field为null的数量 超过允许的空值数量,返回false/p>
* @pa... | [
"1193097525@qq.com"
] | 1193097525@qq.com |
ba1f69729b667b47842c8cc00608566da5b0bf0a | ea39e205fa5ebad4eff424dccf3f61d210d6ece4 | /Rectangle.java | 9d26905b232eab978c76beaf4ffbba4dfbbb2271 | [] | no_license | adol0214/U10316009_taAssign2_normal | c89408916f95f0740775c18e2f38460174919535 | c179250b4839edce0480a518d01929e09a8266b8 | refs/heads/master | 2016-09-06T09:56:18.774006 | 2015-05-16T14:24:44 | 2015-05-16T14:24:44 | 35,723,465 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 284 | java | public class Rectangle{
int RectangleLong;
int RectangleWidth;
Rectangle(){
RectangleLong = 0;
RectangleWidth = 0;
}
int RecArea(int RecLong , int RecWidth){
return RecLong * RecWidth;
}
int RecPar(int RecLong , int RecWidth){
return (RecLong + RecWidth) * 2;
}
}
| [
"s910714tw@gmail.com"
] | s910714tw@gmail.com |
5241b497d0147e782fbbcbb2fa236b2f9528a696 | 3fa73cc68e4d17159e381ef8fb227b4f72848c3f | /src/test/java/me/sudohippie/throttle/strategy/bucket/StepDownLeakyTokenBucketTest.java | bd47e33946d4431088670dbc1377708b561663b6 | [] | no_license | robertmircea/throttle | 2cf3853d663fb72aabb402136725a65d30bdb1e9 | ad977dcc98124b84ccbc4e7ec7f5e583f476c394 | refs/heads/master | 2020-12-26T05:01:45.887635 | 2013-09-27T23:44:03 | 2013-09-27T23:44:03 | 17,229,746 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,535 | java | package me.sudohippie.throttle.strategy.bucket;
import static org.junit.Assert.*;
import org.junit.Before;
import org.junit.Test;
import java.util.concurrent.TimeUnit;
/**
* Raghav Sidhanti
* 9/26/13
*/
public class StepDownLeakyTokenBucketTest {
// test state only
// when max tokens is negative
... | [
"sidhantirc@gmail.com"
] | sidhantirc@gmail.com |
3642f4ec5848f2eadecc5b18586c3ac2f3b08bd8 | 37775b86e497eb119902ab5376096e2f7812e2b3 | /tarea10/src/tarea10/ColaPrioridad.java | e31e64218a56c989c23d101c9fcd01d88dcfcb39 | [] | no_license | nicoluv/TareaP1 | 588ad5741281b9989c73a3b64d19d4064c8c4424 | 935dd622cd7af875712ddb60d7a266825fd10267 | refs/heads/master | 2023-03-30T12:24:49.595796 | 2021-04-09T02:50:38 | 2021-04-09T02:50:38 | 329,692,940 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,311 | java | package tarea10;
import java.util.GregorianCalendar;
/**
*
* @author Nicol Urena
*/
public class ColaPrioridad {
//INSERT, MAXIMUM, EXTRACT-MAX, INCREASE-KEY
/**
*
* COMPLEJIDADES COMPLEJIDAD DE ESPACIO O(N) -Todo el programa opera bajo un
* arreglo de correos, por lo que es O(n)
* - C... | [
"20181669@ce.pucmm.edu.do"
] | 20181669@ce.pucmm.edu.do |
04358771d789aa27a8c2d248b10b077d066cf436 | 9ab5bdb918b886f1f2d09d81efb63ff83a86bfb0 | /coordinator/src/main/java/com/jdt/fedlearn/coordinator/entity/train/StartValues.java | 81b4ec8ee7e371067b3c030e70c3140d87b1b404 | [
"Apache-2.0"
] | permissive | BestJex/fedlearn | 75a795ec51c4a37af34886c551874df419da3a9c | 15395f77ac3ddd983ae3affb1c1a9367287cc125 | refs/heads/master | 2023-06-17T01:27:36.143351 | 2021-07-19T10:43:09 | 2021-07-19T10:43:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,345 | java | /* Copyright 2020 The FedLearn Authors. 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.
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... | [
"wangpeiqi@jd.com"
] | wangpeiqi@jd.com |
32c27c9b2893b1b484f5144bdd65f74b39e38ff0 | 5f3ba2152c5276faaed1797b5ffff374319bc976 | /agui_framework/src/main/java/agui/support/v4/util/SimpleArrayMap.java | 851987e74d660b761d907e5f0d35729709bf75bd | [
"MIT"
] | permissive | thahn0720/agui_framework | 11ce1421b9421c898ba14bbc0ad819c9e3e6a7a8 | b08fdbf1e2c1d4533b830c401aa8fcaa0bd86e86 | refs/heads/master | 2016-09-08T05:04:14.480343 | 2015-04-05T16:23:46 | 2015-04-05T16:23:46 | 30,444,610 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 20,417 | java | /*
* Copyright (C) 2013 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... | [
"dksxogudsla@naver.com"
] | dksxogudsla@naver.com |
7da74065dc79dd5f99d7f89fc8ef7d3d5d9f3683 | 3ddcca4c638ed285d96515ba94cf091fc60a2826 | /Mage.Sets/src/mage/sets/returntoravnica/JaceArchitectOfThought.java | 644c71e4481f269ae8279d0762125516ad5738bc | [] | no_license | xdaft/mage | 5c8b6aa140ea25b99be2e786e22d5d16e9a58f7e | 2803ffe5397212cac892f62a8b03a95dc75ca765 | refs/heads/master | 2021-01-24T03:43:42.164479 | 2013-01-06T11:58:38 | 2013-01-06T11:58:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,878 | java | /*
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are
* permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, th... | [
"ludwig.hirth@online.de"
] | ludwig.hirth@online.de |
59d65d9ba6089822aa137837d5b7718e8b572be9 | fd271eeedde211fa9e321dc63e0b768d773a573b | /wiked/com.xpn.xwiki.wiked/src/main/java/com/xpn/xwiki/wiked/internal/ui/DefaultPerspective.java | 5ac112e858e8a9f6c729fd855bdc8c75b157b1ed | [] | no_license | xwiki-attic/retired | 03bbed6eeb7d00dbf2d3c3078a83253ab84f31da | cfeae5e0446368b045c8e0498c0949d4a6dda1cd | refs/heads/master | 2021-05-29T10:34:50.969303 | 2015-05-27T15:01:16 | 2015-05-27T15:01:16 | 2,192,499 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,072 | java |
package com.xpn.xwiki.wiked.internal.ui;
import org.eclipse.ui.IFolderLayout;
import org.eclipse.ui.IPageLayout;
import org.eclipse.ui.IPerspectiveFactory;
/**
* Perspective with erpository view, property sheet and problems view.
* @author Psenicka_Ja
*/
public class DefaultPerspective implements IPerspectiveFact... | [
"sergiu@xwiki.com"
] | sergiu@xwiki.com |
0909efcf3b16a5be77299a7dad8f0801ed0f1f03 | 83a9fc6c90fa4baa547cb301e66b564d9a9e5212 | /src/main/java/com/cn/common/utils/DesUtils.java | 952a7dc3130b352774b9afe6f985a34aa2779c2d | [] | no_license | 48715564/calculator | 3d126280cf010697c4a348568f0c3a71db516638 | 239381fb99eb2428fffc9ce051997480ab395ed9 | refs/heads/master | 2020-03-28T20:22:12.942398 | 2018-09-22T07:25:49 | 2018-09-22T07:25:49 | 149,063,218 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,837 | java | package com.cn.common.utils;
import javax.crypto.Cipher;
import java.security.Key;
import java.security.Security;
/** DES加密和解密工具,可以对字符串进行加密和解密操作 。
*
* @author 刘尧兴
* <p>
* 2009-12-5
* </p>
*/
public class DesUtils {
/** 字符串默认键值 */
private static String strDefaultKey = "national";
/*... | [
"48715564@qq.com"
] | 48715564@qq.com |
c9f6f53478171f23770e9561c80714f0d33ff920 | 0c3495f5775393978989560e647be9b3c818e156 | /app/src/main/java/com/nuist/mybank/POJO/ResultBean/GetBCResult.java | 4536d1a2e717b62c348b19ab3c0c44542f83af57 | [] | no_license | sunyunlin199725/MyBank | a202ca57675050a19bb7a7d64f834e45cac29ace | 72bdaadd3d1daf241f2c7479601e3b0a60727279 | refs/heads/master | 2022-10-26T03:38:55.413773 | 2020-06-08T04:01:42 | 2020-06-08T04:01:42 | 270,520,453 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,530 | java | package com.nuist.mybank.POJO.ResultBean;
public class GetBCResult {
/**
* message : 操作成功
* success : true
* code : 10000
* data : {"bc_no":"6228480395827245614","bc_type":"1","user_id":100000001,"bank":{"bank_no":"103","bank_name":"中国建设银行","bank_address":"北京市西城区金融大街25号","bank_phone":"95533","... | [
"2213415008@qq.com"
] | 2213415008@qq.com |
c5c8f6f41ff044cc9db1800ff6f7e04662655825 | 1f19aec2ecfd756934898cf0ad2758ee18d9eca2 | /u-1/u-11/u-11-f2358.java | 314fd5a9c29674163643a32719533c56a842dde1 | [] | no_license | apertureatf/perftest | f6c6e69efad59265197f43af5072aa7af8393a34 | 584257a0c1ada22e5486052c11395858a87b20d5 | refs/heads/master | 2020-06-07T17:52:51.172890 | 2019-06-21T18:53:01 | 2019-06-21T18:53:01 | 193,039,805 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 105 | java | mastercard 5555555555554444 4012888888881881 4222222222222 378282246310005 6011111111111117
587172572652 | [
"jenkins@khan.paloaltonetworks.local"
] | jenkins@khan.paloaltonetworks.local |
49d4e83b2352e9d92e1e39320124cd5df5166882 | 3c717bd4aa8ea05696e032a40e9d44aed9b8bf09 | /springProjects/DojosNinjas/src/main/java/com/codingdojo/dojosninjas/services/NinjaService.java | 35fffb29fef2125c8274cf92409adb892475bdaf | [] | no_license | nalydmartin/Java-Stack | 81aad91227c1f0efcd5534583d6819787645d003 | 02e0fbf5c4ea276db7396ed3e80d3748c30c9b0e | refs/heads/master | 2023-02-05T00:30:12.476549 | 2020-12-20T06:31:36 | 2020-12-20T06:31:36 | 318,294,309 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,233 | java | package com.codingdojo.dojosninjas.services;
import java.util.List;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.codingdojo.dojosninjas.models.Ninja;
import com.codingdojo.dojosninjas.repos.NinjaRepo;
@Service
pu... | [
"69947551+nalydmartin@users.noreply.github.com"
] | 69947551+nalydmartin@users.noreply.github.com |
76bc2337c7128d47d312ab01bafbfc4550d90202 | db9c82c2eb8548738004a60077178cf0c4ab7e89 | /app/src/main/java/com/computer/mazhihuapp/application/myApplication.java | f37e6b6cdc147fa4b6d232acee9175c78342200f | [] | no_license | keninqiu/android-Mazhihuapp | 2cc0f2c98a2c1ca05f8d19ec854e4230719f8247 | 8dfed043f0bef4b135584ddb1fa8bc81b081cf80 | refs/heads/master | 2021-01-20T18:52:55.103972 | 2016-06-25T03:01:38 | 2016-06-25T03:01:38 | 61,924,189 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,280 | java | package com.computer.mazhihuapp.application;
import android.app.Application;
import android.content.Context;
import android.os.Looper;
import com.computer.mazhihuapp.utils.net.ImageUtil;
import com.nostra13.universalimageloader.core.ImageLoader;
import com.nostra13.universalimageloader.core.ImageLoaderConfigu... | [
"keningqiu@Kenings-MacBook-Pro.local"
] | keningqiu@Kenings-MacBook-Pro.local |
f6be1489c3a8cf2828f2813abd6183ae893305cf | 133071ec8016954f4a9555d33547728295c56cdd | /src/main/java/com/mycompany/dbclpm/DAO/UserDAO.java | a638ab42f065a74129400ee7ffd80898d91bf54a | [] | no_license | bleach1606/dam-bao-chat-luong-pham-mem | 2586b182ba5d9664bc9f295c440fa61b977be37d | a883e25d95d880fa19dee2fe4ccaadb51f9743c6 | refs/heads/master | 2022-07-08T17:56:00.873475 | 2020-06-25T08:05:12 | 2020-06-25T08:05:12 | 250,813,389 | 4 | 0 | null | 2022-06-21T03:07:23 | 2020-03-28T14:19:38 | Java | UTF-8 | Java | false | false | 1,558 | java | package com.mycompany.dbclpm.DAO;
import com.mycompany.dbclpm.model.User;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.util.ArrayList;
import java.util.logging.Level;
import java.util.logging.Logger;
public class UserDAO extends DAO{
public UserDAO(){
super();
try {
... | [
"bl.bleach1606@gmail.com"
] | bl.bleach1606@gmail.com |
7900164b1e6f6fb1831e12f6016b1949624fcc34 | f017d7635e4f6f40b9c50fb94033d9919b33a0d3 | /BTree/TestAVL/AVL_Tree/AVLTree.java | d2e445fd71e72514309567a6f4e24adf76dd8506 | [] | no_license | sokolenko100/Study | 2da776b8bcfbfd9a39cc5c15151bd22d4a281994 | 80b88f7cf4257a824ed2fbcfa52cc313cf286eb1 | refs/heads/master | 2020-06-14T08:55:33.268217 | 2017-06-09T14:43:25 | 2017-06-09T14:43:25 | 75,208,454 | 0 | 0 | null | null | null | null | WINDOWS-1251 | Java | false | false | 11,432 | java | package AVL_Tree;
import java.util.Iterator;
import BTree.ETree;
public class AVLTree implements ETree
{
public static void main(String[] args)
{
AVLTree tree = new AVLTree();
int val = 4;
int[] ex = { 2, 3, 4 };
tree.init(ex);
tree.toString();
}
private int heightNode(Node p)
{
int result;
if (... | [
"sokolenko100@gmail.com"
] | sokolenko100@gmail.com |
15932a72685573f959e356b174e7891674186a73 | 020d1f1d171b43aa3aa07c4ac071ec38f1f514bc | /build/app/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/com/google/firebase/R.java | 8a45d7ca8725ddd75e37e35ef43f6a5673f993e8 | [
"MIT"
] | permissive | sourpatchgummywyrm/wtw | 63515e31ebed3b9c4b6b858af3a0a04e99c25950 | ad06718128b76a3e2b08127fd2778cde16730f3a | refs/heads/master | 2020-08-22T00:00:55.818165 | 2019-10-19T22:17:52 | 2019-10-19T22:17:52 | 216,276,217 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,360 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package com.google.firebase;
public final class R {
private R() {}
public static final class attr {
private attr() {}
... | [
"archung000@gmail.com"
] | archung000@gmail.com |
a8451b0be886723c87d9355b6491efc1a8d41d46 | 2ae3b7d8c8914c95b0b83276ffef49c42812111e | /RabbitMQ_Demo/src/main/java/connection/ConnectionDemo.java | cc90aaf870154f8198a4023e71b080d537d3eda5 | [] | no_license | dream-yl/First_Repository | d21804ede50db4340f82c9c8b9a407e5d697a5f0 | 683df965821215ef04286a88572b183e4ffd943d | refs/heads/master | 2020-11-30T07:31:20.949827 | 2019-12-27T02:13:13 | 2019-12-27T02:13:13 | 230,348,197 | 0 | 0 | null | 2020-10-13T18:28:25 | 2019-12-27T00:56:47 | Java | UTF-8 | Java | false | false | 666 | java | package connection;
import com.rabbitmq.client.Connection;
import com.rabbitmq.client.ConnectionFactory;
/**
* 获取rabbit链接
*/
public class ConnectionDemo {
public static Connection GetRabbitConnection() {
ConnectionFactory factory = new ConnectionFactory();
factory.setUsername("guest");
f... | [
"y15617832127@163.com"
] | y15617832127@163.com |
c45b59d6f74d0e2a82b5ed3bf065232a8914f4f2 | 450e2e8dc0d2bf6ab97b80820332bc44ba085e81 | /src/main/java/com/greenfox/chat/service/JsonService.java | 4f7bd9dda57b8da979ef1a39b35cdd62e60bd514 | [] | no_license | green-fox-academy/viktorhegyi-p2p | 6293e029b8ec44ba9bd69582efc25dd26d2f2630 | 616d6553fd3c0204a5f227dd7fc7856416e774bb | refs/heads/master | 2021-06-17T14:33:04.643020 | 2017-05-25T14:51:33 | 2017-05-25T14:51:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 110 | java | package com.greenfox.chat.service;
/**
* Created by Viktor on 2017-05-18.
*/
public class JsonService {
}
| [
"viktorhegyi@gmail.com"
] | viktorhegyi@gmail.com |
34bf36c2e9d2cf39ee74ac4f3de60ef46265c390 | d81e885577e5ab10fb3cb2ca83dcee9c610bb7fe | /src/main/java/com/console/entity/Users.java | 0f5824c15f555275dbd0a3604da6d5542af2548b | [] | no_license | theTuring/west2 | 63ece04b8e8b25feafe19391e96f46fd67f882e2 | 2fa6a2e78a91e897eb860d9e5303fcdf601e40cc | refs/heads/master | 2020-04-16T04:54:32.901426 | 2019-01-11T18:02:24 | 2019-01-11T18:02:24 | 165,285,812 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,265 | java | //users的实体类
package com.console.entity;
import java.io.Serializable;
public class Users implements Serializable{
private static final long serialVersionUID = 1L;
//id
private Integer id;
//用户名
private String username;
//密码
private String password;
//姓名
private String name;
... | [
"46594931+theTuring@users.noreply.github.com"
] | 46594931+theTuring@users.noreply.github.com |
f845faabd725cab08c4e82a94dd50df27b4888ff | 1a3f717e581e0dc94f6b543dbae5ec383e145d2d | /src/main/java/com/example/watcheshop/service/WatchServiceImpl.java | 60def8e7dd9b092583b70501112c92c9d84bd5c8 | [] | no_license | jirijanecek77/watch-eshop | c55ce07d72ae9480181e6b00b1400d49eac923f8 | 14e51343964b933a20b01dfd4722c9e50a9f9524 | refs/heads/master | 2022-12-24T11:31:51.668176 | 2020-10-10T06:48:37 | 2020-10-10T06:48:37 | 289,843,796 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 671 | java | package com.example.watcheshop.service;
import com.example.watcheshop.model.Watch;
import com.example.watcheshop.repository.WatchRepository;
import org.springframework.stereotype.Service;
@Service
public class WatchServiceImpl implements WatchService {
private final WatchRepository watchRepository;
public W... | [
"jiri.janecek@gmail.com"
] | jiri.janecek@gmail.com |
43eb6e28edc650bf167aedf4d11f3a1411d8ddb4 | 6392035b0421990479baf09a3bc4ca6bcc431e6e | /projects/presto-8b1f5ce4/prev/presto-main/src/main/java/com/facebook/presto/sql/planner/ExpressionInterpreter.java | a182c6deac62b6fda9d07073cb45625ab12c80df | [] | no_license | ameyaKetkar/RMinerEvaluationTools | 4975130072bf1d4940f9aeb6583eba07d5fedd0a | 6102a69d1b78ae44c59d71168fc7569ac1ccb768 | refs/heads/master | 2020-09-26T00:18:38.389310 | 2020-05-28T17:34:39 | 2020-05-28T17:34:39 | 226,119,387 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 35,386 | 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
* distribut... | [
"ask1604@gmail.com"
] | ask1604@gmail.com |
4549ef63c67468cd88e4f35b5944b0209edfec2c | 1d7699c25a30a4f90398c32711567a61edb1f4b5 | /src/hmeng/lc/medium/LC0837.java | 7bb4dad3cff7f53ba51fb485352caecc78449cde | [] | no_license | autotiger/LCProblems | 516a5b1afe153688d397ee247f8b4abac6456a52 | 83d9315cbd37dbcdd7d9118729fafa73e905c4a4 | refs/heads/master | 2018-07-05T18:43:07.098853 | 2018-05-31T22:03:01 | 2018-05-31T22:03:01 | 125,958,684 | 0 | 1 | null | 2018-03-20T06:10:52 | 2018-03-20T04:01:18 | Java | UTF-8 | Java | false | false | 2,284 | java | package hmeng.lc.medium;
import java.util.Arrays;
/*
37. New 21 Game
Alice plays the following game, loosely based on the card game "21".
Alice starts with 0 points, and draws numbers while she has less than K points. During each draw, she gains an integer number of points randomly from the range [1, W],
where W ... | [
"menghu96@gmail.com"
] | menghu96@gmail.com |
0af3eacf85d4c2872befc26449ab45da082c2456 | e025b03e09da08f201b05bbc64bd005abd8bcefe | /FirstTest/src/com/steven/android/firsttest/tutorialFour.java | 5df313a17d4a632a0151241e9862086325a0c226 | [] | no_license | ambisonia/github | d9c751f3f4ab6c3077fff6e19faba6cc4a0f9a46 | 7bae622c4591db55939efbd017b2bbe7a40ac98c | refs/heads/master | 2020-09-24T11:27:39.215971 | 2012-07-07T15:08:44 | 2012-07-07T15:08:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,620 | java | package com.steven.android.firsttest;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import android.app.Activity;
import android.media.MediaPlayer;
import android.os.Bundle;
import android.os.Environment;
import an... | [
"stevenye.us@gmail.com"
] | stevenye.us@gmail.com |
dca23dfeb398d17454d26ff972aec936ae0d01e3 | 9f8066596134ce9cc4f5a7c1ddb37c0f5911d807 | /springbootconfig/src/main/java/com/digitalinnovationone/springbootconfig/config/DBconfiguration.java | 212f615614388cfb511bcb1f44c638a14ab4aa3f | [
"MIT"
] | permissive | GabrielSilva2y3d/SpringBoot-projects | 9acfebe95e738a33369617f666cc11c68c818fbf | e942376967db2701cb084e1dfdd3e5da38ae3be3 | refs/heads/main | 2023-06-29T16:04:31.296608 | 2021-07-30T11:56:10 | 2021-07-30T11:56:10 | 390,690,070 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,162 | java | package com.digitalinnovationone.springbootconfig.config;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Profile;
import lombok.Get... | [
"74156876+GabrielSilva2y3d@users.noreply.github.com"
] | 74156876+GabrielSilva2y3d@users.noreply.github.com |
0bc111a6949e684254a7e194ab21948c149fd1b0 | 4be5be629ca920a7c8a8a6ca51b5d5c7f2858546 | /CarPoly_Web/src/main/java/com/poly/controller/UserController.java | a1be6f0a5f04c2f7e53157ba5df19729a9ae257b | [] | no_license | thanhlongdev/CarPoly_Web | d6fd58166924b9a2aa335e278e31fd36798f90e3 | 371de647be34170d8ff28eee632e6b3ca1e947a8 | refs/heads/master | 2023-06-24T22:01:03.019484 | 2023-06-21T06:54:18 | 2023-06-21T06:54:18 | 246,586,232 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,049 | java | package com.poly.controller;
import com.poly.example.Categories;
import org.hibernate.Criteria;
import org.hibernate.HibernateException;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
im... | [
"vothanhlong741@gmail.com"
] | vothanhlong741@gmail.com |
04ed81f10de7639de26f9a4c27d82376e2134eb3 | 14320da4acbe8120143cbf672dda50a600fad76a | /src/main/java/com/tydic/service/impl/Test.java | da4e03b1b5a3b43cab2f0a7515c8c30fa53d7bec | [] | no_license | SherlockKim/dic-tools | 2ebedf89902ac7ef94284af1cf12dd0603f6a001 | 9b64ecc8af96670757202a55f1b3defd36fc7a5e | refs/heads/master | 2023-07-09T23:46:37.746184 | 2021-08-14T08:55:12 | 2021-08-14T08:55:12 | 395,949,574 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 376 | java | package com.tydic.service.impl;
import java.util.ArrayList;
import java.util.List;
import java.util.function.Function;
/**
* @author 鸭屮
* @version 1.0
* @date 2021/8/6 10:57
*/
public class Test {
public static void main(String[] args) {
List<String> list = new ArrayList<>();
list.add("a");
... | [
"570394588@qq.com"
] | 570394588@qq.com |
bb440010619889e58d13b53b56f6b7f3c638b896 | 3f2a81c9b8d9eec49433129a9cc0f6b4e0087f4f | /src/main/java/fr/aba/werewolf/business/service/impl/game/exception/VideoStreamException.java | 7e49199939cf0680ce182089b1d41b269fa338d6 | [] | no_license | aurelien-baudet/one-night-werewolf-back | 192ebdbc30ed580b07cd88a0c25c3ffde194dbb3 | 7b4e2a53b486b8565220fcb57fc9ea2b91cb9126 | refs/heads/master | 2020-05-23T02:34:49.949130 | 2019-05-22T12:45:48 | 2019-05-22T12:45:48 | 186,607,612 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 573 | java | package fr.aba.werewolf.business.service.impl.game.exception;
import fr.aba.werewolf.business.domain.Game;
import fr.aba.werewolf.business.service.GameException;
import lombok.Getter;
@Getter
public class VideoStreamException extends GameException {
/**
*
*/
private static final long serialVersionUID = 1L;
p... | [
"aurelien.baudet@gmail.com"
] | aurelien.baudet@gmail.com |
ccf9a10443384a22bc221d1e334cb0226773b972 | 6870c4ed92eda02fd95265c00ad913c5cbb9a9be | /backend/src/main/java/com/minetec/backend/dto/form/workshop/JobCardUpdateForm.java | c4a9ca9ebf209f3c539ede8071c39bc851930408 | [] | no_license | snncskn/cms | 7aa04f43cd3dc1ace88081f16d52596d89cabb53 | eb65ac11af72c37f05ca11a0685471f81d6a0cf8 | refs/heads/master | 2022-12-08T03:03:38.453920 | 2020-09-06T09:08:40 | 2020-09-06T09:08:40 | 293,239,697 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 564 | java | package com.minetec.backend.dto.form.workshop;
import lombok.Data;
import javax.validation.constraints.NotNull;
import java.util.UUID;
@Data
public class JobCardUpdateForm {
@NotNull
private UUID jobCardUuid;
@NotNull
private UUID operatorUserUuid;
@NotNull
private UUID mech... | [
"snncskn@msn.com"
] | snncskn@msn.com |
16c479764c9c13b40eedc763725b55c50dd729bd | da456dbd2cad408aa2178aa9d99413df54f7e00e | /smartdevices-app/smartdevicesapp.model/src/test/java/de/vogler_engineering/smartdevicesapp/model/mock/OfflineTabRepositoryMock.java | 646b6efefd11e35a8123eac60f9b0430e3b450dc | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | maxhurm/SmarDesAtWork | d0f80e6dd48ed21266809c47ba3dda277547b677 | 4a17e66e79ddd0fd15c345088ee42d586adde5da | refs/heads/master | 2020-05-23T14:43:26.662343 | 2019-05-15T11:32:14 | 2019-05-15T11:32:14 | 186,810,428 | 0 | 0 | MIT | 2019-05-15T11:12:55 | 2019-05-15T11:12:55 | null | UTF-8 | Java | false | false | 3,515 | java | /**
* Copyright (c) Vogler Engineering GmbH. All rights reserved.
* Licensed under the MIT License. See LICENSE.md in the project root for license information.
*/
package de.vogler_engineering.smartdevicesapp.model.mock;
import androidx.databinding.ObservableArrayList;
import java.util.ArrayList;
import java.util.... | [
"vh@vogler-engineering.de"
] | vh@vogler-engineering.de |
a5ee4ed221460e1e11e3742f92751643a4aff878 | 6f55347e2a2c2e05921a0d2c15677473069a88e5 | /app/src/main/java/com/volkangurbuz/stajtakip/Fragment/TeacherFragment.java | 0e57956059ae9e6a0be153da1ae0b88fcad24356 | [] | no_license | VolkanGurbuz/StajTakip | 4c9cbe1cad3f777cc0b9e97c20b881139069a56b | 215d243ffa60149ee97fefaecabaf76fc6bec114 | refs/heads/master | 2020-08-05T15:30:30.814260 | 2019-10-31T20:28:35 | 2019-10-31T20:28:35 | 212,596,909 | 2 | 1 | null | 2019-10-31T20:28:36 | 2019-10-03T14:10:26 | Java | UTF-8 | Java | false | false | 855 | java | package com.volkangurbuz.stajtakip.Fragment;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.volkangurbuz.stajtakip.R;
/** A simple {@link Fragment} subclass. */
public class TeacherFragment exte... | [
"volkangurbuz16@gmail.com"
] | volkangurbuz16@gmail.com |
a7fe5e84a6247d774846587a816d8efd4842a918 | 09a2c65b4bb4b8bfb1590d395aa2cc93dbbe5d56 | /CortexSE/jpf-symbc/src/examples/rjc/struct5.java | 0779985122668a0b419b3f55040ea003ea126642 | [] | no_license | nunomachado/cortex-tool | 0399e0f40c5eeb21cdaa55e061e687884b347518 | 96cb758d3f0ab9f06ef3b924020fdc8c0ca9516a | refs/heads/master | 2021-05-23T02:49:10.154302 | 2020-12-27T11:59:16 | 2020-12-27T11:59:16 | 49,576,792 | 9 | 5 | null | null | null | null | UTF-8 | Java | false | false | 105 | java | package rjc;
public class struct5 {
public double signal1 = 0;
public double signal2 = 0;
}
| [
"nuno.machado@ist.utl.pt"
] | nuno.machado@ist.utl.pt |
c44ea55fbdb4dd14acb864b64f0e6f2b51527ca4 | 05f1b9b7010b9558ef0d77477071b584ed59617d | /random-regress/old-versions/ILP14/journal-revision/proximity/src/java/kdl/prox/dbmgr/ColumnValueFilter.java | 4fff397e32cfdf57a6912d377b4ea9323bc6e386 | [
"Apache-2.0"
] | permissive | sfu-cl-lab/our-papers | 5194920eea72b4d82a5c8f942dc203a2973b584b | 65e366218e85ce49e6a03682e172f91065ab8b0f | refs/heads/master | 2023-07-07T11:13:53.496207 | 2023-06-29T22:01:58 | 2023-06-29T22:01:58 | 74,601,085 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 3,868 | java | /**
* $Id: ColumnValueFilter.java 3658 2007-10-15 16:29:11Z schapira $
*
* Part of the open-source Proximity system
* (see LICENSE for copyright and license information).
*
*/
/* $Id */
package kdl.prox.dbmgr;
import kdl.prox.util.Assert;
import kdl.prox.util.MonetUtil;
import org.apache.log4j.Logger;
/**
... | [
"oschulte@sfu.ca"
] | oschulte@sfu.ca |
4a23ab9d2191ea65050e83698f9f1a36b045f8fa | 2f35729d0aaff4acaca7a62c9cf2c4a218907e3e | /Simple Phone Book Project/MyConnection/Final Project New/Final Project/Final Project/app/src/main/java/com/afinal/group/myconnections/DataBaseHelper.java | c1b8e06ccb8b37da5b7f1df89fac815ec5aaac50 | [] | no_license | namnguyen191/Android-Studio | d650cde2955564842b60aa006acb342d7c6920e8 | ae08f46a262e6384711f6b70fc5491d62962e5c1 | refs/heads/master | 2020-04-22T12:39:50.501088 | 2019-02-12T19:42:27 | 2019-02-12T19:42:27 | 170,379,999 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,115 | java | package com.afinal.group.myconnections;
import java.util.ArrayList;
import java.util.List;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.support.design.... | [
"38139823+namnguyen191@users.noreply.github.com"
] | 38139823+namnguyen191@users.noreply.github.com |
4791058df6f6bf1aad8ccca308c3e4af923f3d72 | 85fe2cf32021d9a8eebe4b8a24e981ccf700be42 | /GiveMeOffer/src/Graph/ShortestPath/WeightedGraph.java | fed0056d9072aa19f94109e2df2ec0cb64613188 | [] | no_license | WanGeliang/QiuZhao | 2cfba899a3a278c5adbf7c6f8238d5138c499510 | 67b8499b90fc69bfbeccdee171a564e697018cb7 | refs/heads/master | 2023-07-14T19:32:11.036637 | 2021-08-31T08:30:46 | 2021-08-31T08:30:46 | 401,629,998 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,026 | java | package Graph.ShortestPath;
import java.io.File;
import java.util.Map;
import java.util.Scanner;
import java.util.TreeMap;
/**
* @author Geliang
* @date 2021-07-13
* @slogan 致敬大师,致敬未来的你!
*/
//赞时支持无向的带权图
public class WeightedGraph {
// 定义顶点,定义边
public int v;
public int e;
public int weight;
//... | [
"wgl0515@163.com"
] | wgl0515@163.com |
41edd00c31def36b03bb64781afdeca65b4817a0 | 5086f40988432788ce39edab1f9351c55c28eb1c | /sudbrain/src/br/com/project/sudbrain/model/help/Sorteio.java | d7a7dd41b9610370f30885dcfb304bdddef25396 | [] | no_license | evertoncastro/sudbrain | 54c8c6ff9f03e653c53f2769e49202ad414c63f8 | e2aa79e74b0152f9ad2e83ba7a9dc49bbad9833d | refs/heads/master | 2016-08-11T06:45:55.618010 | 2015-06-01T05:08:09 | 2015-06-01T05:08:09 | 36,272,519 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,529 | java | package br.com.project.sudbrain.model.help;
import java.io.Serializable;
import java.util.Random;
public class Sorteio implements Serializable {
/**
*
*/
private static final long serialVersionUID = 1L;
private int sorteio = 0;
private int imagemSorteio = 0;
private boolean alternativa1 = tru... | [
"evertmbh@hotmail.com"
] | evertmbh@hotmail.com |
18e19a0f34895f9b9bb79cfd950bddbeb715e588 | b886c5033ae9303ac679d8f1c365b8b20d872f22 | /Talantra/src/com/wraithavens/conquest/Math/Vector.java | 5a97fee78dc3a335b3cd4dd184c174d130c36aab | [
"MIT"
] | permissive | TheDudeFromCI/Talantra-Old | 3a725323c1ccfb96500b080094fe5fee775169f6 | 0dc8ce177f89ec0934ed1b0cf8444ae23a3e7131 | refs/heads/master | 2021-01-18T04:59:35.183317 | 2015-10-29T20:26:55 | 2015-10-29T20:26:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 317 | java | package com.wraithavens.conquest.Math;
import java.nio.FloatBuffer;
abstract class Vector{
public abstract float lengthSquared();
public abstract Vector load(FloatBuffer buf);
public abstract Vector negate();
public abstract Vector scale(float scale);
public abstract Vector store(FloatBuffer buf);
} | [
"thedudefromci@Encarta"
] | thedudefromci@Encarta |
1c2b03e8521f1d3ce9b353082554752288df6c87 | b4506a3f99547bbe0968778c6440b5b3e7ca81a2 | /app/src/main/java/com/roka/rokaviewpicker/OnPickerScrollChangeListener.java | 8356d8a5aa01f270137606265cdf775a52a3447e | [
"Apache-2.0"
] | permissive | roka88/rokaviewpicker | c103222655c81b90c6df7c5c167ca626f31fc89e | a1ef7b510689603623fb11b71e7367ae5d6f9397 | refs/heads/master | 2021-01-12T00:56:40.089952 | 2017-02-23T08:52:17 | 2017-02-23T08:52:17 | 78,321,022 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 183 | java | package com.roka.rokaviewpicker;
/**
* Created by roka on 2016. 12. 22..
*/
public interface OnPickerScrollChangeListener {
void onPickerScrollChangeListener(int x, int y);
}
| [
"the602@naver.com"
] | the602@naver.com |
acaf67f6abe7a69a7e1673aa1d654f376b96f1f0 | e68633bc1f19bdb8a044607a300e62005c59482d | /src/main/java/chat/ClientMain2.java | e947475bea36df40c8dd5c8722d9a04a4c771187 | [
"MIT"
] | permissive | nisioka/java-grpc-basics | 48d2232729c06a3c754f745b8c5e8afaff9ba80f | 395c72b1e4bad27148924639546265b3322dd2e9 | refs/heads/master | 2020-05-27T18:17:56.798359 | 2019-06-09T23:56:53 | 2019-06-09T23:56:53 | 188,739,596 | 0 | 0 | MIT | 2019-06-09T15:06:14 | 2019-05-26T22:57:27 | Java | UTF-8 | Java | false | false | 1,830 | java | package chat;
import io.grpc.ManagedChannel;
import io.grpc.ManagedChannelBuilder;
import io.grpc.stub.StreamObserver;
import java.util.Objects;
import java.util.Scanner;
import java.util.concurrent.CountDownLatch;
/**
* クライアントからサーバへリクエストを送る。
*/
public class ClientMain2 {
public static void main(String[] args)... | [
"nishioka.daisuke@gmail.com"
] | nishioka.daisuke@gmail.com |
0370284d19ab8be4936b93d58f4f5159373868e5 | 05e969b5493bf839503add4bb5afc95fe9e32c87 | /src/cit/group10/qlGiangvien/TeacherInfo/WindowImportData.java | 9ea2bf1667878d49c0cce4f5b8c110466bc749fb | [] | no_license | nlnbich/qlGiangVien | 97e99bbfbadcd7b535dc804b2bdd717c84a9891b | ef56646783893f556496c5b359b95e578e041dbe | refs/heads/master | 2021-01-17T15:16:26.427048 | 2012-03-27T01:57:57 | 2012-03-27T01:57:57 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,330 | java | package cit.group10.qlGiangvien.TeacherInfo ;
import cit.group10.qlGiangvien.constants.Constants;
import cit.group10.qlGiangvien.widgets.*;
import com.vaadin.data.util.BeanItemContainer;
import com.vaadin.terminal.Sizeable;
import com.vaadin.ui.*;
public class WindowImportData extends Window implements Constants {
... | [
"ngolebich@gmail.com"
] | ngolebich@gmail.com |
8aaa6392fcf045a1e9affe13b250d822004bb9f8 | 6942aa9d5cd07e4d2aff775ae8fc75f152d1c6ad | /sdk/push/src/androidTest/java/com/app/push/ExampleInstrumentedTest.java | b3734af07fd28ce2f1c146b0168a0da41b76be96 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | qxf323/FastAndroid | 25d67ce7af660f9fbecff09c420cc6c156e53cf4 | 480d056ac1b6069d0a02aea0b28db0599d21dbea | refs/heads/master | 2020-03-06T14:26:20.395880 | 2018-03-21T09:34:06 | 2018-03-21T09:34:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 751 | java | package com.app.push;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Androi... | [
"mr.ajun@foxmail.com"
] | mr.ajun@foxmail.com |
dd553685413fee06fdec25b9a364587b52e726e9 | 9e6c2765abda9ab7d017a19ae6b3637c56bb129f | /android/app/src/main/java/com/testcomponent/MainActivity.java | 5be363d90f24ae422c265d8a4494ae8c6becee53 | [] | no_license | MichelCreatingDev/React-Native-Circle-Step-Progress | ed71c46a10fe72cbe9403a4c41f0d435972c88bb | 3895356f7c11997af29944473b9062027f63fb53 | refs/heads/master | 2021-01-20T04:26:08.512558 | 2017-04-28T09:39:37 | 2017-04-28T09:39:37 | 89,690,882 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 458 | java | package com.testcomponent;
import com.facebook.react.ReactActivity;
import com.horcrux.svg.SvgPackage;
import com.BV.LinearGradient.LinearGradientPackage;
public class MainActivity extends ReactActivity {
/**
* Returns the name of the main component registered from JavaScript.
* This is used to schedul... | [
"michel@Michels-Mac.local"
] | michel@Michels-Mac.local |
0a5012f4c9bb543d6a16c8034ebf6f370626b200 | efeb6745a06e85c58fb9ad1c5d49e2a6f9a1f089 | /src/main/java/com/monsource/bis/account/model/District.java | 5c6539b785942b66bb44a409b755c8834c4840ee | [] | no_license | nasanjargal-b/bis | 8fc9807d2e3fbb8c9b8cfaba3487c617c10c5eb1 | d7a2d8183fb2fd65993cbe37de1ba38283360ed5 | refs/heads/master | 2016-09-05T09:42:40.496527 | 2014-08-28T18:03:17 | 2014-08-28T18:03:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 579 | java | package com.monsource.bis.account.model;
/**
* Created by nyamaa on 6/3/14.
*/
public class District {
private Integer id;
private Integer cityId;
private String name;
public Integer getCityId() {
return cityId;
}
public void setCityId(Integer cityId) {
this.cityId = cityId;... | [
"davaana_bit@yahoo.com"
] | davaana_bit@yahoo.com |
cd385a4a6e5f023ebe056c91297b0989ed34cc7c | 6f29f86a92cf3b5aeb3dd2f0549b6cfef5171bc7 | /gwtexample-master/src/main/java/com/hellogwt/client/HelloGWT.java | 0b42dd19e51a975f1a26df011155faf69b423291 | [] | no_license | i1yassss/Homeworks | 888a8af3d650404a05c85c4737e0690a805fd4bf | b0aa8e125623a746d0c51d4282002ba0b25ec28d | refs/heads/master | 2021-01-20T20:45:25.414746 | 2016-05-31T21:33:07 | 2016-05-31T21:33:07 | 60,115,954 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,592 | java | package com.hellogwt.client;
import com.google.gwt.core.client.EntryPoint;
import com.google.gwt.core.client.GWT;
import com.google.gwt.event.dom.client.ClickEvent;
import com.google.gwt.event.dom.client.ClickHandler;
import com.google.gwt.user.client.Window;
import com.google.gwt.user.client.rpc.AsyncCallback;
import... | [
"sleontjev@yandex.ru"
] | sleontjev@yandex.ru |
fe021b2bfc33a820b23c10b7f5802373a9eac27c | e658d1c3e94ee47afc07eaa8565fc013c6b9b495 | /app/src/androidTest/java/com/app/bc/myapplication/ExampleInstrumentedTest.java | ec0475a50283276fc90984455ec40897bdcf02aa | [] | no_license | hoangmdoan/BCConnect | b46ddb2eb8728f7cb09e1e4d9f34b78854434af8 | 6e7d521efd47412a814156bdb2f1be0be09b2524 | refs/heads/master | 2020-04-03T00:41:52.587584 | 2020-02-28T16:52:38 | 2020-02-28T16:52:38 | 154,906,081 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 732 | java | package com.app.bc.myapplication;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Androi... | [
"doanhm1@mail.broward.edu"
] | doanhm1@mail.broward.edu |
6b828db4ea0bcc2835305c06dec4fb6b453b6763 | 304e3b0af707e081cb79f55f863bbac06986c796 | /jdom/build/samples/DescendantDemo.java | e6bea0291f05bb52fc49217f102d724a08228583 | [
"LicenseRef-scancode-jdom"
] | permissive | rlm33/TPV-RASS | b4fc62bd38fc393e473760afbbb5113501207442 | e302190397542073a1fdda8890e5d2f4403e721a | refs/heads/master | 2021-01-17T11:59:40.447239 | 2011-05-31T20:16:06 | 2011-05-31T20:16:06 | 1,603,461 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,025 | java | /*--
$Id: DescendantDemo.java,v 1.5 2007/11/10 05:36:01 jhunter Exp $
Copyright (C) 2000-2007 Jason Hunter & Brett McLaughlin.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redi... | [
"hanhelsing@gmail.com"
] | hanhelsing@gmail.com |
eb324a863cc6c75e437fb66d2ad217317a8475b9 | 6baf1fe00541560788e78de5244ae17a7a2b375a | /hollywood/com.oculus.vrshell-VrShell/sources/com/oculus/android/exoplayer2/extractor/mp3/ConstantBitrateSeeker.java | 33553db709aa3dfdd84035d30b6b34fde131bf0b | [] | no_license | phwd/quest-tracker | 286e605644fc05f00f4904e51f73d77444a78003 | 3d46fbb467ba11bee5827f7cae7dfeabeb1fd2ba | refs/heads/main | 2023-03-29T20:33:10.959529 | 2021-04-10T22:14:11 | 2021-04-10T22:14:11 | 357,185,040 | 4 | 2 | null | 2021-04-12T12:28:09 | 2021-04-12T12:28:08 | null | UTF-8 | Java | false | false | 2,654 | java | package com.oculus.android.exoplayer2.extractor.mp3;
import com.oculus.android.exoplayer2.C;
import com.oculus.android.exoplayer2.extractor.MpegAudioHeader;
import com.oculus.android.exoplayer2.extractor.SeekMap;
import com.oculus.android.exoplayer2.extractor.SeekPoint;
import com.oculus.android.exoplayer2.extractor.m... | [
"cyuubiapps@gmail.com"
] | cyuubiapps@gmail.com |
4180eb57bdc84c80d7ce895396e6bb28300a523b | f800b206ed9d053d7b71c85a241b55fba07249be | /src/main/java/mu/mcbc/mcshares/web/rest/errors/LoginAlreadyUsedException.java | cdb357fde6299351d08bfeec39c9fb7bd0bec7b5 | [] | no_license | Veeresh11/McShare | 4bf248f40d12340dd5021bfc24073e458f2f0544 | ed89d2c16ec90072f464e95f41826627ea3cc2e0 | refs/heads/main | 2023-07-05T00:00:49.926631 | 2021-08-29T16:30:27 | 2021-08-29T16:30:27 | 401,084,204 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 336 | java | package mu.mcbc.mcshares.web.rest.errors;
public class LoginAlreadyUsedException extends BadRequestAlertException {
private static final long serialVersionUID = 1L;
public LoginAlreadyUsedException() {
super(ErrorConstants.LOGIN_ALREADY_USED_TYPE, "Login name already used!", "userManagement", "userex... | [
"veeram@mcb.mu"
] | veeram@mcb.mu |
3958bc01956f76a330e61e618641c3aa830acd51 | ee1244b10de45679f053293e366f192af307be74 | /sources/com/p001a/p002a/p003a/C0239q.java | 0ec87b316f7dcf809e5e2aeeb9e3d129889f1fb3 | [] | no_license | scarletstuff/Turbogram | a086e50b3f4d7036526075199616682a0d7c9c45 | 21b8862573953add9260f1eb586f0985d2c71e8e | refs/heads/master | 2021-09-23T14:34:23.323880 | 2018-09-24T17:48:43 | 2018-09-24T17:48:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,563 | java | package com.p001a.p002a.p003a;
/* renamed from: com.a.a.a.q */
public class C0239q {
/* renamed from: a */
public static final C0239q f360a = new C0240a(true);
/* renamed from: b */
public static final C0239q f361b = new C0240a(false);
/* renamed from: c */
private boolean f362c;
/* renamed... | [
"root@linuxhub.it"
] | root@linuxhub.it |
df21353323529246f61d62c0a7f3f6d141ef5b66 | 0308ca5b152a082c1a206a1a136fd45e79b48143 | /usvao/prototype/single-signon/eventtide/trunk/src/org/nvo/eventtide/client/util/Similar.java | 80365828cb2afbc4e91a27b50bad2414d0c10d04 | [] | no_license | Schwarzam/usvirtualobservatory | b609bf21a09c187b70e311a4c857516284049c31 | 53fe6c14cc9312d048326acfa25377e3eac59858 | refs/heads/master | 2022-03-28T23:38:58.847018 | 2019-11-27T16:05:47 | 2019-11-27T16:05:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 339 | java | package org.nvo.eventtide.client.util;
/** Adds a method <tt>isSimilar()</tt> that is like <tt>equals()</tt> but messier.
* For example, two objects may claim to be similar if they are of the same class
* and have the same database ID, even if their properties differ. */
public interface Similar {
boolean isSi... | [
"usvirtualobservatory@5a1e9bf7-f4d4-f7d4-5b89-e7d39643c4b5"
] | usvirtualobservatory@5a1e9bf7-f4d4-f7d4-5b89-e7d39643c4b5 |
683531af32bcbaf2608ff16a4adc9b7dd2740340 | ca3bc4c8c68c15c961098c4efb2e593a800fe365 | /TableToMyibatisUtf-8/file/com/neusoft/crm/api/cpc/prod/data/FuncCompDO.java | aa56397d3590acd302e8c13632f7ceeaa4620d47 | [] | no_license | fansq-j/fansq-summary | 211b01f4602ceed077b38bb6d2b788fcd4f2c308 | 00e838843e6885135eeff1eb1ac95d0553fc36ea | refs/heads/master | 2022-12-17T01:18:34.323774 | 2020-01-14T06:57:24 | 2020-01-14T06:57:24 | 214,321,994 | 0 | 0 | null | 2022-11-17T16:20:29 | 2019-10-11T02:02:23 | Java | UTF-8 | Java | false | false | 5,150 | java | package com.neusoft.crm.api.cpc.prod.data;
import com.neusoft.crm.common.persistence.BaseDO;
import com.neusoft.crm.common.utils.SeqUtils;
/**
* @实体描述:指系统内的系统功能菜单的最小功能单元及组件。
* @实体表 :FUNC_COMP
*/
public class FuncCompDO extends BaseDO{
/**
*主键对应的序列名称
*/
public static final String ID_SEQ = "FUNC_C... | [
"13552796829@163.com"
] | 13552796829@163.com |
ce47b4ebd0117c4d9055eccf50855a824d53224b | 3163f929594c96efa353eff117885c781a539789 | /src/main/java/com/sudip/avro/ModuleInstance.java | e415c00a73806b13d1182220b939c999a98f8fc2 | [] | no_license | dinku/avro-projects | fe81d2bc27c1a7500d2785c68a16ce479ceb45e0 | 7cd68378ce6062c4337afb311f5b39e59589f6ad | refs/heads/master | 2016-09-13T20:02:03.527849 | 2016-05-18T21:54:26 | 2016-05-18T21:54:26 | 59,154,038 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,539 | java | /**
* Autogenerated by Avro
*
* DO NOT EDIT DIRECTLY
*/
package com.sudip.avro;
@SuppressWarnings("all")
@org.apache.avro.specific.AvroGenerated
public class ModuleInstance extends org.apache.avro.specific.SpecificRecordBase implements org.apache.avro.specific.SpecificRecord {
public static final org.apache.av... | [
"sudipbh@outlook.com"
] | sudipbh@outlook.com |
a19c6843923ca01d6200bee87fb9d712ba005e99 | 7cf01545d4df49502309c2f0ea49e21930457b03 | /src/main/java/hospital/Application.java | a3f40c7651ecab30c8920b20eb3328f8d5e43a3b | [] | no_license | dmf2990/hospital---first-basic-console-project | f484911575e04df27c22763d8f3a395e8040d028 | a548061949d187b8a781bf0b0cb982461802b7d8 | refs/heads/master | 2020-04-22T05:01:29.268689 | 2019-04-08T16:07:04 | 2019-04-08T16:07:04 | 170,144,857 | 2 | 0 | null | 2019-04-08T15:27:35 | 2019-02-11T14:42:30 | Java | UTF-8 | Java | false | false | 10,142 | java | package hospital;
import java.util.Scanner;
public class Application {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
// hashmap
Hospital list = new Hospital(10, 10);
// objects
Patient patient = new Patient("Sicky", "12");
Doctor doctor = new Doctor("Dr.Dave", "Doctor... | [
"drewfranklin@drews-mbp.attlocal.net"
] | drewfranklin@drews-mbp.attlocal.net |
f23ce6841ae1d00295ee06ea850a25de7de5cd7a | d3fe404b0a5eec8538dcf7af32c5f18e53a13aa0 | /MLA_MappingImpl/src/generated/java/uima/tt/ParagraphAnnotation_Type.java | e3659345abc3dbb80916ce3374f9263bc25ca30c | [] | no_license | kristienverreydt/mla-belgium | f237dae31f065a8cd91761130bf34a08acbefd50 | 55471172a253647a2472f38df8898df7cdc79fbb | refs/heads/master | 2021-01-19T03:07:52.899123 | 2017-04-05T13:12:23 | 2017-04-05T13:12:23 | 87,305,460 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,958 | java |
/* First created by JCasGen Tue Sep 13 14:28:47 CEST 2016 */
package uima.tt;
import org.apache.uima.jcas.JCas;
import org.apache.uima.jcas.JCasRegistry;
import org.apache.uima.cas.impl.CASImpl;
import org.apache.uima.cas.impl.FSGenerator;
import org.apache.uima.cas.FeatureStructure;
import org.apache.uima.cas.impl.T... | [
"kristien.verreydt@be.ibm.com"
] | kristien.verreydt@be.ibm.com |
5c1b979016c67966b0d42849ed4987b2ef0278d1 | 8c776888e68058145b1d5abb03eafbf97613ded8 | /library/userlibrary_1.0.0/src/main/java/com/lxh/userlibrary/UserCenter.java | ab1acd01454f71af2400af3f27aa6dab4af1e46a | [] | no_license | Hanson5920/Hulk_fitness | c5e03673d50d9915dd7ef70775524e81bc621c11 | a1d59a24f9a3f9aec01612fc4b6b6f2c092de042 | refs/heads/master | 2021-01-13T16:48:16.390067 | 2017-06-21T03:40:06 | 2017-06-21T03:40:06 | 94,958,849 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,835 | java | package com.lxh.userlibrary;
import android.app.Activity;
import android.app.Service;
import android.content.Context;
import android.content.SharedPreferences;
import android.os.Vibrator;
import android.util.DisplayMetrics;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import com.lxh.userl... | [
"husong"
] | husong |
4b1acea845a6d76f5e9e80d34a5106201f720ab1 | 1aa53d5cc013622d0d97a405655be4a33ab1e908 | /src/main/java/coding/exercise/serviceimpl/CustomerServiceImpl.java | 437be18fd5a5b6bd69adef7fe7779f2b3e53bc77 | [] | no_license | pjsev/ShoppingCart | 67e812984828ef520d024ca668aec87c491dd1c9 | 4f96051dffc26f00326f0a7f3bac20c98f541a1e | refs/heads/master | 2020-05-20T03:46:40.183067 | 2019-06-26T08:04:07 | 2019-06-26T08:04:07 | 185,365,845 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,022 | java | package coding.exercise.serviceimpl;
import java.util.List;
import java.util.Set;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import coding.exercise.model.Customer;
import coding.exercise.model.CustomerRepository;
import coding.exercise.model.... | [
"paolo.severino@paolo-severino.tagitmobile.com"
] | paolo.severino@paolo-severino.tagitmobile.com |
38503c4de4d0151c513b80cd3d4eae856612d4e3 | 448cd295aca52be0757cab70bd2f45e8f72c98aa | /src/com/lxsh/model/Gtype.java | d0e6e28968d5525da22239568fb7008d0b510865 | [] | no_license | mybsktb/ssm-freshlife | 7fae3b99fc74ebea0bd9e0f80b2fbd4778cc4e74 | 53dabac099537fe788b777d232790a63442f6366 | refs/heads/master | 2021-01-12T16:14:35.650927 | 2016-10-31T09:25:25 | 2016-10-31T09:25:50 | 71,955,448 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 430 | java | package com.lxsh.model;
public class Gtype {
private Integer gtid;
private String gtypename;
public Integer getGtid() {
return gtid;
}
public void setGtid(Integer gtid) {
this.gtid = gtid;
}
public String getGtypename() {
return gtypename;
}
public void ... | [
"mybsktb@163.com"
] | mybsktb@163.com |
9d8308312abb632639fc1bf38471672f5ecd2aa9 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/31/31_7763b36d6d95d78df49c5144291972d95ff7b4f6/LatinKeyboardBaseView/31_7763b36d6d95d78df49c5144291972d95ff7b4f6_LatinKeyboardBaseView_s.java | 90252964e1e35a84e362a153bf8914faefea9f28 | [] | 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 | 54,383 | java | /*
* Copyright (C) 2010 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 requi... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
4f9eb11c6a211612d41a96fcb677cef6510d0dcb | b9a51deb97fc6a2dffcc7f36f8aa121541fd1608 | /src/main/java/org/docx4j/math/STFType.java | a88bf52cb542db8907ffddb2b7968508f66663fb | [
"Apache-2.0"
] | permissive | vansuca/docx4j | c592ea04e5736edef46a4a3e7ffab84cbc0b206f | 72d061bd2606b58b8de7b36d203b58232a552e49 | refs/heads/master | 2020-12-30T19:23:31.287757 | 2012-11-28T02:08:47 | 2012-11-28T02:08:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,207 | java | /*
* Copyright 2010-2012, Plutext Pty Ltd.
*
* This file is part of pptx4j, a component of docx4j.
docx4j is 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
... | [
"jason@plutext.org"
] | jason@plutext.org |
d67934e37495dcf3998204d0c54fe2ee5b4810fc | c01c5661c0d30e15c17f5daed235a3c240e224bb | /src/me/cynicalnicole/sleeptracker/Commands/TimeAwake.java | 8d6aac9fa108cdea5b52f4f5e8e137772b539757 | [] | no_license | Yhumi/SleepTracker | cc63952a1ae1bf07843f90c65a79253562f0cd3b | 809c2f843c53f02e63103f5f9d1d557b02356f4b | refs/heads/master | 2022-12-21T04:15:29.564359 | 2020-07-08T00:16:23 | 2020-07-08T00:16:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,390 | 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 me.cynicalnicole.sleeptracker.Commands;
import java.util.HashMap;
import java.util.Map;
import me.cynicalnicole.sleep... | [
"nicole@cynicalpopcorn.me"
] | nicole@cynicalpopcorn.me |
26469e35141821568e328fa584a29e8d07a3203d | 45456cebbec27684596dc2e932bbccbdde2b9ff2 | /src/main/java/io/banditoz/mchelper/regexable/Regexable.java | 2893f993ec5117c92edfdd5d40acc3159e5a1349 | [
"Apache-2.0"
] | permissive | HeyBanditoz/mchelper | 71ee1542b7902ecf8d394aee8039921489bba6d6 | 717a27e2edb23e9a6fc4c33cc82cdd1c388d03cf | refs/heads/master | 2023-09-05T13:58:35.454635 | 2023-09-05T05:20:52 | 2023-09-05T05:20:52 | 227,871,432 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,293 | java | package io.banditoz.mchelper.regexable;
import io.banditoz.mchelper.stats.Status;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.time.Instant;
import java.time.temporal.ChronoUnit;
import java.util.HashMap;
import java.util.regex.Pattern;
public abstract class Regexable {
protected abstract... | [
"banditoz@protonmail.com"
] | banditoz@protonmail.com |
7be88bc52a9433c958513ffd9935da273ce455fc | 45ee32435c345790cae1f10111e37f860395f1ea | /art-extension/opttests/src/OptimizationTests/ShortLeafMethodsInlining/InvokeVirtual_shr_long_NVS_001/Test.java | efbe5fb59ad84de88eb2df9290e9372463c36c57 | [
"Apache-2.0",
"NCSA",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | android-art-intel/Nougat | b93eb0bc947088ba55d03e62324af88d332c5e93 | ea41b6bfe5c6b62a3163437438b21568cc783a24 | refs/heads/master | 2020-07-05T18:53:19.370466 | 2016-12-16T04:23:40 | 2016-12-16T04:23:40 | 73,984,816 | 9 | 1 | null | null | null | null | UTF-8 | Java | false | false | 805 | java | /*
* Copyright (C) 2016 Intel Corporation
*
* 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... | [
"aleksey.v.ignatenko@intel.com"
] | aleksey.v.ignatenko@intel.com |
54e23c6ef829278fe522beef230b06c27ff6316c | 1257e863842c831edc6d05a373cd2b2169df2571 | /src/main/java/com/cookmyfood/app/repository/package-info.java | 1173db3bc882ed14997f312b59383f835aaf400c | [] | no_license | naru6be/cookmyfood2 | 9170b013a7a01ee811af9307c7bdaf4b570ffd73 | 243c6ea625c853a21b88da3b91035021ca1df787 | refs/heads/master | 2022-12-23T23:26:57.547947 | 2019-10-05T21:38:24 | 2019-10-05T21:38:24 | 211,410,154 | 0 | 0 | null | 2022-12-16T05:03:32 | 2019-09-27T22:21:33 | Java | UTF-8 | Java | false | false | 80 | java | /**
* Spring Data JPA repositories.
*/
package com.cookmyfood.app.repository;
| [
"veesamnareshbabu@gmail.com"
] | veesamnareshbabu@gmail.com |
dd9a28f02d3dd1328454094b3b60e936952bd3e7 | ff55349eac5e718f9b91072805a5bb0b6b7305c8 | /Ftp/src/main/java/Ftp.java | e4e343369fc78db5f4d56f406d2a7cf7b29486d8 | [] | no_license | helloBosom/IOCommunication | a794e0822a1882584a6d611044c74691f8acffbf | 5d2985ad6ea85a2a3003fb6bc2131345c6ae1f98 | refs/heads/master | 2021-08-30T18:47:56.428927 | 2017-12-19T01:43:45 | 2017-12-19T01:43:45 | 114,706,037 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 142 | java | import sun.net.ftp.FtpClient;
public class Ftp {
FtpClient ftpClient = FtpClient.create();
public static void main(String[] args) {
}
}
| [
"13572186526@163.com"
] | 13572186526@163.com |
835f1ef337b2be1e0e84294174cbf171a76251c7 | 08c66abe3bf28755e32145aa49409ed2249f8c47 | /Sample Bots/Java/entelect-battleships/src/main/java/net/avdw/battlefight/struct/Direction.java | 5c93ae0ca2c7ef001abf98caea32874044cb7f22 | [] | no_license | avanderw/jbattlefight | fb8b0e9f3b041dc40661cf8782001cff795f3429 | 80b603590b5e4c4b37bddd2e0619d510f6dc139f | refs/heads/master | 2021-01-20T17:07:18.659616 | 2017-09-18T08:24:36 | 2017-09-18T08:24:36 | 90,862,739 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 622 | java | package net.avdw.battlefight.struct;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.ThreadLocalRandom;
public enum Direction {
North, South, East, West;
static public Direction random() {
return Direction.values()[ThreadLocalRandom.current().nextInt(4)];
}
... | [
"avanderw@gmail.com"
] | avanderw@gmail.com |
7114615873bf17e0c900d1e5d3891a5e96851640 | 891520a04ba79fb7e6a2c292785597010d2696d7 | /RestClient.java | cde27221add0d1ea9610caf9a76771c4204cf5be | [] | no_license | mrboopathi/restclient | 45e1de2d8ceb31be380413f5fd6361f2a41dd0c5 | 065f339d6dd8609426e91f10c9493257b7fbd8f3 | refs/heads/main | 2023-01-10T10:07:49.340095 | 2020-11-16T09:22:59 | 2020-11-16T09:22:59 | 313,228,573 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,278 | java |
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import java.net.HttpURLConnection;
import java.net.URL;
import java.net.URLEncoder;
import java.util.Scanner;
import javax.net.ssl.HttpsURLConnection;
... | [
"noreply@github.com"
] | mrboopathi.noreply@github.com |
26f22de77898c00d402b9ffcec65ae6b31323b1d | 2f068faa753720fba699434ba8650650f079f79d | /core_html/src/main/java/at/resch/web/html/elements/LEGEND.java | 79ebe4b1aee0f9be34ed9af8f53df78ad82c5d61 | [] | no_license | FelixResch/Extensible-Java-Web-Server | 558372a6fee804fb071082e2a79eb47c0219c6d3 | 7420f1d59234da3e1c0a5327971af628d2e26147 | refs/heads/master | 2021-01-22T09:33:08.023212 | 2014-08-13T10:56:48 | 2014-08-13T10:56:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 194 | java | package at.resch.web.html.elements;
public class LEGEND extends HTMLElement {
public LEGEND(Object... children) {
super("legend", children);
}
public LEGEND() {
super("legend");
}
}
| [
"resch.felix@gmail.com"
] | resch.felix@gmail.com |
19774eabcdc80cba2a01c9e6d61420678b7dbe16 | b8a6ce11d3dc4a00b9d71323e343a083bfc8598d | /src/main/java/com/bravebucks/eve/domain/esi/UniverseName.java | db5071aa3dfe345b93f0e479525dd89f5c367605 | [
"MIT"
] | permissive | bahrmichael/brave-bucks | c766ed6fa2ca130aa5063ef1effb2d053326ff6d | 69f379b69b8705dac5f35d492ddad7971a49f31f | refs/heads/master | 2022-12-07T18:39:36.298233 | 2020-12-11T17:54:58 | 2020-12-11T17:54:58 | 103,058,515 | 3 | 4 | MIT | 2022-12-04T14:05:17 | 2017-09-10T20:13:04 | Java | UTF-8 | Java | false | false | 723 | java | package com.bravebucks.eve.domain.esi;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;
@JsonIgnoreProperties(ignoreUnknown = true)
public class UniverseName {
@JsonProperty("id")
private Integer id;
@JsonProperty("name")
private Str... | [
"mbahr92@gmail.com"
] | mbahr92@gmail.com |
ec61dd6ba04a1db46bf45fecb5f35423aadd0174 | 129b8f2babed41a4684066d41594d93d50bc5ccd | /subprojects/swen221/src/main/java/com/hjwylde/uni/swen221/midterm/minesweeper/moves/ExposeMove.java | 4249df6d374b48d3dc396f6f14a0b2e5d16a0bd1 | [] | no_license | ltfij/university | 4eca16e0b370bf822db21ebd751d3fa927650d37 | 7aa9a752440fe0288df3de677db3f1d658972db2 | refs/heads/master | 2021-05-29T19:55:15.109642 | 2015-08-31T08:16:51 | 2015-08-31T08:16:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,922 | java | package com.hjwylde.uni.swen221.midterm.minesweeper.moves;
import com.hjwylde.uni.swen221.midterm.minesweeper.Game;
import com.hjwylde.uni.swen221.midterm.minesweeper.Position;
import com.hjwylde.uni.swen221.midterm.minesweeper.SyntaxError;
import com.hjwylde.uni.swen221.midterm.minesweeper.squares.BlankSquare;
import... | [
"accounts+git@hjwylde.com"
] | accounts+git@hjwylde.com |
745e88ac1cbc32a25059962df5e6f2e49e5f0620 | 2c651aecad964a16d548b443d60f2a95cb1a4080 | /java/src/main/java/com/longdo/map/MapActivity.java | 770086722b070d6a5d0af3cd42cc75e42d5d78eb | [] | no_license | MetamediaTechnology/longdo-map-sdk-android | fdd0d5957a9322c335d3d13e888556bb453153a4 | 975a3dc463a1e8f57a609f70866f4f7f42cf296e | refs/heads/master | 2023-02-27T12:39:21.569297 | 2021-02-08T05:46:40 | 2021-02-08T05:46:40 | 336,962,550 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 783 | java | package com.longdo.map;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import com.longdo.api.IMapListener;
import com.longdo.api.Map;
import com.longdo.api.MapGLSurfaceView;
import com.longdo.map.java.R;
public class MapActivity extends AppCompatActivity implements IMapListener {
pr... | [
"chatbandit@mm.co.th"
] | chatbandit@mm.co.th |
e8011db60406fea72d977c107ccbcb4bfbc7c689 | e93c383193af084341c7db45acc76818da6a7c16 | /1841030CIA/app/src/main/java/com/example/lab4/login.java | a772920a16f8803972ee94efcbeb44ba8c3cd49e | [] | no_license | RGMishan/MobileApplication | c96d27bc7a47fbebb82bd322dbaf58d38aaa0a2a | a4801b4b3956b92838041693d7d518356a390fe6 | refs/heads/master | 2023-01-07T13:35:21.103353 | 2020-11-19T13:42:51 | 2020-11-19T13:42:51 | 268,712,509 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 3,589 | java | package com.example.lab4;
import android.content.Intent;
import android.os.Bundle;
import android.text.Editable;
import android.text.TextWatcher;
import android.text.method.HideReturnsTransformationMethod;
import android.text.method.PasswordTransformationMethod;
import android.view.View;
import android.widget.EditText... | [
"mishanregmi@gmail.com"
] | mishanregmi@gmail.com |
a8d95c00a1e91ec5858ef4b09ad9977028660d64 | 1a738af702bf350e3dbedeaf744c66dddd54cd54 | /test/Board/CoupleTest.java | 0df433fba0dc0621d97bdc1b6f83de70d5210c4e | [] | no_license | CalvinMT/ProjetS6-Saboteur | 458be751a811181cee34d892966b12573ec121ac | 85d5a30af9569329d6e6d4750aa2c325c3d83c0b | refs/heads/master | 2021-06-21T16:53:37.239371 | 2017-06-02T09:51:32 | 2017-06-02T09:51:32 | 90,044,714 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,179 | java | package Board;
import org.junit.Assert;
import org.junit.Test;
/**
* Created by oloar on 09/05/2017.
*/
public class CoupleTest {
@Test
public void getX() throws Exception {
Couple c = new Couple(1, 2);
Assert.assertTrue(c.getLine() == 1);
}
@Test
public void getY() throws Excep... | [
"gaetan.sorin@gmail.com"
] | gaetan.sorin@gmail.com |
c306ea05118f763f5d04c133fa4e624aac1d93f7 | 9573f936174ccbcda704e1b83d596a3f093f727c | /OPERAcraft New/temp/src/minecraft_server/net/minecraft/src/WorldGenDungeons.java | 47740addb28fd64657a5ed0a23c21a9d1aa27799 | [] | no_license | operacraft/Minecraft | 17466d8538be6253f4d689926d177614c6accf5b | 89c4012b11cf5fa118cd5e63b0f51d03ee1ddc09 | refs/heads/master | 2021-01-10T05:54:10.056575 | 2016-02-24T15:54:29 | 2016-02-24T15:54:49 | 51,405,369 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 6,903 | java | package net.minecraft.src;
import java.util.Random;
import net.minecraft.src.Block;
import net.minecraft.src.Item;
import net.minecraft.src.ItemStack;
import net.minecraft.src.Material;
import net.minecraft.src.TileEntityChest;
import net.minecraft.src.TileEntityMobSpawner;
import net.minecraft.src.World;
im... | [
"operacraft@googlegroups.com"
] | operacraft@googlegroups.com |
401cb64eb1fb0534266f1788b0a09d89c6981862 | ae0b55f2ec0f01d66f936e413e720d118c85962a | /src/main/java/br/com/docproc/processador/ProcessadorTIF.java | b15e5793cd71e9e8d63e0507ae2d767f3621920c | [] | no_license | felipe-sbatista/docProc | f10ec358400a02effbbe3aa9bb623c91627769dd | 18a75b33df2728951defd5533e4c5b778e51f217 | refs/heads/master | 2020-04-02T08:10:55.324391 | 2018-10-28T20:18:49 | 2018-10-28T20:18:49 | 154,232,716 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 390 | java | package br.com.docproc.processador;
import br.com.docproc.mock.MockImagem;
import java.io.IOException;
import java.util.List;
import java.util.Map;
public class ProcessadorTIF extends ProcessadorTexto {
@Override
public List<String> lerArquivo(byte[] conteudo) throws IOException {
MockImagem mock = n... | [
"felipe-sbatista@outlook.com"
] | felipe-sbatista@outlook.com |
b8ecbdd953100a60ec47249690c8a578ace40f09 | 160e4db09f34a9ca5ed35b9105e8406bee376933 | /Labs/AdvancedMazeLab/src/maze/RedMazeFactory.java | 947e9fff2890418fe660547798f445c9f00b6048 | [] | no_license | bbhandari822/Software-Design-ClassMaterials | 8d04c6ddb06640090b17e2794610769ad3c2fb4c | 9d31b04fce5f4f1444ef033e0b54666828802746 | refs/heads/master | 2021-09-01T21:05:43.903502 | 2017-12-28T15:57:23 | 2017-12-28T15:57:23 | 115,635,966 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 423 | java | package maze;
/**
* Created by Binod Bhandari on 10/24/17.
*/
public class RedMazeFactory extends MazeFactory{
public Wall MakeWall(){
return new RedWall();
}
public Door MakeDoor(Room room1, Room room2){
return new BrownDoor(room1,room2);
}
public Room MakeRoom(int id){
... | [
"binodbhandari@Binods-MacBook-Air.local"
] | binodbhandari@Binods-MacBook-Air.local |
d28771f3fc463c5b93f15c804c1ce49ff8462e42 | 7d71d2fa9297778c3422f4a4a0958edc6f7e781a | /coshandler/src/main/java/com/csjbot/coshandler/core/Robot.java | 609de6738c8c5751ef8396188e8967f7c7005a3a | [] | no_license | MiRobotic/csj-new-demo | 094ccb7415eb6f92febee1903062df770a0dfe83 | a022b29ddbf2240ad6cbe43738fe09b64e91e2c1 | refs/heads/master | 2020-08-08T17:42:55.450950 | 2019-10-09T09:46:33 | 2019-10-09T09:46:33 | 213,880,253 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 37,694 | java | package com.csjbot.coshandler.core;
import android.content.Context;
import android.graphics.Bitmap;
import android.text.TextUtils;
import com.csjbot.cosclient.CosClientAgent;
import com.csjbot.cosclient.entity.CommonPacket;
import com.csjbot.cosclient.entity.MessagePacket;
import com.csjbot.cosclient.utils.CosLogger;... | [
"puyz@csjbot.com"
] | puyz@csjbot.com |
1895c48dbe86766347e9320b53d4205701d64cbe | d4eff92f94f7481193a7872cd7a7b0fffe6f534c | /src/com/lemu/gui/Dim.java | 501f48b263bcb2e18f28b3447961361a9850a006 | [] | no_license | renewooller/Leco | d6284d63cc2e7bcca6836c0be696046b0114c645 | ac8b886053f641c739a0396a9742137167271fb4 | refs/heads/master | 2020-03-11T03:01:42.762525 | 2018-04-16T11:52:51 | 2018-04-16T11:52:51 | 129,734,807 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 466 | java | /*
* Created on 2/12/2004
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package com.lemu.gui;
import java.awt.Dimension;
/**
* @author wooller
*
* TODO To change the template for this generated type comment go to
* W... | [
"rene"
] | rene |
102c62db166737829de9fe69b78f7dcbe2677522 | 356a626b3b7895f73a61e1203dd26f0ceb519d7d | /src/DemoPack/Lesson12/Abstract/Car.java | 552344a71a9e37638ff1b984297760da9f677a55 | [] | no_license | alenka134/shecodes_1 | 51027785a7ceca5f507faa87e1f0441a30dbe225 | 5404067701761941d5cbd8dda0f81e667ac0f9de | refs/heads/master | 2020-04-04T20:50:17.555549 | 2019-03-18T20:49:31 | 2019-03-18T20:49:31 | 156,262,878 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 397 | java | package DemoPack.Lesson12.Abstract;
public class Car extends Machine {
@Override
public void start() {
System.out.println("Starting ignition...");
}
@Override
public void doStaff() {
System.out.println("Do stuff in car. Driving...");
}
@Override
public void shutdown()... | [
"alenka134@gmail.com"
] | alenka134@gmail.com |
32b8cefdb2c4aa47baf2550b17c365435cbab1a5 | c147e355e360687755926a7833aca24cf4059bef | /src/TestForSet.java | 1516cf2f996e151eee1450cb28586a00b6fb8e1c | [
"Apache-2.0"
] | permissive | ferrycore/Thinking_In_Java_code | d2b8dd5d3b836a3531fb133a08c92dd90eae5f38 | df7a3ebc065dd142220d520f78b66d5dacd6e6b5 | refs/heads/master | 2021-07-17T04:22:48.504107 | 2017-10-05T04:13:00 | 2017-10-05T04:13:00 | 104,006,428 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 539 | java | import java.util.*;
public class TestForSet {
public static void main(String []args) {
Random random =new Random(47);
Set<String>set1 =new TreeSet<String>();
Set<String>set2 =new TreeSet<String>();
Collections.addAll(set1, "a b c e f".split(" "));
Collections.addAll(set2, "a b g h j".split(" "));
... | [
"yutian110@126.com"
] | yutian110@126.com |
372891c995a34a6590c2770ae3b7a36c1fa21ce8 | 7fe7e9cc502e2aa0b4bd1b4c612657ed8e4c6c7f | /spring-03-ioc/src/test/java/MyTest.java | f125ca553f177892ccc5bf7c960cfa1c5c63c198 | [] | no_license | GiKyouGetsu/spring-study | 7cb97d6703395ad2a1e1dcd73e8dc043d424537a | 5f55e2af5f77308bc84dfbe588ef62a395854e65 | refs/heads/master | 2023-03-09T03:43:49.814188 | 2021-02-20T09:50:23 | 2021-02-20T09:50:23 | 340,616,434 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 447 | java | import com.wei.pojo.UserT;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class MyTest {
public static void main(String[] args) {
ApplicationContext context = new ClassPathXmlApplicationContext("applicationContext.xm... | [
"wei41@avaya.com"
] | wei41@avaya.com |
3e6c5176e716a19da6076f494482a933c7d420f7 | f354a979863c54044dac0c5a812ffade6706cdcb | /kodilla-exception/src/main/java/com/kodilla/exception/test/FlightSearcher.java | d26d2f84f2cc9f2afc6bcb6072f86319b7589bce | [] | no_license | Anganor/testing_new_feature | 323ce4da3f1f2b9f946d4f70298317f6cea6e379 | e29896be179a6499bc64fe6e6d62008ac31c13c0 | refs/heads/master | 2020-06-28T11:26:48.624197 | 2020-03-06T17:38:03 | 2020-03-06T17:38:03 | 200,221,637 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,830 | java | package com.kodilla.exception.test;
import java.util.Collection;
import java.util.HashMap;
import java.util.Map;
public class FlightSearcher {
public void findFlight(Flight flight) throws RouteNotFoundException {
Map<String, Boolean> availableAirports = new HashMap<>();
availableAirports.put("Pozn... | [
"anganor@gmail.com"
] | anganor@gmail.com |
055edb0bf59fc2b2e5bd3818914bf23bf81c5dca | 08859a2cc09c970bb828a90e0b01d37a532def19 | /hostsoftware/libjhexabus/src/de/fraunhofer/itwm/hexabus/HexabusEndpoint.java | b937e09178abde8f825de4c162ec3e706c446033 | [] | no_license | mysmartgrid/hexabus | c470739cc71a7167f7b8fbb7fcfc6aa0a8202b79 | fa61107cefae611b0092229a6b1c2460b4353c51 | refs/heads/master | 2021-08-22T13:02:19.004285 | 2015-04-16T12:59:42 | 2015-04-16T13:00:57 | 1,978,237 | 27 | 9 | null | 2021-01-20T22:39:51 | 2011-06-30T14:04:39 | C++ | UTF-8 | Java | false | false | 8,142 | java | package de.fraunhofer.itwm.hexabus;
import java.io.IOException;
import java.sql.Timestamp;
import java.util.Calendar;
public class HexabusEndpoint {
private HexabusDevice device;
private int eid;
private Hexabus.DataType dataType;
private String description;
public HexabusEndpoint(HexabusDevice device, int eid... | [
"simon@simon-birnbach.de"
] | simon@simon-birnbach.de |
90dd050f5ca0fc68531cf3dfb47601a669bd7efb | d99c3111584c897265330d97f7fe14fa6e4dc118 | /app/src/main/java/com/tv/supersoccer/theop/MainFragment.java | c743bad5ed8efe1f123190a454001e004918d137 | [] | no_license | hendradedis/THEOplayer-example | 975a018287b7e52fdc7ca793bed4b7a1a8649e31 | f3fb1cbdab0842fff4f604e1218c3444112780e0 | refs/heads/master | 2020-03-23T01:58:45.407262 | 2018-07-14T13:47:49 | 2018-07-14T13:47:49 | 140,944,995 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,191 | java | /*
* Copyright (C) 2017 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 applicable ... | [
"hendradedisupriadi@gmail.com"
] | hendradedisupriadi@gmail.com |
bfce417130b20576db61016190b3521bfa9fa38b | 0a9c8d0adbb8048433da7670ea83b51fcaceba31 | /app/src/main/java/com/idx/launcher/figure/data/Person.java | 05c2f717ee15669ac68d3f912a7f7b0299dc9adb | [] | no_license | sqHayden/Launcher | 9d89bfe9fd7dfd1a3713b5beb4c0fbf82fcafb4a | 11f9bb5e79525de6f58f4b2849a50ac346c9aa45 | refs/heads/master | 2020-03-21T14:47:48.944823 | 2018-06-25T02:09:22 | 2018-06-25T02:09:22 | 138,676,131 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 188 | java | package com.idx.launcher.figure.data;
/**
* Created by darkmi on 4/26/18.
*/
public class Person {
private String name;
public String getName() {
return name;
}
}
| [
"ryan.fp.chan@mail.foxconn.com"
] | ryan.fp.chan@mail.foxconn.com |
227c4db8ab152b4bd4605be13074a560cb74323b | 436058ef4e3139ea4d5974128af7a54084defac2 | /src/other/LunarLanding.java | f19027b80d1e117b900952a187e2bf9329039d3c | [] | no_license | softposlive/softposcontrol | a2ee4d96406d7b5be9f62941e93ebbdb96dfe6c8 | 5bcd713ddf3c287edcf87cd74937a06c70c85b21 | refs/heads/master | 2018-12-28T07:29:32.893639 | 2014-09-18T09:00:03 | 2014-09-19T02:01:03 | 23,983,095 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,494 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package other;
import java.util.*;
public class LunarLanding {
public long getElapsedSeconds(GregorianCalendar gc1, GregorianCalendar gc2) {
Date d1 = gc1.getTime();
Date d2 = gc2.getTime();
long l... | [
"dev@softpos.co.th"
] | dev@softpos.co.th |
53291ddeab33bfdc11bcddf9c8d2e905f1909007 | 3de9f16fe9a1c7f5aa92cda83d8ca59256d56955 | /src/my/shop/member/MemberManager.java | 4265422db95b094ea58eaa1f44aec5b5c2db93d0 | [] | no_license | ryuat/Basic-WEB-Proejct | a9cda2fea09fca6ddc94d27c6e42df9fc1e0ace8 | 0bf0d9d4a2fb0e1e6a8bba25f1b407ecf9867cfa | refs/heads/master | 2020-03-28T01:17:07.149354 | 2018-09-11T10:50:19 | 2018-09-11T10:50:19 | 147,493,069 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,841 | java | package my.shop.member;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.util.ArrayList;
import javax.naming.Context;
import javax.naming.InitialContext;
import javax.sql.DataSource;
public class MemberManager {
private Connection conn;
private PreparedStatement... | [
"jungohryu@gmail.com"
] | jungohryu@gmail.com |
2049eef31ce9a549085f03669d4f1582fc910d27 | 26e611565ce0e9eed154caaf6548a281a829d356 | /onvif-ws-client/src/main/java/org/onvif/ver10/advancedsecurity/wsdl/TLSServerCapabilities.java | 3baeb507381579e90f0438d7f3fde46b069ab9b3 | [
"Apache-2.0"
] | permissive | doniexun/onvif-1 | ecb366070dca73781c7baf3b9bcff94dd68001f5 | ff9839c099e5f81d877a1753598a508c5c0bfc6b | refs/heads/master | 2020-05-27T09:14:42.784064 | 2017-12-20T18:15:59 | 2017-12-20T18:15:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,978 | java |
package org.onvif.ver10.advancedsecurity.wsdl;
import java.math.BigInteger;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAnyAttrib... | [
"f.pompermaier@gmail.com"
] | f.pompermaier@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.