Showing 23 open source projects for "ofn-scripts"

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
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 1
    Think Python 2

    Think Python 2

    LaTeX source and supporting code for Think Python, 2nd edition

    ...The code includes all of the example programs, exercises, and supplementary files referenced in the book, allowing learners to run the examples, experiment, and extend them. The repository contains clean, well-commented Python scripts that are easy to follow and map directly to chapters of the text, covering topics like variables, control flow, functions, recursion, data structures (lists, dictionaries), classes and objects, file I/O, and algorithmic thinking. It also contains solutions or hints for many exercises so learners can check their work or explore alternative implementations. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    xrayutilities

    xrayutilities

    a package with useful scripts for X-ray diffraction physicists

    xrayutilities is a python package used to analyze x-ray diffraction data. It can support with performing diffraction experiments and used for common steps in the data analysis. It can read experimental data from several data formats (spec, edf, xrdml, ...); convert them to reciprocal space for arbitrary goniometer geometries and different detector systems (point, linear as well as area detectors); for further processing the data can be gridded (transformed to a regular grid). More...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3

    openSkyMatch

    Matches OpenScience Observatories images with astronomical catalogs

    openSkyMatch is a collection of Linux shell and Python scripts designed for the OpenScience Observatories program. It automates the identification and matching of detected celestial objects in locally captured FITS images with entries in large-scale sky catalogs, notably Pan-STARRS1 DR2 (II/389/ps1_dr2). The toolkit supports data preprocessing, coordinate correlation, and catalog-based validation of astronomical detections.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Summarize from Feedback

    Summarize from Feedback

    Code for "Learning to summarize from human feedback"

    The summarize-from-feedback repository implements the methods from the paper “Learning to Summarize from Human Feedback”. Its purpose is to train a summarization model that better aligns with human preferences by first collecting human feedback (comparisons between summaries) to train a reward model, and then fine-tuning a policy (summarizer) to maximize that learned reward. The code includes different stages: a supervised baseline (i.e. standard summarization training), the reward modeling...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Point Of Sale Software for SMBs | Bravo Icon
    Point Of Sale Software for SMBs | Bravo

    Simplify Business with All In One Point of Sale for Specialty Retailers

    Bravo is changing the point of sale software game for small business specialty retailers with our easy to use, all in one solution. Say goodbye to working in multiple systems. Say hello to Bravo.
    Learn More
  • 5
    interactive-coding-challenges

    interactive-coding-challenges

    120+ interactive Python coding interview challenges

    Interactive Coding Challenges is a collection of practice problems designed to strengthen data structures, algorithms, and problem-solving skills. The repository emphasizes a learn-by-doing approach: you read a prompt, attempt a solution, and verify behavior with tests, often within notebooks or scripts. Problems span arrays, strings, stacks, queues, linked lists, trees, graphs, dynamic programming, and more, mirroring common interview themes. Many challenges include hints and reference solutions so you can compare approaches and learn idiomatic patterns. The structure encourages incremental improvement—start with a brute-force idea, then refine to optimal time and space complexity. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Think Bayes

    Think Bayes

    Code repository for Think Bayes

    ...Instead of heavy focus on continuous mathematics or calculus, the book emphasizes learning Bayesian inference by writing Python programs. The project includes code examples, scripts, and environments that correspond to the chapters of the book. Learners can run the code, experiment with probability distributions, compute posterior probabilities, and understand Bayesian updating via simulation and algorithmic methods. The book and code encourage thinking in terms of discrete approximations (sums over distributions) rather than continuous integrals, making it more accessible to many programmers. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Evolution Strategies Starter

    Evolution Strategies Starter

    Code for the paper "Evolution Strategies.."

    ...This approach allows for efficient parallelization and robustness against worker termination, making it ideal for distributed execution on Amazon EC2 spot instances. The codebase supports building custom AMIs with Packer, integrates with MuJoCo for simulation-based experiments, and includes scripts for launching and managing large-scale runs. While no longer actively maintained, the repository serves as a historical and educational reference.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Learn Python the Hard Way

    Learn Python the Hard Way

    Concise study notes derived from “Learn Python the Hard Way”

    This repository contains concise study notes derived from “Learn Python the Hard Way,” organized to reinforce core Python concepts through small, targeted examples. It emphasizes hands-on practice—short scripts, exercises, and explanations that help cement syntax, data structures, functions, and modules. The notes call out common gotchas, idioms, and style preferences so learners form good habits early. Because the content is intentionally compact, it’s easy to revisit a topic quickly when preparing for interviews or refreshing fundamentals. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Learning to Learn in TensorFlow

    Learning to Learn in TensorFlow

    Learning to Learn in TensorFlow

    Learning to Learn, created by Google DeepMind, is an experimental framework that implements meta-learning—training neural networks to learn optimization strategies themselves rather than relying on manually designed algorithms like Adam or SGD. The repository provides code for training and evaluating learned optimizers that can generalize across different problem types, such as quadratic functions and image classification tasks (MNIST and CIFAR-10). Using TensorFlow, it defines a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Astra Pentest Icon
    Astra Pentest

    Build trust in your business’s security with a comprehensive, hacker-style pentest.

    Astra’s Pentest is a comprehensive penetration testing solution with an intelligent automated vulnerability scanner coupled with in-depth manual pentesting.
    Learn More
  • 10
    Aurora Conky Theme

    Aurora Conky Theme

    Aurora is a conky theme full of scripts

    ...Extra information and youtube explanation can be seen on youtube via these pages. http://erikdubois.be/linux/conky http://erikdubois.be/linux/install-conky-theme-aurora What can it do more than Conky normally can? - scripts for temperature, fans, names of hardware - hours of lifetime harddisks - spotify information and covers - gmail information - number of updates - rss via scripting - weather forecast - many different lua to make rings and such - netstat script - nvidia information - satelite image of world and europe - sensors script - sign and stars of today - transmission information
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    Matplotlib tutorial

    Matplotlib tutorial

    Matplotlib tutorial for beginner

    The Matplotlib tutorial repository is designed as a hands-on learning resource to help users — especially Python beginners — get started with Matplotlib for creating plots and charts. It provides a sequence of example scripts and notebooks that cover fundamental plotting tasks: line graphs, histograms, scatter plots, bar charts, customizing axes, labels, legends, and styling. This makes it ideal for someone learning data analysis or exploratory data visualization for the first time and needing concrete, runnable examples rather than abstract explanations. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    sendmespamids
    SendMeSpamIDS is a python written honeypot. It includes HTTP, HTTPS, SMTP and many more, which are under constant development. The scripts support syslog and are ready for ELK integration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    t2t-pipe

    automatic alignment pipeline for parallel treebanks

    The *Tree-to-Tree (t2t) Alignment Pipe* is a collection of python scripts, co-ordinating the process of automatic alignment of parallel treebanks from plain text files with a single call from a unix command line. Supported Languages: DE, FR, EN
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Python scripts to extract, convert and import hardwar model data formats in Blender. Written for python 3.2 and Blender 2.57. To be run from blenders python console. Scripts are adaptable for related projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Several scripts for a variety of useful math functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The Python scripts for the conversion from the Chinese Pinyin transcription(ISO 7098) to International Phonetic Alphabet(IPA), comprised of a core module for developers and a flexible GUI application for the common end-users on Modern Chinese phonetics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ...Developers can use JLink to add flowcharts to applications, serve a flow chart over the web in PDF or PNG, or dynamically create a flowchart with Javascript, Python or Ruby scripts
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 18
    A collection of python scripts for Chinesepod premium users: import CPod's vocab XML or CSV file to IFlash, download audio, fetch dialogue transcripts (and more to come). Includes an easy to use interface to the scripts for OSX-users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This project will provide translation of mathematical content, from TeX to MathML and vice-versa, and to graphics formats, as a web service. TeX, running as a daemon, is used for mathematical typography.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Agile Author is a framework for developing networked repositories of digital information such as digital libraries and content management systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Rana, Restriction Analysis Libraries. Rana is written in Python and provides a set of libraries and scripts to work with restriction enzymes and ADN. The aim is to ease the development of molecular biology software for research or education purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Small or experimental software projects developed by Nada Amin
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    TeXFlasher

    TeXFlasher

    Flashcard tool with powerful LaTeX support and group learning via svn

    TeXFlasher is a linux programm that helps you to generate and learn flashcards from LaTeX documents such as lecture scripts. It fully supports latex and group learning via svn.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next