Posts

  • openSIS-Classic

    openSIS is a commercial grade, secure, scalable & intuitive Student Information System, School Management Software from OS4ED. Has all functionalities to run single or multiple institutions in one installation. Web based, php code, MySQL database.

    Community Edition version 9.0 (Rel date: 12/31/2022) Created by OS4ED

    openSIS is an easy to use Student Information System for organizing student information and school-related operations to promote efficiency in K-12, trade schools and higher education school systems.

    Tags: #php β€’ school-management-software β€’ education-management-system

  • meteostat-python

    Access and analyze historical weather and climate data with Python.

    The Meteostat Python library provides a simple API for accessing open weather and climate data. The historical observations and statistics are collected by Meteostat from different public interfaces, most of which are governmental.

    Among the data sources are national weather services like the National Oceanic and Atmospheric Administration (NOAA) and Germany’s national meteorological service (DWD).

    Are you looking for a hosted solution? Try our JSON API.

    Tags: #python β€’ weather β€’ weather-station

  • BottomDialogs

    An Android library that shows a customizable Material-based bottom sheet. API 11+ required.

    Add the repository to your project build.gradle:

    repositories {
        maven {
            url "https://jitpack.io"
        }
    }
    

    And add the library to your module build.gradle:

    dependencies {
        compile 'com.github.javiersantos:BottomDialogs:1.2.1'
    }
    

    Tags: #java β€’ android-library β€’ gradle

  • hubspot-api-ruby

    HubSpot API Ruby Client Libraries for V3 version of the API

    Ruby API v3 Client files and sample apps

    • API version: v3
    • Package version: 1.0.0
    • Build package: io.swagger.codegen.languages.RubyClientCodegen

    Tags: #ruby

  • anki-sync-server

    Self-hosted Anki sync server

    Create a new directory in [the add-ons folder][addons21] (name it something like ankisyncd), create a file named __init__.py containing the code below and put it in the ankisyncd directory.

    import anki.sync, anki.hooks, aqt
    
    addr = "http://127.0.0.1:27701/" # put your server address here
    anki.sync.SYNC_BASE = "%s" + addr
    def resetHostNum():
        aqt.mw.pm.profile['hostNum'] = None
    anki.hooks.addHook("profileLoaded", resetHostNum)
    

    Tags: #python β€’ anki β€’ ankiweb

  • jpmml-sklearn

    Java library and command-line application for converting Scikit-Learn pipelines to PMML

    Tags: #java

  • simp-core

    The base SIMP build repository

    Tags: #ruby β€’ simp β€’ puppet

  • atlantafx

    Modern JavaFX CSS theme collection with additional controls.

    Grab a self-updating download of the Sampler app for Windows, macOS and Linux, packaged with Conveyor.

    Or download the latest build on the releases page.

    Tags: #java β€’ controls β€’ javafx

  • tsickle

    Tsickle β€” TypeScript to Closure Translator

    Tsickle converts TypeScript code into a form acceptable to the Closure Compiler. This allows using TypeScript to transpile your sources, and then using Closure Compiler to bundle and optimize them, while taking advantage of type information in Closure Compiler.

    Tags: #typescript

  • BlueHound

    BlueHound - pinpoint the security issues that actually matter

    1. Full Automation: The entire cycle of collection, analysis and reporting is basically done with a click of a button.
    2. Community Driven: BlueHound configuration can be exported and imported by others. Sharing of knowledge, best practices, collection methodologies and more, built-into the tool itself.
    3. Easy Reporting: Creating customized report can be done intuitively, without the need to write any code.
    4. Easy Customization: Any custom collection method can be added into BlueHound. Users can even add their own custom parameters or even custom icons for their graphs.

    Tags: #typescript

subscribe via RSS