Search Results for "code blocks sample" - Page 23

Showing 704 open source projects for "code blocks sample"

View related business solutions
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    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
  • 2

    Leap4Joy

    Leap Motion Joystick Emulation Code Sample

    Custom vJoy feeder code for Leap Motion controller. You will need the Leap Motion SDK from Leapmotion.com as well as vJoystick installed along with the vJoystick 2.02 SDK from http://vjoystick.sourceforge.net/ See the wiki for more info.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    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
  • 4
    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
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    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
  • 6
    fb_chungVST

    fb_chungVST

    an audio multi effects VST plugin loading simple dlls

    ...Just define the following dll cdecl export functions : plugininit : your init sub startpluginmain : start your gui window edit closepluginmain : called to close the gui window edit mypluginproc : called as sample=mypluginproc(sample) in main audio loop with zero additional latency myecho.dll / my3band.dll / my4echo.dll / baxandall.dll / peekenhancer.dll with code source are provided as example (freebasic) . the dlls can be easily written in freebasic or any dll compatible language (c++,VBasic,...),giving you easy access to high level programming facilities (file access,gui windows,graghics) without needing special knowledge of the VST sdk (c++)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    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
  • 8
    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
  • 9
    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
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 10

    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
  • 11
    Sample code, algos, what you got?
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Portugol++

    Portugol++

    Interpretador de algoritmos em portugol para c/c++

    Portugol no estilo C++. Facilitando a vida de alunos e professores de programação. Integração com as IDE: Visual C++ 2010 Express Code::Blocks 10.05
    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
    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
  • 16
    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
  • 17

    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
  • 18

    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
  • 19
    A plugin for Code::Blocks IDE to support CxProlog.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    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
  • 21
    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
  • 22
    speech recognition vb.net 2010

    speech recognition vb.net 2010

    speech recognition vb.net 2010

    using visual studio 2010, this is a working .net speech recognition mini application. (( Sample ))
    Downloads: 1 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

    Name to Anagram Animator (N2AA)

    An OpenGL sample application

    The application is a result of one-semester subject supposed to introduce to OpenGL. Code is, at least I hope, properly commented and is published for better understanding of very simple, yet already archaic, methods of using OpenGL without shaders (everything is build from gl, glu, glut, glew and alut libraries and the technique I feel most advanced in the project are VAO objects). Do not expect anything more than this.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB