Check out NASA's Automated Requirements Measurement tool which is free for download @ http://satc.gsfc.nasa.gov/tools/download/.
Please be advised however that I could not get this tool to work on Windows XP SP2.
A site devoted mostly to everything related to Information Technology under the sun - among other things.
Sunday, August 31, 2008
Friday, August 29, 2008
Simulationg Star Formation
Naoki Yoshida (Department of Physics, Nagoya University) Kazuyuki Omukai (National Astronomical Observatory of Japan) and Lars Hernquist ((Harvard-Smithsonian Center for Astrophysics) have developed an ab initio computer simulation of the formation of primordial stars that follows the relevant atomic and molecular processes in a primordial gas in an expanding universe.
Learn more about this huge effort (8 years to date - running on 70 linked computer processors) @ http://www.a.phys.nagoya-u.ac.jp/~nyoshida/protostar.html
Learn more about this huge effort (8 years to date - running on 70 linked computer processors) @ http://www.a.phys.nagoya-u.ac.jp/~nyoshida/protostar.html
Robots in Pittsburgh
Check-out the Robot250, a city-wide community art and technology program @ http://robot250.org/index.php
Carlos Aguilar Mares Home Page
Carlos Aguilar Mares Home Page @ http://www.carlosag.net/ which contains many interesting applications for .Net.
Tuesday, August 26, 2008
.Net Reflector
.NET Reflector enables you to easily view, navigate, and search through the class hierarchies of .NET assemblies even if you don't have the code for them. With it, you can decompile and analyze .NET assemblies in C#, Visual Basic and IL. Find it @ http://www.red-gate.com/products/reflector/
Sunday, August 24, 2008
Friday, August 22, 2008
Program Management @ Microsoft
Where The Best People Work
Lousy service. Me-too products. That's what consumers are getting from Goliath companies because the best people no longer work there, argues global trends forecaster and big-business escapee Babs Ryan in the new biz book "America's Corporate Brain Drain." Check out the related Yahoo article @ http://news.yahoo.com/s/prweb/20080822/bs_prweb/prweb1231314_2
Wednesday, August 20, 2008
Introduction to Data Mining
Very brief introduction to data mining - a presentation by Kurt Thearling - @ http://www.cs.odu.edu/~mukka/cs795dm/Lecturenotes/Day1/dmintro.pdf.
His thesis may be found @ http://www.thearling.com/text/thearling_thesis.pdf
His thesis may be found @ http://www.thearling.com/text/thearling_thesis.pdf
Online Journal of Object Technology
The Online Journal of Object Technology, published by the Swiss Federal Institute of Technology, may be found @ http://www.jot.fm/issues/
Refactoring Presentation
Martin Fowler's Java One presentation on Refactoring @ http://codecourse.sourceforge.net/materials/Refactoring-Presentation-from-JavaOne.pdf
Tuesday, August 19, 2008
Free .Net Deadlock Debugging Tool
Corneliu, creator of the GUI debugging tool HawkEye, has a debugging tool that works against most .NET programs, without recompiling them. The follwoing are its features:
1. The tool does not require to have the code re-compiled in any way or form, with any external dependencies, nor reference any external library or have you modify your code to use any special type of locks inside your code.
2. It works on release builds with no PDB files.
3. It works on running processes or previously captured memory dumps.
4. It detects deadlocks across multiple threads and returns detailed call-stack and lock usage information.
5. It only detect deadlocks in which threads are actively waiting for locks acquired by other threads.
6. It does not detect the dining philosophers problem or deadlocks created in combination of time waits + wake/check + lock.
7. It has an external dependency on the cdb.exe (part of the the free Debugging Tools for Windows package from Microsoft).
8. It requires absolutely no installation. It an xcopy deployment.
9. And best of all it’s free (source code to be published soon)
The tool is discussed @ http://www.acorns.com.au/blog/?p=129 and may be obtained @ http://www.acorns.com.au/files/ACorns.Debugging.DeadlockTests.1.0.1.zip
1. The tool does not require to have the code re-compiled in any way or form, with any external dependencies, nor reference any external library or have you modify your code to use any special type of locks inside your code.
2. It works on release builds with no PDB files.
3. It works on running processes or previously captured memory dumps.
4. It detects deadlocks across multiple threads and returns detailed call-stack and lock usage information.
5. It only detect deadlocks in which threads are actively waiting for locks acquired by other threads.
6. It does not detect the dining philosophers problem or deadlocks created in combination of time waits + wake/check + lock.
7. It has an external dependency on the cdb.exe (part of the the free Debugging Tools for Windows package from Microsoft).
8. It requires absolutely no installation. It an xcopy deployment.
9. And best of all it’s free (source code to be published soon)
The tool is discussed @ http://www.acorns.com.au/blog/?p=129 and may be obtained @ http://www.acorns.com.au/files/ACorns.Debugging.DeadlockTests.1.0.1.zip
Monday, August 18, 2008
Scribd
Check out the world's largest document sharing community @ http://www.scribd.com/
Scribd supports the following formats
Scribd supports the following formats
- Adobe PDF (.pdf)
- Adobe PostScript (.ps)
- Microsoft Word (.doc, .docx)
- Microsoft PowerPoint (.ppt, .pps, .pptx)
- Microsoft Excel (.xls, .xlsx)
- OpenOffice Text Document (.odt, .sxw)
- OpenOffice Presentation Document (.odp, .sxi)
- OpenOffice Spreadsheet (.ods, .sxc)
- All OpenDocument formats
- StarOffice Documents
- Plain text (.txt)
- Rich text format (.rtf)
Sunday, August 17, 2008
ChaCha
ChaCha is a human-powered search service where a use can text any question to 242242 (ChaCha) and receive a text message answer on their cell phones, usually within 5 minutes.
There is also a voice-based system@ 1-800-2Cha-Cha where one can ask a question and then hang-up. One then gets a text message confirming the question and then, within a few minutes, another text message with the answer.
Example:
Question: What is the current commute time on the Interstate 90 from O'Hare airport to downtown Chicago?
Answer: It is slow (20-30 mph) until Edens Kennedy junctions, then it is a parking lot. Take Rand to Northwest HWY, to Elson Ave.
There is also a voice-based system@ 1-800-2Cha-Cha where one can ask a question and then hang-up. One then gets a text message confirming the question and then, within a few minutes, another text message with the answer.
Example:
Question: What is the current commute time on the Interstate 90 from O'Hare airport to downtown Chicago?
Answer: It is slow (20-30 mph) until Edens Kennedy junctions, then it is a parking lot. Take Rand to Northwest HWY, to Elson Ave.
Thursday, August 14, 2008
Displaying Information
Compelling way of displaying quantitative (and qualitative) information - better than any pie-chart....
http://www.chrisjordan.com/
http://www.chrisjordan.com/
Sunday, August 10, 2008
Erik Demaine
Erik Demaine, who works in the area of computational geometry (BS at age 14, MIT Professor at age 20) has an interesting web site @ http://www.erikdemaine.org/ and a book, "Geometric Folding Algorithms" supported by another web site @ http://www.gfalop.org/; both of which are worth pursuing further.
Thursday, August 7, 2008
US Engineering Salary Survey
From IEEE Spectrum magazine:
http://www.spectrum.ieee.org/print/6481
and the data:
http://www.spectrum.ieee.org/aug08/6491/dataf1
http://www.spectrum.ieee.org/print/6481
and the data:
http://www.spectrum.ieee.org/aug08/6491/dataf1
Wednesday, August 6, 2008
Google, XML, and IDL
Google has stated that XML is not efficient enough to encode all data formats. To wit, it has resurrected the Interface Definition Language and binary format for data inter-change.
Googel-made code is available @ http://tinyurl.com/5d4bs5.
The product is called Protocol Buffers and is released under the Apache 2.0 open-source license.
Developers can define data structures using the definition language, producing .proto class files. Current language support is limited to C++. See Kenton Varda @ https://tinyurl.com/5hlyd9
Googel-made code is available @ http://tinyurl.com/5d4bs5.
The product is called Protocol Buffers and is released under the Apache 2.0 open-source license.
Developers can define data structures using the definition language, producing .proto class files. Current language support is limited to C++. See Kenton Varda @ https://tinyurl.com/5hlyd9
Tuesday, August 5, 2008
Top 10 Indie Free Games
Rescue: The Bagles: is a retro-styled game the object of which is to rescue beagles from evil researchers. Find it @ www.16x16.org/category/rescue-the-beagles
Psychosomnium: is a colorful dream world filled with surreal characters. Find it @ http://64digits.com/users/cactus/psycho1.zip
Karoshi2: is a puzzle game; killing the hero instead of saving the world or rescuing the princess. Find it @ www.venbrux.com/index.php?page=games&content=karoshi
ROM Check Fail: with lots of ripped sprites and game play rules from mashed arcade games. Find it @ www.farbs.org/games.html
Virtual Silence: is an action game where the player takes control of boy called Jason that must overcome a series of experimental tests in a virtual world.. Find it @ http://koti.mbnet.fi/erkkavir/VirtualSilence.zip
Dirty Split: is a point-and-click adventure game with lovely art work. Find it @ http://www.dreamagination.org/
Samurai Railroad Mansion: is an action game which is similar to Nintendo’s Hogan’s Alley. Find it @ http://host-a.net/lurk/SRM_02.zip
Dyson: is a real-time strategy game, like Gallcon. Find it @ http://www.deadrock-game.com/files/Dyson.rar
Mighty Jill Off: is a tribute to Bomb Jack series of games. Find it @ http://www.mightyjilloff.dessgeea.com/
Harpooned: is propaganda game in which a Japanese scientist is performing explosive and bloody research on whales. Find it @ http://harpooned.org/
Psychosomnium: is a colorful dream world filled with surreal characters. Find it @ http://64digits.com/users/cactus/psycho1.zip
Karoshi2: is a puzzle game; killing the hero instead of saving the world or rescuing the princess. Find it @ www.venbrux.com/index.php?page=games&content=karoshi
ROM Check Fail: with lots of ripped sprites and game play rules from mashed arcade games. Find it @ www.farbs.org/games.html
Virtual Silence: is an action game where the player takes control of boy called Jason that must overcome a series of experimental tests in a virtual world.. Find it @ http://koti.mbnet.fi/erkkavir/VirtualSilence.zip
Dirty Split: is a point-and-click adventure game with lovely art work. Find it @ http://www.dreamagination.org/
Samurai Railroad Mansion: is an action game which is similar to Nintendo’s Hogan’s Alley. Find it @ http://host-a.net/lurk/SRM_02.zip
Dyson: is a real-time strategy game, like Gallcon. Find it @ http://www.deadrock-game.com/files/Dyson.rar
Mighty Jill Off: is a tribute to Bomb Jack series of games. Find it @ http://www.mightyjilloff.dessgeea.com/
Harpooned: is propaganda game in which a Japanese scientist is performing explosive and bloody research on whales. Find it @ http://harpooned.org/
Friday, August 1, 2008
Subscribe to:
Posts (Atom)
Useful Links
- .Net Code Samples
- AJAX for MS Developers
- C# Tutorials
- Channel9
- Code Search Engine
- Douglas Crockford's JavaScript Site
- DZONE
- Google Code
- IBM Developer Works
- IBM Public Skunkworks
- Is This Thing On?
- Java tutorials, hints, tips
- Jon Udell Weblog
- Knowing .Net
- Massive List of Information for Programmers
- MIT Courses
- MSDN
- Simple-Talk
- SUN Java
- That Indigo Girl
- UC Berkeley Lectures
- Yahoo UI Library
Topics
- 3-D Printing (13)
- AI (228)
- Art (95)
- Article (120)
- book (11)
- books (83)
- Business Intelligence (18)
- Careers (72)
- Cloud Computing (19)
- Cognition (13)
- Complexity (8)
- Computer Science (20)
- COVID-19 (1)
- Cyber-security (79)
- Data Analysis (39)
- Data Management (19)
- Data Visualization (30)
- Design Thinking (1)
- Embedded Tools (34)
- Gadgets (74)
- Games (32)
- Google (7)
- Hardware (39)
- High Performance Computing (32)
- History of Mathematics (1)
- Humor (73)
- Inetrview (7)
- Intelligent Transportation (17)
- IoT (15)
- IT as Metaphor (2)
- Magazine Subscription (8)
- Mathematics Tools (4)
- Microsoft Platforms (22)
- Microsoft Tools (63)
- Mobile Computing (2)
- Motto (3)
- Network Tools (12)
- News (121)
- Offshoring (6)
- Open-Source Sofware (7)
- Outsourcing (1)
- Philosophy (5)
- Pictures (143)
- PLM (5)
- Programming Languages (74)
- Quantum Computing (5)
- Reports (52)
- RFID (3)
- Robo (2)
- Robots (103)
- Science (57)
- Scientific Computing (17)
- Search Tools (7)
- Semantic Networks (11)
- Simulations (34)
- Social Computing (25)
- Software Architecture (27)
- Software Development (151)
- Software Testing (4)
- Software Tools (268)
- Some Thoughts (44)
- Speech (6)
- Standards - Telematics (9)
- Transportation (14)
- Video (11)
- Visualization (9)
- Web Site (224)
- Web Site for Science (48)
About Me
- Babak Makkinejad
- I had been a senior software developer working for HP and GM. I am interested in intelligent and scientific computing. I am passionate about computers as enablers for human imagination. The contents of this site are not in any way, shape, or form endorsed, approved, or otherwise authorized by HP, its subsidiaries, or its officers and shareholders.
Blog Archive
- November (11)
- October (10)
- September (7)
- August (11)
- July (6)
- June (11)
- May (12)
- April (7)
- March (5)
- February (1)
- January (3)
- December (1)
- October (2)
- September (4)
- August (1)
- July (3)
- June (2)
- April (2)
- March (2)
- February (2)
- January (10)
- December (1)
- October (1)
- September (1)
- August (4)
- June (1)
- April (6)
- March (2)
- February (4)
- January (3)
- December (1)
- October (1)
- June (3)
- April (1)
- March (1)
- February (1)
- January (6)
- December (8)
- November (3)
- October (5)
- September (2)
- August (3)
- July (6)
- June (2)
- May (7)
- April (19)
- March (22)
- February (6)
- January (5)
- December (4)
- November (4)
- October (9)
- September (3)
- August (7)
- July (3)
- June (2)
- May (6)
- April (4)
- March (8)
- February (5)
- January (18)
- December (6)
- November (10)
- October (6)
- September (7)
- August (2)
- July (4)
- June (5)
- May (8)
- April (5)
- March (9)
- February (3)
- January (7)
- December (2)
- November (1)
- October (3)
- September (5)
- August (10)
- July (8)
- May (5)
- April (8)
- March (9)
- February (6)
- January (11)
- November (6)
- October (9)
- September (5)
- August (13)
- July (9)
- June (9)
- May (8)
- April (4)
- March (2)
- February (8)
- January (9)
- December (3)
- November (7)
- October (9)
- September (7)
- August (4)
- July (2)
- June (4)
- May (7)
- March (4)
- February (2)
- January (1)
- December (2)
- November (1)
- October (6)
- September (1)
- August (1)
- July (4)
- June (1)
- April (1)
- March (1)
- February (1)
- January (2)
- December (5)
- October (4)
- August (2)
- July (3)
- June (8)
- May (7)
- April (5)
- March (9)
- February (3)
- January (7)
- December (4)
- October (7)
- September (5)
- August (5)
- July (8)
- June (6)
- May (9)
- April (5)
- March (4)
- February (5)
- January (6)
- December (12)
- November (7)
- October (5)
- September (4)
- August (19)
- July (12)
- June (4)
- May (8)
- April (5)
- March (15)
- February (5)
- January (9)
- December (14)
- November (6)
- October (12)
- September (2)
- August (10)
- July (8)
- June (8)
- May (11)
- April (10)
- March (10)
- February (9)
- January (20)
- December (16)
- November (9)
- October (25)
- September (24)
- August (12)
- July (18)
- June (20)
- May (13)
- April (29)
- March (26)
- February (14)
- January (17)
- December (17)
- November (9)
- October (32)
- September (27)
- August (27)
- July (11)
- June (22)
- May (25)
- April (33)
- March (33)
- February (28)
- January (38)
- December (12)
- November (39)
- October (28)
- September (29)
- August (29)
- July (18)
- June (27)
- May (17)
- April (23)
- March (40)
- February (31)
- January (6)