Skip to content

Instantly share code, notes, and snippets.

View JwanKhalaf's full-sized avatar
🎯
Focusing

J Khalaf JwanKhalaf

🎯
Focusing
  • United Kingdom
View GitHub Profile
sqlcmd -S localhost -U SA -Q "RESTORE FileListOnly (RESTORE FILELISTONLY FROM DISK = N'/opt/mssql/BejebejeDb2018-04-13.bak'), MOVE '2J8fz00d6chl' TO '/opt/mssql/2J8fz00d6chl.mdf', MOVE '2J8fz00d6chl_Log' TO '/opt/mssql/2J8fz00d6chl_log.ldf', NOUNLOAD, REPLACE, NORECOVERY, STATS =5"
let formData = new FormData(document.querySelector('#request-for-change-form'));
console.log(selectedFiles);
for (var i = 0; i < selectedFiles.length; i++) {
formData.append("files[]", selectedFiles[0]);
}
console.log(formData.getAll('files[]'));
$("#request-for-change-form").submit();

Keybase proof

I hereby claim:

  • I am jwankhalaf on github.
  • I am jwan (https://keybase.io/jwan) on keybase.
  • I have a public key ASB9jyWtkn7Ks4fr7IyuB7FoLKWck7PH9-32DA6ABtyzrgo

To claim this, I am signing this object:

CREATE TABLE IF NOT EXISTS "__EFMigrationsHistory" (
migration_id character varying(150) NOT NULL,
product_version character varying(32) NOT NULL,
CONSTRAINT pk___ef_migrations_history PRIMARY KEY (migration_id)
);
CREATE TABLE asp_net_roles (
id text NOT NULL,
name character varying(127) NULL,
normalized_name character varying(127) NULL,
# Maintainer: Alex S. <shantanna_at_hotmail_dot_com>
# Contributor: Jonathon Fernyhough <jonathon_at_manjaro_dot_org>
# Hardware support is limited. Nvidia cards should work fine.
# If you're running a hybrid setup, try with primusrun/optirun.
# This was originally written by Daniel Bermond in blackmagic-decklink-sdk pkgbuild
# It is sufficient to just replace _downloadid to correspond new release version
# It can be obtained from chromium -> Developer Tools -> Network -> XHR -> click latest-version and copy downloadId
_downloadid='bb935a0d0e814961b7a75a2ded811b01'