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
/* * Cryptographic API. * * s390 implementation of the AES Cipher Algorithm. * * s390 Version: * Copyright IBM Corp. 2005,2007 * Author(s): Jan Glauber (jang@de.ibm.com) * Sebastian Siewior (sebastian@breakpoint.cc> SW-Fallback * * Derived from "crypto/aes_generic.c" * * This program is free software; ...
embest-tech/rowboat-kernel
arch/s390/crypto/aes_s390.c
C
gpl-2.0
13,810
// Copyright (C) 2010,2011,2012 GlavSoft LLC. // All rights reserved. // //------------------------------------------------------------------------- // This file is part of the TightVNC software. Please visit our Web site: // // http://www.tightvnc.com/ // // This program is free software...
skbkontur/KonturVNC
tvncontrol-app/ReloadConfigCommand.h
C
gpl-2.0
1,555
/*------------------------------------------------------------------------*/ /*--- A simple pool (memory) allocator implementation. m_poolalloc.c --- */ /*------------------------------------------------------------------------*/ /* This file is part of Valgrind, a dynamic binary instrumentation framework. C...
depressed-pho/valgrind
coregrind/m_poolalloc.c
C
gpl-2.0
4,681
#!/bin/bash ZIP="C:\Program Files\7-Zip\7z.exe" TAG=$(git describe) OUTPUT="ArduinoJson-$TAG.zip" cd .. INPUT=$(find ArduinoJson -regex ".*\.\(cpp\|h\|md\|txt\|ino\)$" -not -regex ".*Tests/.*") rm -f $OUTPUT "$ZIP" a $OUTPUT $INPUT
ClubCedille/nETSpresso
box/libraries/ArduinoJson/BuildArduinoPackage.sh
Shell
gpl-2.0
248
<?php /** * OX-specific text input. */ class OX_UI_Form_Element_Text extends Zend_Form_Element_Text implements OX_UI_Form_Element_WithAffixes { protected $class = "typeText"; protected $_width; protected $_prefix; protected $_suffix; protected $_validationEnabledCallback; ...
wassemgtk/OpenX-using-S3-and-CloudFront
www/admin/plugins/openXWorkflow/library/OX/UI/Form/Element/Text.php
PHP
gpl-2.0
2,100
class CfgAmmo { // ACE Ballistics class BulletBase; class rhs_ammo_792x57_Ball: BulletBase { ACE_caliber = 8.077; ACE_bulletLength = 28.651; ACE_bulletMass = 12.7008; ACE_ammoTempMuzzleVelocityShifts[] = {-26.55, -25.47, -22.85, -20.12, -16.98, -12.80, -7.64, -1.53, 5.96, 15...
SzwedzikPL/ACE3
optionals/compat_rhs_saf3/CfgAmmo.hpp
C++
gpl-2.0
1,867
/* Mach-O support for BFD. Copyright 1999, 2000, 2001, 2002, 2007, 2009 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. 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 ...
wanghao-xznu/vte
openlibs/binutils-2.19.51.0.12/bfd/mach-o-target.c
C
gpl-2.0
8,211
package com.javarush.test.level25.lesson16.big01; /** * Класс для бомбы. */ public class Bomb extends BaseObject { public Bomb(double x, double y) { super(x, y, 1); } /** * Отрисовываем себя на холсте. */ @Override public void draw(Canvas canvas) { canvas.setPoi...
MER-GROUP/JavaRushHomeWork
src/com/javarush/test/level25/lesson16/big01/Bomb.java
Java
gpl-2.0
519
<?php /** * --------------------------------------------------------------------- * GLPI - Gestionnaire Libre de Parc Informatique * Copyright (C) 2015-2022 Teclib' and contributors. * * http://glpi-project.org * * based on GLPI - Gestionnaire Libre de Parc Informatique * Copyright (C) 2003-2014 by the INDEPNE...
stweil/glpi
front/stat.global.php
PHP
gpl-2.0
2,657
/* Copyright (c) 2010,2015, The Linux Foundation. All rights reserved. >>>>>>> firmware: qcom: scm: Split out 32-bit specific SCM code * Copyright (C) 2015 Linaro Ltd. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * onl...
96boards/linux
drivers/firmware/qcom_scm-32.c
C
gpl-2.0
20,863
/* * \brief Block interface * \author Markus Partheymueller * \author Alexander Boettcher * \date 2012-09-15 */ /* * Copyright (C) 2012 Intel Corporation * Copyright (C) 2013 Genode Labs GmbH * * This file is distributed under the terms of the GNU General Public License * version 2. * * The code is part...
ponast/genode
repos/ports/src/app/seoul/disk.cc
C++
gpl-2.0
9,203
# # Copyright (c) 2006-2013 Hal Brodigan (postmodern.mod3 at gmail.com) # # This file is part of Ronin. # # Ronin 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 ...
firebitsbr/ronin
lib/ronin/password.rb
Ruby
gpl-3.0
3,839
#include "load.h" #include <stdio.h> #include <stdlib.h> #include <glib.h> #include <errno.h> #include <string.h> #include <unistd.h> #include "aux.h" #include "log.h" #include "main.h" int load_average; // times 100 int cpu_usage; // percent times 100 (0 - 9999) static long used_last, idle_last; void load_thread(vo...
egreenmachine/rtpengine
daemon/load.c
C
gpl-3.0
1,317
/* * OpenVPN -- An application to securely tunnel IP networks * over a single TCP/UDP port, with support for SSL/TLS-based * session authentication and key exchange, * packet encryption, packet authentication, and * packet compression. * * Copyright (C) 2002-2018...
anoidgit/padavan
trunk/user/openvpn/openvpn-2.4.x/src/openvpn/perf.c
C
gpl-3.0
6,865
<?php require_once(ROOT_DIR.'/lib/core/ObjectList.class.php'); require_once(ROOT_DIR.'/lib/core/Networkinterface.class.php'); require_once(ROOT_DIR.'/lib/core/crawling.class.php'); class Networkinterfacelist extends ObjectList { private $networkinterfacelist = array(); public function __construct($status_i...
wrosenauer/netmon
lib/core/Networkinterfacelist.class.php
PHP
gpl-3.0
6,357
<?php /* Gibbon, Flexible & Open School System Copyright (C) 2010, Ross Parker 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. ...
GibbonEdu/core
modules/Reports/reporting_criteria_manage_deleteProcess.php
PHP
gpl-3.0
2,680
delimiter ;; drop function if exists jsum; create function jsum(v_values longtext) returns decimal(65,5) deterministic begin declare v_cur int; declare v_end int; declare v_sum decimal(65,5); declare v_char char(1); declare v_str longtext default ''; set v_cur := 1; set v_end := LENGTH(v_values); set v...
ixiom/swanhart-tools
udf/rapidjson/routines.sql
SQL
gpl-3.0
3,637
#pragma once #include "../../Shared.h" #include "ui_InspectorAtemAudioInputBalanceWidget.h" #include "AtemDevice.h" #include "Events/Atem/AtemDeviceChangedEvent.h" #include "Commands/Atem/AtemAudioInputBalanceCommand.h" #include "Events/Rundown/RundownItemSelectedEvent.h" #include "Models/LibraryModel.h" ...
mimiyang/Client
src/Widgets/Inspector/Atem/InspectorAtemAudioInputBalanceWidget.h
C
gpl-3.0
1,266
/* * Simpatico - Simulation Package for Polymeric and Molecular Liquids * * Copyright 2010 - 2014, The Regents of the University of Minnesota * Distributed under the terms of the GNU General Public License. */ #include "VirialStressTensorAverage.h" //#include <util/misc/FileMaster.h> #include <util/misc/ioUtil.h> #inc...
jmysona/testing2
src/ddMd/analyzers/stress/VirialStressTensorAverage.cpp
C++
gpl-3.0
6,379
/** * Handle every persistence-related task * The interface Datastore expects to be implemented is * * Persistence.loadDatabase(callback) and callback has signature err * * Persistence.persistNewState(newDocs, callback) where newDocs is an array of documents and callback has signature err */ var fs = requi...
Adastra-thw/angularTortazo
node_modules/nedb/lib/persistence.js
JavaScript
gpl-3.0
9,033
'use strict'; const router = require('express').Router(); const middleware = require('../../middleware'); const controllers = require('../../controllers'); const routeHelpers = require('../helpers'); const { setupApiRoute } = routeHelpers; module.exports = function () { const middlewares = [middleware.ensureLoggedI...
NodeBB/NodeBB
src/routes/write/flags.js
JavaScript
gpl-3.0
933
/* @flow */ import { Module } from '../core/module'; import { Thing, SelectedThing, frameDebounce, mutex, watchForDescendants, waitForDetach } from '../utils'; export const module: Module<*> = new Module('neverEndingComments'); module.moduleName = 'necName'; module.category = 'commentsCategory'; module.description =...
BenMcGarry/Reddit-Enhancement-Suite
lib/modules/neverEndingComments.js
JavaScript
gpl-3.0
2,327
package com.pahimar.ee3.client.util; import com.pahimar.ee3.util.ResourceLocationHelper; import cpw.mods.fml.client.FMLClientHandler; import net.minecraft.client.audio.PositionedSoundRecord; public class ClientSoundHelper { public static void playSound(String soundName, float xCoord, float yCoord, float zCoord, f...
aanthony3/Equivalent-Exchange-3
src/main/java/com/pahimar/ee3/client/util/ClientSoundHelper.java
Java
gpl-3.0
558
# DB Browser for SQLite [![Build Status](https://travis-ci.org/sqlitebrowser/sqlitebrowser.svg?branch=master)](https://travis-ci.org/sqlitebrowser/sqlitebrowser) ![DB Browser for SQLite Screenshot](https://github.com/sqlitebrowser/sqlitebrowser/raw/master/images/sqlitebrowser.png "DB Browser for SQLite Screenshot") ...
araname/sqlitebrowser
README.md
Markdown
gpl-3.0
8,560
/* * Generated by asn1c-0.9.24 (http://lionet.info/asn1c) * From ASN.1 module "InformationElements" * found in "../asn/InformationElements.asn" * `asn1c -fcompound-names -fnative-types` */ #include "TimeInterval.h" int TimeInterval_constraint(asn_TYPE_descriptor_t *td, const void *sptr, asn_app_constraint_f...
BramBonne/snoopsnitch-pcapinterface
contrib/libosmo-asn1-rrc/src/TimeInterval.c
C
gpl-3.0
4,806
'use strict' var transport = require('../spdy-transport') var assert = require('assert') var util = require('util') var debug = { client: require('debug')('spdy:stream:client'), server: require('debug')('spdy:stream:server') } var Buffer = require('safe-buffer').Buffer var Duplex = require('readable-stream').Dup...
projetoquixique/quixique
node_modules/spdy-transport/lib/spdy-transport/stream.js
JavaScript
gpl-3.0
16,127
/* Copyright 2009 Jason Moxham This file is part of the MPIR Library. The MPIR 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 (at your option) any later vers...
qsnake/mpir
mpn/generic/divrem_hensel_qr_1_2.c
C
gpl-3.0
1,749
#----------------------------------------------------------------------------- #remove duplicates v1.3 #best way to remove duplicates, just select the objects you want the duplicates removed, then run this scrpit import bpy for obj in bpy.context.selected_objects: if obj.type == 'MESH': bpy.data.scenes[0]...
infobeisel/polyvr
extras/blender_scripts/remove_double_vertices_and_faces.py
Python
gpl-3.0
2,067
/****************************************************************\ * * * fastaexplode : break a fasta file into individual sequences * * * * Guy St.C. Slater.. mailto:guy@ebi.ac.uk ...
adamewing/exonerate
src/util/fastaexplode.c
C
gpl-3.0
2,616
# ======================================================================== # Copyright (c) 2007, Metaweb Technologies, Inc. # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # * Redistribution...
artzub/code_swarm-gource-my-conf
tools/codeswarm/lib/freebase/api/session.py
Python
gpl-3.0
17,231
/* * 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 the hope that it w...
dsibournemouth/autoweka
weka-3.7.7/src/main/java/weka/gui/visualize/VisualizePanel.java
Java
gpl-3.0
78,255
var Modeler = require("../Modeler.js"); var className = 'TypeInternetGatewayAttachmentType'; var TypeInternetGatewayAttachmentType = function(json, parentObj) { parentObj = parentObj || this; // Class property definitions here: Modeler.extend(className, { vpcId: { type: "string", wsdlDefinition:...
holidayextras/wsdl2.js
example/EC2/Type/InternetGatewayAttachmentType.js
JavaScript
gpl-3.0
801
#ifndef _SDHC_H_ #define _SDHC_H_ /* Constants */ #define SDHC_SECTOR_SIZE 0x200 #ifdef __cplusplus extern "C" { #endif /* Prototypes */ bool SDHC_Init(void); bool SDHC_Close(void); bool SDHC_ReadSectors(u32, u32, void *); bool SDHC_WriteSectors(u32, u32, void *); extern int sdhc_mode_sd; #ifdef __cplusplus }...
SuperrSonic/ULGX-ICON-VIEW
source/usbloader/sdhc.h
C
gpl-3.0
336
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>API Reference</title> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="index.html" title="CodeSlayer Reference Manual"> <link r...
jeffjohnston/codeslayer
docs/reference/html/ch01.html
HTML
gpl-3.0
10,234
/***************************************************************************** * Copyright (c) 2014-2019 OpenRCT2 developers * * For a complete list of all authors, please refer to contributors.md * Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2 * * OpenRCT2 is licensed under the GNU Gener...
SijmenSchoon/OpenRCT2
src/openrct2-ui/drawing/engines/opengl/OpenGLDrawingEngine.cpp
C++
gpl-3.0
29,656
/* protocol tests - eventd protocol Copyright (C) Amitay Isaacs 2017 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...
sathieu/samba
ctdb/tests/src/protocol_common_event.h
C
gpl-3.0
3,261
#!/usr/bin/env python import argparse import os import sys import math import pyRootPwa import pyRootPwa.core def writeParticleToFile (outFile, particleName, particleMomentum): if pyRootPwa.core.particleDataTable.isInTable(particleName): partProperties = pyRootPwa.core.particleDataTable.entry(particleName) char...
legordian/ROOTPWA
pyInterface/scripts/convertTreeToEvt.py
Python
gpl-3.0
3,620
/* * Copyright 2004, 2005 PathScale, Inc. All Rights Reserved. */ /* Copyright (C) 1999-2001, Silicon Graphics, Inc. All Rights Reserved. This program is free software; you can redistribute it and/or modify it under the terms of version 2.1 of the GNU Lesser General Public License as published by the Fre...
pumpkin83/OpenUH-OpenACC
osprey/libU77/rename_.c
C
gpl-3.0
3,620
<?php /* ########################################################################## # # # Version 4 / / / # # -----------__---/__---__------__----__---/---/- # # ...
Dwarfex/Hosting-Service
hosting_project/ws_versions/ws1/admin/languages/uk/squads.php
PHP
gpl-3.0
3,954
<?php /* ########################################################################## # # # Version 4 / / / # # -----------__---/__---__------__----__---/---/- # # ...
Dwarfex/Hosting-Service
hosting_project/ws_versions/ws1/admin/languages/uk/registerfields.php
PHP
gpl-3.0
3,622
/** * Copyright (C) 2010-2016 Structr GmbH * * This file is part of Structr <http://structr.org>. * * Structr 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 y...
joansmith/structr
structr-core/src/main/java/org/structr/core/property/CypherProperty.java
Java
gpl-3.0
2,345
/* --------------------------------------------------------------------- The template library textwolf implements an input iterator on a set of XML path expressions without backward references on an STL conforming input iterator as source. It does no buffering or read ahead and is dedicated for stream p...
andreasbaumann/crawler
textwolf/include/textwolf/traits.hpp
C++
gpl-3.0
2,162
#-*- coding: utf-8 -*- ''' Created on 24 дек. 20%0 @author: ivan ''' import random all_agents = """ Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.3) Gecko/20090913 Firefox/3.5.3 Mozilla/5.0 (Windows; U; Windows NT 6.1; en; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729) Mozilla/5.0 (Windows; U; Win...
sitexa/foobnix
foobnix/util/agent.py
Python
gpl-3.0
1,349
// // Copyright (C) 2004-2006 Maciej Sobczak, Stephen Hutton // MySQL backend copyright (C) 2006 Pawel Aleksander Fedorynski // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // #define SOCI_MYSQL_SOURCE #include ...
cheshirekow/codebase
third_party/soci/backends/mysql/statement.cpp
C++
gpl-3.0
14,389
Python Kerberos Exploitation Kit === PyKEK (Python Kerberos Exploitation Kit), a python library to manipulate KRB5-related data. (Still in development) For now, only a few functionalities have been implemented (in a quite Quick'n'Dirty way) to exploit MS14-068 (CVE-2014-6324) . More is coming... # Author Sylvain M...
hackersql/sq1map
Web/信息收集/权限攻防/windows/系统提权/windows-kernel-exploits-master/MS14-068/pykek/README.md
Markdown
gpl-3.0
2,546
/** * \file sha1.h * * \brief This file contains SHA-1 definitions and functions. * * The Secure Hash Algorithm 1 (SHA-1) cryptographic hash function is defined in * <em>FIPS 180-4: Secure Hash Standard (SHS)</em>. * * \warning SHA-1 is considered a weak message digest and its use constitutes * a ...
bibledit/windows
server/mbedtls/sha1.h
C
gpl-3.0
13,830
import os import numpy as np from vrml.vrml97 import basenodes, nodetypes, parser, parseprocessor class VRML_Loader(object): """ Parser for VRML files. The VRML language is described in its specification at http://www.web3d.org/documents/specifications/14772/V2.0/index.html """ def __init__(self, ...
timvandermeij/mobile-radio-tomography
environment/VRML_Loader.py
Python
gpl-3.0
4,378
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>Axis2/C: axis2_msg.h File Reference</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head><bod...
akimdi/laba2
axis2c_2/docs/api/html/axis2__msg_8h.html
HTML
gpl-3.0
12,995
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>cuon.Reports.report_articles_pickles_standard.report_articles_pickles_standard</title> <lin...
juergenhamel/cuon
api/cuonserver/cuon.Reports.report_articles_pickles_standard.report_articles_pickles_standard-class.html
HTML
gpl-3.0
6,687
/* * Generated by asn1c-0.9.24 (http://lionet.info/asn1c) * From ASN.1 module "PDU-definitions" * found in "../asn/PDU-definitions.asn" * `asn1c -fcompound-names -fnative-types` */ #ifndef _UplinkPhysicalChannelControl_v6a0ext_IEs_H_ #define _UplinkPhysicalChannelControl_v6a0ext_IEs_H_ #include <asn_applicati...
BramBonne/snoopsnitch-pcapinterface
contrib/libosmo-asn1-rrc/include/UplinkPhysicalChannelControl-v6a0ext-IEs.h
C
gpl-3.0
1,539
<?php // This file is part of Moodle - http://moodle.org/ // // Moodle 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. // // Moodle ...
itg/moodle
local/lae/version.php
PHP
gpl-3.0
859
/** * joola.io * * Copyright Joola Smart Solutions, Ltd. <info@joo.la> * * Licensed under GNU General Public License 3.0 or later. * Some rights reserved. See LICENSE, AUTHORS. * * @license GPL-3.0+ <http://spdx.org/licenses/GPL-3.0+> */ Date.prototype.format = function (formatString) { var formatDate ...
nvdnkpr/joola.io.manage
lib/joola.io.logger/utils.js
JavaScript
gpl-3.0
1,557
<?php /** Copyright 2011-2013 Nick Korbel This file is part of phpScheduleIt. phpScheduleIt 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....
msslava/reservationsystem
Presenters/ActionPresenter.php
PHP
gpl-3.0
2,153
// -*- Mode: Go; indent-tabs-mode: t -*- /* * Copyright (C) 2016-2017 Canonical Ltd * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * This program is distributed in the hop...
Conan-Kudo/snapd
interfaces/builtin/bluetooth_control.go
GO
gpl-3.0
2,331
import sys import numpy as np from scipy import stats import subprocess as sp import datetime import socket import os exec_name = sys.argv[1] max_t = int(sys.argv[2]) ntries = 5 tot_timings = [] for t_idx in range(1,max_t + 1): cur_timings = [] for _ in range(ntries): # Run the process. p = sp.Popen([exec_nam...
darioizzo/piranha
tools/benchmark.py
Python
gpl-3.0
911
<?php /* ########################################################################## # # # Version 4 / / / # # -----------__---/__---__------__----__---/---/- # # ...
kevinwiede/webspell-nerv
languages/de/seo.php
PHP
gpl-3.0
3,008
<?php /* Gibbon, Flexible & Open School System Copyright (C) 2010, Ross Parker 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. ...
GibbonEdu/core
src/Domain/IndividualNeeds/INInvestigationGateway.php
PHP
gpl-3.0
8,741
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the "License"); *...
srnsw/xena
xena/ext/src/xalan-j_2_7_1/src/org/apache/xalan/xsltc/dom/LoadDocument.java
Java
gpl-3.0
11,931
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the "License"); *...
srnsw/xena
xena/ext/src/xalan-j_2_7_1/samples/Trace/Trace.java
Java
gpl-3.0
3,678
/* * Copyright (C) 2006 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...
syslover33/ctank
java/android-sdk-linux_r24.4.1_src/sources/android-23/android/text/method/BaseKeyListener.java
Java
gpl-3.0
9,624
/* @license * This file is part of the Game Closure SDK. * * The Game Closure SDK is free software: you can redistribute it and/or modify * it under the terms of the Mozilla Public License v. 2.0 as published by Mozilla. * The Game Closure SDK is distributed in the hope that it will be useful, * but WITHOUT ANY...
hashcube/native-android
gradleops/AndroidSeed/tealeaf/src/main/jni/js/js_socket.h
C
gpl-3.0
1,145
[(#ENV{quoi}|in_array{#ENV{objets/selectionner}} |et{ #ENV{forcer_racine_objet}|!={#ENV{quoi}|objet_type} |ou{#ENV{forcer_racine_id_objet}|!={#ENV{id_objet}}} |ou{#ENV{racine}} } |ou{ #ENV{quoi}|=={racine}|et{#ENV{racine}|oui} } ) [(#SET{titre,[(#ENV{quoi}|=={racine}|?{[(#ENV{label_racine,<:info_racine_sit...
phenix-factory/p.henix.be
prive/formulaires/selecteur/lister.html
HTML
gpl-3.0
1,259
<?php /* * Copyright 2014 Google Inc. * * 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 t...
Merrick28/delain
web/vendor/google/apiclient-services/src/Google/Service/AlertCenter.php
PHP
gpl-3.0
7,176
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name='viewport' content='width=device-width'> <meta name='apple-mobile-web-app-capable' content='yes'> <meta name='mobile-web-app-capable' content='yes'> <link rel='icon' href='../images/favicon-16.png' sizes='16x16'> <link rel='icon' hr...
crazybiocomputing/dotplot_wgl
src/examples/Repeated_Domains.html
HTML
gpl-3.0
1,167
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,cyrillic-ext,greek-ext,vietnamese); html, body { height: 100%; margin: 0; padding: 0; font-family: 'Open Sans', sans-serif; color: #545454; text-rendering: optimizeLegibility;...
Kutomore/beagle
upload/admin/view/stylesheet/stylesheet.css
CSS
gpl-3.0
16,179
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!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/html; charset=UTF-8" /> <title>Chapt...
apavlo/h-store
third_party/cpp/berkeleydb/docs/installation/upgrade_61_toc.html
HTML
gpl-3.0
12,456
<?php /* Copyright (C) 2010 Laurent Destailleur <eldy@users.sourceforge.net> * * 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 la...
woakes070048/crm-php
test/phpunit/CompanyBankAccountTest.php
PHP
gpl-3.0
5,478
/* * Generated by asn1c-0.9.24 (http://lionet.info/asn1c) * From ASN.1 module "InformationElements" * found in "../asn/InformationElements.asn" * `asn1c -fcompound-names -fnative-types` */ #ifndef _EUTRA_MeasuredResults_vb50ext_H_ #define _EUTRA_MeasuredResults_vb50ext_H_ #include <asn_application.h> /* Incl...
BramBonne/snoopsnitch-pcapinterface
contrib/libosmo-asn1-rrc/include/EUTRA-MeasuredResults-vb50ext.h
C
gpl-3.0
922
/* _______ ____ __ ___ ___ * \ _ \ \ / \ / \ \ / / ' ' ' * | | \ \ | | || | \/ | . . * | | | | | | || ||\ /| | * | | | | | | || || \/ | | ' ' ' * | | | | |...
Xane123/MaryMagicalAdventure
libraries/dumb/src/it/itmisc.c
C
gpl-3.0
5,299
<li class="element"> <div class="sortable-item"> <?php $elementsArray = get_table_options( 'Element', null, array( 'element_set_name' => ElementSet::ITEM_TYPE_NAME, 'sort' => 'alpha', ...
AppStateLibrary/omeka
plugins/Contribution/views/admin/types/add-existing-element.php
PHP
gpl-3.0
1,503
/** * Copyright 2015 Google Inc. 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 appli...
Georeactor/wikitongues
node_modules/googleapis/apis/genomics/v1alpha2.js
JavaScript
gpl-3.0
29,872
/* This file is part of darktable, Copyright (C) 2015-2020 darktable developers. darktable is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) an...
peterbud/darktable
src/lua/widget/entry.c
C
gpl-3.0
4,088
/* # PostgreSQL Database Modeler (pgModeler) # # Copyright 2006-2015 - Raphael Araújo e Silva <raphael@pgmodeler.com.br> # # 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. # # This prog...
robregonm/pgmodeler
libpgmodeler_ui/src/rolewidget.cpp
C++
gpl-3.0
11,148
/***************************************************************************** * RasterPropMonitor * ================= * Plugin for Kerbal Space Program * * by Mihara (Eugene Medvedev), MOARdV, and other contributors * * RasterPropMonitor is free software: you can redistribute it and/or modify * it under the...
Mihara/RasterPropMonitor
RasterPropMonitor/Core/MappedVariable.cs
C#
gpl-3.0
2,886
/* Test whether a wide character has a given property. Copyright (C) 2011-2014 Free Software Foundation, Inc. Written by Bruno Haible <bruno@clisp.org>, 2011. 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 Fre...
crossbuild/grep
lib/iswctype.c
C
gpl-3.0
904
<?php /* Copyright (C) 2012-2013 Christophe Battarel <christophe.battarel@altairis.fr> * Copyright (C) 2014 Ferran Marcet <fmarcet@2byte.es> * * 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 Foundati...
alachaum/dolibarr
htdocs/margin/productMargins.php
PHP
gpl-3.0
12,305
/*************************************************************************** * * R2Board.h * * Public defines, parameters and structures. * * Copyright (C) 1996 by BitFlow, Inc. All Rights Reserved. * * 06/25/96 rjd created * ***************************************************************************/ #ifndef __R2BO...
brandonaaron/mindcontrol
3rdPartyLibs/BitFlowSDK/R2Board.h
C
gpl-3.0
7,423
/* * This file is part of the MediaWiki extension MediaViewer. * * MediaViewer 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. *...
kylethayer/bioladder
wiki/extensions/MultimediaViewer/tests/qunit/mmv/ui/mmv.ui.canvas.test.js
JavaScript
gpl-3.0
10,094
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Linq.Expressions; namespace ComputationAPI { public sealed class SigmoidFunction : IFunction { #region Constructors public SigmoidFunction() { Alpha = 1.0; } ...
unbornchikken/Neuroflow
_vault/NFBak/Neuroflow_vsonline/Neuroflow/OldStuff/NeoComp/Neocomp Framework/ComputationAPI/SigmoidFunction.cs
C#
gpl-3.0
2,239
// Win32++ Version 7.3 // Released: 30th November 2011 // // David Nash // email: dnash@bigpond.net.au // url: https://sourceforge.net/projects/win32-framework // // // Copyright (c) 2005-2011 David Nash // // Permission is hereby granted, free of charge, to // any person obtaining a copy o...
tectronics/coolshell
lib/Win32xx/socket.h
C
gpl-3.0
23,965
// // Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software // Foundation, Inc // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 3 of the License, or // (at you...
atheerabed/gnash-fork
cygnal/libnet/network.h
C
gpl-3.0
11,137
<?php class ModelLocalisationReturnAction extends Model { public function addReturnAction($data) { foreach ($data['return_action'] as $language_id => $value) { if (isset($return_action_id)) { $this->db->query("INSERT INTO " . DB_PREFIX . "return_action SET return_action_id = '" . (int)$return_action_id ....
edwardbrosens/ambacht
upload/admin/model/localisation/return_action.php
PHP
gpl-3.0
3,724
<?php // Heading $_['heading_title'] = 'Weight Based Shipping'; // Text $_['text_shipping'] = 'Shipping'; $_['text_success'] = 'Success: You have modified weight based shipping!'; // Entry $_['entry_rate'] = 'Rates'; $_['entry_tax_class'] = 'Tax Class'; $_['entry_geo_zone'] = 'Geo Zone';...
yaddabristol/opencart
upload/admin/language/english/shipping/weight.php
PHP
gpl-3.0
606
{!!Html::style("plugins/bootstrap/css/bootstrap.min.css")!!} {!!Html::style("plugins/node-waves/waves.min.css")!!} {!!Html::style("plugins/animate-css/animate.min.css")!!} {!!Html::style("css/style.min.css")!!} {!!Html::style("css/parsleyStyle.min.css")!!} {!!Html::style("css/themes/all-themes.min.css")!!} {!!Ht...
binmurv/C.B.U.L.M.S.
resources/views/user/guest/inquiry/units.blade.php
PHP
gpl-3.0
10,881
//_____________________________________________________________________________ /*! \class genie::nuvld::GuiNuXSecSqlInputs \brief \author Costas Andreopoulos (Rutherford Lab.) <costas.andreopoulos \at stfc.ac.uk> \created August 25, 2004 */ //_________________________________________________________________...
jschwehr/GENIE_2_8
src/validation/attic/NuVld/GuiNuXSecSqlInputs.h
C
gpl-3.0
640
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /> <title>来自 {...
qky1412/prestashop-local
modules/blockwishlist/mails/zh/wishlist.html
HTML
gpl-3.0
5,445
<!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"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
ryjen/db
html/classcoda_1_1db_1_1sqldb.html
HTML
gpl-3.0
12,722
/** * Copyright (C) 2013-2014 Project-Vethrfolnir * * 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. * * ...
Setekh/vethrfolnir-mu
src/main/tests/com/vethrfolnir/gen/GenMonsters.java
Java
gpl-3.0
3,970
# Copyright 2016 Google Inc. 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 ...
GirlsCodePy/girlscode-coursebuilder
modules/courses/courses_integration_tests.py
Python
gpl-3.0
1,816
/* * Generated by asn1c-0.9.24 (http://lionet.info/asn1c) * From ASN.1 module "InformationElements" * found in "../asn/InformationElements.asn" * `asn1c -fcompound-names -fnative-types` */ #ifndef _RAB_InformationSetupList_v820ext_H_ #define _RAB_InformationSetupList_v820ext_H_ #include <asn_application.h> /...
BramBonne/snoopsnitch-pcapinterface
contrib/libosmo-asn1-rrc/include/RAB-InformationSetupList-v820ext.h
C
gpl-3.0
1,063
/** * grunt/pipeline.js * * The order in which your css, javascript, and template files should be * compiled and linked from your views and static HTML files. * * (Note that you can take advantage of Grunt-style wildcard/glob/splat expressions * for matching multiple files.) */ // CSS files to inject in orde...
Ymple/ymple-ecommerce
tasks/pipeline.js
JavaScript
gpl-3.0
2,220
/* * OpenSDI Manager 2 * Copyright (C) 2014 GeoSolutions S.A.S. * http://www.geo-solutions.it * * GPLv3 + Classpath exception * * 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, ei...
Gnafu/OpenSDI-Manager2
src/modules/workflow/src/main/java/it/geosolutions/opensdi2/workflow/transform/PreBuilder.java
Java
gpl-3.0
1,148
<!DOCTYPE html> <html><head> <title>eric6.E5Network.E5SslErrorHandler</title> <meta charset="UTF-8"> <style> body { background: #EDECE6; margin: 0em 1em 10em 1em; color: black; } h1 { color: white; background: #85774A; } h2 { color: white; background: #85774A; } h3 { color: white; background: #9D936E; } h4...
davy39/eric
Documentation/Source/eric6.E5Network.E5SslErrorHandler.html
HTML
gpl-3.0
5,041
/* * Copyright (C) 2013 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
packages/apps/Camera2/src/com/android/camera/ui/ModeTransitionView.java
Java
gpl-3.0
22,927
<!DOCTYPE html> <html><head> <title>eric6.QScintilla.Lexers.LexerPascal</title> <meta charset="UTF-8"> <style> body { background: #EDECE6; margin: 0em 1em 10em 1em; color: black; } h1 { color: white; background: #85774A; } h2 { color: white; background: #85774A; } h3 { color: white; background: #9D936E; } ...
davy39/eric
Documentation/Source/eric6.QScintilla.Lexers.LexerPascal.html
HTML
gpl-3.0
4,037
// Copyright 2017 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. #ifndef BASE_ANDROID_ANDROID_HARDWARE_BUFFER_ABI_H_ #define BASE_ANDROID_ANDROID_HARDWARE_BUFFER_ABI_H_ // Minimal binary interface definitions for AHard...
Passw/gn_GFW
base/android/android_hardware_buffer_abi.h
C
gpl-3.0
3,740
/* * Copyright (C) 2012 Krawler Information Systems Pvt Ltd * All rights reserved. * * 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 optio...
niuran1993/Deskera-HRMS
mavenPayroll/src/main/java/com/krawler/spring/hrms/employee/hrmsEmpDAO.java
Java
gpl-3.0
2,349
/**************************************************************************** ** ** Copyright (C) 2016 Jochen Becher ** Contact: https://www.qt.io/licensing/ ** ** This file is part of Qt Creator. ** ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may use this file in ** accordance with th...
pivonroll/Qt_Creator
src/libs/modelinglib/qmt/stereotype/shapevalue.h
C
gpl-3.0
4,301
<?php include "inc/header.inc.php" ?> <!DOCTYPE html> <html> <head> <title><?=$Text['global_title']; ?></title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="js/jquery.mobile-1.0.1/jquery.mobile-1.0.1.min.css" /> <script src="js/jquery/jquery-1.7.1.mi...
85mespilus/Aixada
mobile/index_m.php
PHP
gpl-3.0
1,196
# -*- coding: utf-8 -*- from __future__ import unicode_literals from django.db import models, migrations class Migration(migrations.Migration): dependencies = [ ('libreosteoweb', '0018_auto_20150420_1232'), ] operations = [ migrations.AlterField( model_name='regulardoctor', ...
littlejo/Libreosteo
libreosteoweb/migrations/0019_auto_20150420_1821.py
Python
gpl-3.0
460