Skip to content
View paulononaka's full-sized avatar
  • 01:56 (UTC -03:00)

Block or report paulononaka

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. bitactions bitactions Public

    🟢 A plugin for xBar that displays Github Actions status in your Mac OS X Menu Bar

    JavaScript 38 2

  2. Android-InstallInBackgroundSample Android-InstallInBackgroundSample Public

    📲 A sample of how to install applications in background (without user interaction) on Android

    Java 103 59

  3. flutter_firebase_auth_firestore flutter_firebase_auth_firestore Public

    Flutter Bloc, GetIt, Freezed, Firebase Authentication, Firestore, Push Notifications, REST calls, NestJS, Cloud Functions, Scheduled Functions

    Dart 14

  4. Convert a Int (in Java, big endian s... Convert a Int (in Java, big endian signed) to LittleEndian unsigned
    1
    private static byte[] intToLittleEndian(long numero) {
    2
    	ByteBuffer bb = ByteBuffer.allocate(4);
    3
    	bb.order(ByteOrder.LITTLE_ENDIAN);
    4
    	bb.putInt((int) numero);
    5
    	return bb.array();
  5. Android-PaginationLayoutSample Android-PaginationLayoutSample Public

    👴🏻 A simple Android pagination sample (Made in 2011! Android 2.2 👴🏻)

    Java 5 4

  6. Android-ServiceLocalization Android-ServiceLocalization Public

    🛰️This demonstrates how you can implement services that run in the foreground or background to get a position and send it to a server. (Made in 2011. Android 2.2 👴🏻)

    4 4