SMCRoute is adaemon andcommand linetool tomanipulate themulticastrouting tablein the UNIXkernel. BothFreeBSD andLinux kernelsare supported,but it may workon othersystems aswell. SMCRoutecan be used asan alternativeto dynamicmulticastrouting daemonslike mrouted orpimd insituationswhere (only)staticmulticastroutes shouldbe maintainedand/or noproper IGMPsignalingexists.
libconfini is asimple INIparsing librarywith theability to readdisabledentries (i.e.,valid entriesnested incomments).libconfini doesnot store thedata read froman INI file,but ratherdispatches it,formatted, to acustomlistener. Thecode is writtenin C (C99) anddoes not dependon anyparticularlibrary, exceptfor the Cstandardlibrariesstdio.h,stdlib.h andstdint.h.
Elm MillenniumEdition 2.5 (orElm ME+ 2.5) isbased on Elm2.4 andincorporatessome code fromElm 2.5. Itcontainsenhanced MIMEand characterset support. Asubset of UTF-8(Unicode) ishandled. It canread mail froma local mboxand POP or IMAPfolders and canpass mail tothe PGP or GPGprograms. Itcan also viewdigests as amailbox andreassemblefragmented(message/partial)messages. Itincludesmodules forTLS/SSL, iconv,resolv, andSMTP.
Conquest is atop-down, realtime spacewarfare game.It wasoriginallywritten inRATFOR for theVAX/VMS systemin 1983 by JefPoskanzer andCraig Leres. Ispentincredibleamounts of timeplaying thisgame with myfriends in theterminal labsat college, andwhen I actuallyhad amulti-usersystem runningat home(Unixware) Idecided to tryandtranslate/portthe code to Cin Unix. Thiswas in theearly to mid1990's. Of course, overthe years manythings havechanged. Today,Conquest is a t
FullFIX is alibrary forparsingFinancialInformationeXchange (FIX)messages. Themain goal ofthe project isto produce thefastestsoftwaresolution forFIX protocol.The library iswrittenentirely in Cfor betterportability.The parserdepends on libconly and itdoes not imposeany I/O orthreadingmodel. Unlikesome other wellknownsolutions, inthis parser theFIXspecificationgets convertedto efficient Ccode at compiletime to achievethe bestperformance. Supported FIXprotocol
Inadyn is asmall andsimple DDNSclient withHTTPS support,both GnuTLS andOpenSSL aresupported.Inadyn iscommonlyavailable inmany GNU/Linuxdistributions,used inoff-the-shelfrouters andInternetgateways toautomate thetask of keepingyour DNS recordup to date withany IP addresschanges fromyour ISP. Itcan also beused ininstallationswith redundant(backup)connections tothe Internet.
Fiwix is anoperatingsystem kernelwritten fromscratch, basedon the UNIXarchitectureand fullyfocused onbeing POSIXcompatible. Itis designed anddevelopedmainly as ahobby OS and,since it servesalso foreducationalpurposes, thekernel code iskept as simpleas possible forthe benefit ofreaders orstudents. Itruns on the32-bit x86hardwareplatform and iscompatible witha good base ofexisting GNUapplications.
GeoToad is atool forseriousgeocachers. Itlets you makeadvancedqueries to findthe perfectcaches to hiton your dayout, and exportthem to anyimaginableformat. Here iswhat it can do: On-demandqueries forgeocaches basedon severalconstraints:query type,distance,difficulty,terrain, favfactor, size,type, unfound,trackables,cache age, lastfound date,title,description,found by, cachecreator.Outputs cachelisting anddetails toHTML, GPX, CSV,VCF, Text, Ozi,MXF, Tiger, GP
Picocom is aminimaldumb-terminalemulationprogram. It is,in principle,very much likeminicom, onlyit's"pico"instead of"mini"! It wasdesigned toserve as asimple, manual,modemconfiguration,testing, anddebugging tool.It has alsoserved (quitewell) as alow-tech serialcommunicationsprogram toallow access toall types ofdevices thatprovide serialconsoles. Itcould alsoprove useful inmany othersimilar tasks. It is ideal forembeddedsystems sinceits memoryfootprint is mi
Record Editoris a data fileeditor for CSV(Comma/Tabdelimitedvalues) files,fixed fieldwidth files,and XML files.This programuses arecord-layoutdefinition todisplay thedata file in ahuman-readableform. It canhandle PC (textand binary),Unix (text andbinary), andnative IBMmainframe (textand binary)file formats.It is similartoNet-Cobol'sCobol-Editor orCompuware'sFileAid.
Hashrat is acommand-lineutility thathashes thingsusing md5,sha1/256/512,whirlpool andjh hashalgorithms.It'swritten in Cwith fewdependancies(basically justthe standard Clibrary). Itcan read inputfrom standardin and hash it,either as acomplete file,orline-by-line. It canrecursivelyhash files ondisk, eitheroutputinghashes tostdout, orstoring them infilesystemattributes, orin a memcachedserver. It cancheck filesagainst a listof hashessupplied onstdin, or in t
mipsrun is anemulator thatallows to runbinaries forMIPS machineson *nix-likeoperatingsystems.mipsrun doesnot emulate themachines thebinaries weremeant to runon, but ratherwhen theprogram asks torun a systemcall, mipsrunemulates thesystem callconverting fromand to thecorrectformats, so tothe emulatedapplication itlooks like asystem call inits nativeexecutionenvironment wasexecuted.mipsrun iswritten in C++,and has beentested on Linux(i386, amd64and PPC),NetBSD
fIcy is a smallicecast/shoutcaststream grabbersuite for useunder shellenvironment.Its goal is toautomaticallyrip a streaminto usercustomisablefiles. It willwork with ICYcompatiblestreams,allowing you toeither to savethe stream todisk or to pipethe output to amedia player,or even both.fIcy, amongother uses, isideal forbatch/unattendedrecording ofradio programsand streamdebugging.
The CommonDesktopEnvironment(CDE) was anX11/Motifdesktopenvironmentdeveloped byIBM, HP, Sun,Fujitsu andHitachi forUNIX. It wasalsocommercializedfor Linux. CDEhas become OpenSource in 2012.It comprisesfile manager,text editor,terminalemulator,agenda, emailclient andextensive help.An extension ofthe Korn Shellcan be used towrite graphicalapplications.Compared withKDE or GNOME,it uses verylittle memoryand CPU power,making itappropriate forold orlow-powered(ARM
Bash is the GNUProject'sshell. Bash isthe BourneAgain SHell.Bash is ansh-compatibleshell thatincorporatesuseful featuresfrom the Kornshell (ksh) andC shell (csh).It is intendedto conform tothe IEEE POSIXP1003.2/ISO9945.2 Shelland Toolsstandard. Itoffersfunctionalimprovementsover sh forbothprogramming andinteractiveuse. Inaddition, mostsh scripts canbe run by Bashwithoutmodification.
mulle-bootstrap,cross platformdependencymanager usingbash and cmake ... for Linux,OS X, FreeBSD,Windows ... forC, C++,Objective-C ...certainly not a"minimal"orlightweight"project withca. 10000 linesof shell scriptcode Why youmay want it You program inC, C++ or inObjective-C,mulle-bootstrapis written foryou If youneed to linkagainst alibrary, thatclashes with aninstalledlibrary,mulle-bootstrapcould breakthis quandary If you feelthat apt-getinstall p
Launchcommands, onedrop at time.The purpose ofOcLaunch is toeasily launchcommand one byone. Sinceit's acommand-linetool, you canuse it almosteverything,from GUI toCRON task. What is it? OcLaunch:Command-lineprogramallowing you tolaunch programon a humanbasis.Don't leta clock planthings! Forexample, hereis a typicalsession (youopen a terminalemulatorbetween eachitem): Youopen your firstterminal, yourchat client isopened, Onsecond launchof a termina
GCLOUD v.1(WGALAXY) is anoperatingsystem based onthe unixarchitectureand implementedin CHDollarTechnology andC/C++. It isinvented bywilmix jemin jIN CHDOLLAR andC/C++Technology at2016 for WSITProfessionals , clinet companies, etcIt is ranked as A type OS dueto 12 differentkinds ofAdvanceddesktop with cloudcomputing. Wealso use JAVATechnology toconstructutilities . Itis designed anddevelopedmainly forcompanies,Industries,clients,Professionals,and WSIT/JAVA /
SLING v.1 is anoperatingsystem based onthe unixarchitectureand implementedin CDollarTechnology andC/C++. It isinvented bywilmix jemin jIN CDOLLAR andC/C++Technology at2016 for WSITProfessionals CDollar is usedto constructDesktop GUI asfast aspossible. wecan easily construct theOS GUI with in1 day usingCDollar. Features ofSLINGv.1----------------------- a) It nevercrash b) It isfast to connectinternet andUserfriendly. c) SLINGDESKTOP(VISUALDEKTOP) will bein
Galaxy v.1 is an operating system based on the unix architecture and implemented in CDollar Technology and C/C++. It isinvented bywilmix jemin j IN CDOLLAR and C/C++Technology at2016 for WSITProfessionalsIt is NO:1 OS due to 12 different kinds ofAdvanceddesktop... We also use JAVA Technology toconstruct utilities . It is designed and developed mainly for companies,Industries,clients,Professionals, and JAVA / C/C++ / PHPprofessiona
The OpenBSDprojectproduces afree,multi-platform4.4BSD-derivedUNIX-likeoperatingsystem.Emphasizingportability,standardization,coherency,correctness,proactivesecurity andintegratedcryptography.It comes withalmost 9000softwarepackage in itsports,including acustom X11environment(Xenocara),desktopenvironments,web andmultimediaapplications,compilers andprogramminglanguages. Italso harbourstheOpenBSD-maintainedsoftwareprojectsOpenSSH,LibreSSL,OpenIKED,OpenBGPD
The PSXSDK is afree and opensource softwaredevelopment kitthat enablesanyone with Cprogrammingknowledge tomake programsand games forSony'sPlayStationconsole.Everything waseither writtenfrom scratch orbased onalreadyavailable opensourceresources. Itis thus freefrom anyproprietarycode and fullylegal to use.The SDK ismostly gearedtowards a *nixenvironment,but is fullyusable withemulationenvironmentssuch as MSYSand Cygwin.
The Pythonmodule bondsupportstransparentremote/recursiveevaluationbetween Pythonand anotherinterpreterthroughautomatic callserialization. In poorerwords, a bondlets you callfunctions inother languagesas they werenormal Pythonfunctions. Italso allowsother languagesto call Pythonfunctions as ifthey werenative. Remoteoutput is alsotransparentlyredirectedlocally, andsince theevaluation isperformedthrough apersistentco-process, youcan actuallyspawninterpreters o
Elm 2.4ME+ isbased on Elm2.4. Itcontainsenhanced MIMEand characterset support. Itcan read mailfrom a localmbox and POP orIMAP foldersand can passmail to the PGPor GPGprograms. Itcan also viewdigests as amailbox andreassemblefragmented(message/partial)messages. Itincludesmodules forTLS/SSL, iconv,and SMTP.
rantaiwarna isa tile-matchingpuzzle gamewhich is alsoknown under thenames"ChainShot!" or"SameGame".It is played ona rectangularboard which isinitiallyfilled withelements ofseveraldifferentcolors. Two ormore adjacentelements of thesame color maybe eliminated,the scoreresulting fromthe eliminationof elementsdepends on thenumber ofelementseliminated atonce. The goalof the game isto eliminate asmany elementsas possibleuntil there areno moreadjacentelements of th
Trend is ageneral-purpose,efficient trendgraph for"live"data. Data isread in ASCIIform from afile orcontinuouslyfrom a FIFO anddisplayed inreal-time intoa multi-passtrend (muchlike a CRToscilloscope).trend can beused as a rapidanalysis toolfor progressiveor time-baseddata seriestogether withtrivialscripting.