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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ddc1bd612838bf664e67a5079007a6a97b5311d1 | f7341025b8f356fae561a910f1cbebb1beb68ad7 | /src/main/java/com/scorsaro/bbas/service/impl/TimeBasedOperationsServices.java | fb2e96c256cf9df44d2bcec0f4738a1b0d9b1e6a | [] | no_license | salvatorecorsaro/ironhack_BBAS | 681684241ebbb8185ebd2400e6f6c0ea8c6d1eec | f6caad00a4909cff5b7735bf0ab49cabae95c152 | refs/heads/master | 2023-03-03T22:22:53.726048 | 2021-02-14T23:47:43 | 2021-02-14T23:47:43 | 337,533,110 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,305 | java | package com.scorsaro.bbas.service.impl;
import com.scorsaro.bbas.dto.others.BalanceDTO;
import com.scorsaro.bbas.enums.TransactionType;
import com.scorsaro.bbas.model.accounts.Checking;
import com.scorsaro.bbas.model.accounts.CreditCard;
import com.scorsaro.bbas.model.accounts.Saving;
import com.scorsaro.bbas.model.ot... | [
"salvatore.corsaro@live.com"
] | salvatore.corsaro@live.com |
71f52aa5400fbd934a762c6fbc2ec14f84c4bde2 | af00e9974bded210ed5ce9e77cb7e5881ceff8f7 | /src/lazi/sudoku/deducer/OnlySquareForAValueDeducer.java | 888b528aacb30e05079eb732c5e012f409037e91 | [] | no_license | lazinessisavirtue/sudoku-java | c447ddeacfc448e6b8156fa77f34c11dd38ff460 | 160cac65a01831a72d51a341041d54612c90a90b | refs/heads/master | 2020-04-30T06:25:52.800808 | 2019-03-29T05:04:47 | 2019-03-29T05:04:47 | 176,651,377 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,694 | java | package lazi.sudoku.deducer;
import java.util.Arrays;
import java.util.List;
import lazi.sudoku.Position;
import lazi.sudoku.PositionLists;
import lazi.sudoku.PossibleValues;
import lazi.sudoku.board.MutableBoard;
public class OnlySquareForAValueDeducer extends Deducer {
@Override
public bo... | [
"lazinessisavirtue@users.noreply.github.com"
] | lazinessisavirtue@users.noreply.github.com |
83480f3c74f8f56a622572cb8ba685c517fc8fd9 | d12060e201ae6ced20641692a98f5614949406b6 | /ChainResponsability/src/Chain.java | 591adf4e6806be67f5e8613be23cf61843ee6596 | [] | no_license | syordya/CSUNSA-IS2 | de151b5ad2bb8e7113a1c0a37e6ca4deddee2f8b | eee522d156a1d72729de99d1d7cb0a1781eba04d | refs/heads/master | 2023-01-30T14:24:54.814222 | 2020-12-17T06:49:38 | 2020-12-17T06:49:38 | 299,135,845 | 0 | 0 | null | null | null | null | WINDOWS-1250 | Java | false | false | 545 | java | // El patrón de cadena de responsabilidad tiene un
// grupo de objetos que se espera que entre
// ellos podrán resolver un problema.
// Si el primer Objeto no puede resolverlo, pasa
// los datos al siguiente objeto de la cadena
public interface Chain {
// Define el siguiente Objeto para recibir los datos
... | [
"noreply@github.com"
] | syordya.noreply@github.com |
52d607a79a099c0179f9cd61d979d5db010781d4 | 3a05ae7851f8cd6d41311a2cdf243448d5a21a67 | /suffix_array/src/SuffixArray.java | ff45501a03239f95f4b99c3715f5deb45629efac | [] | no_license | wesley-stone/algorithm | 1c7c499f789239f111a3ccf1bc1f77c7739ddfd1 | fcbe8763a4cd1abdecdc92f1565f0440290d57f3 | refs/heads/master | 2021-06-17T14:01:42.629769 | 2017-06-13T08:15:19 | 2017-06-13T08:15:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,226 | java | import java.util.ArrayList;
import java.util.List;
import java.util.Map;
/**
* Created by wesley on 2017/3/19.
*/
public class SuffixArray {
public static List<String> suffix(Map<String, String> sequence){
return null;
}
static int[] suffix(String seq){
return null;
}
static ... | [
"shiwenlei2012@gmail.com"
] | shiwenlei2012@gmail.com |
97a5466ece8f7843b20cf7f49a0533e76bd92e92 | f97b7c8f816763a33b69c2052cc36780a863b7e0 | /designpattern/src/main/java/cn/javass/dp/flyweight/example5/Client.java | eea9344b8969dcd98340fced24b073f3d8646ace | [] | no_license | nowodoo/MyProject | 82aaace8966b8b0f4dcc229f7c84eb325d19e0f2 | 28cf37ac4414ceb7b114da66ecd44293a5eb1536 | refs/heads/master | 2022-12-21T19:34:46.762779 | 2020-03-07T14:03:09 | 2020-03-07T14:03:09 | 92,837,359 | 1 | 0 | null | 2022-12-16T08:06:11 | 2017-05-30T13:45:38 | Java | UTF-8 | Java | false | false | 1,081 | java | package cn.javass.dp.flyweight.example5;
import java.util.*;
public class Client {
public static void main(String[] args) throws Exception{
SecurityMgr mgr = SecurityMgr.getInstance();
boolean f1 = mgr.hasPermit("张三","薪资数据","查看");
boolean f2 = mgr.hasPermit("李四","薪资数据","查看");
boolean f3 = mgr.hasPermi... | [
"maluyong@tuniu.com"
] | maluyong@tuniu.com |
24b7fe3949ce7e376443feafdd4773da80317b28 | d7c65ec7269db62ccc01e1e48244d0ee28852759 | /app/src/main/java/com/maxin/liang/adapter/share/TextAdapter.java | 16cb451b38286e05577797acbae0cf786c3c5a3f | [] | no_license | atguigumx/Liang | c81b610d0bbe56a8650ab9580db93a7375a4a9c0 | 5298f54ef285592f50cb22435ad87c4737e0543c | refs/heads/master | 2020-12-02T18:12:31.778258 | 2017-07-27T03:44:14 | 2017-07-27T03:44:14 | 96,375,965 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,712 | java | package com.maxin.liang.adapter.share;
import android.content.Context;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
import com.maxin.liang.R;
import com.maxin.liang.bean.share.DuanZiBean;
import java.util.ArrayList;
import java.util.List;... | [
"475719725@qq.com"
] | 475719725@qq.com |
a72ae4fa544bc15c4262eee346304d075b24f9fd | cb2321b8beeca3953ba9ec2b3136b900fe85811e | /src/main/java/com/victor/auth/payload/response/JwtResponse.java | 4bc72961e4136d7ae5eb81ee2396f0a1cda7c1dd | [] | no_license | victor-onu/auth | 96c30057362fc5a3759545e206a93f69875d3547 | b8593af07ace8c066ea44d30b365096aed9ff617 | refs/heads/master | 2021-01-07T15:36:13.484469 | 2020-02-19T22:52:17 | 2020-02-19T22:52:17 | 241,744,196 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,304 | java | package com.victor.auth.payload.response;
import java.util.List;
public class JwtResponse {
private String token;
private String type = "Bearer";
private Long id;
private String username;
private String email;
private List<String> roles;
public JwtResponse(String accessToken, Long id, Str... | [
"victoronushaibu@gmail.com"
] | victoronushaibu@gmail.com |
2b9c6fc5cc2d730ecc9a5e65d49d7d40c3b1ca0c | 5fa498f45ba00a5d0badaba87d3a81577c9718f9 | /app/src/main/java/i/app/menthelapp/CounsellorPkg/ClientViewFragment.java | 88da5f8f201ab21be17ebb4a8584ad51c79e5b7f | [] | no_license | SuHuini/MentalApp | 9fde6aac8109248d244e29caf87fb369cdb2aa66 | c09c219da56c2538b462e6c0512507a026d4ec02 | refs/heads/master | 2023-03-08T21:29:09.463357 | 2021-02-17T17:11:51 | 2021-02-17T17:11:51 | 306,880,768 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,896 | java | package i.app.menthelapp.CounsellorPkg;
import android.content.Context;
import android.net.Uri;
import android.os.Bundle;
import androidx.annotation.NonNull;
import androidx.fragment.app.Fragment;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import androi... | [
"SuHuini@github.com"
] | SuHuini@github.com |
12f59873c6aab849d172a9614b502b8ff6b78d2e | 55b707a9085bf1bf8ed3ff4f153137224da15271 | /src/main/java/br/com/ifce/domain/Car.java | a4fd39fe9679e68a201d54ce4c880072df9c2d97 | [] | no_license | EngBruno/CarRESTfull | 5389d0742269e469bff3df62d7f6d2cdfc0e4d2f | 8b49c7b6ce3e0553825ebbbb9ebf51e9aa5693b8 | refs/heads/master | 2021-01-10T17:15:50.841785 | 2016-02-17T16:39:43 | 2016-02-17T16:39:43 | 50,428,018 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,572 | java | package br.com.ifce.domain;
import java.io.Serializable;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement
public class Car implements Serializable {
private static final long serialVersionUID = 1L;
private Long id;
private String type;
private String name;
private String desc;
private String ur... | [
"roberto.bruno007@gmail.com"
] | roberto.bruno007@gmail.com |
14a49b64604ea4ef568834f173f2ceaf2600c342 | d20d293c3f0928d79fcd1a65cea8d636e1369719 | /1.JavaSyntax/src/com/javarush/task/task06/task0618/Solution.java | 7ff011b93803ba80a3d2bdaf8c281323a5b87911 | [] | no_license | Feverhowl/JavaRushTasks | 1efee70f19da5e571c75519599fa46a893b3d31b | 453bbf63929c66f7016833c4ee088008e6f8e454 | refs/heads/master | 2020-06-21T23:45:16.354874 | 2020-04-02T08:18:28 | 2020-04-02T08:18:28 | 197,581,079 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 296 | java | package com.javarush.task.task06.task0618;
/*
KissMyShinyMetalAss
*/
public class Solution {
public static class KissMyShinyMetalAss {
}
public static void main(String[] args) {
KissMyShinyMetalAss ass = new KissMyShinyMetalAss();
System.out.println(ass);
}
} | [
"zolotarevdmitrij@Mac-mini-tech.local"
] | zolotarevdmitrij@Mac-mini-tech.local |
2e5e5f9e93c187e5de5da34510dccdfbdf98655e | 00fb5ac5704db88e6b36bc6b13e8f4077f97883a | /Gestion De Reclamations/PiDev2V2/src/Controller/FXMLDocumentController.java | ec7432d97ef755fceb7b40f9859b60649a674596 | [] | no_license | BlastillROID/SocialPro | ba679dcd3149d19890ec5a9e0f10eb7959f434db | a391ae9d261c245df37a971caff458984f31b9d0 | refs/heads/master | 2023-03-19T04:00:13.368891 | 2017-05-05T02:03:55 | 2017-05-05T02:03:55 | 81,463,275 | 0 | 0 | null | 2023-03-08T14:20:16 | 2017-02-09T15:16:45 | Java | UTF-8 | Java | false | false | 5,452 | 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 Controller;
import java.net.URL;
import java.sql.Date;
import java.util.ResourceBundle;
import javafx.collections.FXCollection... | [
"nizar.hamouda@esprit.tn"
] | nizar.hamouda@esprit.tn |
91ef80bfa5e4cb6c52a0767c366be2f7f3601475 | a4cb372ced240bf1cf0a9d123bdd4a805ff05df6 | /spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/integration/IntegrationPropertiesEnvironmentPostProcessor.java | dc15c6ebf6f05cf64b8848a9e0d23736d22736ed | [] | no_license | ZhaoBinxian/spring-boot-maven-ben | c7ea6a431c3206959009ff5344547436e98d75ca | ebd43548bae1e35fff174c316ad154cd0e5defb3 | refs/heads/master | 2023-07-18T12:53:49.028864 | 2021-09-07T04:55:54 | 2021-09-07T04:55:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,913 | java | /*
* Copyright 2012-2021 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | [
"zhaobinxian@greatyun.com"
] | zhaobinxian@greatyun.com |
1bcf638ad4ce965253bb873c1825ee04088d0bb7 | 0e3ebd531666d66314fe04d2fde0483fbea37f8c | /casterly-rock-common/src/main/java/kz/zhadyrassyn/casterly/rock/common/error/BadCredentialsException.java | c9f30e2feeb43bd63ab6d4b005a0a939478e250e | [] | no_license | zhadyrassyn/casterly-rock | 6de767be42a7ca22bb5713f31d749757175f5ef0 | db5ec7d5605738ca4a225118518666bfa05040f3 | refs/heads/master | 2020-05-15T01:18:17.377213 | 2019-05-15T11:29:31 | 2019-05-15T11:29:31 | 182,017,405 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 203 | java | package kz.zhadyrassyn.casterly.rock.common.error;
public class BadCredentialsException extends Exception {
public BadCredentialsException(String errorMessage) {
super(errorMessage);
}
} | [
"dzhadyrassyn@alfabank.kz"
] | dzhadyrassyn@alfabank.kz |
1d83651b1f4943ed6fd7190fe6799e75a11ce0b7 | 1121651574aacf2794f9a296556be9ba8f76ba23 | /src/main/java/com/dragovorn/statproject/render/ProjectWindow.java | 4740b62cb87177a4d306b260b088c0d64bbcaee6 | [] | no_license | Dragovorn/stat-project | 7e9eff361f5679d141236745ff42e8584249745d | c1c0e1202f57eae6e95233997b48e0072e35dd9e | refs/heads/master | 2021-01-11T17:37:35.520439 | 2017-01-24T14:44:07 | 2017-01-24T14:44:07 | 79,807,421 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 963 | java | package com.dragovorn.statproject.render;
import javax.swing.*;
import java.awt.*;
public class ProjectWindow {
private JFrame frame;
public ProjectWindow() {
Dimension dimension = new Dimension(500, 500);
this.frame = new JFrame("Stat Project");
this.frame.setSize(dimension);
... | [
"andrewburr011@gmail.com"
] | andrewburr011@gmail.com |
2ed89a443061ce9bb5f7bf44200acad49e6d9387 | 49e09fbed33f0b7c6f73df59f1dd9bb99e3895a0 | /LeetCode/src/com/lily/leetcode/medium_array/ValidSudoku.java | 4634c1a7a9095acf8c0663658caec48a869b00ff | [] | no_license | lilinyu861/MyLeetCode | 6db27e6564f47f5711f192e4d62c35a06d1a86c4 | c9e6e440394cf5ecc0cd23ebcaa086609deeccfc | refs/heads/master | 2021-12-29T03:58:30.193478 | 2021-12-18T14:36:27 | 2021-12-18T14:36:27 | 176,206,153 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,818 | java | package com.lily.leetcode.medium_array;
import java.util.HashMap;
public class ValidSudoku {
private static boolean isValidSudoku(char[][] board) {
HashMap<String,Boolean> map = new HashMap<>();
for (int i = 0; i < board.length; i++){
for (int j = 0; j < board[i].length; j++){
... | [
"lilinyu861@outlook.com"
] | lilinyu861@outlook.com |
761b39ed9b23293bc584ac04ed471745e53e41ef | 1298e1c79a08610a66fd3e30acd09a3773392517 | /cli/src/main/java/org/jboss/galleon/cli/tracking/ConfigsTracker.java | 4f81ffc1febb49055ef449f097428b8d43227f77 | [
"Apache-2.0"
] | permissive | ppalaga/galleon | 501b7eb4e8a05e19c331661de01692aff62b1c42 | cd4b1d3cf65949544d551db238f56217b5ae2888 | refs/heads/master | 2020-03-20T09:03:33.123578 | 2018-08-13T14:52:33 | 2018-08-13T14:52:33 | 137,327,075 | 0 | 0 | null | 2018-06-14T08:10:33 | 2018-06-14T08:10:33 | null | UTF-8 | Java | false | false | 1,372 | java | /*
* Copyright 2016-2018 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags.
*
* 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://ww... | [
"jfdenise@gmail.com"
] | jfdenise@gmail.com |
6350ca7a2c054057bd6d19baa24b1d3aadc7fb46 | d1088a5b1b390f31c17a3c43dcc98762b85bc4a5 | /User/src/main/java/com/dalrada/userProcess/requestBuilder/ProcessRequestBuilder.java | 44d23112cc4ff019a327de536962c2288044b932 | [] | no_license | Sumit9727/role | 8142d97a1172a8fe1f54c4971601769e886c09df | be014c4be84dcaf5c80ee6047f063bdd6c2536e7 | refs/heads/master | 2020-12-23T17:39:42.498710 | 2020-01-30T13:40:50 | 2020-01-30T13:40:50 | 237,221,046 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 567 | java | package com.dalrada.userProcess.requestBuilder;
import org.springframework.stereotype.Component;
import com.dalrada.userIntegration.beans.IntgRequest;
import com.dalrada.userProcess.beans.ProcessRequest;
@Component
public class ProcessRequestBuilder {
public IntgRequest buildRequest(ProcessRequest processRequest) ... | [
"sumitpawan2@gmail.com"
] | sumitpawan2@gmail.com |
de37fa44e193bbdb8612a1407691672e39ead0e0 | 7bd3fdc7374e2978f9d98f4e5be8900d05b9340b | /mvplogin/src/main/java/com/qianwang/mvplogin/util/OtherUtils.java | 5a38ee42e1bb62fa458a88a61e9f0c112046a4cf | [] | no_license | xiaotianzhen/study2 | 25e6769070722fcc8387490958bdb93b82b45c3f | a53335482c3f33644a329e9225dc1af259af17c4 | refs/heads/master | 2021-01-19T09:54:21.132115 | 2017-04-27T10:01:16 | 2017-04-27T10:01:16 | 87,797,101 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,082 | java | package com.qianwang.mvplogin.util;
import android.os.CountDownTimer;
import android.widget.TextView;
import java.lang.ref.WeakReference;
/**
* Created by sky on 2017/4/24.
*/
public class OtherUtils {
public static void startTimer(final WeakReference<TextView> tvVerifyCode, final String defaultString, int m... | [
"459909255@qq.com"
] | 459909255@qq.com |
749b9bace4269cccfffc0a166162a059d041ce0d | 088f6dba3e27fc4e1080a60300692da61770bf2c | /app/src/main/java/com/video/ffmpeg/data/db_control/ResDBControl.java | eb0af0663b5d6dfe5de6291a2758f01257850a8b | [] | no_license | 01xinbahe10/AndroidFFmpeg | 4511c0474d78efdedae0ff37ddd2a5c04fec12e4 | 88a35f361bbabec3fdb227843e3cbb8b85fb6c8d | refs/heads/main | 2023-03-11T12:41:04.195918 | 2021-02-24T07:37:18 | 2021-02-24T07:37:18 | 302,567,305 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,570 | java | package com.video.ffmpeg.data.db_control;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.util.Log;
import com.video.ffmpeg.baseframe.db.ISQLiteHelper;
import com.video.ffmpeg.baseframe.db.SQLiteAssetHe... | [
"161452681@qq.com"
] | 161452681@qq.com |
16d3859703ffc247edc2f0cf68d67fd58decd68f | 9060130e0d8784accb304dc9cffc92fa7b2f49d0 | /src/com/cm/quiz/Utility.java | 09017e1350b15d5406f3803ee638af7628dceb76 | [] | no_license | stalmcdonald/UberHero | 1fefdccf782fc9709ef6ddf03d2860ae5d8939d2 | ef19353619ee59ab7c2dd2103ade5a76c8690a10 | refs/heads/master | 2016-09-05T13:49:38.874636 | 2014-01-31T17:30:13 | 2014-01-31T17:30:13 | 15,925,782 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 66 | java |
package com.cm.quiz;
public class Utility {
}
| [
"stalmcdonald@fullsail.edu"
] | stalmcdonald@fullsail.edu |
e497c6020c14b9a83b1b885ae7c15ac99892c0c5 | e4f1888db4241aa55d112c79de0f5f0f707d23ef | /src/main/java/pokecube/core/database/abilities/v/VictoryStar.java | 1b321bc1cb5f0456b6d1bbfcf277249a7ea60c56 | [
"MIT"
] | permissive | Pokecube-Development/Pokecube-Mobs | c6138ea48e5f99cf0871389e26a77b9a7f487d2a | a7e99884709fe41a138aad4fad3c27bdf759b6be | refs/heads/master | 2021-11-30T00:19:07.595711 | 2020-01-26T05:35:10 | 2020-01-26T05:35:10 | 145,360,196 | 3 | 37 | MIT | 2021-11-28T01:41:17 | 2018-08-20T03:12:44 | Java | UTF-8 | Java | false | false | 176 | java | package pokecube.core.database.abilities.v;
import pokecube.core.database.abilities.Ability;
public class VictoryStar extends Ability
{
// TODO Implement this.
}
| [
"elpatricimo@gmail.com"
] | elpatricimo@gmail.com |
9fc8081a4aee8a07890e98895a46e9c799a33adc | 3198b002ccd10c6fa71340f7da427d5cfe5b9b81 | /src/old/message/knowledgebase/CreateTicketMessage.java | d6e321ecb2d5c0c381379d3f8ca22955be65d68b | [
"MIT"
] | permissive | bacta/pre-cu-archive | 3dcde4fc76c359895d5bed84f81b399a13417a91 | 4758c181da9ba774a08f9e8f3810cca34360b732 | refs/heads/master | 2021-05-31T17:06:07.239535 | 2016-05-21T06:10:37 | 2016-05-21T06:10:37 | 28,212,598 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 350 | java | package com.ocdsoft.bacta.swg.precu.message.knowledgebase;
/**
* Created by crush on 8/13/2014.
*/
public class CreateTicketMessage {
//string characterName
//int category
//int subCategory
//unicode details
//unicode hiddenDetails
//unicode harassingPlayerName
//string language
//int... | [
"kburkhardt@utah.gov"
] | kburkhardt@utah.gov |
29888e1b51f44e94b056a2d5b50bbc9f2412a905 | 9f38fcee6aa6dec6d499ab84d1985148db2ce804 | /src/main/java/com/dnsimple/request/CheckRegistrantChangeInput.java | 78b860ea4093671bf6319ff69815436d91868f95 | [
"MIT"
] | permissive | dnsimple/dnsimple-java | e3ddb8155ffe8a0771bb0c1ca6d829b197d9eee1 | 706f770adf48822d52daccb18dfcf15921fe8e98 | refs/heads/main | 2023-09-06T09:15:14.707135 | 2023-09-04T13:01:48 | 2023-09-04T13:01:48 | 68,751,169 | 10 | 7 | MIT | 2023-09-12T07:39:19 | 2016-09-20T20:35:28 | Java | UTF-8 | Java | false | false | 432 | java | package com.dnsimple.request;
public class CheckRegistrantChangeInput {
private final String domainId;
private final String contactId;
public CheckRegistrantChangeInput(String domainId, String contactId) {
this.domainId = domainId;
this.contactId = contactId;
}
public String getDo... | [
"noreply@github.com"
] | dnsimple.noreply@github.com |
a12f4e435283ad2350ec39d26470922263e3d18c | f410ea304e7f77dc0f554fe3d7cbb207ddb24a76 | /src/main/examples/ComposeFunction.java | 699ac4f62554c00ec1ddcdbb7c62d3eb5c212ce0 | [] | no_license | leonelcs/Java8 | 6d3e623da9e5ab923f3ed6f48cbe16174cdf6687 | 7317c27fb10631a5e0ea87f5b0908aa553e64fa4 | refs/heads/master | 2021-01-15T19:14:18.502649 | 2017-11-14T16:23:18 | 2017-11-14T16:23:18 | 99,812,117 | 0 | 1 | null | 2017-11-14T16:23:19 | 2017-08-09T13:35:12 | Java | UTF-8 | Java | false | false | 888 | java | package main.examples;
import java.util.ArrayList;
import java.util.List;
import java.util.function.Function;
public class ComposeFunction {
public static void main(String[] args) {
System.out.println("before");
Function<Double, Double> doubleFunction = x -> x * x;
Function<Double, Double> before
= do... | [
"llsa@gft.com"
] | llsa@gft.com |
ff5bbf64fe926ba65c73eb45f8977f9f7ae1543a | a00786c6298b007cfdd38ece6b8366367931d2dc | /WBClass6/src/com/company/googleTranslatorTest.java | bb2dd13d067438acf8fb7d0bc75543107d5ab9c4 | [] | no_license | innafilipenko1/automation | 857dc6a160c8353812d2b89269a9f51708f5781e | e65dec944e3fd1deb3b2fe781b31447cfcb0bd57 | refs/heads/master | 2021-01-01T17:27:28.006137 | 2015-02-02T18:37:02 | 2015-02-02T18:37:02 | 29,531,110 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 958 | java | package com.company;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
/**
* Created by ifilipenko on 1/26/2015.
*/
public class googleTranslatorTest {
public static void main(String[] args) throws Interru... | [
"inna.filipenko@gmail.com"
] | inna.filipenko@gmail.com |
cbf046eba7296328e604f8730727be0909f423c2 | 337593c92206c34f35a22345c12cb5951c9c65c0 | /src/spyudemo/thread/TestQueue.java | 406f1e062e8327e270248d9ad902e8348dca6f6e | [] | no_license | spyu2000/spyudemo | 6d29c6bc2bee702db7531730389f0c070105028c | 18f18d9291a6b9d8ee1d0943c930ea985b848fd5 | refs/heads/master | 2020-05-17T22:48:51.775440 | 2014-07-08T10:08:31 | 2014-07-08T10:10:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,604 | java | package spyudemo.thread;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
import javax.management.Query;
public class TestQueue {
public LinkedList queueList=new LinkedList();
private SendThread[] sendThreadArr=null;
public TestQueue(int threadNum){
sendThreadArr... | [
"spyu2000@126.com"
] | spyu2000@126.com |
7032fecdcb74e0130cb1fcdfb6e77bd8c5433631 | 60d4652dc479b22b79aa6a2898fa34d28b40adf2 | /net/minecraft/command/CommandCompare.java | ed94dcca11c4b89343d4586a8e31075c63ad5cc3 | [] | no_license | Hexeption/Update-1.9-to-1.10 | c4b8d07181065b71cf71a0ff1bd96a19377a889a | a51499263c2e792c87c8f314de9e9163166188a4 | refs/heads/master | 2021-01-19T04:07:29.768063 | 2016-12-11T18:25:57 | 2016-12-11T18:25:57 | 63,010,852 | 4 | 4 | null | null | null | null | UTF-8 | Java | false | false | 7,408 | java | package net.minecraft.command;
import java.util.Collections;
import java.util.List;
import javax.annotation.Nullable;
import net.minecraft.block.state.IBlockState;
import net.minecraft.init.Blocks;
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.server.MinecraftServer;
import net.minecraft.tileentity.Til... | [
"minecraftfun201@gmail.com"
] | minecraftfun201@gmail.com |
5bb9ab9dc48217d0cb66ebb01d5268480703e94a | a7004b0c74f6fca8b47470d7ec2fe5e10cbce04e | /finalproject/Finalproject.java | 2942c15865d92d506e209dfbb96a79af6a1c9b5e | [
"MIT"
] | permissive | jonathanyxchen/CS11a-Programs | e6d6bccb721de03103a9111f9093e6aaacb11906 | 7b5045e278aad4137dada932931d8deec355951c | refs/heads/master | 2020-03-07T00:41:25.115818 | 2018-09-18T22:54:32 | 2018-09-18T22:54:32 | 127,163,609 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,833 | java | import java.util.*;
import java.io.*;
public class Finalproject{
public static void main (String[] args) throws FileNotFoundException{
String[] x=new String[20000];
createdata(x);
drawframe();
guessingprocess(x);
System.out.println("Thanks for playing, have a wonderful day!");
}
public stat... | [
"noreply@github.com"
] | jonathanyxchen.noreply@github.com |
1416427cd078eb1551947d558515753216a812cc | 9df8b38e5157c388e84948eb6fbb40829e0e9dab | /src/main/java/one/digitalinnovation/experts/productcatalog/repository/ProductRepository.java | 55bdc554b968dfddb555111e9886d45f090574fe | [] | no_license | emerson-diego/product-catalog | 72037200f8a51cc362cd013dd20d840fee80e22f | c5da6621a154664ac5d3e272c3270c250f8cf121 | refs/heads/main | 2023-06-20T10:41:05.380092 | 2021-07-21T11:18:58 | 2021-07-21T11:18:58 | 388,092,250 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 276 | java | package one.digitalinnovation.experts.productcatalog.repository;
import org.springframework.data.repository.CrudRepository;
import one.digitalinnovation.experts.productcatalog.model.Product;
public interface ProductRepository extends CrudRepository<Product, Integer> {
}
| [
"diegowebby@gmail.com"
] | diegowebby@gmail.com |
0f5e13a365a0d595550db703eeb0f65d5b8055da | bb23450595914936d04ed43ec7e051a0da60d0db | /jsp03_MVC01/src/com/mvc/dto/MVCBoardDto.java | 708d4f76a59fbd6162ac6cf38fc2870e40baf653 | [] | no_license | SuperCat1121/WorkSpace_Web | ed9cb5037cd082e594cdde3ae0cc2191f237a802 | 6bfa0e2687fb954cc0bc86b34666d49a88dcf232 | refs/heads/master | 2020-06-18T16:04:22.457139 | 2019-07-11T09:07:25 | 2019-07-11T09:07:25 | 196,168,086 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,381 | java | package com.mvc.dto;
import java.util.Date;
public class MVCBoardDto {
private int seq;
private String writer;
private String title;
private String content;
private Date regdate;
public MVCBoardDto() {}
public MVCBoardDto(int seq, String writer, String title, String content, Date regdate) {
... | [
"dlxotlr99@naver.com"
] | dlxotlr99@naver.com |
46978df6dfec493f6723983363bea55b88876a7f | bfa43937a1c2e9fc34a07a014e990ef7f4bd711d | /src/CRUD/FrmCuentasBancos.java | 32296ed21aeda1fdaf1dbf76f428d1297143689d | [] | no_license | numbasan-san/CRUD-con-base-de-datos | 8c37efa8f0e71d0951c56ec53a99151c8a05f752 | 64cbba54737997aaf0a970e167cc4a9989b3b78b | refs/heads/main | 2023-04-18T13:59:36.620951 | 2021-04-20T18:58:29 | 2021-04-20T18:58:29 | 359,920,156 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,837 | 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 CRUD;
/**
*
* @author LENOVO
*/
public class FrmCuentasBancos extends javax.swing.JInternalFrame {
/**
* Creates ... | [
"eddymanuel20@gmail.com"
] | eddymanuel20@gmail.com |
479c4c42dc8fe84ab72ce1fb94f60270f19fa8ba | c084602e6320da307b26d861bc21a142c90d9ec7 | /app/src/main/java/com/keval/rxandroid/views/DetailActivity.java | 552db2cdd59bfa0d390463e1a059be417df0dcc6 | [] | no_license | kevalone/Rxandroid-trial | 071c651de34a312440dfe4fd8c4eacdc29d1657d | b915e015fcc7d27acd020149c55e6765d4f6d10d | refs/heads/master | 2021-05-30T03:25:34.572124 | 2015-11-26T17:35:41 | 2015-11-26T17:35:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,460 | java | package com.keval.rxandroid.views;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.Menu;
import android.view.MenuItem;
import android.widget.ListView;
import android.widget.TextView;
import com.keval.rxandroid.R;
import com.keval.rxandroid.adapters.CommentsAdapter;
impor... | [
"keval.malde@gmail.com"
] | keval.malde@gmail.com |
4217352bd86d96730fdfc8c07983bcc6a9428715 | 1e11467484cd5665c7a4626fd16cb95b23b43e33 | /java/Algorithm/misc/MaxSliceSum.java | 45e23e066e2913b4d80e1d6f1068771e931e2e96 | [] | no_license | saberAlex/LearningBasic | 6b7e183905d8210f7f29c4e4d3727f709468ba16 | 3765589ea2bd1112f17cbce4698ae798e09c5ac4 | refs/heads/master | 2020-12-26T02:32:53.148320 | 2015-09-15T08:30:52 | 2015-09-15T08:30:52 | 37,142,471 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,998 | java | import java.util.ArrayList;
import java.util.Arrays;
/**
* This class contains the method finding the maximum
* sum of the sub array. The implementation of this
* algorithm is based on Dynamic programming technique.
* Remember, the DP principle is solving the smaller problem first,
* find the optimal solution g... | [
"luciaagastya@gmail.com"
] | luciaagastya@gmail.com |
bfcde26a501824d94264cc67b4bd202e9314a429 | 20a229c0c05b932ae004bae5d68c74fe589de0a8 | /ClockHands.java | cf838b99f866cd8f2ec1cb89a7873e0c98821cd8 | [] | no_license | xinwangus/JavaExercise | 274237b3d341c987cf6a3f6cc1b3d441721a9261 | 61f1644db26b564fe6073071efe056563fa22eae | refs/heads/master | 2023-03-16T12:55:53.784815 | 2021-02-28T19:53:16 | 2021-02-28T19:53:16 | 109,320,210 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,150 | java | /* ClockHands.java
*
* Given a time, calculate the angle
* between two hands (Hour and Minute) in
* an analog clock.
*/
public class ClockHands
{
public static void main(String[] args) {
int a = getAngle(3, 40);
if (a >= 0) {
System.out.println("Angle at 3:40 is: " + a);
}
}
// no unsigned keyward i... | [
"xinwangus@users.noreply.github.com"
] | xinwangus@users.noreply.github.com |
ecbf739ebde00f462e3f36e689232738fa32941c | 67639ec85b0330d4ae26890a81c110c15007744b | /android/app/src/main/java/com/toxo_react_native/MainApplication.java | 7e708e65072de34cd84abff9a9569cd40f08a1f9 | [] | no_license | dagar07/toxo_react_native | 025ee3cb581290f67803f1f2b1b9a4953b8e6887 | ed19235e0f969168523d85cc72b1486982fc7b93 | refs/heads/master | 2023-01-08T22:16:07.960929 | 2019-10-28T18:49:47 | 2019-10-28T18:49:47 | 218,120,360 | 0 | 0 | null | 2023-01-04T23:38:00 | 2019-10-28T18:42:37 | JavaScript | UTF-8 | Java | false | false | 2,284 | java | package com.toxo_react_native;
import android.app.Application;
import android.content.Context;
import com.facebook.react.PackageList;
import com.facebook.react.ReactApplication;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
import com.facebook.soloader.SoLoader;
import java.lang.re... | [
"tilak.panchal@hamstede.in"
] | tilak.panchal@hamstede.in |
838ae8ddf1f4bd98ba8d9ac59d34fcac9c09f648 | 9580744bdec20db0c4a9f87a35a93c0fe066c379 | /performance-tracking/src/main/java/com/rakuten/tech/mobile/perf/runtime/internal/GeoLocationResult.java | b7d7755191cf5848cc3bd252979a200fcdd8b3c8 | [
"MIT"
] | permissive | neofreko/android-perftracking | 3f047fe754ec6034c04fdca6d46b96bf2ddb7d2c | 278f8b14c2170e692aec35e43475dd183d1d8046 | refs/heads/master | 2020-03-27T17:17:20.251198 | 2018-09-10T01:23:36 | 2018-09-10T05:10:18 | 146,841,680 | 0 | 0 | MIT | 2018-08-31T04:26:54 | 2018-08-31T04:26:54 | null | UTF-8 | Java | false | false | 378 | java | package com.rakuten.tech.mobile.perf.runtime.internal;
class GeoLocationResult {
private final String countryName;
private final String regionName;
GeoLocationResult(String country, String region) {
countryName = country;
regionName = region;
}
String getCountryName() {
return countryName;
}... | [
"david.a.frey@rakuten.com"
] | david.a.frey@rakuten.com |
a6c169703fd086efb03ad372104e660ae6f76a62 | adb8255579d956e362e2ee4b8faa3aa8c2883011 | /src/main/java/entity/Carousel.java | 6d8505eada3a7bb95fce3afb6e5df4b56c01765d | [] | no_license | feixue1232/YZUBookShop-back | 6a15e5f23e939d4db402bdbc9f966c58cee7a0f9 | b76eebc52e9ba4a060b839a0e5d1ebb8342227ac | refs/heads/master | 2020-08-03T11:41:30.204797 | 2018-03-14T14:34:52 | 2018-03-14T14:34:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 937 | java | package entity;
/**
* Created by xmfy on 2018/1/4.
*/
public class Carousel {
private Integer id;
private String title;
private String path;
public Carousel() {
}
public Carousel(Integer id, String title, String path) {
this.id = id;
this.title = title;
this.path ... | [
"a411919924@icloud.com"
] | a411919924@icloud.com |
a95debf24da99316ddd55c9a6f0fcab4ab2e5237 | ed33eef817f340d0f02c8d22cb34f6a72c6682a6 | /ProjectBloodDonar/BloodDonor/app/src/test/java/com/example/blooddonor/ExampleUnitTest.java | b7c6ca7a5a5884c5e25300ea2c0dfc8ea3a3372a | [] | no_license | navin106/20186106_MobileProgramming | b4f2c3cf2082e2ce43f22087ed3134e12740991f | a898cb64c79b5d2582743d3644ce887cece21451 | refs/heads/master | 2020-04-28T08:49:47.513362 | 2019-03-28T09:49:36 | 2019-03-28T09:49:36 | 175,143,668 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 399 | java | package com.example.blooddonor;
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
... | [
"sandula.navin@msitprogram.net"
] | sandula.navin@msitprogram.net |
184d0b4d70abb4ec8e4e13efdb10ba1ae7faea52 | 5031397a32364da531a18bd16e721c8f0bb7fb1e | /src/two/Echo.java | 57f354c99cd61be7a57516d637b32bd9e3d1bb02 | [] | no_license | podorvanova/java-study | b65cc063e016ee7fa5de53f414aea2269832336f | 9b3a6e937a699f533c2169aa1d8082fdad73e891 | refs/heads/master | 2020-05-15T00:21:35.900342 | 2019-04-18T03:35:36 | 2019-04-18T03:35:36 | 182,010,718 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 135 | java | package two;
public class Echo {
int count = 0;
void hello() {
System.out.println("привееееет...");
}
}
| [
"podorvanova.maria@gmail.com"
] | podorvanova.maria@gmail.com |
a8b2bbde98ec77481c7adb27dd0af8b81fd0438c | ddbb633f09162ac12c41e508b5f71818df924429 | /src/main/java/com/noser/demo/repo/jpa/CustomerRepository.java | d0f1c4f068c13ffec46c548b439751d3778cfcbf | [] | no_license | boris-ruch/edays-2018-spring | 9d59f0a9dabe95dba5e7eae1fb049288bbc4178e | 53f4b76bbea0bd5f3d6f076c442c51f717f81f67 | refs/heads/master | 2021-09-14T13:20:24.425688 | 2018-05-14T08:27:53 | 2018-05-14T08:27:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 395 | java | package com.noser.demo.repo.jpa;
import com.noser.demo.model.jpa.Customer;
import org.springframework.data.jpa.repository.JpaRepository;
import java.time.LocalDate;
import java.util.List;
public interface CustomerRepository extends JpaRepository<Customer, Long> {
//TODO GET Customers with Birthdate before XY,... | [
"borisruch@gmail.com"
] | borisruch@gmail.com |
2aa32703b626da06b0d8371b538bb6e1e2cded18 | 0351eb390c5cf639fb448d7f088c1c275e246d90 | /app/src/main/java/com/aa183/lux/EditorActivity.java | 5fb2eba2720276cb4be1952e023887d86630f66f | [] | no_license | anastasyaputri15/UAS_1800030769_1 | 04bd87347868b26fdaeb49b67ed9f64a13313cd2 | 645f908cd8dcd27e0ec316d7df3b8a33f120c208 | refs/heads/master | 2022-08-05T08:04:35.533629 | 2020-05-27T15:40:28 | 2020-05-27T15:40:28 | 267,359,417 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 17,712 | java | package com.aa183.lux;
import android.app.AlertDialog;
import android.app.DatePickerDialog;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.graphics.Bitmap;
import android.net.Uri;
import android.os.Bundle;
import ... | [
"story-i@Story-is-MacBook-Pro.local"
] | story-i@Story-is-MacBook-Pro.local |
217bcf97b132b78f068302e017746cb30016d806 | f02b6158518fe47dbaaf9cddb90945af6bdbe2e7 | /src/main/java/ac/cr/una/backend/service/BookServiceImpl.java | 318fb65e496cfa2eb55f123904c45e93ee98b864 | [] | no_license | YeniferEsqu/examen_2 | 8246d68d79b9bb3a6626df742ec464d4171300a6 | 93a9124b118ab3d10768d90618d7a2a33d074976 | refs/heads/master | 2021-01-23T08:10:36.726746 | 2017-02-01T23:41:22 | 2017-02-01T23:41:22 | 80,532,229 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 997 | java | package ac.cr.una.backend.service;
import ac.cr.una.backend.dao.BookDAO;
import ac.cr.una.backend.model.Book;
import java.util.ArrayList;
import java.util.List;
/**
*
* @author Yeni
*/
public class BookServiceImpl implements BookService {
BookDAO bookDAO;
/**
*
* @param bookDAO... | [
"gemeyeni@hotmail.com"
] | gemeyeni@hotmail.com |
3b3ab2324b8d422d399f764601f9ea0a255902bf | 1f82523b189c2a2b5b80c0b9f179f82199e9b1a7 | /src/MainFrame.java | 7f00c4bdb4a8dc200ed8825ed444867327f35f25 | [] | no_license | ambraj/ClassGenerator | d08f6b4579c298d59a35ce0f41516364d22d2d4f | 6b9b1f08cdc0f8c4ff035d081c955c649d7f21fa | refs/heads/master | 2021-01-01T05:41:50.330385 | 2013-03-17T06:35:18 | 2013-03-17T06:35:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,187 | java | import java.awt.Button;
import java.awt.Checkbox;
import java.awt.CheckboxGroup;
import java.awt.Color;
import java.awt.Font;
import java.awt.Frame;
import java.awt.Graphics;
import java.awt.Label;
import java.awt.List;
import java.awt.TextArea;
import java.awt.TextField;
import java.awt.event.MouseListener;
import jav... | [
"ambraj@gmail.com"
] | ambraj@gmail.com |
e2b26964ef9835ec1f2de39d391895313b02417b | c7abd91d77e0edddb646ac06fbd74629bbc0774a | /07-mybatis/src/main/java/com/example/service/SomeService.java | 3e17f04d58ca9bdfcb38a6515a4d229b8d7c4713 | [] | no_license | ajing2/springBoot | 862963a56b17b2c7c22f07b73b409c2a28e2ce52 | 26e0f26656d2d35c40a47f9e99ec285f95525292 | refs/heads/master | 2022-07-11T00:30:26.017771 | 2019-06-16T14:58:20 | 2019-06-16T14:58:20 | 191,771,872 | 0 | 0 | null | 2022-06-21T01:16:39 | 2019-06-13T13:49:15 | Java | UTF-8 | Java | false | false | 338 | java | package com.example.service;
import com.example.entry.Student;
import java.util.List;
/**
* @ClassName SomeService
* @Description TODO
* @Author lingxiangxiang
* @Date 5:13 PM
* @Version 1.0
**/
public interface SomeService {
public void addStudent(Student student);
public List<Student> queryStudent(St... | [
"lingjing@jd.com"
] | lingjing@jd.com |
2a7525e457cf7bc81c7938229dc17e0152b8e1f0 | 3b516affb471c62156ebdcf6178aa66991e83a01 | /SpringBootSigingExample/src/main/java/com/chandan/ChandancrudnieApplication.java | 8097073fd9bb80ce7c28b0e9737fabd25cde5ffe | [] | no_license | rootchandan007/SpringBootApp | 968be3bff4b60de96a0f05c29445ffd9336b2c37 | d1c1b613ff302a531c31f82f07a1df13807a8ea8 | refs/heads/master | 2020-03-27T03:07:42.629647 | 2018-08-24T05:57:33 | 2018-08-24T05:57:33 | 145,840,302 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 319 | java | package com.chandan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class ChandancrudnieApplication {
public static void main(String[] args) {
SpringApplication.run(ChandancrudnieApplication.class, args);
}
}
| [
"rootchandan007@gmail.com"
] | rootchandan007@gmail.com |
2ed8aa47c3832f45791947132f50116937e25c8c | 6b767ad9998a6b11969eb06b22c75ff62068ce85 | /compss-rt/rt/src/main/java/integratedtoolkit/util/Cleaner.java | 01bf25fa07556e54895012a5053a88b131181879 | [] | no_license | GabrielReusRodriguez/COMPSs | 0825103942de3bfd6293506e643cda5d009f8701 | e427c4106da0a50703896aadadc2227d98883209 | refs/heads/master | 2020-04-01T06:50:33.646129 | 2015-01-11T22:40:24 | 2015-01-11T22:40:24 | 26,122,723 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,833 | java | /*
* Copyright 2002-2014 Barcelona Supercomputing Center (www.bsc.es)
*
* 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
*
* Unl... | [
"gabrielin@gmail.com"
] | gabrielin@gmail.com |
d4c165f210f826057365646be2e630ba5b910ce4 | 8e2b1b20313abd67d43e1da499b4881be6e5dd7a | /src/main/java/app/src/user/UserAnalyzer.java | c5da9a4d48c4c2eee7dfeeac9898e54f6508b1fb | [] | no_license | viilveer/i200-spring-alkokalkulaator | 468c029a864cb2c8f263ef79f5ee5800b6ed115b | 94fa3e78650b6e60fcb4d2f26f9245de7aa679f3 | refs/heads/master | 2021-01-10T01:59:59.066077 | 2016-01-09T09:55:28 | 2016-01-09T09:55:28 | 43,613,281 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 725 | java | package app.src.user;
import app.models.User;
import java.time.LocalDate;
import java.time.format.DateTimeFormatter;
import java.time.temporal.ChronoUnit;
/**
* Created by Mihkel on 08/12/2015.
*/
public class UserAnalyzer {
private User user;
public UserAnalyzer (User user) {
this.user = user;
... | [
"viilveer@hotmail.com"
] | viilveer@hotmail.com |
ccbeef24635aadf1bb77f9aae02d0cc40fe34350 | c102668b2a83c047ad136227f6f6eb2e5c245109 | /controlador/ControladorSeleccionarInmuebleAgregar.java | 3f155a8b2c813d8b9f1222ae6e34abf85660f6e0 | [] | no_license | barasfj21/Proga2POO | 11e46d611d7767d5e60945eefda9427e67a7d93a | 2adcf44391b6b813b42cc8c39c9ac9f079836e58 | refs/heads/main | 2023-02-27T12:04:16.042152 | 2021-01-26T02:50:02 | 2021-01-26T02:50:02 | 329,417,490 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,401 | java | package controlador;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JOptionPane;
import vista.RegistrarCasa;
import vista.RegistrarCentroComercial;
import vista.RegistrarEdificio;
import vista.RegistrarLote;
import vista.SeleccionarInmuebleAgregar;
/**
* Contr... | [
"noreply@github.com"
] | barasfj21.noreply@github.com |
25ec6869c6a6dc5fe209e468202e158084330610 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/6/6_83de8b7e9de666084d3cae30440655b017d46fd2/ClassInfoActivity/6_83de8b7e9de666084d3cae30440655b017d46fd2_ClassInfoActivity_t.java | b47fd943247acaf91dbf91d035b2c40ad6a5e2bc | [] | 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 | 6,675 | java | package com.seawolfsanctuary.tmt;
import java.io.InputStream;
import java.text.NumberFormat;
import java.util.ArrayList;
import java.util.Iterator;
import android.app.ExpandableListActivity;
import android.os.Bundle;
import android.view.Gravity;
import android.view.View;
import android.view.ViewGroup;
im... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
e4f9d75ba81f4657b7d5afbefd35397025dbee25 | 9fba62b5a044bc776f201fc0e08838e44e1fc14c | /src/Logins/Login.java | 15f95725e54f69f89e8398bc31ace9d16d7de398 | [] | no_license | Seldi123/projekt3 | 3762ce391a48d851fcb205a51c99be68df5680f5 | 4438ffb173deaba0a0f5855b83e4f4ee996a497e | refs/heads/master | 2022-06-08T22:52:35.358681 | 2020-05-05T21:04:51 | 2020-05-05T21:04:51 | 261,580,541 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 11,102 | 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 Logins;
import javax.swing.JOptionPane;
import java.awt.Toolkit;
import java.awt.event.WindowEvent;
import Logins.Login_s;
/**
... | [
"User@User-PC"
] | User@User-PC |
3a4c594efe5281989e05f39ddffea62d7718c5de | caddc29b143278fcb2e98d159755f225070cfb01 | /src/com/tuibian/activity/MessageWebview.java | 2bffbd18023f8bc4323010e7b4e3e30a5e4d0ce6 | [] | no_license | Quntas/tuibian1.0 | 52927c80bc852aaf2e5695c876b955c3a4599927 | 1c4469e14eaee22b9e62eb0c5410204667497e94 | refs/heads/master | 2021-01-01T04:46:20.782038 | 2016-04-11T10:40:04 | 2016-04-11T10:48:23 | 55,964,345 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,481 | java | package com.tuibian.activity;
import java.io.UnsupportedEncodingException;
import java.net.URLEncoder;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.ViewGroup;
import android.webkit.WebSettings;
import androi... | [
"1004046354@qq.com"
] | 1004046354@qq.com |
31fb132d37254fd9af9d3cebcfe4322539fcbcc9 | da4bfb5d0ce5c9bfb63eaec57af5a060291c7726 | /Example27.java | 6e336cd5cda7f19776ade70a0bb1a9561bdf6329 | [] | no_license | pathak-siddheshwar/Java | d7b1c35bc9a614f492a211f95ea05e00e68d7b16 | f703ffe594f94d50d723baefa8f73310b2c887d1 | refs/heads/master | 2022-12-07T01:55:31.621290 | 2020-08-18T05:30:26 | 2020-08-18T05:30:26 | 283,765,224 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 603 | java | import java.util.Scanner;
import java.util.Arrays;
class Example27{
public static void main(String[] s){
int[][] a=new int[2][2];
int i,j,k=0;
for(i=1;i>=0;i--)
{
for(j=1;j>=0;j--)
{
a[1-i][1-j]=Integer.parseInt(s[k]);
... | [
"noreply@github.com"
] | pathak-siddheshwar.noreply@github.com |
7bc301d1b984eb68eb8d3ae0f038434ccc359eaf | b754a1113421ac5e45c13c2088d8d7161095749d | /atcrowdfunding-bean/src/main/java/com/xys/atcrowdfunding/bean/TRolePermission.java | 1610c165b7e0d2c937f63a9925aea38adbd0f52a | [
"MIT"
] | permissive | dtfdsz/crowdfunding-spring-2021 | 236cf89ddf508543a9c11d2197c5c453850026a1 | 2651b1abfec50c231276a1c58fef23da9ef526d9 | refs/heads/main | 2023-05-06T11:45:56.868960 | 2021-06-01T06:20:13 | 2021-06-01T06:20:13 | 372,721,696 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 602 | java | package com.xys.atcrowdfunding.bean;
public class TRolePermission {
private Integer id;
private Integer roleid;
private Integer permissionid;
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public Integer getRoleid() {
r... | [
"2391054028@qq.com"
] | 2391054028@qq.com |
2df7d1b0f77f65dc4e3644ba490c741d5f980ceb | c80775be8c7015175c5d4156bdf53db1930eaa6c | /ikasoa-rpc/src/com/ikamobile/ikasoa/rpc/handler/ProtocolHandlerFactory.java | d7253ded9182204bbc557902ae676d566ce65611 | [
"MIT"
] | permissive | Tomxin/ikasoa | 41f938bccd191b4020eac78913d356f339a9ee10 | 081beb0dc8af69fc0152f7a1e053b10ae3d661b5 | refs/heads/master | 2020-05-28T02:01:06.171090 | 2016-08-18T03:15:30 | 2016-08-18T03:15:30 | 66,073,724 | 1 | 0 | null | 2016-08-19T10:12:53 | 2016-08-19T10:12:53 | null | UTF-8 | Java | false | false | 1,213 | java | package com.ikamobile.ikasoa.rpc.handler;
/**
* 转换协议处理器工厂
*
* @author <a href="mailto:larry7696@gmail.com">Larry</a>
* @version 0.1
*/
public class ProtocolHandlerFactory<T1, T2> {
private static final String DEFAULT_PROTOCOL_HANDLER_CLASS_STRING = "com.ikamobile.ikasoa.rpc.handler.impl.JsonProtocolH... | [
"larry7696@gmail.com"
] | larry7696@gmail.com |
179b3cd23964263d55b39019111a7d578fcc4a39 | 0ec41d9e36691ad840ee4f3c6b2ac1e8558a22b3 | /heelper/src/main/java/com/emreaydemir/heelper/constants/ConstantsTextView.java | aa0fa339c721f5926c6b4fd52ff43bfd7b12b008 | [] | no_license | EmreAydemir/Heelper | 5844d3305bad9dff8c03ef219c770f3cb4335296 | 17d9b6084a8ba9632c5a8b064c72ae4908673d0b | refs/heads/master | 2023-02-17T06:23:39.863536 | 2021-01-19T06:57:02 | 2021-01-19T06:57:02 | 321,945,155 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 230 | java | package com.emreaydemir.heelper.constants;
public class ConstantsTextView {
// Fonts
public static String txtRegularPath = "";
public static String txtBoldPath = "";
public static String txtSemiBoldPath = "";
}
| [
"emreaydemir@payall.com.tr"
] | emreaydemir@payall.com.tr |
e4b2917a66d143a373195956af2753a88c9c1787 | 164bf09a5edbaf81e2baf8a594891c5d8056954e | /src/main/java/org/nc/data/DataCacheFactory.java | 13c59bb5100f3f6728f29335e54833a92d51f89e | [] | no_license | rbandara/netflix-data-clustering | 943fed522de138a89dff852f59071d5804c2aaec | 302e1641374802815bb890f91ab4cf69991b7e0d | refs/heads/master | 2020-12-24T14:56:23.816145 | 2013-05-20T04:24:50 | 2013-05-20T04:24:50 | 10,116,558 | 4 | 0 | null | null | null | null | UTF-8 | Java | false | false | 258 | java | package org.nc.data;
/**
* @author rbandara
* Factory class which will instantiate the needed implementation
*/
public class DataCacheFactory {
public static IDataCache getDataCache() {
return ModifiedDataCache.getInstance();
}
}
| [
"ravindra.bandara@gmail.com"
] | ravindra.bandara@gmail.com |
5171c66173eff353e8bbb8a3283e8cf3564297df | c74c2e590b6c6f967aff980ce465713b9e6fb7ef | /game-logic/src/main/java/com/bdoemu/gameserver/scripts/ai/Ai_spirit_normal.java | 2a8c7ceff1bc6a7f40bca4be1c9d084848cc8f4a | [] | no_license | lingfan/bdoemu | 812bb0abb219ddfc391adadf68079efa4af43353 | 9c49b29bfc9c5bfe3192b2a7fb1245ed459ef6c1 | refs/heads/master | 2021-01-01T13:10:13.075388 | 2019-12-02T09:23:20 | 2019-12-02T09:23:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,719 | java | package com.bdoemu.gameserver.scripts.ai;
import com.bdoemu.commons.thread.ThreadPool;
import com.bdoemu.commons.utils.Rnd;
import com.bdoemu.gameserver.model.ai.deprecated.*;
import com.bdoemu.gameserver.model.creature.Creature;
import com.bdoemu.gameserver.model.actions.enums.*;
import com.bdoemu.gameserver.model.ch... | [
"511459965@qq.com"
] | 511459965@qq.com |
ee014fccd238e59d389e0559f3c48c1676d4f06f | 70aaf58422f1ad3b305881eedc548e210d117782 | /Kth_Largest_Element_in_an_Array.java | 78aa9118ae034bde20ded9fd15d25676c38c1c82 | [
"Apache-2.0"
] | permissive | kxingit/LeetCode_Java | e6d1dba2cd82e35ab0865a31ef6c7cb71784a454 | 3834edf59dbdcc3e10ffab5dc1898657364f6d7b | refs/heads/master | 2021-01-11T17:46:03.405173 | 2017-04-30T02:35:07 | 2017-04-30T02:35:07 | 79,839,706 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,764 | java | /*
* Find the kth largest element in an unsorted array. Note that it is the kth largest element in the sorted order, not the kth distinct element.
*/
public class Solution {
public int findKthLargest(int[] nums, int k) {
// 4:41 - 4:42
PriorityQueue<Integer> pq = new PriorityQueue();
for(I... | [
"kxin@me.com"
] | kxin@me.com |
ec43e235faf36c811694b163f5ea1e67ab99a962 | e735f1d524800af94ed73259f106784b6121a1b2 | /Food/src/food/store/command/storeCommand.java | ff511c34dcbdfcb6b3df19bc91b9ad613184f95d | [] | no_license | osm2112/FoodProJect | 10cbf4e69ee799184efe6accb65c14eae17d9c89 | 1c177001a7dbb6265c8b15695575c301eb13ab0b | refs/heads/master | 2020-03-28T13:27:05.104220 | 2018-09-13T02:13:00 | 2018-09-13T02:13:00 | 148,396,558 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 241 | java | package food.store.command;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
public interface storeCommand {
void execute(HttpServletRequest request, HttpServletResponse response);
} | [
"OhSangMin@DESKTOP-NBAL2GQ"
] | OhSangMin@DESKTOP-NBAL2GQ |
7387e4c9315bf67ab79bce70ef6fdb8ce92a1e2f | dbf5adca095d04d7d069ecaa916e883bc1e5c73d | /x_processplatform_assemble_designer/src/main/java/com/x/processplatform/assemble/designer/jaxrs/queryview/ActionBase.java | c13df6b29bf65349e14a9e68a6a221b1ac48f974 | [
"BSD-3-Clause"
] | permissive | fancylou/o2oa | 713529a9d383de5d322d1b99073453dac79a9353 | e7ec39fc586fab3d38b62415ed06448e6a9d6e26 | refs/heads/master | 2020-03-25T00:07:41.775230 | 2018-08-02T01:40:40 | 2018-08-02T01:40:40 | 143,169,936 | 0 | 0 | BSD-3-Clause | 2018-08-01T14:49:45 | 2018-08-01T14:49:44 | null | UTF-8 | Java | false | false | 1,315 | java | package com.x.processplatform.assemble.designer.jaxrs.queryview;
import com.google.gson.Gson;
import com.x.base.core.bean.BeanCopyTools;
import com.x.base.core.bean.BeanCopyToolsBuilder;
import com.x.base.core.gson.XGsonBuilder;
import com.x.base.core.project.jaxrs.StandardJaxrsAction;
import com.x.processplatform.ass... | [
"caixiangyi2004@126.com"
] | caixiangyi2004@126.com |
88472f14f1798dedc654ed18168484b8dba0d524 | e0bc1ce416bf6adb8958d13c8816397af2a56f72 | /android/app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/com/saitama/R.java | 24bb835417fae373b17cd5e9a886d1d01739b67c | [
"MIT"
] | permissive | hex22a/saitama | 6e5da6c8584d4501e662cd25ba5af5753dfcc0e7 | d18a72a06874e5ee7511ffc86462937e14b4e97e | refs/heads/master | 2023-06-27T16:51:50.769674 | 2020-01-27T22:03:26 | 2020-01-27T22:03:26 | 232,546,122 | 0 | 0 | MIT | 2023-06-20T19:25:23 | 2020-01-08T11:16:06 | Java | UTF-8 | Java | false | false | 586,659 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.saitama;
public final class R {
public static final class anim {
public static final int abc_fade_in=0x7f010000;
publ... | [
"hex22a@gmail.com"
] | hex22a@gmail.com |
39cdd147eef4ea0e2a815ae488fe3302b1594f56 | b58f0884016485dadd2dea26cf31b6eaa78248fe | /ex3/Motorista.java | df780ba4b89726e1f7f5c2cc8ad326403b6d2929 | [] | no_license | rafa-perroni00/javaprogs | bda05fb38a5b68ffdded8916cfa64c285352db06 | 7681554ee951d3144917a382a7591e1cc25e3370 | refs/heads/master | 2020-07-04T20:37:58.465653 | 2019-10-31T14:28:49 | 2019-10-31T14:28:49 | 202,409,418 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,107 | 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 ex3;
/**
*
* @author 18009340
*/
public class Motorista {
public int cnh;
public int quantidade_de_mul... | [
"noreply@github.com"
] | rafa-perroni00.noreply@github.com |
af515c7ff56082868bc2934fbb6e2ee4dd9661e9 | ff13d5e491560565176a0406db4b571e22497ef1 | /loja/src/main/java/br/com/alura/loja/resource/CarrinhoResource.java | 84fee9f6ddab03565fdaaaff5cc8aab52ba559c6 | [] | no_license | lheme/lojaRest | 3e9425e67bde9301323e7db0545761949baf775e | fa3d562b43c34b656eb278ee5c88f3a9090e2d81 | refs/heads/master | 2022-12-01T13:06:01.302941 | 2020-08-24T23:01:21 | 2020-08-24T23:01:21 | 290,056,574 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,651 | java | package br.com.alura.loja.resource;
import java.net.URI;
import javax.ws.rs.Consumes;
import javax.ws.rs.DELETE;
import javax.ws.rs.GET;
import javax.ws.rs.POST;
import javax.ws.rs.PUT;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
import javax.... | [
"luiz.lheme@gmail.com"
] | luiz.lheme@gmail.com |
a8bcacf1c05d4629806c67acbe2d94357e54edb5 | d60e287543a95a20350c2caeabafbec517cabe75 | /LACCPlus/Cloudstack/2408_2.java | 91cb248103c73d0945a94976cd16f6fc64037c2e | [
"MIT"
] | permissive | sgholamian/log-aware-clone-detection | 242067df2db6fd056f8d917cfbc143615c558b2c | 9993cb081c420413c231d1807bfff342c39aa69a | refs/heads/main | 2023-07-20T09:32:19.757643 | 2021-08-27T15:02:50 | 2021-08-27T15:02:50 | 337,837,827 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 608 | java | //,temp,VirtualMachineManagerImpl.java,5200,5213,temp,VirtualMachineManagerImpl.java,5189,5198
//,3
public class xxx {
@ReflectionUse
private Pair<JobInfo.Status, String> orchestrateReboot(final VmWorkReboot work) throws Exception {
final VMInstanceVO vm = _entityMgr.findById(VMInstanceVO.class, work.ge... | [
"sgholami@uwaterloo.ca"
] | sgholami@uwaterloo.ca |
c1d6f290e7273cd4eb4b9c3635642331a0db7d50 | 6fadaf16f6bc11094b3253a0afa5ef278e61399f | /Inzynierka/src/main/java/SandboxWebApi/InvoiceInfoStruct.java | 6a9f3830888e85e49cb3a25a42d0cde9569e8690 | [] | no_license | acierniewska/cinemaManagementApp | 4852074e7f7d7593966a2ae9927b799f0453827c | b7d9d536f77ba08853678ad19266188fc871d0e1 | refs/heads/master | 2021-05-28T13:59:10.375415 | 2015-01-27T06:59:35 | 2015-01-27T06:59:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,378 | java | /**
* InvoiceInfoStruct.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
package SandboxWebApi;
public class InvoiceInfoStruct implements java.io.Serializable {
private int invoiceAddressType;
private SandboxWebApi.Ad... | [
"acierniewska@gmail.com"
] | acierniewska@gmail.com |
fa50e314842b90111580213297f1e2eddc09e2dc | eaddda5c0cd9273fe2e665c99381033e98ca5f30 | /src/main/java/com/rdxer/jwtsso/server/impl/RoleServerImpl.java | a132f7b1dadaabafcf30b4a477a77df1762985f4 | [] | no_license | Rdxer/jwt-sso | 95419d6acbe554bd1ef02b4780ce94a789795940 | d2173fa2cd42521f689ca828ba2b3ec02b0f6162 | refs/heads/master | 2020-08-02T18:15:21.682846 | 2020-03-12T03:13:26 | 2020-03-12T03:13:26 | 211,460,983 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 689 | java | package com.rdxer.jwtsso.server.impl;
import com.rdxer.jwtsso.model.Role;
import com.rdxer.jwtsso.repository.RoleRepository;
import com.rdxer.jwtsso.server.RoleServer;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
import ... | [
"240302832@qq.com"
] | 240302832@qq.com |
7fa94bcd39dfc64e4623ea90927197a5c6d55e2c | d7d98a70b3075497b808be51000555e1cbd82ba1 | /Labs/Lab 5 - LinkedList vs ArrayList/LinkedListBegin.java | 065d67711a79df2ffbe382b3c2bded0405e934a0 | [] | no_license | mconner5169/CPSC340--Data-Structures-and-Algorithms | fc8c210f5ece4d935f2dced2476650294f30f360 | 25244f7f7e3f05542778fcf07e609ad03d193073 | refs/heads/master | 2022-07-05T01:18:02.455873 | 2020-05-17T16:02:01 | 2020-05-17T16:02:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 286 | java | import java.util.LinkedList;
public class LinkedListBegin {
public static void main(String args[]) {
int value = 500000;
LinkedList<Integer> list = new LinkedList<Integer>();
//Adds numbers to end of list
for (int i = 1; i < (value + 1); i ++) {
list.addLast(i);
}
}
}
| [
"noreply@github.com"
] | mconner5169.noreply@github.com |
ce80108b2485056f4ec110d98ddd9e55441138f0 | bb7864e2358393260c5bdd5206733d90416eada2 | /src/com/GEECTECH/Main.java | bf672a8a2bd00f9291900b7bdd26deaf2e53dda2 | [] | no_license | daniyar02/Homework.3.0 | f2597d84b0c2e1e7baea90a56e38e6d89c75b49f | 9a0e4e36d3521d31b2b1a199843a6612564f680b | refs/heads/master | 2023-05-30T13:26:58.609804 | 2021-06-10T13:31:13 | 2021-06-10T13:31:13 | 375,708,071 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 775 | java | package com.GEECTECH;
public class Main {
public static void main(String[] args) {
BankAccount bankAccount = new BankAccount();
bankAccount.deposit(20000);
System.out.println("На вашем счете " + bankAccount.getAmount() + " сом");
while (true) {
try {
S... | [
"danyiar.zheenmyrzayev@gmail.com"
] | danyiar.zheenmyrzayev@gmail.com |
c405e6e16ee3ce6f9345d8655241c3dc004a45e5 | cbc61ffb33570a1bc55bb1e754510192b0366de2 | /ole-app/olefs/src/main/java/org/kuali/ole/integration/cg/dto/KcObjectCode.java | d8f9034d15e9d41dde0d1a4d116a0021efff5cc9 | [
"ECL-2.0"
] | permissive | VU-libtech/OLE-INST | 42b3656d145a50deeb22f496f6f430f1d55283cb | 9f5efae4dfaf810fa671c6ac6670a6051303b43d | refs/heads/master | 2021-07-08T11:01:19.692655 | 2015-05-15T14:40:50 | 2015-05-15T14:40:50 | 24,459,494 | 1 | 0 | ECL-2.0 | 2021-04-26T17:01:11 | 2014-09-25T13:40:33 | Java | UTF-8 | Java | false | false | 1,538 | java | /*
* Copyright 2010 The Kuali Foundation.
*
* Licensed under the Educational Community License, Version 1.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.opensource.org/licenses/ecl1.php
*
* Unless required by app... | [
"david.lacy@villanova.edu"
] | david.lacy@villanova.edu |
d52844eb0877d9f236d586c28b469e08d9f4e1b2 | fe3f91a5737896c69f6c8b6354b8be3ca3572eba | /app/src/main/java/com/rizkyghofur/guitartuner/SplashScreen.java | b6c842d503762ca97688f050060ac9e8ba8d708b | [] | no_license | rizkyghofur/GuitarTuner | d77905dbb8cf83c2bdcbb84bd59c91d703a9f0f8 | 5918d82a4f17a7e24e2ea4e26883f43c8f15823c | refs/heads/master | 2020-09-26T21:55:56.589414 | 2019-12-06T14:46:41 | 2019-12-06T14:46:41 | 226,350,128 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 710 | java | package com.rizkyghofur.guitartuner;
import android.content.Intent;
import android.os.Handler;
import android.os.Bundle;
import androidx.appcompat.app.AppCompatActivity;
public class SplashScreen extends AppCompatActivity {
private int load=1500;
@Override
protected void onCreate(Bundle savedInstanceState... | [
"rizky.abdulghofur@gmail.com"
] | rizky.abdulghofur@gmail.com |
a8912bd958d9dfefdcf201c13bbf11d62270c5a0 | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/CHART-4b-6-24-NSGA_II-LineCoverage:ExceptionType:StackTraceSimilarity/org/jfree/chart/ChartFactory_ESTest.java | 99ac3428588573317bee6d61e38afa7cb60df7e5 | [] | no_license | STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application | cf118b23ecb87a8bf59643e42f7556b521d1f754 | 3bb39683f9c343b8ec94890a00b8f260d158dfe3 | refs/heads/master | 2022-07-29T14:44:00.774547 | 2020-08-10T15:14:49 | 2020-08-10T15:14:49 | 285,804,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,214 | java | /*
* This file was automatically generated by EvoSuite
* Sun Apr 05 13:21:41 UTC 2020
*/
package org.jfree.chart;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.shaded.org.mockito.Mockito.*;
import static org.evosuite.runtime.EvoAssertions.*;
import org.evosuite.runtime.EvoRunn... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
4560ca226dc536ca9a0b121616ddca78e3648597 | 38362007b49dbe79ef7a725115aadec1abaf59d4 | /src/boardgame/Board.java | 3a9f95c2df40c52da80d2282cbae40f5b76e6a89 | [] | no_license | analudias/chess-system-java | 068bcf7381db3d5e547ea237caf1deded376bc08 | 01028ed21ea505d792098437ef13c6a5c651b099 | refs/heads/master | 2022-12-21T13:08:42.505163 | 2020-09-25T20:44:39 | 2020-09-25T20:44:39 | 281,179,138 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,870 | java | package boardgame;
public class Board {
private int rows;
private int columns;
private Piece[][] pieces;
public Board(int rows, int columns) {
if (rows < 1 || columns < 1) {
throw new BoardException("Error creating board: there must be at least 1 row and 1 column");
}
this.rows = rows;
this.columns = ... | [
"analudias@live.com"
] | analudias@live.com |
13b700ab23143e1e87ce6c20b92a49af15554a17 | 0091d99bcf5b0c3b8691f64945ba0b259d94d782 | /android-app/src/com/comsysto/findbuddies/android/activity/BuddiesMapActivity.java | 92a2e6846f1f58367b247ea3bbe9369828563ae8 | [] | no_license | comsysto/findparty | 1b915d62d80453080fd8120741ec0d796620c605 | ec7ef5bfa407de7a2e24dec9596612c8e01a0c21 | refs/heads/master | 2020-06-08T15:31:33.576455 | 2013-03-17T20:53:11 | 2013-03-17T20:53:11 | 5,684,696 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,526 | java | package com.comsysto.findbuddies.android.activity;
import android.os.Bundle;
import com.comsysto.dalli.android.R;
import com.google.android.gms.maps.GoogleMap;
import com.google.android.gms.maps.MapFragment;
import com.google.android.gms.maps.model.BitmapDescriptorFactory;
import com.google.android.gms.maps.model.LatL... | [
"stefan.djurasic@comsysto.com"
] | stefan.djurasic@comsysto.com |
430f0aa9770560ea56736cb4e93cc230c8d94c28 | 068be8f35497726a641431d905cd0af5be09601e | /facebook2/src/com/facebook2/controller/GlobalServlet.java | 637e7bebce21c25292e185164094ecd59fc181cb | [] | no_license | SHAIKRAZIYASULTHANA/zenarinfantary | 9acf7112e983b7f95cb1733b005e9ae219463949 | c8b055b15dfa76873d8640c726f9f53327820918 | refs/heads/master | 2020-07-16T13:17:20.639599 | 2019-09-02T07:09:27 | 2019-09-02T07:09:27 | 205,796,203 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,178 | java | package com.facebook2.controller;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
i... | [
"RS57548@TRNW57SLPC0004.ind.zensar.com"
] | RS57548@TRNW57SLPC0004.ind.zensar.com |
eee3febce3a51ed09d09c220b0ebab0053f457d0 | 3f95cbb4d7e3f21ba921f02d677a548223c7de5e | /src/main/java/com/tma/exercises/oop/exercise03/Ball.java | 884523e7f31987996f630d00bfadb6d3e37b7520 | [] | no_license | luozhiyao101/CT | ef98b1304d59e6b0c85ef3713bf9933f89c8db93 | 22d023584a0f3c2493be26546ce1402c210509db | refs/heads/master | 2023-03-15T19:50:06.671803 | 2018-06-23T14:29:13 | 2018-06-23T14:29:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,157 | java | package com.tma.exercises.oop.exercise03;
public class Ball {
private float x;
private float y;
private int radius;
private float xDelta;
private float yDelta;
public Ball(float x, float y, int radius, float xDelta, float yDelta) {
super();
this.x = x;
this.y = y;
this.radius = radius;
this.xDelta = x... | [
"37797667+khanh97mh@users.noreply.github.com"
] | 37797667+khanh97mh@users.noreply.github.com |
68158c90ef2d9711d65268465268d1436fa549fe | 08a4bbfdbe5f95b691401178d127c38ccb0ae061 | /NoteCode/DesignPatterns/src/pattern/builder/BenzCar.java | b96db5cc4723c64ee83d068f3965fda94f8f7ff0 | [] | no_license | WodahsOrez/NoteBooks | 944060636bd3ff598194936efd329a021f19f27b | 412bf86439ae1c377d52c8516d7949ec6bb0dedf | refs/heads/master | 2023-01-11T08:33:26.528691 | 2020-08-13T03:14:48 | 2020-08-13T03:14:48 | 146,230,377 | 0 | 0 | null | 2023-01-06T13:36:11 | 2018-08-27T01:11:55 | Java | UTF-8 | Java | false | false | 791 | java | package pattern.builder;
/**
* @Description 奔驰车
* @author WodahsOrez
* @date 2018年6月5日 上午11:40:02
*
*/
public class BenzCar extends AbstractCar {
/**
* @Description 奔驰车启动
*/
@Override
protected void start() {
System.out.println("奔驰车启动");
}
/**
* @Descripti... | [
"lxmdream@vip.qq.com"
] | lxmdream@vip.qq.com |
c764280b5331f46d04e5361e4e9a19788dd368d3 | 668960d4d3d02dcb6161b8260ecc863dd7517636 | /api/mgmt-api/src/main/java/org/openstack/atlas/api/mgmt/validation/validators/NodeValidator.java | 0c39d15205cbb372984faf49743c0271f6efff4b | [] | no_license | lbrackspace/atlas-lb | de1eb3c45427b08308d348fe3dbcf3d38ce116cb | dde84090fefc9c6e5861d7f4d39dd291c745f392 | refs/heads/master | 2022-06-16T02:33:58.445491 | 2021-06-11T21:47:56 | 2021-06-11T21:47:56 | 2,043,124 | 3 | 16 | null | 2016-10-13T23:36:49 | 2011-07-13T17:12:25 | Java | UTF-8 | Java | false | false | 5,028 | java | package org.openstack.atlas.api.mgmt.validation.validators;
import org.openstack.atlas.api.validation.Validator;
import org.openstack.atlas.api.validation.ValidatorBuilder;
import org.openstack.atlas.api.validation.context.HttpRequestType;
import org.openstack.atlas.api.validation.results.ValidatorResult;
import org.o... | [
"dead2hill@gmail.com"
] | dead2hill@gmail.com |
7a4edaac8cc3e645ffdd5156dbb05db36b50f965 | d60bb6319fb7e41559885c0b8828f3bdfe24cff5 | /Java 8/20. BЩLЪM - Proje DosyasН/listeYapilari/src/listeOrnekleri/listeOrneleri.java | aaba23907b9e7e730e6d9732905aca0cb242dbd2 | [] | no_license | tunahanyetimoglu/java | 7c3880cc1fa11d2ceb11ce1420077526d27b5690 | a2d494dbcf0c8e9b404f1f774a01acbe52e01b8f | refs/heads/master | 2021-03-27T13:41:31.180588 | 2019-01-03T16:53:46 | 2019-01-03T16:53:46 | 90,137,679 | 0 | 0 | null | null | null | null | ISO-8859-9 | Java | false | false | 1,176 | java | package listeOrnekleri;
import java.util.ArrayList;
import java.util.ListIterator;
public class listeOrneleri {
public static void main(String[] args) {
// TODO Auto-generated method stub
ArrayList listeYapisi = new ArrayList();
listeYapisi.add("Edirne");
listeYapisi.add("İstanbul");
liste... | [
"tunahan.yetimoglu@bil.omu.edu.tr"
] | tunahan.yetimoglu@bil.omu.edu.tr |
a86e6e858346088748f4e82721c18f6b0e180a0a | 7c273762c1e94056f1947bffe033086603b76a58 | /app/src/main/java/gma_chakra/gma_app/Crystal_details_4.java | 1edb44c7141d988ae62bace6b5c0d387b623b321 | [] | no_license | alvi17/GMA_App | 56e98528c2a6e10a25bd7f6b8dd7c4742fee5dd9 | 5ad6be1bbf472e8de459daa2b76458ce86d1404b | refs/heads/master | 2021-01-10T14:28:29.004953 | 2016-03-01T07:32:22 | 2016-03-01T07:32:22 | 50,440,376 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 9,293 | java | package gma_chakra.gma_app;
import android.app.Activity;
import android.app.Dialog;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import android.media.AudioManager;
import android.m... | [
"alvi1005017@gmail.com"
] | alvi1005017@gmail.com |
ab8566850a8bf9c0ca4fabb15c900ef37b292d64 | 35b19238244a7b96aec57b4d3d3fb195bfd16a32 | /fabric/fabric-commands/src/main/java/io/fabric8/commands/VersionDeleteAction.java | 393e32d25a8005bf98caaa928156bf94c2941f39 | [
"Apache-2.0"
] | permissive | alns/fabric8 | a91a31609115bdaa28ec00c417c21960eabdebfc | e21c2c7422d36ebf96064fe9003da50f53bcee6a | refs/heads/master | 2021-01-17T21:57:26.932998 | 2014-07-17T12:25:55 | 2014-07-17T15:39:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,362 | java | /**
* Copyright 2005-2014 Red Hat, Inc.
*
* Red Hat licenses this file to you 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 r... | [
"claus.ibsen@gmail.com"
] | claus.ibsen@gmail.com |
e8e69d5923126d2320141dfc40634f2d11bbfe0a | 6101905dccfa0087827f8a72618648b947c2ddc8 | /src/main/java/com/PRD/dao/RandomValidateCode.java | 11509e4930edb9240e39915ae4115d46201ecb33 | [] | no_license | 815345789/menggangtong | fbde986d2f7e21b48a8bafadc9be45c56b11900a | db969fd774374d0e3e0ff15e680e7ae15960c4e7 | refs/heads/master | 2020-03-24T16:49:30.045288 | 2018-07-30T07:16:40 | 2018-07-30T07:16:40 | 139,915,910 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,444 | java | package com.PRD.dao;
import java.awt.Color;
import java.awt.Font;
import java.awt.Graphics;
import java.awt.image.BufferedImage;
import java.util.Random;
import javax.imageio.ImageIO;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
im... | [
"815345789@qq.com"
] | 815345789@qq.com |
6255428a45a26ef5ac030615b556ba5e8234271b | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/22/22_ecc6ab754b7801f03c63cb9fac28faf4528aac8b/SkypeChatManager/22_ecc6ab754b7801f03c63cb9fac28faf4528aac8b_SkypeChatManager_t.java | fe13116716bfc55ba4780f7fcdc792a571650b28 | [] | 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 | 6,665 | java | /****************************************************************************
* Copyright (c) 2004 Composent, Inc. 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, and is... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
d1f6815816f39f882b5efea881ec4864201a36ac | 1d8d116a2c166b4bc0d8813f20f4fbccd894a132 | /src/main/java/com/pyramid/shoppingcart/service/ProductService.java | 05d4091b58e902b5d5c91ea871c960fa491a16e3 | [] | no_license | rweems/JavaReactShoppingCart | 7780c6b83b8eba41d48cfcb26034ecb7ecbd09f0 | ddd562bfacfe369310dd596954da6f15a8debc3e | refs/heads/master | 2021-07-21T14:19:31.650993 | 2020-01-16T17:52:38 | 2020-01-16T17:52:38 | 233,628,554 | 0 | 2 | null | 2021-01-05T19:18:11 | 2020-01-13T15:31:33 | JavaScript | UTF-8 | Java | false | false | 669 | java | package com.pyramid.shoppingcart.service;
import java.util.List;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.pyramid.shoppingcart.Repository.ProductRepository;
import com.pyramid.shoppingcart.model.product;
@Serv... | [
"mohamedmomin5994@gmail.com"
] | mohamedmomin5994@gmail.com |
6d874e044fde4b41247e2007f906dabd477946c8 | 6b58665a136c113ec3c854d39de93fdaa34924e0 | /src/main/java/ObjectToObject/interfaceDemo/demo1/Student.java | 4cacdf31bac95d7c39741118527a7f0b9eb0ff8f | [] | no_license | Forever-nuo/javaSe | 7ea1844c9817d44d50a85695825a1da4697b7406 | 32dd97d0e996e8a06fd3a294d0fda2c2ef0cb818 | refs/heads/master | 2020-12-30T12:44:19.180860 | 2017-10-25T15:54:42 | 2017-10-25T15:54:42 | 91,352,742 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 543 | java | package ObjectToObject.interfaceDemo.demo1;
/**
* Created by forever on 2017-4-22.
*/
public class Student implements PersonInterface {
/***
* 接口中所有的方法都是抽象的 没有方法体
* 默认都是 public abstract 返回类型 方法名(参数列表) ;
*
* @param i
*/
public void show1(int i) {
}
/**
* 可以简写成 返回类型 方法名(... | [
"857173891@qq,com"
] | 857173891@qq,com |
e0bbfcea6784c76efd3a829449617b0838c9811b | 697533704a11af92c1940d251de78c016b1dd020 | /MapsActivity.java | 1053ca3931022df834003a01ecbf767e04e0955b | [] | no_license | GeethikaLingamaneni/Charge-n-move | 8f66626da1cbf8b40087de893268005c438251e3 | 58c0ccdd6251c1ab2947fe801e6abc0173517b0e | refs/heads/master | 2020-03-27T11:25:25.143280 | 2018-08-28T18:20:42 | 2018-08-28T18:20:42 | 146,485,857 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 18,986 | java | package com.example.android.movehack;
import android.Manifest;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.location.Location;
import android.os.AsyncTask;
import android.os.Build;
import android.os.Bundle;
import android.support.v... | [
"noreply@github.com"
] | GeethikaLingamaneni.noreply@github.com |
7703a155431a9fdef6ca26f9903d8e5bca571a74 | 72b0ee566a514788ba5b4ebe34aec6448007e352 | /src/com/appxy/billkeeper/activity/TestActivity.java | 841f89bce442c553f32b81c4f373ec05b45b6f6f | [] | no_license | sadsunny/BillKeeperFree | 84d23bad010948f773f0e920ddeafbfa3d1603e1 | 633ab6132bef70fb50b0c8903cf7982a406cf10b | refs/heads/master | 2021-01-23T18:10:04.931632 | 2014-04-30T08:26:44 | 2014-04-30T08:26:44 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,061 | java | package com.appxy.billkeeper.activity;
import com.appxy.billkeeper.R;
import com.appxy.billkeeper.R.layout;
import com.appxy.billkeeper.R.menu;
import com.appxy.billkeeper.adapter.DialogCategoryIconAdapter;
import com.appxy.billkeeper.adapter.DialogChooseCategoryAdapter;
import android.os.Bundle;
import android.app.A... | [
"chyingdan@gmail.com"
] | chyingdan@gmail.com |
0c498dae04754b81a83b71d068ef0b1d0e1c6b61 | 1ef2c6182582592157414cd0aaf0a3f629e1bf25 | /joy-web/src/main/java/org/joy/web/spmvc/modules/sysres/datasrc/controller/SysDataSrcController.java | e21a89a49dfe853b0ad61a27ddec3e28c9886394 | [] | no_license | zenjava/joy | 95af28c0eeb7213ae2a42a12f9a8e41d29b8fda9 | dc1eb57dfe0429455b18c833302ef2b34fd7d0a5 | refs/heads/master | 2021-01-22T19:30:44.484376 | 2014-10-31T06:06:16 | 2014-10-31T06:06:18 | 34,838,163 | 1 | 0 | null | 2015-04-30T06:30:54 | 2015-04-30T06:30:54 | null | UTF-8 | Java | false | false | 604 | java | package org.joy.web.spmvc.modules.sysres.datasrc.controller;
import org.joy.core.sysres.datasrc.model.po.TSysDataSrc;
import org.joy.web.spmvc.core.BaseCrudController;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
/**
*
* @since 1.0.0
* @author Ke... | [
"kevice@qq.com"
] | kevice@qq.com |
0bba9b6ed74f4c3184f1d40ea7d1d9de0a19eea8 | 5283f95acfcfe32d15b4431ff30b1717fcc79af3 | /travels/src/test/java/com/example/travels/TravelsApplicationTests.java | 99d2ccea5ea54cb22e1e243a9e47f108ccf16613 | [] | no_license | yuanbolv123/travel | 4c2bda2a086baae62aee89540c53e59d25dce784 | e194ce76bb06361fa20f00a6a9e7e7e836072031 | refs/heads/master | 2023-03-11T04:56:26.660148 | 2020-07-30T03:27:55 | 2020-07-30T03:27:55 | 283,658,542 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 221 | java | package com.example.travels;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class TravelsApplicationTests {
@Test
void contextLoads() {
}
}
| [
"yuanbo.lv@yeexun.com.cn"
] | yuanbo.lv@yeexun.com.cn |
1bd64f5d6b577742c878d0fc68d3cb0f379ed8bd | e55f3db10fdaea617938a3ca27a4866699b7e0e1 | /Server/src/main/java/entities/AssetAllocationEntity.java | 579c1696f4cdadc05cdc9c08294b9be446ea07bf | [] | no_license | zhibzeng/FOFQuant | 568b0908bff1b421dd0c13132ea8e40023a55815 | b723d9f9f568a118ed91981b32e1f3d8fac93496 | refs/heads/master | 2021-04-15T11:45:05.047718 | 2016-11-18T16:46:21 | 2016-11-18T16:46:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,983 | java | package entities;
import javax.persistence.*;
/**
* Created by Daniel on 2016/8/16.
*/
@Entity
@Table(name = "asset_allocation", schema = "fofquant", catalog = "")
@IdClass(AssetAllocationEntityPK.class)
public class AssetAllocationEntity {
private String code;
private String date;
private Double stockV... | [
"835168932@qq.com"
] | 835168932@qq.com |
9e549a2d20d1d85de53b1649d9dd04bce7bfd379 | b9b0bc1b93bf1ff4b164a80f98bd8d3feea3798c | /chap07/src/sec02/exam01_inheritance/CellPhone.java | 1d1ad899e49bcb87199c44c37df35d980afbe0a1 | [] | no_license | InKyu24/ThisIsJava_Study | 7008b585e2dbca0c6d64ed66c47a94b980fbb071 | 7a529ebb2c903cef4552fb15765288f8760fb49b | refs/heads/master | 2023-09-02T11:41:47.065369 | 2021-02-06T14:45:57 | 2021-02-06T14:45:57 | 334,876,212 | 1 | 0 | null | null | null | null | UHC | Java | false | false | 555 | java | package sec02.exam01_inheritance;
public class CellPhone {
//필드
String model;
String color;
//생성자
//메소드
void powerOn() { System.out.println("전원을 켭니다."); }
void powerOff() { System.out.println("전원을 끕니다."); }
void bell() { System.out.println("벨이 울립니다."); }
void sendVoice(String message) { System.out.print... | [
"484342@gmail.com"
] | 484342@gmail.com |
83bf5381e0932501fd56a76b367fce14bdc20dbb | f7cb41fe0859d80574e412f51280376c8e3c9e0f | /yard/skills/66-java/spboot/src/main/java/com/bbxyard/spboot/pojo/Resource.java | 6e459b6ba7aec6437c509c72ac4a54523ac1c449 | [
"Apache-2.0"
] | permissive | bbxyard/bbxyard | 7ca771af10237ae9a6d758baf26d78d110e8c296 | 5bf32150fa5cade9e4d9063037e5a03e587f9577 | refs/heads/master | 2023-01-14T17:39:04.191739 | 2020-08-18T06:56:36 | 2020-08-18T06:56:36 | 11,716,364 | 1 | 2 | Apache-2.0 | 2022-12-30T01:25:47 | 2013-07-28T06:48:59 | C | UTF-8 | Java | false | false | 1,214 | java | package com.bbxyard.spboot.pojo;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;
@Configuration
@ConfigurationProperties(prefix = "com.imooc.opensource")
@PropertySou... | [
"bbxyard@gmail.com"
] | bbxyard@gmail.com |
4aea3a6310fd99f90cee31fb1f606bee2c353385 | d3bda7753691144cc19d97b327cbd6d387eb9615 | /app/src/main/java/com/journals/asianpharmtech/ui/adapter/InPressAdapter.java | a4100e73e48a2d5e9dae6fbfc16199b1b71cf80e | [] | no_license | suresh429/asianpharmtech | 81f4c7b7fd522cf13c6d397d44c74589705620f2 | a1a95686a6eb49cf261b340b2de88396c7c14bf0 | refs/heads/master | 2023-01-04T23:54:42.982882 | 2020-11-02T13:42:32 | 2020-11-02T13:42:32 | 309,378,065 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,443 | java | package com.journals.asianpharmtech.ui.adapter;
import android.annotation.SuppressLint;
import android.content.Context;
import android.os.Bundle;
import android.text.Html;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.n... | [
"ksuresh.unique@gmail.com"
] | ksuresh.unique@gmail.com |
544ce6869f2c928ebe342adf2ff85348ae0354bf | e88385996beb711480f2b112ab8c2f574c4b45e1 | /src/main/java/HTTP/Homework_20/Photo.java | 6fe181a672c7a0166540483ae0476c1662cdde6c | [] | no_license | Swissgears/Hillel_Homework_2019 | dc58d095b969973b56a60cd735f2633fd8a84a06 | dbe295f6bf72c78d82c4f331b393d5f5de86d13e | refs/heads/master | 2020-06-16T07:54:28.401005 | 2019-10-26T19:46:23 | 2019-10-26T19:46:23 | 195,283,342 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,356 | java | package HTTP.Homework_20;
public class Photo {
private Integer albumId;
private Integer id;
private String title;
private String url;
private String thumbnailUrl;
public Integer getAlbumId() {
return albumId;
}
public void setAlbumId(Integer... | [
"sergius.barannik@gmail.com"
] | sergius.barannik@gmail.com |
ab53dadc917605d1576095194d4cda81f98ba59d | 3b91ed788572b6d5ac4db1bee814a74560603578 | /com/google/android/gms/c/d.java | cf624c92f00e7362c2e7d64cf2623e417f9a61b9 | [] | no_license | linsir6/WeChat_java | a1deee3035b555fb35a423f367eb5e3e58a17cb0 | 32e52b88c012051100315af6751111bfb6697a29 | refs/heads/master | 2020-05-31T05:40:17.161282 | 2018-08-28T02:07:02 | 2018-08-28T02:07:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 220 | java | package com.google.android.gms.c;
import android.os.IInterface;
public interface d extends IInterface {
boolean av(boolean z);
String bq(String str);
String getId();
void i(String str, boolean z);
}
| [
"707194831@qq.com"
] | 707194831@qq.com |
933dac063112cde1cf856fe3a14b3c4f14ba5167 | 9a37e713ddb07ced2b8835574e1c7a741c70b306 | /androidRoute/src/main/java/com/ucsmy/ucsroute/builder/ActivityBuilder.java | 228fb0a94aad2367798e6037f5e15c1462be51cf | [] | no_license | chenkb730/AndroidComponment | b7b2714ba67eb337c4282b981a9f37a1d5a308dd | 99f29bb2363ce74d5ca569eac2a1e22751ef9a09 | refs/heads/master | 2018-10-16T07:52:04.789563 | 2018-07-23T09:01:59 | 2018-07-23T09:01:59 | 116,222,546 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,656 | java | package com.ucsmy.ucsroute.builder;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.text.TextUtils;
import com.ucsmy.ucsroute.UcsRoute;
import com.ucsmy.ucsroute.helper.UcsRouteHelper;
import java.io.Serializable;
import java.util.Map;
import java.util.Set;
... | [
"chenkunbin@chenkunbindeMacBook-Pro.local"
] | chenkunbin@chenkunbindeMacBook-Pro.local |
6a8fe89be840fa096bdb82acb8f3e01fceca8662 | a14783cedbfd49570518e3178254c2baa726148f | /src/test/java/com/myohanhtet/mypostalcode/MypostalcodeApplicationTests.java | e42541b0bd714573fad317442d30111cf2c47345 | [] | no_license | myohanhtet/Myanmar-Postal-Code | aada0994f6cf4638b59e6974d4a204952488580d | a250f0b3b63f379d072eef56a369549fdc228d1b | refs/heads/master | 2022-12-10T05:38:18.625229 | 2020-09-13T12:06:49 | 2020-09-13T12:06:49 | 295,031,239 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 225 | java | package com.myohanhtet.mypostalcode;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class MypostalcodeApplicationTests {
@Test
void contextLoads() {
}
}
| [
"myohanhtet.ly@gmail.com"
] | myohanhtet.ly@gmail.com |
cba948a9931569e4e6b7ac12439b23e064d40ea0 | 3581cc6654ca4bcd2fe79bbd6c647572b24a22a1 | /src/com/inolas/solutions/ctci/c2_1_RemoveDups.java | d4287dbfc74205df7e731e76a84010bc0717fd5d | [] | no_license | Inolas/learn-code | 81b0b86f3a469226a921dbc3d87d1b891ec5256c | b946f15cfe4e52cb830e9c1f83db9c323f4194a9 | refs/heads/master | 2021-07-05T15:25:54.719038 | 2020-09-24T06:18:27 | 2020-09-24T06:18:27 | 184,531,020 | 0 | 0 | null | 2019-06-07T07:34:04 | 2019-05-02T06:19:47 | Java | UTF-8 | Java | false | false | 1,135 | java | package com.inolas.solutions.ctci;
import com.inolas.classes.LinkedList;
import com.inolas.classes.ListNode;
public class c2_1_RemoveDups
{
public void removeDups(ListNode head)
{
ListNode current = head;
while (current != null)
{
ListNode runner = current.next;
... | [
"salonibuddhadeo@gmail.com"
] | salonibuddhadeo@gmail.com |
4e6d746ee29300ab872834d13863b8990e7d0ab9 | 1cb9cd6699b467917830c649c634193fea6f3f4d | /src/main/java/com/SysC/bean/Sign.java | 46cf30cb34e8f0a5350ce7542d1784734546fba4 | [] | no_license | c-awatsu/SystemDesignProjectC | e109128dc1585b8271cf5bb315030e0bf2b5e408 | 87d17f60f0af4adeae4484c516be06942c2e00fe | refs/heads/master | 2020-04-06T04:19:00.366400 | 2016-07-22T06:25:40 | 2016-07-22T06:25:40 | 57,085,137 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 635 | java | package com.SysC.bean;
import java.io.Serializable;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NonNull;
import org.apache.wicket.authroles.authorization.strategies.role.Roles;
/**
* 既にSignInした後のユーザー情報を格納するBean
*/
@Data
@AllArgsConstructor
public class Sign implements Ser... | [
"cist.b213.c.awatsu@gmai.com"
] | cist.b213.c.awatsu@gmai.com |
9f20c2a08c4aff4f998157c110cdd1a45765889b | ed485890395b0adc7b6544986c5cbdb5098caaaa | /src/main/java/com/qinfei/qferp/controller/statistics/StatisticsOverviewController.java | 228e0b786bd5ba134314f6f4f9990420d6c66f6f | [] | no_license | xeon-ye/croa | ef44a2a3815badd216cd93d829d810d84ef34ffc | fc3806685f9b4676fcaa9cec940f902c4bfcff7f | refs/heads/master | 2023-02-23T13:21:18.820765 | 2021-01-28T11:01:37 | 2021-01-28T11:01:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,264 | java | package com.qinfei.qferp.controller.statistics;
import com.qinfei.core.ResponseData;
import com.qinfei.core.annotation.Verify;
import com.qinfei.core.log.OperateType;
import com.qinfei.core.log.annotation.Log;
import com.qinfei.qferp.service.statistics.IStatisticsOverviewService;
import com.github.pagehelper.PageInfo;... | [
"649681131@qq.com"
] | 649681131@qq.com |
d20e3ebba92c2fcad3a468cd53ee2c04dc0ee2a5 | 2fe3106d3fce51e90993620d63d330f7a2ce1580 | /jib-core/src/test/java/com/google/cloud/tools/jib/ncache/CacheWriteTest.java | 0f0b93803337d0191e393abaf22fb20708d96813 | [
"Apache-2.0"
] | permissive | primesign/jib | b8d609458a801507ecae90e044f7214eddf67099 | afee688afc33d40f79a594464b376aa712aa1916 | refs/heads/master | 2020-03-30T01:22:08.254002 | 2018-10-11T21:32:22 | 2018-10-11T21:32:22 | 150,572,700 | 0 | 0 | null | 2018-09-27T10:55:33 | 2018-09-27T10:55:33 | null | UTF-8 | Java | false | false | 1,938 | java | /*
* Copyright 2018 Google LLC.
*
* 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... | [
"noreply@github.com"
] | primesign.noreply@github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.