Posts

  • rails-controller-testing

    Brings back assigns and assert_template to your Rails tests

    This gem brings back assigns to your controller tests as well as assert_template to both controller and integration tests.

    These methods were removed in Rails 5.

    Tags: #ruby

  • copy-webpack-plugin

    Copy files and directories with webpack

    Copies individual files or entire directories, which already exist, to the build directory.

    Tags: #javascript • webpack-plugin • filesystem

  • fake_stripe

    A Stripe fake so that you can avoid hitting Stripe servers in tests.

    This library is a way to test Stripe code without hitting Stripe’s servers. It uses Capybara::Server and Webmock to intercept all of the calls from Stripe’s Ruby library and returns JSON that the Stripe library can parse.

    Tags: #ruby

  • VideoListPlayer

    Play video in ListView or RecyclerView

    VideoListPlayer实现了在列表控件(ListView, RecyclerView)中加载并播放视频,并支持滑动时自动播放/暂停的功能

    利用该项目,可以轻松实现类似Instagram的视频播放功能

    注意:最低支持API 14以上

    Tags: #java • recyclerview • listview

  • ios-build-action

    Build iOS project (.xcodeproj, .xcworkspace), export .ipa, optional upload to BrowserStack App Live.

    This action builds your iOS project (.xcodeproj, .xcworkspace) and can export the resulting .ipa file as GitHub artifact, with optional automatic upload to BrowserStack AppLive, and optional signed production build with App Store upload.

    Tested with Ionic, React Native and native ios projects.

    Tags: #ruby • ios • build

  • node-gtfs

    Import GTFS transit data into SQLite and query routes, stops, times, fares and more.

    To use this library as a command-line utility, install it globally with npm:

    npm install gtfs -g
    

    This will add the gtfs-import and gtfs-export scripts to your path.

    If you are using this as a node module as part of an application, include it in your project’s package.json file.

    npm install gtfs
    

    Tags: #typescript • gtfs • node-gtfs

  • oletools

    oletools - python tools to analyze MS OLE2 files (Structured Storage, Compound File Binary Format) and MS Office documents, for malware analysis, forensics and debugging.

    • oleid: to analyze OLE files to detect specific characteristics usually found in malicious files.
    • olevba: to extract and analyze VBA Macro source code from MS Office documents (OLE and OpenXML).
    • MacroRaptor: to detect malicious VBA Macros
    • msodde: to detect and extract DDE/DDEAUTO links from MS Office documents, RTF and CSV
    • pyxswf: to detect, extract and analyze Flash objects (SWF) that may be embedded in files such as MS Office documents (e.g. Word, Excel) and RTF, which is especially useful for malware analysis.
    • oleobj: to extract embedded objects from OLE files.
    • rtfobj: to extract embedded objects from RTF files.

    Tags: #python • python-library • olefile

  • voluptuous

    CONTRIBUTIONS ONLY: Voluptuous, despite the name, is a Python data validation library.

    What does this mean? I do not have time to fix issues myself. The only way fixes or new features will be added is by people submitting PRs.

    Current status: Voluptuous is largely feature stable. There hasn’t been a need to add new features in a while, but there are some bugs that should be fixed.

    Why? I no longer use Voluptuous personally (in fact I no longer regularly write Python code). Rather than leave the project in a limbo of people filing issues and wondering why they’re not being worked on, I believe this notice will more clearly set expectations.

    Tags: #python

  • AndroidScreenCaster

    Efficient, low-latency Android screen casting with H.264 and WebM encoding via TCP and UDP.

    AndroidScreenCaster is a live screen casting solution for Android devices, with efficient H.264 and WebM encoding via TCP and UDP. Experience low latency streaming to your browser or server for mobile games, presentations, or any other application where real-time screen mirroring is needed.

    Tags: #java • android • screensharing

  • ruby-macho

    🔩 A pure-Ruby library for parsing Mach-O files.

    The Mach-O file format is used by macOS and iOS (among others) as a general purpose binary format for object files, executables, dynamic libraries, and so forth.

    Tags: #ruby • apple • ruby-library

subscribe via RSS