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
{{-- localized datetime using carbon --}} @php $value = data_get($entry, $column['name']); @endphp <span data-order="{{ $value }}"> @if (!empty($value)) {{ \Carbon\Carbon::parse($value) ->locale(App::getLocale()) ->isoFormat($column['format'] ?? config('backpack.base.default_datetime_format')) }} @...
lejubila/piGardenWeb
vendor/backpack/crud/src/resources/views/columns/datetime.blade.php
PHP
gpl-3.0
333
package com.supermap.desktop.Interface; public interface IBaseItem { /** * 获取或设置控件对象是否可用。 */ boolean isEnabled(); void setEnabled(boolean enabled); /** * 获取或设置控件是否可见。 */ boolean isVisible(); void setVisible(boolean visible); /** * 获取或设置控件是否选中。 */ boolean isChecked(); void setChecked(boolean ...
SuperMap-iDesktop/SuperMap-iDesktop-Cross
Core/src/main/java/com/supermap/desktop/Interface/IBaseItem.java
Java
gpl-3.0
835
using IntWarsSharp.Core.Logic.PacketHandlers; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using IntWarsSharp; using System.IO; namespace SnifferApp.net.Packets { public class Packets { private readonly byte[] bytes; intern...
horato/IntWarsSharp
Sniffer/Logic/net/Packets.cs
C#
gpl-3.0
60,336
package es.vcarmen.chatapp; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test public void add...
Carets12/2DAM
DSINTERFAZ/Actividades/ChatApp/app/src/test/java/es/vcarmen/chatapp/ExampleUnitTest.java
Java
gpl-3.0
396
package com.trade12.Archangel.NEI; import codechicken.nei.api.API; import codechicken.nei.api.IConfigureNEI; import com.trade12.Archangel.lib.Log; /** * Created by Kieran on 25/08/2014. */ public class NEIConfiguration implements IConfigureNEI { @Override public void loadConfig() { API.register...
trade12/ToBeNamed
src/main/java/com/trade12/Archangel/NEI/NEIConfiguration.java
Java
gpl-3.0
758
package com.navid.trafalgar.mod.windtunnel.model; import com.jme3.asset.AssetManager; /** * * @author alberto */ public final class HarnessModel extends AHarnessModel { public HarnessModel(AssetManager assetManager) { super(assetManager); } @Override protected void initGeometry(AssetManag...
albertonavarro/cabotrafalgar
modWindTunnel/src/main/java/com/navid/trafalgar/mod/windtunnel/model/HarnessModel.java
Java
gpl-3.0
475
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.269 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //----...
ZeroOne71/ql
02_ECCentral/02_Portal/UI/ECCentral.Portal.UI.IM/Resources/ResCategoryPropertyBatEdit.Designer.cs
C#
gpl-3.0
6,812
package org.paradise.netflix.spring; import com.github.vanroy.cloud.dashboard.config.EnableCloudDashboard; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.client.discovery.EnableDiscoveryClient; @SpringBootApplica...
TerrenceMiao/netflix
spring-cloud-dashboard/src/main/java/org/paradise/netflix/spring/CloudDashboardApplication.java
Java
gpl-3.0
525
#ifndef MEMMAP_HH_INCLUDED #define MEMMAP_HH_INCLUDED #include "kernel/mm/memmaparea.hh" #include "kernel/panic.hh" #include <iostream> class MemMap { protected: MemMapArea begin; MemMapArea end; bool validBase(VirtAddr a) { return a.inUserSpace(); } bool validEnd(VirtAddr a) { return a.inUserSpaceE...
ztane/zsos
kernel/mm/memmap.hh
C++
gpl-3.0
1,523
from channels.auth import channel_session_user_from_http from .models import Stream, Notification import redis import ast from .task import sendNotifications, send_notifications from channels import Group import json redis_con = redis.Redis('demo.scorebeyond.com', 8007) subs = redis_con.pubsub() subs.subscribe('test')...
bkaganyildiz/StreamBasedNotification
StreamBasedNotifs/capture/consumer.py
Python
gpl-3.0
1,668
// Copyright (c) 2016 Lorenzo Rossoni #pragma once #include <dxgi.h> #include <dxgi1_2.h> #include <d2d1_1.h> #include <d2d1_2.h> #include <d3d11.h> #include <d3d11_2.h> #include <dwrite.h> #include <wrl\module.h> #include <wrl\client.h> #include <DirectXMath.h> #include <Wincodec.h> #include <mfobjects.h> #incl...
crafti5/Unigram
Unigram/Unigram.Native/AnimatedImageSource/VirtualImageSourceRendererCallback.h
C
gpl-3.0
1,857
<?php // Version: 0.421 class Churro extends Custom_Churro{ private $continue = FALSE; // Usually need to continue back to wordpress when admin private $jsonAuto = TRUE; // Whether to add html and success to json response automatically private $themedir = FALSE; // theme directory private $method = FAL...
bklein01/cheesepress-framework
framework/_class_Churro.php
PHP
gpl-3.0
14,025
var searchData= [ ['udp',['Udp',['../class_cool_time.html#a4e23216a8121ca79d0fb019f30884b92',1,'CoolTime']]], ['unsubscribe',['unsubscribe',['../class_cool_pub_sub_client.html#a850554280e314d6b5c33c73fd9e809fc',1,'CoolPubSubClient']]], ['update',['update',['../class_cool_board.html#a8612756d3f73198cdde857a66f0fe6...
TamataOcean/TamataSpiru
ARDUINO/LaCOOLBoard/extras/doxygenDocs/html/search/all_14.js
JavaScript
gpl-3.0
1,028
@echo off color 0a cls echo This script is meant for Win7 and higher. Lower ones will not have Features/Firewall report functional. mkdir %userprofile%\Desktop\reports set basedpath=%userprofile%\Desktop\reports del /q %basedpath%\*.* echo Collecting Information... echo This Information run through %username% on %compu...
hexidecimals/cyberpatriot
Create_Reports.bat
Batchfile
gpl-3.0
2,120
"""effcalculator URL Configuration The `urlpatterns` list routes URLs to views. For more information please see: https://docs.djangoproject.com/en/1.11/topics/http/urls/ Examples: Function views 1. Add an import: from my_app import views 2. Add a URL to urlpatterns: url(r'^$', views.home, name='home') Cl...
alvcarmona/efficiencycalculatorweb
effcalculator/effcalculator/urls.py
Python
gpl-3.0
915
// namespaces var dwv = dwv || {}; dwv.image = dwv.image || {}; /** * {@link dwv.image.View} factory. * * @class */ dwv.image.ViewFactory = function () {}; /** * {@link dwv.image.View} factory. Defaults to local one. * * @see dwv.image.ViewFactory */ dwv.ViewFactory = dwv.image.ViewFactory; /** * Get an Vie...
ivmartel/dwv
src/image/viewFactory.js
JavaScript
gpl-3.0
2,030
/* * This file is part of NaviSpaceDemo. * Copyright 2015 Vasanth Mohan. All Rights Reserved. * * NaviSpaceDemo 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...
luben93/NaviSpaceDemo
Assets/Scripts/SpaceJellies/TossJellyManager.cs
C#
gpl-3.0
4,987
<table width="100%" border="0"> <tr> <td id="view" valign="top" width="50%"> </td> <td id="addUP" valign="top" style=""> <table> <tr> <td>Part. No</td> <td>:</td> <td><input type="text" id="part_no"/></t...
oshanz/ImgMap
application/views/parts/main/tpl.html
HTML
gpl-3.0
774
/* * jcc - A compiler framework. * Copyright (C) 2016-2017 Jacob Zhitomirsky * * 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 ...
BizarreCake/jcc
src/jtac/jtac.cpp
C++
gpl-3.0
9,082
/* 2011-05-31 */ /* Dr. Rainer Sieger */ #include "Application.h" // ********************************************************************************************** // ********************************************************************************************** // ****************************...
rsieger/PanConverter
trunk/Sources/convertTSG.cpp
C++
gpl-3.0
5,075
using System.IO; using System.Linq; using System.Reflection; namespace cmdr.TsiLib { internal static class EmbeddedResource { static Assembly ASSEMBLY = Assembly.GetExecutingAssembly(); static string PREFIX = ASSEMBLY.GetName().Name + ".Resources."; static string[] EMBEDDED_R...
TakTraum/cmdr
cmdr/cmdr.TsiLib/Resources/EmbeddedResource.cs
C#
gpl-3.0
932
<!DOCTYPE html> <html prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article# " lang="es"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Publicaciones sobre security, experience | Santos Gallegos</title> <link href="../../../assets/css/all-nocdn.css" ...
stsewd/stsewd.github.io
es/categories/cat_security-experience/index.html
HTML
gpl-3.0
4,858
package lu.kremi151.minamod.enums; public enum EnumIceGolhemState { DISABLED((byte)0), PASSIVE((byte)1), ZOMBIE((byte)2); private byte id; private static final EnumIceGolhemState[] LOOKUP; static{ LOOKUP = new EnumIceGolhemState[values().length]; for(EnumIceGolhemState s : values()){ LOOKUP[(int)s.get...
kremi151/MinaMod
src/main/java/lu/kremi151/minamod/enums/EnumIceGolhemState.java
Java
gpl-3.0
565
<?php namespace Orm\Entity; use Doctrine\ORM\Mapping as ORM; use Seitenbau\UniqueIdGenerator; /** * Orm\Entity\Lock */ class Lock { /** * @var string $websiteid */ private $websiteid; /** * @var string $itemid */ private $itemid = ''; /** * @var string $userid */ private $userid = '...
rukzuk/rukzuk
app/server/library/Orm/Entity/Lock.php
PHP
gpl-3.0
4,641
package com.baselet.element.facet; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.Locale; import com.baselet.control.enums.FormatLabels; import com.baselet.diagram.draw.helper.StyleException; import com.baselet.gui.AutocompletionText; public abstract class KeyValueFacet ...
umlet/umlet
umlet-elements/src/main/java/com/baselet/element/facet/KeyValueFacet.java
Java
gpl-3.0
3,528
package org.craftercms.studio.impl.repository.mongodb.api.model; import java.util.HashSet; import java.util.Set; /** * Tree node of type T. * @param <T> Any class that implements Comparable */ public class TreeNode<T extends Comparable<T>> { private T value; private TreeNode<T> parent; private Set<Tr...
craftercms/repo
src/main/java/org/craftercms/studio/impl/repository/mongodb/api/model/TreeNode.java
Java
gpl-3.0
1,338
#Method list * onClose, onError, onMessage,onOpen (to attach event listener) * getBinaryType, getBufferedAmount, getExtensions, getProtocol, getReadyState, getUrl (to get websocket properties) * isOpen (returns true if websocket is opened, else return false) * close (close the websocket) * send(message) (send message ...
rabbit-aaron/SmartWebSocket
README.md
Markdown
gpl-3.0
672
<?php /************************************************************************ Codelet Tuning Infrastructure Copyright (C) 2010-2015 Intel Corporation, CEA, GENCI, and UVSQ 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 th...
franck-talbart/codelet_tuning_infrastructure
cts/pages/files.php
PHP
gpl-3.0
3,793
Imports System Imports System.Reflection Imports System.Runtime.InteropServices ' General Information about an assembly is controlled through the following ' set of attributes. Change these attribute values to modify the information ' associated with an assembly. ' Review the values of the assembly attributes <Ass...
bradymac16/VBChapter1-2
French Numbers/French Numbers/My Project/AssemblyInfo.vb
Visual Basic
gpl-3.0
1,216
<?php # # forum-list bridge # Copyright (C) 2010 Joel Uckelman # # 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...
Windfisch/phpbb3-listbridge
src/MailmanMessage.php
PHP
gpl-3.0
1,085
<?php class Elementor_Test_Widgets extends WP_UnitTestCase { public function test_getInstance() { $this->assertInstanceOf( '\Elementor\Widgets_Manager', Elementor\Plugin::$instance->widgets_manager ); } public function test_getWidgets() { $this->assertNotEmpty( Elementor\Plugin::$instance->widgets_manager->ge...
cobicarmel/elementor
tests/test-widgets.php
PHP
gpl-3.0
2,552
android-segoway ===============
khreenberg/android-segoway
README.md
Markdown
gpl-3.0
32
#!/usr/bin/python # $Id:$ from base import Display, Screen, ScreenMode, Canvas from pyglet.libs.win32 import _kernel32, _user32, types, constants from pyglet.libs.win32.constants import * from pyglet.libs.win32.types import * class Win32Display(Display): def get_screens(self): screens = [] def en...
joaormatos/anaconda
Anaconda/pyglet/canvas/win32.py
Python
gpl-3.0
3,404
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>The source code</title> <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" /> <script type="text/javascript" src="../resources/prettify/prettify.js"></script> <style type="t...
MetroBlooms/evaluate-it
docs/source/CssTransition.html
HTML
gpl-3.0
16,620
## This file is part of Scapy ## See http://www.secdev.org/projects/scapy for more informations ## Copyright (C) Philippe Biondi <phil@secdev.org> ## This program is published under a GPLv2 license import re from dadict import DADict from error import log_loading ############ ## Consts ## ############ ETHER_ANY = "\...
isislovecruft/switzerland
switzerland/lib/shrunk_scapy/data.py
Python
gpl-3.0
5,617
#!/usr/bin/python3 # -*- coding: utf-8 -*- r"""Pychemqt, Chemical Engineering Process simulator Copyright (C) 2009-2017, Juan José Gómez Romera <jjgomera@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 Softwa...
jjgomera/pychemqt
lib/EoS/Cubic/RKTwu.py
Python
gpl-3.0
2,929
/* This file is part of MAUS: http://micewww.pp.rl.ac.uk/projects/maus * * MAUS 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. *...
mice-software/maus
tests/cpp_unit/Simulation/VirtualPlaneTest.cc
C++
gpl-3.0
23,709
var NAVTREEINDEX43 = { "group___peripheral___registers___bits___definition.html#ga26ef6801f38525d6fdda034a130e5ee9":[5,0,0,2,0,1,17,2182], "group___peripheral___registers___bits___definition.html#ga26ef7d6cd5ec547a349462e4f31963b6":[5,0,0,2,0,1,17,2430], "group___peripheral___registers___bits___definition.html#ga26ef7d...
MyEmbeddedWork/ARM_CORTEX_M3-STM32
1. Docs/Doxygen/html/navtreeindex43.js
JavaScript
gpl-3.0
28,480
<?php defined( 'ABSPATH' ) or die( 'Cheatin&#8217; uh?' ); /** * Add Lazy Load JavaScript in the header * No jQuery or other library is required !! * * @since 1.3.5 It's possible to exclude LazyLoad process by used do_rocket_lazyload filter * @since 1.1.0 This code is insert in head with inline script for...
jslyonnais/wordpress-theme-boilerplate
plugins/wp-rocket/inc/front/lazyload.php
PHP
gpl-3.0
12,266
/** * Hub Miner: a hubness-aware machine learning experimentation library. * Copyright (C) 2014 Nenad Tomasev. Email: nenad.tomasev at 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 * Foundatio...
datapoet/hubminer
src/main/java/images/mining/clustering/IntraImageKMeansWeighted.java
Java
gpl-3.0
19,559
/** * */ package by.pvt.kish.aircompany.command.employee; import by.pvt.kish.aircompany.command.ActionCommand; import by.pvt.kish.aircompany.constants.Attribute; import by.pvt.kish.aircompany.constants.Page; import by.pvt.kish.aircompany.pojos.Employee; import by.pvt.kish.aircompany.exceptions.ServiceException; imp...
alexeykish/aircompany-hibernate
web/src/main/java/by/pvt/kish/aircompany/command/employee/GetAllEmployeesCommand.java
Java
gpl-3.0
1,076
namespace Maticsoft.Web.Areas.SNS.Controllers { using Maticsoft.BLL.SNS; using Maticsoft.Components.Setting; using Maticsoft.Model.SNS; using Maticsoft.Model.SysManage; using Maticsoft.Web.Components.Setting.SNS; using System; using System.Collections.Generic; using System.Web.Mvc; u...
51zhaoshi/myyyyshop
Maticsoft.Web_Source/Maticsoft.Web.Areas.SNS.Controllers/AudioController.cs
C#
gpl-3.0
4,190
#ifndef genomic_SplitRawSampleSet_h #define genomic_SplitRawSampleSet_h #include <iostream> #include <fstream> #include <sstream> #include <string> #include <vector> #include <map> #include <algorithm> #include <stdexcept> #include <cstdlib> #include "AlleleSpecific.hpp" #include "SampleSet.hpp" extern marker::Manag...
djhshih/genomic
SplitRawSampleSet.hpp
C++
gpl-3.0
2,818
"use strict"; var path = require("path"); var assert = require("chai").assert; var request = require("supertest"); var fork = require("child_process").fork; var index = path.resolve(__dirname + "/../../../index.js"); describe.skip("E2E CLI Snippet test", function () { // use `mocha --timeout` option in...
xuboso/browser-sync
test/specs/e2e/e2e.cli.snippet.js
JavaScript
gpl-3.0
1,077
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" co...
thedreamer979/Arionide
doc/html/classch_1_1innovazion_1_1arionide_1_1lang_1_1_evaluation_exception.html
HTML
gpl-3.0
8,153
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "blimp/engine/feature/engine_render_widget_feature.h" #include "base/numerics/safe_conversions.h" #include "base/strings/utf_string_conversions....
geminy/aidear
oss/qt/qt-everywhere-opensource-src-5.9.0/qtwebengine/src/3rdparty/chromium/blimp/engine/feature/engine_render_widget_feature.cc
C++
gpl-3.0
14,910
/* Copyright [2013-2018] [Aaron Springstroh, Minimal Graphics Library] This file is part of the Beyond Dying Skies. Beyond Dying Skies 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 Lice...
Aaron-SP/mglcraft
source/game/ui_menu.h
C
gpl-3.0
6,405
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Class Overtrue\Wechat\Http</title> <link rel="stylesheet" href="resources/style.css?e99947befd7bf673c6b43ff75e9e0f170c88a60e"> </head> <body> <div id="left"> <div id="menu"> <a href="index.html" title="Overview"><span>Overview</span></a> <div id=...
phoenixg/wechat-api
api-overtrue/apidoc/class-Overtrue.Wechat.Http.html
HTML
gpl-3.0
12,396
using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; using NSubstitute; using NUnit.Framework; using Selkie.Common; using Selkie.Geometry.Shapes; using Selkie.WPF.Common.Interfaces; using Selkie.WPF.Converters.Interfaces; namespace Selkie.WPF.Converters.Tests.NUnit { //ncrun...
tschroedter/Selkie.WPF
Selkie.WPF.Converters.Tests/NUnit/LineToLineNodeConverterToDisplayLineConverter.cs
C#
gpl-3.0
9,184
// Decompiled with JetBrains decompiler // Type: System.Web.UI.HtmlControls.HtmlTable // Assembly: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // MVID: 7E68A73E-4066-4F24-AB0A-F147209F50EC // Assembly location: C:\Windows\Microsoft.NET\Framework\v4.0.30319\System.Web.dll using System...
mater06/LEGOChimaOnlineReloaded
LoCO Client Files/Decompressed Client/Extracted DLL/System.Web/System/Web/UI/HtmlControls/HtmlTable.cs
C#
gpl-3.0
13,619
package pl.gratitude.it_ebooks.common.helpers; import com.google.gson.JsonElement; import com.google.gson.JsonPrimitive; import com.google.gson.JsonSerializationContext; import com.google.gson.JsonSerializer; import org.joda.time.DateTime; import java.lang.reflect.Type; /** * Created 09.11.2015. * * @author Sław...
MrOnyszko/it-ebooks.info
app/src/main/java/pl/gratitude/it_ebooks/common/helpers/DateTimeSerializer.java
Java
gpl-3.0
557
package net.minecraft.src; import java.util.List; import java.util.Random; public class EntityMinecart extends Entity implements IInventory { private ItemStack cargoItems[]; private int fuel; private boolean field_856_i; /** The type of minecart, 2 for powered, 1 for storage. */ public int mineca...
sethten/MoDesserts
mcp50/src/minecraft/net/minecraft/src/EntityMinecart.java
Java
gpl-3.0
36,770
# flighttracker.js Small express js page loading the json content of a Flightradar24 feeder/decoder with a openlayer map. Before running, change the url to the feeder status page in the routes/index.js
ntim/flighttracker.js
README.md
Markdown
gpl-3.0
203
package R; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileNotFoundException; import java.io.IOException; import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Set; import java.util.concu...
Sipkovandam/PCrotation
Sipko/src/main/java/R/SplicingAnalysisPipeline2.java
Java
gpl-3.0
36,833
using System.Windows.Input; using GalaSoft.MvvmLight; using GalaSoft.MvvmLight.Command; using MALClient.Models.Enums; using MALClient.Models.Models.Forums; namespace MALClient.XShared.ViewModels.Forums.Items { public class ForumTopicEntryViewModel : ViewModelBase { public ForumTopicEntry Data...
Drutol/MALClient
MALClient.XShared/ViewModels/Forums/Items/ForumTopicEntryViewModel.cs
C#
gpl-3.0
1,759
/* $Id$ */ /* Copyright (c) 2009-2021 Pierre Pronchery <khorben@defora.org> */ /* This file is part of DeforaOS Desktop Panel */ /* 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 t...
DeforaOS/Panel
src/panel.c
C
gpl-3.0
42,512
' UITypeEditor for Pipe Results ' Copyright 2008 Daniel Wagner O. de Medeiros ' ' This file is part of DWSIM. ' ' DWSIM 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 th...
DanWBR/dwsim5
DWSIM/Forms/LegacyEditors/UITypeEditors/Results/Pipe/UIFormTable.vb
Visual Basic
gpl-3.0
2,118
package architecture.dao.impl; import architecture.dao.BaseDao; import architecture.jest.BeanResult; import architecture.jest.ClientFactory; import architecture.jest.JestService; import architecture.utils.JsonMapping; import architecture.utils.SRSLogger; import com.google.gson.JsonArray; import com.google.gson.JsonEle...
ArchitectureNJU/PriceParity
src/main/java/architecture/dao/impl/BaseDaoImpl.java
Java
gpl-3.0
4,115
<?php /** * Copyright 2011-2017 Nick Korbel * * This file is part of Booked Scheduler. * * Booked Scheduler 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 ...
rafaelperazzo/ufca-web
booked/Presenters/Admin/ManageAnnouncementsPresenter.php
PHP
gpl-3.0
9,452
#!/usr/bin/env node 'use strict'; var colors = require('ansicolors') var table = require('text-table') if (process.argv.length < 3) { fromStdin(); } else { var steps= require(process.argv[2]).steps print(steps); } function fromStdin() { var data = []; function onerror(err) { console.error('gai-pring-js...
thlorenz/gai
gai-print.js
JavaScript
gpl-3.0
1,525
/* LIBGIMP - The GIMP Library * Copyright (C) 1995-1997 Peter Mattis and Spencer Kimball * * gimpstringcombobox.h * Copyright (C) 2007 Sven Neumann <sven@gimp.org> * * This library is free software: you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as publish...
MichaelMure/Gimp-Cage-Tool
libgimpwidgets/gimpstringcombobox.h
C
gpl-3.0
2,656
package com.fr.grid; import com.fr.design.constants.UIConstants; import java.awt.*; public abstract class GridHeader<T> extends BaseGridComponent { public final static int SIZE_ADJUST = 4; //属性 private Color separatorLineColor = UIConstants.RULER_LINE_COLOR; //separator lines private Co...
fanruan/finereport-design
designer/src/com/fr/grid/GridHeader.java
Java
gpl-3.0
2,845
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <HEAD> <TITLE>AFL Match Statistics : Fremantle defeats Adelaide at Domain Stadium Round 18 Saturday, 27th July 2013</TITLE> <meta NAME="description" CONTENT="Fremantle defeats Adelaide at Domain Stadium Round 18 Saturday, 27th July 2013 AFL mat...
criffy/aflengine
matchfiles/footywire_adv/footywire_adv5698.html
HTML
gpl-3.0
136,446
# # @Authors: # Brizuela Lucia lula.brizuela@gmail.com # Guerra Brenda brenda.guerra.7@gmail.com # Crosa Fernando fernandocrosa@hotmail.com # Branciforte Horacio horaciob@gmail.com # Luna Juan juan...
mercadolibre/cacique
app/models/version_extras.rb
Ruby
gpl-3.0
1,158
/************************************************************************ ** ** @file dialognewpattern.cpp ** @author Roman Telezhynskyi <dismine(at)gmail.com> ** @date 22 2, 2014 ** ** @brief ** @copyright ** This source code is part of the Valentine project, a pattern making ** program, whose allo...
dismine/Valentina_sonar
src/app/valentina/dialogs/dialognewpattern.cpp
C++
gpl-3.0
4,633
#include <stdio.h> #include <iostream> #include "DB.hpp" #include "Helper.hpp" #include <string> #include <vector> #include "Bestellung_Detail.hpp" int main(int argc, char* argv[]) { //erstelle eine Datenbank oder verbinde mit einer schon bestehenden DB db("test.db"); //lies SQL aus einer Datei ein un...
AchimMenzel/UniversalOrderProgram
datenbank/main.cpp
C++
gpl-3.0
2,636
package org.obiba.mica.micaConfig.service; import org.obiba.opal.core.domain.taxonomy.Vocabulary; public class VocabularyDuplicateAliasException extends AbstractVocabularyException { private static final long serialVersionUID = 1184806332897637307L; public VocabularyDuplicateAliasException() { super(); } ...
Rima-B/mica2
mica-core/src/main/java/org/obiba/mica/micaConfig/service/VocabularyDuplicateAliasException.java
Java
gpl-3.0
431
/* -*- c++ -*- */ /* * Copyright 2004 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 opti...
ouspg/ridac
ali-baba/src/lib/alibaba_file_ring_source.cc
C++
gpl-3.0
4,439
<?php /** * Cold damage affix entity. * * PHP version 5 * * @category D3W * @package D3W\Calculator * @author Angel <angel.blizzard.mvp@gmail.com> * @copyright 2015 Diablo3-Web * @license GNU GPLv3 * @link https://github.com/Diablo3-Web */ namespace D3W\Calculator\Dto\Affix\ElementalDamage; use...
Diablo3-Web/d3-calculator-api
src/Dto/Affix/ElementalDamage/Cold.php
PHP
gpl-3.0
1,293
using KotaeteMVC.Helpers; using KotaeteMVC.Models; using KotaeteMVC.Models.ViewModels; using KotaeteMVC.Models.ViewModels.Base; using KotaeteMVC.Service; using Resources; using System.Web.Mvc; namespace KotaeteMVC.Controllers { public class UserController : AlertsController { public const string Previ...
seranfuen/kotaete
KotaeteMVC/Controllers/UserController.cs
C#
gpl-3.0
6,071
--- layout: politician2 title: ramkumar v profile: party: IND constituency: Thoothukkudi state: Tamil Nadu education: level: details: not given page missing photo: sex: caste: religion: current-office-title: crime-accusation-instances: 0 date-of-birth: 1965 profession: networt...
vaibhavb/wisevoter
site/politicians/_posts/2013-12-18-ramkumar-v.md
Markdown
gpl-3.0
1,110
# -- Improved X11 forwarding through GNU Screen (or tmux). # If not in screen or tmux, update the DISPLAY cache. # If we are, update the value of DISPLAY to be that in the cache. # http://alexteichman.com/octo/blog/2014/01/01/x11-forwarding-and-terminal-multiplexers/ function update-x11-forwarding { if [ -z "$STY" ...
digivation/dotfiles
bin/update-x11-forwarding.sh
Shell
gpl-3.0
868
#ifndef _PLATFORM_DEFINES_HPP_ #define _PLATFORM_DEFINES_HPP_ #ifdef WIN32 #define KOVAN_SERIAL_PATH_SEP ("\\") #else #define KOVAN_SERIAL_PATH_SEP ("/") #endif #endif
kipr/libkovanserial
include/kovanserial/platform_defines.hpp
C++
gpl-3.0
170
package cl.smartcities.isci.transportinspector.router.stepInnerStrategy; import android.content.Context; import android.content.res.Resources; import android.support.v4.content.ContextCompat; import android.view.View; import cl.smartcities.isci.transportinspector.R; import cl.smartcities.isci.transportinspector.route...
InspectorIncognito/androidApp
app/src/main/java/cl/smartcities/isci/transportinspector/router/stepInnerStrategy/BusStrategy.java
Java
gpl-3.0
1,121
# This file contains the hexVal subprogram. # .globl hexVal # function hexVal # # C synopsis: # # int hexVal(char ch) # # MAL call sequence assuming ch is in $s0: # # move $a0, $s0 # jal hexVal # # Effect: # # If ch is a valid hexadecimal digit then its hexadecimal value is returned. # Otherwise ...
MichaelCoughlinAN/Odds-N-Ends
Assembly/Hex_Int_Conversion/hexval.asm
Assembly
gpl-3.0
1,566
<?php /* * 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. */ namespace Proyecto\SecurityBundle\Form; use Symfony\Component\Form\AbstractType; use Symfony\Component\Form\FormBuild...
Gaedr/aprendmas
src/Proyecto/SecurityBundle/Form/ActividadType.php
PHP
gpl-3.0
1,929
/* Copyright (C) 2014 PencilBlue, LLC 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...
jerlando/pencilblue-koala
controllers/admin/content/pages/manage_pages.js
JavaScript
gpl-3.0
2,915
<?php namespace InstagramAPI\Realtime; use Clue\React\Socks\Client as SocksProxy; use InstagramAPI\Client as HttpClient; use InstagramAPI\Instagram; use InstagramAPI\Realtime; use InstagramAPI\Realtime\Utils\HttpConnectProxy; use React\Dns\Resolver\Factory as DnsFactory; use React\EventLoop\LoopInterface; use React\E...
ping/Instagram-API
src/Realtime/Client.php
PHP
gpl-3.0
16,711
from flask import Blueprint from flask import flash from flask import make_response, render_template from flask_login import current_user from markupsafe import Markup from app.helpers.data_getter import DataGetter from app.helpers.auth import AuthManager from app.helpers.exporters.ical import ICalExporter from app.he...
gaeun/open-event-orga-server
app/views/users/export.py
Python
gpl-3.0
2,211
<?php session_start(); if(isset($_SESSION['user'])){ $value=$_SESSION['user']; //var_dump($value); } if(isset($_GET['id']) && !empty($_GET['id'])){ $id_partida = $_GET['id']; require_once "../../System/Classes/Partida.php"; $partida= new Partida(); $partida= $partida->viewPartida...
AniMasterOnline/AniMasterV2
settings/table/view_partida.php
PHP
gpl-3.0
22,989
/* * Copyright (C) 2013 Piotr Wójcik * * 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 distributed in...
simon816/ComcraftModLoader
src/net/comcraft/src/LangBundle.java
Java
gpl-3.0
2,824
__author__ = 'Mayur M' import ImgIO def add(image1, image2): # add two images together if image1.width == image2.width and image1.height == image2.height: return_red = [] return_green = [] return_blue = [] for i in range(0, len(image1.red)): tmp_r = image1.red[i] + ima...
mm10ws/ImPy
ImAdd.py
Python
gpl-3.0
1,485
{ am_pm_abbreviated => [ "\N{U+0635}", "\N{U+0645}" ], available_formats => { E => "ccc", EHm => "E HH:mm", EHms => "E HH:mm:ss", Ed => "E\N{U+060c} d", Ehm => "E h:mm a", Ehms => "E h:mm:ss a", Gy => "y G", GyMMM => "MMM y G", GyMMMEd => "E\N{U+060c} d MMM\N{U+060c} y ...
mgood7123/UPM
Files/Code/perl/lib/site_perl/5.26.1/auto/share/dist/DateTime-Locale/ar-IL.pl
Perl
gpl-3.0
12,734
#!/usr/bin/perl # Program name: alert_aix.pl # Purpose - Looking at data from the last day alerts AIX machines # concerning consumption of CPU, memory, etc.. sending an # email to one or more mailboxes. # Author - David L—pez San Juan # Disclaimer: this provided "as is". # License: GNU # Date - 02/02/14 # use ...
nmonweb/nmonweb
nmon2db/2.0/bin/alerts_aix.pl
Perl
gpl-3.0
19,964
package pacman.entries.pacman.mcts; import java.util.ArrayList; import java.util.Comparator; import java.util.List; import pacman.game.Constants.MOVE; import pacman.game.Game; public class Node { private static final double C = 100; private final Node parent; private final List<Node> children; priva...
lrusnac/maig-2016
src/pacman/entries/pacman/mcts/Node.java
Java
gpl-3.0
2,040
package com.lody.virtual.client.stub; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.text.TextUtils; import com.lody.virtual.client.core.PatchManager; import com.lody.virtual.client.env.VirtualRuntime; import com.lody.virtual.client.hook.patchs.am.HCallbackHook; i...
prife/VirtualApp
VirtualApp/lib/src/main/java/com/lody/virtual/client/stub/StubActivity.java
Java
gpl-3.0
6,366
\hypertarget{_input_prompt_view_8java}{}\doxysection{src/ch/innovazion/arionide/ui/overlay/views/\+Input\+Prompt\+View.java File Reference} \label{_input_prompt_view_8java}\index{src/ch/innovazion/arionide/ui/overlay/views/InputPromptView.java@{src/ch/innovazion/arionide/ui/overlay/views/InputPromptView.java}} \doxysub...
thedreamer979/Arionide
doc/latex/_input_prompt_view_8java.tex
TeX
gpl-3.0
805
using System.Diagnostics.CodeAnalysis; using Castle.MicroKernel.Registration; using Selkie.Windsor; namespace Selkie.Services.Aco.Console { [ExcludeFromCodeCoverage] //ncrunch: no coverage start public class Installer : BasicConsoleInstaller, IWindsorInstaller { public overri...
tschroedter/Selkie.Services.Monitor
Selkie.Services.Aco.Console/Installer.cs
C#
gpl-3.0
416
package com.lyrx.text import java.io.File import java.nio.charset.Charset import StringGenerator._ /** * Created by extawe on 11/4/16. */ class SimpleStringCollector() extends StringCollector{ var stringCollection:StringGenerator ="" override def stripSuffix(aSuffix:String)={ val oldSnippet:String = ...
lyrx/lyrxgenerator
src/main/scala/com/lyrx/text/SimpleStringCollector.scala
Scala
gpl-3.0
667
package com.lody.virtual.client; import android.os.Binder; import android.os.Build; import android.os.Process; import com.lody.virtual.client.core.VirtualCore; import com.lody.virtual.client.env.VirtualRuntime; import com.lody.virtual.client.ipc.VActivityManager; import com.lody.virtual.client.natives.NativeMethods; ...
dstmath/VirtualApp
VirtualApp/lib/src/main/java/com/lody/virtual/client/NativeEngine.java
Java
gpl-3.0
6,864
/* Chronic Disease Report Generator - Web based reports on quality of care standards Copyright (C) 2015 Brice Wong, Tom Sitter, Kevin Lin - Hamilton Family Health 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...
HamiltonFHT/ChronicDiseaseReportGenerator
js/mdsViewer.js
JavaScript
gpl-3.0
61,276
<?php /* * Copyright 2014, Zunautica Initiatives Ltd. * * 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...
carrotsrc/xebec-archive
management/collections/template_view.php
PHP
gpl-3.0
608
/* Copyright 2005-2011 Intel Corporation. All Rights Reserved. This file is part of Threading Building Blocks. Threading Building Blocks is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundat...
jonarbo/GREASY
src/3rdparty/tbb40_20111130oss/src/tbb/cache_aligned_allocator.cpp
C++
gpl-3.0
9,391
<?xml version="1.0" encoding="utf-8"?> <!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" xml:lang="en" lang="en"> <head> <title>ActiveSupport::ProxyObject</title> <meta http-equiv="Content-Type...
Dpasi314/DevConnect
project/doc/api/classes/ActiveSupport/ProxyObject.html
HTML
gpl-3.0
4,047
# android-calculator Simple calculator app
Selat/android-calculator
README.md
Markdown
gpl-3.0
43
package regexgolf2.services.persistence.saving; import regexgolf2.model.SolvableChallenge; import regexgolf2.model.containers.ChallengePool; import regexgolf2.model.containers.WordPool; import regexgolf2.services.persistence.PersistenceException; public interface SaveVisitor { void visit(ChallengePool challengePool)...
greenkeeper/RegexGolf2
RegexGolf2/src/regexgolf2/services/persistence/saving/SaveVisitor.java
Java
gpl-3.0
492
<p align="center"> <img src="https://i.imgur.com/F5GNK4X.png" width="150" /> </p> # Paperless Desktop [![Build Status](https://travis-ci.org/thomasbrueggemann/paperless-desktop.svg?branch=master)](https://travis-ci.org/thomasbrueggemann/paperless-desktop) Desktop app that uses the [paperless](https://github.com/dani...
thomasbrueggemann/paperless-desktop
README.md
Markdown
gpl-3.0
1,514
package cn.cadal.audio.entity; public class SearchResult { private String AutioNO; private String Title; private String Creator; private String Subject; private String Publisher; /** * get and set function */ public String getAutioNO() { return AutioNO; } public void setAutioNO(String autioNO) { Aut...
YinYanfei/CadalWorkspace
AudioSearch/src/cn/cadal/audio/entity/SearchResult.java
Java
gpl-3.0
810
package com.weebly.OliPro007.minecraftRPG.renderers; import net.minecraft.client.renderer.Tessellator; import net.minecraft.client.renderer.entity.Render; import net.minecraft.entity.Entity; import net.minecraft.util.ResourceLocation; import org.lwjgl.opengl.GL11; import org.lwjgl.opengl.GL12; import com.weebly.OliP...
OliPro007/MinecraftRPG
src/main/java/com/weebly/OliPro007/minecraftRPG/renderers/RenderBullet.java
Java
gpl-3.0
3,584
#ifndef PICTUREVIEWITEM_H #define PICTUREVIEWITEM_H #include <QObject> #include <QGraphicsItem> #include <QDateTime> #include <QTimer> #include "animateditem.h" #include "abstractmetadata.h" class PictureViewItem : public AnimatedItem { public: // operator QGraphicsItem* () { return dynamic_cast<QG...
cachirulop/PhotoViewer
pictureviewitem.h
C
gpl-3.0
1,076