Showing 83 open source projects for "one-wire"

View related business solutions
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
  • The Secure Workspace for Remote Work Icon
    The Secure Workspace for Remote Work

    Venn isolates and protects work from any personal use on the same computer, whether BYO or company issued.

    Venn is a secure workspace for remote work that isolates and protects work from any personal use on the same computer. Work lives in a secure local enclave that is company controlled, where all data is encrypted and access is managed. Within the enclave – visually indicated by the Blue Border around these applications – business activity is walled off from anything that happens on the personal side. As a result, work and personal uses can now safely coexist on the same computer.
  • 1
    ElectronDisplay.jl

    ElectronDisplay.jl

    An Electron.jl based figure and table display.

    This package provides a display for figures, plots and tables. When you load the package, it will push a new display onto the Julia display stack and from then on it will display any value that can be rendered as png, svg, vega, vega-lite or plotly in an electron-based window. This is especially handy when one works on the REPL and wants plots or tables to show up in a nice window.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Query.jl

    Query.jl

    Query almost anything in julia

    Query is a package for querying julia data sources. It can filter, project, join and group data from any iterable data source, including all the sources supported in IterableTables.jl. One can for example query any of the following data sources: any array, DataFrames, DataStreams (including CSV, Feather, SQLite, ODBC), DataTables, IndexedTables, TimeSeries, Temporal, TypedTables and DifferentialEquations (any DESolution). The package currently provides working implementations for in-memory data...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ArgCheck.jl

    ArgCheck.jl

    Package for checking function arguments

    Package for checking function arguments. @argcheck code is as fast as @assert or a hand written if. That being said it is possible to erase argchecks, much like one can erase bounds checking using @inbounds. This feature is currently experimental. It may be silently changed or removed without increasing the major ArgCheck version number.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Cubature.jl

    Cubature.jl

    One- and multi-dimensional adaptive integration routines for Julia

    This module provides one- and multi-dimensional adaptive integration routines for the Julia language, including support for vector-valued integrands and facilitation of parallel evaluation of integrands, based on the Cubature Package by Steven G. Johnson. Adaptive integration works by evaluating the integrand at more and more points until the integrand converges to a specified tolerance (with the error estimated by comparing integral estimates with different numbers of points). The Cubature...
    Downloads: 0 This Week
    Last Update:
    See Project
  • ContractSafe: Contract Management Software Icon
    ContractSafe: Contract Management Software

    Take Control Of Your Contracts Without Wrecking The Budget

    Ditch those spreadsheets, shared drives & crazy-expensive solutions with too many bells & whistles. ContractSafe offers the simplest way to manage your contracts efficiently without breaking the bank.
  • 5
    Immerse.jl

    Immerse.jl

    Dive deeper into your data with interactive graphics

    Dive deeper into your data with interactive graphics. Immerse is a wrapper that adds graphical interactivity to Julia's plots. Currently, Immerse supports Gadfly. The toolbar at the top supports saving your figure to a file, zooming and panning, and lasso selection. Zooming and panning uses the defaults set by GtkUtilities. The left mouse button allows you to rubberband-select a zoom region. Use your mouse wheel or arrow-keys to pan or change the zoom level. Double-click, or press the 1:1...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    DocOpt.jl

    DocOpt.jl

    Command line arguments parser

    DocOpt.jl is a port of docopt written in the Julia language. docopt generates a command-line arguments parser from human-readable usage patterns. The DocOpt module exports just one function, docopt, which takes multiple arguments but all of them except the first one are optional.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    TerminalMenus.jl

    TerminalMenus.jl

    Simple interactive menus for the terminal (Now ships with Julia!)

    This package has been merged into the Julia standard library. As such, you probably just want to using REPL.TerminalMenus and skip the Installation instructions. The RadioMenu allows the user to select one option from the list. The request function displays the interactive menu and returns the index of the selected choice. If a user presses 'q' or ctrl-c, request will return a -1.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    FlatWorld

    2D physics simulator in Julia language

    Downloads: 0 This Week
    Last Update:
    See Project