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

    Mirror Displays is two programs:

    1. A simple Application to toggle between mirrored and extended desktop modes for the mac.

    2. A command line tool good for giving shell-scripts the power to control display mirroring.

    1 个关注者

    1 位当前贡献者

    4 距离上次提交时间

    136 行代码

    管理人员:
    创建时间: 2014-05-06 17:23
    数据更新时间:2014-04-24
    Tags
  • Xvisor
    0?1472459240

    eXtensible Versatile hyperviSOR,

    1 个关注者

    1 位当前贡献者

    2904 距离上次提交时间

    254396 行代码

    管理人员:
    创建时间: 2014-05-06 17:23
    数据更新时间:2014-04-24
    Tags
    C
    arm
  • FIFOlib
    0?1472459240

    C library for FIFO (queue) storage. The library provides an API to create and use queues for arbitrary data. Data may be stored and retrieved by reference only. An extension for storage and retrieval by copy is planned. Requires C99, no dependencies, platform independent. BSD style license....

    1 个关注者

    1 位当前贡献者

    1 距离上次提交时间

    152 行代码

    管理人员:
    创建时间: 2014-05-06 17:23
    数据更新时间:2014-04-24
    Tags
  • cant2
    0?1472459240

    CAnt2 is a build tool targetting C/C++ source code projects, though it is also intended to be useful for more general build tasks.

    It is currently in a very early state, with the initial set of source code being put together in a Win32 environment.

    CAnt2 is intended to be Ant like, in that an XML file is used to define the build process. However C/C++ is not Java, and so it is expected that there will be some differences. The XML schema will grow around the needs of the project more as they are discovered, and may or may not mirror features of Ant. ...

    0 个关注者

    1 位当前贡献者

    10 距离上次提交时间

    1891 行代码

    管理人员:
    创建时间: 2014-05-06 17:23
    数据更新时间:2014-04-24
    Tags
    C
  • MLlib
    0?1472459240

    The MLlib (or Minishlink's Library) is a simple library to develop on Nintendo Wii. Technically, it's a wrapper of libogc and others librairies. Coding with this lib on Wii is way easier now ! :-)

    More info here.

    TemplateHere's the simple code to have the program running on Wii : ...

    1 个关注者

    1 位当前贡献者

    78 距离上次提交时间

    4223 行代码

    管理人员:
    创建时间: 2014-05-06 17:23
    数据更新时间:2014-04-24
    Tags
    elf
    dol
    cpp
    wii
  • BlitzzEngine
    0?1472459240

    BlitzzEngine is an ongoing project to create a basic, yet effective engine for developing 2D action games, aimed specifically at platform games. High performance is a key goal of this engine, as the target low-end machine is a 500mhz x86 processor with 64MB free RAM running at 60 FPS or higher. It will use the C++ programming language and by default the Allegro library for most game system functions....

    1 个关注者

    1 位当前贡献者

    85 距离上次提交时间

    5758 行代码

    管理人员:
    创建时间: 2014-05-06 17:23
    数据更新时间:2014-04-24
    Tags
    x11
    C
    osx
  • eurephia
    0?1472459240

    eurephia is an authentication and access control plug-in for OpenVPN. It improves authentication by adding user/password auth in addition to certificates. Access control is managed via iptables on Linux servers.

    See http://www.eurephia.net/ for more info...

    1 个关注者

    1 位当前贡献者

    3964 距离上次提交时间

    77329 行代码

    管理人员:
    创建时间: 2014-05-06 17:22
    数据更新时间:2014-04-24
    Tags
    C
    vpn
  • leptonica
    0?1472459240

    Leptonica LibraryThe library supports many operations that are useful onDocument images Natural images Fundamental image processing and image analysis operationsRasterop (aka bitblt) Affine transforms (scaling, translation, rotation, shear) on images of arbitrary pixel depth Binary and grayscale morphology, rank order filters, and convolution Seedfill and connected components Image transformations with changes in pixel depth, both at the same scale and with scale change Pixelwise masking, blending, enhancement, arithmetic ops, etc. Ancillary utilitiesI/O for standard image formats (jpg, png, tiff, bmp, pnm, gif, ps) Utilities to handle arrays of image-related data types (e.g., pixa, boxa, pta) Utilities for stacks, generic arrays, queues, heaps, lists; number and string arrays; etc. Examples of some applications enabled and implementedOctcube-based color quantization (w/ and w/out dithering) Modified median cut color quantization (w/ and w/out dithering) Skew determination of text images Segmentation of page images with mixed text and images jbig2 unsupervised classifier Border representations of 1 bit/pixel images and raster conversion for SVG Postscript wrapping (levels 1, 2) of images for device-independent output Connectivity-preserving thinning and thickening of 1 bit/pixel images Search for least-cost paths on binary and grayscale images Barcode reader for 1D barcodes (very early version as of 1.55) Implementation characteristicsEfficient: image data is packed binary (into 32-bit words); operations on 32-bit data whenever possible Simple: small number of data structures; simplest implementations provided that are efficient Consistent: data allocated on the heap with simple ownership rules; function names usually begin with primary data structure (e.g., pix) Robust: all ptr args checked; extensive use of accessors; exit not permitted Tested: thorough regression tests provided for most basic functions; valgrind tested Ansi C: automatically generated prototype header file Portable: endian-independent; builds in linux, osx, mingw, cygwin, windows Nearly thread-safe: no non-const global vars Documentation: large number of in-line comments; web pages for further background Examples: many programs provided to test and show usage of approx. 1600 functions in the library Open Source Projects that use Leptonicaphp (scripting language for dynamic web pages) tesseract (optical character recognition) jbig2enc (encodes multipage binary image documents with jbig2 compression)...

    1 个关注者

    1 位当前贡献者

    0 距离上次提交时间

    0 行代码

    管理人员:
    创建时间: 2014-05-06 17:22
    数据更新时间:2014-04-24
    Tags
  • csv2latex
    0?1472459240

    csv2latex converts all kind of CSV files (as done by gnumeric, OOo Calc, Excel, ...) to a LaTeX document. It is written in C and compiles on POSIX systems. It is a simple to use command-line tool.

    1 个关注者

    1 位当前贡献者

    17 距离上次提交时间

    553 行代码

    管理人员:
    创建时间: 2014-05-06 17:22
    数据更新时间:2014-04-24
    Tags
    csv
  • cache-table
    0?1472459240

    CacheTable is a C++ template library that implements a very fast hash map container.

    Its particularity, compared with std::hash_map and google::sparse_hash_map it's that it has a fixed size (you decide it when you create it) and a random item replacement policy: in case of an 'hash collision' the older item is 'discarded' and replaced with the new one. ...

    1 个关注者

    1 位当前贡献者

    17 距离上次提交时间

    1361 行代码

    管理人员:
    创建时间: 2014-05-06 17:22
    数据更新时间:2014-04-24
    Tags
    cpp
    C
    stl

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