repo_name
stringlengths
6
69
path
stringlengths
6
178
copies
stringclasses
278 values
size
stringlengths
4
7
content
stringlengths
671
917k
license
stringclasses
15 values
jakianroy/NGUI_To_Be_Best
Assets/LuaFramework/Lua/3rd/pblua/login_pb.lua
7
2508
-- Generated By protoc-gen-lua Do not Edit local protobuf = require "protobuf/protobuf" module('login_pb') local LOGINREQUEST = protobuf.Descriptor(); local LOGINREQUEST_ID_FIELD = protobuf.FieldDescriptor(); local LOGINREQUEST_NAME_FIELD = protobuf.FieldDescriptor(); local LOGINREQUEST_EMAIL_FIELD = protobuf.FieldDes...
gpl-3.0
mynameiscraziu/mycaty
plugins/twitter.lua
632
2555
local OAuth = require "OAuth" -- EDIT data/twitter.lua with the API keys local twitter_config = load_from_file('data/twitter.lua', { -- DON'T EDIT HERE. consumer_key = "", consumer_secret = "", access_token = "", access_token_secret = "" }) local client = OAuth.new(twitter_config.consumer_key, twitter_c...
gpl-2.0
nyczducky/darkstar
scripts/globals/items/moorish_idol.lua
12
1327
----------------------------------------- -- ID: 5121 -- Item: Moorish Idol -- Food Effect: 5Min, Mithra only ----------------------------------------- -- Dexterity 2 -- Mind -4 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemCheck ------...
gpl-3.0
bncastle/love2d-tutorial
lib/components/StateMachine.lua
1
2909
local Class = require("lib.Class") -- local Vector2 = require("lib.Vector2") local SM = Class:derive("StateMachine") local transition = { enter = "_enter", none = "", exit = "_exit" } function SM:new(state_table, start_state_name) assert(type(state_table) == "table", "state_table parameter must be a ...
mit
AquariaOSE/Aquaria
files/scripts/maps/node_suntemple_gear1.lua
6
1615
-- Copyright (C) 2007, 2010 - Bit-Blot -- -- This file is part of Aquaria. -- -- Aquaria 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 vers...
gpl-2.0
AquariaOSE/Aquaria
files/scripts/entities/mermanthin.lua
5
12555
-- Copyright (C) 2007, 2010 - Bit-Blot -- -- This file is part of Aquaria. -- -- Aquaria 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 vers...
gpl-2.0
Tanmoytkd/vlc
share/lua/playlist/googlevideo.lua
113
2746
--[[ $Id$ Copyright © 2007 the VideoLAN team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distribut...
gpl-2.0
abosalah22/memo
plugins/ar-owners.lua
194
23755
local function lock_group_namemod(msg, data, target) local group_name_set = data[tostring(target)]['settings']['set_name'] local group_name_lock = data[tostring(target)]['settings']['lock_name'] if group_name_lock == 'yes' then return 'Group name is already locked' else data[tostring(target)]['settings'...
gpl-2.0
AquariaOSE/Aquaria
files/scripts/entities/cc_endofgame.lua
6
1604
-- Copyright (C) 2007, 2010 - Bit-Blot -- -- This file is part of Aquaria. -- -- Aquaria 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 vers...
gpl-2.0
SamOatesPlugins/cuberite
Server/Plugins/APIDump/Hooks/OnHandshake.lua
44
1047
return { HOOK_HANDSHAKE = { CalledWhen = "A client is connecting.", DefaultFnName = "OnHandshake", -- also used as pagename Desc = [[ This hook is called when a client sends the Handshake packet. At this stage, only the client IP and (unverified) username are known. Plugins may refuse access to the serve...
apache-2.0
nyczducky/darkstar
scripts/globals/items/soft-boiled_egg.lua
12
1182
----------------------------------------- -- ID: 4532 -- Item: soft-boiled_egg -- Food Effect: 60Min, All Races ----------------------------------------- -- Health 20 -- Magic 20 ----------------------------------------- require("scripts/globals/status"); ----------------------------------------- -- OnItemCheck -----...
gpl-3.0
nyczducky/darkstar
scripts/commands/delquest.lua
12
1563
--------------------------------------------------------------------------------------------------- -- func: delquest <logID> <questID> <player> -- desc: Deletes the given quest from the GM or target player. --------------------------------------------------------------------------------------------------- require("sc...
gpl-3.0
nyczducky/darkstar
scripts/zones/Newton_Movalpolos/npcs/Treasure_Coffer.lua
17
3857
----------------------------------- -- Area: Newton Movalpolos -- NPC: Treasure Coffer -- @zone 12 ----------------------------------- package.loaded["scripts/zones/Newton_Movalpolos/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/keyitems"); require(...
gpl-3.0
wenhulove333/ScutServer
Sample/ClientSource/samples/Lua/TestLua/Resources/luaScript/ParticleTest/ParticleTest.lua
1
44713
local SceneIdx = -1 local MAX_LAYER = 42 local emitter = nil local background = nil local labelAtlas = nil local titleLabel = nil local subtitleLabel = nil local baseLayer_entry = nil local s = CCDirector:sharedDirector():getWinSize() local function backAction() SceneIdx = SceneIdx - 1 if Sce...
mit
nyczducky/darkstar
scripts/globals/items/winterflower.lua
12
1370
----------------------------------------- -- ID: 5907 -- Item: Winterflower -- Food Effect: 5Min, All Races ----------------------------------------- -- Agility +3 -- Intelligence +5 -- Charisma -5 -- Resist Virus +20 ----------------------------------------- require("scripts/globals/status"); -----------------------...
gpl-3.0
nyczducky/darkstar
scripts/zones/Windurst_Walls/npcs/Five_of_Diamonds.lua
14
1061
----------------------------------- -- Area: Windurst Walls -- NPC: Five of Diamonds -- Type: Standard NPC -- @zone 239 -- @pos -220.954 -0.001 -122.708 -- -- Auto-Script: Requires Verification (Verfied by Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Walls/TextIDs"] = nil; ---...
gpl-3.0
Tanmoytkd/vlc
share/lua/meta/art/03_lastfm.lua
71
1912
--[[ Gets an artwork from last.fm $Id$ Copyright © 2010 the VideoLAN team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later versio...
gpl-2.0
sbc100/nativeclient-sdk
nacltoons/data/res/sample_game/ball.lua
2
1236
-- Object behaviour script. This script returns a table containing -- callback function which are called when events occur on a given -- object. It should not pollute the global namespace. -- -- The following callbacks are available to game objects: -- -- OnTouchBegan(self, x, y) - return true to accept touch -- ...
bsd-3-clause
oldstylejoe/vlc-timed
share/lua/sd/librivox.lua
108
3015
--[[ $Id$ Copyright © 2010 VideoLAN and AUTHORS Authors: Rémi Duraffort <ivoire 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 ...
gpl-2.0
nyczducky/darkstar
scripts/zones/Mhaura/npcs/Zexu.lua
14
1292
----------------------------------- -- Area: Mhaura -- NPC: Zexu -- Involved in Quests: The Sand Charm -- @pos 30 -8 25 249 ----------------------------------- package.loaded["scripts/zones/Mhaura/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Mhaura/TextIDs"); require("scripts/globals/se...
gpl-3.0
nyczducky/darkstar
scripts/globals/items/timbre_timbers_taco.lua
12
1566
----------------------------------------- -- ID: 5173 -- Item: timbre_timbers_taco -- Food Effect: 1hour, All Races ----------------------------------------- -- MP 20 -- Vitality -1 -- Agility 5 -- MP Recovered While Healing 3 -- Ranged Accuracy % 8 (cap 15) ----------------------------------------- require("scripts/g...
gpl-3.0
nyczducky/darkstar
scripts/globals/weaponskills/iron_tempest.lua
25
1382
----------------------------------- -- Iron Tempest -- Great Axe weapon skill -- Skill Level: 40 -- Delivers a single-hit attack. Damage varies with TP. -- Will stack with Sneak Attack. -- Aligned with the Soil Gorget. -- Aligned with the Soil Belt. -- Element: None -- Modifiers: STR:30% -- 100%TP 200%TP 300%TP -...
gpl-3.0
nyczducky/darkstar
scripts/globals/weaponskills/earth_crusher.lua
23
1311
----------------------------------- -- Earth Crusher -- Staff weapon skill -- Skill Level: 70 -- Delivers an area of effect earth elemental attack. Damage varies with TP. -- Aligned with the Breeze Gorget & Thunder Gorget. -- Aligned with the Breeze Belt & Thunder Belt. -- Element: Earth -- Modifiers: STR:30% ; INT:30%...
gpl-3.0
regit/lxc
src/lua-lxc/test/apitest.lua
53
10249
#!/usr/bin/env lua -- -- test the lxc lua api -- -- Copyright © 2012 Oracle. -- -- Authors: -- Dwight Engen <dwight.engen@oracle.com> -- -- This library is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License version 2, as -- published by the Free Software Foundat...
lgpl-2.1
AquariaOSE/Aquaria
files/scripts/entities/tabar.lua
6
4264
-- Copyright (C) 2007, 2010 - Bit-Blot -- -- This file is part of Aquaria. -- -- Aquaria 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 vers...
gpl-2.0
nyczducky/darkstar
scripts/zones/Bastok_Mines/npcs/Vaghron.lua
14
1452
----------------------------------- -- Area: Bastok Mines -- NPC: Vaghron -- Type: Adventurer's Assistant -- @pos -39.162 -1 -92.147 234 ----------------------------------- package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil; ----------------------------------- require("scripts/globals/quests"); require("sc...
gpl-3.0
xyysnybzi/ember
src/components/ogre/widgets/DefaultEntityActions.lua
5
1144
DefaultEntityActions = {} function DefaultEntityActions:getDefaultWearableFunction() return self.mDefaultWearableFunction end function DefaultEntityActions:setDefaultWearableFunction(defaultWearableFunction) self.mDefaultWearableFunction = defaultWearableFunction end function DefaultEntityActions:getDefaultBioMass...
gpl-3.0
ld-test/xlsxwriter
examples/perf_tester.lua
2
2264
---- -- -- A simple relative performance measurement utility for xlsxwriter.lua. -- -- It is used to compare the memory use and speed difference when using -- "constant_memory" mode. -- -- Usage: -- lua perf_tester.lua [row_max] [constant_memory] [measure_memory] -- -- Where row_max is an integer, and the ...
mit
jbeich/Aquaria
files/scripts/maps/node_sunkencityboss2.lua
5
2352
-- Copyright (C) 2007, 2010 - Bit-Blot -- -- This file is part of Aquaria. -- -- Aquaria 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 vers...
gpl-2.0
nyczducky/darkstar
scripts/zones/Windurst_Waters/npcs/Chyuk-Kochak.lua
14
1061
----------------------------------- -- Area: Windurst Waters -- NPC: Chyuk-Kochak -- Type: Standard NPC -- @zone 238 -- @pos -252.162 -6.319 -307.011 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Waters/TextIDs"] = nil; ---...
gpl-3.0
rthallisey/kolla-kubernetes-personal
kolla/docker/heka/plugins/decoders/os_openstack_log.lua
6
4720
-- Copyright 2015-2016 Mirantis, Inc. -- -- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the License at -- -- http://www.apache.org/licenses/LICENSE-2.0 -- -- Unless required by applicable law or agree...
apache-2.0
nyczducky/darkstar
scripts/zones/Temple_of_Uggalepih/npcs/_4fv.lua
14
1708
----------------------------------- -- Area: Temple of Uggalepih -- NPC: Granite Door -- Involved in Missions: San dOria Mission 8-2 -- @pos -50 -17 -154 ----------------------------------- package.loaded["scripts/zones/Temple_of_Uggalepih/TextIDs"] = nil; ----------------------------------- require("scripts/zones/T...
gpl-3.0
nyczducky/darkstar
scripts/zones/North_Gustaberg/npcs/Field_Manual.lua
29
1069
----------------------------------- -- Area: North Gustaberg -- NPC: Field Manual ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/fieldsofvalor"); ----------------------------------- -- onTrigger Action ------------------------...
gpl-3.0
sjznxd/lc-20121231
protocols/ppp/luasrc/model/cbi/admin_network/proto_pppoe.lua
24
3798
--[[ 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
nyczducky/darkstar
scripts/zones/Dynamis-Xarcabard/mobs/King_Zagan.lua
23
1567
----------------------------------- -- Area: Dynamis Xarcabard -- MOB: King Zagan ----------------------------------- require("scripts/globals/dynamis"); require("scripts/zones/Dynamis-Xarcabard/TextIDs"); ----------------------------------- -- onMobEngaged ----------------------------------- function onMobEngaged(...
gpl-3.0
lgeek/koreader
spec/unit/background_task_plugin_spec.lua
3
4469
describe("BackgroundTaskPlugin", function() require("commonrequire") local BackgroundTaskPlugin = require("ui/plugin/background_task_plugin") local MockTime = require("mock_time") local UIManager = require("ui/uimanager") setup(function() MockTime:install() local Device = require("d...
agpl-3.0
nyczducky/darkstar
scripts/zones/Bibiki_Bay/npcs/qm4.lua
14
1440
----------------------------------- -- Area: Bibiki Bay -- NPC: ??? COP mission spawn Dalham -- @pos ----------------------------------- package.loaded["scripts/zones/Bibiki_Bay/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Bibiki_Bay/TextIDs"); ----------------------------------- -- o...
gpl-3.0
nyczducky/darkstar
scripts/zones/Tahrongi_Canyon/npcs/Excavation_Point.lua
17
1098
----------------------------------- -- Area: Tahrongi Canyon -- NPC: Excavation Point ----------------------------------- package.loaded["scripts/zones/Tahrongi_Canyon/TextIDs"] = nil; ------------------------------------- require("scripts/globals/excavation"); require("scripts/zones/Tahrongi_Canyon/TextIDs"); ---...
gpl-3.0
nyczducky/darkstar
scripts/zones/Abyssea-Tahrongi/npcs/qm5.lua
14
1349
----------------------------------- -- Zone: Abyssea-Tahrongi -- NPC: qm5 (???) -- Spawns Treble Noctules -- @pos ? ? ? 45 ----------------------------------- require("scripts/globals/status"); ----------------------------------- -- onTrade Action ----------------------------------- function onTrade(player,npc,trade...
gpl-3.0
AquariaOSE/Aquaria
files/scripts/entities/_unused/ancient-bulb.lua
6
3707
-- Copyright (C) 2007, 2010 - Bit-Blot -- -- This file is part of Aquaria. -- -- Aquaria 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 vers...
gpl-2.0
devadvisor/Advisor
plugins/kickme.lua
1
1400
--[[ _ ______ _____ ____ ___ ____ / \ | _ \ \ / /_ _/ ___| / _ \| _ \ / _ \ | | | \ \ / / | |\___ \| | | | |_) | / ___ \| |_| |\ V / | | ___) | |_| | _ < /_/ \_\____/ \_/ |___|____/ \___/|_| \_\ --]] do local function run(msg, matches) if...
gpl-2.0
nyczducky/darkstar
scripts/zones/Mhaura/npcs/Kotan-Purutan.lua
14
2520
----------------------------------- -- Area: Mhaura -- NPC: Kotan-Purutan -- Involved in Quest: Overnight Delivery -- @pos 40.323 -8.999 44.242 249 ----------------------------------- package.loaded["scripts/zones/Mhaura/TextIDs"] = nil; ----------------------------------- ----------------------------------- -- on...
gpl-3.0
nyczducky/darkstar
scripts/zones/Eastern_Altepa_Desert/npcs/qm.lua
14
1640
----------------------------------- -- Area: Eastern Altepa Desert -- NPC: ??? -- Involved In Quest: A Craftsman's Work -- @pos 113 -7.972 -72 114 ----------------------------------- package.loaded["scripts/zones/Eastern_Altepa_Desert/TextIDs"] = nil; ----------------------------------- require("scripts/globals/setti...
gpl-3.0
nyczducky/darkstar
scripts/zones/West_Sarutabaruta_[S]/npcs/Harvesting_Point.lua
17
1121
----------------------------------- -- Area: West Sarutabaruta [S] -- NPC: Harvesting Point ----------------------------------- package.loaded["scripts/zones/West_Sarutabaruta_[S]/TextIDs"] = nil; ------------------------------------- require("scripts/globals/harvesting"); require("scripts/zones/West_Sarutabaruta_[...
gpl-3.0
Ikesters/ArcPro
src/scripts/lua/Lua/Stable Scripts/Outland/Shattered Halls/BOSS_ShatteredHalls_Omrogg.lua
30
1049
function Omrogg_Fear(Unit, event, miscunit, misc) print "Omrogg Fear" Unit:FullCastSpellOnTarget(33547,Unit:GetClosestPlayer()) Unit:SendChatMessage(11, 0, "You are afraid...") end function Omrogg_Thunderclap(Unit, event, miscunit, misc) print "Omrogg Thunderclap" Unit:FullCastSpellOnTarget(30633,Unit:GetClosestP...
agpl-3.0
sudheesh001/RFID-DBSync
cardpeek-0.8.3/dot_cardpeek_dir/scripts/calypso/c376n2.lua
1
43633
-- -- This file is part of Cardpeek, the smart card reader utility. -- -- Copyright 2009-2013 by Alain Pannetrat <L1L1@gmx.com> -- -- Cardpeek is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation, either version 3...
gpl-2.0
nyczducky/darkstar
scripts/zones/Rabao/npcs/Dancing_Wolf.lua
13
1660
----------------------------------- -- Area: Rabao -- NPC: Dancing Wolf -- Type: Standard NPC -- @zone 247 -- @pos 7.619 7 81.209 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Rabao/TextIDs"] = nil; ---------------------------------...
gpl-3.0
nyczducky/darkstar
scripts/zones/Aydeewa_Subterrane/npcs/qm2.lua
14
1272
----------------------------------- -- Area: Aydeewa Subterrane -- NPC: ??? (Spawn Pandemonium Warden) -- @pos 200 33 -140 68 ----------------------------------- package.loaded["scripts/zones/Aydeewa_Subterrane/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Aydeewa_Subterrane/TextIDs"); ...
gpl-3.0
jakianroy/NGUI_To_Be_Best
Assets/LuaFramework/Lua/Logic/Game.lua
1
5055
require "3rd/pblua/login_pb" require "3rd/pbc/protobuf" local lpeg = require "lpeg" local json = require "cjson" local util = require "3rd/cjson/util" local sproto = require "3rd/sproto/sproto" local core = require "sproto.core" local print_r = require "3rd/sproto/print_r" require "Common/define" require "Common/fu...
gpl-3.0
jbeich/Aquaria
files/scripts/entities/rotbaby-form2.lua
6
2952
-- Copyright (C) 2007, 2010 - Bit-Blot -- -- This file is part of Aquaria. -- -- Aquaria 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 vers...
gpl-2.0
nyczducky/darkstar
scripts/zones/Cloister_of_Tides/Zone.lua
30
1736
----------------------------------- -- -- Zone: Cloister_of_Tides (211) -- ----------------------------------- package.loaded["scripts/zones/Cloister_of_Tides/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Cloister_of_Tides/TextIDs"); -----------------...
gpl-3.0
nyczducky/darkstar
scripts/zones/Beaucedine_Glacier_[S]/npcs/Luhk_Leotih_MC.lua
14
1082
----------------------------------- -- Area: Beaucedine Glacier (S) -- NPC: Luhk Leotih, M.C. -- Type: Campaign Arbiter -- @zone 136 -- @pos 76.178 -60.763 -48.775 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Beaucedine_Glacier_[S]...
gpl-3.0
xamgeis/project_vulcan
models/openface/nn4.def.lua
14
5174
-- Model: nn4.def.lua -- Description: Implementation of NN4 from the FaceNet paper. -- Input size: 3x96x96 -- Number of Parameters from net:getParameters() with embSize=128: 6959088 -- Components: Mostly `nn` -- Devices: CPU and CUDA -- -- Brandon Amos <http://bamos.github.io> -- 2015-09-18 -- -- Copyright 2015-2016 Ca...
apache-2.0
nyczducky/darkstar
scripts/zones/Upper_Jeuno/npcs/Deadly_Minnow.lua
14
1844
----------------------------------- -- Area: Upper Jeuno -- NPC: Deadly Minnow -- Standard Merchant NPC -- Involved in Quest: Borghertz's Hands (1st quest only) -- @zone 244 -- @pos -5 1 48 ----------------------------------- package.loaded["scripts/zones/Upper_Jeuno/TextIDs"] = nil; -----------------------------------...
gpl-3.0
oldstylejoe/vlc-timed
share/lua/intf/modules/host.lua
41
12409
--[==========================================================================[ host.lua: VLC Lua interface command line host module --[==========================================================================[ Copyright (C) 2007-2012 the VideoLAN team $Id$ Authors: Antoine Cellerier <dionoea at videolan dot org> ...
gpl-2.0
lumail/lumail
sample.lua/threading.lua
4
1662
-- -- Print the threaded and sorted INBOX and print information about missing or -- overridden messages. -- -- -- Recursively print one thread. -- local messages_in_tree = {} function print_tree (self, indent) if self.message then -- collect messages in the tree to compare with msgs messages_in_tree[self.me...
gpl-2.0
nyczducky/darkstar
scripts/globals/groundsofvalor.lua
6
26447
------------------------------------------------- -- Largely based on the existing fieldsofvalor.lua -- -- Info from: -- http://www.bg-wiki.com/bg/Grounds_Tome -- http://wiki.ffxiclopedia.org/wiki/Grounds_Tome -- ------------------------------------------------- require("scripts/globals/utils") require("scripts/glo...
gpl-3.0
nyczducky/darkstar
scripts/zones/Aht_Urhgan_Whitegate/npcs/Sulbahn.lua
29
2002
----------------------------------- -- Area: Aht Urhgan Whitegate -- NPC: Sulbahn -- Type: Alchemy Adv. Image Support -- @pos -10.470 -6.25 -141.700 241 ----------------------------------- package.loaded["scripts/zones/Aht_Urhgan_Whitegate/TextIDs"] = nil; ----------------------------------- require("scripts/globals/...
gpl-3.0
nyczducky/darkstar
scripts/zones/Port_Jeuno/npcs/Caffie.lua
27
1730
----------------------------------- -- Area: Port Jeuno -- NPC: Caffie -- Type: Chocobo Renter ----------------------------------- require("scripts/globals/chocobo"); require("scripts/globals/keyitems"); require("scripts/globals/settings"); require("scripts/globals/status"); ----------------------------------- -- on...
gpl-3.0
cliffano/swaggy-jenkins
clients/lua/generated/spec/github_repositorypermissions_spec.lua
1
1400
--[[ Swaggy Jenkins Jenkins API clients generated from Swagger / Open API specification The version of the OpenAPI document: 1.5.1-pre.0 Contact: blah@cliffano.com Generated by: https://openapi-generator.tech ]] --[[ Unit tests for openapiclient.model.github_repositorypermissions Automatically generated by...
mit
nyczducky/darkstar
scripts/globals/abilities/water_shot.lua
9
3033
----------------------------------- -- Ability: Water Shot -- Consumes a Water Card to enhance water-based debuffs. Deals water-based magic damage -- Drown Effect: Enhanced DoT and STR- ----------------------------------- require("scripts/globals/settings"); require("scripts/globals/status"); require("scripts/globals/...
gpl-3.0
dromozoa/dromozoa-curl
bind/test/test_callback.lua
5
2180
-- Copyright (C) 2018 Tomoyuki Fujimori <moyu@dromozoa.com> -- -- This file is part of dromozoa-bind. -- -- dromozoa-bind is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation, either version 3 of the License, or -...
gpl-3.0
dtrip/awesome
themes/default/theme.lua
3
6202
--------------------------- -- Default awesome theme -- --------------------------- local theme_assets = require("beautiful.theme_assets") local xresources = require("beautiful.xresources") local rnotification = require("ruled.notification") local dpi = xresources.apply_dpi local gfs = require("gears.filesystem") loc...
gpl-2.0
sevu/wesnoth
data/campaigns/Eastern_Invasion/ai/ca_ogres_flee.lua
6
3036
local AH = wesnoth.require "ai/lua/ai_helper.lua" local BC = wesnoth.require "ai/lua/battle_calcs.lua" local M = wesnoth.map local ca_ogres_flee = {} function ca_ogres_flee:evaluation() local units = AH.get_units_with_moves { side = wesnoth.current.side } if (not units[1]) then return 0 end return 110000...
gpl-2.0
jbeich/Aquaria
files/scripts/entities/_unused/peteggcommon.lua
6
2495
-- Copyright (C) 2007, 2010 - Bit-Blot -- -- This file is part of Aquaria. -- -- Aquaria 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 vers...
gpl-2.0
nyczducky/darkstar
scripts/zones/Windurst_Walls/npcs/Pakke-Pokke.lua
14
1053
----------------------------------- -- Area: Windurst Walls -- NPC: Pakke-Pokke -- Type: Standard NPC -- @zone 239 -- @pos -3.464 -17.25 125.635 -- -- Auto-Script: Requires Verification (Verfied by Brawndo) ----------------------------------- package.loaded["scripts/zones/Windurst_Walls/TextIDs"] = nil; -----------...
gpl-3.0
vorbi123/x
libs/dkjson.lua
3282
26558
-- Module options: local always_try_using_lpeg = true local register_global_module_table = false local global_module_name = 'json' --[==[ David Kolf's JSON module for Lua 5.1/5.2 ======================================== *Version 2.4* In the default configuration this module writes no global values...
gpl-2.0
ahmedjabbar/uor
libs/dkjson.lua
3282
26558
-- Module options: local always_try_using_lpeg = true local register_global_module_table = false local global_module_name = 'json' --[==[ David Kolf's JSON module for Lua 5.1/5.2 ======================================== *Version 2.4* In the default configuration this module writes no global values...
gpl-2.0
nyczducky/darkstar
scripts/zones/Port_San_dOria/npcs/Antreneau.lua
13
2176
----------------------------------- -- Area: Port San d'Oria -- NPC: Antreneau -- Type: Standard NPC -- @zone 232 -- @pos -71 -5 -39 -- -- Involved in Quest: A Taste For Meat ----------------------------------- package.loaded["scripts/zones/Port_San_dOria/TextIDs"] = nil; ----------------------------------- requi...
gpl-3.0
aexoden/edge
util/bridge.lua
1
2820
-------------------------------------------------------------------------------- -- Copyright (c) 2015 Jason Lynch <jason@calindora.com> -- -- Permission is hereby granted, free of charge, to any person obtaining a copy -- of this software and associated documentation files (the "Software"), to deal -- in the Software ...
mit
nyczducky/darkstar
scripts/zones/Garlaige_Citadel_[S]/Zone.lua
27
1281
----------------------------------- -- -- Zone: Garlaige_Citadel_[S] (164) -- ----------------------------------- package.loaded["scripts/zones/Garlaige_Citadel_[S]/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Garlaige_Citadel_[S]/TextIDs"); --------...
gpl-3.0
nyczducky/darkstar
scripts/zones/Western_Adoulin/npcs/Jorin.lua
14
2281
----------------------------------- -- Area: Western Adoulin -- NPC: Jorin -- Type: Standard NPC and Quest Giver -- Starts, Involved with, and Finishes Quest: 'The Old Man and the Harpoon' -- @zone 256 -- @pos 92 32 152 256 ----------------------------------- package.loaded["scripts/zones/Western_Adoulin/TextIDs"...
gpl-3.0
ld-test/lice-lua
src/lice.lua
3
13248
-- ========================================= -- Lice-Lua, A license generator for Lua -- Copyright (c) 2013 Roland Y., MIT License -- version 0.1.1 - Uses Lua 5.1, 5.2 -- ========================================= -- ========================================= -- Internals declaration -- =================================...
mit
Arashbrsh/lifeeee
libs/dkjson.lua
3282
26558
-- Module options: local always_try_using_lpeg = true local register_global_module_table = false local global_module_name = 'json' --[==[ David Kolf's JSON module for Lua 5.1/5.2 ======================================== *Version 2.4* In the default configuration this module writes no global values...
gpl-2.0
mynameiscraziu/mycaty
libs/dkjson.lua
3282
26558
-- Module options: local always_try_using_lpeg = true local register_global_module_table = false local global_module_name = 'json' --[==[ David Kolf's JSON module for Lua 5.1/5.2 ======================================== *Version 2.4* In the default configuration this module writes no global values...
gpl-2.0
nimaghorbani/nimabotv2.2
libs/dkjson.lua
3282
26558
-- Module options: local always_try_using_lpeg = true local register_global_module_table = false local global_module_name = 'json' --[==[ David Kolf's JSON module for Lua 5.1/5.2 ======================================== *Version 2.4* In the default configuration this module writes no global values...
gpl-2.0
nyczducky/darkstar
scripts/globals/items/bowl_of_shark_fin_soup.lua
12
1846
----------------------------------------- -- ID: 4452 -- Item: bowl_of_shark_fin_soup -- Food Effect: 3Hrs, All Races ----------------------------------------- -- HP % 5 (cap 150) -- MP 5 -- Dexterity 4 -- HP Recovered While Healing 9 -- Attack % 14 (cap 85) -- Ranged Attack % 14 (cap 85) ------------------------------...
gpl-3.0
masterfeizz/EDuke3D
source/lunatic/lunacon.lua
1
135454
-- LunaCON CON to Lunatic translator -- requires LPeg, http://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html local require = require local lpeg = require("lpeg") local bit local math = require("math") local string = require("string") local table = require("table") local arg = arg local assert = assert local error = er...
gpl-2.0
nyczducky/darkstar
scripts/zones/Abdhaljs_Isle-Purgonorgo/Zone.lua
17
1353
----------------------------------- -- -- Zone: Abdhaljs_Isle-Purgonorgo -- ----------------------------------- package.loaded["scripts/zones/Abdhaljs_Isle-Purgonorgo/TextIDs"] = nil; ----------------------------------- require("scripts/globals/keyitems"); require("scripts/zones/Abdhaljs_Isle-Purgonorgo/TextIDs"); --...
gpl-3.0
nyczducky/darkstar
scripts/zones/Northern_San_dOria/npcs/Pursuivant.lua
14
1062
----------------------------------- -- Area: Northern San d'Oria -- NPC: Pursuivant -- Type: Standard NPC -- @zone 231 -- @pos 54.000 -1.199 11.937 -- -- Auto-Script: Requires Verification (Verified by Brawndo) ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; --...
gpl-3.0
jbeich/Aquaria
files/scripts/entities/rotbaby-form3.lua
6
3043
-- Copyright (C) 2007, 2010 - Bit-Blot -- -- This file is part of Aquaria. -- -- Aquaria 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 vers...
gpl-2.0
abcdefg30/OpenRA
mods/d2k/maps/harkonnen-07/harkonnen07.lua
7
9972
--[[ Copyright 2007-2022 The OpenRA Developers (see AUTHORS) This file is part of OpenRA, which is free software. It is made available to you under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later vers...
gpl-3.0
wizardbottttt/illusion
libs/dkjson.lua
3282
26558
-- Module options: local always_try_using_lpeg = true local register_global_module_table = false local global_module_name = 'json' --[==[ David Kolf's JSON module for Lua 5.1/5.2 ======================================== *Version 2.4* In the default configuration this module writes no global values...
gpl-2.0
RockySeven3161/POWERPLUS
libs/dkjson.lua
3282
26558
-- Module options: local always_try_using_lpeg = true local register_global_module_table = false local global_module_name = 'json' --[==[ David Kolf's JSON module for Lua 5.1/5.2 ======================================== *Version 2.4* In the default configuration this module writes no global values...
gpl-2.0
Goodzilam/Goodzila-bot_v1.3
libs/dkjson.lua
3282
26558
-- Module options: local always_try_using_lpeg = true local register_global_module_table = false local global_module_name = 'json' --[==[ David Kolf's JSON module for Lua 5.1/5.2 ======================================== *Version 2.4* In the default configuration this module writes no global values...
gpl-2.0
TahaLord/tahalord
libs/dkjson.lua
3282
26558
-- Module options: local always_try_using_lpeg = true local register_global_module_table = false local global_module_name = 'json' --[==[ David Kolf's JSON module for Lua 5.1/5.2 ======================================== *Version 2.4* In the default configuration this module writes no global values...
gpl-2.0
mehrpouya81/persianseed
libs/dkjson.lua
3282
26558
-- Module options: local always_try_using_lpeg = true local register_global_module_table = false local global_module_name = 'json' --[==[ David Kolf's JSON module for Lua 5.1/5.2 ======================================== *Version 2.4* In the default configuration this module writes no global values...
gpl-2.0
nyczducky/darkstar
scripts/zones/Northern_San_dOria/npcs/Machella.lua
17
1452
----------------------------------- -- Area: Northern San d'Oria -- NPC: Machella -- Standard Info NPC ----------------------------------- package.loaded["scripts/zones/Northern_San_dOria/TextIDs"] = nil; ----------------------------------- require("scripts/zones/Northern_San_dOria/TextIDs"); require("scripts/globals/...
gpl-3.0
dtrip/awesome
tests/examples/awful/notification/shape.lua
4
1133
--DOC_GEN_IMAGE --DOC_NO_USAGE require("_default_look") --DOC_HIDE local gears = {shape = require("gears.shape")} --DOC_HIDE local awful = {wibar = require("awful.wibar")} --DOC_HIDE local naughty = require("naughty") --DOC_HIDE screen[1]._resize {width = 640, height = 240} --DOC_HIDE local some_wibar = awful.wib...
gpl-2.0
micdah/LrControl
Docs/Lightroom SDK 6.0/Sample Plugins/flickr.lrdevplugin/FlickrPublishSupport.lua
1
89751
--[[---------------------------------------------------------------------------- FlickrPublishServiceProvider.lua Publish-specific portions of Lightroom Flickr uploader -------------------------------------------------------------------------------- ADOBE SYSTEMS INCORPORATED Copyright 2007 Adobe Systems Incorporat...
gpl-3.0
nyczducky/darkstar
scripts/zones/Bastok_Mines/npcs/Phara.lua
14
2662
----------------------------------- -- Area: Bastok Mines -- NPC: Phara -- Starts and Finishes Quest: The doorman (start) -- Involved in Quest: The Talekeeper's Truth -- @zone 234 -- @pos 75 0 -80 ----------------------------------- package.loaded["scripts/zones/Bastok_Mines/TextIDs"] = nil; --------------------------...
gpl-3.0
jiangjunwei/ABTestingGateway
admin/runtime/del.lua
22
2550
local runtimeModule = require('abtesting.adapter.runtime') local redisModule = require('abtesting.utils.redis') local systemConf = require('abtesting.utils.init') local handler = require('abtesting.error.handler').handler local utils = require('abtesting.utils.utils') local ERRORINFO = require('a...
mit
nyczducky/darkstar
scripts/zones/Mount_Zhayolm/Zone.lua
12
1639
----------------------------------- -- -- Zone: Mount_Zhayolm (61) -- ----------------------------------- package.loaded["scripts/zones/Mount_Zhayolm/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("scripts/zones/Mount_Zhayolm/TextIDs"); ------------------------------...
gpl-3.0
nyczducky/darkstar
scripts/zones/Port_Bastok/npcs/Silver_Owl.lua
14
1332
----------------------------------- -- Area: Port Bastok -- NPC: Silver Owl -- Type: Tenshodo Merchant -- @pos -99.155 4.649 23.292 236 ----------------------------------- package.loaded["scripts/zones/Port_Bastok/TextIDs"] = nil; ----------------------------------- require("scripts/globals/settings"); require("script...
gpl-3.0
GSRMOHAMMAD/fortg
plugins/wtt.lua
9
28715
local function run(msg, matches) if #matches < 2 then return "بعد از این دستور، با قید یک فاصله کلمه یا جمله ی مورد نظر را جهت زیبا نویسی وارد کنید" end if string.len(matches[2]) > 20 then return "حداکثر حروف مجاز 20 کاراکتر انگلیسی و عدد است" end local font_base = "A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,...
gpl-2.0
aktel/vice-players
Vendor/CEGUI/cegui/src/ScriptingModules/LuaScriptModule/support/tolua++bin/lua/basic.lua
7
8416
-- tolua: basic utility functions -- Written by Waldemar Celes -- TeCGraf/PUC-Rio -- Jul 1998 -- Last update: Apr 2003 -- $Id: basic.lua 2477 2010-03-17 14:55:19Z ice-drezday $ -- This code is free software; you can redistribute it and/or modify it. -- The software provided hereunder is on an "as is" basis, and -- the...
gpl-3.0
nyczducky/darkstar
scripts/globals/weaponskills/flat_blade.lua
18
1540
----------------------------------- -- Flat Blade -- Sword weapon skill -- Skill Level: 75 -- Stuns enemy. Chance of stunning varies with TP. -- Will stack with Sneak Attack. -- Aligned with the Thunder Gorget. -- Aligned with the Thunder Belt. -- Element: None -- Modifiers: STR:30% -- 100%TP 200%TP 300%TP -- 1.0...
gpl-3.0
nyczducky/darkstar
scripts/globals/items/carbuncles_pole.lua
42
1577
----------------------------------------- -- ID: 18581 -- Item: Carbuncle's Pole -- Item Effect: Restores 160-220 HP ----------------------------------------- require("scripts/globals/status"); require("scripts/globals/magic"); ----------------------------------- -- onAdditionalEffect Action -------------------------...
gpl-3.0
nyczducky/darkstar
scripts/globals/spells/plenilune_embrace.lua
33
2101
----------------------------------------- -- Spell: Plenilune Embrace -- Restores target party member's HP and enhances attack and magic attack.. -- Shamelessly stolen from http://members.shaw.ca/pizza_steve/cure/Cure_Calculator.html ----------------------------------------- require("scripts/globals/settings"); requir...
gpl-3.0
Sojerbot/new
plugins/torrent_search.lua
223
1059
local https = require ('ssl.https') local ltn12 = require ("ltn12") local function search_kickass(query) local url = 'https://kat.cr/json.php?q='..URL.escape(query) local resp = {} local b,c = https.request { url = url, protocol = "tlsv1", sink = ltn12.sink.table(resp) } resp = table.concat(...
gpl-2.0