Showing 255 open source projects for "method"

View related business solutions
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • Powerful App Monitoring Without Surprise Bills Icon
    Powerful App Monitoring Without Surprise Bills

    AppSignal starts at $23/month with all features included. No overages, no hidden fees. 30-day free trial.

    Tired of monitoring tools that punish you for scaling? AppSignal offers transparent, predictable pricing with every feature unlocked on every plan. Track errors, monitor performance, detect anomalies, and manage logs across Ruby, Python, Node.js, and more. Trusted by developers since 2012 with free dev-to-dev support. No credit card required to start your 30-day trial.
    Try AppSignal Free
  • 1

    PsoPath

    Particle Swarm Optimization algorithm for the shortest path problem

    ...There are many use cases where the lower accuracy is acceptable in return of lower consumption of computing resources. The basic idea of Particle Swarm Optimization is the emulation of the social behaviour of, e.g., a flock of birds, as a stochastic optimisation method. Specifically, a particle is an entity representing a solution in the search space. Several particles cooperate inside an algorithmic flow to occupy positions close to the best solution. Development takes place at https://github.com/zfoxer/PsoPath
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Screen Capture Image Text App Launcher

    Run defined applications by detecting text in a captured screenshot

    ...TESSERACT OCR is available for Windows users here: https://digi.bib.uni-mannheim.de/tesseract/ Information on its use is generally available, this medium post provides an overview: https://medium.com/quantrium-tech/installing-and-using-tesseract-4-on-windows-10-4f7930313f82 During the testing I used version 5 of the software. The application provides an automated method of capturing a screenshot, the area for which can be defined. The screenshot can be captured at specific repeating intervals. All configuration is stored in a text file called "config.txt" By default the timed screenshot is disabled on start-up, loading the configuration file will enable it. The information in the text file created by TESSERACT is analysed for any words in the optional triggers.txt file
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    CocoaAsyncSocket

    CocoaAsyncSocket

    Asynchronous socket networking library for Mac and iOS

    ...Automatically accept incoming connections over both IPv4 and IPv6 with a single instance of this class. No more worrying about multiple sockets. Secure your socket with ease using just a single method call. Available for both client and server sockets. It runs entirely within its own GCD dispatch_queue, and is completely thread-safe. Further, the delegate methods are all invoked asynchronously onto a dispatch_queue of your choosing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Age and Gender Estimation

    Age and Gender Estimation

    Keras implementation of a CNN network for age and gender estimation

    ...We pose the age regression problem as a deep classification problem followed by a softmax expected value refinement and show improvements over direct regression training of CNNs. Our proposed method, Deep EXpectation (DEX) of apparent age, first detects the face in the test image and then extracts the CNN predictions from an ensemble of 20 networks on the cropped face.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 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 generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 5

    9660-Storage

    9660 Storage is a Proof of Concept for Mission Critical Storage ...

    9660 Storage is a Proof of Concept for Mission Critical Storage ... This would substitute for a Non-Commercial or Personal Use as advertised .. The concept here is to use a Linux Distro, this being OpenSUSE Tumbleweed to run as a Live USB and to have a Mission Critical use for file storage ... 9600 has the oddest File Allocation Tables and is not a common fs ... The write out continues on and on, unlike others that error out until it hits some super-block, Windows has been known to format itself ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Agent

    Agent

    PHP desktop/mobile user agent parser with support for Laravel

    A PHP desktop/mobile user agent parser with support for Laravel, based on Mobile Detect with desktop support and additional functionality. MobileDetect recently added a version method that can get the version number for components.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ENAS in PyTorch

    ENAS in PyTorch

    PyTorch implementation of "Efficient Neural Architecture Search

    ENAS in PyTorch is a PyTorch implementation of Efficient Neural Architecture Search (ENAS), a method that automates the design of neural network architectures through reinforcement learning and parameter sharing. The repository demonstrates how a controller network can explore a large search space and discover high-performing architectures while dramatically reducing the computational cost traditionally associated with neural architecture search.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Simplify

    Simplify

    Android virtual machine and deobfuscator

    ...Each optimization type is simple and generic, so it doesn't matter what specific type of obfuscation is used. Provides a virtual machine sandbox for executing Dalvik methods. After executing a method, it returns a graph containing all possible register and class values for every execution path. It works even if some values are unknown, such as file and network I/O. For example, any if or switch conditional with an unknown value results in both branches being taken. Analyzes the execution graphs from smalivm and applies optimizations such as constant propagation, dead code removal, unreflection, and some peephole optimizations. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    AppDeploy neXtgen

    AppDeploy neXtgen

    Free AD integrated software distribution for Windows workstations

    AppDeploy neXtGen is a clever and simple software distribution. The solutions expandes the Microsoft Active Directory group policy delivery method. No agent installation is required. The software runs silently in the background during the start-up process, for express rollouts there is also a push functionality with wake-on-LAN included. Associations between workstations and software-packages are controlled by group memberships in Microsoft Active Directory or, in future versions, by using Microsoft SQL (Express). ...
    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
    Mousetrap

    Mousetrap

    Simple library for handling keyboard shortcuts in Javascript

    ...It weighs in at around 2kb minified and gzipped and 4.5kb minified. Mousetrap has been tested and should work in Internet Explorer 6+, Safari, Firefox, and Chrome. The bind method is the main call you will be making. This will bind a specified keyboard command to a callback method. If you want to bind multiple key commands to the same callback you can pass in an array for the first argument. Mousetrap 1.4 introduced a generic mod helper which lets you set cross platform shortcuts. The sequence of keys feature was inspired by Gmail. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    magnetW

    magnetW

    Magnet link aggregation search

    magnetW is based on the rule principle of magnetX , the search results of each magnetic station are uniformly formatted. There is no group in this project, only Github for code hosting and related technical exchanges, and other addresses may be risky, please distinguish carefully. This project is open source and free. There are no collection channels of any kind, such as donations, and no advertising of any kind. If you encounter anything similar to the above situation, please don't believe...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12
    Wayne

    Wayne

    Kubernetes multi-cluster management and publishing platform

    Wayne is a universal, web-based Kubernetes multi-cluster management platform. It reduces service access costs by visualizing Kubernetes object template editing. With a complete permission management system and adapting to multi-tenant scenarios, it is a publishing platform suitable for enterprise-level clusters. Wayne has been serving 360 search on a large scale, carrying most of the online services, stably managing nearly a thousand applications, and tens of thousands of containers, running...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13
    Lonero OS

    Lonero OS

    The Decentralized Operating System

    The best USB Flash method is using Rofus to create a bootable USB Most common problem + easy fix: https://askubuntu.com/questions/985612/running-ubuntu-from-a-usb-failed-to-load-ldlinux-c32 Please note: default password is pass Lonero OS is based off of the Lubuntu OS, and has a few adding things such as: 1) The uncompiled source binaries of: GitPrep, SMesh, Kademlia, Beaker Browser, and VPNBook 2) Telegram Desktop installed 3) DuckDuckGo should be the default browser This project is part of an aim to create an open, distributed, censorship resistant operating system, and this is the beta of that.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    libinstrument (ex libcsdbg)

    libinstrument (ex libcsdbg)

    C/C++ function instrumentation (AOP, exception/stack tracing, GC)

    ...Using lazy algorithms there is virtually zero overhead in benchmarks and minimum overhead in execution time. Libinstrument tries to be as non-intrusive as possible, while trying to help the developer offering basic reflection. There are Unit Tests for each class and method, testing is driven with CTest.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    HttpRouter

    HttpRouter

    A high performance HTTP request router that scales well

    HttpRouter is a lightweight high performance HTTP request router (also called multiplexer or just mux for short) for Go. In contrast to the default mux of Go's net/http package, this router supports variables in the routing pattern and matches against the request method. It also scales better. The router is optimized for high performance and a small memory footprint. It scales well even with very long paths and a large number of routes. A compressing dynamic trie (radix tree) structure is used for efficient matching. With other routers, like http.ServeMux, a requested URL path could match multiple patterns. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    MultiBoot Utility (Universal)

    MultiBoot Utility (Universal)

    Grub2,Clover,rEFInd,Grub4Dos,Grub2 File Manager,Secure Boot,XorBoot

    MultiBoot Utility provides bootable feature by installing Grub2 on USB/HDD's. At the same time Grub2 File Manager, Clover Bootloader, rEFInd Bootloader, Grub4Dos, Secure Boot, XorBoot operations are also doing. https://github.com/MultiBoot-Utility/MultiBoot-Utility MultiBoot Utility, USB/HDD lerde Grub2 kurulumu yaparak boot edilebilir özellik kazandırır. Aynı zamanda Grub2 Dosya Yönetici, Clover Bootloader, rEFInd Bootloader, Grub4Dos, Secure Boot işlemlerinide yapmaktadır. Türkçe...
    Leader badge
    Downloads: 47 This Week
    Last Update:
    See Project
  • 17
    AppIconNameChanger

    AppIconNameChanger

    Library to change Android launcher App Icon and App Name

    Library to change Android launcher App Icon and App Name programmatically! To change the application launcher icon and the application name should wait for 10 Seconds(MAX) to refresh the launcher.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Safe Harbor Deidentification

    Safe Harbor Deidentification for medical documents

    Phalanx - Deidentify Safe Harbor Deidentification Mode of Phalanx is an abridged pipeline of NLP annotators culminating in NER annotators which write output of text offsets. It uses the Safe Harbor deidentification method.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Falcon+

    Falcon+

    An open-source and enterprise-level monitoring system

    ...Users can collect their customized metrics by writing plugins or just simply run a script/program to relay metrics to falcon-agent. For easier management of alerting rules, Open-Falcon supports strategy templating, inheritance, and multiple alerting method, and callback for recovery. Open-Falcon could present multi-dimension graph, including user-defined dashboard/screen.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    openGalaxy

    openGalaxy

    SIA receiver for Galaxy security control panels.

    This project aims to provide a method for listening on a serial port and decode incoming messages from a Galaxy security control panel. The messages are transmitted using the SIA DC-03-1990.01 (R2000.11) protocol. The decoded messages are stored in a database (MySQL) or forwarded by email using ssmtp. Besides just listening for messages openGalaxy can also be used to arm/disarm the panel and much more...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    vboxsvc - VirtualBox SMF service wrapper

    SMF service wrapper for VirtualBox under Solaris 10+ and OpenSolaris.

    SMF service wrapper for Sun/Oracle VirtualBox under Sun/Oracle Solaris 10+ and OpenSolaris builds (including OpenIndiana and illumos). Detailed project description is available in the README file: http://vboxsvc.svn.sourceforge.net/viewvc/vboxsvc/usr/share/doc/vboxsvc/README-vboxsvc.txt Discuss and get help in VirtualBox Forum thread "[Free as in beer] SMF service for VirtualBox VM's": https://forums.virtualbox.org/viewtopic.php?f=11&t=33249 A replica is hosted (and would likely be...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 22

    Gutmann Algorithm Secure File Deletion

    Using Gutmann method for securely deleting files in Windows.

    Gutmann method uses 35 passes over the region to be deleted, 8 of them are Pseudo-random. Considered by some to be highly effective for preventing file recovery. Requires .NET Framework 4.0 --- Systems & Safety Establishment https://sarab.me Source Code available in c# with comments. Reference: http://www.cs.auckland.ac.nz/~pgut001/pubs/secure_del.html
    Downloads: 9 This Week
    Last Update:
    See Project
  • 23

    Autologging

    Easier logging and tracing of Python functions and class methods.

    ..."my.module.ClassName"). "autologging.traced" decorates a class to provide automatic CALL/RETURN tracing for all class, static, and instance methods, as well as the special __init__ method (by default) "autologging.TRACE" is a custom log level (lower than logging.DEBUG) that is registered with the Python logging module when autologging is imported
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    WinTeni Vietnamese Input Method

    WinTeni Vietnamese Input Method

    WinTeni - Bộ gõ tiếng Việt cho Windows

    WinTeni - Bộ gõ tiếng Việt cho Windows - bàn phím tiếng Việt cho Windows. WinTeni - A Vietnamese input method for Windows - A Vietnamese keyboard for Windows, an alternative to Unikey, WinVNKey, GoTiengViet, ... Hiện đang giai đoạn thử nghiệm, dự kiến phát hành chính thức và mở mã nguồn trong năm 2018. Cập nhật thường xuyên từ Facebook https://www.facebook.com/teni.ime Mã nguồn sẽ được phát hành trên Github https://github.com/teni-ime/win-teni
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    Paperclip

    Paperclip

    Easy file attachment management for ActiveRecord

    Paperclip is intended as an easy file attachment library for ActiveRecord. The intent behind it was to keep setup as easy as possible and to treat files as much like other attributes as possible. This means they aren't saved to their final locations on disk, nor are they deleted if set to nil, until ActiveRecord::Base#save is called. It manages validations based on size and presence, if required. It can transform its assigned image into thumbnails if needed, and the prerequisites are as...
    Downloads: 1 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB