February 01, 2011
Mark Wielaard: New GPG key.
Finally created a new GPG key using gnupg. The old one was a DSA/1024 bits one and 8 years old. The new one is a RSA/2048 bits one. I will use the new one in the future to sign any release tarballs I might create. pub 2048R/57816A6A 2011-01-29 Key f...
More »
February 01, 2011
Andrew Hughes: [SECURITY] IcedTea6 1.7.8, 1.8.5, 1.9.5 Released!.
We are pleased to announce a new set of security releases, IcedTea6 1.7.8, IcedTea6 1.8.5 and IcedTea6 1.9.5.
This update contains the following security updates:
The IcedTea project provides a harness to build the source code from OpenJDK6 u...
More »
January/2025
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
| | | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | |
|
|
Developers
November 21, 2008
Learn how to debug the optimized code with Sun Studio dbx. Use dbx to display the value of local variables and function parameters when applications are compiled with high level compiler optimization options such as -O2, -O3, -O4, and -O5.
More »
November 21, 2008
1.) JGears2, a simple Java2D shape rendering benchmark (Zack Rusin's QGears2 ported to Java) is available on the project page.You can give it a try using Webstart.Update: Somebody else did the port almost simultaneously, and his veryion even impleme...
More »
November 21, 2008
Learn how to debug the optimized code with Sun Studio dbx. Use dbx to display the value of local variables and function parameters when applications are compiled with high level compiler optimization options such as -O2, -O3, -O4, and -O5.
More »
November 14, 2008
Here are some screenshots of the code completion working for Python.
First, let's try it from an import statement:
Note that the documentation for the module is shown. Next, let's
try completing on imported symbols - again we've got the document...
More »
November 13, 2008
Let's start with a pretty simple module - an import, a function, and a couple of classes:
(Notice by the way the semantic highlighting here - the unused parameters and variables are marked with a slight grey underline,
method names in bold, para...
More »
November 12, 2008
This express release includes full compiler support for OpenMP 3.0 APIs, enhanced
support for performance analysis of MPI applications, a new lightweight,
standalone GUI debugger (dbxtool), remote development and debugging
capabilities, and is ...
More »
November 12, 2008
You didn't think we had forgotten Ruby, did you? Here's a new Ruby editor feature: Detecting duplicate hashkeys. As "Fjan" (who filed the
request) says, when some Rails calls allow dozens or more keys, you can accidentally add a hash key twice, wi...
More »
November 11, 2008
In my last entry I showed that the Fix Imports action will alert you to an unresolved symbol. This is really helpful since it can help you track down runtime problems.
Obviously, you shouldn't have to go run Fix Imports on every file, periodical...
More »
November 11, 2008
We're about to release an early access release of Python support for NetBeans. We have ambitious goals for the Python support: NetBeans should be the best IDE for Python development, bar none!
Over the next couple of weeks I'll post screenshots o...
More »
November 06, 2008
I'm extremely proud and relieved. If it hadn't been for the embarrassing passage of Prop 8, it would have been a perfect ending to the last eight years.
More »
|