blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 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 684M ⌀ | 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 132
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 28
values | content stringlengths 3 9.45M | authors listlengths 1 1 | author_id stringlengths 0 352 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
118c3175d05c0b1df8cbc977e551595327171fbf | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Math/9/org/apache/commons/math3/geometry/euclidean/threed/FieldVector3D_dotProduct_774.java | 9fa04795a217e8c3824193685075b2a54585cf77 | [] | no_license | hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618255 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | null | UTF-8 | Java | false | false | 1,710 | java |
org apach common math3 geometri euclidean threed
implement link vector3 vector3d link extend field element extendedfieldel
instanc guarante immut
param type field element
version
field vector3 fieldvector3d extend field element extendedfieldel serializ
... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
a026099b3bcbb7af857234bcabb2735b40f96077 | 4d292f8d749fc2c84a6ee75643d9a1dc57c0ea4b | /Xfire/HelpingServlet/src/main/java/com/sample/servlet/AssociateServlet.java | ae6ce06e7d44cf17eff48cc6410774bee8acccd7 | [] | no_license | hughbrien/docker-frameworks-demo | cfc22c7cd1142c82c9aa686c0097c5a6c26a3aee | fd5100e54a98037613bc1199ae39e44dfe12acae | refs/heads/master | 2021-01-17T05:04:47.218416 | 2015-02-26T12:12:49 | 2015-02-26T12:12:49 | 31,478,519 | 1 | 0 | null | 2015-02-28T22:10:50 | 2015-02-28T22:10:50 | null | UTF-8 | Java | false | false | 2,833 | java | package com.sample.servlet;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLEx... | [
"udaya@neevtech.com"
] | udaya@neevtech.com |
bf5dc64836025c5a5b4f7f7a020eb2e42b3f9907 | a559bae91af3f342017df5e133bdf0d9992c2f26 | /classLab/src/Lab9_2/AlphaSub.java | 7fca38c1436f70413e9d99eeab6e82543ff1715c | [] | no_license | k-bigboss99/FCU-OOP_class | aedcabef6246ff6940b24b048cb41f416796c232 | 9bc30d22820e0f4e6ad3273276992b5215d54c25 | refs/heads/master | 2022-09-27T22:58:25.831249 | 2020-06-04T08:22:12 | 2020-06-04T08:22:12 | 269,300,314 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 189 | java | package Lab9_2;
import Lab9_1.Alpha;
public class AlphaSub extends Alpha {
@Override
public void sayHello(String name) {
System.out.println("Hello AlphaSub " + name);
}
} | [
"a27070207@gmail.com"
] | a27070207@gmail.com |
7108e7f4bdb1525ee890843b328ac96d2ddc53e2 | 52bd222cad14c369c985b83d93dd991781aedeb4 | /src/ExampleAbstract/Solution23.java | f658995655e0e81a29c406f518ef8bb44a6905a0 | [] | no_license | hl174/JianZhiOffer | ce97d7416d42e2558cb624158fefdff3446b7850 | 482ec6f51fed2db543e04e79ff56f8520995803d | refs/heads/master | 2020-04-19T13:11:01.565506 | 2016-09-01T04:38:49 | 2016-09-01T04:38:49 | 66,123,472 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,529 | java | package ExampleAbstract;
/**
* 二叉搜索树的后序遍历序列
* @author HL
*题目描述
输入一个整数数组,判断该数组是不是某二叉搜索树的后序遍历的结果。
如果是则输出Yes,否则输出No。假设输入的数组的任意两个数字都互不相同。
*/
public class Solution23 {
public static boolean VerifySquenceOfBST(int [] sequence) {
/**
* 感觉需要递归,从最后开始分,前面部分的比比较数小,后面部分比比较数大;然后递归比较前后两部分
... | [
"280396245@qq.com"
] | 280396245@qq.com |
83280daf1b2fe64615a1f82720aa20ed8518ae2c | dd9b106c30334611366ea4e6d79dffbcc9d86823 | /MyCoffeeMaker/Room.java | f7d7756f3d0fe3d699e35d98e82f6fd215d0e24d | [] | no_license | sacrebleujayy/deliverable5 | c261e6d96e2fd2d6cbe99813ac15443b8656cec9 | fb1c14c41c29358d6150f8a03246ff500b6c5f39 | refs/heads/master | 2021-05-28T19:11:59.133698 | 2015-04-14T20:49:02 | 2015-04-14T20:49:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,244 | java | public class Room {
private static int _pseudoRand = 0;
private String _description = null;
private boolean _northExit = false;
private boolean _southExit = false;
private boolean _hasSugar = false;
private boolean _hasCream = false;
private boolean _hasCoffee = false;
public Room(boolean hasCoffee,
... | [
"mcaleer.jordan@gmail.com"
] | mcaleer.jordan@gmail.com |
62f73dd46f4baf622c93931d07a612743d7eec4d | 20f01931b8f05cf5b73967afc1df776db8225d3e | /camel-yaml-dsl-common-deserializers/src/generated/java/com/github/lburgazzoli/camel/dsl/yaml/common/deserializers/ModelDeserializersResolver.java | 83abc353a97d58dac1709502ff591dfe140356f9 | [
"Apache-2.0"
] | permissive | lburgazzoli/camel-yaml-dsl | 4af47c477829173f891eaeea1b263c70a95a33f7 | 613c33344648e46f15dffb43aa3d112134edf699 | refs/heads/main | 2023-03-09T01:25:59.640241 | 2021-02-23T18:48:22 | 2021-02-23T18:48:22 | 323,365,250 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 50,555 | java | package com.github.lburgazzoli.camel.dsl.yaml.common.deserializers;
import com.github.lburgazzoli.camel.dsl.yaml.common.YamlDeserializerResolver;
import java.lang.Override;
import java.lang.String;
import org.snakeyaml.engine.v2.api.ConstructNode;
public final class ModelDeserializersResolver implements YamlDeseriali... | [
"lburgazzoli@gmail.com"
] | lburgazzoli@gmail.com |
fe76b382dfcfcd03d226a258e91256181a9d386e | bfa29f79e7205aefbc5ec8c881cf889519445f8d | /app/src/main/java/com/rainwood/sentlogistics/model/domain/PublishType.java | d7b208690ed758f8b88206ab0c9e22c08b1c8fd1 | [] | no_license | maple00/FarceSentLogistics | 4e635a3748ba8cf20cdc4173626cbb28f4dcdd40 | 3df59f2e2f8e1f36d4fbf6cdd0b43949b4bdb75b | refs/heads/master | 2022-11-16T04:16:31.421543 | 2020-07-10T10:02:13 | 2020-07-10T10:02:13 | 278,600,681 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 615 | java | package com.rainwood.sentlogistics.model.domain;
import java.io.Serializable;
/**
* @Author: a797s
* @Date: 2020/7/9 14:43
* @Desc: 服务类型
*/
public final class PublishType implements Serializable {
/**
* 类型
*/
private String type;
/**
* 选中
*/
private boolean selected;
pub... | [
"a797shaoxuesong@163.com"
] | a797shaoxuesong@163.com |
82e8df8a1a842516bc99449685fdeace250fd7a4 | e80c2f3fdb63466c3f8c7ca399445770e6a15d7f | /src/com/kq/jvm/field/A.java | c82ea3897d7d9687fdc0184b342e033a805f36ab | [] | no_license | kongq1983/java8 | 386d2c2e1d3a39e09ce97991e13e682600b18553 | 409cd50577d59d4f797f80e09eec85e2c87e7759 | refs/heads/master | 2023-05-25T18:06:42.464147 | 2023-05-19T15:51:04 | 2023-05-19T15:51:04 | 130,213,626 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 564 | java | package com.kq.jvm.field;
/**
*
* @author kq
* @date 2021-11-17 13:55
* @since 2020-0630
*/
public class A {
public static final int PAGE_SIZE = 20;
public static final byte BYTEBYTE = 50;
public static final double DOU = 50;
public static final float FLO = 60;
private int a = 10;
protec... | [
"king@qq.com"
] | king@qq.com |
31d4af33be4fbdaf12b6986de1a389b27174028e | b171fdfee15ee8eb2c788042c1d2824b98223630 | /spring-boot-logger/spring-boot-logback/main/java/com/xphsc/logback/LogbackApplication.java | c2b4502a7a2b2de3a9a83e47b1df711940626ee5 | [] | no_license | xphsc/springboot-examples | d10f2aafe628f561c36232cee03489648a2008a5 | c8341127e11ce6cd335870937c6379f97608b714 | refs/heads/master | 2022-06-25T06:34:41.316048 | 2020-04-12T09:31:25 | 2020-04-12T09:31:25 | 122,811,459 | 1 | 1 | null | 2022-06-20T23:02:16 | 2018-02-25T06:29:48 | Java | UTF-8 | Java | false | false | 580 | java | package com.xphsc.logback;
import org.springframework.boot.Banner;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;
/**
* Created by ${huipei.x} on 2017-2-25
* qq群593802274
*/
@SpringBootApplication(scanBasePackages="com.xphsc")... | [
"xiongpeih@51bsi.com"
] | xiongpeih@51bsi.com |
19f2f8a9a6be3a9634d1da274983ac89c38eacc5 | 7f560c5b0e9ed114da684b57d63cb2d13829554a | /algorithms/src/exercises/Chapter1_3/Exc_1_3_38_GeneralizedQDeleteKLinkedList.java | 12b84a5d09007d167acaf2926c8f5624750ae725 | [] | no_license | bastronaut/algorithms | c2871a8f74556b2f8b3e3af0a3301f06efa1f9de | c84f392d89c4be6ce429e3a859f9de35711b2598 | refs/heads/master | 2020-05-22T06:39:37.448338 | 2017-06-09T21:37:31 | 2017-06-09T21:37:31 | 61,952,243 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,063 | java | package exercises.Chapter1_3;
/**
* 1.3.38 Delete kth element. Implement a class that supports the following API:
public class generalizedQueue<Item>
generalizedQueue() create an empty queue
boolean isEmpty() is the queue empty?
void insert(Item x) add an item
Item delete(int k) delete and return the kth lea... | [
"btsijtsma@gmail.com"
] | btsijtsma@gmail.com |
52291718b97ebe6bd659f1b7c9f448acd815fd3a | 79a6cf43828280dde4a8957ab2878def495cde95 | /platform/platform-impl/src/main/java/com/asiainfo/rms/alm/arsenal/dao/AlmAsnltmpSgExtendDao.java | fbde4183fa581d4532c15f54add3ef711397bb30 | [] | no_license | zostudy/cb | aeee90afde5f83fc8fecb02073c724963cf3c44f | c18b3d6fb078d66bd45f446707e67d918ca57ae0 | refs/heads/master | 2020-05-17T22:24:44.910256 | 2019-05-07T09:29:39 | 2019-05-07T09:29:39 | 183,999,895 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 992 | java | package com.asiainfo.rms.alm.arsenal.dao;
import com.asiainfo.rms.alm.arsenal.domain.AlmAsnltmpSgExtendRepository;
import org.apache.ibatis.annotations.Param;
public interface AlmAsnltmpSgExtendDao {
Integer saveAlmAsnltmpSgExtend(AlmAsnltmpSgExtendRepository almAsnltmpSgExtendRepository);
//
Integer updateAl... | [
"wangrupeng@foxmail.com"
] | wangrupeng@foxmail.com |
c2d2b5a7e74dd0a47abf2f55c6bedd449d48760f | 8ca1c84db50abbde99ada92d45b062d64ecccd3f | /unalcol-master/services/src/unalcol/descriptors/Descriptors.java | 761423094ea21328350a1d2aa71e8bc827ee8191 | [] | no_license | danielrcardenas/mohaea | b7030bc4c36bd237d861438fc57a18fe4043f238 | f38f9dd6d5d00053d3af004d7142ba4ff714703d | refs/heads/master | 2020-06-02T23:52:00.053081 | 2019-06-11T11:29:41 | 2019-06-11T11:29:41 | 191,350,842 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,118 | java | package unalcol.descriptors;
import unalcol.services.AbstractMicroService;
import unalcol.services.Service;
//
//Unalcol Service structure Pack 1.0 by Jonatan Gomez-Perdomo
//https://github.com/jgomezpe/unalcol/tree/master/services/
//
/**
*
* Descriptors
* <p>Obtains a set of real value solution for a given object.<... | [
"myGitlab234"
] | myGitlab234 |
3f9ea543262e9dd8ad32624cecdb85e56ed5ef6f | c2dfe9cbd07f0084ec4c386adb1a997f1a433e9d | /src/main/java/com/dreamcc/gs/util/PropertiesUtil.java | 1cc855d215898ee0e690fe11919f3d05c7aa8a64 | [
"Apache-2.0"
] | permissive | dreamcc0817/GS | f60e578a6c0eb5a77d021deabe23cc2a6d17d3bb | d795832d893df7dcbde377d42145aeb9abeca6ab | refs/heads/master | 2021-01-21T22:36:03.450371 | 2017-09-16T03:51:04 | 2017-09-16T03:51:04 | 102,166,139 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,253 | java | package com.dreamcc.gs.util;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.Properties;
/**
* Created by geely
*/
public class PropertiesUtil {
private static Lo... | [
"dreamcc0817@gmail.com"
] | dreamcc0817@gmail.com |
f6d05303318f5e94a4916623923bac9472d6895c | d3d5b208a87d25170c8b4e1861a23e7a40ee218d | /ContentProvider/app/src/main/java/com/example/cdr/contentprovider/data/ContactContentProvider.java | 0659568aaab9d885a0c2e6e0e912904d6bc354c9 | [] | no_license | ClementeDR/AndroidExercise | 0534052fdc85b58ab2f8bfec29e6323fe6098412 | 1f33c448aec19ba38936541d69f1baa5f65e6aeb | refs/heads/master | 2020-12-31T04:56:05.194838 | 2017-07-18T19:54:30 | 2017-07-18T19:54:30 | 58,160,880 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,622 | java | package com.example.cdr.contentprovider.data;
import android.content.ContentProvider;
import android.content.ContentResolver;
import android.content.ContentValues;
import android.content.UriMatcher;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteQuer... | [
"dirosaclemente96@gmail.com"
] | dirosaclemente96@gmail.com |
93bea16eddf1ad4ff99acdd4732e70676595b461 | 08702a2504d7e02e6106644e2537135bdd3392b6 | /medicaloralsystem/src/main/java/com/oral/mapper/CalculateexpenseMapper.java | 2713a07ce8d5d42afb4f85dcd80fd08b3b97bcf4 | [] | no_license | Victor1998113/Teeths-Medical-System | d47da9fc25d4668477ada92245730d9abb2c343a | 660f1aecdad87c2bbc0803c739336b2f8e6346bc | refs/heads/main | 2023-07-12T07:17:38.093952 | 2021-08-17T14:04:44 | 2021-08-17T14:04:44 | 396,323,340 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 258 | java | package com.oral.mapper;
import com.oral.bean.Calculateexpense;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* @Entity com.oral.bean.Calculateexpense
*/
public interface CalculateexpenseMapper extends BaseMapper<Calculateexpense> {
}
| [
"victor1998113@outlook.com"
] | victor1998113@outlook.com |
12f676081e099b50b921527700d753560ca8ba44 | 19dce29c5feda0c662e3fbf9ecd7ca2865e8458f | /src/main/java/com/hrms/karcan/business/concretes/ResumeWebsiteManager.java | 566ae955c1c8f919bebebc9b0e639b639405865b | [] | no_license | The-Brand/HRMS.Java | 374a6b7fc940c231946da4f4bf0b9fc2e502140c | 9aa2dff5f463d5beab883a6ef59e4f715ce7c89c | refs/heads/master | 2023-08-30T19:30:20.692835 | 2021-11-07T03:22:15 | 2021-11-07T03:22:15 | 425,380,391 | 0 | 0 | null | 2021-11-07T00:37:16 | 2021-11-07T00:37:16 | null | UTF-8 | Java | false | false | 1,668 | java | package com.hrms.karcan.business.concretes;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.hrms.karcan.business.abstracts.ResumeWebsiteService;
import com.hrms.karcan.core.utilities.mappers.ModelMapperUtils;
import com.h... | [
"karcanozbal@hotmail.com.tr"
] | karcanozbal@hotmail.com.tr |
989bb673ec5cc9b35f441ca1f7ee0334fe2ac0ee | d71e879b3517cf4fccde29f7bf82cff69856cfcd | /ExtractedJars/iRobot_com.irobot.home/javafiles/com/gigya/socialize/android/GSAPI$15.java | e33a2d222b55b09b4677018b27cdbc0777f3cc26 | [
"MIT"
] | permissive | Andreas237/AndroidPolicyAutomation | b8e949e072d08cf6c6166c3f15c9c63379b8f6ce | c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a | refs/heads/master | 2020-04-10T02:14:08.789751 | 2019-05-16T19:29:11 | 2019-05-16T19:29:11 | 160,739,088 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,958 | java | // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) annotate safe
package com.gigya.socialize.android;
import com.gigya.socialize.android.login.LoginProviderFactory;
import com.gigya.socialize.android.login.providers.Fac... | [
"silenta237@gmail.com"
] | silenta237@gmail.com |
ebd7044e77131f8abaa37a31a134b728105c246b | e6d3a0d7425ad6d829d5ad9a8fe10458b58b349d | /eHotelReserve_RESTfull/src/main/java/edu/miu/cs544/eHotelReserve/exception/ValidationException.java | 721e5926692f7f04aecc7c578b58570f480cd0ae | [] | no_license | BrukTekle/eHotelReserve | 3cb1374dcb6e4e7eafefb2a3ac55b4bee10d996d | c375d81ba024da5a95881a7680a6a8e8d61c57a0 | refs/heads/master | 2023-05-07T16:26:28.138532 | 2020-04-20T14:03:29 | 2020-04-20T14:03:29 | 255,125,764 | 0 | 1 | null | 2021-06-04T02:35:30 | 2020-04-12T16:37:50 | Java | UTF-8 | Java | false | false | 600 | java | package edu.miu.cs544.eHotelReserve.exception;
import java.util.Set;
import javax.validation.ConstraintViolation;
import org.springframework.validation.Errors;
import java.lang.RuntimeException;
public class ValidationException extends RuntimeException {
/**
*
*/
private static final long serialVersionUID =... | [
"55061854+selam2020@users.noreply.github.com"
] | 55061854+selam2020@users.noreply.github.com |
e408a36faa2a5439bff8bcef17c08eab07002629 | 10381d8057c0aff65b2f866dbd5707f07611f8b9 | /ProjectClass/Project.java | e86f8aa862a03b61be4fe9b7038aad55f1767196 | [] | no_license | Mark-Edwards-II/JavaAssignments | 6a9479c085778c959cf37e89cee5f8f7bbdb2a9a | ba4519a274e0d88add75fc25d9526e2fc5da1c7b | refs/heads/master | 2023-03-08T13:09:11.989750 | 2021-02-16T13:23:05 | 2021-02-16T13:23:05 | 337,847,938 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 412 | java | public class Project {
public String name;
public String description;
public String elevatorPitch() {
return this.name + ":" + this.description;
}
public void Project() {}
public void Project(String name) {
this.name = name;
}
public void Project(String name, String d... | [
"markedwards@MacBook-Pro.local"
] | markedwards@MacBook-Pro.local |
e6585ce3b2e9b1ea8753b5d9ed19c931d4b471c5 | 0be22bcbc22bb317524e8a319f391ca459f9ca5f | /GestioneFarmacia ESAME/src/gestionefarmacia/control/CGestioneFarmaci.java | bca70e450504b95ba16abaa1db0a068a27b98139 | [] | no_license | alesdematteo01/-CORSO-IS-GestioneFarmacia | b88fea26a6ebbc80ff9eb5fb2d9770e2d9cf5ed6 | aaa1353cfa9e0f55ee07536df7af6e260ef3230a | refs/heads/master | 2021-04-18T03:28:03.473243 | 2020-03-23T18:15:36 | 2020-03-23T18:15:36 | 249,501,297 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,403 | java | package src.gestionefarmacia.control;
import java.util.ArrayList;
import src.gestionefarmacia.entity.Farmaco;
import src.gestionefarmacia.entity.PrincipioAttivo;
import src.gestionefarmacia.db.DAOException;
import src.gestionefarmacia.db.FarmacoDAO;
import src.gestionefarmacia.db.PrincipioAttivoDAO;;
public class CGe... | [
"dinod@DESKTOP-BON5K2R"
] | dinod@DESKTOP-BON5K2R |
06e63f6604694567e56a3a7fc566f9f256085eb9 | eb0a859959b3eb19efa300e4a7c6f7ad33f52842 | /src/test/java/savita/TC_08Test.java | 9ee11a87cb6279da812a288e5e3ee75a76a6bc9d | [] | no_license | istiyak15/Work | 2402714ddaa8bc9aca1a4831c3e0b22337188c84 | 55e2d066d589ec3d8feb1bf62552243c8f27ac9a | refs/heads/master | 2023-07-17T09:51:16.271892 | 2021-08-29T01:04:01 | 2021-08-29T01:04:01 | 400,853,956 | 0 | 0 | null | 2021-08-28T18:03:49 | 2021-08-28T17:40:42 | null | UTF-8 | Java | false | false | 50 | java | package savita;
public class TC_08Test {
}
| [
"Admin@DESKTOP-830DPVD"
] | Admin@DESKTOP-830DPVD |
b6fe9c1b54c1b1af50c56bf5baa5f2b6374b2f54 | b30e493a24b2dcd63aac3921d394eab7fcdf7912 | /core/src/com/mygdx/theafrica/Background.java | 028a2f9d7bd2d61e3e2bad915948a8eaf33341f0 | [] | no_license | Marutho/AFRICA-GAME | c45fbbc2ad01a1a66caf2ac727fef117f98d21c3 | 02de7ed3a09a95b55a80bb304be365e01ca7ec1d | refs/heads/master | 2020-09-03T00:44:18.538946 | 2019-11-18T23:03:14 | 2019-11-18T23:03:14 | 219,343,403 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 730 | java | package com.mygdx.theafrica;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
import com.badlogic.gdx.graphics.g2d.TextureRegion;
public class Background extends GameObject {
public Background(float posX, float posY, float _width, float _height){
super();
x=posX;
y=posY;
this.wid... | [
"marutho97@gmail.com"
] | marutho97@gmail.com |
bcb2eb59bcf19439c42c8ff65d39bdeee6aa562b | 493faf30416b631ff8dba5207496cc0f63b0cf42 | /src/SimSSSimulation.java | a3e538596c3a37267d3fcc0d98803f949c50d253 | [] | no_license | jtavares/wjjsim | f37df57919e0262a735892bd0728e178de411a4f | a80654ae688d684fb034128ff6e2d7a229fbd12f | refs/heads/master | 2021-01-18T21:25:41.109109 | 2011-12-23T04:02:55 | 2011-12-23T04:02:55 | 2,547,694 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,403 | java | import java.util.HashMap;
import java.util.List;
public class SimSSSimulation {
// Implements a simultaneous, single-shot, auction for n agents and m goods.
private List<Agent> agents;
private List<SBAuction> auctions;
public SimSSSimulation(List<Agent> agents, List<SBAuction> auctions) {
this.ag... | [
"james.tavares@gmail.com"
] | james.tavares@gmail.com |
4354b86f8a2c6454cf67b15837667c766024b613 | 28001b9f6537ac2a80c40491055b9c54b1bfb573 | /Assignment2-B/WeatherMonitor/src/main/TemperatureData.java | 698ed7ac7734e8da86a1cdcfc13c49c0e0e68bdf | [] | no_license | tkra6/Weather-Monitor-App | c22ba451b4d9346e0a125862c97dae8f713a147f | 21c725e1c64a5588199e7701f91ed2823cb75c65 | refs/heads/master | 2020-03-15T03:11:25.090331 | 2017-05-24T05:26:19 | 2017-05-24T05:26:19 | 131,936,402 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 264 | java | /**
*
*/
package main;
/**
* @author Tom
* Basic class for Rainfall Data - doesn't require any special attributes as it only stores text
*/
class TemperatureData extends WeatherData {
public TemperatureData (String[] data) {
this.setData(data);
}
}
| [
"drrin2@student.monash.edu"
] | drrin2@student.monash.edu |
5bee2ef754341aa8808e8766fdefd84153b26b50 | 0503f231ece7283be1933b134568835d36681609 | /app/src/test/java/com/example/cloudkinetics/contactsdemo/ExampleUnitTest.java | edfa0ab66260c4be4f1fffc885d53525e4df3e4b | [] | no_license | harshVRastogi/twilio_demo | 934cfd5db8d778efdbaad0c80bb81c5f3b9faa4d | 1e390d15ed606a36ed6a24bd1269af6f7b9271c6 | refs/heads/master | 2020-05-20T12:41:25.367546 | 2017-01-31T12:27:01 | 2017-01-31T12:27:01 | 80,432,654 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 331 | java | package com.example.cloudkinetics.contactsdemo;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* To work on unit tests, switch the Test Artifact in the Build Variants view.
*/
public class ExampleUnitTest {
@Test
public void addition_isCorrect() throws Exception {
assertEquals(4, 2 + ... | [
"harsh@droidharsh.com"
] | harsh@droidharsh.com |
43b0cdc0996e1e264d5ac472f8775bc8a09e9ad7 | ab86a948cfde0843376ab23c397e8bc9bd3f6cfc | /src/main/java/com/topspace/customer/login/controller/LoginController.java | 0fb65e5f188c0b7e4b5917c87b6e7c605ca32b54 | [] | no_license | wodgj/TopSpace | 4c963ec5758c21564ffa1263961c494c68e6c782 | f6714ddfefc0b411155120d331dd037299c58369 | refs/heads/master | 2021-05-05T18:02:52.059997 | 2018-01-14T15:42:51 | 2018-01-14T15:42:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,862 | java | /**
* @author Hunter
* TopSpaceMaven
* 2017-12-28 下午8:35:54
* TODO //
*/
package com.topspace.customer.login.controller;
import java.io.File;
import java.io.InputStream;
import java.util.Map;
import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import javax.swing.JRadioButton;
import ... | [
"15943286270@163.com"
] | 15943286270@163.com |
7601a44de100b8d66ca86a2e84a896cf39b1b96e | 8f2bcfcc308f3fcc92ed0aba3710dd05337c7be9 | /hebutapp/src/main/java/com/myhebut/home/HomeMusicErrActivity.java | 828f90c758d3be0c990b5cce7c913c86d7169957 | [] | no_license | sooglejay/MyHebut-Android | 1f1f10d5d959f6cf2958ea62b38f21e2e83399d4 | b609406bf7dd692106dc84f0c6dabcad019d5974 | refs/heads/master | 2020-12-31T04:06:44.885895 | 2016-08-06T11:09:31 | 2016-08-06T11:09:31 | 65,086,042 | 6 | 4 | null | 2016-08-06T14:23:22 | 2016-08-06T14:23:22 | null | UTF-8 | Java | false | false | 1,039 | java | package com.myhebut.home;
import android.os.Bundle;
import android.view.View;
import com.lidroid.xutils.ViewUtils;
import com.myhebut.activity.R;
import com.umeng.analytics.MobclickAgent;
import me.imid.swipebacklayout.lib.SwipeBackLayout;
import me.imid.swipebacklayout.lib.app.SwipeBackActivity;
public class HomeM... | [
"codinghx@foxmail.com"
] | codinghx@foxmail.com |
614c063e5135f3b4ea198f31146acd106c306081 | 87cbcfb3816cd78794e4a61b8bf11c8c103fdc83 | /app/src/main/java/ph/devcon/android/attendee/db/AttendeeDao.java | 28e03ffd77c0004a4264a4dd7523af1f166e7960 | [
"Apache-2.0"
] | permissive | padc/DevConSummit | 70226f83baddd450b00352c55b9fa05dc180a931 | 193199c1a32018047f6cc47f948d0860bd320f6a | refs/heads/master | 2016-09-05T14:45:17.872902 | 2015-04-19T10:47:03 | 2015-04-19T10:47:03 | 25,624,162 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 883 | java | /*
* Copyright (C) 2014 Philippine Android Developers Community
*
* 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 ... | [
"lopegwapo@gmail.com"
] | lopegwapo@gmail.com |
670d62e08e7e4e80ccee6ff75e6ed42a5235fa1a | ff2e703ec4eb8895860d1a8f404fb6cb47cc60a9 | /held/MonogenicWaveletToolbox_.java | c91e8f7616b88234fe7ca3637a10f341967c0ce1 | [
"Apache-2.0"
] | permissive | phcerdan/isotropic_wavelet_collection | db93c7c86bc1ae59485d3df8969d21a6e31b5976 | 43da148bfe8360c162e18eebee2d0a4ed388a9c3 | refs/heads/master | 2021-03-19T15:31:13.308718 | 2019-01-23T16:27:18 | 2019-01-23T16:27:18 | 60,307,813 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 35,189 | java | /*
* Decompiled with CFR 0_114.
*
* Could not load the following classes:
* ij.ImagePlus
* ij.WindowManager
* ij.gui.MessageDialog
* ij.plugin.frame.PlugInFrame
* ij.process.ColorProcessor
* ij.process.FloatProcessor
* ij.process.ImageProcessor
*/
package monogenicwavelettoolbox;
import ij.ImagePlus;... | [
"pablo.hernandez.cerdan@outlook.com"
] | pablo.hernandez.cerdan@outlook.com |
b8ea14b02a0bc3f3f8189f3f5d708c2dde9d2f84 | 14a0d0dc977295cc1077a099e12ca05794e7f84a | /gokong-main/src/main/java/cn/gokong/www/gokongmain/service/MerchantsService.java | 32d40777d0139f6a513848da78fc7f3f746a6fda | [] | no_license | yht-817/gokong-manage | 2ec59e86fd1aa8839b6566471026d78c55e2b8c5 | f779614f12b30ccf2495856f873d6b9c87898612 | refs/heads/master | 2020-05-03T18:55:09.754700 | 2019-04-01T03:05:45 | 2019-04-01T03:05:45 | 178,774,202 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,299 | java | package cn.gokong.www.gokongmain.service;
import cn.gokong.www.gokongmain.domain.Merchants;
import cn.gokong.www.gokongmain.vo.merchants.QueryMerchantsDetailsOutput;
import cn.gokong.www.gokongmain.vo.merchants.PageQueryMerchantsOutput;
import com.baomidou.mybatisplus.extension.service.IService;
import java.util.List... | [
"1475409096@qq.com"
] | 1475409096@qq.com |
269f3e3885194a4f9f9187344642114876528346 | 6770994c785d0f36cabddef2b7e54167695bc3d3 | /app/src/main/java/com/studyun/bluetooth4chat/DateUtils.java | 7e8dd466a8491a71baa2f71356bcf743b0acef2a | [] | no_license | YangEdward/Bluetooth4Chat | cbdecadc1ef4c9b59cbe33c2eaf3170087a527e0 | 25073dfa94bb4abc455525e1464072ff17347cc2 | refs/heads/master | 2021-01-19T05:07:49.772457 | 2015-05-20T14:30:56 | 2015-05-20T14:30:56 | 35,362,119 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 5,158 | java | package com.studyun.bluetooth4chat;
import android.annotation.SuppressLint;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
/**
*
* @author Edward
* @version 1.0.0 2014-9-4
*/
@SuppressLint("SimpleDateFormat")
publ... | [
"murongyunlong@gmail.com"
] | murongyunlong@gmail.com |
0f17feaf19451e7b202e1df6ce4eeb4ab7de27a1 | f8a632c91a4b2f22376b3301ce85747824fd6dac | /impl/shim/mapreduce/src/test/java/org/pentaho/big/data/impl/shim/mapreduce/MockVisitorService.java | fff1a3cf6af2f9ef30591f56b28d93571506bc91 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | dianhu/big-data-plugin | 3edd16c6786e2fd60b7d3b3d15df7317dadbada4 | 5736ad88b42face5b1474283636938acedeb0490 | refs/heads/master | 2021-01-16T21:14:24.731846 | 2017-10-01T01:10:19 | 2017-10-01T01:10:19 | 100,225,563 | 0 | 0 | null | 2017-08-14T03:42:38 | 2017-08-14T03:42:38 | null | UTF-8 | Java | false | false | 1,317 | java | /*******************************************************************************
*
* Pentaho Big Data
*
* Copyright (C) 2002-2016 by Pentaho : http://www.pentaho.com
*
*******************************************************************************
*
* Licensed under the Apache License, Version 2.0 (the "License... | [
"ccaspanello@pentaho.com"
] | ccaspanello@pentaho.com |
e8635a7c95affd7c761b56cd34a8d85e77afe429 | 4c821b04efcdaff23c9debe8ca301f8572e751a5 | /app/src/main/java/com/smallpay/app/ski/rent/ui/view/BottomBar.java | 26eeccf5b00a1190504fe124c5531c016f80bfce | [] | no_license | HKen/CBSSkiRentApp | 35f6065889fa27ba7e04886512e5d7bbfde1ceae | 66f1c30f478dcf21fa2de9baa9da70b5a89c1d1d | refs/heads/master | 2020-03-11T13:19:44.211322 | 2018-04-18T07:31:31 | 2018-04-18T07:31:31 | 130,021,790 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,917 | java | package com.smallpay.app.ski.rent.ui.view;
import android.content.Context;
import android.graphics.Color;
import android.os.Parcel;
import android.os.Parcelable;
import android.support.v4.view.ViewCompat;
import android.util.AttributeSet;
import android.view.View;
import android.view.ViewGroup;
import android.view.Vie... | [
"963331818@qq.com"
] | 963331818@qq.com |
23be9ec2495f73c70350462d5fdadbe4da5a93e0 | b91663fcfac5ba790e78f7128c609c88a1213d12 | /Cursos Udemy/Tutorial Spring/concursotalentos01/src/main/java/concursantes/Saxofon.java | c1297d6585978211ab116ed18be3e2e1a07ea50b | [] | no_license | jfrogz/Workspace-Personal | 70f8a40af017244489d87ac9834666d028d22f55 | aa4267d6dbec2436248608dbf99ed97b5904dde1 | refs/heads/master | 2021-01-11T20:12:48.090863 | 2017-09-28T23:30:54 | 2017-09-28T23:30:54 | 79,067,457 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 206 | java | package concursantes;
/**
* Created by Fernando Robles on 09/02/2017.
*/
public class Saxofon implements Instrumento {
public void tocar() {
System.out.println("Tuu Tuu Tuu Tuu...");
}
}
| [
"fernando.robles@sngular.team"
] | fernando.robles@sngular.team |
fae5127fb34bf37938c04dc1131201087f67b342 | d65c644c467ded4ce46934beb6fe6360ebfa520b | /kimble/src-graphic/kimble/graphic/pickingray/RayGenerator.java | f1653c5527ef8b7788420155050723adc0294ed1 | [] | no_license | lybeck/kimble | 5cbed63649157d237c7a31450dbb7529d180aa4b | da884f64641b7541706dca594af0feeca45df0f5 | refs/heads/master | 2021-01-12T19:18:23.737199 | 2014-07-04T06:35:16 | 2014-07-04T06:35:16 | 19,488,341 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,775 | java | package kimble.graphic.pickingray;
import kimble.graphic.Screen;
import kimble.graphic.camera.Camera3D;
import org.lwjgl.util.vector.Matrix4f;
import org.lwjgl.util.vector.Vector3f;
import org.lwjgl.util.vector.Vector4f;
/**
*
* @author Christoffer
*/
public class RayGenerator {
public static Ray create(int m... | [
"christoffer.fridlund@hotmail.com"
] | christoffer.fridlund@hotmail.com |
ae6fb1ad3633280798882305c23b182c55813e52 | c75c8a2ab61582818cb98645b2df09807fd65835 | /src/test/java/br/com/elo/service/MensagemISO8583ServiceTest.java | 0ba16337667db565b1e7f5a0eb8d2a71e9475c36 | [] | no_license | danilomeneghel/api-simulador-elo | 3900206e567b50ae0820645f94f28d03d198cbd6 | fe29b2a9c936dd5e5a1962c3458715230c6cb71c | refs/heads/main | 2023-06-20T12:49:30.667897 | 2021-07-13T22:28:19 | 2021-07-13T22:28:19 | 360,266,986 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 15,814 | java | package br.com.elo.service;
import br.com.elo.common.exception.ObjectNotFoundException;
import br.com.elo.common.exception.ParametroInvalidoException;
import br.com.elo.controller.util.DadosMockUtil;
import br.com.elo.domain.*;
import br.com.elo.domain.dto.request.*;
import br.com.elo.domain.dto.response.MensagemISO85... | [
"doliveira.vermont@alelo.com.br"
] | doliveira.vermont@alelo.com.br |
7a962454e0f73425d37500c827174092237b633b | 6a985faadeac1f3ef7b0a9ddcec7728a99783a79 | /Revision1/src/chapter4/VarArgsEncapsulation.java | 6c35d69cfe4f4bc82f0c6b64808ce595b8134de3 | [] | no_license | BenDeegan/Java | 0dfa13b582fd7a486a30ba80e3a13f3b7e7f4e32 | d046b884829febee537d01adf1649810cb2a2dbd | refs/heads/master | 2021-01-21T12:19:59.915987 | 2017-11-14T14:22:24 | 2017-11-14T14:22:24 | 91,786,681 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 669 | java | package chapter4;
public class VarArgsEncapsulation {
/*
* ... means a variable length array.
* You can pass in - no parameters
* - one parameter
* - two parameters
* -three parameters
* -an array
*
* */
public static void main(String... args) {
printArray(); /... | [
"ben.e.deegan@gmail.com"
] | ben.e.deegan@gmail.com |
126b29d70dfd54f7146a1e95ed215386bf73e06e | 38c6e3cb1de37dda61e854b762233b7d4ed39e9f | /extend/org/adempiere/apps/graph/PAPanel.java | f44464e32fc44e8b2fd7c011efe3f068b4c5aea9 | [] | no_license | agalemiri/customizacion380OFB | 62f9dafb55c90126dc0157b661889cffe828f735 | 9cb28d677d01a6ff96895ed7b1ac70712659cb2d | refs/heads/master | 2023-06-16T14:22:42.271774 | 2021-07-12T13:48:36 | 2021-07-12T13:48:36 | 385,280,607 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,638 | java | /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. *
* This program is free software; you can redistribute it and/or modify it *
... | [
"agalemiri@comercialwindsor.cl"
] | agalemiri@comercialwindsor.cl |
529088f7bd73700e018fd5397b2b3acdbe42b946 | faf55adee6ebf064d1abd4c0a1c7ee72126c2caa | /trunk/zhikebao/src/com/xyz/system/dao/AuthorityDao.java | de1ad9e118f67faf28397173f22f571ef15faf37 | [] | no_license | BGCX261/zhikebao-ecom-svn-to-git | 48ebb95d1e5883b9991ee116482eb556cd320c64 | 33616de5a809b7dd6f2c2cc98784b04004eef996 | refs/heads/master | 2019-01-20T12:40:43.882941 | 2015-08-25T15:28:09 | 2015-08-25T15:28:09 | 42,322,786 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,058 | java | package com.xyz.system.dao;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.springframework.stereotype.Repository;
import org.springframework.util.Assert;
import com.xyz.framework.data.impl.JpaDao;
import com.xyz.system.m... | [
"you@example.com"
] | you@example.com |
37e306746ad7cbe56a381d467934f98d27dc8e1d | c8b6b38cfb9eaf467bf8420e9108fa57b6bf1019 | /app/src/main/java/fxtrader/com/app/entity/ContractInfoEntity.java | b452758504e3542b880df73a6ac8d3964b67259a | [] | no_license | zyzbsh/fx | f6b3de621a8984bdb86347ae3558cb5bd8b8edef | 544286a9c2959742c5e8b6bed57da0334363be99 | refs/heads/master | 2021-01-13T07:40:32.351140 | 2017-04-17T18:36:40 | 2017-04-17T18:36:40 | 76,231,451 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,203 | java | package fxtrader.com.app.entity;
import android.text.TextUtils;
import java.io.Serializable;
import fxtrader.com.app.http.HttpConstant;
/**
* Created by zhangyuzhu on 2016/12/9.
*/
public class ContractInfoEntity implements Serializable{
/**
* code : AG01
* dataType : AG
* dealLimit : 10
*... | [
"zyzbsh@163.com"
] | zyzbsh@163.com |
32be2b2f8799fd723fd0f6747e6becd386e4df86 | d24de9be4c3993d9dc726e9a3c74d9662c470226 | /reverse/Rocketbank_All_3.12.4_source_from_JADX/sources/ru/rocketbank/core/model/CardData.java | 50ddd9d2553c26b7775b7396bdd124225b742798 | [] | no_license | MEJIOMAH17/rocketbank-api | b18808ee4a2fdddd8b3045cd16655b0d82e0b13b | fc4eb0cbb4a8f52277fdb09a3b26b4cceef6ff79 | refs/heads/master | 2022-07-17T20:24:29.721131 | 2019-07-26T18:55:21 | 2019-07-26T18:55:21 | 198,698,231 | 4 | 0 | null | 2022-06-20T22:43:15 | 2019-07-24T19:31:49 | Smali | UTF-8 | Java | false | false | 4,270 | java | package ru.rocketbank.core.model;
import android.os.Parcel;
import android.os.Parcelable;
import android.os.Parcelable.Creator;
import kotlin.jvm.internal.Intrinsics;
/* compiled from: CardData.kt */
public final class CardData implements Parcelable {
public static final Creator<CardData> CREATOR = new CardData$$... | [
"mekosichkin.ru"
] | mekosichkin.ru |
8c1794a3733d6380aab4d4de7f1de60d3acfa8e2 | 18308c0bb7d687c1b178de95388ef6c9cfe7caff | /src/aktie/gui/SubscriptionDialog.java | 51d846d6c403fb5679bece810c3b4c843d09435f | [] | no_license | freshy969/Aktie | 2c6414f52805eb2809edf70d70daf4673cea0ac9 | ee88490d1e484fc215fc8ea4bac32e40e1bcc639 | refs/heads/master | 2020-05-24T18:54:49.043202 | 2017-11-23T23:29:20 | 2017-11-23T23:29:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 10,265 | java | package aktie.gui;
import java.io.IOException;
import aktie.data.CObj;
import aktie.gui.table.AktieTableViewerColumn;
import aktie.gui.table.CObjListTable;
import aktie.gui.table.CObjListTableCellLabelProviderTypeDisplayName;
import aktie.gui.table.CObjListTableInputProvider;
import aktie.gui.table.CObjListTableCellL... | [
"retsamknaps@hmamail.com"
] | retsamknaps@hmamail.com |
2c10ad8269fae81a5b98d20f934551b8c82a0c03 | b6f87604e30ba6ef3a7540861abf96578eac624e | /src/main/java/ch/g_7/graphite/rendering/ShaderProgram.java | 8166757c2ec68755949c91e24e214e41c0376249 | [] | no_license | Joeysciamanna/Graphite | 80078ab26dcb64c2c59fe5d501221e0b40dc6148 | c0f9d0f55c9841bc45cf10b9279e266d706990d0 | refs/heads/master | 2020-06-07T21:07:18.148484 | 2020-04-11T19:37:44 | 2020-04-11T19:37:44 | 193,092,257 | 0 | 0 | null | 2020-04-09T15:58:08 | 2019-06-21T12:13:45 | Java | UTF-8 | Java | false | false | 5,088 | java | package ch.g_7.graphite.rendering;
import static org.lwjgl.opengl.GL20.GL_COMPILE_STATUS;
import static org.lwjgl.opengl.GL20.GL_FRAGMENT_SHADER;
import static org.lwjgl.opengl.GL20.GL_LINK_STATUS;
import static org.lwjgl.opengl.GL20.GL_VALIDATE_STATUS;
import static org.lwjgl.opengl.GL20.GL_VERTEX_SHADER;
import stat... | [
"joeysciamanna@icloud.com"
] | joeysciamanna@icloud.com |
1331fbe63a98008a2ce18aeb3a25bb68bfb3fb05 | d422dea133ddfd2949041af603eb736511528844 | /src/main/java/edu/vanderbilt/cs/live9/expr/state/find/FindFirstExprOpenState.java | 423f51a9ab88afbabd567c9bedbbc94bd877afe8 | [] | no_license | vu-5278-s21/track-1-assignment-6-acatalfano | 9d24190b5dceb751d7c85c9fbfb8cdca05f2a351 | 6a25464f762521b1f9fe7729e0669db0fc3779aa | refs/heads/main | 2023-03-26T23:57:34.801756 | 2021-04-01T02:24:47 | 2021-04-01T02:24:47 | 351,616,943 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,491 | java | package edu.vanderbilt.cs.live9.expr.state.find;
import edu.vanderbilt.cs.live9.ast.LiteralNode;
import edu.vanderbilt.cs.live9.ast.interpreter.ExpressionType;
import edu.vanderbilt.cs.live9.ast.visitor.QueryVisitor;
import edu.vanderbilt.cs.live9.expr.NearExpression;
import edu.vanderbilt.cs.live9.expr.WhereExpressio... | [
"acatalfano@vanderbilt.edu"
] | acatalfano@vanderbilt.edu |
219b0559ada408e6eaa184014d9966fae997f2af | 7042d59562ebd69c7cfa982d9eeccb24fb10fa68 | /Materias Obrigatorias/3º Semestre/COO - Computação Orientada a Objetos/Patricia/Códigos/Teste3.java | 77931378199f4ae7fd1b7bd0143c4854a0e935dd | [] | no_license | ThallesRg/drivesi | fa79f894ae1ddbb563283fee9885e0b24e5c49d8 | cd8462815949cb9fd4aa775138f48a4b7f8b0f04 | refs/heads/master | 2023-04-30T08:00:36.731137 | 2021-05-28T05:29:45 | 2021-05-28T05:29:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 601 | java | import java.util.*;
class Teste3{
static List <Integer> lista = new ArrayList <Integer>();
public static void main (String [] args){
Scanner sc= new Scanner (System.in);
String frase=sc.nextLine();
String [] palavras = frase.split(" ");
Map <String,Integer> contador = new HashMap <String,Integer>();
... | [
"driveeach@gmail.com"
] | driveeach@gmail.com |
1f2f6b71daf9b361b2bc22b6f5f4e24a6ddd8c01 | ffc93724532ee421d1ba146412b5f4cd7b64e8e9 | /mockito-2.18.6/src/main/java/org/mockito/internal/matchers/Find.java | 22eba9ffb63e033d1a6d7be9bd10c10d2af69953 | [
"MIT"
] | permissive | abalon1210/Mockito-PITest | 996ef3a5049fded9fdaf108a263abe1cde3b9cc8 | 096791ef7852a0e3509c945d04b0519031a1bf2f | refs/heads/master | 2020-03-19T01:33:58.798818 | 2018-05-31T08:34:05 | 2018-05-31T08:34:05 | 135,554,752 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 678 | java | /*
* Copyright (c) 2007 Mockito contributors
* This program is made available under the terms of the MIT License.
*/
package org.mockito.internal.matchers;
import java.io.Serializable;
import java.util.regex.Pattern;
import org.mockito.main.ArgumentMatcher;
public class Find implements ArgumentMatcher<String>, S... | [
"abalon1210@daum.net"
] | abalon1210@daum.net |
6d265fdc77c29e0969c566b6830357cc9bfbb04b | 0b03242cbba244846255a6e8b1926f230611d8a6 | /Golf Database/src/GolferData/PrintUtilities.java | 8542f67eabccd1a37f7befc98503d957c5019d41 | [] | no_license | youngbw/personal_projects | e958af705df2bdbefbba429ea3f93eeee7f94481 | b2eb014ebd24a2ac3ec204b2c4de7b2b46b2cedc | refs/heads/master | 2020-04-22T03:20:00.081146 | 2015-03-13T18:27:22 | 2015-03-13T18:27:22 | 30,309,790 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,595 | java | package GolferData;
import java.awt.*;
import javax.swing.*;
import java.awt.print.*;
/** A simple utility class that lets you very simply print
* an arbitrary component. Just pass the component to the
* PrintUtilities.printComponent. The component you want to
* print doesn't need a print method and doesn't hav... | [
"Athero23@gmail.com"
] | Athero23@gmail.com |
8157d7dc8ed5e95cb096923c546f735f983561e8 | 9a933539fde1296678fdc0beabbe1bf30626a9ad | /app/src/main/java/arey/es/tema2_ejercicios/Ejercicio13a.java | 09610c470a59567409022f3dfb3f1dfe653dddea | [] | no_license | ireneyera/tema2_ejercicios | 5fa3634680d0ea1419fa9f637b9add7a1a542f80 | 63bf6899ef14cc37a7b58e0663c2394f7a437906 | refs/heads/master | 2021-01-10T23:13:01.434980 | 2016-10-02T16:42:25 | 2016-10-02T16:42:25 | 69,727,522 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,065 | java | package arey.es.tema2_ejercicios;
import android.content.Intent;
import android.net.Uri;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
public class Ejercicio13a extends AppCompatActivity {
private TextView aTextView;
priva... | [
"irene.yera@gmail.com"
] | irene.yera@gmail.com |
d2d85977756e5206b965bbb5a11e9ecf4733605b | 4ba3a51538e6e65e62593beb2c7a38b891c9e907 | /ChichenItza/64_MinimumPathSum.java | a83d2a9100f37f831712c655fd780db4020486ba | [] | no_license | RuiLu/Xel-Ha | 86c92daf5d6f849b8ae44e76d834375354301a7d | cad5404ec91a5fe6bb84094564805682c56a104b | refs/heads/master | 2021-01-10T19:27:30.551992 | 2017-02-22T19:52:37 | 2017-02-22T19:52:37 | 55,649,444 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 875 | java | public class Solution {
/**
* Idea -> Dynamica programming
* Time complexity -> O(mn)
*/
public int minPathSum(int[][] grid) {
if (grid == null || grid.length == 0 || grid[0].length == 0) return 0;
int m = grid.length;
int n = grid[0].length;
int[][] dp = ... | [
"rlu0213@hotmail.com"
] | rlu0213@hotmail.com |
f84f5670f6b4ceaf79ed0d777d3f55769c703563 | 6e38888b278c823361d56bc5311106604ca805ed | /app/src/androidTest/java/mcm/edu/ph/balibay_basiccalculator/ExampleInstrumentedTest.java | d4fb04cb2ac7bc08d6e85adb43f90b1176ebb368 | [] | no_license | TemmiTemiru/Balibay_BasicCalculator | 68e05513c40b860ef99f4229d707fc61f972f4a1 | d39ac5d28791936bc9e824f73357a8d2a29ca823 | refs/heads/master | 2023-03-11T20:28:42.652852 | 2021-03-02T07:29:27 | 2021-03-02T07:29:27 | 343,683,558 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 782 | java | package mcm.edu.ph.balibay_basiccalculator;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will... | [
"tammiebalibay@gmail.com"
] | tammiebalibay@gmail.com |
a12f48fe08c090537a3e882031a845a008263990 | 9c3a443a9e8f0074a5082ecfb791bed5d7e8789a | /src/com/shafin/sdxball/Objects.java | de03c2e9787573c19dcfee6aac77d7f2f2a22d79 | [] | no_license | shafin1911/DX-Ball-Android | bcd604b67e8ed435bee5c8b0574d23a3b5ae363a | 7091996c96b3f358491cce2ba68acf3bba474bd2 | refs/heads/master | 2021-01-20T02:33:10.575450 | 2017-08-24T18:35:24 | 2017-08-24T18:37:05 | 101,326,107 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,342 | java | package com.shafin.sdxball;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.Point;
public class Objects {
float top,bottom,left,right;
Canvas canvas = new Canvas();
Paint paint;
Point point;
int x,y;
int color;
Objects(float left,float ... | [
"shafin@shafindesigns.com"
] | shafin@shafindesigns.com |
6803ec11dbcc13d46d0a0fba9a336a381fc945ac | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/27/27_6c89b6104f07f224f7219f3e32e6202140bdccf1/SootClassCompiler/27_6c89b6104f07f224f7219f3e32e6202140bdccf1_SootClassCompiler_t.java | cf6d1ef877d422c5052a9fee6e9b29b1e75b7569 | [] | 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 | 119,305 | java | /*
* Copyright (C) 2011 The NullVM Open Source Project
*
* TODO: Insert proper license header.
*/
package org.nullvm.compiler;
import static org.nullvm.compiler.llvm.Type.*;
import java.io.File;
import java.io.IOException;
import java.io.OutputStream;
import java.io.UnsupportedEncodingException;
imp... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
62464f4f8fdc5482d0f778c1c33fe654d6097997 | e10669c5d38b62bc40893752891e2afcda2bfebd | /my-student-financial-account-impl/src/main/java/edu/wisc/student/finance/ChargeDao.java | 01ece583f6c3e1df18db4d6758791d468adc69e8 | [] | no_license | nblair/my-student-financial-account | e9d54d52b7b8bd5a0f98ec8fafbb8f5890135be0 | e275c82395d68ba06156c5d91db962cbad069a6a | refs/heads/master | 2021-01-20T23:54:34.553554 | 2015-05-20T19:03:55 | 2015-05-20T19:03:55 | 32,325,136 | 0 | 0 | null | 2015-03-16T13:02:42 | 2015-03-16T13:02:42 | null | UTF-8 | Java | false | false | 692 | java | /**
*
*/
package edu.wisc.student.finance;
import java.util.Collection;
import edu.wisc.student.finance.v1.ChargeType;
/**
* Simple Data Access interface for Charges.
*
* This is not intended to be an exportable API; it is used underneath the
* {@link ChargeService} implementation and has a simple focus on ... | [
"nicholas.blair@wisc.edu"
] | nicholas.blair@wisc.edu |
46f8a5940e44a774c2dda2d07ab46c74f7e18458 | 345d99dac20ece771f77a5cfbea3de5054f1c65d | /src/Ex18.java | 67e945fe7b4083d8eb0772fe04a257793f85037e | [] | no_license | mcanteroa98/ExercicisStrings | 21a6177a091b3ee9adfdb370f39a37447c0a8413 | 0372ac4a72973543ed2606435cbfac4f89aa2fb9 | refs/heads/master | 2020-12-19T15:13:03.854257 | 2020-02-04T22:48:18 | 2020-02-04T22:48:18 | 235,323,337 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 218 | java | /*
18. Write a Java program to create a unique identifier of a given string.
Sample Output:
The hash for Python Exercises. is 863132599
*/
/**
*
* @author bataparato
*/
public class Ex18 {
}
| [
"bataparato@192.168.1.3"
] | bataparato@192.168.1.3 |
36c93ccb08b78c3b31d3d4bf58abaca3241febe3 | c745ee1a5bcc48e87cabff1a251f35b1791209d7 | /test/src/main/java/com/demo/test/detail/Customer.java | ebd9f9ca3d4a9b5629ec4652accd8f76af1ec0d1 | [] | no_license | shubhamgoel23/workspace | 342dd8c86e317bd8dfd51e3ae8be196d81bf96f6 | bb87e002119cc02641069cc73fa000e0bd0daa5d | refs/heads/master | 2023-01-28T09:54:37.823544 | 2020-12-08T11:08:00 | 2020-12-08T11:08:00 | 259,534,073 | 0 | 0 | null | 2020-12-08T11:08:01 | 2020-04-28T04:49:20 | HTML | UTF-8 | Java | false | false | 58 | java | package com.demo.test.detail;
public class Customer {
}
| [
"shubham.goel@prod.hclpnp.com"
] | shubham.goel@prod.hclpnp.com |
b61af4ed57671d4249d99d75ce9d03891582f1e1 | 5e245ad244d253ff7a36d1b7df4033afbf9aba45 | /code-examples/src/main/java/enums/color/ColorWriter.java | d6dcc36c6567fc734be35bc6731c5b3308fd0432 | [] | no_license | dane-king/CodeExamples | 655c67f991f32d3558b33177dbb10e3e31bd4585 | 01ff18d3a4f479b7d8a3f3f42dceaee8ea883231 | refs/heads/main | 2023-02-27T22:12:12.038638 | 2023-02-27T15:46:09 | 2023-02-27T15:46:29 | 3,892,805 | 0 | 1 | null | 2023-02-09T22:24:46 | 2012-04-01T13:52:34 | Java | UTF-8 | Java | false | false | 157 | java | package enums.color;
public class ColorWriter {
private int hexColor;
public void setColor(final Color color) {
hexColor = color.getHexCode();
}
}
| [
"kingd9@gmail.com"
] | kingd9@gmail.com |
c5034d26490247036b3ab42d002974f842b7ea2f | 9e375882851089ca2841b455a83b05433745ba35 | /src/sample/Model.java | fa09cef186dcb852a133530360a56b75c387e2c1 | [] | no_license | glopezma/Calculator | 1f050e24e785ab47c4f649e28d907b6613ac2d84 | e289334b2884b9964dacec9c6a11b663b6048a92 | refs/heads/master | 2021-07-19T17:57:45.585067 | 2017-10-26T15:55:04 | 2017-10-26T15:55:04 | 108,421,052 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 545 | java | package sample;
public class Model {
public float calculate(long num1, long num2, String op) {
switch (op) {
case "+":
return num1 + num2;
case "-":
return num1 - num2;
case "*":
return num1 * num2;
case "/":
... | [
"galopezmatthews@gmail.com"
] | galopezmatthews@gmail.com |
75982be76f28ab8a3b8af92beafff9b5400f7edb | e565b96e4ecd8d405f66dc8a5a41c74aef4eb785 | /src/main/java/com/gemalto/hibernate/demo/PrimaryKeyDemo.java | 63bb7ef74f4f5b5654b94668dbcf386c553395f3 | [] | no_license | archit-chandra/SpringMVCHibernate2-SpringMVCMavenApp | d2cc3936daf8bfe1537e1bd027960cc4c7b8577f | 91c529f2b9139608be76b3651fbf88c7532f4c23 | refs/heads/master | 2021-04-12T11:34:53.671753 | 2018-06-23T23:34:19 | 2018-06-23T23:34:19 | 126,712,921 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,407 | java | package com.gemalto.hibernate.demo;
import com.gemalto.hibernate.entity.Student;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.cfg.Configuration;
public class PrimaryKeyDemo {
public static void main(String[] args) {
// create session factory
SessionFactor... | [
"architbiet@gmail.com"
] | architbiet@gmail.com |
52e597241df1277529e6c9e43e8704f51a33709f | 64eccad5638f7b36746e4ca26f11569357af232d | /app/src/main/java/cn/kavelcortex/bookpriceculculator/util/Adapter/BookPickerAdapter.java | 11c74e8301929114b4055d813a05360302dbb7b4 | [] | no_license | KavelCortex/BookPriceCalculator | 1d6f2195a5cbf546d2d5d0802af2328cf5f0440a | c37ce19234cf57155993a59c58e74aaa28191e67 | refs/heads/master | 2021-01-13T01:23:39.071115 | 2015-09-10T13:31:35 | 2015-09-10T13:31:35 | 42,246,127 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,101 | java | /*
* Copyright (c) 2015 KavelCortex
*
* 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... | [
"wjw_wwasd@qq.com"
] | wjw_wwasd@qq.com |
bb61ef1224fe1f9074e386c99dd001b607ef5151 | 5876a99492784e9bd68e595973d76257c9ba7f9f | /src/main/java/com/wondertek/mybatis/plugin/MybatisConfig.java | ab12ab1e5c176bd565c3fbaeb93d7f525f82bf80 | [] | no_license | zbcstudy/spring-boot-mybatis | dec0bf60895fa1b9b191f823c37e733e3e26f7e0 | 597c1a3d7fc7edb00d8a888ccb8cf37b6fc1547e | refs/heads/master | 2020-03-26T06:19:05.787282 | 2019-03-08T15:43:05 | 2019-03-08T15:43:05 | 144,599,149 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 533 | java | package com.wondertek.mybatis.plugin;
import org.apache.ibatis.plugin.Interceptor;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
@Configuration
public class MybatisConfig {
// @Bean
// public Interceptor getInterceptor() {
// System.out.... | [
"1434756304@qq.com"
] | 1434756304@qq.com |
527dbe77b726994ae07766fbadd73a96d696bf49 | 5c8a4e1224054e96df772bcfc900edc6d7e36b8b | /src/com/binroot/collar/MyContacts.java | 9633754d6860d5665192e32bf67e3496d4d20558 | [] | no_license | ilovejs/Collar | 2dd55ea3d1d0abb6c2c209982c9eec7cdb3a2475 | c10ae19a3b952778211016f9d980b2b167af1162 | refs/heads/master | 2021-01-18T05:18:37.096307 | 2013-05-14T20:36:46 | 2013-05-14T20:36:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,459 | java | package com.binroot.collar;
import android.content.Context;
import android.content.SharedPreferences;
import android.database.Cursor;
import android.database.CursorIndexOutOfBoundsException;
import android.provider.ContactsContract;
import java.util.ArrayList;
/**
* Created with IntelliJ IDEA.
* User: binroot
* D... | [
"nick722@gmail.com"
] | nick722@gmail.com |
602651ec7ff6dcffb04a37d5e8ef7383b78f6987 | fc90bad82e59abaee6e26b47b7921c28d1b4c22f | /src/main/java/com/muhacha/bpm/demos/springbootcamundademo/delegates/Notification.java | b550c09cb2b8cb196c249d4b271d819580cf4674 | [] | no_license | cleophasmashiri/spring-boot-camunda-demo | bac2495d1ca4d2f3fcad755e6c4c342c3c36e7f9 | dc57eacc80dff0bbba2d15b7f744a77b8f156503 | refs/heads/master | 2020-05-31T10:41:04.129353 | 2019-06-06T08:35:12 | 2019-06-06T08:35:12 | 190,245,846 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 571 | java | package com.muhacha.bpm.demos.springbootcamundademo.delegates;
import org.camunda.bpm.engine.delegate.DelegateExecution;
import org.camunda.bpm.engine.delegate.JavaDelegate;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Component;
@Component
public class Notification ... | [
"cleophasmashiri@gmail.com"
] | cleophasmashiri@gmail.com |
1f600f4e8028d6565b69183bb716f61a0161bbe8 | aad0ba77ee93d5af96b1895365068e5a2fb8e645 | /main/java/keegan/labstuff/world/MapGenBaseMeta.java | 1b076814b49f50ad79384a3cc23f449abacdd798 | [] | no_license | KeeganDeathman/LabStuff | 88ccabfda844280e5d838c33702c82e7341a467b | 3f5dff814ffc4ac3d0bbc300dd92366cc7fccdf8 | refs/heads/master | 2020-12-24T08:15:27.931723 | 2017-04-25T00:40:45 | 2017-04-25T00:40:45 | 15,520,243 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,417 | java | package keegan.labstuff.world;
import net.minecraft.world.World;
import net.minecraft.world.chunk.ChunkPrimer;
import java.util.Random;
public abstract class MapGenBaseMeta
{
/**
* The number of Chunks to gen-check in any given direction.
*/
protected int range = 8;
/**
* The RNG used by t... | [
"keegandittmer@gmail.com"
] | keegandittmer@gmail.com |
f6933d82e8b48a6c5ac71cfc80192bbfadde1d2d | 3841f7991232e02c850b7e2ff6e02712e9128b17 | /小浪底泥沙三维/EV_Xld/jni/src/JAVA/EV_MapControlWrapper/src/com/earthview/world/spatial2d/controls/ToolCircleSector.java | d27b64d3dd5fc2a99191c9de9bb65a408d949a5a | [] | no_license | 15831944/BeijingEVProjects | 62bf734f1cb0a8be6fed42cf6b207f9dbdf99e71 | 3b5fa4c4889557008529958fc7cb51927259f66e | refs/heads/master | 2021-07-22T14:12:15.106616 | 2017-10-15T11:33:06 | 2017-10-15T11:33:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 22,513 | java | package com.earthview.world.spatial2d.controls;
import global.*;
import com.earthview.world.base.*;
import com.earthview.world.util.*;
import com.earthview.world.spatial.geometry.*;
import com.earthview.world.core.*;
public class ToolCircleSector extends com.earthview.world.spatial2d.controls.NewNonPointTypeTool {
... | [
"yanguanqi@aliyun.com"
] | yanguanqi@aliyun.com |
347838709a2fe82c36bd1c565328fedd9deb80c8 | e590b52b0b52d022624c65e212d8a1caed87a60e | /personal-space/src/main/java/com/zss/personalspace/vo/CommentLikeVo.java | 576b795576dad3b9d17767310b942753af3a7549 | [] | no_license | ZSSXL/personal-website | f5c98d76ab7a6d3467770930d3af87dd709017a0 | 91ba7010fcde302a4e59071d503ed4eff3f1fb6a | refs/heads/master | 2022-12-12T06:31:00.709683 | 2019-08-29T02:32:02 | 2019-08-29T02:32:02 | 201,632,193 | 0 | 0 | null | 2022-12-06T00:43:23 | 2019-08-10T13:13:05 | JavaScript | UTF-8 | Java | false | false | 712 | java | package com.zss.personalspace.vo;
import lombok.Builder;
import lombok.Data;
/**
* @author ZSS
* @date 2019/8/19 13:04
* @description
*/
@Data
@Builder
public class CommentLikeVo {
/**
* 评论id
*/
private String commentId;
/**
* 评论所属
*/
private String commentOf;
/**
*... | [
"1271130458@qq.com"
] | 1271130458@qq.com |
78cac727a5e5f22f371e274043395e5401226c1b | 3a0c5d42d46750485bf60b63cb979c2a2af138f3 | /src/doppler/DopplerSlider.java | 5e4d50484469e80466a30a415044dd4eae46232d | [] | no_license | wieczorek1990/Doppler | f36649fd8ba492beae50c19817d48f71d43149cb | 51ccdcbde14fad5d08b5e019aff8125c278aacd6 | refs/heads/master | 2020-06-12T09:09:37.839174 | 2013-01-14T17:36:26 | 2013-01-14T17:36:26 | 194,253,842 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 346 | java | package doppler;
import javax.swing.JSlider;
public abstract class DopplerSlider extends JSlider implements IDopplerSlider {
private static final long serialVersionUID = 1624344153590545528L;
protected DopplerExperimentPanel dopplerPanel;
public DopplerSlider(DopplerExperimentPanel dopplerPanel) {
this.dopplerP... | [
"wieczorek1990@gmail.com"
] | wieczorek1990@gmail.com |
e318f4b61b3192f2c82bcddc0e7d897303866e8a | fb2b27f0638feaa8a435425a563910de48925931 | /df_miniapp/classes/com/tt/miniapphost/placeholder/MiniappService3.java | c9078a66dc7378cd4fac7b7550d0b28ccd9ad542 | [] | no_license | 0moura/tiktok_source | 168fdca45a76e9dc41a4667e41b7743c54692e45 | dc2f1740f1f4adcb16448107e5c15fabc40ed8e5 | refs/heads/master | 2023-01-08T22:51:02.019984 | 2020-11-03T13:18:24 | 2020-11-03T13:18:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 360 | java | package com.tt.miniapphost.placeholder;
import com.tt.miniapphost.MiniappHostService;
public class MiniappService3 extends MiniappHostService {}
/* Location: C:\Users\august\Desktop\tik\df_miniapp\classes.jar!\com\tt\miniapphost\placeholder\MiniappService3.class
* Java compiler version: 6 (50.... | [
"augustgl@protonmail.ch"
] | augustgl@protonmail.ch |
9034c60a1831a82bd5375500b8d287cb8ca223b8 | 949d4d9435d5d99a50016604b6b95a695e772703 | /app/src/main/java/com/education/Faculty/API/Faculty/Friend.java | e161deaa6e19f567442b3e3a20d5d85974771324 | [] | no_license | sandeep7788/SchoolFaculty | 21e76a0cfa46cfb5d6ff1a41cae6e5a80f87a5a3 | 206a8b06b0746369cf11898e242ab14234dd811b | refs/heads/master | 2023-04-15T17:20:42.643804 | 2020-06-25T06:27:33 | 2020-06-25T06:27:33 | 274,844,526 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,699 | java | package com.education.Faculty.API.Faculty;
import android.os.Parcel;
import android.os.Parcelable;
public class Friend implements Parcelable {
private String id;
private String name;
private boolean isSelected;
/**
* Create parcelable of friend
*/
public static final Parcelable.Creato... | [
"s.pareek7788@gmail.com"
] | s.pareek7788@gmail.com |
3668b852ae601fc9b9a638f519a0f97963741a7c | e91e5bd6940046a692cf407bd236a7e709422c5a | /library/src/androidTest/java/com/lhk/library/ExampleInstrumentedTest.java | 9c8cc3e8408008f1c055ee0a82839a7eacf4fb9b | [] | no_license | luhaikong/PullLoadMoreRecyclerViewDemo | 8ad080d8ef1ba2bbc2bd6667abe0c67843aad0aa | b16898a6359f5aed43781a11e9635a89e63ba178 | refs/heads/master | 2021-01-11T06:36:45.971612 | 2017-01-03T09:14:41 | 2017-01-03T09:14:41 | 71,857,680 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 739 | java | package com.lhk.library;
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.*;
/**
* Instrumentation test, which will execute on an Android devi... | [
"1031350293@qq.com"
] | 1031350293@qq.com |
a8552a6bd6240fbdc28ffbb3f047bb5fb14bc21d | 5d880487880079ad8994e1f7886fed0268d84c03 | /spring-boot-secure/spring-boot-shiro/src/main/java/com/xbw/spring/boot/framework/shiro/filter/LogoutFilter.java | 6475a94214a447f6a7618d23a10c06cc136632a6 | [
"MIT"
] | permissive | alaxcc/spring-boot-showcase | 4202c3b14c245f74d099777b2fbb7ecdbe2963a8 | 40e59a54c64a115290061534ad4f0be93d3ed73b | refs/heads/main | 2023-08-14T10:52:35.212818 | 2021-09-29T08:17:17 | 2021-09-29T08:19:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,312 | java | package com.xbw.spring.boot.framework.shiro.filter;
import com.xbw.spring.boot.framework.shiro.realm.ShiroRealm;
import org.apache.shiro.SecurityUtils;
import org.apache.shiro.subject.PrincipalCollection;
import org.apache.shiro.subject.Subject;
import org.apache.shiro.web.mgt.DefaultWebSecurityManager;
import javax.... | [
"15621624+xbw@users.noreply.github.com"
] | 15621624+xbw@users.noreply.github.com |
19e97d4a9a9628e9306446d9f1b1d5f58b368299 | 3a18714506a78ff2fc9eb2282e7353c5eee954a8 | /solution/Solution1st.java | 933031af7407b323f485e079b74e6ad28388a4e6 | [] | no_license | adityavats007/solutions | 8c2441a3dd1d9b0173626c2359dffd0a0384a862 | f5959265d3737d10b089d95a30b23b8adac91923 | refs/heads/master | 2021-05-03T15:45:50.967380 | 2018-02-06T16:17:42 | 2018-02-06T16:17:42 | 120,485,672 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,191 | java | /* IMPORTANT: Multiple classes and nested static classes are supported */
/*
* uncomment this if you want to read input.
//imports for BufferedReader
import java.io.BufferedReader;
import java.io.InputStreamReader;
//import for Scanner and other utility classes
import java.util.*;
*/
// Warning: Printing unwanted o... | [
"adityavatsmfp@gmail.com"
] | adityavatsmfp@gmail.com |
52c821c2a925a7b5524e98eb3727618ec78716f2 | db6215d91c02554bce4ee49b99f7318ffbf18f2d | /server/server-ba/src/main/java/org/neurosystem/util/common/net/InetAddresses.java | aa791f771abaf12b5b3ceb895fdc24b56e54100c | [] | no_license | senhadjielrhazi/Project.FIX | 79687c9807b906f3d06e70b390141004f8ecae0d | 8f4511b76d043d4dff183023e1a62035a25b9760 | refs/heads/master | 2021-05-06T12:36:37.648093 | 2017-12-05T09:22:11 | 2017-12-05T09:22:11 | 113,158,583 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 38,106 | java | /*
* Copyright (C) 2008 The Guava Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | [
"senhadjielrhazi@gmail.com"
] | senhadjielrhazi@gmail.com |
2b8f895a566de84179a7c2ab471610e3ff4d2f93 | b4524cff0c165ec234d9e10413132ff8e275cb01 | /src/assignment5/Critter4.java | 4ee8b56e9ae57165f0b9c1ac749e47e8d55a4e23 | [] | no_license | gn3544/CrittersPart2 | 203aee33ea51f616cc27eb033e043bfd82e6a6f4 | bea3a3d42042ac62149b1c0a57eb583a32fb3fd5 | refs/heads/master | 2021-01-19T00:17:56.372932 | 2016-11-10T04:06:07 | 2016-11-10T04:06:07 | 73,026,216 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,434 | java | /* CRITTERS Critter4.java
* EE422C Project 5 submission by
* <Gaurav Nagar>
* <gn3544>
* <16480>
* <Minkoo Park>
* <mp32454>
* <16480>
* Slip days used: <0>
* Fall 2016
*/
package assignment5;
import assignment5.Critter.CritterShape;
public class Critter4 extends Critter{
boolean alreadyMoved;
/**
... | [
"gnagar1996@utexas.edu"
] | gnagar1996@utexas.edu |
18f995eb0cbae566d29a5344b3766e22a917032f | 97fd02f71b45aa235f917e79dd68b61c62b56c1c | /src/main/java/com/tencentcloudapi/tsf/v20180326/models/DescribeClustersResponse.java | 291dccc21eecf34ead4303bce808cede66261207 | [
"Apache-2.0"
] | permissive | TencentCloud/tencentcloud-sdk-java | 7df922f7c5826732e35edeab3320035e0cdfba05 | 09fa672d75e5ca33319a23fcd8b9ca3d2afab1ec | refs/heads/master | 2023-09-04T10:51:57.854153 | 2023-09-01T03:21:09 | 2023-09-01T03:21:09 | 129,837,505 | 537 | 317 | Apache-2.0 | 2023-09-13T02:42:03 | 2018-04-17T02:58:16 | Java | UTF-8 | Java | false | false | 3,430 | java | /*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
... | [
"tencentcloudapi@tencent.com"
] | tencentcloudapi@tencent.com |
0ac228966d32aed5fe02f73583469de8c10e6c0c | 818121ec569b2ace2a25d7c0b9fd5cdd01ba5b46 | /src/com/leetcode/strings/RemoveKDigits.java | f196812ad61c6247084d95cadcecd2975a50ae70 | [] | no_license | kirangurijala/Java_LC | ec44e9e8ea543372b4f53368f332c1bab6a6bf73 | f5d0d3d32a1d83a7cfdba467dad9bb51d52b093e | refs/heads/main | 2023-07-08T02:25:41.143472 | 2021-04-22T14:36:42 | 2021-04-22T14:36:42 | 331,473,336 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,963 | java | package com.leetcode.strings;
import java.util.ArrayDeque;
import java.util.Deque;
/*
https://leetcode.com/problems/remove-k-digits/
Given string num representing a non-negative integer num, and an integer k, return the smallest possible integer after removing k digits from num.
Example 1:
Input: num = "1432219"... | [
"Kirankumargurijala@gmail.com"
] | Kirankumargurijala@gmail.com |
5c5427a465ca3502041e26278581170eed8c8506 | 79dfd9efa6100c7cfc0256eba1601cc14a490e53 | /ListViewGridView/app/src/main/java/com/arikansproject/aaa/listviewgridviewkullanimi/MainActivity.java | 7f5c99f2e45ee278f3ec2c67e0d22c9e4ac9d7f2 | [] | no_license | ahmetesrefarikan1/StajCalismalari | d545331f5e176fec9c45ed201571ab9760db256d | b23a3a111489b64f619d252c6962d9453e1f786a | refs/heads/main | 2023-09-03T23:49:51.854897 | 2021-10-11T21:06:28 | 2021-10-11T21:06:28 | 416,005,310 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,440 | java | package com.arikansproject.aaa.listviewgridviewkullanimi;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.ListView;
import android.widget.Toast;
import java.util.ArrayList... | [
"ahmetarikan.1@yandex.com"
] | ahmetarikan.1@yandex.com |
7d01591db133dbb3e0b31b13479a686db2fa8c2d | f9e2135cbd9181bb4706d0fa971590679b161811 | /decompiled/sources/com/umeng/commonsdk/UMConfigureImpl.java | 9b87c040204dd27c39b174f91a5a9c9dceba88cf | [] | no_license | altilunium/android-virus | b55d811505cae712c33194a181d93870b4bac1ce | a2b3c4f1ffeccba4ff89c0417a01f67670fc5bb9 | refs/heads/main | 2023-04-01T09:09:08.807010 | 2021-04-10T16:06:51 | 2021-04-10T16:06:51 | 356,600,140 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 11,588 | java | package com.umeng.commonsdk;
import android.content.Context;
import android.content.SharedPreferences;
import com.umeng.commonsdk.framework.UMEnvelopeBuild;
import java.util.concurrent.CopyOnWriteArrayList;
import java.util.concurrent.Executors;
import java.util.concurrent.ScheduledExecutorService;
import java.util.co... | [
"altilunium@tutanota.com"
] | altilunium@tutanota.com |
38a3fa2a58545f714e1401e40f3c0c540ac9ad26 | 5afa5f129a4653a777bfdb2f41a35415ae6e8fda | /Android Client/src/sg/macbuntu/whs/HeritageSite.java | fa786d12cfc624d8bb54f658de16b23e84d07b1c | [] | no_license | geeknam/World-Heritage-Site | 1b1f71b4a781e24fbb827a44f04fd2b0765a717c | 27dd3d14f235f5e60024ba81775f3f4c257ed10b | refs/heads/master | 2021-01-23T19:45:23.472411 | 2010-06-13T13:15:48 | 2010-06-13T13:15:48 | 718,401 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 523 | java | package sg.macbuntu.whs;
public class HeritageSite {
String name;
String url;
String geo;
public HeritageSite(String name, String url, String geo) {
this.name = name;
this.url = url;
this.geo = geo;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
... | [
"emoinrp@gmail.com"
] | emoinrp@gmail.com |
febfc9b51957d79d3640dcd63ab6961b7a2c8cd7 | c83cd04472b651619062252a6c6b0388c42ac3a8 | /3 GENERICS/p05_NullFinder/Main.java | c2dd174503664e6845ed492bf70c09236282ae94 | [
"MIT"
] | permissive | TsvetanNikolov123/JAVA---OOP-Advanced | 06bd7d28eaf2db26c802302aa919d7a47ab569d3 | a2d1086e70dffc9de65927910e18b9dbb199f769 | refs/heads/master | 2021-06-04T19:43:38.367917 | 2019-09-17T06:24:07 | 2019-09-17T06:24:07 | 140,524,169 | 0 | 0 | MIT | 2020-10-13T16:06:27 | 2018-07-11T05:07:01 | Java | UTF-8 | Java | false | false | 531 | java | package p05_NullFinder;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.List;
public class Main {
public static void main(String[] args) {
List<Integer> integers = new ArrayList<>();
Collections.addAll(integers, 1, 2, null, 2, nu... | [
"tsdman1985@gmail.com"
] | tsdman1985@gmail.com |
fe24d73fbd4e1ced7d70e175313ae3fa15d6ee3d | c66750ba174175c3085aebf25dde15110dc66485 | /SRP/src/main/java/be/course/design/srp/opendataproject/bad/DataFileReader.java | e74deda6c59311d1cdef4b572ecbab7cf1e944e8 | [] | no_license | facet-it/solid-design-code-examples | fe4a393ab1110709c49bcf08589aed1194406151 | cd907aae054b47a4f0f1734b6857d8e47206e176 | refs/heads/master | 2021-09-10T00:49:25.801397 | 2021-09-05T18:55:47 | 2021-09-05T18:55:47 | 139,808,110 | 0 | 0 | null | 2020-10-13T18:00:48 | 2018-07-05T06:59:33 | Java | UTF-8 | Java | false | false | 5,568 | java | package be.course.design.srp.opendataproject.bad;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.util.ArrayList;
import java.util.List;
import java.util.function.Function;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class DataFileReader {... | [
"facet.it.be@gmail.com"
] | facet.it.be@gmail.com |
2c9a5f1214d0504f70de96fa76478fc5466bb638 | f9164be8106907a0c97a9f8a65cd5011f1b471e6 | /src/main/java/imad/imad/imadWeb/repositories/AuthorRepository.java | ed5802e5f3a00476fe53d92333bae73c5ec3cd0b | [] | no_license | imadham/imadWeb | e0fbba580c78e45c3437e31728830fabddd2faad | bdfc9925951fdf080fdc4b2d8687556610550d72 | refs/heads/master | 2021-03-07T04:33:56.585962 | 2020-06-13T15:11:41 | 2020-06-13T15:11:41 | 246,245,964 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 231 | java | package imad.imad.imadWeb.repositories;
import imad.imad.imadWeb.model.Author;
import org.springframework.data.repository.CrudRepository;
public interface AuthorRepository extends CrudRepository<Author, Long> {
}
| [
"imad.hamameh@gmail.com"
] | imad.hamameh@gmail.com |
770e1067885886e9473d37665b6e9560ffc286c6 | 7c20e36b535f41f86b2e21367d687ea33d0cb329 | /Capricornus/src/com/gopawpaw/erp/hibernate/c/ContMstr.java | 3c9a38e27a8768289d421b79a950f9b7aa1757c6 | [] | no_license | fazoolmail89/gopawpaw | 50c95b924039fa4da8f309e2a6b2ebe063d48159 | b23ccffce768a3d58d7d71833f30b85186a50cc5 | refs/heads/master | 2016-09-08T02:00:37.052781 | 2014-05-14T11:46:18 | 2014-05-14T11:46:18 | 35,091,153 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,597 | java | package com.gopawpaw.erp.hibernate.c;
import java.util.Date;
/**
* ContMstr entity. @author MyEclipse Persistence Tools
*/
public class ContMstr extends AbstractContMstr implements java.io.Serializable {
// Constructors
/** default constructor */
public ContMstr() {
}
/** full constructor */
public ContMst... | [
"ahuaness@b3021582-c689-11de-ba9a-9db95b2bc6c5"
] | ahuaness@b3021582-c689-11de-ba9a-9db95b2bc6c5 |
699966b490f67fb99614d654b8f881408d9c8c53 | 3637f26c29be770bd9a74e3b21e29bf20d328993 | /src/main/java/szilveszterandras/vspf/SocketObject.java | fe7379a2326ddec270eb95cf3f210743c52268c8 | [] | no_license | szilveszterandras/vspf | c0e0b18a17f98f96a4b7690b5f50e091295570f5 | ea30a7098ec38c04e16736c3fea406442820c7f2 | refs/heads/master | 2020-04-06T07:06:07.757058 | 2016-09-06T22:39:38 | 2016-09-06T22:39:38 | 64,608,748 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,078 | java | package szilveszterandras.vspf;
public class SocketObject {
private String topic;
private String requestId;
private String payload;
private String token;
public SocketObject() {};
public SocketObject(String topic, String requestId, String token, String payload) {
this.topic = topic;
this.requ... | [
"szilveszter.andras@yahoo.com"
] | szilveszter.andras@yahoo.com |
9e24c4f6a356797bb6606eac569ca14158373d1a | 236d94f88732dd7b31d8f9c337792b58f4fef6c1 | /Lab2.java | 524b54ab47b7316867a39a2ebb2abffbe45f3e68 | [] | no_license | erg52/Lab2 | 5c888d13b8ebd481a867140e7cf5a72b1e52a611 | a36c6523e7feef3fb748651bda4390146064445c | refs/heads/master | 2021-01-10T19:54:34.599573 | 2015-09-17T17:20:46 | 2015-09-17T17:20:46 | 42,670,596 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,803 | java | public class Lab2 {
public static void main(String[] args) {
System.out.println("As I was going to St. Ives");
System.out.println("I met a man with seven wives");
System.out.println("Each wife had seven sacks");
System.out.println("Each sack had seven cats");
System.out.println("Each cat had seven kits")... | [
"erg52@pitt.edu"
] | erg52@pitt.edu |
0c1616f488da84c14d10a9435cc9e1bfef4b38af | aeabf31415868a66cd4947a512dd3c9410bd2928 | /src/main/java/ru/tdv/soapclient/schemas/SetGFProperties.java | e17444a1967bfad297e7f24843e97b9cc0d8a5c0 | [] | no_license | dasha5630/soapClient | dacedfa36ee1bff6d29b2043f95bc54645ebe617 | d0dbe5ffbda18c98c245b4004b459c1a5d179bba | refs/heads/master | 2022-08-04T13:18:43.466612 | 2020-05-16T15:17:29 | 2020-05-16T15:17:29 | 256,786,644 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,185 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2020.04.18 ... | [
"dasha5630@yandex.ru"
] | dasha5630@yandex.ru |
cc22ae4ab1b3e1cccb71701d7e0eaf27eb92d11a | be009da6b4ee1f31ece6edce11719e77a704663f | /src/facebook/hackercup/y16/BoomerangConstellations.java | 6b8e9554d84263e33435005b2424309839d5f8dd | [] | no_license | themakshter/Problems | f1af5c82b53c0734f71d5ee32f2261a8f83c7d9b | 521d1d26b2e568d4f7d597d7aca11b9ffdf8d84f | refs/heads/master | 2021-01-21T07:13:56.574447 | 2016-04-10T01:15:12 | 2016-04-10T01:15:12 | 25,056,851 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,940 | java | package facebook.hackercup.y16;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.HashMap;
public class BoomerangConstellations {
public static void main(String[] args) throws NumberFormatException, IOException {
BufferedReader reader = new BufferedRead... | [
"mohammad_ali93@live.com"
] | mohammad_ali93@live.com |
2fba075a9924e500f71a095f0cc7a2f388813db7 | 6bb24b0aad6d6ba532054fde7ae3d8489e867021 | /src/main/java/com/aibton/server/monitor/entity/SysProject.java | 81b3fa1de1860d2370f7879b843fe830a6b2a1b6 | [] | no_license | zhihuihu/server-monitor | 03ff6b99f61b339cf0747a523ba5e06745ec2e03 | e2fe9c6fe7dc342cbff030c5a25c968feff17607 | refs/heads/master | 2021-04-15T11:46:07.986972 | 2018-04-12T09:28:21 | 2018-04-12T09:28:21 | 126,816,397 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,103 | java | /**
* otoc.cn ltd.
* Copyright (c) 2016-2018 All Rights Reserved.
*/
package com.aibton.server.monitor.entity;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
import java.util.Date;
/**
* 拥有项目
*
* @author huzhihui
* @version $: v 0.1 2018 2018/3/26 18:29 huzhihui E... | [
"huzhihui_c@qq.com"
] | huzhihui_c@qq.com |
c3d1cc5f6fe7df5965138f7ed4317b335a6f31c3 | b9f7bc863017fead6674efe522ab79b71a05575b | /core/src/main/java/ar/com/gm/notij/view/DialogNotificationHandler.java | 4494a5d9a195c88ad274b9837acd083c84a55475 | [] | no_license | gmatheu/notij | e30c3223bcf651ab48f414703e90997ced301d00 | 8381ae4da9f5d298b93bea7aefb917cc5ffb837c | refs/heads/master | 2016-08-03T16:38:41.880165 | 2012-02-08T17:11:16 | 2012-02-08T17:11:16 | 3,372,855 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,026 | java | package ar.com.gm.notij.view;
import java.awt.Component;
import java.awt.GraphicsEnvironment;
import java.awt.Window;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import java.awt.event.WindowListener;
import javax.swing.JOptionPane;
import ar.com.gm.notij.notifier.NotificationObservable;
i... | [
"gonzalommj@gmail.com"
] | gonzalommj@gmail.com |
b4fbf105066e18220b132f798faa67d3efdf5161 | 14aece69d04f5336fa35ee993408fb218f3180d9 | /WhatMovie/app/src/main/java/com/lowcoupling/whatmovie/contentProvider/WhatMovieContentHelper.java | b497a7df1cfe2194ad99ccb0494f8b3aab7a6254 | [] | no_license | lowcoupling/AndroidTMDBExample | d74384ddc4b1ce3c8507c721939a9ad61d734b8c | 1517b931b1ae459aca36b20ce87a4d2426fd406c | refs/heads/master | 2021-01-15T18:14:17.303504 | 2015-08-29T16:34:11 | 2015-08-29T16:34:11 | 41,599,633 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,175 | java | package com.lowcoupling.whatmovie.contentProvider;
import android.content.Context;
import android.database.Cursor;
import android.net.Uri;
import android.util.Log;
import com.lowcoupling.whatmovie.datamodel.Movie;
public class WhatMovieContentHelper {
public static Movie getMovie(Context context,String imdbId)... | [
"lowcouplin@gmail.com"
] | lowcouplin@gmail.com |
c3edeb0e94bd12a87686979259895335a09113b0 | 3e935189d9ba8c16f1c64bc910f98823c75ad604 | /interface/src/main/java/com/dbbest/kirilenko/view/MainView.java | 59963d4fb73256a6ed0c0c2638ee95e68c822b74 | [] | no_license | 1lka/dbFirstTask | c8d321a3f8771714b099865bfb8464376f4f5b34 | a856d64ba15628ddf0af88ba4c048b91c72899be | refs/heads/master | 2021-05-06T00:22:59.464727 | 2018-05-17T07:06:14 | 2018-05-17T07:06:14 | 117,232,922 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,056 | java | package com.dbbest.kirilenko.view;
import com.dbbest.kirilenko.exceptions.SerializationException;
import com.dbbest.kirilenko.service.ProgramSettings;
import javafx.application.Platform;
import javafx.beans.InvalidationListener;
import javafx.beans.Observable;
import javafx.collections.FXCollections;
import javafx.col... | [
"kyrylenko.i@dbbest.com"
] | kyrylenko.i@dbbest.com |
a3c638040dbbd5a03d879ff4b881df98a447c008 | ae6e0723a2c934539fc4cec2723e864a892be3b9 | /MyCodes/PassOne/src/com/sarthak/PassOne.java | 66747af4a6a5dab91ec4a6af4d4cf104daad72f5 | [] | no_license | sarthak4345/ENDGAME | d574b30841003b0674a6ab57eeeec9c0e4eb157d | 4b88dcc52c4aa5e7d2742364a90ca709d264ff51 | refs/heads/master | 2020-05-15T18:55:24.915619 | 2019-04-20T18:11:35 | 2019-04-20T18:11:35 | 182,438,953 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,864 | java | package com.sarthak;
import java.util.*;
import java.io.*;
public class PassOne {
int lc = 0; //Initializing location counter to zero
int littab_ptr = 0, pooltab_ptr = 0;
int symIndex =0,litIndex=0;
LinkedHashMap<String,TableRow> SYMTAB;
ArrayList<TableRow> LITTAB;
ArrayList<Integer> POOLTAB;
private Buffere... | [
"sarthak4345@gmail.com"
] | sarthak4345@gmail.com |
f3daec15f69d6c0a9127fd6b9aca5258bd13c9d3 | 844bee261d07f5235e5e18f931e647a4c19a4b6f | /NetBeansProjects/loop/src/loop/Loop.java | b13993386a9c5161764acb0c2fbc66cd3c2389d2 | [] | no_license | PSN123/javacodes | faac1f7273dcf09ea8c70336933f7f664678ac7c | aca5634ef8ece5f0415963898035ec930c0b5e2a | refs/heads/master | 2020-04-02T23:30:41.473369 | 2018-10-26T17:33:48 | 2018-10-26T17:33:48 | 154,870,182 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 683 | java | package loop;
import java.util.Scanner;
public class Loop {
public static void main(String[] args)throws Exception {
Scanner sc=new Scanner(System.in);
System.out.println("Enter your choice");
sc.nextInt();
switch(sc.nextInt()){
case 1:
System.out.println("i am case 1");
... | [
"pradeep.negi01000@gmail.com"
] | pradeep.negi01000@gmail.com |
8e0e4b80dd2aae61e15f33ada0b7da5c1909855b | 5774768c84a52630b4897813e7110c17424c26b3 | /platforms/android/src/com/wallysphere/app/CordovaApp.java | 2c33cc7f31a01b3e393bb41aed4dfc95d4f47515 | [] | no_license | architbakliwal/Wallysphere-Main | b73159e72608fef701b27e0c65d3d04a101fcf1d | e30fc6eff8b63f2dcf48c3b397bb4bfef123035f | refs/heads/master | 2021-01-22T13:13:48.424152 | 2015-03-24T18:29:55 | 2015-03-24T18:29:55 | 32,258,010 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,676 | 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
to you under the Apache License, Version 2.0 (the... | [
"architbakliwal@gmail.com"
] | architbakliwal@gmail.com |
8f453e18c2310e2f64790febe3430a4febfd8838 | d4ad23893bb0f162418c7e17b0e680a0a1ef63a8 | /EmployeeWageProblem/EmployeeWage.java | 4bdfab3a578b0c3e4c3ba453154f1b669d11f0fd | [] | no_license | mdafsar15/Java | 0a67fce6e5b96634a4100a7722d389d08d2224f9 | 40ad93869710b74b16d473c34ddb1c685b7589f1 | refs/heads/master | 2022-04-28T08:54:09.431657 | 2020-04-24T18:43:34 | 2020-04-24T18:43:34 | 258,583,748 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 450 | java | package EmpWage;
public class EmployeeWage {
public static void main(String[] args) {
int IS_FULL_TIME=1;
int EMP_RATE_PER_HOUR=20;
int empHrs=0;
int empWage=0;
double empCheck=Math.floor(Math.random()*10)%2;
if(empCheck==IS_FULL_TIME)
empHrs=8;
... | [
"57721986+mdafsar15@users.noreply.github.com"
] | 57721986+mdafsar15@users.noreply.github.com |
f9c09761d7cc52949621ab0cffb0f85b2dc10ed3 | ba2817eb24b860fe9c78f3ebdff0cec922acc81a | /app/src/main/java/com/chesterlsy/mhwassistant/data/Config.java | 81174a88aa21094036051f7fff12ece0b5bd81a0 | [] | no_license | Chesterlsy/MonsterHunterWorldAssistant | 82344065ff3a764e864c94aab1efe5b2bed0da49 | 852d4c6b314f9ec0de7058dc00307b95a240aba2 | refs/heads/master | 2020-04-19T22:08:49.968589 | 2019-02-25T09:46:25 | 2019-02-25T09:46:25 | 168,461,212 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,666 | java | package com.chesterlsy.mhwassistant.data;
import android.app.Application;
import android.content.Context;
import android.content.SharedPreferences;
import com.chesterlsy.mhwassistant.MonsterHunterWorldAssistantApplication;
/**
* App: MonsterHunterWorldAssistant
* Author: Siyi Liu
* Created: 2019-02-01 16:54
* De... | [
"siyiliu641@hotmail.com"
] | siyiliu641@hotmail.com |
b8b7bf95f56f5bc95bf20e6e62c8c4e3a40be4ad | 86342e812c816d0ac52ca21e9c37aef92b923a89 | /Java/Spring/myFirstApiRest/src/main/java/co/simplon/study/domain/User.java | 7b6bec46b6182883107345f74f64f77af2515513 | [] | no_license | le19111967/Simplon_Fred | 49469e07171498f9265f22362d48e059a8f92ff3 | 93eb17461ac4f807c9f048bc9f5e2497c1e6c974 | refs/heads/master | 2021-01-19T22:56:08.997259 | 2017-06-20T15:08:52 | 2017-06-20T15:08:52 | 76,791,102 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 973 | java | package co.simplon.study.domain;
public class User {
String username;
String password;
String email;
public User(String username, String password, String email) {
this.username = username;
this.password = password;
this.email = email;
}
@Override
public String toS... | [
"le19111967@gmail.com"
] | le19111967@gmail.com |
a34d723836419e552f567134a21566d96c267e00 | 2c23b2db304bf829c1e436f0b5ea49fe7aa3aaeb | /Java/Caavo/app/src/main/java/com/dewaara/caavo/Remote/IMenuRequest.java | ce5060a5e7a36408fbc8e6b843368bb665658a0b | [
"MIT"
] | permissive | dewaara/CaavoAppDemo | 7b3c30d0c4cc65ca42843a8859f84e31fa0353cf | df2de9668f775427a8d207f7959451f1df863279 | refs/heads/main | 2023-02-01T07:17:18.248194 | 2020-12-13T05:48:02 | 2020-12-13T05:48:02 | 320,989,112 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 271 | java | package com.dewaara.caavo.Remote;
import com.dewaara.caavo.Model.Item;
import java.util.List;
import retrofit2.Call;
import retrofit2.http.GET;
import retrofit2.http.Url;
public interface IMenuRequest {
@GET
Call<List<Item>> getMenuList(@Url String url);
}
| [
"mdh03263@gmail.com"
] | mdh03263@gmail.com |
3096bd767c093abca26125a2728f8ebde8d193e9 | 32db130b3255546dd41686a53a0ef66f1c9aa780 | /app/src/test/java/com/contast/k1a2/vedioplayer/ExampleUnitTest.java | 4ca2fb9e55bd0d987beedc524f85d3d46423e9f6 | [] | no_license | K1A2/VedioPlayer | 29938758ef427b22e2cd879d60d54b31f406adfe | 7729b5d8041b626cf48a537fec05a20987f9a836 | refs/heads/master | 2020-03-26T03:55:47.527604 | 2018-08-17T12:11:58 | 2018-08-17T12:11:58 | 144,477,587 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 389 | java | package com.contast.k1a2.vedioplayer;
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
publi... | [
"jckim0307@gmail.com"
] | jckim0307@gmail.com |
8481c78d6c5c260a0414b540b6e508081ed7afc2 | 287379d1f710c1fd90071b9784356895918df6e6 | /KLineChartLib/src/main/java/com/scrb/lib/entity/IKLine.java | 8437cd176df3da40c8996e6103c8d7b0e11a1324 | [] | no_license | zheyu18/CoinPoolMining | ffecc200f0daf4e1b766e278d358cdfec82563c4 | 6724047129dfa28be44cc109c20048b36c100ba5 | refs/heads/master | 2023-02-03T21:29:53.372131 | 2020-12-17T06:11:55 | 2020-12-17T06:11:55 | 320,227,960 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 183 | java | package com.scrb.lib.entity;
/**
* KDJ指标(随机指标)接口
* Created by tifezh on 2016/6/9.
*/
public interface IKLine extends ICandle, IMACD, IKDJ, IRSI, IVolume, IWR {
}
| [
"3301360040@qq.com"
] | 3301360040@qq.com |
6f112e371f288ebdab79d0320d741eba13f78282 | 181a2438c587e62b50d9661728c4a157ca54daa8 | /src/ventanasEspeciales/videos/ventanaPrueba.java | 18dd5cbe70767b95132efa32fa944294eb3f7183 | [] | no_license | bla15/Space-attack-2 | dbf84a04094865e9e0037a37c20f556e8645d033 | b79f4690bdcbb8e27beecb89b170b6923135859a | refs/heads/master | 2021-01-11T00:09:43.485473 | 2017-06-12T19:35:41 | 2017-06-12T19:35:41 | 69,658,039 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 956 | java | package ventanasEspeciales.videos;
import java.awt.EventQueue;
import javax.swing.ImageIcon;
import javax.swing.JFrame;
import ventanas.ventanaPrincipal;
public class ventanaPrueba {
public static JFrame frame;
public static ventanaPrueba window;
/**
* Launch the application.
*/
public static void main(St... | [
"borja.lopezalonso@opendeusto.es"
] | borja.lopezalonso@opendeusto.es |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.