About 1,260 results
Open links in new tab
  1. Code Generator - CodePal

    Code generation is the process of automatically creating computer source code from a higher-level representation, such as a design specification, a graphical model, or a natural language description. For example, CodePal is using AI to translate plain words into computer code.

  2. Tic Tac Toe against Computer in C - CodePal

    This function allows you to create a Tic Tac Toe game against a computer in C. The game is played on a 3x3 board and the player can choose to be X or O. The computer will randomly select its character and who goes first.

  3. JavaScript Shutdown Computer - CodePal

    Learn how to write a JavaScript function that shuts down a computer. This tutorial provides step-by-step instructions and code examples.

  4. Simulating the Pep/9 Computer in C - CodePal

    Learn how to write a function in C that simulates the Pep/9 computer. This function loads object code, executes instructions, and outputs memory contents.

  5. Crash Your Computer with JavaScript - CodePal

    Learn how to write a JavaScript function that intentionally crashes your computer. Use it at your own risk and only for testing or educational purposes.

  6. JavaScript Rainbow Effect Tutorial - CodePal

    In this tutorial, we will learn how to create a rainbow effect on your computer screen using JavaScript. By following the step-by-step instructions and code examples provided, you will be able to make your computer display a beautiful rainbow effect. This tutorial utilizes HTML5 canvas and JavaScript to achieve the desired result.

  7. Open VLC on Third Display - PowerShell - CodePal

    PowerShell code that opens VLC media player on the third display connected to the computer. Code Generator | 1 year ago

  8. Detect Opened Application in C - CodePal

    A function in C that detects the currently opened application on your computer. A function in C that detects the currently opened application on your computer. February Special! 25% Off ... Code Generator. Regex Generator. Unit-Tests Writer. Query Writer. Web Development Color Palette Generator. CSS Optimizer. Extension Creator. Live Webpage ...

  9. C++ HWID Changer Menu - CodePal

    Learn how to create a menu in C++ that allows you to change and retrieve the Hardware ID (HWID) of your computer. This code example provides functionality to change the HWID and displays the current HWID to the user.

  10. Change Computer Name in Python - CodePal

    In this tutorial, we will learn how to change the name of your computer using Python. We will create a function that takes a new name as input and updates the computer name accordingly. The function will also handle error cases such as empty names or names with invalid characters. Let’s dive into the code!