Skip to content

Instantly share code, notes, and snippets.

View MayCXC's full-sized avatar
💭
:suspect:

Aaron Paterson MayCXC

💭
:suspect:
View GitHub Profile
@SMUsamaShah
SMUsamaShah / list_of_p2p_file_sharing.md
Last active June 7, 2025 09:59
List of P2P file sharing tools

Browser Based

  1. Web Wormhole https://webwormhole.io/ https://github.com/saljam/webwormhole
  2. ToffeeShare https://toffeeshare.com/
  3. FilePizza https://file.pizza/
  4. ShareDrop sharedrop.io https://github.com/szimek/sharedrop (SOLD, not recommended, use one of the forks)
    1. A clone SnapDrop snapdrop.net https://github.com/RobinLinus/snapdrop (SOLD, not recommended, use one of the forks)
      1. A fork PairDrop https://pairdrop.net/ https://github.com/schlagmichdoch/pairdrop
  5. Instant.io https://instant.io/
  6. FileTC https://file.tc/
@Steppschuh
Steppschuh / BundleUtil.java
Created April 16, 2018 12:33
Convenience methods to convert Android Bundle to PersistableBundle and back
import android.os.BaseBundle;
import android.os.Bundle;
import android.os.PersistableBundle;
public final class BundleUtil {
/**
* Creates a new {@link Bundle} based on the specified {@link PersistableBundle}.
*/
public static Bundle toBundle(PersistableBundle persistableBundle) {