Posts
-
rake-compiler
Provide a standard and simplified way to build and package Ruby C and Java extensions using Rake as glue.
rake-compiler is first and foremost a productivity tool for Ruby developers. Its goal is to make the busy developer’s life easier by simplifying the building and packaging of Ruby extensions by simplifying code and reducing duplication.
It follows convention over configuration by advocating a standardized build and package structure for both C and Java based RubyGems.
rake-compiler is the result of many hard-won experiences dealing with several diverse RubyGems that provided native extensions for different platforms and different user configurations in different ways. Details such as differences in code portability, differences in code clarity, and differences in project directory structure often made it very difficult for newcomers to those RubyGems.
From these challenges, rake-compiler was born with the single-minded goal of making the busy RubyGem developer’s life much less difficult.
Tags: #ruby
-
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__.pycontaining the code below and put it in theankisyncddirectory.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
subscribe via RSS