Projects tagged ‘gcc’ and ‘python’


Jump to tag:

Projects tagged ‘gcc’ and ‘python’

Filtered by Project Tags gcc python

Refine results Project Tags c (4) parser (3) genbank (2) flatfile (2) library (2) bsd (1) olpc (1) j2me (1) gcov (1) lexer (1) converter (1) translator (1)

[7 total ]

0 Users

Check which C functions are not covered by the test suite and create a report. Optionally patch those functions to ease creating tests for them. Currently targets CPython's codebase.
Created 12 months ago.

0 Users

WelcomeGBParsy is a library of functions that parses the GenBank flatfile, which is a representative and popular sequence format. The library is optimized for speed and efficient use of memory so it ... [More] can rapidly parse large sequence such as Arabidopsis chromosome for genomic analysis. GBParsyPy is additional version of GBParsy for the Python. GBParsyPy adopted GBParsy as a core parser so GBParsyPy inherited all of its features from GBParsy. Current StatusVersion 0.6.1 of GBParsy and GBParsyPy is stable and is recommended for all users. ChangesVersion 0.5.4 (Feb. 29, 2008) The project name is changed from GBFP to GBParsy. However, we would not change the program name in order to prevent confusion. Version 0.5.5 (Apr. 30, 2008) Fixed segmentation fault for a sequence containing a too long note, such as NC_003070 (Arabidopsis thaliana chromosome 1, complete sequence) version 6. Version 0.5.6 (May 14, 2008) Checked GBParsy by Valgrind for 2660 chromosome, plasmid and organelle sequences downloaded from GenBank and fixed a few memory leak bugs (Valgrind logs). Version 0.5.7 (Jun 25, 2008) Added medline and remark entry in the reference data Increased flexibility to parse LOCUS line in safety Added new option(-s) to seqext and seqext.py to search qualifier data Version 0.6.0 (July 10, 2008) Added a Python class, gbparsy, which generates a SeqRecord instance of BioPython from a parsed result. Version 0.6.1 (July 26, 2008) Fixed memory leaks of GBParsyPy Increased compatibility with SeqRecord of BioPython Changed Python example for new GBParsy class PublicationT.-H. Lee, Y.-K. Kim and B.H. Nahm (2008) GBParsy: A GenBank flatfile parser library with high speed. BMC Bioinformatics, 9:321. ContactIf you have comments, questions and suggestions to the GBParsy, please use Wiki or Issue system or send a mail to thlee@bio.mju.ac.kr. [Less]
Created 12 months ago.

0 Users

This project aims to translate Python source code to human readable plain ANSI C code that you and me would write. Everyone with idea or eager to help is very welcome to join in a way of his own choice!
Created 12 months ago.

0 Users

A GUI GCC activity for the OLPC XO-1.xogcc basicly is a sugar wrapper for the GNU applicationn GCC collabaration will be added and a IDE is in the works. Designed by EKG.
Created 12 months ago.

0 Users

Cibyl is a programming environment and binary translator that allows compiled C programs to execute on J2ME-capable phones. Cibyl uses GCC to compile the C programs to MIPS binaries, and these are ... [More] then recompiled into Java bytecode. Cibyl programs are regular compiled Java programs, and Cibyl therefore performs relatively well. With Cibyl, C programs can be ported to J2ME without switching language. It also allows C and Java code to be integrated in an easy and efficient way. The environment uses the GNU toolchain (GCC and binutils) and should work in all environments which provide them. Full-scale C applications, such as the Sarien AGI interpreter shown below has been ported to J2ME devices using Cibyl. [Less]
Created 12 months ago.

0 Users

WelcomeGBParsy is a library of functions that parses the GenBank flatfile, which is a representative and popular sequence format. The library is optimized for speed and efficient use of memory so it ... [More] can rapidly parse large sequence such as Arabidopsis chromosome for genomic analysis. GBParsyPy is additional version of GBParsy for the Python. GBParsyPy adopted GBParsy as a core parser so GBParsyPy inherited all of its features from GBParsy. Current StatusVersion 0.5.4 of GBParsy and GBParsyPy is stable and is recommended for all users. ChangesFeb. 20th, 2007 The project name is changed from GBFP to GBParsy. However, we would not change the program name in order to prevent confusion. Hence, please, visit GBFP homepage. [Less]
Created 12 months ago.

0 Users

A parser builder for converting text files to XML.
Created about 1 year ago.