Showing 61 open source projects for "basic language"

View related business solutions
  • Compliant and Reliable File Transfers Backed by Top Security Certifications Icon
    Compliant and Reliable File Transfers Backed by Top Security Certifications

    Cerberus FTP Server delivers SOC 2 Type II certified security and FIPS 140-2 validated encryption.

    Stop relying on non-certified, legacy file transfer tools that creak under the weight of modern security demands. Get full audit trails, advanced access controls and more supported by an award-winning team of experts. Start your free 25-day trial today.
    Start Free Trial
  • 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
    .NET Streamer
    .NET Streamer is a .NET application that allows you to stream almost ANY TV Show on the internet. We integrated a complete subtitle system, that makes you able to download and automatically synchronise your subtitle with the streaming. .NET Framework 4.0 Required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Bermuda Text-to-Speech

    This project includes basic NLP and DSP techniques for Text-to-Speech

    See TTS demo at: http://rslp.racai.ro/index.php?page=tts This is an entirely written in JAVA project which includes a set of tools and methods designed to enable Multilingual Text-to-Speech (TTS) synthesis. We currently support English and Romanian but we will soon train more models and make them available for download. If you want to read more about our other NLP and TTS tools check out http://nlptools.racai.ro.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Bitmap to text

    converts a bitmap image to text

    *not finished* *the code is a shit* feel free to edit the project by your own and send me the changes the main language is vb6, when i started i didnt know a lot of things about images and when i was going to edit again i got too lazy for re-writting the image processing, so you will need a lot of time to correct all my mistakes
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    This project is a Java API to control basic Winamp functions. It´s work with a JNI library(C language) to communicate with Winamp SDK (available on http://www.winamp.com/development/sdk). Use the LInk below to download the library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    NN - Music Revolution

    NN - Music Revolution

    Zenéket 1 kattintás segítségével le lehet tölteni.

    A program segítségével meg tudod keresni a kedvenc előadók top 50 zenéit és a programon keresztül le is tudod tölteni azokat. A program tartalmaz zene lejátszót is,hogy letöltés után egyből le lehessen játszani a zenéket. Jobb klikk segítségével törölni is lehet a zenéket a lejátszón keresztül vagy megváltoztatni a zene címkéit. Beépítve a SoundCloud Downloader volt projekt és az mp3 downloader weboldal. --------------------------------------------------------------- Easy and simple...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    VB6 Raytracer

    VB6 Raytracer

    Well just a raytracer in Visual basic 6, thus the name VB6 raytracer. Not because it is easy or logical, but because it is hard. I know this is not the right language to write a raytracer, see it as a stubborn POC that it is still somehow possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Mini Control Mintron 12V6H

    Control reducido de cámara Mintron 12V6H para Windows.

    Este sencillo programa permite controlar la cámara de video Mintron 12V6H. Se sitúa en la esquina inferior derecha de la pantalla. Tiene control de opacidad de manera que puede permanecer sobre la ventana de captura. Con sencillos controles permite gestionar los parámetros: AGC, ELC/ALC, SenseUp, Gamma y SenseUp/AGC Priority. Necesitarás un cable para la conexión mediante RS-485. ****************************************************** This simple program allows you to control the video...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    DragonMp3 Player

    DragonMp3 Player

    DragonMp3 is the one place you go to feed your audio/video habit.

    Welcome to DragonSoft. It is more than just a player. It's your window to the multimedia world. From MP3s to streaming video, DragonSoft is the one place you go to feed your audio/video habit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Osmosis TTS

    Osmosis TTS

    Text to Speech application with searching capabilities.

    Osmosis TTS is a Text-to-Speech application with a built in browser and the ability to easily search for terms in the text using configurable search providers including search engines and dictionaries. It is particularly useful for language learning as one can easily search for foreign words using external dictionary websites. Text is spoken by copying text to the clipboard, and text can be queued up by continuing to copy new text to the clipboard while Osmosis TTS is speaking....
    Downloads: 0 This Week
    Last Update:
    See Project
  • $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
  • 10
    fb_chungVST

    fb_chungVST

    an audio multi effects VST plugin loading simple dlls

    fb chung VST is an audio multi effects VST loading host dlls written in high level language (like freebasic) .you can add a simplified dll plugin in the /plugin/ /plugin2/ /plugin3/ folders it will be automaticaly recognized and loaded.Included 4echo_chungVST example (4 combined echos) , baxandall eq and peekenhancer effect . Just define the following dll cdecl export functions : plugininit : your init sub startpluginmain : start your gui window edit closepluginmain : called to close...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    SmoothLife

    SmoothLife

    A generalization of Conway's Game of Life

    Conway's Game of Life is generalized to a continuous domain. OpenGL and GLSL shaders are used for real-time 2D and 3D graphics. Time stepping is done via a real to complex FFT based convolution operation. There are also two deliberately simple test implementations in FreeBasic and Matlab. A 2D version on a sphere shows that it is really not dependent on the underlying grid.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    iCARUS

    iCARUS

    Player and YouTube song downloader.

    ENG: iCARUS lets you play and download songs from YouTube, then listen to them in the integrated player. Enjoy! Available in every language. ITA: iCARUS ti permette di ascoltare e scaricare le canzoni da YouTube e poi riascoltarle dal player integrato. Enjoy! Disponibile in tutte le lingue.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    AppSpeechSynthesis

    Speech Synthesis

    C'est un formulaire vous permettant d'utiliser la synthèse vocale de Windows (SAPI 5.4) Vous pouvez installer une voix française en installant le logiciel Espeak Vous pouvez modifier la langue du formulaire en Allemand, Anglais, Espagnol, Français, Italien (Nota bene : lire le fichier lisez moi) This is a form which permit you to use Speech Synthesis of Windows (SAPI 5.4) You can install a French voice by installing the Espeak software. You can change the language of the form in...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    ArkeosSceneEditor3D

    A 3D scene editor for Ogre in Purebasic

    Arkeos Scene Editor 3D is a scene editor for creating game with Ogre 3D. It's created with Purebasic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Demonstock

    Demonstock

    A GUI foundation for creating U/I based content

    Demonstock is a GUI foundation for creating user interfaces and other graphic content. It features a library of tools and functions that are used to build GUI elements and components. Based upon both a QT and VisualBasic design, Demonstock is a flexible GUI editor with plugin and extension capability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The Tibetan and Himalayan Library has several open-sourced tools for inputting, manipulating, translating, and transcribing Tibetan-language text, audio, and video. We aim to make using a computer easier for Himalayan peoples and scholars.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    eLectrix PDF Viewer
    eLectrix is an application to view Portable Document Format (PDF) files. The program is written in the C programming language, using GTK+ for the user interface and poppler for rendering pages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Flamebird MX BennuGD IDE
    Flamebird is an IDE for the open source game development language Bennugd (http://bennugd.org/) and Fenix(http://fenix.divsite.net). Our aim is to integrate in a professional environment a powerfull code editor, a project management system and editors an
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    I wanted to make a translation software, where you can translate from one language to another language off your choise. Also make it so you easly could get update if other user have made some translation changes. Alot like freelang.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    libZPlay
    Windows (WIN32) multimedia library for playing mp3, mp2, mp1, ogg, ac3, aac, flac, oga, wav and pcm files and streams. Supported language: C/C++, VC++.NET, VB.NET, C#.NET and Delphi
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    IWebCast
    Award winning, small desktop screenshot programm with many options, capture the full desktop or only a small area, save in many fileformats with one key. Requires Framework 2.0<, available language: Eng, Ger, Ita. Translate? Check the Webpage!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This project is to make software with VB6 that can translate (and edit too) SRT-formatted movie subtitle, from any language to any language, using online Google Translate tool. That's all..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Oplisker (Open Source Play List Maker)
    Oplisker is an open source recursive m3u play list maker/generator. Pretend to support multi-format play list in the future.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 24
    XIPL/XASM is a basic environment to build high-level Image Processing operations using a XML-based language. The idea is to compile the high-level XIPL language into a low-level one, XASM (XML-based too), using XSLT technology.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    A basic ray tracer written in the Scala language. Features includes photon mapping and a frontend written in Groovy. Planed features are volumetric lighting and shadow photons.
    Downloads: 0 This Week
    Last Update:
    See Project