Skip to content

Instantly share code, notes, and snippets.

@My2ndAngelic
My2ndAngelic / AoC4.java
Created December 7, 2020 00:52
AoC 2020 day 4
package AoC2020;
import java.io.File;
import java.io.FileNotFoundException;
import java.util.ArrayList;
import java.util.Locale;
import java.util.Scanner;
public class AoC4 {
public static void main(String[] args) {
@My2ndAngelic
My2ndAngelic / AoC6.java
Created December 6, 2020 23:57
AoC day 6 2020
package AoC2020;
import java.io.File;
import java.io.FileNotFoundException;
import java.util.ArrayList;
import java.util.Scanner;
public class AoC6 {
public static void main(String[] args) {
ArrayList<String> al = new ArrayList<>();
{"title":"J4 support FTW","associatedMaps":[11],"associatedChampions":[59],"blocks":[{"items":[{"id":"3850","count":1},{"id":"2003","count":2},{"id":"3340","count":1},{"id":"3364","count":1},{"id":"2055","count":2}],"type":"Begin"},{"items":[{"id":"1001","count":1},{"id":"3504","count":1},{"id":"3082","count":1},{"id":"2420","count":1}],"type":"Essential"},{"items":[{"id":"3158","count":1},{"id":"3157","count":1},{"id":"3026","count":1},{"id":"3193","count":1}],"type":"Suicidal path"},{"items":[{"id":"3047","count":1},{"id":"3143","count":1},{"id":"3110","count":1}],"type":"Yasuo, Caitlyn or Tryndamere exists"},{"items":[{"id":"3111","count":1},{"id":"3222","count":1},{"id":"3102","count":1}],"type":"Heavy CC or Morgana exists"},{"items":[{"id":"3075","count":1},{"id":"3110","count":1}],"type":"Lifesteal heavy"},{"items":[{"id":"3174","count":1},{"id":"3107","count":1},{"id":"3222","count":1},{"id":"3050","count":1}],"type":"Heal and shield"},{"items":[{"id":"3065","count":1},{"id":"3001","count":1}],"type":"

Are you the copyright owner or authorized to act on the copyright owner’s behalf? Yes. I am the copyright owner. I am [private] of DeepNude algorithm and I can prove it.

Please provide a detailed description of the original copyrighted work that has allegedly been infringed. If possible, include a URL to where it is posted online. The original copyrighted work is the DeepNude app: www.deepnude.com Now the app is not on the market. Here's are the original Terms of the app: www.deepnude.com/terms

This is the story: 1- On 27 June the official app has been launched. 2- After 2 days hackers stole the code and create a reverse engineering version of it ([private]).

@My2ndAngelic
My2ndAngelic / vietnamese_keyboard_ref
Created August 2, 2018 13:05
Vietnamese soft/hard keyboard
Ch TX VNI VIQR vi(hard)
Á: As A1 A’ A5
À: Af A2 A` A9
Ả: Ar A3 A? A6
Ã: Ax A4 A~ A7
Ạ: Aj A5 A. A8
A: Az A0
——
Â: AA A6 A^ 2
@My2ndAngelic
My2ndAngelic / VietnameseAllLetters.txt
Last active March 12, 2018 22:06
All possible letters in Vietnamese alphabet, in alphabetical order, including all tone marks.
A Á À Ả Ã Ạ
Ă Ắ Ằ Ẳ Ẵ Ặ
 Ấ Ầ Ẩ Ẫ Ậ
B
C
D
Đ
E É È Ẻ Ẽ Ẹ
Ê Ế Ề Ể Ễ Ệ
G
Chuyện gì Đã xảy ra với Máy tính của tôi?
Các tệp tin quan trọng của bạn được mã hóa.
Nhiều tài liệu, ảnh, video, cơ sở dữ liệu và các tệp khác của bạn không còn có thể truy cập vì chúng đã được mã hóa. Có thể bạn đang bận tìm cách khôi phục tệp của mình, nhưng đừng phí thời gian. Không ai có thể phục hồi các tập tin của bạn mà không có dịch vụ giải mã của chúng tôi.
Tôi có thể Khôi phục các tệp của tôi?
Chắc chắn rồi. Chúng tôi đảm bảo rằng bạn có thể khôi phục lại tất cả các tệp tin một cách an toàn và dễ dàng. Nhưng bạn không có đủ thời gian.
Bạn có thể giải mã một số tệp của bạn miễn phí. Hãy thử ngay bằng cách nhấp vào <Decrypt>.
Nhưng nếu bạn muốn giải mã tất cả các tệp tin, bạn cần phải trả tiền.
Bạn chỉ có 3 ngày để gửi thanh toán. Sau đó giá sẽ tăng lên gấp đôi.
Ngoài ra, nếu bạn không trả tiền trong 7 ngày, bạn sẽ không thể phục hồi các tệp của bạn mãi mãi.
Chúng tôi sẽ có các sự kiện miễn phí cho người dùng quá nghèo mà họ không thể trả trong 6 tháng.

Keybase proof

I hereby claim:

  • I am my2ndangelic on github.
  • I am my2ndangelic (https://keybase.io/my2ndangelic) on keybase.
  • I have a public key whose fingerprint is A133 4F4C B2B4 B768 17EA 686B E295 57CB 5EC8 18AB

To claim this, I am signing this object:

@My2ndAngelic
My2ndAngelic / L3-2.pas
Last active August 3, 2017 20:03
FizzBuzzBanana
//Help: This will export OrangeBuzz instead of BuzzOrange
program FizzBuzzL3;
uses crt, sysutils;
var i, n: qword; // Assuming you are
C3, C5, C6: boolean;
o: string;
function Check3Div(val3:integer): boolean; // Check division 3
begin
if (val3 mod 3 = 0) then
@My2ndAngelic
My2ndAngelic / iris-micro-ask.command
Last active April 6, 2017 21:15
Ask the user temperature and brightness for Iris, then exit Terminal afterward
#!/bin/bash
#Ask user for temperature and brightness in percentage
#For Daniel
cd -- "$(dirname "$0")"
#Ask for temperature
echo "What temperature do you want to set?"
read temp