Showing 17 open source projects for "dev c++ example"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 1
    Watchman

    Watchman

    A file watching service that records when files change

    Watchman purpose is to watch files and record when there are changes. It can trigger actions (rebuilding assets, for example) when there is a change in matching files. The watchman executable has both the client and the server components of the watchman service. When running watchman, it will attempt to communicate with your existing server instance (each user has their own persistent process), and will attempt to start it if it doesn’t exist. There are some options that affect how watchman...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2

    Synology Open Source Project

    The open source projects that ship with Synology NAS.

    These source codes for Synology NAS and related projects allow you to modify packages with the most languages on a single PC. The licenses used by these projects vary. Please refer to the LICENSE / COPYING / COPYRIGHT files included in each project or announcements in the source code. Please note that starting from 2021/7, we are moving some of these projects to this webpage (https://archive.synology.com/download/ToolChain). You can also find more resources in Synology Dev Center...
    Leader badge
    Downloads: 152 This Week
    Last Update:
    See Project
  • 3
    Random File Picker

    Random File Picker

    Choose (and open) random files from random directories.

    Random File Picker can quickly choose and open random files from a set of directories. Files can be filtered so you can for example look only for images. The directories that you supply to RFP will be scanned for sub-directories (first a directory is chosen, then a file from it). In short it is a tool that makes decisions in your place. Not sure what wallpaper to choose for today? Let it decide for you. Not sure what movie to watch? It can open a random one in just a few clicks.
    Leader badge
    Downloads: 36 This Week
    Last Update:
    See Project
  • 4
    SwiftSearch

    SwiftSearch

    Searches NTFS volumes almost instantly

    SwiftSearch is a lightweight program whose purpose is to help you quickly find the files you need on your Windows machine without ever requiring you to index your drives. Most search utilities that achieve similar speeds do so by indexing drives while the computer is idle, but because idleness detection is so difficult to get right, in practice they end up slowing down the whole system just to speed up search. SwiftSearch works differently: given administrator privileges, it completely...
    Leader badge
    Downloads: 66 This Week
    Last Update:
    See Project
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • 5
    Far Manager

    Far Manager

    Text mode file and archive manager for Windows

    Far Manager is a program for managing files and archives in Windows operating systems. Far Manager works in text mode and provides a simple and intuitive interface for performing most of the necessary actions: viewing files and directories; editing, copying and renaming files; and many other actions. Far Manager has a multi-language, easily configurable interface. File system navigation is made easier through the use of color highlighting and sort groups. The functionality of Far...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    HTML File List Creator

    HTML File List Creator

    Easily create an html list of your local files.

    HTML File List Creator is a simple application that creates an html list of the content of a folder on your hard disk, assuming that an exact copy of your local folder will be copied in a web space. So, the html list will not contains the links to the local files/folders, but links with a specified http url address. Example This is your local folder with some files: C:\MYAPP\guide.html C:\MYAPP\tutorial.avi C:\MYAPP\DOCS\document.pdf Now, we assume that the content of MYAPP will be copied in http://www.mysite.com/test/ So, after the right configuration and customization, HTML File List Creator will produce an index.html file containing a list like this: http://www.mysite.com/test/guide.html http://www.mysite.com/test/tutorial.avi http://www.mysite.com/test/DOCS/document.pdf
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Remove Log Files

    Remove Log Files

    Log file remover oriented for Windows Servers (x86 & x64)

    AutoDeletions is a free, smart and very performant Windows tool, oriented to the IT Specialists and/or Server Administrators, who have to face the problem of cleaning their file systems from old or obsolete files (typically log or old data files), that are systematically produced by the applications running on their company servers. Configuring this tool is very easy and flexible thanks to a single central INI file. AutoDeletions is ideal for batch processing your deletions. You could...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    This is a fast sorting/indexing example that builds a file position sorting tree as a result of n-depth text file line byte sorting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Synkron
    Synkron is a simple Qt application that allows you to sync folders, for example a flash disk with a folder on your hard disk.
    Leader badge
    Downloads: 130 This Week
    Last Update:
    See Project
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 10
    Text Zipper

    Text Zipper

    All text based files into one batch file!

    Instead of always creating these annoying zip folders or just new folders for all your text based files (C files, NSIS files, CPP files, etc.), just use Text Zipper! It takes your files and puts them all into one Batch file. Making these files more Portable. Example: Distribute your sourcecode in a easier way. You can customize by editing the batch file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    fstransform is a tool to change a file-system from one format to another, for example from jfs/xfs/reiser to ext2/ext3/ext4, in-place and without the need for backup. Source code is hosted on github: https://github.com/cosmos72/fstransform
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    hxs - command line hexa searching and binary file dumping utility, allows you to search hexa expressions and binary strings in any files (supporting also big files like /dev/hda) and allows you to dump particular pieces of file.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    This project is an attempt to create a wrapper between filesystem code for one operating system and compile it for another. For example, a Linux filesystem driver could work natively in Windows if the project goes as planned.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SHA PadLock computes SHA-1 or SHA-256 file checksums using VIA Nano's processors hardware PHE engine. Currently it can only be run on VIA Nano processors (in Samsung NC20 netbook for example) under Windows. It was build using VIA PadLock SDK.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    SimpleSync aims to be a simple tool to allow users to synchronise two folders. For example it will allow you to synchronize a USB drive and and internal disk for backup purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Some USB mp3 players do not support playlists. minzCP is tool to copy mp3 files to the player according to a playlist, like for example winamp m3u playlists.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Secure Distributed Filesystem

    A distributed filesystem that provides "provider-independent security"

    There are many online storage services, for example Dropbox. While these services claim to be secure, they should not be relied upon for security or reliability. SDFS aims to address this issue by providing a filesystem-like interface while encrypting and storing data redundantly in many online storage accounts. In the first alpha early release(0.0.0) we are planning to support dropbox only but if you want support for other services, or if you are a developer who wants to develop support for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next