
AWS Free Tier * These free tier offers are only available to new AWS customers, and are available for 12 months following your AWS sign-up date. When your 12 month free usage term expires or if your application use exceeds the tiers, you simply pay standard, pay-as-you-go service rates (see each service page for full pricing details). Restrictions apply; see offer terms for more details. ** These free tier offers do not automatically expire at the end of your 12 month AWS Free Tier term, but are available to both existing and new AWS customers indefinitely. † The following Windows variants are not eligible for the free tier: Microsoft Windows Server 2008 R2 with SQL Server Web, Microsoft Windows Server 2008 R2 with SQL Server Standard, Microsoft Windows 2008 R2 64-bit for Cluster Instances and Microsoft Windows 2008 R2 SQL Server 64-bit for Cluster Instances. The Amazon AWS Free Tier applies to participating services across our global regions.
A "no hassle" Linux install for VMware Workstation 6.5 Do you want to install VMware on Linux? You no longer have to do it via command line. VMware has released a Linux "no hassle" user interface install. Do you want to install VMware on Linux? You no longer have to do it via the command line. With VMware's newest release of workstation, they created a bundled graphical-based installer. I also created a visual gallery if you are interested in viewing this information in a different format. Download the Linux.bundle from VMware's Web site to your tmp directory. Open up a terminal window and type the following: sudo sh VMware-Workstation-6.5.0-118166.i386.bundle. Figure A Next, agree to the license, as shown in Figure B. Figure B If you want to install the Virtual Debugger, choose a path and then click Install (Figure C and FigureD). Figure C Figure D The Linux installer does the rest and configures Workstation 6.5 (Figure E and Figure F). Figure E Figure F Figure G Figure H
Windows | AddictiveTips Most keyboards, if not all of them, have dedicated keys for managing the volume and brightness on your system. For anyone who doesn't have these keys, you can use controls in Windows to manage volume and brightness. If you're looking for an even easier way to manage volume, one which involves no clicks and is super convenient, meet WheelsOfVolume. It's a free Windows app that lets you increase or decrease the system volume by scrolling the mouse wheel over an active area. Read More The libraries and other locations in the Windows Explorer navigation pane can collapse and expand to give you a cleaner and easier to manage navigation pane. Steam is one of the most popular gaming platforms out there. File Explorer in Windows 8 was revamped and the new look made its way to Windows 10. Computers are getting more and more powerful as time passes and because they can do so much more than their early predecessors, we find that programs are now more resource hungry than they used to be.
5.FreshMinutes.IT – Java & IT JavaScript Cheat Sheet - Cheat Sheets - Added Bytes A quick reference guide for JavaScript, listing methods and functions, and including a guide to regular expressions and the XMLHttpRequest object. The JavaScript cheat sheet is designed to act as a reminder and reference sheet, listing methods and functions of JavaScript. It includes reference material for regular expressions in JavaScript, as well as a short guide to the XMLHttpRequest object. A description of what is on the cheat sheet follows, or if you are impatient, you can go straight to the full size JavaScript cheat sheet. Functions and Methods JavaScript has a huge number of methods and functions available. XMLHttpRequest The XMLHttpRequest object is relatively new to JavaScript. JavaScript in HTML This section contains simple HTML, showing how to add JavaScript to an HTML document. Regular Expressions JavaScript contains support for regular expressions. Event Handlers Personally, I often forget the exact names of the various event handlers in JavaScript. Download Related Cheat Sheets
The 11 deadly sins of product development Download a free copy of “Building a Hardware Business,” a curated collection of chapters from our IoT library. Editor’s note: this post is an excerpt from “Prototype to Product: A Practical Guide for Getting to Market,” by Alan Cohen, which is included in the curated collection. Thomas Edison famously said that genius is “1% inspiration, 99% perspiration,” and his observation holds true for product development. Developing “genius-level” products certainly requires inspiration, but the bulk of the effort is more like perspiration: work that benefits from insight and cleverness, but is also largely about not screwing up. Most product development efforts fail. What follows is a brief catalog of the most popular ways to wound or kill product development projects. The fundamental principle of product development There is a basic truth that applies to product development, really a fundamental principle: surprises only get more expensive if discovered later. The vice of laziness Project plans!
GREP Tutorials Useful information mostly written by me, the conspicuous exception being the bash manpage ... Intro to Unix UNIX command summary grep tutorial powerful search tool sed tutorial scripts to edit text files Autofs in Linux automatically mounting removable media procmail tutorial well known email filter bash manpage the man page for the bash shell. Warning: this is long (~210k) Contents Why grep ? Back to top grep is not only one of the most useful commands, but also, mastery of grep opens the gates to mastery of other tools such as awk , sed and perl . So what does it do ? grep basically searches. grep foo file returns all the lines that contain a string matching the expression "foo" in the file "file". For now, we will just think of an expression as a string. Another way of using grep is to have it accept data through STDIN. instead of having it search a file. ls |grep blah lists all files in the current directory whose names contain the string "blah" Compatibility Notes Examples bugg\?
Microsoft Access help, tutorials, examples Where to ask for help For a list of places where you can post questions, see Forums on our Links page. Brief tutorials and help for novices and database developers. Examples and solutions to implement. This is literally an FAQ. Re newer versions, see Converting to Access 2007 or 2010.Examples have not been tested in versions beyond Access 2010.Articles marked MS are quoted by Microsoft (on the Office website.) Allen is no longer accepting database clients. Search this site If you don't know how to write code, these may help. Table Design Forms Reports Expressions Solutions for developers. Combo Boxes Queries Relational Design Coding examples for VBA (Visual Basic for Applications.) Solutions (VBA) Error Handling in VBA Access 95 and laterELookup() - an extended replacement for DLookup() Access 95 and laterECount() - an extended DCount(). Functions (VBA) Pitfalls and Traps Examples by Library See also the Index of VBA Functions - list of the code from all pages on this site. Applications Utilities New bugs
Coreservlets.com: Java, JSF 2.0, Ajax, and GWT Training, Tutorials, Consulting, Books, & Resources Open-sourcing Facebook Infer: Identify bugs before you ship Today, we're open-sourcing Facebook Infer, a static program analyzer that Facebook uses to identify bugs before mobile code is shipped. Static analyzers are automated tools that spot bugs in source code by scanning programs without running them. They complement traditional dynamic testing: Where testing allows individual runs through a piece of software to be checked for correctness, static analysis allows multiple and sometimes even all flows to be checked at once. Each month, hundreds of potential bugs identified by Facebook Infer are fixed by our developers before they are committed to our codebases and deployed to people's phones. Motivation Facebook likes to move fast by shipping software as soon as it’s ready, rather than after a lengthy manual testing process. To fit in with our developers' workflow, Facebook Infer runs incrementally, analyzing code modifications to the source code of our app when they are submitted by developers for review. The future