Showing 47 open source projects for "screen grid"

View related business solutions
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 1
    DBA PROGRAM

    DBA PROGRAM

    Program to analyze information about SQL SERVER as well as database ta

    .... > Login Screen: Once you enter the administrator password, you will not be prompted for the next few times. Leave your comment to help with tool development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Mozaik

    Mozaik

    Easily craft beautiful dashboards

    Mozaïk dashboards support multiple devices through the adaptive layout. You can either put your dashboard on a big screen in the open space, or consult it on your smartphone. Mozaïk dashboard comes with 6 themes and makes it easy to develop your own theme. Mozaïk widgets are maintained as separate modules, thus available via mozaik-ext in npm.js. Mozaïk provides a simple way to define your dashboard layout using a grid system. Most extensions need to communicate with APIs. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Common Core Interactive Assessment Grid

    Common Core Interactive Assessment Grid

    An interactive assessment grid for the Common Core State Standards

    The Common Core Interactive Assessment Grid is now available for ALL Common Core standards! This is an interactive assessment grid in the form of an Excel spreadsheet with all Common Core State Standards for English Language Arts & Literacy in History/Social Studies, Science, and Technical Subjects as well as Mathematics! You can use it to mark your students and investigate the entire Common Core State Standards. The assessment grid has been made to be easy to use and navigate. Using...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Australian Curriculum Assessment Grid

    Australian Curriculum Assessment Grid

    An unofficial assessment grid for ACARA Australian Curriculum subjects

    An assessment grid for all Australian Curriculum content descriptions and elaborations. Requires Excel to be installed on your PC or Mac.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 5
    DialogPlus

    DialogPlus

    Advanced dialog solution for android

    ...DialogPlus provides 3 position. Top, dialog will appear at top with animation. Center, dialog will appear in the center with animation. Bottom, dialog will appear at the bottom of the screen with animation. DialogPlus provides 3 content types. ListHolder, items will be shown in a listview. GridHolder, items will be shown in a gridview. ViewHolder, your customized view will be shown in the content. Set an item click listener when list or grid holder is chosen. In that way you can have callbacks when one of your items is clicked. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    ClrDbg

    Tool for opening dmp files for .NET applications.

    ClrDbg can open a dmp file, or connect to a running process, and display information about the objects on the heap and their class information (such as field definitions and method signatures), threads and their call stacks. ClrDbg uses the Microsoft.Diagnostics.Runtime.dll (ClrMD). The user-interface allows the user to drill-down by clicking on hyperlinks in a grid view.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Visual Integer Factor

    Puzzle game demonstrating whats so hard about binary integer factoring

    VisualIntFactor will be an interactive educational and scientific tool demonstrating multiply, factor, conversion between unary counting and binary integers, all in the same grid of hexagons. This grid is based on pascals triangle, which is a 1d cellular automata that calculates (X choose Y) factorials by each cell being the sum of the 2 cells upleft and upright. Draw a binary integer from a cell going upright, then explore the allowed transforms which may lead you to a factored state in 2...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Assisted dRawing toOl

    Assisted dRawing toOl

    ARO helps physically disabled students to create mathematical drawings

    ARO has been developed to assist physically disabled or injured students who cannot create mathematical drawings on paper. It is intended to make maths up to Key Stage 4 more accessible. AQA has agreed to its use in a GCSE maths exam. Anyone who can use a computer with a mouse to access the internet should be able to use ARO. The processes required mimic those of on paper drawing as far as possible. Possible applications include: Graphs of straight lines and smooth curves Compass and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    RuzzleSolver

    RuzzleSolver

    Takes in a ruzzle input and solves it

    What does it do ? 1. Takes in a Ruzzle grid as input and finds all words that can be formed. 2. An automatic swiper that in conjunction with Bluestacks lets you swipe every possible word thereby getting an insanely high score ! How does it work ? 1. Runs a DFS on the Ruzzle grid and at each instance checks if the word formed is a valid one. 2. Since the size of a grid is just 4 x 4, optimizations (such as using a suffix tree) aren't that important. 3. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 10
    Android System Bar Tint

    Android System Bar Tint

    Apply background tinting to the Android system UI

    ...By default it will give you a semi-opaque black background that will be useful for full-bleed content screens where persistent system UI is still important - like when placed over a map or photo grid.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    VCL.JS

    VCL.JS

    TypeScript component based framework for enterprise web application

    ...//Simple dbgrid bounded to a query import V = require("VCL/VCL"); export class PageHome extends V.TPage { constructor() { super(); //create a backend query var qur = new V.TQuery(this); qur.SQL = "SELECT CustomerKey, FirstName, LastName FROM Customers"; qur.open(); //create a grid on the screen var grd = new V.TDBGrid(this, "grid"); grd.Dataset = qur; //bind the grid to the dataset grd.PageSize = 15; var col = grd.createColumn(“FirstName”); var col = grd.createColumn(“Lastname”,”Last Name”); } }
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    SlickGrid

    SlickGrid

    A lightning fast JavaScript grid/spreadsheet

    ...This is achieved through virtual rendering where only what’s visible on the screen plus a small buffer is rendered. As the user scrolls, DOM nodes are continuously being created and removed. These operations are highly tuned to provide optimal performance under all browsers. The grid also adapts to the direction and speed of scroll to minimize the number of rows that need to be swapped out and to dynamically switch between synchronous and asynchronous rendering.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ChartsClass

    ChartsClass

    Class to create simple charts in Gambas + sample program

    ...Find out how to use it by the included example program: The class is delivered as part of a complete project, so that you can try it out. And you can modify the FMain code to learn how it can be usefull for your project. The sample data used, is generated in the example program and displayed in a grid on screen. No database or other extra things needed, works in KDE and (should) in other desktops like Ubuntu's, Gnome etc. Made and tested in and for Gambas2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    GridWM

    GridWM

    The program helps organize application windows on the screen.

    The program helps your organize application windows on your screen in a grid. You can set amount of columns and rows in it and then drag windows' thumbnails to place them in the cells. When the user finishes moving a thumbnail it automatically attaches to cells' borders.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    Blueprint CSS

    Blueprint CSS

    A CSS framework that aims to cut down on your CSS development time

    ...The framework includes mixins, modifier classes, and responsive breakpoints so layouts adapt fluidly across screen sizes. By starting with a consistent baseline, Blueprint CSS reduces cross-browser quirks and gives designers confidence in spacing, proportion, and element alignment. Teams often use it as the “CSS backbone” of internal tools, web products, or component libraries.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Sunny Player/Encoder
    Sunny Player(Linux/Win32/Mac)/Encoder(Win32) is the streaming player frontend and more . it's support to stream (broadcasting) on the network(internet radio/video, streaming, mms, rtp rtsp, http, tcp, udp.). this player use the vlc media player.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    subtle
    subtle is a grid-based manual tiling window manager with a strong focus on easy but customizable look and feel. In comparison to other tiling window managers, subtle has no automatic tiling of the screen size in any way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A Screen Editor for data accessing applications. this is a grid table, editor. every item, represents an object (label, field, checkbox etc.) or a panel (panel contain an other grid of objects). the final data structure will be saved in XML type.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    gvwm provides grid of virtual desktops for Windows, allowing the user's workspace to be larger than the screen area. The practical upshot is that you can have several "desktops", allowing you to sort your windows and have a less cluttered workspace.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A portable program to make grid paper (square, isometric, hex), and an OS X program to display an image on-screen with a square grid overlayed on it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    tenangbisa.github.io

    Create an interactive image gallery using JavaScript

    Display a collection of images in a grid format Enable navigation between images using click events Enlarge the selected image for a closer look Implement responsive design to adapt to different screen sizes Implement image captions using JavaScript and CSS. Add navigation controls, such as arrows or thumbnails, for easier browsing. Enable keyboard navigation for accessibility purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Oct.0 Nikon Z remote control app

    Oct.0 Nikon Z remote control app

    Advanced Remote control and tethering app for Nikon Z ML cameras

    Based on Nikon SDK C# wrapper and EMGU repositories - Oct.0 is a standalone Windows 64bit lightweight app, developed to remotely control select Nikon Z Mirrorless camera bodies by means of wired or wireless controllers attached to a x64 PC. Oct.0 allows for replicating most of the camera body controls (buttons) functions via GUI buttons or keyboard shortcuts, as well as allowing tethering functions such as saving the files to destination folder on a PC, and invoking a remote LiveView session.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB