Skip to content

Instantly share code, notes, and snippets.

View AnkushMalik's full-sized avatar
Verified

Ankush Malik AnkushMalik

Verified
  • Jiocinema
  • New Delhi,India
View GitHub Profile
@AnkushMalik
AnkushMalik / gist:38ddaafed5fe380df8abe96e3b273ca7
Last active April 18, 2025 17:47
Design a List component
// Asked to me in Adobe interview (CS-I position); 2025; India
// Design a list component
// 1. Should allow users to render any kind of data, e.g List of users, List of products, list of names
// 2. Should have pagination support with Next/Previous page
//
// My answer starts here --
//
// requirements:
// - render the data
// - pagination
@AnkushMalik
AnkushMalik / GSoC 2018 Final Submission Report.md
Last active August 16, 2018 09:04
GSoC 2018 Final Submission Report.md
@AnkushMalik
AnkushMalik / vagrant_kernel_start.md
Last active January 14, 2018 19:43
vagrant initialization error :- /sbin/rcvboxdrv : command not found

It would not be a matter if we can run this recommended command to recompile VirtualBox kernel modules :

sudo /sbin/rcvboxdrv setup

but it failed, with the msg :

/sbin/rcvboxdrv: command not found

after researching a lot on web, i found a workaround:

sudo /usr/lib/virtualbox/vboxdrv.sh setup