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
<?php /* Rafael Torres 11/19/2014 This php file will modify the raw stock data files and append the stock ticker inforation to allow easy entry into the database as a .csv file. Files should be located in the files folder after having executed stockpull.php. */ $dir = "../historical_upload/files/...
ArunawayNERD/SimulatedStockTradingSystem
historical_upload/histpars.php
PHP
gpl-3.0
693
/* Pokémon neo ------------------------------ file : font.h author : Philip Wellnitz description : Consult corresponding source file. Copyright (C) 2012 - 2020 Philip Wellnitz This file is part of Pokémon neo. Pokémon neo is free software: you can redistribute it and/or modify it under the terms of the ...
PH111P/perm2
P-Emerald_2/arm9/include/font.h
C
gpl-3.0
9,264
/* * GIFs2PNG, a free tool for merge GIF images with his masks and save into PNG * This is a part of the Platformer Game Engine by Wohlstand, a free platform for game making * Copyright (c) 2017 Vitaly Novichkov <admin@wohlnet.ru> * * This program is free software: you can redistribute it and/or modify * it under...
jpmac26/PGE-Project
GIFs2PNG/gifs2png.cpp
C++
gpl-3.0
14,999
/* * GNU GENERAL LICENSE * Copyright (C) 2014 - 2021 Lobo Evolution * * 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 * verion 3 of the License, or (at your option) any later versi...
oswetto/LoboEvolution
LoboW3C/src/main/java/org/loboevolution/html/node/js/WindowBase64.java
Java
gpl-3.0
1,264
package org.mivotocuenta.server.beans; import java.io.Serializable; import java.util.Date; import javax.jdo.annotations.IdGeneratorStrategy; import javax.jdo.annotations.NotPersistent; import javax.jdo.annotations.PersistenceCapable; import javax.jdo.annotations.Persistent; import javax.jdo.annotations.PrimaryKey; @...
jofrantoba/mivotocuenta
src/org/mivotocuenta/server/beans/Conteo.java
Java
gpl-3.0
1,758
package cn.exrick.sso.service; import cn.exrick.manager.dto.front.Order; import cn.exrick.manager.dto.front.OrderInfo; import cn.exrick.manager.dto.front.PageOrder; import cn.exrick.manager.pojo.TbThanks; import java.util.List; /** * @author Exrickx */ public interface OrderService { /** * 分页获得用户订单 ...
Exrick/xmall
xmall-sso/xmall-sso-interface/src/main/java/cn/exrick/sso/service/OrderService.java
Java
gpl-3.0
1,055
var mysql = require('mysql') var state = { pool: null } exports.connect = function(done) { state.pool = mysql.createPool({ host: 'keeporselldbinstance.cuvbt4xyyhf3.us-west-2.rds.amazonaws.com', user: 'keeporsell', password: 'keeporsell', database: 'keeporsell' }) done()...
akshatsinha/keeporsell
lib/db.js
JavaScript
gpl-3.0
375
# import libraries import math import random import pygame from pygame.locals import * pygame.init() pygame.mixer.init() width, height = 800, 600 screen = pygame.display.set_mode((width, height)) keys = [False, False, False, False] player = [100, 520] invaders = [] bullets = [] bombs = [] rockets = [] rocketpieces =...
vlna/another-py-invaders
another-py-invaders.py
Python
gpl-3.0
3,451
/******************************************************************************* * 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...
WorldGrower/WorldGrower
src/org/worldgrower/gui/util/DocumentIntFilter.java
Java
gpl-3.0
2,812
#pragma once #include "../GUIFactory.h" class GfxAssetCombiner : public Texturizable { public: GfxAssetCombiner(GUIFactory* factory); virtual ~GfxAssetCombiner(); //unique_ptr<GraphicsAsset> combine(GraphicsAsset* asset1, GraphicsAsset* asset2); unique_ptr<GraphicsAsset> combine(Sprite* sprite1, Sprite* sprite2);...
TheDizzler/DXTKGui
Effects/GfxAssetCombiner.h
C
gpl-3.0
809
/* Copyright (c) 2001-2011, The HSQL Development Group * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this * list...
ferquies/2dam
AD/Tema 2/hsqldb-2.3.1/hsqldb/src/org/hsqldb/persist/RowStoreAVLHybridExtended.java
Java
gpl-3.0
7,504
var selectdb = require('./selectDB'), accounts, DBPATIENTS = 0, DBDOCTORS = 1, DBPLANNERS = 2, DBADMINS = 3; var certAutoLogin = function(dni, db, callback){ 'use strict'; accounts = selectdb.selectDataBase(db); accounts.findOne({dni:dni}, function(e, o) { if (o){ ...
BorjaPintos/mini-hospital
lib/loginCert.js
JavaScript
gpl-3.0
899
// Copyright (C) 2016 Andrea Esuli // http://www.esuli.it // // 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. // // T...
aesuli/Scheggia
Scheggia/src/Esuli/Scheggia/Enumerators/CutoffPostingEnumerator.cs
C#
gpl-3.0
3,151
local ITEM = {} local WEAPON = {} ITEM.ID = "skullwep" ITEM.Name = "Human Skull" ITEM.ClassSpawn = "Engineer" ITEM.Scrap = 70 ITEM.Small_Parts = 5 ITEM.Chemicals = 0 ITEM.Chance = 100 ITEM.Info = "A Human Skull, Where did you get one of these you sick fuck ?" ITEM.Type = "melee" ITEM.Remove = true ITE...
AndyClausen/PNRP_HazG
postnukerp/Gamemode/items/melee_code/melee_blunt/skullwep.lua
Lua
gpl-3.0
1,248
package me.deftware.mixin.mixins; import javax.annotation.Nullable; import org.lwjgl.input.Keyboard; import org.lwjgl.input.Mouse; import org.lwjgl.opengl.Display; import org.spongepowered.asm.mixin.Final; import org.spongepowered.asm.mixin.Mixin; import org.spongepowered.asm.mixin.Mutable; import org.spongepowered.a...
Moudoux/EMC
src/main/java/me/deftware/mixin/mixins/MixinMinecraft.java
Java
gpl-3.0
4,168
package ch.jcsinfo.file; /** * Exception de fichier. * * @author jcstritt */ public class FileException extends Exception { private static final long serialVersionUID = 1L; /** * Constructor. * * @param className the class name * @param methodName the methodName * @param msg th...
emfinfo/basiclib
src/main/java/ch/jcsinfo/file/FileException.java
Java
gpl-3.0
686
/* * Copyright (c) 2013 Mark Travis <mtravis15432+src@gmail.com> * All rights reserved. No warranty, explicit or implicit, provided. * * This file is part of InfiniSQL(tm). * InfiniSQL is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 * as ...
infinisql/infinisql
infinisqld/larx.h
C
gpl-3.0
1,754
<!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"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>SUMO - Simulation of Urban MObility: NIVissimSingleTypeParser_Zeitschri...
smendez-hi/SUMO-hib
docs/doxygen/d9/d91/_n_i_vissim_single_type_parser___zeitschrittfaktor_8h_source.html
HTML
gpl-3.0
8,381
package com.example.exerciciowidgetum; import android.os.Bundle; import android.app.Activity; import android.graphics.Color; import android.view.Menu; import android.view.View; import android.view.View.OnClickListener; import android.widget.ImageButton; import android.widget.TextView; import android.widget.Button; imp...
luizantonio/ProjetoAvancadoSoftware2
ExercicioWidgetUm/src/com/example/exerciciowidgetum/MainActivity.java
Java
gpl-3.0
5,752
{% if threads.length %} {% include "./_list.html" %} {% else %} <div class="row"> <div class="col-xs-12 col-sm-12 col-md-12"> <p class="text-center text-danger"> 尚无新帖发表! </p> </div> </div> {% endif %}
calidion/server.xiv.im
lib/v2/views/site/thread/list.html
HTML
gpl-3.0
233
# The set of languages for which implicit dependencies are needed: set(CMAKE_DEPENDS_LANGUAGES "CXX" ) # The set of files for implicit dependencies of each language: set(CMAKE_DEPENDS_CHECK_CXX "/home/matt/Dropbox/git/gol3d/src/Application.cpp" "/home/matt/Dropbox/git/gol3d/cmake-build-debug/CMakeFiles/gol3d.dir/...
heyitsguay/gol3d
cmake-build-debug/CMakeFiles/gol3d.dir/DependInfo.cmake
CMake
gpl-3.0
2,454
/***********************************************************************/ /** * @class GR * Johnny Hausman <johnny@appdevdesigns.net> * * Dependencies: * - async * - ad-utils */ var GR = function (opts, testAD) { var defaults = { grBase: 'http://global.registry.com/', accessToken: 'no...
appdevdesigns/globalRegistry-api
globalRegistry-api.js
JavaScript
gpl-3.0
21,811
package gostuff import ( "fmt" "log" "os" "os/exec" "runtime" ) //exports database(without Grandmaster games) to an .sql file as a hot backup //@param isTemplate If true then export template database func ExportDatabase(isTemplate bool) { problems, _ := os.OpenFile("logs/errors.txt", os.O_APPEND|os.O_WRONLY, 0...
jonpchin/GoChess
gostuff/backup.go
GO
gpl-3.0
2,823
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.17929 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //--...
zkemble/AVR-USB-RGB-LED-Controller
examples/win/rgbled/src/rgbled/Properties/Resources.Designer.cs
C#
gpl-3.0
2,777
/******************************************************************************* * * Copyright (C) 2014-2018 Greg McGarragh <mcgarragh@atm.ox.ac.uk> * * This source code is licensed under the GNU General Public License (GPL), * Version 3. See the file COPYING for more details. * ***********************...
gmcgarragh/seviri_native_util
read_write_nat.h
C
gpl-3.0
1,264
<!DOCTYPE html> <!-- This has to come before any comments (or anything else). Otherwise it kills IE --> <!-- Copyright 2013 Tauran Wood --> <!-- 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, eit...
meebee70/abe-site
b829/aberhart/departments/athletics/teams/field-hockey.html
HTML
gpl-3.0
2,390
""" Configuration and utilities for all the X509 unit tests """ import os import sys from datetime import datetime from pytest import fixture # We use certificates stored in the same folder as this test file CERTDIR = os.path.join(os.path.dirname(__file__), "certs") HOSTCERT = os.path.join(CERTDIR, "host/hostcert.pem...
DIRACGrid/DIRAC
src/DIRAC/Core/Security/test/x509TestUtilities.py
Python
gpl-3.0
17,182
<?php namespace ApacheSolrForTypo3\Solr\Controller\Backend\Search; /* * This file is part of the TYPO3 CMS project. * * It is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License, either version 2 * of the License, or any later version. * * For the full co...
dkd-kaehm/ext-solr
Classes/Controller/Backend/Search/CoreOptimizationModuleController.php
PHP
gpl-3.0
13,006
<?php /** * Event related classes */ namespace pocketmine\event; abstract class Event { /** * Any callable event must declare the static variable * * public static $handlerList = null; * public static $eventPool = []; * public static $nextEvent = 0; * * Not doing so will den...
ISRAPIL/FastCorePE
src/pocketmine/event/Event.php
PHP
gpl-3.0
1,548
using System; using System.ComponentModel; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using PropertyChanged; #pragma warning disable CS0067 namespace pEngine.Framework { /// <summary> /// pEngine framework base object. /// </summary> public ...
PizzaKun/pEngine
pEngine/Framework/pObject.cs
C#
gpl-3.0
1,563
#include "../../shogi.h" #ifdef YANEURAOU_CLASSIC_TCE_ENGINE // ----------------------- // やねうら王classic-tce探索部 // ----------------------- // 開発方針 // やねうら王classicからの改造 // 持ち時間制御(秒読み、フィッシャールールに対応)、ponderの機能を追加したものです。 // tce = time control enabledの意味 // mate1ply()を呼び出すのか #define USE_MATE_1PLY // futilityのmarginを動的...
nodchip/tanuki-
source/old_engines/engines/classic-tce-engine/classic-tce-search.cpp
C++
gpl-3.0
94,476
#pragma once #include <memory/AllocatorBundle.h> #include <memory/Config.h> #include <content/Texture.h> #include <components/Entities.h> #include <memory/StaticReferencedAllocator.h> #include <content/VertexTypes.h> #include "WorldMesh.h" #include <content/StaticMeshAllocator.h> #include "Waynet.h" #include <logic/Sc...
CppAndre/REGoth
src/engine/World.h
C
gpl-3.0
9,852
// Copyright 2014-2021, University of Colorado Boulder /** * A node that presents a graphical representation of an atom's configuration. It looks somewhat like a bar graph that * grows to the right except that the "bars" are actually lines of particles. * * @author John Blanco * @author Aadish Gupta */ import m...
phetsims/shred
js/view/ParticleCountDisplay.js
JavaScript
gpl-3.0
7,220
/* Copyright 2014-2019 Ian Tester This file is part of Photo Finish. Photo Finish 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. P...
Imroy/photofinish
include/Exception.hh
C++
gpl-3.0
8,241
//////////////////////////////////////////////////////////////////////////// // Created : 30.12.2009 // Author : Dmitriy Iassenev // Copyright (C) GSC Game World - 2009 //////////////////////////////////////////////////////////////////////////// #include "pch.h" #include "memory_leak_detector.h" #if XRAY_USE_MEMORY...
hpl1nk/nonamegame
xray/core/sources/memory_leak_detector.cpp
C++
gpl-3.0
8,745
var searchData= [ ['phy_2ed',['phy.d',['../phy_8d.html',1,'']]], ['phy_5fksz8051mll_2ed',['phy_ksz8051mll.d',['../phy__ksz8051mll_8d.html',1,'']]], ['pwr_2ec',['pwr.c',['../pwr_8c.html',1,'']]], ['pwr_2eh',['pwr.h',['../pwr_8h.html',1,'']]], ['pwr_5fcommon_5fall_2ec',['pwr_common_all.c',['../pwr__common__all_...
Aghosh993/TARS_codebase
libopencm3/doc/stm32f1/html/search/files_b.js
JavaScript
gpl-3.0
516
#pragma once /*************************************************************** * This source files comes from the xLights project * https://www.xlights.org * https://github.com/smeighan/xLights * See the github commit history for a record of contributing * developers. * Copyright claimed based on commit dates rec...
cjd/xLights
xLights/models/DMX/DmxMovingHead.h
C
gpl-3.0
2,595
using System; using System.Collections.Generic; using Server; using Server.Engines.PartySystem; using Server.Network; using Server.Items; using Server.Targeting; using Server.Spells.Necromancy; using Server.Spells.Fourth; using Server.Buff.Icons; namespace Server.Spells.Mysticism { public class CleansingWindsSpell...
GenerationOfWorlds/GOW
Scripts/Core/Stygian Abyss/Magic/Mysticism/CleansingWindsSpell.cs
C#
gpl-3.0
7,048
# CHANGELOG ULTIMATEIMMO FOR <a href="https://www.dolibarr.org">DOLIBARR ERP CRM</a> ## 1.0 Initial version
Darkjeff/immobilier
ChangeLog.md
Markdown
gpl-3.0
110
# Battery_script Small python script to check battery level and notify user if it is under a certain threshold with an alert. ## Usage Script can run only on OS X devices, since there are some calls to the osascript library. Script can be launched directly with the command <strong>python file.py [-b N,] [-c M,] [-s...
Diiaablo95/Battery_script
README.md
Markdown
gpl-3.0
1,658
//############################################################################ /*! @brief std::list<>のシリアライズ @ingroup SerializationStl @file list.h @author Yoshinori Tahara(Theoride Technology) @date 2016/09/07 Created */ /* © 2016 Theoride Technology (http://theolizer.c...
yossi-tahara/Theolizer
source/library/theolizer/list.h
C
gpl-3.0
7,020
# -*- coding: utf-8 -*- # * Copyright (C) 2012-2014 Croissance Commune # * Authors: # * Arezki Feth <f.a@majerti.fr>; # * Miotte Julien <j.m@majerti.fr>; # * TJEBBES Gaston <g.t@majerti.fr> # # This file is part of Autonomie : Progiciel de gestion de CAE. # # Autonomie is free software: you can red...
CroissanceCommune/autonomie
autonomie/models/options.py
Python
gpl-3.0
5,322
// // deskhare // Copyright (C) 2017 Richard Liebscher // // 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...
R1tschY/deskhare
plugins/xdg/parser/xbelreader.cpp
C++
gpl-3.0
2,544
import json from mflow_nodes.processors.base import BaseProcessor from mflow_nodes.stream_node import get_processor_function, get_receiver_function from mflow_nodes.node_manager import NodeManager def setup_file_writing_receiver(connect_address, output_filename): """ Setup a node that writis the message head...
datastreaming/mflow_nodes
tests/helpers.py
Python
gpl-3.0
1,389
package hu.gyulbro.webservice.controller; import hu.gyulbro.webservice.duplicate.UserBO; import hu.gyulbro.webservice.service.CheckExistingUsers; import hu.gyulbro.webservice.service.UserService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*; import ja...
Transfet/SamuEntropy
cs/NorbironSync/main/hu/gyulbro/webservice/controller/LoginController.java
Java
gpl-3.0
4,319
//------------------------------------------------------------------------------ // <auto-generated> // Dieser Code wurde von einem Tool generiert. // Laufzeitversion:4.0.30319.18408 // // Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn // der Code erneut gener...
EnricoBeltramo/ArduDebug
PC interface/Project/ArduDebug/GraphDisplay/GraficalDisplay/Properties/Settings.Designer.cs
C#
gpl-3.0
1,108
/** * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in w...
ErkiDerLoony/xpeter
lib/smack-3.2.1-source/org/jivesoftware/smackx/bytestreams/socks5/Socks5BytestreamManager.java
Java
gpl-3.0
30,850
/* Copyright 2016 SINTEF ICT, Applied Mathematics. This file is part of The Open Porous Media project (OPM). OPM 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...
joakim-hove/opm-upscaling
tests/common/test_gravitypressure.cpp
C++
gpl-3.0
13,120
body{ background-color: #055375; } ol{ padding: 50px 100px 50px 100px; margin:50px 100px 50px 100px; } ol li{ background-color: firebrick; }
techlearning8/learning
HTML/My Learning/Assignments/Timeline/timeline1.css
CSS
gpl-3.0
173
package com.michaelhoffmantech.recipemanager.recipedataservice.domain; // Generated Feb 13, 2017 4:02:01 PM by Hibernate Tools 5.2.0.CR1 import java.util.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.GeneratedValue; import...
mikevoxcap/recipe-data-service
src/main/java/com/michaelhoffmantech/recipemanager/recipedataservice/domain/RecipeAttribute.java
Java
gpl-3.0
3,412
var React = require('react'); var Bootstrap = require('react-bootstrap'); var Network = require('../network'); var connect = require('react-redux').connect; var ReactDOM = require('react-dom'); var Triggers = React.createClass({ getInitialState: function () { return {triggers: [], operators: {'lt': '<', 'g...
VapourApps/va_master
va_dashboard/src/tabs/triggers.js
JavaScript
gpl-3.0
16,269
/* Copyright (c) 1997-1999 Miller Puckette. * For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. */ /* my_numbox.c written by Thomas Musil (c) IEM KUG Graz Austria 2000-2001 */ #include <stdlib.h> #include <string.h> #include <st...
rvega/morphasynth
vendors/pd-extended-0.43.4/pd/src/g_numbox.c
C
gpl-3.0
30,156
{% extends 'base.html' %} {% load widget_tweaks %} {%block styles %}<link rel="stylesheet" href="{{STATIC_URL}}css/login.css">{%endblock%} {% block body_class %}login{%endblock%} {% block h1 %}Acceso{%endblock%} {% block contenido %} <div class="login-box"> <div class="login-icono"> <figure> <img src="{{STAT...
PanuWeb/greco_socios
greco_socios/templates/reset-confirm-done.html
HTML
gpl-3.0
717
-- Add buildactions to path premake.path = premake.path..";utils/buildactions" require "compose_files" require "install_data" require "install_resources" require "install_cef" require "install_discord" require "install_unifont" -- Set CI Build global local ci = os.getenv("CI") if ci and ci:lower() == "true" then CI_B...
huncrys/mtasa-blue
premake5.lua
Lua
gpl-3.0
4,127
<?php /******************************************************************************* Version: 1.0 ($Rev: 152 $) Website: http://sourceforge.net/projects/simplehtmldom/ Author: S.C. Chen (me578022@gmail.com) Acknowledge: Jose Solorzano (https://sourceforge.net/projects/php-html/) Contributions by: Yousuke Kumakura (At...
shannah/swete
swete-admin/lib/simple_html_dom.php
PHP
gpl-3.0
30,855
/* * Copyright (C) 2013 SLUB Dresden * * 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 distr...
qucosa/qucosa-webapi
src/test/java/de/qucosa/fedora/FedoraRepositoryTest.java
Java
gpl-3.0
5,903
<!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <style> table.head, table.foot { width: 100%; } td.head-rtitle, td.foot-os { text-align: right; } td.head-vol { text-align: center; } table.foot td { width: 50%; } table.head td { width: 33%; } div.spacer { margin: 1em 0; } </style> <title> Mono(Mono 1.1.x)</title> ...
fusion809/fusion809.github.io-old
man/monodis.1.html
HTML
gpl-3.0
6,873
/* Copyright (C) 2010 Aurelien Da Campo 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 distribu...
sergeyk93/tdai-finalproject
src/vues/commun/TableCellRenderer_Image.java
Java
gpl-3.0
3,372
#!/usr/bin/env python3 # Copyright 2016, 2017 Andrew Conrad # # 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 ...
her001/tmdrv
tmdrv.py
Python
gpl-3.0
3,992
/* Developed by Sandeep Sharma and Garnet K.-L. Chan, 2012 Copyright (c) 2012, Garnet K.-L. Chan This pro...
sanshar/StackBlock
readinput.C
C++
gpl-3.0
2,882
/* * Copyright (C) 2017 Josua Frank * * 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 2 * of the License, or (at your option) any later version. * * This program is distri...
Sharknoon/dfMASTER
dfMASTER/src/main/java/dfmaster/xml/validation/types/characters/IDREFS.java
Java
gpl-3.0
1,168
using System.Windows.Input; using Rubberduck.Parsing.VBA; using Rubberduck.UI.Command.MenuItems.ParentMenus; namespace Rubberduck.UI.Command.MenuItems { public class FindAllImplementationsCommandMenuItem : CommandMenuItemBase { public FindAllImplementationsCommandMenuItem(CommandBase command) : base(co...
kerzhaw/Rubberduck
RetailCoder.VBE/UI/Command/MenuItems/FindAllImplementationsCommandMenuItem.cs
C#
gpl-3.0
712
#include <iostream> #include <cstdio> #include <algorithm> using namespace std; int main() { long long i,j; while(scanf("%d %d\n",&i,&j) != EOF) { long long ic=1,jc=1; cin>>i>>j; long long temp =i; while(temp!=1) { if(temp%2 != 0) { ...
divyanshgaba/Competitive-Coding
The 3n + 1 problem/main.cpp
C++
gpl-3.0
890
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Bitcoin Blocks</title> <link rel="stylesheet" type="text/css" href="../shared-html5/css/bitmaps.css"> <script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="../shared-html5/js/reconnecting-web...
robmyers/blockchain-aesthetics
bitcoin-html5/blocks-bitmaps.html
HTML
gpl-3.0
676
package com.jackwilsdon.PvPoints; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.List; import java.util.Map; import org.bukkit.ChatColor; import org.bukkit.command.Command; import org.bukkit.command.CommandExecutor; import org.bukkit.command.CommandSender; import o...
jackwilsdon/PvPoints
src/com/jackwilsdon/PvPoints/PvPointsCommandExecutor.java
Java
gpl-3.0
9,585
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>FACILITY_Academy</title> <style> body{ font-family: 'Electrolize'; background-image: url(https://raw.githubusercontent.com/namhyein/CURLY-FORTNIGHT/master/main/image/02.jpeg); background-size: 100%; background-repeat: no-repeat; background-...
namhyein/CURLY-FORTNIGHT
introduction/src/5_Facility/04.html
HTML
gpl-3.0
7,963
/* * R Cloud - R-based Cloud Platform for Computational Research * at EMBL-EBI (European Bioinformatics Institute) * * Copyright (C) 2007-2015 European Bioinformatics Institute * Copyright (C) 2009-2015 Andrew Tikhonov - andrew.tikhonov@gmail.com * Copyright (C) 2007-2009 Karim Chine - karim.chine@m4x.org * * T...
andrewtikhonov/RCloud
rcloud-server/src/main/java/uk/ac/ebi/rcloud/server/cluster/Cluster.java
Java
gpl-3.0
1,727
RENAME TABLE cdus TO categorias; ALTER TABLE livros_categorias CHANGE COLUMN cdu categoria INT;
DriwFS/Livraria
doc/SQL Updates/rev36.sql
SQL
gpl-3.0
100
package config import "golang.org/x/xerrors" // JSONLoader loads configuration type JSONLoader struct { } // Load load the configuration JSON file specified by path arg. func (c JSONLoader) Load(_, _, _ string) (err error) { return xerrors.New("Not implement yet") }
future-architect/vuls
config/jsonloader.go
GO
gpl-3.0
271
package com.github.angerona.fw.gui.report; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import com.github.angerona.fw.gui.base.Presenter; import com.github.angerona.fw.report.Report; import com.github.angerona.fw.report.ReportListener; /** * The ReportPresenter links a Report (data-model...
Angerona/angerona-framework
gui/src/main/java/com/github/angerona/fw/gui/report/ReportPresenter.java
Java
gpl-3.0
970
namespace Maticsoft.IDAL.Shop.Sales { using Maticsoft.Model.Shop.Sales; using System; using System.Data; public interface ISalesRule { int Add(SalesRule model); SalesRule DataRowToModel(DataRow row); bool Delete(int RuleId); bool DeleteEx(int RuleId); bool De...
51zhaoshi/myyyyshop
Maticsoft.IDAL_Source/Maticsoft.IDAL.Shop.Sales/ISalesRule.cs
C#
gpl-3.0
790
<?php $sLangName = "English"; $aLang = array( 'charset' => 'utf-8', 'ZPFFD_FREEDELIVERY_PRICEDEPARTURE' => 'Dear customer, you still need %s euro to send your article for free!', 'ZPFFD_FREEDELIVERY' => 'Thank you! Your article can be sent for free !', ); ?>
zpfeuropa/oxid-eshop-modul
zpffd/freedelivery/translations/en/zpffreedelivery_en_lang.php
PHP
gpl-3.0
266
#include <iostream> #include <string.h> using namespace std; int p[10001]; int cut_rod(int n) { int q; if (n == 0) return 0; q = 0; for (int i=1; i<=n; i++) { q = max(q, p[i] + cut_rod(n-i)); } return q; } int main() { int n; memset(p, 0, sizeof(p)); p[0] = 0...
munif/paa-2
161702/sample/03/C/rod-cut-recursive.cpp
C++
gpl-3.0
510
/* * emu_tran_file.h * * 11/09/14 DJG Added new function prototypes for emulator file * buffering and structure changes for buffering and other new * command line options * Created on: Jan 25, 2014 * Author: djg */ #ifndef EMU_TRAN_FILE_H_ #define EMU_TRAN_FILE_H_ // Information on disk image file...
dgesswein/mfm
mfm/inc/emu_tran_file.h
C
gpl-3.0
3,210
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> <TS version="2.1" language="id"> <context> <name>AddGroup</name> <message> <source>add group</source> <translation type="unfinished"></translation> </message> </context> <context> <name>AddPatternPiece</name> <message> <sou...
FashionFreedom/Seamly2D
share/translations/seamly2d_id_ID.ts
TypeScript
gpl-3.0
356,916
<?php $auth = "24\tLewis Carroll"; $n = sscanf($auth, "%d\t%s %s", $id, $first, $last); echo "<pre><author id='$id'> <firstname>$first</firstname> <surname>$last</surname> </author></pre>\n"; $auth1 = "div.class#id(style:$style){phpcode}"; $n1 = sscanf($auth1, "%[^.].%s#%s(%s){%s}",$tagname,$class,$id,$attr,$p...
madcaplaughs/Qwik-PHP
temp/V2VkLCAxNCBTZXAgMTEgMTM6MDA6MDYgKzA1MzA23642.php
PHP
gpl-3.0
418
/* Copyright (C) 2015, Embecosm Limited This file is part of MAGEEC 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 late...
mageec/mageec
lib/Driver.cpp
C++
gpl-3.0
23,825
/* * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client * Copyright (C) 1999-2016 Hiroyuki Yamamoto and the Claws Mail team * * 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; e...
sadjehwty/claws
src/editaddress.c
C
gpl-3.0
58,885
from time import time from gi.repository import GLib, GObject from pychess.Utils.const import WHITE, BLACK from pychess.System.Log import log class TimeModel(GObject.GObject): __gsignals__ = { "player_changed": (GObject.SignalFlags.RUN_FIRST, None, ()), "time_changed": (GObject.SignalFlags.RUN_...
cajone/pychess
lib/pychess/Utils/TimeModel.py
Python
gpl-3.0
8,916
/************************************************************************** * * Copyright 2009 VMware, Inc. * All Rights Reserved. * * 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 wit...
CPFDSoftware-Tony/gmv
utils/Mesa/Mesa-7.8.2/src/gallium/auxiliary/gallivm/lp_bld_format_soa.c
C
gpl-3.0
4,878
using System; using System.ComponentModel; using System.Diagnostics; using System.Threading; using AutoJITRuntime.Exceptions; namespace AutoJITRuntime.Services { public class ProcessService { public Variant ShellExecute( Variant filename, Variant parameters, Variant workingdir, Variant verb, Variant sh...
lawl-dev/AutoJit
src/AutoJIT.Runtime/Services/ProcessService.cs
C#
gpl-3.0
2,075
/* * Copyright (C) 2012 The Android Open Source Project * * 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 app...
s20121035/rk3288_android5.1_repo
frameworks/av/media/libnbaio/NBAIO.cpp
C++
gpl-3.0
5,551
<?php /** * @license http://www.mailcleaner.net/open/licence_en.html Mailcleaner Public License * @package mailcleaner * @author Olivier Diserens * @copyright 2006, Olivier Diserens */ ### newsl $txt['NEWSLETTERMODULE'] = "Bülten"; $txt['NEWSLETTERSTOPIC'] = "Bültenler"; $txt['NEWSLETTERSTOPICTITLE'] = "Bültenler"...
MailCleaner/MailCleaner
www/user/htdocs/lang/tr/texts.php
PHP
gpl-3.0
24,894
/* * Copyright © 2009 Leliksan Floyd <leliksan@Quadrafon2> * * 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 2 of the License, or * (at your option) any later version. * *...
pavel-pimenov/eiskaltdcpp
eiskaltdcpp-gtk/src/notify.hh
C++
gpl-3.0
3,352
Testcode ======== This repository contains unrelated stuff, and a [reading list](reading-list) in particular [patterns](reading-list/patterns.md), [linux-api](reading-list/linux-api.md), [books](reading-list/books.md). Parser ------ Prototype algorithm _Parsing with Context_ implemented which parses simple expression...
je-so/testcode
README.md
Markdown
gpl-3.0
2,242
//keep track of the total number of meshes var meshCount = 0; // refresh view port function onNewOptionClick () { if ( confirm( 'Are you sure?' ) ) { editor.config.clear(); editor.storage.clear( function () { location.href = location.pathname; } ); } } // event handlers fo...
chepilot/vidamo
js/threejs/add.js
JavaScript
gpl-3.0
3,866
/* * Copyright 2011-2012 Free Software Foundation, Inc. * * This file is part of GNU Radio * * GNU Radio 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, or (at your option) * any la...
levelrf/level_basestation
grextras/include/gnuradio/extras/add.h
C
gpl-3.0
1,753
using System.Collections.Generic; using com.riotgames.platform.gameclient.domain; namespace com.riotgames.platform.statistics { public class PlayerStatSummaries : AbstractDomainObject { public PlayerStatSummaries() { } public List<PlayerStatSummary> playerStatSummarySet; //May be a real value, using int...
kappakairi/daLibOfLegends
LibOfLegends/com/riotgames/platform/statistics/PlayerStatSummaries.cs
C#
gpl-3.0
369
/* * Copyright 2014 Christian Weber * * 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 agree...
christian-weber/arrow
arrow-runtime/src/main/java/org/arrow/runtime/execution/service/data/ProcessInstanceRepository.java
Java
gpl-3.0
2,179
<?php error_reporting (0); session_start(); include ("includes/functions_db.php"); include ("includes/config.php"); include ("includes/functions_common.php"); include ("includes/functions_formtools.php"); ?> <!DOCTYPE html> <html> <head> <title>Inserter Maintenance</title> <?php $scriptname=end(explode("/",$_SERVER['S...
Pioneer-Web-Development/Mango
maintenanceInserter.php
PHP
gpl-3.0
32,770
package es.lavandadelpatio.auto.service; import com.ibm.watson.developer_cloud.conversation.v1.model.Entity; import com.ibm.watson.developer_cloud.conversation.v1.model.Intent; import com.ibm.watson.developer_cloud.conversation.v1.model.MessageResponse; import es.lavandadelpatio.auto.TelegramModels.Message; import es....
ExtremoBlando/LavandaBot
src/main/java/es/lavandadelpatio/auto/service/MessageService.java
Java
gpl-3.0
6,159
<?php /** * URL helper class. * * @package Kohana * @category Helpers * @author Kohana Team * @copyright (c) 2007-2011 Kohana Team * @license http://kohanaframework.org/license */ class URL { /** * Gets the base URL to the application. * To specify a protocol, provide the protocol as a strin...
ericperez/squerly
vendor/url.php
PHP
gpl-3.0
5,504
#ifndef COMPMODELSTATICSERIAL_H #define COMPMODELSTATICSERIAL_H #include "../CompSerialize.h" #include "../../../ModelLayer/ObjData/SPos.h" namespace SerialCompModelStatic{ /** Identifiers for each serializable type */ enum Enum{ /** Dummy entry for serialization of incomplete types */ Invalid = 0, O...
protective/Wreckage
Server/NetworkLayer/Components/CompModelStatic/CompModelStaticSerial.h
C
gpl-3.0
993
package org.pistonmc.protocol.data; import org.pistonmc.inventory.ItemStack; import org.pistonmc.protocol.stream.PacketOutputStream; import java.io.IOException; public class DataObject<T> { private int index; private DataType type; private T value; public DataObject(int index, byte type, T value) {...
TexasLoki/Piston
src/main/java/org/pistonmc/protocol/data/DataObject.java
Java
gpl-3.0
1,391
#!/bin/bash backup_path=/backup/mysql expired=10 tgl=`date +%Y-%m-%d` if [ ! -d $backup_path/$tgl ] then mkdir -p $backup_path/$tgl if [ ! -f $backup_path/$tgl/db-`date +%H%M`.sql ] then mysqldump --all-databases | gzip -c > $backup_path/$tgl/db-`date +%H%M`.sql fi else if [ ! -f $backup_path/$tgl/db-`date +...
sentabi/scripts
backup-mysql.sh
Shell
gpl-3.0
561
/* * Copyright (C) 2017 Jacek Sztajnke * * 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 dis...
sjacek/patients
backend/patients-legacy/src/main/java/com/grinnotech/patientsorig/view/PdfView.java
Java
gpl-3.0
3,359
#region References using System; using System.Diagnostics; using DiagELog = System.Diagnostics.EventLog; #endregion namespace Server { public static class EventLog { static EventLog() { if (!DiagELog.SourceExists("GOW")) { DiagELog.CreateEventSource("GOW", "Application"); } } public static voi...
GenerationOfWorlds/GOW
Server/EventLog.cs
C#
gpl-3.0
1,122
<?php /** * The Header for our theme. * * Displays all of the <head> section and everything up till <div id="content"> * * @package AccesspressLite */ ?><!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width...
somratcste/somrat.info
header.php
PHP
gpl-3.0
3,168
package minicraft.screen; import minicraft.core.Game; import minicraft.core.io.InputHandler; import minicraft.gfx.Color; import minicraft.gfx.Font; import minicraft.gfx.Point; import minicraft.gfx.Screen; import minicraft.screen.entry.KeyInputEntry; import minicraft.screen.entry.StringEntry; public class KeyInputDisp...
chrisj42/minicraft-plus-revived
src/main/java/minicraft/screen/KeyInputDisplay.java
Java
gpl-3.0
3,226
/* * Copyright (C) 2014 Roland Dobai * * This file is part of ZyEHW. * * ZyEHW 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. ...
dobairoland/ZyEHW
sw/vidproc/cpu1/dpr.c
C
gpl-3.0
2,945