shareasale script sass

shareasale script sass

Sponsored Links
Sponsored Links

shareasale script sass

No.
Title
Catelory
Price
License
Expand All
1
Desktop-Shell -> Development
14168$tobuy
Trial
MOBILedit! Scripts is an easy to use development environment that makes it possible to create powerful applications controlling and utilizing mobile phones. You can choose from available script languages to rapidly implement the desired functionality. No special knowledge is required. Your application will work with all phones supported by the MOBILedit! platform. Automatically handle incoming calls, organize an SMS survey, or send out large amounts of advertising SMS messages. With the full power of Windows scripting, implementing any idea is only a few lines of code away!

MOBILedit! Scripts is an MDI application based on the MOBILedit! platform. User or programmer connects phones via cable, Bluetooth or IrDA which creates a separate document window inside the application environment. As soon as you load and run the script into the window, the script starts to control the related phone.

One of the most popular ways to use the MOBILedit! Scripts is to connect one or several phones by a data cable (with charging capability) to a server or always running PC, load appropriate scripts which start sending messages, receive and process incoming messages, respond to calls, etc.

Anyone who has reasonable knowledge of a compliant scripting language can write powerful applications utilizing mobile phones without any other special knowledge.


Source code of sample solutions included

MOBILedit! Scripts comes with several sample scripts that demonstrate the wide possibilities provided by this environment. The scripts are simple, yet useful enough to be instantly deployed with no or minimum modifications. The scripts can be found in the download section.


HangUp

This sample script immediately hangs up incoming calls from "unwanted" callers. Just enter a list of names or phone numbers and the script will make your number constantly busy for those callers.

scripting language: JScript
demonstrated functionality: working with the phonebook, handling incoming calls
limitations: the phone must support call notifications
ideas for further development: hang up calls based on current time (e.g. hang up business calls after working hours), schedule automatic callbacks

SmsMessenger

Forwards MSN Messenger chat messages to your cell phone as SMS messages when your Messenger status is Idle or Away. If a someone opens a chat window to send you an instant message when youre away, the script will use the phone connected to your computer to forward the message as an SMS to a predefined phone number.

scripting language: VBScript
demonstrated functionality: sending SMS, handling COM events
limitations: only messages that arrive to newly opened chat windows are forwarded
ideas for further development: forward other events as well (e.g. status change of a particular contact)

SmsSkype

This script forwards Skype chat messages to your cell phone as SMS messages when your Skype status is Away, and also lets you send a Skype chat message back using your cell phone. Youll never miss a message and will be able to continue chatting even when you have to leave your computer!

scripting language: JScript
demonstrated functionality: sending SMS, handling incoming SMS, handling COM events
limitations: SkypeX COM wrapper library must be installed
ideas for further development: forward the messages that arrive after you leave the computer but before the Skype status automatically changes to Away

OutlookNewMail

Sends notifications about new e-mails received by Microsoft Outlook to your cell phone as SMS messages. Whenever a newly received e-mail is not read within certain period of time, a notification SMS is sent to a predefined number. The timeout and the maximum SMS length can also be configured.

scripting language: Python
demonstrated functionality: sending SMS, handling COM events, working with timer
limitations: Outlooks restrictive security policy might prevent the script from accessing e-mails - Outlook Redemption library might be needed to overcome this limitation
ideas for further development: send notifications only about e-mails from certain addresses and/or arriving to selected folders

VotingContest

Parses incoming SMS messages, stores them in a relational database, and sends out auto replies. Basic functionality for organizing SMS polls, surveys, quizzes etc. is provided by this script.

scripting language: Perl
demonstrated functionality: handling incoming SMS, sending SMS, working with a database using ADODB, handling external events fired by a command line tool
limitations: none
ideas for further development: more general SMS parsing, "modules" implementing the most commonly used kinds of SMS-based applications

Here are some key features of "MOBILedit! Scripts":

· write your own PC-to-mobile phone solutions
· no compiling, just connect a phone, write script and run it
· write scripts in Java, Visual Basic, Python, Ruby, PHP, Tcl and others
· compatibility with all phones supported by MOBILedit! platform
· no specific knowledge about mobile phones needed
· write powerful solutions connected to SQL databases
· connect and control many phones at once
· build your own voting systems, messaging solutions, dialers, file processors, CRM modules and much more

2
Business -> Calculator
FREE
Freeware
This script for Russ Webbs RPN (from nthlab.com) will allow you to calculate using times.

The script works in hour, minute, second or minute, second modes and allows conversion among the formats.
3
Business -> Calculator
FREE
Freeware
This script for Russ Webbs RPN (from nthlab.com) will allow you to calculate using dates.

You can add or subtract from a date and find the difference between days. It will also tell you the day of the week.

The script supports various month, day, year formats to provide compatibility with US and European users.
4
Business -> Clock
FREE
Freeware
CityTime alarms is usefull alarm clock for your Smartphone. Now with new alarm type - mobile task, so you can run a program or a script file at a give time, support for landscape devices

Requirements:

· Smartphone 2003
5
Business -> Databases
FREE
Freeware
Simple report for keeping track of sound/film/video logs during recording. Can be adjusted to be used by script supervisor or Camera assistant. You can also sketch something important to the sceneor mark camera angles. Cool!

Requirements:

· HanDBase v.2.7x or greater
6
Desktop-Shell -> Development
FREE
Freeware
J2METools is a collection of scripts I use during development of J2ME programs. Theyre somewhat generic but they will probably not replace any full featured IDE. Nevertheless, the can probably serve as a starting point for you as well.

These tools are for the Linux platform only.

The tools are:

Emulators: n6230, n6310i, n7210, s30emul. These scripts serves as wrappers around some of the various Nokia SDK emulators. The n6310i and n7210 scripts runs in the context of Wine.
j2mejdb - a quick way to launch jdb. This script ties nicely to n6230 and s30emul.
j2metrans - transfer jad/jar file to a (possibly) bluetooth enabled phone.

Emulators

General usage is ... (s30emul used as an example):

Usage: /usr/bin/s30emul [OPTIONS] file

[OPTIONS]
-h Help (this ..)
-m home SDK home
You need to set ${emulator}_HOME (or give the -m switch) to point to the correct SDK. Run the wrapper script without arguments to see the search path.

The file argument is the jad file to read. If a filename without the suffix (.jad) is given .jad is appended.

I have the following in my /etc/profile.local:

nd=/opt/Nokia/Devices
N6230_HOME=$nd/Nokia_6230_MIDP_Concept_SDK_Beta_0_2
N6310I_HOME=$nd/Nokia_6310i_MIDP_SDK_v1_1
N7210_HOME=$nd/Nokia_7210_MIDP_SDK_v1_0
S30EMUL_HOME=$nd/Nokia_Series_30_MIDP_Concept_SDK_Beta_0_2
export N6230_HOME N6310I_HOME N7210_HOME S30EMUL_HOME
unset nd
... so that the emulator homes are set correctly up.

The n6230 script can be launched in debug mode by specifying the -d argument. Use -D string to setup a default connection string.

The s30emul script can be launched in debug mode by specifying the -d argument. Use -p portnum to specify debug port.

j2mejdb

j2mejdb launches the jdb debugger. Specify -H hostname and -p portnum to override the default settings of localhost:4452.

j2metrans

Transfer jad/jar files to a mobile phones. You need to have Gammu installed and configured.

Usage is:

Usage: j2metrans [OPTIONS] prog1 prog2 ... progN

[OPTIONS]
-c configNum Gammu configuration
-d debugLevel Gammu debug level (nothing|text|textall|binary|errors)
-g group Group name (Application|Game)
-h This page

Whats new in this release:

· added the j2metrans script
· added the j2mejdb script
· added the -D and -d (debug) flags to n6230
· added the -d and -p flags to s30emul
· renamed the suite from emulators to J2METools
7
HOBBIES -> Astronomy
FREE
Freeware
A program to show your special table data - time table or any other event table - on your Pilot. Includes a perl script for converting data to pdb-files.

Documentation available here: http://www.afischer-online.de/pilot/timetable/doc.html

Make your own tables online here: http://www.afischer-online.de/pilot/timetable/table.html
8
Desktop-Shell -> Development
FREE
Freeware
PilRC is a Platform Independant program (sources are provided) for developing Palm Computing Platform applications.

It takes a resource script file and emits one or more binary resource files which are then included by your projects .rc, .asm or other resource file.

Let me know if you run into any bugs, have feature suggestions or whatever.

To get a Win32 binary, goto the PilRC Development Page.
9
Business -> Calendar
2900$tobuy
Shareware
RPN is a programmable, postfix scientific calculator for Palm OS:
Postfix
Graphing
Solving
Programmable
Recordable

Hi-res interface
Customizable colors

Scientific and engineering functions
Conversion functions
Finance (TVM) functions
Many format and base options
Script editor

No need for MathLib
Palm OS 3.1 or later
High precision
112k in size

Whats new in this release:

· Recordings now remember and replay the choices made in dialogs rather than present the dialog again.
· Fixed About... dialog display in Palm OS 3.x.
· Fixed key shortcuts for + and x^2.
· Improved accuracy of temperature conversions involving F degrees.
· Fixed Reinstall All... scripts menu action.
· Added UDx bcode to queue up the choice for the next dialog.
· Fixed timer problem in About dialog.

Requirements:

· Palm OS 3.1
· 103KB RAM
10
Business -> Finance
400$tobuy
Shareware
ATM Trak is an application for busy individuals which records and maintains Automatic Teller Machine, Debit Card, Credit Card, Cash, and Electronic Funds transfer information quickly and concisely. Script Trak was designed for busy individuals who want an easy system to record fund transactions, and comments for each record entered while traveling or around town. Items that are tax deductible can be easily identified. A List of data can be quickly displayed in table form. The system can be used to maintain information for individuals, family members, and/or accounts. ATM Trak allows the user to add new records, delete currently displayed record, access List View table, and review each record and comment individually from a single screen. There is no cumbersome navigating through nested menus.

11
HOBBIES -> Misc-Fun
FREE
Freeware
Ginger - describe your shots as the visuals come to you, wherever they come to you, then sketch them.

While big sheets of paper may still be your favorite, you cant argue with portability for on-the-fly concept development.

Keep track of where and when the shots will take place, along with the corresponding page numbers of the shooting script.
As an added bonus, the built-in location manager will allow you to cross reference your imaginary locations with their physical counterparts.

Whats new in this release:

· In addition to a cosmetic overhaul, Ginger now features multiple project support (with arcology16 integration), expanded detail notes and a sketch gallery for an index browsing alternative.

12
Business -> Calculator
995$tobuy
Shareware
RPN PopUp Calculator is a HackMaster extension which pops up a calculator over the active application. It is activated with the simple (definable) pen stroke. When you are finished with calculation, you are back to your application with just one tap. You can exchange data with your application if it supports copy and paste, or if it has an input field. Numbers and operations can also be entered with graffiti.

RPN PopUp Calculator has a simple forth-like script language, so you can write your own functions.

RPN PopUp Calculator is compatibile with OS 2.0 and later. It will not work on older (Pilot 1000/5000 with OS 1.x) models.

IMPORTANT: RPN PopUp Calculator is free for all registered users of PopUpCalculator!

13
Multimedia -> Utilities
FREE
Freeware
Showtimes - Local (U.S., U.K., France, Australia) movie showtimes on your Palm! Showtimes is a movie showtime database browser for the Palm Connected Organizer.
Use the included Perl script to download showtime data from Yahoo! Movies, Scoot, AlloCine, or Au.Yahoo, hotsync, and youre ready to go.

Find out what theater is playing a particular movie, or find out what is playing at a given theater.

Showtimes has a small memory footprint. For example, it stores showtimes for over 20 theaters, with theater details, and movie rating and length for over 30 movies, in under 30k of memory.

Requirements:

· Palm OS v2.0
14
System-Utilities -> IR-Apps
FREE
Freeware
This simple yet powerful utility allows tax practitioners to take Tax Forms on the road with them and print them with any Infrared (IrDA) compliant printer. Forms available from the IRS (http://www.irs.gov/) in Hewlett Packard Printer Control Language (PCL) or Adobe Post Script (PS) formats can be downloaded and saved to your PocketPC device or memory card and subsequently printed with IRPrintTax.

This software is currently provided as Freeware given its simplicity of function. Given the slow nature of IrDA communications, medium and large sized files may take several minutes to print. What you loose in speed you gain in portability.
15
Business -> Clock
960$tobuy
Demo
SKSchema is a multi-functional scheduler allowing to automatically perform different actions at the time specified as well as to perform actions depending on other programs being launched/closed. The program can be used as an advanced alarm clock and also as a reminder.

For example, the program makes it possible to set the following tasks:

- to launch a backup program at 0.40 every Tuesday during January and February 2006
- to awake the owner daily during a week with different sound files
- to establish a GPRS connection if a mail client or PocketIE is launched"

SKSchema can watch for some phone events like rings, answer, hangup, power state, SMS. SKScheMa can run command/script/program for all this events.

Here are some key features of "SKScheMa":

· runs programs, plays sound files at the specific time, with the specified periodicity
· shows a reminder at the time specified along with a signal (a sound file, vibro). A reminder can be postponed.
· sends sms at the time specified
· makes a phone call at the time specified (it is very useful when somebody should be woken up automatically)
· switched PDA on and off and makes a soft reset at the time specified
· closes the indicated programs at the time specified
· change today theme at the time specified
· clones an event (for example, to beep every 25 min within 5 hrs)
· switches a phone on and off (PIN-code input is possible), BT and Wi-Fi on/off (device dependent)
· emulates a screen tap or a keyboard input
· supports scripts which are to be executed at the time specified as well as directly from Explorer or with a shortcut in Start Menu
· watches launched and closed programs (by window name) and performs different actions for these events
· watch for phone events like call(ring), answer, connect, disconnect, phone on/off, incoming sms. SKScheMa can run command/script/program for all this events.
· has an adjustable Today plug-in showing the most immediate tasks and also used for a quick-launch of SKSchema
· it is possible to create frequently used sets of events
· many other features
· QVGA, VGA support
· WM2003(SE),WM2005 support

Limitations:

· 14 days trial

Whats new in this release:

· decreased size, increased speed
· added sound script support for reminder (Wav only)
· added commands #startsound, #stopsound, #stopallsounds
· added command for short access to system bubbles
· added commands for prevent backlight off and power off (device dependent)
· some fixs

Requirements:

· Windows Mobile 2003+
16
Business -> Calculator
5995$tobuy
Shareware
Use this calculator for your basic and linear algebra calculations. Using matrices allows you to perform far more powerful calculations with less instructions. Instead of using one value at the time use a matrix or vector containing hundreds of values.

Uses same syntax as high-end mathematical programs like matlab.

Matrix calculations
No tables or different screens to enter the elements of a matrix.

Autoscaling
x=[-4:0.1:4]; % Creates a vector of values from -4 till 4
plot(x,x.^2) % Plot these values versus x^2

Logarithmic scaling
Logarithmic scaling for the x-axis and the y-axis.

Solve linear equations
[2 3;1 -1][14;-3] % Solves for 2*x+3*y=14 and x-y=-3

Multiply and divide polynomials
conv([1 -1 6 3],[7 4]) % Multiplies (x^3-x^2+6x+3)*(7x-4)

Roots function
roots([1 -1.43 0.49]) % Finds the roots of x^2-1.43x+0.49

Complex numbers
t=[0:0.1:2*pi]; % Create a vector of values from 0 till 2pi
plot(exp(1j*t)) % These short instructions will plot a circle using a matrix containing complex numbers.

Solve higher order differential equations
A spring damper example is included in the mechanical category of the build-in database.

Build-in matrix functions
Eigen values - Singular value decomposition - LU - QR - KRON - magic - pascal etc.
Create your own keypad
Select a special keypad for matrix calculations, basic calculations, scientific calculations or just define your own keypad with your own buttons for your own needs. Buttons on keypad will resize automatically.

Built-in database to store your own scripts
Store your scripts in different categories for easy access.
Several example scripts are included.

Color-coded debug screen
If there is an error in your script the line number at which

17
Business -> Calculator
FREE
Freeware
Calculate time period between two dates in years, months, or days. Calculate time period between two times in days, hours, or minutes.

This program was written in CASL by the folks at CASLsoft as a means to show you how easy it is to turn your ideas into PDA applications.

This version requires no runtime, and comes complete with an easy installation program.

Complete source code is provided, but not required. Please enjoy with our compliments!

Check out other freeware applications from CASLsoft, and other applications from CASL developers at CASLsofts freeware page.

CASLsoft provides a Windows based development tool to enable developers familiar with Visual Basic or Java Script to easily develop professional PDA applications.

CASL has many features competing tools do not have, and yet is priced to be easy on the wallet.

CASL was first released in 1996, making CASLsoft one of the earliest supporters of the Palm OS.

18
Multimedia -> Utilities
FREE
Freeware
Pocket PC is a popular platform for mobile devices that supports a wide range of multimedia features. Flash Player 7 for Pocket PC enables developers and publishers to quickly and easily deploy rich interactive Flash content and applications for Windows Mobile 5 and Pocket PC 2003 devices. Developers can view Flash content within Pocket IE or full-screen using third-party software, or deploy stand-alone Flash applications, which requires the Distribution Kit

Here are some key features of "Macromedia Flash Player":

· Flash Player 7 for Pocket PC enables rich experiences, and offers improved performance and extended platform support for maximum portability to consumer electronics devices worldwide
· Web browsing compatibility
· Flash Player 7 support
· Action Script 2 support
· XML socket support
· Web services and SOAP API

Requirements:

· Windows Mobile 5 and Pocket PC 2003 OS
19
Business -> Finance
3989$tobuy
Shareware
The SprintDB Pro Desktop Companion allows you to develop your SprintDB Pro Pocket PC applications on your Desktop or Notebook PC with SprintDB Pro version 2.x. This provides the user with a development environment which is far easier to use and therefore allows you to create feature-rich applications more quickly than is possible on the limited screen real estate of the Pocket PC. Of course there is nothing preventing you from using the Desktop Companion to create PC-only database applications or applications that you want to run on both platforms.

The user interface is the familiar Windows MDI format which allows you to open multiple windows simultaneously. You can, for instance, open a database in Table view, open multiple SprintDB Pro forms in either Edit or Run mode. This gives you unprecedented control over the SprintDB Pro development process.

Advanced Features
Instant compatibilty with Pocket PC editions.
Create and run your form application on your Desktop PC.
Import/Export SprintDB Pro Form files from/to your Pocket PC.
Supports Debug Mode, allowing you to trace your macro/script code line by line.

Whats new in this release:

· All the new features in SprintDB Pro Ver 3.0 are supported.
· Supports Individual Form Toolbar for the Desktop Companion.

20
Business -> Calculator
FREE
Freeware
Calculate Wind Chill and Heat Index.

Wind chill tells you how cold if feels when heat loss effects of wind are subtracted from temperatures below 35 F, 2 C.
Heat index tells you how hot it feels when effects of humidity are added to temperatures above 90 F, 32 C.

This program was written in CASL by the folks at CASLsoft as a means to show you how easy it is to turn your ideas into PDA applications.

This version requires no runtime, and comes complete with an easy installation program. Complete source code is provided, but not required. Please enjoy with our compliments!

Check out other freeware applications from CASLsoft, and other applications from CASL developers at CASLsofts freeware page.

CASLsoft provides a Windows based development tool to enable developers familiar with Visual Basic or Java Script to easily develop professional PDA applications.

CASL has many features competing tools do not have, and yet is priced to be easy on the wallet. CASL was first released in 1996, making CASLsoft one of the earliest supporters of the Palm OS.

My Software
You have not saved any software. Click "Save" next to each software to save it to your software basket
Related Search
Sponsored Links
TOP POPULAR DOWNLOAD