开源项目社区 当前位置 :
www.trustie.net/open_source_projects 主页 > 开源项目社区
  • java-method-comparer
    0?1472459240

    Java Method Comparer compares two Java source files and tells you which method signatures are common between the two.

    This is useful when you have a subclass redefining methods that were defined in the superclass.

    It uses the regular expression "\w+ \w \([^\)]\) *\{" to find methods, then removes package and parameter names. Finally it compares the two lists of methods using the List.retainAll() function. ...

    0 个关注者

    1 位当前贡献者

    9 距离上次提交时间

    1150 行代码

    管理人员:
    创建时间: 2014-05-11 19:27
    数据更新时间:2014-04-24
    Tags
  • concurrentadt
    0?1472459240

    Concurrent ADT Experiment FrameworkThis project aims to evaluate different concurrent non-blocking abstract data types and compare their performance.Substantial research has gone into non-blocking algorithms over the past 15 years, and non-blocking algorithms have been discovered for many common data structures. Non-blocking algorithms also called wait-free and lock-free algorithms. An algorithm is said to be wait-free if every thread will continue to make progress in the face of arbitrary delay (or even failure) of other threads. By contrast, a lock-free algorithm requires only that some thread always make progress. Non-blocking algorithms are used extensively at the operating system and JVM level for tasks such as thread and process scheduling. While they are more complicated to implement, they have a number of advantages over lock-based alternatives -- hazards like priority inversion and deadlock are avoided, contention is less expensive, and coordination occurs at a finer level of granularity, enabling a higher degree of parallelism. ...

    0 个关注者

    1 位当前贡献者

    29 距离上次提交时间

    611 行代码

    管理人员:
    创建时间: 2014-05-11 19:27
    数据更新时间:2014-04-24
    Tags
    cas
  • codepaster
    0?1472459240

    CodePasterA text formatter and syntax highlighter.

    Features- Line numbers

    - Auto-indentation for brackets {}

    - Replaces spaces at the start of the lines for dots to keep the indentation

    - Unformats the code that was formatted with CodePaster to remove dots and line numbers ...

    0 个关注者

    1 位当前贡献者

    38 距离上次提交时间

    1820 行代码

    管理人员:
    创建时间: 2014-05-11 19:26
    数据更新时间:2014-04-24
    Tags
  • mothersoft
    0?1472459240

    about software and hardware

    0 个关注者

    1 位当前贡献者

    0 距离上次提交时间

    0 行代码

    管理人员:
    创建时间: 2014-05-11 19:26
    数据更新时间:2014-04-24
    Tags
    C
    web
  • freson
    0?1472459240

    Use json from Java without pain.

    Freson has been integrated into siena. Take a look at the siena-json documentation.

    0 个关注者

    1 位当前贡献者

    0 距离上次提交时间

    0 行代码

    管理人员:
    创建时间: 2014-05-11 19:26
    数据更新时间:2014-04-24
    Tags
  • nicescreenscraper
    0?1472459240

    It is a university project for ESOFT 3 subject (Computer Engineering). Read more in http://www.eps.udl.cat/export/sites/EPS/documents/EI/guia_docent_09_10/51002.pdf (spanish only).

    Visit wiki section to see more or try it at http://nicescreenscraper.appspot.com....

    0 个关注者

    1 位当前贡献者

    46 距离上次提交时间

    7933 行代码

    管理人员:
    创建时间: 2014-05-11 19:26
    数据更新时间:2014-04-24
    Tags
    udl
    eps
  • bleep
    0?1472459240

    Harkening back to the golden era of 16-bit gaming, bleep is a modern game engine written in Java, based on the fantastic LWJGL (Lightweight Java Game Library). Bleep makes it easy to draw from sprite sheets, draw tiled/repeating backgrounds, handle collision detection and simple physics, and most of all create fun games quickly and easily....

    0 个关注者

    1 位当前贡献者

    2 距离上次提交时间

    1452 行代码

    管理人员:
    创建时间: 2014-05-11 19:26
    数据更新时间:2014-04-24
    Tags
    2d
  • nbopenlaszlosupport
    0?1472459240

    Adds support for the OpenLaszlo RIA web application framework to NetBeans,

    0 个关注者

    1 位当前贡献者

    136 距离上次提交时间

    39756 行代码

    管理人员:
    创建时间: 2014-05-11 19:26
    数据更新时间:2014-04-24
    Tags
  • srr-fpuna
    0?1472459240

    Proyecto de la materia Ing. de SOftware II de la Carrera Ing. en Informatica, año 2008.Se utiliza el IDE Netbeans 6.0, JDK 1.6, Apache TomCat 5.0, Postgres SQL 8.3, para el desarrollo de la aplicacion Web.

    0 个关注者

    1 位当前贡献者

    95 距离上次提交时间

    26829 行代码

    管理人员:
    创建时间: 2014-05-11 19:25
    数据更新时间:2014-04-24
    Tags
  • dnfrank-repo
    0?1472459240

    Repository for my code

    0 个关注者

    1 位当前贡献者

    0 距离上次提交时间

    0 行代码

    管理人员:
    创建时间: 2014-05-11 19:25
    数据更新时间:2014-04-24
    Tags

© Copyright 2007~2021 国防科技大学Trustie团队 & IntelliDE 湘ICP备 17009477号