Skip to content

Instantly share code, notes, and snippets.

View KangHidro's full-sized avatar
🙏
Siêu độ chúng bugs

Kang Hidro KangHidro

🙏
Siêu độ chúng bugs
  • HCMC University of Technology and Education
  • Vietnam
  • Facebook Kang.Hidro
View GitHub Profile
@KangHidro
KangHidro / unlimited_trials_babeledit.txt
Created July 3, 2026 03:30 — forked from hannojg/unlimited_trials_babeledit.txt
Activate BabelEdit temporarily / Unlimited trial
Obviously for educative purposes only.
Furthermore, this DOESN'T activate BabelEdit permanently.
If you like the software, buy it, the devs deserve it.
Since I have no money to buy it, I discovered a workaround for unlimited trials.
It's quite a annoying workaround, but ... it works!
Firstly go to "c:\windows\system32\drivers\etc\" and open the "hosts" file in Notepad/Notepad++/VSCode/Sublime/Atom/whatever as admin (if you don't open it as admin, it won't let you save it).
Add this line at the end of the file:
@KangHidro
KangHidro / web-crypto-angular-comp.ts
Last active April 12, 2024 03:42 — forked from pedrouid/webcrypto-examples.md
Web Cryptography API Examples
import { HttpClient } from '@angular/common/http';
import { Component, OnInit } from '@angular/core';
import { CryptoWebService } from './crypto-web.service';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css'],
})