Search Results for "code blocks sample" - Page 21

Showing 642 open source projects for "code blocks sample"

View related business solutions
  • 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, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 1
    PicoSite

    PicoSite

    Framework to build extremely simple static websites

    Php based framework that allows to build simple yet effective websites. It does not need a database (it's not a CMS) andallows you to select multiple layouts and themes and custom code blocks around the main content. Uses HTML5 and CSS3 standard code, but every bit can be customized.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Spare Parts: Faeries

    Faerie Sample code

    Spare Parts: Lutin's Folly is a game in which you explore a beautiful environment, get chased by a giant robot, then fight it in a giant arena. This is a Unity project that my team has been working on for about a year. The finished game will be available on our website. This code is sample code for the Faeries that attack the player in the exploration phase of the game. They mainly use simple flocking.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Pif SqlObjects

    Pif SqlObjects

    SqlObjects - SQL library for Java

    Pif SqlObjects is a small and light library that helps to interact with database without writing down any SQL code and provides a small management of entities. This has been achieved considering SQL statements and relative clauses as objects. Note: sources available on sample project lib folder. HOW TO: Download the project and save it in a temporary directory. After this, unzip the file and open in your browser this file: pif-sqlobjects-1.0_reference_manual.htm. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Curvefit

    Curvefit

    CurveFit is a software development kit (SDK) to optimize curves

    ...This SDK (curve fitting library) supports most platform from 32-bit/64-bit Windows to Linux/Unix system, it supports .NET and JAVA environment also. Developers of CAD/CAM-systems can integrate it into their software, sample demo program with source code help you integrate it with your existing system or product and minimal programming knowledge required.
    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

    EX-Converter

    A tool that generates XML file for TestLink importing.

    EX-Converter is a lightweight Windows application that could convert your test specifications from Excel sheets to TestLink XML formats; then you can use the XML files for TestLink importing. It aims to minimize your effort on modifying existing xls/xlsx format test cases and free you from directly handling XML elements. Download source code, sample templates, a quick tutorial and the application itself from "Files" as you wish. Just try it and see if it helps with your work! NOTE: This tool need the following prerequisitions: .Net Framework 3.5 (or upper), Excel 2007 (or upper).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Sharp Spark (Spark API SDK)

    Sharp Spark (Spark API SDK)

    C# library and samples for processing market data from the Spark API

    Spark API SDK is an open-source, lesser GPL-licensed .NET library that supports access to the financial market data API from Spark (http://iguana2.com/spark-sdk). The SDK comprises an open-source C# code base with detailed examples and comments on how to interface with the Spark API and process the data streams. This is encapsulated in the SparkAPI project which contains all the classes and helper functions required to easily utilise the API. A set of sample applications demonstrating some simple uses of the API are also available. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    OGLBricks

    OGLBricks

    Simple puzzle game

    OGLBricks is a simple falling-blocks game. It's implementing a well-known game mechanics - take a look at the screenshot and you'll recognise it :) The gameplay is customisable: the player can set the field size, the size of the shapes and many other options. Also, the player can save the game at any moment and load it later. OGLBricks doesn't require installation - just unpack and run! The project is still under development, any help on graphical assets would be appreciated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    BluetoothJSR82Demo for OS 7.1 BlackBerry

    The code bases on the following Github sample. However, the sample doe

    The code bases on the following Github sample. However, the sample does not work on BlackBerry 9900. So, after I modify it, share to everyone. https://github.com/blackberry/JDE-Samples/blob/master/com/rim/samples/device/bluetooth/bluetoothjsr82demo/BluetoothJSR82Demo.java
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    CTruck3D _Open

    CTruck3D _Open

    realistic truck & car simulator, with OpenGL graphics

    update: https://sourceforge.net/projects/newctruck3drally/ It's a 3D, physically realistic truck/car simulator, oriented to dirt tracks. This is subsancially kept as hystorical. The environment is a hilly terrain which can also be user-defined in the form of a Bitmap image file (where intensity of red component defines height). It's similar to the classic "Terep 2". Particular care for internal cam. Written in standard C. There's a Windows executable ready for use, but it's compilable...
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 10
    The Modding Table

    The Modding Table

    A software to craft easily your own Minecraft mod, without coding

    NOTE: THIS PROJECT HAS BEEN DISCONTINUED FOR MONTHS AND IS NO LONGER AVAILABLE FOR THE LATEST VERSIONS. The Modding table is a free software by CraftYourMod, to craft easily your own Minecraft mod without writing a line of code. Just configure your mod, add blocks/items, export it, compile it and run it ! The Modding table is also Cross Platform, so you can run on every recent OSes. There is also a WYSIWYG crafting recipe editor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    sim2c

    C-code Generation from Simulink Models using Flex and Bison

    This project follows classical technique for code generation from Simulink models for an embedded system application. Commercially available tools for code generation are Embedded Coder from Mathworks and TargetLink from dSpace. Flex and Bison are used in this project for code generation. Flex and bison are widely used code-generation tools and are free. Model parser generated from Flex and Bison has the capability to parse model file and extract all the information related to blocks and lines in the model. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Sample code, algos, what you got?
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    SILENT

    a Scratch Interface for Lego NXT

    SILENT is a Scratch modification that interfaces with LEGO MINDSTORM NXT 2.0 robot. It's based on Scratch 1.4.2, developed in JAVA, Squeak and Bash scripting. It's supported by Linux and Windows XP/7, in which it was tested. It required JAVA>=6. Easy to setup and easy to learn! Please leave your review to help me to improve it!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    NukeViet

    NukeViet

    NukeViet Content Management System (Archive)

    NukeViet project has been moved to here: https://github.com/nukeviet/nukeviet/ Kể từ ngày 20/11/2012, Kho code của NukeViet chính thức chuyển từ Subversion sang git và sử dụng github làm nơi lưu trữ chính thức. Xin đọc tại đây để biết thêm thông tin: - Hướng dẫn sử dụng Git trên github: http://wiki.nukeviet.vn/programming:vcs:git - Nguyên tắc quản lý kho code NukeViet trên Github: http://wiki.nukeviet.vn/programming:github_rule - Chi tiết thông báo:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    pykb

    Python Killboard Platform for EVE Online

    ...Utility modules are provided for adding in killmails, backfilling killmails and dumping them via the command line. These also serve as reusable code for web apps or at least as usage examples. A sample web app using pykb is included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Android ViewPagerIndicator

    Android ViewPagerIndicator

    Paging indicator widgets compatible with the ViewPager

    ViewPagerIndicator is a library for Android that provides rich, customizable paging indicators (tabs, circles, titles) that integrate with ViewPager from the Android support library (or AndroidX). The point is to give visual feedback for page-swiping content, enhance discoverability of segments, and improve UX for paged content flows like onboarding, photo galleries, or tabbed navigation. The library provides several indicator styles (title, tab, circle, line) and handles wiring to the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Audivolv

    Audivolv

    Artificial intelligence evolves musical instruments played with mouse

    Artificial Intelligence (AI) evolves musical instruments you play with the mouse from small blocks of Java code that operate on numbers, each block designed to keep all numbers in range -1 to 1 if they started in that range, and combinations of these evolved codes running 44100 times per second for high quality 44.1 khz audio. You can also write the Java code into its window. Uses Javassist internal compiler on the new Java code assembled by renaming variables to overlap eachother and reordering, copying, and removing blocks of code. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    pp_uniform

    Sample code

    Nothing serious. Sample code to be tested and learn about source forge.Nothing serious. Sample code to be tested and learn about source forge.Nothing serious. Sample code to be tested and learn about source forge.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Xenophobe

    Block countries via iptables and gui menu with country flags.

    The purpose of this project is to geographically restrict access from countries to your server and simply iptables restrictions via a country code and not a large ip list. It is intended as a means of reducing unwanted attacks, brute force, spam, etc. not as a means to segregate access worldwide nor discriminate against any country. I have waned to package an rpm, and deb file that quickly allows most users to block ip addresses from ip blocks that have been geographically assigned. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A plugin for Code::Blocks IDE to support CxProlog.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Plugins for the Code::Blocks IDE to support interpreted languages. File Manager and Tools+ plugins are now part of Code::Blocks contrib. Code in SVN. Active development is at github.com/spillz/codeblocks-python. SVN here is no longer maintained.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 22
    Code Replicator
    Code Replicator is a general purpose interactive programmer's tool for creating large blocks of similar code from list(s) of variables. It uses case inference to detect common programming patterns. It can create stupid code faster than you!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    HOPSA
    ...To modify the code for any other task only the hardware interface needs to be redefined.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Mario Pong

    simple game from the XNA Extreme 101 series

    Mario Pong is an XNA game project set by the XNA Extreme 101 class by Jason Busby. It was our mission to take their idea of a pong/breakout type game, and the collision detection code they taught us, and to make our own game with the knowledge we learnt. When I got to texturing the game, I quickly snatched some Mario sprites and sounds for the blocks and after implementing those I decided to do the whole game as Mario theme. The main reason was that I could implement the coins as points, knowing how rewarding it feels collecting coins in Mario, I thought this mechanic would work well. == Requirements == To play this game you will need these installed :) 1. .Net Framework 4 http://www.microsoft.com/download/en/details.aspx?...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    PCEHR JConnector

    Sample application showcasing connectivity to PCEHR system via B2B

    The sample code brings to life the technical specifications published by Nehta, by demonstrating how a Clinical Information System (CIS) would interact with the PCEHR System. The sample code will be updated to incorporate future technical specification publications by Nehta. The PCEHR JConnector project is a Java based implementation, released under the permissive Apache 2.0 open source license.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB