Skip to main content

Fabio de Miranda's Library tagged Programming   View Popular

05 Nov 09

Omnividea FOBS - FFMpeg C++ & JMF Bindings

Fobs4JMF is a JMF PlugIn which allows to use the wide range of formats supported by ffmpeg in your Java applications. It uses the C++ API provided by Fobs and JNI to make it avialable at the Java side. This plugin integrates perfectly in the Java Media Framework, allowing existing and new applications to open and edit video and audio files in all the formats supported by ffmpeg using the standard JMF API.

fobs.sourceforge.net/f4jmf_first.html - Preview

jmf java media programming video ffmpeg

28 Oct 09

Gamasutra - News - In-Depth: Unity Launches Free Option, Announces Xbox 360 Support

The Unity engine is becoming even more affordable to independent and hobbyist developers, as Unity Technologies has retired the $200 "Unity Indie" offering and replaced it with a free license, simply called Unity.

www.gamasutra.com/...news_index.php - Preview

unity gamedev programming

19 Oct 09

Vector Math Tutorial for 3D Computer Graphics

This is a tutorial on vector algebra and matrix algebra from the viewpoint of computer graphics. It covers most vector and matrix topics needed to read college-level computer graphics text books. Most graphics texts cover these subjects in an appendix, but it is often too short. This tutorial covers the same material at greater length, and with many examples.

chortle.ccsu.edu/...vectorIndex.html - Preview

3d math games programming gamePrograming

Ramp Up - Microsoft programming technologies, learning program

Ramp Up is a free, online, community-based learning program, with a number of different tracks that will help you build your portfolio of professional development skills. Ramp Up has a solid foundation of premium technical content from subject-matter gurus, and provides easy-to-access content in a variety of forms that guide you in learning the important skills. Join Ramp Up (it's free!) and help advance your career - click on a track now to start!

msdn.microsoft.com/...default.aspx - Preview

C$ csharp microsoft dotnet visualstudio programming

16 Oct 09

An implementation of Python in Haskell — Project Kenai

Haskell is best in class functional programming language. Python is one of the easiest programming languages in the world for people to get started with. HoPe is an implementation of Python in Haskell on the lines of Jython and IronPython. General announcements and random ramblings for this project will be maintained at my blog at "http://programming-tidbits.blogspot.com" .

kenai.com/hope - Preview

python programming haskell

15 Oct 09

bibtex-py - bibtex parsing module

bibtex-py is a simple bibtex parsing module for python. It is the library used in biblio-py.

gaijin.dmst.aueb.gr/...index.html - Preview

tex latex python library programming

10 Oct 09

PyDbgEng

Microsoft releases free and powerfull debugging tools for Windows. The packadge includes the well known 'WinDbg' debugger, which, at its core, runs on top the Windows debugging engine - dbgeng.dll.

DbgEng is a powerfull debugger engine. Its features include:

user mode debugging
kernel mode debugging
x86, x64 support
soft and hw breakpoints
symbol server
and more!
PyDbgEng is a Python Wrapper For Microsoft Debug Engine.

pydbgeng.sourceforge.net - Preview

python programming

09 Oct 09

Outsourcing Is High Tech's Subprime-Mortgage Fiasco - Is the U.S. Killing Its Innovation Machine? - Harvard Business Review

As economists explore the causes of the current worldwide recession, they are expressing a growing recognition that free markets are not always as efficient as many assumed them to be. In particular, they do not appear to be able to properly price systemic risk: the second- and third-order effects of decisions by a number of financial players, each apparently operating rationally, which can combine to cause a complex interrelated financial system to collapse.

blogs.harvardbusiness.org/...ng-is-high-techs-subprime.html - Preview

business programming

07 Oct 09

akka - Alternative Actors for Scala

Remember: actors are the OOP that Alan Kay originally had in mind.

wiki.github.com/akka - Preview

concurrent parallel programming

guava-libraries - Google Java Libraries

This project contains several of Google's core Java libraries that we use in our myriad Java projects. These libraries are still subject to change.

code.google.com/guava-libraries - Preview

java programming

06 Oct 09

Hadoop World 2009 @ The Dumping Ground

Eric Baldeschwieler from Yahoo gave an impressive talk about what they’re doing with Hadoop. Yahoo is running clusters at a simply amazing scale. They have several different clusters, totally some 86 PB of disk space, but their largest is a 4000-node cluster with 16 PB of disk, 64 TB of RAM, and 32,000 CPU cores. One of the most compelling points they made was that Yahoo’s experiences prove that Hadoop really does scale as designed. If you start with a small grid now, you can be sure that it will scale up – way up.

ardvaark.net/hadoop-world-2009 - Preview

hadoop parallel distributed concurrent programming systems

03 Oct 09

libmpdec - a multi precision C/C++ decimal arithmetic library

Libmpdec is a complete implementation of the General Decimal Arithmetic Specification. The specification, written by Mike Cowlishaw from IBM, defines a general purpose arbitrary precision data type together with rigorously specified functions and rounding behavior. As described in the scope section of the specification, libmpdec will - with minor restrictions - also conform to the IEEE 754-2008 Standard for Floating-Point Arithmetic, provided that the appropriate context parameters are set.

www.bytereef.org/libmpdec.html - Preview

python programming arithmetic math

29 Sep 09

Misc Tutorial: Creating ARToolKit Markers | osgART

This tutorial describes how to create markers for use with the ARToolKit tracking library.

Markers can be easily created in a graphics package and printed out, or even created by hand (such as using adhesive-backed felt). The marker should conform to the dimensions shown here:

www.osgart.org/31 - Preview

augmentedReality programming artoolkit fiducials fiducial computerVision computerGraphics

Class visualization module for NetBeans | Java.net

Last week I wrote a little module that uses the NetBeans Visual Library and the Javac Tree API to create a graph of the contents of a Java file, showing dependencies between class members. It's now available on the NetBeans daily build update center - if you're running a daily build of NetBeans, just go to Tools | Plugins and download Graphical Class Viewer.

My question is, would anybody actually find this useful? It was mostly an experiment to get more fluent with a couple of APIs I need to know well - but it seems like it could be handy if you're going to edit a class you didn't write and want to see where the action is - or if you've got a bunch of encapsulated fields and want to quickly see if anything is not using the getters and setters.

What it does:
Shows a graph (see screenshot below)
If you hover the mouse over, say, a method, then the path to things that method calls/uses will be shown in red, and things that call that method are shown in blue
You can click the arrow button on the widget for any class member and see its source code

weblogs.java.net/...last_week_i_wro.html - Preview

netbeans java ide developer programming tools

26 Sep 09

DataflowConcurrency - gparallelizer - Groovy

Dataflow concurrency offers an alternative concurrency model, which is inherently safe and robust.

code.google.com/...DataflowConcurrency - Preview

dataflow concurrent parallel programming

19 Sep 09

XnaTouch - Home

XnaTouch is a free implementation of the XNA Framework for MonoTouch. Your goal is help the port of Zune games for the IPhone / Ipod Touch (and vice versa).

xnatouch.codeplex.com - Preview

ipod programming xna

27 Aug 09

50 in 50 by Richard P. Gabriel and Guy L. Steele

About the history of programming languages, apparently

jaoo.blip.tv/1472720 - Preview

objectOrientation programming

25 Aug 09

Srivatsn's Blog : Static Compilation of IronPython scripts

The ability to compile IronPython scripts into .NET IL and to save them to disk existed in IronPython 1.0 but has been missing in 2.0 so far. With IronPython 2.0 Beta4 this has been added back.

blogs.msdn.com/...ion-of-ironpython-scripts.aspx - Preview

ironpython dynamicLanguages programming dotNet

1 - 20 of 741 Next › Last »
Showing 20 items per page

Diigo is about better ways to research, share and collaborate on information. Learn more »

Join Diigo