Posts
-
omniauth-github
GitHub strategy for OmniAuth
This is the official OmniAuth strategy for authenticating to GitHub. To use it, you’ll need to sign up for an OAuth2 Application ID and Secret on the GitHub OAuth Apps Page.
Tags: #ruby • omniauth • omniauth-strategy
-
diagnostic-languageserver
diagnostic language server integrate with linters
General purpose Language Server that integrate with linter to support diagnostic features
Tags: #typescript • coc • linter
-
header-decor
A couple of sticky header decorations for android’s recycler view.
This library has not been touched in a very long time and many things have changed in the android ecosystem since then. Updating and maintaining this library is not a priority at the moment.
Tags: #java
-
jcabi-github
Java Object-Oriented Wrapper of GitHub API, with a fake implementation of the entire GitHub API (for your tests)
By default, the library works with Github’s API (https://api.github.com)
import com.jcabi.github.*; public class Main { public static void main(String[] args) throws IOException { Github github = new RtGithub(".. your OAuth token .."); Repo repo = github.repos().get( new Coordinates.Simple("octocat/Hello-World") ); Issue issue = repo.issues().create("Test title", "Test description"); issue.comments().post("My first comment!"); } }Tags: #java • github • api
-
dedupe-examples
:id: Examples for using the dedupe library
Example scripts for the dedupe, a library that uses machine learning to perform de-duplication and entity resolution quickly on structured data.
Part of the Dedupe.io cloud service and open source toolset for de-duplicating and finding fuzzy matches in your data. For more details, see the differences between Dedupe.io and the dedupe library.
To get these examples:
git clone https://github.com/dedupeio/dedupe-examples.git cd dedupe-examplescd /path/to/downloaded/file unzip master.zip cd dedupe-examplesTags: #python • dedupe • record-linkage
-
DyldExtractor
Extract Binaries from Apple’s Dyld Shared Cache
Extract Binaries from Apple’s Dyld Shared Cache to be useful in a disassembler.
Tags: #python
-
tagmanager
A jQuery plugin (working nicely with twitter bootstrap)
A jQuery plugin to create tag input fields, which works nicely with Twitter Typeahead.js and Twitter Bootstrap
Tags: #javascript
-
cadmus
A GUI frontend for @werman’s Pulse Audio real-time noise suppression plugin
Whilst software exists on Windows & MacOS (Krisp, RTX Voice, etc) to remove background noise from recorded audio in real-time, no user-friendly solution seemed to exist on Linux. Cadmus was written to address this shortcoming, allowing users to remove background noise from audio in Discord/Zoom/Skype/Slack/etc calls without having to use the commandline. It is primarily a GUI frontend for @werman’s PulseAudio Noise Suppression Plugin.
When you run Cadmus, you’ll see a new notification icon showing a microphone in your chosen shell. On click, you’ll be able to select the microphone whose noise you wish to suppress. Cadmus will then create a new PulseAudio microphone named
Cadmus Denoised Output, which will reflect the denoised output of the chosen microphone. You should then be able to select this as an input in any application of your choice. Note that if you’re currently recording audio, you’ll have to stop recording and start again in order for changes to occur - streams which are currently being recorded will not be hot-swapped to the new input.Tags: #python
-
react-native-fcm
react native module for firebase cloud messaging and local notification
I’m not longer able to maintain this repo. check react-native-firebase instead
Tags: #java • notifications • fcm
-
VideoListPlayer
Play video in ListView or RecyclerView
VideoListPlayer实现了在列表控件(ListView, RecyclerView)中加载并播放视频,并支持滑动时自动播放/暂停的功能
利用该项目,可以轻松实现类似Instagram的视频播放功能
注意:最低支持API 14以上
Tags: #java • recyclerview • listview
subscribe via RSS