Skip to main content

黑洞资源笔记

  1. 如何提现 Apple Pay️

    1.Get a new or an old Iphone or Ipad that has never been used with apple pay cash
    2.Verify 1 of the accounts via apple pay cash. It has to match the name and address on a driver license and the phone.
    3.Once verified make another new accont on the same iphone/ipad if it let. If not get anew phone or ipad. U can verify if u want if not u dont have to
    4.Get a cc or debit log with email access and add it to apple pay. Once u have that verified via bank or email access u can now send cash from the debit or cc.
    5.Two ways of adding money 1st way is to go to apple pay cash on the account the ccor debit is on and click add money and its gone ask how much. If verified add $1500 if not verified add $450. Once money is added u can go to imessage and send to your other account via your money in apple pay cash
    6.The second way is to send straight to that person via imessage instead of adding it to that account
    7.You can make 3 profiles per phone or ipad so just repeat steps. Apple DOES NOT charge back so once u want to withdraw funds u can add your bank account and send to that account.

    Can take 2-3 days to get deposited.
    1.) Get Fresh Phone W Active APay Or GPay
    2.) Purchase OTPBOT Or Get Code From otp bot
    3.) Get CC From Your Site Or from a vendor
    4.) Connect CC To Apple Pay And Send The One Time Code to Card Holder Phone, Send Call From Bot To Receive Code And Connect Your CC To Apple Pay! Also Make Sure Your Bot Pulls ATM Pin
    5.) From Here you got 3 Options, Add Cash ( Which Might Burn Your Device) Instore Swipe or ATM.
  2. 5分钟经典英文技术演讲系列博文

    5分钟经典英文技术演讲1:如何快速掌握新技术 - Kathy Sierra | 地址
    无论是谁,以有限的精力来面对层出不穷的新技术挑战都是不够的。你需要学会一套方法论来帮助你快速习得新的技能。

    5分钟经典英文技术演讲2:软件设计真正的精髓-Scott Meyer,《Effective C++》的作者 | 地址

    成功的软件产品都有其共性。在Scott Meyer看来,这些共性由几个要素组成。在你的作品中考虑这些要素,将帮助你掌握软件设计真正的精髓。

    5分钟经典英文技术演讲3:如何应对信息过载并提高生产效率-Scott Hanselman | 地址

    信息过载的时代,能否找到一种在信息洪流中独善其身的方法,让我们专注于真正重要事情?当生活/工作的范畴一再扩大,我们也需要延展自身的边界,在充分利用信息的同时,保持持续的生产效率。
  3. JSON Crack 是一个从 JSON 对象生成图表的工具,可以将 JSON 数据立即无缝地转换为可视化图表。这些图表比文本格式更容易导航,并且更方便,这个工具还允许我们搜索节点。此外,生成的图表也可以作为图像下载或剪贴板。

    JSON Crack |#工具
  4. pion/webrtc 是纯 Go 实现 WebRTC API,可以用于做很多有趣的事,比如:

    📌 将视频文件实时发送到多个浏览器,以实现完美同步的电影观看;
    📌 将嵌入式设备上的网络摄像数据发送到浏览器,无需额外的服务器;
    📌 在两台服务器之间安全地发送数据,无需使用 pub/sub;
    📌 记录网络摄像头并在服务器端做特效;
    📌 构建一个处理音频/视频并据此做出决策的会议应用程序;
    📌 远程控制机器人并实时传输其摄像机;
    📌 其它...

    项目地址 | 官网