Showing 29 open source projects for "my-sys"

View related business solutions
  • Cut Cloud Costs with Google Compute Engine Icon
    Cut Cloud Costs with Google Compute Engine

    Save up to 91% with Spot VMs and get automatic sustained-use discounts. One free VM per month, plus $300 in credits.

    Save on compute costs with Compute Engine. Reduce your batch jobs and workload bill 60-91% with Spot VMs. Compute Engine's committed use offers customers up to 70% savings through sustained use discounts. Plus, you get one free e2-micro VM monthly and $300 credit to start.
    Try Compute Engine
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    Serial Studio

    Serial Studio

    Multi-purpose serial data visualization & processing

    Serial Studio is a simple, multi-platform, and multi-purpose serial data visualization program that allows embedded developers to visualize, analyze, and present data generated from their projects and devices while avoiding the need to write project-specific visualization software. Over my many CanSat-based competitions, I found myself writing and maintaining several Ground Station software for each program. However, I decided that it would be easier and more sustainable to define one flexible Ground Station Software that lets developers define how each CanSat presents data using an extensible communication protocol for easy data visualization. ...
    Downloads: 51 This Week
    Last Update:
    See Project
  • 2
    Personal Management System

    Personal Management System

    Your web application for managing personal data

    It's easier to understand this web application when you think about a CMS (WordPress) or CRM (SugarCRM); the logic behind this system is very similar to those two. My PMS may offer fewer possibilities than those systems above, but it just does what I want it to do. Additionally, writing extensions is not too hard, depending on the logic required. Anyone with development knowledge can pretty much write their own extensions for personal needs. Keep a track of your personal goals. You can use tools to keep track of your goals progress or use the payments submodule to keep an eye of the money amount that you want to collect for something. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    SimpleTraits.jl

    SimpleTraits.jl

    Simple Traits for Julia

    ...The cool thing about Tim's trick is that there is no performance impact compared to using ordinary dispatch. For a bit of background and a quick introduction to traits watch my 10min JuliaCon 2015 talk.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    OSHMI - Open Substation HMI

    OSHMI - Open Substation HMI

    SCADA HMI for substations, IoT and automation applications

    ...It's been actually used in dozens of substations up to 230kV level and also in control centers with configurations up to 70.000 tags. Feel free to ask questions in the "Discussion" section. Help sponsoring OSHMI here https://github.com/sponsors/riclolsen. >>> Have a look also at my new SCADA project here: https://github.com/riclolsen/json-scada
    Leader badge
    Downloads: 28 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI Studio. Switch between models without switching platforms.
    Start Free
  • 5
    treeminder

    treeminder

    a free mind mapping tool, to especially assist decision making

    I've been trying to develop an idea of a project, but the wide range of possibilities with all their outcomes, cons and pros and whatnot got my mind overloaded. There was no way I could keep or process that much information with my bare mind. So, I've checked the mind mapping tools available in the market, both free and commercial ones, yet they were either clunky or overkilling for my needs. Thus, I've made my own thing, and decided to share it with everyone who might find it useful for their own things...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    ConstraintSolver.jl

    ConstraintSolver.jl

    ConstraintSolver in Julia

    This package aims to be a constraint solver completely written in Julia. The concepts are more or less fully described on my blog OpenSourc.es. There is of course also the general user manual here which explains how to solve your model.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ReplMaker.jl

    ReplMaker.jl

    Simple API for building repl modes in Julia

    ...With ReplMaker.jl, you can simply hook your parser into the package and ReplMaker will then create a REPL mode where end users just type MyLang code and have it executed automatically. My hope is for this to be useful to someone who implements a full language or DSL in Julia that uses syntax not supported by Julia's parser and doesn't want to deal with the headache of making their own REPL mode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Exl2Sql

    Exl2Sql

    Excel to SQL

    ...Then the data underneath the column name is applied into that column with the generated insert statement. You can Save or Copy the data and then use Find and Replace if you need to tweak. Good for big data. Needed this for my work so created over the weekend, happy to share with the community. Requires .NET framework on your PC. If you're on windows you're okay.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    Lightweight Model Database

    Lightweight Model Database

    An easy to use and lightweight CAD model data management tool.

    This little Tool was developed in order to tidy up the CAD models and other documents in my 3D printing project folder. Full description and Manual, see: http://encorecad.de/index.php/3d-druck/lightweight-model-database-en
    Downloads: 0 This Week
    Last Update:
    See Project
  • 99.99% Uptime for Your Most Critical Databases Icon
    99.99% Uptime for Your Most Critical Databases

    Sub-second maintenance. 2x read/write performance. Built-in vector search for AI apps.

    Cloud SQL Enterprise Plus delivers near-zero downtime with 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server.
    Try Free
  • 10
    Flame Graphs

    Flame Graphs

    Stack trace visualizer

    Flame graphs are a visualization of profiled software, allowing the most frequent code-paths to be identified quickly and accurately. They can be generated using my open source programs, which create interactive SVGs. See the Updates section for other implementations. Recently I've been helping with d3-flame-graph. The x-axis shows the stack profile population, sorted alphabetically (it is not the passage of time), and the y-axis shows stack depth, counting from zero at the bottom. Each rectangle represents a stack frame. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    frameworkforwebdataanalytics

    This repository is from my degree project titled "Framework for Web Data Analytics"

    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    JTexXchart

    JTexXchart

    Java library for drawing 2D charts with LaTeX math support

    Call me a purist, but I was never happy with the graphs produced with existing (free) Java tools. My dream package is lightweight with minimal dependencies, offers clean vector-graphics export and TeX-support for typesetting mathematical elements in axis labels, chart legends etc. This is hard (impossible?) to find and I thus decided to construct my own, mostly from existing code. This project is based on refactored versions of the popular packages 'XChart' (orig. by Tim Molter, © Knowm Inc.) and 'JLatexMath' (part of the SciLab project, derived from the JMathTeX project). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    New Terrain and 3D Map System

    New Terrain and 3D Map System

    a very lightweight advanced terrain-rendering and 3D map rendering sys

    ...Seme as point 2.. Multithread terrain-rendering, roads on it, and vehicles to go around. The most important part is terrain-rendering. The Algorithm at the heart of it features my first and second theorem abut polygonal surface approximation. It took something like 2 years to develop it. It's technically a view-dependent, continuous dynamic level-of-detail rendering algorithm. Main features are simplicity and documentation. Does easily a 4k x 4k terrain, but also much more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    flow visualization toolbox

    matlab 2D image processing GUI toolbox for flow visualization

    ...This toolbox can be conveniently extended for 2D image processing in other disciplines, for example, surface stress measurement, inferred thermograph, PIV. See developer guide for HOWTO. * example project.mat and calib.mat use abs path will not work for you directly. pl. rebuild yours according to my youtube tutorial
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    compare-results

    compare-results

    Program comparing Simulation Results for the SBML TestSuite

    Compare SBML Test Suite Results =============================== The [SBML Testsuite](http://sbml.org/Facilities/Online_SBML_Test_Suite) allows developers of ODE based simulators to test their implementation against a large number of test cases that test a wide aspect of the [SBML Specifications](http://sbml.org/Documents/Specifications). While implementing my simulator [RoadRunner](http://roadrunner.sf.net) I wanted to be able to compare it using a wider range of parameters: - filter for new tests - filter for tests with specific tags - mark elements that I know I did not implement
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    VDM.net So how can I call you My Dear Project?
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    comStudio

    comStudio

    Serial communication utility

    ...If you like, hate or simply use this software, if you find any bug or have any request, please do not hesitate to let me know through the services offered by the site that hosts the project or through my Facebook page (http://facebook.com/koalakoker). And (if you think it's the case) do not hesitate to recommend the program to your friends.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    DOFView

    DOFView

    Graphical Depth of Field Calculator

    ...DOFView will report near and far distance limits, hyperfocal, total DoF etc., both in textual or graphical format. A simulation of what can be seen in the camera viewfinder is also shown in 3D. The application was inspired by my Nikon D5100, even if the user can set information and use this program selecting among hundreds of compact or DSLR camera models.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Langton's Ant by Lumpiluk
    This is my implementation of Langton's Ant (a popular turing machine, see http://en.wikipedia.org/wiki/Langton%27s_ant for more information) using C#. Supports multiple ants and threading. Video: http://www.youtube.com/watch?v=Vu9C_1DH31k
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    ex95delta - Disaster Response Management
    Its my college project for Natural Disaster Response Unit Management Information System Based On Java Standard Edition (J2SE) using IDE Netbeans and DBMS MySQL. Supported language in the system is Bahasa Indonesia.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Is a document viewer based on WemagOnlineDocument for KnowledgeTree DMS, add features to view or edit the document viewing his metadata,buttons to swap metadata and document position (right, left), and Prev/Next to navigate document in folder or search result order (need to be improved). Sourceforge version is outdated, please download last version directly from my website http://kt.patricioleon.cl/software/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    QFractals
    Fractals explorer which using GCC or my own evaluator for formulas compiling. Also QFractals support biomorphs colouring.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    My personal project to evaluate data from t6 in order to provide some nice views on the data accumulated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    MSDViewer (My Schematic Drawer and Viewer) is a schema editor using a simple text file as input. Requires tcl/tk (>8.4) and Iwidgets (>4). should work on every platform supported by tcl/tk. Output postscripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    OntoViz, an ontology browser is an extension of my undergraduate honors thesis. This helps a user browse ontologies using a variety of graph drawing algorithms. The ontology can be specified using a text file, a local/remote database or a web service.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB