Posts Tagged Windows
Monday, March 8th, 2010
Seed7 is a general purpose programming language, which is designed by Thomas Mertes. The Seed7 interpreter and the example programs are open-source software. There is also an open-source Seed7 compiler. The compiler compiles Seed7 programs to C programs which are subsequently compiled to machine code. Functions with type results and type parameters are more elegant than a template or generics concept.
And object orientation is used where it brings advantages and not in places where other solutions are more obvious.
Key Features of Seed7:-
• User defined statements and operators.
• Types are first class objects (Templates and generics can be defined easily without special syntax).
• Predefined constructs like arrays or for-loops are declared in the language itself.
• Object orientation with interfaces and multiple dispatch.
• Static type checking and no automatic casts.
• Support for bigInteger and big Rational numbers which have unlimited size.
• exception handling
• overloading of procedures/functions/operators/statements
• Various predefined types like resizable arrays, hashes, bitsets, structs, color, time, duration, etc.
• Runs under linux, various unix versions and windows.
• The interpreter and the example programs use the GPL license, while the runtime library uses the LGPL license.
Newly included features in this release:
• The functions in the gethttp.s7i library were improved to allow the specification of a port number as part of the location (e.g.: localhost:1080/index.html).
• The tarx.sd7 (tar archiving utility) example program was
renamed to tar7.sd7 .
• The codepage 8859_11 was added to the charsets.s7i library.
• The bas7.sd7 (basic interpreter) example program was improved.
• The toutf8.sd7 example program was improved to write an explanation and to support several IANA/MIME charset names.
• An explanation what to do, when the path of the bcc32 C compiler contains a space, was added to ’src/read_me.txt’.
• Documentation comments were added to the charsets.s7i library.
http://www.all1martpro.com
http://get-a-designer.com
Tags: bcc32 C Compiler, interface, Linux, machine code, Open Source, port, programming language, Seed7, Windows
Posted in Opensource, Technical News | No Comments »
Thursday, March 4th, 2010
You can restart a windows service with the use of VBScript as shown in the below code snippet:
Set oshell = createobject(”Wscript.Shell“)
oshell.run”cmd.exe”
wscript.sleep 500
oshell.sendkeys “net stop “”Your service name here“”"+(”{Enter}”)
wscript.sleep 5000
oshell.sendkeys “net start “”Your service name here“”"+(”{Enter}”)
wscript.sleep 5000
oshell.sendkeys “exit“+(”{Enter}”)
set oshell = nothing
WScript.Quit
`
http://www.all1press.com
http://www.all1tunes.com
Tags: code, VBScript, Windows, wscript
Posted in Editorial, Purely Technical | No Comments »
Wednesday, March 3rd, 2010
Now you can restart a GSM Modem with the use of VBScript-
1. Copy the script code and save as a .vbs file.
2. Open hyperterminal and setup the modem settings, for this example save the hyperterminal file as c:\example\example.ht
3. Add the below vbs file to your c:\program Files\Windows NT directory and execute.
Important: If you saved the .ht as anything other than example.ht in c:\example rename the file in script below as well.
Set oshell = createobject(”Wscript.Shell”)
oshell.run”cmd.exe”
wscript.sleep 500
oshell.sendkeys “hypertrm.exe c:\example\example.ht”+(”{Enter}”)
wscript.sleep 1500
oshell.sendkeys “at{+}cfun=1″ + (”{Enter}”)
wscript.sleep 4000
oshell.sendkeys”at” + (”{Enter}”)
wscript.sleep 1500
oshell.sendkeys “at{+}cfun=1″ + (”{Enter}”)
wscript.sleep 4000
oshell.sendkeys”at” + (”{Enter}”)
wscript.sleep 1500
oshell.sendkeys”%f”
wscript.sleep 1500
oshell.sendkeys”x”
wscript.sleep 1500
oshell.sendkeys(”{Enter}”)
wscript.sleep 1500
oshell.sendkeys”exit”+(”{Enter}”)
set oshell = nothing
Set oshell = createobject(”Wscript.Shell”)
oshell.run”cmd.exe”
wscript.sleep 500
oshell.sendkeys “hypertrm.exe c:\example\example.ht”+(”{Enter}”)
wscript.sleep 1500
oshell.sendkeys “at{+}cfun=1″ + (”{Enter}”)
wscript.sleep 4000
oshell.sendkeys”at” + (”{Enter}”)
wscript.sleep 1500
oshell.sendkeys “at{+}cfun=1″ + (”{Enter}”)
wscript.sleep 4000
oshell.sendkeys”at” + (”{Enter}”)
wscript.sleep 1500
oshell.sendkeys”%f”
wscript.sleep 1500
oshell.sendkeys”x”
wscript.sleep 1500
oshell.sendkeys(”{Enter}”)
wscript.sleep 1500
oshell.sendkeys”exit”+(”{Enter}”)
set oshell = nothing
http://www.all1social.com
http://www.all1martpro.com
Tags: GSM, modem, program, Script code, VBScript, Windows
Posted in Editorial, Purely Technical | No Comments »
Friday, February 26th, 2010
Haml 2.3.0 is a markup language, which is used to describe the HTML of any web document easily and simply, without the use of inline code.
It is compiled into XHTML, similarly to ERB, and attempts to fix many flaws in templating engines like explicitly coding HTML into the template.
Haml itself is a description of the HTML, with code to generate dynamic content. And it functions as a replacement for inline page templating systems such as PHP, ASP, and ERB.
Example:
The #foo Hello World! line of code will output this HTML line of code: <div id=”foo”>Helo World!</div>
Automatically, Haml handled the end tag and tag defining. For CSS stylings, SASS does the same thing as Haml does for HTML. SASS is bundled with Haml by default.
Platform: Windows/ Linux/ Mac OS/ BSD/ Solaris
Language: Ruby
http://www.all1martpro.com
http://www.all1sourcetech.com
Tags: ASP, Haml 2.3.0, HTML, Mac OS, markup, PHP, Windows
Posted in Purely Technical | No Comments »
Friday, February 26th, 2010
Apache Commons Transaction 1.2 has been updated for download.
Apache Commons Transaction 1.2 is the Java library, which contains implementations for multi level locks, transactional collections and transactional file access
Commons Transaction aims at providing standardized, lightweight, well tested and efficient implementations of utility classes commonly used in transactional Java development.

Initially there are implementations for multi level locks, transactional collections and transactional file access.
There may be additional implementations when the common need for them becomes obvious, however, the complete component shall remain compatible to JDK1.2 and should have minimal dependencies.
Platform: Windows / Linux / Mac OS / BSD / Solaris
Language: Java
http://get-a-designer.com
http://www.all1sourcetech.com
Tags: Apache, Apache Transaction 1.2, Java, Java development, Mac OS, Windows
Posted in New Product Release, Purely Technical | No Comments »
Thursday, February 25th, 2010
Beautiful Google buzz integration to wordpress + 7 different admin panel options (Settings -> WP Google-buzz) + 14 diff button images + mouse over effects.
Automatically displays Google Buzz button for every post and pages. Google Buzz is shaping up to be an interesting new way to share content with your Gmail friends, so why not have a button for sharing blog posts/pages to the service? To make it work, you’ll need to make sure you’ve set up Google Reader and included that in your Connected Sites on Buzz. Ultimate all in one Google Buzz buttons. Beautiful popup window option included.
Features-
- Show Google-buzz button before/after post content
- Manual insertion of code: Use this: <?php if(function_exists(’add_wp_google_buzz’)) { add_wp_google_buzz(); } ?>
- 13 different beautiful Google Buzz button images
- rel=”nofollow” option for buzz links
- Show/Hide option to show Google Buzz button on page
- float = left/right option
- NEW: Popup window option
http://www.all1martpro.com
http://get-a-designer.com
Tags: admin, Google, Google Buzz, insertion of code, Windows
Posted in New Product Release, Purely Technical | No Comments »
Wednesday, February 17th, 2010
Nuance Communications Inc., the speech-recognition software maker, said Tuesday that it has acquired MacSpeech, which makes speech-recognition software for Apple Inc.’s Macintosh computers, for an undisclosed amount.
San Francisco-based MacSpeech makes general-use programs and ones designed specifically for the medical and legal fields.
According to Nuance, which already makes a dictation program for Apple’s iPhone, the deal will help it produce its flagship Dragon Naturally Speaking desktop software for Macs.
Shares of Nuance rose 18 cents, or 1.3 percent, to close at $14.63.
http://www.all1tunes.com
http://www.all1social.com
http://www.all1sourcetech.com
Tags: 24X7 Support, Apache, hand held solutions, IIS, Joomla, LAMP-Linux, MS-SQL & .NET, MySQL & PHP, SugarCRM, Windows
Posted in Product Reviews, Technical News | No Comments »
Tuesday, February 16th, 2010

Sonne DVD Burner is an almighty DVD burner designed to meet all your needs in burning video, ISO Image file and VIDEO_TS to DVD disc and burning all files to data disc, creating DVD from other video files. For the more, it can capture videos to burn or create to DVD. It s necessary to add an intact capture function to meet users need. Users can easily capture video or image from other devices, DV and TV Tuner. Auto shot, overlay, audio settings volume and balance can be adjusted by easy to use buttons… [/center]
Key Function:
- Create a DVD disc with DVD menu.
- Capture video or image from other devices like USB webcams, TV tuner and DV in real time.
- Snapshot pictures with hotkeys.
- Set properties for each capture device.
- Burn data to disc.
- Burn DVD (VIDEO_TS) folders to DVD disc.
- Burn video files to DVD disc without menu.
- Show information about recorder.
How to Create DVD
Sonne DVD Burner can let you directly create DVD from other video files.
- Step 1: Define the desired DVD mode as pagination menu or chapters menu.
- Step 2: Define a template for your DVD from the template list.
- Step 3: Input your desired video files.
- Step 4: Click Create button, a dialog will pop up. You can define the DVD Output Path as your like. Start the process with Start button.
- Step 5: Click Burn button to burn the newly created DVD folder or others, relative settings interface will pop up.
- Step 6: Click Start to start burning.
Tags: Apache, application development, business applications, hand held solutions, IIS, MS-SQL & .NET, MySQL & PHP, Sonne DVD, SQL Database Services, Windows
Posted in New Product Release, Technical News | No Comments »
Tuesday, February 16th, 2010

Now, your PC will operate smoothly by using Error Repair Professional to identify and repair hidden errors inside your PC. With only a single click, it will scan your PC for any invalid registry entries and provides a list of the hidden errors found. You can then choose to selectively clean each item or automatically repair them all.
Features:
About Error Repair Professional
Windows Registry is the nerve center of your PC and problems with the Windows Registry are a common cause of Windows crashes and error messages. These problems can occur for many reasons including uninstalling software with poor un-installation routines, by missing or corrupt hardware drivers, improperly deleting files and orphaned startup programs. By using Error Repair Professional regularly to fix error in Windows registry, your system should not only be more stable but it will also help Windows boot faster.
How Error Repair Professional works?
Error Repair Professional via registry cleaner that uses high-performance error identification algorithms to quickly identify missing and invalid references in your Windows registry. It will safely clean and repair Windows registry problems with a few simple clicks and enable you to enjoy a cleaner and more efficient PC. Error Repair Professional will guarantee that you eliminate errors in the nerve center of your PC.
What’s Windows Registry?
The Windows registry is a database which stores settings and options for the operating system for Microsoft Windows 32-bit versions, 64-bit versions. It contains information and settings for all the hardware, software, users, and preferences of the PC. Whenever a user makes changes to “Control Panel” settings, or file associations, system policies, or installed software, the changes are reflected and stored in the registry.
http://www.all1martpro.com
http://get-a-designer.com
Tags: 32-bit version, error identification, Error Repair Professional, installing software, Microsoft Windows, Repairsoft, Windows
Posted in Microsoft Technology, New Product Release, Technical News | No Comments »
Monday, February 15th, 2010

Ametrine Audio has announced the release of Fire and Ice, a new synthesizer powered by the Wusik-Engine. The concept was to make a synth with two personalities: The “Fire” section covers basses, stab, synth and lead sounds, whilst the “Ice” section features pads, keys, organs, bell-tones and arps. 160 main presets are included with 250 variations. Two brand new skins have also been developed for the Fire and Ice.
Fire and IceFire and Ice is available for Windows in the VST format.
Summary:
- Powered by the Wusik-Engine.
- 160 main presets with 250 variations.
- Custom made Bass, Stab, Synth, Lead, pads, Keys, Organs, Bell-tones and Arpeggio sounds:
-Bass and Stabs 44
-Synth and Leads 23
-Arp and Wave-sequences 20
-Pads and Strings 30
-Bell-tones 21
-Keys and Organs 22
System requirements:
Windows 95/98/ME/2000/NT/XP/Vista, 128 MB RAM Recommended.
4.2 GB free hard disc space, VST compatible host software.
(Works Great in Logic Audio 5.5)
Install Note-
- Run WusikStation or FireAndIce
- Drug&Drop WusikPACK file to it.
http://www.all1Press.com
http://www.all1tunes.com
http://www.all1social.com
http://www.all1martpro.com
Tags: Apache, hand held solutions, IIS, Joomla, LAMP-Linux, MS-SQL & .NET, MySQL & PHP, SugarCRM, Windows, WordPress
Posted in Editorial, Purely Technical, Technical News | No Comments »