repo_name stringlengths 6 78 | path stringlengths 4 206 | copies stringclasses 281
values | size stringlengths 4 7 | content stringlengths 625 1.05M | license stringclasses 15
values |
|---|---|---|---|---|---|
widelands/widelands | data/tribes/buildings/productionsites/atlanteans/charcoal_kiln/init.lua | 1 | 1379 | push_textdomain("tribes")
dirname = path.dirname(__file__)
wl.Descriptions():new_productionsite_type {
name = "atlanteans_charcoal_kiln",
-- TRANSLATORS: This is a building name used in lists of buildings
descname = pgettext("atlanteans_building", "Charcoal Kiln"),
icon = dirname .. "menu.png",
size = ... | gpl-2.0 |
eraffxi/darkstar | scripts/zones/Rabao/npcs/Maryoh_Comyujah.lua | 2 | 1623 | -----------------------------------
-- Area: Rabao
-- NPC: Maryoh Comyujah
-- Involved in Mission: The Mithra and the Crystal (Zilart 12)
-- !pos 0 8 73 247
-----------------------------------
package.loaded["scripts/zones/Rabao/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/keyitems");
... | gpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/mobile/ronto.lua | 3 | 2136 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/tangible/ship/components/weapon_capacitor/cap_moncal_light.lua | 3 | 2320 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/ship/decimator_tier4.lua | 3 | 2168 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/tangible/hair/rodian/hair_rodian_female_s09.lua | 3 | 2260 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/mobile/talus/lost_aqualish_infiltrator.lua | 1 | 1321 | lost_aqualish_infiltrator = Creature:new {
objectName = "@mob/creature_names:lost_aqualish_infiltrator",
socialGroup = "lost_aqualish",
pvpFaction = "lost_aqualish",
faction = "lost_aqualish",
level = 18,
chanceHit = 0.32,
damageMin = 170,
damageMax = 180,
baseXp = 1257,
baseHAM = 4100,
baseHAMmax = 5000,
a... | lgpl-3.0 |
eraffxi/darkstar | scripts/globals/items/pamama_tart.lua | 2 | 1231 | -----------------------------------------
-- ID: 4563
-- Item: pamama_tart
-- Food Effect: 1hour, All Races
-----------------------------------------
-- HP 10
-- MP 10
-- Dexterity -1
-- Intelligence 3
-- MP Recovered While Healing 2
-----------------------------------------
require("scripts/globals/status");
---------... | gpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/building/tatooine/lucky_despot.lua | 3 | 2326 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
LuaDist2/luasocket | test/urltest.lua | 30 | 17349 | local socket = require("socket")
socket.url = require("socket.url")
dofile("testsupport.lua")
local check_build_url = function(parsed)
local built = socket.url.build(parsed)
if built ~= parsed.url then
print("built is different from expected")
print(built)
print(expected)
os.exi... | mit |
kidaa/Awakening-Core3 | bin/scripts/object/tangible/loot/loot_schematic/death_watch_executioners_hack_schematic.lua | 2 | 2664 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/weapon/melee/knife/knife_donkuwah.lua | 1 | 5072 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
widelands/widelands | data/tribes/workers/atlanteans/armorsmith/init.lua | 1 | 3599 | -- The basic worker documentation is located in /doc/sphinx/lua_tribes_workers_rst.org
-- RST
-- .. _lua_tribes_basic_workers:
--
-- Workers
-- --------
--
-- Workers of this basic type work in buildings. Their function is defined either
-- through the :ref:`buildings' programs <productionsite_programs>`, or through t... | gpl-2.0 |
kidaa/Awakening-Core3 | bin/scripts/object/static/structure/tatooine/debris_tatt_pipe_widemouth.lua | 3 | 2296 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/tangible/wearables/bracelet/bracelet_s05_l.lua | 3 | 4215 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/static/space/asteroid/asteroid_metal_large_01.lua | 3 | 2268 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/draft_schematic/chemistry/medpack_poison_mind_b.lua | 2 | 3717 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
NezzKryptic/Wire | lua/wire/stools/explosive.lua | 8 | 4634 | WireToolSetup.setCategory( "Physics" )
WireToolSetup.open( "explosive", "Explosive", "gmod_wire_explosive", nil, "Explosives" )
TOOL.ClientConVar = {
model = "models/props_c17/oildrum001_explosive.mdl",
effect = "Explosion",
trigger = 1, -- Wire input value to cause the explosion
damage = 200, -- Damage to infli... | apache-2.0 |
upsoft/avbot | extension/luascript/libs/luascript/TALK.lua | 3 | 5688 | local T={
"磅!\n1分\n能力卡-瞬间\n立刻对目标进行一次近战攻击。他停止移动,直到回合结束都无法移动。\n背景描述:",
"重击\n1分\n能力卡\n立刻对目标进行一次近战攻击。伤害额外+2.\n背景描述:",
"扫射\n1分\n能力卡\n立刻对场景中所有敌人造成1点伤害,视为远程攻击。\n背景描述:\n",
"电子入侵\n2分\n能力卡\n获得一台电子设备或一套系统的操控权。\n限制:你必须使用一套相应的设备。\n判定:对抗,决定权限及持续时间。\n",
"呼叫服务\n2分\n能力卡\n令一个人(或ST认为合适的目标)为你做一件事,这件事必须是他力所能及且不致命的。\n判定:完成度、完美度、连带后果\n"... | agpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/tangible/ship/crafted/armor/base_armor.lua | 3 | 2240 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
palmettos/cnLuCI | applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-res.lua | 80 | 3097 | --[[
LuCI - Lua Configuration Interface
Copyright 2008 Steven Barth <steven@midlink.org>
Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net>
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
h... | apache-2.0 |
kidaa/Awakening-Core3 | bin/scripts/object/mobile/dressed_spice_collective_eliteguard_zabrak_male_01.lua | 3 | 2316 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
renatohsc/keys | VSCOKeys.lrdevplugin/Constants.lua | 11 | 1051 | BROADCAST_IP = "0.0.0.0"
LOCALHOST_IP = "127.0.0.1"
PORT = 49657
CLIENT_ENDPOINT = "http://"..LOCALHOST_IP..":"..PORT
CLIENT_DATA_ENDPOINT = CLIENT_ENDPOINT .. "/VSCOKeys/"
CLIENT_SHUTDOWN_ENDPOINT = CLIENT_ENDPOINT .. "/Shutdown/"
CLIENT_INIT_ENDPOINT = CLIENT_ENDPOINT .. "/Init/"
AUTHENTICATION_SERVER = ""
AUTHENTICA... | gpl-2.0 |
palmettos/cnLuCI | applications/luci-polipo/luasrc/model/cbi/polipo.lua | 79 | 5961 | --[[
LuCI - Lua Configuration Interface
Copyright 2008 Aleksandar Krsteski <alekrsteski@gmail.com>
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
$Id$... | apache-2.0 |
kidaa/Awakening-Core3 | bin/scripts/managers/jedi/village/tests/glowing_Test.lua | 1 | 10695 | local Glowing = require("managers.jedi.village.glowing")
local DirectorManagerMocks = require("screenplays.mocks.director_manager_mocks")
local OldManEncounterMocks = require("managers.jedi.village.mocks.old_man_encounter_mocks")
local VillageJediManagerCommonMocks = require("managers.jedi.village.mocks.village_jedi_ma... | lgpl-3.0 |
devlopers1/th3-stun | plugins/sudo.lua | 2 | 2079 | --[[
]]
do
local function run(msg, matches)
if is_sudo(msg) and matches[1]== "م مطور" then
return [[
اوامر المطور كبد عمري🍃👇
ـَـَــَـَـَــَـَـَــَـَـَــَـَـَــَـَـَــَـَـَــَـَـَــَـَـَــَـَـَــَـَـَــَـَـَــَ
‼️تشغيل الحماية ▶️
‼️اطفاء الحماية ▶️
‼️تغعيل لمدة + الايام ▶️
‼️المدة المتبقية ▶️
‼️سوبر + تحويل خا... | gpl-2.0 |
Lexicality/NPCSpawnPlatforms2 | lua/autorun/server/npcspawner2_sv.lua | 1 | 2260 | --[[
NPC Spawn Platforms V2 - lua/autorun/server/npcspawner2_sv.lua
Copyright 2009-2017 Lex Robinson
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/l... | apache-2.0 |
meshr-net/meshr_tomato-RT-N | usr/lib/lua/luci/model/cbi/asterisk/voicemail_settings.lua | 11 | 2467 | --[[
LuCI - Lua Configuration Interface
Copyright 2009 Jo-Philipp Wich <xm@subsignal.org>
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
$Id: voicemai... | apache-2.0 |
eraffxi/darkstar | scripts/commands/setskill.lua | 14 | 1982 | ---------------------------------------------------------------------------------------------------
-- func: setskill <skill name or ID> <skill level> <target>
-- desc: sets target's level of specified skill
---------------------------------------------------------------------------------------------------
require("scr... | gpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/mobile/dressed_ris_inventor_bothan_male.lua | 3 | 2244 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/tangible/furniture/all/frn_all_light_lamp_candlestick_tbl_s02.lua | 3 | 2771 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/tangible/ship/components/booster/bst_corellian_standard_thrust_enhancer.lua | 3 | 2372 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
DeluxeTM/persianTdT | plugins/expiretime.lua | 20 | 2026 | local function pre_process(msg)
msg.text = msg.content_.text
local timetoexpire = 'unknown'
local expiretime = redis:hget ('expiretime', msg.chat_id_)
local now = tonumber(os.time())
if expiretime then
timetoexpire = math.floor((tonumber(expiretime) - tonumber(now)) / 86400) + 1
if tonumber("0") > tonumber... | gpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/tangible/painting/painting_palowick_ad_s01.lua | 3 | 2256 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/mobile/lok/giant_kimogila.lua | 1 | 1024 | giant_kimogila = Creature:new {
objectName = "@mob/creature_names:giant_kimogila",
socialGroup = "kimogila",
pvpFaction = "",
faction = "",
level = 139,
chanceHit = 55,
damageMin = 875,
damageMax = 1460,
baseXp = 13178,
baseHAM = 65000,
baseHAMmax = 80000,
armor = 2,
resists = {35,80,35,80,35,35,100,20,-1}... | lgpl-3.0 |
nfratin/D2MiniGame | scripts/vscripts/libraries/modifiers/modifier_animation_translate_permanent.lua | 26 | 10553 | modifier_animation_translate_permanent = class({})
local _CODE_TO_ANIMATION_TRANSLATE = {
[0]= "loadout",
[1]= "split_shot",
[2]= "chemical_rage",
[3]= "agedspirit",
[4]= "aggressive",
[5]= "injured",
[6]= "ancient_armor",
[7]= "anvil",
[8]= "arcana",
[9]= "techies_arcana",
[10]= "fast",
[11]= ... | apache-2.0 |
kidaa/Awakening-Core3 | bin/scripts/object/tangible/travel/shuttle/base/base_travel_shuttle.lua | 3 | 2280 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/tangible/gambling/slot/standard.lua | 3 | 2289 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/mobile/jinkins.lua | 3 | 2144 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/loot/items/wearables/jacket/jacket_s02.lua | 4 | 1258 | jacket_s02 = {
-- Shortsleeve Jacket
minimumLevel = 0,
maximumLevel = -1,
customObjectName = "",
directObjectTemplate = "object/tangible/wearables/jacket/jacket_s02.iff",
craftingValues = {},
skillMods = {},
customizationStringNames = {"/private/index_color_1","/private/index_color_2"},
... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/mobile/faction/rebel/rebel_specforce_colonel.lua | 1 | 1883 | rebel_specforce_colonel = Creature:new {
objectName = "@mob/creature_names:rebel_specforce_colonel",
socialGroup = "rebel",
pvpFaction = "rebel",
faction = "rebel",
level = 27,
chanceHit = 0.37,
damageMin = 260,
damageMax = 270,
baseXp = 2822,
baseHAM = 8100,
baseHAMmax = 9900,
armor = 0,
resists = {20,20,... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/static/structure/general/cave_wall_tato_style_01.lua | 3 | 2280 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
richo/proxmark3 | client/scripts/dumptoemul.lua | 8 | 2919 | -- The getopt-functionality is loaded from pm3/getopt.lua
-- Have a look there for further details
getopt = require('getopt')
bin = require('bin')
example = "script run dumptoemul -i dumpdata-foobar.bin"
author = "Martin Holst Swende"
usage = "script run dumptoemul [-i <file>] [-o <file>]"
desc =[[
This script takes a... | gpl-2.0 |
kidaa/Awakening-Core3 | bin/scripts/object/tangible/ship/crafted/weapon/speed_limiter_upgrade_mk3.lua | 3 | 2777 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/tangible/ship/components/chassis/blacksun_light_s01_chassis_token.lua | 3 | 3023 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
AwfulRanger/TF2Weapons | lua/entities/tf_projectile_syringe.lua | 1 | 4482 | AddCSLuaFile()
ENT.Base = "tf_projectile_base"
ENT.Type = "anim"
ENT.PrintName = "Syringe"
ENT.Category = "Team Fortress 2"
ENT.Author = "AwfulRanger"
ENT.Spawnable = false
ENT.AdminOnly = false
ENT.TF2Weapons_NoAirblast = true
ENT.Particles = {
trail = "nailtrails_medic_red",
crittrail = "nailtrails_medic_red_c... | mit |
kidaa/Awakening-Core3 | bin/scripts/object/building/general/cave_morag.lua | 3 | 2196 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/tangible/hair/zabrak/hair_zabrak_male_s10.lua | 3 | 2252 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/draft_schematic/space/shields/deflector_shields.lua | 1 | 3470 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/tangible/lair/dwarf_nuna/lair_dwarf_nuna.lua | 2 | 2300 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/ship/xwing_tier2.lua | 3 | 2152 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/static/structure/naboo/poi_nboo_tent_med.lua | 3 | 2248 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/tangible/component/weapon/weapon_dxr6_stock.lua | 3 | 2260 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
meshr-net/meshr_tomato-RT-N | usr/lib/lua/luci/model/cbi/ffwizard.lua | 2 | 44882 | --[[
LuCI - Lua Configuration Interface
Copyright 2008 Steven Barth <steven@midlink.org>
Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net>
Copyright 2011 Patrick Grimm <patrick@pberg.freifunk.net>
Copyright 2011 Manuel Munz <freifunk at somakoma dot de>
Licensed under the Apache License, Version 2.0 (the "Lice... | apache-2.0 |
kidaa/Awakening-Core3 | bin/scripts/object/static/item/item_container_electronics.lua | 3 | 2240 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/draft_schematic/item/item_recycler_flora.lua | 2 | 3609 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
eraffxi/darkstar | scripts/globals/weaponskills/sturmwind.lua | 25 | 1558 | -----------------------------------
-- Sturmwind
-- Great Axe weapon skill
-- Skill level: 70
-- Delivers a two-hit attack. Attack varies with TP.
-- Will stack with Sneak Attack, but only the first hit.
-- Aligned with the Soil Gorget & Aqua Gorget.
-- Aligned with the Soil Belt & Aqua Belt.
-- Element: None
-- Modifi... | gpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/draft_schematic/vehicle/component/starship_module.lua | 3 | 2284 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/tangible/hair/human/hair_human_male_s04.lua | 3 | 2244 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/static/creature/droids_c118.lua | 3 | 2196 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/tangible/painting/painting_bestine_golden_flower_02.lua | 3 | 2292 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
Creedsteam/SuperCreed | plugins/anti_spam.lua | 191 | 5291 | --An empty table for solving multiple kicking problem(thanks to @topkecleon )
kicktable = {}
do
local TIME_CHECK = 2 -- seconds
-- Save stats, ban user
local function pre_process(msg)
-- Ignore service msg
if msg.service then
return msg
end
if msg.from.id == our_id then
return msg
end
-- Save... | agpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/weapon/ranged/grenade/base/grenade_base.lua | 1 | 2244 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/static/item/item_kitchen_portable_stove_sm_s1.lua | 3 | 2268 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
houqp/koreader | frontend/ui/widget/numberpickerwidget.lua | 2 | 7765 | local Button = require("ui/widget/button")
local CenterContainer = require("ui/widget/container/centercontainer")
local Device = require("device")
local FrameContainer = require("ui/widget/container/framecontainer")
local Geom = require("ui/geometry")
local Font = require("ui/font")
local InputContainer = require("ui/w... | agpl-3.0 |
eraffxi/darkstar | scripts/zones/Dynamis-Xarcabard/mobs/Ying.lua | 5 | 1826 | -----------------------------------
-- Area: Dynamis Xarcabard
-- NM: Ying
-----------------------------------
require("scripts/globals/status");
-----------------------------------
function onMobInitialize(mob,target)
end;
function onMobSpawn(mob)
local dynaLord = GetMobByID(17330177);
if (dynaLord:getLoca... | gpl-3.0 |
eraffxi/darkstar | scripts/zones/LaLoff_Amphitheater/npcs/qm2.lua | 2 | 1943 | -----------------------------------
-- Area: LaLoff_Amphitheater
-- NPC: Shimmering Circle (BCNM Exits)
-------------------------------------
package.loaded["scripts/zones/LaLoff_Amphitheater/TextIDs"] = nil;
-------------------------------------
require("scripts/globals/bcnm");
require("scripts/globals/titles");
req... | gpl-3.0 |
Softmotions/ejdb-lua | tools/ldoc/ldoc.lua | 4 | 18574 | #!/usr/bin/env lua
---------------
-- ## ldoc, a Lua documentation generator.
--
-- Compatible with luadoc-style annotations, but providing
-- easier customization options.
--
-- C/C++ support for Lua extensions is provided.
--
-- Available from LuaRocks as 'ldoc' and as a [Zip file](http://stevedonovan.github.com/file... | lgpl-2.1 |
kidaa/Awakening-Core3 | bin/scripts/object/resource_container/inorganic_petrochem_liquid.lua | 3 | 2290 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/SharedFactoryObjectTemplate.lua | 3 | 2134 | --Copyright (C) 2007 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versi... | lgpl-3.0 |
Tijndagamer/ISH | ish_client.lua | 1 | 1366 | -- ISH Protocol (client)
-- Get the side of the modem
write("modem side = ")
modem_side = io.read()
write("Hostname = ")
hostname = io.read()
protocol = "ISH"
-- Check modem
print("Checking modem...")
local modem = peripheral.wrap(modem_side)
if modem.isWireless() then
print("Selected modem is wireless.")
else
pr... | mit |
kidaa/Awakening-Core3 | bin/scripts/object/mobile/dressed_tatooine_evil_settler.lua | 3 | 2232 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
eraffxi/darkstar | scripts/zones/Dynamis-Jeuno/mobs/Goblin_Replica.lua | 2 | 1599 | -----------------------------------
-- Area: Dynamis Jeuno
-- MOB: Goblin Replica
-- Map1 Position: http://images3.wikia.nocookie.net/__cb20090312005127/ffxi/images/b/bb/Jeu1.jpg
-- Map2 Position: http://images4.wikia.nocookie.net/__cb20090312005155/ffxi/images/3/31/Jeu2.jpg
-- Vanguard Position: http://faranim.livejo... | gpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/static/naboo/whitewater_6meter.lua | 3 | 2208 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
tsoliman/scummvm | devtools/create_ultima/files/ultima6/scripts/se/actor.lua | 18 | 12032 | --Actor stats table
--[objnum] = {str,dex,int,hp,dmg,alignment,can talk,drops blood,?,?,?,lives in water,flies-immune to tremor,repel undead (not used anymore),poisonous,strength_based,double dmg from fire,immune to magic (fire only),immune to poison,undead and immune to death spells,immune to sleep spell,{spell table}... | gpl-2.0 |
NezzKryptic/Wire | lua/entities/gmod_wire_expression2/core/custom/constraintcore.lua | 5 | 15972 | E2Lib.RegisterExtension("constraintcore", false, "Allows the creation and manipulation of constraints between entities.")
registerCallback("construct", function(self)
self.data.constraintUndos = true
end)
__e2setcost(1)
e2function void enableConstraintUndo(state)
self.data.constraintUndos = state ~= 0
end
local fu... | apache-2.0 |
eraffxi/darkstar | scripts/globals/spells/absorb-acc.lua | 2 | 1590 | --------------------------------------
-- Spell: Absorb-ACC
-- Steals an enemy's accuracy.
--------------------------------------
require("scripts/globals/settings");
require("scripts/globals/status");
require("scripts/globals/magic");
require("scripts/globals/msg");
-----------------------------------------
function ... | gpl-3.0 |
eraffxi/darkstar | scripts/globals/items/serving_of_marbled_steak.lua | 2 | 1488 | -----------------------------------------
-- ID: 5157
-- Item: serving_of_marbled_steak
-- Food Effect: 240Min, All Races
-----------------------------------------
-- Strength 6
-- Agility 1
-- Intelligence -3
-- Attack % 18
-- Attack Cap 95
-- Ranged ATT % 18
-- Ranged ATT Cap 95
-- Lizard Killer 5
-------------------... | gpl-3.0 |
guillitte/torch-rnn | GRU.lua | 2 | 7164 | require 'torch'
require 'nn'
local layer, parent = torch.class('nn.GRU', 'nn.Module')
--[[
If we add up the sizes of all the tensors for output, gradInput, weights,
gradWeights, and temporary buffers, we get that a SequenceGRU stores this many
scalar values:
NTD + 4NTH + 5NH + 6H^2 + 6DH + 7H
Note that this class ... | mit |
kidaa/Awakening-Core3 | bin/scripts/object/building/player/city/cloning_naboo.lua | 2 | 4841 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/tangible/ship/components/weapon/wpn_spacestation_rebel_turret_s01.lua | 3 | 2348 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/resource_container/organic_hide.lua | 3 | 2234 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
gunchleoc/wesnoth | data/ai/micro_ais/cas/ca_healer_initialize.lua | 7 | 1199 | local H = wesnoth.require "lua/helper.lua"
local W = H.set_wml_action_metatable {}
local ca_healer_initialize = {}
function ca_healer_initialize:evaluation()
-- Set variables and aspects so that healers are excluded from attacks at beginning of turn
-- This will be blacklisted after first execution each turn
... | gpl-2.0 |
TheWorst1/1 | plugins/gnuplot.lua | 622 | 1813 | --[[
* Gnuplot plugin by psykomantis
* dependencies:
* - gnuplot 5.00
* - libgd2-xpm-dev (on Debian distr) for more info visit: https://libgd.github.io/pages/faq.html
*
]]
-- Gnuplot needs absolute path for the plot, so i run some commands to find where we are
local outputFile = io.popen("pwd","r")
io.input(outputFile... | gpl-2.0 |
kidaa/Awakening-Core3 | bin/scripts/object/tangible/painting/objects.lua | 3 | 150350 | --Copyright (C) 2009 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later version.
... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/tangible/mission/quest_item/lergo_brazee_q1_needed.lua | 3 | 2288 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
meshr-net/meshr_tomato-RT-N | usr/lib/lua/luci/model/cbi/mini/network.lua | 11 | 6317 | --[[
LuCI - Lua Configuration Interface
Copyright 2008 Steven Barth <steven@midlink.org>
Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net>
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
h... | apache-2.0 |
kidaa/Awakening-Core3 | bin/scripts/object/tangible/painting/painting_trandoshan_m_01.lua | 3 | 2256 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/tangible/component/structure/regulator.lua | 3 | 2240 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/tangible/ship/crafted/shields/base_shields_subcomponent_mk2.lua | 3 | 2324 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/ship/tiebomber_tier2.lua | 3 | 2168 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/mobile/skeleton/simian_monkey.lua | 3 | 2204 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
Death15/SuperSwatchTG | plugins/quotes.lua | 651 | 1630 | local quotes_file = './data/quotes.lua'
local quotes_table
function read_quotes_file()
local f = io.open(quotes_file, "r+")
if f == nil then
print ('Created a new quotes file on '..quotes_file)
serialize_to_file({}, quotes_file)
else
print ('Quotes loaded: '..quotes_file)
f... | gpl-2.0 |
TheWorst1/1 | plugins/quotes.lua | 651 | 1630 | local quotes_file = './data/quotes.lua'
local quotes_table
function read_quotes_file()
local f = io.open(quotes_file, "r+")
if f == nil then
print ('Created a new quotes file on '..quotes_file)
serialize_to_file({}, quotes_file)
else
print ('Quotes loaded: '..quotes_file)
f... | gpl-2.0 |
kidaa/Awakening-Core3 | bin/scripts/object/draft_schematic/clothing/clothing_armor_composite_gloves.lua | 1 | 3968 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/cell/serverobjects.lua | 3 | 2120 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/mobile/gronda.lua | 3 | 2140 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/tangible/ship/attachment/engine/yt1300_engine_s02.lua | 3 | 2284 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/draft_schematic/structure/city/garden_exotic_dantooine.lua | 2 | 3551 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/object/building/poi/naboo_politic_large2.lua | 1 | 2220 | --Copyright (C) 2010 <SWGEmu>
--This File is part of Core3.
--This program is free software; you can redistribute
--it and/or modify it under the terms of the GNU Lesser
--General Public License as published by the Free Software
--Foundation; either version 2 of the License,
--or (at your option) any later versio... | lgpl-3.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.