Showing 18 open source projects for "idea"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 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
    unidbg

    unidbg

    Allows you to emulate an Android native library

    Allows you to emulate an Android native library, and an experimental iOS emulation. This is an educational project to learn more about the ELF/MachO file format and ARM assembly. Emulation of the JNI Invocation API so JNI_OnLoad can be called. Support JavaVM, JNIEnv. Emulation of syscalls instruction. Support ARM32 and ARM64. Inline hook, thanks to Dobby. Android import hook, thanks to xHook. iOS fishhook and substrate and whale hook. unicorn backend support simple console debugger, gdb...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2

    AcoPath for Java

    Ant Colony Optimization algorithm for the shortest path problem.

    ...Heuristics offer lower complexity in expense of accuracy. There are many use cases where the lower accuracy is acceptable in return of lower consumption of computing resources. The basic idea of the Ant System is that virtual ants are exploited for finding paths with a specific property, e.g., short distance between physical nodes, in the same way nature guides physical ants.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    Mkpass

    Mkpass

    Mkpass - Command line Secure Password Generator

    ...And while most password managers include a generator, there are times I need one outside of that. The code is written in java so it should run on any OS that supports it. Lastly, the idea and core code came from a Wikipedia article. I just took this and expanded upon it. https://en.wikipedia.org/wiki/Random_password_generator This is a single executable JAR file. While you will need Java installed, there is no need to install this program. Just download the JAR file, please it somewhere convenient, and execute it from the command line: java -jar mkpass.jar See home page for additional details and usage instructions. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    jKPU

    Cryptoprocessor design and documentation

    ...The trick is that a computer famously and happily takes garbage in and puts garbage out, just as happily as it does "2+2=4", so all we have to do is change our OWN idea of what is garbage and what is sense and the computer will remain happy but we then have a means of doing computation in public that looks like garbage to everyone else,. This project builds a cryptoprocessor model in Java. It works with any encryptions of your choosing but any encryption you do for it or choose to build into it is your own business. ...
    Downloads: 5 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

    LogSearcher

    Log Management Web Application

    ...This project is Open Source project with Apache 2.0 license for allowing you to extra development on top of Log Searcher project. The initial configuration was written on readme.txt before implementation on production line. If you have idea for improvement, you can drop an email to me. Contact: log.searcher[at]yahoo.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    FileTools

    FileTools

    File Tools is a convenience tool to manager different file system.

    ...It supports mass rename, files/directories compare, advanced search/replace, directories synchronization, cross-platform, etc. Currently, this project is under developing, any idea is welcome.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    A remote system administration interface based on the idea of connecting the server with its administrator through an instant-messaging platform
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    In this project I will try to create logging analysis tool which will be very simple & can generate variety of report. I get this idea by using InsightUI which is inspired by chainsaw.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    TigerJars is a project designed around the idea of making a executable jars that preform desired system tasks such as file comparison, file encryption, and possibly networking tasks. In gerneral, to provide a free alternative to high end shareware.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    JPresence is a mobile positioning system based on the Bluetooth technology. The idea is to use Bluetooth enabled computers/laptops/cellphones to create a free and inexpensive worldwide mobile positioning system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    The idea behind this project is to create an SPC emulator written on JAVA. So far, i'm just researching and planning. This will be mostly a learning experience, which I hope will produce a working, portable emulator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    JEPLA - Java Easy Persistent Layer. Provides an easy way to persist objects using persistent collections. The basic idea is provide a way to write programs that use persistent data without break OO concept like RDBMS and without complexity of an OODBMS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The concept behind the 'Applications via XML' (AVX) architecture is to allow applications to become more flexible in the way they go about performing their duties. The essential idea is to avoid 'hard-coding' instructions into an applications' source
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    XMLbrain is a XML Middleware. XMLbrain is not active right now. Its just a nice XML everywhere idea. Programs and Data are in XML, they are flowing through the System. meanwhile known Tags are substituted....... it'll be back :-)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    The new Nokia 9210 Communicator is a no-pen driven device which supports an Cursor API. The idea is to link the Cursor API to the communication port and then connecting a real mouse. This should make the usage of the 9200 series more compfortable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A Java IRC network implementation. The idea is to follow the specification on IRC RFCs and to build a webchat network on a J2EE architecture.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The idea was, make a small java based desktop monitoring system so I could watch remote unix boxes for application crashes. So I wrote a screencap utility, wrapped a VERY simple http server around it, and wala! LazyToes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Virtual Media Station

    Virtual Media Station

    In The Cloud Computing On Java

    Proof That Carma Always Gets You Back Nvidia / Cuda Developer Directed Of Course To The Confusion And Scare Tactics Of Haters This Only Gets Better And Tighter And Even More Creative The Design Feed Of Sound The Whole Idea
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next