Skip to main content

Home/ Programming/ Group items tagged generator

Rss Feed Group items tagged

Richard Boss

Leveraging LINQ by Generics - 0 views

  •  
    Do you want to know what is Generics and its importance in .NET framework. In this article, we will see full details about Generics like Generic Class and Generic Constraints.
Richard Boss

Generic Class - 0 views

  •  
    An Article from Technet, especially for dot net developers. What is Generic Classes and How it is created? Let us know by example in this article.
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

The Scala Programming Language - 0 views

shared by yc c on 30 Jan 10 - Cached
  •  
    The design of Scala started in 2001 at the École Polytechnique Fédérale de Lausanne (EPFL) by Martin Odersky, following on from work on Funnel, a programming language combining ideas from functional programming and Petri nets. Odersky had previously worked on Generic Java and javac, Sun's Java compiler. Scala was released late 2003 / early 2004 on the Java platform, and on the .NET platform in June 2004. A second version of the language, v2.0, was released in March 2006.
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.
Andrey Karpov

Efficient Programming with Components (A9Videos) - 0 views

  •  
    Performance is essential for infrastructure software. Modern infrastructure software depends heavily on components. Therefore, writing performant code in this environment requires deep understanding of the characteristics of such components. The course will help programmers to improve performance of their code by learning how to use these existing generic components effectively. In addition, it will teach them to extend the library with new high-performance components. Along the way, participants will learn how to use C++ as a high-performance language. The course will be taught interactively with the class discussing, discovering, and developing components together.
Andrey Karpov

PVS-Studio is a static code analyzer that scans C, C++ and C++11 code and highlights b... - 0 views

  •  
    PVS-Studio is a static analyzer that detects errors in source code of C/C++/C++11 applications. There are sets of rules included into PVS-Studio: General-purpose diagnosis Detection of possible optimizations Diagnosis of 64-bit errors (Viva64) Diagnosis of parallel errors (VivaMP)
Richard Lloyd

Programming | PHP a Desktop Reference - 1 views

  •  
    Learn, Discover, Discuss, & more What is PHP? PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.
jdr santos

Andorra 2D - The Next Generation 2D Engine for Delphi and Lazarus - 0 views

  •  
    Andorra 2D features a simple API for 2D programming which offers you the choice between both: The power of DirectX and OpenGL without the need of knowing anything about those graphic interfaces. Andorra 2D is designed to be the successor of DelphiX. That is because Andorra 2D uses nearly the same sprite engine interface as DelphiX.
yc c

Processing 1.0 - 0 views

  •  
    Processing is an open source programming language and environment for people who want to program images, animation, and interactions. It is used by students, artists, designers, researchers, and hobbyists for learning, prototyping, and production. It is created to teach fundamentals of computer programming within a visual context and to serve as a software sketchbook and professional production tool. Processing is an alternative to proprietary software tools in the same domain. Processing is free to download and available for GNU/Linux, Mac OS X, and Windows. Please help to release the next version!
yc c

papert: logo in your browser - 0 views

  •  
    load examples to see what you can do
yc c

Microsoft Translator AJAX API - 0 views

  •  
    The Microsoft Translator AJAX API allows you to easily integrate translation functionality into your web applications and sites. You can learn more about our APIs on MSDN, try out the interactive SDK or interact with other developers on the Microsoft Translator forums.
yc c

RSense - The most useful development tools for Ruby - 0 views

  • What is RSense? RSense is a development tools for Ruby, which is written in Java. Following UNIX philosophy, RSense can be used from anywhere easily. Generally, it is used from editors such like Emacs, Vim, etc. We are struggling to keep a transparency for hackers to learn, extend, and fix easily. Features Main available features are: Code completion Type inspection In the future, the following features will be also available: Static code checking Definition jump Caller jump Refactoring Screenshots Demo
  •  
    Auto Complete Mode is the most intelligent auto-completion extension for GNU Emacs. 
Richard Boss

Leveraging LINQ by Collection - 0 views

  •  
    In this article, Let us see about Leveraging LINQ. To know more, read this article.
Andrey Karpov

How to unite several separate projects into one general Visual Studio solution (.sln fi... - 0 views

  •  
    For the purpose of testing our C/C++ analyzer PVS-Studio, we often check various open-source projects and publish reports about bugs we have found. It is obvious that we seek projects of large sizes (hundreds of thousands of code lines), as there is little to be tested and caught in just a few dozens of files. We already had opportunities to test large collections consisting of hundreds of small open-source projects, for example sets of test samples for various SDKs and Frameworks. We are especially interested in checking such collections to see how the analyzer supports various specific code constructs, Visual C++ project subtypes, and so on.
1 - 17 of 17
Showing 20 items per page