Showing 17 open source projects for "grid windows 7"

View related business solutions
  • HRSoft Compensation - Human Resources Software Icon
    HRSoft Compensation - Human Resources Software

    HRSoft is the only unified, purpose-built SaaS platform designed to transform your complex HR processes into seamless digital ones

    Manage your enterprise’s compensation lifecycle and accurately recognize top performers with a digitized, integrated system. Keep employees invested and your HR team in control while preventing compensation chaos.
  • 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.
  • 1
    cpp-ipc

    cpp-ipc

    C++ IPC Library: A high-performance inter-process communication

    C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    7-Zip-JBinding

    7-Zip-JBinding

    Java wrapper for 7z archiver engine

    Native (JNI) cross-platform library to extract (password protected, multi-part) 7z Zip Rar Tar Split Lzma Iso HFS GZip Cpio BZip2 Z Arj Chm Lhz Cab Nsis Deb Rpm Wim Udf archives and create 7z, Zip, Tar, GZip & BZip2 from Java.
    Leader badge
    Downloads: 43 This Week
    Last Update:
    See Project
  • 3
    Win32++ is a C++ library used to build windows applications. It is a simple, open source alternative to MFC. Win32++ supports the C++ compilers from GNU and Microsoft. It is an ideal starting point for anyone learning to program for windows, but also caters for the needs of professional developers.
    Leader badge
    Downloads: 118 This Week
    Last Update:
    See Project
  • 4
    TTGO VGA32 Lite
    NOTE: This project is marked with 'Status: Abandoned' on SourceForge because not enough time can be dedicated to this project. However it may still get sporadic commits to the repository.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • 5
    Euler

    Euler

    A distributed graph deep learning framework.

    As a general data structure with strong expressive ability, graphs can be used to describe many problems in the real world, such as user networks in social scenarios, user and commodity networks in e-commerce scenarios, communication networks in telecom scenarios, and transaction networks in financial scenarios. and drug molecule networks in medical scenarios, etc. Data in the fields of text, speech, and images is easier to process into a grid-like type of Euclidean space, which is suitable...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    FastFlow: programming multi-core

    FastFlow: programming multi-core

    Pattern-based multi/many-core parallel programming framework

    ... multi-core. FastFlow works on x86, x86_64, PPC, ARM, and Linux, Mac and Win XP/7. From Jan 1, 2018 code development migrated on GitHub at https://github.com/fastflow/fastflow
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Sudoku Game Solver Generator

    Sudoku Game Solver Generator

    Standalone Complete Sudoku puzzle Game Solver Generator for Windows

    This is the most complete and standalone Sudoku puzzle suite for Windows. It includes comfort playing with undo steps and powerful Sudoku generator with different difficulty levels. Also you can create Sudoku game manually and print it on an A4/Letter paper. Tutorial mode with solving hints for newbies is included too. Also there is High Score table and built-in timer for professional players. The Sudoku generation algorithm used by this app is my ultimate proud. Primarily it was based...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8

    libdashS

    MPEG-DASH library

    Note: I cancelled this project. I advise programmers to use upstream libdash instead. If someone wants to continue development of libdashS, I'll gladly hand the project over. LibdashS (pronounced "libdashes") is a fork of the libdash library: https://github.com/bitmovin/libdash Compared with the original libdash, libdashS adds TLS support, and a SWIG ( http://swig.org ) interface file that can be used to access libdashS functionality from programming languages other than C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Simple C++ string and vector classes

    Two simple C++ classes, replacements for std::string and std::vector

    ... in an application using mixed libraries, especially one compiled with an old Intel compiler icc 7 (for Linux), and other libs compiled with newer compilers. Icc 7 uses an incompatible c++ standard library implementation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Manage your IT department more effectively Icon
    Manage your IT department more effectively

    Streamline your business from end to end with ConnectWise PSA

    ConnectWise PSA (formerly Manage) allows you to stop working in separate systems, and helps you build a more profitable business. No more duplicate data entries, inefficient employees, manual invoices, and the inability to accurately track client service issues. Get a behind the scenes look into the award-winning PSA that automates processes for each area of business: sales, help desk, support, finance, and HR.
  • 10
    Gtk3.7 and Gtkmm3.6 for Windows

    Gtk3.7 and Gtkmm3.6 for Windows

    Gtk3 stack for Windows Vista/7/8 : Gtk+ 3.7.2 and Gtkmm 3.6.0

    This is the Gtk 3.7.2 stack installer; It includes all Gtk dependencies required for Gtk+ and Gtkmm. The Gtk+ stack was built in version 3.7.2 and finally, the Gtkmm stack in version 3.6.0.1. Each library was built with Visual Studio 2012 in 32 and 64 bits without the Windows XP support. This build passes many test on Windows Vista, 7 and 8 with many applications and official samples built with MSVC 2012 on Windows 7, with MSVC 2010 and with MSVC 2008 on Vista and MSVC 2012 on Windows 8...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Fractions C++

    Fractions C++

    C++ library adds mathematical fractions. Example: 1/3, 4/7, 49/357...

    C++ library adds mathematical fractions. Example: 1/3, 4/7, 49/357... Library can: 1) Create fractions from or 2 "long long", or double, or "long long". 2) Round. 3) Methematic operators +, -, *, /, +=, -=, *=, /=. 4) Logic operators <, >, ==, !=, <=, >=. 5) Operator %. 6) Pow and fast pow. 7) Module: |-a| = a, |b| = b. 8) Input / output stream. 9) Convert in double and string. And other...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    UML 2 Statemachine for C++

    UML 2 Statemachine for C++ is a development framework with DSL support

    UML 2 Statemachine Code Generator is a developer framework for an easy implementation of statemachine based applications. Here, with this framework only one Domain-specific language (DSL) specification is necessary to create executable codes for Linux, Mac OS X, and Microsoft Windows. With this framework you save a lot of time and effort during implementation; also you have an always valid - based on a well-defined C++ standard - generated code with high quality.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    wxWindow library plugin for basic tables / lists. Library will create 2 Dimensional dynamic structures of data with - edit, load, save, - search, sort, index - View in a list, tree, grid - Copy / paste to the clipboard. - Table Encryption / data encryption - Auto HTML table creator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Implement window system for SDL. The idea is to make SDL's GUI easier to make, and to keep design freedom (you give textures to make borders). Restarted from scratch in 2011 and will be moved to another site when 1st usable version come.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    7-Zip-NBinding
    .NET wrapper for 7Zip, based on 7-Zip-JBinding, produced with IKVM. Extracts (password protected, multi-part) 7z Zip Rar Tar Split Lzma Iso HFS GZip Cpio BZip2 Z Arj Chm Lhz Cab Nsis Deb Rpm Udf archives. Archive creation/more formats coming soon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Tiny Distributed Computing Library is an easy to use cross-platform library for performing distributed computations. It is written in C++ and designed with good performance and modularity in mind.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    RenderStack is a support library for OpenGL 3+, currently in C++. Features currently for example basic window creation, mesh generation, wrappers for OpenGL programs, framebuffer, texture and vertex buffer objects. Predecessor: https://github.com/tksuoran/renderstack_net Successor: https://github.com/tksuoran/RenderStack
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next