Showing 37 open source projects for "star-dict"

View related business solutions
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
  • Multi-Site Network and Cloud Connectivity for Businesses Icon
    Multi-Site Network and Cloud Connectivity for Businesses

    Internet connectivity without complexity

    As your users rely more and more on Cloud and Internet-based technologies, reliable internet connectivity becomes more and more important to your business. With Bigleaf’s proven SD-WAN architecture, groundbreaking AI, and DDoS attack mitigation, you can finally deliver the reliable internet connectivity your business needs without the limitations of traditional networking platforms. Bigleaf’s Cloud Access Network and plug-and-play router allow for limitless control to and from anywhere your traffic needs to go. Bigleaf’s self-driving AI automatically identifies and adapts to any changing circuit conditions and traffic needs—addressing issues before they impact your users. Bigleaf puts you in the driver’s seat of every complaint and support call with full-path traffic and network performance data, delivered as actionable insights, reports, and alerts.
  • 1
    Client/server software, human language dictionary databases, and tools supporting the DICT protocol (RFC 2229).
    Leader badge
    Downloads: 66 This Week
    Last Update:
    See Project
  • 2
    Awesome Mac

    Awesome Mac

    Collect premium software in various categories

    Now we have become very big and different from the original idea. Here we collect awesome macOS software in various categories. Feel free to star and fork. Reading and writing tools, text editors, office, markdown tools, note-taking, journaling. Ebooks, RSS, developer tools, IDEs, developer utilities, etc. Regular expression editors, API development and analysis, network analysis, command line tools, frameworks for hybrid applications, version control. Virtualization, databases, design...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    GoldenDict
    A feature-rich dictionary lookup program, supporting multiple dictionaries' formats, perfect article rendering with the complete markup, illustrations and other content retained, and allowing to type in words without any accents or correct case.
    Leader badge
    Downloads: 1,017 This Week
    Last Update:
    See Project
  • 4
    Easy Database Forms For All

    Easy Database Forms For All

    Create Web Based Forms Quickly, With In-built DB, For All Your Teams

    Please watch the video/screenshots below for easy installation steps. This video is taken from my other project, with many similarities and some naming differences. After installation, login to the Administrator Page with : Username : root Password : change_this and look at the team1 database and the sample_table in it. You can now create your own required tables/forms. Also, login into the team1 user page ( from homepage ) with : Username : team1 Password : change_this to check its...
    Downloads: 16 This Week
    Last Update:
    See Project
  • ConnectWise Cybersecurity Management for MSPs Icon
    ConnectWise Cybersecurity Management for MSPs

    Software and support solutions to protect your clients’ critical business assets

    ConnectWise SIEM (formerly Perch) offers threat detection and response backed by an in-house Security Operations Center (SOC). Defend against business email compromise, account takeovers, and see beyond your network traffic. Our team of threat analysts does all the tedium for you, eliminating the noise and sending only identified and verified treats to action on. Built with multi-tenancy, ConnectWise SIEM helps you keep clients safe with the best threat intel on the market.
  • 5
    qtrans

    qtrans

    offline dictionary (word translator written in Qt5/KF5 or Qt5)

    qtrans is an offline dictionary (word translator written in Qt5/KF5 or Qt5 only). It uses Babylon (*.dic, *.bgl), StarDict (*.dict, *.dict.dz: *.ifo), Dictd and FreeDict (*.dict, *.dict.dz: *.index) as well as plain text (*.dic.txt) dictionaries. Plain text dictionaries should have the format: "expression [tab] definition". https://software.opensuse.org/package/qtrans https://software.opensuse.org//download.html?project=home%3Atkb&package=qtrans
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    VStar

    VStar

    Multi-platform Variable Star Visualisation and Analysis

    VStar is a multi-platform, easy-to-use variable star observation visualisation and analysis tool. Data can be read from a file or the AAVSO database, light curves and phase plots created, period analysis performed, and filters applied. Plugins can be developed, e.g. to make additional observation sources available. See also: 1. http://www.aavso.org/vstar-overview 2. http://www.aavso.org/forums/about-aavso/vstar 3. http://dbenn.wordpress.com/category/astronomy-science/vstar 4. http...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    Strong Java Chess Engines Game

    Strong Java Chess Engines Game

    SJCE - free portable cross-platform graphical chess game, 100% Java.

    ...://github.com/harp077/sjce If you like this - put a star on https://github.com/harp077/sjce/ for support project please.
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Compact English-Russian-English dictionary Hint: press and release a CTRL key while the balloon is being shown to open the Dictionary window.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    JESUBOTs -  FRC Team #5809

    JESUBOTs - FRC Team #5809

    Rockhurst High School Robotics Team

    This project is the central engineering hub for the JESUBOTs FRC Robotics Team #5809. We intend to use Sourceforge to share all of our present and future robot hardware designs and software with anyone that is interested. The team transitioned to SolidWorks in the 2018 season since our local universities all teach using SolidWorks. Our rookie year was 2016 when we were honored to win the Rookie All-Star Award and had the pleasure of attending the FRC World's Competition in St. Louis...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Propelling Payments for Software Platforms Icon
    Propelling Payments for Software Platforms

    For SaaS businesses to monetize payments through its turnkey PayFac-as-a-Service solution.

    Exact Payments delivers easy-to-integrate embedded payment solutions enabling you to rapidly onboard merchants, instantly activate a variety of payment methods and accelerate your revenue — delivering an end-to-end payment processing platform for SaaS businesses.
  • 10
    Free Dictionaries
    Free translating dictionaries. Source format: TEI-P5 XML. Delivery formats: DICT, Stardict, etc. The dictionaries may include information on the pronunciation, etymology and such, in a platform-independent format. Access: web/plugins/standalone.
    Leader badge
    Downloads: 122 This Week
    Last Update:
    See Project
  • 11

    A star

    it is an implementation of A* algorithm with examples of its usage.

    A start (A*) is the algorithm for searching the shortest path in the weighted graphs. My implementation is provided with various interesting applications, i.e. 15 puzzle. This project is related to my other projects located at sourceforge as well: https://sourceforge.net/projects/path-finder-qt/ https://sourceforge.net/projects/shortest-path-graph-a-star/ For detail of A* algorithm see wiki page: https://en.wikipedia.org/wiki/A*_search_algorithm
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Shortest Path Graph A star

    finds the sortest path on the directed graph using A* algorithm.

    It is the implementation of the A* algorithm for directed graph. Additionally, the implementation of the Graph is provided. For visualization of the graph and the results of the A* algorithm the data are exported in GraphViz (Graph Visualization Software) format: http://www.graphviz.org/ Various exemplary solutions are provided. See also my other two projects related to A* algorithm: https://sourceforge.net/projects/path-finder-qt/ https://sourceforge.net/projects/a-star/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Origami Editor 3D

    Origami Editor 3D

    Virtual paper folding program

    Origami Editor 3D is an advanced paper folding simulator. It uses a what-you-see-is-what-you-get interface and operates with a geometric abstraction of the Yoshizawa-Randlett system. Anything from a simple airplane to John Montroll's omega star can be folded in this editor. Origami files created with the program preserve the entire folding process, and they can be exported as folding diagrams in PDF, animated GIF files, or even as standalone Java programs displaying the origami in a 3D viewer...
    Leader badge
    Downloads: 27 This Week
    Last Update:
    See Project
  • 14
    Video Star - a lending and borrowing app

    Video Star - a lending and borrowing app

    A lending inventory management app for Windows.

    README 1st PLEASE DONATE ANY AMOUNT OVER $10.00 TO MY PAYPAL EMAILS (listed below) TO GAIN ACCESS TO THE SOURCE CODE FOR 'VIDEO STAR'. YOU'LL ALSO GET AN APP TO RUN A LIBRARY, 'LIBRARY STAR' Use email addresses wrae@mail.com or brae@email.com to donate anything over $10.00 Any donation (donate any amount by over $10 and I'll send you the source code, for you to with what you like with). Johhny needs a new pair of shoes! I'm the programmer behind the source distributed here. It took...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    STAR Communication Board

    Application to test and improve three-part communication skills.

    The STAR Communication Board is a project aiming to test and improve the three-part communication skills of system operators. A physical board with electronic components was designed and built in 2015 by William "Stormy" Mauldin and Garrett Maples for the System Operations Training department of the Electric Reliability Council of Texas (ERCOT). This program, written by Stormy Mauldin, is a virtual version of the board. It is more modifiable than the physical board, so it allows for a more...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    rochePlot

    rochePlot

    Schematically plot the evolution of binary stars

    RochePlot is a Fortran code using PGPlot to plot a series of binaries to illustrate the key stages in the evolution of a binary star
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Tickle Dictionary

    Tickle Dictionary

    crossplatform, free dict.org dictionary lookup app in tcl/tk

    Tickle Dictionary, or Tickle Dict, is a tcl/tk online dictionary look-up tool with access to 48 dictionaries and other resources and added features: change colors and font size for reading comfort, save definitions to file, select and copy text from definitions, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The Dictionary System
    The application Dictionary System (DS) is a web application designed for creation of one-way bilingual dictionaries or encyclopaedias offering a working environment for creation of a dictionary and a web page which enables the general public to search in the dictionary. It is so-called DWS application (Dictionary Writing System) or DPS (Dictionary Production / Publishing System). Aplikace Dictionary System (dále DS) je webová aplikace. Je to tzv. DWS aplikace (Dictionary Writing System)...
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    dzongkha dictionary for firefox
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A small dictionary for mobile phones. It can run almost on every Java-enabled cell-phone. It uses J2ME Polish to maintain a good and compatible UI and uses the same dictionaries used in StarDict so it's multilingual.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Star Vocaboly for GRE/SAT
    This application is open source alternative of WordHacker, Vocaboly, Vocabulary Widzard for GRE, SAT. Currently this is not as feature rich as other closed source applications but I will be actively developing this to make it better than other apps.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    .Net Framework dll base class for calculaton solar system objects also sun and moon positions in any location of earth. New Version can calculate Eclipse (solar&lunar) .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A Buddhadharma dictionary project (budict - Buddha Dict) using standard DICT protocol. The project includes dictionaries of English-English, English-Chinese, Chinese-English, and Chinese-Chinese. The original data was from Electronic Buddhadharma Society
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    Diccionario de la lengua castellana en formato .dict (protocolo RFC2229) para dictd. // Dictionary of the Spanish language (.dict format protocol (RFC2229))
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    TeeDict (formerly jStarDict) is a j2se/j2me dict application which can use any stardict/dict.org/kdic/zdic format dictionaries. Go to http://www.teesoft.info to find the installation instruction and some other documents of this project .
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next