Posts

  • laravel-vote

    :tada: The package helps you to add user based vote system to your model.

    :tada: This package helps you to add user based vote system to your model.

    Tags: #php

  • css-modal

    A modal built with pure CSS, enhanced with JavaScript

    Modals built out of pure CSS

    Please visit the website to read more about this project and refer to the FAQ in case of a question.

    Tags: #javascript • css • css-modal

  • phpmemadmin

    Bringing Memcached to the web.

    Tags: #php • dashboard • memcached

  • hark

    Converts an audio stream to speech events in the browser

    Hark is a tiny browser/commonJS module that listens to an audio stream, and emits events indicating whether the user is speaking or not.

    With browserify:

    npm install hark

    Without browserify download and use:

    hark.bundle.js

    Tags: #javascript

  • php-malware-finder

    Detect potentially malicious PHP files

      _______  __   __  _______
     |  ___  ||  |_|  ||       |
     | |   | ||       ||    ___|
     | |___| ||       ||   |___   Webshell finder,
     |    ___||       ||    ___|   kiddies hunter,
     |   |    | ||_|| ||   |		website cleaner.
     |___|    |_|   |_||___|
    
    Detect potentially malicious PHP files.
    

    Tags: #php • yara • malware

  • gitinspector

    :bar_chart: The statistical analysis tool for git repositories

    • Shows cumulative work by each author in the history.
    • Filters results by extension (default: java,c,cc,cpp,h,hh,hpp,py,glsl,rb,js,sql).
    • Can display a statistical timeline analysis.
    • Scans for all filetypes (by extension) found in the repository.
    • Multi-threaded; uses multiple instances of git to speed up analysis when possible.
    • Supports HTML, JSON, XML and plain text output (console).
    • Can report violations of different code metrics.

    Tags: #python • statistical-analysis • gitinspector

  • 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

subscribe via RSS