blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 332 | content_id stringlengths 40 40 | detected_licenses listlengths 0 50 | license_type stringclasses 2
values | repo_name stringlengths 7 115 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 557
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 5.85k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 82
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 7 5.41M | extension stringclasses 11
values | content stringlengths 7 5.41M | authors listlengths 1 1 | author stringlengths 0 161 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9d02052724b28c0150d26f4cc1e2b04734500be4 | f482c5289a57c71b395c8812ca5c8e901b03082d | /Java RPG Project Test/src/com/zaddy/core/Background.java | 7de0686c825cc62de8dd4f8fd0e5ca1482d5af50 | [] | no_license | zaddypoo/Java-RPG-Game-Project | 0dc8d7ae7bd18422e791b72fe968c173ac232255 | f354602483f7813f185fff0d80aa7121ed9fa5b9 | refs/heads/master | 2021-01-01T03:31:15.827991 | 2016-04-14T12:05:48 | 2016-04-14T12:05:48 | 56,126,300 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 301 | java | package com.zaddy.core;
import java.awt.Graphics;
import java.awt.Rectangle;
public class Background extends Rectangle
{
public int[] id = { -1, -1 };
public Background(Rectangle rect, int id[])
{
setBounds(rect);
this.id = id;
}
public void render(Graphics g)
{
}
}
| [
"krazykris47421@gmail.com"
] | krazykris47421@gmail.com |
9a7f868ea662cae60379a677f6e306d5c1a1bd13 | 821082830de806c574bda36f83f0693713885eef | /src/com/edaixi/util/Base64Util.java | 860126a358d11d85c5e1a41d5b32c42331bbbf57 | [] | no_license | caocf/HpuWashing | a062cf4019cb4c3d8de37a8a8433aa922b8e7ec2 | 4523f2dcd1f846f3e804819702d8e2e961cdaed5 | refs/heads/master | 2021-01-21T20:22:36.845197 | 2015-09-24T09:51:56 | 2015-09-24T09:51:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,090 | java | package com.edaixi.util;
import java.io.UnsupportedEncodingException;
public class Base64Util {
private static char[] base64EncodeChars = new char[] { 'A', 'B', 'C', 'D',
'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q',
'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', 'a', 'b', 'c', 'd',
'e', 'f... | [
"weichunsheng3611@gmail.com"
] | weichunsheng3611@gmail.com |
2b308a9fe56a17116316edc456a811f9fea508ab | 80b76e23d429acf8d2e17698f1e191ed2d355069 | /app/src/main/java/com/fuicuiedu/idedemo/easyshop_demo/components/AvatarLoadOptions.java | 44b44b7526e624650937731cd4e927307d71d257 | [] | no_license | junguang00/- | f48a3b2e914a95b4230e7d30985f22d909bf8419 | 72d674d55b1352ae3701adb6195e63a33097b4ff | refs/heads/master | 2020-06-18T12:30:37.789974 | 2016-11-28T03:17:13 | 2016-11-28T03:17:13 | 75,138,266 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,813 | java | package com.fuicuiedu.idedemo.easyshop_demo.components;
import com.fuicuiedu.idedemo.easyshop_demo.R;
import com.nostra13.universalimageloader.core.DisplayImageOptions;
public class AvatarLoadOptions {
private AvatarLoadOptions() {
}
private static DisplayImageOptions options;
/**
* 用户头像加载选项
... | [
"wxcican@qq.com"
] | wxcican@qq.com |
6e8efe0116867946f2a79b893a06709f90ba11e2 | 3a761065fbec236406c29a6fa88684d58ad7c9ec | /src/main/java/com/lulan/shincolle/client/gui/GuiDesk.java | 5ebca88aa78158ce7129a4cc7af67e43cb8058a6 | [] | no_license | PinkaLulan/ShinColle | f6a84152d5224ac8ef3a055e9a593e9322c751f3 | a576df79ac47afb67ee94c33dc38f3fc923a48e3 | refs/heads/mc-1.12.2 | 2021-01-24T09:09:29.392613 | 2018-09-02T11:29:31 | 2018-09-02T11:31:17 | 24,890,170 | 92 | 78 | null | 2020-05-15T04:37:17 | 2014-10-07T12:56:52 | Java | UTF-8 | Java | false | false | 72,591 | java | package com.lulan.shincolle.client.gui;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.lwjgl.input.Keyboard;
import org.lwjgl.input.Mouse;
import com.lulan.shincolle.capability.CapaTeitoku;
import com.lulan.shincol... | [
"zec_tails@yahoo.com.tw"
] | zec_tails@yahoo.com.tw |
d98bc6e5ae7855d41875932255b4f8481270e461 | 66424ee67ab96a5096dcfe7bb5b4b54f024c3ae8 | /src/BurgerSimulator/ConsoleSimulation.java | 1f7ff36f81d74b8d2602057b03ebdccb0e2ff636 | [] | no_license | MrDevonLee/Burger-Stand-Simulator | bc453ae5e471ad3c01c724563667676979cc0cf0 | 2b6fb73b7dc7260a2f72782918da5aa320d62011 | refs/heads/main | 2023-07-05T03:27:16.815251 | 2021-08-12T19:31:46 | 2021-08-12T19:31:46 | 395,390,416 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,904 | java | package BurgerSimulator;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
import java.util.Scanner;
/**
* This class handles all of the I/O for a simulation run in a console
* environment and sends commands to the Simulation class for processing
*
* @autho... | [
"devonewo@gmail.com"
] | devonewo@gmail.com |
89b0db5da7b629ecda5746d0d5129eb61b4698e2 | 4e395108a51c7dee797219e3f3a65868a1757ff2 | /src/Behavioral_Patterns/Interpreter/exemple/AndExpression.java | 6aa08f11c798d4a8efc49a67fc1418feb9ab752c | [
"MIT"
] | permissive | jacquant/Design-Patterns | 13a5c2c5875fd27a2619e5f0c5e601c91025f65f | 2beeee77669109e4c5b729429dea19abf42535f7 | refs/heads/master | 2020-05-25T16:54:39.361452 | 2019-05-27T14:11:05 | 2019-05-27T14:11:05 | 187,896,912 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 440 | java | package Behavioral_Patterns.Interpreter.exemple;
public class AndExpression implements Expression {
private Expression expr1 = null;
private Expression expr2 = null;
public AndExpression(Expression expr1, Expression expr2) {
this.expr1 = expr1;
this.expr2 = expr2;
}
@Override
... | [
"antoine.jacques@student.unamur.be"
] | antoine.jacques@student.unamur.be |
750c8f780a246c8438c74830d3335ddf86e47509 | 1d2bd82844afdfd0a9386d4d290ca1e87417184f | /CodeJava/src/leetcode/P855_ExamRoom.java | 0b633970445f91b8810a97df882118bf6c88c1a0 | [] | no_license | txqgit/LeetCode | 53801b498595a997b557332e628c8581529f93d7 | c4b755792d2bb98bd38ba5ee1b987f404f1847b2 | refs/heads/master | 2023-02-11T09:28:42.652748 | 2021-01-17T04:04:17 | 2021-01-17T04:04:17 | 272,142,058 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,269 | java | package leetcode;
import java.util.TreeSet;
class ExamRoom {
int N;
TreeSet<Integer> students;
public ExamRoom(int N) {
this.N = N;
this.students = new TreeSet<>();
}
public int seat() {
int student = 0;
if (students.size()>0) {
int dist = students.f... | [
"371867040@qq.com"
] | 371867040@qq.com |
f186ccd0ff287d37315e0c1c844d731dac89977e | 1f6ae914b985d7f9fc0b8419d7ed6ed0b068f08a | /java/Activity3_1.java | bf6e96aca915a5c242d23b70afa8158f92bd0de1 | [] | no_license | Sangeethasm93/sdet | 9f297c5757cab98d93352240b9d966ed5feccd8e | e4f5aef20cd2f2594916ea8d0c48b3fe6ea47f40 | refs/heads/main | 2023-03-19T06:02:39.685847 | 2021-03-10T04:25:32 | 2021-03-10T04:25:32 | 333,320,446 | 0 | 0 | null | 2021-01-27T06:02:56 | 2021-01-27T06:02:55 | null | UTF-8 | Java | false | false | 871 | java | package Session3;
import java.util.ArrayList;
public class Activity3_1 {
public static void main(String[] args) {
// declaring Array List of String objects
ArrayList<String> myList = new ArrayList<String>();
// Adding objects to Array List at default index
myList.add("Apple");
myList.add("Mango")... | [
"noreply@github.com"
] | noreply@github.com |
7098a9eb3a5559a136385b37ab1a447830f79fb7 | 588394d5a6e03ca46d2e2fea63c35a1da7dc1f50 | /junit-calc-maven/src/test/java/com/hdp/dev/TestApp.java | 5acaf48ca5806276865db31cc65022ffa4fd4873 | [] | no_license | sandeep344078/Junit-sample-project | 1629b9c5894789da88ac880216cb9ea79a654ce7 | a81962a48407869a1e3558ac3b6d3c716c48d65c | refs/heads/master | 2020-03-21T20:36:00.838451 | 2018-06-29T10:10:12 | 2018-06-29T10:10:12 | 139,017,082 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 313 | java | package com.hdp.dev;
import org.junit.Assert;
import org.junit.Test;
public class TestApp {
@Test
public void testPrintHelloWorld() {
Assert.assertEquals(App.getHelloWorld(), "Hello World");
}
@Test
public void testPrintHelloWorld2() {
Assert.assertEquals(App.getHelloWorld2(), "Hello World 2");
}
}
| [
"sandeep.katika@wipro.com"
] | sandeep.katika@wipro.com |
f64be068bbe15a5a9e95c4e227d466baf4d24115 | 9c161e5a1154f89f2851c1db37d7b2cfeb440ca5 | /DsAlgoInJava/src/main/java/ds/chapter06trees/binarysearchtrees/problems/Problem054.java | fe706ddf75bdaf6cd9477989432706d7003cdd02 | [] | no_license | nehapsb/Practise | 31bb4fdac518b709e543aac67f369d70dddf6a2b | a818a3e4e033c1c780f050aa6c4ccf9094f12c66 | refs/heads/master | 2022-12-23T02:15:42.112920 | 2022-12-16T07:37:09 | 2022-12-16T07:37:09 | 144,556,883 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,142 | java | package ds.chapter06trees.binarysearchtrees.problems;
import ds.chapter06trees.binarysearchtrees.implementation.BinarySearchTreeNode;
public class Problem054 {
public BinarySearchTreeNode findLCA(BinarySearchTreeNode root, BinarySearchTreeNode a, BinarySearchTreeNode b){
if(root == null){
return ro... | [
"junas01@ca.com"
] | junas01@ca.com |
57bd5bf922dc8406a201470445c3bfdf631e22cc | 944f0f42b05b149fba0d98f565cb5874a268586a | /src/test/java/ua/yet/adv/java/generics/TestBoundedWildcards.java | 79c4fb4dd2fff20efe76f80b5cac0b634ddeb0e2 | [
"MIT"
] | permissive | MikeLaptev/advanced_java_generics | 906812ae14e1e230b5dce6f44d7f5f0eba0c78b7 | 123b89a8fe06c218df021f173263d089274dd2c5 | refs/heads/master | 2020-05-29T11:00:15.658069 | 2016-06-13T22:55:34 | 2016-06-13T22:55:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,370 | java | package ua.yet.adv.java.generics;
import static org.junit.Assert.*;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Collection;
import org.junit.Before;
import org.junit.Test;
import ua.yet.adv.java.generics.domain.Camera;
import ua.yet.adv.java.generics.domain.Container;
import ua.yet.adv... | [
"yuriytkach@gmail.com"
] | yuriytkach@gmail.com |
60bea7a799013d9e0346581f4bfde1cae2ce01ea | acac3256b5609c35edc6e7e28e103a81f19837c9 | /auditservice/src/main/java/com/infy/auditservice/configuration/SwaggerConfiguration.java | 1040d6ddd357bc248bb1f2559a3c71b9866a69b9 | [] | no_license | srujan587/MicroservicesApp | 7fa4e3b3c345c5fd67f657919b1431bbab8318b9 | d561e9e26781ea49c464cceda466910ff1928043 | refs/heads/master | 2022-07-05T17:45:42.438654 | 2020-05-21T11:51:35 | 2020-05-21T11:51:35 | 257,184,978 | 0 | 0 | null | 2022-06-25T07:30:21 | 2020-04-20T05:54:23 | Java | UTF-8 | Java | false | false | 1,337 | java | package com.infy.auditservice.configuration;
import org.springframework.boot.actuate.trace.http.HttpTraceRepository;
import org.springframework.boot.actuate.trace.http.InMemoryHttpTraceRepository;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import s... | [
"rsrujankumar2011@gmail.com"
] | rsrujankumar2011@gmail.com |
6e4996efef31c0bc94cf953981e3dfbeca52a2f1 | c03cbfb27774195847ce2335cf0734711a63ebb7 | /kvdb/src/test/java/com/kvdb/KVDBUnitTest.java | 4a9a54c2c3879a1699fb1960d13282cc4a28f39b | [] | no_license | brijeshpateln/KVStore | 4e04ab58e59ebe810b166d90bfc9bfb887ee16c1 | 850403f50c5eb0d979cdd9ef0344946eae6d2e25 | refs/heads/master | 2021-01-19T01:25:54.770036 | 2016-07-19T19:04:15 | 2016-07-19T19:04:15 | 63,720,772 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,043 | java | package com.kvdb;
import com.kvdb.DB;
import com.kvdb.KVDBException;
import com.kvdb.connection.DBConnection;
import org.junit.Test;
import org.junit.runner.JUnitCore;
import org.junit.runner.Result;
import org.junit.runner.notification.Failure;
import java.util.ArrayList;
import static org.junit.Assert.*;
/**
* ... | [
"brijeshpateln@gmail.com"
] | brijeshpateln@gmail.com |
73b71e8af8a8f2c7d323c201bde36e62636b2beb | b3a694913d943bdb565fbf828d6ab8a08dd7dd12 | /sources/p213q/p217b/p301c/p302a/p315m0/C3821o0.java | 42513b9ef721640fb0c405c28e6d694d5943eedd | [] | no_license | v1ckxy/radar-covid | feea41283bde8a0b37fbc9132c9fa5df40d76cc4 | 8acb96f8ccd979f03db3c6dbfdf162d66ad6ac5a | refs/heads/master | 2022-12-06T11:29:19.567919 | 2020-08-29T08:00:19 | 2020-08-29T08:00:19 | 294,198,796 | 1 | 0 | null | 2020-09-09T18:39:43 | 2020-09-09T18:39:43 | null | UTF-8 | Java | false | false | 301 | java | package p213q.p217b.p301c.p302a.p315m0;
/* renamed from: q.b.c.a.m0.o0 */
public final class C3821o0 extends C3814l {
public C3821o0(byte[] bArr) {
super(bArr);
}
/* renamed from: a */
public C3810j mo10043a(byte[] bArr, int i) {
return new C3819n0(bArr, i);
}
}
| [
"josemmoya@outlook.com"
] | josemmoya@outlook.com |
01f17fc57584242c8ff86bdb4b06fa0f1dc3c9e8 | 4d6f449339b36b8d4c25d8772212bf6cd339f087 | /netreflected/src/Framework/System.ServiceModel,Version=4.0.0.0,Culture=neutral,PublicKeyToken=b77a5c561934e089/system/servicemodel/configuration/XmlDictionaryReaderQuotasElement.java | a93d4ac2e722fbc1a6b515b5a54b0f6b9b28eb0a | [
"MIT"
] | permissive | lvyitian/JCOReflector | 299a64550394db3e663567efc6e1996754f6946e | 7e420dca504090b817c2fe208e4649804df1c3e1 | refs/heads/master | 2022-12-07T21:13:06.208025 | 2020-08-28T09:49:29 | 2020-08-28T09:49:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,989 | java | /*
* MIT License
*
* Copyright (c) 2020 MASES s.r.l.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, cop... | [
"mario.mastrodicasa@masesgroup.com"
] | mario.mastrodicasa@masesgroup.com |
1e3dce8fc24c383c197066a2caae4e13a72a242f | 2240a39c09db4a74c1c80c737bc5399bbe10a824 | /app/src/main/java/com/team2052/frckrawler/fragments/event/EventInfoFragment.java | 8b9e13f966e0d47be38f2318495b09e0521e5531 | [
"MIT"
] | permissive | MAKtheUnknown/FRC-Krawler | 96c8bccc2315cc68175ff88d1e90598fb17738a3 | 166052279a206e2a525812c0522d7a1b86f7711e | refs/heads/master | 2020-12-25T20:43:01.165372 | 2016-09-16T01:36:34 | 2016-09-16T01:36:34 | 59,162,880 | 0 | 0 | null | 2016-05-19T01:11:43 | 2016-05-19T01:11:42 | null | UTF-8 | Java | false | false | 4,810 | java | package com.team2052.frckrawler.fragments.event;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.v7.app.AlertDialog;
import android.support.v7.widget.AppCompatEditText;
import android.view.LayoutInflater;
import android.view.Menu;
import android.view.MenuInflater;
import android.view.Menu... | [
"Acorpstein8234@gmail.com"
] | Acorpstein8234@gmail.com |
aee59c84b369052837c8a348681af7d203720df3 | 64ffe1830175e4d7d4612d57e16d06cde298ca86 | /avro-serialization/producer/src/test/java/com/example/producer02/Producer02ApplicationTests.java | 13634c19fbacb7926053b91625eb19c2a620b089 | [] | no_license | vking34/basic-kafka | 79e5b41c5b3a5de95049fd4e4e403285d1972d33 | 6ce3566d2e74de04ae0209d3ae382d5928b87876 | refs/heads/master | 2022-11-30T20:00:42.366093 | 2020-08-20T04:48:10 | 2020-08-20T04:48:10 | 288,418,548 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 227 | java | package com.example.producer02;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class Producer02ApplicationTests {
@Test
void contextLoads() {
}
}
| [
"lzzvkingzzl@gmail.com"
] | lzzvkingzzl@gmail.com |
26ce00e3af4d98d86a4756d8626844ee3210b132 | 18c267316085f9f6df83e13ba50a0455e6386d45 | /_51Park/build/generated/source/buildConfig/androids/debug/cn/com/unispark/BuildConfig.java | cc2ac112c94a775031d3984cb1c6a0e050de2c8d | [] | no_license | Sunnyfor/51Park | e2fae32728bbca2f28c3f10b5d87365368794333 | 8c8a9cb31fcf8e53b06762b62b93006d4abcd533 | refs/heads/master | 2020-09-30T10:17:27.233421 | 2019-12-11T03:07:41 | 2019-12-11T03:07:41 | 227,263,238 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 449 | java | /**
* Automatically generated file. DO NOT MODIFY
*/
package cn.com.unispark;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "cn.com.unispark";
public static final String BUILD_TYPE = "debug";
public static final ... | [
"yongzuo.chen@foxmail.com"
] | yongzuo.chen@foxmail.com |
422cedeb77e195f70dfe27fc45f8fb04507baf80 | 311a0d7e7dcacf2312fc7a01a37dbc62770306e2 | /src/main/java/com/caoc/test/proxy/Hello.java | d0fc6e803170d4f4751176b6321c29efe5d232a7 | [] | no_license | aizen1984/all-test | d7cc93cdf22d756be92c93d7db79ec567469e9ec | 7af729da7f3d4333a47254588aa309a2d1b685c9 | refs/heads/master | 2022-06-28T22:25:08.874297 | 2021-08-30T08:56:59 | 2021-08-30T08:56:59 | 207,789,556 | 1 | 0 | null | 2022-06-17T02:48:56 | 2019-09-11T10:54:35 | Java | UTF-8 | Java | false | false | 116 | java | package com.caoc.test.proxy;
public interface Hello {
void sayHello(String name);
void sayHello2(String name);
}
| [
"n_f.s@163.com"
] | n_f.s@163.com |
bac72a908b0e50608276524e0b62c5cdba346e4c | 76f64ad9882cc74af57047544aa80b1aa9d1e344 | /src/Model/Room.java | 08e9a505453a539a837f6c97c14072dbe8d2e494 | [] | no_license | ywj657947813/Dormitorymanagement | a4226aa3da701e2e03bdd462887eafeb42ab2a33 | f65e4e63afd1e2015869dec119484cd9dff00dbf | refs/heads/master | 2021-06-27T22:00:13.854191 | 2017-09-18T02:39:40 | 2017-09-18T02:54:43 | 103,879,807 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 623 | java | package Model;
public class Room {
String id;
String roomno;
String dormno;
public Room() {
super();
// TODO Auto-generated constructor stub
}
public Room(String id, String roomno, String dormno) {
super();
this.id = id;
this.roomno = roomno;
this.dormno = dormno;
}
public String getRoomno() ... | [
"30714806+ywj657947813@users.noreply.github.com"
] | 30714806+ywj657947813@users.noreply.github.com |
d03a63e47208b9b115c53f833781db3a29574276 | 18fe28e1846feae194ec1de58b75150297c7c46a | /xroad-catalog-lister/src/main/java/fi/vrk/xroad/catalog/lister/ServiceController.java | d692bac5e5031275ee2aaf10572f78b1305dc527 | [
"MIT",
"Apache-2.0"
] | permissive | andresmmujica/xroad-catalog | d24ab5af9fce4f5b2b4754949879eb52bdc6dac6 | 3392d48b7b5f61511c013da74a808c541c89b607 | refs/heads/master | 2023-01-03T01:57:23.728300 | 2020-10-29T11:28:34 | 2020-10-29T11:28:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,511 | java | /**
* The MIT License
* Copyright (c) 2020, Population Register Centre (VRK)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the righ... | [
"bert.viikmae@gofore.com"
] | bert.viikmae@gofore.com |
cbf8337852668d3fcbdf2ef396a86de9b09c9bea | 21187a0f7fa8a45180a0368b6e8ec22bc19e7ed3 | /TareaEstructuradedatos/src/main/java/Unidad4_ejercicio2/NodoHijo.java | b33864451c89697879701db6eaf418da1d4c483f | [] | no_license | Alexis-e/Tarea | 7aba363dff302eaa7f413474b24ae608838c10f6 | 089bcf361cf41bb39a4cfffc4a9c3a4a91d1c919 | refs/heads/main | 2023-05-15T21:43:22.078804 | 2021-06-14T05:52:53 | 2021-06-14T05:52:53 | 376,713,474 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 229 | java | package Unidad4_ejercicio2;
public class NodoHijo {
NodoGeneral direccionHijo;
NodoHijo ant, sig;
public NodoHijo(NodoGeneral HijoApuntar){
direccionHijo = HijoApuntar;
ant = sig = null;
}
}
| [
"noreply@github.com"
] | noreply@github.com |
44c9b01ec9e7e12444c3e7814297c8aadd850838 | 7753166224bbfa9816114e4d7b247d568c3614f0 | /src/com/javarush/test/level15/lesson12/home04/Solution.java | 1f1893207dda996711a0285a4a603605d00396af | [] | no_license | CruelIks/JavaRushHomeWork | dc6af567d5a12df8f7048ea6a6e98938295541bb | 210a86f2b88031791feba175f9baf3b713878486 | refs/heads/master | 2021-01-18T23:20:59.544294 | 2016-09-16T17:53:06 | 2016-09-16T17:53:06 | 51,065,329 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,719 | java | package com.javarush.test.level15.lesson12.home04;
/* Закрепляем Singleton pattern
1. Найти в гугле пример для - Singleton pattern Lazy initialization.
2. По образу и подобию в отдельных файлах создать три синглтон класса Sun, Moon, Earth.
3. Реализовать интерфейс Planet для классов Sun, Moon, Earth.
4. В статическом ... | [
"iks.gog@gmail.com"
] | iks.gog@gmail.com |
585326737a46178e86566f8d7b4b69085e919e9d | 14ba819674e9852b6750fc294c85892fabd2bec4 | /Crux29Dec/src/Lec2/Pattern13.java | 5d726b3af877773a4595920c06e9df313ab94a31 | [] | no_license | rishichaurasia/Java-Programming | f2de81af2da334140f69f4a8ed92033ccbc46139 | 7cc1b3ec18896f602505a79438c825438a8e01e0 | refs/heads/master | 2021-07-19T02:15:47.560672 | 2021-01-13T13:14:52 | 2021-01-13T13:14:52 | 231,965,087 | 2 | 3 | null | 2020-10-15T17:10:56 | 2020-01-05T19:26:00 | Java | UTF-8 | Java | false | false | 423 | java | package Lec2;
import java.util.Scanner;
public class Pattern13 {
public static void main(String[] args) {
// TODO Auto-generated method stub
Scanner scn = new Scanner(System.in);
int n = scn.nextInt();
for (int row = 1, nst = 1; row <= 2 * n - 1; row++) {
for (int cst = 1; cst <= nst; cst++) {
System... | [
"rishi.r.chaurasia@gmail.com"
] | rishi.r.chaurasia@gmail.com |
b3c7b06e1b6340e4e5a43b9841256145bbefa913 | df0879c28ed47d8385e1ff46845cf1cf09169aed | /gradle-runner-agent/src/test/resources/testProjects/MultiProjectC/projectD/src/test/java/test/GradleGreeterDTest.java | 870f7194653c46c87a61b63f658466ad90209970 | [] | no_license | kamaljitsingh76/teamcity-gradle | bc263a3e442bb4dd58e98753c933a1ae034cc565 | 1458ac42b7ab6c8da7087b3fd7acfb2f6222643e | refs/heads/master | 2022-12-05T18:47:51.237490 | 2020-09-03T15:57:31 | 2020-09-03T17:14:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 621 | java | package test;
import my.module.GreeterD;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
public class GradleGreeterDTest {
private static final String HELLO_WORLD = "Hello, World!";
private static final String GRADLE_GUINEA_PIG = "I'm Project_D guinea pig";
@Test
... | [
"Nikita.Skvortsov@jetbrains.com"
] | Nikita.Skvortsov@jetbrains.com |
8e0d161459a5cac726c98ccc55bbd83e3bdfd697 | e70ad89d6330389b6747630000fdaa999e2feded | /src/test/java/utilities/TestBase.java | a461f878f9a1261f53775909d3db94d96c1cc13d | [] | no_license | gokcestrbgz/chicagob11 | 9b62aaddfd50063677c32c5e3413754a47af0583 | 773c877d3f4625d6b5e52d658014987aad57d44f | refs/heads/master | 2023-05-12T13:20:58.937768 | 2019-07-16T23:58:54 | 2019-07-16T23:58:54 | 196,084,142 | 0 | 0 | null | 2023-05-09T18:09:33 | 2019-07-09T21:08:37 | Java | UTF-8 | Java | false | false | 914 | java | package utilities;
import io.github.bonigarcia.wdm.WebDriverManager;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.BeforeMethod;
import org.testng.asserts.SoftAsse... | [
"rgokcekadioglu@gmail.com"
] | rgokcekadioglu@gmail.com |
bcf5231325d3ee08430f54df6bdcad23a664fa46 | a78397c01fc417f37115d38ed014e293026dd853 | /MyProject/app/src/main/java/com/android/pullview/IPullToZoom.java | 8ac5b58c3c760576e751481320879bbc76d332b2 | [] | no_license | KW000/shimaogit | 4ab4db397109510849349311ef6d79908dcf9504 | f91dd7843618930e0de64491296f19086d10aef0 | refs/heads/master | 2020-12-02T21:11:28.972791 | 2017-07-05T03:54:04 | 2017-07-05T03:54:04 | 96,268,935 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,108 | java | package com.android.pullview;
import android.content.res.TypedArray;
import android.view.View;
public interface IPullToZoom<T extends View> {
/**
* Get the Wrapped Zoom View. Anything returned here has already been
* added to the content view.
*
* @return The View which is currently wrapped
... | [
"shimao@tzbao.com"
] | shimao@tzbao.com |
a1f82117bbac9976fd70e25b7e3ddc4fc6943e2b | dec6bd85db1d028edbbd3bd18fe0ca628eda012e | /netbeans-projects/TrabalhoPSII/SisComPizzariaServidor/src/control/funcoes/Dados.java | e2217c37594f2512caf2d5af9809f4126c23c9ca | [] | no_license | MatheusGrenfell/java-projects | 21b961697e2c0c6a79389c96b588e142c3f70634 | 93c7bfa2e4f73a232ffde2d38f30a27f2a816061 | refs/heads/master | 2022-12-29T12:55:00.014296 | 2020-10-16T00:54:30 | 2020-10-16T00:54:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 450 | java | package control.funcoes;
import java.util.HashMap;
public class Dados {
private HashMap<String, String> dados;
public Dados() {
this.dados = new HashMap<>();
}
public void addInfo(String dsChave, String info) {
this.dados.put(dsChave, info);
}
public String getInfo(String d... | [
"caiohobus@gmail.com"
] | caiohobus@gmail.com |
ea755f1eaba6886a13e24705c760022ea123f959 | ffed8f1647e924f4ef55b9eeed1aa00b95733eae | /Pilae_servicio/src/main/java/com/example/multimodule/repository/servicio/ensamblador/entidad/implementacion/EquipoEnsambladorEntidad.java | e89a99699c63b63ef222fb4472c85e9eb61c63f4 | [] | no_license | juancamilosalazar/pilae | e8aba0c788ca0adcb009da09b43c1db8bf1b862f | 7233efdedccbc892eb28cbbcd1efe65c4e224542 | refs/heads/master | 2023-04-19T21:06:21.254775 | 2021-05-05T18:01:25 | 2021-05-05T18:01:25 | 306,167,091 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,247 | java | package com.example.multimodule.repository.servicio.ensamblador.entidad.implementacion;
import java.util.ArrayList;
import java.util.List;
import com.example.multimodule.dominio.EquipoDominio;
import com.example.multimodule.entidad.EquipoEntidad;
import com.example.multimodule.repository.servicio.ensamblador.entidad.... | [
"juan.camilo.salazar.zuluaga@gmail.com"
] | juan.camilo.salazar.zuluaga@gmail.com |
696a13488e60b0ba5196c95bdb8a392029fcde94 | 94228df04c8d71ef72d0278ed049e9eac43566bc | /modules/projectroyalty/projectroyalty-consumer/src/main/java/com/bjike/goddess/projectroyalty/action/projectroyalty/ContractAmountAction.java | 2249e7af5ff4a54c65ac2c9bbce15599ad5fb3bc | [] | no_license | yang65700/goddess-java | b1c99ac4626c29651250969d58d346b7a13eb9ad | 3f982a3688ee7c97d8916d9cb776151b5af8f04f | refs/heads/master | 2021-04-12T11:10:39.345659 | 2017-09-12T02:32:51 | 2017-09-12T02:32:51 | 126,562,737 | 0 | 0 | null | 2018-03-24T03:33:53 | 2018-03-24T03:33:53 | null | UTF-8 | Java | false | false | 4,652 | java | package com.bjike.goddess.projectroyalty.action.projectroyalty;
import com.bjike.goddess.common.api.entity.ADD;
import com.bjike.goddess.common.api.entity.EDIT;
import com.bjike.goddess.common.api.exception.ActException;
import com.bjike.goddess.common.api.exception.SerException;
import com.bjike.goddess.common.api.re... | [
"196329217@qq.com"
] | 196329217@qq.com |
f4ee1473ac04100bfdec6a642b1775f50888a0c4 | 4f4e8b46db3328510c222247cb05a9ef978ce84e | /CodigoFuente/Proyecto/Proyecto-ejb/src/java/cl/uv/proyecto/persistencia/ejb/ComentarioSolicitudFacade.java | 8fe000db2dad532efb124542b8721684f0e8a487 | [] | no_license | yano2h/TESIS | 46c2faad7a79abe37a52fa366a916bd3f3848e41 | 6c3d1f165497ef689c394f63c65b4b3fde8b3e27 | refs/heads/master | 2021-01-19T05:44:10.667446 | 2013-01-29T03:53:38 | 2013-01-29T03:53:38 | 3,670,899 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,338 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package cl.uv.proyecto.persistencia.ejb;
import cl.uv.proyecto.persistencia.entidades.ComentarioSolicitud;
import java.util.List;
import javax.ejb.Stateless;
import javax.persistence.EntityManager;
import javax.persiste... | [
"yano2h@gmail.com"
] | yano2h@gmail.com |
5fe01ef827271ebfcf893d6d9ca40dfd4cbab0c2 | 232fdda858eb32ceb1240999ff14680aec38da79 | /Library/BaiduMap/src/cn/softnado/Gwt/Map/Baidu/Client/Dom/Service/GeolocationResult.java | 571ab37ef8a2708fbce9f269500bcd1bb91ca065 | [] | no_license | besafinado/snmapforbaidu | c28b8b847fd2f9f0604a31f9afa16b1d8748e906 | d367faebea3fa95075f3f150d32611c233964bed | refs/heads/master | 2020-05-30T15:56:40.479211 | 2013-10-12T08:30:59 | 2013-10-12T08:30:59 | 35,956,187 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 438 | java | package cn.softnado.Gwt.Map.Baidu.Client.Dom.Service;
import cn.softnado.Gwt.Map.Baidu.Client.Dom.Base.Point;
import com.google.gwt.core.client.JavaScriptObject;
public class GeolocationResult extends JavaScriptObject {
protected GeolocationResult() {
}
public final native Point getPoint()
/*-{
... | [
"daniel.softnado@gmail.com@2f53b927-c39d-b057-4287-c099bb29d176"
] | daniel.softnado@gmail.com@2f53b927-c39d-b057-4287-c099bb29d176 |
fb9b2385476425d44a4bba3d7563b2acfc69f550 | a885d4206fb60ca7229b3f017220dc8091dd92d2 | /src/main/java/hr/barisic/ivan/fejkbuk/exception/nonexistentresource/NonexistentPersonException.java | 963f79368fa67d15f2206cb700eea152aeda40cf | [] | no_license | IBarisic1/fakebook | 4ee924b01ca4499f73e843124949311b1f0dfab2 | d53031652e11a1d9ca660a2100071c0120e212ae | refs/heads/master | 2022-12-31T05:33:24.920953 | 2020-10-04T16:40:04 | 2020-10-04T16:40:04 | 301,204,125 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 510 | java | package hr.barisic.ivan.fejkbuk.exception.nonexistentresource;
public class NonexistentPersonException extends NonexistentResourceException {
private static final String MESSAGE = "The person doesn't exist!";
public NonexistentPersonException() {
super(MESSAGE);
}
public NonexistentPersonExc... | [
"ivan.barisic@snt.hr"
] | ivan.barisic@snt.hr |
b4c4975d7e81fe80cc3f565cc0fa6ee96274df8c | fe13adac8aabb12171860b4d64f51074cc3f1d75 | /src/main/java/com/gas/web/service/IWorkflowService.java | 651b45bb1cbac52400cd4347b95d44c91f15b960 | [] | no_license | DongyuanPan/GAS-UI | 6c40786d4229c48bda1ff2d57b00a8c3b8670d20 | 7a67af7bd653cbaa399b8f0587af4e748cb79cf9 | refs/heads/master | 2022-07-01T05:50:07.207414 | 2021-03-08T08:43:31 | 2021-03-08T08:43:31 | 221,342,828 | 4 | 8 | null | 2022-06-17T02:39:29 | 2019-11-13T01:02:27 | Java | UTF-8 | Java | false | false | 528 | java | package com.gas.web.service;
import com.gas.web.entity.Student;
import com.gas.web.entity.Workflow;
import java.util.List;
import java.util.Map;
public interface IWorkflowService {
Map<String, Object> workflowFindAll();
Workflow workflowFindById(Integer id);
List<Workflow> workflowFindByInformation(Str... | [
"723211376@qq.com"
] | 723211376@qq.com |
43058fc66e30aef13f00a84e7a80b9477cbd6771 | dea32ceae6ceb694876120a29c85e20b1e72ed7d | /app/src/main/java/arabulkazan/albatros/com/arabulkazan/Fragments/Revenues.java | 8656f97fa57d65c07bc4252b95c07d0fffe7983e | [] | no_license | hacegan/arabulkazan | 0166a0158bcfa3528c254030073e401c3a19db6f | 2854af14bc7d31e4cc0c134fb8076285a1f53b5d | refs/heads/master | 2020-03-11T16:12:24.258140 | 2018-05-07T13:55:02 | 2018-05-07T13:55:02 | 130,109,406 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,041 | java | package arabulkazan.albatros.com.arabulkazan.Fragments;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.TextView;
import android.widget.Toast;
import c... | [
"samet822@hotmail.com"
] | samet822@hotmail.com |
67347a7e743593c6c14916f8655871b5dc8d57b8 | 31b7456e8bc54e58775c26fe3d8c5f323a5b60bf | /MyMusicPlayer/app/src/main/java/com/vic/liteplayer/activity/SongListActivity.java | 835cdbcbe1bf9c965a00f59fe3c36d3df65b05f8 | [] | no_license | Vic7/AndroidFirstLine_ForPractice | 8851105b7c2fc879e593365cce5cd319411a4fe6 | cd2d4058f289730c407818dbbeaf2cceedb2e368 | refs/heads/master | 2021-01-15T12:41:55.224681 | 2016-08-09T03:57:33 | 2016-08-09T03:57:33 | 64,199,253 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,327 | java | package com.vic.liteplayer.activity;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ListView;
import android.widget.SimpleAdapter;
import com.vic.liteplayer.R;
import com.vic.l... | [
"934983126@qq.com"
] | 934983126@qq.com |
b743daf5231a4fdb9f25535eabcf79570ccaa2e7 | 93db052fbe7a040fcea53e912d7fa341ec04b237 | /tree/Count_leaf.java | 12f0a86b0d035d64fa58e576fe95821787b1d600 | [] | no_license | PratyPratyush/Code | d747e4102ff95dffd67cbfd8e3dfc0952e90b527 | 918813e83b3819a29a365726d81b76db77d3f3b6 | refs/heads/master | 2021-01-24T20:12:48.986230 | 2018-05-22T04:00:23 | 2018-05-22T04:00:23 | 123,244,646 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,046 | java | import java.io.*;
import java.util.*;
class Count_leaf
{
static int count =0;
Node head;
class Node
{
int data;
Node left;
Node right;
Node(int info){
data = info;
left = null;
right = null;
}
}
int half_count(Node ptr)
{
if(ptr==null)
return 0;
int left = half_count(ptr.left);
int ri... | [
"pratypratyush.nit@gmail.com"
] | pratypratyush.nit@gmail.com |
df399d762b811ecb8b7cc3d03f3c5516a855e8e6 | cb63f49a34bca7abd52adcc703083ed3f9cd88cf | /LearnDemo/25/WEB端/outHelp/src/com/back/base/pageModel/Position.java | 80cb3dec1465dd32865b8b3543c2d53f673b008b | [] | no_license | CarvenChen/CCAndroid | ebe699b4a619777dc03cd477ef665b763f3e0893 | 1c3b3e78029fb3e87bb51d81c12fac34ce206092 | refs/heads/master | 2023-01-31T05:59:41.571482 | 2020-11-23T07:51:05 | 2020-11-23T07:51:05 | 255,521,952 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,036 | java | package com.back.base.pageModel;
public class Position {
private String id;
private String pid;
private String name;
private String mark;
private String type;
private String grade;
private String isleader;
private String leaderlevel;
private S... | [
"chenhaihua@znlhzl.com"
] | chenhaihua@znlhzl.com |
a89feaf3ecc7f5f2add918376a7d8623b79361b6 | 74c85dd87cd5c6836178f14f6c46773c5df9adc5 | /Bluetooth_Social/src/main/java/edu/minggo/chat/util/MyScrollLayout.java | 80793a3e3c14eba42d6f8251f91b46ca08453a65 | [] | no_license | GillianZhu/bluetooth_social | 75dfc9534d769ee9751bc653509bfcdd666fb2d1 | 3476e43eeb7f324d3aa9d32cc6def093a74bff0c | refs/heads/master | 2020-05-31T13:32:45.586034 | 2019-06-17T16:11:49 | 2019-06-17T16:11:49 | 190,300,071 | 0 | 0 | null | 2019-06-05T00:42:25 | 2019-06-05T00:42:24 | null | UTF-8 | Java | false | false | 7,032 | java | package edu.minggo.chat.util;
import android.content.Context;
import android.util.AttributeSet;
import android.util.Log;
import android.view.MotionEvent;
import android.view.VelocityTracker;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Scroller;
public class MyScrollLayout extends Vi... | [
"843122034@qq.com"
] | 843122034@qq.com |
b2dcf0d9013e25a4e7a947a7c039c2c4b142255a | 068e240bc99c9c6889a0519145852ba2c43dae2f | /app/src/main/java/com/gustavo/example/tvshows/model/Season.java | df302d5a17c9f5ef4dcfc7c9e56a8f650eeda09f | [] | no_license | tavo/tv_shows | 50b6a397e8262236820bbc6319cea10d2c11fcfc | cc5db13a212707f45da370c2a7eaecbf3fcbe9cb | refs/heads/master | 2021-01-17T21:21:46.305460 | 2015-01-16T17:59:02 | 2015-01-16T17:59:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 770 | java | package com.gustavo.example.tvshows.model;
import com.google.gson.annotations.SerializedName;
/**
* Created by gustavo on 13/01/15.
*/
public class Season {
private int id;
@SerializedName("air_date")
private String airDate;
@SerializedName("season_number")
private int seasonNumber;
@Seriali... | [
"tavo.ucv@gmail.com"
] | tavo.ucv@gmail.com |
624837d2939116c9e94a3cb7c45cf5ccbdffa366 | 80a5aa732971ee069236ccb4a312afc9d83d77de | /src/main/java/com/hospital/hospital/repository/CadastroPacienteRepository.java | 1cb193a0ca9af12fbe656bde0c65b7e4541a3c6d | [] | no_license | HenriqueJorge/TABD | b555ea2dfe467c4c8b5b6a6ad21458160902303c | 1ad86dafb0e31953a9c7286b867ab8e5f7e78eea | refs/heads/master | 2021-03-09T19:18:50.696411 | 2020-03-10T18:04:54 | 2020-03-10T18:04:54 | 246,371,948 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 320 | java | package com.hospital.hospital.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.hospital.hospital.entity.CadastroPaciente;
@Repository
public interface CadastroPacienteRepository extends JpaRepository<CadastroPaciente, Integer>{
}
| [
"henrique.jorge6414@gmail.com"
] | henrique.jorge6414@gmail.com |
39a0ad0434c7217a4b7a5d0359e64450b68feb53 | ac7687f3f867e69e4b13423b40dcd2f73b293879 | /Laboratorul 10 - Strategy State/src/ro/ase/csie/cts/dp/strategy/state/StareDeplasareRanitCritic.java | 7dc2a86a3b473b25b7bf520d6c32ff6262dbfddc | [] | no_license | dobramarian/CTS_1088_Laborator | 2904899603c67e5be901a3d30ab96c4f41d521da | f2b6e08d80845bb4e22c7a28e87bfd9f273bfa6b | refs/heads/main | 2023-05-08T05:37:13.146115 | 2021-06-03T10:36:26 | 2021-06-03T10:36:26 | 342,210,528 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 246 | java | package ro.ase.csie.cts.dp.strategy.state;
public class StareDeplasareRanitCritic implements InterfataModDeplasare{
@Override
public void seMisca(SuperErou erou) {
System.out.println(erou.nume + " nu se poate deplasa");
}
}
| [
"dobramarian18@stud.ase.ro"
] | dobramarian18@stud.ase.ro |
01ab18e25e0e7709e8b869769fc805c50ad3832a | 50d11a1ffc5f6b20f6dbca61b6e9e9d63ae7bf40 | /app/src/main/java/com/tru/trudiancloud/main/tenement/fragment/RepairListWaitCommentFragment.java | ec2c50498ab409956f9da9a1367b7e4b9168126c | [
"MIT"
] | permissive | TIHubGitHub/TDEntranceGuard | af9e73b139e55d6570f2540317f5d208f488f3fc | cd1b015a257290507e5f22db3abeff38b4030314 | refs/heads/master | 2023-08-11T21:29:33.758680 | 2021-09-10T08:42:04 | 2021-09-10T08:42:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,799 | java | package com.tru.trudiancloud.main.tenement.fragment;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.os.Bundle;
import androidx.swiperefreshlayout.widget.SwipeRefreshLayout;
import android.text.TextUtils;
import android.view.LayoutInflater;
import android.view.View;
import android.v... | [
""
] | |
fcc2c3dd5acfafc6acbaeec280c680ed42b5ab2c | b5d0eb010e2a04caf91bdc07a7a10f99227481dc | /stone-mmrk-common/src/main/java/com/allen/stone/common/annotation/ThreadSafe.java | a85b8143b633e1e75043046f5ca5c9cb1fd42d44 | [] | no_license | AllenAlan/stone-mmrk | 8134efb747a23f45db5cb4d3e6c69930f730fe36 | 9220236c7760c276396ed2593b1908e80f5824f5 | refs/heads/master | 2021-10-01T17:57:09.047448 | 2018-11-27T23:30:36 | 2018-11-27T23:30:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 430 | java | package com.allen.stone.common.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* 用于标识线程安全
* @author Allen
* @version V1.0.0
* @date 2018/10/22 15:26
*/
@Target(ElementType.TYPE)
@Reten... | [
"15869157637@163.com"
] | 15869157637@163.com |
d3236dd4afcb2733fb5a2faafa6cbfb07e3f6fb7 | 6878b384613588461bfcafbbfdae5485579374fd | /das_api/src/main/java/com/gw/das/business/dao/room/entity/DasChartFlowAttribution.java | 8c20c552a5c2f1e6cf1259d2647f91afe67d3072 | [] | no_license | wuwenxing/das | be8e1a33bad09ac0aa75c6b30a2dfbfb86b7a23e | bc6e32cdd699f869205765df80c3d52e761b9f23 | refs/heads/master | 2021-05-10T15:28:56.606507 | 2018-01-23T05:52:01 | 2018-01-23T05:52:01 | 118,551,407 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,926 | java | package com.gw.das.business.dao.room.entity;
import java.util.Date;
import com.gw.das.business.common.orm.Column;
import com.gw.das.business.common.orm.UnColumn;
import com.gw.das.business.dao.base.BaseModel;
/**
* 归因统计表
*/
public class DasChartFlowAttribution extends BaseModel {
@Column(name = "row... | [
"wuwenxing-nc@qq.com"
] | wuwenxing-nc@qq.com |
a214d66e36269afd2b98bfd8eb45e344c2485632 | 714ce5de122d2e215d5ffa1cf754898ceb791cb0 | /src/main/java/com/core/tools/DateUtil.java | 05751e67a29a009be6e7830f36641c0d0c8b0570 | [] | no_license | swsm/svshGit | 58812acfa598915db9731db58b9e5c1cfb0ae780 | 4ebb9517c0f532d32a586179bf750255716e2ed1 | refs/heads/master | 2020-03-18T16:19:04.574798 | 2018-06-11T15:19:20 | 2018-06-11T15:19:20 | 134,958,955 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,152 | java | package com.core.tools;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.sql.Timestamp;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
public class DateUtil {
/**
* 日志
*/
private static Logger logger = Logger... | [
"776502545@qq.com"
] | 776502545@qq.com |
5afb31204edd408f6dd9b856842546c10da3d3bb | 6fbe8fe0bd05637a71ccaa9d2ef6235f5ecdaf48 | /JavaInputOutput/src/Examples/Example_3.java | aca32ce31f9a52cb69a8f5fd7949eca0bf0098c9 | [] | no_license | Pils48/Java-course | 1808ccca5fc27a90e904e50a5d759cf890ad74a8 | bab1e3e2652f0cc73d2001b3a64bdd48c4e00adc | refs/heads/master | 2020-05-18T14:30:28.431759 | 2019-05-01T20:37:33 | 2019-05-01T20:37:33 | 184,472,860 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 797 | java | package Examples;
import java.io.*;
import java.nio.channels.FileChannel;
public class Example_3 {
public static void copyByChannels (File fileSrc, File fileDst) throws IOException {
try(FileInputStream in = new FileInputStream(fileSrc);
FileOutputStream out = new FileOutputStream(fileDst, false)){
... | [
"ha.rg@yandex.ru"
] | ha.rg@yandex.ru |
a918bef9f6ac3d507fde24c9d37e091d75c935d4 | 0e5695b64ff5c83a022023272c5270f992bc19f6 | /src/main/java/sample/usecase/security/ApiLoginHandler.java | d3e1bddae3c362c4f83e0a3037f00e7031c5d06b | [
"MIT"
] | permissive | lospejos/sample-micronaut-jpa | 4f8818e64066a25c356d6b7f725ab5febe88fe37 | 20fb5a1bfaadfb3568560d006858c32fd918724b | refs/heads/master | 2020-04-29T05:07:52.627395 | 2019-03-15T19:06:09 | 2019-03-15T19:06:09 | 175,871,130 | 0 | 0 | null | 2019-03-15T18:20:16 | 2019-03-15T18:20:16 | null | UTF-8 | Java | false | false | 1,119 | java | package sample.usecase.security;
import javax.inject.Singleton;
import io.micronaut.context.annotation.Replaces;
import io.micronaut.http.*;
import io.micronaut.http.annotation.Produces;
import io.micronaut.security.authentication.*;
import io.micronaut.security.session.*;
import io.micronaut.session.*;
/**
* API c... | [
"junichiro_kazama@xon.jp"
] | junichiro_kazama@xon.jp |
a78d9001944299e47ac3e45e9c5aafefc7746c3e | d1be5caae85e0e2d56452d23050ab52d6e17d340 | /src/main/java/com/study/thread/threadSafeAndUnsafe/TestThreadSafeAndUnsafe.java | 9e60f3573dba549e12b9dc7e6e8a2ce2839824af | [] | no_license | yiding17/study | d7f191957cafcbf5e25da79c3617dd9dd4c873b4 | 5b1f311f73303f53d4156f9482880c4d4ecc37ce | refs/heads/master | 2021-08-19T08:26:57.994663 | 2017-11-25T13:19:33 | 2017-11-25T13:19:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,406 | java | package com.study.thread.threadSafeAndUnsafe;
import java.util.ArrayList;
import java.util.List;
import java.util.Vector;
import java.util.concurrent.CountDownLatch;
public class TestThreadSafeAndUnsafe {
public static void main(String[] args) {
for(int i=0;i<10;i++){
test();
}
}
private static void t... | [
"liuyingan@163.com"
] | liuyingan@163.com |
02ac8652c730f3b04b9f1ac6ee960f7757342dcf | a06d84971f698c940cbe1b0fd4fa36e6b7cf44f5 | /tiantian-manager/tiantian-manager-service/src/main/java/com/tiantian/service/ContentService.java | f7007ac10d63a603c19bb9c6ca975cf70f045ee9 | [] | no_license | HaomiaoDuan/TianTianOnlineShop | 8d6065e8b1e45b3770fc2ffb03360a1a5b90cdf9 | 6a6fbe8e4b799dd44470197f3a3f9dd380b82c11 | refs/heads/master | 2022-12-30T07:50:51.249713 | 2019-07-15T12:17:24 | 2019-07-15T12:17:24 | 194,461,981 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 372 | java | package com.tiantian.service;
import com.tiantian.common.pojo.EasyUIDataGridResult;
import com.tiantian.common.pojo.TiantianResult;
import com.tiantian.pojo.TbContent;
public interface ContentService {
EasyUIDataGridResult getContentListByCatId(Integer page, Integer rows,Long categoryId);
public T... | [
"893713287@qq.com"
] | 893713287@qq.com |
6b2dcefaa1fc4cea23cdff9b8a64326f8afb4e97 | 0d6888a15142eb01d291a1ebafc6d79ce4c4f5b8 | /KKBS_School/src/grp/four/kkbs/HovedMenuGui.java | e616cb9db34fe7c43d559f568345be9972d9353b | [] | no_license | R1-Group-POP/KKBS | 19925fa8bcc3bb1eda7710faa04f5c686892f309 | 2b74ea9b9799e3add610aa8b0da7b2ea53e5ff60 | refs/heads/master | 2016-09-06T19:51:28.288527 | 2013-03-03T22:29:46 | 2013-03-03T22:29:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,096 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package grp.four.kkbs;
import grp.four.bk.BKGUI;
import grp.four.bk.OpretDagsHandler;
import grp.four.klr.KLRGUI;
import grp.four.klr.OpretKorelaererHandler;
import grp.four.ktr.KTRGui;
import grp.four.ktr.OpretKoretojH... | [
"pkkann@gmail.com"
] | pkkann@gmail.com |
9f48631bc81fc7490c46d6916a28ced1cd8b79a2 | 8d7846d59e0e03eb352c91a267d3910ffba495a8 | /app/src/main/java/com/armchina/cph/wrappers/DisplayManager.java | a09f13c892465c6d4dd7b8d386486daeac5ddccd | [] | no_license | zhs1397/Android-Screen-Projector | 2b6d2a701c35037a4674ac49105076f5433d5331 | 259b1cd70ecf97a5be71537c085d740d99ff4936 | refs/heads/master | 2023-08-27T16:38:43.596758 | 2020-07-31T06:43:14 | 2020-07-31T06:43:14 | 305,647,540 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,541 | java | package com.armchina.cph.wrappers;
import android.os.IInterface;
import com.armchina.cph.screenutils.DisplayInfo;
import com.armchina.cph.screenutils.Size;
public final class DisplayManager {
private final IInterface manager;
public DisplayManager(IInterface manager) {
this.manager = manager;
}
... | [
"dennis.zhang@armchina.com"
] | dennis.zhang@armchina.com |
e99d38ff4dbacda42fee7162d3cbf35648e3b41c | 1314268d5ec621f7d11fab7ead97bb88e3d9a35c | /src/sharedFunctions/Logs.java | 764d8923d22cd3b82ae796dfa2520f58887e33b4 | [] | no_license | TimFries/Item_Inventory_Managment | 8199f6e21651b35ab7e959437073b3e7d5300944 | d04e27d7c25194b2d41efc67ff4ddbb54cb89ef2 | refs/heads/master | 2021-08-08T18:58:18.419706 | 2017-11-10T22:31:19 | 2017-11-10T22:31:19 | 110,156,845 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 939 | 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 sharedFunctions;
/**
*
* @author Tim
*/
public class Logs {
public String username;
public Strin... | [
"noreply@github.com"
] | noreply@github.com |
e925f3eb790bf9e039959c8b31f7e2ebf7665780 | 7c9f40c50e5cabcb320195e3116384de139002c6 | /Plugin_Core/src/tinyos/yeti/utility/GenericTemplate.java | 070d4b7077b69eb74c48e48c777cf429da27b88d | [] | no_license | phsommer/yeti | 8e89ad89f1a4053e46693244256d03e71fe830a8 | dec8c79e75b99c2a2a43aa5425f608128b883e39 | refs/heads/master | 2021-01-10T05:33:57.285499 | 2015-05-21T19:41:02 | 2015-05-21T19:41:02 | 36,033,399 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,894 | java | /*
* Yeti 2, NesC development in Eclipse.
* Copyright (C) 2009 ETH Zurich
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any late... | [
"besigg@2a69fd7c-12de-fc47-e5bb-db751a41839b"
] | besigg@2a69fd7c-12de-fc47-e5bb-db751a41839b |
01df8589f03e874598186a7a1626b52c577f3044 | 937b42841bcd43ae6fc5c14f3b375dc31307ad39 | /src/com/winga/xxl/classifier/data/store/DocWordProbMap.java | 63e1bceeff5d6839957301d72c7421175cc0f6a2 | [
"Apache-2.0"
] | permissive | xiaoliable/EssayClassifier | 47e92539fb29f94239be32798c4c0b7df4435ab9 | b42e71a8cb24708a5d150868473f8d0edb64ff49 | refs/heads/master | 2021-01-10T01:18:49.842724 | 2015-12-07T15:21:02 | 2015-12-07T15:21:02 | 46,348,064 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,451 | java | package com.winga.xxl.classifier.data.store;
import java.io.File;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Comparator;
import java.util.Map.Entry;
import com.winga.xxl.classifier.data.ex... | [
"xiaoxiaoliable@gmail.com"
] | xiaoxiaoliable@gmail.com |
47aa619d70bd601615c9b0e4ed01c8b8f002c458 | f0332dd41c7ce6a97ea987f832713a55b90121a5 | /src/main/java/com/hxy/nzxy/stexam/center/region/controller/ExamRoomController.java | 941c2fe8f48e6b4f5f63d828702416c9622442e0 | [] | no_license | tanghui11/workings | ec363b972427b871f42cabdbe5e2fd3ed22ea2f8 | cb7ad7c7c27a1636a6cbfaff3904581f7b1e8ef8 | refs/heads/master | 2022-01-23T09:46:59.060235 | 2019-08-27T08:33:55 | 2019-08-27T08:33:55 | 180,955,439 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,520 | java | package com.hxy.nzxy.stexam.center.region.controller;
import java.util.List;
import java.util.Map;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.ui.Model;
import org.springframework.stereotype.Controller;
import ... | [
"2435029719@qq.com"
] | 2435029719@qq.com |
ad8c3a3c0b264c6e56da5fc77cdacd78651d94a0 | 1eb158d0e1c9062a97e15e0b233278bf158ecd57 | /Sdet/src/test/java/com/crm/vtiger/testcases/TC_01_CreateOrganisationTest.java | acaab40ccf0de6dad1b0327b04a86598e4e6a7cf | [] | no_license | Shubh053/AutomationFrameworkArchitecture | 0b3ecf7bd286a06668f15e2f766e54e07a50696c | 90cbf03929b8c6401cbce13699a6ed129af221fb | refs/heads/master | 2023-07-30T01:40:29.784698 | 2021-09-19T10:06:27 | 2021-09-19T10:06:27 | 408,092,428 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,547 | java | package com.crm.vtiger.testcases;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium.interactions.Actions;
import org.testng.annotations.... | [
"shubhams053@gmail.com"
] | shubhams053@gmail.com |
91168d1dcb41fc28fdda96f683cc3044f0937d2f | 4aa38dc3cdb15257889c939a3ce8eef5c7842026 | /src/Solution/InsertArray.java | e3bb28e0dd8f5df5d1759fe06e3d87f17cdf4dbf | [] | no_license | missxie523/InsertArray | 5ce7bf11ac286388b8a78af92f4b8cf70a3aa6cf | f6b9a20eb0642d783dffbb99b3ad18793e3d97b9 | refs/heads/master | 2020-03-23T02:16:47.854723 | 2018-07-14T17:46:39 | 2018-07-14T17:46:39 | 140,966,212 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,062 | java | package Solution;
import java.util.Arrays;
/* Given an array, and an element to insert, and the position to insert this element.
Return a new array with the element inserted.
*/
public class InsertArray {
public static int[] insert(int[] array, int num, int position){
int[] newArray = new int[array.lengt... | [
"missxie523@gmail.com"
] | missxie523@gmail.com |
b559f815af4d9b5495a4c964907721a6150b431a | 26f117318db6be8a2bd0fef18bc782ef6c57c273 | /2D Arrays/src/Challenges.java | 3553aa07cdc8ecb0b5a0312e124775ca8843e0c9 | [] | no_license | DonovanCo/2D-Arrays | 14980a7444fa05497ff4e72ef15084606996062b | ac0d7beb84758cd2b15b9cb644f07942bdd08224 | refs/heads/master | 2016-09-05T18:20:18.541769 | 2015-05-22T14:05:55 | 2015-05-22T14:05:55 | 36,075,397 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,250 | java | public class Challenges
{
public static void findNine()
{
int counter = 0;
int newArray[][] =
{
{ 2, 4, 6, 8 },
{ 3, 6, 9, 12 },
{ 4, 8, 12, 16 } };
for (int i = 0; i < 3; i++)
{
System.out.println();
for (int x = 0; x < 4; x++)
{
System.out.print(newArray[coun... | [
"cole.donovan@MU-C3-10.mullen.pvt.k12.co.us"
] | cole.donovan@MU-C3-10.mullen.pvt.k12.co.us |
52daa0cc2f7ad13eb7f12d9519e4ef8b5f2d4158 | a6627cc752a55c6f208a6855f656b47e5e8ecbf8 | /src/test/java/FirstTest.java | 6c8479f99f49c1817e5e80d5574f36bdad1d2cb4 | [] | no_license | plijy8/test-course | 111534fe27abc154be7a89c3743782e1a226a709 | 382ffadc1e5da9b1b49a7162267d8da8093dd09f | refs/heads/master | 2021-05-01T06:02:58.928106 | 2018-02-11T15:25:06 | 2018-02-11T15:25:06 | 121,135,265 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,054 | java | package autotest;
import org.junit.BeforeClass;
import org.openqa.selenium.By;
import org.openqa.selenium.Keys;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.testng.Assert;
import org.testng.annotations.AfterClass;
import org.tes... | [
"barmotin@haulmont.com"
] | barmotin@haulmont.com |
45c9fdc609a9ac7e0fd8173661575f70dad84c4a | 34d660b60ce7d4d9a3593e57d20843d3a09075c2 | /src/main/java/geo/db/CoordinatesControllerService.java | 65974e999026f94d7e76a24f60a8bd994ecc23ac | [] | no_license | kola981/NominatimTest | c4de2cb7a77ef2232244065d797ee5ef9a60efd3 | 4639c03ed5200f92efcd21a33caa18478f7802fb | refs/heads/main | 2023-07-14T06:47:39.259931 | 2021-08-31T23:12:35 | 2021-08-31T23:12:35 | 400,578,518 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 852 | java | package geo.db;
import java.util.List;
import java.util.stream.Collectors;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import geo.db.entity.Coordinates;
import geo.web.dto.CoordinatesDto;
@Service
public class CoordinatesControllerService {
private... | [
"baxykkit@outlook.com"
] | baxykkit@outlook.com |
1141d540e9e753772819feb1a3ec68ab6305b99e | 93f3035429165ea7e1854670e4b8fecd9d3a9f01 | /medsys/src/main/java/com/medsys/orders/bd/PurchaseOrderBD.java | 348a2e66208b9394a73284301a1bd598d54d0ce7 | [] | no_license | tisyak/codepensieve | 46e88e64ade9c0917f3af18b8bf1541f985a62aa | 31d96013c6669628c0b05762e142b423b4ab7c39 | refs/heads/master | 2021-01-11T20:51:38.964679 | 2018-03-02T12:02:31 | 2018-03-02T12:02:31 | 79,198,517 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,331 | java | package com.medsys.orders.bd;
import java.util.Date;
import java.util.List;
import com.medsys.common.model.Response;
import com.medsys.orders.model.PurchaseOrder;
import com.medsys.orders.model.PurchaseOrderProductSet;
public interface PurchaseOrderBD {
public Response addPurchaseOrder(PurchaseOrder pur... | [
"tisya.krishnan@gmail.com"
] | tisya.krishnan@gmail.com |
bf43c0ebc03a529b1cd7b0a75cc021f42aed3e6e | d1ca473a2f6e5eea125efdf218c3ad336f0cd338 | /src/oct1621/LinkedHashSetTest.java | 4962bb58c69753aeb6e6678290e67882c3f16d4f | [] | no_license | sumeetyajnik/Java_Core_Phase1 | c9c21084402253eac3808c40a678babde4c45bda | 2a9c68e3a56da8a3b8eacff3e84f3de2d2f6548f | refs/heads/main | 2023-09-05T07:03:27.520411 | 2021-10-24T15:12:23 | 2021-10-24T15:12:23 | 417,088,558 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,100 | java | package oct1621;
import java.util.LinkedHashSet;
import java.util.Scanner;
public class LinkedHashSetTest {
public static void main(String[] args) {
LinkedHashSet l1 = new LinkedHashSet();
l1.add(1);
l1.add(2);
l1.add(5.6f);
l1.add(3.76f);
l1.add('a');
l1.add('b');
l1.add(true);
System.out.println... | [
"sumeet.yajnik@ellucian.com"
] | sumeet.yajnik@ellucian.com |
cb170ffa90ddd92730ce4412b815b0b89eccc847 | 8171a014b6974b5e7addb663c389fa06cbac563f | /src/test/java/mybatis/MybatisTest.java | 8a102dac652233d5597727d5d2b094e3a641dd2b | [] | no_license | bestwishCT/mongodb-web | 4ccd8bb689cc0df1e1124b2ae32594678e576a4f | 35ad8bf76d0932ca3ba1303c86f4e380a98d2a6c | refs/heads/master | 2023-01-12T03:50:46.365553 | 2020-11-17T09:40:30 | 2020-11-17T09:40:30 | 309,590,580 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 107 | java | package mybatis;
public class MybatisTest {
public static void main(String[] args) {
}
}
| [
"1758031883@qq.com"
] | 1758031883@qq.com |
155d3336134578a74acd9f1e27ee4f4e48698b98 | 9c59825811c27cbf6c3dc22bd9c4123d6e3625f4 | /app/src/main/java/com/example/softpool/softpool/CriarBoleiaFragment.java | 8915e97727f18ee569a6e02c8ed8f8823cd84c2c | [
"MIT"
] | permissive | L31T40/SoftPool-Android | b576c6bfb576a5797e9a73217a4f5a51ec734fd6 | 4c166046c5e5b90f2a059c66c743e8973e75392d | refs/heads/master | 2020-03-19T03:43:16.790968 | 2020-02-29T17:32:47 | 2020-02-29T17:32:47 | 135,755,555 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 23,003 | java | package com.example.softpool.softpool;
import android.app.Activity;
import android.app.DatePickerDialog;
import android.app.TimePickerDialog;
import android.content.Context;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.util.Log;
import android.view.LayoutInfl... | [
"jorgeleitao76@gmail.com"
] | jorgeleitao76@gmail.com |
e71b2502a8724487a4dcb62d25e7a0779786684c | 84683bd04fe4a8d6d27732dabbb0df62578a1fe7 | /enum/src/com/enumpkg/Demoswitch.java | e3b11f0388ac11b1163dd3355f7a6feee4013adf | [] | no_license | vivekanandbellale-tudip/aaaaaaaaaaaaaa | f8a2d40759bf258d95b319bd2d381618620013fc | 43134119a8743cc428732e7573b7ee4f5857d0c6 | refs/heads/master | 2021-01-12T09:13:03.474078 | 2016-12-23T03:27:16 | 2016-12-23T03:27:16 | 76,800,418 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 612 | java | package com.enumpkg;
public class Demoswitch {
public static void main(String[] args) {
// TODO Auto-generated method stub
Days d = Days.mo;
switch (d) {
case su:
System.out.println("SUNDAY");
break;
case mo:
System.out.println("MONDAY");
break;
case tu:
System.out.println("TUESDAY");
... | [
"vickybellale@gmail.com"
] | vickybellale@gmail.com |
b65fe9b66b444422e5bb72d5cb479795906ea729 | 430e1fcf16140de1f68d909609df82182a5faf21 | /ch11/tflite/android/app/src/test/java/com/ailabby/hellotflite/ExampleUnitTest.java | d442c264bf59029571e1f6ffc16b21ad29732c65 | [
"MIT"
] | permissive | richardawe/Intelligent-Mobile-Projects-with-TensorFlow | 50029b188c5c4097dd5171967f5fe3b9a70db25b | 79a546b776ece025ee274a6fe2a01225cefdc69b | refs/heads/master | 2023-05-11T06:43:59.882148 | 2023-05-09T00:38:09 | 2023-05-09T00:38:09 | 231,757,448 | 0 | 0 | MIT | 2020-01-04T12:14:22 | 2020-01-04T12:14:21 | null | UTF-8 | Java | false | false | 401 | java | package com.ailabby.hellotflite;
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 voi... | [
"akhiln@packtpub.com"
] | akhiln@packtpub.com |
c49de53443cdb1b13df18131169f9ef3023e14d8 | 32a761f1c418dc6e111fecf0b508bdb6845cda65 | /httplibrary/src/main/java/com/example/httplibrary/callback/BaseObserver.java | 347111ed3a6e76847330c5edfd1c71f272dceb1b | [] | no_license | 546547tete/Day06 | 06148055f7058ea849a756b5f503d42bf0cc697e | 7e059eaa8d2fd8c168e896d19949f75e95a0339e | refs/heads/master | 2022-11-26T17:25:54.721229 | 2020-08-05T12:53:08 | 2020-08-05T12:53:08 | 285,287,306 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,118 | java | package com.example.httplibrary.callback;
import android.text.TextUtils;
import com.example.httplibrary.HttpGlobalConfig;
import com.example.httplibrary.disposable.RequestManagerIml;
import com.example.httplibrary.exception.ApiException;
import com.example.httplibrary.exception.ExceptionEngine;
import com.example.ht... | [
"2506969944@qq.com"
] | 2506969944@qq.com |
428f8610af76df602d217cd4f94133ea9adcadb4 | f99c839924f6c17347c7dc6816792ff204daa703 | /hibernate-tutorial/src/com/luv2code/hibernate/demo/CreateStudentDemo.java | 3781ad833961867c7206785df4bc425767f06057 | [] | no_license | JagadishNandeesh/springAndHibernate | 240ce1249ff058803d6fc6f96f8d65356c546167 | a3b1bb2087c10264627dc9c26577865018b91aa2 | refs/heads/master | 2020-12-29T09:54:35.134503 | 2020-03-16T23:52:25 | 2020-03-16T23:52:25 | 238,563,473 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,030 | 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.Student;
public class CreateStudentDemo {
public static void main(String[] args) {
SessionFactory factory = new Configuratio... | [
"jagadishthunders@gmail.com"
] | jagadishthunders@gmail.com |
74fe1e8c3787e2d50b6a69f9d13d9ed4ba7707e6 | d704ec43f7a5a296b91f5de0023def92f013dcda | /core/src/main/java/org/elasticsearch/http/netty/NettyHttpServerTransport.java | fe8d6eaad1c35ecaedc05716a7ddc5ff5f30802c | [
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | diegopacheco/elassandra | e4ede3085416750d4a71bcdf1ae7b77786b6cc36 | d7f85d1768d5ca8e7928d640609dd5a777b2523c | refs/heads/master | 2021-01-12T08:24:05.935475 | 2016-12-15T06:53:09 | 2016-12-15T06:53:09 | 76,563,249 | 0 | 1 | Apache-2.0 | 2023-03-20T11:53:08 | 2016-12-15T13:46:19 | Java | UTF-8 | Java | false | false | 26,489 | java | /*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this fi... | [
"vroyer@vroyer.org"
] | vroyer@vroyer.org |
114e3f36c750fbe7b731d5e7b91feeb26cc6b21b | 4b1b9cccae125bf8565bd1c7524a790da534247b | /src/main/java/io/swagger/model/DTO/ExceptionDTO.java | 540bc5b0e63aa3748259ff92b425e4163b3b1576 | [] | no_license | salahb10/ProjectCodegen | 11a87a645ef869bf521b5021d9e2a1a96a1f911d | 368f77105f886f6833b2a6ca7e46338e3d3b932b | refs/heads/main | 2023-06-08T01:46:59.607529 | 2021-06-27T21:45:35 | 2021-06-27T21:45:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 318 | java | package io.swagger.model.DTO;
public class ExceptionDTO {
private String message;
public ExceptionDTO(String message) {
this.message = message;
}
public String getMessage() {
return message;
}
public void setMessage(String message) {
this.message = message;
}
}
| [
"chungheyg@gmail.com"
] | chungheyg@gmail.com |
41df1637da10627f52a423f3f4801e9bc0c820da | 4a5b8d37d70aff90d9c3e4d6d53239c12726f88e | /lib-okhttp/src/main/java/cn/ollyice/library/okhttp/MultipartBody.java | d2d5ff3a7928f49862cddfe50be05253749da148 | [] | no_license | paqxyz/AndGameDemo | 29dfad61e371cf6db833107d903acffb8502e647 | 53271818ffff94564ec4e3337ebf4af13956d5de | refs/heads/master | 2020-03-21T04:29:11.037764 | 2018-06-20T06:06:50 | 2018-06-20T06:06:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,047 | java | /*
* Copyright (C) 2014 Square, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | [
"289776839@qq.com"
] | 289776839@qq.com |
6ea3aea4e2d744e1e9e2e45279b2554242345dd1 | 465e2baf3d80f488a978cb935ac61713e2cb9475 | /src/main/java/io/suriya/ProductController.java | 8aba7a6b68b1ca000c000c3f8f138da8cbbc1512 | [] | no_license | kartsuri89/springboot-interceptor | f14c01c48d4138100e6312f6a0a410890db6c53b | 34043602e0ecdafeb7ad02fb4779f909b1095e3b | refs/heads/master | 2023-07-27T20:38:35.767867 | 2021-09-05T20:20:44 | 2021-09-05T20:20:44 | 403,403,161 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 354 | java | package io.suriya;
import java.util.Arrays;
import java.util.List;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class ProductController {
@GetMapping("/cars")
public List<String> getCarNames(){
return Arrays.asLi... | [
"kartsuri89@gmail.com"
] | kartsuri89@gmail.com |
b7a0ec501163801a3b9961beec44fb7b2d3b66df | b6a32e5c8b8c2b83b3a7d4dbff2fed58da72a94d | /practice-netty/src/main/java/com/zbt/netty/protocol/discard/TimeServer.java | dac240fd76de9b2b5067c49876605ee5e977f87b | [] | no_license | zhangbaitong/practice | aec0e35cad8e7af7606a95fb23a2a33fc3ea0ccd | 85b033b2197c0786ec3873cde645684d71a4d5ed | refs/heads/master | 2022-12-23T11:50:03.324454 | 2017-01-07T07:58:26 | 2017-01-07T07:58:26 | 14,135,404 | 2 | 1 | null | 2022-12-16T03:39:40 | 2013-11-05T07:56:39 | JavaScript | UTF-8 | Java | false | false | 1,539 | java | package com.zbt.netty.protocol.discard;
import java.net.InetSocketAddress;
import java.util.concurrent.Executors;
import org.jboss.netty.bootstrap.ServerBootstrap;
import org.jboss.netty.channel.Channel;
import org.jboss.netty.channel.ChannelFactory;
import org.jboss.netty.channel.group.ChannelGroup;
import org.jboss... | [
"zhangbaitong@gmail.com"
] | zhangbaitong@gmail.com |
f03faa39b8d76a390313d4a012b5b5b49129eadc | 68a19507f18acff18aa4fa67d6611f5b8ac8913c | /lxs/lxs-api/src/main/java/lxs/api/action/order/line/PayBargainMoneyAction.java | 3559b40debcf5aa2d609bc9ee8d4d49a0150e804 | [] | no_license | ksksks2222/pl-workspace | cf0d0be2dfeaa62c0d4d5437f85401f60be0eadd | 6146e3e3c2384c91cac459d25b27ffeb4f970dcd | refs/heads/master | 2021-09-13T08:59:17.177105 | 2018-04-27T09:46:42 | 2018-04-27T09:46:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,235 | java | package lxs.api.action.order.line;
import hg.log.util.HgLogger;
import lxs.api.action.LxsAction;
import lxs.api.base.ApiRequest;
import lxs.api.base.ApiResponse;
import lxs.api.v1.request.command.order.line.PayBargainMoneyCommand;
import lxs.api.v1.response.order.line.PayBargainMoneyResponse;
import lxs.app.se... | [
"cangsong6908@gmail.com"
] | cangsong6908@gmail.com |
cbbc068c6e88f132d6e3c6636d63ef83c4862fc6 | 4402f9b2d6f89e39ebea103895837aac128d0081 | /app/src/main/java/io/github/buniaowanfeng/view/INotification.java | 0e9c38edb0ba8138dfa56c3c0978f234d7eecbae | [
"Apache-2.0"
] | permissive | erzhiqianyi/yitian | 0ccc0490863adb5b233ff3418249d1cf3d790aee | dcbb405ea28c3e05ea0e18897533060a1951c137 | refs/heads/master | 2022-07-19T06:43:15.091199 | 2019-03-02T04:04:51 | 2019-03-02T04:04:51 | 173,125,949 | 2 | 0 | Apache-2.0 | 2022-07-01T22:16:30 | 2019-02-28T14:23:44 | Python | UTF-8 | Java | false | false | 214 | java | package io.github.buniaowanfeng.view;
import io.github.buniaowanfeng.data.DailyInfo;
/**
* Created by caofeng on 16-7-15.
*/
public interface INotification {
void updateNotification(DailyInfo dailyInfo);
}
| [
"github@caofeng.me"
] | github@caofeng.me |
05e7913fc781340e64561756b95e35ab985e60ea | 58326bd900bad94a8d9c1368a2f69e300ff5db5b | /api/api/src/main/java/com/orbix/api/models/SubClass.java | fb7b33c3bb92c018519af953b6388cd46b1abaf7 | [] | no_license | godfreydesidery/Orbix-Master | 7cce868df64c78c41e945241287b2b60c56ba59e | a4a8d8359af9b00e8286a46d7ef5a49296a58b70 | refs/heads/master | 2023-08-28T11:43:55.364166 | 2021-11-06T12:38:58 | 2021-11-06T12:38:58 | 388,428,877 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,177 | java | package com.orbix.api.models;
import javax.persistence.Column;
import javax.persistence.Embedded;
import javax.persistence.Entity;
import javax.persistence.EntityListeners;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;... | [
"desideryg@gmail.com"
] | desideryg@gmail.com |
02e95d3f402652e26ddf3043e8c25168dd76d11b | 91055c6cbe2b4b38e6a8ded88a28788fad800b52 | /src/CH5/ArraysMethodDemo2.java | 74c6d6be0b820deaaee4d18768fd38d1e0e4aec7 | [] | no_license | guanchenchen/JavaSe | 17497319176df72a0b6c0b6efd598d564bb44c72 | e1b8ef422e9763826aa9c83bc4fd0fcd65a221c0 | refs/heads/master | 2020-07-09T07:31:34.511975 | 2019-08-23T04:41:28 | 2019-08-23T04:41:28 | 203,916,141 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 475 | java | package CH5;
import java.util.Arrays;
public class ArraysMethodDemo2 {
public static void main(String[] args) {
int[] arr1 = new int[10];
int[] arr2 = new int[10];
int[] arr3 = new int[10];
System.out.print("arr1: ");
for (int i = 0; i < arr1.length; i++) {
System.out.print(arr1[i] + " ");
... | [
"37575346+guanchenchen@users.noreply.github.com"
] | 37575346+guanchenchen@users.noreply.github.com |
1754c17c2d851f805a83bc4abcea76f21852c899 | f86e34fe5640c0070dc1f52d6f0c472a6e0d55af | /2.JavaCore/src/com/javarush/task/task20/task2023/Solution.java | c6ac69b419450ff64052adfc49c138f1e0fbc785 | [] | no_license | Darkger/JavaRushTasks | 24beda54dc492423fdce2ce0233c5760653c0476 | 333d2e9d2b89839e299d02084d1f2502819eac7f | refs/heads/master | 2021-05-08T18:59:41.507621 | 2018-01-30T14:11:02 | 2018-01-30T14:11:02 | 119,538,997 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 990 | java | package com.javarush.task.task20.task2023;
/*
Делаем правильный вывод
*/
public class Solution {
public static void main(String[] s) {
A a = new C();
a.method2();
}
public static class A {
private void method1() {
System.out.println("A class, method1");
}
... | [
"borninger@yandex.ru"
] | borninger@yandex.ru |
c52e23fd4617a8b5ae69de206e718ad1fe814b9f | 63d568dd1e5fd1552390c155e1fc99aa4344c597 | /TestApplication/src/main/java/com/mycompany/testapplication/entity/service/LoginService.java | 59ffa0ff2f2766c2d9b48deb6f57772ef7b7d277 | [] | no_license | InnokentiyA/MyWebApplication | e254af908c0fe221a6dd1058f672851e38ee265f | 72c09e92514e751d436294ba194cd7b90062d7ff | refs/heads/master | 2021-08-29T19:43:34.373455 | 2017-12-14T20:15:28 | 2017-12-14T20:15:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 746 | 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.mycompany.testapplication.entity.service;
import com.mycompany.testapplication.entity.User;
import com.mycompany.testappli... | [
"innatihun2265@gmail.com"
] | innatihun2265@gmail.com |
2c6e9fb6999ef505e8e4e1b38a9d8700bb9a86b4 | 4c9d447c51b89912c6484569120c4eac79a79413 | /src/main/java/agent/transformer/config/ClassDef.java | cf124b8589cfd3f6729d8c64ab6e05f138f45b6c | [] | no_license | pamtrak06/class-agent | 53e2cb21f1a8622efd6dcabb45c31f1cf00a63b3 | e35127fd02a614425cba2530252bccf6bf17c4a9 | refs/heads/master | 2020-06-06T16:12:37.546764 | 2014-12-14T17:52:28 | 2014-12-14T17:52:28 | 20,355,547 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,348 | java | package agent.transformer.config;
import java.util.ArrayList;
import java.util.List;
public class ClassDef {
private String classForName;
private boolean defaultConstructor;
private List<MethodDef> methodDefs = new ArrayList<MethodDef>();
private List<FieldDef> fieldDefs... | [
"pamtrak06@gmail.com"
] | pamtrak06@gmail.com |
a0d82312f0d74ab7509a51966320a8d2d02f9ada | 575c9f31731b0ab140fba5078fa978ecc5743302 | /src/main/java/org/lisapark/octopusweb/MRUI.java | 3ed7ee35ea8431ee6903ce9c34bda3ba5b575155 | [] | no_license | alexmy21/OctopusWebVaadin_2014 | 694d2a125ef629338241c567de12de680a84a79a | 8a05291c1d19c657fc986d760901e7bc726316fd | refs/heads/master | 2021-01-23T12:10:39.999331 | 2014-07-19T22:51:30 | 2014-07-19T22:51:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,710 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.lisapark.octopusweb;
import com.vaadin.server.VaadinRequest;
import com.vaadin.server.VaadinSession;
import com.vaadin.ui.HorizontalLayout;
import com.vaadin.ui.HorizontalSplitPanel;
import com.vaadin.ui.UI;... | [
"alexmy@e949ee57-6d0f-44c4-9115-0daea41eab00"
] | alexmy@e949ee57-6d0f-44c4-9115-0daea41eab00 |
3025c34198928a817a6ac0d95f14ebaeca9b2220 | 7eb13d669cdeb914642a64e747ec6ef1484a64a1 | /engine/src/es/eucm/eadandroid/ecore/control/functionaldata/functionalhighlights/FunctionalHighlightRed.java | a7cf3edf63f106aba66853a302ef397028b7dc62 | [] | no_license | e-ucm/eadventure-legacy-android | 7efe68326dc272cee467b597b66153adf17bcd11 | 905a4f45e83f59e199645c086a9708cd9a82410b | refs/heads/master | 2016-09-02T00:51:45.594583 | 2014-01-30T14:48:09 | 2014-01-30T14:48:09 | 14,957,009 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,142 | java | /*******************************************************************************
* <e-Adventure> Mobile for Android(TM) is a port of the <e-Adventure> research project to the Android(TM) platform.
*
* Copyright 2009-2012 <e-UCM> research group.
*
* <e-UCM> is a research group of ... | [
"jtorrente@e-ucm.es"
] | jtorrente@e-ucm.es |
5467a40d3963e49a13a11e0bd3c4fd52f4940445 | 05381b7f3f73bf2584a496c36b4156b032683792 | /src/main/java/com/project/university/Application.java | 232ecda81713b293cfdf801913e2402731bfe679 | [] | no_license | CristianOcheana/projectUniversity | e5594cb77128e14e5fbe2d91389cf3ff81f88593 | a63039be19e6dcaa2f1164fcb47cbf05f3267260 | refs/heads/master | 2022-07-26T23:50:37.886561 | 2020-04-21T14:34:49 | 2020-04-21T14:34:49 | 214,492,109 | 0 | 0 | null | 2022-06-29T18:04:32 | 2019-10-11T17:17:52 | JavaScript | UTF-8 | Java | false | false | 312 | java | package com.project.university;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class Application {
public static void main(String[] args) {
SpringApplication.run(Application.class, args);
}
} | [
"cristian.ocheana@yahoo.com"
] | cristian.ocheana@yahoo.com |
38ef827797e3e9800353008cba59c02d35450544 | 1119ec3add922342f18e3c40baa1cdb3e400618c | /Mybatistest/src/com/briup/many2many/Student.java | 10607d8392e17d711c6f3ae88649a8458c0bb37e | [] | no_license | lzpooo/javaSE | f965ff7c137f7325a0783baff97046c20624e731 | 9f63c08047a73f40d5879c2b8682cce29c7d4a8a | refs/heads/master | 2021-07-11T03:34:00.204773 | 2017-10-14T06:59:37 | 2017-10-14T06:59:37 | 85,571,626 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,800 | java | package com.briup.many2many;
import java.util.List;
public class Student {
private Integer id;
private String name; // 姓名
private String gender; // 性别
private String major; // 专业
private String grade; // 年级
private List<Course> courses;// 所选的课程
public Integer getId() {
return id;
}
public void setId(Intege... | [
"1598857724@qq.com"
] | 1598857724@qq.com |
b1051b309fa1c6516a931cd791d861a7437b979b | c37da20386534912af7918114bd0bae1f041cdb8 | /APIQuarkus/clog/src/main/java/br/com/conectcar/clog/entity/LogMessage.java | fcdbaf2ff993106775a924fa8a4fb58aa461b17e | [] | no_license | ViniciusVendramelGalhiardi/quakusconect | 39e06abced9b881a25bb0538fb5e0b2b92997216 | 0b3abfe511ff43636b7c17d74cec7c51d63c0c3c | refs/heads/master | 2023-05-31T04:56:54.303398 | 2021-06-18T12:44:48 | 2021-06-18T12:44:48 | 354,403,164 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 635 | java | package br.com.conectcar.clog.entity;
import java.io.Serializable;
public class LogMessage implements Serializable{
private static final long serialVersionUID = 1L;
public String Data;
public String UserName;
public String MessageType;
public String Message;
public LogMessag... | [
"fabio.abr@hotmail.com"
] | fabio.abr@hotmail.com |
c005549d256d7b1426b26a12fbbaa7844002a0a7 | 0218e5fec5e26eb2284a07f4e09e1759f7de0736 | /FakaManagement/src/main/java/com/tecsun/sisp/fakamanagement/modules/util/ThreadPoolUtil.java | 93c7e9e8471c33ea51fe43a5fcff8b00c8019c86 | [] | no_license | KqSMea8/Mestudy | 7dd7d2bda4ea49745f2da10b18e029b086be4518 | f504bdd71ee3a6341d946ca1a03a9d83b5820970 | refs/heads/master | 2020-04-09T06:34:03.624202 | 2018-12-03T01:43:38 | 2018-12-03T01:43:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,166 | java | package com.tecsun.sisp.fakamanagement.modules.util;
import java.util.concurrent.*;
/**
* ClassName: ThreadPoolUtil
* Description:线程池用来处理业务分析子系统数据
* Author: 张清洁
* CreateTime: 2015年07月31日 15时:20分
*/
public class ThreadPoolUtil {
private static ThreadPoolExecutor threadPool = null;
private static boolean... | [
"zengyunhuago@163.com"
] | zengyunhuago@163.com |
60c177c06c1f2b239272244b62c09b7a19a48f68 | f87159958de445ed05e24b79f770ee590d824781 | /src/com/merson/mobile/mobilemanager/SplashActivity.java | 02d523f51d93dfd8d0848ca4ba740f76fab7af56 | [] | no_license | ruruoran/MobileManager | 15e755a0cec58cb5f786b4b06f1f568f16145e33 | e0e4785e3148a2265258acd54d48e95a3bacebaf | refs/heads/master | 2021-01-10T04:32:44.210201 | 2016-04-06T13:00:59 | 2016-04-06T13:00:59 | 54,720,745 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 13,155 | java | package com.merson.mobile.mobilemanager;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.content.res.AssetManager;
import android.... | [
"ruruoran@126.com"
] | ruruoran@126.com |
16b114362219c64e456f7402720c77889a4b8adb | eec37fe37a57a37eb3eba99c71f1b96e467d9571 | /trunk/bps.yun.service/src/main/java/bps/order/OrderServiceImpl.java | fac4042ebcfbd02e69be07bbd38e16bb15a51b40 | [] | no_license | chocoai/SOA | 625d93a30d5dce4f8b931f8739dcf6e0f2bcd41d | 86c539fb084cfa05230e309ceeeaff87ef05772e | refs/heads/master | 2020-04-14T19:31:31.433552 | 2016-06-28T08:22:36 | 2016-06-28T08:22:36 | 164,061,005 | 0 | 1 | null | 2019-01-04T05:11:55 | 2019-01-04T05:11:55 | null | UTF-8 | Java | false | false | 79,973 | java | package bps.order;
import bps.application.Appliction;
import bps.common.*;
import bps.order.Command.Command;
import com.kinorsoft.ams.services.FreezeService;
import ime.core.Environment;
import ime.core.Reserved;
import ime.core.event.Event;
import ime.core.event.EventManager;
import ime.core.services.DynamicEntitySe... | [
"742590394@qq.com"
] | 742590394@qq.com |
bcb3426f662eafc63a375a5964e218be7ce0ff29 | a6805b548abbab89a2b3c66000ea9e7f3677e51b | /app/src/main/java/br/pro/adalto/applistacompras/FormularioActivity.java | ab8e7cb51de720d87c4a75eb309ff9b3b2b0efdc | [] | no_license | alinnezanin/ListaCompras | 71cab83b737fb46d4873895627ca8f408086e390 | 895557910220b5e7b22128d5d20a892e3210d17c | refs/heads/master | 2021-09-28T08:14:54.605603 | 2018-11-15T17:43:26 | 2018-11-15T17:43:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,618 | java | package br.pro.adalto.applistacompras;
import android.content.DialogInterface;
import android.graphics.Color;
import android.support.v7.app.AlertDialog;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import an... | [
"alinnezanin@gmail.com"
] | alinnezanin@gmail.com |
41d2e58c00b882653b5677899b733a6d78a95ad8 | 90136278c6877319930114fcb03b29c925eb0191 | /patienttracker/src/main/java/com/patienttracker/daoimpl/PrescriptionDaoImpl.java | f156ebcc87b906207e96b59baf96b4b96151a3e1 | [] | no_license | kumaranM25/PatientTracker | aa2969b0aafa6ce1e90331923e1ddecc15e0b724 | d68bc165c1361ad25155522a4a401ebaef816ece | refs/heads/master | 2022-12-21T13:29:42.464923 | 2020-02-19T11:13:02 | 2020-02-19T11:13:02 | 240,263,125 | 1 | 0 | null | 2022-12-16T03:47:47 | 2020-02-13T13:10:11 | Java | UTF-8 | Java | false | false | 2,360 | java | package com.patienttracker.daoimpl;
import java.util.List;
import org.hibernate.Query;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.springframework.stereotype.Repository;
import com.patienttracker.dao.PrescriptionDao;
import com.patienttracker.model.Clerk;
import com.patienttracker.m... | [
"KuldipKumarD@DS-PB02PYNR.HCLT.CORP.HCL.IN"
] | KuldipKumarD@DS-PB02PYNR.HCLT.CORP.HCL.IN |
90f5062c58e0660278e9613480a6384197e904b9 | a82d6698f653535dc291227748b7b165796a16f4 | /src/com/hzerai/db/prototypes/factory/Prototype5.java | 3c83ad8491f83276cbb9d78c3cfb1a9408fba2f1 | [] | no_license | hzerai/dynamic-beans | b0bcddeb701cddb60ffd98e4f3c09bdfaeba0259 | 8d8584b7eef55a27be9a9e5aeeeeac2b068643b2 | refs/heads/master | 2023-08-11T12:16:20.614154 | 2021-09-30T12:17:26 | 2021-09-30T12:17:26 | 389,306,255 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 180 | java | /**
*
*/
package com.hzerai.db.prototypes.factory;
import com.hzerai.db.prototypes.Prototype;
/**
* @author Habib Zerai
*
*/
public class Prototype5 extends Prototype {
}
| [
"hpiplolz@gmail.com"
] | hpiplolz@gmail.com |
3f17aba2cc85e53a15f047929e2c2d336d74995e | 3cf37989d9cd0d3ebc68b4ced7e60f7bb07a4ec0 | /Week03/day02/gradle-test/src/main/java/util/Fibonacci.java | f8830cf840143e83131c43c33f10b6fb1b39ad66 | [
"Apache-2.0"
] | permissive | SimonaMueh/PropulsionCourse | cd35e228f409a59e2f8d8ae9d64adf3d168c2ce6 | 1171e468adb9fc7d519fa927d17997da629c43ad | refs/heads/master | 2021-06-18T08:27:41.742588 | 2017-06-16T15:24:37 | 2017-06-16T15:24:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 497 | java | package util;
public class Fibonacci {
static int fibonacci(int n) {
if (n == 0) {
return 0;
}
else if (n == 1) {
return 1;
}
return fibonacci(n - 1) + fibonacci(n - 2);
}
public static void main(String[] args) {
System.out.println(fibonacci(0)); // 0
System.out.println(fibonacci(1)); // 1
... | [
"alles0815@gmx.ch"
] | alles0815@gmx.ch |
10475a9cf49eac45fd14896d6473fa4fbddc9926 | 2ddf32ab42b8ea1e901595b8d45fd19f5e840ae7 | /sample/src/main/java/com/ahamed/sample/payload/PayloadActivity.java | 41caab02fd5500f41725b531a23c7dfc89bc6658 | [
"Apache-2.0"
] | permissive | HelloWmz/MultiViewAdapter | 7ef3636b14cf1718eb3c5c182228f26e81982a3c | 12e6f62dffc8dee19278b357d6189b4c4747b204 | refs/heads/master | 2020-12-02T18:10:34.067957 | 2017-07-05T19:19:32 | 2017-07-05T19:19:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,147 | java | /*
* Copyright 2017 Riyaz Ahamed
*
* 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 ... | [
"dev.ahamed@gmail.com"
] | dev.ahamed@gmail.com |
0fdcd8bc475554bbc5bf46ef89eb80f444248d1a | 93d95d8ef14bf7da75ed409aabe8904993ad2f32 | /MegaDriver.java | b0711f101ae748a9c0a4b24230ff1e1690151875 | [] | no_license | SonOfJ/MKS21X-WordSearch | 282c6ffd2f8ffb27d604f15f07e630833fbcfb6a | 4c9a0dd6ef93542a2af7c433b340e3dac7ef4fb3 | refs/heads/master | 2020-04-05T06:49:18.963956 | 2018-11-19T21:02:28 | 2018-11-19T21:02:28 | 156,652,629 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 30,071 | java | public class MegaDriver {
public static void main(String[] args) {
WordSearch WSe = new WordSearch(10,14,"words.txt");
System.out.println("WordSearch WSe = new WordSearch(10,14,\"words.txt\")");
System.out.println(WSe);
/*
|_ _ _ _ _ _ _ _ _ _ _ _ _ _|
|_ _ _ _ _ _ _ _ _ _ _ _ _ _|
... | [
"zzheng3@stuy.edu"
] | zzheng3@stuy.edu |
3abdae1ac515cd07433081f49c553f89085165c3 | 72e5e440b18211a7a533edc32f391a1846fdadca | /Doubly Linked List/testDLinkedList.java | cb2a0cb38e3e44257cf6a5e723397e7ffdac7734 | [] | no_license | tanisha-bhadani/Hacktoberfest2021 | 297d40c9368e78ffa87eb859117fadc2c7506f61 | b2454a395082f2b1dce5b04752524b31563ed84d | refs/heads/master | 2023-08-17T22:01:05.278571 | 2021-10-18T18:41:47 | 2021-10-18T18:41:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 827 | java | class testDLinkedList{
public static void main(String args[]){
DLinkedList list = new DLinkedList();
list.insertFirst(10);
list.insertFirst(20);
list.insertFirst(30);
list.insertFirst(70);
list.insertFirst(80);
list.insertFirst(90);
list.insertEnd(40);
list.printList();
System.out.print... | [
"tanishabhadanianve@gmail.com"
] | tanishabhadanianve@gmail.com |
eaa6c7a4f017a7806a0190ec5341f41b34a06b64 | 136c13d0af9edcf35cbaf2ef23e316f9cd75de72 | /lojinha/src/lojinha/Item.java | cef9c702126a34e2337b9099a4de746e53d61d94 | [] | no_license | doug337/lojin | 1e255e40b35b0e75d5bf812e98e535bc955357f7 | 1c3be7472498fd35f8c0f60477ad99dc55455282 | refs/heads/master | 2021-01-01T19:41:00.138072 | 2017-08-04T12:28:05 | 2017-08-04T12:28:05 | 98,647,685 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 838 | 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 lojinha;
/**
*
* @author aluno
*/
public class Item {
/**
* @return the quantidade
*/
public int getQuan... | [
"douglasreislima337@gmail.com"
] | douglasreislima337@gmail.com |
a709507b010b7c59c2f72fe297a49742795e848f | 0ff9b865e8db69ec62433528b049f2a51c052c00 | /itsv/src/main/java/com/data/itsv/mapper/SConGroupOrdAlarmResMapper.java | 5cdbb482973a868c7f014d78bc143cc70c017410 | [] | no_license | yangshichao123/itsv | 3bd369c0c0b721792b1a6ed4a91845d8e7dcb0e4 | 517a72e1835138dac2c1397ad35906284b30755d | refs/heads/master | 2023-03-03T02:46:55.372575 | 2021-02-07T03:30:14 | 2021-02-07T03:30:14 | 329,769,003 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 364 | java | package com.data.itsv.mapper;
import com.data.itsv.base.BaseMapper;
import com.data.itsv.model.SConGroupOrdAlarmRes;
public interface SConGroupOrdAlarmResMapper extends BaseMapper<SConGroupOrdAlarmRes> {
int insert(SConGroupOrdAlarmRes record);
int insertSelective(SConGroupOrdAlarmRes record);
SConGroup... | [
"“xxxxxx@449155439@"
] | “xxxxxx@449155439@ |
252e2a3d747e0f5b19bd6ba9a056b1c931916f42 | 2529e8040ca696fe665227ea551c20d0479c4f07 | /src/main/java/net/simpleframework/lib/org/mvel2/integration/impl/StackDemarcResolverFactory.java | ecba4656d2ad2914fd5b309a3970f2eba886ef64 | [] | no_license | toinfinity/simple-common | 38bc3363118c74612b6f236ff0e66d63c0fb91bc | 98c3e2b7add307ba79c6fcb90ebea07a5e19b200 | refs/heads/master | 2021-01-15T14:59:04.923879 | 2015-11-16T08:14:19 | 2015-11-16T08:14:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,675 | java | package net.simpleframework.lib.org.mvel2.integration.impl;
import java.util.Set;
import net.simpleframework.lib.org.mvel2.integration.VariableResolver;
import net.simpleframework.lib.org.mvel2.integration.VariableResolverFactory;
/**
* @author Mike Brock
*/
public class StackDemarcResolverFactory implements Varia... | [
"cknet@126.com"
] | cknet@126.com |
1ec6f12f0284660b809cdb9d12bc4ad5fa865bbb | 64b94a2617a9bbc8ece9af486b756e7f51330570 | /src/main/java/com/blog/sys/common/utils/AddressUtils.java | cd9f807f3dd4f7092d43fe8441f12695cee8d5eb | [] | no_license | yanakai/blog | c072a478ff4c873f7d65a3a02654afb6adbf1c3e | 0c846f512ac3b4a671939bc8c201c90f6f45b095 | refs/heads/master | 2022-07-30T16:29:47.719874 | 2020-03-30T08:15:49 | 2020-03-30T08:15:49 | 210,007,199 | 4 | 1 | null | 2022-06-17T02:37:55 | 2019-09-21T15:18:28 | JavaScript | UTF-8 | Java | false | false | 1,429 | java | package com.blog.sys.common.utils;
import com.blog.sys.common.config.Global;
import com.blog.sys.common.http.HttpUtils;
import com.blog.sys.common.json.JSON;
import com.blog.sys.common.json.JSONObject;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* 获取地址类
*
*/
public class AddressUtils {
private... | [
"yanakai@126.com"
] | yanakai@126.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.