Dataset Viewer
Auto-converted to Parquet Duplicate
code
stringlengths
572
46.5k
repo_name
stringlengths
7
62
path
stringlengths
6
247
language
stringclasses
7 values
license
stringclasses
15 values
size
int64
572
46.5k
package br.gov.fabricasocial.controllers; import java.util.List; import javax.servlet.http.HttpServletRequest; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.RequestMapping; import br.gov.fabricasocial.dao.RelatorioDAO; import br...
FabricaSocial/siag
siag/src/main/java/br/gov/fabricasocial/controllers/RelatoriosController.java
Java
gpl-2.0
1,244
package com.dibellastudios.goosengine.slotbean; import java.util.ArrayList; import java.util.List; import java.util.Map; import org.apache.commons.math3.random.MersenneTwister; import org.apache.commons.math3.random.RandomGenerator; import com.dibellastudios.goosengine.handler.GooseHandler; import com.dibellastudios...
dibek/queengame
src/main/java/com/dibellastudios/goosengine/slotbean/GenericGooseBoard.java
Java
gpl-2.0
5,208
/** * Copyright (C) 2016 Weibo Inc. * * This file is part of Opendcp. * * Opendcp is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License. * * Opendcp is distributed...
weibocom/opendcp
jupiter/controllers/slb.go
GO
gpl-2.0
23,815
package org.nwnx.nwnx2.jvm.constants; /** * This class contains all unique constants beginning with "SPELLABILITY_PULSE_ABILITY". * Non-distinct keys are filtered; only the LAST appearing was * kept. */ public final class SpellabilityPulseAbility { private SpellabilityPulseAbility() {} public final static int ...
Baaleos/nwnx2-linux
plugins/jvm/java/src/org/nwnx/nwnx2/jvm/constants/SpellabilityPulseAbility.java
Java
gpl-2.0
1,377
/** * SirfDecoder * * takes an InputStream and interpret layer 3 and layer 4. Than make * callbacks to the receiver witch ahas to implement SirfMsgReceiver * * @version $Revision: 1.4 $$ ($Name: $) * @autor Harald Mueller james22 at users dot sourceforge dot net * Copyright (C) 2007 Harald Mueller */ packag...
janrose/gpsmid
src/de/ueller/gps/data/Satelit.java
Java
gpl-2.0
2,059
#!/usr/bin/python # -*- coding: UTF-8 -*- import xbmcgui import xbmcplugin import os import xbmcaddon import sys import datetime def addImageLink(name,url): addon = xbmcaddon.Addon(id='plugin.image.icm') iconimage=os.path.join(addon.getAddonInfo('path'),"icon.png") liz=xbmcgui.ListItem(unicode(name), icon...
skudi/plugin.image.icm
addon.py
Python
gpl-2.0
1,450
/* Copyright (c) 2015, Yiju Wei. HAMR is a Frame let you use annotations to describe and execute a MapReduce process. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the Lice...
citymonkeymao/hamr
src/main/java/hamr/core/general/partitioner/GeneralPartitioner.java
Java
gpl-3.0
1,572
package com.ojcoleman.europa.util; import java.util.concurrent.Executors; import java.util.concurrent.ThreadFactory; import java.util.concurrent.atomic.AtomicInteger; /** * ThreadFactory to create daemon threads. Uses the factory given by {@link Executors#defaultThreadFactory()} to create the threads, then makes the...
OliverColeman/europa
src/main/java/com/ojcoleman/europa/util/DaemonThreadFactory.java
Java
gpl-3.0
918
/* * Copyright (C) 2021 Emeric Poupon * * This file is part of LMS. * * LMS is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * ...
epoupon/lms
src/libs/services/scrobbling/impl/ScrobblingService.hpp
C++
gpl-3.0
4,342
package dialogues.vocableactions; import factories.FrameFactory; import factories.ObserveableFactory; import gui.DictionaryMainWindow; import gui.JTextFieldWithContextMenu; import java.awt.Color; import java.awt.Font; import java.awt.GridLayout; import java.awt.event.ActionEvent; import java.awt.event.ActionListener...
Garrin/xiaolong-dictionary
src/dialogues/vocableactions/DeleteMultipleVocablesDialogue.java
Java
gpl-3.0
10,690
package org.portalmirror.refresher.common.web.freemarker.utils; import com.liferay.portal.kernel.language.LanguageUtil; import com.liferay.portal.kernel.util.HtmlUtil; import com.liferay.portal.kernel.util.JavaConstants; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.ui.Mode...
elmozgo/PortalMirror
portalmirror-refresher-portlet/src/main/java/org/portalmirror/refresher/common/web/freemarker/utils/FreemarkerValueUtil.java
Java
gpl-3.0
1,319
/************************************************************************* * Copyright 2009-2014 Eucalyptus Systems, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 3 of the ...
acmyonghua/eucalyptus
clc/modules/cloudformation/src/main/java/com/eucalyptus/cloudformation/resources/standard/actions/AWSCloudFormationStackResourceAction.java
Java
gpl-3.0
17,725
//By GER.Cmd.buildgcc CreateDate:2008-4-28 16:08:39 #ifndef _YPKList_H_ #define _YPKList_H_ struct MSG_YPKLIST { char CardNumber[8]; char BeginDate[8]; char EndDate[8]; char Status[10]; }; #define YPKListSTRLENGTH 34 void InitMsgYPKList(void); struct MSG_YPKLIST *GetMsgYPKList(v...
moyuanming/NWeight
src/parameter/include/ParameterYPKList.h
C
gpl-3.0
1,030
/* * Syncany, www.syncany.org * Copyright (C) 2011-2015 Philipp C. Heckel <philipp.heckel@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or ...
syncany/syncany-plugin-gui
src/main/java/org/syncany/config/to/GuiConfigTO.java
Java
gpl-3.0
3,089
/* * Copyright (c) 2017 Michael Schoene. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is d...
mrs2207/owfs
src/test/java/de/jgard/onewire/service/JowfsClientTests.java
Java
gpl-3.0
3,015
/******************************************************************************* * Copyright 2011-2014 by SirSengir * * This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License. * * To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/3.0/...
ThiagoGarciaAlves/ForestryMC
src/main/java/forestry/pipes/network/PacketHandlerPipes.java
Java
gpl-3.0
3,497
# -*- coding: utf-8 -*- import os, logging from celery import Celery from redis import StrictRedis, exceptions from flask import Flask app = Flask(__name__, instance_relative_config=True) app.config.from_object('config') app.config.from_pyfile('config.py') # configure logging logging.basicConfig( filename=app.config...
marcusmchale/breedcafs
app/__init__.py
Python
gpl-3.0
1,878
package it.emarolab.owloop.descriptor.utility.objectPropertyDescriptor; import it.emarolab.amor.owlInterface.OWLReferences; import it.emarolab.owloop.descriptor.construction.descriptorEntitySet.ObjectProperties; import it.emarolab.owloop.descriptor.construction.descriptorGround.ObjectPropertyGround; import it.emarolab...
EmaroLab/owloop
src/main/java/it/emarolab/owloop/descriptor/utility/objectPropertyDescriptor/RestrictionObjectPropertyDesc.java
Java
gpl-3.0
6,596
package com.droid.activitys.eliminateprocess; import java.io.BufferedReader; import java.io.FileReader; import java.text.DecimalFormat; import java.util.List; import android.annotation.SuppressLint; import android.app.Activity; import android.app.ActivityManager; import android.app.ActivityManager.MemoryInfo; import ...
Evan-Galvin/FreeStreams-TVLauncher
src/com/droid/activitys/eliminateprocess/EliminateMainActivity.java
Java
gpl-3.0
6,493
/* * Copyright 2019 Kerbaya Software * * This file is part of headlamp. * * headlamp is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) an...
Kerbaya/headlamp
headlamp/headlamp-impl/src/test/java/com/kerbaya/headlamp/AdeIdentityService.java
Java
gpl-3.0
2,668
package ar.com.dcsys.gwt.ws.server; import javax.servlet.http.HttpSession; import javax.websocket.HandshakeResponse; import javax.websocket.server.HandshakeRequest; import javax.websocket.server.ServerEndpointConfig; /** * Configura un websocket para todas las llamadas a la misma url. * hace el binding de la sessio...
pablodanielrey/java
gwt/utils/webSocketGWT/src/main/java/ar/com/dcsys/gwt/ws/server/WebsocketsConfigurator.java
Java
gpl-3.0
1,161
/* * HarvesterDroid - A Resource Tracker for Star Wars Galaxies * Copyright (C) 2017 Waverunner * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (a...
Waverunner/HarvesterDroid
application/src/main/java/com/lewisjmorgan/harvesterdroid/app/ui/schematics/SchematicsViewModel.java
Java
gpl-3.0
6,221
/******************************************************************************* * Copyright 2012 * FG Language Technologie * Technische Universitaet Darmstadt * * 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...
timfeu/berkeleycoref-thesaurus
src/main/java/org/jobimtext/api/db/DatabaseResource.java
Java
gpl-3.0
4,744
/* * Copyright (C) Mojang AB * All rights reserved. */ package kk.freecraft.network.play.server; import java.io.IOException; import kk.freecraft.network.INetHandler; import kk.freecraft.network.Packet; import kk.freecraft.network.PacketBuffer; import kk.freecraft.network.play.INetHandlerPlayClient; import kk.freecr...
KubaKaszycki/FreeCraft
src/main/java/kk/freecraft/network/play/server/S28PacketEffect.java
Java
gpl-3.0
2,015
/** * Copyright (C) 2001-2016 by RapidMiner and the contributors * * Complete list of developers available at our web site: * * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify it under the terms of the * GNU Affero General Public License as published by the...
transwarpio/rapidminer
rapidMiner/rapidminer-studio-core/src/main/java/com/rapidminer/operator/io/RepositorySource.java
Java
gpl-3.0
4,690
/* * 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 sfs; import java.io.IOException; import javax.servlet.FilterChain; import javax.servlet.FilterConfig; import javax.servlet.Se...
AYD-2-GRPX-2015/SimpleFaqSystem
src/java/sfs/FaqUploadFilter.java
Java
gpl-3.0
1,088
package com.github.master0r0.horseplus; import com.github.master0r0.horseplus.Commands.CommandHorsePlus; import com.github.master0r0.horseplus.Intergration.PermsExIntergration; import com.github.master0r0.horseplus.Intergration.VaultApiIntergration; import com.github.master0r0.horseplus.Listeners.RegisterListeners; im...
Master0r0/HorsePlus
src/com/github/master0r0/horseplus/HorsePlus.java
Java
gpl-3.0
1,698
/* * Zirco Browser for Android * * Copyright (C) 2010 J. Devauchelle and contributors. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 3 as published by the Free Software Foundation. * * This program is distributed in th...
udo-tech-team/ShadowsocksProxy
src/org/shadowsocks/zirco/ui/activities/EditBookmarkActivity.java
Java
gpl-3.0
3,031
/* * Diacomp - Diabetes analysis & management system * Copyright (C) 2013 Nikita Bosik * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your op...
bosik/diacomp
portable/comp-server/src/main/java/org/bosik/diacomp/web/frontend/wicket/components/diary/meal/DiaryPanelMeal.java
Java
gpl-3.0
3,003
#pragma once /* This file is part of Imagine. Imagine is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Imagine is distributed in the ...
thededman/emu-ex-plus-alpha
imagine/include/imagine/gfx/RenderTarget.hh
C++
gpl-3.0
1,046
// Mantid Repository : https://github.com/mantidproject/mantid // // Copyright &copy; 2018 ISIS Rutherford Appleton Laboratory UKRI, // NScD Oak Ridge National Laboratory, European Spallation Source // & Institut Laue - Langevin // SPDX - License - Identifier: GPL - 3.0 + #include "EnggDiffGSASFittingWorker.h" ...
mganeva/mantid
qt/scientific_interfaces/EnggDiffraction/EnggDiffGSASFittingWorker.cpp
C++
gpl-3.0
1,386
/* * MongoWorkBench is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * Free Software Foundation,version 3. * * MongoWorkBench is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implie...
aw20/MongoWorkBench
src/org/aw20/mongoworkbench/eclipse/dialog/MPasswordDialog.java
Java
gpl-3.0
3,809
/* * Copyright (c) 2016 OBiBa. All rights reserved. * * This program and the accompanying materials * are made available under the terms of the GNU Public License v3.0. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. *...
apruden/mica2
mica-search/src/main/java/org/obiba/mica/study/search/StudyIndexer.java
Java
gpl-3.0
3,306
/** * */ package ai.aitia.test.meme.paramsweep.platform.mason.recording; import static org.junit.Assert.*; import java.io.File; import java.util.ArrayList; import java.util.List; import org.junit.Test; import sim.engine.SimState; import sim.util.Bag; import ai.aitia.meme.paramsweep.batch.output.RecorderInfo; imp...
lgulyas/MEME
PlatformPlugins/MasonPlugin-16/ai/aitia/test/meme/paramsweep/platform/mason/recording/RecordingHelperTest.java
Java
gpl-3.0
4,621
package es.usc.citius.servando.calendula.persistence.typeSerializers; import com.j256.ormlite.field.FieldType; import com.j256.ormlite.field.SqlType; import com.j256.ormlite.field.types.BaseDataType; import com.j256.ormlite.support.DatabaseResults; import org.joda.time.LocalTime; import org.joda.time.format.DateTimeF...
paulle/calendula
Calendula/src/main/java/es/usc/citius/servando/calendula/persistence/typeSerializers/LocalTimePersister.java
Java
gpl-3.0
1,480
/* * This file is part of the Raster Storage Archive (RSA). * * The RSA is free software: you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software * Foundation, either version 3 of the License, or (at your option) any later * version. * * The...
VPAC/rsa
src/storagemanager/test/org/vpac/ndg/task/ExporterTest.java
Java
gpl-3.0
6,753
/* cursus - Race series management program Copyright 2012, 2014 Simon Arlott This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any lat...
lp0/cursus-core
src/test/java/uk/me/sa/cursus/app/ExportSPKASeries2010.java
Java
agpl-3.0
1,064
/* jBilling - The Enterprise Open Source Billing System Copyright (C) 2003-2011 Enterprise jBilling Software Ltd. and Emiliano Conde This file is part of jbilling. jbilling is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Fre...
WebDataConsulting/billing
src/java/com/sapienter/jbilling/server/security/WSSecurityMethodMapper.java
Java
agpl-3.0
6,624
/* * ################################################################ * * ProActive Parallel Suite(TM): The Java(TM) library for * Parallel, Distributed, Multi-Core Computing for * Enterprise Grids & Clouds * * Copyright (C) 1997-2011 INRIA/University of * Nice-Sophia Antipolis/ActiveEon ...
acontes/scheduling
performance/src/org/ow2/proactive/tests/performance/scheduler/TestSchedulerProxy.java
Java
agpl-3.0
13,907
package com.tesora.dve.sql.raw; /* * #%L * Tesora Inc. * Database Virtualization Engine * %% * Copyright (C) 2011 - 2014 Tesora Inc. * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License, version 3, * as published by the Free ...
Tesora/tesora-dve-pub
tesora-dve-core/src/main/java/com/tesora/dve/sql/raw/EnumConverter.java
Java
agpl-3.0
2,771
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
225