Skip to content

Instantly share code, notes, and snippets.

View sibinx7's full-sized avatar
🏠
Working from home

Sibin Xavier sibinx7

🏠
Working from home
View GitHub Profile
@sibinx7
sibinx7 / angular-2.md
Last active April 7, 2020 08:29
Angular 2+ learning

Angular Form

Angular form array -> group -> control

  • Watch value change in a form group array
availablePackages.forEach((item, index) => { // availablePackages is an array
      /* Watch value change package[index], specific group only */
      this.budgetForm.get('package').get(`${index}`).valueChanges.subscribe((value) => {
 console.log(value);
@sibinx7
sibinx7 / Cyber-security-testing.md
Created February 3, 2020 16:16
Software testing, cyber security softwares

Free tools

  • OWASP ZAP
  • Burp Suite
@sibinx7
sibinx7 / premier-audio-technique.md
Last active April 21, 2020 01:45
Adobe premier audio techniques

Remove audio grains

  1. Select audio section
  2. Dialogue -> Balanced Male Voice (Can select anything else)
  3. Choose Audio effect (on top, then on Audio Track Mixer), there is left left chevron icon, click on it
  4. 4 vertical grey color bar, click on dropdown, Noice reduction/restore -> De noice
  5. Change settings and preview output
  6. Furthor adjustment, click dropdown in beelow row, then DeReverb
@sibinx7
sibinx7 / vmware-settings.md
Created October 9, 2019 02:06
VMware player, workstation, workstation pro and Virtual box settings