[go: up one dir, main page]

74 projects for "snap7.h" with 1 filter applied:

  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Yeastar: Business Phone System and Unified Communications Icon
    Yeastar: Business Phone System and Unified Communications

    Go beyond just a PBX with all communications integrated as one.

    User-friendly, optimized, and scalable, the Yeastar P-Series Phone System redefines business connectivity by bringing together calling, meetings, omnichannel messaging, and integrations in one simple platform—removing the limitations of distance, platforms, and systems.
    Learn More
  • 1
    Intelligent stock analysis system

    Intelligent stock analysis system

    LLM-driven A/H/US stock intelligent analyzer

    Intelligent stock analysis system is a Python-based smart stock analysis system that leverages large language models to automatically analyze selected equities across A-shares, Hong Kong stocks, and U.S. markets. It’s designed to produce a daily “decision dashboard” summarizing key insights such as core conclusions, precise entry/exit points, and checklists for potential trades, combining multi-dimensional technical analysis, market sentiment, chip distribution, and real-time price data. The...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    HSharp

    HSharp

    HSharp is a library used to analyze markup language like HTML

    HSharp appears to be an experimental C#/.NET project exploring higher-level abstractions or helper patterns (the naming hints at “H#” as a layer or framework on top of C#). It groups together utilities, base classes, and conventions so that common app logic can be written faster and with less boilerplate. The repo acts as a sandbox for testing these patterns in real code, which is helpful if you want to see how the author structures services, models, or infrastructure concerns. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    SPI FLASH Library for STM32

    SPI FLASH Library for STM32

    W25qxx, N25Qxx and other SPI FLASH driver for stm32 HAL

    W25qxx, N25Qxx, and other SPI FLASH drivers for stm32 HAL.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    command-output-to-html-table

    command-output-to-html-table

    A shell script to convert any file or command output into a html table

    ...Usage Examples: (Type them on Terminal) cd ~/Downloads/tabulate # location chmod +x *.sh cat "student_marks.csv" | { cat ; echo ; } | ./tabulate.sh -d "," -t "My School" -h "First Term" > "marks.html" # or > "/var/www/html/marks.html" -d specifies delimiting character, which is in between your input columns -t specifies page title -h specifies a header Browse marks.html with browser now, either by double clicking file, from file manager or inputting location on your browser. Other Examples: df -h | { cat ; echo ; } | ....
    Downloads: 10 This Week
    Last Update:
    See Project
  • Peer to Peer Recognition Brings Teams Together Icon
    Peer to Peer Recognition Brings Teams Together

    The modern employee engagement platform for the modern workforce

    Create a positive and energetic workplace environment with Motivosity, an innovative employee recognition and engagement platform. With Motivosity, employees can give each other small monetary bonuses for doing great things, promoting trust, collaboration, and appreciation in the workplace. The software solution comes with features such as an open-currency open-reward system, insights and analytics, dynamic organization chart, award programs, milestones, and more.
    Learn More
  • 5
    TexGen
    ..."Modelling the geometry of textile reinforcements for composites: TexGen", Chapter 8 in "Composite reinforcements for optimum performance (Second Edition)", ed. P Boisse, Woodhead Publishing Ltd, 2021, ISBN: 978-0-12-819005-0. https://doi.org/10.1016/B978-0-12-819005-0.00008-3 Lin, H., Brown, L. P. & Long, A. C. 2011. Modelling and Simulating Textile Structures using TexGen. Advanced Materials Research, 331, 44-47. To reference version 3.13.0 please use: Louise Brown, mike-matveev, & georgespackman. (2023). louisepb/TexGen: TexGen v3.13.1 (v3.13.1). Zenodo. https://doi.org/10.5281/zenodo.8221491
    Leader badge">
    Downloads: 101 This Week
    Last Update:
    See Project
  • 6
    CommandlineConfig

    CommandlineConfig

    A library for users to write configurations in Python

    ...The library supports arbitrarily deep nested structures, type handling, enumerated value constraints, and even tuple types, which are common in ML experiment setups. It also includes features for automatic version checking and convenient help output, so users can quickly see available parameters and their descriptions via a -h flag.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    VDT - Visual Disk Test
    VDT - Visual Disk Test : performs I/O tests on files, partitions, and/or disks with visual feedback/follow-up, offering flexible test area selection by size, location, percent, or combinations thereof, plus test duration control by time or size.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    Celestial Precomputation

    Celestial Precomputation

    Sight Reduction for Air Navigation with Python

    ...All Revisions 8+ and the Windows release have been fixed. This Python TK application calculates a good set of stars for a 3 star fix, makes all calculations similar to the FAAs Celestial Computation Sheet (see FAA doc FAA-H-8083-18). Also, you can create a PDF file that generates Pub 249 Vol 1 for any epoch you specify. The PUB249 as PDF is found under "Files". I wrote this for my aircraft bubble octant :-) It is mainly useful for air navigation as it assumes a bubble sextant but may be used for normal sextants as well. Requires Ephem and ReportLab (optional for PDF output) Not to be used for real-world navigation!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Superfine

    Superfine

    Absolutely minimal view layer for building web interfaces

    ...Mix it with your favorite state management library or use it standalone for maximum flexibility. When describing how a page looks in Superfine, we don't write markup. Instead, we use the h() and text() functions to create a lightweight representation of the DOM (or virtual DOM for short), and patch() to actually render the DOM. Superfine won't re-create the entire DOM every time we use patch(). By comparing the old and new virtual DOM we are able to change only the parts of the DOM that need to change instead of rendering everything from scratch.
    Downloads: 7 This Week
    Last Update:
    See Project
  • Transforming NetOps Through No-Code Network Automation - NetBrain Icon
    Transforming NetOps Through No-Code Network Automation - NetBrain

    For anyone searching for a complete no-code automation platform for hybrid network observability and AIOps

    NetBrain, founded in 2004, provides a powerful no-code automation platform for hybrid network observability, allowing organizations to enhance their operational efficiency through automated workflows. The platform applies automation across three key workflows: troubleshooting, change management, and assessment.
    Learn More
  • 10
    printThis

    printThis

    jQuery printing plugin; print specific elements on a page

    ...This may be reflected on the printed page, depending on the settings. Blank by default. Copies style attributes from the body and html tags into the printThis iframe. Added to provide support for CSS Variables. Accepts true, "b", "h", or "bh" to test for "b" and "h" for body and html tags, respectively.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    ** Now on Github; https://github.com/aizvorski/h264bitstream ** libh264bitstream provides a complete set of functions to read and write video bitstreams conforming to the ITU-T H.264 | ISO/IEC 14496-10 AVC video standard.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    Vrapper

    Vrapper

    Vim-like editing in Eclipse

    Vrapper is an eclipse plugin which acts as a wrapper for existing eclipse text editors to provide a Vim-like input scheme for moving around and editing text. Eclipse Update Site: http://vrapper.sourceforge.net/update-site/stable
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13
    An R package for metrology. metRology provides classes and calculation and plotting functions for metrology applications, including measurement uncertainty estimation and (eventually) inter-laboratory metrology comparison studies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SleepyHead

    SleepyHead

    Open Source CPAP Research and Review Software

    Open-source, cross platform, sleep tracking software with a focus on monitoring CPAP treatment. Please see http://sleepyhead.jedimark.net for official release information and latest downloads.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ProgramNet Designer

    ProgramNet Designer

    C++ cross plattform functional block programming

    With the help of the ProgramNet the user can develop plug-ins(called units) which can be connected with other units forming a net. The net has a form of a flow diagram. The resulted net can be executed in the ProgramNet for testing purposes or independently in the target platform as a final release. In order to execute a net the ProgramNet uses the kernel. The kernel executes automatically each unit in a separate thread and manages the data exchange between the units.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Circuit simulator SPECI-SPICE

    Circuit simulators like SPICE for low memory computers

    SPECI-SPICE is a subset of SPICE intended to run on low powered computers like Amstrad CPC, ZX Spectrum, CP/M machines, old PC machines, some programmable calculators,etc. by keeping most important functionality of SPICE 2.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    ...Python implementation is more versatile (2D and 3D data). * a Leica file reader, * Steindhard bond orientational order calculation * a VTK file writer 1. Leocmach, M. & Tanaka, H. A novel particle tracking method with individual particle size measurement and its application to ordering in glassy hard sphere colloids. Soft Matter 9, 1447–1457 (2013). https://dx.doi.org/10.1039/C2SM27107A (http://arxiv.org/pdf/1301.7237.pdf)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    JCLILIB

    A Java 7 library for parsing command lines.

    JCLILIB (Java Command Line Interface LIBrary) is a small Java library for parsing arguments supplied on the command line. Features include recognizing arguments either by key ("-h"), by key and value ("-f some_file" or "-f=some_file"), or by position (e.g., second argument not attached to a key). Keys may optionally be repeated with multiple arguments. Values may be specified as String, Boolean, Integer, Long or Double. Unused arguments are returned in an array of strings. A static method is provided to parse arguments with glob-style wildcards (such as "*.bak") and return all matching files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    PyBreak360

    PyBreak360

    breakout/arkanoid clone multiplayers network game at 360°!

    ...pybreak360.cfg to fine configure outside game. pybreak360_kbd.py for special international keymap. on game, use mouse or arrow keys. press B to start/stop ComputerBootPlayer. press H to see HiScores. press D for LevelDesigner (see in levels/*.level to edit/create fine configured levels as BrickArray, Background, Music, ...) press PAGE_UP, PAGE_DOWN to change level in actual level pack. press SPACE or ENTER for menu. select level pack using menu/F9. play alone or connect up to 4 players via TCP network. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    easyjasub

    easyjasub

    Tool to add furigana and in-line translation to Japanese subtitles

    ...The synchronization of input text subtitles is very important to properly associate them. The program is now in early development stage, you may need to read the the inline help (-h option) or browse the code in http://github.com/riccardove/easyjasub A JRE is required, even by the Windows .exe version. wkhtmltoimage is required, take it from http://sf.net/p/wkhtmltopdf BDSup2Sub may be useful (BDN/XML subtitles are created as intermediate output). Basic usage: easyjasub.exe -ja subtitle.jp.srt -tr subtitle.en.srt java -jar easyjasub-cmd.jar -ja subtitle.jp.srt -tr
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21

    btrxml

    Basic, Tiny, Reader for XML

    ...A lot of things were chopped away to deliver the very basic support for XML, and this project does not aim to become a fully compliant parser; keep it basic, stay basic. Part of the design goal is to jam all of this in to one .C file and one .H file while giving other developers a somewhat convenient API. Check the project website for more information about what btrxml is, does, won't do, example usage, and stuff like this.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Modular Gaming

    Modular Gaming Open Source Persistent Browser Based Game Framework

    ...If you wanted just a forum you could enable only the core, user and forum modules. We are building our framework using Kohana which is an open source, object oriented (H)MVC web framework built using PHP5 by a team of volunteers that aims to be swift, secure, and small. We are using Kohana 3.3 You can view a demo at http://demo.modulargaming.com If you have any questions, bugs or feature requests feel free to post them on the issue tracker at GitHub. https://www.github.com/modulargaming/modulargaming Licensed under a BSD license. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Project moved: Find the latest code at https://www.h323plus.org/ Follows on from now depreciated OpenH323 and designed as a drop in replacement for OpenH323. Development of advanced open source H.323 including application sharing, video conferencing and incorporates new research and development work. Project moved: Find the latest code at https://www.h323plus.org/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ornament

    ornament

    Pattern analysis in art

    The Program analyses patterns of art sources according to researches of Rudolf Arnheim, Ernst H. Gombrich.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ijblob
    ...Computer Vision and Image Understanding, 93(2), 206–220. doi:10.1016/j.cviu.2003.09.002 The ImageJ *Shape Filter Plugin* (see downloads) uses this library for flitering the blobs by its shape. If you are using IJBlob in a scientific publication, please cite: Wagner, T and Lipinski, H 2013. IJBlob: An ImageJ Library for Connected Component Analysis and Shape Analysis. Journal of Open Research Software 1(1):e6, DOI: http://dx.doi.org/10.5334/jors.ae
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next