Showing 214 open source projects for "ti-coder"

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
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | 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
  • 1

    Family Management

    A Wallet Management Application

    The Family Management application lets you manage your financial incomes and outcomes in an easy way. Add, Manage and Remove your Accounts and never lose track of your money. The source code is inside the application. Coder: Nick . Happy coding !
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    CardDAV for Synology Mail Station

    CardDAV for Synology Mail Station

    Synology DSM install package for adding CardDAV plugin to Roundcube

    ...This installable package for Synology DSM adds the CardDAV interface to Roundcube, allowing usage of the contacts from your CardDAV server. This package is based on the excellent "RoundCubeMail CardDAV" plugin of Benjamin "blind-coder" Schieder, as published on: https://github.com/blind-coder/rcmcarddav.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    TI Programs

    TI 83/84 Programs

    ADD VENTURE - A number guessing game built for the TI-83/84 -- "There's a way to do it better...Find it."
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    AlmostTI
    A TI calculator emulator for BB10 devices. It supports TI82, TI83, TI83+, TI85, and TI86 calculators. The default location for ROMs is misc/TI/ROM but that can be changed in the application. The source can be found at https://github.com/tredpath/AlmostTI. This application is based on the original AlmostTI code by Marat Fayzullin which can be found at http://fms.komkon.org/ATI85.
    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

    SkyEye

    a very fast full system simulator

    SkyEye is a very fast full system simulator which takes llvm as IR of dynmic compiled framework.. It can simulate series ARM, Coldfire,Mips, Powerpc, Sparc, x86, TI DSP and Blackfin DSP Processor. Also can simulate multicore system by the multicore of host. The commercial support is provided by DigiProto Co. (http://www.digiproto.com)
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6
    GraFIX fixations coder
    GraFIX is a software and a method to detect fixations in low and high quality data, consisting of a two-step process in which eye-tracking data is initially parsed by using adaptive velocity-based algorithms, before it is hand-coded using the graphical interface, allowing accurate and rapid adjustments of the algorithms' outcome. GraFIX is released under the GPLv3 public license (http://www.gnu.org/licenses/). Please cite as: Saez de Urabain, I.R., Johnson, M.H., Smith, T.J., (2014)...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The TI-Basic compiler compiles TI-BASIC code to the 8XP file format used on Texas Instruments calculators, namely the TI-83, TI-83+ and TI-84+.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 8

    thecodemonkey's JBase64

    free and fast implementation of a Base64 coder for Java

    This is a completely free (as defined by the Free Software Foundation), fast implementation of a Base64 coder for Java developers as replacement for the SUN proprietary library
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    prudebug

    TI PRU Debugger

    TI Programmable Real-Time Unit Subsystem (PRUSS) / PRU debugger. Provides the ability to load binaries in the PRUs, display instruction and data memory, disassemble instruction memory, start/stop the PRU, and has a pseudo-run feature that auto-single-steps through the program while providing breakpoints and variable watches. Prudebug supports both PRUSSv1 and v2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    This project provides a firmware for TI's EZ430-Chronos Sports Watch. The firmware adds many new functions and extensions for existing menus.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    acx100 - Wireless chipset Linux driver
    Open Source Linux driver for wireless network cards (DWL-[G]520+ PCI, DWL-[G]650+ CardBus, GL-2422MP mini-PCI, DWL-120+ USB etc.) which use the entirely undocumented Texas Instruments (TI) ACX100/ACX111 chips, for 2.4.x , 2.6.x to 3.x kernels. FreeBSD: see some other website (FIXME URL got clipped). !! BIG FAT NOTE: development (i.e., driver "releases") is happening in git source repository tree (as of 2011-09-04), thus you're expected to look there (see web site menu Code --> Git) !!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Pre-projetos_MLCM - É um conjunto de Programas e códigos fonte dos mesmos, com finalidade educacionais para a área de TI. Sendo eles programas simples que foram desenvolvidos para a aquisição de nota no curso de BCC. Os programas em si, estão ainda em desenvolvimento sendo disponibilizado uma prévia dos progressivos resultados, não se tendo uma data de finalização do projeto definida. Fica a disposição os códigos deles sobre a licença GPL para que estudantes e interessados possam fazer uso e estudo dos mesmos.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    DropoutMLP

    A Multi-Layer Perceptron with Dropout

    This project was derived from the following project on CCodeChamp by MR CODER. http://www.ccodechamp.com/c-program-of-multilayer-perceptron-net-using-backpropagation/ I rewrote the project in C++ and and made it more object oriented. Then, I added the capability to use dropout on the hidden layers as specified by Geoffrey Hinton et. al. in "Improving neural networks by preventing co-adaptation of feature detectors" (2012).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    BroBot

    BroBot

    BroBot - An entertainment bot for IRC channels.

    BroBot is an entertainment bot for IRC channels, however, the bot itself can only be loaded in mIRC's script menu. It's moddable, in case you want to make changes to whatever you want. Credits: Eclipse (founder, sourceforge page owner, ideas, coder, bugtester) WebMaka (coder, assistant, bugtester) BlackSentinel (coder, assistant, bugtester) Carl (coder, assistant, bugtester)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Bwst

    BWST is a short word for Brute-force Word-list Segmentation Technique.

    Simply, it’s a brute-force word list generating application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Simple Huffman Coder

    Simple huffman coder for learning purposes

    This project is built for learning purposes so it's implementation is kept simple and easy to read. It has two functions to either encode or decode a file with the expectation that you will modify it to suite your needs best.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Audio Randomizer

    Audio Randomizer

    Plays Random Audio

    This device functions on any computer or device with Java Installed. All you have to do is download this file and double click it, and as long as you have Java it will run.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Java Blockdude

    A Java version of the Ti-83 game Blockdude

    This is a remake of the original Ti-83 Blockdude by Brandon Sterner, created using Processing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    dasm430

    dasm430

    A disassembler and a simulator for the MSP430 CPU

    A disassembler and a simulator for the MSP430 CPU. Both programs only read TI-TXT files. Licensed under the Simple Public License (SimPL) 2.0. For full license information, please read license.txt. Compiled executables are available for Windows and Mac OS X. Linux users will have to compile their own binaries. Instructions for compilation are included in README.txt. A Qt-based GUI is available for sim430.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    MSP430-Ada

    Ada compiler support for TI MSP430 processors

    Compiler and device support for Ada programs on the ultra-low-power TI MSP430 microcontrollers. This project builds on the Gnu Gnat/GCC Ada compiler, the Sourceforge mspgcc back-end and MSP430 CPU support. It was inspired by the Sourceforge AVR-Ada project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    C-Lesh and SMW Engine

    C-Lesh is a game programming language for 2D games.

    C-Lesh is a game programming language for 2D games - mainly arcade and platform games. When combined with the Super Mario World (SMW) engine you can create awesome 2D platform games like Super Mario World. This language evolved from a "clone" of TI-BASIC which I began developing when I was having memory (segmentation fault) bugs with C. C-Lesh lacks memory allocation and destruction. There is no need to use pointers and you can never get memory leaks or program crashes caused by memory leaks. As C-Lesh is somewhat primitive you may like it if you are into C. I'd say its a step up from C for 2D games. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A TI calculator emulator for the Blackberry Playbook. It supports TI82, TI83, TI83+, TI85, and TI86 calculators. Add TI ROMs to the misc/TI/ROM folder. The source can be found at https://github.com/tredpath/AlmostTI-pb/. This application is based on the original AlmostTI code by Marat Fayzullin which can be found at http://fms.komkon.org/ATI85.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    PlushCoder

    Encode/decode the "Plush Code"

    ...The code, based on the "Geek Code" of Usenet days, operates in a similar manner: condensing personal information and details of the level of involvement into a concise string of characters. The Plush Coder allows one to make such a code from drop down menus, and/or by manual additions/adjustments to code elements. The app likewise interprets any Plush Codes entered either manually, cut and paste, or from a file. Results displayed on the main page text viewer, and can be saved as a file project and/or printed as hard copy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    msp4linux

    C++ based debug interface to MSP430, MSP-FET430UIF needed

    This package includes a tool chain for MSP430 micro controllers. The tool chain is based on the MSP430-FET430UIF Jtag programming hardware and the TI(TM) open source driver which is needed to access the UIF on the PC side. Beside the hardware tool chain, there is a second part which provides a virtual tool chain. The open source driver is patched and a new data channel is added, which redirects the USB output to a socket interface. The virtual tool chain itself consists of an implementation of the PC <> UIF transfer protocol and a public interface for a simulated target. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    MAX31855_MSP430

    Interface the Playing With Fusion MAX31855K-4CH thermocouple breakout

    ...These include: the Playing With Fusion MAX31855K-4CH board, a 64-pin MSP430Fxxx breakout populated with an MSP430F167 and a UART to USB converter breakout using the Silicon Labs CP2102 IC. The MSP430 was programmed and debugged using a TI "MSP-FET430UIF" debugger. Additionally, the CP2102 chip has the capability to output both 5V (USB) or 3.3V generated on-chip over the GPIO lines. This 3.3V power can also be used in low-power applications to power external devices (maximum total current <100mA), such as the
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB