Posts

  • spyc

    A simple YAML loader/dumper class for PHP

    Using Spyc is trivial:

    <?php
    require_once "spyc.php";
    $Data = Spyc::YAMLLoad('spyc.yaml');
    

    or (if you prefer functional syntax)

    <?php
    require_once "spyc.php";
    $Data = spyc_load_file('spyc.yaml');
    

    Tags: #php

  • Markus

    Git repository of MarkUs

    • Graders can easily annotate students’ code (overlapping annotations, graded source code remains untouched)
    • Subversion storage back-end
    • Instructors can form teams
    • Students can form groups on their own
    • Supports different course models:

      • Web-based file upload for first-year courses
      • Subversion client commits for upper year courses (disabled Web-upload)
      • Allows students to work on code of other groups from one assignment to the next
    • Web-based course administration
    • One MarkUs application per course (independent databases across courses)

    Please see the INSTALL file for installation instructions.

    Tags: #ruby

  • enumerize

    Enumerated attributes with I18n and ActiveRecord/Mongoid support

    Enumerated attributes with I18n and ActiveRecord/Mongoid/MongoMapper/Sequel support

    Tags: #ruby • activerecord • mongoid

  • geoip-detect

    Wordpress plugin “Geolocation IP Detection”: Provides geographic information detected by an IP adress.

    • Contributors: benjaminpick

    • License: GPL v3 or later

    • Donate Link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BSYUZHS8FH3CL

    Tags: #php • maxmind • wordpress

  • CNN-text-classification-keras

    Text Classification by Convolutional Neural Network in Keras

    It is simplified implementation of Implementing a CNN for Text Classification in TensorFlow in Keras as functional api

    Tags: #python • cnn • text-classification

  • githot

    GitHot is an Android App that will help you find world most popular project and person .

    Official website http://githot.cn ,and the web version is incoming .

    Besides, you can get iOS version Monkey by coderyi from itunes .

    Try githot from the link below
    github release
    fir
    google play

    GitHot use api link

    Tags: #java • github • githot

  • ngx-codemirror

    Codemirror Wrapper for Angular

    Latest version available for each version of Angular

    @ctrl/ngx-codemirror Angular
    1.3.10 6.x 7.x
    2.2.1 8.x
    3.1.3 9.x
    current >= 10.x

    An Angular component wrapper for CodeMirror that extends ngModel

    Tags: #typescript • codemirror • angular

  • mapbox-java

    The Mapbox Java SDK – Java wrappers around Mapbox APIs and other location data

    If you are looking to include this inside your project, please take a look at the detailed instructions found in our docs. If you are interested in building from source, read the contributing guide inside of this project.

    Tags: #java • android • geojson

  • hoosegow

    Ephemeral Docker jails for running untrusted Ruby code

    Ephemeral Docker jails for running untrusted Ruby code.

    Hoosegow runs both in your code and in a Docker container. When you call a method on a Hoosegow instance, it proxies the method call to another instance of Hoosegow running inside a Docker container.

    Tags: #ruby

  • react-textfit

    React component to fit headlines and paragraphs into elements

    Tags: #javascript

subscribe via RSS