Posts

  • tailwindcss-intellisense

    Intelligent Tailwind CSS tooling for Visual Studio Code

    Install via the Visual Studio Code Marketplace →

    In order for the extension to activate you must have tailwindcss installed and a Tailwind config file named tailwind.config.js or tailwind.js in your workspace.

    Tags: #typescript • tailwindcss • tailwind

  • cfn_nag

    Linting tool for CloudFormation templates

    The cfn-nag tool looks for patterns in CloudFormation templates that may indicate insecure infrastructure. Roughly speaking, it will look for:

    • IAM rules that are too permissive (wildcards)
    • Security group rules that are too permissive (wildcards)
    • Access logs that aren’t enabled
    • Encryption that isn’t enabled
    • Password literals

    For more background on the tool, please see this post at Stelligent’s blog:

    Finding Security Problems Early in the Development Process of a CloudFormation Template with “cfn-nag”

    Tags: #ruby • continuous-testing • unit-testing

  • electron-prebuilt

    🎂 Retired project. See README

    This project has been merged into the electron/electron repository, and the electron module is now published to npm as part of the Electron release process.

    If you’re having trouble installing or using Electron, please file an issue on the electron/electron repo.

    Tags: #javascript • electron • electron-prebuilt

  • 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

subscribe via RSS