Posts
-
sunnypilot
sunnypilot is an open source driver assistance system. sunnypilot offers the user a unique driving experience for over 300 supported car makes and models with modified behaviors of driving assist engagements. sunnypilot complies with the safety policy from comma.ai’s openpilot as accurately as possible.
- Modified Assistive Driving Safety (MADS) - Automatic Lane Centering (ALC) / Lane Keep Assist System (LKAS) and Adaptive Cruise Control (ACC) / Smart Cruise Control (SCC) can be engaged independently of each other
- Dynamic Lane Profile (DLP) - Dynamically switch lane profile (between Laneful and Laneless) based on lane recognition confidence
- Enhanced Speed Control - Automatically adjust cruise control speed using vision model, OpenStreetMap (OSM) data, and/or Speed Limit control (SLC) without user interaction
- Vision-based Turn Speed Control (V-TSC) - lower speed when going around corners using vision model
- Map-Data-based Turn Speed Control (M-TSC) - lower speed when going around corners using OSM data[^1]
- Speed Limit Control (SLC) - Set speed limit based on map data or car interface (if applicable)
- HKG only: Highway Driving Assist (HDA) status integration - Use cars native speed sign detection to set desired speed (on applicable HKG cars only)
- Gap Adjust Cruise (GAC) - Allow
GAP
/INTERVAL
/DISTANCE
button on the steering wheel or on-screen button to adjust the follow distance from the lead car. See table below for options - Quiet Drive 🤫 - Toggle to mute all notification sounds (excluding driver safety warnings)
- Auto Lane Change Timer - Set a timer to delay the auto lane change operation when the blinker is used. No nudge on the steering wheel is required to auto lane change if a timer is set
- Force Car Recognition (FCR) - Use a selector to force your car to be recognized by sunnypilot
- Fix sunnypilot No Offroad - Enforce sunnypilot to go offroad and turns off after shutting down the car. This feature fixes non-official devices running sunnypilot without comma power
- Enable ACC+MADS with RES+/SET- - Engage both ACC and MADS with a single press of RES+ or SET- button
- Offline OSM Maps - OSM database can now be downloaded locally for offline use[^2]. This enables offline SLC, V-TSC and M-TSC. Currently available for US South, US West, US Northeast, Florida, Taiwan, South Africa and New Zealand
- Various Live Tuning - Ability to tailor your driving experience on the fly:
- Enforce Torque Lateral Control - Use the newest torque controller for all vehicles.
- Torque Lateral Control Live Tune - Ability to adjust the torque controller’s
FRICTION
andLAT_ACCEL_FACTOR
values to suit your vehicle. - Torque Lateral Controller Self-Tune - Enable automatic turning for the Torque controller.
Tags: #python • autopilot • comma
-
android-money-manager-ex
Manage your finances on-the-go, encrypted for security, and sync via your storage
See our homepage at android.moneymanagerex.org for more user-oriented information.
Tags: #java • moneymanagerex • finance
-
zipsell
A free open source platform for selling digital downloads such as ebooks
Zipsell helps you set up an online store for selling digital products such as ebooks, music, videos, source code etc.
Zipsell handles payment processing via stripe and sends customers secure expiring Amazon S3 links to the files they have purchased. Since it is self-hosted, you receive payments directly and avoid paying commissions to 3rd party marketplaces.
Zipsell is built with Ruby on Rails.
Demo site - http://demo.zipsell.org
Tags: #ruby • ecommerce-platform • downloads
-
spotify-web-api-android
A wrapper for Spotify Web API. It uses Retrofit to create Java interfaces from API endpoints
This project is a wrapper for the Spotify Web API. It uses Retrofit to create Java interfaces from API endpoints.
Tags: #java
-
laravel-keycloak-guard
🔑 Simple Keycloak Guard for Laravel
This package helps you authenticate users on a Laravel API based on JWT tokens generated from Keycloak Server.
Tags: #php • laravel • keycloak
-
PMapper
A tool for quickly evaluating IAM permissions in AWS.
Principal Mapper (PMapper) is a script and library for identifying risks in the configuration of AWS Identity and Access Management (IAM) for an AWS account or an AWS organization. It models the different IAM Users and Roles in an account as a directed graph, which enables checks for privilege escalation and for alternate paths an attacker could take to gain access to a resource or action in AWS.
PMapper includes a querying mechanism that uses a local simulation of AWS’s authorization behavior. When running a query to determine if a principal has access to a certain action/resource, PMapper also checks if the user or role could access other users or roles that have access to that action/resource. This catches scenarios such as when a user doesn’t have permission to read an S3 object, but could launch an EC2 instance that can read the S3 object.
Additional information can be found in the project wiki.
Tags: #python • aws • iam
-
deep-RL-trading
playing idealized trading games with deep reinforcement learning
This repo is the code for this paper. Deep reinforcement learing is used to find optimal strategies in these two scenarios:
- Momentum trading: capture the underlying dynamics
- Arbitrage trading: utilize the hidden relation among the inputs
Several neural networks are compared:
- Recurrent Neural Networks (GRU/LSTM)
- Convolutional Neural Network (CNN)
- Multi-Layer Perception (MLP)
Tags: #python • deep-reinforcement-learning • machine-learning
-
mouse-dictionary
📘Super fast browser dictionary
- For Chrome
- For Firefox
- For Safari (See #53)
See also Getting started
Tags: #typescript • chrome-extension • firefox-extension
-
react-native-background-job
Schedule background jobs in React Native that run your JavaScript when your app is in the background/killed.
Schedule background jobs that run your JavaScript when your app is in the background or if you feel brave even in foreground.
The jobs will run even if the app has been closed and, by default, also persists over restarts.
This library relies on React Native’s
HeadlessJS
which is currently only supported on Android.On the native side it uses either
Firebase JobDispatcher
or aAlarmManager
.-
Firebase JobDispatcher (default): The jobs can’t be scheduled exactly and depending on the Android API version different
period
time is allowed.FirebaseJobDispatcher
is the most battery efficient backward compatible way of scheduling background tasks. -
AlarmManager by setting
exact
totrue
: Simple propriatery implementation that is only ment to be used while testing. It only cares about executing on time, all other parameters are ignored - job is not persisted on reboot.
Tags: #java • react-native • scheduled-jobs
-
-
one_gadget
The best tool for finding one gadget RCE in libc.so.6
When playing ctf pwn challenges we usually need the one-gadget RCE (remote code execution), which leads to call
execve('/bin/sh', NULL, NULL)
.This gem provides such gadgets finder, no need to use objdump or IDA-pro every time like a fool :wink:
To use this tool, type
one_gadget /path/to/libc
in command line and enjoy the magic :laughing:Tags: #ruby • ctf • pwnable
subscribe via RSS