Posts
-
css-hooks
Hook into advanced CSS features from native inline styles.
Hooks add CSS features to native inline styles, enabling you to apply styles conditionally based on pseudo-classes, custom selectors, media queries, and more—all without leaving the
styleprop. By exploiting the hidden programmability of CSS Variables, CSS Hooks delivers a flexible CSS-in-JS experience without runtime style injection or build steps.Tags: #typescript
-
pcb2blender
KiCad to Blender 3D model workflow
- Hit the
Export to Blender (.pcb3d)button in pcbnew. - Import the file in Blender via
File -> Import -> PCB (.pcb3d) - Start creating awesome renders!
Tags: #python • blender • blender-addon
- Hit the
-
mapped-types
Configuration module for Nest framework (node.js) 🐺
Mapped Types module for Nest used by the
@nestjs/graphqland@nestjs/swaggerpackages.Tags: #typescript • nestjs • nest
-
appcenter-sdk-android
Development repository for the App Center SDK for Android
App Center is your continuous integration, delivery and learning solution for Android apps. Get faster release cycles, higher-quality apps, and the insights to build what users want.
The App Center SDK uses a modular architecture so you can use any or all of the following services:
-
App Center Analytics: App Center Analytics helps you understand user behavior and customer engagement to improve your app. The SDK automatically captures session count, device properties like model, OS version, etc. You can define your own custom events to measure things that matter to you. All the information captured is available in the App Center portal for you to analyze the data.
-
App Center Crashes: App Center Crashes will automatically generate a crash log every time your app crashes. The log is first written to the device’s storage and when the user starts the app again, the crash report will be sent to App Center. Collecting crashes works for both beta and live apps, i.e. those submitted to the App Store. Crash logs contain valuable information for you to help fix the crash.
-
App Center Distribute: App Center Distribute will let your users install a new version of the app when you distribute it via the App Center. With a new version of the app available, the SDK will present an update dialog to the users to either download or postpone the new version. Once they choose to update, the SDK will start to update your application.
Google Play considers the in-app update code as malicious behavior even if it isn’t used at runtime. Please use App Center Distribute Play instead before submitting your app to Google Play. Failure to not remove the in-app update code can lead to noncompliance and removal of the app from Google Play. See Remove in-app updates for Google Play builds documentation for details.
-
App Center Distribute Play: App Center Distribute Play is stubbing the Distribute package’s APIs to avoid Google Play rejecting the application for malicious behavior. It must be used only for build variants which are going to be published on Google Play.
Tags: #java • mobile-center • android
-
-
FridaAndroidInjector
Inject frida agents on local processes through an Android app
is a library allowing you to inject frida agents from an Android application.
The things are very very easy:
Tags: #java
-
xcp
Entry point for issues and wiki. Also contains some scripts and sources.
Download the ISO here, and install it on your own hardware.
Tags: #python • xcp-ng • xapi
-
atdatabases
TypeScript clients for databases that prevent SQL Injection
Using tagged template literals for queries, e.g.
db.query(sql`SELECT * FROM users WHERE id=${userID}`);makes it virtually impossible for SQL Injection attacks to slip in un-noticed. All the @databases libraries enforce the use of the sql tagged template literals, so you can’t accidentally miss them.
The query is then passed to your database engine as a separate string and values:
{text: 'SELECT * FROM users WHERE id=?', values: [userID]}Tags: #typescript • sql • postgres
-
DiscordPHP
An API to interact with the popular messaging app Discord
Warning This branch contains an experimental feature, do not use it in production! See the wiki page for more information on how to set it up.
Tags: #php • discord • team-reflex
-
tdlight-java
Complete Bot and Userbot Telegram library based on TDLib
Java versions: from Java 17 to Java 21+ (Java 8 to 16 is supported if you use the following dependency classifier:
jdk8)Operating systems: Linux, Windows, MacOS
CPU architectures:
- amd64 (Linux, Windows, MacOS)
- armhf (Linux)
- arm64 (Linux, MacOS)
- ppc64el (Linux)
- riscv64 (linux)
Tags: #java • telegram • tdlib
-
apple-emoji-linux
Brings Apple’s vibrant emojis to your Linux experience
Welcome to the world of colorful emojis on your Linux system! 🌈 This project brings Apple’s vibrant emojis to your Linux experience.
Tags: #python • apple • linux
subscribe via RSS