Posts
-
exilence-next
Desktop application that helps you summarize your wealth in Path of Exile
- Download
- Changelog
- Platform
- Contributing with development
- Contact us
- Supporting us
- Acknowledgements
- License
Tags: #typescript
-
resque-scheduler
A light-weight job scheduling system built on top of Resque
Resque-scheduler is an extension to Resque that adds support for queueing items in the future.
Job scheduling is supported in two different ways: Recurring (scheduled) and Delayed.
Scheduled jobs are like cron jobs, recurring on a regular basis. Delayed jobs are resque jobs that you want to run at some point in the future. The syntax is pretty explanatory:
Resque.enqueue_in(5.days, SendFollowupEmail, argument) # runs a job in 5 days, calling SendFollowupEmail.perform(argument) # or Resque.enqueue_at(5.days.from_now, SomeJob, argument) # runs a job at a specific time, calling SomeJob.perform(argument)Tags: #ruby
-
critters
🦔 A Webpack plugin to inline your critical CSS and lazy-load the rest.
It’s a little different from other options, because it doesn’t use a headless browser to render content. This tradeoff allows Critters to be very fast and lightweight. It also means Critters inlines all CSS rules used by your document, rather than only those needed for above-the-fold content. For alternatives, see Similar Libraries.
Critters’ design makes it a good fit when inlining critical CSS for prerendered/SSR’d Single Page Applications. It was developed to be an excellent compliment to prerender-loader, combining to dramatically improve first paint time for most Single Page Applications.
Tags: #javascript • webpack • webpack-plugin
-
algorithms-js
Consumable Data Structures and Algorithms library in JavaScript
Consumable Data Structures and Algorithms library in JavaScript
Tags: #javascript • algorithm • libary
-
Sony-PMCA-RE
Reverse engineering Sony PlayMemories Camera Apps
The latest Sony cameras include an Android subsystem used to run apps from the proprietary Sony PlayMemories Camera App Store (PMCA). The tools provided in this repository allow you to install custom Android apps on your camera.
Additional effort has been made to analyze the firmware update process. Using the obtained knowledge, we can execute custom code on almost all Sony Cybershot and Alpha cameras released between 2007 and 2016.
Tags: #python
-
chunky
Minecraft world rendering tool
Prerequisites: Chunky requires Java 8. It is recommended to have the 64-bit version if you have a 64-bit operating system (you most likely do). If you haven’t installed Java, you can [download it from here][13].
- Download [the Chunky Launcher][12] and open it
- Install the latest version of Chunky by clicking on Check for Updates
- Click on Launch Chunky start rendering your beautiful buildings
If you have any questions, please don’t hesitate to reach out via Reddit, Discord or GitHub.
Tags: #java • minecraft • path-tracer
-
Roboto
Development of a Roboto Variable font
This is a variable version of Roboto intended to be a 1:1 match with the official non-variable release from Google.
This is not an official Google project, but was enabled with generous funding by Google Fonts, who contracted Type Network. The Roboto family of instances contained 6 weights and two widths of normal, along with italic of the regular width. The project began by taking UFO instances generated during the build process of the Roboto v2.136 release, which have quadratic outlines. The Thin, Regular and Bold UFOs required some fixes for interpolation compatibility, and a build script was written that preserves outline overlaps.
-
/sources contains ‘new’ source UFOs (compared to the ‘old’ UFOs used in the static-only era of the project).
-
github.com/TypeNetwork/Roboto/releases contains variation font TTFs.
Both fonts have named instances for all the styles in the v2.136 release.
Tags: #python
-
-
typescript-rest
This is a lightweight annotation-based expressjs extension for typescript.
This is a lightweight annotation-based expressjs extension for typescript.
It can be used to define your APIs using decorators.
Table of Contents
Tags: #typescript • api • rest
-
Zen
Find emails of Github users
python zen.py usernameor
python zen.py https://github.com/usernameTags: #python • osint • recon
-
eslint-plugin-sonarjs
SonarJS rules for ESLint
SonarJS rules for ESLint to detect bugs and suspicious patterns in your code.
Tags: #typescript • javascript • eslint
subscribe via RSS