code stringlengths 3 1.01M | repo_name stringlengths 5 116 | path stringlengths 3 311 | language stringclasses 30
values | license stringclasses 15
values | size int64 3 1.01M |
|---|---|---|---|---|---|
#!/bin/bash
. lib-it.sh
for file in ./*.mp4
do
for keep_audio in "" "--keep_audio"
do
run_cmd "video-reverse -i $file -o tmp/$file.reverse.mp4 $keep_audio"
done
done
echo "----------------------------------------"
echo "SUCCESS $(basename $0)"
echo "----------------------------------------"
rm tmp... | okorach/audio-video-tools | it/it-03-video-reverse.sh | Shell | lgpl-3.0 | 351 |
package inusualz.mechanics.common.blocks;
import net.minecraft.block.material.Material;
public class BlockSmelter extends BlockBase {
public BlockSmelter() {
super("smelter");
}
}
| InusualZ/Mechanics | src/main/java/inusualz/mechanics/common/blocks/BlockSmelter.java | Java | lgpl-3.0 | 188 |
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true... | mWater/mwater-forms | lib/answers/NumberAnswerComponent.js | JavaScript | lgpl-3.0 | 2,266 |
/*
* Copyright 2013, Nexedi SA
*
* This program is free software: you can Use, Study, Modify and Redistribute
* it under the terms of the GNU General Public License version 3, or (at your
* option) any later version, as published by the Free Software Foundation.
*
* You can also Link and Combine this program wit... | nexedi/jio | src/queries/parser-end.js | JavaScript | lgpl-3.0 | 921 |
// CSmtp.h: interface for the Smtp class.
//
//////////////////////////////////////////////////////////////////////
#pragma once
#ifndef __CSMTP_H__
#define __CSMTP_H__
#include <vector>
#include <string.h>
#include <assert.h>
#ifdef LINUX
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#i... | davecalkins/pollyanna | source/CSmtp.h | C | lgpl-3.0 | 4,565 |
/*
* SonarQube
* Copyright (C) 2009-2016 SonarSource SA
* mailto:contact AT sonarsource DOT com
*
* This program 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
* version 3 of the License... | joansmith/sonarqube | server/sonar-server/src/main/java/org/sonar/server/user/UserSessionFilter.java | Java | lgpl-3.0 | 2,210 |
/*
* SonarQube
* Copyright (C) 2009-2017 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program 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
* version 3 of the License, o... | lbndev/sonarqube | server/sonar-web/src/main/js/apps/coding-rules/models/rules.js | JavaScript | lgpl-3.0 | 1,878 |
/*
* Copyright (c) 2020 Neil C Smith
*
* This file is part of gstreamer-java.
*
* This code is free software: you can redistribute it and/or modify it under the terms of the GNU
* Lesser General Public License version 3 only, as published by the Free Software Foundation.
*
* This code is distributed in the hop... | gstreamer-java/gst1-java-core | src/org/freedesktop/gstreamer/lowlevel/GstMessagePtr.java | Java | lgpl-3.0 | 1,512 |
package com.serenegiant.gamepaddiag;
/*
* AndroGamepad
* library and sample to access to various gamepad with common interface
*
* Copyright (c) 2015-2016 saki t_saki@serenegiant.com
*
* File name: GamepadView.java
*
* Distributed under the terms of the GNU Lesser General Public License (LGPL v3.0) License.
* ... | saki4510t/AndroGamepad | app/src/main/java/com/serenegiant/gamepaddiag/GamepadView.java | Java | lgpl-3.0 | 9,536 |
module (arg and arg[1])
local timer_mt = { __index = {} }
local timer = timer_mt.__index
-- create new event list
function new ()
return setmetatable ({jobs={}}, timer_mt)
end
-- add event
-- f() is called no sooner than time t
function timer:add (t, f)
local job={time=t, func=f}
local ins = -1
... | kveratis/GameCode4 | Source/GCC4/3rdParty/luaplus51-all/Src/Modules/xavante/src/codeweb/timer.lua | Lua | lgpl-3.0 | 1,109 |
# -*- coding: utf-8 -*-
from common.db_sum import _metric_meta_db
'''get the data from table by name'''
def get_data_by_name(name, status=[1], other=0):
result = []
where = ''
if status:
status = ",".join([str(x) for x in status])
where += ' and status in ({}) '.format(status)
if othe... | popoyz/charts | base/chart_b.py | Python | lgpl-3.0 | 5,726 |
package ben.ui.renderer;
import ben.ui.math.PmvMatrix;
import ben.ui.math.Rect;
import ben.ui.resource.GlResourceManager;
import ben.ui.resource.color.Color;
import ben.ui.resource.shader.FlatProgram;
import javax.annotation.Nonnull;
import com.jogamp.opengl.GL2;
/**
* Flat Rectangle Renderer.
* <p>
* Renders... | bensmith87/ui | src/main/java/ben/ui/renderer/FlatRenderer.java | Java | lgpl-3.0 | 3,128 |
--------------------------------------------------------------------------------
-- This file is part of the Lua HUD for TASing Sega Genesis Sonic games.
--
-- This program 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 ... | flamewing/sonic-gens-hud | sonic/common/game-info.lua | Lua | lgpl-3.0 | 10,216 |
/*******************************************************************************
* Copyright (C) 2009-2020 Human Media Interaction, University of Twente, the Netherlands
*
* This file is part of the Articulated Social Agents Platform BML realizer (ASAPRealizer).
*
* ASAPRealizer is free software: you can redistrib... | ArticulatedSocialAgentsPlatform/AsapRealizer | BMLAdapters/AsapIpaacaRealizerAdapters/java/test/src/asap/ipaacaadapters/loader/IpaacaToBMLRealizerAdapterLoaderTest.java | Java | lgpl-3.0 | 2,312 |
package org.celstec.arlearn2.portal.client.author.ui.gi.extensionEditors;
import org.celstec.arlearn2.gwtcommonlib.client.objects.GeneralItem;
import org.celstec.arlearn2.gwtcommonlib.client.objects.MozillaOpenBadge;
import com.smartgwt.client.widgets.form.DynamicForm;
import com.smartgwt.client.widgets.form.fields.T... | WELTEN/dojo-ibl | src/main/java/org/celstec/arlearn2/portal/client/author/ui/gi/extensionEditors/MozillaOpenBadgeExtensionEditor.java | Java | lgpl-3.0 | 1,547 |
#ifndef ROPE_H
#define ROPE_H
#include "BangMath/AABox.h"
#include "Bang/Array.h"
#include "Bang/AssetHandle.h"
#include "Bang/BangDefines.h"
#include "Bang/ComponentMacros.h"
#include "Bang/LineRenderer.h"
#include "Bang/MetaNode.h"
#include "Bang/Particle.h"
#include "Bang/String.h"
namespace Bang
{
class Serializa... | Bang3DEngine/Bang | include/Bang/Rope.h | C | lgpl-3.0 | 2,298 |
from rapidsms.tests.scripted import TestScript
from apps.form.models import *
from apps.reporters.models import *
import apps.reporters.app as reporter_app
import apps.supply.app as supply_app
import apps.form.app as form_app
import apps.default.app as default_app
from app import App
from django.core.management.command... | takinbo/rapidsms-borno | apps/bednets/tests.py | Python | lgpl-3.0 | 18,579 |
package com.sirma.itt.seip.template.observers;
import static com.sirma.itt.seip.domain.ObjectTypes.TEMPLATE;
import static com.sirma.itt.seip.template.TemplateProperties.FOR_OBJECT_TYPE;
import static com.sirma.itt.seip.template.TemplateProperties.IS_PRIMARY_TEMPLATE;
import static com.sirma.itt.seip.template.Template... | SirmaITT/conservation-space-1.7.0 | docker/sirma-platform/platform/seip-parent/platform/domain-model/instance-templates-impl/src/main/java/com/sirma/itt/seip/template/observers/TemplateCreateObserver.java | Java | lgpl-3.0 | 2,352 |
package com.chenyg.wporter.a.app;
import java.util.ArrayList;
import java.util.Set;
import com.chenyg.wporter.Config;
import com.chenyg.wporter.InitException;
import com.chenyg.wporter.WPMain;
import com.chenyg.wporter.WPRequest;
import com.chenyg.wporter.WPorterType;
import com.chenyg.wporter.WebPorter;
import com.c... | CLovinr/WebPorter | maven/WebPorter/src/main/java/com/chenyg/wporter/a/app/AppPorterMain.java | Java | lgpl-3.0 | 3,604 |
#include "Color.hpp"
#include <boost/python.hpp>
#include <avango/python/register_field.h>
#include <avango/gua/Fields.hpp>
#include <avango/gua/Types.hpp>
using namespace boost::python;
using namespace av::python;
namespace boost
{
namespace python
{
template <class T>
struct pointee<av::Link<T>>
{
using type =... | vrsys/avango | avango-gua/python/avango/gua/utils/Color.cpp | C++ | lgpl-3.0 | 1,233 |
{include="header"}
<style type="text/css">
.tachada{ text-decoration:line-through; }
</style>
<script type="text/javascript">
function fs_marcar_todo()
{
$('input:checkbox').prop('checked', true);
}
function fs_marcar_nada()
{
$('input:checkbox').prop('checked', false);
}
function... | joenilson/distribucion | view/imprimir_facturas.html | HTML | lgpl-3.0 | 26,425 |
/**
* Copyright (c) 2011-2015, SpaceToad and the BuildCraft Team
* http://www.mod-buildcraft.com
*
* BuildCraft is distributed under the terms of the Minecraft Mod Public
* License 1.0, or MMPL. Please check the contents of the license located in
* http://www.mod-buildcraft.com/MMPL-1.0.txt
*/
package buildcraft... | hea3ven/BuildCraft | api/buildcraft/api/core/render/ICullable.java | Java | lgpl-3.0 | 1,009 |
/*
* Tulip Indicators
* https://tulipindicators.org/
* Copyright (c) 2010-2020 Tulip Charts LLC
* Lewis Van Winkle (LV@tulipcharts.org)
*
* This file is part of Tulip Indicators.
*
* Tulip Indicators is free software: you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public L... | TulipCharts/tulipindicators | templates/indicators.c | C | lgpl-3.0 | 2,120 |
/*******************************************************************************
* You may amend and distribute as you like, but don't remove this header!
*
* EPPlus provides server-side generation of Excel 2007/2010 spreadsheets.
* See https://github.com/JanKallman/EPPlus for details.
*
* Copyright (C) 20... | JanKallman/EPPlus | EPPlus/Style/XmlAccess/ExcelNumberFormatXml.cs | C# | lgpl-3.0 | 29,945 |
var searchData=
[
['linqtosqlrepository',['LinqToSqlRepository',['../class_catharsis_1_1_repository_1_1_linq_to_sql_repository_3_01_e_n_t_i_t_y_01_4.html#a9203aa99de2433032df5e63c5bd74f83',1,'Catharsis.Repository.LinqToSqlRepository< ENTITY >.LinqToSqlRepository(string connectionString)'],['../class_catharsis_1... | prokhor-ozornin/Catharsis.NET.Repository | doc/html/search/all_6.js | JavaScript | lgpl-3.0 | 739 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Add Layer — MeteoInfo 3.0 documentation</title>
<link rel="stylesheet" href="../../../_static/sphinxdoc.css" type="text/css" />
<link rel="stylesheet" href... | meteoinfo/MeteoInfoDoc | _build/html/docs/meteoinfo/desktop/add_layer.html | HTML | lgpl-3.0 | 7,676 |
/*
* SonarQube Java
* Copyright (C) 2012-2017 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program 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
* version 3 of the Licen... | mbring/sonar-java | java-checks/src/main/java/org/sonar/java/checks/NullDereferenceInConditionalCheck.java | Java | lgpl-3.0 | 5,979 |
BBBx.window.ScheduledMeeting = function (config) {
config = config || {};
var preloadSlides = MODx.load({
xtype: 'modx-combo-browser',
browserEl: 'modx-browser',
fieldLabel: 'preloadSlides',
name: 'preloadSlides',
anchor: '100%'
});
preloadSlides.on('select', func... | virtudraft/bbbx | www/assets/components/bbbx/js/mgr/widgets/window.scheduledmeeting.js | JavaScript | lgpl-3.0 | 26,890 |
'''
This file is part of GEAR_mc.
GEAR_mc is a fork of Jeremie Passerin's GEAR project.
GEAR 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 version 3 of the License, or
(at... | miquelcampos/GEAR_mc | gear/xsi/curve.py | Python | lgpl-3.0 | 14,878 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns='http://www.w3.org/1999/xhtml' lang='he' dir='rtl'>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=windows-1255' />
<meta charset='windows-1255' />
<meta http-equ... | erelsgl/erel-sites | tnk1/msr/3tokxot.html | HTML | lgpl-3.0 | 11,738 |
#ifndef CK2_TITLE_HH
#define CK2_TITLE_HH
#include "UtilityFunctions.hh"
class CK2Character;
class CK2Ruler;
class EU4Country;
class TitleLevel : public Enumerable<TitleLevel> {
public:
TitleLevel (string n, bool f) : Enumerable<TitleLevel>(this, n, f) {};
static TitleLevel const* const getLevel (const string& k... | kingofmen/CK2toEU4 | CK2Title.hh | C++ | lgpl-3.0 | 2,154 |
from test_methods import TestBaseFeedlyClass | pedroma/python-feedly | tests/__init__.py | Python | lgpl-3.0 | 44 |
<dibl-sidebar></dibl-sidebar>
<div id="page-wrapper" class="gray-bg">
<dibl-header></dibl-header>
<dibl-toolbar></dibl-toolbar>
<div class="row inquiry">
<div class="col-md-6 wrapper wrapper-content animated fadeInpanel-body">
<div class="ibox-content">
<div ... | WELTEN/dojo-ibl | src/main/webapp/src/components/run/inquiry.edit.template.html | HTML | lgpl-3.0 | 5,766 |
package com.sqsoft.mars.framework.domain;
import java.io.Serializable;
import javax.persistence.*;
import org.hibernate.annotations.GenericGenerator;
import java.util.Date;
import java.util.List;
/**
* The persistent class for the syst_staff database table.
*
*/
@Entity
@Table(name="syst_staff")
@NamedQuery(n... | anndy201/mars-framework | mars-framework-dao/src/main/java/com/sqsoft/mars/framework/domain/SystStaff.java | Java | lgpl-3.0 | 3,881 |
int f(){
return 0;
}
int main(void){
f();
return 0;
}
| melt-umn/ableC | testing/tests/kframework/positive/j301a.c | C | lgpl-3.0 | 57 |
# my_first_hello-world
First repository to explore GitHub features
# 2017-03-22 11:33 WW changes to README.md
# Here I am write a bit about yourself.This is in order to demo the process of making a change in a branch from the master branch
| wwolfe2017/my_first_hello-world | README.md | Markdown | lgpl-3.0 | 240 |
/*
Copyright 2013-2021 Paul Colby
This file is part of QtAws.
QtAws 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 version 3 of the License, or
(at your option) any later v... | pcolby/libqtaws | src/budgets/deletebudgetresponse.cpp | C++ | lgpl-3.0 | 4,704 |
/*
* Functions for testing
*
* Copyright (C) 2008-2022, Joachim Metz <joachim.metz@gmail.com>
*
* Refer to AUTHORS for acknowledgements.
*
* This program 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 Fou... | libyal/libpff | tests/pff_test_functions.c | C | lgpl-3.0 | 13,235 |
package com.sirma.sep.instance.operation.executor;
import static com.sirma.itt.seip.instance.actions.ExecutableOperationProperties.CTX_TARGET;
import static com.sirma.itt.seip.instance.actions.ExecutableOperationProperties.DMS_ID;
import static com.sirma.itt.seip.instance.actions.ExecutableOperationProperties.PERMISSI... | SirmaITT/conservation-space-1.7.0 | docker/sirma-platform/platform/seip-parent/platform/domain-model/instance-core/src/main/java/com/sirma/sep/instance/operation/executor/BaseImportInstanceExecutor.java | Java | lgpl-3.0 | 2,977 |
/*
Copyright 2012-2014 Infinitycoding all rights reserved
This file is part of the universe standart c library.
The universe standart c 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 ... | infinitycoding/mercury | list.c | C | lgpl-3.0 | 8,672 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Maker.RiseEngine
{
public enum LogType { Info, Warning, Error, Message}
public static class Debug
{
public static void WriteLog(string text, LogType logMessageType, strin... | MakerDevTeam/MakerRiseProjet | src/Maker.RiseEngine.Core/Debug.cs | C# | lgpl-3.0 | 450 |
"""
Created on 2013-12-16
@author: readon
@copyright: reserved
@note: CustomWidget example for mvp
"""
from gi.repository import Gtk
from gi.repository import GObject
class CustomEntry(Gtk.Entry):
"""
custom widget inherit from gtkentry.
"""
def __init__(self):
Gtk.Entry.__init__(self)
... | Readon/mvpsample | src/gtkcustom.py | Python | lgpl-3.0 | 414 |
#!/bin/sh
cd bin
jar cvfe ../../../build/jar/plc.jar ru.dz.plc.PlcMain .
jar xvf ../lib/soot-2.5.0.jar
jar cvfe ../../../build/jar/jpc.jar ru.dz.soot.SootMain .
# cd ../lib
# jar uvfe ../../../build/jar/jpc.jar ru.dz.soot.SootMain ../lib/soot-2.5.0.jar
| dzavalishin/phantomuserland | tools/plc/mkjar.sh | Shell | lgpl-3.0 | 258 |
/*
gdb_hooks.h - Hooks for GDB Stub library
Copyright (c) 2018 Ivan Grokhotkov. All right reserved.
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
version 2.1 of the License, or... | anakod/Sming | Sming/System/include/gdb/gdb_hooks.h | C | lgpl-3.0 | 2,947 |
package fr.univmobile.mobileweb.it;
import static fr.univmobile.backend.core.impl.ConnectionType.MYSQL;
import static fr.univmobile.it.commons.AppiumCapabilityType.DEVICE;
import static fr.univmobile.it.commons.AppiumCapabilityType.DEVICE_NAME;
import static fr.univmobile.it.commons.AppiumCapabilityType.PLATFORM_NAME;... | univmobile/unm-mobileweb | unm-mobileweb-app-local-it/src/test/java/fr/univmobile/mobileweb/it/SimpleAppiumTest.java | Java | lgpl-3.0 | 3,078 |
# -*- coding: utf-8 -*-
import hashlib
import io
import struct
# default from KeePass2 source
BLOCK_LENGTH = 1024 * 1024
try:
file_types = (file, io.IOBase)
except NameError:
file_types = (io.IOBase,)
# HEADER_LENGTH = 4+32+4
def read_int(stream, length):
try:
return struct.unpack('<I', stream.r... | AlessandroZ/LaZagne | Windows/lazagne/softwares/memory/libkeepass/hbio.py | Python | lgpl-3.0 | 4,214 |
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
* and Distribution License("CDDL")... | B3Partners/b3p-commons-csw | src/main/jaxb/jaxb-ri-20090708/lib/jaxb-impl.src/com/sun/xml/bind/v2/model/runtime/RuntimeTypeInfo.java | Java | lgpl-3.0 | 2,170 |
###################################################################################
#
# Copyright (c) 2017-2019 MuK IT GmbH.
#
# This file is part of MuK Documents Access
# (see https://mukit.at).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Le... | muk-it/muk_dms | muk_dms_access/models/access_groups.py | Python | lgpl-3.0 | 1,927 |
<?php
namespace Cyantree\Grout\Checks;
use Cyantree\Grout\Checks\Check;
use Cyantree\Grout\Types\FileUpload;
class IsFile extends Check
{
public $id = 'isFile';
public function isValid($fileUploadOrPath)
{
if ($fileUploadOrPath instanceof FileUpload) {
if (!is_file($fileUploadOrPath->... | cyantree/grout-experimental | Checks/IsFile.php | PHP | lgpl-3.0 | 521 |
/***************************************************
*
* cismet GmbH, Saarbruecken, Germany
*
* ... and it just works.
*
****************************************************/
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package de.cismet.watergis.gui.d... | cismet/watergis-client | src/main/java/de/cismet/watergis/gui/dialog/ManageBookmarksDialog.java | Java | lgpl-3.0 | 18,326 |
namespace System
{
/**
* 系统总初始化函数
*/
export function Init()
{
let CreateProcess=ProcessCore.CreateProcessByCode;
let sign=CreateProcess(`
onmessage=function(){
for(let i=0;i<100;++i){console.log(i);}
postMessage({operation:"Post",data:{DestType:"System",... | gmono/PlOS | System/Init.ts | TypeScript | lgpl-3.0 | 532 |
var searchData=
[
['hisconst',['HISConst',['../namespaceglados_1_1loaders.html#ac429e94c883bc55092765c8bf14dbe29',1,'glados::loaders']]]
];
| HZDR-FWDF/RISA | docs/search/enums_2.js | JavaScript | lgpl-3.0 | 142 |
/**
Game Of Life (Display)
*/
#include "BlueDisplay.h"
#include "GameOfLife.h"
#include "main.h" // for StringBuffer
#include "timing.h"
#include "stdlib.h"
#include <stdio.h>
uint16_t generation = 0;
uint16_t drawcolor[5];
uint8_t (*frame)[GOL_Y_SIZE];
uint8_t alive(uint8_t x, uint8_t y) {
... | ArminJo/STMF3-Discovery-Demos | src/GameOfLife.cpp | C++ | lgpl-3.0 | 5,670 |
<?php
/*
* This file is part of the foomo Opensource Framework.
*
* The foomo Opensource Framework 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 version 3 of the
* License, or (at your... | foomo/Foomo | tests/Foomo/MVC/Mock/Frontend/Controller/ActionFoo.php | PHP | lgpl-3.0 | 1,105 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace OpenMI.Standard2.SuggestedChanges.Space
{
public interface ISpaceOutput : ISpaceExchangeItemNew
{
///<summary>
/// Overridden version of the <see cref="IBaseOutput.GetV... | cbuahin/OpenMI | Source/csharp/OpenMI.Standard2/SuggestedChanges/Space/ISpaceOutput.cs | C# | lgpl-3.0 | 582 |
/*
* SonarLint for Visual Studio
* Copyright (C) 2015 SonarSource
* sonarqube@googlegroups.com
*
* This program 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
* version 3 of the License... | peterstevens130561/sonarlint-vs | src/SonarLint/Rules/RedundantParentheses.cs | C# | lgpl-3.0 | 3,725 |
#
# The videos were made with QuickTime on OS X, default
# settings, except with the internal microphone turned off.
#
# QuickTime produces H.264 codec quicktime vidoes (*.mov).
# QuickTime does export into other formats, but they are all H.264.
# For cross browser compatability (as of Feb. 2012), one must
# provid... | bvds/andes | review/tutorial-videos/Makefile | Makefile | lgpl-3.0 | 1,274 |
endor_arachne_webmaster_lair_neutral_small = Lair:new {
mobiles = {},
spawnLimit = 15,
buildingsVeryEasy = {},
buildingsEasy = {},
buildingsMedium = {},
buildingsHard = {},
buildingsVeryHard = {},
}
addLairTemplate("endor_arachne_webmaster_lair_neutral_small", endor_arachne_webmaster_lair_neutral_small)
| kidaa/Awakening-Core3 | bin/scripts/mobile/lair/creature_lair/endor_arachne_webmaster_lair_neutral_small.lua | Lua | lgpl-3.0 | 313 |
global_brigand_highwayman_camp_neutral_large_theater = Lair:new {
mobiles = {},
spawnLimit = 15,
buildingsVeryEasy = {},
buildingsEasy = {},
buildingsMedium = {},
buildingsHard = {},
buildingsVeryHard = {},
}
addLairTemplate("global_brigand_highwayman_camp_neutral_large_theater", global_brigand_highwayman_camp_... | kidaa/Awakening-Core3 | bin/scripts/mobile/lair/npc_theater/global_brigand_highwayman_camp_neutral_large_theater.lua | Lua | lgpl-3.0 | 343 |
<?php
use ch\hnm\util\n2n\textblocks\model\TextBlockExportForm;
use n2n\impl\web\ui\view\html\HtmlView;
use n2n\l10n\Message;
$view = HtmlView::view($view);
$html = HtmlView::html($view);
$formHtml = HtmlView::formHtml($view);
$textBlockExportForm = $view->getParam('textBlockExportForm');
$view->as... | hnm/ch-hnm-util | src/app/ch/hnm/util/n2n/textblocks/view/export.html.php | PHP | lgpl-3.0 | 2,170 |
/******************************************************************************
* Copyright (C) 2015 by Ralf Kaestner *
* ralf.kaestner@gmail.com *
* *
... | ethz-asl/ros-rqt-multiplot-plugin | src/rqt_multiplot/PlotTableConfigWidget.cpp | C++ | lgpl-3.0 | 13,941 |
/*
* Warning: Do not edit this file. It was automatically
* generated by 'beam_makeops' on Mon Jan 19 19:23:03 2015.
*/
#ifndef __OPCODES_H__
#define __OPCODES_H__
#define BEAM_FORMAT_NUMBER 0
#define MAX_GENERIC_OPCODE 148
#define NUM_GENERIC_OPS 319
#define NUM_SPECIFIC_OPS 429
#ifdef ARCH_64
# define BEAM_... | olikasg/erlang-scala-metrics | otp_src_R12B-5/erts/emulator/i386-apple-darwin14.0.0/opt/smp/beam_opcodes.h | C | lgpl-3.0 | 95,471 |
/*
* @(#)SwatchPanel.java 1.0 30 March 2005
*
* Copyright (c) 2004 Werner Randelshofer
* Staldenmattweg 2, Immensee, CH-6405, Switzerland.
* All rights reserved.
*
* This software is the confidential and proprietary information of
* Werner Randelshofer. ("Confidential Information"). You shall not
* disclose... | Depter/JRLib | NetbeansProject/jreserve-dummy/substance/src/main/java/org/pushingpixels/substance/internal/contrib/randelshofer/quaqua/colorchooser/SwatchPanel.java | Java | lgpl-3.0 | 5,863 |
package com.ToxicBakery.libs.jlibewf.section;
import com.ToxicBakery.libs.jlibewf.EWFIOException;
import com.ToxicBakery.libs.jlibewf.EWFSection;
import com.ToxicBakery.libs.jlibewf.EWFSegmentFileReader;
import java.io.File;
import java.io.IOException;
/**
* An implementation of the table section portion of a secti... | ToxicBakery/jlibewf | library/src/main/java/com/ToxicBakery/libs/jlibewf/section/TableSection.java | Java | lgpl-3.0 | 3,217 |
package net.shadowfacts.shadowmc.ui.element.button;
import lombok.Setter;
import net.shadowfacts.shadowmc.ui.UIDimensions;
import net.shadowfacts.shadowmc.ui.style.UIAttribute;
import net.shadowfacts.shadowmc.ui.util.UIHelper;
import net.shadowfacts.shadowmc.util.MouseButton;
import java.util.function.BiFunction;
/*... | shadowfacts/ShadowMC | src/main/java/net/shadowfacts/shadowmc/ui/element/button/UIButtonText.java | Java | lgpl-3.0 | 1,381 |
//
// This program 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 version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it wil... | TUM-LIS/nocbscsim | omnetpp/src/LISNoCBaseModule.h | C | lgpl-3.0 | 2,842 |
<!DOCTYPE html>
<html dir="ltr">
<head>
<title>Schwermetalle in Moosen</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body contenteditable="true">
<div><h1><font face="Verdana">Schwermetalle in Moosen</font></h1>... | cismet/cids-custom-udm2020-di | src/main/resources/de/cismet/cids/custom/udm2020di/description/moss/index.html | HTML | lgpl-3.0 | 1,954 |
package net.lomeli.augment.inventory;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.entity.player.InventoryPlayer;
import net.minecraft.inventory.Container;
import net.minecraft.inventory.Slot;
import net.minecraft.item.ItemStack;
import net.lomeli.lomlib.util.ItemUtil;
import net.lomeli.augm... | Lomeli12/Augmented-Accessories | src/main/java/net/lomeli/augment/inventory/ContainerBase.java | Java | lgpl-3.0 | 3,424 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns='http://www.w3.org/1999/xhtml' lang='he' dir='rtl'>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=windows-1255' />
<meta http-equiv='Content-Script-Type' content=... | erelsgl/erel-sites | tnk1/ljon/jorj/qle2.html | HTML | lgpl-3.0 | 2,791 |
// -*- mode: C++; c-file-style: "cc-mode" -*-
//*************************************************************************
// DESCRIPTION: Verilator: Add C++ casts across expression size changes
//
// Code available from: https://verilator.org
//
//************************************************************************... | verilator/verilator | src/V3Cast.cpp | C++ | lgpl-3.0 | 7,877 |
#region LGPL License
/*----------------------------------------------------------------------------
* This file (Tests\CK.Javascript.Tests\WithGlobalContext.cs) is part of CiviKey.
*
* CiviKey is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as pu... | Invenietis/ck-javascript | Tests/CK.Javascript.Tests/WithGlobalContext.cs | C# | lgpl-3.0 | 3,718 |
package cz.cvut.felk.cig.jcool.benchmark.method.cmaes;
import org.apache.commons.math.linear.MatrixUtils;
import org.ytoh.configurations.annotations.Component;
/**
* @author sulcanto
*/
@Component(name = "History IPOP-CMA-ES: Increasing Population Covariance Matrix Adaptation Evolution Strategy")
public class Sigma... | dhonza/JCOOL | jcool/benchmark/src/main/java/cz/cvut/felk/cig/jcool/benchmark/method/cmaes/SigmaMeanIPOPCMAESMethod.java | Java | lgpl-3.0 | 805 |
package com.nullpointers.pathpointer;
/**
* An immutable class to represent a time.
* A time is made of hours and minutes.
* 24 hour system.
*/
class Time {
private final int hour;
private final int minute;
/** Returns a time corresponding to midnight */
private Time() {
hour = 0;
... | jfucci/PathPointerRPI | app/src/main/java/com/nullpointers/pathpointer/Time.java | Java | lgpl-3.0 | 2,238 |
"""
-----------------------------------------------------------------------------
This source file is part of OSTIS (Open Semantic Technology for Intelligent Systems)
For the latest info, see http://www.ostis.net
Copyright (c) 2010 OSTIS
OSTIS is free software: you can redistribute it and/or modify
it under the ter... | laz2/sc-core | bindings/python/sc_core/pm_test.py | Python | lgpl-3.0 | 3,358 |
Directory structure
===================
- The directory `src` contains the Visual Studio solution with the actual source code.
- The directory `lib` contains pre-compiled 3rd party libraries which are not available via NuGet.
- The directory `doc` contains scripts for generating source code and developer document... | clawplach/0install-win | README.md | Markdown | lgpl-3.0 | 3,048 |
// This file is part of rgtk.
//
// rgtk 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 version 3 of the License, or
// (at your option) any later version.
//
// rgtk is distributed in the hop... | jeremyletang/rgtk | src/gtk/traits/scale_button.rs | Rust | lgpl-3.0 | 1,610 |
package co.codewizards.cloudstore.core.collection;
import static co.codewizards.cloudstore.core.util.Util.*;
import static java.util.Objects.*;
import java.io.Serializable;
import java.lang.ref.Reference;
import java.lang.ref.ReferenceQueue;
import java.lang.ref.WeakReference;
import java.lang.reflect.Array;
import j... | cloudstore/cloudstore | co.codewizards.cloudstore.core/src/main/java/co/codewizards/cloudstore/core/collection/WeakIdentityHashMap.java | Java | lgpl-3.0 | 7,785 |
# Copyright 2019 Rafis Bikbov <https://it-projects.info/team/RafiZz>
# Copyright 2019 Alexandr Kolushov <https://it-projects.info/team/KolushovAlexandr>
# Copyright 2019 Eugene Molotov <https://it-projects.info/team/em230418>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
import logging
from odo... | yelizariev/addons-yelizariev | ir_attachment_url/tests/test_product_tmpl_image.py | Python | lgpl-3.0 | 3,397 |
# coding: utf-8
# <pycompressor - compress and merge static files (css,js) in html files>
# Copyright (C) <2012> Marcel Nicolay <marcel.nicolay@gmail.com>
#
# This program 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 So... | marcelnicolay/pycompressor | compressor/cli.py | Python | lgpl-3.0 | 2,967 |
// Copyright (C) 2012 Corrado Maurini
//
// This file is part of DOLFIN.
//
// DOLFIN 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 version 3 of the License, or
// (at your option) any later ... | FEniCS/dolfin | dolfin/nls/TAOLinearBoundSolver.cpp | C++ | lgpl-3.0 | 18,237 |
<?php
/**
* [ADMIN] ブログカテゴリ 一覧
*
* baserCMS : Based Website Development Project <http://basercms.net>
* Copyright 2008 - 2015, baserCMS Users Community <http://sites.google.com/site/baserusers/>
*
* @copyright Copyright 2008 - 2015, baserCMS Users Community
* @link http://basercms.net baserCMS Project
* @pa... | kiyosue/ECbaser | html/basercms/lib/Baser/Plugin/Blog/View/BlogCategories/admin/index.php | PHP | lgpl-3.0 | 2,690 |
/*
Copyright 2006 Jerry Huxtable
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
d... | meteoinfo/meteoinfolib | src/org/meteoinfo/image/filter/MaskFilter.java | Java | lgpl-3.0 | 1,140 |
<?php
namespace Dealer\Model\Base;
use \Exception;
use \PDO;
use Dealer\Model\DealerContent as ChildDealerContent;
use Dealer\Model\DealerContentQuery as ChildDealerContentQuery;
use Dealer\Model\Map\DealerContentTableMap;
use Propel\Runtime\Propel;
use Propel\Runtime\ActiveQuery\Criteria;
use Propel\Runtime\ActiveQu... | thelia-modules/Dealer | Model/Base/DealerContentQuery.php | PHP | lgpl-3.0 | 41,741 |
/* mdb.c
Server-specific in-memory database support. */
/*
* Copyright (c) 2011-2014 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 2004-2009 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1996-2003 by Internet Software Consortium
*
* Permission to use, copy, modify, and distribute... | jpereira/isc-dhp-relay | dhcp-4.3.1/server/mdb.c | C | lgpl-3.0 | 89,320 |
from django.db import models
class Channel(models.Model):
channel_id = models.CharField(max_length=50, unique=True)
channel_name = models.CharField(max_length=50, null=True, blank=True)
rtmp_url = models.CharField(max_length=100, null=True, blank=True)
active = models.IntegerField(null=True, blank=Tru... | xahhy/Django-vod | epg/models.py | Python | lgpl-3.0 | 1,604 |
/*
* Low level reading functions
*
* Copyright (c) 2006-2009, Joachim Metz <forensics@hoffmannbv.nl>,
* Hoffmann Investigations.
*
* Refer to AUTHORS for acknowledgements.
*
* This software is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as ... | jonstewart/libewf | libewf/libewf_read_io_handle.c | C | lgpl-3.0 | 23,584 |
/*
Copyright 2013-2021 Paul Colby
This file is part of QtAws.
QtAws 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 version 3 of the License, or
(at your option) any later v... | pcolby/libqtaws | src/alexaforbusiness/deleteroomresponse_p.h | C | lgpl-3.0 | 1,299 |
package com.bsgcoach.reports.fir;
import javax.annotation.concurrent.NotThreadSafe;
import de.invesdwin.util.bean.AValueObject;
import de.invesdwin.util.math.decimal.Decimal;
@NotThreadSafe
public class IncomeStatement extends AValueObject {
// Net Revenues
private Decimal netRevenues;
// Cost of ... | subes/invesdwin-nowicket | invesdwin-nowicket-examples/invesdwin-nowicket-examples-mvp-bsgcoach/src/main/java/com/bsgcoach/reports/fir/IncomeStatement.java | Java | lgpl-3.0 | 2,866 |
/****************************************************
Statistics Online Computational Resource (SOCR)
http://www.StatisticsResource.org
All SOCR programs, materials, tools and resources are developed by and freely disseminated to the entire community.
Users may revise, extend, redistribute, modify under the term... | SOCR/HTML5_WebSite | SOCR2.8/src/edu/ucla/stat/SOCR/util/CurvedGaussian.java | Java | lgpl-3.0 | 6,984 |
/**********
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 version 3 of the License, or (at your
option) any later version. (See <http://www.gnu.org/copyleft/lesser.html>.)
This librar... | k0zmo/live555 | liveMedia/include/SRTPCryptographicContext.hh | C++ | lgpl-3.0 | 5,825 |
module Com
module Model::MetaColumn
extend ActiveSupport::Concern
included do
attribute :record_name, :string, index: true
attribute :column_name, :string
attribute :sql_type, :string
attribute :column_type, :string
attribute :column_limit, :integer
attribute :comment, :st... | qinmingyuan/rails_com | app/models/com/model/meta_column.rb | Ruby | lgpl-3.0 | 1,008 |
/*
* Copyright (C) 2003-2019 eXo Platform SAS.
*
* 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 later version.
*
* This... | exodev/social | component/core/src/test/java/org/exoplatform/social/core/processor/MentionsProcessorTest.java | Java | lgpl-3.0 | 5,645 |
// Created file "Lib\src\Uuid\X64\ieguids"
typedef struct _GUID
{
unsigned long Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
extern const GUID name = { l, w1, w2, { b1, b2, b3, b4, ... | Frankie-PellesC/fSDK | Lib/src/Uuid/X64/ieguids0000005D.c | C | lgpl-3.0 | 464 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>src/ui/react/src/components/buttons/button-table-row.jsx - alloyeditor</title>
<!-- Favicon -->
<link rel="shortcut icon" type="image/png" href="../assets/favicon.ico">
<!-- CSS -->
<link rel="stylesheet" href="../assets/ve... | silvaemota/alloy-editor | api/files/src_ui_react_src_components_buttons_button-table-row.jsx.html | HTML | lgpl-3.0 | 20,170 |
#
# SonarQube, open source software quality management tool.
# Copyright (C) 2008-2014 SonarSource
# mailto:contact AT sonarsource DOT com
#
# SonarQube 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; e... | teryk/sonarqube | server/sonar-web/src/main/webapp/WEB-INF/app/controllers/api/sources_controller.rb | Ruby | lgpl-3.0 | 2,086 |
// CKView.cpp : implementation of the CKView class
//
#include "stdafx.h"
#include ".\CApp.h"
#include ".\CDoc.h"
#include ".\CKView.h"
#include ".\CAView.h"
#include ".\CKeyManagerDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CKView
IMPLEMENT_DYNCREATE(CKView, CTreeView)
// CKView diagnostics
#ifdef _DEBU... | zendive/file-key-search | CKView.cpp | C++ | lgpl-3.0 | 7,887 |
/* Copyright (2007-2012) Schibsted ASA
* This file is part of Possom.
*
* Possom 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 version 3 of the License, or
* (at your option) an... | michaelsembwever/Sesat | generic.sesam/search-command-control/fast/src/main/java/no/sesat/search/mode/command/NewsMyNewsSearchCommand.java | Java | lgpl-3.0 | 6,705 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_26) on Sun Dec 22 15:55:57 GMT 2013 -->
<TITLE>
Uses of Class org.lwjgl.opengl.ARBExplicitUniformLocation (LWJGL API)
</TITLE>
<META NAME="date" CON... | GokulEvuri/VenganceRabbit | lib/Docs/javadoc/org/lwjgl/opengl/class-use/ARBExplicitUniformLocation.html | HTML | lgpl-3.0 | 6,012 |
from __future__ import annotations
from decimal import Decimal
from typing import (
Any,
Mapping,
Sequence,
)
import uuid
from pprint import pprint
import pytest
from ai.backend.common.docker import ImageRef
from ai.backend.common.types import (
AccessKey, AgentId, KernelId,
ResourceSlot, Session... | lablup/sorna-manager | tests/manager/test_scheduler.py | Python | lgpl-3.0 | 16,173 |
//////////////////////////////////////////////////////////////////////////////////////
// //
// Copyright (c) 2016-2017 Leonardo Consoni <consoni_2519@hotmail.com> //
// ... | Bitiquinho/Robot-Control-OpenSim | sensors.h | C | lgpl-3.0 | 7,676 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.