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
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/wearables/base/base_cape.lua
3
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...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/screenplays/gcw/recruiters/recruiterConvoHandler.lua
1
13123
local ObjectManager = require("managers.object.object_manager") RecruiterConvoHandler = Object:new {} function RecruiterConvoHandler:getNextConversationScreen(pConversationTemplate, pPlayer, selectedOption, pConversingNpc) local pConversationSession = CreatureObject(pPlayer):getConversationSession() local pLastCon...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/ship/components/booster/bst_kse_performance_cb6.lua
3
2312
--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...
agpl-3.0
antogerva/PcsxrrWorkflow
lib/lua/lua-gd-2.0.33r2/demos/ttftextex.lua
2
1269
require "gd" gd.useFontConfig(true) -- Use Fontconfig by default. local im = gd.createTrueColor(400, 400) assert(im) black = im:colorAllocate(0, 0, 0) grayt = im:colorAllocateAlpha(255, 255, 255, 80) blue = im:colorAllocate(0, 0, 250) red = im:colorAllocate(255, 0, 0) green = im:colorAllocate(0, 250, 0) lblue = im:c...
mit
dopcn/hammerspoon
extensions/_coresetup/init.lua
2
12640
--- === hs === --- --- Core Hammerspoon functionality return {setup=function(...) local modpath, prettypath, fullpath, configdir, docstringspath, hasinitfile, autoload_extensions = ... local tostring,pack,tconcat,sformat=tostring,table.pack,table.concat,string.format local crashLog = require("hs.crash").crashLog...
mit
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/mobile/faction/imperial/crackdown_imperial_noncom.lua
1
1352
crackdown_imperial_noncom = Creature:new { objectName = "@mob/creature_names:crackdown_imperial_noncom", randomNameType = NAME_GENERIC, randomNameTag = true, socialGroup = "imperial", faction = "imperial", level = 1, chanceHit = 0.3, damageMin = 150, damageMax = 160, baseXp = 40, baseHAM = 2000, baseHAMmax ...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/mobile/lok/mercenary_messenger.lua
1
1418
mercenary_messenger = Creature:new { objectName = "@mob/creature_names:mercenary_messanger", randomNameType = NAME_GENERIC, randomNameTag = true, socialGroup = "lok_mercenaries", faction = "lok_mercenaries", level = 21, chanceHit = 0.33, damageMin = 190, damageMax = 200, baseXp = 1803, baseHAM = 5900, baseH...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/mobile/quest/tatooine/hero_of_tat/hero_of_tat_smuggler_captain.lua
1
1124
hero_of_tat_smuggler_captain = Creature:new { objectName = "", customName = "Himfan (a smuggler captain)", socialGroup = "", faction = "", level = 14, chanceHit = 0.3, damageMin = 150, damageMax = 160, baseXp = 714, baseHAM = 2000, baseHAMmax = 3000, armor = 0, resists = {0,0,0,0,0,0,0,-1,-1}, meatType = ...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/building/base/base_housing.lua
3
2192
--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...
agpl-3.0
beauli/kong
kong/plugins/galileo/migrations/postgres.lua
11
1314
return { { name = "2016-04-15_galileo-import-mashape-analytics", up = function(_, _, dao) local rows, err = dao.plugins:find_all {name = "mashape-analytics"} if err then return err end for i = 1, #rows do local analytics = rows[i] local host = analytics.config.host ...
apache-2.0
oubliette32/Torrent
gamemode/core/sv_player_meta.lua
1
4953
/* * Torrent - 2013 Illuminati Productions * * This product is 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 ...
apache-2.0
bedll19/amir-arman
plugins/youtube.lua
644
1722
do local google_config = load_from_file('data/google.lua') local function httpsRequest(url) print(url) local res,code = https.request(url) if code ~= 200 then return nil end return json:decode(res) end function get_yt_data (yt_code) local url = 'https://www.googleapis.com/yo...
gpl-2.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/loot/items/armor/ithorian_sentinel_armor_boots.lua
4
1275
ithorian_sentinel_armor_boots = { minimumLevel = 0, maximumLevel = -1, customObjectName = "", directObjectTemplate = "object/tangible/wearables/armor/ithorian_sentinel/ith_armor_s03_boots.iff", craftingValues = { {"armor_rating",1,1,0}, {"armor_effectiveness",8,39,10}, {"armor_integrity",30000, 55000,0}, {...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/item/quest/force_sensitive/fs_buff_item.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...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/ship/blacksun_medium_s01_tier2.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...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/food/spice/spice_kliknik_boost.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...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/static/structure/tatooine/luke_farm_dome.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...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/furniture/all/frn_all_lamp_desk_s02_lit.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...
agpl-3.0
sprunk/Zero-K
LuaRules/Gadgets/unit_water_effects.lua
2
6009
-------------------------------------------------------------------------------- -------------------------------------------------------------------------------- if not gadgetHandler:IsSyncedCode() then return end -------------------------------------------------------------------------------- ------------------------...
gpl-2.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/camp/camp_lantern_s3.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...
agpl-3.0
theduynguyen/monet
Model/Model_CNN.lua
1
1302
require 'Model.Model_Base' local Model_CNN = torch.class('Model_CNN','Model_Base') function Model_CNN:__init(args) Model_Base:__init(args) self.args.conv_layers = {10,30} self.args.filter_sizes = {5,5} self.args.fc_layers = {120,60} end function Model_CNN:create_model() --[[ Conv layers]]-- local ...
mit
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/mobile/dressed_criminal_thug_human_female_02.lua
3
2264
--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...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/weapon/ranged/creature/creature_spit_small_green.lua
1
4125
--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...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/lair/base/antpile_dark.lua
1
2255
--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...
agpl-3.0
TerraME/terrame
packages/base/tests/functional/alternative/Neighborhood.lua
3
4367
------------------------------------------------------------------------------------------- -- TerraME - a software platform for multiple scale spatially-explicit dynamic modeling. -- Copyright (C) 2001-2017 INPE and TerraLAB/UFOP -- www.terrame.org -- This code is part of the TerraME framework. -- This framework is f...
lgpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/screenplays/tasks/rori/oxil_sarban.lua
1
1515
oxil_sarban_missions = { { missionType = "retrieve", primarySpawns = { { npcTemplate = "oxil_artisan", npcName = "an Artisan" } }, secondarySpawns = {}, itemSpawns = { { itemTemplate = "object/tangible/mission/quest_item/oxil_sarban_q1_needed.iff", itemName = "Rising Artist Presentation"...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/mobile/dressed_hoodlum_zabrak_male_01.lua
3
2236
--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...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/lair/base/poi_all_lair_leaf_small_fog_red.lua
1
2331
--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...
agpl-3.0
stephendade/ardupilot
libraries/AP_Scripting/docs/docs.lua
1
38833
-- ArduPilot lua scripting documentation in EmmyLua Annotations -- This file should be auto generated and then manual edited -- generate with --scripting-docs, eg ./waf copter --scripting-docs -- see: https://github.com/sumneko/lua-language-server/wiki/EmmyLua-Annotations -- set and get for field types share function...
gpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/ship/attachment/wing/kse_firespray_struct_s01.lua
3
2304
--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...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/resource_container/organic_wheat.lua
3
2238
--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...
agpl-3.0
cuberite/Essentials
teleport.lua
2
5504
function HandlePlaceCommand(Split, Player) local Teleport = function(OtherPlayer) local LookPos = GetPlayerLookPos(Player) if LookPos == nil then Player:SendMessageFailure("You're not looking at a block, or it's too far away") else --Teleport the player OtherPlayer:TeleportToCoords(LookPos.x, LookPos.y ...
apache-2.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/mobile/dressed_artisan_trainer_03.lua
1
2305
--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...
agpl-3.0
motoschifo/mame
3rdparty/genie/tests/actions/vstudio/vc2010/test_output_props.lua
54
4098
-- -- tests/actions/vstudio/vc2010/test_output_props.lua -- Validate generation of the output property groups. -- Copyright (c) 2011-2013 Jason Perkins and the Premake project -- T.vstudio_vs2010_output_props = {} local suite = T.vstudio_vs2010_output_props local vc2010 = premake.vstudio.vc2010 -- -- Setup -- l...
gpl-2.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/ship/components/droid_interface/ddi_hk_mk2.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...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/draft_schematic/chemistry/medpack_disease_area_stamina_b.lua
1
3741
--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...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/mobile/thug/slicer.lua
1
1174
slicer = Creature:new { objectName = "@mob/creature_names:slicer", randomNameType = NAME_GENERIC, randomNameTag = true, socialGroup = "thug", faction = "thug", level = 6, chanceHit = 0.25, damageMin = 50, damageMax = 55, baseXp = 113, baseHAM = 180, baseHAMmax = 220, armor = 0, resists = {0,0,0,0,0,0,0,-1...
agpl-3.0
aircross/OpenWrt-Firefly-LuCI
protocols/ipv6/luasrc/model/cbi/admin_network/proto_6in4.lua
39
3342
--[[ LuCI - Lua Configuration Interface Copyright 2011 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 ]]-- local ma...
apache-2.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/ship/attachment/engine/hutt_medium_engine_s02.lua
3
2304
--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...
agpl-3.0
cappiewu/luci
modules/luci-base/luasrc/sys/iptparser.lua
4
9986
--[[ Iptables parser and query library (c) 2008-2009 Jo-Philipp Wich <jow@openwrt.org> (c) 2008-2009 Steven Barth <steven@midlink.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:...
apache-2.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/static/item/armor_bone_boots.lua
3
2200
--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...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/static/structure/dantooine/dant_boundary_post.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...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/building/poi/tatooine_slaver_large1.lua
2
2250
--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...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/mobile/faction/rebel/fbase_rebel_comm_operator.lua
1
1625
fbase_rebel_comm_operator = Creature:new { objectName = "@mob/creature_names:fbase_rebel_comm_operator", randomNameType = NAME_GENERIC, randomNameTag = true, socialGroup = "rebel", faction = "rebel", level = 24, chanceHit = 0.37, damageMin = 230, damageMax = 240, baseXp = 2400, baseHAM = 6800, baseHAMmax = ...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/static/structure/naboo/nboo_imprv_metal_fence_wall_lg_s02.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...
agpl-3.0
masoudre11/cafebot
plugins/giphy.lua
633
1796
-- Idea by https://github.com/asdofindia/telegram-bot/ -- See http://api.giphy.com/ do local BASE_URL = 'http://api.giphy.com/v1' local API_KEY = 'dc6zaTOxFJmzC' -- public beta key local function get_image(response) local images = json:decode(response).data if #images == 0 then return nil end -- No images loca...
gpl-2.0
SbssTeam/Quick-v2
plugins/giphy.lua
633
1796
-- Idea by https://github.com/asdofindia/telegram-bot/ -- See http://api.giphy.com/ do local BASE_URL = 'http://api.giphy.com/v1' local API_KEY = 'dc6zaTOxFJmzC' -- public beta key local function get_image(response) local images = json:decode(response).data if #images == 0 then return nil end -- No images loca...
gpl-2.0
sprunk/Zero-K
LuaUI/Configs/burst_damages.lua
2
1749
-- Tag things with unreliable if they often deal less damage against targets for which burst makes sense to measure. -- For example Rogue is perfectly reliable at hitting statics and burst does not make sense against mobiles. -- Skuttle always deals less than full damage against mobiles but burst is a useful thing to ...
gpl-2.0
cappiewu/luci
applications/luci-app-freifunk-diagnostics/luasrc/controller/freifunk/diag.lua
62
1809
-- Copyright 2008 Steven Barth <steven@midlink.org> -- Copyright 2011 Jo-Philipp Wich <jow@openwrt.org> -- Copyright 2013 Manuel Munz <freifunk@somakoma.de> -- Licensed to the public under the Apache License 2.0. module("luci.controller.freifunk.diag", package.seeall) function index() local uci = require("luci.model...
apache-2.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/building/poi/tatooine_fugitive_camp_large3.lua
2
2278
--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...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/loot/items/wearables/pants/pants_s10.lua
4
1249
pants_s10 = { -- Wrinkled Pants minimumLevel = 0, maximumLevel = -1, customObjectName = "", directObjectTemplate = "object/tangible/wearables/pants/pants_s10.iff", craftingValues = {}, skillMods = {}, customizationStringNames = {"/private/index_color_1","/private/index_color_2"}, custom...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/draft_schematic/clothing/clothing_pants_casual_08.lua
1
3547
--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...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/building/poi/tatooine_hutt_assassin_camp_large3.lua
2
2298
--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...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/mobile/dressed_crev_bombaasa.lua
3
2200
--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...
agpl-3.0
loganchien/scratchbox2
lua_scripts/mapping.lua
4
22860
-- Scratchbox2 universal redirector dynamic path translation scripts -- Copyright (C) 2006, 2007 Lauri Leukkunen -- Licensed under MIT license. local forced_modename = sb.get_forced_mapmode() -- These must match the flag definitions in mapping.h: local RULE_FLAGS_READONLY = 1 local RULE_FLAGS_CALL_TRANSLATE_FOR_ALL =...
lgpl-2.1
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/ship/attachment/weapon/ykl37r_turret_body_s01.lua
3
2304
--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...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/creature/player/wookiee_male.lua
1
3660
--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...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/commands/showFactionInformation.lua
4
2159
--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 version. ...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/ship/components/weapon_capacitor/cap_z95_deepwell_k3.lua
3
2332
--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...
agpl-3.0
mretegan/crispy
crispy/quanty/templates/5d_Td_XAS_2p.lua
1
24546
-------------------------------------------------------------------------------- -- Quanty input file generated using Crispy. If you use this file please cite -- the following reference: http://dx.doi.org/10.5281/zenodo.1008184. -- -- elements: 5d -- symmetry: Td -- experiment: XAS -- edge: L2,3 (2p) ------------------...
mit
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/mobile/rori/kobola_assassin.lua
1
1227
kobola_assassin = Creature:new { objectName = "@mob/creature_names:kobola_assassin", randomNameType = NAME_GENERIC, randomNameTag = true, socialGroup = "kobola", faction = "kobola", level = 18, chanceHit = 0.32, damageMin = 200, damageMax = 210, baseXp = 1426, baseHAM = 2500, baseHAMmax = 3200, armor = 0, ...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/draft_schematic/bio_engineer/creature/creature_piket.lua
1
3368
--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...
agpl-3.0
beauli/kong
spec/02-integration/04-core/01-reports_spec.lua
2
1196
local meta = require "kong.meta" local helpers = require "spec.helpers" local reports = require "kong.core.reports" describe("reports", function() describe("send()", function() setup(function() reports.toggle(true) end) it("sends report over UDP", function() local thread = helpers.udp_server(...
apache-2.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/factory/factory_crate_armor.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...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/draft_schematic/space/weapon/shield_effectiveness_intensifier_mk2.lua
1
3287
--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...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/ship/components/weapon/wpn_mission_reward_imperial_sds_boltdriver.lua
3
2384
--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...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/draft_schematic/item/theme_park/alderaan/act2/serverobjects.lua
3
2130
--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...
agpl-3.0
mretegan/crispy
crispy/quanty/templates/meta/xas/sd/footer_cf.lua
1
6463
-------------------------------------------------------------------------------- -- Analyze the initial Hamiltonian. -------------------------------------------------------------------------------- Temperature = Temperature * EnergyUnits.Kelvin.value Sk = DotProduct(WaveVector, {Sx, Sy, Sz}) Lk = DotProduct(WaveVector...
mit
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/draft_schematic/scout/item_trap_enraging_spur.lua
1
3179
--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...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/static/creature/corellia_carrion_spat.lua
3
2236
--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...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/building/naboo/filler_building_naboo_style_9.lua
3
2264
--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...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/ship/components/shield_generator/shd_seinar_gx3.lua
3
2312
--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...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/deed/event_perk/imperial_banner_static_deed.lua
2
2474
--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...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/loot/loot_schematic/tatooine_tapestry_schematic.lua
1
2618
--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...
agpl-3.0
Geigerkind/DPSMate
DPSMate_LiftMagicReceived/DPSMate_Details_LiftMagicReceived.lua
2
8318
-- Global Variables DPSMate.Modules.DetailsLiftMagicReceived = {} -- Local variables local DetailsArr, DetailsTotal, DmgArr, DetailUser, DetailsSelected = {}, 0, {}, "", 1 local DetailsArrComp, DetailsTotalComp, DmgArrComp, DetailUserComp, DetailsSelectedComp = {}, 0, {}, "", 1 local g, g2 local curKey = 1 local db,...
gpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/static/structure/general/allum_mine_device_s02.lua
3
2272
--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...
agpl-3.0
hanxi/HXGame
libs/scripting/lua/script/AudioEngine.lua
8
2545
--Encapsulate SimpleAudioEngine to AudioEngine,Play music and sound effects. local M = {} local audioEngineInstance = SimpleAudioEngine:getInstance() function M.stopAllEffects() audioEngineInstance:stopAllEffects() end function M.getMusicVolume() return audioEngineInstance:getBackgroundMusicVolume() end fun...
mit
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/draft_schematic/clothing/clothing_ith_dress_casual_02.lua
3
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...
agpl-3.0
Geigerkind/DPSMate
DPSMate/libs/Dewdrop-2.0/Dewdrop-2.0.lua
1
76630
--[[ Name: Dewdrop-2.0 Revision: $Rev: 11598 $ Author(s): ckknight (ckknight@gmail.com) Website: http://ckknight.wowinterface.com/ Documentation: http://wiki.wowace.com/index.php/Dewdrop-2.0 SVN: http://svn.wowace.com/root/trunk/DewdropLib/Dewdrop-2.0 Description: A library to provide a clean dropdown menu interface. D...
gpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/commands/setFactionStanding.lua
4
2147
--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 version. ...
agpl-3.0
sprunk/Zero-K
LuaUI/Widgets/gui_chili_deluxeplayerlist.lua
1
56382
-------------------------------------------------------------------------------- -------------------------------------------------------------------------------- function widget:GetInfo() return { name = "Chili Deluxe Player List - Alpha 2.02", desc = "v0.210 Chili Deluxe Player List, Alpha Release...
gpl-2.0
sprunk/Zero-K
LuaRules/Gadgets/lups_shockwaves.lua
1
3532
-- $Id: lups_shockwaves.lua 3171 2008-11-06 09:06:29Z det $ function gadget:GetInfo() return { name = "Shockwaves", desc = "", author = "jK", date = "Jan. 2008", license = "GNU GPL, v2 or later", layer = 0, enabled = true } end --------------------------------...
gpl-2.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/lair/shaupaut/lair_shaupaut_forest.lua
1
2303
--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...
agpl-3.0
greeshmab/vlc
share/lua/sd/appletrailers.lua
110
1814
--[[ $Id$ Copyright © 2010 VideoLAN and AUTHORS Authors: Ilkka Ollakka <ileoo at videolan dot 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 yo...
gpl-2.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/draft_schematic/space/weapon/missile/wpn_concussion_missile_mk3.lua
1
3261
--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...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/screenplays/sui/custom/SuiPhase1AccessTerminal.lua
1
7248
local ObjectManager = require("managers.object.object_manager") local QuestManager = require("managers.quest.quest_manager") SuiPhase1AccessTerminal = { terminalComponents = { "@quest_item_n:fs_craft_puzzle_config_processor", "@quest_item_n:fs_craft_puzzle_gyro_receiver", "@quest_item_n:fs_craft_puzzle_signal_amp",...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/deed/pet_deed/graul_deed.lua
2
2727
--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...
agpl-3.0
sprunk/Zero-K
LuaRules/Gadgets/unit_explosion_spawner.lua
1
5575
if not Script.GetSynced() then return end function gadget:GetInfo() return { name = "Unit Explosion Spawner", desc = "Spawns units using an explosion as a trigger.", author = "KDR_11k (David Becker), lurker", date = "2007-11-18", license = "None", layer = 50, enabled = true } end local spCreateFeatur...
gpl-2.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/token/base/serverobjects.lua
3
2133
--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...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/ship/crafted/capacitor/extended_life_battery_mk2.lua
2
2836
--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...
agpl-3.0
keatsandyeats/NSL-CompMod
NSLCompMod/source/lua/DPR/Post/Weapons/Marine/ClusterGrenade.lua
2
2060
-- cluster grenades set stuff on fire if Server then -- Cluster Grenades set structures and players on fire -- Thanks Dragon :) local function IgniteNearbyEntities(self, range) local hitEntities = GetEntitiesWithMixinWithinRange("Fire", self:GetOrigin(), range) local player = self:GetOwner()...
mit
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/ship/attachment/weapon/bwing_weapon3_s04.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...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/draft_schematic/chemistry/medpack_enhance_strength_c.lua
1
3648
--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...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/mobile/dressed_mercenary_commander_zab_m.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...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/mobile/dressed_velocity_chiss_m_01.lua
3
2224
--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...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/furniture/all/frn_all_couch_lg_s2.lua
3
2693
--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...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/ship/components/shield_generator/shd_armek_plasma_shell_elite_2.lua
3
2376
--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...
agpl-3.0
ld-test/kong
kong/api/crud_helpers.lua
20
3661
local responses = require "kong.tools.responses" local validations = require "kong.dao.schemas_validation" local app_helpers = require "lapis.application" local utils = require "kong.tools.utils" local _M = {} function _M.find_api_by_name_or_id(self, dao_factory, helpers) local fetch_keys = { [validations.is_va...
apache-2.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/mobile/dressed_corvette_rebel_crowley.lua
3
2236
--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...
agpl-3.0
Tatwi/legend-of-hondo
MMOCoreORB/bin/scripts/object/tangible/hair/human/hair_human_female_s03.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...
agpl-3.0