Tuesday, July 07, 2009

You too can learn Physics with “The Manga Guide to Physics”

FrazzledDad - Book Review: The Manga Guide to Physics

The Manga Guide to Physicsby Hideo Nitta and Keita Takatsu. Published by No Starch Press, ISBN-10: 1593271964.

All the concepts are laid out in very clear fashion, and the examples are really spot on and understandable. There’s math involved, but it’s kept at an understandable level and is presented in very short, progressive steps.

This was a really enjoyable read – and it was even educational. I loved the format and I really appreciated the effort and thought that went into laying out the material in such a clear fashion.

…”

This made me chuckle and since everyone wants to learn Physics… ;)

BTW, If you liked this, there are other Manga Guides too…

Related Past Post XRef:
“Tico the fairy teaches the Princess how to simplify her data management” in The Manga Guide to Databases

Interested in about “a billion” (approximately) Spatial Data elements for SQL Server 2008? A step by step getting U.S. Census TIGER/Line Shapefiles into SQL Server on the cheap (i.e. free)

Adventures in .NET - SQL Server 2008: Importing TIGER/Line Spatial GIS Data

“If you’ve been itching to use the spatial data and query features of SQL Server 2008 but haven’t figured out a way to get data to use, you’re in the same boat I was. Until today.

I have a whole slew of address information, but no way to convert that into latitude/longitude values to do any meaningful spatial querying – I was pretty much limited to Zip Code statistics only. Then I remembered that the US Census Bureau puts out a freely available database of everything from roads to highways to railways to geological and political borders with their coordinates called TIGER/Line. …

It would be quite a bit of effort to try and parse the TIGER/Line data yourself, so the use of a utility greatly helps here. Download SQL Server 2008 Spatial Tools to follow along with this blog post, although Microsoft has a sponsored project on Codeplex which I haven’t used called SQL Server Spatial Tools as well.

Finally we can see what we’re working with! It’s not the prettiest thing in the world, but it helps you quickly visualize the spatial results of your query.

Using functions like STDistance, you could do things such as finding all customers within a range of a certain latitude/longitude point, which I hope to explore in a future blog post. But once you overcome getting data into your system, it’s just SQL queries from here on out.

Oh, and did I mention that this is all free? :-)

image

SharpGIS - SQL Server 2008 Spatial Tools

“The SQL Spatial Tools consists of two tools to make it easy to get experience with the new spatial capabilities of SQL Server 2008 (click for more info) :

  • Shape2SQL : Uploads ESRI Shapefiles to Microsoft SQL Server Spatial.
  • SqlSpatial Query Tool : Queries MSSQL Server 2008 and displays geometry output on a WPF-based interactive map.


Requirements:


image

U.S. Census Bureau - 2008 TIGER/Line® Shapefiles

“The TIGER/Line Shapefiles are extracts containing selected geographic and cartographic information from the Census Bureau's MAF/TIGER® (Master Address File / Topologically Integrated Geographic Encoding and Referencing) database. The MAF/TIGER database was developed at the Census Bureau to support a variety of geographic programs and operations including functions such as mapping, geocoding, and geographic reference files that are used in decennial and economic censuses and sample survey programs. Spatial data for geographic features such as roads, railroads, rivers, and lakes, as well as legal and statistical geographic areas are included in the product. Other information about these features, such as the name, the type of feature, address ranges, and the geographic relationship to other features, also are included. The TIGER/Line Shapefiles are made available to the public for no charge and are typically used to provide the digital map base for a Geographic Information System or for mapping software.

The 2008 TIGER/Line Shapefiles contain current geographic areas (boundaries of governmental units as of January 1, 2008), Census 2000 vintage geography, and Economic Census geography. The shapefiles also contain some additional feature updates reported in the Boundary and Annexation Survey (BAS). All counties have now been realigned as a result of the MAF/TIGER Accuracy Improvement Project (MTAIP) and are included in the 2008 TIGER/Line Shapefiles. For more information about the MTAIP please refer to the 2008 TIGER/Line Shapefile Technical Documentation available in [PDF] or TEXT.

The TIGER/Line Shapefiles contain attribute data only and do not include mapping software. They are designed for use with geographic information system (GIS) software. The TIGER/Line Shapefiles do not contain demographic data from any census or survey, but do include the geographic entity codes, which provide a link between the Census Bureau’s demographic data and the TIGER/Line Shapefiles.

image

image

image

…”

The data available is simply staggering and all just a download and conversion away from your SQL Server 2008 Spatial Data usage…

 

Related Past Post XRef:
US Zip/City/County/State spatial data all ready for your SQL Server 2008… Just download, SQLCMD/import and go

Windows 7 is less than a week away for TechNet/MSDN Subscribers – July 13th seems to be the “crush MSDN/Technet” download date

*Words of Wisdom From The Elder - MSDN / Technet Subscribers Get Windows 7 July 13th

“It is official, it is Christmas in July for many MSDN / Technet subscribers. The official RTM version of Windows 7 will be available for download on MSDN / Technet on July 13th.

Wait… I thought it was supposed to be released on October 22nd?

The October 22nd date is the date it will be available in stores. The July 13th release is the same version that will be cut to the manufacturers. …”

Neowin - Confirmed: Windows 7 set to RTM on July 13

“Earlier today the guys over at GeekSmack.net "confirmed" that Windows 7 was set to RTM (release to manufacturing) on July 13, which also coincides with Wzor's unconfirmed rumor last month. A few minutes ago sources close to the company, who wish to remain anonymous, have confirmed to Neowin that Windows 7 is indeed set to RTM on July 13.

So with that said TechNet, MSDN, and a few other partner connections will also be getting the RTM build on July 13. So let the countdown begin!”

I can’t wait!

Related Past Post XRef:
Windows 7 to be available in stores on October 22nd (and RTM in 2nd half of July)

XSS, SQL Injection, Process Command Injection, File Canonicalization, LDAP Injection, XPATH Injection and more static analysis tool/Add-in for Visual Studio - CAT.Net (CTP)

Microsoft Downloads - Microsoft Code Analysis Tool .NET (CAT.NET) v1 CTP - 32 bit

“CAT.NET is a binary code analysis tool that helps identify common variants of certain prevailing vulnerabilities that can give rise to common attack vectors such as Cross-Site Scripting (XSS), SQL Injection and XPath Injection.

File Name: CATNETx32.msi
Version: 1.1.1.9
Date Published: 6/26/2009
Language: English
Download Size: 4.1 MB


CAT.NET is a snap-in to the Visual Studio IDE that helps you identify security flaws within a managed code (C#, Visual Basic .NET, J#) application you are developing. It does so by scanning the binary and/or assembly of the application, and tracing the data flow among its statements, methods, and assemblies. This includes indirect data types such as property assignments and instance tainting operations. The engine works by reading the target assembly and all reference assemblies used in the application -- module-by-module -- and then analyzing all of the methods contained within each. It finally displays the issues its finds in a list that you can use to jump directly to the places in your application's source code where those issues were found. The following rules are currently support by this version of the tool. - Cross Site Scripting - SQL Injection - Process Command Injection - File Canonicalization - Exception Information - LDAP Injection - XPATH Injection - Redirection to User Controlled Site [GD: Emphasis added. Description Leached in Full]

Also available on Visual Studio Gallery - CAT.NET

“CAT.NET is a static analysis tool to analyze software security issues. It uses a tainted variable algorithm based on work from Microsoft research. It is free to download and is being actively developed by the Information Security Tools team.  http://blogs.msdn.com/securitytools [GD: Description Leached in Full]

Security help is good help… Also check out the CAT.NET posts on the Security Tools blog for some more information, MSBuild integration tips and more.

 

PS. Brian K, Look some J# love!  ;)