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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a4700555e55af2c029f0b9235e407297c7bea367 | ceced64751c092feca544ab3654cf40d4141e012 | /Ext_API_Idempotence/src/main/java/com/pri/entity/UserEntity.java | 8dbc24c35459f7d11d48f98129244ad4b090e029 | [] | no_license | 1163646727/pri_play | 80ec6fc99ca58cf717984db82de7db33ef1e71ca | fbd3644ed780c91bfc535444c54082f4414b8071 | refs/heads/master | 2022-06-30T05:14:02.082236 | 2021-01-05T08:02:40 | 2021-01-05T08:02:40 | 196,859,419 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,128 | java | package com.pri.entity;
/**
* className: UserEntity <BR>
* description: <BR>
* remark: 参考文献:每特教育 <BR>
* author: ChenQi <BR>
* createDate: 2019-10-31 23:57 <BR>
*/
public class UserEntity {
private Long id;
private String userName;
private String password;
/**
* @return the id
*/
public Long getId()... | [
"1163646727@qq.com"
] | 1163646727@qq.com |
3290f8d2d16ed61314d54afc6d4c46d0555733aa | 998b09ad651631f0b78051c8c7a160ecc7253591 | /src/mooc/main/tv/codely/mooc/students/application/create/CreateStudentCommand.java | 967f61210cdd1b883485f848f27c4b78463c3c8f | [] | no_license | jlezcanof/java-ddd-skeleton | abedb2ae777c4a0549101f314b9dc452aa474905 | a54d5696e676dbb4cd24c62c5c49b381fee23223 | refs/heads/main | 2022-12-30T13:22:54.274020 | 2022-10-07T12:38:49 | 2022-10-07T12:38:49 | 299,089,221 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 690 | java | package tv.codely.mooc.students.application.create;
import tv.codely.shared.domain.bus.command.Command;
public final class CreateStudentCommand implements Command {
private final String id;
private final String name;
private final String surname;
private final String email;
public CreateStude... | [
"jmlezcano@atsistemas.com"
] | jmlezcano@atsistemas.com |
3a4ef6f87d9424dbd6e1d755721081dd22de9d63 | be87b3f84f35703690bd3589491430809976a876 | /AdministratorskiModul/src/main/java/adminski/modul/app/repository/KomentarRepository.java | 042f3a8185ce2e7b1d4cbea7d34c78c441f9b925 | [] | no_license | micamat/bezbednost-xml-web-servisi | 77cb619307bf6a255fce10f0a347981a479d4199 | 940d6f79ebadeda5317462de4d56e450860f34f1 | refs/heads/master | 2023-01-10T12:26:59.447565 | 2019-11-05T16:07:00 | 2019-11-05T16:07:00 | 174,142,817 | 0 | 0 | null | 2023-01-07T06:39:32 | 2019-03-06T12:39:56 | Java | UTF-8 | Java | false | false | 286 | java | package adminski.modul.app.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import adminski.modul.app.model.Komentar;
@Repository
public interface KomentarRepository extends JpaRepository<Komentar, Long>{
}
| [
"dejanpredojevic11@gmail.com"
] | dejanpredojevic11@gmail.com |
fcd098dedc402a8b27859ac558a7ce0cdede61b9 | 34792bfbccc964de94a48a3fa2bc188e9c0b1a39 | /src/com/crazyprof/util/IndexedModel.java | 559b9c544e9e270261c9bee434db2a5583e1c5d4 | [] | no_license | Reested/ClumsyProf | 132ac966c0b74d611d5d2adb182327614afe3945 | 0951f9b07357ee4e5d9eae2977cde8b4811d1715 | refs/heads/master | 2021-06-13T02:32:04.827428 | 2016-12-19T04:35:29 | 2016-12-19T04:35:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,726 | java | package com.crazyprof.util;
import java.util.ArrayList;
import java.util.List;
import com.crazyprof.util.math.Vector4f;
public class IndexedModel
{
private List<Vector4f> m_positions;
private List<Vector4f> m_texCoords;
private List<Vector4f> m_normals;
private List<Vector4f> m_tangents;
private List<Integer> ... | [
"noreply@github.com"
] | Reested.noreply@github.com |
5cfbd2f82c605d4d7414aec74a6bce721de46480 | 7d9b26311a842c8c312ae5816718e3daadf7ddb1 | /ch01/painter/MyLine.java | bad87606f3290992a4a58889a7e639fcdacfb624 | [] | no_license | austinvernsonger/Java-Homework-Assignments | ebf39a27a5291be8a26350dddd878497a98d0c1d | b301d0eccca204d8e5d3c33e4a99976866cf0948 | refs/heads/master | 2020-07-26T17:28:33.860644 | 2015-07-06T15:43:19 | 2015-07-06T15:43:19 | 38,628,393 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 658 | java | // @Austin Vern Songer
// Robert Morris university
//
import java.awt.Color;
import java.awt.Graphics;
public class MyLine extends MyShape
{
// call default superclass constructor
public MyLine()
{
super();
} // end MyLine no-argument constructor
// call superclass constructor passing parameters... | [
"austin.v.songer@gmail.com"
] | austin.v.songer@gmail.com |
04515e7c1ac6b504279f14090d9c6a01083d2697 | 4985302b251b3ef657e30221102ff16f4cf2a0ce | /src/main/java/com/om/calEmotion/customs/Test.java | 57d0a64ead4ab48af853137717dbf5c16a5a4f61 | [] | no_license | poice00/NetworkPublicOpinionMap | 9b065c809a244f69fb03494859d0eff1bf5c5e56 | d343cf554244496dc69f3296082b00c7a11e9dab | refs/heads/master | 2021-01-19T01:02:14.873993 | 2016-08-06T03:50:12 | 2016-08-06T03:50:12 | 65,017,431 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,571 | java | package com.om.calEmotion.customs;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class Test {
public static double calEmotion(String str) {
String[] strs = str.spli... | [
"416249213@qq.com"
] | 416249213@qq.com |
15a926e4d99296ea1dcf0b7ec75d668c0f21abbf | 1c99b985fb85a620be89c1425770b732937f0a39 | /LAB_02/src/main/java/com/whynot/zio/Lab02Application.java | c6876cd35350adf56e034c72ba4a616d13ec47e9 | [] | no_license | SideswipeN7/zio | 6a6cfd74af9e44bcb204b1891d16191746d8ac47 | 5ede93e56e604be055a6e69ed17834ba6d9178f0 | refs/heads/master | 2022-03-09T11:01:20.861869 | 2019-12-01T10:28:54 | 2019-12-01T10:28:54 | 213,036,071 | 0 | 0 | null | 2019-12-01T10:28:56 | 2019-10-05T16:50:53 | Java | UTF-8 | Java | false | false | 317 | java | package com.whynot.zio;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class Lab02Application {
public static void main(String[] args) {
SpringApplication.run(Lab02Application.class, args);
}
}
| [
"pawel.wanot@gmail.com"
] | pawel.wanot@gmail.com |
f8d3d938bd1852b94eafcc1a1b9e33e2d8d353ca | e36e942033f30b723e69111b85ca308165799c77 | /app/common/util/src/main/java/com/tiny/common/util/MockDataUtil.java | 9668d11caad4086644d4d0e9c47b36439d892a27 | [] | no_license | shenjun134/tiny | eca00ddaa84ea80f3b87bb9949a4de2995eee205 | 216076a79137984738483d75b663d90092192935 | refs/heads/master | 2020-03-22T15:48:45.474060 | 2019-05-10T15:30:59 | 2019-05-10T15:30:59 | 140,280,507 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,560 | java | package com.tiny.common.util;
import com.tiny.common.entity.MockData;
import com.tiny.common.entity.MockHead;
import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.csv.CSVFormat;
import org.apache.commons.csv.CSVParser;
import org.apache.commons.csv.CSVRecord;
import org.apache.commons.lang.... | [
"shenjun134@126.com"
] | shenjun134@126.com |
0d0a13f9601e1e31daa5a466cda5ee6d1bde8784 | 6531ce0997f2552f01098d06c34195a5c52a0ea9 | /app/src/main/java/es/ulpgc/miguel/masterdetailrealm/add/AddRouter.java | 6c736362ba8b5d58ba50784f227650f27aa23dd1 | [] | no_license | miguelleonmarti/masterDetailRealm | 0f01821a7aa93a640dcd7b7e5063a18554f6b9a5 | 85ffd3f08763ba6350063831cd54c0e6cb692f42 | refs/heads/master | 2020-11-26T16:30:02.363062 | 2020-01-07T13:59:31 | 2020-01-07T13:59:31 | 229,139,304 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,116 | java | package es.ulpgc.miguel.masterdetailrealm.add;
import android.content.Context;
import android.content.Intent;
import es.ulpgc.miguel.masterdetailrealm.app.AppMediator;
import es.ulpgc.miguel.masterdetailrealm.master.MasterActivity;
public class AddRouter implements AddContract.Router {
public static String TAG = ... | [
"miguelleonmarti@gmail.com"
] | miguelleonmarti@gmail.com |
b84eaf1c9c2215fb119c4600daa84c522359d065 | 80991460cefaf24f3fdd33b99925952d24cc1886 | /hw0/Max2.java | 2484351db46e7afc3fbd20060df611ecc9596103 | [] | no_license | elinsky/CS61B | 79609334b19cb46825e905c8a29463252b01487f | 0ae302b0ca46f9f7b15cdef0818d5f9c9cd3fc23 | refs/heads/master | 2023-01-13T14:28:32.312126 | 2020-11-18T13:40:46 | 2020-11-18T13:40:46 | 253,020,719 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 244 | java | public class Max2 {
public static void main (String[] args) {
int max = 0;
int i = 0;
for (; i < args.length; i += 1) {
if (Integer.parseInt (args[i]) > max)
max = Integer.parseInt (args[i]);
}
System.out.println (max);
}
}
| [
"be2112@gmail.com"
] | be2112@gmail.com |
1d209e87cb15d64eddef29943b5c975f41ffae79 | 59bc292fe0fdac3ef78dfa2ec1b0342d623815a6 | /src/main/java/com/sbdc/sbdcweb/member/domain/request/DeleteForm.java | e53da25e61ccf5b4024408ba3219b1e2297c4d56 | [] | no_license | sirleeone31/sbdcweb | 58927e4567e06f10459fcecf06c64aeb1e7945e5 | e232c6840404f26239fc7276b54a4dd86193ca7a | refs/heads/master | 2023-05-15T08:01:58.769378 | 2021-06-17T07:48:31 | 2021-06-17T07:48:31 | 297,354,190 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 268 | java | package com.sbdc.sbdcweb.member.domain.request;
import lombok.Data;
/**
* ChangeForm Domain
* 회원탈퇴
*
* @author : 이승희
* @version : 1.0
* @since : 1.0
* @date : 2019-06-10
*/
@Data
public class DeleteForm {
private String retireComment;
} | [
"sirleeone31@gmail.com"
] | sirleeone31@gmail.com |
191cc75f2bc6d81d7c42b19d239b89980a52d734 | 937536c416263ad7c54e6de1c5d0097ae895aa9b | /src/test/java/racinggame/domain/car/PositionTest.java | e2f142d248a29a711b6bdf6263f0c38c91bcf21a | [] | no_license | include42/java-racingcar | 112f72def3c833d762c55f8016960592ffc07db0 | 04f63f4ccdf7da51fca5c363eb44de22d2d3cd70 | refs/heads/master | 2021-01-02T14:26:14.167675 | 2020-02-18T14:40:48 | 2020-02-18T14:40:48 | 239,661,032 | 0 | 0 | null | 2020-02-11T02:43:57 | 2020-02-11T02:43:56 | null | UTF-8 | Java | false | false | 1,838 | java | package racinggame.domain.car;
import org.assertj.core.api.Assertions;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.ValueSource;
public class PositionTest {
@ParameterizedTest
@ValueSource(strings = {"10", "5", "0"})
void 위치... | [
"dlrjsgml42@naver.com"
] | dlrjsgml42@naver.com |
af8bed06b48caaa5f6637150c0340d771af90d40 | f0da222a17b179ab407565d42914882cf629939d | /app/src/main/java/com/ekattorit/tishunote/apapters/NotesAdapterListener.java | 8dfb36b5c420baf62b8981ba9a851f3298a500a1 | [] | no_license | smensulaiman/Tishu-Note | 2e38bf25c238a58f3e9fcb9acdccf19f3be3758d | c4c2460b812a0d34b452ac1d5927540a025181eb | refs/heads/master | 2022-06-30T10:23:16.173500 | 2020-05-14T09:46:26 | 2020-05-14T09:46:26 | 263,261,681 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 174 | java | package com.ekattorit.tishunote.apapters;
public interface NotesAdapterListener {
public void onItemClick(int position);
public void onItemDelete(int position);
}
| [
"smensulaiman007@gmail.com"
] | smensulaiman007@gmail.com |
3f71c5936fdfefdc58681311958574fd8cb3c35a | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/spring-projects--spring-framework/d554229981381979d63c3228ae0195a376fa3b18/before/TransportHandlingSockJsService.java | 70fc96a1c8635819a5a690518a883ccf4f5c35f9 | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,836 | java | /*
* Copyright 2002-2015 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
07c6a677c160a34794c1694f9cd21cf62fdb1287 | 055e74dcede3b54d2c4156da29e160d7b3f6024c | /Pacman/src/frontend/End.java | 58f8709748552f2ab050c9f856493eb0eba3649f | [] | no_license | JDaniloC/GAME-Ferias-2019.2 | fc2d54b7eb3760a3cd61ce4aa57cd24b309fe502 | 113b80d399ea1c9a99b26041dbd37a882f5447e8 | refs/heads/master | 2021-06-26T21:59:51.335622 | 2020-09-28T20:18:20 | 2020-09-28T20:18:20 | 214,432,514 | 0 | 3 | null | 2021-06-14T23:37:46 | 2019-10-11T12:36:56 | Java | UTF-8 | Java | false | false | 1,192 | java | package frontend;
import javax.swing.*;
import java.awt.*;
public class End extends JFrame {
public End(int pontos, boolean venceu) {
setSize(717, 730);
setLocationRelativeTo(null);
setDefaultCloseOperation(EXIT_ON_CLOSE);
setResizable(false);
ImageIcon image... | [
"jdsc@cin.ufpe.br"
] | jdsc@cin.ufpe.br |
774ac6345c31d980aade2e09b3a20573415462a1 | c6963e5f989a3a120fd21014a2e75f1f561d669a | /src/DSA2/Graphs/Algos/BellmanFord.java | 38d8c4412331fba409d44c9573cafecb55dd60c6 | [] | no_license | ayushman999/CN_DSA | 6274540ad3e4ee0460997d935a755f2918fb5f5d | eb16e1e3c81880bd11723485e9add64531947faa | refs/heads/main | 2023-07-21T03:45:24.514948 | 2021-09-08T13:20:07 | 2021-09-08T13:20:07 | 395,240,116 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,704 | java | package DSA2.Graphs.Algos;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Scanner;
public class BellmanFord {
public static void main(String[] args) {
Scanner sc=new Scanner(System.in);
ArrayList<ArrayList<ArrayList<Integer>>> adj=new ArrayList<>();
int v=sc.nextInt(... | [
"55322319+ayushman999@users.noreply.github.com"
] | 55322319+ayushman999@users.noreply.github.com |
87cb866e3c5fd7a1c78d27d24472d5333a86d251 | 13200e547eec0d67ff9da9204c72ab26a93f393d | /src/com/google/android/gms/awareness/snapshot/internal/NetworkStateImpl.java | fb9490996e2cadd7b0aca04c7eb37a7a11675924 | [] | no_license | emtee40/DecompiledPixelLauncher | d72d107eaafb42896aa903b9f0f34f5f09f5a15c | fb954b108a7bf3377da5c28fd9a2f22e1b6990ea | refs/heads/master | 2020-04-03T03:18:06.239632 | 2018-01-19T08:49:36 | 2018-01-19T08:49:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,097 | java | //
// Decompiled by Procyon v0.5.30
//
package com.google.android.gms.awareness.snapshot.internal;
import android.os.Parcel;
import android.os.Parcelable$Creator;
import com.google.android.gms.common.internal.safeparcel.AbstractSafeParcelable;
public class NetworkStateImpl extends AbstractSafeParcelable
{
publ... | [
"azaidi@live.nl"
] | azaidi@live.nl |
e3a14bc9e3a349d6a6a11396e000aa2fd9f8201f | e13ccce89488fc448e72958a952a4c196b97657a | /Space_Invaders/src/screens/GameOver.java | f38afac12b517abae7ed00bba87e2760db3ee109 | [] | no_license | danielkag2000/Space_Invaders | f21694a56c9fdf89bbd31773e5e6ec5583889be1 | 54fc8e619308cd654fcac48c1738cd55272fe5f8 | refs/heads/master | 2020-05-03T04:59:48.331541 | 2019-03-29T16:11:04 | 2019-03-29T16:11:04 | 178,437,353 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,145 | java | package screens;
import java.awt.Color;
import biuoop.DrawSurface;
import interfaces.Animation;
/**
* the game over screen.
*
* @author Daniel Kaganovich
* @version 1.0
* @since 2018-05-20
*/
public class GameOver implements Animation {
private int score;
private boolean stop;
/**
* create n... | [
"45756887+danielkag2000@users.noreply.github.com"
] | 45756887+danielkag2000@users.noreply.github.com |
b2520d63cae94217cd41688b78d1100d8c6438f9 | cbd09f8591b1597c3aedebb0961d9d4a811319b3 | /main/java/Collections/_2_iterator/_1_adapter/Test_1.java | a5b29dca78bac3a2ed533264f84672a62c26a187 | [] | no_license | olaaa/sg | 1ca82b342e0c06b7368eae5879d64f081bc6d731 | 2a51f7b959fb3275b71fe7d49e5031aa27ba9214 | refs/heads/master | 2021-01-16T21:03:45.563287 | 2016-04-11T12:44:31 | 2016-04-11T12:44:31 | 62,746,715 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,100 | java | package Collections._2_iterator._1_adapter;
import java.io.ByteArrayInputStream;
import java.util.Iterator;
public class Test_1 {
public static void main(String[] args) {
test(new byte[] {1});
System.out.print("OK");
}
private static void test(byte[] array) {
testNextWithoutHasNex... | [
"baby624mills@mail.ru"
] | baby624mills@mail.ru |
04a6cfd21b4d2e9b621ab06af75bb16e04d3f1a7 | 8df9eee318f544640ae0996d00bf32f6af38aa1b | /old/thirdparty/src/main/java/com/sleepycat/je/latch/Latch.java | 667d89b480fa13d726323ce7b7e99c94ee86b8e2 | [] | no_license | jpercent/syndeticlogic | 1e6b4ba5167ddfbd4bc147a4544972abc556774c | 0a102049a369f7a82ebd104ece1e90934c2bd9af | refs/heads/master | 2020-03-26T15:28:01.906430 | 2015-02-12T23:20:55 | 2015-02-12T23:20:55 | 10,148,918 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,747 | java | /*-
* See the file LICENSE for redistribution information.
*
* Copyright (c) 2002,2008 Oracle. All rights reserved.
*
* $Id: Latch.java,v 1.92 2008/06/10 02:52:11 cwl Exp $
*/
package com.sleepycat.je.latch;
import java.util.concurrent.locks.ReentrantLock;
import com.sleepycat.je.DatabaseException;
import com... | [
"james@syndeticlogic.org"
] | james@syndeticlogic.org |
0e95e1b51e07f65f4bba33a65bc7da9e6846692f | 11ac7f84a48358b4dc1c70de658627dd1af3cd4c | /Mobile Android/Exam25.01.2018/app/src/main/java/com/example/andreeagritco/exam25/utils/GameListAdapter.java | 869d22c8b132ff2a38e8e6c37285cfe29a8e0cf5 | [] | no_license | gritcoandreea/Year3-Semester1 | e308f0574fc6df25a2dc43f8e9147a7732b4a578 | d97119fb4518d6e92d8e9e6e17cb012777eb5c95 | refs/heads/master | 2021-05-09T02:09:18.382383 | 2018-02-03T09:44:30 | 2018-02-03T09:44:30 | 119,199,461 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,927 | java | package com.example.andreeagritco.exam25.utils;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
import com.example.andreeagritco.exam25.R;
import com.example.andreeagritco.exam25.model.Game;
import java.ut... | [
"gritco.andreea@gmail.com"
] | gritco.andreea@gmail.com |
d4bd76e611a2c909848a988e8739c7bc67d80a0b | 3d4e777ef3bebd9b4fa87a8eaaa89a8a126cf6e5 | /Kuwangamelib/src/com/kuwan/sdk/utils/SIMCardUtil.java | b5033d5e48be521ed7dd60bd99667ddf84ffad5d | [] | no_license | zhangjiafan8652/kuwansdkcore | fd9bd23592bf5cbc67974236b5668cfa19425bce | 90bf791cd85900aa74eeee8ecb96f656e759a60b | refs/heads/master | 2020-06-01T09:18:51.540104 | 2019-06-10T01:38:22 | 2019-06-10T01:38:22 | 190,728,429 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,366 | java | package com.kuwan.sdk.utils;
import android.content.Context;
import android.telephony.TelephonyManager;
public class SIMCardUtil {
/**
* TelephonyManager提供设备上获取通讯服务信息的入口。 应用程序可以使用这个类方法确定的电信服务商和国家 以及某些类型的用户访问信息。
* 应用程序也可以注册一个监听器到电话收状态的变化。不需要直接实例化这个类
* 使用Context.getSystemService(Context.TELEPHONY_SE... | [
"365449552@qq.com"
] | 365449552@qq.com |
b9145735138864b5e87ba80ee221766df9219e7c | 60e3e994b7ead89d9ea4155f657e3cab884772f1 | /src/main/java/com/github/jarviskim/algorithm/boj/a1157_WordStudy/WordStudy.java | e806aacebbb3ce5e176fadd7a1abfa997799027d | [] | no_license | jarvis-kim/algorithm | ad921b6c2f0799f8b0397cac9f989888b7ff76ee | 9d24454e14684908cb22e312ce67f6593649d563 | refs/heads/master | 2020-03-29T09:37:15.001772 | 2019-08-26T04:08:50 | 2019-08-26T04:08:50 | 149,766,347 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,301 | java | package com.github.jarviskim.algorithm.boj.a1157_WordStudy;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Scanner;
import java.util.stream.Collectors;
public class WordStudy {
public static char solve(String word) {
word = word.toUpperCase().trim();
char[... | [
"korean4788@gmail.com"
] | korean4788@gmail.com |
596ec548d4b3b270282a773ae284c5a7fa78d3d9 | c3d386b1a08ef0e1fb2d667cfc34f8dead2b487e | /app/src/main/java/com/app/alldemo/effect/TuneWheelActivity.java | 67b4dd9864339712fdf710e27cdef614eb344172 | [] | no_license | wbsguo/StudioAlldemo | ef1b7ae131752ad8f90c76ccfbda0deb961dcc75 | 7e8b42eeb6c19f109f3e3ec57826b40c7a9a6c1c | refs/heads/master | 2021-01-17T12:52:11.158909 | 2016-08-04T07:08:55 | 2016-08-04T07:08:55 | 58,708,516 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,714 | java | package com.app.alldemo.effect;
import android.app.Activity;
import android.os.Bundle;
import android.widget.TextView;
import com.app.alldemo.R;
import com.app.alldemo.courview.TuneWheel;
import com.app.alldemo.courview.TuneWheel2;
public class TuneWheelActivity extends Activity {
private TuneWheel tu... | [
"563492052@qq.com"
] | 563492052@qq.com |
9e9f8c4bdb1833bb38cb69d05f24e9e2a30155bb | 36c76b1767b224e84fafcc81e8c79995dc3dfb5d | /src/main/java/com/design_pattern/proxy/static_proxy/RealSubject.java | 3c5df6932752d0ed3f5e461d115e5b2c66ade706 | [] | no_license | huangxiaowei08/myproject | aae63504467c600c82238baa8bfd0678ca39050f | fa9503579bc4c395d0b163c6fe542c360ca71477 | refs/heads/master | 2021-09-11T20:56:29.479501 | 2018-04-12T08:52:02 | 2018-04-12T08:52:02 | 125,138,008 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 207 | java | package com.design_pattern.proxy.static_proxy;
public class RealSubject implements Subject{
private String name = "tom";
@Override
public void visit() {
System.out.println("this is " + name);
}
}
| [
"xiaowei.huang@newtouch.cn"
] | xiaowei.huang@newtouch.cn |
3103e0dd0ecb810d671a030bac8355a0b28dcf59 | 526997758b12f1ad7114bf6187019989aa21c4f1 | /dolphin-core/src/main/java/fr/bmqt/dolphin/network/packets/play/server/SEntityStatusPacket.java | 16846ae2705265f6e844632254c50b354db1774e | [
"MIT"
] | permissive | baptmqt/dolphin | b77b03441d62ed9b344cdc5f066fecced8d30b5d | a2421650bf2acfa43f0d9a93bc8f606682a170d8 | refs/heads/main | 2023-02-03T13:58:13.591711 | 2020-12-19T20:30:48 | 2020-12-19T20:30:48 | 312,092,176 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,191 | java | /*
* MIT License
*
* Copyright (c) 2020. Baptiste MAQUET
*
* 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, copy... | [
"bapt.mqt@icloud.com"
] | bapt.mqt@icloud.com |
78b3ce9dd1273b0432b4c5d1d0bd87ef371d688e | 87e12e17fa3a51e9ddfea542ae67476b799b2eab | /Project/ChartView_Demo/ChartView/src/com/qskobe24/chartview/MainActivity.java | 2ae6f1d3ec80f404466357d644c563ec827fc276 | [] | no_license | QSKOBE24/PageAndRefreshLibrary | 22466999c0a3dd5662f57f488d90a59c8182aef9 | c937dd3b61373e737a34d9e6e1d559ad6d97d2cc | refs/heads/master | 2021-01-22T02:40:09.706016 | 2015-09-01T13:48:22 | 2015-09-01T13:48:22 | 41,740,854 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 12,841 | java | package com.qskobe24.chartview;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Calendar;
import android.annotation.SuppressLint;
import android.content.Intent;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import ... | [
"398706336@qq.com"
] | 398706336@qq.com |
de97f70e7deb243db856bab45bd58c17f0c729df | 4acd456f975bb1f3c2655bc98e910f9e424e3763 | /src/main/java/com/b1soft/e_learning/service/LeccionesService.java | 6ec10803a9d1481a8f608bc867bf9e7a448da1a2 | [] | no_license | herbri/E_learning | b2858c904fd4796870c161c281646f7e2b8dbfd4 | ba3dc3493883effbb094fb92e6ce6e3f9402d87c | refs/heads/main | 2023-06-10T20:41:32.806466 | 2021-06-24T21:59:48 | 2021-06-24T21:59:48 | 372,951,261 | 1 | 0 | null | 2021-06-23T22:47:23 | 2021-06-01T20:16:36 | CSS | UTF-8 | Java | false | false | 291 | 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.b1soft.e_learning.service;
/**
*
* @author Jose
*/
public class LeccionesService {
}
| [
"britojjhb@gmail.com"
] | britojjhb@gmail.com |
ec20bc90debee8ca7b7504c6185704e1a8dc7830 | 16ed5a853a921fdf53363db658750d52b95cb538 | /library_work/src/com/luoy/library/common/util/TestMain.java | 65a826daaeba4e1769ac32756990f97b43e2e0fc | [] | no_license | GoneLuo/mygit | b8b36e64ee9a14cb666048eba2df86d57f4e6da1 | e37c35f6645913eae39909621eb3f365181241b1 | refs/heads/master | 2020-03-26T05:12:40.461096 | 2018-08-13T09:17:36 | 2018-08-13T09:17:36 | 144,544,196 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,588 | java | package com.luoy.library.common.util;
import java.text.DecimalFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
public class TestMain {
public static void main(String[] args) {
subStr();
}
//格式化double数据,小数点位数
public static double ... | [
"nora_1213@163.com"
] | nora_1213@163.com |
bff70a7e21dfaf720716cb480991a4f502cb1725 | d28b06a3067a8eef89e6d0f0884f1607b00364ec | /leetcode/src/leetcode/Q048.java | f25fc3d9937d54962e374298042af43af94effe5 | [] | no_license | cakmaky/My_Leetcode_solutions | 8ee9e403f2801152a8fe93c76a5e440c734e9aae | d36553716e6037fb32848dfb009be9a0d8cac785 | refs/heads/master | 2021-01-12T09:03:21.351937 | 2017-12-13T05:58:45 | 2017-12-13T05:58:45 | 76,747,445 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,131 | java | package leetcode;
public class Q048 {
public static void rotate_(int[][] matrix) {
// ayri bir matrix tanimlayip en son ordaki degeri matrix e attim
int[][] matrix2 = new int[matrix.length][matrix.length];
for(int i=0;i<matrix.length;i++){
for(int j=0; j<matrix[0].length; j++){
matrix2[j][matrix.lengt... | [
"yc@YCs-MacBook-Pro.local"
] | yc@YCs-MacBook-Pro.local |
4027c853921fbd206099f18142e559b6106b3b74 | 60ee99fcdb808e7c3f96848961bdbfe7f5851d92 | /app/src/androidTest/java/com/friends/chat/ExampleInstrumentedTest.java | 8c95f3d759c3a3a527f0aa01e7dfb8486ad0c920 | [] | no_license | abhuraj/ChatApp | 2c7e75c043f7243627eacfb9212cb242fabfc66b | 1b12d770fbe45869b885be2d9fbac967bef0e9c8 | refs/heads/master | 2022-12-08T22:45:35.599311 | 2020-09-12T11:31:31 | 2020-09-12T11:31:31 | 294,930,442 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 727 | java | package com.friends.chat;
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 Android device... | [
"abhishek@oscprofessionals.in"
] | abhishek@oscprofessionals.in |
2ecc4e074a2eb095c77d7859240dd08cda639905 | a2d0e880e07d036e9225cc3a2adad8aed7a8d75a | /src/com/gss/rcp/examples/gef5/geometry/AbstractExample.java | 6ef324523c303ac2cb54ac81f6bd916ccfd461ab | [] | no_license | sxrCode/gssrcp-gef5 | a787fb7cb7a722d0ccf86484fc698f5d7fc64f10 | 906c4b4d40728285f01db1a933da338b39ba04ea | refs/heads/master | 2020-12-02T21:12:03.280156 | 2017-07-21T09:37:42 | 2017-07-21T09:37:42 | 96,270,577 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,619 | java | /*******************************************************************************
* Copyright (c) 2012, 2016 itemis AG and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, ... | [
"maricle01@163.com"
] | maricle01@163.com |
ed1905d0cd3bbd0feaaad34fe583d90dbd973a3a | 66a8e82c99f0499e1c019452da30e3a5d8c870ea | /src/lab6/zad2/WykresWielomianTest.java | 9607d0482788fee80d35faccfb54f04314a3345b | [] | no_license | camisalo/JAVA-AGH | 75857217551ff9add8c87dad8b937ae7d068d4ee | ea2c2aea321f24de7497f315da7a6a20a719e804 | refs/heads/master | 2021-05-15T13:50:30.547350 | 2018-01-05T20:37:16 | 2018-01-05T20:37:16 | 107,236,804 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 262 | java | package lab6.zad2;
import javax.swing.*;
import java.awt.*;
public class WykresWielomianTest {
public static void main(String[] args) {
EventQueue.invokeLater(() ->
{
ButtonFrame frame = new ButtonFrame();
});
}
}
| [
"konrad.gebczynski@gmail.com"
] | konrad.gebczynski@gmail.com |
9d11dae88a135f442b1d77a688caebb071d535df | 0e4968f97fcd9e66ae22a7f6e8354b366f05ff8c | /Acacia360CASA_POC/services/SecurityFacade/src/com/etel/facade/SecurityFacade.java | 6d3fd1b4823cff9e3ba3360cce4a0d310ab366f4 | [
"Apache-2.0"
] | permissive | etelced/casa-project | 0e272c306d65a25a695138edf100b5b420d4899c | d29da70fdd3efb13d69d8a2ec6c7db7122fe03c1 | refs/heads/master | 2020-03-30T19:17:05.911561 | 2018-10-12T05:21:40 | 2018-10-12T05:21:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,602 | java |
package com.etel.facade;
import java.util.ArrayList;
import java.util.List;
import com.etel.forms.FormValidation;
import com.etel.forms.UserForm;
import com.etel.security.forms.TBRoleForm;
import com.etel.utils.UserUtil;
import com.smslai_eoddb.data.Tbsecurityparams;
import com.smslai_eoddb.data.Tbunituser;
import ... | [
"camanacob.etel@gmaill.com"
] | camanacob.etel@gmaill.com |
11d824f1f674b6670269055da0ad456896eb6b54 | cf6620a9cddfff1b7a32e3f46c031aba76fd1241 | /src/parser/SkipStatement.java | 901495db1f5fc8142497785a947161a05772ac18 | [] | no_license | AshwathVS/mc-jacc | c618df092ded015e6f00dade070baef9c384cfcb | 90bc083849c4fcaf6c21d28dc9343b1978b0f850 | refs/heads/master | 2022-11-14T09:08:47.042564 | 2020-06-26T21:18:32 | 2020-06-26T21:18:32 | 268,644,951 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 516 | java | package parser;
public class SkipStatement implements BaseStatement {
private SkipStatementType skipStatementType;
public SkipStatement(SkipStatementType skipStatementType) {
this.skipStatementType = skipStatementType;
}
@Override
public BaseStatementType getStatementType() {
swi... | [
"ashsat.vijayan122@gmail.com"
] | ashsat.vijayan122@gmail.com |
24f7fc8c044c2adcc1ad65d18aa5f066364b3d07 | ab187ccedd471c653c8128828327aba77f3f6946 | /src/main/java/com/robertx22/age_of_exile/event_hooks/ontick/OnClientTick.java | f80b1d675746fcd0e3bc714bccc75730fa702175 | [] | no_license | evstarMC/Age-of-Exile | bdd04cf73058fe48fb0be8b16db7f12cb661fb7a | 9a8b9d0d44e4860216e25e769fd9a46e046d86bb | refs/heads/master | 2023-08-27T19:15:50.846198 | 2021-09-17T12:08:10 | 2021-09-17T12:08:10 | 357,961,872 | 0 | 0 | null | 2021-04-29T22:40:43 | 2021-04-14T15:54:42 | Java | UTF-8 | Java | false | false | 2,325 | java | package com.robertx22.age_of_exile.event_hooks.ontick;
import com.robertx22.age_of_exile.capability.player.EntitySpellCap;
import com.robertx22.age_of_exile.uncommon.datasaving.Load;
import com.robertx22.age_of_exile.uncommon.utilityclasses.ChatUtils;
import com.robertx22.age_of_exile.uncommon.utilityclasses.ClientOnl... | [
"treborx555@gmail.com"
] | treborx555@gmail.com |
944f77ff609479566ba74011811f3bf6d61d31bc | 9fa259262305cd0b3756bd4382760081525800d4 | /backend/src/main/java/ch/fhnw/server/exception/JwtAuthenticationException.java | f82f990fac4ea471a00c677744c0092dbfcb7b1f | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | fhnw-imvs/fhnw-remotepa | 5567ca7d57f91afcf68f42992f4973e208a537d2 | 337f3f55abca1149b0fe564881a03b39911529d6 | refs/heads/master | 2022-12-11T13:46:30.300087 | 2020-09-11T17:55:17 | 2020-09-11T17:55:17 | 290,732,012 | 1 | 2 | MIT | 2020-09-11T17:55:18 | 2020-08-27T09:21:13 | HTML | UTF-8 | Java | false | false | 620 | java | // Copyright (c) 2020 FHNW, Switzerland. All rights reserved.
// Licensed under MIT License. Initiated by HB9RYZ and HB9CQK.
package ch.fhnw.server.exception;
import org.springframework.security.core.AuthenticationException;
/**
* The type Jwt authentication exception.
*/
// Based on https://ertan-toker.de/spring-b... | [
"roger.hunn@students.fhnw.ch"
] | roger.hunn@students.fhnw.ch |
053f3cbf01bae22d49b95b95834d5414eabe6679 | ac30aa43eb3116d7c98895d0b01d7012a85726b5 | /src/test/java/tests/TestCases9_12.java | be4a9bff98fc8ce193d80a10140094ad5bbdf624 | [] | no_license | samilAkkus/BasicNavigationTests | 77134f8801f75d434fec793077caf15a77b0a9d9 | 1e5c85d51f8dc9f14af5fc32da305172c5520560 | refs/heads/master | 2023-05-11T03:51:30.833025 | 2020-03-23T09:48:52 | 2020-03-23T09:48:52 | 246,678,939 | 0 | 0 | null | 2023-05-09T18:22:37 | 2020-03-11T21:00:09 | Java | UTF-8 | Java | false | false | 2,442 | java | package tests;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.testng.Assert;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import utilities.BrowserFactory;
import utilities.BrowserUtils;
public class Test... | [
"samilakgus15@email.com"
] | samilakgus15@email.com |
3a845b14cf080f40c6f5e53f29c93cd5a244c9e1 | ba62745effaea4c48b7292c943dd0916d756b577 | /src004_diSetterObject/com/luv2code/spring/_004_di_Setter_Object/BaseballCoach.java | 5bf1f26a4b58cb9a075d60dde32e57b4f7fd8abf | [] | no_license | harshilgupta93/SpringCore | 47561d64de0f258304b2600be9a0a1c7a9f815c0 | a665eab67601be6a42df8c9812a75075efca7908 | refs/heads/master | 2021-06-19T17:09:16.257974 | 2017-07-24T16:42:30 | 2017-07-24T16:42:30 | 95,001,749 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 609 | java | package com.luv2code.spring._004_di_Setter_Object;
public class BaseballCoach implements Coach{
private FortuneService fortuneService;
public BaseballCoach() {
System.out.println("in no-arg Constructor: BaseballCoach()");
}
public void setFortuneService(FortuneService fortuneService) {
System.out.println(... | [
"harshilgupta93@gmail.com"
] | harshilgupta93@gmail.com |
9955504688e0a9d218f9abe1506e5046f74e63b0 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/17/17_a1438752da389ff29c2d1cde155daab8a5b880e5/DefaultArtifact/17_a1438752da389ff29c2d1cde155daab8a5b880e5_DefaultArtifact_t.java | 3c4cf5ddf7809989fdaf4a5dbf2da0ac37a08a79 | [] | 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 | 15,589 | java | package org.apache.maven.artifact;
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache L... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
686c344e7fbc1d0dadaf4e12813bc9ce27d701ee | 94912777a3218b543c6c06feb6e1cfcd72a7d925 | /src/main/test/java/com/vaadin/toolkit/common/TestData.java | 50502363383910369208ea4ff4f639fc7627ed70 | [] | no_license | richardk123/vaadin-toolkit | ef82b0b076f1f77a0cca0fd4050753535643072b | 543a118da88ef25cc74d5a5842761ac443e50b91 | refs/heads/master | 2021-07-22T07:30:21.887715 | 2017-10-13T08:42:26 | 2017-10-13T08:42:26 | 105,689,759 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 871 | java | package com.vaadin.toolkit.common;
import com.vaadin.toolkit.MyUI;
import java.util.ArrayList;
import java.util.List;
public class TestData
{
private String name;
private TestData test;
private List<TestData> testList = new ArrayList<>();
public TestData(String name)
{
this.name = name;
... | [
"richard.kolisek@gmail.com"
] | richard.kolisek@gmail.com |
e4707f4e6f829323619c8ac927bf32969ad8475b | 8671a87fc1586b25796c4f415927a0674ec1d5ec | /GCD-Sistema/src/br/edu/ifpb/tsi/gcd/dao/GenericDAO.java | 6c72b70927c0c2efb79ec13fefb68805cc16536e | [] | no_license | GCD-Sistema/GCD-RELEASE02 | 865c240d590c897db97cc3bcfae1e18a107e0b44 | 04c302770478629213355807cbd0d383b35323f7 | refs/heads/master | 2020-04-06T06:58:17.697375 | 2016-08-23T15:11:37 | 2016-08-23T15:11:37 | 64,080,903 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 285 | java | package br.edu.ifpb.tsi.gcd.dao;
import java.io.Serializable;
public interface GenericDAO<T, PK extends Serializable> {
T insert(T t);
T find(PK id);
T update(T t);
void delete(T t);
void beginTransaction();
void commit();
void rollback();
}
| [
"anderson.a.g@hotmail.com"
] | anderson.a.g@hotmail.com |
6d4ae12889fc4f93d17c7e405684d6e61d86b0d5 | 468c3f3a50201b6ed3cb5715de7e1a96946b1594 | /MODULE_04/casestudy04/src/main/java/com/codegym/casestudy04/controller/CustomerTypeController.java | ad5305f2ce8cf0d9ffda88ba16edbffb326b1f16 | [] | no_license | phapnguyen539/A0920I1-NguyenTanPhap | 066acd49f4883a2736c244f4e25f6be8db1118f7 | 614b86ea208bea19a8c3efb28bbbe573ba75cd21 | refs/heads/master | 2023-07-07T19:57:44.185829 | 2021-08-31T02:05:36 | 2021-08-31T02:05:36 | 297,361,783 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,284 | java | package com.codegym.casestudy04.controller;
import com.codegym.casestudy04.model.Customer;
import com.codegym.casestudy04.model.CustomerType;
import com.codegym.casestudy04.service.CustomerService;
import com.codegym.casestudy04.service.CustomerTypeService;
import org.springframework.beans.factory.annotation.Autowired... | [
"nguyentanpphap539@gmail.com"
] | nguyentanpphap539@gmail.com |
2cb1573ea022d82018443ec9ac990c76ba3931a7 | 0e67aa55ca974e020decbade51f343c20d15a2aa | /nycity_taxi_ad_api_java/src/main/java/com/springml/nyc/taxi/ad/api/model/Prediction.java | fa13a93688c9269228edc69fe289967242edf0d8 | [] | no_license | kaarthikraajpt/nycity_taxi_ad_api | e2f00ac0f1df9ca860d75f7cdcb62ecc90914f4d | 547804559db40f0f2d3c3c3811958783acd418e2 | refs/heads/master | 2021-01-20T07:38:19.005923 | 2017-05-02T10:18:20 | 2017-05-02T10:18:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 950 | java | package com.springml.nyc.taxi.ad.api.model;
import java.util.List;
public class Prediction {
private List<Double> probabilities = null;
private List<Double> logits = null;
private Integer classes;
public List<Double> getProbabilities() {
return probabilities;
}
public void setProba... | [
"samuel@palmtreeinfotech.com"
] | samuel@palmtreeinfotech.com |
e30a5f082fdb5bbd3aa37e3a3a0e53713f1db4d2 | 14bea85e8bf24d7650bfa6b70531a81e5d337609 | /src/main/java/com/wonders/core/filter/XssFilter.java | 521b33ab222917e901722a47e4972e5df47b4cd6 | [] | no_license | liqingdong/STU | db7bf0b7186d893918e8bf0fc9c108db86379320 | 9b7079e16602d5598400b4b58cd57ec468bff1f1 | refs/heads/master | 2021-01-19T22:39:57.730716 | 2018-03-28T06:16:25 | 2018-03-28T06:16:25 | 101,032,472 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 616 | java | package com.wonders.core.filter;
import javax.servlet.*;
import javax.servlet.http.HttpServletRequest;
import java.io.IOException;
public class XssFilter implements Filter {
@Override
public void init(FilterConfig filterConfig) throws ServletException {
System.out.println("XssFilter初始化");
}
@Override
public... | [
"229436569@qq.com"
] | 229436569@qq.com |
2de923f6bbc7a5298dc41c1c15c5a56545d238c3 | d52e3d5a4802f083ab1832e946bac390937635a6 | /jackylib/src/main/java/com/example/jacky/recycler/adapter/base/entity/MultiItemEntity.java | 2093493c63e6099d0e3532aed1e1363c2662f117 | [] | no_license | p-jie/MilestoneProjects | 128154cf3485166f7f9f53b180bb20eb6be594d8 | 0b5da2fbce07149ea7573ab1a216ccdae4e22730 | refs/heads/master | 2020-03-31T12:28:52.707420 | 2018-10-09T08:26:05 | 2018-10-09T08:26:05 | 152,217,474 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 118 | java | package com.example.jacky.recycler.adapter.base.entity;
public interface MultiItemEntity {
int getItemType();
}
| [
"530561552@qq.com"
] | 530561552@qq.com |
11b7f8b9598b5061722e73960f99ccb4a81272ba | 81d4b9d6eb7d26a6729c340e5bd20edf5179d7cc | /app/src/main/java/com/codepath/apps/restclienttemplate/models/Tweet.java | fee6f9bdd4fba06039f01eae0c81c3c29c8c1dda | [
"MIT",
"Apache-2.0"
] | permissive | krishnakhadka200416/SimpleTweet | 4e1b2660ae94cf52bbac928cbea365c3fbbf875c | 9b9d3352663a8fab8377f3fabc9e22e0fe2e83a8 | refs/heads/master | 2023-03-09T16:51:34.286443 | 2021-02-25T23:07:37 | 2021-02-25T23:07:37 | 337,848,801 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,158 | java | package com.codepath.apps.restclienttemplate.models;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import org.parceler.Parcel;
import java.util.ArrayList;
import java.util.List;
@Parcel
public class Tweet {
public String body;
public String createdAt;
public long id... | [
"krishna.khadka@mavs.uta.edu"
] | krishna.khadka@mavs.uta.edu |
da83f0125680263d3d94b9607856102677f20a0b | 846fcec86cdb4865460fadbf08c62799bb840747 | /src/ui/Authentification.java | 0af0a18bf9a5c196ab617cfb346a809b31a8f12c | [] | no_license | jospin2017/GestionEtudiant | 4761eddeb8a06f2b5292d87d9d48e659e2ee25bc | 90d85fe77d5cd41792d62364be9c1231ef2d6e8b | refs/heads/master | 2021-06-29T16:38:35.609051 | 2020-10-31T10:49:28 | 2020-10-31T10:49:28 | 182,456,955 | 0 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 4,227 | java | package ui;
import java.awt.EventQueue;
import javax.swing.JFrame;
import javax.swing.JLabel;
import java.awt.BorderLayout;
import java.awt.FlowLayout;
import javax.swing.JOptionPane;
import javax.swing.JTextField;
import javax.swing.ImageIcon;
import javax.swing.JButton;
import dao.Connexio... | [
"johnnoutsa@gmail.com"
] | johnnoutsa@gmail.com |
ddc413e01131da13eb1e6bab219178ca36a69735 | 343e2c10f88f069d8af785375b44a42ed7909366 | /Citibank/src/test/java/SearchOnElementTest.java | dfeb8083b53828a3caaa7f6b67cb60e04c5498b5 | [] | no_license | Mozahar-Ahmed/MultiDomainTest | bfb1fa9a1fa0d6134530a401603bcc1561ea7177 | f83f36aabf8c686374eac529bcc2e24281676802 | refs/heads/master | 2022-02-25T03:47:22.122796 | 2019-10-28T21:37:36 | 2019-10-28T21:37:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 185 | java | import org.testng.annotations.Test;
public class SearchOnElementTest extends SearchOnElement {
@Test
public void searchFunctionalityTest() {
validateSearch();
}
}
| [
"mozahar33@gmail.com"
] | mozahar33@gmail.com |
70d1c4fd596a495eb9f99424be520f0c16930dd6 | 6db6eca7443c22213faf8c01445231ee3e7984de | /src/test/java/com/test/one/SanityTest.java | 6e49c19b2e9cb7a294e0a716ef949b73de35b307 | [] | no_license | tangintabassum/TestNG | f9a93c6c32c5f144abfa273e240e4b1cff942264 | 0944ccdeba388fc9b68edf3a40034ea7ac7134e2 | refs/heads/master | 2023-02-04T20:32:50.388934 | 2020-12-16T20:28:58 | 2020-12-16T20:28:58 | 321,780,935 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 664 | java | package com.test.one;
import org.testng.annotations.Test;
public class SanityTest {
@Test (groups = "aGroup")
public void TestOne() {
System.out.println("Test one");
}
@Test (groups = "bGroup")
public void TestTwo() {
System.out.println("Test two");
}
@Test ( groups = "aGroup")
public void TestThree... | [
"tangina_tabassum@yahoo.com"
] | tangina_tabassum@yahoo.com |
70098b0e5ab00a841857bb2c20a0494347867baf | d49dcc3df76120003776e1ec944a8fd1fb99795d | /PullRecycler/app/src/main/java/com/stay4it/sample/WelcomeActivity.java | ce8b70013f13d561854da94f88e8e3829093f6b7 | [
"MIT"
] | permissive | chefish/RecycleView | 5f719f4e3f110e7508c6d58e094fa25c0ca6bb58 | 289f43f13b361bcbe22c8b579dcc7c19119adfd5 | refs/heads/master | 2020-04-29T17:00:28.140578 | 2019-03-18T12:42:34 | 2019-03-18T12:42:34 | 176,282,915 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,107 | java | package com.stay4it.sample;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import com.stay4it.R;
import com.stay4it.core.BaseActivity;
/**
* Created by Stay on 2/2/16.
* Powered by www.stay4it.com
*/
public class WelcomeActivity extends BaseActivity... | [
"xiaomin.yxm@alibaba-inc.com"
] | xiaomin.yxm@alibaba-inc.com |
ff30bb840299276ec4eea395cca947502ad38e3f | 3c30127ec3d2a5dd5bc9b98cb86d35319daca019 | /app/src/main/java/com/example/phetandroidprototype/data/source/local/PhetDatabase.java | 46d4a3c5fc6858e6da8945aaf0f162952147b9bd | [] | no_license | mbarlow12/PhetAndroidPrototype | 9516fbf60af82a8eb7519bc4382b93ace08faf4a | 093cf3121f5463be81631de96ac1b1c3ab0be958 | refs/heads/master | 2020-04-23T00:24:04.616107 | 2019-03-01T23:59:07 | 2019-03-01T23:59:07 | 170,778,340 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,231 | java | package com.example.phetandroidprototype.data.source.local;
import android.content.Context;
import androidx.room.Database;
import androidx.room.Room;
import androidx.room.RoomDatabase;
import com.example.phetandroidprototype.data.source.local.dao.CategoryDao;
import com.example.phetandroidprototype.data.source.local.... | [
"m.barlow12@gmail.com"
] | m.barlow12@gmail.com |
7f89acf6bfd8adabf148fdc82e810a9b229165cb | e204e5409d0c2c17583a3b8b68360ea22312d8d8 | /src/java/com/sium/dao/component/UsuarioDAO.java | 19e97529ceb60db84220da4cf7697052e9f90d26 | [] | no_license | rimegaray/proyectodsw | 8112ebe8010faf31ffd0830f9cb1efeeed506d4d | 9f257f8ae2b47615c6239d852c4e368f87164af9 | refs/heads/master | 2021-05-07T07:43:32.565320 | 2017-11-22T20:48:29 | 2017-11-22T20:48:29 | 109,152,812 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,561 | 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.sium.dao.component;
import com.mongodb.MongoClient;
import com.mongodb.MongoException;
import com.mongodb.client.FindItera... | [
"raulalvaro123@hotmail.com"
] | raulalvaro123@hotmail.com |
8429083691ec67855660e8040aa455b4090031eb | 42d9bfece1999c12abdea00f6006f8ba375d4ad6 | /app/src/main/java/www/coders/org/qr_fintech_client/ProductObject.java | 621f34f4b28542a298ed4142ffdd082fbc947e39 | [] | no_license | hendel95/QR_FinTech_Client | 7f7cf0b11b877a649353171d9d9b696f9e262171 | f1c10a39550c13066d0bd8579138c63226db7b96 | refs/heads/master | 2020-03-18T21:31:15.217884 | 2018-05-29T11:53:25 | 2018-05-29T11:53:25 | 135,285,011 | 0 | 0 | null | 2018-05-29T11:18:27 | 2018-05-29T11:18:26 | null | UTF-8 | Java | false | false | 1,914 | java | package www.coders.org.qr_fintech_client;
import org.json.JSONException;
import org.json.JSONObject;
public class ProductObject {
private String num, name, price, img, init_date, del_date, owner_id, owner_shop, isDelete;
//??
@Override
public String toString() {
return name + "\t\t" + price + ... | [
"nj298@kumoh.ac.kr"
] | nj298@kumoh.ac.kr |
6124dcf23a50252a7e7fefdcbb816595d8012f43 | 43a59b3b36d5a35d5fa1747e25d9194e1ffcd1b4 | /src/main/java/org/geotools/data/kml/KMLFeatureSource.java | 19b0652988fd178ee68ab895f4ac89aeb2bd2753 | [
"MIT"
] | permissive | FirokOtaku/GeodataTransformSpring | 2f9816b24e2a61f96ead36b249a86d21b9cc4dba | 77f0073cd5e7bc9d52ca098a2699211d751acfdc | refs/heads/main | 2023-08-29T01:10:23.634434 | 2021-10-15T01:29:42 | 2021-10-15T01:29:42 | 417,329,208 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,298 | java | /*
* The MIT License
*
* Copyright 2020 Emre Demir.
*
* 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, copy, modi... | [
"firok@qq.com"
] | firok@qq.com |
b754a1ab5b3ec448aa0f225e93d1dc274bafbfaa | 326c7f9e6e2bd047c660a0182e44387a2a36df9b | /wflow-consoleweb/src/main/java/org/kecak/webapi/soap/endpoint/SoapAssignmentEndpoint.java | e8b87b3f1ae8ad295ddd099336ff4883937f0250 | [] | no_license | kinnara-digital-studio/kecak-workflow | ff2f76dc8c209358a0ef54199a67137e81bd6a16 | 0d54090b0bf159c81e25c80e05785a1efa2eff9b | refs/heads/master | 2023-06-23T12:22:15.567088 | 2023-06-08T07:29:09 | 2023-06-08T07:29:09 | 96,003,163 | 3 | 2 | null | 2023-02-22T04:30:42 | 2017-07-02T04:54:57 | Java | UTF-8 | Java | false | false | 33,904 | java | package org.kecak.webapi.soap.endpoint;
import org.jdom2.Element;
import org.jdom2.Namespace;
import org.jdom2.filter.Filters;
import org.jdom2.xpath.XPathExpression;
import org.jdom2.xpath.XPathFactory;
import org.joget.apps.app.service.AppService;
import org.joget.apps.app.service.AppUtil;
import org.joget.... | [
"septi.setiawati@kinnarastudio.com"
] | septi.setiawati@kinnarastudio.com |
7d746ea15ef5d3dfad92f5b62af2656e69cc5480 | b30480c73b52e97c531a9f486cc5d03201dae873 | /Tests/src/class_tests/Card.java | 82b0bc26c0ebe881e6d8ab98e1cbf190c59d6f56 | [] | no_license | lin432/High-School-work | 062e63d27d97ff3820d034230cb1a0bcc6acddf4 | a3a58bb96736430af38e46821140d1c2fbed9cd6 | refs/heads/master | 2021-01-17T21:06:21.767773 | 2016-07-10T15:08:18 | 2016-07-10T15:08:18 | 63,003,152 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 379 | java | package class_tests;
public class Card {
private int G3D;
private double price;
private String name;
public Card(int performance,double price,String title)
{
G3D = performance;
this.price = price;
name = title;
}
public int getG3D()
{return G3D;}
public double getPrice()
{return ... | [
"noreply@github.com"
] | lin432.noreply@github.com |
fffc1ad3123731e77e3fef37e5585451005e1317 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/google--closure-compiler/b783533aac33c06fc34ed4c3f284aa8411ea0c54/after/InlineFunctions.java | 7972c31435ff27c4d3677437b151c98f406339d2 | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 34,779 | java | /*
* Copyright 2005 The Closure Compiler Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
d741a9f4ac4a9966fddbd3c71a3448afdd57d3f1 | bc6881aaddd9cf265f56cc95350ddf14322b246a | /hapi-fhir-client-okhttp/src/main/java/ca/uhn/fhir/okhttp/client/OkHttpRestfulClientFactory.java | a036aa748dfb759f6e69c13128ecdf49561b82a1 | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | circa138/hapi-fhir | 7fd648d1016f4173cc47a7ecb3906458b6be1440 | af32c4b7e9c27b0a48a2fb42047b8d0d2007b720 | refs/heads/master | 2021-01-11T21:19:51.885486 | 2017-01-12T13:59:51 | 2017-01-12T13:59:51 | 78,763,334 | 1 | 0 | null | 2017-01-12T16:16:40 | 2017-01-12T16:16:40 | null | UTF-8 | Java | false | false | 3,048 | java | package ca.uhn.fhir.okhttp.client;
/*
* #%L
* HAPI FHIR OkHttp Client
* %%
* Copyright (C) 2014 - 2016 University Health Network
* %%
* 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
*... | [
"jamesagnew@gmail.com"
] | jamesagnew@gmail.com |
cf6e651a4e6b81646f35178433b2316221faff72 | 19f420ee0efe7f77944eaa31a86b6627dd33d557 | /MyApplication2/app/src/main/java/com/example/myapplication/present/DoiMatKhauGVFragment.java | aa18046881282574021627e1c4f4bd424fb2b36e | [] | no_license | HaseNguyen/GDU-Management-App | c1cf3b4a87ff84d81904f8c79daadd70fdb2a574 | bad5f51bb86162ba9e1520125cf042eb2cdd958f | refs/heads/master | 2022-12-13T16:43:37.918256 | 2020-09-25T13:43:50 | 2020-09-25T13:43:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,938 | java | package com.example.myapplication.present;
import android.os.Bundle;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import androidx.annotation.NonNull;
impo... | [
"nguyenlanyth@gmail.com"
] | nguyenlanyth@gmail.com |
db080d10abb5a1a80414164d962787effed6551f | f62e39c558e26e768e3cb4666fd890f7f6eaa562 | /src/main/java/com/example/thymeLeaf20200208/service/UserService.java | 706b96fd061500b0c333a1856df49b05ed90e30c | [] | no_license | Mrumian89/thymeLeaf20200208 | c5fa54fc91481d8efccf6a86ef8ac2a187025114 | 0baeb5f2777afbc77eb54d12854112b5925cf445 | refs/heads/master | 2021-01-01T03:00:44.094141 | 2020-02-09T16:01:30 | 2020-02-09T16:01:30 | 239,153,101 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,887 | java | /*
package com.example.thymeLeaf20200208.service;
import com.example.thymeLeaf20200208.model.User;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springfram... | [
"mrumian@wszib.edu.pl"
] | mrumian@wszib.edu.pl |
db03fbda0435cf4902deac0d4366a9a47ff75ea1 | c7a811acae842627d5483dced7282e6ce4a2d8b9 | /Seminar12/src/ro/ase/cts/seminar12/observer/BankAccount.java | 77faeafabc86ea727adcde0f3e1f4de0b642da6e | [] | no_license | wannawdo/cts_lab | d5accfd8900d04e850880f4636e7d0ba45eb7afa | ae8656293288b8ddc199f7fb8e8300f2702b2aba | refs/heads/main | 2023-05-13T17:00:56.510797 | 2021-06-03T06:28:51 | 2021-06-03T06:28:51 | 342,136,885 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 883 | java | package ro.ase.cts.seminar12.observer;
import java.util.ArrayList;
public abstract class BankAccount extends Account {
// entitate Observabil
// colectie de observatori
protected ArrayList<NotificationInterface> observers;
protected double balance;
protected String iban;
public BankAccount() {
this.observer... | [
"dragomirescuoana18@stud.ase.ro"
] | dragomirescuoana18@stud.ase.ro |
31601d126107d08660b0ff877a49750c0a636d02 | 5652e2d0f050b9b2b9caa95eb856e7fc81f9234d | /src/BodyMassIndex.java | 818967b1ba5d1e88b39aecbb2bf4a9bca01305a1 | [] | no_license | Nikolai-vyalkov/body-Mass-Index | 9eba3eb8a216316b9a96a19e980f5795c73276dc | df217491b42c438bbb03f12e509b3c30405e1a7d | refs/heads/master | 2022-11-25T05:27:09.991224 | 2020-07-30T19:03:55 | 2020-07-30T19:03:55 | 283,855,892 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 163 | java | public class BodyMassIndex {
public double calculate(double weight,double height){
double IMT = weight/(height*height);
return IMT;
}
}
| [
"nikolai-vyalkov@yandex.ru"
] | nikolai-vyalkov@yandex.ru |
6f79657ec93d165cac0a6e594f5ff2e8dc088782 | bf2966abae57885c29e70852243a22abc8ba8eb0 | /aws-java-sdk-mediaconnect/src/main/java/com/amazonaws/services/mediaconnect/model/transform/RevokeFlowEntitlementRequestProtocolMarshaller.java | 95a176070ee537423e5237d9cef306a2b1a054c3 | [
"Apache-2.0"
] | permissive | kmbotts/aws-sdk-java | ae20b3244131d52b9687eb026b9c620da8b49935 | 388f6427e00fb1c2f211abda5bad3a75d29eef62 | refs/heads/master | 2021-12-23T14:39:26.369661 | 2021-07-26T20:09:07 | 2021-07-26T20:09:07 | 246,296,939 | 0 | 0 | Apache-2.0 | 2020-03-10T12:37:34 | 2020-03-10T12:37:33 | null | UTF-8 | Java | false | false | 2,782 | java | /*
* Copyright 2016-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | [
""
] | |
2259b5a66c7883661331bcee9935d797154a52d5 | e6ee845cfcc072cc178e1e3f29c2218dda421ac7 | /Comp_Facebook/reverse_linked_list/Solution.java | abf265b88b62482c37b8844fb67318f9128c971b | [] | no_license | river06/leetcode2 | 184643124944bcd35d6ba6bbab1199eeee043136 | ad6d69ae3968b049f1b17f1b465533a24183e885 | refs/heads/master | 2021-01-21T02:11:13.199135 | 2018-02-02T05:21:40 | 2018-02-02T05:21:40 | 30,609,007 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 248 | java | class Solution {
public ListNode reverseList(ListNode head) {
ListNode pre = null;
ListNode cur = head;
while (cur != null) {
ListNode next = cur.next;
cur.next = pre;
pre = cur;
cur = next;
}
return pre;
}
}
| [
"weihc06@gmail.com"
] | weihc06@gmail.com |
83879c32225ac09781d631488ade80a85bcdc841 | a207945f5350d89cb15b412fcddaf08b1ad2b208 | /src/main/java/com/hacker/framework/pipeline/Dataview.java | 7d571d497e66e68662dffb69c31e432d89041aa1 | [] | no_license | HackerFight/xdatafront-framework-parent | 1dbee5769fdc70f487b8c354fe22b901088085d3 | 0c8d7bf65dbf1937fbc88329c88313b0573da8a4 | refs/heads/master | 2020-05-02T06:35:52.957647 | 2019-05-11T07:09:29 | 2019-05-11T07:09:29 | 177,799,169 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,505 | java | package com.hacker.framework.pipeline;
import java.util.List;
/**
* Created by hacker on 2019/3/30 0030.
*/
public class Dataview {
/**
* 试图编码
*/
private String dataviewCode;
/**
* 请求组建的集合,比如缓存读
*/
private List<String> requestComList;
/**
* 响应组件的集合,比如缓存写
*/
p... | [
"18368116334@163.com"
] | 18368116334@163.com |
3ac7d1e99157cebb24eccc488528cdd7d5cb7908 | 74bb9c6488cc14ec1b94eb4dacc9982a0ea864ef | /app/src/main/java/com/example/WAStickerApp/StickerPackInfoActivity.java | 6a0ab1fe0325f2e184289b27c214d614be73d612 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | fokkahontas/custom-sticker-app | 0594cbd87f96c96aa20f31cc730e5df8954bbbb4 | 818e2149a14942559917d809d7c5115d481217ed | refs/heads/master | 2020-04-08T13:43:35.261836 | 2018-11-27T22:29:14 | 2018-11-27T22:29:14 | 159,403,850 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,826 | java | /*
* Copyright (c) WhatsApp Inc. and its affiliates.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/
package com.example.WAStickerApp;
import android.content.Intent;
import android.graphics.Rect;
import... | [
"jule.wichi@hotmail.de"
] | jule.wichi@hotmail.de |
9b54ca1486b0c83d65f36c84bd8c75e7b7f1c1e4 | d1a6d1e511df6db8d8dd0912526e3875c7e1797d | /genny_JavaWithoutLambdas/applicationModule/src/main/java/applicationModulepackageJava9/Foo575.java | 923e458f313a2decc048fa3e4e1eb28366e1c07f | [] | no_license | NikitaKozlov/generated-project-for-desugaring | 0bc1443ab3ddc84cd289331c726761585766aea7 | 81506b3711004185070ca4bb9a93482b70011d36 | refs/heads/master | 2020-03-20T00:35:06.996525 | 2018-06-12T09:30:37 | 2018-06-12T09:30:37 | 137,049,317 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 346 | java | package applicationModulepackageJava9;
public class Foo575 {
public void foo0() {
new applicationModulepackageJava9.Foo574().foo5();
}
public void foo1() {
foo0();
}
public void foo2() {
foo1();
}
public void foo3() {
foo2();
}
public void foo4() {
foo3();
}
public void f... | [
"nikita.e.kozlov@gmail.com"
] | nikita.e.kozlov@gmail.com |
58206d1b807b2e81c0f0602af2dc60b060014754 | 3e20a358fb2ca39e84cf800b0f821f7898cc1e6a | /task14/LocationShareServer/src/com/jikexueyuan/locationshareserver/LocationShareHandler.java | ecc8b1092e219d009291818041d7eeb97b4c7420 | [] | no_license | dej-software/Android-Practice | 3f430a8cef9f7e28bba903d5f1a035780ac8f26b | 3ab4cd57f06b3866c5aeb41271e51fd326aef386 | refs/heads/master | 2021-01-12T09:08:16.199771 | 2016-12-18T06:56:33 | 2016-12-18T06:56:33 | 76,772,019 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,639 | java | package com.jikexueyuan.locationshareserver;
import org.apache.mina.core.service.IoHandlerAdapter;
import org.apache.mina.core.session.IoSession;
import org.json.JSONException;
import org.json.JSONObject;
import java.util.*;
/**
* Created by dej on 2016/11/6.
*/
public class LocationShareHandler extends IoHandlerA... | [
"dej1314@163.com"
] | dej1314@163.com |
634744b1c82775f5953d525ffb7cdf6f0333eaba | 3eb04851b0eef88e9175ff5a524d0c0ce820d136 | /app/src/main/java/com/arabic/app/model/Tain_Sath/JomlehSahih.java | 05119a74686a97f146cb8bc2ed99509d982085e9 | [] | no_license | sobhan-zp/Arabic_app | d8a023700ca1d550e283b7d511936d6832f28d37 | 905539f3eba4bbcbb43eaa32eaf6714c31cceb5a | refs/heads/master | 2020-03-08T03:40:50.105424 | 2018-04-26T08:43:09 | 2018-04-26T08:43:09 | 122,808,427 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,030 | java | package com.arabic.app.model.Tain_Sath;
/**
* Created by zp on 15/12/2017.
*/
public class JomlehSahih {
private int id;
private String title;
private String btn_1;
private String btn_2;
private String btn_3;
private String btn_4;
private String btn_5;
private String tv_1;
p... | [
"sobhan.zp@hotmail.com"
] | sobhan.zp@hotmail.com |
e5515ce0b4967ac93d7e8a26c79455b559b1c8c9 | 38a6795a6a384e43b8d1ae8c7fd8c6a40671f83f | /mall-pms/pms-boot/src/main/java/com/youlai/mall/pms/mapper/PmsCategoryBrandMapper.java | 4f5482979b050613ceb2040071454e4da04e6303 | [
"Apache-2.0"
] | permissive | zhlog1024/youlai-mall | 43a53c7591ddc1cf1fbc6a644f06e5f42ea3b830 | 7cd5ebe9f48e2c87e3cb0f15356f1ff95f81e7ea | refs/heads/master | 2023-07-11T00:31:20.174578 | 2021-08-14T12:20:25 | 2021-08-14T12:20:25 | 394,536,585 | 0 | 0 | Apache-2.0 | 2021-08-14T12:20:26 | 2021-08-10T05:33:36 | null | UTF-8 | Java | false | false | 338 | java | package com.youlai.mall.pms.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.youlai.mall.pms.pojo.entity.PmsCategory;
import com.youlai.mall.pms.pojo.entity.PmsCategoryBrand;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface PmsCategoryBrandMapper extends BaseMapper<PmsCa... | [
"1490493387@qq.com"
] | 1490493387@qq.com |
655409e8b0b1008d6c842bb54c668cbc0435e503 | c04934fe0020c8d79153e92eea92d42f6f580831 | /inOrderEqualLogic.java | cb7277f6b0028891c43a0ed28eb90368ac248136 | [] | no_license | taymosier/Java-Practice | d6d092bfb63259297720556858aaa816e5e116b6 | 770c601b9bf58c745c59fe24a297dbe336490e9c | refs/heads/master | 2021-01-19T21:32:47.924449 | 2017-04-19T03:01:02 | 2017-04-19T03:01:02 | 88,663,788 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 536 | java | /*
Given three ints, a b c, return true if they are in
strict increasing order, such as 2 5 11, or 5 6 7, but
not 6 5 7 or 5 5 7. However, with the exception that if "equalOk"
is true, equality is allowed, such as 5 5 7 or 5 5 5.
*/
public class inOrderEqualLogic {
public boolean inOrderEqual(int a, i... | [
"noreply@github.com"
] | taymosier.noreply@github.com |
8a296d817581cb75a3c0624b3a0861dd97b90189 | 1499772a52e699ef192993c54cc186f2050d155b | /ex1/src/com/banixc/study/j2ee/lesson/ex1/ShowDarkServlet.java | 979f00a20c8eb209d5f0095120e0655ac0e633af | [] | no_license | banixc/J2EE-Study | 3eea4043036e748551908bd4782e02cc74c08283 | 6cfea722c25b81d066a070dc89838fefddbe78a4 | refs/heads/master | 2021-01-10T18:12:03.226148 | 2016-11-06T06:43:48 | 2016-11-06T06:43:48 | 69,155,291 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 884 | java | package com.banixc.study.j2ee.lesson.ex1;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
import java.io.PrintWriter;
@WebS... | [
"banixc@qq.com"
] | banixc@qq.com |
9cb9907e22f3c1754e88eeaf47b020d7414d2d22 | 3eae5674144d86c3316ba30de564a80914dc4a41 | /src/siddhant/hindi/wordsense/PreProcess.java | db6ba34ed04947bd6ab1f26c368f7a959c6e15b1 | [] | no_license | Praggie/Hindi-NLP | 69b84e776b629e060b5f68d3fc6352ab72d7dd57 | 5a42031235088c29b21ea775416ad349782ce753 | refs/heads/master | 2020-04-23T01:35:29.967344 | 2017-07-20T07:39:20 | 2017-07-20T07:39:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,860 | java | package siddhant.hindi.wordsense;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStream... | [
"siddhantchhabra96@gmail.com"
] | siddhantchhabra96@gmail.com |
78eb5955c015662e668442526b151a7eefc4d7b6 | 9f10e58b66b1b36cbd62d59ed47b826d1c10139b | /src/java/main/level_2/CompressString.java | 8d3b722a4565f5ea58387bd3ed200d6e6734e6a8 | [] | no_license | Gor-Ren/firecode.io | 4b4a3a3c04da1c0bee3b8739fa0beb72ca0faa6b | 314aae53eb4fa7350bcac49fc82ec39572bf9e72 | refs/heads/master | 2021-01-22T01:34:25.893456 | 2019-09-30T17:18:00 | 2019-09-30T17:18:00 | 102,221,455 | 2 | 0 | null | 2017-09-13T21:33:37 | 2017-09-02T20:22:08 | Python | UTF-8 | Java | false | false | 2,279 | java | /**
* Compress a sorted String by replacing instances of repeated characters with
* the character followed by the count of the character.
*
* compressString("aaabbbbbcccc") --> a3b5c4
* compressString("aabbbbccc") --> a2b4c3
* compressString("abc") --> abc
*/
public class CompressString {
public static Stri... | [
"gor.rennie@gmail.com"
] | gor.rennie@gmail.com |
49b24e3bdaf31a35451d223ab34b98430698813f | 039fb5a76e2ffca265bc15203ca3277264e9e488 | /src/main/java/cz/educanet/tranformations/Dimensions.java | b6d30c7decbb316fd55f65ad37bc846e3ccce7a1 | [
"MIT"
] | permissive | j-forgac/Rasterization | 5049d14148bf00a0997803b5222fcb977fbc9885 | d9c5ca5d9646ac4aafedb411215c33396323d809 | refs/heads/main | 2023-03-08T04:58:00.697397 | 2021-02-19T10:47:19 | 2021-02-19T10:47:19 | 338,265,299 | 0 | 0 | MIT | 2021-02-12T08:47:59 | 2021-02-12T08:47:59 | null | UTF-8 | Java | false | false | 192 | java | package cz.educanet.tranformations;
public class Dimensions {
int width = 36;
int height = 27;
public int getHeight() {
return height;
}
public int getWidth() {
return width;
}
}
| [
"jan.forgac@educanet.cz"
] | jan.forgac@educanet.cz |
373e5e8ead5181a11ca1eda6312a47932e167c1c | 15b7df666a25d7cfcb14211444897c70759983bd | /soyatec_java_SDK/org.soyatec.windows.azure.java/src/org/soyatec/windowsazure/blob/internal/SharedAccessUrl.java | 2a178ac7e15323c62d3a0d12a2c4a5d21352442f | [] | no_license | movence/PRODDL-C | e06f867bb5ce9f9907c81d4d241947841f651cb0 | 394fec5f798ba33d5dabcec1d09614719964a7d9 | refs/heads/master | 2016-09-02T05:04:35.400589 | 2014-02-03T18:05:11 | 2014-02-03T18:05:11 | 15,555,355 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 7,310 | java | /**
* Copyright 2006-2010 Soyatec
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable la... | [
"devnull@localhost"
] | devnull@localhost |
90cfc4d92b4e9d82d972fcd9af22fdeba1dd8369 | f3218116a1facfdbe88394e9baa85bf134a04dd0 | /app/http/org/apache/http/impl/conn/SystemDefaultRoutePlanner.java | 6b872b9eb4516f0f1297c489ae02c2557c699d31 | [
"Apache-2.0"
] | permissive | xxonehjh/remote-files-sync | 422b45c031bd3aba30dd4402ab1614551509e6b5 | a4ee7952f6da3b931d70af075ae9ab5c88f32d0d | refs/heads/master | 2021-01-09T20:31:55.287970 | 2016-08-07T01:27:45 | 2016-08-07T01:27:45 | 62,180,893 | 8 | 3 | null | null | null | null | UTF-8 | Java | false | false | 4,826 | java | /*
* ====================================================================
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
... | [
"code234@qq.com"
] | code234@qq.com |
698cb5f6c0efedc04c5938fb852292f5adedf9f2 | ee19aed8e7c6518a4e2632c99a7477f76d84805c | /Phimy/app/src/main/java/com/phimy/view/adapter/MovieAdapter.java | bee309f2f7b07518d022af4ed8b5a2293a322246 | [] | no_license | avyavasthe/cautious-garbanzo | 1826cf5f43d95746f70f89a42f0c9ea522bfd5b9 | 712191da984686e31a9cd604af9ea7e55876aa0e | refs/heads/master | 2021-10-08T23:00:30.054060 | 2018-12-18T20:27:46 | 2018-12-18T20:27:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,205 | java | package com.phimy.view.adapter;
import android.content.Context;
import android.graphics.drawable.Drawable;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;... | [
"cgrobertsalcorta@yahoo.com.ar"
] | cgrobertsalcorta@yahoo.com.ar |
3979b10844857f5e73c51c9192d15b0179887150 | ce791608be642d04c0f5272dd11a34504b1b189a | /p_volley/src/main/java/com/volley/libirary/http/request/RequestCallBack2.java | 1e0a23cdc646ee950d851395d9166b1fd50f6eea | [] | no_license | wincentytg/MBApplication | 7c30790a4404bee1f09942210b4f6744140bd869 | 2a7f33541f3071336cbb1ea5850756e8406671bf | refs/heads/master | 2020-03-22T17:16:33.449824 | 2018-09-11T06:42:50 | 2018-09-11T06:42:50 | 140,385,262 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 253 | java | package com.volley.libirary.http.request;
import com.android.volley.VolleyError;
/**
*
* @author 于堂刚
*/
public interface RequestCallBack2<T> {
public abstract void onResult(T response);
public abstract void onError(VolleyError error);
}
| [
"995278340@qq.com"
] | 995278340@qq.com |
af84469e524ed4cce0c3990feb57e771f91697d0 | d950704f993a38c5f7c632d0322eb6df5877ff49 | /framework/src/main/java/com/wch/jdbc/SessionImpl.java | 0302a5de8ff19e940ba41b2fdd310b2212a4e6b3 | [] | no_license | gdnwxf/framework | 025fef9c1e60d6673c16aed88fc969da810c44ba | dee9604c004a28c7fc40a1d16b96dec8a4852cd1 | refs/heads/master | 2020-04-15T12:44:02.039374 | 2017-05-12T02:52:12 | 2017-05-12T02:52:12 | 61,381,968 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 28,064 | java | package com.wch.jdbc;
import java.lang.reflect.Constructor;
import java.lang.reflect.Field;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.math.BigDecimal;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.ResultS... | [
"qinghao@2dfire.com"
] | qinghao@2dfire.com |
eed6ead4ba4419b851bea143794f7b7c92e6fb13 | 937ae320ee4474b49da921c31ac9ca91a83c8b73 | /Networking./app/src/test/java/com/example/adwitiyasingh/networking/ExampleUnitTest.java | f5f86d09521711a9ddae93f19d1bed146176508f | [] | no_license | Adwitiya-Singh/Android | f5767ec41629c11faa778d8ed54a8309a65bc06a | 7163b469279d001bad52c3b88b103de2f57bd021 | refs/heads/master | 2021-08-10T22:10:57.486824 | 2017-11-13T01:26:49 | 2017-11-13T01:26:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 414 | java | package com.example.adwitiyasingh.networking;
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
... | [
"adwitiya.karan@gmail.com"
] | adwitiya.karan@gmail.com |
afed8fd3fee39d472c77028dc4f6af19ee747f61 | 15cb86c70c12beedccb7cf2f185ee5a25b316ce4 | /src/main/java/com/cr/rental/customer/Customer.java | 5e441708af75a2aef707c40af289467dff29732b | [] | no_license | shekharDivyanshu/cr-car-rental-system | 2ef83e4e263afad246294f049c5ba5a164648408 | 7f378e9763ef42aa9e0032fdc88a329fbd7746c9 | refs/heads/master | 2020-03-28T23:19:02.678851 | 2018-09-18T13:06:40 | 2018-09-18T13:06:40 | 149,285,979 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 934 | java | /**
*
*/
package com.cr.rental.customer;
/**
*
* @author dshekhar
*
*/
public class Customer {
private String firstName;
private String lastName;
private String dateOfBirth;
public Customer(String firstName, String lastName, String dateOfBirth) {
this.firstName = firstName;
this.lastName = lastName... | [
"dshekhar@divyanshus-MacBook-Pro.local"
] | dshekhar@divyanshus-MacBook-Pro.local |
4bd7cce77e8eef558f75da6673d3dc3a7260c2dd | 37a35ef17577a5bb92b6e45d8d70fda74a9f99b9 | /LoginPractice/src/main/java/mx/utng/practice/model/UserPorfile.java | 113fab8c5b143e109ab268288924329b8b41fe12 | [] | no_license | maribelmmc/Unidad-5 | a3082f14550816f0a76dafa70ede4e6d93ba8ed3 | c4d0bc68805841d17a2f806837a18d60589525b0 | refs/heads/master | 2021-01-12T00:14:26.387397 | 2017-01-12T00:54:24 | 2017-01-12T00:54:24 | 78,693,857 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,086 | java | package mx.utng.practice.model;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity @Table (name="userPorfile")
public class UserPorfile {
@Id @GeneratedValue
private Long porfileId;
private String userId;
priva... | [
"noreply@github.com"
] | maribelmmc.noreply@github.com |
9eab0f53b6b2526fe7bddbb9e0d32fac50db9539 | 726a28dcac2f8f7aceb5927497ac03a251ebe3d2 | /Builder/OrderBuilder.java | 9c86fdf3b1807172859fd3ee04c34134e5b11ce2 | [] | no_license | manjirimanikrao/collect | ce86611d317725843f41dcbfc6b225d4c1b38de0 | adf356130c766b9bf3d56de5cfb28c0be0a9c0a2 | refs/heads/master | 2020-06-14T15:51:18.529464 | 2019-08-09T09:19:30 | 2019-08-09T09:19:30 | 195,047,189 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 16,552 | java |
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
/**
*
* @author Ashwani
*/
public class OrderBuilder {
public OrderedItems preparePizza() throws IOException{
OrderedItems itemsOrder=new OrderedItems();
... | [
"noreply@github.com"
] | manjirimanikrao.noreply@github.com |
d825747e5ee7af385a0d92818509ef4855c27c0d | ee4cfa2130e2c6e5ae9e16fae7ef26855ebe3e16 | /src/main/java/web/ManterIngredientes.java | a9422b42c495c7e6473fb6bba04ddb478d1a692b | [] | no_license | zecarlosalmeida/sce | d3633ca62a2d280e00d14f3f674f1169d931deb5 | 9a9a1d159e85f6a7d4faca27163041a0c462d597 | refs/heads/master | 2021-07-07T06:55:13.569680 | 2017-10-04T16:22:00 | 2017-10-04T16:22:00 | 105,790,043 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 951 | java | package web;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
imp... | [
"zekarlos@gmail.com"
] | zekarlos@gmail.com |
b0fe2c67dddd98c5e61ab33018455e3db21d0b1b | b1516ff1890edab3f4f7db376d9cbdf4e9f9d74e | /hgs3896/Prototype/app/src/test/java/hgs/app/prototype/ExampleUnitTest.java | 0fd6ecf3f0d9515b32c33c2c998123f8e6bfb7b7 | [] | no_license | hgs3896/EventPlanner | ca37625118820e5ebbd3f5b6cbf581751e58d35e | c48f9a11554ea8d8891677bc12ed3d0149b29a85 | refs/heads/master | 2020-06-10T19:17:33.020197 | 2019-07-06T12:28:12 | 2019-07-06T12:28:12 | 193,719,204 | 0 | 0 | null | 2019-06-25T14:02:57 | 2019-06-25T14:02:57 | null | UTF-8 | Java | false | false | 378 | java | package hgs.app.prototype;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
public void addi... | [
"hgs3896@naver.com"
] | hgs3896@naver.com |
d6ff07b7904e804b0cfe01966694445d62fdbbb9 | 4bda683297b9722a66dea07806339c335c143a85 | /app/src/main/java/net/lzzy/practicesonline/activities/activities/QuestionActivity.java | 7f0416f56f98e6396269c522f7721ef1a944b078 | [] | no_license | zhuoxiaofei/PracticesOnline | 712da97b3cea96a5f5c17f85855f674a67673724 | 4062ad4c88c8bad1b271233c5fcb23dd616e247a | refs/heads/master | 2020-05-07T11:43:05.365635 | 2019-05-22T04:08:07 | 2019-05-22T04:08:07 | 180,472,975 | 0 | 0 | null | 2019-04-10T00:55:20 | 2019-04-10T00:55:19 | null | UTF-8 | Java | false | false | 12,178 | java | package net.lzzy.practicesonline.activities.activities;
import android.content.Intent;
import android.os.Bundle;
import android.os.Message;
import android.os.Parcelable;
import android.view.View;
import android.view.Window;
import android.widget.LinearLayout;
import android.widget.TextView;
import android.widget.Toas... | [
"895885871@qq.com"
] | 895885871@qq.com |
5f4adb0ec4213da173f7154251018ab7f64a83f3 | 13d0d6e5b5d4471952d4a7a1c7a4900d5323953c | /tools/feilong-tools-jsoup/src/test/java/com/feilong/tools/jsoup/job51/JobCrawler.java | bf8017c28345e0ccbd2d1e6cee63a748299bf1a1 | [] | no_license | qq122343779/feilong-platform | 3c55867391620eb1283ca95c2aa30ea1bc156b1c | 5824b20445747ecd6e730c5a11c120d4e9f9838a | refs/heads/master | 2021-01-18T11:50:57.837512 | 2014-12-03T06:55:59 | 2014-12-03T06:55:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,734 | java | /*
* Copyright (C) 2008 feilong (venusdrogon@163.com)
*
* 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... | [
"venusdrogon@163.com"
] | venusdrogon@163.com |
54858a33727f0864986ddd80554e60eedcd3e292 | 8f623186f6728aeb17e50e1ef1d0afbb35bc95f0 | /src/org/launchcode/l_enumerations_autoboxing_and_annotations/Meta3.java | acff5b9023eef70a56edf8508e8a977ff44516b0 | [] | no_license | skbandari/corejava | ec1c174910b89dc8242347656100736b4787d4b3 | 85edb120ae0f554432f585683901d47d8b160a2c | refs/heads/master | 2021-07-13T00:41:47.959767 | 2019-03-12T20:27:01 | 2019-03-12T20:27:01 | 148,991,252 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 810 | java | package org.launchcode.l_enumerations_autoboxing_and_annotations;
import java.lang.annotation.Annotation;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.reflect.Method;
@Retention(RetentionPolicy.RUNTIME)
@interface
Myannotation3 {
String str() default "teat";... | [
"saikrishnabandari@hotmail.co.uk"
] | saikrishnabandari@hotmail.co.uk |
c2f5afee318a326b713935112f9d2e1ae8f5228b | 69112e903769b48f334d654d920bb74c21a67546 | /processor/src/main/java/com/workday/autoparse/json/codegen/JsonObjectParserTableGenerator.java | c40477fb5758cd26b3cab1425dbddf7e815647e6 | [
"MIT"
] | permissive | fakegithubacct/autoparse-json | 62128a655ed1e55b0437326e8b6cacd4c9e3101c | 76dc6e52548dfc243853ce6eab3e2d8d4e1af1e1 | refs/heads/master | 2020-04-11T04:50:57.644506 | 2017-11-06T21:48:16 | 2017-11-06T21:48:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,865 | java | /*
* Copyright 2016 Workday, Inc.
*
* This software is available under the MIT license.
* Please see the LICENSE.txt file in this project.
*/
package com.workday.autoparse.json.codegen;
import com.squareup.javawriter.JavaWriter;
import com.workday.autoparse.json.annotations.JsonObject;
import com.workday.autopar... | [
"nathan.taylor.oss@gmail.com"
] | nathan.taylor.oss@gmail.com |
3203838b74f5859d65d3b699301e55a62bba5f26 | 6a2569b80a8cf293937e358e1114fa9c760771b0 | /src/org/coursera/dopt/cp/gcoloring/Graph.java | 9034a41dfa9c61e0f1e42ee4d72025e5048cb370 | [] | no_license | anacleto85/DiscreteOptimization | d6c949834fb54b69fc2aa0b240db0da7e200dffc | 2c47224a112fe89a8630a25120cd55fda91e0c05 | refs/heads/master | 2021-02-05T02:51:24.286203 | 2020-02-28T10:28:04 | 2020-02-28T10:28:04 | 243,736,295 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,356 | java | package org.coursera.dopt.cp.gcoloring;
import java.util.Arrays;
import java.util.LinkedList;
import java.util.List;
/**
*
* @author alessandroumbrico
*
*/
public class Graph
{
private int V;
private int E;
private GraphColorDecisionVariableDomain dom;
private GraphNode[] nodes;
private List<GraphNode>[] a... | [
"umbrico.alessandro@gmail.com"
] | umbrico.alessandro@gmail.com |
a4e822ae5ffa9d1301edb6bb5cb47d8764151072 | 54b2565cdf395a26711be4e7a3b6aa94c6bbbc84 | /src/eigthbot/FinalAttack.java | 59ae3cff4345e3cdc93baceacb8c4448ecdb5b40 | [] | no_license | IvanGeffner/BC19 | 1d08cf168c795e2be8db5e20f30db2ff59450806 | 8bac1fc9cf411d4b723f2279245cd8310007e4da | refs/heads/master | 2020-04-17T13:11:42.039742 | 2019-01-27T05:52:35 | 2019-01-27T05:52:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,501 | java | package eigthbot;
import btcutils.Robot;
public class FinalAttack {
final int MIN_FUEL = 15000;
final int MIN_TURN = 500;
final int MIN_CONT = 70;
final int BROADCAST_DIST = 45;
MyRobot myRobot;
Utils utils;
Symmetry symmetry;
Broadcast broadcast;
CastleUtils castleUtils;
b... | [
"ivanegeffner@gmail.com"
] | ivanegeffner@gmail.com |
3287f5a402ed446da695fcf9cddaa2bc71c2cb87 | 3402ce3738f5d803ca44defe73617c93d5716a94 | /src/main/java/model/Policlinicas.java | 05c0488b083813906e125a8d272a99123cf8d44a | [] | no_license | RogerAlves/saude_rec | 04c14bc73bbc2f8ac1282d463420cbdfba9f2735 | dbf8feb88636555ca7a3d5ea408c7d2ba0300ab4 | refs/heads/master | 2016-09-06T04:18:32.500427 | 2014-01-28T06:16:14 | 2014-01-28T06:16:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,614 | java | package model;
// Generated 27/01/2014 15:23:40 by Hibernate Tools 4.0.0
import javax.persistence.AttributeOverride;
import javax.persistence.AttributeOverrides;
import javax.persistence.Column;
import javax.persistence.EmbeddedId;
import javax.persistence.Entity;
import javax.persistence.Table;
/**
* Policlinicas ... | [
"andreysondj@hotmail.com"
] | andreysondj@hotmail.com |
97467f73a80b075e87f18bf2cad477ba1e9a1032 | efa0a4c62bfdd480d6e3f1615b2ff67cee20c592 | /app/LibraryControl.java | f11f0f64f58839e107f7bb2b5219c15822ee7ea4 | [] | no_license | berec/library | c150a324984417c4e83495420e7e45504b16ce73 | 9d75a481cdf51ebe076a739567467ae9a2c48cd7 | refs/heads/master | 2021-09-10T09:37:06.171878 | 2018-03-23T18:06:27 | 2018-03-23T18:06:27 | 113,704,803 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,307 | java | package app;
import utils.DataReader;
import utils.LibraryUtils;
import data.Book;
import data.Library;
import data.Magazine;
import java.util.InputMismatchException;
import java.util.NoSuchElementException;
public class LibraryControl {
// zmienna do komunikacji z użytkownikiem
private DataReader dataReader... | [
"norbert.bruc@gmail.com"
] | norbert.bruc@gmail.com |
b43653e65fc03a716e94e22619b20bff170a80a3 | 3844b2c43fef40cd144612d0be5b0bd7de555f67 | /logger-logback/src/test/java/net/openhft/chronicle/logger/logback/LogbackIndexedChronicleConfigTest.java | f97357b8253f583c84d716a75b10477ea297327c | [
"Apache-2.0"
] | permissive | herburos/Chronicle-Logger | 0468be1575cadb272ca82b317c19b840606ec092 | a96d6d7c6370982bca88c27758354425341d3e6b | refs/heads/master | 2021-01-17T12:36:43.255269 | 2015-03-03T22:54:03 | 2015-03-03T22:54:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,036 | java | /*
* Copyright 2014 Higher Frequency Trading
*
* http://www.higherfrequencytrading.com
*
* 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
... | [
"lburgazzoli@gmail.com"
] | lburgazzoli@gmail.com |
570118130325a250deb90308842640682565b570 | 5d17d17c6845e07af2da87d59b148cce9d4f7f24 | /src/datastructures/FasterScanner.java | cb7511ba4c26f7616c3260ea129abb3e5b896eaf | [] | no_license | hitarthk/Algorithms | f08f73ad9912d81c0214e6bca5e1aaa9f114cf23 | 404262b354037e45189bce6de0f3a40d59003356 | refs/heads/master | 2021-01-10T10:00:27.828341 | 2016-01-07T09:41:02 | 2016-01-07T09:41:02 | 49,090,963 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,113 | 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 datastructures;
import java.io.IOException;
import java.util.InputMismatchException;
/**
*
* @author hitarthk
*/
class Fas... | [
"hitarthk@gmail.com"
] | hitarthk@gmail.com |
bebb6d8d373849fa4651418c51857d966bd38bdc | 2a20cf43644a894abd1f8734d7b4dd3635c986c0 | /JavaCodingProject/src/com/coding/Multithreading/Deaddemo.java | d9232e87a47469b4afcd61a0c6f548acecf4e03c | [] | no_license | Mayankyadav123/JavaCodePractise | 1f233b87baf145dd1feab69aa00666a9d3e4fec0 | ec5650d7b0f57e1cd02181fc4f1181c8fe1c4c89 | refs/heads/master | 2022-05-20T22:21:20.710605 | 2022-05-06T14:02:11 | 2022-05-06T14:02:11 | 176,207,632 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,114 | java | package com.coding.Multithreading;
public class Deaddemo {
public static void main(String[] args) {
// TODO Auto-generated method stub
final Object ob1= new Object();
final Object ob2= new Object();
Thread t1=new Thread(new Runnable() {
@Override
public void run() {
// TODO Auto-generated me... | [
"mayank1yadav1@gmail.com"
] | mayank1yadav1@gmail.com |
e201588aa0da80dc16de8199d405c365c04bcebb | e5f912dca37a2ac307b65cc54bb00218a06b4060 | /org/telegram/ui/ContactsActivity.java | 264df328c57bbabcc45f7b23bc672f34345a6911 | [] | no_license | lcastro12/TelegramAnalysis2 | eb3c94db166f34c41014e7ac2fb03b10495eba6f | 27d7fa66ed6f37d7f1b0726ac373b4c040bc421c | refs/heads/master | 2021-09-13T23:50:57.135120 | 2018-05-06T03:48:37 | 2018-05-06T03:48:37 | 132,304,318 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 26,885 | java | package org.telegram.ui;
import android.app.AlertDialog.Builder;
import android.content.Context;
import android.content.DialogInterface;
import android.content.DialogInterface.OnClickListener;
import android.content.Intent;
import android.content.SharedPreferences;
import android.net.Uri;
import android.os.Build.VERSI... | [
"l.castro12@uniandes.edu.co"
] | l.castro12@uniandes.edu.co |
da59462349d75dd65f06224c96c4e885105685dc | bf1b51f3e035778f932160b2b27c94449eb4eaab | /src/main/java/com/zoudong/fileserver/config/interceptor/FeginClientInterceptor.java | fc209b781abd85f5fb570e508daa2f1817ceb043 | [] | no_license | zoudong/spring-cloud-fileserver | fc1022ad8e6f5b1a0c2ab535091f94dbc6e9f3c6 | 1a528e3cbbe07f7ac2baf783a71b82c6c233f540 | refs/heads/master | 2020-03-27T10:19:40.098599 | 2018-08-28T08:12:06 | 2018-08-28T08:12:06 | 146,411,873 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,390 | java | package com.zoudong.fileserver.config.interceptor;
import feign.RequestInterceptor;
import feign.RequestTemplate;
import org.springframework.context.annotation.Bean;
import org.springframework.stereotype.Component;
import org.springframework.web.context.request.RequestContextHolder;
import org.springframework.web.cont... | [
"zhoud006@udduo.com"
] | zhoud006@udduo.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.