Showing 14 open source projects for "snake vs block"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • Manage printing in a cost-efficient and eco-friendly way with Gelato. Icon
    Manage printing in a cost-efficient and eco-friendly way with Gelato.

    Gelato offers an extensive catalog of custom products, a zero-inventory business model, and free designing tools—all in one place.

    The world's largest print on demand network with 140+ production partners across 32 countries. Gelato offers end-to-end design, production and logistics for individuals looking to start their own business today!
    Sign up for Free
  • 1
    GitLens

    GitLens

    Supercharge Git inside VS Code and unlock untapped knowledge

    GitLens, part of GitKraken’s legendary Git tools, is an open-source extension for Visual Studio Code. GitLens supercharges Git inside VS Code and unlocks untapped knowledge within each repository. It helps you to visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more. GitLens simply helps you better understand code. Quickly...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 2
    Liquid (vscode)

    Liquid (vscode)

    Liquid language support for VS Code

    The essential vscode extension for Liquid (template language). Supports formatting, tag, filter, object and schema auto-completions, hovers, syntax highlighting, diagnostic capabilities, and respects HTML Intellisense features. Liquid Template Literal syntax highlighting support for TypeScript and JavaScript. Hover descriptions and reference links on tags, filters, objects, and more! Supports Liquid embedded code block syntax highlighting. Embedded JSON Schema Tag language completions...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Block Attack - Rise of the Blocks
    Game based on the game "Tetris Attack". This has nothing to do with the classic tetris game. This project's main focus is on the single player experience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    AppWorks

    AppWorks

    Front-end R&D tool set based on VS Code plug-in

    Use AppWorks to develop Universal Applications quickly. Click "Shop Icon" on the Activity Bar of VS Code. Enter "app works" in the input box to search. Click the Install button on the first app works option. After installation is successful, click the "AppWorks icon" on the Activity Bar of VS Code to start. We have integrated the operations of creating, debugging, and publishing projects into commonly used editors through plug-ins, making the project development process easier. We provide...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Enterprise and Small Business CRM Solution | Clear C2 C2CRM Icon
    Enterprise and Small Business CRM Solution | Clear C2 C2CRM

    Voted Best CRM System with Top Ranked Customer Support. CRM Management includes Sales, Marketing, Relationship Management, and Help Desk.

    C2CRM consists of four modules that integrate to provide a comprehensive CRM solution: Relationship Management, Sales Automation, Marketing Automation, and Customer Service. Only buy what each user needs.
    Learn More
  • 5
    LuaFormatter

    LuaFormatter

    Code formatter for Lua

    Reformats your Lua source code. The program will attempt to automatically use the current directory's .lua-format file if no config file is passed in the command line. If none is found, it will try to locate a .lua-format file in a parent directory recursively. On Linux, it will use $XDG_CONFIG_HOME/luaformatter/config.yaml if .lua-format does not exist. In case there's no file, it will fall back to the default configuration. The program will give the top priority to the configuration values...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6
    Realfire
    Realfire application is a Windows application that runs on Windows Vista through windows 10. It support .netframework 4.5 and above. Features: (1) Internet data saving (2) Blocking of un-useful services and processes (3) WIFI password hide or show (4) Drivers backup and restore (5) Block only specified sites (6) Allow only specified sites (7) Increase system speed (8) Blocking of auto update services (9) Blocking and unblocking of web browsers (10) Blocking and unblocking of USB...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    CipherCrypt C++

    CipherCrypt C++

    A C++ program which packages Input/Output and block ciphers.

    ... and block cipher functionality in a context in which they can be used immediately. The program comes in Windows (Vs C++) and Linux (Eclipse) versions. The windows version comes with a re-distributable but the Linux version requires some set up. CipherCrypt C++'s core functionality can be isolated to two files: CipherCrypt.h and CipherCrypt.cpp. These files can be placed into any C++ project and have been designed to be easily usable. See the readme in the project for more detailed information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Snakes and Ladders

    Snakes and Ladders

    Snakes and Ladders implementation of the famous board game.

    Snake Ladder by woomar This is an implementaion of the famous Snake Ladders board game known as "Gyan chauper" in India and "Chutes and Ladders" in the United States , in arabic its called "السلم والحية". //---------------------------<>-------------------------------- Game info: Players : 2 players (the board game can be up to 4 AFAIK) Die : one (could be two in the board version) Boards : 1-Ready Boards (3 of them) 2-Custom Boards (randomize snake and ladders position...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Assembler instruction speed exp. tools

    Experiment tools for compare speed of instructions as are used.

    I was looking for comparation of speed MOV vs XOR instructions. In this case for NULL registers few time ago. But results do not satisfy me as well. Then i decide to make own experiment and measure speed of processing on CPU Intel Pentium D with System CentOS 6.4. I developed some applications and tools for that reason. To reduce adjust of measurements you should stop all not necesary applications and leave system clean so much as possible also run tests as root. Each test runs 100 000...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Accounting Software for Small Businesses | Xero Icon
    Accounting Software for Small Businesses | Xero

    Save 90% for 6 months on Xero's award-winning accounting and online bookkeeping platform for businesses of all sizes and stages of growth.

    Xero offers a robust ecosystem of connected apps and integrations with banks and financial institutions, enabling small businesses to access a wide range of solutions within Xero's open platform to streamline operations and manage finances. Additionally, accounting and bookkeeping firms benefit from efficient compliance tools, advanced practice management software, and a cloud-based unified accounting ledger for all clients, centralized in one place.
    Get 90% off for 6 months
  • 10

    Comments Code Snippet for C#

    Surrounds selected code with a comment block in C#

    This code snippet surrounds selected code with a comment block (/* comment */). Should work for all versions of Visual Studio starting from 2005. To find the code snippet path used by VS, go to Tools -> Code Snippets Manager. Select Visual C# in the Language drop down. Expand the Visual C# folder and note the file location. Place this file in that location. Restart VS, select a group of code, right click -> Surround with and it should be there with the name: Comments Snippets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Multiplayer Snakes And Ladders

    Multiplayer Snakes And Ladders

    Multiplayer snakes and ladders game Script

    Multiplayer Snakes And Ladders Game Script. In this game you and your opponents take turns to roll the die, after rolling the die you should move your piece the number of steps shown in the die. When your piece lands on the bottom of a ladder, then you can advance your piece to the top of the ladder; on the other hand, if your piece lands on the head of a snake, then your piece must move back to the tail of the snake. The player who reaches the top block wins. Download more PHP scripts...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12
    HDTach-like block device benchmarking script for Linux/UNIX. blkdevbench measures sequential read performance of a block device vs. position on the device and displays a plot just like HDTach.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A remake of the classic game Snake, featuring 1 or more AI-controlled snakes which compete with you. Addictive fun: a modern version of a classic game. Written in Java. Current Version: 2.6. In development: 3.0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The classic snake game in an online human vs. human battle version.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next