Showing 22 open source projects for "avr-gcc"

View related business solutions
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
    Learn More
  • Recruit and Manage your Workforce Icon
    Recruit and Manage your Workforce

    Evolia makes it easier to hire, schedule and track time worked by frontline in medium and large-sized businesses.

    Evolia is a web and mobile platform that connects enterprises with 1000’s of local shift workers and offers free workforce scheduling and time and attendance solutions. Is your business on Evolia?
    Learn More
  • 1
    PICSimLab - Prog. IC Simulator Lab.

    PICSimLab - Prog. IC Simulator Lab.

    PICSimLab is a realtime emulator for PIC, Arduino, STM32, ESP32, ...

    PICSimLab is a realtime emulator of development boards with MPLABX/avr-gdb debugger integration. PICSimLab supports microcontrollers from picsim, simavr, uCsim, qemu-stm32, qemu-esp32, and gpsim. PICSimLab has integration with MPLABX/Arduino IDE for programming the microcontroller's boards. As the purpose of PICSimLab is to emulate real hardware it does not have any source code editing support. For code editing and debugging the same tools used for a real board should be used with PICSimLab...
    Leader badge
    Downloads: 761 This Week
    Last Update:
    See Project
  • 2

    Prime number ( primenumbers )

    Benchmark for 50 000 000 prime numbers as single and multicore

    Simple source files and compiled JAR Java programs, for benchmark 50 000 000 cycle finding prime numbers. On Intel(R) Core(TM) i5-8600K CPU, Windows 10 20H2, i have 39 second on single core and 7,6 second on multi core. (PS: C++ multicore 6 second). Added C files for gcc compiler in Windows 10 and for Xcode C command line project in MacOS ( tested on Mac mini M2 with single core 16 to 25 sec and multicore 2,3 to 5 second by compiler -O switch). Surprise, same code in JavaScript for M2 chip...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    DeepMind Lab

    DeepMind Lab

    A customizable 3D platform for agent-based AI research

    DeepMind Lab is a 3D learning environment based on id Software's Quake III Arena via ioquake3 and other open source software. DeepMind Lab provides a suite of challenging 3D navigation and puzzle-solving tasks for learning agents. Its primary purpose is to act as a testbed for research in artificial intelligence, especially deep reinforcement learning. If you use DeepMind Lab in your research and would like to cite the DeepMind Lab environment, we suggest you cite the DeepMind Lab paper. To...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    Thread

    Mulithreading Arduno library

    Simplest of possible kernel for iterative time division multithreading on smallest AVR boards Arduino. This is a small and adapted part of the future "Like OS".
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
    Learn More
  • 5
    Lib Measurement Angles for C++ (GCC)

    Lib Measurement Angles for C++ (GCC)

    Library Measurement Angles for C++ GCC

    The main objective of this project is to support the student who is new to computer programming, where the student can expand the library's functionalities by engaging in the production activity of simple software in development. In addition to the students linked to me, other people can participate by adding other features to the library. This library has a set of features defined for converting angle measurements. For more libraries, go to:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Lib Hyper Math for GCC (C++)

    Lib Hyper Math for GCC (C++)

    Library Hyper Math for GCC (C++)

    This library has complementary features to the "cmath" library. Here we present functions for trigonometric calculations (cot, sec, csc, acot, asec, acsc) and hyperbolic (coth, sech, csch, acoth, asech, acsch) and exponential (nthrt) calculations and more. The results are presented in radians. For results in degrees multiply 180/M_PI by radians or use function torad. For degrees multiply M_PI/180 or use todeg. For more libraries, go to:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Lib Clock for GCC (C++)

    Lib Clock for GCC (C++)

    Library Clock for GCC (C++)

    Simple library that provides the basic features to perform the time calculation between two times provided. The code of this library is published in the book: C++ Underground Programmer of the author Augusto Manzano (only portuguese). The book can be purchased from the "Clube de Autores" service - https://clubedeautores.com.br/book/209155--C_Underground_Programmer?topic=compiladores#.WNfZkJt_aKY. For more libraries, go to: https://sourceforge.net/u/augustomanzano/profile. To see my...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Lib Roman/Arabic for GCC (C++)

    Lib Roman/Arabic for GCC (C++)

    Library Roman/Arabic for GCC (C++)

    This library performs the numerical conversion of Arabic numerical values into Roman numerals and Roman numeral values into Arabic numerals. This resource is developed with didactic and pedagogical objectives. Its commercial use may not be of extreme importance. The code of this library is published in the book: C++ Underground Programmer of the author Augusto Manzano (only portuguese). The book can be purchased from the "Clube de Autores" service -...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Lib Finance Math GCC (C++) Lotus 123

    Lib Finance Math GCC (C++) Lotus 123

    Library Finance Math for GCC (C++)

    This library has the implementation of all financial functions in the Lotus 1-2-3 spreadsheet for C++ language, respecting the same nomenclature used (where possible). The financial features of this library are based on the collection of finely-tuned features found in the old Lotus 1-2-3 spreadsheet software. For more libraries, go to: https://sourceforge.net/u/augustomanzano/profile. To see my curriculum vitae go to: http://lattes.cnpq.br/8184615061457853. Augusto...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Looker is an enterprise platform for BI, data applications, and embedded analytics that helps you explore and share insights in real time.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
    Try it free
  • 10
    Lib Date for GCC (C++) 3.0 RC

    Lib Date for GCC (C++) 3.0 RC

    Library Date for GCC (C++)

    This library has the resources to control calendar dates. It is possible to determine leap year, last day of the month, day of the week, perform calculations of days between dates and other possibilities. The code of this library is published in the book: C++ Underground Programmer of the author Augusto Manzano (only portuguese). The book can be purchased from the "Clube de Autores" service -...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    CMake Examples

    CMake Examples

    A collection of useful CMake examples

    ... on previous examples to show more complex use cases. These examples have been tested on Ubuntu 14.04 but should work under any Linux system that supports CMake. The basic requirements for most examples are CMake, and a c++ compiler [defaults to gcc). There are many CMake tutorials and examples online.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Collective Mind Technology

    Collective Mind Technology

    plugin-based framework for systematic and reproducible experimentation

    ... multi-objective GCC, LLVM and ICC auto-tuning scenarios using shared benchmarks, codelets, data sets, tools, and combined with classification and predictive models. cM includes OpenME interactive interface to open up and expose internals of various third-party tools such as GCC, LLVM, run-time systems, etc. and connect them to cM through dynamic plugins that allows online analysis and tuning of programs and architectures. Live repo: http://c-mind.org/repo
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Geometrical Simulator

    Virtual Simulator for Dynamical Systems

    Geometrical Simulator is basically a graphical user interface to visualize geometrically the evolution of abstract dynamical systems of particles along the virtual time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    kuzya

    kuzya

    Simple crossplatform IDE for people who study programming

    Kuzya is simple crossplatform IDE for people who study programming. Main idea of it is to concentrate attention of the users only on learning the programming language but not on usage of IDE.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    Atmel AVR 8bit Tools

    Atmel AVR 8bit Microcontroler Tests and Tools

    - A collection of tools for programming an Atmel AVR 8bit Microcontroler. - Circuit decriptions for Atmel AVR 8bit Microcontrolers used for testing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    AVRGude

    Tool for programming AVR chips

    This application allow you work with many kind of AVR chips.Architecture is designed on plugin system, it mean each HW tool for programming (for example STK500) is one plugin of this application. Current version support only STK500v2 HW tool.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Graphical OS Kernel compiled with gcc 4.6.1 and nasm 2.09.08
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    new ones can be found at https://code.google.com/p/ooc-gcc/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Visual GUI programmer for Attiny26 microcontroller for outputting assembly, assembling into hexedecimal and uploading to hardware with an intuitive interface (Tekbots-OSU).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Embedded uC software for a CrazyCar (see crazycar.fhbb.ch). This project generates code for various microcontrollers e.g. 8051, AVR, Fujitsu.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next