Lazarus is across-platformRAD ObjectPascalDevelopment IDEfor use withFree Pascal. Itis the opensourceequivalent ofthe Delphi VCL,designed to bewidget-independentand to work onany platformwhere FreePascal can befound.
The ncurses(new curses)library is afreewareemulation ofSystem VRelease 4.0curses. It usesterminfoformat,supports padsand color andmultiplehighlights andformscharacters andfunction-keymapping, andhas all theotherSYSV-cursesenhancementsover BSDcurses. Thedistributionincludes thelibrary andsupportutilities,including aterminfocompiler tic, adecompilerinfocmp, clear,tput, tset, anda termcapconversion toolcaptoinfo. Fullmanual pagesare providedfor the libraryan
magicErmine isa tool forcreatingportableapplicationsfor Linux. Itallows the sameLinuxexecutable tobe run on awide range ofdifferentdistributions.Like statifier,It makes oneexecutable filewith norun-timedependenciesfrom adynamicallylinkedexecutable andall of itslibraries.Unlikestatifier, itis able to addarbitrary filesto the packedexecutable,such asconfigurationfiles orpixmaps.
The SimulAVRprogram is asimulator forthe Atmel AVRfamily ofmicrocontrollers(ATtiny andATmega).SimulAVR can beused eitherstandalone oras a remotetarget foravr-gdb. Thereare interfacesfor Python andTcl. When usedin gdbservermode, thesimulator isused as aback-end sothat avr-gdbcan be used asa source leveldebugger forAVR programs.
PasDoc is adocumentationtool for ObjectPascal code,able to parseall modernPascalfeatures.Documentationis generatedfrom commentsfound in yoursource code andfrom externalfiles. Outputformats includeHTML and LaTeX.Command lineand GUIversions areavailable.
Vortex Libraryis animplementationof the RFC 3080and RFC 3081standarddefinitions,known as theBEEP Coreprotocol,implemented ontop of theTCP/IP stack.It comes withcompleteXML-RPC overBEEP RFC 3529support,completesupport for theTUNNEL profile(which allowsyou to performproxyoperations forevery BEEPprofiledeveloped),support forHTTP proxies,and more. TheAPI isconsistent,easy to use,and allows youto writeapplicationprotocols veryquickly. TheAPI is designedto allow
Freshermeat isan open sourcesoftwaredirectory andreleasetracker. Mainfunctionalitiesare thefollowing: -tracking ofsoftwarereleases,vulnerabilities(CVE) and news;- subscribe toreleases of aproject or anorganizationvia an ATOMfeed; -JSON-based APIin order tomanagesprojects,releases, CVEs,etc.; -management oforganizations.
Dante is a freeimplementationof the proxyprotocols SOCKSversion 4 andSOCKS version 5(RFC 1928). Itcan be used asa firewallbetweennetworks,controllingoutgoingtraffic. Thepackageconsists of twoparts: a socksserver and aproxy clientthat supportssocks, HTTPproxies, andUPnP. RFC 1961(GSSAPI) issupported inboth the clientand the server.Commercialsupport isavailable.
Eventum is auser-friendlyand flexibleissue trackingsystem that canbe used by asupportdepartment totrack incomingtechnicalsupportrequests or bya softwaredevelopmentteam to quicklyorganize tasksand bugs.Eventum is usedby the MySQL ABTechnicalSupport team,and has allowedthem todramaticallyimproveresponse times.
yuck is acommand lineoption parserfor C thatworks on aminimal set ofdependencies---onlya C compilerand the m4macro processorare required.It supports allthe standarduse cases:GNU-style longoptions(--option),condensableshort options(-xab for -x -a-b), andoptionalarguments tolong and shortoptions(--foo[=BAR]),multipleoccurrence ofoptions (-vvv).Mostimportantly, itdoes not dependon libc'sgetopt() norgetopt_long().
SCCS is animplementationof the POSIXstandard SourceCode ControlSystem. It isbased on theoriginal UNIXSCCS codeprovided by Sunas part ofOpenSolaris andwas madeportable tootherplatforms. Thisversion is amajorenhancement onthe originalcode.
A simple,light-weight,desktop-independentupdatenotificationapplet for thesystem tray onapt basedsystems asDebian, Ubuntuor Linux Mint.The main goalof un-applet isto provide aneasy way tohelp users tokeep theirsystem up todate withoutgetting in theuser's waywhile keepingsoftwaredependencies ata minimum. Acron job runsin thebackground andperiodicallychecks forpendingsoftwareupdates, theapplet informsyou by itscolor about thestate of yoursystem. Throughits menu
ELF statifiermakes oneexecutable filewith no runtimedependenciesfrom adynamically-linkedexecutable andall itslibraries. Thisfile can becopied and runon anothermachine with noneed for all ofthe libraries.
libcfg+ is a Clibrary thatfeatures multi-command lineandconfigurationfile parsing.It is possibleto set upvarious specialproperties such as quotingcharacters,deliminator strings, filecommentprefixes,multi-line postfixes, andmore. Itsupports manydata typessuch asbooleans,integers,decimal numbers,strings withmany additionaldata typeflags (such asmultiple valuesfor a single option).
STXXL is animplementationof the C++standardtemplatelibrary STL forexternal memory(out-of-core)computations.STXXLimplementscontainers andalgorithms thatcan processhuge volumes ofdata that onlyfit on disks.Whilecompatibilitywith the STLsupports easeof use andcompatibilitywith existingapplications,another designpriority ishighperformance.