blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
7
332
content_id
stringlengths
40
40
detected_licenses
listlengths
0
50
license_type
stringclasses
2 values
repo_name
stringlengths
7
115
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
557 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
5.85k
684M
star_events_count
int64
0
77.7k
fork_events_count
int64
0
48k
gha_license_id
stringclasses
17 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
82 values
src_encoding
stringclasses
28 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
7
5.41M
extension
stringclasses
11 values
content
stringlengths
7
5.41M
authors
listlengths
1
1
author
stringlengths
0
161
e069be438fc915a63f8c376ba13163871ee40436
00a41ba33daf5cd4d8d8e8ea60b15e0409d64ff1
/src/net/basilwang/utils/PinyinComparator.java
1f03203098840c81a542f122b173e4d1036991fd
[]
no_license
phyllis0129/SalesAssitant
b0e42c298b73c8eded404df04d0f459dead7bdc7
0e9243157edcc93e87edd0c919428fcfcee8c761
refs/heads/master
2020-05-17T22:48:26.476673
2014-03-01T09:07:58
2014-03-01T09:07:58
null
0
0
null
null
null
null
UTF-8
Java
false
false
523
java
package net.basilwang.utils; import java.util.Comparator; import net.basilwang.dao.SortModel; /** * * @author xiaanming * */ public class PinyinComparator implements Comparator<SortModel> { public int compare(SortModel o1, SortModel o2) { if (o1.getSortLetters().equals("@") || o2.getSortLetters().equals("#...
[ "phyllis_roading@163.com" ]
phyllis_roading@163.com
232dc5ecdebf5b87e694e7d37c6f7022669563a5
d3489deb63b375303dbc31812fcb17e1b8c2012e
/src/models/EstacionamientoVisita.java
07547422479e68b834f303e97bc0054492e33fef
[]
no_license
arielgokaidev/egiladmin-deskstop
03c55fd72b81f173199d55389b21d9442a2a6941
f01100ce90b87f2f62974e209f29c8d1468e5218
refs/heads/master
2022-03-17T09:22:50.380343
2019-12-06T15:29:51
2019-12-06T15:29:51
223,058,809
0
0
null
null
null
null
UTF-8
Java
false
false
929
java
package models; public class EstacionamientoVisita { private int id; private int numero; private String estado; private int valor; public EstacionamientoVisita() {} public EstacionamientoVisita(int id, int numero, String estado, int valor) { this.id = id; this.numero ...
[ "ariel.lizana@gmail.com" ]
ariel.lizana@gmail.com
e0d68c832673db0b4ca656e5e1408870c68c2f6f
207ec6e17de83178804dfab5994308f0381fa1eb
/Java/Object Oriented Programming/JavaAbstractClass.java
671c19d599aa578c9199cbde21022397d884fc5a
[]
no_license
bharathi14/HackerRank
2c7c609150744fff919433efe5b848670908ae22
3c44510830f192c33ca8635cf6d2b7ee33d8087b
refs/heads/master
2021-09-06T03:11:01.673643
2018-02-01T23:20:21
2018-02-01T23:20:21
118,676,569
0
0
null
null
null
null
UTF-8
Java
false
false
1,707
java
/* A Java abstract class is a class that can't be instantiated. That means you cannot create new instances of an abstract class. It works as a base for subclasses. You should learn about Java Inheritance before attempting this challenge. Following is an example of abstract class: abstract class Book{ String title...
[ "noreply@github.com" ]
noreply@github.com
fefb5bf8e87dad701dcaa8f640245eef9e9e3e7d
3a730208e4181947fbe7500a898cc98b30ddd91d
/maven-plugins/maven-plugin-commons/src/main/java/com/link_intersystems/maven/plugin/system/ContextLog.java
918bc3b9ed6ae9d8adecbfc4d82bd7f9327d6274
[ "Apache-2.0" ]
permissive
link-intersystems/maven
0ab3fd1c821b1f16c004e7f8c8fe6bef2fff81be
8727af97714eded773da4b3b1c38ba4bfd73b0a6
refs/heads/master
2021-01-19T10:31:34.347966
2014-07-06T12:50:23
2014-07-06T12:50:23
null
0
0
null
null
null
null
UTF-8
Java
false
false
200
java
package com.link_intersystems.maven.plugin.system; import org.apache.maven.plugin.logging.Log; public interface ContextLog extends Log { public ContextLog getContextLog(String context); }
[ "rene.link@link-intersystems.com" ]
rene.link@link-intersystems.com
f5ba38699afb7a39db80627b16341332d25acb5e
dc0c97818ef839226bc57e58a685b45c87dee340
/Codigo Fonte/src/main/java/org/sysHotel/controller/PerfilAcessoBean.java
71dabcd77a4fc2c814c1e2d803d03e0ebc7146a0
[]
no_license
mariomjr/GerenciaDeProjeto
168df1c5737395a537c6273ed807f52e41d10581
064e04bf5f2a680a86c0642d1593d9055e5b7913
refs/heads/master
2021-01-20T22:44:37.009370
2015-06-22T20:12:42
2015-06-22T20:12:42
34,872,613
0
1
null
null
null
null
UTF-8
Java
false
false
3,428
java
package org.sysHotel.controller; import java.io.Serializable; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import javax.annotation.PostConstruct; import javax.faces.bean.ManagedBean; import javax.faces.bean.SessionScoped; import javax.faces.event.ActionEvent; import javax.inject.Inject;...
[ "mariohj94@gmail.com" ]
mariohj94@gmail.com
1e9db5a4d2c2a4ac15422612fedbc42ec924c01b
5f5a968fc97df315298cd523c4b99f2e0582e4e3
/languagetool-language-modules/sk/src/main/java/org/languagetool/rules/sk/SlovakVesRule.java
15dc558932e073fb908fac24f28f0a69214f3b3b
[]
no_license
sexmasta01/languagetool-mirror
2fdd2b4ac4a2219b2f0b21fccf6acfbe04ee63ff
f899d7f12962deb89ebbfb6d4baa760b6777023d
refs/heads/master
2020-05-13T17:52:59.826125
2013-04-06T11:30:28
2013-04-21T16:00:10
10,068,974
0
1
null
null
null
null
UTF-8
Java
false
false
4,317
java
/* LanguageTool, a natural language style checker * Copyright (C) 2010 Luboš Lehotský lubo.lehotsky (at) gmail (dot) com * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * v...
[ "dnaber@2fe6a88b-1217-0410-b804-ba6ed01314b8" ]
dnaber@2fe6a88b-1217-0410-b804-ba6ed01314b8
7be951db5a92a9df08d77e2c12f593ecd764c434
0a5788a55d14097bc254ff0cb1ef737202528533
/netwokingProtocolDesign/Users.java
7159cff0dc0aa9f4f47e8dfd5b04fb02a1956b3c
[]
no_license
ChesterChin92/java_networking
76cdada21a2a86283e40ce78b39008cf6f1e5fb1
e8e66a5c2e55b66182cdf86cee26937c0ffa86e2
refs/heads/master
2016-08-13T02:07:40.264332
2016-03-30T06:48:56
2016-03-30T06:48:56
50,176,326
1
0
null
null
null
null
UTF-8
Java
false
false
3,650
java
//modify from Trains by: // removing main()to be split between client and server // convert System.out.println from showTrains() and findPassword() to String // // Type wrong soli. lazy modify liao package netwokingProtocolDesign; import java.util.*; import javax.swing.JOptionPane; import java.io.*; import j...
[ "chinschian@hotmail.com" ]
chinschian@hotmail.com
8e3a3b93ad5d6850034a136a8484ad66329182e3
a8c8bda8f7c7d2be8736964975a45955650b42c1
/src/oop_project2/gozlemci_5.java
0cc179435fa150f27ecba49e22976763b9ab5c28
[]
no_license
mehmet97ali/JAVA-Update-Company-Shares-Using-Thread
1bd467a0714fa9378103a14c28526bb0fcd6977c
5782ab0d585c725eebe4b8e2b8fa5111d3c611b8
refs/heads/master
2020-05-06T15:30:35.695269
2019-04-08T16:53:23
2019-04-08T16:53:23
180,193,481
0
0
null
null
null
null
UTF-8
Java
false
false
319
java
package oop_project2; public class gozlemci_5 extends Observer{ @Override public void update(int Hisse_Senet,String Firma_Adi) { System.out.println("Sayın Ali Bey "+Firma_Adi+" Firmasının Hisseleri Güncellendi... "+ "\n Yeni Hisse: "+Hisse_Senet+"\n"); } }
[ "mehmet97@gmail.com" ]
mehmet97@gmail.com
2b383ef1ac7552f944bd2fdbd384bb1e2ab8d12c
64fd67772d0fd94a56d1b0a70f82067fb7f429a1
/app/src/main/java/com/example/android/routetracker/Preference/SessionPreference.java
3a02033cdf7c6dc2bb4a4caec2c8243f8c23b760
[]
no_license
BridgetCosta/RouteTracker
f0a368f4fc8e02aec0962842750cc43d4359b823
468bd3586fd3edbbbd166e626ad60336c23a98ee
refs/heads/master
2021-08-18T11:12:01.556088
2016-09-20T19:18:07
2016-09-20T19:18:07
67,094,484
1
0
null
null
null
null
UTF-8
Java
false
false
2,125
java
package com.example.android.routetracker.Preference; import android.content.Context; import android.content.SharedPreferences; import com.example.android.routetracker.Util.Constants; import java.util.HashMap; /** * Created by Bridget on 8/18/2016. */ public class SessionPreference { private SharedPreferences ...
[ "bd.costa07@gmail.com" ]
bd.costa07@gmail.com
361fa0d62e9fadb2b76b4bc85361c34533c3b9ec
a8f09503682aa6b26e3da3ba304c9f8699061664
/challenge-12-boilerplate/task.java
5440dde2848e1ecac282868f0d766125aa76ef8e
[]
no_license
vikhil1999/Java
e7c2d3fc12f38824882aad54e7920a4b87e62f28
0443b926008c397105ee57c103a8c70160c9ba2b
refs/heads/main
2023-05-28T09:07:47.841710
2021-05-23T06:53:04
2021-05-23T06:53:04
369,981,869
0
0
null
null
null
null
UTF-8
Java
false
false
3,849
java
// CHALLENGE-12 import java.util.Scanner; class task { public static void main(String[]args) { int number,i,j=0,k=0; int[] roll; float[] math,social,english,lan,science,total; String[] names; Scanner o=new Scanner(System.in); System.out.println("Enter the numb...
[ "reddyvikhil.a1999@gmail.com" ]
reddyvikhil.a1999@gmail.com
156c0529ddd96eb8900fea11191aaf379137c171
2c7992509a15273b1e2df26556fb033fe8aee411
/src/main/java/com/packt/webstore/domain/Address.java
dbc88d727f936c5546a99daf5273c03276de1099
[]
no_license
cllcagri/WebStore
1dee6bda791a88541c5198eb8dc6bd5bb5c39960
1dc634aa6296ee7f02a5071d195952a92d04fa1b
refs/heads/master
2023-03-02T14:07:13.215902
2021-01-27T20:16:08
2021-01-27T20:16:08
333,546,893
0
0
null
null
null
null
UTF-8
Java
false
false
1,733
java
package com.packt.webstore.domain; import java.io.Serializable; import java.util.Objects; public class Address implements Serializable { private static final long serialVersionUID = -7103153562757007564L; private Long id; private String doorNo; private String streetName; private String areaName;...
[ "c.cagriyilmaz@gmail.com" ]
c.cagriyilmaz@gmail.com
3fd659be5c8a1234e614332e6f8a18094dacde25
bb3955a3bda85caee80760aa8957d9892a82581e
/e-commerce-service/e-commerce-goods-service/src/main/java/com/imooc/ecommerce/GoodsApplication.java
e2c7d30a7ae453fa90cf24690ac92f70ac8afc2a
[]
no_license
xuziyang/e-commerce-springcloud
ebd2cd8e578395a7245f1d3286f38e8f8ee11fed
c88ecc65848ac8b301def2319aaba182c93aedc4
refs/heads/main
2023-07-18T18:03:05.407844
2021-09-05T14:41:45
2021-09-05T14:41:45
403,309,096
0
0
null
null
null
null
UTF-8
Java
false
false
690
java
package com.imooc.ecommerce; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.client.discovery.EnableDiscoveryClient; import org.springframework.data.jpa.repository.config.EnableJpaAuditing; /** * <h1>商品微服务启动入口</h...
[ "767637918@qq.com" ]
767637918@qq.com
cb42fc79b449642a349dc253c7ed6bca3c23b41c
e549824ccfd87bdf864de7325a536a88617747b7
/trunk/MBStress/src/com/example/mbstress/GlobalListener.java
161e732fd044a072136f756754e401e23412929e
[]
no_license
peparedes/oldmobistress
f6641443c7b117b947b0163fc2a2a29db6df2159
b8dc03eb625a397fe275cde48a50a83330f3851b
refs/heads/master
2021-01-19T05:39:31.661223
2015-03-13T21:54:25
2015-03-13T21:54:25
32,182,600
0
0
null
null
null
null
UTF-8
Java
false
false
11,148
java
/** * By: David Sun * Date: Mar 01, 2013 */ package com.example.mbstress; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.ObjectOutputStream; import java.io.OutputStreamWriter; import java.io.Serializable; import java.util.ArrayList; import java.util.List; ...
[ "peparedes@gmail.com" ]
peparedes@gmail.com
e69f5e2084c7a6519441f002b5b63625ba814993
f2df51975b724c6007fa26391832452c0dda6a05
/src/main/java/com/serverdatetime/rest/ServerDateTimeApi/ServerDateTimeApiApplication.java
97316edb1b0db3273a05cced61a2c38d14421d86
[]
no_license
ryanjcruz/server-datetime-api
8be3e0ff3e2bced5653d343691bec5a1723e9f4b
2461e0b511d8349d0b14724a898dacc7c5edd4d6
refs/heads/master
2020-09-02T20:30:14.030229
2019-11-03T12:45:37
2019-11-03T12:45:37
219,298,380
0
0
null
null
null
null
UTF-8
Java
false
false
356
java
package com.serverdatetime.rest.ServerDateTimeApi; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class ServerDateTimeApiApplication { public static void main(String[] args) { SpringApplication.run(ServerDateTim...
[ "ryanjosephcruz1@gmail.com" ]
ryanjosephcruz1@gmail.com
b917dc2d27689af84ddd86d4969f4a0d3dfabbb8
bf95a5f48f20ebdfbc6866409b90932852400fe5
/app/src/test/java/sohail/aziz/firebaseqrsample/ExampleUnitTest.java
ac627e7a09e18dfb6f005b2e89f3d0971b85a750
[]
no_license
sohail-aziz/MLQRSample
06234c81b954e85c6600420c1954e02f9e1386a9
cfaa191436d6e6bf8b8c0f46fd9920bb80bd2aa1
refs/heads/master
2020-05-01T01:21:31.488789
2019-03-30T02:09:10
2019-03-30T02:09:10
177,193,666
0
0
null
null
null
null
UTF-8
Java
false
false
389
java
package sohail.aziz.firebaseqrsample; 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...
[ "sohail.aziz05@gmail.com" ]
sohail.aziz05@gmail.com
b9c4687ece134a438ff20c78e9130cbeaf02bfae
10bb60472f1c2bd739bd57b595867225f4d09357
/Lab_bai15/app/src/androidTest/java/com/example/lab_bai15/ExampleInstrumentedTest.java
512131c8b66051ca826aa285e7c2d0dfee904eff
[]
no_license
troccola1/Android_Project_3
d7a18b67710af42525a127f5e2e2e35d4012b26e
b6db4d5637c531d7d1dde87bb0275211d1874630
refs/heads/master
2023-06-04T06:57:00.726405
2021-06-15T01:04:19
2021-06-15T01:04:19
356,530,465
0
0
null
null
null
null
UTF-8
Java
false
false
756
java
package com.example.lab_bai15; 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 execute on a...
[ "trongbbfx02929@funix.edu.vn" ]
trongbbfx02929@funix.edu.vn
3317baded25bfda05fdead883760b296b87318a2
9c519740fcce0ebad10eaebcb0537cee9a0d9f4c
/src/practicalcoding/swatchbharat/others/TeamListAdapter.java
1121d17122351a954b36398ea8bae7f6c84fdc3c
[ "LicenseRef-scancode-unicode-mappings", "BSD-3-Clause", "Apache-2.0" ]
permissive
PracticalCoding/SwatchBharatApp
574369a4e959574362226add91abc47491d7a1f9
58d2262e52c0082ce5e3c08e5524646b8f112d9f
refs/heads/master
2021-01-19T13:55:33.735427
2015-07-11T16:46:45
2015-07-11T16:46:45
38,933,291
0
0
null
null
null
null
UTF-8
Java
false
false
1,825
java
package practicalcoding.swatchbharat.others; import practicalcoding.swatchbharat.main.R; import practicalcoding.swatchbharat.main.R.id; import android.app.Activity; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAd...
[ "sarojahn14@gmail.com" ]
sarojahn14@gmail.com
b1c5e2767c2a2d5bde22e90faab9e2637fcb2390
b5cf12e60cb5a8f339139ace5cc44e4985247d39
/src/main/java/bucketsort/BucketSort.java
5a59c472f536943e18b2fc3757b25c691ef1b067
[]
no_license
nannany/bucket-sort
fd37ea619ef6a9a4dffd4fb552386a9fb439ad35
b356a3e597fc0cba5f0bae7ff30e0357eff7c43f
refs/heads/master
2021-01-14T09:18:46.638831
2017-01-19T14:54:09
2017-01-19T14:54:09
53,205,448
0
0
null
null
null
null
UTF-8
Java
false
false
1,142
java
package bucketsort; public class BucketSort { // データの数 private static final int DATA_NUM = 100; public static void main(String[] args) { int[] data = new int[DATA_NUM]; int[] bucket = new int[DATA_NUM]; // データにランダムな数入れる(0~100) for (int i = 0; i < DATA_NUM; i++) { data[i] = (int) Math.floor(Ma...
[ "we_half_way_there@yahoo.co.jp" ]
we_half_way_there@yahoo.co.jp
3b78d74c7fe91e6f003ab7c39e1af04fd204ac0b
f2e297ec31af0ff8fed9ee5bfd714f35dd3c602b
/org.idempiere.test.assertj/src/org/idempiere/test/assertj/AD_ReportViewAssert.java
200e24c384e1a3bb917cd1ffb0637c478d42a676
[]
no_license
kriegfrj/idempiere-test
c6382226d3a8f3b511edf59fc1cecc62b869d5fd
9730ac505607eddcc0727687797ba57f5c614c7c
refs/heads/master
2022-11-28T15:59:12.092607
2020-08-17T07:02:22
2020-08-17T07:02:22
275,079,977
0
0
null
2020-08-17T07:02:23
2020-06-26T05:21:40
Java
UTF-8
Java
false
false
1,902
java
/****************************************************************************** * Product: iDempiere ERP & CRM Smart Business Solution * * Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * ...
[ "fr.jkrieg@greekwelfaresa.org.au" ]
fr.jkrieg@greekwelfaresa.org.au
09535f05fc25dd3378a64f5645c6461993013dfa
4d9c5e0f21f14df26200f0549a2e4fa3170b2625
/src/main/java/com/codahale/gpgj/UnlockedMasterKey.java
5ce2d4efb388da26bebef64a39f7b1451bf9ba29
[ "Apache-2.0" ]
permissive
codahale/gpgj
b14e79c7ac1fca895fe8a66dcac5aba1b43d6e11
6bc1d5b91b8d5a3150a711877e2e5e51282d7913
refs/heads/master
2023-08-17T07:10:34.403934
2013-07-13T00:01:07
2013-07-13T00:01:07
11,244,323
3
0
null
null
null
null
UTF-8
Java
false
false
603
java
package com.codahale.gpgj; import org.bouncycastle.openpgp.PGPPrivateKey; import org.bouncycastle.openpgp.PGPSecretKey; /** * An unlocked {@link MasterKey}. */ public class UnlockedMasterKey extends MasterKey { private final PGPPrivateKey privateKey; UnlockedMasterKey(PGPSecretKey secretKey, PGPPrivateKey pr...
[ "coda.hale@gmail.com" ]
coda.hale@gmail.com
5754b2349cf29269e699574511c4779700d7aed1
66a1e0aeafe2fc745a86ad84233b2e4682c75e96
/job/src/org/kepler/job/NotSupportedException.java
e0aed972343fc831bd6357918eb75a29137e2ec8
[]
no_license
Elblonko/kepler
1b1e13d1c5dfda0b7196c5c44f3aeca0ba07e688
48618dc2233781656e63c40f1f2b99123b8bd396
refs/heads/master
2021-01-10T18:25:40.356727
2014-08-19T03:17:59
2014-08-19T03:17:59
23,061,792
0
1
null
null
null
null
UTF-8
Java
false
false
1,439
java
/* * Copyright (c) 2004-2010 The Regents of the University of California. * All rights reserved. * * '$Author: berkley $' * '$Date: 2010-01-28 10:16:14 -0800 (Thu, 28 Jan 2010) $' * '$Revision: 22636 $' * * Permission is hereby granted, without written agreement and without * license or royalty fees, to use,...
[ "elblonko@gmail.com" ]
elblonko@gmail.com
fb43f0fa409775900c84ce58ca93f306b5f8523a
748e42a9db349b583257f1351f12d80d4fbb104e
/streams/src/eu/rtakacs/stream/oo/templatemethod/OnlineBanking.java
56044afddfd1c6db73547b694a4ecc4dadc00d41
[ "Apache-2.0" ]
permissive
rtkcs/java-8
fb083ebe4791fd09110e31e84226ecfcde4fca3b
bb82242486f7d0d7a8128f6ec65343d0e2b510c7
refs/heads/master
2018-10-19T18:35:49.221816
2018-09-18T08:32:26
2018-09-18T08:32:26
118,050,978
0
0
null
null
null
null
UTF-8
Java
false
false
288
java
package eu.rtakacs.stream.oo.templatemethod; import java.util.function.Consumer; public abstract class OnlineBanking { public void processCustomer(int id) { Customer c = Database.getCustomerWithId(id); makeCustomerHappy(c); } abstract void makeCustomerHappy(Customer c); }
[ "robino13@gmail.com" ]
robino13@gmail.com
3d1a969406533797916c5499864bffd3d5e88862
3c8f642ce9091d5795ab6a41b96b84196142e531
/caishunpay/caishunuser/src/main/java/com/common/message/service/MessageServiceImpl.java
834291a7326d94c783afa25619b18558376f2831
[]
no_license
bluelzx/xiying
1e82d112203bc65a797405a30c706837338b3509
42b60a841354ae94d3cdb594b08f9cd5327460d4
refs/heads/master
2020-04-06T23:47:48.911153
2018-05-27T10:58:08
2018-05-27T10:58:08
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,065
java
/* * Decompiled with CFR 0_124. * * Could not load the following classes: * org.springframework.beans.factory.annotation.Autowired * org.springframework.stereotype.Service */ package com.common.message.service; import com.common.message.TradeMchtYzm; import com.common.message.dao.TradeMchtYzmDao; import com.c...
[ "1564483153@qq.com" ]
1564483153@qq.com
32e41088052dc87ebbf620eee34ce2ce18582723
0e257b333927374c26d85fa330584035176d1ad8
/src/ClassificaoPessoa.java
ebcebd910fb52dce363fd8211db66f53ffd7f984
[]
no_license
renatalourena/exercicios
a877c4c31a007bf2daa1fd2bda8b2c71249295b7
d0a817cf1e92c465f6708ee32e6258a8aedb1993
refs/heads/master
2022-04-21T03:00:38.582357
2020-04-13T02:49:34
2020-04-13T02:49:34
254,968,325
0
0
null
null
null
null
UTF-8
Java
false
false
524
java
public class ClassificaoPessoa { public String classifica(int idade){ // se até os 12 anos é criança // se entre 13 e 17 anos é adolescente // se entre 18 e 59 é adulto // se maior ou igual que 60 é idoso if(idade <= 12){ return "crianca"; } else if (idad...
[ "renatalourena@gmail.com" ]
renatalourena@gmail.com
50b8caaae085ca34cf9c0d75149469d1d3cfbbca
c8b630949917205bc1f729bf0fc8b5940326ff08
/src/rjxy/henu/annotation/Demo2.java
96b1f2812c8297b96c735b64e7426b474959503b
[]
no_license
iikspiral/ReflectProject
70b23db7d8a23d9589ac4c8ce0ace05be3dfd082
5eb864d68abe4f6155a008144dcdbbe504fff481
refs/heads/master
2022-01-13T21:01:18.488516
2019-05-26T02:19:22
2019-05-26T02:19:22
null
0
0
null
null
null
null
UTF-8
Java
false
false
126
java
package rjxy.henu.annotation; public class Demo2 { public void show(){ System.out.println("demo2 show"); } }
[ "henuhpf@163.com" ]
henuhpf@163.com
6ac0f902cc281be36d4c76d9986432adccd29438
0e697f90ab651d141965cfc654a3b34ff66d6735
/JavaPractice/src/com/linkedlist/examples/LinkedListExample1.java
8b2981697f5f40a9ef1f9cb413fb712b84ed2ec9
[]
no_license
SravanBhuma/JavaPractice
2cb1df835d960b8ddf01c48b5fecfc8d182f0845
a7e2ffa5dc11fb6534456573ea94481342801122
refs/heads/master
2020-07-20T00:23:41.020524
2019-10-14T13:25:18
2019-10-14T13:25:18
206,538,947
0
0
null
null
null
null
UTF-8
Java
false
false
1,421
java
package com.linkedlist.examples; import java.util.Arrays; import java.util.Iterator; import java.util.LinkedList; public class LinkedListExample1 { public static void main(String[] args) { LinkedList<String> list=new LinkedList<String>(Arrays.asList("Me","You")); //Adding elements to the L...
[ "sravan.bhuma@GGKU3DELL1099.ggktech.local" ]
sravan.bhuma@GGKU3DELL1099.ggktech.local
bdfd2ca1c448e15f367f7ec61d73cbda16fe1755
2477a33b8d7a8aaea32f293c91f8d93976367e7e
/app/src/main/java/com/example/myapplication/hungama.java
abdbbf000e77fe73ace8105b0f90e7449f21ae94
[]
no_license
NicheApp/Entertainment-Box
fa580b8db5c8f7e95b7f415e4e33908ebe9c75f5
e1933e035cd392674dfbaa47913c1ec8971f075e
refs/heads/master
2021-01-03T15:10:31.584216
2020-06-13T03:08:17
2020-06-13T03:08:17
240,125,052
1
1
null
null
null
null
UTF-8
Java
false
false
931
java
package com.example.myapplication; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.webkit.WebView; import android.webkit.WebViewClient; public class hungama extends AppCompatActivity { WebView webView6; @Override protected void onCreate(Bundle savedInstanceState) { ...
[ "shreyajaiswal593@gmail.com" ]
shreyajaiswal593@gmail.com
55df32d7cd55acb9e7292ccde54659b598f4202f
829a7859f7a318c3a07f24fb702e02dd17ed6021
/src/main/java/com/gingernet/WalletJavaSdkApplication.java
3f0de4cd3ec5925e25ef4ec8f3d0c0c4b144e1a8
[]
no_license
mmyuan1020/wallet-java-sdk
1fae95e45b3f868da3bd9a0dd1cd0c1538387334
2290554f75d9e4be544792826f11d8468a29e9cf
refs/heads/master
2023-07-13T00:28:38.974832
2021-07-29T13:43:16
2021-07-29T13:43:16
null
0
0
null
null
null
null
UTF-8
Java
false
false
457
java
package com.gingernet; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration; @SpringBootApplication(exclude = {DataSourceAutoConfiguration.class}) public class WalletJavaSd...
[ "guoshijiang2012@163.com" ]
guoshijiang2012@163.com
fc793d0fa0bcfe6c8f2c3af3801af5c76af39126
96ed231b34d3ea53950f617e8e095b581f953c7e
/app/src/main/java/com/example/android/roomwordssample/MainActivity.java
8211d2b705347ec3dca720ebe3ba12aa717c4f31
[]
no_license
Angmdj8/AppAndroidRoom
d6f29138e53a5c4215080fe317707b60ff1c829f
0d8202d569b43495566416ae6e1efedc685e00ef
refs/heads/master
2022-12-31T01:26:52.054695
2020-10-22T07:41:32
2020-10-22T07:41:32
306,257,049
0
0
null
null
null
null
UTF-8
Java
false
false
2,421
java
package com.example.android.roomwordssample; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.Toast; import com.google.android.material.floatingactionbutton.FloatingActionButton; import java.util.List; import androidx.annotation.Nullable; import androidx.appco...
[ "angelmdj8@gmail.com" ]
angelmdj8@gmail.com
9eb93e9ac41e963514ba7fb1befbcee5fb4ca013
fa74b3a4406ada1d7c04a0c54b18ea4d11b98b74
/java/algorithm_study/src/search/SeqSearchSen.java
2a09da57cee6b38c39613e05efdd22cdba3d2606
[]
no_license
ysgo/Algorithm
3801ac4c86dfc88abece93c1d4a71db3dad2dc9b
7f0bd529dbba9aff488923df2482326f0aae6083
refs/heads/master
2021-06-22T03:04:53.135951
2021-02-12T13:56:13
2021-02-12T13:56:13
189,864,490
0
0
null
null
null
null
UTF-8
Java
false
false
1,134
java
package search; import java.util.Scanner; // 선형 검색(보초법) = 검색하고자 하는 키 값을 맨 끝 요소에 지정한다 public class SeqSearchSen { // 요솟수가 n인 배열 a에서 key와 같은 요소를 보초법으로 선형 검색 static int seqSearchSen(int[] a, int n, int key) { int i = 0; a[n] = key; // 보초를 추가 while (true) { if (a[i] == key) // 검색 성공 break; i++; } ...
[ "wjion8428@gmail.com" ]
wjion8428@gmail.com
d2b6bf6dfe86b9b566ec6fdc77726ac8a32ad14f
75102d754c1478cc91ed8136ddb0824e343718b2
/CH6/Ex6_5.java
d837d1a3fa0fc4bb9dc78e3b0cc3c2ffdbef9d7b
[]
no_license
leopardmilky/start-JAVA
e6ea3ba0dd4a3cad9d4d8fcca9f81c68c7ee9bac
e2c931a8321cf0ac29416e137916ecc03b3a92ae
refs/heads/main
2023-04-24T17:35:38.441924
2021-05-08T18:20:59
2021-05-08T18:20:59
365,570,918
1
0
null
null
null
null
UHC
Java
false
false
877
java
public class Ex6_5 { /* * <return문> * 실행중인 메서드를 종료하고 호출한 곳으로 되돌아간다. * * EX) * void printGugudan(int dan) { * if(!(2 <= dan && dan <= 9)) * return; //dan의 값이 2~9가 아닌경우, 호출한 곳으로 그냥 되돌아간다. * * for(int i=1; i <= 9; i++) { * System.out.printf("%d * %d = %d%n", dan, i, dan * i); * ...
[ "noreply@github.com" ]
noreply@github.com
be8ef27adb0b83c27be9f5f778dbfcf76d91c9aa
ab758d91e6afbb04bb0a276b780ab905bc37eb0d
/java-basic/src/main/java/design_pattern/observer/after2/Car.java
3a0021d9ada6b071516f95ea6b859504f48a35d5
[]
no_license
hskim2019/bitcamp-java-2018-12
54f999f55ae5c26b20bdd08d263fa8fffc9ce07b
dca6d25f67be6a9009984a7037aa281496acaa67
refs/heads/master
2021-08-06T18:44:21.014881
2019-11-12T11:18:16
2019-11-12T11:18:16
163,650,685
0
0
null
null
null
null
UTF-8
Java
false
false
1,214
java
package design_pattern.observer.after2; import java.util.HashSet; public class Car { // 옵저버 목록을 저장할 집합객체 준비 // => 같은 옵저버가 중복 등록되지 않도록 한다. // => 등록 순서에 따라 통지할 필요는 없다. // HashSet<CarObserver> observers = new HashSet<>(); // 옵저버를 관리하는 메서드 추가 public void addObserver(CarObserver observer) { observe...
[ "hwasun.kim2019@gmail.com" ]
hwasun.kim2019@gmail.com
576f9c31ad2fd1342d1ed2b8e4f41b717e431117
bceb82b9c78f62652b9ae6476d249667edb362db
/SwappingValues.java
7f1e62373244c511b0f8db4612ca097647073c11
[]
no_license
sec4790/COSC1173
f36004e75bf4f3a7463ac7c9134ff87b75b3899e
233f3d321e5ac207e030524955059dc7ef75443e
refs/heads/master
2021-01-24T03:47:59.440832
2018-02-28T04:27:01
2018-02-28T04:27:01
122,905,968
0
0
null
null
null
null
UTF-8
Java
false
false
646
java
/** * Given two int variables, firstPlaceWinner and secondPlaceWinner, write some code that swaps there * values. * *HINT* create temporary variables * Exercise 2.6 * @author CrabbyTrees * */ public class SwappingValues { public static void main(String[] args) { String firstPlaceWinner = "Sar...
[ "noreply@github.com" ]
noreply@github.com
73a9d396fd18ef5a5f8abbe0567fe82ab83feb1d
42c77312110184aefb35e06bc291e16fad5ff5b8
/src/main/game/util/MathUtil.java
9b9e4671896f1b890f1c9658319bfc0bcd030a00
[ "MIT" ]
permissive
iTitus/LWJGL-Test-Game
0d30dc3ac1ca950f7221ccadc73528e8f5012f31
808a5b26a2108cc00a6e2f47bdef7d146be3a457
refs/heads/master
2021-01-15T11:18:46.195711
2015-04-30T20:03:19
2015-04-30T20:03:19
34,542,491
0
0
null
null
null
null
UTF-8
Java
false
false
867
java
package main.game.util; public class MathUtil { public static int ceil(double d) { int floored = floor(d); if (d == floored) { return floored; } return floored + 1; } public static int floor(double d) { return (int) d; } public static boolean i...
[ "iTitus@users.noreply.github.com" ]
iTitus@users.noreply.github.com
fe5cad8917ff872691f2e79a9b1acec5c176649a
474855d849a5c8b9b526bc3a12c05bf21c59b816
/Utilities/src/main/java/cz/cvut/fel/ida/utils/math/Statistics.java
7b711d0812955a3a25275ed2777cb6fb5b901dd2
[ "MIT" ]
permissive
GustikS/NeuraLogic
b0dae54be2e8ade80f0c0f71962b5d4e91eadce6
a81c009b9925699b8464611f4168eafceaa4ff1d
refs/heads/master
2023-04-19T05:52:57.804898
2023-04-07T07:14:28
2023-04-07T07:14:28
122,360,637
86
13
MIT
2023-04-07T07:14:29
2018-02-21T16:20:08
Java
UTF-8
Java
false
false
20,030
java
/* * Copyright (c) 2015 Ondrej Kuzelka * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, dist...
[ "souregus@gmail.com" ]
souregus@gmail.com
4e9dab7a09a360d348baa0a749d12936023d04e1
68327a264a1d53f3ca7169de00777c8dadcf9776
/messaging/src/main/java/org/axonframework/tracing/attributes/MessageTypeSpanAttributesProvider.java
71929b42183a403c0eba0039e457d0d43d805761
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-unknown" ]
permissive
nagyist/AxonFramework
03c0f9d4f059b3f7cd50323bfe85fbd33765f46b
d92f72af86e6a6304a46b229bb83cc67225ca32d
refs/heads/master
2023-09-01T02:22:50.326433
2023-08-28T03:02:07
2023-08-28T03:02:07
21,167,278
0
0
Apache-2.0
2023-09-11T19:36:58
2014-06-24T14:14:25
Java
UTF-8
Java
false
false
1,252
java
/* * Copyright (c) 2010-2022. Axon Framework * * 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 o...
[ "mitchellherrijgers@gmail.com" ]
mitchellherrijgers@gmail.com
b43045ba3834573785754b8acb4a32d385279bfe
a30f12df47ca710f8aa2c10d466827382eb002b1
/generic-core/src/main/java/com/generic/common/exception/ParameterException.java
a3c2a7422a7c4ec44b63053bb9e2d1648962482a
[]
no_license
w505150739/genericplat
560acb021b60d8d490114c9ef19097f25f17f819
22aed0a4730b3612bb852eef6ce2e8d4893ecac6
refs/heads/master
2021-04-26T23:01:07.707208
2018-03-12T18:46:29
2018-03-12T18:46:29
123,914,312
0
0
null
null
null
null
UTF-8
Java
false
false
743
java
package com.generic.common.exception; import lombok.Getter; import lombok.Setter; import lombok.ToString; /** * @author liuyuzhu * @description: 参数异常捕获 * @date 2018/1/20 1:35 */ @Setter @Getter @ToString public class ParameterException extends RuntimeException{ private Object data; public ParameterExcep...
[ "woshizhu1314" ]
woshizhu1314
4b3c1ab400828107567235a14a5b1247924e556c
2a980c92b3d40f542834bc5b3fe2d226183b8349
/cloud-provider-payment8002/src/main/java/com/jiangfendou/springcloud/PaymentMain8002.java
8bec605e03a155e23ac88662ad20d6e7d5a6a742
[]
no_license
GC-GuYunfei/springcloud
dc12d453562b06ad6441126bf572e12a4e00bc8f
05ea2ff2b97c80ef2079c14114fc90af203e3841
refs/heads/master
2023-08-24T08:32:15.336960
2021-10-13T02:31:13
2021-10-13T02:31:13
null
0
0
null
null
null
null
UTF-8
Java
false
false
690
java
package com.jiangfendou.springcloud; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.netflix.eureka.EnableEurekaClient; @SpringBootApplication /** * 或者用@EnableDiscoveryClient 从Spring Cloud Edgware开始两者可以省略 * 共同点...
[ "minghong.jiang@grandchallenge.co.jp" ]
minghong.jiang@grandchallenge.co.jp
60920c04e194c2f0e6c24875127dfadf9f2d220c
e3cad0271926eacfa769a88e57c349fbcda53680
/design-patterns/src/main/java/com/sda/patherns/structural/facade/ex1/Shape.java
4daa4faeb13d222d8fcc30d62f70e6e27f201c25
[]
no_license
DanNistor1/sda-course
72030b4cd0ce4701b3cd4caf093fdea7a0795534
3209f143c942947e06a66d3f57ca04709bc325b5
refs/heads/master
2022-12-13T23:49:36.595420
2022-12-05T07:17:47
2022-12-05T07:17:47
219,139,511
0
0
null
2022-12-04T23:31:14
2019-11-02T10:43:36
Java
UTF-8
Java
false
false
94
java
package com.sda.patherns.structural.facade.ex1; public interface Shape { void draw(); }
[ "dan.nistor1@yahoo.ro" ]
dan.nistor1@yahoo.ro
b28ce05415f6e31e64c5b77dcf57072fb4261202
4099526f0f14215bcda732bea0d3eab7de67f99a
/src/test/java/com/mercateo/demo/functionaljava/HashSetTest.java
ad4b89ac01509186212cdd112b9cf4d6ff585dcd
[ "Apache-2.0" ]
permissive
Mercateo/functionaljava-demo
f38353f1cabdbea8f17fa7a8f799997cdcd06145
073e38980ae734b37b5fa6b3eda8c06fa8a927db
refs/heads/master
2021-01-17T09:21:10.233815
2018-05-29T11:41:33
2018-05-29T11:41:33
39,940,776
2
2
null
null
null
null
UTF-8
Java
false
false
1,081
java
package com.mercateo.demo.functionaljava; import fj.Equal; import fj.Hash; import fj.data.Array; import fj.data.HashSet; import org.junit.Test; import static java.lang.Math.abs; import static org.assertj.core.api.Assertions.assertThat; public class HashSetTest { @Test public void testHashSet() { fin...
[ "andi@tryb.de" ]
andi@tryb.de
f7ced37717b04332e6687bb1c54189efe532fff0
ac48dc874f5550d03648c28b1eda5720202eb55c
/scve/reference/ImageStudio/java/com/qualcomm/qti/qces/imageedit/jnilib/SoftSegmentationJNILib.java
419c56607e60920d875acb3781f4134af47e85b3
[ "Apache-2.0" ]
permissive
difr/msm8937-8953_qcom_vendor
464e478cae4a89de34ac79f4d615e5141c40cbcb
6cafff53eca7f0c28fa9c470b5211423cf47fd40
refs/heads/master
2020-03-20T09:58:48.935110
2018-05-27T04:13:22
2018-05-27T04:13:22
137,355,108
0
1
null
null
null
null
UTF-8
Java
false
false
4,360
java
/* * Copyright (c) 2015-2016 Qualcomm Technologies, Inc. * All Rights Reserved. * Confidential and Proprietary - Qualcomm Technologies, Inc. */ package com.qualcomm.qti.qces.imageedit.jnilib; import android.graphics.Bitmap; public class SoftSegmentationJNILib { private static final String TAG = SoftSegmentat...
[ "adithya.r02@outlook.com" ]
adithya.r02@outlook.com
7a7071fa502ba2f23319aabfc3e626b35176c343
353096fc040121bce0d2fe08afbcc9b8bde67ea0
/moviecatelog/src/main/java/com/project/moviecatelog/MoviecatelogApplication.java
c798cf649e0cfa372427f390f339e592efacead8
[]
no_license
Subbu64774/cicdpipline
c6d7ba729213207daa92af4d91d7ba6f54185abd
fec86a8e585624fc9ccbfaf0b963f5535743a898
refs/heads/master
2020-11-30T04:38:56.914222
2019-12-26T23:37:51
2019-12-26T23:37:51
230,303,956
0
0
null
null
null
null
UTF-8
Java
false
false
329
java
package com.project.moviecatelog; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class MoviecatelogApplication { public static void main(String[] args) { SpringApplication.run(MoviecatelogApplication.class, args...
[ "subrgane@192.168.0.103" ]
subrgane@192.168.0.103
321ee8d8e0984c47b274fa8b7fe095f712231611
2d4465b01f126d002595168474fa824761f1dedc
/SVN/workspace/GestionErreurs/src/com/resanet/camel_su/routes/Routes.java
85d6880cfd6f1860c7b506d447848f9bb402bf02
[]
no_license
Zenika-Training/formation-esb
4ccd452b71a0177eac6c24d3db336e7197add91b
e882ca365b5c05415efb3a928f625cee3e987434
refs/heads/master
2023-08-08T01:07:33.654624
2016-01-19T14:14:51
2016-01-19T14:14:51
null
0
0
null
null
null
null
ISO-8859-1
Java
false
false
1,091
java
package com.resanet.camel_su.routes; import org.apache.camel.Exchange; import org.apache.camel.Processor; import org.apache.camel.ValidationException; import org.apache.camel.builder.RouteBuilder; public class Routes extends RouteBuilder { private static final String LOG = "log:" + Routes.class + "?sho...
[ "olivierhuber@free.fr" ]
olivierhuber@free.fr
06450530d25d535b6b942e662d753d6412b5413a
c29672c4192c7b0be37b2d25f5819e041e3c3d88
/AppDev/src/main/java/com/appdemo/app/config/audit/package-info.java
77c270ed5d41a51bfb5cfaa7e6082960597268d0
[]
no_license
augustingims/AppDev
76b0abbf9141d3820bf641596e5c17f470f06567
cf47bb6ce5bc4cddf1bda2ef39888ade058c441b
refs/heads/master
2021-01-23T00:14:40.077928
2015-09-22T18:30:51
2015-09-22T18:30:51
42,952,130
1
0
null
null
null
null
UTF-8
Java
false
false
70
java
/** * Audit specific code. */ package com.appdemo.app.config.audit;
[ "augustingims@gmail.com" ]
augustingims@gmail.com
ccf5f0a1abfdc3c795b5afb343d764ed0b0a1908
3d772f01ed7f3e772cce64e841685b306eb138bf
/flo_web_service/src/main/java/com/flower/service/TebService.java
6c106e5387be2f84215eef0f6ac568401b0d4a7a
[]
no_license
YunYeoHyang/Flower-Parent
6f4d9dbc1db9a4112aa982d6b3fe4058502e9b6a
fdc62d05e843e84d30fde0e19d8ce8b1e19ff652
refs/heads/master
2020-04-26T23:40:56.980535
2019-03-16T00:15:39
2019-03-16T00:15:39
173,910,309
0
0
null
null
null
null
UTF-8
Java
false
false
424
java
package com.flower.service; import com.flower.dao.TebMapper; import com.flower.pojo.Tebs; import org.springframework.stereotype.Service; import javax.annotation.Resource; import java.util.List; @Service public class TebService { @Resource private TebMapper tebMapper; /** * 查询所有标签 * @return ...
[ "1016789542@qq.com" ]
1016789542@qq.com
f7ff219866c86accc4c23908a4a2daec78847bbd
5842cae98bfdfb18278310ca7353059d577e6e5c
/1629/src/Alg_1629.java
a2ccfbb8f7d6f08b6dce5fd7fd341d8a5721258a
[]
no_license
seopark6860/baekjoon
ac7ebc931a3a4596793220c0f430e5c7e049251b
3b2566bf2068bec7b485f426a1846e55ccfd1426
refs/heads/master
2023-04-14T23:26:22.696409
2021-05-02T04:41:01
2021-05-02T04:41:01
353,890,414
0
0
null
null
null
null
UHC
Java
false
false
908
java
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.StringTokenizer; public class Alg_1629 { public static long solve(long a, long b, long c) { // 지수가 1일 경우 a^1이므로 a 리턴 if(b == 1) { return a % c; } else { long tmp = solve(a, b / 2,...
[ "tjgus5017@naver.com" ]
tjgus5017@naver.com
f812f6a5ad4cb750e9c23e0dcfa296dff41bf274
1c3eae48d43ea8fcdf291522477737884d1cb076
/src/main/java/rs/ac/uns/ftn/eo/students/repository/CourseRepository.java
a966db06c86de5ae0791e490ab3e9e1d1c47a8da
[]
no_license
alekrstic/eObrazovanje
c008a9fe92fb4e83e52157fbd965128f33ade0a9
87f9879b32c9fbe14ba89def7b14b5acc19e387d
refs/heads/master
2021-05-12T02:08:30.465398
2018-01-15T18:21:08
2018-01-15T18:21:08
117,578,047
0
0
null
null
null
null
UTF-8
Java
false
false
233
java
package rs.ac.uns.ftn.eo.students.repository; import org.springframework.data.jpa.repository.JpaRepository; import rs.ac.uns.ftn.eo.students.model.Course; public interface CourseRepository extends JpaRepository<Course, Long> { }
[ "krstic_a@yahoo.com" ]
krstic_a@yahoo.com
0fa608b24a7abbb115cbea7bdf395f5eeba368af
a49cdd34562b97c05b010f46f9b9a45c21da5d03
/ejb/src/java/com/ito/edito/ejb/DataManager/CastorDataManager.java
b9e01636bfd4fd209fed97d589f69e2e85ca56c5
[]
no_license
dalianito/EdiTO
ac2d76fc36b5a5b3089a997cbd0de8b26d7de235
fc1f1c08a54afd368f9c3c772f3bc6531ba512b8
refs/heads/master
2020-12-28T20:19:39.541582
2015-10-23T07:18:27
2015-10-23T07:33:32
44,784,951
0
0
null
null
null
null
UTF-8
Java
false
false
2,011
java
package com.ito.edito.ejb.DataManager; import java.rmi.RemoteException; import java.util.Hashtable; import javax.ejb.EJBHome; import javax.ejb.EJBObject; import javax.ejb.Handle; import javax.ejb.RemoveException; import javax.naming.Context; import javax.naming.InitialContext; import javax.rmi.PortableRemoteObject; ...
[ "account_developer@ito.com.cn" ]
account_developer@ito.com.cn
46fbbb2765004bc64a8738680fc9156cb3db3edc
f60bfbfef90f5ea009cffb912ce7581e977ef7fb
/libfactorypattern/src/main/java/com/example/normal/LzFactory.java
e6c416db3d18afa6a0f5e36658c62884629a0569
[]
no_license
yangkai1989/Demos
bcd3315ca4ac780e4677e0b170b8c09aa94f70b1
693f7dd33f05924feaca813e18a52e50e42c139c
refs/heads/master
2020-03-22T15:11:37.097043
2018-06-14T02:49:49
2018-06-14T02:49:49
140,234,641
1
0
null
2018-07-09T05:17:38
2018-07-09T05:17:37
null
UTF-8
Java
false
false
357
java
package com.example.normal; import com.example.bean.INoodles; import com.example.bean.LzNoodles; /** * 介绍:兰州拉面工厂 * 作者:zhangxutong * 邮箱:zhangxutong@imcoming.com * 时间: 2016/10/9. */ public class LzFactory extends NoodlesFactory { @Override public INoodles create() { return new LzNoodles(); } }...
[ "zhangxutong@imcoming.cn" ]
zhangxutong@imcoming.cn
02dd13cf1dcff81a14a225c8ca81ff8710666a48
4c9133b4491112a2908f37ecf77bde5437ca02b4
/LattesClient/src/main/java/br/ufrj/nce/xml/DadosBasicosApresentacaoRadioTv.java
a0c3b304e0ab4c83cd819fd5211d4d3222c06682
[]
no_license
AbelNightroad/Lattes
041ca0bf2acf08fe3c15f1546121e177ae88a923
172fbc3760911eecd759b618557d29880e29906f
refs/heads/master
2021-04-15T13:32:09.072778
2018-04-24T17:36:25
2018-04-24T17:36:25
126,483,888
0
0
null
null
null
null
UTF-8
Java
false
false
2,231
java
package br.ufrj.nce.xml; import javax.persistence.Embeddable; import com.thoughtworks.xstream.annotations.XStreamAlias; import com.thoughtworks.xstream.annotations.XStreamAsAttribute; @Embeddable @XStreamAlias("DADOS-BASICOS-DA-APRESENTACAO-EM-RADIO-OU-TV") public class DadosBasicosApresentacaoRadioTv { @XStreamAl...
[ "hierooliveira@tic.ufrj.br" ]
hierooliveira@tic.ufrj.br
e80279799581b18f4ba2c479e668f63820dde070
911e7c7ba3ff999eb58275595d934dee968d8f80
/.svn/pristine/e8/e80279799581b18f4ba2c479e668f63820dde070.svn-base
6a692a378ce42e192b513e8d6c351be1cf059682
[]
no_license
sreev/ambari
1bce266ed0d318af3ebe50a7bd6b378083612330
48b92a5aa58debe7824f4337a97dfa8a8bb07f71
refs/heads/master
2021-01-10T21:44:10.844859
2012-04-19T19:20:28
2012-04-19T19:20:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,754
/* * 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 * "License"); you ...
[ "sree_at_chess@yahoo.com" ]
sree_at_chess@yahoo.com
91606d76403ba89c5e9f720746c9fd079b149303
132497874caf82ce0a0cd433c8fba68357286d9c
/src/main/java/org/t229/demo/controller/MainController.java
abe37a3922f0c8d20ac651808b32e84659318001
[]
no_license
mengpingchen/t229Repository
2c4339ff066927c1183c6288bd6fb03d61133287
cc3283bf86fa6ec64d1fa802cd42cd78703cba9d
refs/heads/master
2023-01-01T14:44:25.029104
2020-10-26T06:35:16
2020-10-26T06:35:16
307,277,449
0
0
null
null
null
null
UTF-8
Java
false
false
273
java
package org.t229.demo.controller; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; @Controller public class MainController { @RequestMapping(value="/index") public String index(){ return "main"; } }
[ "451541403@qq.com" ]
451541403@qq.com
ccdb0e072473046300c83713b0f6687da448642f
e3712168b5154d456edf3512a1424b9aea290f24
/frontend/Tagline/sources/android/support/p000v4/app/FragmentManagerImpl.java
5c94bf895eaf4ee2c707bd87594af94f5895a351
[]
no_license
uandisson/Projeto-TagLine-HACK_GOV_PE
bf3c5c106191292b3692068d41bc5e6f38f07d52
5e130ff990faf5c8c5dab060398c34e53e0fd896
refs/heads/master
2023-03-12T17:36:36.792458
2021-02-11T18:17:51
2021-02-11T18:17:51
338,082,674
0
1
null
null
null
null
UTF-8
Java
false
false
178,478
java
package android.support.p000v4.app; import android.animation.Animator; import android.animation.AnimatorInflater; import android.animation.AnimatorListenerAdapter; import android.animation.AnimatorSet; import android.animation.PropertyValuesHolder; import android.animation.ValueAnimator; import android.arch.lifecycle....
[ "uandisson@gmail.com" ]
uandisson@gmail.com
d15338254d49eba534be20c2a544185d5db28ca4
913c6643c5395ae98cfaab0c05e7f09b533a061b
/课程设计源代码1.1/src/dao/StudentDao.java
d7e3aa09c23230cc8f08dd3ec6fbd0d398cf209d
[]
no_license
Booting-O/Java
ec9d30d0fffda740626f8c72c6874241efee8492
e16d48ea374a52eceb56318479bd1c4062552c2e
refs/heads/master
2020-07-24T12:44:28.386208
2020-01-10T14:55:03
2020-01-10T14:55:03
207,040,176
0
0
null
null
null
null
GB18030
Java
false
false
1,458
java
package dao; import entity.IEntity; import entity.Student; import java.util.HashMap; public class StudentDao implements IDao { private static StudentDao instance; private HashMap<String, Student> students; private Student student; private StudentDao() { students = new HashMap<String, Student>(); ...
[ "noreply@github.com" ]
noreply@github.com
ad4a69d63f068a5ba2221e7568be4775c546d1fa
525b9625e312893cca23c0a22c0e12ee4fb5b107
/console/src/main/test/br/com/navita/test/ZgasoaGetUserInbox.java
5f0e6aa4680454afebce7e6fd0a6c6eeb1049452
[ "Apache-2.0" ]
permissive
navita-tecnologia/navita-mobile
033a5a253c8e208e2380643522ef6a6613d9dffe
ab5266c006a4eccda3efba339761d9f5a70a17aa
refs/heads/master
2020-03-25T18:28:11.271940
2014-07-24T17:31:15
2014-07-24T17:31:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,984
java
/* * Copyright 2014 Navita Tecnologia. * * 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 ag...
[ "fabio.mendes@navita.com.br" ]
fabio.mendes@navita.com.br
0a9af91db002be03dcb2190bf1e5f26799f26e23
ee722941938eb0f163f2ed953f12288d894db8b1
/bookstore/src/main/java/com/example/bookstore/domain/UserRepository.java
1753685b017cd2055b65b633aa611e4ed8902401
[]
no_license
1400844/exercise2018
4da4a4083cbf7c3a4ac17d5c769dc29d9b4ee656
e2206e44be70b938fa016478103d4d69a00400ac
refs/heads/master
2020-04-02T04:04:25.765826
2018-11-25T17:43:16
2018-11-25T17:43:16
153,998,532
0
0
null
null
null
null
UTF-8
Java
false
false
234
java
package com.example.bookstore.domain; //import java.util.List; import org.springframework.data.repository.CrudRepository; public interface UserRepository extends CrudRepository<User, Long> { User findByUsername(String username); }
[ "katuomas@gmail.com" ]
katuomas@gmail.com
c8b867ff4acf6b98d919711fa1c364b15f22c72a
11e5c5be074e7cf5237b24528cbb56e66f800528
/app/processor/meta/IPlugin.java
48d95539cf30a2433655f09044c8ec1c5cf68024
[ "Apache-2.0" ]
permissive
ssachtleben/herowar
2bf1d1f2574d6d3ccace692c6f316d4bdfa1cb8e
b82dfb4f22f6d0c1f8d5dfa27b07766d8598e838
refs/heads/master
2021-01-10T03:43:57.966311
2015-11-30T22:16:43
2015-11-30T22:16:43
44,907,840
1
0
null
null
null
null
UTF-8
Java
false
false
387
java
package processor.meta; import network.Connection; import processor.GameProcessor; /** * @author Sebastian Sachtleben */ public interface IPlugin { public void process(double delta, long now); public void load(); public void unload(); public GameProcessor.State onState(); public void add(Connect...
[ "awilhelmer@gmx.de" ]
awilhelmer@gmx.de
6981752027cf6297ba8538212d79d33a8952fb8e
9dc11d068f883b15a0fd45935a834c896b722ec0
/app/src/main/java/com/hotellook/ui/screen/searchprogress/SearchProgressFragment$$Lambda$4.java
f06c1323eb6d322fab37e0235bc00be320392a5e
[ "Apache-2.0" ]
permissive
justyce2/HotellookDagger
7a44d9b263cbde0da05759119d9c01e9d2090dc6
7229312d711c6cb1f8fc5cfafb413a3c5aff6dbe
refs/heads/master
2020-03-31T21:04:23.472668
2016-07-27T09:03:11
2016-07-27T09:03:36
null
0
0
null
null
null
null
UTF-8
Java
false
false
706
java
package com.hotellook.ui.screen.searchprogress; import java.lang.invoke.LambdaForm.Hidden; import java.util.List; import rx.functions.Action1; final /* synthetic */ class SearchProgressFragment$$Lambda$4 implements Action1 { private final SearchProgressFragment arg$1; private SearchProgressFragment$$Lambda$4...
[ "mdzht@mail.ru" ]
mdzht@mail.ru
c63eb0a8a3bbbdf09c78feef028ca821f93a3cdd
dec5fbe7696872eabc7b0bf936001689d3768294
/NetLibrary/src/main/java/com/comaiot/net/library/req_params/AppChangePhoneParams.java
adf808482d5edddfadfecc9404c231c151618b13
[]
no_license
comaiotsdk/cateyesdk
792d46f56699fa0cd6d0f25bebd60164f2cadee0
3bd18b247221edd4af68f441d2a8b102dd4886d9
refs/heads/master
2023-04-06T23:41:35.744135
2021-04-20T08:03:29
2021-04-20T08:03:29
269,582,323
0
0
null
null
null
null
UTF-8
Java
false
false
2,022
java
package com.comaiot.net.library.req_params; public class AppChangePhoneParams { private String app_uid; private String app_envid; private String token; private String old_phone_num; private String old_verify_code; private String new_phone_num; private String new_verify_code; public Str...
[ "luxinxing@lianyun.tv" ]
luxinxing@lianyun.tv
2a9078599fbd95c1d31a84e59261516e60a8fb35
26b7f30c6640b8017a06786e4a2414ad8a4d71dd
/src/number_of_direct_superinterfaces/i25597.java
25534a16e67db17414dc4652ce878027c2aae376
[]
no_license
vincentclee/jvm-limits
b72a2f2dcc18caa458f1e77924221d585f23316b
2fd1c26d1f7984ea8163bc103ad14b6d72282281
refs/heads/master
2020-05-18T11:18:41.711400
2014-09-14T04:25:18
2014-09-14T04:25:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
69
java
package number_of_direct_superinterfaces; public interface i25597 {}
[ "vincentlee.dolbydigital@yahoo.com" ]
vincentlee.dolbydigital@yahoo.com
fc6b4b157843fe7a01536ae0dd39b6ddb63811bc
1c11dd25fda3f7d6abb5471b9e133350345d14e8
/src/main/java/com/dm/atform/service/impl/SysDataCountServiceImpl.java
1b3205a3c22b81687273ba8aa262ffe9a94bf621
[]
no_license
wjinliang/topieshow
a32ec62dfda3c0428684f54cd548cd741c702255
fcbbbd662dbefa05b70f53ef3b9d771c0baa14ab
refs/heads/master
2021-01-13T11:59:38.275390
2017-04-05T13:29:52
2017-04-05T13:29:52
77,911,094
0
0
null
null
null
null
UTF-8
Java
false
false
820
java
package com.dm.atform.service.impl; import java.util.HashMap; import java.util.List; import java.util.Map; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.dm.atform.model.SysDataCount; import com.dm.atform.service.SysDataCountService; import co...
[ "1028483257@qq.com" ]
1028483257@qq.com
cddfba5d74feaddb9338b1e71f9f24c60b699867
94029b5cf7ec5aa90d7d11391d246a67d0a74b5c
/Module 2_Code/Chapter7/java/GameObject.java
ac616dd050ac9d42577d9933472c8aa64e761735
[ "MIT" ]
permissive
PacktPublishing/Android-Game-Programming
a2cc11d238a40132239dd25cd8bfcfa1df31d01b
00a595b13c4d6bcc6d2d51e7c7e9281d50946ae7
refs/heads/master
2023-02-07T00:56:22.242351
2023-01-30T08:14:19
2023-01-30T08:14:19
68,189,396
24
15
null
null
null
null
UTF-8
Java
false
false
5,233
java
package com.gamecodeschool.c7platformgame; import android.content.Context; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Rect; public abstract class GameObject { private boolean traversable = false; // Most objects only have 1 frame // And don't need to b...
[ "sushantn@packt.com" ]
sushantn@packt.com
bbf47094823253278ad5fc431fea1aee2362532f
2675014ce51aa2be088c1c3d4126153ea3bdcf94
/aws-java-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/ImageQualityJsonMarshaller.java
4e29df59132de027f80ef0b127b9ea84e9350882
[ "Apache-2.0" ]
permissive
erbrito/aws-java-sdk
7b621cae16c470dfe26b917781cb00f5c6a0de4e
853b7e82d708465aca43c6013ab1221ce4d50852
refs/heads/master
2021-01-25T05:50:39.073013
2017-02-02T03:58:41
2017-02-02T03:58:41
80,691,444
1
0
null
null
null
null
UTF-8
Java
false
false
2,098
java
/* * Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
[ "" ]
ddfb84184e915b5b61df91a3071e43889266d7cf
dc0beecadd0404435e6fea1a49f2014f85b4c004
/test/net/ion/framework/mte/TestFunction.java
43b8e4d297d685b6dbf7ff4bf59169884c3cdcd2
[]
no_license
bleujin/ionframework
6295ef747429b6d80b52c5372f54ad0aff461f43
bf1c5c5a2d46985a81114a9578adfb5823887350
refs/heads/master
2022-11-20T10:53:20.831425
2016-10-10T07:14:41
2016-10-10T07:14:41
1,971,241
0
0
null
null
null
null
UTF-8
Java
false
false
729
java
package net.ion.framework.mte; import java.util.List; import org.apache.ecs.xhtml.pre; import net.ion.framework.mte.util.MiniParser; import net.ion.framework.mte.util.NestedParser; import net.ion.framework.util.Debug; import junit.framework.TestCase; public class TestFunction extends TestCase { pri...
[ "bleujin@gmail.com" ]
bleujin@gmail.com
65431b778c68e434b5ca018f4b24dda9a33efbb0
7929066b400c495cf05992cd75981b557feeba62
/aws-java-sdk-macie2/src/main/java/com/amazonaws/services/macie2/model/ListOrganizationAdminAccountsResult.java
d4f0aa5bc52ba1fbe4b36435c3886f47f101319b
[ "Apache-2.0" ]
permissive
Jahhein/aws-sdk-java
280d5f2af7080781358602ee957d191edbb4e8bd
ddf0040e871562ae3a1fe6d63b7fedcf363c3d58
refs/heads/master
2022-07-22T07:44:35.797306
2020-05-15T21:34:34
2020-05-15T21:34:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
8,868
java
/* * Copyright 2015-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
[ "" ]
d12a49fde51d68656ed6383d815116e8a7db38b2
942beaf139ecb649014447b68ec205577cd66dd9
/GarageEX/MainClass.java
336f3b8e193965b71cee390f9e09a8ac1200d146
[]
no_license
sturner1805/SamTurner
1d6754a412cd52612e09d12bfbdc9d49ad1b8379
5336a2f6c69495a071e6ffbf8d869a3ccea10fca
refs/heads/master
2021-01-20T03:46:25.998102
2017-05-05T15:32:13
2017-05-05T15:32:13
89,580,565
0
0
null
null
null
null
UTF-8
Java
false
false
578
java
public class MainClass { public static void main(String[] args) { Garage g = new Garage(); Car c = new Car(3, 2, "Black", 4); Car c2 = new Car(3, 2, "Black", 4); Car c3 = new Car(3, 2, "Black", 4); Boat b = new Boat(4, 3, "Yellow", true); g.addVehicle(c); g.addVehicle(c2); g.addVehicle...
[ "noreply@github.com" ]
noreply@github.com
a2dd22ab8f4480af0474614963b3e890d92e47a8
99e7e34054d67fde190f6a87001c801100f1b4a6
/JavaSE2/Genericity/src/com/genericity/Demo.java
0b4d9d5326b45d7966cec202be8ae5d1b213089b
[]
no_license
GuangkunYu/Java
759999b809ec62df44cb47386fa2ce031c27f92f
649aab562e4dd8f0ffea3ebdb05cce0a1d291b73
refs/heads/master
2023-01-12T15:37:46.298422
2020-11-17T11:27:52
2020-11-17T11:27:52
283,760,278
0
0
null
null
null
null
UTF-8
Java
false
false
1,815
java
package com.genericity; /* 泛型: 提供了编译时类型安全检测机制,该机制允许在编译时检测到非法的类型 本质是参数化类型,也就是说所操作的数据类型被指定为一个参数 参数化类型:就是将类型由原来的具体的类型参数化,然后在使用/调用时传入具体的类型 这种参数类型可以用在类、方法和接口中,分别被称为泛型类、泛型方法、泛型接口 泛型定义格式: <类型>: 指定一种类型的格式。这里的类型可以看成是形参 <类型1,类型2...>: 指定多种类型的格式,多种类...
[ "1795056480@qq.com" ]
1795056480@qq.com
79d4797965cc316626778a7f69f906275815b809
250929928c937782d0fbe9a7772f15667cc46159
/src/main/java/com/lovelycat/wx/constants/MessageContentConstants.java
e28e5c8c6ff766f3aa91588c2ebd966c1a1c80e1
[]
no_license
jackingcool/lovelycat
d71e641a276ab4359c03ec7fb355f89c18600928
c74b6ac5b2f396dd2e26877cf014da26b0fe827c
refs/heads/master
2022-12-08T19:30:55.927504
2020-09-07T05:43:02
2020-09-07T05:43:02
286,342,003
0
0
null
null
null
null
UTF-8
Java
false
false
1,154
java
package com.lovelycat.wx.constants; import java.util.ArrayList; import java.util.List; /** * @author 消息内容常量 */ public class MessageContentConstants { public static final String LICKING_DOG_DIARY = "舔狗日记"; public static final String WZRY = "王者荣耀"; public static final String CPDD = "cpdd"; public stat...
[ "623128880@qq.com" ]
623128880@qq.com
40beec5e8f1c5e076d669a14615cfd72e46644f4
5fbe41b487ce989daa515a0690997c5b26b13777
/src/test/java/com/monds/ps/leetcode/_14Test.java
3600897ea53c82527a38552a868cb13e8ab8167f
[]
no_license
monds/problem-solving
d2562cd7ff47f118502a07750a1476506b2cb244
6890d7cff9b8971547cbdfbda1df21c6bb8da46d
refs/heads/master
2023-04-02T05:59:27.179181
2021-04-15T05:27:07
2021-04-15T05:27:07
276,098,918
0
0
null
null
null
null
UTF-8
Java
false
false
724
java
package com.monds.ps.leetcode; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; import static org.assertj.core.api.Assertions.assertThat; /** * Created by suahn on 2020-07-06 */ public class _14Test { private _14.Solution solution; @BeforeEach public void setUp() throws Exc...
[ "suahnn@gmail.com" ]
suahnn@gmail.com
2a738bf9d5e25c11d9206f4ba67724ef25f0f5f0
389afb714ff877321b2c0cdf899a44a68d6842ef
/pildorasInformaticas/src/clasesPropias/HerenciaGenericos.java
237b362e934e88cee004a07fbae05277e389531b
[]
no_license
josegerstner/wks_java
2ae4a80823b2ad1fbba2a8d8cb5d679820556c80
4d47357ff99108c48ce324344f93d340b1610f5f
refs/heads/master
2020-03-09T19:10:57.781912
2018-10-10T02:34:21
2018-10-10T02:34:21
128,951,475
0
0
null
null
null
null
UTF-8
Java
false
false
664
java
package clasesPropias; public class HerenciaGenericos { public static void main(String[] args) { /*Empleado administrativa = new Empleado("Elena", 45, 1500); Jefe directoraComercial = new Jefe("Ana", 27, 3500); Empleado nuevoEmpleado = directoraComercial;*/ Pareja<Empleado> administrativa = new Pareja<Empl...
[ "joseernestogerstnerjavid@gmail.com" ]
joseernestogerstnerjavid@gmail.com
3da4a8ad4b905394aec858fa48362936c5a88599
4ba5ffc8c7f8d9e64e5e0b971128e9369633584b
/src/main/java/framework/JSONWriter.java
4ff5881f0d02a1cdba97ff6faea05cf52132f882
[]
no_license
rajivnw/CucumberHighDemonstration
e7c076fa7eaf1544ef5bd34170af01cfdaa58e02
e3749e0c25a0eb0ff7d89c16a9a5aec9f57b49df
refs/heads/master
2020-03-16T17:46:19.302364
2018-05-06T18:34:29
2018-05-06T18:34:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
661
java
package framework; import java.io.StringWriter; public class JSONWriter extends StringWriter { private int indent = 0; @Override public void write(int c) { if (((char) c) == '[' || ((char) c) == '{') { super.write(c); super.write('\n'); indent++; writeIndentation(); } else if (((char) c) == ',') ...
[ "harshittrivedi27@gmail.com" ]
harshittrivedi27@gmail.com
7f1276300df377689ec45dd6cbc9e907a66b3159
c4b3c4c595524b25a2c2c209e1e00facb56ff435
/src/org/jmask/persist/bo/AbstractBo.java
a6dab356151d1eb83c4c3176eb49f28ecefd48da
[]
no_license
liubinswift/hw3
d4c2e4bc6be746b1b103e31d5e77e52ef292c7d9
0b6c7548d7d852afbf1ffeb2d67fe58d001005af
refs/heads/master
2021-07-04T15:38:02.997165
2020-05-11T12:48:48
2020-05-11T12:48:48
123,068,376
0
0
null
null
null
null
UTF-8
Java
false
false
539
java
package org.jmask.persist.bo; public abstract class AbstractBo { public AbstractBo() { } // public abstract String getTableName(); // public abstract String getSeqName(); // public abstract String getDeleteSql(); // public abstract String getInsertSql(); // public abstract String getUpdateSql(); // publi...
[ "liubin11@jd.com" ]
liubin11@jd.com
1e4fb5750c153b592890ab04b74e336a295dae05
2f66817ed25b3d248294a0f5169727993c4087cb
/src/business/GeneroBusiness.java
cf5fb7c81ab2e91f6daf1814cfb947072f5ce4d0
[]
no_license
c1c4/HowWeDo
1ebe18fef39b1a0e2163a6fab1884fad4d7a4418
9f24c6f1ae77d094e0c3787319ac3d9f9fb90ac0
refs/heads/master
2021-01-25T07:27:54.580611
2015-07-22T22:33:17
2015-07-22T22:33:17
39,533,298
1
0
null
null
null
null
ISO-8859-1
Java
false
false
955
java
package business; import java.util.List; import dao.DaoGenero; import dto.DtoArtista; import dto.DtoGenero; import dto.UsuarioDTO; public class GeneroBusiness { private DaoGenero generoDAO = new DaoGenero(); private DtoGenero generoDTO; public Boolean Incluir(DtoGenero generoDTO) throws Exception { try { ...
[ "felipecicatriz@gmail.com" ]
felipecicatriz@gmail.com
ba2ab129bcc8834f2aecb091e5b9109cce13cbdb
79cd44c17d1153751a7b3dffbd0081adeed34217
/app/src/main/java/com/example/sam/chrono/MainActivity.java
24ceb4187ec31a87d1870e07688fd473710026b7
[]
no_license
JustSamTheBoss/Chrono
6dc37c244c74a2cb14453dcc246db7d2f95bc4b7
cddaa25638af0275d4f58a05678713a6c48b4270
refs/heads/master
2021-01-10T15:56:25.536186
2015-10-29T16:48:58
2015-10-29T16:48:58
45,056,306
0
0
null
null
null
null
UTF-8
Java
false
false
4,536
java
package com.example.sam.chrono; import android.os.Bundle; import android.os.SystemClock; import android.support.design.widget.FloatingActionButton; import android.support.design.widget.Snackbar; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.Toolbar; import android.view.View; import ...
[ "samturcotte322@gmail.com" ]
samturcotte322@gmail.com
6f398729edfea068d6bece3ba5f4dfc97a313746
442d1a37204b2f9aa7ec7ddd6d107d8930902ac0
/src/ueshooting/script/ScriptSpecialVariableType.java
e6da9fffb5398a7c791c7d9ac487c32207c5c483
[ "BSD-3-Clause" ]
permissive
auoresee/ueshooting
501e856aa273a6e098afc700e81af9e69b24e00f
ea691ac3596248f03bcc9f3d0cd9ef8fc89aec54
refs/heads/master
2020-06-10T17:55:12.534015
2020-02-20T05:02:25
2020-02-20T05:02:25
193,698,748
1
1
BSD-3-Clause
2020-02-20T05:02:26
2019-06-25T11:56:50
Java
UTF-8
Java
false
false
219
java
package ueshooting.script; public enum ScriptSpecialVariableType { S_X, S_Y, S_XSPEED, S_YSPEED, S_SPEED, S_ANGLE, S_HP, M_PI, S_TIME, S_ROTATION, VAR_NULL, ; public int index; public String name; }
[ "mariodragonquest1010@yahoo.co.jp" ]
mariodragonquest1010@yahoo.co.jp
a786a3bd532c396e9be7b0bd0dd9ea605ca588b9
1dedeeed3a5d2edec79488743a0791537bd11b45
/hdiapi/src/main/java/com/entruevesApi/HdiApplication.java
9703d01e3c67d995d96bfad565eb4302061081aa
[]
no_license
CliqueAdmin/hdi-apps
5b7cd99f46df219b1eccec3043a118dff031e290
a4ed9fce86bea353cbe19df9e9f92070ff45bce2
refs/heads/master
2023-08-21T06:56:21.503052
2021-10-27T06:17:51
2021-10-27T06:17:51
418,778,319
0
0
null
null
null
null
UTF-8
Java
false
false
304
java
package com.entruevesApi; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class HdiApplication { public static void main(String[] args) { SpringApplication.run(HdiApplication.class, args); } }
[ "Cliquedmn@gmail.com" ]
Cliquedmn@gmail.com
e1b288cfc8ced5b724891aac6ec7e9867c02879c
d914c3e23dda38759cd86e65677c923a25a7e6a6
/src/main/java/weiboclient4j/params/PoiId.java
484db9b31a0420e290c6cc34c8f18204e5db2971
[ "Apache-2.0" ]
permissive
hoverruan/weiboclient4j
034ce41d20f7587a05cde06f5bb75f2d66fcbe2f
80556b1ce40ee4dc063b977f885792efb6307547
refs/heads/master
2023-08-09T10:23:25.770486
2018-01-31T05:26:24
2018-01-31T05:26:24
2,389,981
35
18
null
2016-02-23T05:48:40
2011-09-15T02:52:03
Java
UTF-8
Java
false
false
230
java
package weiboclient4j.params; /** * @author Hover Ruan */ public class PoiId extends StringParam { public PoiId(String value) { super(value); } protected String paramKey() { return "poiid"; } }
[ "hoverruan@gmail.com" ]
hoverruan@gmail.com
f9d02887b5bdb2ad380ce3ae74e5a88a25417c46
9a5d0eadfb81c081b0d1bf1db5a285b1753173a8
/mooc-2013-OOProgrammingWithJava-PART1/week4-075.DecreasingCounter/src/DecreasingCounter.java
647da9b51d45f20ea8c100a08115b3586da5f027
[]
no_license
ndeno/exercises-moocfi-java
81b04902b8e18034311797a2ac198b1eb1134759
5f4d54b7b784c567a2191e1d4ef9e394de978ded
refs/heads/master
2021-10-16T04:47:22.671869
2019-02-07T21:56:27
2019-02-07T21:56:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
563
java
public class DecreasingCounter { private int value, initalValue; public DecreasingCounter(int valueAtStart) { this.value = valueAtStart; this.initalValue = valueAtStart; } public void printValue() { // do not touch this! System.out.println("value: " + this.value); ...
[ "ndennison01@qub.ac.uk" ]
ndennison01@qub.ac.uk
2d5fde83a000d7f9e7cf3f068ab506ba559e6db1
fdea470a7fe906a2dd353f194d106c76fa0fde80
/app/src/main/java/com/example/intentsproj/SecondActivity.java
cc96c5c416445469a5ccf0d480f2d2890853f27c
[]
no_license
ThushanSandeepa/mad_tute_03
293e247cca00c8226477af7495d99d2410936197
fc0a981b36ab6f6c3efa0697dd970a9c4702e77b
refs/heads/master
2022-11-30T07:55:13.522807
2020-08-19T13:10:16
2020-08-19T13:10:16
288,529,059
0
0
null
null
null
null
UTF-8
Java
false
false
3,071
java
package com.example.intentsproj; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.EditText; import android.widget.TextView; import androidx.appcompat.app.AppCompatActivity; public class SecondActivity extends AppCompatActivity { ...
[ "thushansandeepa0@gmail.com" ]
thushansandeepa0@gmail.com
7db0b67f955266ee2500b1094d47b3b752a04058
a20819acbcbe08529f70a97c3989f9a8b25767a4
/src/test/java/com/github/lindenb/jvarkit/tools/ngsfiles/NgsFilesSummaryTest.java
1ce23ff228df0301505c6834bc607c4a75eb4afd
[ "MIT" ]
permissive
pradyumnasagar/jvarkit
97929e5d85af02dfe5375cfa4661fcf6645afa23
4d17618d058ff27a1866addff4b6f84194d02ad5
refs/heads/master
2022-03-24T16:31:06.001444
2018-08-13T13:30:51
2018-08-13T13:30:51
145,077,900
0
0
NOASSERTION
2022-02-16T07:29:47
2018-08-17T05:54:47
Java
UTF-8
Java
false
false
1,683
java
package com.github.lindenb.jvarkit.tools.ngsfiles; import java.io.File; import java.io.IOException; import java.io.PrintWriter; import org.testng.Assert; import org.testng.annotations.Test; import com.github.lindenb.jvarkit.tools.tests.TestUtils; import htsjdk.samtools.util.IOUtil; public class NgsFilesSummaryTest...
[ "plindenbaum@yahoo.fr" ]
plindenbaum@yahoo.fr
85140054bd4d3dde8503eff0de0686189e000515
11781f50b5dc08d37687e94a7a1edd9d1a802b6e
/android/src/main/java/com/meiqia/meiqiasdk/activity/MQMessageFormActivity.java
7a7d0c793da3392b54959efd0eeafe1a4760fcca
[]
no_license
bashen1/react-native-mmeiqia
679c09ef6b489fd29a88c39e4a103728f88e68e5
6de40b5c3a5edd4db736fd36e5c7740b57b98072
refs/heads/master
2020-05-21T17:08:35.804787
2019-06-17T08:41:32
2019-06-17T08:41:32
186,117,586
1
1
null
null
null
null
UTF-8
Java
false
false
15,508
java
package com.meiqia.meiqiasdk.activity; import android.app.Activity; import android.os.Bundle; import android.text.InputType; import android.text.TextUtils; import android.view.View; import android.widget.AdapterView; import android.widget.ImageView; import android.widget.LinearLayout; import android.widget.RelativeLay...
[ "maochunjie@gmail.com" ]
maochunjie@gmail.com
630d6cd94ce11f6cf2dbe4e61fd60b5a8597f327
5e16b8a1135e8d8aacfb201a4a8ed29a7795033f
/Asset_Management/src/main/java/com/management/model/Assest.java
465c213b4fbd50f14e916aaadc35e91f4f623388
[]
no_license
Aarti-Batra/Spring-Boot
bfc6cfa9e793fa81ad47ab581c8e9cf6f832d558
448b01e35ff816125ed89a261bcef36633c1591c
refs/heads/main
2023-06-23T14:11:44.258541
2021-07-29T15:37:30
2021-07-29T15:37:30
390,766,746
0
0
null
null
null
null
UTF-8
Java
false
false
2,476
java
package com.management.model; import java.time.LocalDate; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.Id; import javax.persistence.JoinColumn; import javax.persistence.ManyToOne; import javax.persistence.Table; import com.fasterxml.jackson.annotation.JsonIgnoreProper...
[ "batraaarti011@gmail.com" ]
batraaarti011@gmail.com
d89f682bc3fe14ff76671a68d7abf52bc83bcbcf
1694f88cb5a962cd6467a35da34cb2b969e674a6
/Ejercicio_3trimestre/src/arrayList_tarea/ClubNautico.java
d53d8aa060caabc766a9ceae87de5f6f7ed0ad6f
[]
no_license
nourdin1949/evaluacion3
816c712eb50e006055473753e0a67e018d8c4668
d9c575ecc624f185a22ff67bd67698b2ba35190e
refs/heads/master
2023-05-04T03:38:11.318210
2021-05-28T17:01:05
2021-05-28T17:01:05
371,761,740
0
0
null
null
null
null
UTF-8
Java
false
false
1,364
java
/* Realizar un programa para gestionar los datos de los usuarios de un club náutico, de cada usuario es necesario conocer su nombre, DNI y Barco (se supone que cada usuario solo podrá tener un barco en el club). De cada Barco se almacena: eslora y matrícula. El programa debe permitir: 1) Insertar un nuevo Usuari...
[ "usuario@usuario-PC" ]
usuario@usuario-PC
aff38dfe49148fe94269b68bb40fae0e80d60a65
8d32d51e8cc50594cf86506da612d1c1de77019a
/Eclipe2/src/ru/Javabegin/FastJava/Shop3/department/HomeDepartment.java
b3f50fd039e83726c39a66aba93df5dffaf3b32b
[]
no_license
Ruslanito/Work2
a04c671ee06267eff2a44dde33367a7757c13921
0fb95fad2767d1328d4ea2fcd1035d6521186d1d
refs/heads/master
2021-01-11T18:34:41.947742
2017-08-28T11:33:43
2017-08-28T11:33:43
79,574,162
1
0
null
null
null
null
UTF-8
Java
false
false
110
java
package ru.Javabegin.FastJava.Shop3.department; public class HomeDepartment extends BaseDepartment { }
[ "breitovo76@gmail.com" ]
breitovo76@gmail.com
5de42e7dd78846d0f4cd0b2616ed1a6354b124ba
5b080ed4580d50d151dcfced8eff1390e4198533
/app/src/main/java/com/bagi/youtubetolist/Video.java
33bb8117cd25b3d2baea49108303547f8287bdfb
[]
no_license
YoniBagi/RecyclerView-CardView
b4b262550d797dbb5cab31b9f1a8d8ec83a43874
a7e0bef47fabf54dcad0570242120b7b0e3f5c1e
refs/heads/master
2021-04-03T09:23:46.357756
2018-03-11T20:54:20
2018-03-11T20:54:20
124,797,477
0
0
null
null
null
null
UTF-8
Java
false
false
807
java
package com.bagi.youtubetolist; /** * Created by asusX541u on 29/01/2018. */ public class Video { private String title; private String link; private String thumb; @Override public String toString() { return title; } public String getTitle() { return title; } pu...
[ "bagiyoni@gmail.com" ]
bagiyoni@gmail.com
03f356f17285c34575e8209daf7279a7b3b3751e
a23f737119f02e001005b7f792c73b941d52426a
/The Concurrency Utilities/semaphore/consumer producer/Q.java
648caa5d1fd31fd8a8798cf07407d5aafe985d0a
[]
no_license
krishnajanolia1994/basic-java-program
54c2aa8effd1ba93fb03c2ccc1f426634be33d9b
820913c91310a1c196f6cb6783f9ab32ebb71f57
refs/heads/master
2021-01-13T16:45:32.747005
2017-01-19T12:00:12
2017-01-19T12:00:12
77,048,015
1
0
null
null
null
null
UTF-8
Java
false
false
1,088
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 newpackage; import java.util.concurrent.Semaphore; import java.util.logging.Level; import java.util.logging.Logger; /** * *...
[ "noreply@github.com" ]
noreply@github.com
bade974bf95c0fedf2c74efa1cbd33d79a0ea076
b25ca9997552d85d7ada8fda8dd2e472b575ba8f
/src/main/java/com/jose/wordsearch/strategy/GetWordVerticalForwards.java
e9f6982ea985de2e58e7a9db5514ccf5b277d7ca
[]
no_license
leonj1/wordsearch
8516309ec0293b7c963a6747784fd16c7bcf8153
2b149c7350643352b59c4f362f37cab87495a4d3
refs/heads/master
2016-08-09T23:45:38.232130
2016-03-03T06:42:28
2016-03-03T06:42:28
53,005,095
0
0
null
null
null
null
UTF-8
Java
false
false
2,413
java
package com.jose.wordsearch.strategy; import com.jose.wordsearch.Coordinate; import com.jose.wordsearch.Letter; import com.jose.wordsearch.Range; import java.util.ArrayList; import java.util.List; /** * Created by jose on 3/2/16. */ public class GetWordVerticalForwards implements Strategy { char[][] board; ...
[ "leonj1@gmail.com" ]
leonj1@gmail.com
62c45bcbeda5f2dd2eb7740e113a22f94597254e
6500848c3661afda83a024f9792bc6e2e8e8a14e
/gp_JADX/com/google/android/gms/internal/ct.java
15cdab8c6909f570b5cb2c4a3d015c9c390f0e31
[]
no_license
enaawy/gproject
fd71d3adb3784d12c52daf4eecd4b2cb5c81a032
91cb88559c60ac741d4418658d0416f26722e789
refs/heads/master
2021-09-03T03:49:37.813805
2018-01-05T09:35:06
2018-01-05T09:35:06
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,927
java
package com.google.android.gms.internal; public final class ct extends wu { public byte[][] f26646a; public byte[] f26647b; public Integer f26648c; public Integer f26649d; public ct() { this.f26646a = xc.f27659e; this.f26647b = null; this.ai = -1; } protected final...
[ "genius.ron@gmail.com" ]
genius.ron@gmail.com
db1b9a7774fa6a03c46a7ffae552af959b7fc660
90f8bf03361fa76b5743f9d47e5ea65a7ccee470
/librariaServer/src/main/java/com/example/librariaServer/model/UserPostModel.java
aa1b6e01f00a27c07e14122845b541ec981de5db
[]
no_license
Justsmilec/Universityapp
93161a275705e34289918d9a603765db3d493f70
9a6a663b3aa8a0827f9f01e59750782a0a6739ef
refs/heads/master
2023-06-09T20:53:16.099210
2021-07-02T07:56:51
2021-07-02T07:56:51
379,654,779
0
0
null
null
null
null
UTF-8
Java
false
false
2,032
java
package com.example.librariaServer.model; import org.springframework.data.annotation.Id; import org.springframework.data.mongodb.core.mapping.Document; import org.springframework.stereotype.Component; import java.util.Date; import java.util.List; @Component @Document(collection = "UserPost") public class UserPostMod...
[ "undiscoveredtech@gmail.com" ]
undiscoveredtech@gmail.com
c8d17eab777edd79eaecaa7fc2b778d2280d8d23
83de7399cb6ce62c3adf7dc7e504dd940020fb57
/demo-jpa-firstapp/src/main/java/demo/domain/User.java
cbaff88f676a308d24793562bdfc4c5338e3eb59
[]
no_license
jhkim105/t-ecom
2dee230d549c9a36623a91647b36eb381fa2ee3e
3d0c20a07f088c463808358ea452262bdd17326a
refs/heads/master
2021-01-20T12:51:51.408544
2015-12-20T08:47:57
2015-12-20T08:47:57
82,667,508
0
0
null
null
null
null
UTF-8
Java
false
false
481
java
package demo.domain; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; @Entity public class User { @Id @GeneratedValue private Long id; private String username; public Long getId() { return id; } public void setId(Long id) { thi...
[ "jhan_kim@459847a3-8e1c-0510-9d92-9ff6bfb05984" ]
jhan_kim@459847a3-8e1c-0510-9d92-9ff6bfb05984
07aff569a05d6d58a68a2ca7788a47e85767f400
5a638077a36c491d233e8ab8ca052d33c6acdda6
/Aula1/src/aula1/Animal.java
efabf4b43b4948d624964c5357597c6054bb9916
[]
no_license
lucaskup/QI-ProgVisual
fb3918648c0e80600f8970f9304b4eccc8179a64
7e15e0906871c9c8803f0aea76a70ad2b1e237e8
refs/heads/master
2020-03-17T06:35:52.654135
2018-06-05T23:20:20
2018-06-05T23:20:20
133,361,888
0
0
null
null
null
null
UTF-8
Java
false
false
324
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 aula1; /** * * @author QI */ public class Animal { public String falar(){ return ""; } ...
[ "noreply@github.com" ]
noreply@github.com
2308ff91d36a48ee77f3475d85644591ab8bcb2c
875fdf565a24ceca0e6d1d6cbbedc0b2f41c555d
/chapter_001/src/test/java/ru/job4j/loop/BoardTest.java
ce3413d40f034ab25b2a25b97a26cb6be6c435b0
[ "Apache-2.0" ]
permissive
DenisShustrov/job4j
bec5587a6afd687eb8ab007b62c1b0f6152d3141
a25153404e54b35d4c7cd0415b3ccc6b54cbc9a0
refs/heads/master
2022-12-22T20:53:52.762702
2019-06-14T04:32:17
2019-06-14T04:32:17
154,559,023
0
0
Apache-2.0
2022-12-16T04:58:50
2018-10-24T19:39:55
Java
UTF-8
Java
false
false
891
java
package ru.job4j.loop; import org.junit.Test; import static org.hamcrest.core.Is.is; import static org.junit.Assert.assertThat; /** * Test. * @author dshustrov (denisshustroff@yandex.ru) * @version $Id$ * @since 0.1 */ public class BoardTest { /** * Test paint 3*3. */ @Test public void when...
[ "denisshustroff@yandex.ru" ]
denisshustroff@yandex.ru
712238e9f8ad1043d0a4364ec9d969b5c31491a1
61cb6b6bcc26f5b7aa8db7c7bb296ae9bc080902
/Mathematics/1279.java
1974ead9601daecf968b399400bf75635b856e97
[]
no_license
Walissonpj/Issues-Resolved---URI
9c97593adcdf7d9dc50f79f38312b650d173c9fc
8ddb7d0f080950549ca4ec8b9ffc14d3836c3eb9
refs/heads/master
2020-07-25T12:22:24.958177
2019-09-23T19:27:59
2019-09-23T19:27:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,623
java
import java.io.*; import java.math.*; import java.util.*; /** * IMPORTANT: * O nome da classe deve ser "Main" para que a sua solução execute * Class name must be "Main" for your solution to execute * El nombre de la clase debe ser "Main" para que su solución ejecutar */ public class Main {...
[ "walissonpj@gmail.com" ]
walissonpj@gmail.com
75371f7897cb8c8d8592663c7b48a899e69bc448
90b145e1be9209c76878fc86e091b93f48fc9cdb
/src/com/sarahemati/restaurant/view/templates/LoginTemplate.java
7a1cdd4d634992f7e671abb472a21b93e6542c8c
[]
no_license
sarahemati/restaurant
3ce519d3e2775a847735d8acc650c1f9bfdc73f7
35ace2d51335dd4f4b7b740e7fb8e45e587ece3e
refs/heads/master
2016-09-07T18:55:17.897377
2014-05-21T18:32:17
2014-05-21T18:32:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
996
java
package com.sarahemati.restaurant.view.templates; import java.io.Serializable; import javax.enterprise.context.RequestScoped; import javax.faces.context.FacesContext; import javax.inject.Named; import com.sarahemati.restaurant.view.utils.CookiUtils; @Named @RequestScoped public class LoginTemplate implements Seria...
[ "sarah.hematii@gmail.com" ]
sarah.hematii@gmail.com
f2041e2fbecb4feb21b6f602b26ac4e75abb7b10
9fba91ce1634f35f7675bdd92f08a09bf89116f2
/src/servlet/Servlet.java
4ed38c3a782bf1e925236628895a18094c6db9dd
[]
no_license
AISITMongolia/AIS-Web
64b64bf2af2665e8cb9a419824c25abfb99b7015
f58f5ad21428e08c3992dd039265e7af0a9910b1
refs/heads/master
2021-05-16T08:16:04.883333
2017-10-05T03:33:38
2017-10-05T03:33:38
104,038,217
0
0
null
null
null
null
UTF-8
Java
false
false
1,027
java
package servlet; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import java.io.IOException; @WebServlet(name = "Servlet", urlPatterns = "/index") publ...
[ "aisofmongolia@gmail.com" ]
aisofmongolia@gmail.com
68d04282812a9d5827afb5a24ef78b4158c9e546
54230caaf88c37711436e3d7681fbd796a0a1d28
/app/src/main/java/de/christian_heinisch/hilferundumskfz/AboutActivity.java
f580ba08fd3ba1c50b8d630ce20393612f36be36
[]
no_license
cheinisch/WhatINeed
ea67a8febc97b59aff32a5a9e158bc2731c6e1c8
51529fece04098bfad9b63e04afaf0467307af11
refs/heads/master
2021-01-20T14:41:06.487030
2017-10-18T05:56:28
2017-10-18T05:56:28
90,648,950
0
0
null
null
null
null
UTF-8
Java
false
false
6,805
java
package de.christian_heinisch.hilferundumskfz; import android.content.Intent; import android.support.design.widget.FloatingActionButton; import android.support.design.widget.TabLayout; import android.support.v4.app.NavUtils; import android.support.v7.app.ActionBar; import android.support.v7.app.AppCompatActivity; impo...
[ "chris@christian-heinisch.de" ]
chris@christian-heinisch.de
f21d4341b77fb393997cc2eab304ea7d9130f797
1c0019c80bab389ed650b493be33fd72ded42ad3
/src/CBLinkSender.java
4dcc259e7b968670f558bf9155a2ba1683efe68d
[]
no_license
rdunkley7/NetworkChatBot
13ebe636c1db0923d561c71cd0b5fe32bd18892c
ac049dfb4c84255a0ef6854aa701534c0da5a8e2
refs/heads/master
2020-05-14T11:32:41.217602
2019-04-16T22:57:34
2019-04-16T22:57:34
181,779,544
0
0
null
null
null
null
UTF-8
Java
false
false
3,813
java
import java.io.*; import java.util.Scanner; /** * * @author rdunkley13 */ public class CBLinkSender { // LinkSender sends a message to LinkReceiver and receives a reply. // LinkReceiver needs to be started before LinkSender. static int senderPort = 3200; // port number used by sender static int receiverP...
[ "rdunks7@gmail.com" ]
rdunks7@gmail.com
2f0d50d7914df8e6e4df94f3150797f9f67f096c
209e0067549257035c6258496c1cea01281fb037
/src/com/evan/javaaaaaaaaa/algorithm/leetcode/simple/q_70/ClimpStaris.java
f563112f50f3616975c7bbbd56c0b42b3b7bdec8
[ "Apache-2.0" ]
permissive
tianshangstar/Javaaaaaaaaa
8e1844b0b33ebc57b0158f429e7517d20c441dd7
423457a6f056e6443627d8ffeff79a74d3a59fce
refs/heads/master
2022-09-25T14:56:57.188867
2022-09-05T08:11:59
2022-09-05T08:11:59
144,517,281
2
0
Apache-2.0
2022-06-17T03:22:09
2018-08-13T02:01:51
Java
UTF-8
Java
false
false
663
java
package com.evan.javaaaaaaaaa.algorithm.leetcode.simple.q_70; public class ClimpStaris { public static void main(String[] args) { // Solution solution = new Solution(); Solution1 solution = new Solution1(); System.err.println(solution.climbStairs(0)); System.err.println(solution.clim...
[ "evan01.zhang@vipshop.com" ]
evan01.zhang@vipshop.com
98da4723341b6b47ee56006596c880909f790d90
efaf7e7192845fc5d513989e922adfd2b828aa4c
/Week2_JavaPrograms/week2c.java
81bcefc2ef47e234bb90e16b8ecf7b01feea95b8
[]
no_license
niru-savanur/OOJ-Lab-Programs
f9c68f7789f6f4b058760d178c56639d772a2fa2
f60e1849554893415b139704c7c07d2d22e3c37f
refs/heads/master
2023-02-13T17:36:25.391547
2020-12-28T16:51:39
2020-12-28T16:51:39
295,618,722
0
0
null
null
null
null
UTF-8
Java
false
false
867
java
import java.util.Scanner; public class week2c { public static void main(String args[]){ int a, b, num1, num2, i, j; Scanner sc = new Scanner(System.in); System.out.println("Enter two nos:"); num1 = sc.nextInt(); num2 = sc.nextInt(); if(num1>num2){ a = num2; b = num1; ...
[ "niranjansavanur26@gmail.com" ]
niranjansavanur26@gmail.com
8bd5fb4bb94c780140e17483f3cef6f824dd262b
d60d72dc8afce46eb5125027d536bab8d43367e3
/module/CMSJava-vv/src/vv/cms/lcd/calibrate/measured/algo/LightnessAroundAlgorithm.java
ddcd82603d80636d0e389594ce8ddc937788ddd4
[]
no_license
enessssimsek/cmsjava
556cd61f4cab3d1a31f722138d7a6a488c055eeb
59988c118159ba49496167b41cd0cfa9ea2e3c74
refs/heads/master
2023-03-18T12:35:16.160707
2018-10-29T08:22:16
2018-10-29T08:22:16
null
0
0
null
null
null
null
BIG5
Java
false
false
2,147
java
package vv.cms.lcd.calibrate.measured.algo; import java.util.*; import shu.cms.colorspace.depend.*; import shu.cms.util.*; /** * <p>Title: Colour Management System</p> * * <p>Description: a Colour Management System by Java</p> * 以明度為基礎產生周圍的RGB點 * * <p>Copyright: Copyright (c) 2008</p> * * <p>Company: skygrou...
[ "skyforce@gmail.com" ]
skyforce@gmail.com