We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Data Structures and Algorithms implemented in JavaScript
JavaScript 2
JavaScript ES6 concepts and solution to algorithms
JavaScript
Compress: tar -czvf name-of-archive.tar.gz /path/to/directory-or-file
Extract: tar -xzvf archive.tar.gz
compress with exclusion of some folders:
#!/usr/bin/python
import MySQLdb
import datetime
ALTER TABLE master_activity_log CHANGE `from_user_id` `user_id` INT(11); // change column name
ALTER TABLE master_activity_log DROP log_date; // remove column
ALTER TABLE master_activity_log ADD COLUMN log_datetime DATETIME AFTER after_save; // create new column of existing table
Truncate foreign key constraints table :
This repository is the place I keep all the resources to learn JavaScript
There was an error while loading. Please reload this page.