Search Results for "gnu assembler windows" - Page 99

Showing 6764 open source projects for "gnu assembler windows"

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

    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 security. Auth0 now, thank yourself later.
    Try free now
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 1
    JFN (Jabber Feed Notifier) is a Jabber client/component that send notifications of new feeds entries. You can configure it to send you only notifications, summary message or full message, and more. In addition, you can send your OPML file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Porcupine is an open-source Python based web application server that provides front-end and back-end revolutionary technologies for building modern data-centric Web 2.0 applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Shakya is a Free Software (GPL) framework for easy and quickly building powerfull applications with Python and PyGTK. Besides, there is also an IDE, made with this same framework, thus users can graphically desing Shakya/PyGTK applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    pyFormex is a program for generating, transforming and manipulating large geometrical models of 3D structures by sequences of mathematical operations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 5
    Revisaid

    Revisaid

    Libre software to help remember visual and verbal facts.

    Revisaid allows you to enter information, including image files, then quizzes you on what you have entered. These quizzes can be saved for future use, and passed on to friends who may also find them useful. It is currently supported on Windows and Linux 2.6+, but in theory should work on any machine with a Python interpreter (and wxPython) installed. Please send feedback/bug reports to revisaid@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Attraverso questo programma è possibile monitorare le attivita di una rete di utenti che utilizzano openoffice.org.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    ErgoAlarm

    An desktop reminder to take work pauses

    When we concentrate we forgot that we must make work pauses. This simple program reminds you every 30, 60 or 90 minutes, you should make a work pause. Then it reminds you in 5, 15 or 30 minutes you should return to work
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    RSAmake

    RSAmake

    An Cryptography software with RSA algorithm

    An Cryptography software with RSA algorithm RSAmake using Python and WxPython written
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Motion Graphs in Blender

    A Blender 2.6+ addon that aims to implement Motion Graphs

    This add-on demonstrates how motion graphs can be created in Blender in order to create a variety of arbitrary length character animations from a small set of character motions. This add-on implements motion graphs as described in Motion Graphs paper by Kovar, Gleicher, and Pighin from SIGGRAPH 2002. The add-on can import set of motion captured BVH files and construct a motion graph based on some given parameters. This motion graph can be stored in memory and used until Blender is...
    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
  • 10
    BlockIt provides a Python framework to scan and parse a program file into constituent nested blocks, however defined, forming a block tree of your code and can be used as a mechanism to "extend" in some sense, the underlying programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    The Legend of Irithed

    The Legend of Irithed

    The Legend of Irithed is a text-based adventure game.

    It's not much to look at right now, but The Legend of Irithed aims to be an immersive, text-based, sometimes serious, sometimes humorous, adventure game with emphasis on dungeon crawling, treasure hunting, and combat. Use the discussion forum to report bugs and make suggestions. If you would like to get in contact with me directly, you can send me an email at m.william.schatz@gmail.com. For development news, follow @w_schatz on Twitter. Non-Windows users: You need to have python2...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    MappingSW

    MappingSW

    Small python scripts to enjoy mapping

    This project has born to set a place where you can find simple scripts in python to be used for mapping activities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Integration of Linux hosts in Active Directory Domain. Make Linux hosts Windows domain hosts, Make Windows domain users Linux users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Torrent Search
    Torrent Search is a cross-platform application, allowing to search for torrent files on different websites. Supported websites are integrated through plugins, which allows to easily extend the number of websites supported.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 15

    Noisy Channel Simulator

    Demonstrate errors in transmission of a file over a noisy channel.

    This program was written to dimonstrate errors in transmission for a presentation on Claude Shannon's Noisy Channel Coding Theorem. It takes an input file, the probability of a bit being flipped, and, if specified, the size of the header of the file. The program was intended to take monochrome bitmap files as input, so that each bit refers to a pixel in the image and thus, it would be easy to see errors in the output file, as some of the pixels would be flipped; however, it will work on any...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    emesene
    emesene is a platform independent instant messaging client for the Windows Live Messenger (tm) network. emesene is distributed free of charge under the GNU General Public License 2 or any later version.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17

    FactHash

    Factorial Hashing Function

    My first attempt at a one-way hashing class/algoritm, built as a python class. It produces variable length hash from a message block of the size you want. The resulting hash will be ~2x the message block in size, and should provide for at least as many bits of security as the block itself. I updated this, with a different hash than original, since I found a potential collision on some blocks, not but specific to that challenge. To further correct this, I modified the padding when it's...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    QPI

    QPI

    Szybkie i łatwe instalowanie programów

    Program dzięki któremu w kilku prostych krokach użytkownik zainstaluje swoje ulubione aplikacje, bez żmudnego klikania "Dalej" w kilku/kilkunastu instalatorach.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    AgoraMX

    Python WinMX client

    AgoraMX is a decentralised chat and file sharing client intended for use in support of the activities at http://theagoraproject.org It is currently in experimental phase.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Skyscraper: a small suite of ultilities for dealing with hand histories & account information on skypoker. Amongst them: download your old hhs & convert them to a readable form, graph your tournament perfomance, and even collect hhs whilst you play.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    WEST (Wind Energy Simulation Toolkit) is a wind simulation application. It can be use to obtain high resolution results at various altitudes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    gLib

    gLib

    A very simple standalone library management application.

    gLib helps you manage information on your library's books and members. The program has several filter options that allow you quickly and easily find the information you need. Once you've made a list, you can export it to a spreadsheet friendly format with the click of a button.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Lightningbeam

    Lightningbeam

    IDE for creating interactive Flash and HTML5 content

    Lightningbeam is a free, open-source alternative to Adobe Flash. It is written in Python, and uses PyGUI for a GUI, swfc for compiling, and Cairo for image processing. It has the ability to export to HTML5 as well as .swf, allowing for viewing on non-Flash-compatible devices (such as the iPhone or the Kindle), and can pack all resources into a single HTML file for portability. Lightningbeam supports ActionScript, allowing for interactive content creation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    PyOptimization

    Some optimization functions writen in Python with GUI

    Some optimization functions writen in Python with GUI. Libraries used are PyQt, PyOpenGL, SymPy, Boost. Work on Windows and Linux. It can draw functions and steps of optimization so it have mostly educational purpose.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    notifiles
    notifiles is a multiplatform application (Linux, MacOSX, Windows) intended to fire various kinds of custom notifications (podcasts, eMails, logs, scripts) when new files are created inside watched folders.
    Downloads: 0 This Week
    Last Update:
    See Project