id
stringlengths
64
64
content
stringlengths
500
100k
language
stringclasses
29 values
path
stringlengths
4
333
repo
stringlengths
5
116
license
stringclasses
15 values
size
int64
500
100k
lines
int64
26
8.06k
source
stringclasses
1 value
69082555339c01876b63fff2ea411206a83556f4da541d9d9e87dda5317b6d6d
<?php /** * File containing the eZConfirmOrderHandler class. * * @copyright Copyright (C) 1999-2012 eZ Systems AS. All rights reserved. * @license http://www.gnu.org/licenses/gpl-2.0.txt GNU General Public License v2 * @version 2012.5 * @package kernel */ /*! \class eZConfirmOrderHandler ezconfirmorderhandle...
PHP
kernel/classes/ezconfirmorderhandler.php
pauletienney/siliconnexion
gpl-2.0
2,311
63
codeparrot/github-code
1313fd5b5333dbf42dca1a48d92aeab86b6f4fd3f1fcaa675e63d4b03cb5e8a7
// Aseprite // Copyright (C) 2001-2015 David Capello // // This program 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 Foundation. #pragma once #include "app/cmd.h" #include "app/cmd/with_image.h" #include...
C
src/app/cmd/clear_image.h
aseprite-gpl/aseprite
gpl-2.0
858
40
codeparrot/github-code
6a6925ebdd055aff0a35b62be2b2f989ee529d02ad1c396a2e3cef3b41f7089d
<?php /* themes/bootstrap/templates/block/block--system-menu-block--main.html.twig */ class __TwigTemplate_246f174c8ab20b6a51e170502d2993bcd37e4dcb36b2fccea5aabc9339ca9900 extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->parent = fa...
PHP
sites/default/files/php/twig/5f824940_block--system-menu-block--main.html.twig_f50d4c98acc20d46e1a2cb239e1db3ca96343d01afdb68b5ef3f7a19964a3454/c8cca64b63acaa6b9e1be96d514a920e4bc0b44c600ee5a1090812a01ae5e00f.php
deryfebriantara/symfonyId
gpl-2.0
5,453
126
codeparrot/github-code
cc650e6ac64ab1b415e67df4dbb673606f9ae53d4988878c684a1b71435ae0ff
define([ 'jquery', ], function($){ 'use strict' // if no scope is given, messages will be attached to the body var messageScope = $(document.body); // the actual messenger class var messageManager = function(message, options) { var setup = $.extend({}, { type: 'error', delayToClose: 2000,...
JavaScript
tao/views/js/message.js
swapnilaptara/tao-aptara-assess
gpl-2.0
1,320
63
codeparrot/github-code
471ced2ed285ef07c892a69702994c8867437679a2a0ff5c5558c41a7867a721
<?xml version="1.0" encoding="iso-8859-1"?> <!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> <title>Docs for page _virtual_orderss.php</title> <link rel="stylesheet" href="../med...
HTML
.phpDocumentation/HTMLframesConverter/com_collector1/_com_collector1---models---_virtual_orderss.php.html
srgg6701/WebApps
gpl-2.0
5,524
168
codeparrot/github-code
c9d75094fa8ac83195178b8bbc9a1144e4a4f7a769a333cabfcbb1583caea4d7
/* - mode: c; c-basic-offset: 2; indent-tabs-mode: nil; -*- * vim:expandtab:shiftwidth=2:tabstop=2:smarttab: * * Copyright (C) 2010 Brian Aker * * 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 F...
C++
drizzled/identifier/catalog.cc
miurahr/drizzle
gpl-2.0
3,112
136
codeparrot/github-code
f31e75fceacf1cc36b7fab319003eacf84797eccf4be4f68d7309b3804b70200
/* * linux/arch/arm/kernel/smp.c * * Copyright (C) 2002 ARM Limited, 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 version 2 as * published by the Free Software Foundation. */ #include <linux/module.h> #incl...
C
arch/arm/kernel/smp.c
hei1125/Nova_Kernel
gpl-2.0
15,875
720
codeparrot/github-code
c8a5cac460b5e64c331845830484e096809a2393cb17e0a4a03500e3202a47f1
<?php /** * */ class TSolicitud extends CI_Controller{ var $plantilla = ''; function __construct(){ parent::__construct(); $this->load->helper('url'); $this->load->library('unit_test'); $this->load->model('utilidad/Anomalia'); $this->generarPlantilla(); } function generarPlantilla(){ $this->plantil...
PHP
application/controllers/test/TSolicitud.php
gesaodin/ipsfa-bss
gpl-2.0
2,078
84
codeparrot/github-code
2cee8d2ee77b61aa43a4c4b2c21ffb5550e31c74953aec5529162991bd684526
/* * Freescale GPMI NAND Flash Driver * * Copyright (C) 2010-2011 Freescale Semiconductor, Inc. * Copyright (C) 2008 Embedded Alley Solutions, 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 ...
C
drivers/mtd/nand/gpmi-nand/gpmi-nand.c
evolver56k/xpenology
gpl-2.0
46,850
1,667
codeparrot/github-code
903ef18db586a918d5722e066628207b8c78505b8194ccc9ffee5981b04d0269
local triggers = { '^/(setrules)$', '^/(setrules) (.*)', '^/(rules)$', '^/(rules)@GroupButler_bot', '^/(addrules)$', '^/(addrules) (.*)' } local action = function(msg, blocks, ln) --ignore if via pm if msg.chat.type == 'private' then api.sendMessage(msg.from.id, lang[ln].pv) return nil e...
Lua
plugins/rules.lua
black123456789/api
gpl-2.0
2,673
95
codeparrot/github-code
f555a6990c0717187dbcbd9f98f3f940577d7e65d240f788abe09973802a4cff
/* * Copyright 2006-2015 The MZmine 3 Development Team * * This file is part of MZmine 3. * * MZmine 3 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 opti...
Java
src/main/java/io/github/mzmine/gui/preferences/MZminePreferences.java
DrewG/mzmine3
gpl-2.0
5,193
135
codeparrot/github-code
9a6c11c0612797496bab68faca132931e44ba6cac0303f825ddaf2728c14ba28
<?php /** * @version 1.0.0 * @package com_partner * @copyright Toanlm * @license Toanlm * @author Toanlm <gep2a76@gmail.com> - http:// */ // No direct access. defined('_JEXEC') or die; jimport('joomla.application.component.modelitem'); jimport('joomla.event.dispatcher'); /** * Partner model...
PHP
components/com_partner/models/partner.php
toandevitviet/vpan
gpl-2.0
5,132
180
codeparrot/github-code
50f721ffbf8a0630045d1e57cf997d55ea6d2067fa0b26901ad86063b76e895b
/* This file is part of the KDE games library Copyright (C) 2001-2004 Nicolas Hadacek (hadacek@kde.org) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License version 2 as published by the Free Software Foundation. This...
C++
libkdegames/highscore/kexthighscore_internal.cpp
jsj2008/kdegames
gpl-2.0
27,693
877
codeparrot/github-code
47489e8dadfeecdc5272a1bb02ee061678fa62b869427303b49b8eea1f4f9b84
package org.snoopdesigns.silentspace.core.weapons; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.audio.Sound; import org.snoopdesigns.silentspace.core.weapons.missiles.Missile; import org.snoopdesigns.silentspace.core.weapons.missiles.SimpleBlasterMissile; public class SimpleBlasterGun extends Weapon{ pub...
Java
silentspace-core/src/main/java/org/snoopdesigns/silentspace/core/weapons/SimpleBlasterGun.java
snoopdesigns/silentspace
gpl-2.0
837
33
codeparrot/github-code
db5c3c3ff77196145c527ce4534c343323e59002c20fce9df78583a1aa3cf449
#include "unp.h" int main(int argc, char *argv[]) { const char *filename = "test.txt"; int fd; char buf[MAXLINE] = {'\0'}; /** * creat equivalent to * open(path, O_WRONLY | O_CREAT | O_TRUNC, mode) */ if ((fd = creat(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP)) < 0) { err_sys("Can't crea...
C
src/apue/creat/creat.c
Furzoom/demo-C
gpl-2.0
549
33
codeparrot/github-code
fc55a1beb292d269f2dc29851c33dd7406e861e90726212228a30e314f46caf3
/* Configuration.cpp This file is part of Charm, a task-based time tracking application. Copyright (C) 2007-2015 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com Author: Mirko Boehm <mirko.boehm@kdab.com> Author: Frank Osterfeld <frank.osterfeld@kdab.com> Author: Mike McQuaid <mike.mcqua...
C++
Core/Configuration.cpp
sengels/Charm
gpl-2.0
6,309
160
codeparrot/github-code
071e04ecf1c5b1cb76164e68f3c99d2289721c35f800d669ebd66b9e88e2aade
/* * Copyright (C) 2008-2009 Antoine Drouin <poinix@gmail.com> * * This file is part of paparazzi. * * paparazzi 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, or (at your option) * ...
C
sw/airborne/firmwares/rotorcraft/navigation.c
Pold87/paparazzi_clean
gpl-2.0
19,716
661
codeparrot/github-code
b84d1f68522e48250d037f2fec47cdff66d8387489fd9d150dd0390e814460d9
using System; using System.Collections.Generic; using System.IO; using System.Linq; namespace Rizzo { /// <summary> /// The Searcher class /// </summary> public static class Searcher { /// <summary> /// Searchs for all relevant JSON files. /// </summary> /// <return...
C#
WindowsDesktop/Medico/Rizzo/Searcher.cs
GaProgMan/Medico
gpl-2.0
1,831
45
codeparrot/github-code
24a63f45bd92aadc34eb220b08496d6ac7b4010b54235b5a703ecdb96a3cbf11
<?php /** * @version $Id: view.html.php 19013 2012-11-28 04:48:47Z thailv $ * @package JSNUniform * @subpackage Submissions * @author JoomlaShine Team <support@joomlashine.com> * @copyright Copyright (C) 2012 JoomlaShine.com. All Rights Reserved. * @license GNU/GPL v2 or later http://www.gnu....
PHP
administrator/components/com_uniform/views/submissions/view.html.php
dwarkeshsoni/jsn_time_free_j3x
gpl-2.0
10,280
323
codeparrot/github-code
1f28f998a8de814c6dfd1a09b2196a786a3efa9495b7bd162f5cc94cf0e3f441
package spacebees.block; import java.util.ArrayList; import java.util.List; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import spacebees.block.types.HiveType; import spacebees.main.Config; import net.minecraft.block.Block; import net.minecraft.client.renderer.texture.IIconRegister; i...
Java
src/main/java/spacebees/block/BlockHive.java
kdb424/SpaceBees
gpl-2.0
2,519
112
codeparrot/github-code
7bdc4b0b1b6f4219630b3acd38431bd3fb9d5c37f8ae0caf5512f3fb23f4cd25
/* Copyright (C) 2006 - 2009 ScriptDev2 <https://scriptdev2.svn.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 2 of the License, or * (at your option) any l...
C++
scripts/kalimdor/caverns_of_time/hyjal/boss_kazrogal.cpp
xXNembiXx/ScriptDev2_333
gpl-2.0
6,325
205
codeparrot/github-code
09b5a8883601557558b70e649b3cbc6b40a4bbb362502881a985288631459403
/* ptrace.c: Sparc process tracing support. * * Copyright (C) 1996 David S. Miller (davem@caipfs.rutgers.edu) * Copyright (C) 1997 Jakub Jelinek (jj@sunsite.mff.cuni.cz) * * Based upon code written by Ross Biro, Linus Torvalds, Bob Manson, * and David Mosberger. * * Added Linux support -miguel (weird, eh?, the ...
C
arch/sparc64/kernel/ptrace.c
bticino/linux-2.4.19-rmk7-pxa2-btweb
gpl-2.0
16,317
630
codeparrot/github-code
5f4ca24f0836f49f6701f386e9e0d21eca8840c4404a57d69cb8b073a0203782
/* * drivers/pci/pci-driver.c * * (C) Copyright 2002-2004, 2007 Greg Kroah-Hartman <greg@kroah.com> * (C) Copyright 2007 Novell Inc. * * Released under the GPL v2 only. * */ #include <linux/pci.h> #include <linux/module.h> #include <linux/init.h> #include <linux/device.h> #include <linux/mempolicy.h> #include ...
C
drivers/pci/pci-driver.c
12019/Dorimanx-SG2-I9100-Kernel
gpl-2.0
33,870
1,365
codeparrot/github-code
6fe4082322c91439217fd1ce5af923650b53152b803cd33f96a8ff6bd1c8a7cb
{{ $ := .root }} {{ $page := .page }} <!-- About widget --> <div class="row" itemprop="author" itemscope itemtype="http://schema.org/Person" itemref="{{ if $.Site.Params.email }}person-email{{ end }}{{ if $.Site.Params.phone }} person-telephone{{ end }}{{ if $.Site.Params.address}} person-address{{ end }}"> <div cla...
HTML
layouts/partials/widgets/about.html
PeteHaitch/PeteHaitch.github.io
gpl-2.0
3,450
93
codeparrot/github-code
6227e868d20f006fa55e649832c2d52c5b83f6ac36499a23d5b61a20c0142db0
#ifndef MANAK_MANAK_CASE_HPP_INCLUDED #define MANAK_MANAK_CASE_HPP_INCLUDED #include <string> #include <functional> #include <limits> #include <list> #include <manak/util/timer.hpp> #include <manak/util/macro_utils.hpp> #include <manak/util/template_utils.hpp> #include <manak/util/object_store.hpp> namespace manak {...
C++
src/manak/manak_suite/manak_case.hpp
Manak-org/Manak
gpl-2.0
2,263
107
codeparrot/github-code
a99cd3fbc5e943e818f2fb3bb2d4d7fea4ddfd0a4ff5b0a703102a2218ee7d1b
/* GIMP - The GNU Image Manipulation Program * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * 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 * (...
C
src/gimp-2.6.12/app/core/gimpsubprogress.c
jdburton/gimp-osx
gpl-2.0
7,914
258
codeparrot/github-code
2e9aece846b937ed077681e59f8c50d2947bc1513050352c10b8ba035f83c23b
/* A C-program for MT19937: Integer version (1999/10/28) */ /* genrand() generates one pseudorandom unsigned integer (32bit) */ /* which is uniformly distributed among 0 to 2^32-1 for each */ /* call. sgenrand(seed) sets initial values to the working area */ /* of 624 words. Before genrand(), sgenr...
C++
3rdparty/adevs-2.6/src/mtrand.cpp
hanzz/qsimkit
gpl-2.0
6,571
209
codeparrot/github-code
22e73331fde383ae35b6b6975692b866536ae77c1a1af307d7fb8ed00c1af289
/* tcp_stream_dialog.cpp * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * 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;...
C++
ui/qt/tcp_stream_dialog.cpp
da4089/wireshark
gpl-2.0
41,090
1,300
codeparrot/github-code
beeb74c97ed02147874f9f131be3525fe09f5a6bfdec9d37319d8830a9ec7e7c
/* LABORATORIO 1 SISTEMAS OPERATIVOS 2-2015 Integrantes Elías Gonzalez 18.248.829-1 Prof: Fernando Rannou - Ayudante: Luis Loyola */ /* Header donde se declaran las funciones a utilizar por el proceso principal (padre), con sus respectivos includes a las librerias necesarias. */ #include "functionsfather.h" static ...
C
Practicas/functionsfather.c
Elitos/ls2
gpl-2.0
1,038
39
codeparrot/github-code
da74a9361bd20f73c7bd34e36d2735b67720fd6bda5943243986ae2fe6d19b22
// ***************************************************************** -*- C++ -*- // crwedit.cpp, $Rev$ // Print the CIFF structure of a CRW file #include "crwimage.hpp" #include "crwimage_int.hpp" #include "futils.hpp" #include <iostream> #include <string> #include <cstring> void remove(Exiv2::Internal::CiffHeader* ...
C++
src/crwedit.cpp
jmue/exiv2
gpl-2.0
3,690
134
codeparrot/github-code
b0f162ce6205b194a6b6ecdfee0697cba20300a71f9c5a94e4d8e00a60b8cc88
<?php /** * Plugin Name: Friendly Image Titles * Contributors: MikeHale * Description: Automatically adds a friendly image Title and ALT tag based on image filename. * Version: 1.0 * Author: Mike Hale * Author URI: http://www.mikehale.me/ * Text Domain: friendly-im...
PHP
friendly-image-titles.php
mikejhale/friendly-image-titles
gpl-2.0
1,646
52
codeparrot/github-code
3f3f3df92432e7a80fd1c09f2ffc8a677a57803dc6e6fde803f77c0304ff798d
# -*- coding: utf-8 -*- """ direct PAS Python Application Services ---------------------------------------------------------------------------- (C) direct Netware Group - All rights reserved https://www.direct-netware.de/redirect?pas;tasks The following license agreement remains valid unless any additions or changes ...
Python
src/pas_tasks/abstract_persistent.py
dNG-git/pas_tasks
gpl-2.0
2,708
88
codeparrot/github-code
7beebeb50e340cd3231e70df78b50d41a4e32fcc83d541f6ff896483031b0915
/* * Copyright (C) 2009, 2010 Red Hat Inc, Steven Rostedt <srostedt@redhat.com> * * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the ...
C
kernel-shark/trace-compat.c
mikesart/trace-cmd
gpl-2.0
3,335
127
codeparrot/github-code
26af131c1174cba8d86cfe02a54fac1f359c7881632f2432f3a8f932e55b5cad
<html> <head> <title>Zimmerei Geiger | Holzbau, Trockenbau, Altbausanierung, Dachdeckerarbeiten in W&uuml;rzburg und Mainfranken | &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;webdesign by hiddenFrame - webdesign & multimedia - mediengestaltung in würzburg</title> <META content="deutsch, de" name=language> <M...
HTML
_ASSETS/backup/old_site/v0.1/projekt_12_04.html
christopherstock/GC_Carpentry
gpl-2.0
3,166
91
codeparrot/github-code
1a2393e81a7297f3cda0268973c4177c384268b8ac5c7aafbb015367c25a9ebc
/* * This is the source code of Telegram for Android v. 3.x.x. * It is licensed under GNU GPL v. 2 or later. * You should have received a copy of the license in this archive (see LICENSE). * * Copyright Nikolai Kudashov, 2013-2016. */ package com.panahit.ui.Components; import android.Manifest; import android.an...
Java
TMessagesProj/src/main/java/com/panahit/ui/Components/ChatAttachView.java
tooskagroup/test
gpl-2.0
23,003
529
codeparrot/github-code
fd05b83adbcd0dfb2a22cb7f1f190b8b840b196c33a69abbdd70294817504880
extern "C" { # include "../client/client.h" # include "../qcommon/qcommon.h" # include "../win32/win_shared.h" } #include <ppl.h> #include <ppltasks.h> #include <assert.h> #include "win8_utils.h" //============================================ // Quake APIs C_EXPORT void Sys_CreateThreadWin8( void (* function...
C++
code/win8/win8_sys.cpp
PJayB/Quake-III-Arena-D3D11
gpl-2.0
7,741
362
codeparrot/github-code
9f79841305b5ac75e30ac7680060b1747a681813e9bf64a8f6604200af85e4c8
/* * drivers/video/tegra/overlay/overlay.c * * Copyright (c) 2010-2011, NVIDIA Corporation. * * 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 yo...
C
drivers/video/tegra/dc/overlay.c
DerArtem/android-tegra-2.6.36-honeycomb-folio-nvidia
gpl-2.0
19,294
758
codeparrot/github-code
8e95f25e326a979a442c42111d2a38257eaeb0b4b1b96ab176f311b7d46f1b1e
/* * Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
Java
graal/com.oracle.graal.hotspot.amd64/src/com/oracle/graal/hotspot/amd64/AMD64HotSpotLeaveDeoptimizedStackFrameOp.java
BunnyWei/truffle-llvmir
gpl-2.0
2,590
63
codeparrot/github-code
a975e28e9920d0e75505f3bf32eb128e5c49a5ee75223eddf190262e5ffc33e7
/*********************************************************************************** * * * Voreen - The Volume Rendering Engine * * ...
C
Gnorasi/modules/itk_generated/processors/itk_MathematicalMorphology/hconveximagefilter.h
gnorasi/gnorasi
gpl-2.0
3,315
77
codeparrot/github-code
4636a88a2dc5d4014712cc155a2a0ab7de7ce31bbd3194102a0eacf49163428b
<?php class StatsEmailing { const LOGGED = 1; const CREATED = 2; const UPDATED = 3; const UNKNOWN = -1; const UNAUTHORIZED = -2; const WRONGPASSWORD = -3; const ALLREADYEXISTS = -4; public function __construct($sql = null, $dico) { $this->sql = $sql; $this->dico = $dico; } public fun...
PHP
core/stats/statsemailing.php
noparking/alticcio
gpl-2.0
4,319
130
codeparrot/github-code
a4088cffd6c9f36e4a83cfea40e94beebb4f58a0b5ad1e5aaf6202078193a3dc
<?php require_once "abstract_contact.php"; class Compte extends AbstractContact { public $type = "compte"; public $types = "comptes"; public $table = "dt_contacts_comptes"; public $id_field = "id_contacts_comptes"; public $links = array( 'correspondants' => array("correspondants", "comptes"), ); public $tab...
PHP
core/contacts/comptes.php
noparking/alticcio
gpl-2.0
4,486
133
codeparrot/github-code
159181f9148c06705c687ea060a1da561e2e2c3d2da86a11bfa403cd0bb93a64
<?php /** * Plugins List Table class. * * @package WordPress //Nsa Powered * @subpackage List_Table * @since 3.1.0 * @access private */ class WP_Plugins_List_Table extends WP_List_Table { function __construct( $args = array() ) { global $status, $page; parent::__construct( array( 'plural' => 'plugins',...
PHP
wp-admin/includes/class-wp-plugins-list-table.php
StHack/2014-NSA-Series
gpl-2.0
16,854
439
codeparrot/github-code
fcd530d594e05208b3823e7d800e18dc04865362ede14d85f546750a401d6157
if CLIENT or GetLuaAnimations ~= nil then return end include("sh_boneanimlib.lua") AddCSLuaFile("cl_boneanimlib.lua") AddCSLuaFile("sh_boneanimlib.lua") AddCSLuaFile("cl_animeditor.lua") hook.Add("Initialize", "BAL_Initialize", function() util.AddNetworkString("bal_reset") util.AddNetworkString("bal_set") util.Add...
Lua
sv_mocap.lua
JetBoom/animationsapi
gpl-2.0
1,857
73
codeparrot/github-code
448faf799803d67cf2152d856f14444d211cd7b3c83754c7385defb3fea0d12a
/*========================================================================= Program: MedSquare Module: MSQDicomImageViewer.h Copyright (c) Marcel P. Jackowski, Choukri Mekkaoui All rights reserved. See Copyright.txt or http://www.medsquare.org/copyright for details. This software is distributed WITHOUT AN...
C
source/Applications/MSQDicomImageViewer.h
mjck/medsquare
gpl-2.0
4,882
185
codeparrot/github-code
c08ae0e5b202a9812e0b0443f4eb86d72b9c3268fa1eba14b5da424b4305b6e8
local function returnids(cb_extra, success, result) local receiver = cb_extra.receiver local chat_id = result.id local chatname = result.print_name for k,v in pairs(result.members) do send_large_msg(v.print_name, text) end send_large_msg(receiver, 'Message Send to All Done') end local function ...
Lua
plugins/S2A.lua
ddimon/cap
gpl-2.0
937
35
codeparrot/github-code
d300c005303ef81a0a062d0c275b17a56902322da83f730dcc730e9cc7996fd3
/* fe-common-core.c : irssi Copyright (C) 1999-2000 Timo Sirainen 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 ...
C
apps/irssi/src/fe-common/core/fe-modules.c
TabTwo/silc-client
gpl-2.0
6,781
264
codeparrot/github-code
f32d0e8e450aac931da972413f460a523fac788b7a6db52db0a6948897144a66
<?php // IPplan v4.92b // Aug 24, 2001 // // 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 dis...
PHP
ipplan/user/exportdhcp.php
dbarkman/dbarkman.com
gpl-2.0
8,129
237
codeparrot/github-code
fc2205513b7c5cd88f0ee754f0b3857ba19984cd61d6633b8b5798cd1f1bd213
/* * Copyright (C) 2005-2012 MaNGOS <http://getmangos.com/> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * ...
C
src/game/ObjectGuid.h
ZerozCool/ProjectMangos
gpl-2.0
16,450
399
codeparrot/github-code
ef1133a83b80352e2015a125cc885ea1e68e1e94842fbbf7a41d0e8049565fe5
/* * Copyright (C) 2008-2018 TrinityCore <https://www.trinitycore.org/> * * 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 v...
C++
src/server/scripts/Northrend/IcecrownCitadel/boss_deathbringer_saurfang.cpp
lasyan3/TrinityCore
gpl-2.0
57,050
1,420
codeparrot/github-code
c3723f49b49c855582827d2f2303368bd3f1b62d0b868d570439ff4a27547513
/* $Id: isdnloop.c,v 1.11.6.7 2001/11/11 19:54:31 kai Exp $ * * ISDN low-level module implementing a dummy loop driver. * * Copyright 1997 by Fritz Elfert (fritz@isdn4linux.de) * * This software may be used and distributed according to the terms * of the GNU General Public License, incorporated herein by referen...
C
drivers/isdn/isdnloop/isdnloop.c
wesen/lemonix
gpl-2.0
39,511
1,541
codeparrot/github-code
2e99d16fc3ffe9f8e428c5bf96d7fa943d8dbc56e32dda2b784d8862a999eea3
/* * Copyright (C) 2013 LasCore <http://lascore.makeforum.eu/> * Copyright (C) 2008-2012 TrinityCore <http://www.trinitycore.org/> * * 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 ...
C++
src/server/scripts/World/achievement_scripts.cpp
heros/LasCore
gpl-2.0
10,442
338
codeparrot/github-code
c572ed5f2ddb1d6190038885807eacc6132e5d66498086f75ac39a0ceeb6a0a3
jQuery(document).ready(function($) { tinymce.PluginManager.add('chch_pfc_keyup_event', function(editor) { editor.onKeyUp.add(function(){ var editorId = editor.id; var get_ed_content = tinymce.activeEditor.getContent(); do_stuff_here(editorId,get_ed_content); }); ...
JavaScript
admin/assets/js/chch-tinymce-old.js
wp-plugins/popup-exit
gpl-2.0
1,237
47
codeparrot/github-code
80b2baac9e16808bbcd132bdd773de7cb528a148fc1f396088c9d39198a43a49
#ifndef __IPTC_Support_hpp__ #define __IPTC_Support_hpp__ 1 // ================================================================================================= // ADOBE SYSTEMS INCORPORATED // Copyright 2006 Adobe Systems Incorporated // All Rights Reserved // // NOTICE: Adobe permits you to use, modify, and distribu...
C++
libdng/contrib/xmpsdk/source/XMPFiles/FormatSupport/IPTC_Support.hpp
jmue/dngconvert
gpl-2.0
11,828
305
codeparrot/github-code
937798d1b20a54abb4111c5271d0dc1a7140ae673af7326b2d8c22fce74d44dd
/** * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * * Copyright (C) 2005-2020 MaNGOS <https://getmangos.eu> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Publ...
C++
src/game/vmap/ModelInstance.cpp
mangosfour/server
gpl-2.0
8,655
244
codeparrot/github-code
f9c814c2665568e84f8f4f19f0ba68d2e766e0a0e79057b9098462636bb7a89f
#include <ant_animal.h> #include <ant_entity_selector.h> AntAnimal::AntAnimal(AntMap *pMap):AntEntity(pMap),mLastBirth(rand()%40) { mDead=false; mAlreadyDead=false; } void AntAnimal::init() { AntEntity::init(); mFood=0; } void AntAnimal::eventNoJob() { AntEntity::eventNoJob(); if(dead()) { newRestJo...
C++
lib/game/entities/ant_animal.cc
godrin/antargis
gpl-2.0
1,220
74
codeparrot/github-code
8cb353f2ed9c401792e9f9a0d7e8873a2e7fba18e8b35df8f015a30c191dd5ee
package com.marginallyclever.makelangelo.select; import javax.swing.*; import java.awt.*; import java.util.ArrayList; import java.util.List; public class SelectSpinner extends Select { private JLabel label; private JSpinner field; public SelectSpinner(String name, String labelText, int min, int max, int...
Java
src/main/java/com/marginallyclever/makelangelo/select/SelectSpinner.java
MarginallyClever/Makelangelo-software
gpl-2.0
975
41
codeparrot/github-code
ecca93922f3bbeba16437151db9aa3e3bbee61291d3e3dc839c667abfeddeb62
using System; using System.Reactive.Disposables; using System.Reactive.Linq; using DynamicData; using DynamicData.Binding; using DynamicData.Controllers; using DynamicData.Kernel; using DynamicData.Operators; using TradeExample.Infrastucture; namespace TradeExample { public class LiveTradesViewer :AbstractNotifyP...
C#
Source/Financials.Common/LiveTradesViewer.cs
codejar/Financials
gpl-2.0
2,727
80
codeparrot/github-code
7c79259a65a2612954ce8b367a6278d0187ab8368234ca03a704d2128a86910a
#ifndef __SPARC64_UCTX_H #define __SPARC64_UCTX_H #define MC_TSTATE 0 #define MC_PC 1 #define MC_NPC 2 #define MC_Y 3 #define MC_G1 4 #define MC_G2 5 #define MC_G3 6 #define MC_G4 7 #define MC_G5 8 #define MC_G6 9 #define MC_G7 10 #define MC_O0 11 #define MC_O1 12 #define MC_O2 13 #define MC_O3 14 #def...
C
kernel/arch/sparc/include/asm/uctx.h
luckasfb/OT_903D-kernel-2.6.35.7
gpl-2.0
1,223
68
codeparrot/github-code
08bdcca94945271ed955e21b0c52a60765c764c403598002487d72833aeb9005
/* * Copyright (c) 2019, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
Java
tools/src/org.graalvm.tools.lsp/src/org/graalvm/tools/lsp/server/types/ImplementationOptions.java
smarr/Truffle
gpl-2.0
2,360
68
codeparrot/github-code
635297cf20d2ed98f5f7036719215ed6acef7443235cfae8d6bfca81b3df8983
/* * x86 SMP booting functions * * (c) 1995 Alan Cox, Building #3 <alan@lxorguk.ukuu.org.uk> * (c) 1998, 1999, 2000, 2009 Ingo Molnar <mingo@redhat.com> * Copyright 2001 Andi Kleen, SuSE Labs. * * Much of the core SMP work is based on previous work by Thomas Radke, to * whom a great many thanks are extended. *...
C
arch/x86/kernel/smpboot.c
NeptunIDE/linux
gpl-2.0
36,104
1,455
codeparrot/github-code
cf1fa98ea98d4d8df906ead31aa8eb31d11715f0f12ad4350bf8f2bb92a5ad78
/* * Copyright (C) 2008-2012 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either ver...
C++
src/server/game/Handlers/QuestHandler.cpp
HardiskFromYT/Trinity-Zero
gpl-2.0
29,050
773
codeparrot/github-code
5ee956efade725cd28447c8ee589098ae81af7ab30342d6702fa283865843e4b
#include <KlayGE/KlayGE.hpp> #include <KFL/Util.hpp> #include <KlayGE/Context.hpp> #include <KFL/Math.hpp> #include <KlayGE/ResLoader.hpp> #include <KlayGE/FrameBuffer.hpp> #include <KlayGE/RenderEffect.hpp> #include <KlayGE/RenderEngine.hpp> #include <KlayGE/RenderFactory.hpp> #include <numeric> #include <...
C++
KlayGE/Samples/src/PostProcessing/TilingPP.cpp
gongminmin/KlayGE
gpl-2.0
2,187
73
codeparrot/github-code
bcd35a3f4f1e08b22832186c65634d7deaf4e2c5ce10e0e0abdb8def7e3c8a68
package com.avapir.roguelike.game.world.character; import com.avapir.roguelike.core.GameStateManager; import com.avapir.roguelike.game.battle.Armor; import com.avapir.roguelike.game.battle.Attack; /** * Contains all formulas used for every secondary parameters: attack or defense power, hp and mp values, * FoV radiu...
Java
src/com/avapir/roguelike/game/world/character/StatsFormulas.java
AvaPirA/MyRoguelike
gpl-2.0
3,171
108
codeparrot/github-code
2d59250ddc6525792a8d63bf8df963b6b5c5ba93fedc17dcd57f90b8b4a32815
<?php /* Plugin Name: Email Notifications Plugin URI: https://github.com/wearerequired/required-email-notifications Description: Email notifications queue and management. Version: 2.0.0-alpha Author: required gmbh Author URI: https://required.com License: GPL Copyright: required gmbh */ if ( file_exists( __DIR__ . '/v...
PHP
required-email-notifications.php
wearerequired/required-email-notifications
gpl-2.0
1,601
53
codeparrot/github-code
f6bf36fc92e87cefe5de55b660d90ae7058ac6ebc6525b6befcb4e00211354b2
<?php /* * 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; under version 2 * of the License (non-upgradable). * * This program is distributed in the hope that it will be useful, * but WITH...
PHP
taoQtiItem/model/qti/choice/TextVariableChoice.php
swapnilaptara/tao-aptara-assess
gpl-2.0
2,276
72
codeparrot/github-code
6e4fb0c473a45c2b4a89633927f4ce14de2c5324732ea1d73db9c1e1797e3eb2
<?php /* Generated on 6/26/15 3:23 AM by globalsync * $Id: $ * $Log: $ */ require_once 'AbstractRequestType.php'; require_once 'ModifyActionCodeType.php'; require_once 'ItemIDArrayType.php'; /** * Enables the seller to change the item listings that are affected by a promotional sale. * **/ class SetPromoti...
PHP
wp-content/plugins/wp-lister-for-ebay/includes/EbatNs/SetPromotionalSaleListingsRequestType.php
booklein/wpbookle
gpl-2.0
4,562
269
codeparrot/github-code
5c8cb19f3776a9a5459b58ef5121a46f28976e92153f0afef588ca371b6a93e6
/* -*- mode: C++; tab-width: 4; c-basic-offset: 4; -*- */ /* AbiCollab- Code to enable the modification of remote documents. * Copyright (C) 2005 by Martin Sevior * Copyright (C) 2006 by Marc Maurer <uwog@uwog.net> * Copyright (C) 2007 One Laptop Per Child * * This program is free software; you can redistribute i...
C++
plugins/collab/core/session/xp/AbiCollab_Export.cpp
tanya-guza/abiword
gpl-2.0
21,501
663
codeparrot/github-code
7cecf16ade50e6c5facb6857e79209ca10dc8dd791e6a83059b558f7102abe87
package universalcoins.worldgen; import java.util.List; import java.util.Random; import net.minecraft.util.EnumFacing; import net.minecraft.world.gen.structure.StructureComponent; import net.minecraft.world.gen.structure.StructureVillagePieces; import net.minecraft.world.gen.structure.StructureVillagePieces.PieceWeig...
Java
src/main/java/universalcoins/worldgen/VillageGenBank.java
notabadminer/UniversalCoins
gpl-2.0
1,237
33
codeparrot/github-code
d82008a0ee676e1aafc48e7c4b3f264c1a9f966d5e8770aef21748078f252c6e
/* Copyright (C) 2006 - 2009 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/> * This program is free software licensed under GPL version 2 * Please see the included DOCS/LICENSE.TXT for more information */ #include "precompiled.h" #include "system.h" #include "ProgressBar.h" #include "ObjectMgr.h" #include...
C++
src/bindings/ScriptDev2/system/system.cpp
web0316/WOW
gpl-2.0
8,257
243
codeparrot/github-code
9b94f705b967e19f7190ac2c2d5289d32601faaf0801304044682975ce6edbc0
/* * Copyright (C) 2002-2007 Auriga * * This file is part of Auriga. * * 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 v...
C
src/converter/char-converter.c
AurigaProject/root
gpl-2.0
42,868
1,416
codeparrot/github-code
669239af3f18ea70f2c9d210523bec577a427dc44dc7900897c79ff084f95e6d
/**************************************************************************** ** ** Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB). ** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the Qt3D module of the Qt Toolkit. ** *...
C++
src/render/frontend/qspheremesh.cpp
lucaspcamargo/qt3d
gpl-2.0
10,500
337
codeparrot/github-code
c09203ac836f352af341444f9015d679a6e94289e3fde843c7d0dfddcd34dad9
// // Copyright Aliaksei Levin (levlam@telegram.org), Arseny Smirnov (arseny30@gmail.com) 2014-2018 // // 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) // #pragma once #include "td/mtproto/AuthKey.h" #include "td/u...
C
protocols/Telegram/tdlib/td/td/mtproto/AuthData.h
miranda-ng/miranda-ng
gpl-2.0
6,612
278
codeparrot/github-code
02f3ee7947144cfc32d7189f910a47c4c8b7e98ed6e162f6dab9a57c0d259c85
<?php // // ZoneMinder web montage view file, $Date$, $Revision$ // Copyright (C) 2001-2008 Philip Coombes // // 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 Licens...
PHP
web/skins/classic/views/montage.php
SteveGilvarry/ZoneMinder
gpl-2.0
11,437
330
codeparrot/github-code
3f2b001ebc3d7f79c72adc5d9eafd5566a15212f68260f433ec25b5840aade1c
/** * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * * Copyright (C) 2005-2020 MaNGOS <https://getmangos.eu> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Publ...
C++
src/game/vmap/TileAssembler.cpp
mangosfour/server
gpl-2.0
22,396
635
codeparrot/github-code
ed37bda25d60bf6e2b9246b767e23558ec5e9c3037b250aa307dfcdec8e56870
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license an...
PHP
app/core_modules/search/resources/1.0.3/Search/Lucene/Index/DictionaryLoader.php
chisimba/chisimba
gpl-2.0
9,730
255
codeparrot/github-code
d679dd694073b4f64ba42ef4a657855b626cd7665ba510557469e8a340966461
<?php /* @copyright:ChronoEngine.com @license:GPLv2 */defined('_JEXEC') or die('Restricted access'); defined("GCORE_SITE") or die; ?> <div class="chrono-page-container"> <div class="container" id="wizard_page" style="width:100%;"> <div class="row" id="page_top"></div> <?php $doc = \GCore\Libs\Document::getInst...
PHP
administrator/components/com_chronoforms5/chronoforms/views/edit.php
zanderkyle/zandergraphics
gpl-2.0
92,810
1,926
codeparrot/github-code
c326c315ac7c994b479412fe30fc59ed5633c58c89a64a9dc63397dbd2a84d02
/** ****************************************************************************** * @file LwIP/LwIP_TCP_Echo_Server/Src/main.c * @author MCD Application Team * @version V1.0.1 * @date 26-February-2014 * @brief This sample code implements a TCP Echo Server application based on * ...
C
lib/STM32Cube_FW_F4_V1.1.0/Projects/STM324xG_EVAL/Applications/LwIP/LwIP_TCP_Echo_Server/Src/main.c
chsigi/blindschleiche
gpl-2.0
8,476
253
codeparrot/github-code
98b205218099d3187f57875796a491265a7163094b10f3b54d17184678f3da3a
<?php if (!defined('_PS_VERSION_')) { die('No direct script access'); } /** * Pago Facil Webhook * Update Status Order */ class PagofacilWebhookModuleFrontController extends ModuleFrontController { /** * Init * @return void */ public function initContent() { parent::initContent(); $this-...
PHP
pagofacil/controllers/front/webhook.php
PagoFacil/PrestaShopPlugin
gpl-2.0
1,940
92
codeparrot/github-code
a692396c4d89f41b07024de264848fdd422283f0bd58b950fa8ec1f6d419f34b
<?php /** * copyright : (C) 2001-2013 Advanced Internet Designs Inc. * email : forum@prohost.org * $Id: admerr.php 5702 2013-10-04 19:34:17Z naudefj $ * * 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...
PHP
adm/admerr.php
izackp/OrlandoDevForum
gpl-2.0
6,055
188
codeparrot/github-code
c97a7da246fee6d7999218270301b96828efacbb13b9fd7378611c6aa6550fed
/** * OWASP Benchmark Project v1.1 * * This file is part of the Open Web Application Security Project (OWASP) * Benchmark Project. For details, please see * <a href="https://www.owasp.org/index.php/Benchmark">https://www.owasp.org/index.php/Benchmark</a>. * * The Benchmark is free software: you can redistribute it and/...
Java
src/main/java/org/owasp/benchmark/testcode/BenchmarkTest06300.java
iammyr/Benchmark
gpl-2.0
1,796
55
codeparrot/github-code
76d0c8d64db66689bc84f97b993810f62dd05d9dbc95efff03fa219064559199
{-- -- Natume -- an implementation of Kana-Kanji conversion in Haskell -- Copyright (C) 2006-2012 Takayuki Usui -- -- 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 th...
Haskell
Rensetu.hs
takayuki/natume
gpl-2.0
5,530
161
codeparrot/github-code
483737a5ad3431a1c8a7c00157dbde10b48124b3b6ab160ec640a477140e5621
/* * American Laser Games MM Video Decoder * Copyright (c) 2006,2008 Peter Ross * * This file is part of FFmpeg. * * FFmpeg 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 ...
C
ffmpeg/libavcodec/mmvideo.c
svn2github/MPlayer-SB
gpl-2.0
6,901
240
codeparrot/github-code
336c3dfa432f4ef381b69c2909dcf9bb542386a91b7d80c3e663931b619caba3
\hypertarget{c__tlm__stream_8h}{}\section{/var/www/html/\+S\+J\+S\+U-\/\+D\+E\+V-\/\+Linux/firmware/default/lib/\+L3\+\_\+\+Utils/tlm/c\+\_\+tlm\+\_\+stream.h File Reference} \label{c__tlm__stream_8h}\index{/var/www/html/\+S\+J\+S\+U-\/\+D\+E\+V-\/\+Linux/firmware/default/lib/\+L3\+\_\+\+Utils/tlm/c\+\_\+tlm\+\_\+strea...
TeX
docs/api/latex/de/d56/c__tlm__stream_8h.tex
kammce/SJSU-DEV-Linux
gpl-2.0
10,573
169
codeparrot/github-code
129cf5dda4661e3c87845a80757c1f76b3876f78b6e4b498502d039e5855d94f
<?php /** * 888888ba dP .88888. dP * 88 `8b 88 d8' `88 88 * 88aaaa8P' .d8888b. .d888b88 88 .d8888b. .d8888b. 88 .dP .d8888b. * 88 `8b. 88ooood8 88' `88 88 YP88 88ooood8 88' `"" 88888" 88'...
PHP
admin/includes/magnalister/php/modules/ebay/classes/ProductList/Dependency/MLProductListDependencyEbayPrepareStatusFilter.php
khadim-raath/gambioTest
gpl-2.0
1,463
37
codeparrot/github-code
b139e890c8f72a9b3f2e08d5a9e00232e8a86dba9dd1a06da6ac0b1eee922d2d
/* * multifiletransferdlg.cpp - file transfer dialog * Copyright (C) 2019 Sergey Ilinykh * * 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 ...
C++
src/multifiletransferdlg.cpp
drizt/psi
gpl-2.0
19,855
536
codeparrot/github-code
810e0f132b0cc39a612468abf38f7a4f8958bb44f4d5ce613405827a700c5de5
package org.iocaste.workbench.install; import org.iocaste.appbuilder.common.AbstractInstallObject; import org.iocaste.appbuilder.common.ComplexModelInstall; import org.iocaste.appbuilder.common.ModelInstall; import org.iocaste.appbuilder.common.StandardInstallContext; import org.iocaste.documents.common.DataElement; i...
Java
src/workbench/classes/org/iocaste/workbench/install/ViewInstall.java
fprates/iocaste
gpl-2.0
8,852
217
codeparrot/github-code
1b3f353ced4b234bee80c8425468c6c25a14c1f19337e7738abc6b83ee2881ee
/* -*- c-basic-offset: 8 -*- FreeRDP: A Remote Desktop Protocol client. Transport Layer Security (TLS) encryption Copyright (C) Marc-Andre Moreau <marcandre.moreau@gmail.com> 2010 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License a...
C
libfreerdp/tls.h
alama/freerdp
gpl-2.0
1,346
46
codeparrot/github-code
50283da84f73bf92387546566797701d6a743df867db5d141c0b9566c5e334fc
# $Id$ $VERSION = "1.8"; %IRSSI = ( authors => "Matti Hiljanen", contact => "qvr\@staff.peliportti.net", name => "mail-maildir", description => "Mail counter statusbar item with maildir support", license => "Public Domain", url => "http://matin.maapallo.org/softa/irss...
Perl
apps/irssi/scripts/mail-maildir.pl
silc/silc
gpl-2.0
3,250
120
codeparrot/github-code
a4836a246ec1839907fbf418f2dd5564fb395e8f4e03276e76766c142052a575
/* * Copyright 2010 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundati...
Java
f3jdi/test/com/sun/f3/jdi/test/UserClassTest.java
unktomi/form-follows-function
gpl-2.0
3,658
106
codeparrot/github-code
d1f9ac4066b01d16dd19917860d0f83dc462c6e02253cd252444503d21198b1d
var PAGE = {}; PAGE.controller = { plugins: function(){ //$('.accordion-item').niceScroll(); //$('.accordion-item').getNiceScroll().hide(); }, events: function(){ /* form section */ $('form').submit(function() { $('input[type=submit]').remove(); $(this).append('<p>Thanks for getting in touch, I\'l...
JavaScript
scripts.js
digital-pollution/resume
gpl-2.0
9,342
309
codeparrot/github-code
3c85f28febdf1281bbb6a08a908c955deb17890f1fdcd2436d6240405faaa323
/* File: pcx11e.c * * Implements PC/X11e GrADS console and command line interface. * Redirects stdout and stderr into a X console window. * It relies on "gvwm", the GrADS Virtual Window Manager, a slight * costumization of "fvwm" which replaces "system()" with "gacmd()". * * Based on console.c from the Xlibemu d...
C
src/pcx11e.c
cjg/grads
gpl-2.0
16,214
801
codeparrot/github-code
f3881f695c7a0aa478081760085a6463dc2e412ed95e436d680b8373f4066358
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>theoraenc</title> <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> <link rel="home" href="index.html" title="GStreamer Base Plugins 0.10 Plugins Refer...
HTML
docs/plugins/html/gst-plugins-base-plugins-theoraenc.html
mrchapp/gst-plugins-base
gpl-2.0
24,014
339
codeparrot/github-code
5a8832b1ddb6c4a0cdaece2074c43d2fc16fd1885eb3ef2f4c8e2bb3743be4e0
// -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*- const Lang = imports.lang; const Gio = imports.gi.Gio; const GLib = imports.gi.GLib; const Config = imports.misc.config; const Extension = imports.ui.extension; const Flashspot = imports.ui.flashspot; const Main = imports.ui.main; const AppletManager = imp...
JavaScript
js/ui/cinnamonDBus.js
Cobinja/Cinnamon
gpl-2.0
13,226
386
codeparrot/github-code
588935225215653bc05391c4910088fc4d2e38c3bfd7e495ea7234bd0aa4ecfc
""" # -*- coding: utf-8 -*- # # ======================================================== # # Purpose: Create a square or hexagon grid for use with Marxan # Author: Trevor Wiens # Copyright: Apropos Information Systems Inc. # Acknolwedgements: This function was derived from QGIS fTools VectorGrid # fu...
Python
qm_mkgrid.py
tsw-apropos/qmarxan
gpl-2.0
25,122
519
codeparrot/github-code
4e2ec1d0e453b302631489595e98111ffb30f3807293645cbb2351b06bbfa95a
<?php namespace Drupal\bargain_chat; use Drupal\Core\Entity\EntityTypeInterface; use Drupal\Core\Entity\Routing\AdminHtmlRouteProvider; use Symfony\Component\Routing\Route; /** * Provides routes for Bargain chat room entities. * * @see Drupal\Core\Entity\Routing\AdminHtmlRouteProvider * @see Drupal\Core\Entity\R...
PHP
web/modules/custom/bargain_chat/src/BargainChatRoomHtmlRouteProvider.php
RoySegall/bargain
gpl-2.0
2,570
86
codeparrot/github-code
9e7c6ebf7bd8cb9e565337eb3e83ec36d32bd6a63d0c7531604747f1d373af36
#------------------------------------------------------------------------------- # Name: Example solver # Purpose: Example solver # # Author: Martin Schneider # # Created: 07/14/2014 # Copyright: (c) Martin 2014 # Licence: Creative Commons (CC) #---------------------------------------...
Python
lib/python/multimetallics/solvers/ExampleSolver.py
JConwayAWT/PGSS14CC
gpl-2.0
1,857
52
codeparrot/github-code
719cd838e921b4e51d00552363b7a292e013bd5cfbb397428612112c8d1176e6
--野生の咆哮 function c97922283.initial_effect(c) local e1=Effect.CreateEffect(c) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) c:RegisterEffect(e1) --no damage & spsummon local e2=Effect.CreateEffect(c) e2:SetDescription(aux.Stringid(97922283,0)) e2:SetCategory(CATEGORY_DAMAGE) e2:SetType(EFFECT_TY...
Lua
c97922283.lua
Fluorohydride/ygopro-scripts
gpl-2.0
1,402
40
codeparrot/github-code
652dfd0ec954ad3a7f8a0ad03ba0adb497d4016545be52bc8fcbb21647b9e7be
<?php /** * JBZoo App is universal Joomla CCK, application for YooTheme Zoo component * * @package jbzoo * @version 2.x Pro * @author JBZoo App http://jbzoo.com * @copyright Copyright (C) JBZoo.com, All rights reserved. * @license http://jbzoo.com/license-pro.php JBZoo Licence * @co...
PHP
media/zoo/applications/jbuniversal/cart-elements/currency/manual/manual.php
alexmixaylov/real
gpl-2.0
995
42
codeparrot/github-code
cd74f771458a9feb0f96a733f31f325eace72d393b7a4384b266084054945c21
/* * Core, IRQ and I2C device driver for DA9062 PMIC * Copyright (C) 2015 Dialog Semiconductor 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 2 * of the License, o...
C
drivers/mfd/da9062-core.c
TeamFahQ/kernel_linux_next
gpl-2.0
13,371
513
codeparrot/github-code
502ef10cd5ac7dc8ef0cd01f6786339f666ec9b31c0ef8be2f49ae785863ad54
/* * Copyright (c) 1998-2011 Caucho Technology -- all rights reserved * * This file is part of Resin(R) Open Source * * Each copy or derived work must preserve the copyright notice and this * notice unmodified. * * Resin Open Source is free software; you can redistribute it and/or modify * it under the terms o...
Java
modules/quercus/src/com/caucho/quercus/lib/reflection/ReflectionFunction.java
dlitz/resin
gpl-2.0
2,299
85
codeparrot/github-code