Name: Shadab Zafar
Nickname: Bittoo (pronounced: bit-two)
IRC Nick: dufferZafar
| # include <stdio.h> | |
| # include <stdlib.h> | |
| # include <time.h> | |
| # include <math.h> | |
| float distance(int *, int *, int); | |
| void printArr(int *, int, int, char *); | |
| void printMat(int **, int, int, char *); | |
| int main(int argc, char const *argv[]) |
| { | |
| "cmd" : ["gcc", "-Wall", "$file_name", "-o", "$file_base_name.exe"], | |
| "selector" : "source.c", | |
| "shell": true, | |
| "working_dir" : "$file_path" | |
| } |
| <snippet> | |
| <content><![CDATA[ | |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <meta name="description" content=""> | |
| <meta name="author" content=""> |
I hereby claim:
To claim this, I am signing this object:
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>author</key> | |
| <string>github.com/dufferzafar</string> | |
| <key>colorSpaceName</key> | |
| <string>sRGB</string> | |
| <key>gutterSettings</key> | |
| <dict> |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>fileTypes</key> | |
| <array> | |
| <string>jrnl</string> | |
| </array> | |
| <key>name</key> | |
| <string>Jrnl File</string> |
Name: Shadab Zafar
email: shadab_zafar@outlook.com
Cryptography
| #NoTrayIcon | |
| #SingleInstance, Force | |
| SetTitleMatchMode, 2 | |
| PID := WinExist("Mozilla Firefox (Private Browsing)") | |
| Hidden := 0 | |
| #h:: | |
| If (Hidden) |