Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 40 of 43

This is a scripting engine for games that is currently in the works for the Pit Engine our small and hopefully complete game engine that will be out in the near future but we would like to get the pitscript engine under way first to help those out there that are looking for and want to help with a scripting engine for the masses

0
 
  0 reviews  |  0 users  |  173 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

PHP script

5.0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 9 days ago
 
 

Compilation of scripts (mostly LSL) and content for use in Second Life and OpenSim. Focus is designed to get beginners creating their own solutions. I also store any scripts or code used for blog posts or video tutorials here for reference. For finished products, mentoring, other services ... [More] contact me. Note: Second Life is (c) Linden Labs. This site is not affiliated with Second Life or Linden Labs nor is it officially part of the OpenSim project although some items here may be found there as well. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

This tool can be used to run a directory of numbered sql scripts against an MSSQL database. The tool can easily be extended to run against other versioned objects. This is very handy if you are maintaining multiple database environments (e.g. dev, test, production) or working in a team. The ... [More] usage for is SimpleScriptRunner.exe [options]or for SQL Authentication SimpleScriptRunner.exe [options]the sql scripts should start with the script version number and then a space, and be grouped into numbered Release folders. e.g. Release 1\0001 - Create Users table.sql Release 1\0002 - Create Customers table.sql Release 2\0001 - Create Items table.sql[options] can be any combination of the following switches -usetransactionsEach numbered migration will take place in a new transaction, and rollback if there are any issues -requirerollbackEach script x.sql must have a corresponding x.rollback.sql. When the script is run, the rollup is executed, then the rollback, then the rollup again, to confirm the rollback doesn't cause errors -requireidempotencyEach script will be run twice, to confirm idempotency What it does The tool will only execute scripts with higher numbers than have been previously executed - i.e. if the last script to be applied was script 0003, scripts 0004 and onwards will be applied - with one exception. If the last script to be applied has been modified since it was last executed, it will be executed again. This is handy if you are working on a script and need to make slight changes to it. The tool will also create the database on the server if it does not exist. Getting started Assuming your solution file is called MySolution and that you are running a local copy of SQL Express, add a project called 'MySolution.Database' or something similar to Visual Studio, then add the following line to the project post build command line SimpleScriptRunner.exe .\sqlexpress $(SolutionName)Db_$(ConfigurationName) $(ProjectDir)Now add a script called 0001 - hello world.sql to the project root. When you build, a database called MySolutionDb_Debug will be created on your local sql instance. Done! [Less]

0
 
  0 reviews  |  0 users  |  459 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

Simple (or not so simple) scripts for automating processing in FEI focused ion beam systems.

0
 
  0 reviews  |  0 users  |  104 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

JTelIRC is a Java-based IRC library that attempts to make creating intelligent IRC clients extremely easy- you can create an intelligent IRC bot within minutes using just a few lines of code.

5.0
 
  0 reviews  |  0 users  |  13,620 lines of code  |  0 current contributors  |  Analyzed about 22 hours ago
 
 

These are Lua scripts that extend the PtokaX DC Hub's functionality. The main project is LawMaker, but there are others too.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

This project is a collection of scripts and such that may be useful for people scripting in Second Life. Second Life, Linden Scripting Language and LSL, are trademarks of Linden Research, Inc.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 7 days ago
 
 

Tazu's attempt at constructing simple compiler and language...

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 2 days ago
 
 

A collection of scripts to automate stuff

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.