Showing 45 open source projects for "glu32.lib"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • Control remote support software for remote workers and IT teams Icon
    Control remote support software for remote workers and IT teams

    Raise the bar for remote support and reduce customer downtime.

    ConnectWise ScreenConnect, formerly ConnectWise Control, is a remote support solution for Managed Service Providers (MSP), Value Added Resellers (VAR), internal IT teams, and managed security providers. Fast, reliable, secure, and simple to use, ConnectWise ScreenConnect helps businesses solve their customers' issues faster from any location. The platform features remote support, remote access, remote meeting, customization, and integrations with leading business tools.
  • 1
    ART ASCII Library

    ART ASCII Library

    ASCII art library for Python

    ASCII art is also known as "computer text art". It involves the smart placement of typed special characters or letters to make a visual shape that is spread over multiple lines of text. ART is a Python lib for text converting to ASCII art fancy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    TextDistance

    TextDistance

    Compute distance between sequences

    Python library for comparing the distance between two or more sequences by many algorithms. For main algorithms, text distance try to call known external libraries (fastest first) if available (installed in your system) and possible (this implementation can compare this type of sequences). Install text distance with extras for this feature. Textdistance use benchmark results for algorithm optimization and try to call the fastest external lib first (if possible). TextDistance show benchmarks...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Ultroid

    Ultroid

    Telegram UserBot, Built in Python Using Telethon lib

    Ultroid, a pluggable telegram userbot, made in python using Telethon! Ultroid has been written from scratch, making it more stable and less crashes. Ultroid warns you when you try to install/execute dangerous stuff (people nowadays make plugins to hack user accounts, Ultroid is safe). Unlike many others userbots that are being suspended by Heroku, Ultroid doesn't get suspended. Ultroid has been written from scratch, making it more stable and less of crashes. Error handling been done in the...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    asammdf

    asammdf

    Fast Python reader and editor for ASAM MDF / MF4 (Measurement Format)

    *asammdf* is a fast Python parser and editor for ASAM (Associtation for Standardisation of Automation and Measuring Systems) MDF / MF4 (Measurement Data Format) files. It supports MDF versions 2 (.dat), 3 (.mdf) and 4 (.mf4). *asammdf* works on Python 2.7, and Python >= 3.4
    Downloads: 37 This Week
    Last Update:
    See Project
  • Make Recruiting and Onboarding Easy Icon
    Make Recruiting and Onboarding Easy

    Simple, easy-to-use applicant tracking and employee Onboarding system for any sized organization.

    Take away the pain and hassle associated with applicant recruitment, hiring, and onboarding with ApplicantStack. Designed for HR professionals and recruiters, ApplicantStack helps streamline the recruiting and onboarding processes to improve productivity and reduce costs. ApplicantStack provides a complete toolkit that includes tools for posting, launching, and advertising jobs, assessing and managing candidates, collaborating with teams, centralizing information for quick hiring and onboarding, and more.
  • 5
    Algobot

    Algobot

    Cryptocurrency trading bot with a graphical user interface

    Cryptocurrency trading bot that allows users to create strategies and then backtest, optimize, simulate, or run live bots using them. Telegram integration has been added to support easier and remote trading. Please note that Algobot requires TA-LIB. You can view instructions on how to download TA-LIB. For Windows users, it's best to download the .whl package for your Python install and pip install it. For Linux and MacOS users, there's excellent documentation available. Create graphs with real...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6
    yowsup

    yowsup

    The WhatsApp lib

    yowsup is a python library that enables building applications that can communicate with WhatsApp users. The project started as the protocol engine behind Wazapp for Meego and OpenWA for BB10. Now as a standalone library it can be used to power any custom WhatsApp client. During maintenance of yowsup, several projects have been spawned in order to support different features that get introduced by WhatsApp. Some of those features are not necessarily exclusive to WhatsApp and therefore it only...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    GDAL wheels for linux

    GDAL wheels for linux

    GDAL wheels for python and C/C++ projects (Linux only)

    To use precompiled wheels: 1) go to releases (Files) and download tarball needed; 2) install it with command: python3 -m pip install /path/to/wheel.whl Or simply use URL in pip: python3 -m pip install https://sourceforge.net/projects/gdal-wheels-for-linux/files/GDAL-3.1.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl/download URL may be found under "View details" button (i) To use GDAL in C/C++ project you need to link gdal lib AND all libs located at dir GDAL.libs...
    Leader badge
    Downloads: 296 This Week
    Last Update:
    See Project
  • 8
    Pandas TA

    Pandas TA

    Python 3 Pandas Extension with 130+ Indicators

    Technical Analysis Indicators - Pandas TA is an easy-to-use Python 3 Pandas Extension with 130+ Indicators. Pandas Technical Analysis (Pandas TA) is an easy-to-use library that leverages the Pandas package with more than 130 Indicators and Utility functions and more than 60 TA Lib Candlestick Patterns. Many commonly used indicators are included, such as: Candle Pattern(cdl_pattern), Simple Moving Average (sma) Moving Average Convergence Divergence (macd), Hull Exponential Moving Average (hma...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9

    TA-Lib.git: Technical Analysis Library

    Mirror of the TA-Lib project using a Git repository

    This project is intended to provide Git access to the code of the original project, TA-Lib, which uses Subversion. It is intended for system integrators wishing to use TA-Lib in their Git-managed project through Git submodules or subtrees. No actual development is being done here; all development happens in the original project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Automated RMM Tools | RMM Software Icon
    Automated RMM Tools | RMM Software

    Proactively monitor, manage, and support client networks with ConnectWise Automate

    Out-of-the-box scripts. Around-the-clock monitoring. Unmatched automation capabilities. Start doing more with less and exceed service delivery expectations.
  • 10
    Aida Lib

    Aida Lib

    Aida is a language agnostic library for text generation

    Aida is a language-agnostic library for text generation. When using Aida, first you compose a tree of operations on your text that includes conditions via branches and other control flow. Later, you fill the tree with data and render the text. A building block is a variable class: Var. Use it to represent a value that you want to control later. A variable can hold numbers (e.g. float, int) or strings. You can create branches and complex logic with Branch. The context, represented by the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Snips NLU

    Snips NLU

    Snips Python library to extract meaning from text

    Snips NLU is a Natural Language Understanding python library that allows to parse sentences written in natural language, and extract structured information. It’s the library that powers the NLU engine used in the Snips Console that you can use to create awesome and private-by-design voice assistants. The exact output is a bit richer, the point here is to give a glimpse on what kind of information can be extracted. Behind every chatbot and voice assistant lies a common piece of technology:...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    PySptools

    PySptools

    Hyperspectral algorithms for Python

    ..., PPI * material count: HfcVd, HySime * noise: Savitzky Golay, MNF, whiten * sigproc: bilateral * sklearn: HyperEstimatorCrossVal, HyperSVC and others * spectro: convex hull quotient, features extraction (tetracorder style), USGS06 lib interface * util: load_ENVI_file, load_ENVI_spec_lib, corr, cov and others The library do an extensive use of the numpy numeric library and can achieve good speed. The library is mature enough and is very usable even if the development is at a beta step.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    pydictor

    pydictor

    powerful and useful hacker dictionary builder for a brute-force attack

    ... by modifying multiple configuration files, adding your own dictionary, using leet mode, filter by length, char occur times, types of different char, regex, and even add customized encode scripts in /lib/encode/ folder, add your own plugin script in /plugins/ folder, add your own tool script in /tools/ folder.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 14

    Bloody Profanity

    Fingerprint-only auth screen for KDE/Plasma

    ...) .BloodyProfanity/img/bg.png .BloodyProfanity/img/error.png Other settings can be changed by editing the globals near the top of locker.py. REQUIREMENTS: KDE, PyYAML, Subprocess32, wxPython, fprintd and of course Python. INSTALLATION # As root b=/usr/share/BloodyProfanity cp -rvp /path/to/bp $b g=/usr/lib/kde4/libexec/kscreenlocker_greet cp -v $g $g.bak cp -vpf $b/locker.py $g # As user fprintd-enroll fprintd-verify # important mkdir -p ~/.BloodyProfanity/conf ~/.BloodyProfanity/img
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Tygamusic

    A pygame music lib.

    This lib was produced while I was programming an other program/game. I was tired of pygame's bad system of handling playlists and the management of music in general. With this lib I want to create an layer that allows you to interact with the music, how you would expect it. Currently featuring: -Playlist -Normal pausing and resuming (played time isn’t lost when new song is loaded) -Automatic recognition of songs and adding them to a separate list
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    myCStock

    An other free stock market software in C++/Python

    A parser for real-time update of stock market prices and a graphical interface with technical indicators. It is a small personal project initiated for extending my knowledge in C++ and Python, designing a GUI and, in a next stage, applying mathematical and statistical models to stock market prices analysis and prediction. If you have the same interest than I in experimenting and disussing design software and statistical models in finance, you are welcome to join the project. If...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ILNumerics.Net
    math lib for .NET. n-dim arrays, complex numbers, linear algebra, FFT, sorting, cells- and logical arrays as well as 3D plotting classes help developing algorithms on every platform supporting .NET. Sources from SVN, binaries: http://ilnumerics.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    nec2pylib

    Do with NEC2 antenna modeling into Python

    With this lib you can easily create NEC2 file and automatically run NEC2 simulation with python. Geometry is defined with using 3D vectors. You can cut, rotate, copy, add vectors. Parsing NEC2 output result file is yet possible but in beta stage. The final goal is to call and score nec2 simulation with optimisation algorithms.. Source code is full documented.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Tiny VOIP application

    A tiny project that implentment real-time communication.

    The project was created by python. Hope everyone like it and improve it. It will be much more important in our LTE times. This is just a simple real-time project, using UDP socket.I'll change to RTP lib later.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Schlangenaufbewahrungsbehälter

    A Deliberately Non-Object-Oriented Python Interface to COMEDI

    aka: Schlang - A Deliberately Non-Object-Oriented Python Interface to COMEDI COMEDI datatypes and functions are replicated though this interface using the Python ctypes library. This allows the user to interface directly with comedi-lib though the comfortable interface of a Python interpreter.Object-Orientation of the interface is deliberately not provided so the coding style will loosely mimic C -- in this way, Schlang can be used to prototype and debug complex programs that will later...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    GIIAF Microscopy Library

    GIIAF Microscopy Library

    The GIIAF Microscopy Library, that uses customised OMERO software

    This project incorporates a suite of tools that aim to allow researchers within Griffith's Imaging and Image Analysis Facility (GIIAF) to efficiently and effectively provide secure, centralised, web-accessible data storage, management and manipulation. The open-source Java-based OMERO software was customised to provide most of the features of this project.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    YEI 3-Space C API

    A C API for interfacing with the YEI 3-Space family of IMUs.

    The YEI 3-Space Sensor Application Programming Interface (API) is a series of functions, classes, and structure definitions designed to make writing applications that utilize the YEI 3-Space family of sensors fast and easy to support. The C/C++ variant of the API is built as a header (.h) and dynamic link library (.dll + .lib). With the C/C++ API, users that require easy integration of the 3-Space family of sensors into programming environments not natively supported may import the dynamic link...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    ROOTlib

    C++ lib, that provides access to multiple ROOT routines (root.cern.ch)

    This C++ lib is used and created to provide easy methods based on ROOT (a CERN data analysis framework). It was developed for use in practical courses but is not limited to. In addition it is ported step by step into Python.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    apt-history logs the changes of /var/lib/dpkg/status when installing, removing, upgrading packages with apt-get.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Mibian Lib is an open source options pricing library in python
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next