Showing 309 open source projects for "tree"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • 1
    exa

    exa

    A modern replacement for ls

    ... attributes, as well as standard filesystem information such as the inode, the number of blocks, and a file’s various dates and times. exa queries files in parallel, giving you performance on par with ls. Not only is the standard tree tool built-in, but it’ll show you your files’ information alongside the hierarchy. View the staged and unstaged status of every file, right there in the standard view. Also works in tree view for a high-level overview of your repository.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    CompareDir

    CompareDir

    Tool to Compare 2 directories and handle the files.

    Did you ever copy many files to a portable usb-harddisk and use another system to update or delete files ? And later have trouble to find the few files you changed among all the others ? CompareDir does just that: it can compare 2 directories + subdirectories and you decide what files you want to keep, copy or delete. Manual: point it at a MasterDir, a SlaveDir than click "Diff" = show only the files that are available in only 1 directory-tree. Or click "All" = show all files in both...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Mininet

    Mininet

    Emulator for rapid prototyping of Software Defined Networks

    Mininet creates a realistic virtual network, running real kernel, switch and application code, on a single machine (VM, cloud or native), in seconds, with a single command. Because you can easily interact with your network using the Mininet CLI (and API), customize it, share it with others, or deploy it on real hardware, Mininet is useful for development, teaching, and research. Mininet is also a great way to develop, share, and experiment with Software-Defined Networking (SDN) systems using...
    Downloads: 39 This Week
    Last Update:
    See Project
  • 4
    Sap1k ROMs

    Sap1k ROMs

    A repository for all my Custom ROMs :D

    Downloads: 1 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 5

    CTREE Graphic Tree Generator for C

    An analysis tool showing the structure of a C program

    CTREE is a command line utility providing analysis tools useful to software engineers tasked with tracking down problems or verifying a program's soundness. It is also an aid to understanding the structure of unfamiliar programs. As it works with standard C it finds most of its utility in embedded systems and older software. CTREE comes with a comprehensive manual. CTREE is is released by Cleveland Engineering Design, LLC - developer of the CoRTOS cooperative...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    TLPD is designed to tackle the 'path name too long' issue. It scans the directory tree, searching for files and folders with full path name that may be too long for Windows to handle. TLPD is portable, has silent mode. ReadMe and source are available.
    Leader badge
    Downloads: 77 This Week
    Last Update:
    See Project
  • 7
    grep for Windows

    grep for Windows

    grep is a command-line utility for searching plain-text data

    grep (GNU grep) 3.5 Copyright (C) 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by Mike Haertel and others; see <https://git.sv.gnu.org/cgit/grep.git/tree/AUTHORS>.
    Leader badge
    Downloads: 12 This Week
    Last Update:
    See Project
  • 8
    core.typed

    core.typed

    An optional type system for Clojure

    ... the type checker is not included in uberjars with lein with-profile uberjar deps :tree.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Loup ROM

    Loup ROM

    Unofficial LOS builds compiled against Clang 4.0/uberTC 6 for santoni

    Unofficial LOS builds compiled against Clang 3.8 and UberTC 6 for santoni. It includes Loup Kernel with custom compilation flags =). **Starting from 2018-02-06 zip, Delta OTA updates are enabled!** **Old OTA server was deprecated and deleted!!!. If you get an error while checking for updates, please download the latest release and flash it manually** If you only want the kernel go here: https://sourceforge.net/p/loup-kernel/ Device Tree (forked from nikesh001): https://github.com...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise and Small Business CRM Solution | Clear C2 C2CRM Icon
    Enterprise and Small Business CRM Solution | Clear C2 C2CRM

    Voted Best CRM System with Top Ranked Customer Support. CRM Management includes Sales, Marketing, Relationship Management, and Help Desk.

    C2CRM consists of four modules that integrate to provide a comprehensive CRM solution: Relationship Management, Sales Automation, Marketing Automation, and Customer Service. Only buy what each user needs.
    Learn More
  • 10

    IP-Array

    An iptables IPv4 firewall and traffic shaping program

    A Linux IPv4 iptables firewall and traffic shaper. It allows flexible rule creation, while also shipping with presets for common needs. Rules are written in simple XML, allowing various ways to group and nest the arguments. An interactive mode is available in order to build configuration files in a wizard based manner. Extensive documentation is also included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    HttpRouter

    HttpRouter

    A high performance HTTP request router that scales well

    HttpRouter is a lightweight high performance HTTP request router (also called multiplexer or just mux for short) for Go. In contrast to the default mux of Go's net/http package, this router supports variables in the routing pattern and matches against the request method. It also scales better. The router is optimized for high performance and a small memory footprint. It scales well even with very long paths and a large number of routes. A compressing dynamic trie (radix tree) structure is used...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    MultiBoot Utility (Universal)

    MultiBoot Utility (Universal)

    Grub2,Clover,rEFInd,Grub4Dos,Grub2 File Manager,Secure Boot,XorBoot

    ... Versiyon https://sourceforge.net/projects/multiboot-utility/files/MultiBoot%20Utility%20Tr.exe/download English Version https://sourceforge.net/projects/multiboot-utility/files/MultiBoot%20Utility%20En.exe/download Old Version https://github.com/MultiBoot-Utility/MultiBoot-Utility/tree/master/MultiBoot%20Utility/Old
    Leader badge
    Downloads: 60 This Week
    Last Update:
    See Project
  • 13

    suniq

    Suniq - quick little script to MD5 / SHA1 and file type files

    #@(#) Suniq - quick little script to MD5 and file type files #@(#) and store and/or link them uniqly in a mime directory tree #@(#) based on md5's
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    PRTOS Preemptive RTOS for embedded aps

    PRTOS is a simple, compact preemptive RTOS for embedded systems

    ... source code, and a test suite demonstrating the features; The system is proven - it has been in use since 1982 with applications in in-vitro medical equipment, process control instrumentation and industrial machinery; PRTOS is released by Cleveland Engineering Design, LLC - developer of the CoRTOS cooperative RTOS https://sourceforge.net/projects/cortos-simple/ and the CTREE analysis tool https://sourceforge.net/projects/ctree-graphic-tree-generator/ Commercial licensing is available
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    Java File Tree Walker

    A console based File Tree Walker written in Java.

    A file tree walker written in java consisting of three classes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Personal Renamer - Easy file renaming

    Personal Renamer - Easy file renaming

    Portable Bulk File Renamer, Folder monitor. All in one.

    Renames files just about any way you like. Monitor folders for files and auto rename(Have program rename images when downloaded). Undo, Save settings, Imageview,Drag-drop, and more. File Management made easy. Very good for those pesky PDFs from customer firms that need cleaning. New features on their way, Anyone need a Folder renamer?
    Downloads: 4 This Week
    Last Update:
    See Project
  • 17
    EfiPy

    EfiPy

    Python Library for accessing UEFI BIOS internal function by protocol

    ..., CorePy. Samples https://sourceforge.net/u/efipy/svn/HEAD/tree/Trunk/ EfiPy Author: https://www.linkedin.com/in/max-wu-a9068b90/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    FreeFileSync

    FreeFileSync

    Free data backup software to synchronize files and folders

    FreeFileSync is a free Open Source software that helps you synchronize files and synchronize folders for Windows, Linux and macOS. It is designed to save your time setting up and running data backups while having nice visual feedback along the way. _______________________________________________________________ DOWNLOAD LINKS (official homepage): https://freefilesync.org/
    Downloads: 80 This Week
    Last Update:
    See Project
  • 20

    vcproj2cmake

    Visual Studio .vc[x]proj to CMakeLists.txt (make, Ninja ...) enabler

    Elaborate Visual Studio .vcxproj / .vcproj projects to CMakeLists.txt converter, enabling Makefile or Ninja or IDE builds, i.e. full multi-platform CMake functionality (Linux, Mac, Windows...). Live Update capability: supports side-by-side tracking of evolving original proj files, within build tree!! Script hooks for static CMake defs, powerful definition-to-variable mapping. Access to project data content is via git repository _only_ (it's a developer infrastructure project, thus...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    zARCHIVES.mythtv30pre-light-Raspbian

    "RPI-Distro/pi-gen" fork/rebuild of raspbian current/mythtv devel

    NOTE REFERENCE DATES: "pre" releases are fast moving targets , update often for the latest changes/fixes/devwork/etc. Raspberry Pi reference 2018-04-27 Generated using pi-gen, https://github.com/RPi-Distro/pi-gen, 2233762f826460d964daf9e0d6d045ee2fd0bb06, stage4 Firmware: https://github.com/raspberrypi/firmware/tree/5db8e4e1c63178e200d6fbea23ed4a9bf4656658 Kernel: https://github.com/raspberrypi/linux/tree/f70eae405b5d75f7c41ea300b9f790656f99a203 Uname string: Linux version...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    zARCHIVES.omxplayercamviewsvcmeye-rpi

    Raspbian-lite with omxplayercamviewsvc/motioneye

    Raspberry Pi reference 2018-04-17 Generated using pi-gen, https://github.com/RPi-Distro/pi-gen, 5df1e969c8bc005c55718d3e03a2bad8b4a300ac, stage2 Firmware: https://github.com/raspberrypi/firmware/tree/ce8652e2c743f02f04cb29f23611cbf13765483b Kernel: https://github.com/raspberrypi/linux/tree/81dda1af754c3af667944af7156bf1c5cdf9beee Uname string: Linux version 4.14.30-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1102 SMP Mon Mar 26 16:45:49 BST...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    TreePie

    TreePie : a simple way to display disk usage

    TreePie : a simple way to display disk usage. It shows the distribution of size in a tree of directories by using an interactive multilevel pie (sunburst diagram). Really small and simple.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    OpenCms ANT Build allows to build OpenCms modules from a build tree (e.g. in your IDE) which then may be installed on your OpenCms server. It contains 2 ANT task for scripting custom build processes. A sample tree with build.xml is included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Creates an index to DBF files using a B+ Tree; Cria um indice para um arquivo DBF usando uma arvore B+; Implementação em C; Baseada em Arquivo;
    Downloads: 0 This Week
    Last Update:
    See Project