Showing 203 open source projects for "echo"

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
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • 1

    Help4ShellScript

    Shell script to print the help message for the shell script.

    While writing the shell script, we often write the repeated lines of: echo "message" This is one of the most tedious tasks in the shell scripting. By this tool ... 1) We can write the text messages into the plain text. 2) From that text file, our shell script can grab and print the required text fragment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    bashj : a bash mutant with java support

    bashj : a bash mutant with java support

    with bashj, you can insert java code & libraries into bash scripts

    ...JVM efficiency for CPU intensive components . modular extensibility using java packages . floating point (double) values variable and evaluation functions . Math tools . Swing UI tools . Inter process tools between multiple bash process (and java process) . Host registry ... Basic examples: #!/usr/bin/bashj echo Math.cos(0.5) echo Math.hypot(3.0,4.0) echo System.getProperty("java.runtime.version") #!/usr/bin/bashj #!java public static int factorial(int n) {if (n<=0) return(0); if (n==1) return(1); return(n*factorial(n-1));} #!bashj echo j.factorial(10)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ILA - teachable voice assistant

    ILA - teachable voice assistant

    ILA is a fully customizable and teachable voice assistant for Java

    ...ILA is fully customizable and you can teach her/him/it new things by yourself like executing system commands, opening web pages, programs and apps or just some basic conversation :-) ILA runs on Java und thus is compatible to Windows, Mac and Linux. It is designed to integrate with your home enviroment and for example build up your own, free and open Amazon Echo replacement ;-) Right now the key components of ILA are the open source speech recognition CMU Sphinx-4, Google (Speech Recognition/Text-To-Speech) and MaryTTS (Text-To-Speech). The goal is to make ILA completely free of Google by improving all aspects of the open source systems. Since version 3.3 users can also write own add-ons to extend ILA. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Amazon Echo Dot (2nd Generation)

    Home Automation Device.

    The devices connect to the voice-controlled intelligent personal assistant service Alexa, which responds to the name "Alexa". Can Control Smart home TCP and UDP Equivalent devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 5

    invisible

    Run commands on Windows invisibly

    This is a very simple vbs script that runs a batch script or command without anything appearing on screen. If you put it in a folder and add the folder to you user PATH, you can use it as follows: >invisible assoc >invisible echo hello >invisible <any> <number> <of> <commands> <here> You can also do: >"C:\path\to\invisible.vbs" <any> <number> <of> <commands> <here> Personally I use it this way so I can create shortcuts to batch scripts and run them invisibly, then put the shortcuts somewhere useful like in the "Send to" directory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    TCP Echo Client Server

    implementation based on the Richards Stevens book.

    Concurrent TCP/IP echo server and its client. The implementation is taken from Richards Stevens book. See W. Richard Stevens' Home Page http://www.kohala.com/start/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Tom's Audio Processing plugins is a selection of LADSPA plugins for audio engineering on the Linux platform. Intended for use in a professional DAW environment such as Ardour, it includes high quality reverberation, echo, eq, limiter & more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    PHP Webcam Video Conference

    PHP Webcam Video Conference

    Web based multiple way video chat and real time file sharing tool.

    ...p=PHP+Video+Conference Demo: https://www.videowhisper.com/demos/conference/ Video Conference key features + many to many 2 way video chat + 3 default video panels + unlimited extra video panels + user list with online participants + room list with avatars + file sharing + private messaging + profile picture , info and link + push to talk + P2P group streaming support + codec setup (H264, Speex, NellyMoser) + acoustic echo cancellation + session timer and control with scripts + 100% web based for clients PHP Video Conference Edition: + Webcam Video Conferencing Rooms + Create Private Rooms + Simple Setup + Easy to Install + Full PHP Source Code + Easy to Integrate + Profile Picture and Avatar from Webcam Snapshot
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9

    AnalyzeNNLS

    MRI Multiple Echo T2 Analysis

    Users load multiecho MRI data and draw ROIs. AnalyzeNNLS creates a T2 distribution from the averaged decay data. Regional fractions and geometric T2 times can be determined. Please reference: Bjarnason TA, Mitchell JR. JMR 206:200-4 (2010). Temporal Phase Correction included in version 2.5. If you use this functionality, please reference: Bjarnason TA, Laule C, Bluman J, Kozlowski P. JMR 232:22-31 (2013).
    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
    Raspbian WebServer

    Raspbian WebServer

    Raspberry Web Server OS Raspbian Stretch / 9

    ...100% (parted) quit sudo resize2fs after finish For editing Swap Memory size : sudo nano /etc/dphys-swapfile change : CONF_SWAPSIZE=100 to : CONF_SWAPSIZE=1000 (for 1Gb swap memory) ctrl + x (for save) sudo reboot For make speed server Boot : wget zram.sh https://sourceforge.net/projects/raspbian-9-webserver/files/zram.sh sudo chmod +x zram.sh sudo ./zram.sh sudo sed -i 's#^exit 0$#sudo /home/pi/zram.sh#' /etc/rc.local; echo exit 0 | sudo tee -a /etc/rc.local Rasbian SSH: Username : pi Password : raspberry Webmin (Administrator Web Server): (https://localhost:10000) Username : pi Password : raspberry Phpmyadmin : (http://localhost/phpmyadmin) Username : root Password : raspberry
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Crunkbong is the Swiss army knife of "I need to accomplish this very specific task in a live environment." It is also appropriate to use this distribution for daily use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Echo Mirage

    Echo Mirage

    Hook into application processes and monitor network interactions

    Echo Mirage is a powerful network proxy tool designed for cybersecurity professionals focusing on penetration testing of thick client applications. It intercepts and modifies network traffic by injecting itself into target application processes, enabling deep inspection and manipulation of data exchanged between client and server. Unlike typical web proxies, Echo Mirage specializes in local application traffic, including encrypted sessions, providing unique visibility into thick client communications. ...
    Leader badge
    Downloads: 140 This Week
    Last Update:
    See Project
  • 13

    Canon_ex

    Key Data elements and controlled vocabularies For Cardiology

    ...It can be used for the construction of Electronic Medical Records and to produce structured Reports Is using the Phoenix - Elixir framework and as backend storage is using the Postgresql Database. Most vocabularies are from the Registries : CathPCI, Action, TVT, NICOR, IMPACT, ICD, CARDS, Echo Standards and Articles. For each field - definition, Pick List SNOMED, HL7, Loinc Codes can be stored. For the Reports the corresponding phrases in any language can also be stored. There is partial support of multimedia (only Images)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Vimperator-labs
    Writing efficient user interfaces is the main maxim, here at Vimperator labs. We often follow the Vim way of doing things, but extend its principles when necessary. Towards this end, we’ve created the liberator library for Mozilla-based applications, to encapsulate as many of these general principles as possible, and liberate developers from the tedium of reinventing the wheel.´Vimperator is a Firefox browser extension with strong inspiration from the Vim text editor, with a mind towards...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    TrapGate FTN Mailer

    TrapGate FTN Mailer

    Trapgate FTN Mailer

    Trapgate can be used in many ways for example for Fidonet but also for general transfers. Included as FTP server, SMTP server or POP server. As HTTP web extention and more. Trapgate was first a echo/netmail exchange mailer with small files now you can send and receive files from huge size and connect it to a newsgroup, usenet, use email and echomail/netmail or mix them, use a gateway from echo/netmail to newsgroups etc. The look (skin) has be changed and it shows filesizes in Bytes, KB, MB, GB and not only Bytes or CPS. Also the transferspeed has increased, however version 2.00 is still in beta test, so report errors so that i can correct them fast. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    Distant Speech Recognition

    Beamforming and Speech Recognition Toolkit

    BTK contains C++ and Python libraries that implement speech processing and microphone array techniques such as speech feature extraction, speech enhancement, speaker tracking, beamforming, dereverberation and echo cancellation algorithms. The Millennium ASR provides C++ and python libraries for automatic speech recognition. The Millennium ASR implements a weighted finite state transducer (WFST) decoder, training and adaptation methods. These toolkits are meant for facilitating research and development of automatic distant speech recognition.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    VB COMPORT DATALOGGER V1

    Visual Basic Com port data logger - Arduino and Vb

    ...more details : http://computeraidedautomation.com Download arduino_vb.ino and ArduinoVB.NET Datalogger.zip files open your arduino compiler and compile arduino code from arduino_vb.ino Extract zip file and install setup.exe Connect Ultrasonic distance sensor's Echo pin & Trigg pin to Digital pin7 and Digital pin 8 of your Arduino Connect arduino to your PC and Run the program
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    bnf2xml

    simple BNF parser makes xml markup of matches

    ...bnf2xml is as simple to use as any text binary ie, awk(1) grep(1). bnf2xml does not require C API because it outputs simple xml labeling. README is visible on file dl page. EXAMPLE: $ echo "hi" | bnf2xml patternfile <word><alph>h</alph><alph>i</alph></word> or <gas>hydrogen iodide</gas> patternfile says how to find needle in haystack and what to show, ie: <alph> ::= a | b | c | d ... <word> ::= <alph>+ bnf2xml is a top down recursive parser. Unlike buttom up parsers like gcc(1) or some top downs, bnf2xml is completely unambiguous / resolves ALL conflicts. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    coda

    Tool to extract backtrace from coredump without binaries

    ...Architecture supported ----------------------- compile on x86_64 Linux box. How to enable full coredump in linux ------------------------------------ On bash prompt $> cat /proc/$$/coredump_filter 00000033 $> echo 0x7f > /proc/$$/coredump_filter $> cat /proc/$$/coredump_filter 0000007f For furter info 'man core'. compilation --------------- files are compressed with 7z. $> cd coda $> make ================= Get latest code from Git Hub - https://github.com/npamnani/coda
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A simple Echo server (RFC 862) written in Java. It works via HTTP/1.0. It has several modes of operation. For further information run it with the --help option. Use telnet or a web browser to access the server.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 22

    RS485-Emulator

    RS485 Emulator

    ...This project aims to create an emulator/server that runs inside a linux/unix environment that emulates the behavior observed on shared buses, for example collision of data, echo, noise and lost information. The server accepts TCP connections from clients which implement the protocol.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Rakarrack Guitar Effects
    Rakarrack is a stereo digital effects processor for Linux with jack support. Standard line-up of nearly 40 effects modules include Equalizers, Reverbs, Echo, Flange, Chorus, Distortions, WahWah, Vocoder, and other filters and processing modules.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 24
    Cassiopeia's BitMail

    Cassiopeia's BitMail

    Encrypting E-Mail Client

    ...POP3 / IMAP / SMTP / P2P E-Mail-Client. ● Qt E-Mail Client. ● Build-in Encryption to secure E-Mails ● IMAP & POP3 ● Additionally a full decentral P2P Email-Option via the Echo Protocol ● Store Email for Offline-Friends in the P2P Network. ● Chat and Instant Messaging is build in. ● POPTASTIC function (Chat over Email) ● Calendar widget functionality. ● Open Source. BSD License. "Cassiopeia is the tortoise of Momo, which can communicate through writing on her shell and guides into the future." - Wikipedia. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    atinout

    atinout

    AT commands as input are sent to modem and responses given as output.

    This program will read a file (or stdin) containing a list of AT commands. Each command will be send to the modem, and all the response for the command will be output to file (or stdout). Example, to hang up any ongoing call: $ echo ATH | atinout - /dev/ttyACM0 - ATH OK $
    Leader badge
    Downloads: 19 This Week
    Last Update:
    See Project