Skip to main content

Home/ Programming/ Group items tagged Programming

Rss Feed Group items tagged

yc c

Project Lombok - 0 views

  •  
    @Getter / @Setter Never write public int getFoo() {return foo;} again. @ToString No need to start a debugger to see your fields: Just let lombok generate a toString for you! @EqualsAndHashCode Equality made easy: Generates hashCode and equals implementations from the fields of your object. @Data All together now: A shortcut for @ToString, @EqualsAndHashCode, @Getter on all fields, and @Setter on all non-final fields. You even get a free constructor to initialize your final fields! @Cleanup Automatic resource management: Call your close() methods safely with no hassle. @Synchronized synchronized done right: Don't expose your locks. @SneakyThrows To boldly throw checked exceptions where no one has thrown them before! The documentation above is a lot easier to follow, but if you want to build your own transformations, or you want to add javadoc to lombok.jar in your IDE, you can also check out the javadoc.
yc c

PushButton Engine - Modular Flash Game Development - 0 views

  •  
    The PushButton Engine is an open-source Flash game engine. There are lots of great libaries for building Flash games; PushButton Engine makes it easier to bring them together. PushButton Engine is written in ActionScript 3, and relies on Flash 9 or higher. It officially supports Flex Builder, command line builds, and Flash CS4, and people have succesfully used it with FlashDevelop and other ActionScript development environments. More concretely, PushButton Engine provides some useful utilities (like an XML serialization/level format, logger and other debugging tools, time management, resource manager, and more), and a component system which lets you easily package game functionality into resuable modules. The component system draws on nearly a decade of game development history - you can read about it in detail in the Components section of the manual.
jdr santos

Qt by Nokia - 0 views

  •  
    "Qt is a cross-platform application and UI framework that allows developers to write applications once and deploy them across many desktop and embedded operating systems without rewriting the source code. "
yc c

Sinatra - 0 views

  •  
    Sinatra is a DSL for quickly creating web applications in Ruby with minimal effort:
yc c

Bespin » Code in the Cloud - 0 views

  •  
    Bespin is an online code editor by Mozilla. It allows you to write and edit code, share projects, and connect to existing open-source projects.
yc c

papert: logo in your browser - 0 views

  •  
    load examples to see what you can do
jdr santos

BOUML - a free UML tool box - 1 views

  •  
    "BOUML is a free UML 2 tool box allowing you to specify and generate code in C++, Java, Idl, Php and Python."
jdr santos

Doxygen - 0 views

  •  
    Source code documentation generator tool. Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors), Fortran, VHDL, PHP, C#, and to some extent D.
k0st1x

dnrTV - 0 views

jdr santos

Ultimate++ - 0 views

  •  
    "U++ is a C++ cross-platform rapid application development framework focused on programmers productivity. It includes a set of libraries (GUI, SQL, etc..), and an integrated development environment."
jdr santos

Simple DirectMedia Layer - 0 views

  •  
    "Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux port of "Civilization: Call To Power." "
jdr santos

Boost C++ Libraries - 0 views

  •  
    "Boost provides free peer-reviewed portable C++ source libraries."
jdr santos

Smartwin++ - An Open Source C++ GUI and SOAP Library - 1 views

  •  
    "An Open Source C++ GUI library."
« First ‹ Previous 101 - 120 of 147 Next › Last »
Showing 20 items per page