Showing 31 open source projects for "rns-e"

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

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 1
    DALL-E 2 - Pytorch

    DALL-E 2 - Pytorch

    Implementation of DALL-E 2, OpenAI's updated text-to-image synthesis

    Implementation of DALL-E 2, OpenAI's updated text-to-image synthesis neural network, in Pytorch. The main novelty seems to be an extra layer of indirection with the prior network (whether it is an autoregressive transformer or a diffusion network), which predicts an image embedding based on the text embedding from CLIP. Specifically, this repository will only build out the diffusion prior network, as it is the best performing variant (but which incidentally involves a causal transformer...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    bottom

    bottom

    Yet another cross-platform graphical process/system monitor

    ..." the currently selected widget using the e key, which will hide all other widgets and make that widget take up all available terminal space. To allow for widget-specific keybindings and expansion, there is the idea of widget selection in bottom, where you can focus on a specific widget to work with it. This can be done with the mouse (just click on the widget of interest).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    eSearch

    eSearch

    screen recognition and search

    Downloads: 9 This Week
    Last Update:
    See Project
  • 4
    CiteSpace

    CiteSpace

    A widely used tool for visual exploration of scientific literature.

    ..., for example, PubMed, CNKI, ProQuest Dissertations and Theses. CiteSpace reveals how a field of research has evolved, what intellectual turning points are evident along a critical path, and what topics have attracted attention. CiteSpace can be applied repeatedly so as to track the development of a field closely and extensively. The e-book How to Use CiteSpace explains the design principles and functions along with illustrative examples in more detail: https://leanpub.com/howtousecitespace
    Leader badge
    Downloads: 8,652 This Week
    Last Update:
    See Project
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 5
    Graphite-Web

    Graphite-Web

    A highly scalable real-time graphing system

    ... that ultimately grew to be a foundational monitoring tool. In 2008, Orbitz allowed Graphite to be released under the open-source Apache 2.0 license. Since then Chris has continued to work on Graphite and has deployed it at other companies including Sears, where it serves as a pillar of the e-commerce monitoring system. Today many large companies use it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    dktools - Dirk Krauses tools

    dktools - Dirk Krauses tools

    Drawing, graphics conversion, software development, administration.

    GUI and command line tools for advanced users and administrators: wxdkdraw - Minimalistic drawing application for use with LaTeX, wxd2lat - Convert wxdkdraw files to LaTeX, bitmap2pp - Convert PNG/JPEG/TIFF/NetPBM to (E)PS or PDF, fig2lat - Convert XFig files to LaTeX, htmlbook - publish HTML like a book, dkcpre - C debugging and tracing preprocessor, itadmin - manage your IT using a MySQL/MariaDB database, dk-fic - file integrity checker, dk-ls - list files, output column order...
    Leader badge
    Downloads: 15 This Week
    Last Update:
    See Project
  • 7
    GLTF/GLB Windows Shell Extension: This shell extension automatically adds thumbnail images to .glb files in Windows File Explorer and provides a right click menu option to generate a 3D preview image for .gltf files. Supports multi-file select and directory processing. Pre-built Windows x64 installer available at https://buymeacoffee.com/nathancrews/e/255640 LAS/LAZ Pointcloud Windows Shell Extension: This "quick viewer" shell extension provides a Windows File Explorer right click menu...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    PoJamas aims to provide a Python and tools for loading, processing, and producing .cr2, pz3 (crz, pzz) files compatible with the SmithMicro (e-frontier) Poser character animation application. PoJamas is composed of: - Python library - Python Wavefront (.obj) 3D viewer based on GLFW - LibreOffice/Python Application (to ease the library and the viewer usage) As of 2020, the project is ported in Python3 As of 2021 this project proposes a 3D viewer for Wavefront files (pypos3dv...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    QuadRay-engine

    Realtime raytracer using SIMD on ARM, MIPS, PPC and x86

    QuadRay engine is a realtime raytracing project aimed at full SIMD utilization on ARM, MIPS, POWER and x86 architectures. The efficient use of SIMD is achieved by processing four rays at a time to match SIMD register width (hence the name). The rendering core of the engine is written in a unified SIMD assembler allowing single assembler code to be compatible with different processor architectures, thus reducing the need to maintain multiple parallel versions. At present, Intel...
    Downloads: 0 This Week
    Last Update:
    See Project
  • The #1 Embedded Analytics Solution for SaaS Teams. Icon
    The #1 Embedded Analytics Solution for SaaS Teams.

    Qrvey saves engineering teams time and money with a turnkey multi-tenant solution connecting your data warehouse to your SaaS application.

    Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
    Try Developer Playground
  • 10
    Algebraic graphs

    Algebraic graphs

    Algebraic graphs

    Alga is a library for algebraic construction and manipulation of graphs in Haskell. See this Haskell Symposium paper and the corresponding talk for the motivation behind the library, the underlying theory and implementation details. We can give semantics to the constructors in terms of the pair (V, E) of graph vertices and edges. Alga can handle graphs comprising millions of vertices and billions of edges in a matter of seconds, which is fast enough for many applications. We believe...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    vim.wasm

    vim.wasm

    Vim editor ported to WebAssembly

    This project is an experimental fork of Vim editor by @rhysd to compile it into WebAssembly using emscripten and binaryen. Vim runs on Web Worker and interacts with the main thread via SharedArrayBuffer. The goal of this project is running Vim editor on browsers without losing Vim's powerful functionalities by compiling Vim C sources into WebAssembly. Almost all Vim's powerful features (syntax highlighting, Vim script, text objects, etc.) including the latest features (popup window) are...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Music + Video + Animation Maker & App

    Music + Video + Animation Maker & App

    Why Music + Video + Animation Maker & App is Fun?

    .... Visualization (Slideshow / Animation) of Streams (Radio: asx, pls, m3u etc.) and News Feeds (RSS, XML) This Program is protected by 1st abstract & reg. International and root sec. laws as is comes free of use like that. Give your answers alike vaks@ccwf[.]cc[.]utexas[.]edu about Ani Magix or issue your activation phase of performer@df(.)lth.s(e)
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13

    Batch PIE

    A batch pipelined image editor

    Current filter functionality: - Simple editing options: Image cropping, resizing, rotation, Color brightness curve alignment - Histobram processing: Convolution, statistics (e. g. f_max or median analysis) - Image segmentation: The actual segmentation process as well as group weight calculation for further filtering (both functions rely on self defined custom dynamic mathematical functions) - Dynamic mathematical functions for custom and automated image filtering: General...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    PhotoCollageForge

    PhotoCollageForge

    Create a picture collage poster on a PC or Mac in a few minutes.

    This is a free, quick and easy to use photo collage maker for your PC or Mac. It lets you create and save photo collages - i. e. pictures composed of many smaller photos arranged on a chessboard pattern layout. The application automatically loads, resizes, clips and arranges dozens or hundreds of pictures for you, so you can produce a collage within minutes, what would take you hours if you did it "by hand". Save the collage as a JPG or PNG file, and do what you want with it: print...
    Leader badge
    Downloads: 18 This Week
    Last Update:
    See Project
  • 15

    PyUPC-EAN

    A barcode library/module for python.

    PyUPC-EAN is a barcode library/module for Python. It supports the barcode formats upc-e, upc-a, ean-13, ean-8, ean-2, ean-5, itf14, codabar, code11, code39, code93, and msi.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    iMuchasFotos

    Photo management system

    iMuchasFotos is a software for photo selection and management. Allows to categorize photos by topics, subtopics, key words, image formats and other descriptive data. Also a selection of photos can be chosen for print them or send by e-mail. Oriented for artists that work with a huge quantity of images and are on the need of having a better organization when they have to select templates on which base their work. All images are stored in the application folder for enjoying a portable software...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Krishnamurti's Book of Life D.Thoughts

    Krishnamurti's Book of Life D.Thoughts

    Jiddu Krishnamurti's Book of Life

    FREE distribution of the JAVA-XML multiplatform e-book about Jiddu Krishnamurti's Book of Life (a witty daily cookie-like reflection). Ahora, lea diariamente los pensamientos de Krishnamurti en castellano- Obtenga una agenda gratis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Screen Recorder Std

    records video of on-screen activity.

    records video of on-screen activity that you can use in presentations, lessons, manuals, e-greetings, archiving...anything that you can improve with video clips. It not only records video, screenshots, and Webcams but also game activity. It can record and insert picture-in-picture video, so you can record your victories and post the clips online with embedded video of yourself while playing, or insert instructions and comments to create educational and training videos. Screen Recorder Std also...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19

    mcf2pdf

    mcf2pdf converts files of the "My CEWE Photobook" software to PDF

    mcf2pdf converts .mcf files of the "My CEWE Photobook" software (see http://www.cewe-photobook.co.uk/ or http://www.cewe-fotobuch.de (german)) to PDF files, so you can better preview the results and even send them to others by e-mail. This project has moved to GitHub. Please visit https://github.com/albrechtf/mcf2pdf/releases for download of latest version.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 20

    Gimp Gradient Extrapolate

    fill a selection according to neighboring gradient area

    Gimp Gradient Extrapolate is a plugin for Gimp 2.8. It fills gaps or removes objects, both of which are surrounded by a gradient like smooth image structure (e.g. sky). Refer to the wiki to see how to use it. Note, since this plug-in is written in python and involves optimization problems and non-filter operations, this script's runtime can be rather long, depending on the size of your image selection. Consider donating to this project: https://sourceforge.net/projects/gimp-g-e...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    JChart2D

    JChart2D

    jchart2d is a real-time charting library written in java.

    JChart2D is a easy to use component for displaying two- dimensional traces in a coordinate system written in Java. It supports real-time (animated) charting, custom trace rendering, Multithreading, viewports, automatic scaling and labels. Former UI controls (right click context menu, file menu) have been ported to the subproject jchart2d-uimenu (https://sourceforge.net/projects/jchart2d-uimenu.jchart2d.p/) for the benefit of having no dependencies to 3rd party libraries.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22
    Hey Mang!

    Hey Mang!

    Hey Mang! is an open-source manga downloader from online galleries

    Hey Mang! is a free, open-source project that allows you to get your manga from your favourite sites. It supports: * MangaReader * MangaFox * Batoto * E-Hentai And among its features are: * RSS Downloads (Currently for MangaFox only) * Update notification * Path change You just need to paste the first page of the chapter you want to download and that's it!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    connhim2000

    image processing, open e-commerce, enterprise information systems

    An efficient program to reduce black and white scanned image size for internet usage. I have implemented some filters which reduce the image size while still maintain logical data from black and white scanned images. Free and opensource for General Public use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Aqui está a nova suíte de desenvolvimento gráfico totalmente gratuita(para fins não-comerciais). Feito em Java, esse programa roda em qualquer lugar e trabalha com vários formatos. Trazemos uma nova forma de trabalhar, voltado para iniciantes , produzindo grandes resultados. Aproveite!!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    EMGU Kalman Filter

    Kalman Filter for EMGU Image Processing Applications

    The Kalman filter is an algorithm which operates recursively on streams of noisy input data to produce a statistically optimal estimate of the underlying system state (Original Paper). The filter is named for Rudolf (Rudy) E. Kálmán, one of the primary developers of its theory. More information is available at Wikipedia, the Kalmn Filter was derived to solve the Wiener filter problem. The Wiener filter problem is to reduce the amount of noise present in a signal by comparison with an estimation...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next