Posts

  • objc-dependency-visualizer

    Objective-C and Swift dependency visualizer. It’s tool that helps to visualize current state of your project. It’s really easy to see how tight your classes are coupled.

    This will clone project, and run it on the latest modified project

    git clone https://github.com/PaulTaykalo/objc-dependency-visualizer.git ;
    cd objc-dependency-visualizer ;
    ./generate-objc-dependencies-to-json.rb -d -s "" > origin.js ;
    open index.html
    

    Tags: #javascript • dependency • dependency-graph

  • TweetScraper

    TweetScraper is a simple crawler/spider for Twitter Search without using API

    TweetScraper can get tweets from Twitter Search. It is built on Scrapy without using Twitter’s APIs. The crawled data is not as clean as the one obtained by the APIs, but the benefits are you can get rid of the API’s rate limits and restrictions. Ideally, you can get all the data from Twitter Search.

    WARNING: please be polite and follow the crawler’s politeness policy.

    Tags: #python • twitter-search • scrapy

  • netattack2

    An advanced network scan and attack script based on GUI. 2nd version of no-GUI netattack.

    NETATTACK2 is a script written in python that can scan and attack networks. It is GUI-based which makes it easy to understand.

    Tags: #python

  • Anthias

    Anthias is a digital signage platform for Raspberry Pi devices and PCs. Formerly known as Screenly OSE, it was rebranded to clear up the confusion between Screenly (the paid version) and Anthias. More details can be found in this blog post.

    :tada: NEW: Now with Raspberry Pi 5 Support! :tada:

    Want to help Anthias thrive? Support us using GitHub Sponsor.

    Tags: #python • digital-signage • raspberry-pi

  • metastream

    Watch streaming media with friends.

    • Supports Chromium and Firefox browsers.
    • Synchronized playback of streaming media across various websites.
    • Public, private, and offline sessions.
    • Support for WebRTC peer-to-peer connections.
    • Real-time chat.
    • Collaborative media queue.
    • Timestamp cue points parsed from media description.
    • Auto-fullscreen of embedded media.
    • Per-user playback permissions, managed by the host.
    • Basic host administrative functionality (kicking peers).
    • Localization—see info on contributing.

    Tags: #typescript • media-player • p2p

  • whatsapp-bot

    Whatsapp Bot Multi Device - Node Js - Internationalization

    This project require

    Tags: #typescript • bot • hacktoberfest

  • mjml-app

    :email: The desktop app for MJML

    Visit the website to download the version that fits your platform, or just go to the release page.

    Tags: #javascript • mjml

  • detext

    DeText: A Deep Neural Text Understanding Framework for Ranking and Classification Tasks

    • Natural language understanding powered by state-of-the-art deep neural networks
      • automatic feature extraction with deep models
      • end-to-end training
      • interaction modeling between ranking sources and targets
    • A general framework with great flexibility
      • customizable model architectures
      • multiple text encoder support
      • multiple data input types support
      • various optimization choices
      • standard training flow control
    • Easy-to-use
      • Configuration based modeling (e.g., all configurations through command line)

    Tags: #python • ranking • deep-neural-networks

  • element-desktop

    A glossy Matrix collaboration client for desktop.

    Element Desktop is a Matrix client for desktop platforms with Element Web at its core.

    Tags: #typescript • element • element-web

  • stryker-js

    Mutation testing for JavaScript and friends

    Professor X: For someone who hates mutants… you certainly keep some strange company. William Stryker: Oh, they serve their purpose… as long as they can be controlled.

    Welcome to StrykerJS’s monorepo. This is where all official stryker packages are maintained. If you’re new to monorepos: don’t be scared. You’ll find the packages in the packages folder.

    If you’re interested in why we chose a monorepo, please read babeljs’s design document about monorepos. We use it for the same reasons as they do.

    Tags: #typescript • mutation-testing • stryker

subscribe via RSS