Showing 37 open source projects for "code-server"

View related business solutions
  • 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
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 1
    Radge - [RA]ndom [D]oom [GE]nerator

    Radge - [RA]ndom [D]oom [GE]nerator

    A tool for generating random levels for Doom

    Radge - [RA]ndom [D]oom [GE]nerator based on SLIGE v. 490 This is a command line tool for generating random levels for Doom (1993). Source code repository: https://github.com/jval1972/R.A.D.G.E
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2

    CtoPAStom

    C to Pascal converter to port math routines in Lazarus/Delphi.

    ...I put my project here because I hope that someone would continue the development. For me it does everything I need and I will not upgrade this project anymore. The use is simple, you past in the left area the original code and you take the PASCAL version from the right area. It is a GPL2 software. Goodbye! Tommaso Fantozzi
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3

    Raw TCP tester

    To send and recive TCP strings and handle connections

    Handle every connection on different windows really simple, like chatting! Whit this too you can start a server, what listens on a specific port and/or connect to a specific host name with a specific port. The incomming/outgoing connections are appearing in popup windows. Written in Lazarus
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    tina4stack

    tina4stack

    The Tina4 Stack, selected tools for making PHP development much easier

    The tina4 stack as current is an NGINX/PHP environment which will allow you to do server routing within your code and assist with the layout of your project and allow you to achieve your programming goals on top of a stable code base which has everything from database handling to templating. If you like Manga Comics & want to help then get in touch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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 Studio. Switch between models without switching platforms.
    Start Free
  • 5

    TRepeatButton

    TRepeatButton - A TSpeedButton for Lazarus with a repeat property

    This is a component for Lazarus IDE and is a descendent of TSpeedButton with a repeat property. So, if you keep the mouse pressed on the button, it will repeat the code from the onClick event, until the mouse is released. There are two properties: StartInterval - the button starts to repeat the code after xx ms after the mouse was pressed. This is necessary, because if the button starts to repeat the code immediately, it will repeat the code a few times, even if you give only a MouseClick! Repeatinterval - the interval between the repeats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    vHDL Obfuscator GUI

    vHDL Obfuscator GUI

    vHDL Obfuscator is an small GUI to obfuscate and reformat HDL files

    ...Sometimes is necessary to share the source HDL file but maintaining a little level of control and protection of the intellectual property. This tool generate obfuscated code that is almost unreadable to humans, but is still readable to compilers and simulators. This tool use GHDL (https://sourceforge.net/projects/ghdl-updates/), HDLObf (https://sourceforge.net/projects/hdlobf/), Icarus Verilog (https://sourceforge.net/projects/iverilog/) and was created in Lazarus (http://www.lazarus-ide.org/)
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7

    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: 1 This Week
    Last Update:
    See Project
  • 8
    ...The library provides components to implement both a ModBus master and a Modbus slave, and is based on the Indy component set (both Indy 9 and 10 are supported) De source code of the project has been moved to GitHub!
    Leader badge
    Downloads: 17 This Week
    Last Update:
    See Project
  • 9
    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
  • $300 in Free Credit Across 150+ Cloud Services Icon
    $300 in Free Credit Across 150+ Cloud Services

    VMs, containers, AI, databases, storage | build anything. No commitment to start.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale with Google Cloud.
    Start Building Free
  • 10
    LanMan - Multi-Language Application SDK
    LanMan project is a library for developing multi-language applications. Project also has a special support for CodeGear/Borland VCL library which can automatically translate supported components. Project has editor for language files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A pascal unit providing classes for connection to a memcached server
    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
MongoDB Logo MongoDB