Showing 21 open source projects for "mkdir"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 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
  • 1
    SFTPGo

    SFTPGo

    Fully featured and highly configurable SFTP server with optional HTTP

    Fully featured and highly configurable SFTP server with optional HTTP/S, FTP/S and WebDAV support. Several storage backends are supported: local filesystem, encrypted local filesystem, S3 (compatible) Object Storage, Google Cloud Storage, Azure Blob Storage, SFTP. SFTPGo is an Open Source project and you can of course use it for free but please don't ask for free support as well. Support for serving local filesystem, encrypted local filesystem, S3 Compatible Object Storage, Google Cloud...
    Downloads: 74 This Week
    Last Update:
    See Project
  • 2
    Filesystem Component

    Filesystem Component

    The Filesystem component provides basic utilities for the filesystem

    The Filesystem component provides platform-independent utilities for filesystem operations and for file/directory paths manipulation. The component contains two main classes called Filesystem and Path. mkdir() creates a directory recursively. On POSIX filesystems, directories are created with a default mode value 0777. You can use the second argument to set your own mode. exists() checks for the presence of one or more files or directories and returns false if any of them is missing. copy() makes a copy of a single file (use mirror() to copy directories). ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    LavoroL

    LavoroL

    Core operating system

    ...Short summary: Press F1 for help Press F2 for file browser Press F3 to view file content Press F10 to read about Press F12 to quit Press ESC to quit to console Shell commands: * ls - list files; * cd - change directory; * cwd - print current directory; * cat - print content of file; * connect - connect to remote host and port for test HTTP request; * accept - accept incoming connection; * filldemo - graphics demo; * printmodes - print available graphic modes; * quit - exit operating system; * end - end session; * rm - remove file or directory; * cp - copy file; * mv - move file; * addline - append line to file; * mkdir - create directory; * batch - run batch file. You need to unzip and copy files to flash drive using Ventoy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    DavUtils

    Powerful webdav client and sync tools with client-side AES encryption

    ...The built-in client-side encryption allows you to encrypt and decrypt files on the fly with AES. Currently two command line tools are available: dav is a multipurpose WebDAV client that can be used like the standard unix tools ls, mkdir and rm. The other tool is dav-sync that can synchronize local files with a WebDAV server. It is very flexible and configurable and has advanced data safety features to prevent data loss. The integrated client-side AES encryption makes it secure to use public clouds.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Powerful App Monitoring Without Surprise Bills Icon
    Powerful App Monitoring Without Surprise Bills

    AppSignal starts at $23/month with all features included. No overages, no hidden fees. 30-day free trial.

    Tired of monitoring tools that punish you for scaling? AppSignal offers transparent, predictable pricing with every feature unlocked on every plan. Track errors, monitor performance, detect anomalies, and manage logs across Ruby, Python, Node.js, and more. Trusted by developers since 2012 with free dev-to-dev support. No credit card required to start your 30-day trial.
    Try AppSignal Free
  • 5
    gr-acars

    gr-acars

    ACARS decoder for GNURadio, for RTL-SDR, PlutoSDR or UHD receivers.

    ...The latest 2022 release for GNU Radio 3.9 and 3,10, following 3.8 named ng for New Generation, aims at adding bitrate clock tracking + removes the external dependence with libfftw by using the GNU Radio FFT wrapper. Doing so, multiple ACARS decoding blocks can run in parallel. Compile for x86 PC with: cd 3.10ng mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .. make -j4 sudo make install (developed and tested on Debian GNU/Linux) Compile for RaspberryPi4/Buildroot (located in BR_PATH): cmake -DCMAKE_INSTALL_PREFIX:PATH=$BR_PATH/output/target/usr -DCMAKE_TOOLCHAIN_FILE=$BR_PATH/output/host/share/buildroot/toolchainfile.cmake ../ make -j4 make install
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    gr-message_to_serial

    GNURADIO OOT block

    Block that receives a " message" and send string values over serial connection, to control hardware devices ( switch ), for example, via Arduino based controller ( see https://sourceforge.net/projects/ardu-switch/ ) Prerequisite: pyserial Build as usual for a Gnuradio block: - download and unpack - cd gr-message_to serial - mkdir build && cd build - cmake .. && make - sudo make install && ldconfig If successful this block is into OOT section... Enjoy ;-)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    JStest

    JStest

    SDL joystick viewer/tester

    ...The code should be cross-platform but I have not tested it on other platforms. It has been built with Qt 5.12.8 and SDL2 2.0.14. To build with Cmake use the standard method: mkdir build cd build cmake .. make ./JStest
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    MkFakeLib

    Scripts to create fake library to build versions independent app

    These Perl scripts can help you create a generic Linux application that works in any build environment without recompiling. This create fake library without version info from real library. Usage example: mkdir /usr/local/fakelibs ./mkfakelib.pl /usr/lib/i386-linux-gnu/libc.so /usr/local/fakelibs/ ./mkfakelib.pl /usr/lib/i386-linux-gnu/libpthread.so /usr/local/fakelibs/ mkdir /usr/local/fakelibs64 ./mkfakelib64.pl /lib/x86_64-linux-gnu/libc.so.6 /usr/local/fakelibs64/ -c gcc -m32 app.o -o app -dynamic-linker -L/usr/local/fakelibs/ -lpthread -L/usr/local/fakelibs -lc -lc_nonshared gcc -m64 app64.o -o app64 -dynamic-linker -L/usr/local/fakelibs64 -lc -lc_nonshared
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Hedgewars: Continental supplies

    The "main" dev page for centinental supplies

    ...If you are using linux, then u may install this script with: wget https://sourceforge.net/p/continentalsupplieshedgewars/code/ci/master/tree/release/Continental_supplies_1.5a.zip?format=raw -O /tmp/t.zip && mkdir -p ~/.hedgewars/Data/Scripts/Multiplayer && unzip /tmp/t.zip -d ~/.hedgewars/Data/Scripts/Multiplayer
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    FFMPEG-Raspberry + PHP-FFMPEG

    FFMPEG-Raspberry + PHP-FFMPEG

    Install FFMPEG on Raspbian

    download this file sudo chmod +x ffmpeg-pi.sh sudo ./ffmpeg-pi.sh For make PHP-FFMPEG : First make folder on you php upload video sudo mkdir /var/www/inputvideo/ sudo chmod 777 /var/www/inputvideo/ sudo mkdir /var/www/outputvideo/ sudo chmod 777 /var/www/outputvideo/ Make bash script sudo nano /usr/local/sbin/convert put this script on it ====== Script Bash ====== #/bin/bash/ in=/var/www/inputvideo/ out=/var/www/outputvideo/ cd $in; for i in *.mp4 ; do ffmpeg -i "$i" -threads 3 -c:v libx264 -preset superfast -crf 30 -c:a aac "$out${i%.*}.mp4" -y; done rm -f *.* chown -c www-data:www-data /var/www/outputvideo/*.mp4 ======= End Script ======= sudo chmod +x /usr/local/sbin/convert Make sure bash script working Put vidoe file on $input sudo convert Now put php script on your php upload script shell_exec('convert >> /dev/null 2>&1 &') Enjoy...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    fast_count_multi

    Extremely fast NGS read counter

    .../fast_count_multi num_threads gtf_file bam_file(s) > output Requires bamtools API library at run time, and c++0x for compile. git clone https://github.com/pezmaster31/bamtools cd bamtools mkdir build cd build cmake .. make export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:path to/lib g++ -I bamtools/include/ -L bamtools/lib/ -o fast_count_multi fast_count_multi.cpp -lz -lbamtools -fpermissive -pthread -std=c++0x
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Bloody Profanity

    Fingerprint-only auth screen for KDE/Plasma

    ...INSTALLATION # As root b=/usr/share/BloodyProfanity cp -rvp /path/to/bp $b g=/usr/lib/kde4/libexec/kscreenlocker_greet cp -v $g $g.bak cp -vpf $b/locker.py $g # As user fprintd-enroll fprintd-verify # important mkdir -p ~/.BloodyProfanity/conf ~/.BloodyProfanity/img
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    bash_scripting

    Multi *nix OS Bash Script To Speed Up Post Install Process

    ...This script is for use on newly installed OS's & NOT intended for a production enviroment. No warranty given or implied. If you would like to help further this free project, contact us. To Get Started " Copy & Paste In Terminal : mkdir ~/MyScripts && cd ~/MyScripts && wget -c http://downloads.sourceforge.net/project/bash-scripting/MyScripts/os-detector.sh && bash os-detector.sh
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    HS|OS Blackhat OpenBox Edition
    HS|OS BlackHat Edition Openbox Version Nice for small Configuration :) Mode camouflage : login : user | pass : resu Mode HSBE : login : root | pass : toor Info: Pour Bien faire fonctionner metasploit : après l'installation, connectez-vous comme utilisateur root / toor - ouvrir terminator ou appuyez sur (touche windows + t) et tapez : mkdir -p /var/log/postgresql puis tapez : service postgresql start Déconnectez-vous, puis reconnectez-vous. pour apache2 fonctionne : connectez-vous comme utilisateur root / toor - ouvrir terminator ou appuyez sur (touche windows + t) et tapez : mkdir -p /var/log/apache2 et crée un fichier error.log Voila 2 seul chose a faire après tout ira bien ----------------------------------------------------------------------------------- install dualboot ? ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15

    mkdir

    Create directories with ease

    mkdir allows you to create complicated file structure for your project with ease. Select a project path and define your structure and you are done!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    JaToo Exec Remote

    JaToo Exec Remote

    Ease the work with remote processes execution.

    A free open source Java library created to ease the work with remote processes execution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    XmlValTran

    Gedit Plugin for XML Validation and Transformation

    ...To install: 1) Download the xmlvaltran.py and xmlvaltran.plugin files to the "~/.local/share/gedit/plugins/" directory. If the directory does not exist, create it: "mkdir -p ~/.local/share/gedit/plugins/" 2) Start or restart Gedit, and go to "Edit -> Preferences -> Plugins". 3) Select the checkbox next to "XML Validator/Transformer". The plugin will be displayed in the side panel of Gedit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    BA_Shell

    A simple Shell clone

    This project is a student project for a simple Shell clone. It is written with QT4. It is possible to work with the functions cat, cd, cp, help, list, ls, locate, find, exit, grep, mkdir, rdir, rfile, pwd, touch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This program is a simple shell. chdir, echo, mkdir,rmdir,cat, history, variables, a little help, ... are supported. For more info see the changelog! There's also a script installer/uninstaller. (you can run it using GabySH!!!). Win32 Plateform.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    Provide access to long file names under real-mode DOS. Supported file systems: FAT12/16/32, ISO9660, Joliet. Supported operations: dir, copy, mkdir, rmdir, ren, cd, del.
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 21

    libkine

    A serial robot kinematics library

    ...Go to the directory of the cloned project, use git-lfs to get the binaries and the robot 3D models: git lfs checkout 4. Build the source using CMake 5. Create directory: mkdir build 6. Go inside build, type: cmake .. 7. Type: make 8. Run: ./demo1 or ./demo2 ../model/puma/puma.csv ../model/puma/puma.csv --- Binaries and robot 3D models are stored with git-lfs (https://git-lfs.github.com).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB