Showing 12 open source projects for "text to code"

View related business solutions
  • Cut Cloud Costs with Google Compute Engine Icon
    Cut Cloud Costs with Google Compute Engine

    Save up to 91% with Spot VMs and get automatic sustained-use discounts. One free VM per month, plus $300 in credits.

    Save on compute costs with Compute Engine. Reduce your batch jobs and workload bill 60-91% with Spot VMs. Compute Engine's committed use offers customers up to 70% savings through sustained use discounts. Plus, you get one free e2-micro VM monthly and $300 credit to start.
    Try Compute Engine
  • Easily Host LLMs and Web Apps on Cloud Run Icon
    Easily Host LLMs and Web Apps on Cloud Run

    Run everything from popular models with on-demand NVIDIA L4 GPUs to web apps without infrastructure management.

    Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure. Cloud Run gives you on-demand GPU access for hosting LLMs and running real-time AI—with 5-second cold starts and automatic scale-to-zero so you only pay for actual usage. New customers get $300 in free credit to start.
    Try Cloud Run Free
  • 1
    NSBase

    NSBase

    NSBase is a database management system.

    NSBase is a database management system. NSBase use SQLite, Firefird, Interbase, MariaDB, Mysql, Postgresql, Sybase It allows to quickly build complete database applications. Its modern interface is simple and ergonomic. Its scripting in LUA makes it possible to dynamize your applications. It is a rapid development workshop (IDE / RAD) visual type (sqlite form generator). It is a real alternative to MSAccess, kexi and other. Import your database : Text files, MS Access (MDB File),...
    Downloads: 37 This Week
    Last Update:
    See Project
  • 2

    TComms4

    Native Windows Morse code terminal

    Native Windows GUI terminal for sending Morse code from a PC to a K3NG keyer, K1EL Winkey, or W5UXH iCW keyer. Optimized for QRQ to eliminate the slight hesitations found in some terminal programs. Provides memories, ID timer, Tune function, and other conveniences. StripBaby is a utility for stripping the extraneous punctuation from text files for listening to in CW.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    OpenXP 5

    OpenXP 5

    OpenXP 5 - a multi-protocol offline mail and news reader

    ...see: http://de.wikipedia.org/wiki/CrossPoint http://svn.code.sf.net/p/openxp5/code/doc/Crosspoint_Versions.pdf http://groups.google.com/forum/#!forum/de.comm.software.crosspoint
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    PasteQuick

    PasteQuick

    Minimal Pastebin desktop application

    PasteQuick is a Pastebin app; that is, you can paste text snippets to Pastebin.com from this app without having to go to the website. Designed for 'paste-and-go' code sharing sessions, it strives to be minimal and keep out of your way, so though it doesn't include functions like managing your pastes, it can be easily incorporated into your session workflow.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build AI Apps with Gemini 3 on Vertex AI Icon
    Build AI Apps with Gemini 3 on Vertex AI

    Access Google’s most capable multimodal models. Train, test, and deploy AI with 200+ foundation models on one platform.

    Vertex AI gives developers access to Gemini 3—Google’s most advanced reasoning and coding model—plus 200+ foundation models including Claude, Llama, and Gemma. Build generative AI apps with Vertex AI Studio, customize with fine-tuning, and deploy to production with enterprise-grade MLOps. New customers get $300 in free credits.
    Try Vertex AI Free
  • 5
    PiNote

    PiNote

    PiNote is a free source code editor that supports several languages.

    PiNote is a free source code editor that supports several languages. Running on Windows, Linux and Raspberry Pi. Written in free pascal and Lazarus IDE, use the SynEdit component with extended syntax highlighter modules. PiNote's many features include macro recording, code highlighting, encryption and/or decryption of text and files and more.
    Downloads: 23 This Week
    Last Update:
    See Project
  • 6
    coppas

    coppas

    coppas - a simple clipboard manager

    coppas (COPyPASte) is a simple clipboard manager for Linux and Windows. It collects all text copied into system Clipboard and allows viewing the collected entries in the list and sending them back to Clipboard for pasting. It also allows breaking a multi-row text into separate single line entries, i.e a column from a spreadsheet into individual cells.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Simple Hex Viewer

    Simple Hex Viewer

    Simple Hex Viewer for Windows

    Simple Hex Viewer for Windows developed in FPC/Lazarus Source code repository: https://github.com/jval1972/SimpleHex
    Downloads: 10 This Week
    Last Update:
    See Project
  • 8

    groundcad

    CAD 2D for Land Surveying and Civil

    Operating System : Windows - Linux - Mac OS Drawing 2D Point Line Polygon Rectangle Circle Ellipse Text,Image with thickness,color,hatch... Drawing commands : rotation,scale,explode... Labeling Point Line Polygon Rectangle Circle (Name Code Comment XYZ Length Angle Area Radius ...) Area Calculation by points or by object. Import-Export module : Image bmp,jpg,png CSV TXT SVG DXF R12 SOKKIA SDR33 TOPCON FC4 GTS7 XML LANDXML LEICA GSI8 GSI16
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Mail Alert Simple Mailer

    Mail Alert Simple Mailer

    Mail Alert Simple Mailer

    Mail Alert Simple Mailer is a simple command-line utility designed for IT administrators for sending e-mail from Microsoft Windows OS. It can be executed from command line, Windows batch file or PowerShell scripts. My main reason for writing this software was to handle events generated by Dell OpenManage Server Administrator (OMSA), APC PowerChute and Windows Events to send hardware status and alerts like temperature alerts, UPS battery status, powerline status and RAID controller alerts...
    Downloads: 9 This Week
    Last Update:
    See Project
  • Build on Google Cloud with $300 in Free Credit Icon
    Build on Google Cloud with $300 in Free Credit

    New to Google Cloud? Get $300 in free credit to explore Compute Engine, BigQuery, Cloud Run, Vertex AI, and 150+ other products.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query exabytes in BigQuery, or build AI apps with Vertex AI and Gemini. Once your credits are used, keep building with 20+ products with free monthly usage, including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. Sign up to start building right away.
    Start Free Trial
  • 10

    HTML XHTML Parser + XPath

    Delphi HTML XHTML Parser +XPath

    ...This tested with version Delphi XE5,6 Usage Add in Uses parser.pas; begin HtmlTxt:= ''; //here your html NodeList:= TNodeList.Create; ValueList:= TStringList.Create; DomTree:= TDomTree.Create; DomTreeNode:= DomTree.RootNode; If DomTreeNode.RunParse(HtmlTxt) then begin {your code example: DomTreeNode.FindXPath('//*[@id="TopBox"]/div[1]/div[@class="draw default"]'),NodeList,ValueList)} end; end; Xpath support: attributes - //*[@id="TopBox"]/div/@class comment - //*[@id="TopBox"]/div/comment()[3] text - //*[@id="TopBox"]/div/text()[2] previous level - /../div[@class="draw default"]/img[2]/@alt partial coincidence by search in value of attribute: /div[@class="draw] returned nodes [[div class="draw default"],[div class="draw"], [div class="draw any"]..] ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Notepad Extended
    An easy way to write your source code, even when you are in the middle of nowhere. IMPORTANT! When you installs this in ProgramFiles, run this with admin privileges, else the application can't read the language files!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Finds Text in Delphi *.Pas files e.g. : button1.caption:='Hello' Replaces Text with a function call button1.caption:=TXT(0) {##Hello##} Generates a function „TXT“ with a String List with all found Texts at the beginning of your source.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next