Showing 2668 open source projects for "folder"

View related business solutions
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 1

    Batch Rename Csharp

    Rename unlimited files quickly and easily

    With Batch Rename, you can rename an unlimited number of files in a directory / folder quickly and easily. There are no restrictions. The C sharp source code is available as well. Written with .NET C# 2017. GNU v2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    antibootloops

    install to startup. it fixes many issues like bootloops on startup.

    MAKE SURE YOU INSTALL TO STARTUP. (folder is at C:\Users\yourname\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup) antibootloops fixes many issues including boot loops on startup. this is under 1kb and is extremely lightweight
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    ObjectOrientedTcp

    C# Object Oriented Tcp

    This project is basically an easy to use wrapper for the TcpClient/TcpListener that allows a developer to send .net objects over a TCP connection with minimal effort. If you need assistance integrating it, please have a look at the Tester project in the source folder. Update v1.1: Applied a few bug fixes and the project is now compatible with Xamerin Android. Update v1.2: Made compression optional. Update v1.3: Bug fixes and better threading support. Update v1.4: More bug fixes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    react-native-fcm

    react-native-fcm

    react native module for firebase cloud messaging

    ...If you are using RN < 0.30.0 and react-native-fcm < 1.0.16, pass intent into package, edit MainActivity.java. Import libraries, add Capabilities (background running and push notification), upload APNS and etc. Put frameworks under ios/Frameworks folder, and drag those files into your xcode solution. Make sure the file is not just moved into the folder. You need to Right Click the project folder in XCode and Add File to <Project Name>. Select Copy if needed in the Options page while selecting the file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure File Transfer for Windows with Cerberus by Redwood Icon
    Secure File Transfer for Windows with Cerberus by Redwood

    Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

    Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
    Try for Free
  • 5
    Nodejs Websocket

    Nodejs Websocket

    A node.js module for websocket server and client

    A nodejs module for websocket server and client. The class that represents a connection, either a client-created (accepted by a nodejs ws server) or client connection. The websocket protocol has two types of data frames: text and binary. Text frames are implemented as simple send function and receive event. Binary frames are implemented as streams: when you receive binary data, you get a ReadableStream; to send binary data, you must ask for a WritableStream and write into it. The binary data...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Unity Standalone File Browser

    Unity Standalone File Browser

    A native file browser for unity standalone platforms

    A simple wrapper for native file dialogs on Windows/Mac/Linux. Unity Standalone File Browser is a native file browser for unity standalone platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Graphpack

    Graphpack

    A minimalistic zero-config GraphQL server

    ...It uses webpack with nodemon and Apollo Server under the hood, so we get features like Live Reloading, GraphQL Playground, GraphQL Imports, and much more right out of the box. ES module imports and dynamic imports ()'s thanks to Babel. Runs graphics in development mode. Graphpack will watch for changes in your ./src folder and automatically reload the server. Creates a production-ready build under the project roots build folder. Alternatively, you can create a src/schema.js and use the template literal tag gql by graphql-tag. Graphpack can resolve both .js and .graphql files. For custom configuration, you can create a graphpack config file in cosmiconfig format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    GooglePlayStoreAPI

    GooglePlayStoreAPI

    fetch apps data on google play store with package name

    ...for this class you need php 5.3 or upper and enable php_openssl.dll extension in your php.ini file. you may want to test it.to test this in your local web server folder extract data to your web server folder. in xampp is htdocs folder!!! if want to know how to get package name you can use aapt file in android sdk tools that got apk file and send back package name! i hope you enjoy it
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    PhotoTree

    PhotoTree

    Sorting your pictures simply and efficiently in sub folders

    Photo Tree is a simple but efficient program to sort pictures in different sub-folders. I needed some Program to sort my ever expending picture folder and wanted them to be in sub-folders with name that will serve as categories so I made this.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    Fire RSS Reader

    Fire RSS Reader

    RSS Reader Firefox addon extension

    Your Reader of RSS feeds for browser Firefox Get it - https://addons.mozilla.org/en-US/firefox/addon/fire-rss-reader/ How it works - https://www.youtube.com/watch?v=0bx-gqBJ7uo To run and build browser extension from cmd or terminal type: - npm install --global web-ext - cd my/path/folder/FireRSS - web-ext run - web-ext build
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    v-charts

    v-charts

    A tool to generate charts

    When using echarts to generate charts, we often need to do cumbersome data scheme conversion, modify complex configuration items, v-charts precisely to solve this. v-charts is based on Vue2.x and echarts, just need to provide a friendly data scheme and set simple configuration items, you can easily generate common charts. Each chart component of v-charts is individually packaged under the lib folder. When used, a single chart component can be directly import into the project. The attributes of the chart itself, such as yAxisType used to set the data type, are displayed as an area's area. Such attributes are placed in settings, and the properties of each chart are not exactly the same.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    reNamer

    reNamer

    Rename files depending on their .extension

    If you want to rename your dataset samples for ML and you might have a lot of them (you should btw) or maybe you need to set different enumeration for every .extension you have or you just want to rename some personal stuff I am glad you are here. This is how you can rename your files: - For every .extension in the target folder reNamer sets unique enumeration. - Randomly - With your set of parameters. Example, name=FILE, start counting from=10, step=1 Finally It is simple application but I hope it would be as useful to someone as it has been useful to me!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    High speed math parser

    Expression evaluator for Delphi developers

    ...Please note that the samples do not require components installation (however installation is possible and in case when installed you find the components on "Samples" page of the pallete). You may open the Delphi project file (*.dpr) in the sample folder and simply run it. Fully functional TGraph component
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    RiteNote

    RiteNote

    Clean and simple classroom note-taking app. By students, for students.

    ...USE AT YOUR OWN RISK! RiteNote is open source, we don't expect to make a penny. But we also can't guarantee the software is glitch free, so make backups and save them in a separate folder. The .rite file format can be easily read as .html, in case you want to export your notes, or view them outside the app. Just change the file extension.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Filetransfer.exe

    Filetransfer.exe

    Useful tool for transfering files in an organized way

    This program allows you to copy or move files from one folder to another with just one button click.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    UE4-Plugin-OffAxis

    UE4-Plugin-OffAxis

    This plugin provides a fishtank-VR via a so-called OffAxisProjection

    ...If you have a pure blueprint project, add a random C++ class via File -> Add C++ class (empty class is fine). Copy the Plugin in your (you might need to create a Plugin folder in the directory where your project file is). Start (or restart) Unreal Engine. You might get a warning that the plugin needs to be rebuilt. That's normal. Drag the OffAxisActor in your scene. Set position of OffAxisActor to 0,0,0. In the OffAxisActor, place the child actors P_a, P_b, and P_c so that they correspond to the corners of your "virtual window". ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    MULTITAS

    MULTITAS

    File management software for 64 bits windows 7/8/10 os

    This program provides these features: 1) Remove duplicate files 2) Move a file from one folder to another. Download the only setup.exe file to windows os laptop then install this program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    bodhibuilder

    bodhibuilder

    OS remastering for Bodhi & *buntu Linux

    Bodhibuilder is a fork of the old Remastersys script, it has been tuned to create a bootable live ISO of your Bodhi Linux OS or Ubuntu based derivatives. There are 2 types of modes available: backup mode and distribution mode. Backup mode creates a copy of your running OS so that the live ISO will require you to login using your credentials and the desktop will be your same desktop you've created it to be. Distribution mode will also create a copy of your running OS, but will not keep...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SODLS

    SODLS

    Self-orthogonal diagonal Latin squares.

    Makes self-orthogonal diagonal Latin squares, SODLS, for all valid orders, (that is, not order 2, 3, or 6). Input is an order, (one number), or an order range, (two numbers separated by white space). Output files are in folder SODLS[_n]. Each file contains a SODLS followed by a magic square. The magic square, M, is made from the order N SODLS, Q, and its transpose, as: M[row][col] = N x Q[row][col] + Q[col][row] + 1 See http://budshaw.ca/SODLS.html http://budshaw.ca/addenda/SODLSmethods.html http://budshaw.ca/addenda/SODLSnotes.html http://budshaw.ca/Download.html#sodls
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    WallpaperChanger

    Fully configurable multimonitor multiimage automatic wallpaper changer

    (very resumed description) Basic features: -Customize file(s) and/or recursive folder(s) as source data -Can excluded folders and files -Change when windows or the program starts or every x hours/minutes -Random o sequential image selection -Start with Windows **UNIQUE** Features: -Changes the logon windows (win 7 only) to match the main desktop wallpaper. -Smart multi-monitor support: -Auto change when a display is plugged or unplugged or it is moved in the display array. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    JByteMod-Beta

    JByteMod-Beta

    Java bytecode editor

    JByteMod is a multifunctional bytecode editor with syntax highlighting and live decompiling and method graphing.
    Downloads: 30 This Week
    Last Update:
    See Project
  • 22
    Opulos NuZip

    Opulos NuZip

    Create password protected zip files from the Send To menu.

    ...NuZip also has a double-zip feature to prevent zip files containing blocked extensions (such as .exe) from being rejected when attached to an email. The installation is easy. 1. Copy NuZip.exe and Ionic.Zip.dll to the desired folder (e.g. C:\Program Files\Opulos\NuZip\). 2. Double-click NuZip.exe. This will create a new shortcut in the Send To folder, which appears as a new menu option in windows. 3. Done. NuZip is written in C# and targets the .NET35 Client Profile.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    DoseInHumanBody

    DoseInHumanBody

    Patient dose from medical X-ray and other sources

    ...This package does not contain all data required to run, i.e. does not contain GEANT4 libraries and GEANT4 nuclear data (for saving space). It does contain however the X-Ray spectrum data. Read README.txt me inside Build folder for how to fix it. Source code included. Also, available on GitHub: https://github.com/ZiliasTheSaint/DoseInHumanBody.git
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Offnet

    Program that saves complete web pages retaining multiple timestamps

    ...Project goals: - Web page downloads for less experienced users, including easy setup - Project based page maintanance - Not too plain functions that include also multiple snapshots per project - Iterative, understandable and storage efficient data structure to enable more manual control over stored pages (meta files editable with Easy Folder Morpher) - Retain archived files and query links as original, altering links only during query Current status: - Alpha stadium, archivation quality below Heritrix
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    SwitchyOmega

    SwitchyOmega

    Manage and switch between multiple proxies quickly and easily

    ...This project contains a PAC generating module called omega-pac, which handles the profiles model and compile profiles into PAC scripts. This module is standalone and can be published to npm when the documentation is ready. The folder omega-target contains browser-independent logic for managing the options and applying profiles. Every public method is well documented in the comments. Functions related to browser are not included, and shall be implemented in subclasses of the omega-target classes. omega-web is a web-based configuration interface for various options and profiles. ...
    Downloads: 27 This Week
    Last Update:
    See Project
Auth0 Logo