|
Search results: 780 articles (Search results 1 - 30) :
 |
#1: Developer Tools : Cycling '74 MAX/MSP 5.1.0 |
 |
| |
| The Author: Dizel_ | 27 November 2009 | Views: 252 |
|
|
| |
An interactive graphical programming environment for music, audio, and media. Max is the graphical programming environment that provides user interface, timing, communications, and MIDI support. MSP adds on real-time audio synthesis and DSP, and Jitter extends Max with video and matrix data processing. |
|
| |
|
|
 |
|
 |
 |
#3: E-Books : iPhone User Interface Design Projects |
 |
| |
| The Author: dunglv9961 | 26 November 2009 | Views: 59 |
|
|
| |
iPhone User Interface Design Projects350 pages | Apress (November 30, 2009) | ISBN: 1430223596 | PDF | 35.8 MB With over 100,000 iPhone applications and 125,000 registered iPhone developers, is it still possible to create a top-selling app that stands apart from the six-figure crowd? Of course, but you’ll need more than a great idea and flawless code—an eye-catching and functional user interface design is essential. With this book, you’ll get practical advice on user interface design from 10 innovative developers who, like you, have sat wondering how to best utilize the iPhone’s minimal screen real estate. Their stories illustrate precisely why, with more apps and more experienced, creative developers, no iPhone app can succeed without a great UI. |
|
| |
|
|
 |
|
 |
 |
#5: E-Books : Python 3 for Absolute Beginners |
 |
| |
| The Author: dunglv9961 | 26 November 2009 | Views: 55 |
|
|
| |
Python 3 for Absolute Beginners300 pages | Apress (October 25, 2009) | ISBN: 1430216328 | PDF | 6.1 MB There are many more people who want to study programming other than aspiring computer scientists with a passing grade in advanced calculus. This guide appeals to your intelligence and ability to solve practical problems, while gently teaching the most recent revision of the programming language Python. |
|
| |
|
|
 |
|
 |
 |
#6: Video Tutorials : AppDev Developing Applications Using C Sharp 2008 Vol 2 DVD |
 |
| |
| The Author: mrsyeoni | 25 November 2009 | Views: 43 |
|
|
| |
AppDev Developing Applications Using C Sharp 2008 Vol 2 DVD | 2.1 GBIn this course you'll learn about important development topics that aren't normally covered in a beginning Windows application programming course. Starting with an introduction to .NET interoperability, you'll work through crucial topics such as saving objects to a stream using .NET Serialization, creating and displaying reports, Windows Management Instrumentation (WMI), working with multiple-document interface (MDI) applications, and drawing your own user interfaces using the System.Drawing namespace. You'll dig deeper into working with the most complex of Visual Studio's built-in controls, the DataGridView control, how to interact with printers and how to print documents. You’ll also investigate several new Visual Studio 2008 features, including Windows Communication Foundation (WCF), new deployment features using ClickOnce, Windows Workflow Foundation (WF), and new support for Office 2007 products using Visual Studio Tools for Office., You're certain to find many topics here that will extend your knowledge, your capabilities, and your value as a developer. |
|
| |
|
|
 |
|
 |
 |
#9: Utilities & Drivers » Automation Software : Automize 8.32 Enterprise Edition |
 |
| |
| The Author: Dizel_ | 24 November 2009 | Views: 152 |
|
|
| |
Automize is a task scheduler and automation program. Easy to use, No programming is required.This task scheduler and automation software can automate a variety of tasks, including FTP transfers, FTP monitoring, Web downloads, Web site monitoring, e-mail checking and sending, Telnet, ping, database SQL, advanced zip, unzip, copy, synchronize folders, and directory and file monitoring. In addition, the chaining feature can run tasks in sequence or conditionally depending on exit codes. |
|
| |
|
|
 |
|
 |
 |
#10: E-Books : Collection of ebooks about Amazon, eBay, YouTube, Wikipedia, Yahoo, Blog |
 |
| |
| The Author: dunglv9961 | 23 November 2009 | Views: 176 |
|
|
| |
Collection of ebooks about Amazon, eBay, YouTube, Wikipedia, Yahoo, BlogEnglish | PDF & CHM | 647 MB |
|
| |
|
|
 |
|
 |
 |
#14: E-Books : Graphics Programming in Icon |
 |
| |
| The Author: dunglv9961 | 22 November 2009 | Views: 120 |
|
|
| |
Graphics Programming in Icon504 pages | Peer-to-Peer Communications (June 14, 2000) | ISBN: 1573980099 | PDF | 33.3 MB This book complements The Icon Programming Language by providing a complete self-contained description of graphics concepts, how they are cast in Icon, and how to use them in programming. |
|
| |
|
|
 |
|
 |
 |
#17: Other : Eyes Relaxing and Focusing 3.0 |
 |
| |
| The Author: Sejshen | 21 November 2009 | Views: 259 |
|
|
| |
Eyes Relaxing and Focusing - created for the protection of computer users, especially for those who usually sits beside the monitor screen more than one hour per day. While working at the computer with various programs, games, design or programming, users tend to lose sense of time, especially if the process is fascinating. After a period of work, you should take a break, so that your eyes a rest. This product enables you to take a break during the training of specially designed images will appear on the screen. All you need to - watch these images. Features:- English and Russian language - Setting up notifications - Script maker, which allows you to create your own exercises - Free technical support. |
|
| |
|
|
 |
|
 |
 |
#18: E-Books : Effective awk Programming (3rd Edition) |
 |
| |
|
|
| |
Effective awk Programming (3rd Edition)For anyone who writes scripts in the awk family of languages, the third edition of Effective awk Programming provides an in-depth guide to processing text files with plenty of working sample code. Whether you are starting out with awk or are an experienced developer, this book will help you extend the reach of your awk scripts.This tutorial covers the entire spectrum of awk script development: From the basics of opening, searching, and transforming text files, to a comprehensive tutorial for regular expressions, to more advanced features like internetworking. The focus is on the practical side of creating and running awk scripts, and there"s plenty of hands-on advice for installing and running today"s awk (and gawk).The book begins with the fundamentals of awk for opening and transforming text flat files. The coverage of regular expressions, from simple rules for matching text to more advanced options, is particularly solid. You learn how to add variables and expressions for more intelligent awk scripts, plus how to parse data into records and fields. You"ll also find out how to redirect output from awk scripts to other programs, a useful technique that can cause awk to get a lot more done in real applications. Later, you learn several valuable sample awk scripts that mimic existing Unix utilities (like grep, id, and split), plus samples for counting words in documents and printing mailing labels, and even a stream editor. This grab bag of sample code lets you try out the techniques presented earlier in the book. Other sections look at support for networking in today"s gawk; for example, how gawk can read and write to URLs on the network almost just as easily as local files. Full sample code will teach the beginner or expert how to get productive with networks and awk. Final appendices trace the evolution of the awk language and show you how to download and install gawk.Suitable for beginner and experienced awk developers, Effective awk Programming, Third Edition, is an extremely worthwhile source of information on a wide range of programming techniques for today"s awk. |
|
| |
|
|
 |
|
 |
 |
#20: Portable : Portable Wondershare Flash Gallery Factory 4.8.2.18 |
 |
| |
| The Author: htdang | 19 November 2009 | Views: 228 |
|
|
| |
Portable Wondershare Flash Gallery Factory 4.8.2.18 | 28,4 MB Wondershare Flash Gallery Factory is an easy to use flash gallery software. It includes a wide range of free flash gallery templates that enable you to make images to flash photo gallery, 3D flash gallery, website slideshow, digital photo album and flash banner without any flash knowledge or programming skill. |
|
| |
|
|
 |
|
 |
 |
#21: Utilities & Drivers » System Utilities : Typemock Isolator v5.4.4 |
 |
| |
| The Author: imfamous | 18 November 2009 | Views: 43 |
|
|
| |
Typemock Isolator v5.4.4 | 5.16 MBThe Typemock Isolator developer tool is an ad in for Visual Studio .NET (vs 2005/vs 2008) that simplifies unit testing by making a cleaner code and eliminating the need to refactor and restructure your code specifically for unit testing.This add in gives the developer tools to isolate, stub or mock any class in the system, such as sealed, abstract, and static classes or methods.The Typemock Isolator isolation framework also allows the .NET Developer to easily adopt Agile practices such as: Test Driven Development (TDD), Behavior Driven Development (BDD), Dependency Injection (DI), Aspect Oriented Programming (AOP), Inversion of Control (IOC) and more.The Typemock Isolator developer tool simplifies unit tests. The following technologies are supported for VB and C# unit testing:* SharePoint * LINQ * WCF * MVC * ADO.NET * SilverLight * ASP.Net * WPF * MS Office |
|
| |
|
|
 |
|
 |
 |
#22: Video Tutorials : Photoshop Cafe - Flash CS3 For Designers NEW! |
 |
| |
| The Author: mrsyeoni | 18 November 2009 | Views: 62 |
|
|
| |
Photoshop Cafe - Flash CS3 For Designers NEW! | ISO | 762MbDo you want to learn Flash from the ground up? Add videos to your webpage easily, add elegant animations, photo galleries and more. These kinds of thing are now within your reach. This video walks you through the entire Flash Application. It's an A-Z guide to using Flash. Even if you have never used Flash Before, this video will get you creating Flash projects in no time at all. This video is created with the designer in mind. You'll learn all the actionscript you need to get started developing Rich Internet sites, even if you have no programming experience. Colin walks you through with his no-nonsence, plain English approach. It's easier that you thought to learn Flash, and no, it doesn't have to be boring and difficult. All the lesson files, Flash files, videos, sounds and photos are included so you have what the instructor has! |
|
| |
|
|
 |
|
 |
 |
#24: Utilities & Drivers » System Utilities : GeoDLL v11.04 Bilingual |
 |
| |
| The Author: imfamous | 17 November 2009 | Views: 76 |
|
|
| |
GeoDLL v11.04 Bilingual | 5.04 MBGeoDLL supports the development of geodetic software on various platforms by providing geodetic functions. GeoDLL contains precise functions of the themes 2D and 3D coordinate transformation, geodetic datum shift and reference system convertion, meridian strip changing, user defined coordinate and reference systems, distance calculation, Digital Elevation Model, NTv2 handling, Direct / Inverse Solutions and map function. GeoDLL enables to perform professional grade coordinate transformations in own programs: * The current and many historical coordinate and reference systems of all countries of the European Union (EU) including the eastern extensions from 2004 and 2007 and the systems of the European non-EU countries. * The INSPIRE© supported European ETRS89 systems. * The US and Canadian State Plane Coordinate Systems (SPCS) on NAD27 and NAD83 and other coordinate and reference systems of the North American continent. * The coordinate and reference systems of the Australasian continent. * Many coordinate and reference systems of the countries of other continents. * World-wide NTv2 grid file supported coordinate transformations. * All world-wide coordinate and reference systems in current use. * The German coordinate and reference systems of the old and new federal states, the 40 Prussian Soldner Land Registers, the German 'Lagestatus', and exact reference systems of the German federal states. |
|
| |
|
|
 |
|
 |
 |
#26: Design Tools » 3D Modeling & CAD : SIEMENS PLM NX NASTRAN V7.0 x86/x64 |
 |
| |
| The Author: sobisvn | 17 November 2009 | Views: 157 |
|
|
| |
SIEMENS PLM NX NASTRAN V7.0 x86/x64 | 142 MBNX 7 improves productivity throughout product development. With enhanced Synchronous Technology, NX delivers faster, more flexible part and assembly modeling, improved multi-CAD capability, streamlined digital simulation and more efficient manufacturing. And with new visual tools for leveraging product data, NX 7 can help you accelerate development, lower costs, and improve quality. NX Nastran is a premium computer-aided engineering (CAE) tool that major manufacturers worldwide rely on for their critical engineering computing needs to produce safe, reliable and optimized designs within increasingly shorter design cycle times. For over 30 years, Nastran has been the analysis solution of choice in almost every major industry including aerospace, defense, automotive, shipbuilding, heavy machinery, medical and consumer products – an industry standard for the computer-aided analysis of stress, vibration, structural failure/durability, heat transfer, noise/acoustics and flutter/aeroelasticity. |
|
| |
|
|
 |
|
 |
 |
#27: Portable : IDM UltraEdit 15.20.0.1022 Portable |
 |
| |
| The Author: Dizel_ | 17 November 2009 | Views: 170 |
|
|
| |
IDM UltraEdit is used across a diverse range of industries, from professional writers, researchers and journalists to advanced programmers, database managers and web developers. Scores of individuals use UltraEdit as a powerful replacement for windows notepad and even more use it as a text editor because of its ability to handle multiple documents at once, large file handling, powerful search/find/replace functionality, spell checking versatility and much more. Replacing Notepad or looking for a powerful text editor? UltraEdit is what you're looking for. UltraEdit is the ideal text, HEX, HTML, PHP, Java, javascript, Perl, and Programmer's editor. It's versatile and easy to use. UltraEdit is specially designed for inputting and editing text and code, UltraEdit supports configurable syntax highlighting and code structuring for most any programming languages. |
|
| |
|
|
 |
|
 |
 |
#28: Developer Tools » Tools & Editors : IDM UltraEdit 15.20.0.1022 |
 |
| |
| The Author: Dizel_ | 16 November 2009 | Views: 171 |
|
|
| |
IDM UltraEdit is used across a diverse range of industries, from professional writers, researchers and journalists to advanced programmers, database managers and web developers. Scores of individuals use UltraEdit as a powerful replacement for windows notepad and even more use it as a text editor because of its ability to handle multiple documents at once, large file handling, powerful search/find/replace functionality, spell checking versatility and much more. Replacing Notepad or looking for a powerful text editor? UltraEdit is what you're looking for. UltraEdit is the ideal text, HEX, HTML, PHP, Java, javascript, Perl, and Programmer's editor. It's versatile and easy to use. UltraEdit is specially designed for inputting and editing text and code, UltraEdit supports configurable syntax highlighting and code structuring for most any programming languages. |
|
| |
|
|
 |
|
 |
|
|