Showing 26 open source projects for "tab"

View related business solutions
  • All-in-One Payroll and HR Platform Icon
    All-in-One Payroll and HR Platform

    For small and mid-sized businesses that need a comprehensive payroll and HR solution with personalized support

    We design our technology to make workforce management easier. APS offers core HR, payroll, benefits administration, attendance, recruiting, employee onboarding, and more.
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Your unified business intelligence platform. Self-service. Governed. Embedded.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
  • 1
    fish

    fish

    The user-friendly command line shell

    ... lucky few with a graphical computer, you can set your colors and view functions, variables, and history all from a web page. Other shells support programmable completions, but only fish generates them automatically by parsing your installed man pages. fish will delight you with features like tab completions and syntax highlighting that just work, with nothing new to learn or configure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    command-output-to-html-table

    command-output-to-html-table

    A shell script to convert any file or command output into a html table

    Please watch the video below, to convert any file or a command output into a nice html table, in less than 5 Minutes time. The output html file can then be browsed from any location, using a local webserver or an internet www domain. Usage Examples: (Type them on Terminal) cd ~/Downloads/tabulate # location chmod +x *.sh cat "student_marks.csv" | { cat ; echo ; } | ./tabulate.sh -d "," -t "My School" -h "First Term" > "marks.html" # or > "/var/www/html/marks.html" -d specifies...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    magisk-swapspace

    magisk-swapspace

    This module saves android memory a bit by swapping some to a disk

    This is a mirror of my GitHub repo, read more details about this module here: https://github.com/chickendrop89/magisk-swapspace/blob/master/README.md Download notes: ✅ magiskswapspace.zip ✅ ❌ 2.0 source code.zip ❌ Installation: - Download the module archive here (files tab) - Flash it in magisk app, or using command line - Run `magiskswap` in your preferred terminal app (as a root user) Keywords: pagefile swap android swapfile swapspace
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Automated_Quiz

    Automated_Quiz

    A Shell Script for Quizzing the whole class of students and log result

    Please download the above zip file and extract it to a secret folder and run the quiz.sh script from that folder in your terminal program, as shown in the youtube videos : https://youtu.be/kQi0XlIaT9M and https://youtu.be/prwKN5DiFp0 You may change the contents of the quiz.txt file to your liking, while maintaining the format of it. Note: Press Enter/Return key after typing on your Terminal, to proceed to the next step, while testing the quiz.sh script. Also, increase the terminal font...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • 5

    addcsv2ods

    Adds csv files to a ods spreadsheet

    This bash script adds several csv files into an existing .ods spreadsheet. Each csv file creates a sheet. If there is no input spreadsheet provided, it creates one and inserts all csv files in it.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    fff

    fff

    A simple file manager written in bash

    A simple file manager written in bash. Minimal (only requires bash and coreutils). Smooth Scrolling (using vim keybindings). Tab completion for all commands! Automatic CD on exit (see setup). Works as a file picker in vim/neovim (link)! Display images with w3m-img! Supports $CDPATH. You only need to modify the keybindings that you'd like to change from the default. fff will run perfectly fine without any of these defined. When rebinding a key in fff make sure you don't have two bindings...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    git-flow (AVH Edition)

    git-flow (AVH Edition)

    AVH Edition of the git extensions to provide high-level repository ops

    A collection of Git extensions to provide high-level repository operations for Vincent Driessen's branching model. This fork adds functionality not added to the original branch. For those who use the Bash or ZSH shell, you can use my fork of git-flow-completion which includes several additions for git-flow (AVH Edition), or you can use the original git-flow-completion project by bobthecow. Both offer tab-completion for git-flow subcommands and branch names with my fork including tab-completion...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    gradle-completion

    gradle-completion

    Gradle tab completion for bash and zsh

    Bash and Zsh completion support for Gradle. This provides fast tab completion for: Gradle tasks for the current project and sub-projects. Gradle CLI switches (e.g. --parallel). Common Gradle properties (e.g. -Dorg.gradle.debug) It also handles custom default build files, so rootProject.buildFileName = 'build.gradle.kts' is supported. See instructions for bash or for zsh, then consider optional additional configuration. Download and place the plugin and completion script into your oh-my-zsh...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    git-recall

    git-recall

    An interactive way to peruse your git history from the terminal

    ... variable. Once the commits are displayed, you can use either the arrow keys or j/k to switch between commits, press TAB or e to expand/reduce the commit's diff or q to quit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Manage your IT department more effectively Icon
    Manage your IT department more effectively

    Streamline your business from end to end with ConnectWise PSA

    ConnectWise PSA (formerly Manage) allows you to stop working in separate systems, and helps you build a more profitable business. No more duplicate data entries, inefficient employees, manual invoices, and the inability to accurately track client service issues. Get a behind the scenes look into the award-winning PSA that automates processes for each area of business: sales, help desk, support, finance, and HR.
  • 10

    bspipe

    An End-to-End Analysis Pipeline for BS-seq

    ... for visualization, and (9) support for advanced sequencing technologies such as TAB-seq, OxBS-seq, MAP-it, and NOMe-seq.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Create Website From Text File

    Create Website From Text File

    A Website Builder / Creator Script to Create Website From a Text File

    Please watch the video below to see this website builder / creator script in action. in less than 5 Minutes, you can create a website / webpage, from a text file, using the script enclosed, in the zip file downloaded from above. A custom Puppy Linux Operating System has been created for this purpose of running the script on various client computers. You can download it here : https://sourceforge.net/projects/command-output-to-html-table/files/OS/ Wherever possible, give preference...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Bash Shell Scripting in a Minute

    Bash Shell Scripting in a Minute

    Learn Bash Shell Scripting in a Minute using this Collection of Script

    Learn Bash Shell Scripting in a Minute using this Collection of Scripts, which are Real World Examples, ranging from a simple Date Based Theme to a Standalone Kiosk Type User Input Forms. The Learning is based on a "Observe and Understand Strategy", which means you run these scripts, observe their outputs, understand the script that generates them and learn the whole thing. These Scripts cover almost all the basics of bash shell scripting and summarizes them in the last script for user...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    Antorca
    A performance and usability focused Linux distribution based on 64-bit Debian testing. It is the successor to illume OS. To use the live ISO image, login to "root" with the password "antorca".
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    openSEQ

    NGS compute distro proloaded with pipeline analysis software

    ... tab links to our pipeline constructer. The second homepage tab links to a xterm session on the client. Software included (location - name): path - biobambam path - bwa path - bowtie2 path - bowtie path - cufflinks path - bcftools path - tophat path - scalpel path - samtools path - sra-toolkit path - bamtools path - delly path - delly-parallel path - picard-tools path - fastahack path - twoBitToFa ~/prog/java/ - mutect ~/prog/python/ - platypus ~/prog/java/ - gatk
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    BMDC++

    BMDC++

    A Mod of DC++ Client Based on FreeDC++.

    A Mod of DC++ Client Based on FreeDC++ for Linux with ADLSearch , Ignore Users, Lua scripts supports,Media Spam and many more ...;) Main develop move to https://launchpad.net/bmdc++ and mirroring here in svn Attention BMDC++ has been designed to share a non-copyrighted material only! Program developer isn't responsible for activities which the users use this software to.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    dupehasher

    Shell script for managing duplicate image files in a directory.

    dupehasher scans the given directory for files that are identical except by filename. dupeshasher will generate a report plaintext file named 'dupelist.txt' in the working directory (which contains, per line, tab-delimited names of files whose contents are identical). Depending upon the arguments supplied by the user upon invoking dupeshasher, it will also delete all duplicates, keeping either the oldest or newest of all sets of duplicates. Additionally it can batch-rename all remaining...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    KISSmenu

    KISSmenu

    KeepItSimple: organize&integrate your tools in a non-/interactive menu

    Do you have dozens of tools with dozens of parameters? KISSmenu helps you to organize them, to integrate them and to run them interactively in a terminal based menu or automatically, e.g. starting it up as a cron job. Development or tooling environment: shortcut based menu of commands, which can be used both interactively and non-interactively. Middleware: simply integrates various software through environment variables. Really simple! A 500 lines long bash script easy to maintain, fork...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    WordSearch

    A WordSearch implemented in Java. Coding finished.

    The project has no files, but it has code. Please get the code from the code tab.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    A set of Unix command line tools for quick and convenient batch processing of tabular text files (a.k.a., tab-delimited, csv, or flat file format) with a header line. Provides delimiter and compression detection, column reference by name. * tblmap: per-line ("map") computation: derive columns through an expression, delete, reorder, filter rows. * tblred: compute ("reduce") aggregations (e.g., sum, average) over groups defined by key columns. * tbldesc: Summarize columns in file (e.g...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Skein 512-512 hash algorithm implemented in Bash. Prepare to have your CPU pegged, and for simple hash calculations to take around 10 seconds. Hit the Home tab for details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    An application launcher running a modified bash session in a small terminal window, providing all the well known bash features like tab-completion and history. Additional features include terminal rules, regexp based command line rewriting, and more.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    mcom is a console based system administration tool. it has focus on sysadmin's daily business. - search for part of hostname and login via ssh - execute comands on multiple hosts (also via sudo) ... and many more ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    These simple programs are for doing data reduction and then display of columns of tab delimited data. They are designed to be piped together so you can do multiple things at once. This means they typically read from stdin and output to stdout.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Process Monitor uses web interface to view system active process and its resource usage. Support multiple host process monitoring. This to allow developer view their active process and Administrator keep tab on system performances.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ypAnything is an NIS gateway to non-NIS sources, such as LDAP or a database. See the 'Home Page' tab (above) for HOW TO information
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next